]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org
[gnu-emacs] / lisp / gnus / ChangeLog
1 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
4 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
5
6 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
7
8 * auth-source.el (auth-source-format-prompt): Don't get confused by
9 any "\" in replacement text. (Bug#13637)
10
11 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
12
13 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
14 (gnus-backend-trace): Honour gnus-backend-trace.
15
16 * mml.el (mml-insert-part): Insert closing tag.
17
18 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
19
20 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21
22 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
23 able to find the article, which can happen in debbugs groups,
24 apparently.
25
26 2013-01-16 Glenn Morris <rgm@gnu.org>
27
28 * smiley.el (smiley-style): Make the file loadable in batch mode.
29
30 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
33 imap process running.
34
35 2013-01-14 Julien Danjou <julien@danjou.info>
36
37 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
38 Compare addresses against addresses, not against the full From field.
39
40 2013-01-13 Richard Stallman <rms@gnu.org>
41
42 * message.el (message-forward-make-body-mime): New args BEG, END
43 specify what part of FORWARD-BUFFER to use. Do the work directly
44 instead of calling `mml-insert-buffer'.
45
46 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
47
48 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
49 cross-reference(s).
50
51 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
52 cross-reference(s).
53
54 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
55
56 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
57 and point-max-marker.
58 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
59
60 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
61
62 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
63 to mml2015-encrypt-to-self.
64 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
65
66 2013-01-09 Daiki Ueno <ueno@gnu.org>
67
68 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
69 mml-smime-epg-find-usable-secret-key.
70
71 2013-01-08 Glenn Morris <rgm@gnu.org>
72
73 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
74
75 2013-01-07 Daiki Ueno <ueno@gnu.org>
76
77 * mml-smime.el: Support signing by sender.
78 Requested by Uwe Brauer.
79 (mml-smime-sign-with-sender): New user option analogous
80 to mml2015-sign-with-sender.
81 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
82 (mml-smime-epg-find-usable-secret-key): New helper function copied from
83 mml2015.el.
84
85 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
86
87 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
88 isn't running, because Gnus will probably not know how to handle the
89 Gcc header (bug#11941).
90
91 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
92 articles.
93
94 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
95
96 * nnfolder.el (nnfolder-recursive-directory-files): New function.
97 (nnfolder-generate-active-file): Make this function work with recursive
98 folder names.
99
100 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
101
102 * nntp.el (nntp-open-connection): Use HELP as the capability command
103 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
104 unknown commands. And CAPABILITY is an unknown command (bug#12763).
105
106 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
107
108 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
109 place holder since this gives `Invalid face reference: nil' messages.
110 Use the `default' face instead. It has the same effect here, even
111 though it is not no-op.
112
113 * gnus-util.el
114 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
115
116 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
117
118 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
119 non-string posting styles (bug#13285).
120
121 2012-12-27 Glenn Morris <rgm@gnu.org>
122
123 * plstore.el (plstore-passphrase-callback-function):
124 Use plstore-get-file.
125
126 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
127
128 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
129 stderr.
130
131 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
132 group is nil.
133
134 * shr.el (shr-tag-em): Render as italic, not bold.
135
136 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
137
138 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
139
140 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
141
142 * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
143 temporary file to get PGP key image. Pass no-show-photos when extracting
144 image to avoid having it pop up twice.
145
146 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
147
148 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
149 eligible for treatment.
150
151 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
152 lines. This makes summary commands with hidden threads work more
153 reliably.
154
155 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
156 button to mark the hidden citations (bug#9395).
157
158 2012-12-26 Daiki Ueno <ueno@gnu.org>
159
160 * mml2015.el (mml2015-epg-signature-to-string): New function.
161 (mml2015-epg-verify-result-to-string): New function.
162 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
163 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
164 instead of epg-verify-result-to-string.
165 (epg-signature-key-id, epg-signature-to-string): Autoload.
166 (epg-verify-result-to-string): Remove autoload.
167
168 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
169
170 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
171 ID image from GPG public key.
172 (mml2015-epg-key-image-to-string): New function.
173
174 2012-12-25 Leo Liu <sdl.web@gmail.com>
175
176 * plstore.el (plstore-passphrase-callback-function): Fix error when
177 error when plstore-cache-passphrase-for-symmetric-encryption is set
178 (bug#13264).
179
180 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
181
182 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
183 buffer to the article buffer here, because that clobbers multiple
184 article buffers.
185
186 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
187 buffer always points to the right summary buffer.
188
189 2012-12-25 John Wiegley <jwiegley@gmail.com>
190
191 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
192 the password (bug#12097).
193
194 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
195
196 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
197 (bug#13263).
198
199 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
200 buffer exists before using it (bug#12475).
201
202 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
203 offline groups (bug#11937).
204
205 * message.el (message-yank-original): When using customize to set the
206 value of `message-cite-style', the variable it set to a symbol that's
207 the name of the variable, which must then be dereferenced (bug#12616).
208
209 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
210
211 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
212 the `face' property with a list whose car is the face specified in the
213 format string and whose cdr is (nil).
214 * lisp/gnus-util.el
215 (gnus-put-text-property-excluding-characters-with-faces):
216 Change accordingly.
217 (gnus-get-text-property-excluding-characters-with-faces): New function.
218 * lisp/gnus-sum.el (gnus-summary-highlight-line):
219 * lisp/gnus-salt.el (gnus-tree-highlight-node):
220 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
221
222 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
223
224 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
225 login methods.
226 (nnimap-login): Respect the `nnimap-authenticator' variable.
227
228 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
229 mark state when moving articles. Otherwise unticked articles will get
230 their ticks back after moving.
231
232 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
233
234 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
235
236 * message.el (message-ignored-news-headers): Always remove
237 X-Message-SMTP-Method to avoid information leakage if the user
238 mistakenly inserts the header into news messages.
239
240 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
241
242 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
243 right than four characters, this command would move point to
244 `point-max'. Don't do that.
245
246 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
247 to nil to allow re-selecting groups that gain articles.
248 (gnus-bug-group-download-format-alist): Update the URL.
249
250 2012-12-23 Andreas Schwab <schwab@suse.de>
251
252 * shr.el (shr-tag-em): Render em as italic, not bold.
253
254 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
255
256 * gnus-int.el (gnus-backend-trace): Factor out into its own function
257 for reuse.
258 (gnus-open-server): Use it to add more tracing.
259 (gnus-finish-retrieve-group-infos): Add backend tracing.
260 (gnus-backend-trace): Also note the elapsed seconds.
261
262 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
263
264 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
265 Set epa-file-encrypt-to from variable to avoid querying.
266
267 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
268
269 * sieve-mode.el (sieve-font-lock-keywords):
270 Keywords should be word delimited. (Bug#13173)
271
272 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
273
274 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
275 instead of <pre> to align message header.
276
277 2012-12-12 Sam Steingold <sds@gnu.org>
278
279 * gnus.el (gnus-other-frame-resume-function): Add user option.
280 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
281
282 2012-12-06 Sam Steingold <sds@gnu.org>
283
284 * gnus-start.el (gnus-before-resume-hook): Add.
285 (gnus-1): Run it when Gnus is alive.
286
287 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
288
289 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
290 * gnus-art.el (article-unsplit-urls)
291 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
292 * gnus-registry.el (gnus-registry-get-article-marks)
293 * message.el (message-goto-body): Use it.
294 (message-called-interactively-p): Remove.
295
296 * spam-stat.el (spam-stat-called-interactively-p): New macro.
297 (spam-stat-score-buffer): Use it.
298
299 * spam.el: Silence the warnings against BBDB functions when compiling.
300
301 * gnus-score.el (gnus-score-decode-text-parts):
302 Use append+mapcar instead of the cl function mapcan.
303
304 * gmm-utils.el (gmm-flet): Remove.
305
306 * gnus-sync.el (gnus-sync-lesync-call):
307 Avoid overriding json-alist-p.
308
309 * message.el (message-read-from-minibuffer):
310 Avoid overriding mail-abbrev-in-expansion-header-p.
311
312 2012-12-05 Sam Steingold <sds@gnu.org>
313
314 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
315 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
316 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
317
318 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
319
320 * gmm-utils.el (gmm-called-interactively-p): Revert.
321 This seems to cause Emacs to get stuck!
322 * gnus-art.el (article-unsplit-urls)
323 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
324 * gnus-registry.el (gnus-registry-get-article-marks)
325 * message.el (message-goto-body)
326 (message-called-interactively-p): Revert.
327
328 * gmm-utils.el (gmm-called-interactively-p): New function.
329 * gnus-art.el (article-unsplit-urls)
330 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
331 * gnus-registry.el (gnus-registry-get-article-marks)
332 * message.el (message-goto-body): Use it.
333 (message-called-interactively-p): Remove.
334
335 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
336 * gnus-sync.el (gnus-sync-lesync-call)
337 * message.el (message-read-from-minibuffer): Use it.
338
339 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * gmm-utils.el (gmm-flet): Remove.
342 * gnus-sync.el (gnus-sync-lesync-call)
343 * message.el (message-read-from-minibuffer): Don't use it.
344
345 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
346
347 * gmm-utils.el (gmm-labels): Use cl-labels if available.
348
349 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
352
353 * gnus-sync.el (gnus-sync-lesync-call)
354 * message.el (message-read-from-minibuffer): Use gmm-flet.
355
356 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
357
358 * gnus-util.el (gnus-macroexpand-all): Remove.
359
360 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
361
362 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
363 to TAB, not [tab].
364 (gnus-summary-article-map): Likewise.
365
366 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
367 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
368
369 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
370
371 * message.el (message-get-reply-headers):
372 Make sure the reply goes to the author if it is a wide reply.
373
374 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
375
376 * gnus-score.el (gnus-score-body):
377 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
378 scoring by body.
379
380 2012-11-16 Glenn Morris <rgm@gnu.org>
381
382 * gnus-diary.el (nndiary-request-create-group-functions)
383 (nndiary-request-update-info-functions)
384 (gnus-subscribe-newsgroup-functions)
385 (nndiary-request-accept-article-functions):
386 Use new names for hooks rather than obsolete aliases.
387
388 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
391 in meta tag with the one the part specifies in its header.
392
393 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
394
395 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
396 by default.
397
398 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
399
400 New UIDL implementation.
401
402 * mail-source.el (mail-sources, mail-source-keyword-map):
403 Add :leave as a pop3 keyword.
404 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
405
406 * pop3.el (pop3-leave-mail-on-server): Allow number.
407 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
408 (pop3-movemail): Add UIDL support.
409 (pop3-send-streaming-command): Take a list of mail numbers instead of
410 the number of mails.
411 (pop3-write-to-file): Add X-UIDL header.
412 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
413 (pop3-uidl-add-xheader): New functions.
414
415 * message.el (message-ignored-resent-headers):
416 Add X-Content-Length and X-UIDL headers.
417
418 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * nndiary.el (nndiary-request-create-group-functions)
421 (nndiary-request-update-info-functions)
422 (nndiary-request-accept-article-functions):
423 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
424 "-hooks" suffix.
425
426 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
427
428 * starttls.el (starttls-extra-arguments): Doc fix.
429
430 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
431
432 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
433 it.
434
435 2012-10-06 Glenn Morris <rgm@gnu.org>
436
437 * gnus-notifications.el (gnus-notifications):
438 Add missing group :version tag.
439 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
440 (gnus-gcc-post-body-encode-hook):
441 * gnus-sync.el (gnus-sync-lesync-name)
442 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
443
444 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
445
446 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
447 a user about whether to delete temp files if once a user answered as n.
448
449 2012-09-17 Richard Stallman <rms@gnu.org>
450
451 * message.el (message-in-body-p): Don't set mark or modify buffer.
452
453 * mml.el (mml-attach-file): Doc fix.
454 (mml-attach-external, mml-attach-buffer, mml-attach-file):
455 Set mail-encode-mml when in Mail mode.
456 Simplify code to set HEAD and move back to HEAD.
457 (mml-insert-multipart, mml-insert-part):
458 Set mail-encode-mml when in Mail mode.
459
460 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
461
462 * gnus-util.el (gnus-timer--function): New function.
463
464 * gnus-art.el (gnus-article-stop-animations): Use it.
465
466 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
467
468 Fix glitches caused by addition of psec to timers.
469 * gnus-art.el (gnus-article-stop-animations): Use timer--function
470 rather than raw access to timer vector.
471
472 2012-09-11 Julien Danjou <julien@danjou.info>
473
474 * gnus-notifications.el (gnus-notifications): Check for nil values in
475 ignored addresses check.
476
477 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
480
481 2012-09-07 Chong Yidong <cyd@gnu.org>
482
483 * gnus-util.el
484 (gnus-put-text-property-excluding-characters-with-faces): Restore.
485
486 * gnus-salt.el (gnus-tree-highlight-node):
487 * gnus-sum.el (gnus-summary-highlight-line):
488 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
489
490 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
491
492 * gnus-util.el: Fix compilation error on XEmacs 21.4.
493
494 2012-09-06 Juri Linkov <juri@jurta.org>
495
496 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
497 scheme for buffer names to be more consistent with other group and
498 article buffer names in Gnus.
499
500 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
501
502 * gnus-util.el
503 (gnus-put-text-property-excluding-characters-with-faces): Remove.
504
505 * gnus-compat.el: Define compat function `add-face' from Wolfgang
506 Jenkner.
507
508 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
509
510 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
511
512 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
513
514 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
515
516 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
517 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
518
519 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
520 string-prefix-p in Emacs >=23.2.
521
522 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
523 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
524 instead of string-match-p.
525 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
526
527 2012-09-06 Kenichi Handa <handa@gnu.org>
528
529 * qp.el (quoted-printable-decode-region): Fix previous change; handle
530 lowercase a..f.
531
532 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
533
534 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
535
536 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
537
538 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
539 TIME is set.
540
541 2012-09-05 Juri Linkov <juri@jurta.org>
542
543 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
544 than one group at a time (bug#11961).
545
546 2012-09-05 Julien Danjou <julien@danjou.info>
547
548 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
549 this hide the real reason with a message giving absolutely no hint.
550
551 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
552
553 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
554 to the backend (bug#11804).
555
556 * message.el (message-insert-newsgroups): Don't insert newsgroup
557 duplicates (bug#12275).
558
559 2012-09-05 John Wiegley <johnw@newartisans.com>
560
561 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
562 sieve rules.
563
564 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
565
566 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
567 function.
568
569 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
570
571 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
572
573 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
574
575 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
576 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
577 This should make nnmaildir more usable with offlineimap.
578
579 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
580
581 * gnus-notifications.el (gnus-notifications-notify): Use it.
582
583 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
584 warnings on XEmacs.
585
586 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
587
588 Better seeds for (random).
589 * gnus-sync.el (gnus-sync-lesync-setup):
590 * message.el (message-canlock-generate, message-unique-id):
591 Change (random t) to (random), now that the latter is more random.
592
593 2012-08-31 Dave Abrahams <dave@boostpro.com>
594
595 * auth-source.el (auth-sources): Fix macos keychain access.
596
597 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
598 allow the backend `request-head' function to determine the group
599 name on its own.
600 (gnus-request-expire-articles): Filter out negative article numbers
601 during expiry (Bug#11980).
602
603 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
604 O(N^2) to O(N). This makes warping into huge groups tolerable.
605
606 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
607 you've found the article when you haven't.
608
609 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
612
613 2012-08-30 Julien Danjou <julien@danjou.info>
614
615 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
616 `gnus-notifications-timeout'.
617 (gnus-notifications-timeout): Add.
618 (gnus-notifications-action): New function.
619 (gnus-notifications-notify): Add :action using
620 `gnus-notifications-action'.
621 (gnus-notifications-id-to-msg): New variable.
622 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
623 notifications id to messages.
624
625 2012-08-30 Kenichi Handa <handa@gnu.org>
626
627 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
628 once.
629
630 2012-08-29 Julien Danjou <julien@danjou.info>
631
632 * gnus-notifications.el: New file.
633 (gnus-notifications-notify): New function.
634 (gnus-notifications): Use `gnus-notifications-notify'.
635
636 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
637
638 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
639 transfer encoding first; bind gnus-newsgroup-charset to the charset
640 that the article specifies (Bug#12209).
641
642 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
645 (gnus-group-customize-done): Encode values posting-style holds.
646
647 * gnus-msg.el (gnus-summary-resend-message)
648 (gnus-configure-posting-styles): Decode values posting-style group
649 parameter holds.
650
651 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
652
653 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
654 `name' and `address' in Resent-From header.
655
656 2012-08-14 Chong Yidong <cyd@gnu.org>
657
658 * gnus-art.el (article-display-face): Handle failure in
659 gnus-create-image (Bug#11802).
660
661 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
664 Use defsetf.
665
666 2012-08-10 Daiki Ueno <ueno@unixuser.org>
667
668 * auth-source.el: (auth-source-plstore-search)
669 (auth-source-secrets-search): Ignore :require and :type in search spec.
670
671 2012-08-06 Julien Danjou <julien@danjou.info>
672
673 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
674 Remove autoload, already handled by gnus.el.
675
676 2012-08-05 Julien Danjou <julien@danjou.info>
677
678 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
679 Add autoload.
680
681 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
682
683 * gnus.el (gnus-valid-select-methods): Fix custom type.
684
685 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
686
687 * auth-source.el (auth-sources, auth-source-backend-parse)
688 (auth-source-macos-keychain-search)
689 (auth-source-macos-keychain-search-items)
690 (auth-source-macos-keychain-result-append)
691 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
692 auth-source.el through the /usr/bin/security utility.
693 (auth-sources): Fix syntax error.
694 (auth-source-macos-keychain-result-append): Fix variable name.
695 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
696
697 2012-07-27 Julien Danjou <julien@danjou.info>
698
699 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
700 Emacs < 24.1
701
702 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
703
704 * message.el (message-kill-address): Don't kill last newline.
705 (message-skip-to-next-address): Don't move to the next header.
706 (message-fill-field-address): Work properly.
707
708 2012-07-25 Julien Danjou <julien@danjou.info>
709
710 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
711
712 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
713
714 * nnimap.el (nnimap-get-responses): Don't remove, still used.
715
716 2012-07-24 Julien Danjou <julien@danjou.info>
717
718 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
719
720 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
721 (nntp-async-timer-handler): Remove, unused.
722
723 * nnimap.el (nnimap-get-responses): Remove, unused.
724
725 * nnheader.el (mail-header-set-extra): Remove, unused.
726
727 * mm-view.el (mm-view-sound-file): Remove, unused.
728
729 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
730 (mm-url-encode-multipart-form-data): Remove, unused.
731
732 * message.el (message-remove-signature, message-make-host-name)
733 (message-fill-address): Remove, unused.
734
735 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
736 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
737 unused.
738
739 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
740
741 * gnus-util.el (gnus-extract-address-component-name)
742 (gnus-extract-address-component-email, gnus-sortable-date)
743 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
744 (gnus-process-live-p): Remove, unused.
745
746 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
747
748 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
749 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
750 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
751 function.
752
753 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
754
755 * gnus-score.el (gnus-summary-score-crossposting)
756 (gnus-score-regexp-bad-p): Remove, unused.
757
758 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
759
760 * gnus-range.el (gnus-sublist-p): Remove, unused.
761
762 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
763 unused.
764
765 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
766
767 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
768 (gnus-request-associate-buffer): Remove, unused.
769
770 * gnus-group.el (gnus-group-set-method-info)
771 (gnus-group-set-params-info): Remove, unused.
772
773 * gnus-fun.el (gnus-shell-command-to-string)
774 (gnus-shell-command-on-region): Remove, unused.
775
776 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
777
778 * gnus-art.el (gnus-article-text-type-exists-p)
779 (article-translate-characters, gnus-article-hide-text-of-type)
780 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
781 Remove, unused.
782
783 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
784
785 * nnir.el ("nnir"): Revert last change, that's premature to merge from
786 Gnus master.
787
788 2012-07-22 Andrew Cohen <cohen@bu.edu>
789
790 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
791
792 2012-07-21 Julien Danjou <julien@danjou.info>
793
794 * message.el (message-dont-reply-to-names): Replace deprecated
795 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
796 (message-get-reply-headers): Ditto.
797
798 2012-07-18 Julien Danjou <julien@danjou.info>
799
800 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
801 `sieve-upload-and-kill'.
802
803 * sieve.el (sieve-bury-buffer): Remove function.
804 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
805 (sieve-upload-and-kill): New function, mapped to C-c C-c.
806
807 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
808
809 * shr.el (shr-expand-url): Handle URL starting with `//'.
810
811 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
812 2012-07-13 Chong Yidong <cyd@gnu.org>
813
814 * smime.el (smime-certificate-info): Set buffer-read-only directly,
815 instead of calling toggle-read-only with a (bogus) argument.
816
817 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
818
819 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
820 of initial input when reading the author to restrict the summary to.
821
822 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
824 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
825 buffer exists, which it doesn't if we haven't started Gnus.
826
827 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
828
829 * mm-decode.el (mm-shr):
830 Allow overriding charset by mm-charset-override-alist.
831
832 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
833
834 * gnus-art.el (gnus-article-view-part):
835 Toggle subparts of multipart/alternative part.
836
837 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
838
839 * gnus-sync.el: Simply require json.
840
841 * registry.el: Simply require eieio and eieio-base.
842
843 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
844
845 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
846
847 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * shr.el (shr-render-buffer): New command.
850 (shr-visit-file): Use it.
851
852 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
853
854 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
855 Set no-byte-compile and no-update-autoloads.
856
857 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
858
859 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
860
861 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
862
863 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
864 being bound to a lambda form.
865
866 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
867
868 * gnus-picon.el (gnus-picon-properties): New defcustom.
869 (gnus-picon-create-glyph): Use it.
870
871 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
874 locales.
875
876 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
877 on a handle.
878
879 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
880 address as the default.
881
882 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
883 It makes no sense to query the user about internal files.
884
885 * gnus-spec.el: Remove all the byte-compilation stuff, since
886 benchmarking shows that it doesn't help when entering large summary
887 buffers.
888
889 * gnus-util.el (gnus-byte-code): Remove.
890
891 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
892 grouplens stuff.
893
894 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
895
896 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
897 (bug#11514).
898
899 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
900
901 * message.el (message-buffers): Return all buffers derived from Message
902 to make `gnus-dired-attach' work with mu4e.
903
904 2012-06-26 Daiki Ueno <ueno@unixuser.org>
905
906 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
907 (mm-dissect-singlepart): Don't guess the MIME type of
908 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
909 set.
910 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
911 toplevel MIME type is multipart/encrypted.
912
913 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
914
915 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
916 In particular, add an optional argument and a docstring.
917
918 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
919
920 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
921 current before calling `gnus-groups-to-gnus-format'.
922 Note that this was already the case for `gnus-active-to-gnus-format'.
923
924 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
927
928 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
929
930 * mm-decode.el (mm-dissect-buffer): Doc fix.
931
932 * gnus-sum.el (gnus-handle-ephemeral-exit):
933 Avoid creating the group buffer if it doesn't exist.
934
935 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
936 is given, mark the group as ephemeral with the current window conf.
937
938 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
939 buffer exists, which it doesn't if we haven't started Gnus.
940 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
941
942 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
943
944 * mml.el (mml-generate-mime):
945 Allow specifying what the top-level part type is.
946
947 * gnus-sum.el (gnus-auto-center-summary):
948 `scroll-margin' isn't defined on XEmacs.
949
950 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
951
952 * gnus-sum.el (gnus-auto-center-summary):
953 Set default to respect `scroll-margin'.
954
955 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
956
957 * gnus-cite.el (gnus-dissect-cited-text): A single line without
958 citation prefix within a block of cited text should be considered
959 part of that block *only* if it is a blank line.
960
961 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
962
963 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
964 before kinsoku-bol characters nor within kinsoku-eol characters.
965
966 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
967
968 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
969 (gnus-topic-create-topic, gnus-topic-enter-dribble):
970 Silence compiler.
971 (gnus-sync-read): Use mapc instead of mapcar.
972
973 * mm-archive.el: Require mm-decode for some macros.
974 (gnus-recursive-directory-files, mailcap-extension-to-mime):
975 Silence the byte compiler.
976 (mm-archive-decoders): New function that returns the value of
977 the mm-archive-decoders variable.
978
979 * mm-decode.el:
980 Don't require mm-archive; autoload mm-archive functions instead.
981 (mm-dissect-singlepart): Use the function mm-archive-decoders.
982
983 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
984
985 2012-06-26 Peter Munster <pmrb@free.fr>
986
987 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
988 (gnus-demon-cancel): Ditto.
989 (gnus-demon-run-callback): When function cannot be called due to low
990 idleness, call it when idleness reaches the expected value, instead
991 of waiting another timer period.
992 (gnus-demon-init): Add `time' to arguments of call-back.
993
994 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
995
996 * gnus.el: Register gnus-registry functions.
997
998 * gnus-registry.el (gnus-try-warping-via-registry):
999 Move here and indent.
1000
1001 * gnus-int.el (gnus-warp-to-article):
1002 Check whether the registry is enabled before warping.
1003
1004 2012-06-26 Dave Abrahams <dave@boostpro.com>
1005
1006 * gnus-sum.el (gnus-summary-insert-subject): Record information
1007 in the registry about each article retrieved.
1008
1009 * gnus-int.el (gnus-select-group-with-message-id): New function.
1010 (gnus-try-warping-via-registry): Ditto.
1011 (gnus-warp-to-article): Fall back on the registry.
1012
1013 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1014
1015 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1016
1017 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1018
1019 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1020 gnus-gcc-self-resent-messages may be a group parameter.
1021 (gnus-summary-resend-message):
1022 Don't encode encoded words in header when Gcc'ing resent message.
1023
1024 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1025
1026 * shr.el (shr-insert): Treat non-breaking space just like normal
1027 space. This seems to produce more pleasing results.
1028 (shr-insert):
1029 Only insert a blank line if we're starting from an image.
1030 (shr-tag-br):
1031 Allow <br> to end lines or to make a single blank line.
1032 (shr-ensure-paragraph): Consider lines with white space to be blank.
1033
1034 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1035
1036 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1037 and gnus-gcc-post-body-encode-hook.
1038
1039 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1040
1041 * mm-decode.el (mm-dissect-singlepart):
1042 Guess what the type of application/octet-stream parts really is.
1043
1044 * gnus-sum.el (gnus-propagate-marks): Remove.
1045
1046 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1047
1048 * nntp.el (nntp-coding-system-for-read): Remove.
1049 (nntp-coding-system-for-write): Ditto.
1050 (nntp-open-connection): Just use `binary' directly.
1051
1052 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1053
1054 * registry.el (registry-usage-test, registry-persistence-test):
1055 Move to tests/gnustest-registry.el.
1056 (registry-make-testable-db, registry-match-test)
1057 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1058
1059 * gnus-registry.el (gnus-registry-misc-test)
1060 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1061
1062 * tests/gnustest-registry.el:
1063 New file with the registry and gnus-registry ERT tests.
1064
1065 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1066
1067 * gnus-msg.el (gnus-summary-resend-message):
1068 Make gnus-summary-resend-message-insert-gcc be last item in
1069 message-header-setup-hook.
1070
1071 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1072
1073 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1074 (nnfolder-marks, nnfolder-marks-file-suffix)
1075 (nnfolder-marks-modtime): Remove.
1076 (nnfolder-open-server): Don't use marks.
1077 (nnfolder-request-delete-group): Ditto.
1078 (nnfolder-request-rename-group): Ditto.
1079 (nnfolder-request-set-mark, nnfolder-request-marks)
1080 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1081 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1082
1083 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1084 (nnml-marks-modtime): Remove.
1085 (nnml-request-delete-group): Don't use marks.
1086 (nnml-request-rename-group): Ditto.
1087 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1088 (nnml-save-marks, nnml-open-marks): Remove.
1089
1090 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1091 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1092 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1093 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1094 (nntp-server-to-method-cache): Remove.
1095
1096 * shr.el (shr-rescale-image): Fix wrong merge.
1097
1098 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1099
1100 * shr.el (shr-remove-trailing-whitespace):
1101 Really delete the padding on too-wide lines.
1102
1103 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1104
1105 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1106 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1107
1108 * mm-decode.el (mm-display-external): Output the text from
1109 the command in the buffer after the command finished.
1110 This makes text-based commands behave better.
1111
1112 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1113
1114 * message.el (smtpmail-smtp-user): Silence compiler warning.
1115
1116 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1117
1118 * message.el (message-multi-smtp-send-mail): Also allow specifying
1119 the SMTP user name.
1120
1121 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1122
1123 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1124
1125 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1126
1127 * message.el (message-multi-smtp-send-mail): New function.
1128 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1129 header to implement multi-SMTP functionality.
1130
1131 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1132 (gnus-agentize): Don't set it.
1133 (gnus-agent-send-mail): Don't use it.
1134
1135 * gnus-sum.el (gnus-summary-widget-backward):
1136 New function and keystroke.
1137
1138 * shr.el (shr-put-image): Remove underlines from sliced images.
1139 (shr-zoom-image): Compute the region to be replaced more correctly.
1140
1141 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1144 (gnus-summary-resend-message-insert-gcc): New function.
1145 (gnus-summary-resend-message): Modify message-header-setup-hook and
1146 message-sent-hook to make it work for Gcc.
1147 (gnus-inews-do-gcc): Update the number of unread articles of groups
1148 that messages are Gcc'd to.
1149
1150 * message.el (message-resend): Run message-sent-hook to do Gcc.
1151
1152 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1153
1154 * gnus-registry.el (gnus-registry-fixup-registry):
1155 Move the message to a higher level to silence compilation.
1156
1157 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1158 parameter to allow controlling the scaling.
1159
1160 * shr.el (shr-zoom-image): New command and keystroke.
1161 (shr-put-image): Take a `size' flag to say how to scale the image.
1162
1163 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1164 Use recursive deletion.
1165 (mm-dissect-archive): Add support for zip files.
1166
1167 * gnus-util.el (gnus-recursive-directory-files): New function.
1168
1169 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1170 (mm-archive-decoders): Add tgz support.
1171
1172 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1173 Otherwise inserting text into the Gnus buffer can look odd.
1174
1175 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1176
1177 * mm-archive.el (mm-archive-decoders): Add support for tar.
1178
1179 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1180
1181 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1182
1183 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1184
1185 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1186
1187 * mm-archive.el: New file.
1188
1189 * mm-decode.el (mm-dissect-singlepart):
1190 Use it to decode ms-tnef files.
1191
1192 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1193
1194 * message.el (message-goto-*): Make all the `message-goto-*' commands
1195 push the mark before moving point. This makes it easier to go back
1196 to where you came from after editing whatever you jumped to.
1197
1198 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1199
1200 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1201 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1202 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1203
1204 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1205
1206 * spam.el: Move BBDB autoloads.
1207 (spam-exists-in-BBDB-p):
1208 New function to do the BBDB search directly in BBDB 2 and 3.
1209 (spam-check-BBDB): Use it.
1210 (spam-enter-ham-BBDB): Use it.
1211
1212 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1213
1214 * gnus-group.el (gnus-group-get-new-news):
1215 New parameter `one-level' for scanning exactly one level.
1216
1217 * gnus-start.el (gnus-get-unread-articles): Ditto.
1218
1219 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1220
1221 * gnus-sync.el: More commentary about setup.
1222
1223 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1224
1225 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1226
1227 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1228
1229 * gnus-sync.el: Improve docs about CouchDB admins.
1230
1231 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1232
1233 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1234 not needed. Provide xmlplistread list function to produce XML plist
1235 output for non-Gnus LeSync clients.
1236
1237 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1238
1239 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1240 and save against it. Group subscriptions, read marks, other marks,
1241 subscription levels, topic names, and topic offsets (the group's
1242 position within the topic) are saved. This is an experimental
1243 backend and may change significantly. Load json.el from
1244 the gnus-fallback-lib if it's not available otherwise.
1245 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1246
1247 2012-06-26 David Engster <dengste@eml.cc>
1248
1249 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1250
1251 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1252
1253 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1254
1255 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1256
1257 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1258 is an integer to avoid later problems.
1259
1260 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1261
1262 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1263 locales.
1264
1265 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1266
1267 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1268 articles when fetch-old is non-nil (bug#11370).
1269
1270 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1271
1272 * gnus-group.el (gnus-group-get-new-news):
1273 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1274
1275 2012-06-10 Dave Abrahams <dave@boostpro.com>
1276
1277 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1278 groups (bug#11641).
1279
1280 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1281
1282 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1283 (bug#11514).
1284
1285 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * nntp.el: Stop the `letf' madness.
1288 (nntp--report-1): New var.
1289 (nntp-report): Merge nntp-report-1 into it.
1290 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1291 the nntp-report function.
1292
1293 * auth-source.el: Fix comment-style to follow the convention.
1294
1295 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1296
1297 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1298 a string so that Gcc works (bug#11514).
1299
1300 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1303 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1304
1305 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1308 jumping to *Server* from a dedicated *Group* window.
1309 (gnus-configure-frame): CSE.
1310
1311 * gnus-registry.el: Minor style cleanup.
1312 (gnus-registry--set/remove-mark): New function, extracted from
1313 gnus-registry-install-shortcuts.
1314 (gnus-registry-install-shortcuts): Use it.
1315
1316 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1317
1318 * nnspool.el (news-path): Use eval-and-compile.
1319
1320 2012-05-24 Glenn Morris <rgm@gnu.org>
1321
1322 * nnspool.el (news-directory, news-path, news-inews-program):
1323 Move here from paths.el. Don't see a need for these to be autoloaded.
1324
1325 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1326 Merge in doc from paths.el version. Don't see any need for this to be
1327 autoloaded, or for the warning about users not setting it.
1328
1329 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1330
1331 Fix minor Y10k bug.
1332 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1333
1334 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1335
1336 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1337 message once it's actually open.
1338
1339 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1340
1341 * auth-source.el (auth-source--aput-1, auth-source--aput)
1342 (auth-source--aget): New functions and macros.
1343 Use them instead of aput/aget.
1344
1345 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1346
1347 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1348
1349 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1350
1351 * plstore.el (plstore-called-interactively-p): New compat macro copied
1352 from message.el.
1353 (plstore-mode): Use it.
1354
1355 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1356
1357 * plstore.el: Revive the editing feature.
1358 (plstore-mode): New mode to edit plstore file.
1359 (plstore-mode-toggle-display, plstore-mode-original)
1360 (plstore-mode-decoded): New command.
1361 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1362 (plstore--insert-buffer, plstore--make): New function.
1363 (plstore-open, plstore-save): Simplify by using them.
1364
1365 2012-04-16 Glenn Morris <rgm@gnu.org>
1366
1367 * nndraft.el (nndraft-request-list): Fix declaration.
1368
1369 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1370
1371 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1372 don't have a current group.
1373
1374 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1375 have a group name.
1376
1377 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1378 a multibyte buffer (bug#7410).
1379 (article-wash-html): Parse the original article buffer to get the
1380 unencoded data (bug#7410).
1381
1382 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1383 .newsrc.el files.
1384
1385 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1388 would have gotten if we posted to the group, and use that to compare
1389 against the message we want to cancel (bug#10808).
1390
1391 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1392
1393 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1394 "#" to avoid having them interpreted as comments.
1395
1396 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1397
1398 * shr.el (shr-insert): Update the text state properly to avoid
1399 inserting spurious paragraph starts.
1400
1401 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1402
1403 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1404 requested (bug#10961).
1405
1406 * shr.el (shr-table-widths): Divide the extra width more fairly over
1407 the TDs (bug#10973).
1408 (shr-render-td): Don't delete too much padding.
1409 (shr-natural-width): Compute the natural width more correctly.
1410 (shr-insert): Allow the natural width to be computed for tables again.
1411 (shr-tag-table-1): Rework how the natural widths are computed by
1412 rendering the table a third time.
1413 (shr-natural-width): Remove.
1414 (shr-buffer-width): New function.
1415 (shr-expand-newlines): Use it.
1416
1417 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1418 using a `gnus-use-full-window' setup (bug#11013).
1419
1420 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1423 24.1 release.
1424
1425 2012-03-10 David Edmondson <dme@dme.org>
1426
1427 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1428 'Forwarded Message' header and the start of the message.
1429
1430 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1431
1432 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1433 isn't running (bug#10897).
1434
1435 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
1437 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1438
1439 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1440
1441 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1442
1443 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1444
1445 * mm-decode.el (mm-shr): Remove "soft hyphens".
1446
1447 * nnimap.el (nnimap-request-list): Return the group names encoded as
1448 utf8. Otherwise non-European group names don't work.
1449 (nnimap-request-newgroups): Ditto.
1450
1451 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1452 the default in `read-string' (bug#10757).
1453
1454 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1455 topics (bug#10843).
1456
1457 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1458 buffer. Suggested by Herbert Valerio Riedel.
1459 (nnimap-request-move-article): Delete the message from the correct IMAP
1460 server.
1461
1462 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
1463
1464 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1465 Reported by Peter Münster.
1466
1467 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1468
1469 * shr.el (shr-image-fetched): Make sure we really kill the right
1470 buffer.
1471
1472 2012-02-16 Leo Liu <sdl.web@gmail.com>
1473
1474 * gnus-start.el (gnus-1): Avoid duplicate entries.
1475
1476 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1477
1478 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1479 too-wide lines.
1480
1481 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1482
1483 * shr.el (shr-rescale-image): Undo previous change; see
1484 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1485
1486 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1487
1488 * nnimap.el (nnimap-record-commands): New variable.
1489 (nnimap-log-command): Use it.
1490 (nnimap-make-process-buffer): Add a space to the process buffer.
1491 (nnimap-transform-headers): Don't bug out on header lines containing
1492 stuff that look like IMAP length encodings.
1493
1494 * shr.el (shr-rescale-image): Allow viewing large images.
1495
1496 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1497
1498 * nnml.el (nnml-request-compact-group): Delete the marks file after
1499 compaction (bug#10800).
1500
1501 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1502 group exit.
1503
1504 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1505 QRESYNC/FETCH output.
1506
1507 2012-02-11 Glenn Morris <rgm@gnu.org>
1508
1509 * sieve-manage.el (sieve-manage-default-stream):
1510 * shr.el (shr):
1511 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1512 (nnir-retrieve-headers-override-function)
1513 (nnir-imap-default-search-key, nnir-notmuch-program)
1514 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1515 (nnir-method-default-engines):
1516 * message.el (message-cite-reply-position):
1517 * gssapi.el (gssapi-program):
1518 * gravatar.el (gravatar):
1519 * gnus-sum.el (gnus-refer-thread-use-nnir):
1520 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1521 (gnus-registry-max-pruned-entries):
1522 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1523 * gnus-int.el (gnus-after-set-mark-hook)
1524 (gnus-before-update-mark-hook):
1525 * gnus-async.el (gnus-async-post-fetch-function):
1526 * auth-source.el (auth-source-cache-expiry):
1527 Add missing :version tags to new defcustoms and defgroups.
1528
1529 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1530
1531 * message.el (message-default-send-mail-function): Made into own
1532 function for reuse by emacsbug.el.
1533
1534 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1537 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1538
1539 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1540
1541 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1542 running.
1543
1544 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1545
1546 * gnus.el (gnus-server-extend-method): Don't add an -address component
1547 if the method already has one (bug#9676).
1548
1549 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1550
1551 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1552 of an initial-input for consistency (bug#10757).
1553
1554 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1555
1556 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1557
1558 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1559
1560 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1561 lines that are narrower than the window width. Otherwise background
1562 "blocks" will look less readable.
1563
1564 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1565
1566 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1567
1568 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1569
1570 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1571 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1572 have newlines within the strings, and where the UID comes after the
1573 BODYSTRUCTURE element (bug#10537).
1574
1575 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1576 (bug#10732).
1577
1578 * shr.el (shr-insert-document): Add doc string.
1579 (shr-visit-file): Ditto.
1580 (shr-remove-trailing-whitespace): New function.
1581 (shr-insert-document): Use it to clean up trailing whitespace as the
1582 final step (bug#10714).
1583
1584 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1585
1586 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1587 buffer if `gnus-kill-summary-on-exit' is nil.
1588
1589 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1590
1591 * gnus-sum.el (gnus-summary-show-thread):
1592 next-single-char-property-change may return nil in XEmacs.
1593
1594 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1595
1596 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1597 when just reading a single group from "without" Gnus.
1598
1599 2012-02-06 Chong Yidong <cyd@gnu.org>
1600
1601 * gnus-sum.el (gnus-summary-show-thread):
1602 next-single-char-property-change never returns nil (Bug#8657).
1603
1604 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1605
1606 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1607 without reconnecting.
1608 (nnimap-possibly-change-group): Ditto.
1609 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1610 connection has died before being called.
1611
1612 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1613
1614 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1615 an initial sync unless we're really doing one.
1616
1617 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1618 address parameter if one already exists (bug#9676).
1619
1620 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1621 not the prefix, as documented (bug#10689).
1622
1623 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1624
1625 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1626 the "server".
1627
1628 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1629 the real error message with the useless "previously known to be down".
1630 Which isn't even correct.
1631
1632 * nntp.el (nntp-open-connection): Report the error message if the nntp
1633 server can't be reached.
1634
1635 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1636 groups we do a total scan for.
1637 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1638 doing that.
1639
1640 2012-01-31 Jim Meyering <jim@meyering.net>
1641
1642 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1643 Correct a comment (insert "not") and hide nominally-doubled "to".
1644
1645 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1646
1647 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1648 section in the manual.
1649
1650 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1651
1652 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1653 words.
1654 (rfc2047-encode-string): Ditto.
1655 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1656 understand folded filename="..." parameters, for instance.
1657
1658 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1659 the message for greater debuggability.
1660
1661 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1662
1663 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1664 instead of setting it locally, since the latter doesn't seem to have
1665 any effect (most of the time).
1666
1667 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1668
1669 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1670 function call.
1671
1672 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
1673
1674 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1675 seconds, and make the repeat clause with HH:MM specs work as
1676 documented.
1677
1678 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1679
1680 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1681 so that previous errors don't prohibit getting new news.
1682
1683 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1684
1685 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1686
1687 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1688
1689 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1690 bound globally in old Emacsen and XEmacsen.
1691
1692 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1693
1694 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1695 buffer, not of the string which is its name.
1696
1697 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1698
1699 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1700 non-server-marks groups.
1701 (gnus-group-make-articles-read): Ditto.
1702
1703 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1704 methods (bug#9676).
1705
1706 * gnus.el (gnus-method-ephemeral-p): New function.
1707
1708 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1709
1710 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1711 left-to-right.
1712
1713 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1714
1715 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1716 warning.
1717
1718 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1719
1720 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1721 macroexpand the nnir things, since they haven't been defined yet, and
1722 nnir requires gnus-sum.
1723
1724 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1725
1726 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1727
1728 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1729
1730 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1731 logical server name in addition to the actual machine address.
1732
1733 * auth-source.el (auth-source-user-and-password): Add convenience
1734 wrapper to search by just host and optionally user.
1735
1736 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1737
1738 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1739 after rendering.
1740
1741 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1742
1743 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1744 (bug#9693).
1745 (gnus-summary-setup-buffer): Document return value (bug#9697).
1746
1747 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1748 since ido doesn't work on symbols (bug#9632).
1749
1750 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1751 when getting a single value as when getting all the values. This means
1752 that atoms like `gcc-self' work cumulatively, like variable settings,
1753 instead of getting the value from the last matching clause.
1754 (gnus-group-find-parameter): Protect against the group buffer not
1755 existing (bug#9585).
1756
1757 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1758
1759 * gnus-start.el (gnus-activate-group): Document more parameters
1760 (bug#9694).
1761
1762 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1763 (bug#9692).
1764
1765 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1766 article was fetched, so that it can be expired later (bug#9958).
1767 (gnus-agent-summary-fetch-series): Add doc string.
1768 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1769 (bug#9517).
1770
1771 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1772 retrieval is happening.
1773
1774 * gnus.el (gnus-parameters): Doc fix.
1775
1776 2012-01-06 Dave Abrahams <dave@boostpro.com>
1777
1778 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1779 show the thread after expansion.
1780
1781 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1782
1783 * gnus-art.el (article-narrow-to-head): If the head is completely
1784 empty, narrow to the empty region (bug#9764).
1785
1786 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1787 read, and then mark them as unread only when the unread mark is used.
1788 This makes `C-- T k' actually work, even though it's confusing.
1789
1790 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1791 alive before we try to find its window.
1792
1793 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1794
1795 * mm-decode.el (mm-display-external): Use a longer timeout for the
1796 deletion to allow slow programs to display the file.
1797
1798 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1799
1800 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1801 prompt to be less confusing.
1802
1803 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1804 argument to `message-reply'. This broke `special-display-*' frame
1805 pop-uping (bug#10238).
1806
1807 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1810 systems, since these allegedly don't work there.
1811
1812 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1813
1814 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1815 live buffer.
1816
1817 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * nnir.el (nnir-retrieve-headers): Protect against the article not
1820 existing on the server (bug#10335).
1821
1822 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1823
1824 * gnus-agent.el (gnus-agent-load-local):
1825 Recompute gnus-agent-article-local on changing method.
1826
1827 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1828
1829 * gnus.el (gnus-parameters): Note precedence.
1830
1831 2012-01-04 Leo Liu <sdl.web@gmail.com>
1832
1833 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1834 in the group buffer.
1835
1836 2012-01-04 Julien Danjou <julien@danjou.info>
1837
1838 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1839 change.
1840
1841 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1844 too.
1845
1846 * nntp.el (nntp-retrieve-group-data-early): Use it.
1847
1848 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1849
1850 * nntp.el (nntp-retrieval-in-progress): New variable.
1851 (nntp-make-process-buffer): Make it buffer-local.
1852
1853 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1854 2010.
1855 (gnus-demon-init): Use it to compute the time if time is on the form
1856 "04:23".
1857
1858 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1859
1860 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1861 status in the correct buffer.
1862
1863 2012-01-03 Leo Liu <sdl.web@gmail.com>
1864
1865 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1866 when opening topics (bug#10407).
1867
1868 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1869
1870 * mm-view.el (mm-display-inline-fontify): Add comment.
1871
1872 2011-12-15 Juri Linkov <juri@jurta.org>
1873
1874 * mm-decode.el (mm-inline-media-tests): Add missing
1875 `mm-handle-media-subtype'.
1876
1877 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1878
1879 * message.el (message-valid-fqdn-regexp): Update with newly approved
1880 top-level domain names ".tel" and ".asia".
1881
1882 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1885 unconditionally.
1886
1887 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1888
1889 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1890 pop-to-buffer-same-window for old Emacsen.
1891
1892 2011-12-04 Chong Yidong <cyd@gnu.org>
1893
1894 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1895 change (Bug#10200).
1896
1897 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1898
1899 * compface.el (uncompface):
1900 * gnus-art.el (gnus-article-x-face-command): Update the header format
1901 of icon data for the most recent icontopbm program.
1902
1903 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1904
1905 * gnus-msg.el (gnus-inews-do-gcc):
1906 * message.el (message-send-mail):
1907 * mml.el (mml-generate-mime): Share the value of the buffer-local
1908 `message-options' variable between a draft buffer and temprary working
1909 buffers.
1910
1911 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1914
1915 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1916
1917 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1918 for Cygwin.
1919
1920 2011-11-24 Glenn Morris <rgm@gnu.org>
1921
1922 * starttls.el: Fix case of "GnuTLS".
1923
1924 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * gnus-group.el (gnus-group-highlight): Fix typo.
1927
1928 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1929
1930 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1931 value of `delete-file', that returns nil for a local file but returns t
1932 for a remote file using ssh.
1933
1934 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1935
1936 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1937 avoid later breakage.
1938
1939 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1940
1941 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1942 article buffers' name.
1943
1944 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1945
1946 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1947 by Paul Eggert's spellfixes two days ago.
1948
1949 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1950
1951 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1952 buffer-local instead of binding them to avoid warnings. Also demote
1953 errors (bug#10063).
1954 (font-lock-mode-hook): Shut up byte compiler.
1955
1956 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1957
1958 * mm-util.el (mm-charset-after): Fix typo.
1959
1960 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1961
1962 * gnus-sum.el (gnus-summary-make-menu-bar):
1963 * gnus-uu.el (gnus-uu-decode-postscript)
1964 (gnus-uu-decode-postscript-and-save):
1965 * mailcap.el (mailcap-print-command):
1966 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1967 Fix typos.
1968
1969 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1970
1971 * gnus-art.el (gnus-article-part-wrapper):
1972 * shr-color.el (shr-color-visible-distance-min)
1973 (shr-color-relative-to-absolute, set-minimum-interval)
1974 (shr-color-visible): Fix typos.
1975
1976 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1977
1978 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1979 slightly clearer.
1980
1981 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1982
1983 * message.el (message-send-and-exit): Document `arg'.
1984
1985 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1988
1989 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1990
1991 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1992 we don't use `bound-and-true-p'.
1993
1994 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1995
1996 * gnus-util.el (gnus-bound-and-true-p): Remove.
1997 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1998 * nnir.el: Use it.
1999 * nnmairix.el: Use it.
2000
2001 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2002
2003 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2004 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2005 for reasons unknown.
2006 * nnir.el: Use it.
2007 * nnmairix.el: Use it.
2008
2009 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2010 * nnir.el: Ditto.
2011 * nnmairix.el: Ditto.
2012
2013 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2014
2015 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * message.el (message-completion-function): Make sure
2018 message-tab-body-function is not attempted if one of
2019 message-completion-alist fails to find a completion (bug#9158).
2020
2021 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2022
2023 * mml.el (mml-quote-region): Quote <#secure> tag.
2024 (mml-generate-mime-1): Unquote <#secure> tag.
2025
2026 2011-10-20 Chong Yidong <cyd@gnu.org>
2027
2028 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2029 calling a minor mode from Lisp with nil arg enables it, so we have to
2030 make the wording a bit ambiguous here).
2031
2032 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2033
2034 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2035 * nnir.el (nnir-mode): Use it.
2036 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2037 Use it.
2038
2039 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2040 * nnmairix.el (gnus-registry-enabled): Ditto.
2041
2042 2011-10-17 Dave Abrahams <dave@boostpro.com>
2043
2044 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2045 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2046 only while we need to find out if it should be t or nil.
2047 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2048 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2049 the registry is installed. Set it to nil when it's unloaded.
2050 (gnus-registry-install-p): Provide user guidance for the initial value
2051 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2052 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2053 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2054 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2055 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2056 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2057 `gnus-registry-install'.
2058
2059 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2060
2061 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2062 previous change.
2063 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2064 primary key is marked as disabled.
2065
2066 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2067
2068 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2069 primary key is marked as disabled.
2070
2071 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2072
2073 * html2text.el (html2text-clean-anchor): Check for quotes around
2074 `href' value.
2075
2076 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2077
2078 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2079 searching. Drop `bbdb-cache'.
2080
2081 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2082
2083 * message.el (message-signed-or-encrypted-p): Exclude header when
2084 checking if there is signed or encrypted body in text/plain message.
2085
2086 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2087
2088 * html2text.el (html2text-get-attr): Correctly handle attribute values
2089 containing "=".
2090
2091 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2092
2093 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2094 handle bindings.
2095
2096 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2097
2098 * gnus-win.el (gnus-configure-windows): Protect against reading
2099 ephemeral groups outside of Gnus.
2100
2101 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2102
2103 * shr.el (shr-tag-img): Don't get images displayed in tables.
2104
2105 2011-10-03 Glenn Morris <rgm@gnu.org>
2106
2107 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2108 the "maintainer" version of debbugs.gnu.org reports.
2109
2110 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2113 make asynchronous adjacent image insertion work better.
2114
2115 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2116
2117 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2118 Clarify documentation.
2119
2120 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2121
2122 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2123 `gnus-asynchronous' isn't shadowed.
2124
2125 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2126
2127 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2128 (nnimap-insert-partial-structure): The charset parameter isn't
2129 case-sensitive.
2130
2131 * nnheader.el (nnheader-message-maybe): New function.
2132
2133 * shr.el (shr-tag-table): Render totally broken tables better.
2134
2135 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2136 computing the boundary.
2137
2138 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2139
2140 * pop3.el (pop3-number-of-responses): Remove.
2141 (pop3-wait-for-messages): Rewrite to take linear time instead of
2142 exponential time.
2143
2144 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
2146 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2147 re-fetch images.
2148
2149 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2150 re-fetch images when hitting `g' in Gnus.
2151
2152 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2153
2154 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2155 (mml-compute-boundary): Don't check collision if it is non-nil.
2156 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2157 before checking collision.
2158
2159 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2160
2161 * message.el (message-indent-citation): Really make sure there's a
2162 newline at the end.
2163
2164 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2165 Fix suggested by John Wiegley.
2166
2167 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2168
2169 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2170
2171 * message.el (message-default-send-rename-function): Break out into its
2172 own function.
2173
2174 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2175 doesn't work under XEmacs.
2176
2177 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2178 of "imaps" to word around Windows problems.
2179 (nnimap-open-connection-1): Use it.
2180
2181 * message.el (message-indent-citation): Revert last change which made
2182 `F' not work.
2183
2184 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2185
2186 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2187 terminal as well.
2188
2189 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2190
2191 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2192 because it displays images using overlays that aren't easy to copy to
2193 the article buffer.
2194
2195 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2196
2197 * message.el (message-indent-citation): Fix empty line removal at the
2198 end of the citation.
2199
2200 2011-09-20 Julien Danjou <julien@danjou.info>
2201
2202 * auth-source.el (auth-source-netrc-create): Use default value for
2203 password if specified. Evaluate default.
2204 (auth-source-plstore-create): Ditto.
2205 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2206 value evaluation.
2207 (auth-source-netrc-create): Typo fix.
2208 (auth-source-plstore-create): Ditto.
2209
2210 * auth-source.el (auth-source-format-cache-entry): New function.
2211
2212 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2213
2214 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2215
2216 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2219
2220 2011-09-19 Julien Danjou <julien@danjou.info>
2221
2222 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2223 which work with things that are not ASCII.
2224
2225 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2226
2227 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2228
2229 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2230
2231 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2232 message level.
2233
2234 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2235
2236 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2237
2238 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2239
2240 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2241
2242 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2245 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2246
2247 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2248
2249 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2250 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2251 articles.
2252
2253 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2254
2255 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2256 (message-mail-other-window, message-mail-other-frame)
2257 (message-news-other-window, message-news-other-frame):
2258 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2259 instead of setting buffer display variables.
2260
2261 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2262
2263 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2264
2265 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2266
2267 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2268
2269 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2270 duplicates" to a higher level.
2271
2272 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2273 most egregious messages.
2274
2275 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2276
2277 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2278
2279 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2280
2281 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2282 up the file (bug#9351).
2283
2284 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2285
2286 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2287 it does with all other backends, but decode the names immediately after
2288 getting them.
2289
2290 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2291 decoding nnimap groups.
2292
2293 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2294 newsrc file. It doesn't seem like an important optimization any more.
2295
2296 2011-09-10 Dave Abrahams <dave@boostpro.com>
2297
2298 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2299 overflows.
2300
2301 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2302
2303 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2304 (gnus-interactive-exit): Extend to `quiet'.
2305
2306 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2307
2308 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2309 string.
2310
2311 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2312 renaming function arguments from `this'.
2313
2314 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2315
2316 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2317 has been renamed.
2318 (gnus-lrm-string-p): Include RLM and PDF, too.
2319
2320 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2321 (bug#9225).
2322
2323 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2324
2325 Add autoload cookies for functions used by sendmail.el.
2326 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2327
2328 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2329
2330 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2331
2332 * gnus-art.el (article-date-ut): Work properly even when there are
2333 things like Date header in the body; work for forwarded parts.
2334
2335 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2336
2337 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2338 original-article-buffer.
2339
2340 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
2341
2342 * nnir.el (nnir-compose-result): Fix matching of server type.
2343 (nnir-run-swish++): Ditto.
2344 (nnir-run-namazu): Ditto.
2345 (nnir-run-notmuch): Ditto.
2346
2347 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2350 (bug#9405).
2351
2352 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2353 (bug#9421).
2354
2355 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2356 (bug#9425).
2357
2358 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2359 thing (bug#9426).
2360
2361 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2362
2363 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2364 the error message.
2365
2366 2011-09-02 Eli Zaretskii <eliz@gnu.org>
2367
2368 * message.el (message-setup-1): Return t (Bug#9392).
2369
2370 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2371
2372 * gnus-sum.el: When adding article headers to a summary buffer also
2373 update gnus-newsgroup-articles (bug#9386).
2374
2375 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2376
2377 * auth-source.el: Autoload help-mode.
2378
2379 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2380
2381 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2382 names.
2383
2384 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2385
2386 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2387 mm-replace-in-string for compatibility issues.
2388 * mml2015.el (mml2015-epg-verify): Ditto.
2389
2390 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2391
2392 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2393
2394 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2395
2396 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2399 continue on and do the clean-up phase (bug#9188).
2400
2401 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2402 just ignore groups that can't be opened instead of erroring out
2403 (bug#9225).
2404
2405 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2406 nil since some many people are fuddy-duddies.
2407
2408 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2409 images.
2410
2411 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2412 instead.
2413
2414 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2415
2416 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2417
2418 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2419 processing.
2420
2421 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2422 buffer to avoid warnings.
2423
2424 2011-08-20 Simon Josefsson <simon@josefsson.org>
2425
2426 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2427 specified to reduce precision.
2428
2429 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2430
2431 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2432 bodystructures (bug#9314).
2433
2434 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2435
2436 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2437 Make button keymap non-sticky after buttons.
2438
2439 2011-08-18 David Engster <dengste@eml.cc>
2440
2441 * nnmairix.el (nnmairix-request-set-mark)
2442 (nnmairix-goto-original-article): Remove adding of article to registry,
2443 since `gnus-registry-add-group' isn't available anymore.
2444 (nnmairix-determine-original-group-from-registry):
2445 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2446 available anymore.
2447
2448 2011-08-12 Simon Josefsson <simon@josefsson.org>
2449
2450 * starttls.el (starttls-any-program-available): Define as obsolete
2451 function.
2452
2453 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2456 versions which Gnus use when appropriate.
2457
2458 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2459 a pretty destructive command.
2460
2461 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2462
2463 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2464
2465 * message.el (message-fix-before-sending): Make a different warning
2466 about NUL characters (bug#9270).
2467
2468 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2469 from custom (bug#9260).
2470
2471 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2472 things work in Emacs 22 and XEmacs, too.
2473
2474 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2475 default From.
2476
2477 * gnus-spec.el (gnus-lrm-string-p): New macro.
2478 (gnus-lrm-string): New constant.
2479 (gnus-summary-line-format-spec): LRM-ify the from.
2480 (gnus-tilde-max-form): LRM-ify string chopping.
2481
2482 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2483
2484 * message.el (message-is-yours-p): Allow disabling canlock checking
2485 (bug#9295).
2486 (message-shoot-gnksa-feet): Add `canlock-verify'.
2487 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2488 message directory isn't writable (bug#9304).
2489
2490 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2491 non-world-readable.
2492
2493 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2494
2495 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2496 articles.
2497
2498 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2499
2500 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2501 copy-list.
2502
2503 2011-08-12 Sam Steingold <sds@gnu.org>
2504
2505 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2506 in the reverse order to avoid modifying the cache with `nreverse'.
2507 (gnus-all-score-files): Do not modify the value returned by
2508 `gnus-score-find-alist' because it lives in a cache variable.
2509 (gnus-current-home-score-file): No need to `nreverse' the return value
2510 of `gnus-score-find-alist', it is already in the correct order.
2511
2512 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2513
2514 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2515 type MESSAGE and subtype RFC822 is slightly different from those of
2516 type TEXT.
2517
2518 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2519
2520 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2521 This allows article-referral to work from an nnir group.
2522
2523 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2524
2525 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2526
2527 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2528
2529 * mml1991.el (mml1991-epg-find-usable-key)
2530 (mml1991-epg-find-usable-secret-key): New function.
2531 (mml1991-epg-sign): Check if signing key is usable.
2532 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2533
2534 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2535
2536 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2537 server-variables only. This should fix a bug introduced with commit
2538 e1889675b7f4adf057833c5513c9374134c4e053.
2539 (nnir-run-query): 'nnir-search-engine should not be set from the global
2540 environment.
2541
2542 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2543
2544 * nnir.el (nnir-search-thread): Position point on referring article
2545 line.
2546 (nnir-warp-to-article): Clean up summary buffers.
2547
2548 * nnimap.el (nnimap-request-thread): Whitespace fix.
2549
2550 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2551
2552 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2553
2554 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * starttls.el (starttls-available-p): Rename from
2557 `starttls-any-program-available' and changed return convention.
2558
2559 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2560
2561 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2562 `unix-sync' unless it's defined.
2563
2564 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2565
2566 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2567 `aref' for XEmacs compatibiltiy.
2568
2569 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2570
2571 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2572
2573 2011-07-31 Dave Abrahams <dave@boostpro.com>
2574
2575 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2576 closures, quote the form properly (bug#9194).
2577
2578 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2579
2580 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2581 (gnus-summary-insert-new-articles): Protect against servers that are
2582 down.
2583
2584 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2585
2586 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2587 in mm handle if none is specified.
2588
2589 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2590
2591 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2592
2593 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2594
2595 * nnir.el (nnir-search-thread): New function to make an nnir group
2596 based on a thread query.
2597
2598 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2599 of nnir in thread referral.
2600 (gnus-summary-refer-thread): Use it.
2601
2602 * nnimap.el (nnimap-request-thread): Use it.
2603
2604 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605
2606 * shr.el (shr-tag-comment): Ignore HTML comments.
2607
2608 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2609
2610 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2611 argument.
2612 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2613 Use `nnir-address' to handle server info rather than passing an arg.
2614
2615 * nnimap.el (nnimap-make-thread-query): New utility function to format
2616 an imap thread search query.
2617 (nnimap-request-thread): Use it.
2618
2619 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2620 right select-method if we are not going back to the group buffer.
2621
2622 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2623
2624 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2625 enter invalid buffer configurations into the quit form (bug#9107).
2626 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2627 unplugged/plugged.
2628
2629 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2630 keep track of which ones are unread (bug#9061).
2631
2632 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2633 (bug#9055).
2634
2635 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2636 (bug#9041).
2637
2638 * gnus-html.el (mm-util): Require (bug#9073).
2639
2640 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2641 (gnus-summary-refer-thread): Use it to remove duplicates in the
2642 un-threaded view (bug#9053).
2643 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2644
2645 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2646
2647 * nnir.el (nnir-read-server-parm): Use default value from global
2648 variable. Without this the default search engine parameters aren't
2649 used at all.
2650
2651 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * message.el (message-unique-id): Don't use the undocumented return
2654 value from (random t) (bug#9118).
2655
2656 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2657
2658 * message.el (message-auto-save-directory): If the ~/Mail directory
2659 doesn't exist, use ~ as the auto-save directory (bug#4432).
2660
2661 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2662 hasn't already been started.
2663
2664 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2665
2666 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2667
2668 * message.el (message-reply): Work around mysterious bug where
2669 `message-mode' seems to overwrite the locally bound `subject' variable.
2670
2671 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2672
2673 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2674 correct group.
2675
2676 * gnus-int.el (gnus-request-thread): Add group argument.
2677
2678 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2679
2680 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2681
2682 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2683 renamed to `debbugs-gnu-*'.
2684
2685 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2686
2687 * plstore.el: Revert the editing feature since it is not urgent.
2688 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2689 (plstore-mode-decoded): Remove.
2690
2691 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2692
2693 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2694 isn't very interesting any more, and it leaks potentially secret data.
2695 (gnus-debug): Remove.
2696
2697 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2698 use of :custom-show.
2699
2700 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2701
2702 * plstore.el: Add documentation.
2703 (plstore-mode): New mode to edit plstore file.
2704 (plstore-mode-toggle-display, plstore-mode-original)
2705 (plstore-mode-decoded): New command.
2706 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2707 (plstore--insert-buffer, plstore--make): New function.
2708 (plstore-open, plstore-save): Simplify by using them.
2709
2710 2011-07-06 Glenn Morris <rgm@gnu.org>
2711
2712 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2713
2714 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2717 no longer is much used.
2718 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2719 Articles".
2720
2721 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2722
2723 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2724 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2725 `notmuch' backend.
2726
2727 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * mm-decode.el (mm-text-html-renderer): Doc fix.
2730
2731 * gnus-msg.el (gnus-bug): Fix the MML tag.
2732
2733 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2734
2735 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2736
2737 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2738 secondary methods if started with `gnus-no-server'.
2739
2740 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2741
2742 * message.el (message-return-action): Fix typo in docstring.
2743
2744 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2747 bug reports at once.
2748
2749 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2750
2751 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2752
2753 * nndraft.el: Require gnus-group.
2754 (nndraft-request-list): Declare.
2755
2756 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2757 no unread article unless it matches gnus-permanently-visible-groups.
2758
2759 * nndraft.el (nndraft-update-unread-articles): New function.
2760 (nndraft-request-associate-buffer): Use it to update the number of
2761 unread articles for the nndraft groups in the group buffer when saving
2762 or killing a draft message.
2763
2764 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2765
2766 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2767 systems to binary before writing and reading the mbox files.
2768
2769 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2770 instead of trying to list them all (bug#8978).
2771
2772 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2773
2774 * pop3.el (pop3-open-server): Use :end-of-capability.
2775
2776 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2777
2778 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2779 the id is always a number.
2780
2781 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2782 debbugs mode, if possible.
2783
2784 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2785
2786 * auth-source.el (auth-source-token-passphrase-callback-function):
2787 Reindent.
2788 (epg-context-operation): Remove unnecessary autoload.
2789
2790 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * gnus.el (gnus-list-debbugs): New command.
2793
2794 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2795 mboxstat instead of the maintbox, since the stat seems to be fuller.
2796
2797 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2798 summary buffers.
2799
2800 * message.el (message-get-reply-headers): Delete all duplicates,
2801 instead of the first.
2802 (message-get-reply-headers): Ensure that we have progress while
2803 deleting duplicates.
2804
2805 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2806 gnus-posting-style value from the summary buffer to make it easier to
2807 make that a per-buffer conf.
2808
2809 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2810
2811 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2812 found by setting `shortcut' in 'query.
2813 (nnir-request-article): Use `shortcut' setting when requesting article
2814 by Message-ID.
2815
2816 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2817
2818 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2819 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2820 Bring the pseudo-headers back too.
2821
2822 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2823
2824 * auth-source.el (auth-source-token-passphrase-callback-function):
2825 Simplify and remove EPA dependency.
2826
2827 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2828
2829 * nnir.el (nnir-request-article): Fix error message text.
2830
2831 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2832
2833 * auth-source.el (plstore-delete): Autoload.
2834 (auth-source-plstore-search): Support delete operation.
2835 * plstore.el (plstore-delete): New function.
2836
2837 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2838
2839 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2840 mark actually existing articles as unread rather than the ones that
2841 active asserts.
2842
2843 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2844
2845 * nntp.el (nntp-record-command):
2846 * gnus-util.el (gnus-message-with-timestamp-1):
2847 Use format-time-string rather than decoding time stamps by hand.
2848 This is simpler and insulates the code from potential changes to
2849 current-time format.
2850
2851 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2854
2855 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2856
2857 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2858 (plstore-save): Support public key encryption.
2859 (plstore--init-from-buffer): New function.
2860 (plstore-open): Use it; fix error when opening a non-existent file.
2861 (plstore-revert): Use plstore--init-from-buffer.
2862
2863 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2864
2865 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2866
2867 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2868
2869 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2870 for old Emacsen.
2871
2872 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2873
2874 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2875 is not fully working.
2876
2877 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2878
2879 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2880 quit window configuration.
2881
2882 * auth-source.el (epg-context-set-passphrase-callback):
2883 Remove duplicate autoload.
2884
2885 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2886
2887 * nnir.el (nnir-request-article): Allow requesting articles by
2888 Message-ID with nnimap.
2889
2890 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2891 current server.
2892
2893 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2894
2895 * auth-source.el: Autoload EPA/EPG functions.
2896 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2897 changed when EPA/EPG is not available.
2898 (auth-source-backend): Rename "arg" member to "data".
2899 (auth-source-backend-parse, auth-source-plstore-search)
2900 (auth-source-plstore-create): Use it.
2901
2902 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2903
2904 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2905 `gnus-refer-article-methods'.
2906
2907 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2908
2909 * auth-source.el: Require EPA and EPG.
2910 (auth-source-passphrase-alist): New variable.
2911 (auth-source-passphrase-callback-function)
2912 (auth-source-token-passphrase-callback-function): Callbacks for the
2913 netrc field encryption (GPG tokens).
2914 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2915 Symmetric encryption and decryption of the netrc GPG tokens.
2916 (auth-source-netrc-normalize): Use them, simplifying the closure.
2917
2918 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2919
2920 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2921 non-nil, and `nnimap-split-methods' is nil, use the former.
2922
2923 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2924
2925 * plstore.el (plstore-revert): New function.
2926 (plstore-open): Use it; hide the buffer from user.
2927
2928 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2929
2930 * auth-source.el (auth-source-backend): New member "arg".
2931 (auth-source-backend-parse): Handle new backend 'plstore.
2932 * plstore.el: New file.
2933
2934 2011-06-30 Glenn Morris <rgm@gnu.org>
2935
2936 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2937
2938 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2939
2940 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2941
2942 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2943 expiring articles to.
2944
2945 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2946 variations as ASCII (bug#5458).
2947
2948 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2951
2952 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2953
2954 * message.el (message-point-in-header-p): Tweak the function to default
2955 to saying that we're not in the headers if there is no separator at
2956 all. This makes it possible to use the Message version of `M-q' in
2957 buffers with no headers (bug#7987).
2958 (message-point-in-header-p): Fix last checkin to work with an empty
2959 mail-header-separator, too.
2960
2961 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2962 again, save the choice via customize.
2963
2964 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2965
2966 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2967
2968 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2969 ended the connection, bail out before waiting infinitely on a new
2970 connection.
2971
2972 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2973
2974 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2975 reports.
2976
2977 * gnus.el (gnus-bug-package): Use "gnus."
2978 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2979
2980 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2981
2982 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2983 animations going on at article exit time.
2984
2985 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2986 since removing it breaks people upgrading.
2987
2988 * shr.el (shr-put-image): Use the new interface for animating images.
2989 (shr-put-image): Animate for 60 seconds.
2990
2991 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2992 error with `find-file-hooks' on Emacs 22.
2993 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2994 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2995 on all architectures.
2996
2997 * spam.el (spam-stat): Require in a normal fashion without binding
2998 `spam-stat-install-hooks' to avoid compilation warnings.
2999
3000 * spam-stat.el (spam-stat-install-hooks): Remove.
3001 (spam-stat-install-hooks): Don't run automatically.
3002
3003 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
3004
3005 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3006 and keystroke.
3007
3008 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * auth-source.el (auth-source-netrc-cache): Move forward.
3011
3012 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3013
3014 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3015 we already know.
3016 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3017 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3018
3019 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3020
3021 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3022 %S format, since that looks odd.
3023 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3024 file, especially when saving.
3025
3026 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3027
3028 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3029 article found.
3030
3031 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3032
3033 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3034 `auth-source-save-secrets' with a more sensitive alist that can be
3035 configured per file. Experimental, so defaults to 'never.
3036 (auth-source-netrc-create): Use it. Still experimental code.
3037 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3038 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3039
3040 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3041
3042 * auth-source.el (auth-source-save-secrets): New variable to control if
3043 secret tokens should be saved encrypted.
3044 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3045 to `auth-source-netrc-normalize'.
3046 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3047 on the EPA variables being defined.
3048 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3049 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3050 the lexical-let closure.
3051 (auth-source-netrc-create): Create "gpg:" tokens according to
3052 `auth-source-save-secrets'.
3053
3054 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3055
3056 * gnus-group.el (gnus-group-update-group): Add new argument
3057 `info-unchanged' that stops updating dribble buffer.
3058
3059 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3060 deletes lines matching to it in dribble buffer.
3061
3062 * gnus-agent.el (gnus-agent-fetch-group-1):
3063 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3064 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3065 * gnus-start.el (gnus-group-change-level):
3066 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3067
3068 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3069 if newsgroup info is not changed.
3070
3071 * gnus-group.el (gnus-group-get-new-news-this-group):
3072 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3073 Don't update dribble buffer.
3074
3075 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3076
3077 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3078 remove entries with groups we ignore.
3079
3080 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3083 the underline comes at the bottom.
3084
3085 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3086
3087 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3088 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3089 (gnus-registry-article-marks-to-names): Rename from
3090 `gnus-registry-user-format-function-M2'.
3091
3092 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3093
3094 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3095 ephemeral group.
3096
3097 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
3099 * shr.el (shr-browse-image): Copy the URL if called interactively.
3100
3101 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3102
3103 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3104 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3105 done, then unselected articles may be marked as read.
3106
3107 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3108 since not doing this seems to lead to a race condition in pop3-logon.
3109
3110 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3111 so that the call chain it correct when we call "upwards".
3112
3113 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3114 in read-only groups.
3115
3116 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3117
3118 * message.el (message-cite-reply-position): Doc string fix.
3119
3120 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3121 avoid regexp overflow.
3122 (nnimap-transform-split-mail): Ditto.
3123
3124 * pop3.el (pop3-retr): Error out if the server closes the connection.
3125
3126 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3129 mm-with-unibyte-current-buffer. The buffer should not contain any
3130 multibyte chars anyway at this stage.
3131
3132 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3133
3134 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3135 at the end of lines.
3136
3137 2011-05-29 Julien Danjou <julien@danjou.info>
3138
3139 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3140
3141 2011-05-27 Glenn Morris <rgm@gnu.org>
3142
3143 * gnus-group.el (gnus-bug-group-download-format-alist):
3144 Use the "maintainer" version of debian reports as well.
3145
3146 2011-05-26 Glenn Morris <rgm@gnu.org>
3147
3148 * gnus-group.el (gnus-bug-group-download-format-alist):
3149 Use the "maintainer" version of debbugs.gnu.org reports.
3150
3151 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3154
3155 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3158 the thread moves us backwards and so we loop forever.
3159
3160 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3161
3162 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3163 whitespace in base64 data lines.
3164
3165 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3166
3167 * gnus-registry.el (gnus-registry-user-format-function-M):
3168 Use `mapconcat'.
3169 (gnus-registry-user-format-function-M2): Use to see the full text of
3170 the marks. Make "," the mark text separator.
3171
3172 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3173 authentication with auth-source.
3174
3175 2011-05-17 Glenn Morris <rgm@gnu.org>
3176
3177 * gnus-group.el (gnus-import-other-newsrc-file):
3178 Use insert-file-contents.
3179
3180 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3181
3182 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3183 1000 iterations.
3184
3185 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3186
3187 * nntp.el (nntp-open-connection): Check if process-type is available.
3188
3189 2011-05-16 Julien Danjou <julien@danjou.info>
3190
3191 * shr.el (shr-tag-del): Add support for del tag.
3192
3193 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3194
3195 * gnus-html.el (gnus-html-put-image): Register a displayer.
3196
3197 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3198
3199 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3200
3201 * registry.el (prune-factor): New initialization parameter defaulting
3202 to 0.1.
3203 (registry-prune-hard): Use it.
3204
3205 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3206 0.1 expicitly.
3207
3208 2011-05-13 Glenn Morris <rgm@gnu.org>
3209
3210 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3211 is bound, since this function requires sendmail.
3212
3213 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3214
3215 * registry.el (registry-usage-test): Disable pruning test.
3216
3217 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3218
3219 * registry.el (registry-prune-hard-candidates)
3220 (registry-prune-soft-candidates): Helper methods for registry pruning.
3221 (registry-prune): Use them. Make the sort function optional.
3222
3223 2011-05-10 Jim Meyering <meyering@redhat.com>
3224
3225 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3226
3227 2011-05-10 Julien Danjou <julien@danjou.info>
3228
3229 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3230 symbol and not a list.
3231
3232 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * gnus-art.el (gnus-article-mode): Move binding of
3235 shr-put-image-function here from gnus-article-prepare-display.
3236
3237 * shr.el (shr-put-image-function): New variable.
3238 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3239 (shr-put-image): Return scaled image.
3240
3241 * gnus-art.el (gnus-shr-put-image): New function.
3242 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3243
3244 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3245 original ones, as deletable.
3246
3247 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3250
3251 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3252
3253 * registry.el (registry-full): Add convenience method. Fix logic.
3254 (registry-insert): Use it. Fix logic here too.
3255
3256 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3257 `registry-prune' if `registry-full' returns t.
3258 (gnus-registry-handle-action)
3259 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3260 (gnus-registry-usage-test): Use it.
3261
3262 2011-05-07 Julien Danjou <julien@danjou.info>
3263
3264 * shr.el (shr-link): Make shr-link inherit from link by default.
3265
3266 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3267
3268 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3269
3270 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3271
3272 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3273 error out because the face is not a list.
3274
3275 2011-05-05 Glenn Morris <rgm@gnu.org>
3276
3277 * gnus-start.el (gnus-propagate-marks): Declare.
3278
3279 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3280
3281 * registry.el (registry-reindex): Fix percentage message.
3282
3283 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3284
3285 * shr.el: Add shr-link face for links.
3286 (shr-urlify): Use it.
3287
3288 * registry.el (registry-insert): Make error message more helpful.
3289
3290 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3291
3292 * gnus-html.el (gnus-html-schedule-image-fetching):
3293 Use url-queue-retrieve, if it exists.
3294
3295 * shr.el (shr-tag-img): Ditto.
3296
3297 * gnus.el: Autoload more gnus-agent functions.
3298
3299 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3300 agent if we haven't already (bug#8502).
3301
3302 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3303 into the Agent, too.
3304
3305 * gnus-agent.el (gnus-agent-store-article): New function.
3306
3307 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3308 and moved from that file for reuse.
3309
3310 * pop3.el (pop3-open-server): Error messages are "-ERR".
3311
3312 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3315 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3316
3317 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3320 buffer has moved to a different frame.
3321
3322 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323
3324 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3325 to get the conversion from unibyte to multibyte buffers to work on
3326 Emacs 22.
3327
3328 * nntp.el (nntp-request-article): Slight clean-up.
3329
3330 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3331
3332 * shr.el (shr-strike-through): New face.
3333 (shr-tag-s): Use it to provide <s> support.
3334 (shr-tag-s): Remove duplicate definition.
3335
3336 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3337
3338 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3339 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3340
3341 2011-04-23 Glenn Morris <rgm@gnu.org>
3342
3343 * gnus-sum.el (gnus-extra-headers): Bump :version.
3344
3345 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3346
3347 * shr.el (shr-tag-sup): New function.
3348 (shr-tag-sub): Ditto.
3349
3350 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3351
3352 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3353 for the case where `gnus-registry-ignored-groups' is a list of lists,
3354 and don't call `gnus-parameter-registry-ignore' otherwise.
3355
3356 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3357
3358 * nnimap.el (nnimap-user): New backend variable.
3359 (nnimap-open-connection-1): Use it.
3360 (nnimap-credentials): Accept user parameter so it's explicit what user
3361 name is desired.
3362
3363 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3364 default.
3365
3366 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3367 not gnus-registry.el.
3368
3369 * gnus-registry.el: Mention in comments how to modify
3370 `gnus-extra-headers' for proper recipient tracking and that it may
3371 already have To and Cc recently, which it does as of this commit.
3372 (gnus-registry-ignored-groups): Remove defcustom.
3373 Explain why in comments.
3374 (gnus-registry-action): Fix data-header reference to use the extra
3375 headers. Explain in package commentary how to add To and Cc headers to
3376 the gnus-extra-headers.
3377 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3378 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3379 parameter list or a string list in `gnus-registry-ignored-groups'.
3380 Fix logic error.
3381
3382 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3383
3384 * shr.el (shr-expand-url): Protect against null urls.
3385
3386 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3387
3388 * shr.el (shr-base): New binding.
3389 (shr-tag-base): Keep track of <base>.
3390 (shr-expand-url): New function used throughout.
3391
3392 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3393
3394 * gnus-registry.el
3395 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3396 (gnus-registry-ignored-groups): New variable.
3397 (gnus-registry-ignore-group-p): Use it.
3398 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3399 set the destination group to nil (same as delete) if it's ignored.
3400
3401 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3402
3403 * gnus-registry.el (gnus-registry-action)
3404 (gnus-registry-fetch-header-fast):
3405 Don't use mail-header that looks an internal function of mailheader.el.
3406
3407 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3408
3409 * gnus-registry.el: Eliminate cl functions.
3410 (gnus-registry-sort-addresses): New function that replaces mapcan.
3411 (gnus-registry-action, gnus-registry-spool-action)
3412 (gnus-registry-split-fancy-with-parent)
3413 (gnus-registry-fetch-recipients-fast): Use it.
3414 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3415
3416 * registry.el (initialize-instance, registry-lookup)
3417 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3418 (registry-lookup-secondary-value, registry-search, registry-delete)
3419 (registry-insert, registry-reindex, registry-size, registry-prune):
3420 Use eval-and-compile.
3421
3422 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * registry.el (registry-reindex): New method to recreate the secondary
3425 registry indices.
3426
3427 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3428 tracked field changes.
3429 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3430 (gnus-registry-action, gnus-registry-spool-action)
3431 (gnus-registry-handle-action)
3432 (gnus-registry--split-fancy-with-parent-internal)
3433 (gnus-registry-split-fancy-with-parent)
3434 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3435 move, and delete actions, and for fancy splitting with parent.
3436 (gnus-registry-extract-addresses)
3437 (gnus-registry-fetch-recipients-fast)
3438 (gnus-registry-fetch-header-fast): Convenience functions.
3439 (gnus-registry-misc-test): ERT test of
3440 `gnus-registry-extract-addresses'.
3441
3442 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3443
3444 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3445 Track by subject first, then sender.
3446
3447 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3450
3451 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3452 Lisp.
3453
3454 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3455 (gnus-draft-send): Use it to avoid popping
3456 up frames from gnus-group-send-queue.
3457
3458 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3459
3460 * gnus-registry.el: Updated gnus-registry docs.
3461
3462 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3463
3464 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3465 Fix logic bug.
3466 (gnus-registry-post-process-groups): Fix logging of no results and
3467 quote sender and subject.
3468
3469 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3470
3471 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3472 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3473 we had no early-data returned.
3474 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3475 two async commands to the same server at the same time.
3476
3477 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3478
3479 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3480
3481 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3482
3483 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3484 "warning" level.
3485
3486 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3487 (mm-url-insert-file-contents): Don't set the package names.
3488
3489 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3490
3491 * gnus-registry.el (gnus-registry-action): Remove properties and
3492 simplify subject in `gnus-registry-handle-action'.
3493 (gnus-registry-spool-action): Get subject and sender from message if
3494 they are not passed in.
3495 (gnus-registry-handle-action): Remove properties and simplify subject
3496 consistently.
3497
3498 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3499
3500 * registry.el: Require CL before using defmacro*.
3501
3502 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3503
3504 * gnus-art.el (article-treat-date): Assume that
3505 gnus-article-date-headers may be a group parameter.
3506
3507 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3508
3509 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3510
3511 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3512 interactively so the newsrc file can contain foreign groups too.
3513 Useful for debugging but not much for users.
3514
3515 2011-04-07 David Engster <dengste@eml.cc>
3516
3517 * registry.el (registry-usage-test): Only do
3518 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3519 lexical binding.
3520
3521 2011-04-06 David Engster <dengste@eml.cc>
3522
3523 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3524 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3525
3526 2011-04-06 David Engster <dengste@eml.cc>
3527
3528 * registry.el (initialize-instance): Change :after to :AFTER to be
3529 compatible with old EIEIO version in XEmacs.
3530
3531 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3532
3533 * gnus-registry.el (gnus-registry-post-process-groups)
3534 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3535 and provide better messaging.
3536
3537 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3538
3539 * gnus-registry.el: Don't use ERT if it's not available. Load it
3540 unconditionally anyway, discarding errors.
3541 (gnus-registry-delete-entries): New convenience function.
3542 (gnus-registry-import-eld): Import from old .eld registry.
3543
3544 * registry.el: Don't use ERT if it's not available. Load it
3545 unconditionally anyway, discarding errors.
3546
3547 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3548 version from the Claudio Bley GnuTLS patch (extra optional parameters
3549 and host name).
3550
3551 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3552
3553 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3554 fixup the parameters that can be customized by the user between
3555 save/read cycles.
3556 (gnus-registry-read): Use it.
3557 (gnus-registry-make-db): Use it.
3558 (gnus-registry-spool-action, gnus-registry-handle-action):
3559 Fix messaging.
3560 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3561 Map references to actual group names with sender and subject tracking.
3562 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3563 (gnus-registry-usage-test): Add subject lookup test.
3564
3565 * registry.el (registry-db, initialize-instance): Set up constructor
3566 instead of :initform arguments for the sake of older Emacsen.
3567 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3568 pre-lexbind merge bug.
3569 (registry-usage-test): Use it.
3570 (initialize-instance, registry-db): Move the non-function initforms
3571 back to the class definition.
3572
3573 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3574
3575 * registry.el: New library to manage gnus-registry-style data.
3576
3577 * gnus-registry.el: Use it (major rewrite).
3578
3579 * nnregistry.el: Use it.
3580
3581 * spam.el: Use it.
3582
3583 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3584
3585 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3586 marks on non-selected articles.
3587
3588 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3591
3592 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3593 parameter to open-protocol-stream.
3594
3595 2011-04-01 Julien Danjou <julien@danjou.info>
3596
3597 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3598 fundamental-mode.
3599
3600 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3601
3602 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3603 servers.
3604
3605 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3606
3607 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3608 made marks not propagate, again.
3609
3610 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3611
3612 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3613 Make this the default type.
3614 (proto-stream-open-plain): Rename from proto-stream-open-default.
3615 (open-protocol-stream, proto-stream-open-starttls)
3616 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3617 with `plain'.
3618
3619 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3620 value.
3621
3622 * nntp.el (nntp-open-connection-function): Document the fact that some
3623 values are not functions but are instead handled specially.
3624 Recognize nntp-open-plain-stream value.
3625 (nntp-open-connection): Recognize that value.
3626
3627 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3630 stuff.
3631
3632 * gnus-score.el (gnus-score-string): Fix calling convention of
3633 `gnus-simplify-buffer-fuzzy' after last patches.
3634
3635 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3636 server for articles we didn't get any headers for. This is a sanity
3637 check.
3638
3639 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3640
3641 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3642 new CAPABILITY, use it.
3643
3644 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3645
3646 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3647 downloading anything.
3648
3649 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3650
3651 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3652
3653 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3654 colors.
3655 (gnus-splash-svg-color-symbols): New function.
3656
3657 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3658
3659 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3660 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3661 (gnus-simplify-subject-fuzzy): Use the local
3662 gnus-simplify-subject-fuzzy-regex instead of the global one.
3663 This makes using this variable in group parameters work.
3664
3665 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3666
3667 * gnus-registry.el (gnus-registry-unfollowed-groups):
3668 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3669 archive:sent-YYYY-MM-DD groups).
3670 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3671 tracking if there are more than `gnus-registry-max-track-groups'
3672 matches.
3673
3674 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3675
3676 * message.el (message--yank-original-internal): New function to do the
3677 insertion cleanly inside eval in `message-yank-original'.
3678 (message-yank-original): Use it.
3679
3680 2011-03-29 Julien Danjou <julien@danjou.info>
3681
3682 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3683 local variables disabled rather than `normal-mode'.
3684
3685 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3686
3687 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3688 with open-network-stream.
3689 (proto-stream-always-use-starttls): Option removed.
3690 (open-protocol-stream): Return a process object by default. Provide a
3691 new parameter :return-list specifying a list-type return value, which
3692 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3693 :type `network' to `try-starttls', and `network-only' to `default'.
3694 Make `default' the default, for compatibility with open-network-stream.
3695 Handle the no-parameter case exactly as open-network-stream, with no
3696 additional stream processing. Search plists using plist-get.
3697 Explicitly add :end-of-commend parameter if it is missing.
3698 (proto-stream-open-default): Rename from
3699 proto-stream-open-network-only. Return 'default as the type.
3700 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3701 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3702 failed. Always return a list with a (possibly dead) process as the
3703 first element, for compatibility with open-network-stream.
3704 (proto-stream-open-tls): Use plist-get. Always return a list.
3705 (proto-stream-open-shell): Return `default' as connection type.
3706 (proto-stream-capability-open): Use plist-get.
3707 (proto-stream-eoc): Function deleted.
3708
3709 * nnimap.el (nnimap-stream, nnimap-open-connection)
3710 (nnimap-open-connection-1): Handle renaming of :type parameter for
3711 open-protocol-stream.
3712 (nnimap-open-connection-1): Pass a :return-list parameter
3713 open-protocol-stream to obtain a list return value. Parse this list
3714 using plist-get.
3715
3716 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3717 for open-protocol-stream. Accept open-protocol-stream return value
3718 that is a subprocess object instead of a list. Handle the case of a
3719 dead returned process.
3720
3721 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3722
3723 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3724
3725 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3726
3727 2011-03-21 Julien Danjou <julien@danjou.info>
3728
3729 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3730 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3731 query.
3732 (mm-inline-text): Render normal text with fontification whenever
3733 possible.
3734
3735 * gnus-sum.el (gnus-summary-save-parts-1):
3736 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3737 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3738 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3739 Use `mm-handle-filename'.
3740
3741 * mm-util.el (mm-handle-filename): New function, return the filename of
3742 an handle.
3743
3744 2011-03-18 Julien Danjou <julien@danjou.info>
3745
3746 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3747 (gnus-buffer-live-p): Check that buffer is not nil.
3748
3749 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * gnus-art.el: Require mouse, which the build bot seems to say is
3752 needed.
3753
3754 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3755 XEmacs, since it doesn't have url-retrieve-synchronously.
3756
3757 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3758
3759 * gnus-group.el (gnus-group-list-ticked): New function.
3760 (gnus-group-make-menu-bar): Provide a menu entry for it.
3761 (gnus-group-list-map): Provide a binding for it.
3762
3763 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3764
3765 * shr.el (shr-visit-file): New command.
3766
3767 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3768
3769 2011-03-17 Bjørn Mork <bjorn@mork.no>
3770
3771 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3772 servers.
3773
3774 2011-03-16 Julien Danjou <julien@danjou.info>
3775
3776 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3777 inline.
3778
3779 * gnus-art.el (article-hide-list-identifiers):
3780 Use gnus-group-get-list-identifiers.
3781
3782 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3783 (gnus-summary-remove-list-identifiers):
3784 Use gnus-group-get-list-identifiers to get regexp.
3785 (gnus-select-newsgroup, gnus-summary-insert-subject)
3786 (gnus-summary-insert-articles):
3787 Call gnus-summary-remove-list-identifiers unconditionally.
3788
3789 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3790
3791 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3792 we're selecting a group with unread articles.
3793
3794 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3795
3796 * gssapi.el: New file separated out from imap.el to provide a general
3797 Kerberos 5 connection facility for Emacs.
3798
3799 * message.el (message-elide-ellipsis): Document the format spec
3800 ellipsis.
3801
3802 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3803
3804 * message.el (message-elide-region): Allow the ellipsis to say how many
3805 lines were removed.
3806
3807 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3808
3809 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3810 window configurations containing buffers that are now dead.
3811
3812 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3813 parsing to avoid integer overflows.
3814 (nnimap-parse-flags): Simplify the last change.
3815 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3816 too large for 32-bit Emacsen.
3817
3818 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * auth-source.el (auth-source-netrc-create):
3821 * message.el (message-yank-original): Fix use of `case'.
3822
3823 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3824
3825 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3826 XEmacs, which was one character too wide.
3827
3828 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3829
3830 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3831 default number of articles to display.
3832 (gnus-articles-to-read): Use pretty names for prompt.
3833
3834 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3835
3836 * gnus-int.el (gnus-open-server): Ditto.
3837
3838 * gnus-start.el (gnus-activate-group): Give a backtrace if
3839 debug-on-quit is set and the user hits `C-g'.
3840 (gnus-read-active-file): Ditto.
3841
3842 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3843
3844 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3845
3846 * message.el (message-yank-original): Use cond instead of CL case.
3847
3848 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * auth-source.el (auth-source-netrc-create): Use usual format for the
3851 default in prompts.
3852
3853 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3854
3855 * auth-source.el (auth-source-netrc-create): Show the default in the
3856 prompt when prompting for token creation.
3857
3858 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * auth-source.el (auth-source-format-prompt): Always convert the value
3861 to a string to avoid evaluating non-string arguments.
3862 (auth-source-netrc-create): Offer default properly, not as initial
3863 content in `read-string'.
3864 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3865 of line to determine if we've been run before. If so, don't run again,
3866 but print a trivial message to indicate the cache was hit instead.
3867
3868 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3869
3870 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3871 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3872 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3873 Gnus.
3874
3875 2011-03-11 Julien Danjou <julien@danjou.info>
3876
3877 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3878 modified file".
3879
3880 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3881
3882 * auth-source.el (auth-source-read-char-choice): New function to read a
3883 character choice using `dropdown-list', `read-char-choice', or
3884 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3885 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3886 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3887 (auth-source-netrc-saver): Use it.
3888 (auth-source-pick-first-password): New convenience function.
3889
3890 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3891
3892 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3893 parameter in the credentials.
3894 (nnimap-open-connection-1): Use it after a successful login.
3895 (nnimap-credentials): Add IMAP-specific user and password prompt.
3896
3897 * auth-source.el (auth-source-search): Add :require parameter, taking a
3898 list. Document it and the :save-function return token. Pass :require
3899 down. Change the CREATED message from a warning to a debug statement.
3900 (auth-source-search-backends): Pass :require down.
3901 (auth-source-netrc-search): Pass :require down.
3902 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3903 Change save prompt to indicate all modifications saved here are
3904 deletions.
3905 (auth-source-netrc-create): Take user login name as default in user
3906 prompt. Move all the save functionality to a lexically bound function
3907 under the :save-function token in the returned list. Set up clearer
3908 default prompts for user, host, port, and secret.
3909 (auth-source-netrc-saver): New function, intended to be wrapped for
3910 :save-function.
3911
3912 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * Version 23.3 released.
3915
3916 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3917
3918 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3919 lines to be spaces instead.
3920
3921 2011-03-07 Julien Danjou <julien@danjou.info>
3922
3923 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3924 (sieve-sasl-auth): Check that auth-source-search did return something,
3925 or just return an empty string.
3926
3927 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3928
3929 * gnus.el (gnus-interactive): Use read-directory-name.
3930
3931 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3932 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3933 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3934 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3935 Likewise.
3936
3937 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3938
3939 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
3941 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3942 onto the list of killed groups, too. This makes killed nnimap groups,
3943 for instance, more reliably not reappear.
3944
3945 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3946 the parent.
3947
3948 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3949
3950 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3951 really have server-side marks.
3952
3953 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3954 since most backends do not usefully have server-side marks.
3955 (gnus-update-read-articles): Propagate marks to all backends that
3956 really have server-side marks.
3957
3958 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3959
3960 * message.el (message-cite-reply-position, message-cite-style):
3961 New variables.
3962 (message-yank-original): Use the new citation styles.
3963
3964 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3965
3966 * message.el (message-options): Revert the change that's a workaround
3967 for XEmacs buffer-local issue; don't mark it buffer-local when running
3968 under XEmacs.
3969
3970 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3971
3972 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3973 numbers too big to be `read'.
3974
3975 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3976
3977 * message.el (message-options): Make buffer-local two ways to attempt
3978 to fix a XEmacs bug.
3979
3980 2011-03-02 Julien Danjou <julien@danjou.info>
3981
3982 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3983
3984 2011-03-01 Julien Danjou <julien@danjou.info>
3985
3986 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3987 group.
3988 (article-hide-list-identifiers): Use list-identifier group parameter.
3989
3990 2011-02-28 Julien Danjou <julien@danjou.info>
3991
3992 * sieve.el (sieve-buffer-script-name): New local variable to store
3993 sieve script name.
3994 (sieve-edit-script): Store sieve script name.
3995 (sieve-upload): Use sieve script name when uploading.
3996 (sieve-upload): Use substitute-command-keys.
3997 (sieve-edit-script): Use substitute-command-keys.
3998 (sieve-refresh-scriptlist): Use substitute-command-keys.
3999 (sieve-manage-mode-map): Define keymap properly.
4000 (sieve-manage-mode): Do not set mode name manually, change mode-name to
4001 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4002 Remove commented code about cvs.
4003 (sieve-manage-quit): New function.
4004 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4005
4006 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4007
4008 * gnus-group.el (gnus-import-other-newsrc-file): New function.
4009
4010 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4011
4012 * auth-source.el (auth-source-search): Cache empty result sets.
4013
4014 * auth-source.el (auth-source-save-behavior): New variable to replace
4015 `auth-source-never-create'.
4016 (auth-source-netrc-create): Use it.
4017 (auth-source-never-save): Remove.
4018
4019 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4020
4021 * nnimap.el (nnimap-stream): Doc fix.
4022 (nnimap-open-connection-1): Reverse the order of the ports to that the
4023 prompted-for port is first.
4024
4025 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4026 retrieval by the no-group selection.
4027
4028 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4029 numerical parameters.
4030
4031 2011-02-25 Julien Danjou <julien@danjou.info>
4032
4033 * gnus-gravatar.el: Use gnus-with-article-buffer.
4034
4035 * gnus-art.el (gnus-with-article-buffer): Check that the
4036 gnus-article-buffer is alive.
4037
4038 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4039
4040 * auth-source.el (auth-source-creation-prompts): New variable to manage
4041 creation-time prompts.
4042 (auth-source-search): Document it.
4043 (auth-source-format-prompt): Add utility function.
4044 (auth-source-netrc-create): Don't default the user name to
4045 user-login-name. Use `auth-source-creation-prompts' and some default
4046 prompts for user, host, port, and password (the default generic prompt
4047 remains ugly).
4048 (auth-source-never-save): Add customizable option to never save info.
4049 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4050 mode excursion.
4051
4052 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4053
4054 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4055 argument that XEmacs doesn't support.
4056
4057 2011-02-23 Julien Danjou <julien@danjou.info>
4058
4059 * gnus-art.el (article-make-date-line): Ignore errors if time is
4060 invalid and not convertible.
4061 (article-make-date-line): Only add lapsed time if time is not nil.
4062
4063 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4064
4065 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4066 `read-char-choice' for backwards compatibility.
4067 (auth-source-netrc-element-or-first): New function to DTRT for
4068 parameter extraction.
4069 (auth-source-netrc-create): Use it and fix multiple parameter print
4070 bug. Use the default passed from above (given-default) or the
4071 built-in (user-login-name for :user).
4072
4073 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4074
4075 * gnus-start.el (gnus-dribble-read-file):
4076 Set buffer-save-without-query, since we always want to save the dribble
4077 file, probably.
4078
4079 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4080 nnimap.
4081
4082 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4083 -summary- since it's a user-visible variable.
4084
4085 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4086 first time you use the new Gnus.
4087
4088 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4089
4090 * auth-source.el: Don't load netrc.el.
4091 (auth-sources): Search ~/.netrc as well by default.
4092 (auth-source-debug): Add 'trivia option for extra output.
4093 (auth-source-do-trivia): Use it.
4094 (auth-source-search): Simplify logic to use
4095 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4096 appropriate. Don't keep a running count at this level. Layer :create
4097 and :delete options appropriately on the first and second passes.
4098 Don't track the backend with the search results.
4099 (auth-source-search-backends): New function to search a list of
4100 backends for a processed spec.
4101 (auth-source-netrc-parse): Cache all netrc files, making
4102 auth-source-netrc-cache an alist keyed by the file name and using the
4103 file mtime as the caching criterion. Keep the obfuscated data secret
4104 with a lexical bind.
4105 (auth-source-netrc-search): Don't calculate the length of the results
4106 unnecessarily.
4107 (auth-source-search-backends): Fix bug.
4108 (auth-source-netrc-create): Rework prompts.
4109
4110 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4111
4112 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4113 Lower case names of search constraints.
4114 (nnir-run-query): Cache and reuse search constraints for all imap
4115 servers.
4116
4117 2011-02-22 Sam Steingold <sds@gnu.org>
4118
4119 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4120
4121 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4122
4123 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4124 after exit.
4125 (gnus-setup-message): Define missing variable from last checkin.
4126
4127 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4128 value, show the raw article.
4129
4130 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4131
4132 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4133 auth-source now accepts numbers.
4134
4135 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4136 spec, too.
4137 (auth-source-ensure-strings): New function.
4138
4139 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4140 (gnus-article-setup-buffer): Always restart the date timer so that user
4141 changes to the frequency is respected.
4142
4143 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4144 port numbers, so make sure it gets that if nnimap-server-port is
4145 explicit.
4146
4147 2011-02-21 Simon Josefsson <simon@josefsson.org>
4148
4149 * nnimap.el (nnimap-inbox): Doc fix.
4150
4151 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4152
4153 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4154 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4155 color-lab-to-srgb.
4156
4157 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4158
4159 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4160 given method as in the group name if we're using an extended method.
4161 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4162 command, if we're using that, instead of waiting for the beginning.
4163
4164 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4165 we're sure to get unique server names, and we don't output two async
4166 commands in the same buffer. This fixes an NNTP hang for some users.
4167
4168 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4169
4170 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4171 summary buffer before reading going to the next buffer. This avoids
4172 putting the point in the group buffer if you `C-g' the command.
4173
4174 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4175 cache (for now) to make ~/.authinfo.gpg files usable.
4176
4177 * nnfolder.el (copyright-update): Define for the compiler.
4178
4179 * auth-source.el (auth-source-search): Fix unbound variable.
4180
4181 2011-02-19 Glenn Morris <rgm@gnu.org>
4182
4183 * gnus.el (gnus-meta): Doc fix.
4184
4185 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4186
4187 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4188 in case it's not yet loaded.
4189
4190 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4191
4192 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4193 line we're waiting for.
4194
4195 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4196
4197 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4198 face with line-width greater than zero will cause RET in gnus summary
4199 buffer to scroll down article page-wise because auto vscroll happens,
4200 it should be temporally disabled when doing a scroll-up.
4201
4202 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4203
4204 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4205 outputs from the server.
4206
4207 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4208
4209 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4210 later so that bbdb can hook in easier.
4211
4212 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4213
4214 * auth-source.el (auth-source-search): Don't try to create credentials
4215 if the caller doesn't want that.
4216 (auth-source-search): If we don't find a match, don't bug out on
4217 non-bound variables.
4218 (auth-source-search): Only ask a single backend to create the
4219 credentials.
4220
4221 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4222 logging.
4223 (nnimap-credentials): Protect against auth-source-search returning nil.
4224 (nnimap-request-list): Protect against not being able to open the
4225 server.
4226
4227 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4228
4229 * auth-source.el (auth-source-search): Do a two-phase search, one with
4230 no :create to get the responses from all backends.
4231
4232 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4233 when getting credentials.
4234
4235 * gnus-util.el (gnus-delete-duplicates): New function.
4236
4237 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4238
4239 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4240 a creation default, pass the whole port list down. It will be
4241 completed.
4242
4243 * auth-source.el (auth-source-search): Updated docs to talk about
4244 multiple creation choices.
4245 (auth-source-netrc-create): Accept a list as a value (from the search
4246 parameters) and do completion on that list. Keep a separate netrc line
4247 with the password obscured for showing the user.
4248
4249 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4250 first choice to `auth-source-search' so it will be used for entry
4251 creation instead of the server's Gnus-specific name.
4252 (nnimap-credentials): Rely on the auth-source library to select which
4253 port is actually wanted in the new netrc entry, so don't override
4254 `auth-source-creation-defaults'.
4255
4256 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4257 :protocol and accept a missing user, host, or port as a wildcard match.
4258 (auth-source-debug): Default to off.
4259
4260 (auth-source-netrc-search, auth-source-netrc-create)
4261 (auth-source-secrets-search, auth-source-secrets-create)
4262 (auth-source-user-or-password, auth-source-backend, auth-sources)
4263 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4264 instead of :protocol.
4265
4266 * nnimap.el (nnimap-credentials): Pass a port default to
4267 `auth-source-search' in case an entry needs to be created.
4268 (nnimap-open-connection-1): Use :port instead of :protocol.
4269
4270 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4273 instead of delete-dups that is not available in XEmacs 21.4.
4274
4275 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4276
4277 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4278 nil means that nnimap doesn't get updated.
4279
4280 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4281
4282 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4283 result when the user doesn't want to write to the file.
4284 (auth-source-netrc-search): Expect a synthetic result and proceed
4285 accordingly.
4286 (auth-source-cache-expiry): New variable to override
4287 `password-cache-expiry'.
4288 (auth-source-remember): Use it.
4289
4290 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4291 parameter. Create entry if necessary by using :create t.
4292 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4293
4294 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4295
4296 * auth-source.el (auth-source-debug): Enable by default and don't
4297 mention the obsolete `auth-source-hide-passwords'.
4298 (auth-source-do-warn): New function to debug unconditionally.
4299 (auth-source-do-debug): Use it.
4300 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4301 and for Secrets API entries when the secrets.el library is not
4302 available.
4303
4304 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4305
4306 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4307 (gnus-summary-exit): Kill the correct article buffer on exit from a
4308 `C-d' group.
4309
4310 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4311 gnus-propagate-marks.
4312
4313 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4314 before killing the buffers so that a non-full window conf gets handled
4315 correctly.
4316 (gnus-summary-exit): Ditto.
4317 (gnus-summary-read-group-1): Ditto.
4318
4319 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4320 async code again so that we can debug it properly.
4321
4322 * message.el (message-reply): Take an optional switch-buffer parameter
4323 so that Gnus window confs are respected better.
4324
4325 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4326
4327 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4328 `plist-get' to accept non-list parameters (XEmacs issue).
4329 Fix docstring.
4330 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4331 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4332 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4333 Login collection is "Login" and not "login".
4334
4335 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4336
4337 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4338 multiple headers.
4339
4340 * nnimap.el (nnimap-inhibit-logging): New variable.
4341 (nnimap-log-command): Don't log login commands.
4342
4343 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4344 to have more parameters.
4345
4346 * nnimap.el (nnimap-send-command): Mark the command time for each
4347 command, so that we don't get NOOPs stepping on our toes.
4348
4349 * gnus-art.el (article-date-ut): Get the date from the Date header on
4350 `t'.
4351
4352 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4353
4354 * auth-source.el (auth-source-search): Use copy-sequence instead of
4355 the cl.el copy-list.
4356
4357 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4358
4359 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4360 Improve prompt.
4361
4362 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4363
4364 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4365 washing status from the default format. It isn't very informative.
4366
4367 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4368
4369 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4370 Fix Gcc processing on imap.
4371
4372 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * message.el (message-bury): Don't pop up a new window when selected
4375 window is dedicated.
4376
4377 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4378
4379 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4380
4381 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4382
4383 * sieve-manage.el: Autoload `auth-source-search'.
4384 (sieve-sasl-auth): Use it.
4385
4386 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4387
4388 * nnimap.el: Autoload `auth-source-forget+'.
4389 (nnimap-open-connection-1): Use it if the connection fails.
4390
4391 * auth-source.el: Require `password-cache'.
4392 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4393 obsolete.
4394 (auth-source-magic): Marker for `password-cache' keys.
4395 (auth-source-do-cache): Update docstring.
4396 (auth-source-search): Use and check cache.
4397 (auth-source-forget-all-cached, auth-source-remember)
4398 (auth-source-recall, auth-source-forget, auth-source-forget+)
4399 (auth-source-specmatchp): Caching support functions.
4400 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4401 Remove and obsolete.
4402 (auth-source-user-or-password): Remove caching to further discourage
4403 using it. Always hide passwords.
4404
4405 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4406
4407 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4408 code for now, since it doesn't work for all users.
4409
4410 2011-02-09 Julien Danjou <julien@danjou.info>
4411
4412 * message.el (message-options): Make message-options really buffer
4413 local.
4414
4415 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4416
4417 * mail-source.el: Autoload `auth-source-search'.
4418 (mail-source-keyword-map): Note order matters.
4419 (mail-source-set-1): Get all the mail-source source values and
4420 defaults and search auth-source on those if needed. This can all
4421 probably be simplified.
4422
4423 * nnimap.el: Autoload `auth-source-search'.
4424 (nnimap-credentials): Use it.
4425 (nnimap-open-connection-1): Ask for the virtual server and physical
4426 address in one shot.
4427
4428 * nntp.el: Autoload `auth-source-search'.
4429 (nntp-send-authinfo): Use it. Note TODO.
4430
4431 2011-02-08 Julien Danjou <julien@danjou.info>
4432
4433 * shr.el (shr-tag-body): Add support for text attribute in body
4434 markups.
4435
4436 * message.el (message-options): Make message-options a local variable.
4437
4438 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4439
4440 * auth-source.el (auth-source-secrets-search)
4441 (auth-source-user-or-password): Use `append' instead of `nconc'.
4442 (auth-source-user-or-password): Build return list better and protect
4443 against nil :secret.
4444
4445 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4446
4447 * nnimap.el (nnimap-update-info): Refactor slightly.
4448 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4449 (nnimap-update-info): Clean up slightly.
4450 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4451 characters.
4452 (nnimap-process-quirk): Rename function to avoid collision.
4453 (nnimap-update-info): Fix macrology bug-out.
4454 (nnimap-update-info): Simplify split history test.
4455
4456 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * auth-source.el (top): Require 'eieio unconditionally.
4459 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4460 (auth-source-secrets-search): Limit search when `max' is greater than
4461 number of results.
4462
4463 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4464
4465 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4466 part not returning any data.
4467
4468 * proto-stream.el (open-protocol-stream): Document the return value.
4469
4470 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4471
4472 * auth-source.el (auth-source-secrets-search): Add examples.
4473
4474 2011-02-06 Julien Danjou <julien@danjou.info>
4475
4476 * message.el (message-setup-1): Handle message-generate-headers-first
4477 set to t.
4478
4479 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4480
4481 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4482 API with a string "secrets:collection-name" and with 'default.
4483 (auth-source-backend-parse): Parse "secrets:collection-name" and
4484 'default. Recurse on parses instead of repeating code. Use the
4485 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4486 message when ignoring a source.
4487 (auth-source-search): List ignored search keys at the top level.
4488 (auth-source-netrc-create): Use `case' instead of `cond'.
4489 (auth-source-secrets-search): Created with TODOs.
4490 (auth-source-secrets-create): Created with TODOs.
4491 (auth-source-retrieve, auth-source-create, auth-source-delete)
4492 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4493 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4494 (auth-source-user-or-password-sftp)
4495 (auth-source-user-or-password-smtp): Remove.
4496 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4497 around `auth-source-search'. Not tested thoroughly.
4498
4499 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4500
4501 * auth-source.el: Bring in assoc and eioeio libraries.
4502 (secrets-enabled): New variable to track the status of the Secrets API.
4503 (auth-source-backend): New EIOEIO class to represent a backend.
4504 (auth-source-creation-defaults): New variable to set prompt defaults
4505 during token creation (see the `auth-source-search' docstring for
4506 details).
4507 (auth-sources): Simplify to allow a simple string as a netrc backend
4508 spec.
4509 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4510 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4511 (auth-source-search): Main auth-source API entry point.
4512 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4513 (auth-source-search-collection): Helper function for searching.
4514 (auth-source-netrc-parse, auth-source-netrc-normalize)
4515 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4516 Supports search, create, and delete.
4517 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4518 backend stubs.
4519 (auth-source-user-or-password): Call `auth-source-search' but it's not
4520 ready yet.
4521
4522 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4523
4524 * message.el (message-setup-1): Remove the read-only stuff, since it
4525 doesn't work under XEmacs, for some reason.
4526
4527 * gnus-sum.el (gnus-user-date): Rename back from
4528 gnus-summary-user-date since user code refers to it.
4529
4530 * shr.el (shr-render-td): Store the actual background color used.
4531
4532 * message.el (message-setup-1): Don't bind the constant
4533 -forbidden-properties.
4534 (message-setup-1): Revert previous change, since it needs to bind the
4535 props to insert them.
4536 (message-resend): Allow removing the read-only separator line.
4537
4538 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4539
4540 * nnimap.el (nnimap-request-accept-article): Give an error message if
4541 the APPEND wasn't successful.
4542
4543 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4544
4545 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4546 that have no groups.
4547
4548 2011-02-03 Julien Danjou <julien@danjou.info>
4549
4550 * gnus-draft.el: Remove progn around gnus-draft-setup.
4551
4552 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4553
4554 * gnus-start.el (gnus-read-active-for-groups): This function is never
4555 called with a nil `infos', so clean that up.
4556 (gnus-get-unread-articles): Request active files from primary/secondary
4557 methods that have no groups (yet).
4558
4559 2011-02-03 Julien Danjou <julien@danjou.info>
4560
4561 * message.el (message-setup-1): Always generate References first.
4562 (message-mail): Return the return value of message-setup, not always t.
4563 (message-setup-1): Insert mail-header-separator with read-only and
4564 intangible properties set.
4565
4566 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4567 user-date in docstring.
4568
4569 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4570
4571 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4572 docstring.
4573
4574 * gnus.el (gnus-user-date-format-alist): Change default value.
4575 Use defcustom, with type and group. Move from gnus-util.el.
4576 Rename to gnus-summary-user-date-format-alist.
4577
4578 2011-02-03 Glenn Morris <rgm@gnu.org>
4579
4580 * nnimap.el (gnus-fetch-headers): Declare.
4581
4582 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4583
4584 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4585
4586 * message.el (message-forward-make-body-digest-plain)
4587 (message-followup, message-reply): Clean up things noted by Stefan.
4588
4589 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4590 gnus-article-update-date-headers is nil.
4591 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4592 it didn't really work with defcustom.
4593 (article-update-date-lapsed): Make sure the window start doesn't move,
4594 either.
4595
4596 2011-02-01 Julien Danjou <julien@danjou.info>
4597
4598 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4599 format.
4600
4601 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4602 standard in Emacs nowadays.
4603
4604 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4605
4606 * message.el (message-expand-name): Don't trust the return value of
4607 bbdb-complete-name.
4608 (message-check-news-header-syntax): Remove unused var `start'.
4609 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4610 (message-inhibit-body-encoding): Move to before first use.
4611 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4612 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4613 (Organization, Message-ID, Date, mh-previous-window-config):
4614 Defvar the vars using dynamic scoping.
4615
4616 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4617
4618 * shr.el (shr-render-td): Only do colors at the final rendering.
4619 Should be slightly faster.
4620 (shr-insert-table): Fix up TD background colors when doing the
4621 vertical padding.
4622
4623 * gnus-art.el (article-date-ut): Protect against articles with no Date
4624 header.
4625 (article-update-date-lapsed): Don't use current-column to find the
4626 horizontal position. It's fragile in the presence of \003 characters.
4627
4628 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4629
4630 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4631
4632 * gnus-art.el (article-transform-date): Rewrite to still work when
4633 there are several rfc2822 parts.
4634 (article-transform-date): Fix infinite recursion.
4635 (article-date-ut): Replace infinitely many Date headers with a single
4636 one when called interactively.
4637
4638 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4639 secure manner.
4640
4641 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4642 move around by not using save-window-excursion. It seems to work...
4643
4644 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4645
4646 * gnus-art.el (article-make-date-line): Work for user-defined format.
4647
4648 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4649
4650 * nntp.el (nntp-retrieve-group-data-early)
4651 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4652 fetching functions.
4653
4654 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4655 thoroughly for all backends that have no known groups. This should
4656 allow new nnml methods to retrieve mail.
4657
4658 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4659 that Gnus doesn't know exists again.
4660
4661 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4662 (gnus-treat-date-ut): Ditto.
4663 (gnus-article-update-date-header): Rename.
4664 (gnus-treat-date-local): Remove.
4665 (gnus-treat-date-english): Remove.
4666 (gnus-treat-date-lapsed): Remove.
4667 (gnus-treat-date-combined-lapsed): Remove.
4668 (gnus-treat-date-original): Remove.
4669 (gnus-treat-date-iso8601): Remove.
4670 (gnus-treat-date-user-defined): Remove.
4671 (gnus-article-date-headers): New variable to control all the date
4672 header options.
4673 (article-date-ut): Rewrite to allow using the new way to format date
4674 headers(s).
4675
4676 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4677
4678 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4679 method.
4680 (nnmail-article-group): A better test for fanciness.
4681
4682 * nnimap.el (nnimap-request-head): Protect against not finding the
4683 article by Message-ID.
4684
4685 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4686
4687 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4688 keep point at the "same place".
4689
4690 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4691
4692 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4693 data if the group is inactive.
4694
4695 2011-01-28 Julien Danjou <julien@danjou.info>
4696
4697 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4698 (gnus-all-windows-visible-p): Remove old compatibility code.
4699 (gnus-window-top-edge): Add docstring.
4700
4701 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4702
4703 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4704
4705 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4706 older request-update-info.
4707
4708 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4709
4710 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4711
4712 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4713 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4714
4715 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4716
4717 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4718 groups. This makes the nndraft:queue group pop up if it's not already
4719 there.
4720
4721 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4722 messages" logic, which was reversed.
4723
4724 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4725 the "same place" even if point is on the line being replaced.
4726 (article-update-date-lapsed): Allow updating both the combined lapsed
4727 and the lapsed headers.
4728 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4729 (article-make-date-line): Limit the number of segments dynamically to
4730 avoid too-long lines.
4731
4732 2011-01-27 Julien Danjou <julien@danjou.info>
4733
4734 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4735 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4736
4737 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4738
4739 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4740 Use plist-get instead of the cl function getf.
4741
4742 2011-01-27 Glenn Morris <rgm@gnu.org>
4743
4744 * gnus-util.el (float-time): Get rid of compiler warning, again.
4745
4746 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4747
4748 * shr.el (shr-put-color): Special-case background colors: Do put them
4749 at the blank parts at the front of the lines.
4750
4751 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4752 exit hook to nix out all data on readedness on group exit.
4753
4754 * gnus-util.el (float-time): If float-time is bound, always use it on
4755 all Emacsen. It's unclear why the subrp check was there.
4756 (time-date): Require to make some autoload issues on XEmacs go away.
4757
4758 * shr.el (shr-put-color): Don't do the box padding in tables, since
4759 they're already padded.
4760
4761 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4762
4763 * gnus-art.el (gnus-article-next-page): When the last line of the
4764 article is displayed, scroll down once more instead of going to the
4765 next article at once.
4766 (article-lapsed-string): Refactor out and allow specifying how many
4767 segments you want.
4768 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4769 (gnus-article-update-lapsed-header): New variable.
4770
4771 * shr.el: Revert change that made headings use different-sized faces.
4772 The Emacs display engine isn't advanced enough that, for instance,
4773 tables can comfortably use differently-sized faces.
4774
4775 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4776
4777 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4778 used.
4779 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4780 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4781 we're using an encrypted connection.
4782
4783 * proto-stream.el: Alter the interface functions to also return the
4784 actual stream type used: network or TLS.
4785
4786 2011-01-25 Julien Danjou <julien@danjou.info>
4787
4788 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4789 (mm-display-javascript-inline): New function.
4790
4791 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4792 viewing function.
4793
4794 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * shr.el (shr-expand-newlines): Fix variable name.
4797
4798 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4799
4800 * shr.el (shr-expand-newlines): Make nested boxes work.
4801
4802 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4803
4804 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4805 backgrounds.
4806 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4807 in a more sensible manner.
4808
4809 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4810
4811 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4812 if EPG is loaded.
4813
4814 2011-01-24 Julien Danjou <julien@danjou.info>
4815
4816 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4817 tags.
4818
4819 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4820
4821 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4822 commands.
4823
4824 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4825 in the article buffer.
4826 (gnus-gravatar-insert): Use blank space from the current buffer to
4827 avoid breaking text properties. This makes X-Sent updating work again.
4828
4829 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4830
4831 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4832
4833 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4834 fix the bug in url-http.el instead.
4835
4836 * shr.el (shr-image-fetched): Ditto.
4837
4838 * shr.el (shr-image-fetched): Avoid having point move in the article
4839 buffer.
4840
4841 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4842 buffer after being called. It's apparently being killed by url.el, and
4843 killing it made point move to end-of-buffer in a random buffer.
4844
4845 * shr.el (shr-image-fetched): Ditto.
4846
4847 2011-01-23 Julien Danjou <julien@danjou.info>
4848
4849 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4850
4851 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4852 text/x-org.
4853
4854 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4855
4856 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4857 (i.e., nnimap) returning nil as the article number.
4858
4859 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4860
4861 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4862 "DelSp" parameter in RFC3676.
4863
4864 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4865
4866 * message.el (message-check-recipients): Display the encoded version of
4867 the bogus address if they differ.
4868
4869 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4870 after sending.
4871
4872 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4873
4874 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4875
4876 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4877 group buffer after sending the queue.
4878
4879 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4880
4881 2011-01-22 Julien Danjou <julien@danjou.info>
4882
4883 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4884
4885 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4886
4887 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4888 nested related parts.
4889
4890 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4891 unexpired articles. This fixes the regression that led expiry marks to
4892 disappear from nnfolder groups.
4893
4894 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4897 Don't confuse the "ret" of "retrograde" with RET.
4898
4899 2011-01-21 Julien Danjou <julien@danjou.info>
4900
4901 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4902 than mm-insert-inline.
4903
4904 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4905
4906 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4907 Widen article buffer.
4908
4909 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4910
4911 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4912 the temp buffer.
4913 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4914
4915 2011-01-20 Julien Danjou <julien@danjou.info>
4916
4917 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4918
4919 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4920 than mm-insert-inline to insert inline part: this respect
4921 mm-inline-media-tests displayers.
4922
4923 * mm-view.el (mm-display-shell-script-inline): New function.
4924
4925 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4926
4927 * mm-uu.el (mm-uu-type-alist): Add org block.
4928 (mm-uu-org-src-code-block-extract): New function.
4929
4930 * mm-view.el (mm-display-org-inline): New function.
4931
4932 * mm-decode.el (mm-automatic-display): Add text/org.
4933
4934 * mailcap.el (mailcap-mime-extensions): Add .org.
4935
4936 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4939 gnus-article-add-buttons.
4940
4941 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4942
4943 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4944 From header with a date and "nobody" as the sender.
4945
4946 2011-01-19 Julien Danjou <julien@danjou.info>
4947
4948 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4949 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4950 if you have the same regexp several times.
4951 (gnus-button-push): Fix matching when regexp is symbol.
4952
4953 2011-01-15 Glenn Morris <rgm@gnu.org>
4954
4955 * message.el (message-mail): A compose-mail function should
4956 accept headers as strings.
4957
4958 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4959
4960 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4961 Add :vert-only tags.
4962 (message-mail): New arg RETURN-ACTION.
4963 (message-return-action): New var.
4964 (message-bury): Use it.
4965 (message-mode): Make it buffer-local.
4966 (message-send-and-exit): Always call message-bury.
4967
4968 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4969 message-mail.
4970
4971 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4972
4973 * nnimap.el (nnimap-convert-partial-article): Protect against
4974 zero-length body parts.
4975
4976 * mm-decode.el (mm-preferred-alternative-precedence):
4977 Discourage showing empty parts.
4978
4979 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4980 and stuff if the backend didn't return the article number. This fixes
4981 an Exchange-related nnimap bug.
4982
4983 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4984 group window, because it does the wrong thing when a separate frame
4985 displays the group buffer.
4986
4987 * proto-stream.el (open-protocol-stream): Protect against the low-level
4988 transport functions returning nil.
4989
4990 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4991
4992 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4993 (mml2015-epg-find-usable-secret-key): New function.
4994 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4995 mml2015-epg-find-usable-key (Bug#7797).
4996 (mml2015-epg-encrypt): Ditto.
4997
4998 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4999
5000 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5001
5002 2011-01-03 Glenn Morris <rgm@gnu.org>
5003
5004 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5005
5006 * sieve.el (sieve-open-server): Give a more explicit error if
5007 sieve-manage-open returns nil. (Bug#7720)
5008
5009 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5010
5011 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5012
5013 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5016 This avoids sending passwords in plain text over non-encrypted
5017 channels.
5018
5019 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5020
5021 * nnimap.el (nnimap-login): Refactored out into own function, and
5022 implement CRAM-MD5.
5023 (nnimap-wait-for-line): Refactored out.
5024
5025 * mm-view.el (mml-smime): Require.
5026
5027 2010-12-20 David Engster <deng@eml.cc>
5028
5029 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5030 use EPG to decrypt S/MIME messages instead of openssl.
5031
5032 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5033
5034 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5035
5036 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5037 status is the group clearly is unreachable.
5038
5039 * auth-source.el (auth-source-create): Add the optional second
5040 parameter to `local-variable-p' to be compatible with XEmacs.
5041
5042 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5043
5044 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5045 work when using a compressed nnml folder.
5046
5047 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5048
5049 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5050 backends after sanitising on entry, because this never makes sense:
5051 If the articles have gone missing, then the data no longer exists on
5052 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5053 overwrite anything anyway.
5054
5055 * shr.el (shr-insert-document): Bind shr-width dynamically to
5056 window-width if it's nil.
5057
5058 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5059
5060 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5061 with the meaning of using the full emacs window width for rendering.
5062
5063 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5064
5065 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5066 case when sender is not given.
5067
5068 2010-12-23 Julien Danjou <julien@danjou.info>
5069
5070 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5071 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5072 the addresses, otherwise we might misplaced the gravatar.
5073
5074 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5075
5076 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5077 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5078 obsolete in Emacs.
5079
5080 2010-12-20 Julien Danjou <julien@danjou.info>
5081
5082 * gnus-util.el (gnus-rescale-image): Revert last change.
5083
5084 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5085
5086 * gnus-group.el (gnus-group-delete-articles): New command.
5087
5088 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5089
5090 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5091
5092 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093
5094 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5095 here, since it's up to the backends to do CRLF removal if their
5096 protocol has it.
5097
5098 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5099
5100 2010-12-17 Julien Danjou <julien@danjou.info>
5101
5102 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5103 they are from file. Can also scale up.
5104
5105 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5106
5107 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5108 Restore gnus-use-agent.
5109 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5110
5111 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5112
5113 2010-12-17 Julien Danjou <julien@danjou.info>
5114
5115 * gravatar.el (gravatar-retrieve-synchronously): New function.
5116 (gravatar-get-data): Make more robust.
5117
5118 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5119
5120 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5121 to really consider the last line.
5122
5123 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5124
5125 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5126 list of recipient keys, or use symmetric encryption if not a list.
5127 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5128 EPA override, replacing the call to `netrc-store-data'.
5129
5130 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5131
5132 * gnus-srvr.el: Avoid passing nil regexp argument to
5133 delete-matching-lines.
5134
5135 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5136
5137 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5138 fetching stops when Gnus exits.
5139
5140 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5141 function.
5142 (nnfolder-request-expire-articles): Save all the buffers after doing
5143 expiry.
5144
5145 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5146 the last article", since that led to serious performance regressions
5147 when expiring nnml groups.
5148
5149 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5150
5151 * nnir.el: Improve customizations.
5152
5153 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5154
5155 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5156
5157 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5158 group has been killed.
5159 (gnus-group-yank-group): Ditto.
5160
5161 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5162
5163 * nnimap.el (nnimap-request-update-group-status): New function.
5164
5165 * gnus-int.el (gnus-request-update-group-status): New interface
5166 function.
5167
5168 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5169 copying read-ness to the backends.
5170
5171 * nnimap.el (nnimap-quirk): New function.
5172 (nnimap-retrieve-group-data-early): Use it.
5173 (nnimap-quirks): New alist.
5174
5175 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5176
5177 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5178 don't delete it within indentation.
5179
5180 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5183 previous line.
5184
5185 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5186
5187 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5188 QRESYNC command by deleting a superfluous space which broke Cyrus
5189 servers. This change will break other servers that are buggy the other
5190 way around.
5191
5192 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5193
5194 * spam.el: Reindent and fix long lines.
5195 (spam-copy-or-move-routine): Exclude invalid move destinations.
5196
5197 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5198
5199 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5200 installed the registry.
5201
5202 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5203
5204 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5205 groupname doesn't contain "gmane".
5206
5207 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5210 (gnus-1): Don't create the nndrafts group twice.
5211 (gnus-setup-news): There's no need to read the active file here, since
5212 that's done again later on a per-backend basis.
5213 (gnus-start-draft-setup): Make sure that the new group is started out
5214 empty.
5215
5216 * gnus-agent.el (gnus-agentize): Don't create the queue group
5217 automatically on startup. It'll be created later, if needed.
5218
5219 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5220 of automatically subscribed groups.
5221 (gnus-auto-subscribed-categories): New variable.
5222 (gnus-matches-options-n): Use it.
5223 (gnus-default-subscribed-newsgroups): Remove unused variable.
5224 (gnus-start-draft-setup): Message a bit less.
5225
5226 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5227
5228 * nnir.el (nnir-run-imap): Return article list in order of increasing
5229 UID.
5230
5231 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5232
5233 * gnus-sum.el (gnus-summary-enter-digest-group):
5234 Mention gnus-auto-select-on-ephemeral-exit.
5235
5236 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5237 convention of the network-only option.
5238
5239 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5240
5241 * proto-stream.el (proto-stream-open-network-only): New function to
5242 have a way to specify non-STARTTLS upgrade connections.
5243
5244 2010-12-10 Julien Danjou <julien@danjou.info>
5245
5246 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5247 email address is nil.
5248
5249 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5250
5251 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5252
5253 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5254 deletion.
5255 (nnir-run-imap): Only need to parse list once.
5256
5257 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5258
5259 * shr.el (shr-tag-script): Ignore <script>.
5260 (shr-tag-label): Add <label> support.
5261
5262 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5263
5264 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5265
5266 * shr.el (shr-image-displayer): Work for images lined side by side.
5267
5268 2010-12-08 Robert Pluim <rpluim@gmail.com>
5269
5270 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5271 parameter, since XEmacs doesn't accept t as a parameter.
5272
5273 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5274
5275 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5276 ids.
5277 (nnir-run-gmane): Simplify groupspec formatting.
5278 (nnir-request-expire-articles): New function.
5279
5280 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5281
5282 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5283 overflow, possibly.
5284
5285 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5286 (shr-render-td): Handle td style="" better.
5287 (shr-tag-table): Use the color from the style sheet.
5288 (shr-render-td): Make sure we copy over all the overlays, too.
5289
5290 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5291
5292 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5293 (nnir-request-article): Improve article retrieval.
5294
5295 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5296
5297 * mm-util.el (mm-extra-numeric-entities): New variable.
5298
5299 * mm-url.el (mm-url-decode-entities):
5300 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5301
5302 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5303
5304 * message.el: Use completion-at-point.
5305 (message-completion-function): New fun, extracted from message-tab.
5306 (message-mode): Use it for completion-at-point-functions.
5307 (message-tab): Use it and completion-at-point.
5308
5309 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5310
5311 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5312 character if a non-breakable character follows.
5313
5314 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5317 any stream.
5318
5319 * shr.el (shr-tag-font): Colorize the region.
5320 (shr-tag-body): Ditto.
5321 (shr-tag-font): Actually let the styles be inherited instead of
5322 overwriting them.
5323 (shr-tag-font): Get the background color right.
5324 (shr-tag-style): Ignore all <style> tags for the moment.
5325
5326 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5327 a Message-ID to avoid having nnimap depend on gnus-sum.
5328
5329 * shr.el (shr-descend): Only colorize something if we have a node that
5330 sets colors.
5331
5332 2010-12-06 Julien Danjou <julien@danjou.info>
5333
5334 * shr.el (shr-render-td): Render td content with shr-descend, so style
5335 will be applied to <td> too.
5336 (shr-colorize-region): Colorize region even if we only have a background.
5337 (shr-tag-body): Fix color and background color inheritance.
5338 Do not recolorize after shr-generic.
5339 (shr-tag-font): Let shr-generic colorize via inheritance.
5340
5341 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5344
5345 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5346
5347 * nnir.el (nnir-request-move-article): Remove obsolete code.
5348
5349 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5350
5351 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5352
5353 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5354
5355 * gnus-sum.el (gnus-summary-respool-article): The completion function
5356 expects a list instead of an alist.
5357
5358 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5359 string as the parameter.
5360
5361 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5362
5363 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5364 styles.
5365 (shr-colorize-region): New function.
5366 (shr-insert-background-overlay): Remove.
5367 (shr-render-td): Background setting should be taken care of on a higher
5368 level.
5369 (shr-tag-body): Use post-hoc colorizations.
5370 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5371 (shr-put-color-1): Don't overwrite old colors.
5372 (shr-colorize-region): When the background color isn't explicit, use
5373 a fixed background.
5374
5375 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5376 nnmail variables.
5377
5378 2010-12-05 Bjørn Mork <bjorn@mork.no>
5379
5380 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5381 unless necessary.
5382
5383 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5384
5385 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5386 server.
5387
5388 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5391 so that TAB works.
5392
5393 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5394 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5395
5396 * shr.el (shr-urlify): Show the URL before the title to avoid
5397 misleading URLs.
5398
5399 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5400
5401 * shr.el (shr-urlify): Display the title in <a> tags.
5402
5403 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5404
5405 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5406
5407 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5408
5409 * nnir.el: Rearrange code to allow macros to be autoloaded by
5410 gnus-sum.el.
5411 (nnir-retrieve-headers-override-function): Make this variable
5412 customizable.
5413 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5414
5415 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5416 from nnir.el.
5417
5418 2010-12-03 Julien Danjou <julien@danjou.info>
5419
5420 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5421
5422 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5423
5424 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5425 allow optional argument `environment'.
5426
5427 2010-12-03 Glenn Morris <rgm@gnu.org>
5428
5429 * mm-extern.el (message-goto-body): Update declaration.
5430
5431 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5432
5433 * gnus-util.el (gnus-macroexpand-all): New function.
5434
5435 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5436 instead of macroexpand-all that is unavailable in XEmacs.
5437
5438 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5439
5440 * nnir.el (nnir-summary-line-format): New variable.
5441 (nnir-mode): Use it.
5442 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5443 (nnir-article-ids): Reimplement as defsubst.
5444 (nnir-retrieve-headers): Don't mangle the subject header.
5445 (nnir-run-imap): Use 100 as RSV score.
5446 (nnir-run-find-grep): Fix for full server searching.
5447 (nnir-run-gmane): Better restriction to gmane groups.
5448
5449 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5450 summary buffers.
5451
5452 2010-12-02 Julien Danjou <julien@danjou.info>
5453
5454 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5455
5456 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5457
5458 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5459 support.
5460
5461 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5462
5463 * nnir.el: Update to handle the registry better.
5464 (autoload): Silence byte-compiler.
5465 (nnir-open-server): Add a hook for nnir groups.
5466 (nnir-request-move-article): Don't mangle the header. Better to use
5467 formatting variables (which will be added in the future).
5468 (nnir-registry-action): Update the registry using the original article
5469 group name.
5470 (nnir-mode): Install nnir-specific hooks for updating the registry.
5471
5472 * gnus-sum.el
5473 (gnus-article-original-subject,gnus-newsgroup-original-name):
5474 Remove obsolete variables.
5475 (gnus-summary-move-article): Remove use of obsolete variables.
5476 (gnus-summary-local-variables): Make move and delete hooks local to
5477 summary buffers.
5478
5479 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480
5481 * rtree.el: New file.
5482
5483 2010-12-01 Julien Danjou <julien@danjou.info>
5484
5485 * message.el (message-user-organization): Do not use
5486 gnus-local-organization.
5487
5488 * gnus.el: Remove gnus-local-organization.
5489
5490 * gnus-msg.el: Remove nastygram thing.
5491
5492 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5493
5494 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5495 funcall.
5496
5497 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5498
5499 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5500 names.
5501
5502 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5503 characters.
5504
5505 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5506 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5507 Suggested by Štěpán Němec <stepnem@gmail.com>.
5508 (gnus-gravatar-transform-address): Use mail-extract-address-components
5509 that supports non-ASCII names rather than mail-header-parse-addresses.
5510
5511 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5512
5513 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5514 handled by the network handler.
5515
5516 2010-11-30 Julien Danjou <julien@danjou.info>
5517
5518 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5519 (nnimap-open-connection-1): Fix PREAUTH.
5520
5521 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5522
5523 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5524
5525 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5526 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5527 (shr-insert): Use them.
5528 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5529
5530 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5531
5532 * nnir.el (nnir-request-move-article): Bail out if original group
5533 doesn't support article moves.
5534 (nnir-get-active): Improve active list retrieval.
5535
5536 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5537
5538 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5539
5540 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5541
5542 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5543 seem to accept strings-with-numbers as port numbers.
5544
5545 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5546
5547 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5548 change the registry.
5549
5550 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5551
5552 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5553 delete-dups that is not available in XEmacs 21.4.
5554
5555 * mm-util.el (mm-delete-duplicates): Add comment.
5556
5557 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5558
5559 * nnir.el (nnir-ignored-newsgroups): New variable.
5560 (nnir-get-active): Use it.
5561
5562 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * proto-stream.el (proto-stream-open-network): Add some comments.
5565
5566 * nntp.el (nntp-open-connection): Provide a :success condition.
5567
5568 * nnimap.el (nnimap-open-connection-1): Ditto.
5569
5570 * proto-stream.el (proto-stream-open-network): See what the response to
5571 the STARTTLS command is.
5572
5573 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5574 backwards compatibility).
5575 (nnimap-open-connection-1): Really respect nnimap-server-port.
5576
5577 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5578 TLS upgrades we don't really care about the identity of the peer.
5579 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5580 that what we've checked for.
5581 (proto-stream-always-use-starttls): Only default to t if
5582 open-gnutls-stream exists.
5583 (proto-stream-open-network): If STARTTLS failed, then just open a
5584 normal connection.
5585 (proto-stream-open-network): Wait until the greeting before doing
5586 STARTTLS.
5587
5588 * nntp.el (nntp-open-connection): Report what the connection error is.
5589
5590 * proto-stream.el (open-protocol-stream): Rename from
5591 open-proto-stream.
5592
5593 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5594
5595 * nnimap.el (nnimap-stream): Change default to `undecided'.
5596 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5597 first, and then network.
5598 (nnimap-open-connection-1): Respect nnimap-server-port.
5599 (nnimap-open-connection): Be more backwards-compatible.
5600
5601 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5602 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5603 (proto-stream-open-starttls): Folded back into the main function.
5604 (proto-stream-open-network): Fix typo in the GnuTLS path.
5605 (proto-stream-command): Refactor out.
5606
5607 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5608
5609 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5610 starttls.el STARTTLS.
5611
5612 * color.el (color-lab->srgb): Fix function call name.
5613
5614 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5615 if we're using tls.el.
5616 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5617 built in, then don't try to establish a STARTTLS connection.
5618
5619 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5620 servers.
5621
5622 * proto-stream.el (open-proto-stream): Use network, not stream.
5623 (open-proto-stream): Add a way to specify what the end of a command is.
5624
5625 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5626 connections types.
5627 (nntp-open-network-stream): Remove.
5628 (nntp-open-ssl-stream): Remove.
5629 (nntp-open-tls-stream): Remove.
5630 (nntp-ssl-program): Remove.
5631
5632 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5633
5634 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5635
5636 * nnir.el: Fix typos.
5637 (nnir-retrieve-headers-override-function): Rename variable to reflect
5638 new semantics.
5639 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5640 macros.
5641 (nnir-request-article, nnir-request-move-article): Use them.
5642 (nnir-categorize): New function.
5643 (nnir-run-query): Use it.
5644 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5645 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5646 sorted.
5647 (nnir-group-full-name): Use gnus-group-full-name instead.
5648 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5649 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5650
5651 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5652
5653 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5654
5655 * proto-stream.el: New library to provide protocol-specific
5656 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5657 protocols.
5658 (open-proto-stream): Complete the documentation.
5659 (proto-stream-open-network): Fix some typos.
5660
5661 * nnimap.el (nnimap-open-connection): Use it.
5662
5663 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5664
5665 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5666 negotiation.
5667
5668 2010-11-26 Julien Danjou <julien@danjou.info>
5669
5670 * color.el: Rename various rgb functions to srgb.
5671
5672 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5673
5674 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5675 names.
5676
5677 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5678
5679 * shr.el (shr-insert): Revert last change.
5680 (shr-find-fill-point): Never leave point being at bol;
5681 relax the kinsoku limitation when rendering tables.
5682
5683 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5684
5685 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5686 results from -accept-article.
5687
5688 * shr-color.el: Require cl when compiling.
5689
5690 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5691 checkin.
5692
5693 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5694
5695 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5696
5697 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5698 'add and 'delete to set backend marks.
5699
5700 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5701
5702 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5703
5704 * nntp.el (nntp-request-set-mark): Use it.
5705
5706 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5707
5708 * nnml.el (nnml-request-set-mark): Ditto.
5709
5710 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5711 introduces regressions in article selection.
5712 (nnimap-find-uid-response): New function.
5713 (nnimap-request-accept-article): Use the UID returned, if any.
5714 (nnimap-request-move-article): Use the UID returned, if any.
5715 (nnimap-get-groups): Reimplement to work with folded lines.
5716 (nnimap-find-uid-response): The UID is the last element in the list.
5717 (nnimap-request-set-mark): Extend syntax with 'set.
5718
5719 * nnml.el (nnml-request-set-mark): Ditto.
5720
5721 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5722
5723 * nntp.el (nntp-request-set-mark): Ditto.
5724
5725 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5726
5727 * message.el (message-called-interactively-p): A temporary macro.
5728 (message-goto-body): Use it temporarily.
5729
5730 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5731
5732 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5733 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5734 (nnimap-last-response-string): Fix last unfolding fix.
5735
5736 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5737
5738 * shr.el (shr-insert): Fix the way to fold lines.
5739
5740 2010-11-25 Julien Danjou <julien@danjou.info>
5741
5742 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5743
5744 * color.el: Rename from color-lab.el
5745 (color-rgb->hex): Add.
5746 (color-complement): Add.
5747 (color-complement-hex): Add.
5748
5749 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5750
5751 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5752
5753 * shr-color.el (shr-color-visible): Don't bug out if the color names
5754 don't exist.
5755
5756 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5757
5758 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5759 assuming that article displaying or another mml-preview may be
5760 interrupted for an error or for the like.
5761
5762 * shr.el (shr-get-background): Fix argument name.
5763
5764 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5765
5766 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5767
5768 * gnus-sum.el (gnus-summary-include-articles): New function.
5769
5770 * message.el (message-goto-body): called-interactively-p needs a
5771 parameter, so use `any'.
5772
5773 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5774 clear marks before moving, since they're synced from the Gnus side
5775 first.
5776
5777 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5778 (gnus-summary-move-article): Copy over all marks before moving, so that
5779 IMAP doesn't think a new article has arrived.
5780
5781 2010-11-24 Julien Danjou <julien@danjou.info>
5782
5783 * shr.el (shr-insert-background-overlay): Fix typo.
5784 (shr-render-td): Copy the background before rendering.
5785
5786 * shr-color.el (shr-color-visible): Fix docstring.
5787
5788 * shr.el (shr-tag-table): Add bgcolor support.
5789 (shr-render-td): Add bgcolor support.
5790 (shr-get-background): Add.
5791 (shr-insert-foreground-overlay): Use shr-get-background.
5792
5793 * message.el (message-goto-body): Use called-interactively-p.
5794 (message-in-body-p): message-goto-body returns point.
5795
5796 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5797
5798 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5799 Fixes something or other in Emacs 23, and is backwards compatible.
5800
5801 * message.el (message-goto-body): Remove the <#secure special-casing,
5802 which is too special.
5803
5804 * shr.el (shr-parse-style): Drop !important from styles.
5805
5806 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5807
5808 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5809 this function to return incorrect results when calling it with an
5810 explicit article argument different from
5811 (gnus-summary-article-number).
5812
5813 2010-11-24 Julien Danjou <julien@danjou.info>
5814
5815 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5816 (shr-tag-body): Add background support.
5817 (shr-descend): Add background support.
5818 (shr-tag-title): Add.
5819
5820 * shr-color.el (shr-color-visible): Really return original background
5821 if fixed.
5822
5823 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5824
5825 * shr.el (shr-color-check): Protect against non-existent color names.
5826
5827 2010-11-24 Julien Danjou <julien@danjou.info>
5828
5829 * color-lab.el: Require 'cl when compiling.
5830
5831 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5832
5833 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5834 matched part.
5835
5836 * color-lab.el: Fix all expt calls to use float type.
5837
5838 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5839
5840 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5841 expression to shr-color-check as is.
5842
5843 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5844
5845 * color-lab.el: Add coding cookie.
5846 (float-pi): Use eval-and-compile.
5847
5848 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5849
5850 * shr.el (shr-insert-color-overlay): Split stuff like
5851 "#444444 !important" to find the real color.
5852 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5853 parse <font color="red"> entries.
5854
5855 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5856
5857 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5858 point when parsing headers.
5859
5860 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5861 is positioned properly when parsing headers.
5862
5863 2010-11-23 Julien Danjou <julien@danjou.info>
5864
5865 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5866
5867 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5868
5869 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5870
5871 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5872 Use shr-color-hue-to-rgb.
5873 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5874
5875 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5876
5877 * shr.el (shr-color->hexadecimal): Autoload.
5878 (shr-descend): Add color to all tags.
5879
5880 2010-11-22 Julien Danjou <julien@danjou.info>
5881
5882 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5883 shr-color->hexadecimal.
5884
5885 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5886 RGB() or HSL() color representation.
5887
5888 * shr.el (shr-tag-font): Add.
5889 (shr-tag-color-check): New function to get better colors.
5890 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5891 tag-span.
5892
5893 * shr-color.el: New file.
5894
5895 * color-lab.el: New file.
5896
5897 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5898
5899 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5900
5901 * nnir.el: Fix typo in comments.
5902 (nnir-run-imap): Simplify code. No need to reverse artlist.
5903 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5904
5905 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5906
5907 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5908
5909 * nnimap.el (nnimap-get-capabilities): Refactor out.
5910 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5911
5912 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5913
5914 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5915 appearing when `mm-uu-hide-markers' is nil.
5916
5917 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5918
5919 * nnimap.el (nnimap-unselect-group): Make into its own function.
5920 (nnimap-request-rename-group): Unselect group before renaming.
5921 This had gotten lost somewhere.
5922 (nnimap-request-accept-article): Keep track of examined groups, and
5923 unselect the group before APPENDing to read-only groups.
5924 (nnimap-request-move-article): Clear flags before moving so that they
5925 can be re-set later.
5926
5927 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5928
5929 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5930 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5931
5932 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * gnus-art.el (gnus-mime-display-single):
5935 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5936 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5937 parameter.
5938
5939 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5940
5941 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5942 (shr-table-vertical-line): New variable.
5943 (shr-insert-table): Use it.
5944
5945 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5946
5947 * gnus-html.el (gnus-html-wash-images): Don't display images if
5948 gnus-inhibit-images is non-nil; register displayer for cid images.
5949 (gnus-html-display-image): Work for cid image.
5950 (gnus-html-insert-image): Allow arguments.
5951 (gnus-html-put-image): Inhibit read-only.
5952 (gnus-html-prefetch-images): Don't prefetch images if
5953 gnus-inhibit-images is non-nil.
5954
5955 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5956
5957 * shr.el (shr-put-image): Break lines when inserting big pictures.
5958
5959 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5960
5961 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5962 sender, thanks Katsumi Yamaoka.
5963
5964 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5965
5966 * nnir.el (nnir-run-imap): Reverse the article list for each group
5967 rather than the whole list.
5968
5969 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5970
5971 * shr.el (shr-image-displayer): Protect function against non-existent
5972 image source.
5973
5974 * gnus-art.el (gnus-inhibit-images): New user option.
5975 (gnus-mime-display-single): Don't display image if it is non-nil.
5976
5977 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5978 gnus-inhibit-images.
5979
5980 * shr.el (shr-image-displayer): New function.
5981 (shr-tag-img): Use it.
5982
5983 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5984
5985 * mml2015.el (mml2015-epg-sign): Use From header.
5986
5987 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5988
5989 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5990
5991 * gnus-util.el (gnus-find-text-property-region): Return markers.
5992
5993 * shr.el (shr-tag-img): Put a displayer in the text property.
5994
5995 * gnus-util.el (gnus-find-text-property-region): New utility function.
5996
5997 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5998 (gnus-html-show-images): Remove.
5999
6000 * gnus-art.el (gnus-article-show-images): New, more general function.
6001
6002 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6003 image url text properties.
6004
6005 * shr.el: Ditto.
6006
6007 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6008 gnus-agent-auto-agentize-methods is set. Which it isn't.
6009
6010 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6011
6012 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6013 work for two or more articles.
6014
6015 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6016
6017 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6018 divide an image that's in an html article to two or more when washing
6019 non-ASCII characters in alt text of it.
6020
6021 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6022
6023 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6024 smime-decrypt-region using function argument.
6025 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6026
6027 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6028
6029 * smime.el (smime-decrypt-region): Catch it.
6030
6031 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * smime.el (smime-mode-map): Move initialization into declaration.
6034 (gnus-run-mode-hooks): Don't autoload.
6035 (smime-mode): Use define-derived-mode.
6036
6037 2010-11-11 Glenn Morris <rgm@gnu.org>
6038
6039 * smime.el (from): Restrict declaration to XEmacs.
6040
6041 * nnir.el (gnus-group-topic-name): Autoload.
6042
6043 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * shr.el (shr-insert): Don't break long line if it is because of
6046 kinsoku-bol characters in the line end.
6047
6048 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6049
6050 * nnir.el (nnir-request-move-article): Fix to provide original group
6051 and subject.
6052 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6053 been retrieved.
6054
6055 * gnus-sum.el (gnus-summary-move-article): Use original group and
6056 subject for virtual articles such as those in an nnir summary buffer.
6057
6058 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6059
6060 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6061 least 21.5).
6062
6063 * smime.el (from): Declare it again for XEmacs.
6064
6065 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6066
6067 * message.el (message-resend): Don't disable encoding unless it's
6068 already encoded.
6069
6070 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6071 low-numbered articles.
6072
6073 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * rfc2047.el (rfc2047-syntax-table): Simplify.
6076
6077 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6078 set-char-table-range for XEmacs.
6079
6080 2010-11-10 Glenn Morris <rgm@gnu.org>
6081
6082 * smime.el (from): Remove unused declaration.
6083
6084 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6085 (gnus-float-time): On Emacs, always an alias.
6086
6087 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6088 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6089
6090 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6091
6092 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6093
6094 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6095
6096 * shr.el (browse-url-mailto): Autoload.
6097
6098 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6099
6100 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6101 regexp doesn't need quoting.
6102
6103 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6104
6105 * message.el (message-subject-trailing-was-ask-regexp)
6106 (message-subject-trailing-was-regexp): Match was: in addition to was.
6107
6108 2010-11-09 Glenn Morris <rgm@gnu.org>
6109
6110 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6111 (nnbabyl-check-mbox): Use point-at-bol.
6112
6113 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6114
6115 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6116
6117 * message.el (message-mailto): New function.
6118 (message-mailto): Should accept other parameters.
6119 (message-mailto): Remove since it duplicates browse-url-mailto
6120 functionality.
6121
6122 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6123
6124 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6125 methods.
6126 (gnus-read-active-file): Ditto.
6127
6128 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6129 ": " from the prompt.
6130 (gnus-group-make-group): Ditto.
6131
6132 2010-11-07 Glenn Morris <rgm@gnu.org>
6133
6134 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6135 (gnus-bookmark-kill-line): Use point-at-eol.
6136
6137 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6138
6139 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6140 asterisks in From header.
6141
6142 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6143
6144 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6145 string to avoid making the From headers syntactically invalid.
6146
6147 * message.el (message-send-mail): Don't insert courtesy messages if the
6148 message already has List-Post and List-ID messages.
6149
6150 2010-11-06 Glenn Morris <rgm@gnu.org>
6151
6152 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6153 `condition', `type', `length' a prefix.
6154 (gnus-treat-predicate): Update for above name changes.
6155
6156 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6157
6158 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6159 binding. Handled by `gnus-summary-refer-thread' instead.
6160 (nnir-warp-to-article): New backend function.
6161
6162 * nnimap.el (nnimap-request-thread): Force dependency updating.
6163
6164 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6165 (gnus-summary-refer-thread): Rework to improve thread-referral.
6166
6167 * gnus-int.el (gnus-warp-to-article): New function.
6168
6169 * gnus-sum.el (gnus-summary-article-map): Bind it.
6170
6171 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6172
6173 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6174 gnus-summary-refer-thread.
6175
6176 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6177 headers.
6178 (gnus-summary-limit-include-thread): Prevent articles in thread from
6179 being cut in gnus-cut-threads.
6180 (gnus-summary-refer-thread): Limit retrieved headers to those in
6181 thread.
6182
6183 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6184
6185 * message.el (message-send-mail): Use the value of
6186 message-courtesy-message from the message buffer.
6187
6188 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6189
6190 * shr.el (shr-browse-url): Implement mailto: URLs.
6191
6192 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6193 "raw".
6194
6195 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6196 if it's already selected.
6197
6198 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6199
6200 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6201
6202 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6203 to measure the length and truncate alt text.
6204
6205 2010-11-03 Glenn Morris <rgm@gnu.org>
6206
6207 * nndiary.el (nndiary-generate-nov-databases-1)
6208 (nndiary-generate-active-info): Rename dynamic variable `files' to
6209 something less generic.
6210
6211 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6212
6213 * nnir.el (nnir-request-move-article): Call the underlying backend to
6214 move articles from nnir.
6215
6216 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6217
6218 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6219
6220 2010-11-02 Julien Danjou <julien@danjou.info>
6221
6222 * nnir.el: Remove wais support.
6223
6224 2010-11-02 Glenn Morris <rgm@gnu.org>
6225
6226 * gnus-html.el: Reorder requirements to quieten compiler.
6227
6228 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6231 properly for XEmacs as well.
6232 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6233 (gnus-article-natural-long-line-p): Use window-width rather than
6234 frame-width.
6235
6236 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6237
6238 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6239 (nnir-read-parms): Don't modify query.
6240 (nnir-run-query): Add ability to search topic on current line.
6241 (nnir-get-active): Clean up.
6242
6243 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6244
6245 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6246 degenerate articles.
6247
6248 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6249 (gnus-print-buffer): Just print the buffer as is, without any copying
6250 to a buffer and then re-highlighting.
6251
6252 * nnimap.el (nnimap-request-group): Store the new updated info.
6253 (nnimap-request-group): Select the group when we don't know whether it
6254 exists or not.
6255
6256 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6257 groups.
6258
6259 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6260 groups.
6261
6262 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6263 groups.
6264
6265 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6266 long-lines case by only filling the long lines.
6267
6268 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6269 (bug #7311).
6270
6271 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6272
6273 * shr.el: No need to declare `declare-function' since shr.el is for
6274 only Emacsen that provide `libxml-parse-html-region'.
6275
6276 2010-11-01 Glenn Morris <rgm@gnu.org>
6277
6278 * mm-util.el (gnus-completing-read): Autoload.
6279 (mm-read-coding-system): Simplify Emacs definition.
6280
6281 * nnmail.el (gnus-activate-group):
6282 * nnimap.el (gnutls-negotiate):
6283 * nntp.el (netrc-parse): Fix declarations.
6284
6285 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6286
6287 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6288 string-match-p in Emacs >=23.
6289
6290 * gnus-msg.el (gnus-configure-posting-styles):
6291 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6292
6293 2010-11-01 Glenn Morris <rgm@gnu.org>
6294
6295 * nnir.el (declare-function): Add compat stub.
6296 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6297 (nnir-run-gmane): Require 'mm-url.
6298
6299 * mm-util.el (mm-string-to-multibyte): Simplify.
6300
6301 * shr.el (declare-function): Add compat stub.
6302 (url-cache-create-filename): Declare.
6303 (mm-disable-multibyte, widget-convert-button): Autoload.
6304
6305 * smime.el (ldap-search): Declare.
6306 (smime-cert-by-ldap-1): Require ldap on Emacs.
6307
6308 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6309 (nnimap-keepalive): Use gnus-float-time.
6310
6311 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6312 (mail-source-delete-crash-box): Use gnus-float-time.
6313
6314 * gnus-dired.el (gnus-completing-read): Autoload.
6315
6316 * mm-view.el (gnus-rescale-image): Autoload.
6317
6318 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6319
6320 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6321
6322 * sieve-manage.el: Require 'cl when compiling.
6323
6324 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6325 (gnus-iswitchb-completing-read): Require iswitchb.
6326 (gnus-select-frame-set-input-focus): Silence compiler.
6327
6328 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6329
6330 * message.el (message-subject-trailing-was-query): Change default to t,
6331 since I think that's what most people want.
6332
6333 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6334 appending for easier debugging.
6335 (nnimap-wait-for-connection): Take a regexp.
6336 (nnimap-request-accept-article): Wait for the continuation line before
6337 sending anything unless we're streaming.
6338
6339 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6340 leave the header washing to take place.
6341
6342 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6343
6344 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6345 regular expression match and replace in posting styles.
6346
6347 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6348
6349 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6350 an entire server.
6351 (nnir-get-active): New function.
6352 (nnir-run-imap): Use it.
6353 (nnir-run-gmane): Who knew, gmane search returns an article score!
6354
6355 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6356 server on the current line with nnir.
6357
6358 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6359
6360 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6361 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6362 left edge.
6363 (gnus-article-foldable-buffer): Skip past the prefix when determining
6364 raggedness.
6365
6366 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6367 the raw article, and change `C-u g' to show the article without doing
6368 treatments.
6369
6370 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6371 on to `gnus-treat-article'.
6372 (gnus-inhibit-article-treatments): New variable.
6373
6374 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6375
6376 * gnus-art.el (gnus-treatment-function-alist): Have
6377 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6378 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6379 sections.
6380
6381 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6382 parameter.
6383 (gnus-article-fill-cited-long-lines): New function.
6384 (gnus-article-fill-cited-article): Allow filling only long sections.
6385
6386 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6387 and non-punctuation (like after the apostrophe in "'We").
6388
6389 * gnus-sum.el (gnus-summary-select-article): Make sure
6390 gnus-original-article-buffer is alive.
6391
6392 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6393 reflect the order they are in the digest.
6394
6395 * gnus.el (gnus-group-startup-message): Move point to the start of the
6396 buffer.
6397
6398 * nnimap.el (nnimap-capability): New function.
6399 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6400 is set.
6401
6402 2010-10-31 David Engster <dengste@eml.cc>
6403
6404 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6405 conform with changes to gnus-completing-read.
6406
6407 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6408
6409 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6410
6411 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6412
6413 * nnir.el: Move defvar, defcustom around to keep file organized
6414 and keep byte-compiler quiet.
6415 (nnir-read-parms): Accept search-engine as arg.
6416 (nnir-run-query): Pass search-engine as arg.
6417 (nnir-search-engine): Remove.
6418
6419 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6420
6421 * shr.el (shr-generic): The text nodes should be text, not :text.
6422
6423 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6424 later in the file.
6425
6426 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6427
6428 * nnir.el: General clean up. Allow searching with multiple engines.
6429 Allow separate extra-parameters for each engine.
6430 Batch queries when possible.
6431 (nnir-imap-default-search-key,nnir-method-default-engines):
6432 Add customize interface.
6433 (nnir-run-gmane): New engine.
6434 (nnir-engines): Use it. Qualify all prompts with engine name.
6435 (nnir-search-engine): Remove global variable.
6436 (nnir-run-hyrex): Restore for now.
6437 (nnir-extra-parms,nnir-search-history): New variables.
6438 (gnus-group-make-nnir-group): Use them.
6439 (nnir-group-server): Remove in favor of gnus-group-server.
6440 (nnir-request-group): Avoid searching twice.
6441 (nnir-sort-groups-by-server): New function.
6442
6443 2010-10-30 Julien Danjou <julien@danjou.info>
6444
6445 * gnus-group.el: Remove gnus-group-fetch-control.
6446
6447 * gnus-start.el (gnus-find-new-newsgroups):
6448 Remove gnus-check-first-time-used.
6449
6450 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6451
6452 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6453
6454 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6455 set on groups that don't have \* permanentflags.
6456
6457 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6458
6459 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6460 control the background color.
6461 (shr-tag-img): Ignore very small web bug type images.
6462 (shr-put-image): Add help-echo alt texts to the images.
6463 (shr-tag-video): Show the video poster image.
6464
6465 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6466
6467 * shr.el (shr-table-depth): New variable.
6468 (shr-tag-table-1): Only insert the images after the top-level table.
6469
6470 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6471
6472 * gnus-util.el (gnus-list-memq-of-list): New function.
6473
6474 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6475 selected.
6476 (nnimap-unsplittable-articles): New slot.
6477 (nnimap-new-articles): Use it.
6478
6479 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6480
6481 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6482 move to the previous line on `M-g'.
6483
6484 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6485
6486 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6487 *-request-group, which seems unnecessary.
6488
6489 * nnimap.el (nnimap-quote-specials): Function copied over from
6490 imap.el.
6491 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6492 they support that. Suggested by Tom Regner.
6493
6494 2010-10-29 Julien Danjou <julien@danjou.info>
6495
6496 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6497 defalias.
6498 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6499
6500 * gnus.el: Remove `gnus-nntp-service' variable.
6501 (gnus-secondary-servers): Make obsolete.
6502 (gnus-nntp-server): Make obsolete.
6503
6504 * gnus-start.el (gnus-1): Remove x-splash calls.
6505
6506 * gnus-ems.el (gnus-x-splash): Remove.
6507
6508 * gnus.el (gnus-group-startup-message): Simplify/update code.
6509
6510 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6511 capability before doing anything.
6512 (gnus-group-insert-group-line): Remove useless
6513 gnus-group-remove-excess-properties.
6514
6515 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6516
6517 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6518
6519 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6520
6521 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6522 config after reselecting.
6523
6524 2010-10-28 Julien Danjou <julien@danjou.info>
6525
6526 * shr.el (shr-put-image): Use point even if only inserting text.
6527 (shr-put-image): Save excursion when inserting alt text on non-graphic
6528 display, so the behavior is the same when we are on a graphic display.
6529
6530 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6531
6532 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6533
6534 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6535 (gnus-mime-copy-part): Check coding system, not charset.
6536 (gnus-mime-view-part-externally): Never remove part.
6537 (gnus-mime-view-part-internally): Don't remove part here.
6538 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6539 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6540 multipart/alternative.
6541
6542 * mm-decode.el (mm-display-part): Take optional arg `force'.
6543
6544 2010-10-26 Julien Danjou <julien@danjou.info>
6545
6546 * gnus-group.el (gnus-group-default-list-level): Add this function to
6547 compute the default list level.
6548 (gnus-group-default-list-level): Add possibility to use a function.
6549
6550 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6551
6552 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6553
6554 * gnus-group.el (gnus-group-completing-read)
6555 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6556 gnus-replace-in-string.
6557
6558 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6559
6560 * shr.el (shr-tag-div): Add.
6561
6562 2010-10-25 Julien Danjou <julien@danjou.info>
6563
6564 * gnus-util.el: Remove `gnus-with-local-quit'.
6565
6566 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6567
6568 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6569
6570 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6571 the original article buffer.
6572
6573 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6574
6575 * nnimap.el (nnimap-request-head): New function.
6576 (nnimap-request-move-article): Try to be slightly faster by not
6577 requesting the entire message when moving.
6578 (nnimap-transform-headers): Don't bug out on bodiless articles.
6579 (nnimap-send-command): Have no outstanding messages if the IMAP server
6580 doesn't support streaming.
6581 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6582
6583 2010-10-24 Julien Danjou <julien@danjou.info>
6584
6585 * message.el (message-default-headers): Fix type.
6586
6587 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6588
6589 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6590 prefetching images.
6591
6592 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6593 backend for unknown groups. This is mainly useful for nnimap groups.
6594
6595 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6596 group isn't covered by the agent.
6597
6598 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6599
6600 * nnir.el (nnir-method-default-engines): New variable.
6601 (nnir-run-query): Use it.
6602 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6603 (gnus-summary-nnir-goto-thread): Change group if needed.
6604
6605 * gnus-group.el (gnus-group-group-map): Add key binding for
6606 gnus-group-make-nnir-group.
6607
6608 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6609
6610 * shr.el (shr-tag-object): Add.
6611
6612 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6613 original article buffer live.
6614 (gnus-summary-select-article-buffer):
6615 Mention gnus-widen-article-buffer.
6616
6617 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6618
6619 * shr.el (shr-tag-strong): Add.
6620
6621 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6622
6623 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6624 group names. They mess up the group buffer badly.
6625
6626 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6627
6628 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6629 instead of the summary one.
6630
6631 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6632
6633 * mml.el (mml-preview): Work properly when editing article.
6634
6635 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6636 gnus-have-read-active-file if it's already been in.
6637
6638 2010-10-22 Tom Tromey <tromey@redhat.com>
6639
6640 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6641 gnus-group-completing-read.
6642
6643 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6644
6645 * message.el (message-mode-map): Don't bind M-; to comment region, to
6646 allow the global comment-dwim to work.
6647
6648 2010-10-21 Julien Danjou <julien@danjou.info>
6649
6650 * message.el (message-setup-1): Allow message-default-headers to be a
6651 function.
6652
6653 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6654
6655 * shr.el (shr-tag-table): Simplify.
6656
6657 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6658
6659 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6660 to avoid trying to snarf invalid stuff.
6661
6662 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6663
6664 * gnus.el (gnus-message-archive-group): Quote value.
6665 (gnus-message-archive-group): Mark as changed.
6666
6667 * shr.el (shr-add-font): Don't put the font properties on the newline
6668 or the indentation.
6669
6670 * message.el (message-fix-before-sending): Change options when sending
6671 non-printable characters.
6672
6673 * gnus.el (gnus-message-archive-method): Change the default to
6674 monthly outgoing groups.
6675
6676 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6677 that have gotten new numbers.
6678
6679 * nnimap.el (nnimap-request-replace-article): New function.
6680
6681 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6682
6683 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6684 (nnrss-request-article): Don't use special html washing code.
6685
6686 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6687
6688 * shr.el (shr-tag-table): Remove useless nconc.
6689
6690 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * gnus-art.el (article-wash-html): Simplify and remove the charset
6693 stuff. Use the normal html rendering code instead of the special html
6694 washing code.
6695
6696 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6697 `gnus-w3m' symbols.
6698 (mm-text-html-washer-alist): Remove.
6699
6700 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6701 (mm-inline-media-tests): Remove use.
6702 (mm-text-html-renderer): Change default to the `shr' symbol.
6703
6704 * mm-view.el (mm-inline-text-html): Remove use.
6705
6706 * gnus-art.el (gnus-blocked-images): New function. Allow the
6707 `gnus-blocked-images' to be a function.
6708 (gnus-article-wash-function): Remove.
6709
6710 2010-10-20 Julien Danjou <julien@danjou.info>
6711
6712 * spam.el (spam-list-of-processors): Mark as obsolete.
6713
6714 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6715 (nnimap-insert-partial-structure): Fix boundary detection.
6716
6717 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6718
6719 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6720 run file-truename on remote files. This can be expensive and even
6721 prevent one from editing drafts if some unrelated buffer has a stale
6722 connection.
6723
6724 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6725
6726 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6727 kinsoku-eol regardless of shr-kinsoku-shorten.
6728 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6729 (shr-tag-table): Support caption, thead, and tfoot.
6730
6731 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6732
6733 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6734 lines.
6735 (shr-save-contents): New command and keystroke.
6736
6737 * nndoc.el (nndoc-type-alist): Add git support.
6738 (nndoc-git-type-p): New function.
6739 (nndoc-transform-git-article): Ditto.
6740 (nndoc-transform-git-headers): Ditto.
6741 (nndoc-transform-git-headers): Generate Subject headers.
6742
6743 * shr.el (shr-parse-style): New function.
6744 (shr-tag-span): Ditto.
6745
6746 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6747 to `G G' to avoid collisions.
6748
6749 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 * shr.el: Load kinsoku if necessary.
6752 (shr-kinsoku-shorten): New internal variable.
6753 (shr-find-fill-point): Make kinsoku shorten text line if
6754 shr-kinsoku-shorten is bound to non-nil.
6755 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6756 shr-indentation too when testing if table is wider than frame width.
6757 (shr-insert-table): Use `string-width' instead of `length' to measure
6758 text width.
6759 (shr-insert-table-ruler): Make sure indentation is done at bol.
6760
6761 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6762
6763 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6764 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6765 undecoded network data.
6766
6767 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768
6769 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6770 name in the mode line spec so that the mode line menu works
6771 (bug #2431).
6772
6773 * message.el (message-get-reply-headers): If we're fed `to-address',
6774 then always use that.
6775
6776 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6777 aren't so wide as to need to switch off the edit menu.
6778
6779 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6780 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6781
6782 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6783 `M-g'.
6784 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6785 the permanent marks.
6786
6787 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6788
6789 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6790 Splitting according to references/in-reply-to obeys the ignore-groups
6791 variable, while splitting by sender and subject do not.
6792
6793 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6794
6795 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6796 alist, so that we can look for non-Unicode chars.
6797 (article-translate-strings): Allow both character and string maps.
6798
6799 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * shr.el (shr-insert): Don't insert space behind a wide character
6802 categorized as kinsoku-bol, or between characters both categorized as
6803 nospace.
6804
6805 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6806
6807 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6808 headers to gnus-newsgroup-headers.
6809
6810 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6811
6812 * shr.el (shr-tag-img): Don't align images -- since we're not
6813 rescaling, this often leads to ugly displays.
6814
6815 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6816
6817 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6818 duplicates.
6819
6820 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6821
6822 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6823 call.
6824
6825 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6826
6827 * gnus.el: Autoload gnus-html-show-images.
6828
6829 * nnimap.el: Use nnheader-message throughout.
6830
6831 * shr.el (shr-tag-img): Ignore images with no data.
6832
6833 2010-10-15 Julien Danjou <julien@danjou.info>
6834
6835 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6836 a possibility to disable format=flow encoding when using hard newlines.
6837
6838 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6839
6840 * shr.el (shr-insert): Remove space inserted before or after a
6841 breakable character or at the beginning or the end of a line.
6842 (shr-find-fill-point): Do kinsoku; find the second best point or give
6843 it up if there's no breakable point.
6844
6845 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6846
6847 * nnimap.el (nnimap-open-connection): Message when opening connection
6848 for debugging purposes.
6849
6850 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6851 on every setup buffer call to allow this to change from article to
6852 article.
6853
6854 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6855 buffers where we have a wide table.
6856
6857 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6858
6859 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6860 uses *-request-thread.
6861
6862 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6863
6864 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6865 incantation, which is no longer valid.
6866
6867 2010-10-14 Julien Danjou <julien@danjou.info>
6868
6869 * shr.el: Fix defcustom type (char -> character).
6870
6871 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6872
6873 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6874 programs.
6875
6876 2010-10-14 Julien Danjou <julien@danjou.info>
6877
6878 * shr.el (shr-tag-a): Use url-link as widget type.
6879
6880 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6881 `gnus-group-get-icon'.
6882
6883 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6884
6885 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6886 This should make server editing work better.
6887
6888 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6889
6890 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6891 (nnimap-parse-flags): Fix regexp.
6892
6893 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6894 probably work for CJVK text, too.
6895
6896 * nnimap.el (nnimap-extend-tls-programs): Remove.
6897 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6898
6899 2010-10-13 Julien Danjou <julien@danjou.info>
6900
6901 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6902 responses.
6903
6904 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6905
6906 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6907
6908 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6909 anything in Emacs.
6910
6911 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6912
6913 2010-10-13 Julien Danjou <julien@danjou.info>
6914
6915 * shr.el (shr-width): Make shr-width a defcustom with default to
6916 fill-column.
6917 (shr-tag-img): Use shr-width rather than fill-column.
6918
6919 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6920
6921 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6922
6923 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6924 position when (X-)Faces exist.
6925 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6926 avatars when called interactively.
6927
6928 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6929
6930 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6931 gnus-article-x-face-too-ugly is bound.
6932
6933 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6934
6935 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6936
6937 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6938 mailbox that doesn't exist.
6939
6940 2010-10-12 Julien Danjou <julien@danjou.info>
6941
6942 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6943 (shr-get-image-data): Encode URL properly when fetching from cache.
6944 (shr-tag-img): Use aligned-to spaces to align correctly images.
6945
6946 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6947 before inserting the Gravatar.
6948
6949 * shr.el (shr-tag-img): Add align attribute support for <img>.
6950
6951 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6952
6953 * gnus-gravatar.el (gnus-art): Require.
6954
6955 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6956 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6957 Remove long obsoleted functions.
6958
6959 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6960
6961 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6962
6963 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6964 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6965 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6966 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6967 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6968 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6969 Fix comment for declare-function.
6970
6971 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6972
6973 * nnimap.el (nnimap-request-rename-group): Select group read-only
6974 before renaming it.
6975
6976 * shr.el (shr-insert): Fix up the white space only regexp.
6977
6978 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6979 bodies. Protect against this. Reported by Michael Welsh Duggan.
6980
6981 * shr.el (shr-current-column): New function.
6982 (shr-find-fill-point): New function.
6983
6984 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6985
6986 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6987 numbers.
6988
6989 2010-10-11 Julien Danjou <julien@danjou.info>
6990
6991 * shr.el (shr-hr-line): Add.
6992 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6993 display hr lines.
6994 (shr-max-columns): Do not change state to nil if we just inserting
6995 spaces.
6996
6997 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6998
6999 * gnus-topic.el (gnus-topic-read-group): If after the last group,
7000 select the last group.
7001
7002 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
7003
7004 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7005
7006 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7007
7008 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7009 for Gnus.
7010 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7011 (nnimap-update-qresync-info): Mark \Seen articles as read.
7012
7013 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7014 non-variable, too.
7015
7016 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7017 available.
7018 (nnimap-update-info): Rely more on the current active than the param
7019 active to avoid marking articles as read too much.
7020
7021 * auth-source.el (auth-source-create): Use (user-login-name) for the
7022 user name default.
7023
7024 * nnimap.el (nnimap-update-info): If the server doesn't return any
7025 useful info, just use the previous info.
7026 (nnimap-update-info): Prefer old info over start-article.
7027 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7028
7029 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7030
7031 * nnir.el (autoload): Clean up autoloads.
7032 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7033 Use key rather than value.
7034 (nnir-imap-search-other): New variable.
7035 (nnir-read-parm): Use it.
7036 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7037 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7038
7039 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7040
7041 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7042 the process, too.
7043
7044 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7045
7046 * spam.el (gnus-summary-mode-map): Bind to "$".
7047 Suggested by Russ Allbery.
7048
7049 * shr.el: Rework the way things are indented by <li> slightly.
7050
7051 * gnus.el (gnus-group-set-parameter): Fix typo.
7052
7053 * nnimap.el: Start implementing QRESYNC support.
7054
7055 2010-10-09 Julien Danjou <julien@danjou.info>
7056
7057 * nnir.el (nnir-engines): Fix too many arguments.
7058
7059 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7060
7061 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7062 group is the "last", so that the backends like nnfolder actually save
7063 their folders.
7064
7065 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7066 try to use that for the TLS stream.
7067 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7068 UIDVALIDITY and find out which groups are read-only and not.
7069 (nnimap-get-flags): Use the same marks parsing code as the rest of
7070 nnimap.
7071
7072 2010-10-09 Julien Danjou <julien@danjou.info>
7073
7074 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7075
7076 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7077 retrieving gravatars.
7078
7079 * shr.el (shr-table-corner): Add.
7080 (shr-table-line): Add.
7081 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7082
7083 2010-10-08 Julien Danjou <julien@danjou.info>
7084
7085 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7086
7087 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7088
7089 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7090
7091 * gnus-sum.el (gnus-mark-article-as-unread)
7092 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7093 (gnus-summary-set-bookmark): Use it.
7094
7095 * gnus-msg.el (gnus-setup-message): Use it.
7096
7097 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7098
7099 * gnus.el (gnus-group-remove-parameter): Use it.
7100
7101 * gnus-group.el (gnus-group-make-web-group): Use it.
7102
7103 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7104
7105 * nnregistry.el: Update docs to mention manual.
7106
7107 * gnus-registry.el: Update docs to mention nnregistry.el.
7108 (gnus-registry-initialize): Don't install nnregistry refer method
7109 automatically.
7110 (gnus-registry-install-nnregistry): Remove it.
7111
7112 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113
7114 * shr.el (shr-insert): Don't insert double spaces.
7115
7116 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7117
7118 * gnus-gravatar.el (gnus-treat-from-gravatar)
7119 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7120 called interactively.
7121
7122 * gnus-art.el (gnus-mime-view-part-externally)
7123 (gnus-mime-view-part-internally): Make predicate function passed to
7124 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7125 of a mime type.
7126
7127 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7128
7129 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7130
7131 * shr.el (require): Require cl when compiling.
7132 (shr-tag-hr): New function.
7133
7134 * nnimap.el (nnimap-update-info): Remove double setting of high.
7135 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7136 This makes nnimap work properly on Courier again.
7137
7138 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7139 the variable for backwards compatibility.
7140
7141 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7142 the file name before using to avoid setting mm-default-directory to
7143 nil.
7144
7145 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7146 bidning gnus-agent variables.
7147
7148 * shr.el (shr-render-td): Use a cache for the table rendering function
7149 to avoid getting an exponential rendering behavior in nested tables.
7150 (shr-insert): Rework the line-breaking algorithm.
7151 (shr-insert): Don't leave trailing spaces.
7152 (shr-insert-table): Also insert empty TDs.
7153 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7154
7155 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * gnus-sum.el (gnus-number): Rename from `number'.
7158 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7159 (gnus-summary-limit-children): Update uses correspondingly.
7160
7161 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7162
7163 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7164 (gnus-gravatar-transform-address): Don't show avatars of people of
7165 which mail addresses match gnus-gravatar-too-ugly.
7166
7167 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7168
7169 * shr.el (shr-table-widths): Expand TD elements to fill available
7170 space.
7171
7172 2010-10-07 Julien Danjou <julien@danjou.info>
7173
7174 * nnimap.el (nnimap-request-rename-group): Add this method.
7175
7176 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7179 name from XEmacs' function-arglist.
7180
7181 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7182 gravatar under XEmacs.
7183
7184 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7185
7186 * auth-source.el: Update docs with TODO items.
7187
7188 * gnus-sync.el: Update docs to explain state and plans.
7189
7190 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7191 Hooks for mark updates.
7192 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7193
7194 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7195 hooks with arguments, which is needed for mark update hooks.
7196
7197 2010-10-06 Julien Danjou <julien@danjou.info>
7198
7199 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7200 was matched.
7201
7202 * sieve-manage.el: Update example in `Commentary'.
7203
7204 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7205
7206 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7207 not 2000.
7208 (sieve-manage-authenticate): Re-add function.
7209
7210 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7211
7212 * shr.el (shr-insert): Get 'space transition right.
7213 (shr-render-td): Only delete space at the end of the TD.
7214
7215 * nnimap.el (nnimap-open-connection): Prepare to support
7216 open-gnutls-stream.
7217
7218 * shr.el: Rearrange function order to be more logical.
7219
7220 2010-10-06 Julien Danjou <julien@danjou.info>
7221
7222 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7223 (nnrss-discover-feed): Remove 404 URL in docstring.
7224
7225 * nnir.el: Fix Swish-E URL.
7226 Fix Namazu URL.
7227
7228 * message.el (message-change-subject): Remove 404 URL in a comment.
7229
7230 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7233 called interactively.
7234
7235 * gnus-util.el (gnus-remove-if): Allow hash table.
7236 (gnus-remove-if-not): New function.
7237
7238 * gnus-art.el (gnus-mime-view-part-as-type):
7239 * gnus-score.el (gnus-summary-score-effect):
7240 * gnus-sum.el (gnus-read-move-group-name):
7241 Replace remove-if-not with gnus-remove-if-not.
7242
7243 * gnus-group.el (gnus-group-completing-read):
7244 Regard collection as a hash table if it is not a list.
7245
7246 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7247
7248 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7249
7250 * shr.el: Document the table-rendering algorithm.
7251
7252 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7253 invalid URLs.
7254
7255 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7256 line-broken.
7257 (shr-tag-img): Ignore image fetching errors.
7258 (shr-overlays-in-region): Compute overlay positions correctly.
7259
7260 * mm-decode.el (mm-shr): Require shr.
7261
7262 * gnus-art.el (gnus-blocked-images): Move variable here.
7263
7264 * shr.el (shr-insert-table): Bind free variable.
7265
7266 * mm-decode.el (mm-shr): Bind shr-content-function.
7267
7268 * shr.el (shr-content-function): New variable.
7269
7270 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7271 added for symmetry.
7272
7273 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7274
7275 * gnus-group.el (gnus-group-make-group): Doc fix.
7276
7277 * nnimap.el (nnimap-request-newgroups): Return success.
7278
7279 * shr.el (shr-find-elements): New function.
7280 (shr-tag-table): Put all the images after the table.
7281 (shr-tag-table): Really inhibit images inside the table.
7282 (shr-collect-overlays): Copy over overlays from the TD elements to the
7283 main document.
7284
7285 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7286 gnus-blocked-images.
7287
7288 2010-10-05 Julien Danjou <julien@danjou.info>
7289
7290 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7291
7292 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7293 (gnus-html-maximum-image-size): Add this function.
7294 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7295
7296 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7297 server-value of the capability is nil.
7298
7299 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7300
7301 * shr.el (shr-tag-em): Add <EM> tag.
7302
7303 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7304
7305 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7306 customizable.
7307
7308 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7309 handing broken links to browse-url.
7310
7311 2010-10-05 Julien Danjou <julien@danjou.info>
7312
7313 * gnus-util.el (gnus-emacs-completing-read)
7314 (gnus-iswitchb-completing-read): Use autoload rather than require.
7315
7316 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * gnus-util.el (gnus-completing-read-function): Exclude
7319 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7320 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7321 XEmacs.
7322
7323 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7324 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7325
7326 * gnus-html.el: Don't require help-fns under XEmacs.
7327 (gnus-html-schedule-image-fetching): Work for XEmacs.
7328
7329 * mm-decode.el (mm-shr): Decode contents by charset.
7330
7331 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7332
7333 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7334 unknown.
7335
7336 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7337 (shr-get-image-data): Ensure against the cache file missing.
7338
7339 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7340 for data.
7341
7342 * spam-report.el (spam-report-url-ping-plain): Don't query about
7343 killing the process.
7344
7345 * shr.el (shr-render-td): Protect against too-wide text.
7346
7347 2010-10-04 Julien Danjou <julien@danjou.info>
7348
7349 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7350 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7351
7352 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7353 retrieved.
7354
7355 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7356
7357 * shr.el (browse-url): Require.
7358 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7359 lines.
7360 (shr-show-alt-text, shr-browse-image): New commands.
7361 (shr-browse-url, shr-copy-url): New commands.
7362
7363 * gnus-sum.el (gnus-widen-article-window): New variable.
7364 (gnus-summary-select-article-buffer): Use it.
7365
7366 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7367 without @ signs.
7368
7369 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7370
7371 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7372
7373 2010-10-04 Julien Danjou <julien@danjou.info>
7374
7375 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7376 for XEmacs.
7377
7378 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7379
7380 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7381
7382 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7383 (nnimap-close-server): Implement.
7384
7385 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7386 (shr-insert): Tweak line breaking.
7387 (shr-insert): Handle <pre> better.
7388 (shr-tag-li): Get <li> indentation right.
7389 (shr-tag-li): Get <li> indentation even righter.
7390 (shr-tag-blockquote): Ensure paragraph start.
7391 (shr-make-table): Tweak table generation.
7392 (shr-make-table): Fix typo.
7393
7394 * shr.el: Implement table rendering.
7395
7396 2010-10-04 Julien Danjou <julien@danjou.info>
7397
7398 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7399
7400 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7401
7402 * shr.el (shr-insert): Use string anchors instead of line anchors.
7403
7404 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405
7406 * shr.el: Add headings.
7407 (shr-ensure-paragraph): Actually work.
7408 (shr-tag-li): Make <ul> prettier.
7409 (shr-insert): Get white space at the beginning/end of elements right.
7410 (shr-tag-p): Collapse subsequent <p>s.
7411 (shr-ensure-paragraph): Don't insert double line feeds after blank
7412 lines.
7413 (shr-insert): \t is also space.
7414 (shr-tag-s): Fix "s" tag name function.
7415 (shr-tag-s): Fix face prop name.
7416
7417 2010-10-03 Julien Danjou <julien@danjou.info>
7418
7419 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7420
7421 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7422 gnus-window-inside-pixel-edges.
7423
7424 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7425 gnus-ems.
7426
7427 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7428
7429 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7430 function.
7431
7432 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7433 resize choice.
7434
7435 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7436
7437 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7438 beginning of the buffer.
7439
7440 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7441 article buffer again.
7442
7443 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7444
7445 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7446 when it's at the start of the buffer.
7447
7448 * shr.el (shr-tag-blockquote): Convert name.
7449 (shr-rescale-image): Use the right image-size variant.
7450
7451 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7452 buffer isn't shown, then select the current article first instead of
7453 bugging out.
7454 (gnus-summary-select-article-buffer): Show both the article and summary
7455 buffers again.
7456
7457 * shr.el (shr-fontize-cont): Protect against regions with no text.
7458 Rename tag functions to shr-tag-* for enhanced security.
7459 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7460
7461 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7462
7463 * shr.el (shr-insert):
7464 * pop3.el (pop3-movemail):
7465 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7466 loaded.
7467
7468 2010-10-03 Glenn Morris <rgm@gnu.org>
7469
7470 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7471
7472 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7473
7474 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7475
7476 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7477
7478 * gnus-util.el (gnus-make-local-hook): Simplify.
7479
7480 2010-10-02 Julien Danjou <julien@danjou.info>
7481
7482 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7483 (gnus-ido-completing-read): New function.
7484 (gnus-emacs-completing-read): New function.
7485 (gnus-completing-read): Use gnus-completing-read-function.
7486 Add gnus-completing-read-function.
7487
7488 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7489
7490 * shr.el (shr-insert-document): Autoload.
7491 (shr-img): Be silent.
7492 (shr-insert): Add a newline after every picture before text.
7493 (shr-add-font): Use overlays for combining faces.
7494 (shr-insert): Pass upwards the text start point.
7495
7496 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7497 possible.
7498 (mm-shr): New function.
7499
7500 2010-10-02 Julien Danjou <julien@danjou.info>
7501
7502 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7503 should go backward.
7504
7505 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7506
7507 * shr.el (shr): Fix typo in provide call.
7508
7509 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7510
7511 * shr.el: New file.
7512
7513 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7514
7515 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7516 completing read.
7517
7518 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7519
7520 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7521 we're being queried about. Suggested by Dan Jacobson.
7522
7523 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7524 Suggested by Jason Eisner.
7525
7526 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7527 table, too. Suggested by Stefan Wiens.
7528 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7529 the table unnecessary. Suggested by Stefan Wiens.
7530
7531 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7532 longer needed, and probably doesn't work either, as pointed out by
7533 Stefan Wiens.
7534 (gnus-summary-exit): Remove call to the clearing function.
7535 (gnus-summary-exit-no-update): Ditto.
7536
7537 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7538 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7539 Reported by Stefan Monnier.
7540 (gnus-summary-save-in-rmail): Ditto.
7541
7542 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7543 article buffer, instead of both the article buffer and the summary
7544 buffer. Sort of suggested by Dan Jacobson.
7545
7546 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7547
7548 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7549 Suggested by Dan Jacobson.
7550
7551 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7552 documentation clearer.
7553
7554 * message.el (message-shorten-references): Comment on the number "21".
7555 Suggested by Stefan Monnier.
7556
7557 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7558 Suggested by Dan Jacobson.
7559
7560 * gnus.el (gnus-large-newsgroup):
7561 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7562
7563 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7564 externalize attachments. Bug reported by Steve Wen.
7565
7566 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7567 really message anything to the user.
7568
7569 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7570 directly.
7571
7572 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7573 messages in empty groups.
7574
7575 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7576
7577 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7578 non-UIDNEXT group.
7579
7580 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7581
7582 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7583 not the value from the collection.
7584
7585 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7586 values. This sometimes happens on some groups that have no info.
7587 (nnimap-request-newgroups): New function.
7588
7589 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7590
7591 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7592 check into `gnus-registry-initialize'.
7593 (gnus-registry-initialize): Ditto.
7594 Fix and extend header docs.
7595
7596 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7597
7598 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7599 regexp backtrace overflows.
7600
7601 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7602 for starttls that tls.el implements; i.e. openssl.
7603
7604 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7605
7606 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7607 (gravatar-create-image): New function that's an alias to
7608 gnus-xmas-create-image, gnus-create-image, or create-image.
7609 (gravatar-data->image): Use it.
7610
7611 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7612
7613 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7614 install the nnregistry refer method.
7615 (gnus-registry-install-hooks): Use it.
7616 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7617 unfollowed groups.
7618
7619 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7620
7621 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7622 expanding threads.
7623
7624 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7625
7626 * nnir.el: Use the server names without suffixes (bug #7009).
7627
7628 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7629 unencrypted to STARTTLS, if possible.
7630
7631 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7632
7633 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7634 headers before superseding.
7635
7636 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7637
7638 * nnrss.el (nnrss-use-local): Add documentation.
7639
7640 * nnimap.el (nnimap-extend-tls-programs): New function.
7641 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7642 (nnimap-wait-for-connection): Accept the greeting from the stupid
7643 output from openssl s_client -starttls, too.
7644
7645 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7646 article number.
7647 (nnimap-split-fancy): New variable.
7648 (nnimap-split-incoming-mail): Use it.
7649
7650 * nntp.el (nntp-server-list-active-group): Document.
7651
7652 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7653 SELECT to get the message-id.
7654
7655 * mail-source.el (mail-sources): Remove webmail support.
7656 (defvar): Ditto.
7657 (mail-source-fetcher-alist): Ditto.
7658 (mail-source-fetch-webmail): Remove.
7659
7660 * webmail.el: Remove -- doesn't seem relevant any more.
7661
7662 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7663
7664 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7665 the \r.
7666
7667 2010-09-30 Julien Danjou <julien@danjou.info>
7668
7669 * gnus-agent.el (gnus-agent-add-group): Fix call to
7670 gnus-completing-read.
7671
7672 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7673
7674 * nndoc.el (nndoc-retrieve-groups): New function.
7675
7676 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7677 `default', use nnmail-split-methods.
7678 (nnimap-request-article): Downcase the NILs so that they are nil.
7679
7680 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7681 symbol.
7682
7683 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7684 code, since if the user has requested network, that's what they ought
7685 to get.
7686 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7687 (nnimap-split-rule): Mark as obsolete.
7688
7689 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7690 New variable.
7691
7692 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7693 correct slot, too.
7694
7695 2010-09-29 Julien Danjou <julien@danjou.info>
7696
7697 * gnus.el (gnus-local-domain): Declare variable obsolete.
7698
7699 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7700 Fix history computing.
7701 (gnus-ido-completing-read): Require ido.
7702
7703 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7704
7705 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7706 build Gnus.
7707
7708 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7709 when interpreting the structures.
7710 (nnimap-request-accept-article): Add \r\n to the lines to make this
7711 work with Cyrus.
7712
7713 * nndraft.el (nndraft-request-expire-articles): Use the group name
7714 instead if "nndraft". Fix found by Nils Ackermann.
7715
7716 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7717
7718 * nnregistry.el: Add.
7719
7720 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7721
7722 * nnmail.el (group, group-art-list, group-art):
7723 Remove unneeded directives.
7724
7725 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7728 (mm-mime-charset):
7729 * rfc2047.el (rfc2047-syntax-table):
7730 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7731
7732 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7733 rather than `insert-file-contents' and `eval-region'.
7734
7735 2010-09-29 Julien Danjou <julien@danjou.info>
7736
7737 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7738 replacement of `gnus-gravatar-relief' to mimic
7739 `gnus-faces-properties-alist'.
7740 Add :version property.
7741
7742 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * mail-source.el (mail-source-report-new-mail):
7745 * message.el (message-default-mail-headers):
7746 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7747
7748 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7749
7750 2010-09-28 Julien Danjou <julien@danjou.info>
7751
7752 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7753 mail-address contains the same string as real-name.
7754
7755 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7756 non-blank in header, otherwise it'll get stripped.
7757
7758 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7759 real-name, and then for mail address rather than doing : or , search.
7760
7761 2010-09-27 Julien Danjou <julien@danjou.info>
7762
7763 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7764 right completing-read function.
7765 (gnus-use-ido): New variable
7766 (gnus-completing-read-with-default): Remove.
7767 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7768 (gnus-agent-add-group):
7769 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7770 * mm-view.el (mm-view-pkcs7-decrypt):
7771 * mm-util.el (mm-codepage-setup):
7772 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7773 * mml-smime.el (mml-smime-openssl-sign-query):
7774 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7775 (mml-insert-multipart):
7776 * gnus-msg.el (gnus-summary-yank-message):
7777 * gnus-int.el (gnus-start-news-server):
7778 * mm-decode.el (mm-interactively-view-part):
7779 * gnus-dired.el (gnus-dired-attach):
7780 * gnus.el (gnus-read-method):
7781 * gnus-bookmark.el (gnus-bookmark-jump):
7782 * gnus-art.el (gnus-mime-view-part-as-type)
7783 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7784 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7785 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7786 * nnmairix.el (nnmairix-create-server-and-default-group)
7787 (nnmairix-update-groups, nnmairix-get-server)
7788 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7789 (nnmairix-get-group-from-file-path):
7790 * nnrss.el (nnrss-find-rss-via-syndic8):
7791 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7792 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7793 (gnus-group-browse-foreign-server):
7794 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7795 (gnus-summary-execute-command, gnus-summary-respool-article)
7796 (gnus-read-move-group-name):
7797 * gnus-score.el (gnus-summary-increase-score)
7798 (gnus-summary-score-effect):
7799 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7800
7801 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * nnimap.el (auth-source-forget-user-or-password)
7804 (auth-source-user-or-password): Autoload.
7805
7806 * message.el (message-from-style, message-interactive)
7807 (message-signature): Remove comment.
7808 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7809 always.
7810 (message-sendmail-envelope-from): Comment fix.
7811 (message-yank-prefix): Default to mail-yank-prefix always.
7812 (message-indentation-spaces):
7813 Default to mail-indentation-spaces always.
7814 (message-signature-file): Default to mail-signature-file always.
7815
7816 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7817
7818 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7819 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7820 new articles.
7821
7822 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7823 parts.
7824 (nnimap-request-article): Work with the t setting, too.
7825
7826 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7827 that you don't get flashes of other buffers.
7828 (gnus-summary-show-complete-article): Intern before setting.
7829
7830 2010-09-27 David Engster <dengste@eml.cc>
7831
7832 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7833 well as HEADERS.
7834 (nnmairix-retrieve-headers): Provide new argument for the above.
7835
7836 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7837
7838 * gnus-sum.el (gnus-summary-move-article): Don't alter
7839 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7840 group.
7841
7842 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7843
7844 * message.el (message-cite-prefix-regexp): Revert my last edit.
7845
7846 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7847 variable instead of the Gnus variable.
7848
7849 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7850
7851 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7852
7853 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7854 since some servers don't like it.
7855 (nnimap-open-connection): Forget credentials if the server says the
7856 password was wrong.
7857 (nnimap-parse-line): Protect against invalid data.
7858
7859 * gnus-sum.el (gnus-summary-move-article): Add comment.
7860 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7861 nothing alters it while scanning for new messages.
7862
7863 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7864 which may or may not help.
7865 (nnimap-open-connection): If we're doing a stream connection, and then
7866 discover we're on a STARTTLS-capable server, then open a STARTTLS
7867 connection instead.
7868
7869 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7870
7871 * nnimap.el (utf7): Require.
7872
7873 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7874 prefix.
7875
7876 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7879
7880 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7881
7882 * nnimap.el (nnimap-request-accept-article): Message the error on
7883 error.
7884
7885 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7886
7887 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7888
7889 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7890
7891 * nndoc.el (nndoc-request-list): Return success always.
7892
7893 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7894 `fetch-old' -- we only want to fetch the articles we've requested.
7895 The rest are in the agent, probably.
7896 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7897 disappeared server" to something low. It's not important.
7898
7899 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7900 arrived before the FETCH data.
7901
7902 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7903 target here, because we don't know the Gnus name of the group.
7904
7905 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7906 for the correct group.
7907
7908 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7909
7910 * gnus.el (gnus): Give a final warning after startup.
7911
7912 * gnus-util.el (gnus-action-message-log): New variable.
7913 (gnus-message): Use it.
7914 (gnus-final-warning): New function.
7915
7916 * nnimap.el (nnimap-open-connection): Record the greeting.
7917 (nnimap): Add greeting.
7918
7919 2010-09-26 Julien Danjou <julien@danjou.info>
7920
7921 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7922 arguments.
7923 (gnus-html-wash-images): Fix spec computing to include start/end.
7924
7925 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7926
7927 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7928
7929 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7930 deletion.
7931 (nnimap-retrieve-headers): Don't select the group, because that's
7932 already done by nnimap-possibly-change-group.
7933
7934 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7935 (gnus-picon-transform-address): Use it.
7936
7937 * mail-source.el (mail-source-value): Revert previous patch.
7938
7939 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7940 on failure.
7941 (nnimap-open-connection): Look up both virtual and physical server name
7942 credentials.
7943
7944 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7945
7946 2009-02-08 Dave Love <fx@gnu.org>
7947
7948 * gnus-win.el (gnus-window-to-buffer-helper)
7949 (gnus-all-windows-visible-p): Function needn't be a symbol.
7950
7951 * mail-source.el (mail-source-value): Function needn't be a symbol.
7952
7953 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7954
7955 * message.el (message-cite-prefix-regexp): Remove } from the cite
7956 prefix.
7957
7958 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7959 highlight again, so that the highlight is correct.
7960
7961 * gnus-picon.el (gnus-picon): Remove again.
7962 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7963
7964 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7965 doing the header highlightling, so that the background color of the
7966 picon is correct.
7967
7968 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7969 (gnus-picon): Ditto.
7970 (gnus-picon): Reinstate. The background color for picons is white.
7971 (gnus-picon-insert-glyph): Make the background white.
7972
7973 * nnml.el (nnml-open-nov): Don't return dead buffers.
7974
7975 * auth-source.el (auth-source-create): Query the user for whether to
7976 store the credentials.
7977
7978 * auth-source.el (auth-source-user-or-password): Use the existing auth
7979 sources, if any, for creation.
7980
7981 * gnus.el (gnus-group-fast-parameter): Return the last matching
7982 parameter instead of the first matching parameter.
7983
7984 2010-09-26 Julien Danjou <julien@danjou.info>
7985
7986 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7987
7988 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7989
7990 * mml2015.el (mml2015-use): Remove gpg support.
7991
7992 * mml1991.el (mml1991-function-alist): Remove gpg function.
7993 (mml1991-gpg-sign): Remove.
7994
7995 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7996
7997 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7998 (gnus-browse-unsubscribe-current-group): Document it.
7999 (gnus-browse-unsubscribe-group): Use it.
8000
8001 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8002
8003 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8004 address to the To list for easier response.
8005
8006 * gnus.el (gnus-play-startup-jingle): Remove.
8007 (gnus-splash): Don't play jingle.
8008 (gnus): Silence gnus-load message.
8009
8010 * gnus-art.el (gnus-treat-play-sounds): Remove.
8011
8012 * gnus.el (gnus-play-jingle): Remove audio support.
8013
8014 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8015
8016 * earcon.el: Remove -- no users.
8017
8018 * gnus-audio.el: Remove -- no users of this package.
8019
8020 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8021
8022 * gnus-start.el (gnus-setup-news): Remove nocem support.
8023
8024 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8025
8026 * gnus.el (gnus-use-nocem): Remove.
8027
8028 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8029 Remove.
8030
8031 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8032 uses NoCeM any more.
8033
8034 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8035 (gnus-button-ctan-handler): Ditto.
8036 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8037 (gnus-button-ctan-directory-regexp): Ditto.
8038 (gnus-button-handle-ctan): Ditto.
8039 (gnus-button-tex-level): Ditto.
8040 (gnus-button-alist): Remove CTAN stuff.
8041
8042 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8043
8044 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8045 nnimap-streaming test.
8046
8047 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8048 servers twice.
8049
8050 * nnimap.el (nnimap-open-connection): Add more error reporting when
8051 nnimap fails early.
8052
8053 * nnheader.el (nnheader-get-report-string): New function.
8054 (nnheader-get-report): Use it.
8055
8056 * gnus-int.el (gnus-check-server): Say what the error was when opening
8057 failed.
8058
8059 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8060 using streaming.
8061
8062 2010-09-25 Julien Danjou <julien@danjou.info>
8063
8064 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8065 gnus-window-inside-pixel-edges.
8066
8067 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8068
8069 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8070
8071 * mm-decode.el (mm-save-part): Allow saving to other directories the
8072 normal Emacs way.
8073
8074 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8075 Suggested by Jay Berkenbilt.
8076
8077 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8078 there isn't a single byte.
8079
8080 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8081 just do it. It doesn't really seem to matter what the user responds
8082 here, I think, so it's just a confusing question.
8083
8084 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8085 non-streaming case.
8086
8087 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8088 (gnus-article-encrypt-body): Use it.
8089
8090 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8091 keystroke.
8092
8093 * nnimap.el (nnimap-find-wanted-parts-1):
8094 Use gnus-fetch-partial-articles.
8095
8096 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8097
8098 * nnimap.el (nnimap-insert-partial-structure): New function.
8099 (nnimap-get-partial-article): New function.
8100 (nnimap-request-article): Use it.
8101 (nnimap-wait-for-response): Return whether the wait was successful.
8102 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8103 retrieval wasn't successful.
8104 (nnimap-retrieve-group-data-early): Allow throttling servers.
8105 (nnimap-streaming): New variable.
8106 (nnimap-fetch-partial-articles): Remove.
8107
8108 * mm-decode.el (mm-with-part): Protect against killed buffers.
8109
8110 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8111 for prettier summary display.
8112
8113 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8114
8115 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8116
8117 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8118
8119 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8120 apparently third-party libraries depend on it.
8121
8122 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8123 before starting negotiation.
8124
8125 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8126 privacy reasons.
8127 (gnus-treat-mail-gravatar): Ditto.
8128
8129 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8130 buffer when inserting images. Inserting text into the headers, for
8131 instance, can make them invalid.
8132
8133 2010-09-25 Julien Danjou <julien@danjou.info>
8134
8135 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8136 variables.
8137
8138 * nnheader.el: Remove useless variables news-reply-yank-from and
8139 news-reply-yank-message-id.
8140
8141 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8142 variables.
8143
8144 * mml1991.el: Remove useless mml1991-verbose.
8145
8146 * gnus.el: Remove useless variable gnus-use-generic-from.
8147 Remove obsolete variable gnus-topic-indentation.
8148
8149 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8150
8151 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8152
8153 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8154
8155 * gnus-group.el: Remove useless gnus-group-icon-cache.
8156 Remove useless gnus-ephemeral-group-server.
8157
8158 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8159
8160 * mml2015.el: Remove useless mml2015-verbose.
8161
8162 * mml-smime.el: Remove useless mml-smime-verbose.
8163
8164 * gnus.el: Remove useless gnus-local-domain.
8165
8166 * gnus-gravatar.el (gnus-gravatar-transform-address):
8167 Use gnus-gravatar-size.
8168
8169 * gnus-art.el: Remove useless gnus-treat-translate.
8170
8171 2010-09-24 Julien Danjou <julien@danjou.info>
8172
8173 * gnus-sum.el: Add support for Gravatars.
8174
8175 * gnus-art.el: Add support for Gravatars.
8176
8177 * gnus-gravatar.el: Add this file.
8178
8179 * gravatar.el: Add this file.
8180
8181 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8182
8183 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8184
8185 * gnus-group.el (gnus-group-fetch-faq): Remove.
8186
8187 * gnus.el (gnus-group-faq-directory): Remove.
8188
8189 * gnus-group.el (gnus-group-fetch-charter): Remove.
8190
8191 * gnus.el (gnus-group-charter-alist): Remove.
8192
8193 * gnus-group.el (gnus-group-archive-directory): Remove.
8194 (gnus-group-recent-archive-directory): Ditto.
8195 (gnus-group-make-archive-group): Remove.
8196
8197 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8198
8199 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8200 use the same article number for all the cached articles.
8201
8202 * nnimap.el (nnimap-command): Register the last command time so
8203 that we can use it for idling NOOPs.
8204 (nnimap-open-connection): Start the keeplive timer.
8205 (nnimap-make-process-buffer): Store all the process buffers.
8206 (nnimap-keepalive): New function.
8207
8208 * starttls.el (starttls-open-stream): Add autoload cookie.
8209
8210 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8211
8212 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8213 handling.
8214
8215 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8216
8217 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8218 its data structures.
8219
8220 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8221 instead of the cl.el copy-list.
8222 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8223 equalp.
8224
8225 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8226
8227 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8228 and tool-bar-local-item-from-menu.
8229
8230 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8231 mode-line-highlight face for Emacs.
8232
8233 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8234 loading gnus-sum.elc; fix comment for canlock-verify.
8235 (gnus-article-jump-to-part): Use read-number.
8236 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8237 Remove Emacs pre-21 compatible code for help-echo.
8238 (gnus-article-next-page-1): No need to adjust the number of lines.
8239 (gnus-article-describe-bindings): Always use help-buffer.
8240
8241 * gnus-audio.el (gnus-audio-inline-sound):
8242 * gnus-cus.el (gnus-custom-mode):
8243 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8244
8245 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8246
8247 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8248 compatible code.
8249
8250 2010-09-24 Glenn Morris <rgm@gnu.org>
8251
8252 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8253 visiting the fcc file in rmail-mode.
8254
8255 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8256
8257 * nnir.el: Silence the byte compiler.
8258
8259 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8260 alias to browse-url-url-encode-chars if any.
8261 (gnus-html-encode-url): Use it.
8262
8263 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8264
8265 * gnus-start.el (gnus-use-backend-marks): New variable.
8266 (gnus-get-unread-articles-in-group): Use it.
8267
8268 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8269 makeover.
8270
8271 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8272
8273 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8274
8275 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8276
8277 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8278 Remove.
8279 (gnus-setup-news-hook):
8280 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8281
8282 * gnus-int.el (gnus-request-update-info): Protect against backends not
8283 having the function.
8284
8285 * nnimap.el (nnimap-stream): Mention STARTTLS.
8286 (nnimap-open-connection): Add STARTTLS support.
8287
8288 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8289
8290 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8291
8292 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8293
8294 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8295 BODYSTRUCTUREs.
8296 (nnimap-transform-headers): Unfold quoted {42} headers.
8297
8298 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8299 the info.
8300 (gnus-get-unread-articles): Only call updatep on backends that support
8301 it.
8302
8303 * nnweb.el (nnweb-request-update-info): NOOP.
8304
8305 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8306
8307 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8308 since it only deals with marks.
8309
8310 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8311 gnus-request-marks, and make a new gnus-request-update-info.
8312
8313 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8314 the active instead of the high number, which is usually too low.
8315
8316 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8317
8318 * encrypt.el: Remove.
8319
8320 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8321
8322 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8323 server in symbolic form.
8324
8325 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8326
8327 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8328
8329 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8330 (nnimap-update-info): Fix up code slightly.
8331
8332 * gnus-int.el (gnus-open-server): Add tracing for performance
8333 debugging.
8334
8335 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8336 (gnus-group-insert-group-line): Pass the real group name so that it
8337 gets the right data.
8338
8339 * gnus-start.el (gnus-get-unread-articles): Don't have
8340 `gnus-get-unread-articles-in-group' update info, since that can be
8341 really slow and doesn't seem to be needed?
8342
8343 2010-09-22 Julien Danjou <julien@danjou.info>
8344
8345 * gnus-group.el (gnus-group-insert-group-line):
8346 Call gnus-group-highlight-line.
8347 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8348 default hook list.
8349 (gnus-group-update-eval-form): Add new function.
8350 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8351 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8352
8353 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8354
8355 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8356 immediate, then expire all articles.
8357 (nnimap-update-info): Fix off-by-one errors.
8358 (nnimap-flags-to-marks): Would return no marks lists for group with no
8359 flags. Instead return the other data.
8360
8361 2010-09-22 Julien Danjou <julien@danjou.info>
8362
8363 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8364 Only return an icon.
8365 (gnus-group-insert-group-line): Compute icon to return.
8366
8367 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8368 (gnus-html-image-fetched): Only cache if
8369 gnus-html-image-automatic-caching is set.
8370 (gnus-html-image-fetched): Check for errors.
8371
8372 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8373
8374 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8375 once per method on `g'. This ensures that backends like nnfolder don't
8376 open all their folders.
8377
8378 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8379 (nnimap-request-list): Nix out group in the correct buffer.
8380 (nnimap-parse-flags): Implement by using `read' instead of
8381 hand-parsing.
8382 (nnimap-flags-to-marks): Pass on permanent-flags.
8383 (nnimap-make-process-buffer): Record the server name.
8384 (nnimap-parse-flags): Fix typo.
8385 (nnimap-request-scan): Run split on the server in general, not just a
8386 single group.
8387
8388 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8389 parameter, and propagate this downwards.
8390
8391 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8392 since EXAMINE changes it on the server.
8393
8394 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8395 this command might take a while.
8396
8397 2010-09-22 Julien Danjou <julien@danjou.info>
8398
8399 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8400 harmful if you have 2 images side-by-side, they can't be properly
8401 update on text deletion. Using text-property is safer here.
8402 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8403 data.
8404
8405 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8406
8407 * nnimap.el (nnimap-expunge-inbox): Remove.
8408 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8409 (nnimap-expunge): Flip default to t.
8410
8411 * gnus.el (gnus-method-to-server): Don't push things to the cache
8412 unless it's unique.
8413 (gnus-server-to-method): Ditto.
8414
8415 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8416
8417 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8418
8419 2010-09-22 Julien Danjou <julien@danjou.info>
8420
8421 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8422 get the start of data.
8423 (gnus-html-encode-url): Add this function to encode special chars in
8424 URL.
8425 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8426 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8427
8428 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8429 default.
8430 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8431
8432 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8433 images alt-text.
8434 (gnus-html-put-image): Put alt-text as help-echo.
8435
8436 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8437
8438 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8439 * mm-util.el (mm-decompress-buffer):
8440 * nnir.el (nnir-run-find-grep):
8441 * pop3.el (pop3-list): Use 3rd arg of split-string.
8442
8443 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8444
8445 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8446 outside the active range. Suggested by Dan Christensen.
8447
8448 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8449 slightly later to avoid double-getting it.
8450
8451 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8452 previous patch.
8453
8454 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8455
8456 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8457
8458 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8459
8460 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8461
8462 * gnus-int.el (gnus-open-server): Give a better error message in the
8463 "go offline" case.
8464
8465 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8466 marks for nnimap, which is seldom the right thing to do.
8467
8468 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8469 (gnus-same-method-different-name): New function.
8470
8471 * nnimap.el (parse-time): Require.
8472
8473 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8474 method in the presence of many similar methods.
8475
8476 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8477
8478 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8479 nnml-inhibit-expiry.
8480
8481 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8482 find out whether methods are equal.
8483
8484 * nnimap.el (nnimap-find-expired-articles): New function.
8485 (nnimap-process-expiry-targets): New function.
8486 (nnimap-request-move-article): Request the article before looking at
8487 what the Message-ID is. Fix found by Andrew Cohen.
8488 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8489
8490 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8491 for oldness in addition to being a predicate.
8492
8493 * nnimap.el (nnimap-request-group): When we have zero articles, return
8494 the right data to Gnus.
8495 (nnimap-request-expire-articles): Only delete articles immediately if
8496 the target is 'delete.
8497
8498 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8499 method, this would bug out.
8500
8501 * gnus-group.el (gnus-group-expunge-group): Rename from
8502 gnus-group-nnimap-expunge, and implemented as a normal interface
8503 function.
8504
8505 * gnus-int.el (gnus-request-expunge-group): New function.
8506
8507 * nnimap.el (nnimap-request-create-group): Implement.
8508 (nnimap-request-expunge-group): New function.
8509
8510 2010-09-21 Julien Danjou <julien@danjou.info>
8511
8512 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8513 (gnus-html-cache-expired): Add new function.
8514 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8515 wethever we should display image for fetch it.
8516 Compute alt-text earlier to pass it to the fetching function too.
8517 (gnus-html-schedule-image-fetching): Change function argument to only
8518 get one image at a time, not a list.
8519 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8520 cache.
8521 (gnus-html-get-image-data): New function to retrieve image data from
8522 cache.
8523 (gnus-html-put-image): Change buffer argument to use image data rather
8524 than file, and place image above region rather than inserting a new
8525 one. Do not take alt-text as argument, since it's useless now: we place
8526 the image above alt-text.
8527 (gnus-html-prune-cache): Remove.
8528 (gnus-html-show-images): Start to fetch image when we find one, do not
8529 push into a temporary list.
8530 (gnus-html-prefetch-images): Only fetch image if they have expired.
8531 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8532 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8533
8534 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8535
8536 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8537
8538 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8539
8540 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8541 spec inser "*" if the group isn't active instead of 0.
8542
8543 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8544 opening the server.
8545 (nnimap-request-delete-group): Implement group deletion.
8546 (nnimap-transform-headers): Return the size of the entire message in
8547 the Bytes header, not just the size of the first part.
8548 (nnimap-request-move-article): When moving an article from nnimap,
8549 request the article first so the accepting form has an article to
8550 accept. Reported by Dan Christensen.
8551 (nnimap-command): Make sure that the error message doesn't error out.
8552
8553 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8554
8555 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8556 we haven't requested anything.
8557
8558 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8559
8560 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8561 "". Fix found by Andrew Cohen.
8562
8563 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8564 instead of -encode-string.
8565
8566 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8567
8568 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8569
8570 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8571 by mm-subst-char-in-string.
8572
8573 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8574
8575 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8576 waiting for the connection string.
8577
8578 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8579 arriving.
8580
8581 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8582 bogus characters. This allows selecting certain Gmail groups.
8583
8584 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8585 (nnimap-fetch-partial-articles): New variable.
8586 (nnimap-open-connection): When looking for credentials, also use the
8587 nnimap-server-port.
8588 (nnimap-request-article): Return the group/article number, so that Gnus
8589 `^' works as expected.
8590 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8591
8592 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8593 comments.
8594 (gnus-methods-sloppily-equal): New function.
8595 (gnus): When using the development version of Gnus, load the gnus-load
8596 file.
8597
8598 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8599 `gnus-open-server' on each method before trying to scan them etc.
8600 This ensures that all the backend parameters are set correctly.
8601
8602 * nnimap.el (nnimap-authenticator): New variable.
8603 (nnimap-open-connection): Allow anonymous login.
8604 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8605 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8606
8607 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8608 patch, found by Knut Anders Hatlen.
8609
8610 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8611
8612 * gnus-agent.el (gnus-agent-batch-confirmation)
8613 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8614 to gnus-message.
8615 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8616 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8617 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8618 * gnus-int.el (gnus-open-server): Likewise.
8619 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8620 (gnus-score-check-syntax): Likewise.
8621 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8622 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8623 Likewise.
8624 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8625
8626 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8627
8628 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8629 calling conventions so that prefetch doesn't bug out.
8630
8631 2010-09-19 Julien Danjou <julien@danjou.info>
8632
8633 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8634 rather than `subst-char-in-region' in order to be able to replace ASCII
8635 char by UTF-8 ones.
8636
8637 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8638 than curl.
8639 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8640 the right URL and ALT text on images.
8641 (gnus-html-wash-tags): Fix tag case.
8642 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8643 (gnus-article-html): Add -o display_ins_del=2 option.
8644 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8645
8646 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8647
8648 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8649 the extra mail headers, which sometimes seem to happen for unknown
8650 reasons.
8651
8652 * mail-parse.el (mail-header-encode-parameter): Define as
8653 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8654 (or most, perhaps?) mail readers don't understand the latter, but do
8655 understand the former.
8656
8657 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8658 to nil, so that no methods are automatically agentized. I think this
8659 is probably what most users want.
8660
8661 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8662 from url-retrieve, for instance about invalid URLs.
8663
8664 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8665 groups that have no articles.
8666 (nnimap-request-article): Check that we really got an article when we
8667 requested one.
8668
8669 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8670 doesn't exist.
8671
8672 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8673 nntp buffer so the agent can save it.
8674 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8675 that CRLF doesn't get translated to \n.
8676 (nnimap-open-connection): Don't make 'shell commands only send \n.
8677
8678 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8681 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8682 Update var name.
8683 (nnml-generate-nov-file): Use dolist.
8684 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8685 Use with-current-buffer.
8686
8687 2010-09-18 Julien Danjou <julien@danjou.info>
8688
8689 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8690 parallel.
8691
8692 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8693
8694 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8695 the range update right.
8696 (nnimap-request-group): Don't make `M-g' bug out on group with no
8697 marks.
8698 (nnoo): Require, so that other packages can require nnimap.
8699 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8700 command we're looking for. This helps when the server sends more
8701 responses after we've gotten everything we expected.
8702 (nnimap): Add a `newlinep' field to keep track of end-of-line
8703 conventions.
8704 Don't send CRLF to things that don't want it.
8705 (nnimap-request-accept-article): Ditto.
8706
8707 2010-09-18 Julien Danjou <julien@danjou.info>
8708
8709 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8710 than curl to retrieve images.
8711
8712 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8713
8714 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8715 the marks.
8716 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8717 (nnimap-wait-for-connection): New function.
8718 (nnimap-open-connection): If we have PREAUTH, don't query for login
8719 credentials.
8720 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8721 when doing a partial update.
8722
8723 2010-09-18 Julien Danjou <julien@danjou.info>
8724
8725 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8726 tags.
8727
8728 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8729
8730 * nnimap.el (nnimap-credentials): New function.
8731 (nnimap-open-connection): Use the new function to look for credentials
8732 also on the numeric equivalents of "imap" and "imaps".
8733
8734 * gnus-start.el (gnus-activate-group): Send the info to
8735 gnus-request-group.
8736
8737 * nnimap.el (nnimap-request-group): Have the "check" version of the
8738 function parse flags and update the info, so that a `M-g' get a total
8739 resync of all flags from the group.
8740
8741 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8742 to allow backends to alter the info on group selection. Also alter all
8743 the backend -request-group functions to take the parameter.
8744
8745 * nnimap.el (nnimap-store-info): New function.
8746 (nnimap-update-info): Store the info for later usage.
8747 (nnimap-request-group): Use the stored info for the dont-check case, so
8748 that we don't retrieve all marks when we enter a group.
8749
8750 * nnimap.el: Use deffoo instead of defun for interface functions.
8751
8752 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8753 update the group info. This makes the nndraft groups, for instance, go
8754 back to their old behavior.
8755
8756 * gnus-sum.el (gnus-select-newsgroup): Indent.
8757
8758 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8759 in.
8760 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8761 nothing.
8762
8763 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8764 from methods that are denied.
8765
8766 * gnus-int.el (gnus-method-denied-p): New function.
8767
8768 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8769 store the password instead of netrc.
8770 (nnimap-open-connection): Don't error out when we can't make a
8771 connections.
8772
8773 * auth-source.el (auth-source-create): In the password prompt, say what
8774 we're querying for. Also prompt for user name if that hasn't been
8775 given.
8776
8777 * nnimap.el (nnimap-with-process-buffer): Remove.
8778
8779 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8780
8781 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8782 method when we're reading from the agent.
8783
8784 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8785
8786 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8787 that's probably most useful for users.
8788
8789 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8790 "failed" all the time.
8791
8792 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8793 ...)) with (with-current-buffer ...).
8794
8795 * nntp.el (nntp-open-server): Return whether the open was successful or
8796 not.
8797
8798 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8799 select an unread unseen article first.
8800
8801 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8802 /etc/services, supply some sensible port defaults.
8803
8804 2010-09-17 Julien Danjou <julien@danjou.info>
8805
8806 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8807
8808 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8809
8810 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8811 doesn't have any parameters.
8812
8813 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8814
8815 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8816 only upcased checks.
8817
8818 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8819
8820 * nnimap.el (nnimap-open-shell-stream): New function.
8821 (nnimap-open-connection): Use it.
8822 (nnimap-transform-headers): Get the number of lines in each message.
8823 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8824 number of lines.
8825 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8826 problem.
8827
8828 * utf7.el (utf7-encode): Autoload.
8829
8830 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8831 to allow the mail splitting to not return a default group. This is
8832 useful for nnimap, which will leave unmatched mail in the inbox.
8833
8834 * nnimap.el: Rewritten.
8835
8836 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8837 nnimap usage.
8838
8839 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8840 if the move is internal, so that nnimap can do fast internal moves.
8841
8842 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8843 data.
8844 (gnus-read-active-for-groups): Support finishing the early retrieval of
8845 data.
8846
8847 * gnus-range.el (gnus-range-nconcat): New function.
8848
8849 * gnus-int.el (gnus-finish-retrieve-group-infos)
8850 (gnus-retrieve-group-data-early): New functions.
8851
8852 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8855 (nnrss-retrieve-groups):
8856 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8857 (pop3-quit): Use with-current-buffer.
8858
8859 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8860
8861 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8862 instead of nnheader-accept-process-output.
8863
8864 * gnus-html.el (gnus-html-schedule-image-fetching)
8865 (gnus-html-prefetch-images): Replace process-kill-without-query by
8866 gnus-set-process-query-on-exit-flag.
8867
8868 2010-09-16 Romain Francoise <romain@orebokech.com>
8869
8870 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8871
8872 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8873
8874 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8875 parameter to unintern is mandatory-ish in Emacs 24.
8876
8877 * gnus-html.el (gnus-html-schedule-image-fetching)
8878 (gnus-html-prefetch-images): Check for curl before using it.
8879
8880 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8881 depend on curl, which isn't essential.
8882
8883 * imap.el: Revert back to version
8884 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8885 seem problematic.
8886
8887 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8888
8889 * gnus-registry.el (gnus-registry-install-shortcuts):
8890 Explicitly pass `obarray' to `unintern' to avoid a warning.
8891
8892 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8893
8894 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8895 change.
8896
8897 * nnrss.el (nnrss-request-list): Remove this function and related
8898 functions, including the moreover stuff.
8899
8900 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8901
8902 * nnrss.el (nnrss-retrieve-groups): New function.
8903
8904 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8905
8906 * .dir-locals.el: Add no-byte-compile cookie.
8907
8908 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8909
8910 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8911 for back end that doesn't support request-scan.
8912
8913 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8914
8915 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8916 then do request scans from the backends.
8917
8918 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8919 avoid running a hook per line, since this takes a lot of time,
8920 profiling shows.
8921 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8922 directly if gnus-visual-p is true.
8923
8924 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8927 groups; replace mapcar with dolist which is a bit faster; pass groups
8928 info to gnus-read-active-file-1.
8929 (gnus-read-active-file-1): Scan only specified groups if the new
8930 optional arg `infos' is given.
8931
8932 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8933
8934 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8935
8936 * pop3.el (pop3-movemail): Remove.
8937 (pop3-streaming-movemail): Rename to pop3-movemail.
8938
8939 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8940 don't restrict end-tag searches to the end of the line.
8941
8942 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8943
8944 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8945 articles of every unchecked group to t, which means unknown since the
8946 server has never been opened.
8947
8948 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8949
8950 * gnus-html.el (gnus-html-show-alt-text): New command.
8951 (gnus-html-browse-image): Ditto.
8952 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8953 to browse the image directly.
8954 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8955 better.
8956
8957 * gnus-async.el (gnus-async-article-callback):
8958 Call `gnus-html-prefetch-images' unconditionally.
8959
8960 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8961 before feeding URLs to curl.
8962
8963 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8966 internal images as deletable by `W D D'.
8967
8968 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8969 (gnus-async-article-callback): Fix typo.
8970
8971 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8972
8973 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8974 current line to work around bugs in the output from w3m.
8975
8976 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8977 for groups that want that.
8978
8979 * nntp.el (nntp-wait-for-string): Supply a timeout for
8980 accept-process-output to ensure progress.
8981
8982 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8983 level to get unread articles from, then use that for foreign groups,
8984 too.
8985
8986 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8987 confuses the rest of the function.
8988
8989 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8990 for the methods that support -retrieve-groups, too.
8991
8992 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8993
8994 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8995
8996 * pop3.el: Require cl when compiling.
8997 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8998
8999 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9000
9001 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9002 that aren't going to be activated.
9003 (gnus-get-unread-articles): Fix up the last commit.
9004
9005 * gnus-html.el (gnus-article-html): Allow calling without specifying
9006 the handle. In that case, dissect the buffer first.
9007
9008 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9009
9010 * nnimap.el (nnimap-open-connection): Revert the change that would look
9011 into authinfo for imaps instead of imap.
9012
9013 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9014 say that you don't want to call gnus-request-group with don-check, but
9015 do check the response. This is for virtual groups only.
9016 (gnus-get-unread-articles): Count the archive groups as secondary, so
9017 that they're activated the same way as before.
9018
9019 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9020 case-insensitively.
9021 (nnimap-debug): Remove.
9022
9023 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9024 mail from a file, and the file doesn't exist.
9025
9026 * pop3.el (pop3-streaming-movemail): Return t for success.
9027
9028 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9029 .authinfo if we're using ssl connection.
9030
9031 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9032 already have if we're in a main Gnus `g' run.
9033
9034 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9035
9036 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9039
9040 * nnmh.el (nnmh-request-list-1): Bind `file'.
9041
9042 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9043 alias to set-process-query-on-exit-flag or process-kill-without-query.
9044 (pop3-open-server): Use it.
9045
9046 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9047
9048 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9049 box to the Incoming file. Fixes mistake in previous checkin.
9050
9051 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9052 request loop (for debugging purposes) removed.
9053
9054 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9055 culprit is more visible.
9056 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9057 (nnml-add-incremental-nov): New functions to do "incremental" nov
9058 updates, where we just append to the end of the existing nov files
9059 without reading/writing them in full.
9060
9061 * mail-source.el (mail-source-delete-crash-box): Really only check the
9062 incoming files once in a while.
9063
9064 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9065
9066 * mail-source.el (mail-source-delete-crash-box): Only check the
9067 incoming files for deletion once per day to save a lot of file
9068 accesses.
9069
9070 * pop3.el (pop3-logon): Fix up unbound variable typo.
9071
9072 * mail-source.el (pop3-streaming-movemail): Autoload.
9073
9074 * pop3.el (pop3-streaming-movemail):
9075 Respect pop3-leave-mail-on-server.
9076
9077 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9078 retrieval.
9079
9080 * pop3.el (pop3-process-filter): Remove unused function.
9081 (pop3-streaming-movemail, pop3-send-streaming-command)
9082 (pop3-wait-for-messages, pop3-write-to-file)
9083 (pop3-number-of-responses): New functions for streaming pop3
9084 retrieval.
9085
9086 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9087 come from no known methods.
9088 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9089 list.
9090
9091 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9092 message sizes.
9093 (pop3-movemail): Use erase-buffer instead of looping and deleting
9094 regions, which seems rather odd.
9095
9096 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9097 file once per `g' run.
9098
9099 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9100 directories. This makes the draft queue directory work.
9101
9102 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9103 data from the backends, so that we only request the list of groups from
9104 each method once. This should speed things up considerably.
9105
9106 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9107 detect that it's not implemented.
9108
9109 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9110 we actually do recurse down into the tree, but don't stat all leaf
9111 nodes.
9112
9113 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9114 then say so instead of bugging out.
9115
9116 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9117 files exist before trying to read them.
9118
9119 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9120 around <pre_int>.
9121
9122 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9123
9124 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9125
9126 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9127
9128 * mm-util.el (mm-image-load-path): Just return the image directories,
9129 not all directories in the path in addition to the image directories.
9130 (mm-image-load-path): Maintain a cache of the image directories so that
9131 the `g' command in Gnus doesn't have to stat dozens of directories each
9132 time.
9133
9134 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9135 (gnus-html-wash-tags): Add a new `i' command to insert images.
9136 (gnus-html-insert-image): New command and keystroke.
9137 (gnus-html-redisplay-with-images): New command and keystroke.
9138 (gnus-html-show-images): Rename command.
9139 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9140 spacers.
9141 (gnus-html-wash-tags): Decode entities at the end, so that entities
9142 inside the tags don't mess up the rest of the "parsing".
9143
9144 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9145 so that nnimap methods aren't agentized by default. There's apparently
9146 many problems related to agent/imap behavior.
9147
9148 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9149
9150 * gnus-html.el: Doc fix.
9151
9152 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9155 glyph-width and glyph-height instead of display-graphic-p and
9156 image-size; make avoidance of displaying small images work for XEmacs.
9157
9158 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9159 for XEmacs.
9160
9161 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9162 of symbol that holds plist data.
9163 (gnus-process-plist): Remove plist of process after getting it.
9164
9165 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9166
9167 * message.el (message-generate-hashcash): Change default to
9168 'opportunistic if hashcash is installed.
9169
9170 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9171 (gnus-html-put-image): Only call image-size once, since it's somewhat
9172 time-consuming on remote X servers.
9173
9174 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9175
9176 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9177 decoded contents.
9178 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9179
9180 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9181
9182 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9183 group line format, since it isn't very interesting.
9184
9185 * gnus-agent.el (gnus-agent-short-article),
9186 (gnus-agent-long-article): Increase values for these two variables,
9187 since most people are likely to have more network connection and
9188 storage than before.
9189
9190 * gnus.el (gnus-refer-article-method): Change default to 'current.
9191 When referring an article, the common behavior is to refer it from the
9192 current select method, not the native select method. The chances of
9193 the native select method having the message in question is rather slim
9194 these days.
9195
9196 * gnus-sum.el (gnus-auto-select-subject): Change default to
9197 `unseen-or-unread'. I think it's likely that most people want to
9198 select an unseen article over a previously seen, but unread one.
9199
9200 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9201 means that in the article buffer none of the minor mode elements will
9202 be shown, usually, and this is not desirable in most cases.
9203
9204 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9205 that commands like `d' (and the like) go to the next line in the
9206 buffer, instead of the next unread article. I think this is the
9207 behavior that is most natural for most users.
9208 (gnus-single-article-buffer): Change default to nil, so that people can
9209 have as many article buffers open as they have summary buffer. I think
9210 this is the most natural way for the groups to behave.
9211
9212 * message.el (message-generate-new-buffers): Change default to
9213 `unsent', so that all new message buffers start their names with the
9214 string "*unsent", and it's easier to find the buffers if you move from
9215 them.
9216
9217 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9218
9219 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9220 small. They're probably tracking images.
9221 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9222 (gnus-html-rescale-image): Yet another try at getting the image sizing
9223 right.
9224
9225 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9226 nntp-marks-file-name is nil.
9227
9228 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9229
9230 * gnus-html.el (gnus-html-wash-tags)
9231 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9232 Better logging.
9233
9234 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9235
9236 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9237
9238 * gnus-html.el (gnus-html-wash-tags): Check the value of
9239 gnus-blocked-images in the summary buffer.
9240
9241 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9242
9243 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9244
9245 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9246
9247 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9248 like "a", it seems like.
9249 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9250 since it needs to be picked from the correct buffer.
9251
9252 * nnwfm.el: Remove.
9253
9254 * nnlistserv.el: Remove.
9255
9256 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9257
9258 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9259 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9260
9261 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9262
9263 * nnkiboze.el: Remove.
9264
9265 * nndb.el: Remove.
9266
9267 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9268 alt text.
9269 (gnus-html-rescale-image): Try to get the rescaling logic right for
9270 images that are just wide and not tall.
9271
9272 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9273 overshadow variable bindings.
9274
9275 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9276
9277 * gnus-html.el (gnus-html-wash-tags)
9278 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9279 Add extra logging.
9280
9281 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9282
9283 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9284 (gnus-max-image-proportion): New variable.
9285 (gnus-html-rescale-image): New function.
9286 (gnus-html-put-image): Rescale images.
9287
9288 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 Fix up some byte-compiler warnings.
9291 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9292 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9293 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9294 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9295 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9296 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9297 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9298
9299 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9300
9301 * gnus-html.el (gnus-article-html): Decode contents by charset.
9302
9303 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9304
9305 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9306 (gnus-html-frame-width, gnus-blocked-images):
9307 * message.el (message-prune-recipient-rules): Add custom version.
9308 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9309
9310 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9311 functions.
9312
9313 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9314 gnus-process-get.
9315
9316 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9317
9318 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9319 instead of lsub directly.
9320
9321 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9322
9323 * nnwarchive.el: Remove.
9324
9325 * gnus-soup.el: Remove.
9326
9327 * nnsoup.el: Remove.
9328
9329 * nnultimate.el: Remove.
9330
9331 * gnus-html.el (gnus-blocked-images): New variable.
9332
9333 * message.el (message-prune-recipients): New function.
9334 (message-prune-recipient-rules): New variable.
9335
9336 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9337 guess whether a long line is natural text or not.
9338
9339 * gnus-html.el (gnus-html-schedule-image-fetching):
9340 Use gnus-process-plist and friends for compatibility.
9341
9342 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * gnus-html.el: Require packages that define macros used in this file.
9345 (gnus-article-mouse-face): Declare to silence byte-compiler.
9346 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9347 process-get.
9348 (gnus-html-put-image): Use plist-get to avoid getf.
9349 (gnus-html-prefetch-images): Use with-current-buffer.
9350
9351 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9352
9353 * gnus-ems.el: Provide compatibility functions for
9354 gnus-set-process-plist.
9355
9356 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9357 * gnus.el (gnus-valid-select-methods):
9358 * message.el (message-send-mail-partially-limit):
9359 * mm-decode.el (mm-text-html-renderer):
9360 * mml.el (mml-insert-mime-headers-always):
9361 * smiley.el (smiley-regexp-alist): Bump custom version.
9362
9363 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9364
9365 * gnus-html.el: require mm-url.
9366 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9367 with the url to `url'.
9368 (gnus-html-wash-tags): Support cid: URLs/images.
9369
9370 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9371
9372 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9373 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9374 bindings, as they aren't useful at all. `w' is moved to `W w'.
9375
9376 * gnus-move.el: Remove file, since it doesn't really work.
9377
9378 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9379 UTF-8. This seems to fix problems with some German web feeds.
9380
9381 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9382 at the top so that the proper colors are applied.
9383
9384 * gnus-art.el (gnus-article-view-part): Doc fix.
9385
9386 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9387 XEmacs-compatible.
9388 (gnus-html-put-image): Don't do images on non-graphic displays.
9389
9390 * nnslashdot.el: Remove this unused backend.
9391
9392 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9393 actions.
9394 (gnus-undo-register-1): Revert last change.
9395
9396 * gnus-group.el (gnus-group-completing-read): Protect against not
9397 having completion-styles bound.
9398
9399 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9400 make broken recipients happier.
9401
9402 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9403
9404 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9405 point parameter.
9406
9407 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9408 completion-styles for group selection.
9409
9410 2009-02-04 Andreas Schwab <schwab@suse.de>
9411
9412 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9413 headers and regexp-quote the match if necessary.
9414
9415 2009-03-24 Miles Bader <miles@gnu.org>
9416
9417 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9418 the blinking smiley.
9419
9420 2009-03-24 Simon Josefsson <simon@josefsson.org>
9421
9422 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9423 blink smiley.
9424
9425 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9426
9427 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9428 where the dribbel file lives exists.
9429
9430 * message.el (message-send-mail-partially-limit): Change the default to
9431 nil, since most people don't want this.
9432
9433 * mm-url.el (mm-url-decode-entities): Also decode entities like
9434 &#x3212.
9435
9436 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9437
9438 * gnus-sum.el (gnus-summary-idna-message):
9439 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9440 Hyperlink urls in docstrings with URL `...'.
9441
9442 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9443
9444 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9445 functions.
9446
9447 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9448
9449 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9450 say what the mouseover text should be.
9451
9452 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9453 version of the mm-w3m-safe-url-regexp variable to only download images
9454 in the groups where we want that to happen.
9455
9456 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9457
9458 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9459 easier debugging.
9460 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9461 big pictures in the article buffer.
9462
9463 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9464 gnus-article-html.
9465 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9466 w3m.
9467
9468 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9469
9470 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9471
9472 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9473 which doesn't exist.
9474
9475 * message.el (message-inhibit-ecomplete): New variable to allow some
9476 function to inhibit ecomplete address storage.
9477 (message-resend): Disable ecomplete message storage when resending
9478 messages.
9479
9480 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9481
9482 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9483
9484 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9485 Save excursion while copying, moving, and deleting articles in order to
9486 prevent the cursor from jumping to unforeseen place.
9487
9488 2010-08-17 Glenn Morris <rgm@gnu.org>
9489
9490 * gnus-sync.el: Require gnus components whose functions are used.
9491
9492 * gnus-art.el (bookmark-make-record-function):
9493 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9494 Declare for compiler.
9495
9496 * mm-url.el (mml-compute-boundary): Autoload.
9497
9498 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9499
9500 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9501
9502 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9503
9504 Typo fix "hoo4a" -> "hook".
9505
9506 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9507
9508 2010-08-14 Glenn Morris <rgm@gnu.org>
9509
9510 * gnus-sync.el (gnus-sync): Fix defgroup version.
9511
9512 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9513
9514 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9515
9516 * gnus-sync.el: Fix docs.
9517 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9518 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9519
9520 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9521
9522 Optimizations for gnus-sync.el.
9523
9524 * gnus-sync.el: Add docs about gnus-sync-backend
9525 possibilities.
9526 (gnus-sync-save): Remove unnecessary message.
9527 (gnus-sync-read): Optimize and show what groups were skipped.
9528
9529 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9530
9531 Minor bug fixes for gnus-sync.el.
9532
9533 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9534 Don't read the sync on get-new-news.
9535
9536 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9537 quiet.
9538
9539 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9540 (fix typo).
9541
9542 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9543
9544 Make saving and restoring of hidden threads work with overlays.
9545 Patch applied by Ted Zlatanov.
9546
9547 * gnus-sum.el (gnus-hidden-threads-configuration)
9548 (gnus-restore-hidden-threads-configuration): Update to deal with text
9549 properties, rather than searching for a magic character.
9550
9551 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9552
9553 New gnus-sync.el library for synchronization of marks.
9554
9555 * gnus-sync.el: New library for synchronization of marks.
9556
9557 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9558 renamed from `gnus-registry-grep-in-list'.
9559
9560 * gnus-registry.el (gnus-registry-follow-group-p):
9561 Use `gnus-grep-in-list'.
9562
9563 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9564
9565 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9568 determining charset of text fails.
9569
9570 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9571
9572 * nnmail.el (nnmail-get-new-mail-1): Revert.
9573
9574 * nnml.el (nnml-active-number): Make sure names of newly created groups
9575 in nnml-group-alist are encoded.
9576
9577 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9578
9579 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9580 containing non-ASCII characters in active file for nnml back end.
9581
9582 2010-07-24 David Engster <dengste@eml.cc>
9583
9584 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9585 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9586
9587 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9588
9589 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9590 tag (Bug#6654).
9591
9592 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9593
9594 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9595 the article buffer, not the summary buffer.
9596
9597 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9600 Emacs 23 as well.
9601
9602 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9603
9604 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9605 Patch applied by Karl Fogel.
9606
9607 * gnus-sum.el (gnus-summary-bookmark-make-record):
9608 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9609
9610 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9611
9612 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9613 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9614 C-w still not working correctly from Article buffers; Thierry's
9615 patch to fix that will be applied after this.
9616
9617 * gnus-art.el (bookmark-make-record-function): New local variable.
9618
9619 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9620 article buffer.
9621 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9622
9623 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9624
9625 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9626 on changes in bookmark.el.
9627
9628 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9629
9630 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9631 the *other* type of HTML form submission.
9632
9633 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9634
9635 * auth-source.el (auth-source-pick): If choice does not contain a
9636 questioned keyword, set the check to t.
9637
9638 2010-06-12 Romain Francoise <romain@orebokech.com>
9639
9640 * gnus-util.el (gnus-date-get-time): Move up before first use.
9641
9642 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9643
9644 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9645 (gnus-article-edit-part): Bind it to make last part that is substituted
9646 or deleted visible.
9647 (gnus-mime-display-single): Buttonize part of which id equals to
9648 gnus-mime-buttonized-part-id.
9649
9650 2010-06-10 Dan Christensen <jdc@uwo.ca>
9651
9652 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9653 (gnus-dd-mmm): Use gnus-date-get-time.
9654 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9655 simplify logic.
9656 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9657 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9658
9659 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9660
9661 * auth-source.el (top): Autoload `secrets-list-collections',
9662 `secrets-create-item', `secrets-delete-item'.
9663 (auth-sources): Fix tag string.
9664 (auth-get-source, auth-source-retrieve, auth-source-create)
9665 (auth-source-delete): New defuns.
9666 (auth-source-pick): Rewrite in order to avoid 2 passes.
9667 (auth-source-forget-user-or-password): New parameter USERNAME.
9668 (auth-source-user-or-password): New parameters CREATE-MISSING and
9669 DELETE-EXISTING. Retrieve password interactively, if needed.
9670
9671 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9672
9673 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9674 deleting unused directories when gnus-expert-user is t.
9675
9676 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9677
9678 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9679 for each temp file when gnus-article-browse-delete-temp is ask.
9680
9681 2010-05-20 Kevin Ryde <user42@zip.com.au>
9682
9683 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9684
9685 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9686
9687 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9688 article unless decoding article to be saved.
9689
9690 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9691
9692 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9693 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9694 generated within the mm-with-unibyte-current-buffer macro.
9695
9696 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9699 to nil when we're in a mml-preview buffer and no group is selected.
9700
9701 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9702
9703 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9704 when catching the `C-g'. Reported by "Leo".
9705
9706 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9707
9708 * message.el (message-forward-make-body-plain)
9709 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9710 multibyte-string-p.
9711
9712 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9713
9714 * message.el (message-forward-make-body-mml): Assume original message
9715 is multibyte string; error on unibyte.
9716 (message-forward-make-body-plain): Ditto; don't add excessive newline
9717 in body end.
9718
9719 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9720
9721 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9722 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9723
9724 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9725
9726 * mm-extern.el (mm-extern-url): Don't use
9727 mm-with-unibyte-current-buffer.
9728 (mm-extern-cache-contents): Use with-current-buffer instead of
9729 save-excursion + set-buffer.
9730
9731 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * mm-util.el (mm-emacs-mule): Remove.
9734
9735 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9736
9737 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9738 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9739 change.
9740
9741 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9742
9743 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9744 bind the default value of enable-multibyte-characters to nil.
9745
9746 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * message.el (message-forward-make-body-plain)
9749 (message-forward-make-body-mml):
9750 Don't use mm-with-unibyte-current-buffer.
9751
9752 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9753
9754 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9755 (Bug#5592).
9756
9757 2010-05-07 Julien Danjou <julien@danjou.info>
9758
9759 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9760 it to mm-pipe-part.
9761
9762 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9763 it is given.
9764
9765 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * nnweb.el (nnweb-gmane-search):
9768 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9769 XEmacs.
9770
9771 * gnus-art.el (gnus-article-browse-html-parts):
9772 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9773 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9774 make-temp-file.
9775
9776 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9777 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9778 compiling.
9779
9780 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9781 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9782 XEmacs when compiling.
9783
9784 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9785 gnus-pick-mode-off-hook for XEmacs when compiling.
9786 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9787 gnus-binary-mode-off-hook for XEmacs when compiling.
9788
9789 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9790 Return nil if char-charset is not available.
9791
9792 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9793 macro.
9794
9795 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9796 instead of encode-coding-string.
9797
9798 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9799 'xemacs) instead of mm-emacs-mule to switch function definitions.
9800 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9801
9802 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9803
9804 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9805
9806 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9807
9808 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9809 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9810
9811 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9812
9813 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9814 alias `jka-compr-delete-temp-file' no longer exists.
9815
9816 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9817
9818 Use define-minor-mode in Gnus where applicable.
9819 * mml.el (mml-mode): Use define-minor-mode.
9820 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9821 (gnus-undo-mode): Use define-minor-mode.
9822 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9823 (gnus-dead-summary-mode): Use define-minor-mode.
9824 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9825 Initialize in declaration.
9826 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9827 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9828 (gnus-mailing-list-mode): Use define-minor-mode.
9829 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9830 (gnus-draft-mode): Use define-minor-mode.
9831 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9832 (gnus-dired-mode): Use define-minor-mode.
9833
9834 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9835
9836 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9837 handles on recursive mml-to-mime translation and check them for
9838 boundary delimiter collisions. Reported by Greg Troxel.
9839
9840 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9841
9842 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9843
9844 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9845
9846 * mm-util.el (mm-find-buffer-file-coding-system):
9847 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9848
9849 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9850
9851 * message.el (message-generate-headers): Record insertion of optional
9852 headers as well. Otherwise the check to prevent repeated insertion of
9853 optional headers is a no-op.
9854
9855 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9856
9857 * smime.el: Don't mention CVS.
9858
9859 * nnrss.el (nnrss-fetch): Don't mention CVS.
9860
9861 * nnir.el: Don't mention CVS.
9862
9863 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * gnus-sum.el (gnus-summary-bookmark-make-record):
9866 Add `location' field.
9867
9868 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9871 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9872 Use with-current-buffer to silence the byte-compiler.
9873 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9874 bother to require `gnus'.
9875 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9876
9877 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9878
9879 * gnus-sum.el (gnus-summary-bookmark-make-record)
9880 (gnus-summary-bookmark-jump): New functions.
9881 (gnus-summary-mode): Setup bookmark support.
9882
9883 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9884
9885 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9886 if set.
9887
9888 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9889
9890 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9891 gnus-article-browse-html-save-cid-image; make it work recursively for
9892 forwarded messages as well.
9893 (gnus-article-browse-html-parts): Work when prefix arg is given.
9894 (gnus-article-browse-html-article): Doc fix.
9895
9896 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * message.el (message-default-mail-headers):
9899 (message-default-headers): Carry the value mail-default-headers over
9900 into message-default-mail-headers, rather than message-default-headers.
9901
9902 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9903
9904 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9905 charset.
9906
9907 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9908 charset into the <meta> tag when the article is encoded to utf-8.
9909
9910 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9911
9912 * gnus-art.el (gnus-article-browse-delete-temp-files):
9913 Delete directories as well.
9914 (gnus-article-browse-html-parts): Work for images that do not specify
9915 file names; delete temp directory when quitting; insert header at the
9916 right place; use file: scheme for image files.
9917
9918 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9919
9920 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9921 (gnus-article-browse-html-parts): Use it to make temporary cid image
9922 files in addition to html file so that browser may display them.
9923
9924 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9925
9926 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9927
9928 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9929
9930 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9931
9932 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9933
9934 * auth-source.el (auth-sources): Change default to be simpler.
9935 Explain about Secret Service API sources. Improve Customize options.
9936 (auth-source-pick): Change to accept any number of search parameters.
9937 Implement fallbacks iteratively, not recursively. Add scoring on the
9938 second pass and sort by score. Call Secret Service API when needed.
9939 (auth-source-user-or-password): Use it. Call Secret Service API
9940 directly when needed to get the user name and the password.
9941
9942 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9943
9944 * message.el (message-interactive): Doc fix.
9945 (message-qmail-inject-args): Reflow.
9946 (message-kill-to-signature): Fix typo in docstring.
9947
9948 * smiley.el (smiley-buffer): Fix typo in docstring.
9949
9950 2010-03-24 Glenn Morris <rgm@gnu.org>
9951
9952 * mail-source.el (gnus-message): Declare.
9953 (mail-source-delete-old-incoming): Require gnus-util.
9954
9955 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9956
9957 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9958
9959 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9960
9961 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9962 password-cache's default if it is not bound.
9963 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9964 password-cache-expiry's default if it is not bound.
9965
9966 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9967 available in Emacs 21.
9968
9969 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9970
9971 * auth-source.el (auth-sources): Fix up definition so extra parameters
9972 are always inline.
9973
9974 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9975
9976 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9977 wasn't updated after mismatch. Clear cached mailbox info correctly
9978 when uidvalidity changes.
9979 (nnimap-group-prefixed-name): New function to avoid some code
9980 duplication.
9981 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9982 (nnimap-request-group): Use it.
9983 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9984 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9985 with many imap folders. This is done by caching the group status from
9986 the imap server persistently in a group parameter `imap-status'. (This
9987 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9988 but not persistently, so every Gnus startup was still very slow.)
9989
9990 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9991
9992 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9993 secrets.el dependency.
9994 (auth-sources): Add optional user name. Add secrets.el configuration
9995 choice (unused right now).
9996
9997 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9998
9999 * gnus-sum.el (gnus-summary-make-menu-bar):
10000 Let `gnus-registry-install-shortcuts' fill in the functions.
10001
10002 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10003 warnings.
10004 (gnus-registry-misc-menus): Variable to hold registry mark menus.
10005 (gnus-registry-install-shortcuts): Populate and use it in a
10006 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10007
10008 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
10009
10010 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10011 In-place substitutions for the group name encoding/decoding.
10012 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10013 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10014 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10015 (nnimap-update-unseen, nnimap-request-list)
10016 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10017 (nnimap-request-set-mark, nnimap-split-to-groups)
10018 (nnimap-split-articles, nnimap-request-newgroups)
10019 (nnimap-request-create-group, nnimap-request-accept-article)
10020 (nnimap-request-delete-group, nnimap-request-rename-group)
10021 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10022 `encoded-mbx' for consistency.
10023 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10024 variable `imap-current-mailbox'.
10025
10026 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10027 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10028
10029 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10030
10031 * pop3.el (pop3-display-message-size-flag): Display message size byte
10032 counts during POP3 download.
10033 (pop3-movemail): Use it.
10034 (pop3-list): Implement listing of available messages.
10035
10036 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10037
10038 * nnir.el (nnir-get-article-nov-override-function): New function to
10039 override the normal NOV retrieval.
10040 (nnir-retrieve-headers): Use it.
10041
10042 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10043
10044 * auth-source.el (netrc-machine-user-or-password): Autoload.
10045
10046 2010-03-19 Glenn Morris <rgm@gnu.org>
10047
10048 Stop message.el from loading about 40 libraries it doesn't always need.
10049 The general approach is to autoload rather than require, and to
10050 require in the specific functions rather than the file. (Bug#5642)
10051
10052 * gmm-utils.el: Don't require wid-edit.
10053 (widget-create-child-value, widget-convert, widget-default-get):
10054 Autoload.
10055
10056 * gnus-util.el: Don't require time-date, netrc.
10057 (message-fetch-field, gnus-group-name-decode): Declare rather than
10058 autoloading.
10059 (gnus-fetch-field): Require message.
10060 (gnus-decode-newsgroups): Require gnus-group.
10061
10062 * ietf-drums.el: Don't require time-date.
10063
10064 * message.el: Don't require hashcash, canlock, ecomplete.
10065 Do require mail-utils. Require nnheader only when compiling.
10066 (smtpmail-default-smtp-server): Remove declaration.
10067 (message-send-mail-function): Check smtpmail-default-smtp-server
10068 is bound rather than requiring smtpmail.
10069 (message-auto-save-directory, message-insert-signature):
10070 Use expand-file-name rather than nnheader-concat.
10071 (nnheader-insert-file-contents): Autoload.
10072 (hashcash-wait-async): Declare.
10073 (message-send-mail): Only call gnus-setup-posting-charset if
10074 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10075 (message-send-mail-with-sendmail): Require sendmail.
10076 (canlock-password, canlock-password-for-verify): Declare.
10077 (message-canlock-password): Require canlock.
10078 (nnheader-get-report): Autoload.
10079 (gnus-setup-posting-charset): Declare.
10080 (message-send-news): Require gnus-msg.
10081 (message-make-references, message-make-in-reply-to): Use mail-header-id
10082 rather than the alias mail-header-message-id.
10083 (ecomplete-add-item, ecomplete-save): Declare.
10084 (message-put-addresses-in-ecomplete): Require ecomplete.
10085 (ecomplete-display-matches): Autoload.
10086
10087 * mm-decode.el: Don't require mailcap, gnus-util.
10088 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10089 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10090 Autoload.
10091 (mailcap-mime-extensions): Declare.
10092
10093 * mm-encode.el: Don't require mailcap.
10094 (mailcap-extension-to-mime): Autoload.
10095
10096 * mml-sec.el: Don't require password-cache.
10097
10098 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10099 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10100 (mml-minibuffer-read-type): Require mailcap.
10101 (mml-preview): Require gnus-msg.
10102
10103 * mml1991.el: Require password-cache.
10104 (password-cache-expiry): Remove declaration.
10105
10106 * mml2015.el: Require password-cache.
10107 (password-cache-expiry): Remove declaration.
10108
10109 * nneething.el (mailcap): Require mailcap.
10110
10111 * nnheader.el (declare-function): Add compatibility stub.
10112 (message-remove-header): Declare rather than autoload.
10113 (nnheader-replace-header): Require message.
10114
10115 * nnimap.el (declare-function): Add compatibility stub.
10116 (netrc-parse, netrc-machine-user-or-password): Declare.
10117 (nnimap-open-connection): Require netrc.
10118
10119 * nntp.el (declare-function): Add compatibility stub.
10120 (netrc-parse, netrc-machine, netrc-get): Declare.
10121 (nntp-send-authinfo): Require netrc.
10122
10123 * rfc2047.el: Don't require qp.
10124 (quoted-printable-encode-region, quoted-printable-decode-string):
10125 Autoload.
10126
10127 * sieve-mode.el: Don't require easymenu.
10128 (easy-menu-add-item): Autoload it.
10129
10130 * spam-stat.el (time-to-number-of-days): Autoload it.
10131
10132 2010-03-17 Kevin Ryde <user42@zip.com.au>
10133
10134 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10135 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10136 value if any backslash escapes).
10137
10138 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10139
10140 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10141 if it is available. (bug#5647)
10142
10143 2010-02-26 Glenn Morris <rgm@gnu.org>
10144
10145 * message.el (message-send-mail-function): Change the default, so that
10146 it inherits from a customized send-mail-function. (Bug#5643)
10147
10148 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10151 shell-command-to-string signals an error (bug#5299).
10152
10153 2010-02-24 Glenn Morris <rgm@gnu.org>
10154
10155 * message.el (message-smtpmail-send-it)
10156 (message-send-mail-with-mailclient): Doc fixes.
10157
10158 2010-02-16 Glenn Morris <rgm@gnu.org>
10159
10160 * message.el (message-default-mail-headers): Change the default value
10161 to ease the transition from mail-mode to message-mode. (Bug#5555)
10162
10163 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10164
10165 * message.el (message-mail): Just pass yank-action on to message-setup.
10166 (message-setup): Handle (FUN . ARGS) form of yank-action.
10167 (message-with-reply-buffer, message-widen-reply)
10168 (message-yank-original): Handle non-buffer values of
10169 message-reply-buffer (Bug#4080).
10170 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10171
10172 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10173
10174 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10175 Fix typo in docstring.
10176
10177 2010-01-08 Jason Rumney <jasonr@gnu.org>
10178
10179 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10180 response.
10181
10182 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10183
10184 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10185
10186 * message.el (message-check-news-header-syntax): Protect against a
10187 string that `rfc822-addresses' returns when parsing fails.
10188
10189 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10192 (gnus-previous-char-property-change): New functions.
10193
10194 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10195
10196 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10197
10198 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10199 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10200
10201 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * message.el (message-exchange-point-and-mark): Rework last change to
10204 avoid using optional arg of exchange-point-and-mark, for backward
10205 compatibility.
10206
10207 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10208
10209 * message.el (message-exchange-point-and-mark):
10210 Call exchange-point-and-mark with an argument rather than setting
10211 mark-active by hand (Bug#5175).
10212
10213 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10214
10215 * nntp.el (nntp-service-to-port): Work for service expressed with
10216 numeric string; replace [:digit:] with [0-9] for XEmacs.
10217
10218 2009-12-17 Glenn Morris <rgm@gnu.org>
10219
10220 * gnus-group.el (gnus-bug-group-download-format-alist):
10221 Change emacs entry to debbugs.gnu.org. Bump :version.
10222
10223 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10224
10225 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10226
10227 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10228
10229 * message.el (message-info): Explain why we use `Info-goto-node'.
10230
10231 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * message.el (message-completion-in-region): New compatibility function.
10234 (message-expand-group): Use it.
10235
10236 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10237
10238 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10239 with no unread article should be listed if the 2nd arg `predicate' is
10240 given.
10241
10242 2009-11-29 Juri Linkov <juri@jurta.org>
10243
10244 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10245 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10246 on `gnus-recenter'. (Bug#4698, Bug#4981)
10247
10248 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10249
10250 * message.el (message-from-style, message-interactive)
10251 (message-signature): Always set default values from the corresponding
10252 mail-* variables.
10253 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10254 (message-yank-prefix, message-indentation-spaces)
10255 (message-signature-file, message-default-headers): Use boundp rather
10256 than (featurep 'xemacs) to check if the corresponding mail-* variables
10257 exist.
10258
10259 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10260
10261 * message.el (message-send-mail-with-sendmail): Revert last change.
10262
10263 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10264
10265 * message.el (message-from-style, message-interactive)
10266 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10267 (message-yank-prefix, message-indentation-spaces, message-signature)
10268 (message-signature-file, message-default-headers): For GNU Emacs, set
10269 default values from the corresponding mail-* variables.
10270 (message-send-mail-with-sendmail): Use envelope-from only if
10271 mail-specify-envelope-from is non-nil.
10272
10273 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10274
10275 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10276 containing tspecial characters if they have been already quoted.
10277
10278 2009-10-24 Glenn Morris <rgm@gnu.org>
10279
10280 * gnus-art.el (help-xref-stack-item): Define for compiler.
10281
10282 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10283
10284 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10285
10286 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10289 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10290
10291 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10292
10293 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10294 (gnus-overlays-in): New alias to overlays-in.
10295
10296 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10297 gnus-overlay-get, and gnus-delete-overlay.
10298 (gnus-summary-show-thread): Make it work as well for systems in which
10299 next-single-char-property-change is not available.
10300 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10301
10302 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10303
10304 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10305
10306 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10307
10308 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10309 and XEmacs that don't have `remove-overlays'.
10310
10311 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10312
10313 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10314 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10315 selective display. Use overlays instead.
10316
10317 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10318
10319 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10320
10321 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10322
10323 * spam-stat.el (spam-stat-load): Fix typo in message.
10324
10325 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10326
10327 * gnus-art.el (gnus-article-encrypt-body):
10328 * message.el (message-check-recipients):
10329 * mm-util.el (mm-codepage-setup):
10330 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10331 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10332
10333 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10334
10335 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10336 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10337 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10338 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10339 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10340
10341 2009-09-18 Glenn Morris <rgm@gnu.org>
10342
10343 * gnus-diary.el (gnus-diary-check-message):
10344 * message.el (message-insert-formatted-citation-line):
10345 * nnbabyl.el (top-level):
10346 * nndiary.el (nndiary-schedule):
10347 Fix typos in condition-case handlers.
10348
10349 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10350
10351 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10352 configuration that provides the sole article window in a frame;
10353 position point correctly after deleting a part.
10354
10355 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10356
10357 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10358 (spam-resolve-registrations-routine): Use it to unregister articles
10359 that change status.
10360
10361 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10362
10363 * nnrss.el (nnrss-request-article): Remove binding of
10364 default-enable-multibyte-characters that has gotten needless by
10365 the 2007-07-13 change in rfc2047-encode-message-header.
10366
10367 * mml.el (mml-insert-multipart): Error on the message header.
10368 (mml-insert-part): Error on the message header; position point at
10369 the end of a MIME tag.
10370
10371 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10374 (gnus-float-time): Alias to float-time if it exists.
10375
10376 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10377 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10378 float-time is available; suppress compile warning for time-to-seconds.
10379
10380 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10381
10382 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10383 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10384 Add the optional argument `encoding' that overrides the default.
10385
10386 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10387 mm-encode-buffer.
10388
10389 2009-09-04 Glenn Morris <rgm@gnu.org>
10390
10391 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10392 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10393 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10394 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10395 * mm-util.el (mm-with-unibyte-current-buffer)
10396 (mm-find-buffer-file-coding-system):
10397 * yenc.el (yenc-decode-region): Use default-value rather than
10398 default-enable-multibyte-characters.
10399
10400 2009-09-03 Glenn Morris <rgm@gnu.org>
10401
10402 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10403 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10404 than default-enable-multibyte-characters.
10405
10406 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10407
10408 * gnus-art.el (gnus-article-read-summary-keys):
10409 Fix gnus-buffer-configuration's value temporarily used.
10410
10411 2009-09-02 Glenn Morris <rgm@gnu.org>
10412
10413 * gnus-util.el (gnus-float-time): New function.
10414 * gnus-delay.el (gnus-delay-article):
10415 * gnus-sum.el (gnus-thread-latest-date):
10416 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10417 * nnspool.el (nnspool-request-newgroups):
10418 Use gnus-float-time rather than time-to-seconds.
10419 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10420
10421 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10422 (gnus-header-subject-face, gnus-header-newsgroups-face)
10423 (gnus-header-name-face, gnus-header-content-face):
10424 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10425 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10426 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10427 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10428 (gnus-cite-face-11):
10429 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10430 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10431 (gnus-server-closed-face, gnus-server-denied-face)
10432 (gnus-server-offline-face):
10433 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10434 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10435 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10436 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10437 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10438 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10439 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10440 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10441 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10442 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10443 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10444 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10445 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10446 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10447 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10448 (gnus-summary-high-undownloaded-face)
10449 (gnus-summary-low-undownloaded-face)
10450 (gnus-summary-normal-undownloaded-face)
10451 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10452 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10453 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10454 (gnus-splash-face):
10455 * message.el (message-header-to-face, message-header-cc-face)
10456 (message-header-subject-face, message-header-newsgroups-face)
10457 (message-header-other-face, message-header-name-face)
10458 (message-header-xheader-face, message-separator-face)
10459 (message-cited-text-face, message-mml-face):
10460 * sieve-mode.el (sieve-control-commands-face)
10461 (sieve-action-commands-face, sieve-test-commands-face)
10462 (sieve-tagged-arguments-face):
10463 * spam.el (spam-face):
10464 Mark face aliases with "-face" in the name as obsolete.
10465
10466 2009-09-01 Glenn Morris <rgm@gnu.org>
10467
10468 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10469 than goto-line.
10470
10471 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10472
10473 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10474 Don't move point if the command is invoked inside the message header.
10475
10476 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10479 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10480 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10481 * nnir.el (nnir-swish-e-index-file):
10482 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10483 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10484 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10485 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10486 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10487 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10488
10489 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10490
10491 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10492 Don't save excursion.
10493
10494 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * nnheader.el (nnheader-find-file-noselect):
10497 * mm-util.el (mm-insert-file-contents):
10498 Use (default-value 'major-mode) instead of default-major-mode.
10499
10500 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10503
10504 2009-08-25 Glenn Morris <rgm@gnu.org>
10505
10506 * nnir.el (top-level): Don't require cl at run-time.
10507 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10508 Replace cl-function substitute with gnus-replace-in-string.
10509 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10510 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10511 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10512 simplified expansions.
10513
10514 2009-08-22 Glenn Morris <rgm@gnu.org>
10515
10516 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10517 goto-line.
10518
10519 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10520
10521 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10522
10523 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10524 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10525 (gnus-mm-display-part, gnus-mime-display-single)
10526 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10527 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10528
10529 * gnus-sum.el
10530 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10531 (gnus-summary-move-article): Add expirable mark to articles copied or
10532 moved to group that has auto-expire turned on if the option is non-nil.
10533
10534 2009-07-24 Glenn Morris <rgm@gnu.org>
10535
10536 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10537 Fix typo. (Bug#3903)
10538
10539 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10542 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10543 that should not be used for draft articles.
10544 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10545 that has no concern in minor mode keys.
10546 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10547 Abolish.
10548
10549 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10550
10551 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10552 article without making inquiry to a user for unknown encoding.
10553
10554 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10555 (nnmaildir--scan): Assume i-node and device number that file-attributes
10556 returns might be cons-cell.
10557
10558 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10559
10560 * auth-source.el: Remove docs now in auth.texi. Don't use
10561 `gnus-message' for logging. Add new variables `auth-source-debug' and
10562 `auth-source-hide-passwords' and use them.
10563
10564 2009-07-15 Glenn Morris <rgm@gnu.org>
10565
10566 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10567
10568 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10569
10570 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10571 excessive whitespace from the default values of title and description.
10572
10573 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10574
10575 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10576 mail-fetch-field to fetch Content-Description header in order to
10577 exclude newlines.
10578
10579 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10580
10581 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10582 to deleted part.
10583
10584 2009-05-30 David Engster <dengste@eml.cc>
10585
10586 * nnmairix.el: Remove old documentation in the commentary block.
10587 (nnmairix-request-group): Do not update active file for nnml back ends.
10588 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10589 end so that overview files are ignored.
10590 (nnmairix-update-groups): Make updating the groups more robust by using
10591 marks.
10592 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10593 with dollar characters in message-id.
10594
10595 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10596
10597 * spam.el: Use dns-query instead of query-dns. Was renamed on
10598 2008-12-25 in dns.el.
10599
10600 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10603 could happen if the text is only composed of spaces and/or tabs.
10604
10605 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10606
10607 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10608 when sending a queued message to avoid extra mml tags.
10609
10610 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10613
10614 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * gnus-dired.el: Remove autoload for gnus-setup-message.
10617 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10618 displaying Gnus logo; always use compose-mail.
10619
10620 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10621
10622 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10623
10624 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10627 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10628 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10629 available.
10630 (gnus-nocem-epg-verify): New function.
10631
10632 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10633
10634 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10635
10636 2009-02-15 Glenn Morris <rgm@gnu.org>
10637
10638 * gnus-util.el (rmail-insert-rmail-file-header)
10639 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10640 autoloads.
10641 (rmail-default-rmail-file): Remove unnecessary declaration.
10642 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10643
10644 2009-02-14 Glenn Morris <rgm@gnu.org>
10645
10646 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10647 variable (only used in gnus-util, which declares it anyway).
10648 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10649 which was only needed by gnus-art (changed to not use it any more).
10650 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10651 only used in gnus-util, which autoloads it itself.
10652 (rmail-update-summary): Fix autoload.
10653
10654 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10655 rather than rmail-output-to-rmail-file.
10656
10657 2009-02-07 Glenn Morris <rgm@gnu.org>
10658
10659 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10660 autoload of function that no longer exists.
10661 (rmail-toggle-header): Declare.
10662 (message-forward-rmail-make-body): Handle mbox Rmail.
10663
10664 2009-01-31 Glenn Morris <rgm@gnu.org>
10665
10666 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10667 2009-01-09 change.
10668
10669 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10670
10671 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10672 (auth-source-forget-all-cached): New convenience function.
10673 (auth-source-user-or-password): Accept list of modes or a single mode.
10674
10675 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10676 auth-source modes.
10677
10678 * nnimap.el (nnimap-open-connection): Use list of
10679 auth-source modes.
10680
10681 * nntp.el (nntp-send-authinfo): Use list of
10682 auth-source modes.
10683
10684 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10687 now.
10688
10689 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10692 coding system in XEmacs; add a workaround for XEmacs.
10693
10694 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10697 of current-language-environment.
10698
10699 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10700
10701 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10702 available at runtime.
10703
10704 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10705
10706 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10707
10708 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10709
10710 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10711 the greatest positive fixnum value doesn't work under an XEmacs with
10712 bignum support; use the most-positive-fixnum constant instead,
10713 available since Emacs 21.1 with cl and XEmacs 21.1.
10714
10715 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10716
10717 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10718 XEmacs gets not to work.
10719
10720 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10721
10722 * mm-util.el (mm-coding-system-priorities): Allow the value like
10723 "Japanese (UTF-8)" of current-language-environment.
10724
10725 2009-01-09 Glenn Morris <rgm@gnu.org>
10726
10727 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10728 with last-command-event.
10729
10730 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10731
10732 * message.el (message-fix-before-sending): Amend comment.
10733
10734 2009-01-07 David Engster <dengste@eml.cc>
10735
10736 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10737 simplified server definitions by converting it via
10738 gnus-server-to-method.
10739
10740 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10743 parameter's operands.
10744
10745 2009-01-06 David Engster <dengste@eml.cc>
10746
10747 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10748 primary select method (for gnus-group-mark-article-as-read).
10749
10750 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10751
10752 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10753 `(gnus)Face', not `(gnus)X-Face'.
10754
10755 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10756
10757 * mm-util.el (mm-ucs-to-char): New function.
10758
10759 * mm-url.el (mm-url-decode-entities): Use it.
10760
10761 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10762
10763 * message.el (message-fix-before-sending): Add `eight-bit' to
10764 illegible-text check.
10765
10766 2009-01-03 Michael Olson <mwolson@gnu.org>
10767
10768 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10769 `headers' is nil. This can occur if the IMAP server does not have
10770 permissions to read messages from a folder, but can write new messages
10771 to the folder.
10772 (nnimap-request-article-part): Do not insert `data' if it is nil.
10773
10774 2009-01-01 Dave Love <fx@gnu.org>
10775
10776 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10777
10778 * nnimap.el: Fix author email.
10779 (nnimap-split-rule): Add FIXME comment.
10780 (nnimap-debug): Fix doc string.
10781
10782 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10783
10784 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10785 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10786 to check if those variables exist (first appeared in Emacs 18.50).
10787
10788 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10789
10790 * mm-util.el (mm-line-number-at-pos): New function.
10791
10792 * spam-report.el (spam-report-process-queue): Use it.
10793
10794 2008-12-24 David Engster <dengste@eml.cc>
10795
10796 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10797 parameters that haven't existed as variables as buffer-local variables.
10798
10799 2008-12-23 Dave Love <fx@gnu.org>
10800
10801 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10802 cadar.
10803
10804 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10805 imap-starttls-p.
10806 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10807
10808 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10809
10810 * spam-report.el (spam-report-gmane-max-requests): New constant.
10811 (spam-report-gmane-wait): New variable.
10812 (spam-report-gmane-ham, spam-report-gmane-spam)
10813 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10814 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10815 the server.
10816
10817 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10818 Add explanations.
10819
10820 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10821 nnheader-accept-process-output and nnheader-read-timeout if available.
10822 (pop3-movemail): Use it.
10823
10824 * message.el (message-check-news-body-syntax): Fix signature check if
10825 there's an attachment.
10826
10827 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * mm-util.el: Add comments to the mm- emulating functions.
10830
10831 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10832
10833 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10834 Reported by Stephen Berman <stephen.berman@gmx.net>.
10835
10836 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10837
10838 * mm-util.el (mm-substring-no-properties): New function.
10839 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10840 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10841 (mm-string-to-multibyte): Doc fix.
10842
10843 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10844
10845 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10846
10847 * mml.el (mml-attach-file): Strip text properties from file name.
10848 (Bug#1574)
10849
10850 2008-12-16 Glenn Morris <rgm@gnu.org>
10851
10852 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10853
10854 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10855
10856 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10857 knows since the charset specified might be a bogus alias that
10858 mm-charset-synonym-alist provides.
10859
10860 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10861
10862 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10863 "ISO_8859-1".
10864
10865 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10866
10867 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * mm-util.el (mm-charset-eval-alist):
10870 Define it before mm-charset-to-coding-system.
10871 (mm-charset-to-coding-system): Add optional argument `silent';
10872 define it before mm-charset-override-alist.
10873 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10874 default value if it can be used in Emacs currently running;
10875 silence mm-charset-to-coding-system.
10876
10877 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10878
10879 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10880 `allow-override' which says whether to use `mm-charset-override-alist'.
10881 (rfc2047-decode-encoded-words): Use it.
10882
10883 * mm-util.el (mm-charset-override-alist): Fix custom type;
10884 add `(gb2312 . gbk)' to choices.
10885
10886 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10887
10888 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10889 fast.
10890
10891 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10892
10893 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10894
10895 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10896 on links.
10897
10898 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10899
10900 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10901
10902 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10903 users' addresses that don't have domain parts.
10904 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10905 rather than message-narrow-to-head since there will be the message
10906 header separator.
10907
10908 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10911 since the result is inserted in a unibyte buffer anyway.
10912 (nnimap-demule-use-string-to-multibyte): Remove.
10913 (nnimap-demule): Alias it to mm-string-to-multibyte.
10914
10915 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10916
10917 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10918 variable for debugging bug#464 and bug#1174.
10919 (nnimap-demule): Use it.
10920
10921 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10922
10923 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10924 score calculation correctly.
10925
10926 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10927
10928 * message.el (message-send-mail): Just set the buffer to unibyte
10929 rather than use mm-with-unibyte-current-buffer which does a lot more.
10930 (message-send-mail-partially): Don't bother with
10931 mm-with-unibyte-current-buffer since it's already been made unibyte by
10932 message-send-mail.
10933
10934 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10935
10936 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10937
10938 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10939
10940 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10941
10942 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10943
10944 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10945 require itself and to remove `with-no-warnings'.
10946
10947 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10948
10949 * starttls.el (starttls-any-program-available): Get the name of the
10950 available TLS layer program.
10951 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10952 well as the host name in the "opening" message.
10953
10954 * auth-source.el (auth-source-cache, auth-source-do-cache)
10955 (auth-source-user-or-password): Cache passwords and logins by default,
10956 allow override with `auth-source-do-cache'.
10957 (auth-source-forget-user-or-password): Allow users to remove cache
10958 entries if needed.
10959
10960 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10961
10962 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10963 condition-case to only the forward-sexp call.
10964
10965 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10966
10967 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10968 quotes contained. Make it more robust regardless by an extra
10969 condition-case wrapper.
10970
10971 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10972
10973 * nnml.el (nnml-request-expire-articles): Check if the function set to
10974 `nnmail-expiry-target' returns the symbol `delete'.
10975
10976 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10977
10978 * nnmail.el (nnmail-expiry-target): Fix custom type.
10979
10980 2008-10-02 Glenn Morris <rgm@gnu.org>
10981
10982 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10983 Silence compiler warning.
10984
10985 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10986
10987 * mml.el (mml-menu): Don't assume mml2015 is bound.
10988
10989 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10990
10991 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10992 exists.
10993
10994 2008-09-27 Glenn Morris <rgm@gnu.org>
10995
10996 * gnus-util.el (mail-header-remove-comments): Autoload it.
10997
10998 2008-09-27 Andreas Schwab <schwab@suse.de>
10999
11000 * gnus-util.el (gnus-split-references): Strip comments.
11001 (gnus-parent-id): Likewise.
11002
11003 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
11004
11005 * message.el (message-confirm-send): Fix version.
11006
11007 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
11008
11009 * message.el (message-idna-to-ascii-rhs-1): Use
11010 mail-extract-address-components rather than mail-header-parse-addresses
11011 that is an alias by default to ietf-drums-parse-addresses that does not
11012 support non-ASCII names in headers' contents.
11013
11014 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11015
11016 * message.el (message-confirm-send): Fix variable documentation to
11017 avoid the "y/n" wording.
11018
11019 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11020
11021 * message.el (message-set-auto-save-file-name): Save to a different
11022 filename so multiple messages (especially drafts) can be recovered.
11023
11024 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11025
11026 * message.el (message-confirm-send): Add appropriate version.
11027
11028 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11029
11030 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11031 defvar.
11032
11033 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11034
11035 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11036 (mm-pkcs7-enveloped-magic): Ditto.
11037
11038 2008-09-17 Simon Josefsson <simon@josefsson.org>
11039
11040 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11041 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11042
11043 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11044
11045 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11046 default, it's better.
11047
11048 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11049
11050 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11051 summary line gnus-number property and ignore them (with a warning
11052 message).
11053
11054 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11055
11056 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11057 macro caddr in the interactive form since it won't be expanded.
11058
11059 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11060
11061 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11062 `charset'; fix name of function called recursively.
11063 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11064
11065 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11066
11067 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11068 (gnus-mime-set-charset-parameters): New function.
11069 (gnus-mime-view-part-as-charset): Use it to correctly display part
11070 specifying wrong charset.
11071
11072 2008-09-08 David Engster <dengste@eml.cc>
11073
11074 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11075 in completing-read for back end server.
11076
11077 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11078
11079 * message.el (message-confirm-send): New variable to confirm sending a
11080 message.
11081 (message-send): Use it.
11082
11083 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11084
11085 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11086
11087 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11088
11089 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11090
11091 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11092
11093 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11094 prevent tracking too many groups.
11095 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11096 Use it.
11097
11098 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11099
11100 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11101 moving point to the bottom of the window in order to avoid recentering.
11102
11103 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11106 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11107 (gnus-article-beginning-of-window): Fix calculation.
11108
11109 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11110
11111 * gnus-msg.el (gnus-summary-supersede-article)
11112 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11113 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11114 message header.
11115
11116 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11117
11118 * message.el:
11119 * gnus-start.el:
11120 * gnus-registry.el: Remove VMS support.
11121
11122 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11125 macro.
11126 (rfc2104-hash): Use it.
11127
11128 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11129
11130 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11131 (gnus-summary-sort-by-most-recent-date): New commands.
11132 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11133 and menu entries.
11134
11135 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11136
11137 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11138 don't redisplay article for raw contents; remove plural articles stuff.
11139
11140 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11141 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11142 on gnus-summary-save-article; display results properly.
11143
11144 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11145
11146 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11147
11148 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * gnus-art.el (gnus-summary-save-in-pipe):
11151 Consider gnus-save-all-headers.
11152
11153 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11154
11155 * gnus-util.el (ns-focus-frame): Remove declaration.
11156 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11157 like x.
11158
11159 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11160
11161 * rfc2104.el (rfc2104-zero): Delete defconst.
11162 (rfc2104-hex-alist): Likewise.
11163 (rfc2104-hex-to-int): Delete func.
11164 (rfc2104-hexstring-to-bitstring): Likewise.
11165 (rfc2104-nybbles): New defconst.
11166 (rfc2104-hash): Rewrite for speed.
11167
11168 2008-07-16 Glenn Morris <rgm@gnu.org>
11169
11170 * gnus-util.el (ns-focus-frame): Declare for compiler.
11171
11172 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11173
11174 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11175 set as a group parameter.
11176 (gnus-summary-save-in-pipe): Work when it is called independently.
11177 (gnus-summary-pipe-to-muttprint): Don't modify
11178 gnus-summary-pipe-output-default-command.
11179
11180 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * message.el (message-send-mail-with-sendmail):
11183 Display the error message.
11184
11185 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11186
11187 * gnus-art.el (gnus-default-article-saver):
11188 Add gnus-summary-save-in-pipe to choices.
11189 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11190 gnus-summary-pipe-output-default-command as the default command.
11191 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11192 instead of gnus-last-shell-command.
11193
11194 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11195 New user option.
11196 (gnus-summary-muttprint-program): Mention the value will be changed.
11197 (gnus-summary-save-article): Force showing of all headers.
11198 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11199
11200 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11201
11202 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11203
11204 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * nnimap.el (nnimap-id):
11207 * sieve-manage.el (sieve-manage-open): Doc fixes.
11208
11209 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11210
11211 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11212 if available.
11213
11214 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11217
11218 * nnkiboze.el (nnkiboze-generate-group):
11219 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11220
11221 * nnmairix.el: Require CL.
11222
11223 2008-06-15 David Engster <dengste@eml.cc>
11224
11225 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11226
11227 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11228
11229 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11230 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11231 runtime choice under XEmacs.
11232
11233 * gnus-sum.el (gnus-summary-set-display-table):
11234 Use `gnus-put-display-table', `gnus-get-display-table',
11235 `gnus-set-display-table' for the display table, instead of `aset'.
11236
11237 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11238
11239 * nnmairix.el: Add autoloads.
11240
11241 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11242
11243 * nnmairix.el (nnmairix-delete-recreate-group)
11244 (nnmairix-update-and-clear-marks): Fix error messages.
11245
11246 2008-06-14 David Engster <dengste@eml.cc>
11247
11248 * nnmairix.el: Upgrade to version 0.6.
11249 (nnmairix-group-toggle-propmarks-this-group)
11250 (nnmairix-group-toggle-readmarks-this-group)
11251 (nnmairix-group-delete-recreate-this-group)
11252 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11253 (nnmairix-remove-tick-mark-original-article): New commands.
11254 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11255 (nnmairix-propagate-marks-to-nnmairix-groups)
11256 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11257 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11258 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11259 functions needed for marks propagation and manipulation of read marks.
11260 (nnmairix-update-groups): New function.
11261 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11262 (nnmairix-determine-original-group-from-registry)
11263 (nnmairix-determine-original-group-from-path)
11264 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11265 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11266 New helper functions.
11267 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11268 keystrokes for new commands.
11269 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11270 (nnmairix-request-group): Check allow-fast group parameter.
11271 (nnmairix-request-create-group): Set allow-fast group parameter if
11272 nnmairix-allowfast-default is set.
11273 (nnmairix-close-group): Propagate marks upon closing if needed.
11274 (nnmairix-group-toggle-threads-this-group): Use new.
11275 nnmairix-group-toggle-parameter helper function.
11276 (nnmairix-search): Better check for empty search result.
11277 (nnmairix-goto-original-article): Use new helper functions for
11278 determining original article.
11279 (nnmairix-show-original-article): Make sure message-id is in brackets.
11280 (nnmairix-call-mairix-binary): Change variable name.
11281 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11282 helper function.
11283 (nnmairix-widget-toggle-activate): Fix doc string.
11284
11285 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11286
11287 * nnir.el: Require edmacro when compiling with XEmacs.
11288 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11289 available in Emacs 21.
11290
11291 2008-06-11 Glenn Morris <rgm@gnu.org>
11292
11293 * gnus-util.el (x-focus-frame):
11294 * gnus.el (image-size):
11295 * mm-decode.el (image-size): Declare.
11296
11297 * gnus-picon.el (declare-function): Add compat definition.
11298 (image-size): Declare.
11299
11300 * gnus-group.el (tool-bar-map):
11301 * gnus-sum.el (tool-bar-map): Define for compiler.
11302
11303 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11304
11305 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11306
11307 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11308 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11309 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11310 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11311 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11312 * sieve-manage.el, spam-report.el, spam.el:
11313 Remove unnecessary eval-and-compile of autoloads.
11314
11315 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11316
11317 * auth-source.el: Precise Tramp doc.
11318
11319 2008-06-07 Glenn Morris <rgm@gnu.org>
11320
11321 * nnmairix.el: Remove unnecessary eval-when-compile.
11322
11323 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11324
11325 * nnir.el: New file.
11326
11327 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11328
11329 * gnus-util.el (gnus-read-shell-command): New function.
11330 * mm-decode.el (mm-pipe-part):
11331 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11332
11333 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11334
11335 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11336
11337 2008-06-03 Glenn Morris <rgm@gnu.org>
11338
11339 * pop3.el (nnheader-accept-process-output): Autoload it.
11340
11341 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11342
11343 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11344 are not 2-digit hexadecimal characters that follow `%'s.
11345
11346 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11347
11348 * message.el (message-bogus-recipient-p): Fix type in doc string.
11349 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11350 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11351 Improve custom options.
11352 (message-bogus-recipient-p): Adjust accordingly.
11353
11354 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11355
11356 * nnmairix.el: Require edmacro when compiling with XEmacs.
11357
11358 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11359
11360 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11361 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11362
11363 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11364
11365 * auth-source.el: Add more docs.
11366
11367 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11368
11369 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11370 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11371 retrieval faster in some cases, but might make CPU usage larger.
11372 If this has any bad side effects, we might revert this change.
11373
11374 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11375 seems to make mail retrieval much, much faster.
11376 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11377 unconditionally.
11378
11379 * gnus-draft.el (gnus-group-send-queue):
11380 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11381
11382 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11383
11384 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11385
11386 * message.el (message-bogus-address-regexp): Fix and improve custom
11387 type.
11388 (message-setup-hook): Add message-check-recipients as custom option.
11389
11390 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11391
11392 * message.el (message-cite-function): Remove bogus autoload which crept
11393 in during merge from v5-10.
11394
11395 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11396
11397 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11398
11399 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11400
11401 * auth-source.el: Preliminary Tramp docs.
11402 (auth-sources): Change the default auth-sources to use
11403 EPA .gpg files.
11404
11405 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11406
11407 * nntp.el: Autoload `auth-source-user-or-password'.
11408 (nntp-send-authinfo): Use it.
11409
11410 * nnimap.el: Autoload `auth-source-user-or-password'.
11411 (nnimap-open-connection): Use it.
11412
11413 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11414 for the gnus-message function.
11415 (auth-source-user-or-password): Use it.
11416
11417 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11418
11419 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11420 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11421 (rfc2104-hash): Use it.
11422
11423 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * gnus-art.el (gnus-article-toggle-truncate-lines):
11426 Don't use `iff' in docstring.
11427
11428 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11429
11430 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11431
11432 * gnus-util.el (gnus-extract-address-component-name)
11433 (gnus-extract-address-component-email): Convenience functions around
11434 `gnus-extract-address-components'.
11435
11436 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11437 Use `gnus-extract-address-component-email' to fix bug of comparing full
11438 sender name to `user-mail-address'.
11439
11440 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11441
11442 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11443 catch/throw to optimize.
11444 (gnus-registry-find-keywords): Just use member to find a keyword.
11445
11446 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11447
11448 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11449 is current before calling gnus-server-prepare.
11450 (gnus-server-setup-buffer, gnus-server-update-server)
11451 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11452
11453 2008-05-04 Juri Linkov <juri@jurta.org>
11454
11455 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11456 (mailcap-file-default-commands): Use mailcap-replace-in-string
11457 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11458 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11459
11460 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11461
11462 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11463
11464 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11465
11466 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11467 hooks.
11468 (gnus-update-read-articles): Speed up non-marks-using users.
11469 (gnus-use-marks): Define gnus-use-marks.
11470 (gnus-propagate-marks): Rename variable to something more sensible.
11471
11472 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11475 (gmm-image-load-path-for-library): Fix typos in docstrings.
11476 (gmm-message): Reflow docstring.
11477
11478 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11479
11480 * mail-source.el (mail-source-set-1, mail-source-bind):
11481 Move auth-source code out of the macro to clean it up and fix bugs.
11482
11483 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11484
11485 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11486 by sender if it's equal to user-mail-address, it's likely to be
11487 useless.
11488
11489 * mail-source.el (mail-source-bind): Don't use user or password if they
11490 are not bound. Unintern them if they are nil. Don't use server unless
11491 it's bound, and default it to empty string otherwise.
11492
11493 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11494
11495 * mail-source.el: Load auth-source.el.
11496 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11497 get user name or password, if auth-sources is set up.
11498
11499 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11500 strategy of splitting with parent.
11501 (gnus-registry-split-fancy-with-parent)
11502 (gnus-registry-post-process-groups): Use it and fix prior
11503 bug (returning a list as the split result).
11504
11505 * auth-source.el (auth-sources): Remove server parameter.
11506 (auth-source-pick, auth-source-user-or-password)
11507 (auth-source-user-or-password-imap)
11508 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11509 (auth-source-user-or-password-sftp)
11510 (auth-source-user-or-password-smtp): Remove server parameter.
11511
11512 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11513
11514 * smime.el (smime-sign-region, smime-encrypt-region)
11515 (smime-decrypt-region):
11516 Remove redundant calls to `generate-new-buffer-name'.
11517
11518 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11519
11520 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11521 Don't use QP for message/rfc822.
11522 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11523
11524 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * sieve-manage.el (sieve-string-bytes): Remove.
11527 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11528 correct byte-length only if the process's coding-system is the same as
11529 the one used internally by Emacs to represent strings.
11530
11531 2008-04-22 Juri Linkov <juri@jurta.org>
11532
11533 * mailcap.el (mailcap-file-default-commands): New function.
11534
11535 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11536
11537 * message.el (message-signature-separator, message-cite-function):
11538 Change custom version.
11539
11540 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11541
11542 * mm-decode.el (mm-display-external): Make temp file read-only.
11543
11544 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11545
11546 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11547 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11548 `C-c C-f d'.
11549
11550 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11551
11552 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11553
11554 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11555
11556 * auth-source.el: Add docs.
11557 (auth-sources): Modify format to support server.
11558 (auth-source-pick, auth-source-user-or-password)
11559 (auth-source-user-or-password-imap)
11560 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11561 (auth-source-user-or-password-sftp)
11562 (auth-source-user-or-password-smtp): Add server parameter.
11563
11564 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11565
11566 * gnus-registry.el: Initialize the registry when gnus-registry-install
11567 is t.
11568
11569 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * compface.el (uncompface): Make buffer unibyte.
11572
11573 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11574
11575 * mail-source.el (mail-source-value):
11576 Prefer fboundp to functionp so it works with macros as well.
11577
11578 2008-04-05 Glenn Morris <rgm@gnu.org>
11579
11580 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11581
11582 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11585 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11586
11587 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11588 multibyteness after rather than before erasing it.
11589
11590 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11591 mm-with-multibyte.
11592 (gnus-request-article-this-buffer): Make sure the proper decoding is
11593 used if gnus-original-article-buffer happens to be unibyte.
11594
11595 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11596 default-enable-multibyte-characters.
11597
11598 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11599 default-enable-multibyte-characters.
11600
11601 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11602
11603 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11604
11605 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11606
11607 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11608 Fix last change in case the element is not even a symbol.
11609
11610 2008-04-02 Simon Josefsson <simon@josefsson.org>
11611
11612 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11613 imap-enable-exchange-bug-workaround.
11614 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11615
11616 2008-04-01 Simon Josefsson <simon@josefsson.org>
11617
11618 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11619 a 100 byte status-checks into a 2-3MB transfer for each group.
11620 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11621 to enable bug workaround or not.
11622 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11623
11624 2008-03-31 Glenn Morris <rgm@gnu.org>
11625
11626 * message.el (mml2015-use): Declare for compiler.
11627 (message-info): Require mml2015 when appropriate.
11628
11629 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11630
11631 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11632 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11633 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11634 (nntp-service-to-port): New function.
11635 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11636 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11637 (nntp-open-netcat-stream): New function.
11638 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11639
11640 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11641
11642 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11643
11644 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11645
11646 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11647
11648 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11649
11650 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11651
11652 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11653
11654 * message.el (message-signature-separator): Change default.
11655 Improve custom type.
11656 (message-cite-function): Change default to
11657 message-cite-original-without-signature.
11658
11659 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11660 toggle.
11661
11662 * message.el (message-check-news-body-syntax): Fix signature check.
11663 (message-setup-1): Mark buffer as unmodified _after_ running
11664 message-setup-hook and handling message-alternative-emails.
11665 (message-shorten-references): Be more strict when building list of
11666 valid references to comply with GNKSA.
11667
11668 * gnus-group.el (gnus-read-ephemeral-bug-group)
11669 (gnus-read-ephemeral-debian-bug-group)
11670 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11671
11672 * message.el (message-info): Don't use booleanp which isn't supported
11673 in Emacs 21 and XEmacs.
11674
11675 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11676
11677 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11678 gnus-group-gmane-group-download-format.
11679 (gnus-group-read-ephemeral-gmane-group): Rename from
11680 gnus-group-read-ephemeral-gmane-group.
11681 (gnus-read-ephemeral-gmane-group-url): Rename from
11682 gnus-group-read-ephemeral-gmane-group-url.
11683 (gnus-bug-group-download-format-alist): New variable.
11684 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11685 (gnus-read-ephemeral-emacs-bug-group): New commands.
11686
11687 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11688
11689 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11690 (gnus-visible-headers): Improve custom type.
11691
11692 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11693
11694 * mml.el (mml-menu): Add workarounds for XEmacs.
11695
11696 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11697 X-Boundary header.
11698
11699 * message.el (message-simplify-recipients): Fix previous commit.
11700
11701 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * mm-util.el (mm-set-buffer-multibyte): New function.
11704 * mm-decode.el (mm-copy-to-buffer): Use it.
11705
11706 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11707 Prefer fboundp to functionp so it works with macros as well.
11708
11709 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11710
11711 * message.el (message-alter-recipients-discard-bogus-full-name):
11712 New function.
11713 (message-alter-recipients-function): New variable.
11714 (message-get-reply-headers): Use it.
11715 (message-replace-header): New helper function.
11716 (message-recipients-without-full-name): New variable.
11717 (message-simplify-recipients): New command.
11718
11719 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11720
11721 * message.el (message-info): Handle EasyPG manual.
11722
11723 * mml.el (mml-menu): Add entry for EasyPG.
11724
11725 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11726
11727 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11728 parameter.
11729
11730 * message.el (message-disassociate-draft): Specify drafts group name
11731 fully.
11732
11733 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11734
11735 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11736 Eliminate unnecessary duplicates from the match list.
11737
11738 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11739
11740 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11741 args of `how-many' of which the XEmacs version doesn't take; declare
11742 Info-index-next as function.
11743
11744 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11745
11746 * gnus-score.el (gnus-score-headers): Fix handling of
11747 gnus-inhibit-slow-scoring.
11748
11749 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11750 string.
11751 (gnus-button-url-regexp): Improve handling of parenthesis.
11752 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11753 (gnus-button-handle-info-keystrokes): Handle index entries.
11754
11755 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11756
11757 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11758 Incoming* files.
11759
11760 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11761
11762 * auth-source.el (auth-sources): Rename from auth-source-choices.
11763 (auth-source-pick): Use it.
11764
11765 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11766
11767 * auth-source.el (auth-source-protocols)
11768 (auth-source-protocols-customize, auth-source-choices): Add and
11769 modified variable customizations and defaults.
11770 (auth-source-pick, auth-source-user-or-password)
11771 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11772 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11773 (auth-source-user-or-password-sftp)
11774 (auth-source-user-or-password-smtp): Use new variables and provide an
11775 interface to netrc.el.
11776
11777 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11778
11779 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11780 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11781 Make sure the nntp port to specify is a string.
11782
11783 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11784
11785 * nntp.el: Use with-current-buffer.
11786 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11787 dubious mm-with-unibyte-current-buffer.
11788 (nntp-with-open-group-function): New function extracted from
11789 nntp-with-open-group macro.
11790 (nntp-with-open-group): Use the function, so it's easier to debug.
11791 Add indentation and debugging info.
11792 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11793 Recommend the use of the netcat alternatives.
11794
11795 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11796 Avoid mm-string-as-multibyte as well.
11797
11798 * nnweb.el (nnweb-insert-html):
11799 Remove use of nnheader-string-as-multibyte.
11800
11801 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11802 (nnheader-string-as-multibyte): Remove.
11803
11804 * mm-view.el: Use inhibit-read-only.
11805 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11806 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11807 or unibyte-string.
11808
11809 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11810 (mm-uu-yenc-extract): Use with-current-buffer.
11811
11812 * gnus-soup.el (gnus-soup-send-packet): Don't use
11813 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11814
11815 * nnmh.el: Use with-current-buffer.
11816 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11817 mm-string-as-multibyte on the output of mm-encode-coding-string.
11818
11819 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11820 (nnimap-request-move-article): Use with-current-buffer.
11821
11822 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11823 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11824 conversion uses string-make-unibyte rather than string-as-unibyte.
11825
11826 * gnus-msg.el: Use with-current-buffer.
11827
11828 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11829
11830 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11831
11832 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11833 string for caching if it is 'PIN.
11834
11835 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11836
11837 * mail-source.el (mail-source-delete-old-incoming-confirm):
11838 Change default to nil.
11839 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11840
11841 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11842
11843 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11844 (gnus-article-goto-prev-page): Work for articles having ^L's.
11845
11846 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11847
11848 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11849
11850 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11851
11852 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11853 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11854 (gnus-bookmark-jump): Adjust some variable names.
11855
11856 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11857
11858 * auth-source.el: New package.
11859 (auth-source-choices): Add customization entry point variable.
11860
11861 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11862 bug.
11863
11864 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11865
11866 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11867 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11868 (gnus-registry-install-shortcuts): Rename from
11869 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11870 the `gnus-registry-mark-map' keymap dynamically from
11871 `gnus-registry-marks'. The generated functions update the summary line
11872 when a registry mark is added or deleted, and will call
11873 `gnus-registry-install-p' (see the comments in the code).
11874 (gnus-registry-user-format-function-M): Use concat intelligently.
11875
11876 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11877 the registry mark functions.
11878
11879 2008-03-05 Glenn Morris <rgm@gnu.org>
11880
11881 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11882 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11883 gnus-art.
11884 (top-level): No need to load own source when compiling.
11885
11886 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11887
11888 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11889 Suggested by <chris.anderton@zetnet.co.uk>.
11890
11891 2008-03-04 Glenn Morris <rgm@gnu.org>
11892
11893 * gnus-sum.el (top-level): No need to require gnus when compiling,
11894 since unconditionally required near start of file.
11895 (gnus-summary-display-while-building): Move definition before use.
11896
11897 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11898
11899 * gnus-registry.el (gnus-registry-user-format-function-M):
11900 Add formatting function.
11901
11902 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11903
11904 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11905 with plists.
11906 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11907 Use new format.
11908
11909 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11910
11911 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11912 `where-is-internal' that returns a range of key sequences.
11913
11914 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11917
11918 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11919 (gnus-summary-jump-to-group): Consider windows on other displayed
11920 frames as well. Similar changes might be needed elsewhere, but that's
11921 the one I've bumped into during my use.
11922
11923 * nndoc.el (nndoc-oe-dbx-type-p):
11924 * gnus-msg.el (gnus-debug):
11925 * gnus-group.el (gnus-update-group-mark-positions):
11926 Use mm-string-to-multibyte.
11927
11928 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11929
11930 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11931 doesn't handle NotDashEscaped.
11932
11933 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11934 (mml-dnd-attach-options): Fix typo in custom choice.
11935
11936 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11937 Change nndoc-article-type to mbox.
11938 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11939
11940 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11941 to nil, instead of html2text.
11942
11943 * imap.el (imap-debug): Add `imap-ping-server'.
11944
11945 * gnus-bookmark.el: Add FIXMEs.
11946
11947 * message.el (message-form-letter-separator)
11948 (message-send-form-letter-delay): New variables.
11949 (message-send-form-letter): Use them. New command to send form
11950 letters. Requested by Uwe Siart.
11951 (message-send-mail-function): Doc fix. Add "Other" custom option.
11952
11953 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11954
11955 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11956 empty author.
11957
11958 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11959
11960 * gnus-registry.el (gnus-registry-marks): Add variable for
11961 customization of marks and their appearance.
11962 (gnus-registry-read-mark): Use it.
11963 (gnus-registry-do-marks): Add utility function to loop through
11964 `gnus-registry-marks'.
11965 (gnus-registry-install-shortcuts-and-menus): Add function to install
11966 shortcuts and menus.
11967 (gnus-registry-initialize): Use it.
11968 (gnus-registry-default-mark): Clarify documentation.
11969
11970 2008-02-29 Glenn Morris <rgm@gnu.org>
11971
11972 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11973 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11974 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11975 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11976 Change defcustom :version from 23.0 to 23.1.
11977
11978 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11979
11980 * gnus-registry.el (gnus-registry-follow-group-p)
11981 (gnus-registry-post-process-groups): Add functions to aid registry
11982 splitting and improve logging. Clarify behavior in function
11983 documentation.
11984 (gnus-registry-split-fancy-with-parent): Use them.
11985
11986 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * gnus-art.el: Use with-current-buffer.
11989
11990 2008-02-27 David Engster <dengste@eml.cc>
11991
11992 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11993 Express real group name in the response.
11994
11995 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11996
11997 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11998 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11999 (nnmairix-goto-original-article): Defvar gnus-registry-install and
12000 autoload gnus-registry-fetch-group when compiling.
12001 (nnmairix-request-group-with-article-number-correction):
12002 Remove unreferenced argument passed to nnmairix-call-backend.
12003
12004 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12007 (mm-uu-extract): Improve face for low color ttys.
12008 Reported by Sascha Wilde.
12009
12010 2008-02-27 Glenn Morris <rgm@gnu.org>
12011
12012 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12013 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12014 variables to defconsts. Convert comments to doc-strings.
12015 (nnmairix-last-server, nnmairix-current-server): Convert from free
12016 variables to defvars. Convert comments to doc-strings.
12017 (gnus-registry-fetch-group): Autoload.
12018 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12019 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12020 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12021 caddr.
12022 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12023 nnmairix-request-group-with-article-number-correction call.
12024 (nnmairix-fast, nnmairix-group): New, less general names, for free
12025 variables passed from nnmairix-request-group to
12026 nnmairix-request-group-with-article-number-correction. Declare.
12027 (nnmairix-request-group-with-article-number-correction):
12028 Use nnmairix-fast, nnmairix-group rather than fast, group.
12029
12030 2008-02-26 David Engster <dengste@eml.cc>
12031
12032 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12033 version 0.5.
12034
12035 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12036
12037 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12038 instead of making an extra function call. Don't add the current group
12039 to articles only when they have the group. Use
12040 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12041 Reported by David <de_bb@arcor.de>.
12042
12043 2008-02-24 Miles Bader <miles@gnu.org>
12044
12045 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12046 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12047 (mm-find-mime-charset-region):
12048 * mm-bodies.el (mm-encode-body):
12049 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12050
12051 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12052
12053 * mail-source.el (mail-source-delete-incoming): Change default.
12054 Supplement doc string.
12055
12056 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12057
12058 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12059
12060 * nnmail.el (nnmail-message-id-cache-file): Derive from
12061 `gnus-home-directory'.
12062
12063 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12064
12065 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12066 Document negative prefix.
12067
12068 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12069
12070 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12071
12072 * message.el (message-unsent-separator): Add the Exim bounce
12073 separator.
12074
12075 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12076
12077 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12078 list.
12079 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12080 recipient/signer list.
12081
12082 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12083
12084 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12085 fbound (Emacs 23 unicode), signal an error.
12086
12087 2008-02-08 Glenn Morris <rgm@gnu.org>
12088
12089 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12090
12091 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12092
12093 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12094 ports to the calls to `netrc-machine-user-or-password' in addition to
12095 "imap" and "imaps".
12096
12097 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12098
12099 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12100 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12101 <hanche@math.ntnu.no>.
12102
12103 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12104
12105 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12106
12107 2008-02-01 Zhang Wei <id.brep@gmail.com>
12108
12109 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12110
12111 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12112
12113 2008-02-01 Miles Bader <miles@gnu.org>
12114
12115 * mml.el (mml-parse-1): Remove apparently vestigial use of
12116 `mm-hack-charsets'.
12117 * mm-bodies.el (mm-encode-body): Likewise.
12118
12119 2008-02-01 Kenichi Handa <handa@m17n.org>
12120
12121 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12122 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12123 (rfc2104-hash): Convert the result of concat to unibyte string.
12124
12125 2008-02-01 Dave Love <fx@gnu.org>
12126
12127 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12128 coding-system-for-read.
12129 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12130
12131 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12132 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12133 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12134
12135 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12136
12137 * mail-source.el (mail-sources): Add `group' choice.
12138
12139 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12140 parameter `in-group' to control into which group the articles go.
12141 Add treatment of `group' mail-source.
12142
12143 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12144
12145 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12146 * message.el (message-beginning-of-line): Use featurep instead of bound
12147 tests in order to resolve conditionals at compile time.
12148
12149 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12150
12151 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12152
12153 * mm-decode.el (mm-dissect-buffer): Decode description.
12154
12155 * mml.el (mml-to-mime): Encode message header first.
12156
12157 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12158
12159 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12160 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12161
12162 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12163
12164 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12165
12166 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12167
12168 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12169 prefix keys.
12170 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12171 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12172 gnus-xmas.el.
12173
12174 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12175
12176 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12177 Add new variables for article mark management.
12178 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12179 list of extra data entries which, when present, will indicate that the
12180 article ID should not be trimmed from the registry.
12181 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12182 functions.
12183 (gnus-registry-read-mark): New function to read a mark name from the
12184 user.
12185 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12186 (gnus-registry-set-article-mark-internal): New functions to add and
12187 remove marks.
12188 (gnus-registry-get-article-marks): New function to show the marks for
12189 an article, or retrieve them for further use.
12190
12191 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12192
12193 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12194 keys when no argument is given.
12195
12196 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12197
12198 * gnus-sum.el (gnus-article-sort-by-random)
12199 (gnus-thread-sort-by-random): Fix doc strings.
12200 Reported by jidanni@jidanni.org.
12201
12202 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12203
12204 * gnus-art.el (gnus-article-describe-bindings): New function.
12205 (gnus-article-read-summary-keys): Use it.
12206 (gnus-article-mode-map): Bind `C-h b' to it.
12207
12208 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12211 XEmacs.
12212 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12213 Protect against non-character events.
12214
12215 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12216
12217 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12218 New command.
12219 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12220 instead of END. Change name of the temp file.
12221 (gnus-group-gmane-group-download-format): Add doc string. Make it
12222 customizable.
12223
12224 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12225
12226 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12227 bind `S W' to gnus-article-wide-reply-with-original; set default
12228 binding to gnus-article-read-summary-send-keys.
12229 (gnus-article-read-summary-keys): Fix the order of keys; display
12230 continuation keys correctly in the echo area; describe bindings
12231 correctly when keys end with `C-h'.
12232 (gnus-article-read-summary-send-keys): New function.
12233 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12234 Work for gnus-article-read-summary-send-keys; display continuation keys
12235 correctly in the echo area.
12236 (gnus-article-reply-with-original): Ignore prefix argument.
12237 (gnus-article-wide-reply-with-original): New function.
12238
12239 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12240
12241 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12242 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12243
12244 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12245
12246 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12247 (gnus-group-read-ephemeral-gmane-group): New command.
12248
12249 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12250
12251 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12252
12253 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12254
12255 * message.el (message-send-mail-function): Increase custom version.
12256
12257 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12258 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12259
12260 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12261
12262 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12263 html parts correctly; support forwarded messages.
12264 (gnus-article-browse-html-article): Remove work buffers.
12265
12266 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12267 compiling.
12268 (netrc-bound-and-true-p): New macro.
12269 (netrc-parse): Use it instead of bound-and-true-p that is not available
12270 in XEmacs 21.4.
12271
12272 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12273
12274 * gnus-registry.el (gnus-registry-mark-article)
12275 (gnus-registry-article-marks): Add functionality to mark articles
12276 through the Gnus registry.
12277
12278 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12279 (netrc-parse): Use encrypt-file-alist to determine if
12280 encrypt-find-model or encrypt-insert-file-contents should be used.
12281
12282 2007-12-19 Glenn Morris <rgm@gnu.org>
12283
12284 * mml.el (message-options-set, message-narrow-to-head)
12285 (message-in-body-p, message-mail-p, message-encode-message-body):
12286 Autoload.
12287 (message-remove-header, message-narrow-to-headers-or-head)
12288 (message-subscribed-p, message-make-mail-followup-to)
12289 (message-position-on-field, message-news-p)
12290 (message-options-set-recipient, message-generate-headers)
12291 (message-sort-headers): Declare as functions.
12292
12293 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12294
12295 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12296 convention in doc string.
12297
12298 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12299
12300 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12301 title to html parts.
12302 (gnus-article-browse-html-article): Pass message header to it.
12303
12304 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12305
12306 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12307
12308 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12309 or password compatible with XEmacs.
12310
12311 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12312
12313 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12314 format document.
12315 (gnus-mime-delete-part): Don't write description line if empty.
12316 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12317
12318 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12319
12320 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12321 (gnus-summary-mark-read-and-unread-as-read)
12322 (gnus-summary-mark-current-read-and-unread-as-read)
12323 (gnus-summary-mark-unread-as-ticked): Doc fix.
12324 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12325
12326 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12327
12328 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12329 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12330
12331 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12332
12333 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12334 yes-or-no-p.
12335
12336 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12337
12338 * mm-decode.el (mm-add-meta-html-tag): New function.
12339 (mm-save-part-to-file, mm-pipe-part): Use it.
12340
12341 * gnus-art.el (gnus-article-browse-delete-temp-files):
12342 Use gnus-y-or-n-p instead of y-or-n-p.
12343 (gnus-article-browse-html-parts): Work with message/external-body; use
12344 mm-add-meta-html-tag.
12345
12346 2007-12-11 Glenn Morris <rgm@gnu.org>
12347
12348 * gnus-cache.el: Require gnus-sum not just when compiling.
12349
12350 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12351
12352 * gnus-int.el (gnus-server-opened, gnus-status-message):
12353 Move definitions before use.
12354
12355 * mm-decode.el: Require gnus-util.
12356 (mm-remove-part): Only call delete-annotation on XEmacs.
12357
12358 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12359
12360 * nnmail.el: Require gnus-int.
12361
12362 * spam.el: Move `require's before `eval-when-compile's.
12363
12364 * gnus-ems.el (gnus-alive-p):
12365 * gnus-fun.el (message-goto-eoh):
12366 * gnus-util.el (gnus-group-name-decode):
12367 * mail-source.el (gnus-compress-sequence):
12368 * message.el (Info-goto-node, format-spec):
12369 * mm-bodies.el (message-options-get):
12370 * mm-decode.el (mm-view-pkcs7):
12371 * mm-util.el (gmm-write-region):
12372 * mml-smime.el (mml-compute-boundary)
12373 (gnus-completing-read-with-default):
12374 * mml.el (widget-button-press, gnus-make-hashtable):
12375 * mml1991.el (mm-decode-content-transfer-encoding)
12376 (mm-encode-content-transfer-encoding)
12377 (message-options-get, message-options-set):
12378 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12379 * nnfolder.el (gnus-request-group):
12380 * nnheader.el (ietf-drums-unfold-fws):
12381 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12382 * smime.el (gnus-run-mode-hooks):
12383 * spam-stat.el (gnus-message): Autoload.
12384
12385 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12386 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12387 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12388 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12389 Add declare-function compatibility definition.
12390
12391 * gnus-cache.el (nnvirtual-find-group-art):
12392 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12393 (gnus-add-image, gnus-add-wash-type):
12394 * gnus-group.el (nnkiboze-score-file):
12395 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12396 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12397 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12398 (message-tokenize-header, gnus-get-buffer-create)
12399 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12400 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12401 * gnus.el (gnus-group-decoded-name):
12402 * mail-source.el (imap-capability):
12403 * mm-bodies.el (message-options-set):
12404 * mm-decode.el (gnus-configure-windows):
12405 * mm-extern.el (message-goto-body):
12406 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12407 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12408 (epg-sub-key-validity, message-options-set):
12409 * mml.el (widget-event-point, gnus-configure-windows):
12410 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12411 * mml2015.el (epg-check-configuration, epg-configuration)
12412 (message-options-set):
12413 * nndb.el (nndb-request-article):
12414 * nnfolder.el (gnus-request-create-group):
12415 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12416 * nnmaildir.el (gnus-group-mark-article-read):
12417 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12418 * rfc1843.el (message-fetch-field):
12419 * spam.el (gnus-extract-address-components):
12420 Declare as functions.
12421
12422 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12423
12424 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12425
12426 2007-12-09 Glenn Morris <rgm@gnu.org>
12427
12428 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12429
12430 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12431 * message.el, mm-view.el, sieve-manage.el, smime.el:
12432 Add declare-function compatibility definition.
12433
12434 * gnus-art.el (w3-region, w3m-region, Info-menu):
12435 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12436 * gnus-sum.el (gnus-get-predicate):
12437 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12438 * message.el (mail-abbrev-in-expansion-header-p):
12439 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12440 (w3m-detect-meta-charset, w3m-region):
12441 * sieve-manage.el (password-read, password-cache-add)
12442 (password-cache-remove):
12443 * smime.el (password-read-and-add): Declare as functions.
12444
12445 2007-12-08 David Kastrup <dak@gnu.org>
12446
12447 * gnus-sum.el (gnus-summary-simplify-subject-query):
12448 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12449 `message'.
12450
12451 2007-12-07 Glenn Morris <rgm@gnu.org>
12452
12453 * gnus-art.el (article-make-date-line): Revert previous change.
12454
12455 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12456
12457 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12458
12459 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12460
12461 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12462 Call gnus-add-to-range ranges only once with a prepared article-list.
12463
12464 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12465
12466 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12467 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12468 group names with backslashes.
12469 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12470
12471 2007-12-06 Deepak Goel <deego3@gmail.com>
12472
12473 * gnus-art.el (article-make-date-line):
12474 * gnus-start.el (gnus-load):
12475 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12476
12477 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12478
12479 * gnus-art.el (gnus-use-idna):
12480 * gnus-start.el (gnus-site-init-file):
12481 * message.el (message-use-idna):
12482 * mm-uu.el (mm-uu-hide-markers):
12483 * smiley.el (smiley-style): Revert changes that suppress warnings.
12484
12485 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12486
12487 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12488 specify charset to html source.
12489 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12490
12491 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12492
12493 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12494 idna-program in order to suppress byte compile warning issued by XEmacs
12495 that came to byte compile the default value section of defcustom forms
12496 recently.
12497
12498 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12499 value of installation-directory.
12500
12501 * message.el (message-use-idna): Don't directly refer to the value of
12502 idna-program.
12503
12504 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12505
12506 * smiley.el (smiley-style): Don't directly call face-attribute.
12507
12508 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12509
12510 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12511
12512 * gnus-dired.el: Reduce Gnus dependencies.
12513 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12514 Don't require. Use autoloads instead.
12515 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12516 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12517 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12518 (gnus-dired-mode): Adjust doc string.
12519 (gnus-dired-mail-mode): New variable.
12520 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12521 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12522 (gnus-dired-mail-buffers): New function. Return mail or message
12523 composition buffers.
12524 (gnus-dired-attach): Use it.
12525 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12526 NO-DECODE.
12527 (gnus-dired-print): Use `gnus-print-buffer' depending on
12528 `gnus-dired-mail-mode'.
12529
12530 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12531
12532 * rfc2047.el (rfc2047-encoded-word-regexp)
12533 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12534 explaining what regexp patterns are for.
12535
12536 2007-12-04 Glenn Morris <rgm@gnu.org>
12537
12538 * password.el: Move to ../password-cache.el.
12539
12540 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12541 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12542 * mml-smime.el (password-read, password-cache-add)
12543 (password-cache-remove):
12544 No need to autoload, since mml-sec requires password.
12545
12546 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12547 * message.el (gnus-extract-address-components):
12548 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12549
12550 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12551 password.
12552
12553 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12554
12555 * mailcap.el: Reduce dependencies.
12556 (mail-header-parse-content-type): Autoload.
12557 (mailcap-delete-duplicates): New alias.
12558 (mailcap-mime-info): Add optional argument NO-DECODE.
12559 (mailcap-mime-types): Use mailcap-delete-duplicates.
12560
12561 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12562
12563 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12564
12565 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12566 function.
12567
12568 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12569 (gnus-uu-yenc-article): New function.
12570
12571 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12572
12573 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12574
12575 2007-12-02 Glenn Morris <rgm@gnu.org>
12576
12577 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12578 Move to ../net.
12579
12580 * binhex.el, uudecode.el: Move to ../mail.
12581
12582 * encrypt.el: Remove file.
12583
12584 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12585
12586 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12587 matches on patches.
12588
12589 * gnus-art.el (gnus-article-browse-html-article):
12590 Mention `mm-text-html-renderer' in the doc string.
12591
12592 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12593 string. Add comments.
12594
12595 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12596 if rhs is ASCII.
12597
12598 2007-12-01 Glenn Morris <rgm@gnu.org>
12599
12600 * dig.el, dns.el: Move to ../net.
12601 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12602
12603 * mail-source.el (top-level): Require format-spec before
12604 eval-when-compile.
12605
12606 2007-11-30 Glenn Morris <rgm@gnu.org>
12607
12608 * encrypt.el: Require password, rather than autoloading password-read.
12609
12610 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12611
12612 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12613 caller can indicate whether the cache should be disregarded for this
12614 call. This way the result of the call is reproducible at all times and
12615 can be considered a canonical server name for the supplied method.
12616 (gnus-agent-method-p): Canonicalize server names by pushing their
12617 method through `gnus-method-to-server' using the no-cache argument.
12618
12619 * gnus-srvr.el (gnus-server-insert-server-line):
12620 Call `gnus-method-to-server' with `no-cache' argument.
12621
12622 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12623 gnus-agent-possibly-synchronize-flags as this should be called when the
12624 server is actually being opened.
12625 (gnus-agent-possibly-synchronize-flags)
12626 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12627 flags file of an agentized server to the latter function.
12628
12629 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12630 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12631 after a connection has been established successfully.
12632
12633 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12634
12635 * gnus-art.el (article-display-face): Force to display face if called
12636 interactively; check if gnus-article-x-face-too-ugly matches author.
12637 (article-display-x-face): Display face even if From header is missing
12638 as article-display-face does.
12639
12640 2007-11-28 Richard Stallman <rms@gnu.org>
12641
12642 * md4.el: Move to ../.
12643 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12644
12645 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12646
12647 * mail-source.el (mail-sources): Default to fetch from file for
12648 compatibility with default of nnmail-spool-file.
12649
12650 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12651
12652 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12653 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12654 to look for encoded word that should be encoded again.
12655 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12656 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12657 encoding pattern.
12658 (rfc2047-decode-region): Switch strict regexp and loose one according
12659 to rfc2047-allow-irregular-q-encoded-words.
12660
12661 2007-11-26 Simon Josefsson <simon@josefsson.org>
12662
12663 * imap.el: Move to ../net directory.
12664
12665 2007-11-25 Romain Francoise <romain@orebokech.com>
12666
12667 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12668
12669 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12670
12671 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12672 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12673
12674 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12675 `nnmail-spool-file'.
12676
12677 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12678 `nnmail-spool-file'.
12679
12680 * gnus-move.el (gnus-change-server): Ditto.
12681
12682 * gnus-kill.el (gnus-batch-score): Ditto.
12683
12684 * gnus-cache.el (gnus-jog-cache): Ditto.
12685
12686 * gnus-msg.el (gnus-summary-reply):
12687 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12688
12689 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12690
12691 * gnus-cache.el (gnus-cache-generate-nov-databases):
12692 Use nnml-generate-nov-databases-directory instead of
12693 nnml-generate-nov-databases-1.
12694
12695 2007-11-24 Glenn Morris <rgm@gnu.org>
12696
12697 * message.el (message-tool-bar-retro): Update for rename
12698 mail_send.xpm->mail-send.xpm.
12699
12700 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12701
12702 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12703 `smime-ldap-search' for Emacs 22 and up.
12704
12705 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12706
12707 * hashcash.el: Move to ../mail directory.
12708
12709 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12710
12711 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12712 `smime-ldap-search' for Emacs 22 and up.
12713
12714 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12715
12716 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12717
12718 * message.el (message-send-mail-function): Fix error convention.
12719 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12720 (message-widen-reply, message-send-mail, message-talkative-question)
12721 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12722 (message-clone-locals, message-send-news): Use with-current-buffer.
12723 (message-insert-or-toggle-importance): Remove unused var `valid'.
12724 (message-make-references): Remove unused var `new-references'.
12725 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12726
12727 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12728
12729 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12730 (spam-split-symbolic-return-positive): Reflow docstring.
12731 (spam-backends, spam-summary-exit-behavior)
12732 (spam-mark-ham-unread-before-move-from-spam-group)
12733 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12734 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12735 (spam-clear-cache, spam-backend-check, spam-install-backend)
12736 (spam-install-statistical-backend, spam-list-of-processors)
12737 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12738 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12739 (spam-check-crm114, spam-initialize, spam-unload-hook):
12740 Fix typos in docstrings.
12741
12742 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12743
12744 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12745 been checked if they have never been read and those group levels are
12746 higher than the one that a user specified.
12747
12748 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12749
12750 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12751 foreign groups unless a group level is specified by a user.
12752 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12753
12754 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12755
12756 * message.el (message-send-mail-function): Require sendmail.
12757
12758 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12759
12760 * message.el (message-send-mail-function): Check for smtpmail too.
12761
12762 * utf7.el (utf7-encode, utf7-decode): Use coding system
12763 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12764
12765 * message.el (message-send-mail-function): New function.
12766 (message-send-mail-function): Set default using
12767 message-send-mail-function. Adjust doc string.
12768 (message-send-mail-with-mailclient): New function.
12769
12770 2007-11-17 Richard Stallman <rms@gnu.org>
12771
12772 * assistant.el: Remove file.
12773
12774 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12775
12776 * smime.el (from):
12777 * rfc2047.el (message-posting-charset):
12778 * qp.el (mm-use-ultra-safe-encoding):
12779 * pop3.el (parse-time-months):
12780 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12781 * nnml.el (files):
12782 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12783 (jka-compr-compression-info-list, ange-ftp-path-format)
12784 (efs-path-regexp):
12785 * nndiary.el (files):
12786 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12787 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12788 (epg-digest-algorithm-alist, inhibit-redisplay)
12789 (password-cache-expiry):
12790 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12791 (pgg-output-buffer, password-cache-expiry):
12792 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12793 (efs-path-regexp):
12794 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12795 (inhibit-redisplay):
12796 * mm-uu.el (file-name, start-point, end-point, entry)
12797 (gnus-newsgroup-name, gnus-newsgroup-charset):
12798 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12799 (latin-unity-ucs-list):
12800 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12801 (mm-uu-binhex-decode-function):
12802 * message.el (gnus-message-group-art, gnus-list-identifiers)
12803 (rmail-enable-mime-composing, gnus-local-organization)
12804 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12805 (gnus-read-active-file, facemenu-add-face-function)
12806 (facemenu-remove-face-function, gnus-article-decoded-p)
12807 (tool-bar-mode):
12808 * mail-source.el (display-time-mail-function):
12809 * gnus-util.el (nnmail-pathname-coding-system)
12810 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12811 (gnus-original-article-buffer, gnus-user-agent)
12812 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12813 (xemacs-codename, sxemacs-codename, emacs-program-version):
12814 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12815 * gnus-start.el (gnus-agent-covered-methods)
12816 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12817 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12818 (gnus-newsgroup-headers, gnus-group-list-mode)
12819 (gnus-group-mark-positions, gnus-newsgroup-data)
12820 (gnus-newsgroup-unreads, nnoo-state-alist)
12821 (gnus-current-select-method, mail-sources)
12822 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12823 (nnmail-spool-file, gnus-cache-active-hashtb):
12824 * gnus-mh.el (mh-lib-progs):
12825 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12826 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12827 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12828 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12829 (gnus-group-buffer):
12830 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12831 (font-lock-set-defaults):
12832 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12833 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12834 (gnus-summary-post-menu, total-parts, type, condition, length):
12835 * gnus-agent.el (gnus-agent-read-agentview):
12836 * flow-fill.el (show-trailing-whitespace):
12837 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12838 eval-and-compile wrappers for byte compiler pacifiers.
12839
12840 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12841 (mm-display-inline-fontify): Check for featurep 'xemacs not
12842 extent-list.
12843
12844 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12845 itimer-list.
12846 (mm-create-image-xemacs): Only do something for XEmacs.
12847 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12848
12849 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12850
12851 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12852 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12853
12854 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12855
12856 * nnimap.el (nnimap-split-download-body):
12857 * gnus-demon.el (gnus-demon):
12858 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12859
12860 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12861
12862 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12863 New macros.
12864 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12865 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12866 copy data from unibyte buffer to multibyte current buffer.
12867 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12868 to copy data from unibyte current buffer to multibyte buffer.
12869 (nntp-make-process-buffer): Make process buffer unibyte.
12870
12871 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12872
12873 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12874
12875 * pop3.el (pop3-open-server): Accept and process data more robustly at
12876 connection start to avoid spurious "POP SSL connection failed" errors.
12877
12878 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12879
12880 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12881 read group names.
12882
12883 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12884
12885 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12886
12887 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12888
12889 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12890 (nnmail-save-active): Use a unibyte buffer when saving active file,
12891 which may contain non-ASCII group names.
12892
12893 * nnml.el (nnml-request-group): Decode group names in messages.
12894
12895 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12896
12897 * message.el (message-citation-line-function)
12898 (message-insert-formatted-citation-line): Fix spelling of
12899 `message-insert-formated-citation-line'.
12900
12901 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12902
12903 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12904
12905 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12906
12907 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12908 nnmail-pathname-coding-system.
12909
12910 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12911 that a user enters; decode group names in messages.
12912
12913 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12914
12915 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12916
12917 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12918
12919 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12920
12921 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12922 risky local variable.
12923
12924 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12925
12926 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12927
12928 * encrypt.el: Improve documentation to fix function name typo.
12929 Reported by Daiki Ueno <ueno@unixuser.org>.
12930
12931 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12932
12933 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12934 even if the point is not in the last page of an article.
12935 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12936 back to the previous page.
12937
12938 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12939
12940 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12941
12942 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12943
12944 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12945
12946 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * message.el (message-check-news-body-syntax):
12949 Avoid mm-string-as-multibyte.
12950 (message-hide-headers): Don't assume (point-min)==1.
12951
12952 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12953
12954 * message.el (message-remove-blank-cited-lines): Fix if remove is
12955 given.
12956 (message-bogus-address-regexp): New variable.
12957 (message-bogus-recipient-p): New function.
12958 (message-check-recipients): New command.
12959 (message-syntax-checks): Add `bogus-recipient'.
12960 (message-fix-before-sending): Add `bogus-recipient'.
12961
12962 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12963 (gnus-treat-body-boundary): Don't test window-system.
12964
12965 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12966
12967 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12968
12969 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12970
12971 * gnus.el: Bump version to Gnus v5.13.
12972
12973 2007-10-28 Miles Bader <miles@gnu.org>
12974
12975 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12976 at compile-time too.
12977
12978 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * gnus-msg.el (gnus-message-setup-hook):
12981 Add `message-remove-blank-cited-lines' to options.
12982
12983 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12984
12985 * message.el (message-remove-blank-cited-lines): New function.
12986 Suggested by Karl Plästerer.
12987
12988 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12989
12990 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12991 mapc.
12992
12993 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12994 (top-level): Use mapc to set functions to be traced for debugging.
12995
12996 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12997 called for effect with while loop.
12998
12999 * message.el (message-talkative-question): Replace mapcar called for
13000 effect with mapc.
13001
13002 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13003 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13004 called for effect with dolist.
13005
13006 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13007
13008 * nndiary.el: Use dolist instead of mapcar to add diary headers to
13009 gnus-extra-headers and nnmail-extra-headers.
13010
13011 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13012 called for effect with dolist.
13013 (top-level): Use mapc to set functions to be traced for debugging.
13014
13015 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13016 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13017 dolist.
13018
13019 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13020 Replace mapcar called for effect with mapc.
13021 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13022 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13023 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13024 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13025
13026 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13027 remove-if that's a cl function.
13028
13029 * webmail.el (webmail-debug): Replace mapcar called for effect with
13030 dolist.
13031
13032 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13033
13034 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13035 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13036 with while loop.
13037
13038 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13039 functions from article-* functions.
13040 (gnus-multi-decode-header): Replace mapcar called for effect with
13041 dolist.
13042
13043 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13044 (gnus-bookmark-show-details): Replace mapcar called for effect with
13045 while loop.
13046
13047 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13048 called for effect with while loop.
13049
13050 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13051 with dolist.
13052
13053 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13054 Replace mapcar called for effect with dolist.
13055
13056 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13057
13058 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13059 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13060 Replace mapcar called for effect with dolist.
13061 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13062 mapc.
13063
13064 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13065 Replace mapcar called for effect with dolist.
13066 (gnus-topic-list): Replace mapcar called for effect with mapc.
13067
13068 * gnus.el: Use mapc instead of mapcar to add autoloads.
13069
13070 2007-10-23 Richard Stallman <rms@gnu.org>
13071
13072 * gnus-group.el (gnus-group-highlight): Mark as risky.
13073
13074 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13075
13076 * gnus.el (gnus-server-to-method): Return method found first in
13077 gnus-newsrc-alist.
13078
13079 * gnus-art.el (gnus-article-highlight-signature)
13080 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13081 button overlay without the front stickiness.
13082
13083 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13084
13085 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13086 overview buffer needed a catch to receive its throw.
13087 (gnus-agent-flush-cache): Declare as interactive to make this function
13088 easier to use.
13089
13090 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13091
13092 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13093 `next-line'.
13094
13095 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13096
13097 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13098 exclude address matching message-dont-reply-to-names.
13099
13100 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13101
13102 * gnus-util.el (gnus-string<): New function.
13103
13104 * gnus-sum.el (gnus-article-sort-by-author)
13105 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13106
13107 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13108
13109 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13110 the frame-focus tag is set in gnus-buffer-configuration.
13111
13112 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13113
13114 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13115 the front stickiness.
13116
13117 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13118
13119 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13120 url pattern; remove duplicate one.
13121 (gnus-article-extend-url-button): New function.
13122 (gnus-article-add-buttons): Use it.
13123 (gnus-button-push): Use concatenated url that it makes.
13124
13125 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13128 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13129
13130 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13131
13132 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13133 Don't hardcode point-min==1.
13134
13135 2007-09-30 David Kastrup <dak@gnu.org>
13136
13137 * gnus-art.el (gnus-article-reply-with-original)
13138 (gnus-article-followup-with-original): When `transient-mark-mode' is
13139 off, refrain from active-region behavior for followups.
13140
13141 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13142
13143 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13144 Fix comment about "iso8859-1".
13145
13146 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13147
13148 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13149 ones returned from the verify-function.
13150
13151 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13152 Call mml2015-extract-cleartext-signature if extraction failed.
13153
13154 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13155
13156 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13157 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13158 failed.
13159
13160 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13161
13162 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13163
13164 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13165
13166 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13167 to mark a thread as expirable. Add variable `hide' to handle hiding of
13168 thread for both the null and zero (kill/expire thread) universal prefix
13169 cases.
13170 (gnus-summary-expire-thread): Add new function to expire a thread,
13171 using gnus-summary-kill-thread.
13172 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13173 shortcuts for gnus-summary-expire-thread.
13174 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13175 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13176
13177 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13178
13179 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13180 extras value, so an extras entry can be deleted.
13181 (gnus-registry-delete-extra-entry): Use it.
13182 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13183 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13184 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13185 storage through the gnus-registry, and provide an appropriate API for
13186 it.
13187
13188 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13189
13190 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13191 Suggested by Leo <sdl.web@gmail.com>.
13192
13193 * gnus.el: Do.
13194
13195 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13196
13197 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13198 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13199
13200 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13201
13202 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13203 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13204
13205 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13206
13207 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13208 newline.
13209 (nnmbox-request-accept-article): Don't change article in source buffer;
13210 narrow to header to use message-fetch-field rather than
13211 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13212 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13213 as delimiters; make sure article ends with newline.
13214 (nnmbox-delete-mail): Correct last position of article to be deleted;
13215 ignore X-Gnus-Newsgroup header in article body.
13216 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13217 positions; make sure article ends with newline.
13218
13219 * message.el (message-display-abbrev): Don't infloop when a user
13220 inserts SPC in the beginning of header.
13221
13222 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13223
13224 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13225 list of groups not followed by default. Fix type to be regexp.
13226 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13227
13228 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13229
13230 * hmac-def.el (define-hmac-function): Switch from old-style to
13231 new-style backquotes.
13232
13233 * md4.el (md4-make-step): Likewise.
13234
13235 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13236
13237 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13238 raw-text coding system when saving .newsrc file, which may contain
13239 non-ASCII group names.
13240
13241 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13242
13243 * gnus-cus.el (gnus-score-extra): New widget.
13244 (gnus-score-extra-convert): New function.
13245 (gnus-score-customize): Use it for Extra.
13246
13247 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13248
13249 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13250 (mml2015-mailcrypt-clear-verify): Use it.
13251 (mml2015-gpg-clear-verify): Use it.
13252 (mml2015-pgg-clear-verify): Use it.
13253 (mml2015-epg-clear-verify): Replace the current part with the output
13254 from GnuPG; don't extract the plaintext by itself.
13255
13256 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13257 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13258 mml2015-clear-verify-function; don't touch the armor headers or
13259 dash-escaped text here.
13260
13261 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13262
13263 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13264 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13265 parts, or application/octet-stream as a last resort.
13266 (gnus-mime-view-part-as-type): Don't toggle display.
13267 (gnus-mime-view-part-as-charset): Don't turn off display before
13268 querying charset.
13269
13270 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13271 stuff to undisplayer function in Emacs.
13272 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13273
13274 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13275 text/calendar parts.
13276
13277 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13278
13279 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13280 decoding text/calendar parts.
13281
13282 * message.el (message-forward-make-body-mime): Always mark body as
13283 having no illegible text; remove signed-or-encrypted argument.
13284 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13285
13286 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13287 (mml-generate-mime-1): Don't encode body if it is specified to be in
13288 raw form; don't make buffer be unibyte when inserting multibyte string.
13289
13290 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13291
13292 * sha1.el: Fix up comment style.
13293 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13294 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13295
13296 * hex-util.el: Fix up comment style.
13297 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13298
13299 * gnus-salt.el: Use with-current-buffer.
13300 (gnus-pick-setup-message): Fix long-standing typo.
13301
13302 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * imap.el (imap-logout-timeout): New variable.
13305 (imap-logout, imap-logout-wait): New functions.
13306 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13307
13308 * nnimap.el (nnimap-logout-timeout): New server variable.
13309 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13310 nnimap-logout-timeout.
13311
13312 * gnus-art.el (gnus-article-summary-command-nosave)
13313 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13314
13315 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13316
13317 * gnus.el (gnus-maximum-newsgroup): New variable.
13318
13319 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13320 according to gnus-maximum-newsgroup.
13321
13322 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13323 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13324 Limit the range of articles according to gnus-maximum-newsgroup.
13325
13326 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13327
13328 * gnus-art.el (gnus-sticky-article): Fix problems described in
13329 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13330 Don't perform gnus-configure-windows here; reuse existing sticky
13331 article buffer.
13332
13333 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13334 it doesn't exist in gnus-article-mode.
13335
13336 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13337
13338 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13339 (gnus-agent-decoded-group-name): New function.
13340 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13341 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13342
13343 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13344
13345 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13346 Add binding for gnus-sticky-article.
13347 (gnus-summary-exit): Don't kill sticky article buffers.
13348
13349 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13350 article buffer.
13351 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13352 (gnus-kill-sticky-article-buffers): New commands.
13353
13354 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * nntp.el (nntp-xref-number-is-evil): New server variable.
13357 (nntp-find-group-and-number): If it is non-nil, don't trust article
13358 numbers in the Xref header.
13359
13360 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13361
13362 * gnus-agent.el (gnus-agent-read-group): New function.
13363 (gnus-agent-flush-group, gnus-agent-expire-group)
13364 (gnus-agent-regenerate-group): Use it.
13365 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13366 nnmail-pathname-coding-system.
13367
13368 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13369
13370 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13371
13372 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13373 that are unread as unread, and also as selected so that information of
13374 marks having been changed by a user may be updated when exiting group.
13375
13376 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13377
13378 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13379
13380 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13381
13382 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13383 calculated ignoring signature parts to gnus-treat-article.
13384
13385 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13386
13387 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13388 a point here in order to keep the window start.
13389 (gnus-insert-mime-security-button): Make a button overlay without the
13390 front stickiness.
13391 (gnus-mime-display-security): Goto the end of a button.
13392
13393 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13394
13395 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13396
13397 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13398 group-name-at-point.
13399 (gnus-group-completing-read): New function that offers decoded
13400 non-ASCII group names for completion.
13401 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13402 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13403 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13404 (gnus-group-fetch-control): Use it.
13405 (gnus-fetch-group): Use group-name-at-point for the initial value
13406 rather than the default value; use gnus-alive-p.
13407
13408 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13409 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13410 (gnus-summary-post-news): Use gnus-group-completing-read.
13411
13412 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13413 (gnus-read-move-group-name): Decode group name for completion.
13414
13415 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13416
13417 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13418 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13419 Yamaoka slightly modified the code).
13420
13421 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13422
13423 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13424 (nnmail-split-incoming): Bind it.
13425
13426 * nnml.el (nnml-group-name-charset): New function.
13427 (nnml-decoded-group-name): Use it; don't decode group name if
13428 nnmail-group-names-not-encoded-p is non-nil.
13429 (nnml-encoded-group-name): New function.
13430 (nnml-group-pathname): Inline nnml-decoded-group-name.
13431 (nnml-request-expire-articles): Decode group name in message.
13432 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13433 nnmail-pathname-coding-system.
13434 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13435 not decoded ones according to nnmail-group-names-not-encoded-p.
13436 (nnml-generate-active-info): Use nnml-encoded-group-name.
13437
13438 2007-08-08 Glenn Morris <rgm@gnu.org>
13439
13440 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13441 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13442 doc-strings and comments.
13443
13444 2007-07-25 Glenn Morris <rgm@gnu.org>
13445
13446 * Relicense all FSF files to GPLv3 or later.
13447
13448 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13449
13450 * gnus-sum.el (gnus-summary-move-article):
13451 Make gnus-summary-respool-article work.
13452
13453 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13454
13455 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13456 string.
13457
13458 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13459
13460 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13461 that should be ignored when comparing distant RSS articles with local
13462 ones.
13463 (nnrss-make-hash-index): New function. Create a hash index according
13464 to the ignored fields.
13465 (nnrss-check-group): Use it.
13466
13467 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13468
13469 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13470
13471 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13472
13473 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13474 the new optional argument ENCODED is non-nil.
13475 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13476 coding system for encoding group name.
13477 (gnus-group-make-rss-group): Pass un-encoded group name to
13478 gnus-group-make-group.
13479 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13480 encoded.
13481
13482 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13483 Encode group name to which articles are moved or copied.
13484 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13485 coding system for encoding Newsgroup, Followup-To and Xref headers.
13486
13487 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13488 marks; use nnheader-file-coding-system to write a file.
13489 (nnagent-retrieve-headers): Bind file-name-coding-system to
13490 nnmail-pathname-coding-system.
13491
13492 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13493
13494 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13495 (nnml-request-article, nnml-request-create-group)
13496 (nnml-request-rename-group, nnml-find-id)
13497 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13498 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13499 (nnml-save-marks): Use nnml-group-pathname instead of
13500 nnmail-group-pathname.
13501
13502 (nnml-request-create-group, nnml-request-expire-articles)
13503 (nnml-request-move-article, nnml-request-delete-group)
13504 (nnml-deletable-article-p, nnml-possibly-create-directory)
13505 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13506 (nnml-open-marks): Bind file-name-coding-system to
13507 nnmail-pathname-coding-system.
13508
13509 (nnml-request-article): Pass server argument to nnml-find-group-number.
13510 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13511 Pass server argument to nnml-possibly-create-directory.
13512 (nnml-request-accept-article): Pass server argument to
13513 nnml-active-number and nnml-save-mail.
13514 (nnml-find-group-number): Pass server argument to nnml-find-id.
13515 (nnml-request-update-info): Pass server argument to
13516 nnml-marks-changed-p.
13517
13518 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13519 (nnml-save-mail, nnml-active-number): Add server argument.
13520
13521 (nnml-request-delete-group): Warn if group is missing.
13522 (nnml-get-nov-buffer): Decode group name.
13523 (nnml-generate-active-info): Encode group name.
13524 (nnml-open-marks): Decode group name in messages.
13525
13526 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13527
13528 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13529 if it is not specified.
13530 (gnus-article-pipe-part, gnus-article-save-part)
13531 (gnus-article-interactively-view-part, gnus-article-copy-part)
13532 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13533 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13534 (gnus-article-replace-part, gnus-article-delete-part)
13535 (gnus-article-view-part-as-type): Pass raw prefix argument to
13536 gnus-article-part-wrapper.
13537
13538 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13539
13540 * gnus-agent.el (gnus-agent-save-active):
13541 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13542
13543 * gnus-cache.el (gnus-cache-save-buffers)
13544 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13545 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13546 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13547 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13548 (gnus-cache-generate-active, gnus-cache-rename-group)
13549 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13550 (gnus-cache-update-overview-total-fetched-for):
13551 Bind file-name-coding-system to nnmail-pathname-coding-system.
13552 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13553 New variables.
13554 (gnus-cache-decoded-group-name): New function.
13555 (gnus-cache-file-name): Use it.
13556 (gnus-cache-generate-active): Use non-decoded group name for active.
13557
13558 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13559 right place.
13560 (gnus-write-active-file): Don't break non-ASCII group names.
13561
13562 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13563 nnmail-pathname-coding-system.
13564
13565 * gnus-uu.el (gnus-uu-decode-save): Typo.
13566
13567 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13568
13569 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13570
13571 2007-07-14 David Kastrup <dak@gnu.org>
13572
13573 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13574 finishing actions if we did not edit the article.
13575
13576 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13577
13578 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13579 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13580 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13581 (gnus-agent-flush-group, gnus-agent-flush-cache)
13582 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13583 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13584 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13585 (gnus-agent-regenerate-group)
13586 (gnus-agent-update-files-total-fetched-for)
13587 (gnus-agent-update-view-total-fetched-for):
13588 Bind file-name-coding-system to nnmail-pathname-coding-system.
13589 (gnus-agent-group-pathname): Don't encode file names by
13590 nnmail-pathname-coding-system.
13591 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13592 coding-system-for-write instead of buffer-file-coding-system to
13593 gnus-agent-file-coding-system.
13594
13595 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13596 Decode group name.
13597
13598 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13599
13600 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13601 (gnus-read-newsrc-el-file): Make group names unibyte.
13602
13603 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13604 nnmail-pathname-coding-system.
13605
13606 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13607 (nnrss-request-delete-group): Bind file-name-coding-system to
13608 nnmail-pathname-coding-system.
13609 (nnrss-read-server-data, nnrss-read-group-data):
13610 Bind file-name-coding-system correctly.
13611 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13612
13613 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13614 (nntp-server-to-method-cache): New variable.
13615 (nntp-group-pathname): New function that decodes non-ASCII group names.
13616 (nntp-possibly-create-directory, nntp-marks-changed-p)
13617 (nntp-save-marks, nntp-open-marks): Use it.
13618 (nntp-possibly-create-directory, nntp-open-marks):
13619 Bind file-name-coding-system to nnmail-pathname-coding-system.
13620 (nntp-open-marks): Decode group names when bootstrapping marks.
13621
13622 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13623 Newsgroups and Followup-To headers.
13624
13625 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13626
13627 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13628 (gnus-server-closed-face, gnus-server-denied-face)
13629 (gnus-server-offline-face): Remove variable.
13630 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13631
13632 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13633 of modifying message-stack directly for XEmacs.
13634
13635 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13636 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13637 if the coding-system argument is nil for XEmacs.
13638
13639 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13640 mm-charset-override-alist.
13641
13642 * rfc2047.el: Don't require base64; require rfc2045 for the function
13643 rfc2045-encode-string.
13644 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13645 to quote the parameter value.
13646
13647 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13648
13649 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13650 form in gnus-group-name-charset-method-alist.
13651
13652 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13653 overrides the default layout edit-form.
13654
13655 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13656
13657 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13658
13659 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13660
13661 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13662 as unfetched articles.
13663
13664 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13665
13666 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13667
13668 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13669
13670 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13671 original back end that keeps marks in the local system.
13672
13673 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13674
13675 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13676 arg of pop-to-buffer for XEmacs.
13677 (gnus-article-read-summary-keys): Ditto; don't restore window
13678 configuration if summary command ends up with neither article buffer
13679 nor summary buffer; describe bindings if summary keys end with C-h.
13680
13681 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13682
13683 * message.el (message-fix-before-sending): Skip raw message part to be
13684 forwarded while checking illegible text.
13685 (message-forward-make-body-mime, message-forward-make-body):
13686 Mark signed or encrypted raw message as having no illegible text.
13687
13688 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13689
13690 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13691 (gnus-message-with-timestamp-1): New macro.
13692 (gnus-message-with-timestamp): New function.
13693 (gnus-message): Use them.
13694
13695 * nnheader.el (nnheader-message): Use them.
13696
13697 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13698
13699 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13700 .newsrc.eld file.
13701
13702 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13703
13704 * gnus-agent.el (gnus-agent-fetch-headers)
13705 (gnus-agent-retrieve-headers):
13706 Bind gnus-decode-encoded-address-function to identity.
13707
13708 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13709 available also when the server returns simply a dot.
13710
13711 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13712
13713 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13714
13715 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13716
13717 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13718
13719 * gnus-ems.el (gnus-x-splash): Make it work.
13720
13721 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13722 from being used.
13723
13724 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13725
13726 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13727 the front stickiness.
13728 (gnus-article-summary-command-nosave): Correct the order of the
13729 arguments passed to pop-to-buffer.
13730 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13731 summary command ends up with the article buffer.
13732
13733 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13734 the same faces.
13735
13736 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13739
13740 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13741
13742 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13743 * gnus-sum.el (gnus-summary-highlight):
13744 * mail-source.el (mail-source-delete-old-incoming-confirm):
13745 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13746
13747 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13748
13749 * gnus-art.el (gnus-mime-view-part-externally)
13750 (gnus-mime-view-part-internally): Fix predicate function passed to
13751 completing-read.
13752
13753 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13754
13755 * gnus.el (gnus-update-message-archive-method): Add :version.
13756
13757 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13758
13759 * gnus.el (gnus-update-message-archive-method): New variable.
13760
13761 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13762 according to gnus-message-archive-method if
13763 gnus-update-message-archive-method is non-nil.
13764
13765 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13766
13767 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13768 Suggested by Loic Dachary <loic@dachary.org>.
13769 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13770
13771 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * message.el (message-pop-to-buffer): Add switch-function argument.
13774 (message-mail): Pass switch-function argument to it.
13775
13776 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13777
13778 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13779 Improve doc string.
13780
13781 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13782
13783 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13784 (gnus-header-content):
13785 * gnus-cite.el (gnus-cite-10):
13786 * gnus-srvr.el (gnus-server-closed):
13787 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13788 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13789 (gnus-group-mail-3-empty, gnus-group-mail-low)
13790 (gnus-group-mail-low-empty, gnus-splash):
13791 * message.el (message-header-to, message-header-cc)
13792 (message-header-subject, message-header-other, message-header-name)
13793 (message-header-xheader, message-separator, message-cited-text)
13794 (message-mml): Lighten colors of faces used for dark background.
13795
13796 2007-05-24 Simon Josefsson <simon@josefsson.org>
13797
13798 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13799 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13800
13801 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13802
13803 * message.el (message-narrow-to-headers-or-head):
13804 Ignore mail-header-separator in the body.
13805
13806 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13807
13808 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13809 same as window size.
13810
13811 2007-05-22 Kevin Ryde <user42@zip.com.au>
13812
13813 * message.el (message-font-lock-keywords): Use message-header-xheader
13814 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13815 ahead of the anything pattern, to get it recognized.
13816
13817 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13818
13819 * gnus-sum.el (gnus-articles-to-read)
13820 (gnus-summary-insert-old-articles): Don't truncate group name for
13821 `read-string'.
13822
13823 * gnus-util.el (gnus-limit-string): Delete this function.
13824
13825 * gnus-sum.el (gnus-simplify-subject-fully):
13826 Use `truncate-string-to-width' instead.
13827
13828 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13829
13830 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13831 Tell if, on summary exit, the next group has to be selected.
13832 (gnus-summary-exit): Use it.
13833
13834 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13835
13836 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13837 non-break space.
13838
13839 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13840
13841 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13842 Check if group is not a directory.
13843 (nnfolder-request-expire-articles): Don't delete articles if the target
13844 group is not available.
13845
13846 * nnml.el (nnml-request-create-group): Properly check if group is not a
13847 file.
13848 (nnml-request-expire-articles): Don't delete articles if the target
13849 group is not available.
13850
13851 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13852 Don't quote characters that are within parentheses.
13853
13854 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13855
13856 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13857 (gnus-handle-ephemeral-exit): Select article according to it.
13858
13859 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13860
13861 * message.el (message-insert-formated-citation-line): Remove newline.
13862 (message-citation-line-format): Add final \n here so that the user can
13863 avoid a blank line.
13864
13865 2007-05-03 Dan Christensen <jdc@uwo.ca>
13866
13867 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13868 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13869 Update lanl/arXiv support.
13870
13871 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13872
13873 * gnus.el: Bump version number.
13874
13875 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13876
13877 * gnus.el (gnus-version-number): Bump version.
13878
13879 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13880
13881 * gnus.el: No Gnus v0.6 is released.
13882
13883 2007-04-27 Didier Verna <didier@xemacs.org>
13884
13885 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13886 * gmm-utils.el (gmm-regexp-concat): ... here.
13887 * message.el: Don't require 'gnus-util.
13888 (message-dont-reply-to-names): Handle name change above.
13889 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13890
13891 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13892
13893 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13894 since the initial value varies according to the system.
13895
13896 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13897
13898 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13899
13900 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13901
13902 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13903
13904 2007-04-24 Didier Verna <didier@xemacs.org>
13905
13906 Improve the type of gnus-ignored-from-addresses.
13907 * gnus-util.el (gnus-orify-regexp): New function.
13908 * message.el (gnus-util): Require it.
13909 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13910 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13911 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13912
13913 2007-04-24 Didier Verna <didier@xemacs.org>
13914
13915 * gnus-sum.el:
13916 * gnus-utils.el: Fix some trailing whitespaces.
13917
13918 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13919
13920 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13921 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13922 article's Message-ID; refer parent article in summary buffer.
13923
13924 * message.el (message-bounce): Call mime-to-mml.
13925
13926 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13927
13928 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13929
13930 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13931
13932 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13933 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13934 displayed of multipart/alternative part if it is invoked from summary
13935 buffer.
13936
13937 * mm-view.el (mm-inline-text-html-render-with-w3m)
13938 (mm-inline-text-html-render-with-w3m-standalone)
13939 (mm-inline-render-with-function): Use mail-parse-charset by default.
13940
13941 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13942
13943 * parse-time.el (parse-time-string-chars): Check if CHAR
13944 is less than the length of parse-time-syntax.
13945
13946 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13947
13948 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13949 from gnus-newsgroup-processable.
13950
13951 2007-04-16 Didier Verna <didier@xemacs.org>
13952
13953 * gnus-msg.el (gnus-configure-posting-styles):
13954 Handle message-signature-directory properly with :file syntax.
13955 Reported by "Leo".
13956
13957 2007-04-11 Didier Verna <didier@xemacs.org>
13958
13959 New user option: message-signature-directory.
13960 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13961 * message.el (message-insert-signature): Ditto.
13962 * message.el (message-signature-file): Doc update.
13963 * message.el (message-signature-directory): New.
13964
13965 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13966
13967 * gnus-msg.el (gnus-inews-yank-articles):
13968 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13969
13970 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13971
13972 * message.el (message-yank-original): Make sure cited text ends with
13973 newline; don't exchange point and mark.
13974
13975 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13976
13977 * tls.el (open-tls-stream): Properly handle case where there
13978 is no associated buffer.
13979
13980 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13981
13982 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13983 message-yank-original, make sure (< mark TEXT point).
13984
13985 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13986
13987 * message.el (message-fill-column): New variable.
13988 (message-mode): Use it. Add comment on a possible new hook.
13989
13990 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13991 (nnmail-get-new-mail): Reformat.
13992
13993 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13994
13995 * gmm-utils.el: Fix Commentary.
13996 (gmm-tool-bar-from-list): Fix typo in doc string.
13997
13998 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13999
14000 * message.el (message-yank-original): Don't switch point and mark
14001 unnecessarily to put point and mark as documented.
14002
14003 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
14004
14005 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14006 from the message heads.
14007
14008 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
14009
14010 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14011 article buffer does not have a window. This may not be the best
14012 solution but is certainly better than setting the start of the null,
14013 that is the current, window.
14014
14015 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14016
14017 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14018 (gnus-draft-setup): Run it.
14019
14020 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14021 gnus-score-fast-scoring. Allow regexp.
14022 (gnus-score-headers): Use it.
14023
14024 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14025 XEmacs.
14026
14027 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14028 string.
14029 (gnus-button-alist): Also catch `<f1> k ...'.
14030 (gnus-treat-display-x-face): Fix doc string.
14031
14032 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14033
14034 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14035 evaluation of gnus-extended-version to ensure correct generation of the
14036 User-Agent header when message-generate-headers-first is used.
14037
14038 2007-03-24 Simon Josefsson <simon@josefsson.org>
14039
14040 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14041 hashcash-path is nil. Don't call callback with incorrect number of
14042 parameters if val is 0.
14043
14044 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14045
14046 * message.el (message-required-news-headers):
14047 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14048
14049 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * message.el (message-generate-new-buffers): Change the meaning of the
14052 nil value; add `standard' to the choices; treat t as `unique'; improve
14053 doc string.
14054 (gnus-select-frame-set-input-focus): Autoload.
14055 (message-buffer-name): Search for the existing message buffer if
14056 message-generate-new-buffers is nil or `standard'; treat the value t of
14057 message-generate-new-buffers as `unique'.
14058 (message-pop-to-buffer): Raise the frame already displaying the message
14059 buffer; clear the echo area after querying.
14060 (message-setup): Pass the `continue' argument to compose-mail.
14061 (message-mail): Prefer `switch-function' if it is given; search for the
14062 existing message buffer if the `continue' argument is non-nil; pass
14063 continue and switch-function arguments to compose-mail by way of
14064 message-setup.
14065 (message-mail-other-window): Adjust argument of message-setup.
14066 (message-mail-other-frame): Ditto.
14067
14068 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14069
14070 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14071 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14072 to turn font-lock on when turning gnus-message-citation-mode on.
14073
14074 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14075
14076 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14077 (mml-smime-function-alist): New variable; add epg as the backend.
14078 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14079 mml-smime- functions instead.
14080 * mm-view.el: Require smime.
14081
14082 2007-03-05 Didier Verna <didier@xemacs.org>
14083
14084 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14085 instead of just inheritance for posting styles.
14086 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14087
14088 2007-02-24 John Paul Wallington <jpw@pobox.com>
14089
14090 * tls.el (tls-certtool-program): Fix custom type.
14091
14092 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14093
14094 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14095 and point-at-eol instead of line-(beginning|end)-position.
14096
14097 * assistant.el (assistant-parse-buffer): Ditto.
14098
14099 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14100
14101 * mml2015.el (mml2015-epg-find-usable-key): New function.
14102 (mml2015-epg-sign): Use it.
14103 (mml2015-epg-encrypt): Use it.
14104
14105 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14106
14107 * message.el (message-make-in-reply-to): Quote name containing
14108 non-ASCII characters. It will make the RFC2047 encoder cause an error
14109 if there are special characters. Reported by NAKAJI Hiroyuki
14110 <nakaji@jp.freebsd.org>.
14111
14112 2007-02-27 Didier Verna <didier@xemacs.org>
14113
14114 Include the group parameters as well as the topic ones in the
14115 inheritance filter process.
14116 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14117 argument GROUP-PARAMS-LIST.
14118 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14119
14120 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14121
14122 * nntp.el (nntp-never-echoes-commands)
14123 (nntp-open-connection-functions-never-echo-commands): New variables.
14124 (nntp-send-command): Use them.
14125
14126 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14127
14128 * mml2015.el (mml2015-epg-verify): Simplify.
14129
14130 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14131
14132 * mml.el (mml-content-disposition-alist): New user option.
14133 (mml-content-disposition): New function.
14134 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14135 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14136
14137 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14138
14139 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14140 verification.
14141
14142 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14143
14144 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14145 articles posted in the last 24 hours.
14146
14147 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14150
14151 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14152
14153 * nntp.el (nntp-send-command): Don't wait for echoes when
14154 nntp-open-ssl-stream is used.
14155
14156 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14157
14158 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14159 (gnus-message-add-citation-keywords)
14160 (gnus-message-remove-citation-keywords): Remove.
14161 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14162 directly, make the variables in font-lock-defaults buffer-local, add
14163 gnus-message-citation-keywords to them and then update the value of
14164 font-lock-keywords.
14165
14166 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14167
14168 * message.el (message-cite-original-1): Don't call
14169 gnus-article-highlight-citation.
14170
14171 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14172 citations; fix line count.
14173
14174 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14175
14176 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14177 (gnus-message-add-citation-keywords)
14178 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14179 versions of font-lock-add-keywords and font-lock-remove-keywords to
14180 work with XEmacs correctly.
14181
14182 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14183
14184 * gnus-cite.el (gnus-cite-face-list): Set the values of
14185 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14186 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14187 (gnus-message-cite-prefix-regexp): New variable.
14188 (gnus-message-search-citation-line): Use it; protect against long
14189 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14190 the 0th match data for Emacs.
14191 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14192 (gnus-message-add-citation-keywords): Append keywords rather than
14193 prepending; emulate font-lock-add-keywords if it is not available.
14194 (gnus-message-remove-citation-keywords):
14195 Emulate font-lock-remove-keywords if it is not available.
14196
14197 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14198
14199 * message.el (message-cite-prefix-regexp): Set the value of
14200 gnus-message-cite-prefix-regexp.
14201
14202 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14203
14204 * nnweb.el (nnweb-google-parse-1): Update parser.
14205
14206 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14207
14208 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14209
14210 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14211
14212 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14213 regexp.
14214
14215 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14216
14217 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14218 string-to-multibyte.
14219 (uudecode-decode-region-internal): Use it.
14220
14221 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14222
14223 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14224 Fix custom choice.
14225
14226 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14227
14228 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14229
14230 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14231
14232 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14233 `write-region' to respect `mm-inhibit-file-name-handlers'.
14234
14235 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14236
14237 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14238 Use gnus-home-directory instead of "~/" or "$HOME".
14239
14240 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14241
14242 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14243 to mention filename.
14244 Add comments at beginning regarding usage.
14245 (encrypt-write-file-contents): Change interactive so a string is
14246 acceptable. If the file has no associated model, show an error instead
14247 of a nonsense prompt.
14248
14249 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14250
14251 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14252 Thanks to Yoshihiko Yamada for kind notification of this typo.
14253
14254 2007-01-12 Kenichi Handa <handa@m17n.org>
14255
14256 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14257 multibyte buffer.
14258
14259 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14260
14261 * gnus-score.el (gnus-score-fast-scoring): New variable.
14262 (gnus-score-headers): Use it.
14263
14264 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14265
14266 * message.el (message-cite-original-1):
14267 Call gnus-article-highlight-citation if requested.
14268 (message-make-from): Allow name and address as optional arguments.
14269
14270 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14271
14272 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14273 bugs to doc string.
14274 (gnus-button-alist): Add mid\\|message-id.
14275 (gnus-button-fetch-group): Extend for use in
14276 `browse-url-browser-function'.
14277 (gnus-button-url-regexp): Try to catch paired parentheses like in
14278 Wikipedia URLs.
14279
14280 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14281 Suggested by Simon Krahnke <overlord@gmx.li>.
14282
14283 2007-01-13 Romain Francoise <romain@orebokech.com>
14284
14285 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14286 Update copyright.
14287
14288 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14289
14290 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14291
14292 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14293
14294 * gnus-registry.el (gnus-registry-unfollowed-groups)
14295 (gnus-registry-split-fancy-with-parent): Fix documentation.
14296
14297 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14298
14299 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14300 from nnweb groups.
14301
14302 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14303
14304 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14305 Xref urls. Erase buffer before requesting head.
14306
14307 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14308
14309 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14310
14311 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14312 customizable.
14313
14314 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14315
14316 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14317 no signing key is found.
14318 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14319 no encrypting and/or signing key is found.
14320
14321 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14322
14323 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14324
14325 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14326
14327 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14328 headers read from disk with the ones newly found in the current search.
14329 This should no longer cause problems, because the article numbers in
14330 Gmane's `nov.php' output are ignored since the previous change.
14331
14332 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14333
14334 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14335
14336 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14337
14338 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14339
14340 2007-01-01 Romain Francoise <romain@orebokech.com>
14341
14342 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14343
14344 2006-12-31 Steve Youngs <steve@sxemacs.org>
14345
14346 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14347 `define-minor-mode' macro definition expanded properly.
14348 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14349 exclude it there.
14350
14351 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14352 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14353 `fboundp' test.
14354 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14355 This is OK to autoload in (S)XEmacs now.
14356
14357 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14358
14359 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14360 keystroke.
14361 (gnus-summary-limit-to-singletons): Fix typo.
14362
14363 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14364 else fails.
14365
14366 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14367
14368 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14369 docstring.
14370
14371 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14372 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14373 (gnus-summary-insert-dormant-articles): Fix typo in message.
14374
14375 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14376
14377 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14378 nil for XEmacs.
14379 (gnus-message-citation-mode): Don't autoload in XEmacs.
14380
14381 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14382
14383 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14384
14385 * nnimap.el (nnimap-expunge-search-string):
14386 Mention nnimap-search-uids-not-since-is-evil in docstring.
14387
14388 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14389
14390 * spam.el: Revert to make-obsolete-variable because
14391 define-obsolete-variable-alias is not supported in Emacs 21.
14392
14393 * spam.el (spam-ifile-path, spam-ifile-database-path)
14394 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14395 make-obsolete-variable.
14396 (spam-bsfilter-path, spam-bsfilter-program)
14397 (spam-spamassassin-path, spam-spamassassin-program)
14398 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14399 Don't use "path" inappropriately.
14400 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14401 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14402 variable names.
14403
14404 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14405
14406 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14407 summary buffer.
14408
14409 * password.el (password-cache-remove): Use clear-string to burn
14410 password, if available.
14411
14412 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14413
14414 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14415
14416 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14417
14418 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14419 (gnus-message-highlight-citation): Move defcustom here from
14420 gnus-cite.el.
14421 (gnus-message-citation-mode): Autoload.
14422
14423 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14424 checks to make it compile with XEmacs.
14425 (gnus-message-citation-mode): New minor mode.
14426 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14427 (gnus-message-highlight-citation): New variables.
14428 (gnus-message-search-citation-line)
14429 (gnus-message-add-citation-keywords)
14430 (gnus-message-remove-citation-keywords)
14431 (turn-on-gnus-message-citation-mode)
14432 (turn-off-gnus-message-citation-mode): New functions.
14433
14434 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14435
14436 * gnus-cite.el: Enable highlighting of different citation levels in
14437 message-mode.
14438
14439 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14440
14441 * message.el (message-make-fqdn): Fix comment.
14442 (message-bogus-system-names): Add ".local".
14443
14444 * spam.el (spam-ifile-path, spam-ifile-program)
14445 (spam-ifile-database-path, spam-ifile-database)
14446 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14447 Don't use "path" inappropriately.
14448 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14449 strings.
14450 (spam-check-ifile, spam-ifile-register-with-ifile)
14451 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14452 Use new variable names.
14453
14454 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14455 (gnus-treat-display-smileys): Simplify using
14456 gnus-image-type-available-p.
14457
14458 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14459 available.
14460
14461 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14464 one after turning on the buffer's multibyteness instead of decoding
14465 them directly in the unibyte buffer that causes unexpected conversion
14466 in Emacs 23 (unicode).
14467
14468 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14469
14470 * message.el (message-generate-hashcash): Fix custom type.
14471
14472 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14473
14474 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14475
14476 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14477
14478 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14479 disconnect icons. Add help text.
14480
14481 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14482
14483 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14484 negated to be consistent with the others we handle.
14485
14486 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14487
14488 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14489 version of gnus-summary-buffer to something, so that we can use two
14490 article buffers at the same time.
14491
14492 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14493
14494 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14495 trigger all the extra headers.
14496 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14497 sorting.
14498
14499 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14500
14501 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14502 solid groups.
14503
14504 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14505
14506 * legacy-gnus-agent.el: Add Copyright notice.
14507
14508 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14509
14510 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14511
14512 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14513
14514 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14515
14516 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14517 to make it work reliably in CVS Emacs.
14518 (gnus-summary-limit-strange-charsets-predicate)
14519 (gnus-summary-limit-to-predicate): New functions.
14520
14521 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14522
14523 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14524 specifying array size.
14525 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14526 array if it is too small.
14527 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14528 (gnus-sort-threads-loop): New function.
14529
14530 2006-12-06 Chris Moore <dooglus@gmail.com>
14531
14532 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14533 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14534
14535 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14536
14537 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14538 options.
14539
14540 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14541
14542 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14543 DOS-ing the recipient.
14544
14545 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14546 the headers when creating the mapping to avoid mismappings.
14547 (nnweb-gmane-create-mapping): Always nix out old mapping.
14548
14549 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14550
14551 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14552 and mm-verify-option to never.
14553
14554 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14555
14556 * message.el (message-signed-or-encrypted-p): New function.
14557 (message-forward-make-body): Use it.
14558
14559 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14560 Replace encode-coding-string with mm-encode-coding-string.
14561
14562 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * nneething.el (nneething-decode-file-name):
14565 Replace decode-coding-string with mm-decode-coding-string.
14566
14567 * gnus-int.el (gnus-open-server): Say failed server's name.
14568
14569 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14570
14571 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14572 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14573
14574 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14575 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14576 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14577 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14578 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14579 (gnus-subscribe-newsgroup, gnus-1):
14580 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14581 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14582 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14583 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14584
14585 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14586
14587 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14588 keystroke.
14589 (gnus-summary-limit-to-bodies): Implement headersp.
14590
14591 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14592
14593 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14594
14595 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14596
14597 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14598
14599 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14600
14601 * message.el (message-generate-hashcash): Expand range of values to
14602 include `opportunistic'.
14603 (message-send-mail): Use it.
14604
14605 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14606
14607 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14608 and comment it.
14609
14610 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14611
14612 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14613
14614 * gnus-util.el (gnus-extract-address-components): Improve comment.
14615
14616 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14617
14618 * gnus-util.el (gnus-extract-address-components): Work with address in
14619 which the name portion contains @.
14620
14621 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14622
14623 * gnus.el (gnus-start): Move custom group up.
14624 (gnus-select-method): Don't autoload, but make it available for
14625 `customize-variable'.
14626 (gnus-getenv-nntpserver): Don't autoload.
14627
14628 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14629
14630 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14631
14632 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14633
14634 * message.el (message-sendmail-extra-arguments): New variable.
14635 (message-send-mail-with-sendmail): Use it.
14636
14637 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14638
14639 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14640 mm-with-unibyte-current-buffer to make string unibyte.
14641
14642 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14643 mm-string-as-multibyte.
14644
14645 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14646
14647 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14648 Reported by Werner Koch <wk@gnupg.org>.
14649
14650 2006-11-14 Daiki Ueno <ueno@p360>
14651
14652 * mml2015.el: Autoload epa-select-keys when compiling.
14653
14654 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14655
14656 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14657 message-options.
14658 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14659
14660 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14661
14662 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14663 EasyPG (< 0.0.6).
14664 (mml2015-always-trust): New user option.
14665 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14666 prompt.
14667
14668 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14669
14670 * nntp.el (nntp-authinfo-force): New variable.
14671 (nntp-send-authinfo): Use it.
14672
14673 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14674
14675 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14676 decode encoded words. Improve prompt. Add comment about forwarding.
14677 (message-replacement-char): Move up.
14678
14679 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14680
14681 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14682 instead of gnus-intersection because arguments of gnus-sorted-nunion
14683 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14684
14685 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14686
14687 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14688 (message-simplify-subject-functions):
14689 Enable message-strip-subject-encoded-words by default.
14690
14691 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14692
14693 * message.el (message-strip-subject-encoded-words): New function.
14694 (message-simplify-subject-functions): New variable.
14695 (message-simplify-subject): Use it. Fix typo in doc string.
14696 Support message-strip-subject-encoded-words.
14697
14698 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14699
14700 * gnus-diary.el (gnus-diary-delay-format-function):
14701 * nndiary.el (nndiary-reminders):
14702 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14703
14704 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * gnus-art.el (article-hide-boring-headers): Fetch date from
14707 gnus-original-article-buffer to avoid problems with localized date
14708 strings.
14709
14710 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14711
14712 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14713
14714 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14715
14716 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14717 New variables.
14718 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14719 (mm-charset-synonym-alist): Move some entries to
14720 mm-codepage-iso-8859-list.
14721 (mm-charset-synonym-alist, mm-charset-override-alist):
14722 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14723
14724 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14725
14726 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14727
14728 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14729
14730 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14731 with Emacs 21 and XEmacs.
14732
14733 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14734
14735 * spam.el (spam-parse-address): New function for better parsing,
14736 catching errors, etc.
14737 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14738
14739 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14740
14741 * mm-view.el: Add interactive arg to html2text autoload.
14742
14743 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14744
14745 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14746
14747 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14748
14749 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14750 New variables.
14751 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14752 (mm-charset-synonym-alist): Move some entries to
14753 mm-codepage-iso-8859-list.
14754
14755 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14756
14757 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14758
14759 * message.el (message-citation-line-format)
14760 (message-insert-formated-citation-line): Fix implementation of %E, %N
14761 and %n according to the doc string.
14762
14763 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14764
14765 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14766 Use car-safe to avoid bad parses.
14767
14768 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14769
14770 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14771 names.
14772
14773 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14774
14775 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14778 header.
14779
14780 * message.el (message-draft-headers): Add Date.
14781 (message-headers-to-generate): Fix typo in docstring.
14782
14783 * nndraft.el (nndraft-required-headers): New variable.
14784 (nndraft-generate-headers): Use it.
14785
14786 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14787
14788 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14789
14790 * gnus-registry.el (gnus-registry-wash-for-keywords)
14791 (gnus-registry-find-keywords): New functions to allow easy searching of
14792 articles that are in the registry.
14793
14794 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14795
14796 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14797 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14798 Reported by Damien Elmes <damien@repose.cx>.
14799
14800 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14801
14802 * gnus.el (gnus-mime): Remove unused custom group.
14803
14804 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14805
14806 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14807 "blank line" when searching for end of armor headers.
14808
14809 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14810
14811 * gmm-utils.el (gmm-write-region): Fix variable name.
14812
14813 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14814
14815 * gmm-utils.el (gmm-write-region): New function based on compatibility
14816 code from `mm-make-temp-file'.
14817
14818 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14819
14820 * nnmaildir.el (nnmaildir--update-nov)
14821 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14822 Use `gmm-write-region'.
14823
14824 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14825
14826 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14827 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14828
14829 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14830
14831 * message.el (message-replacement-char): New variable.
14832 (message-fix-before-sending): Use it.
14833 (message-simplify-subject): New function to remove duplicate code.
14834 (message-reply, message-followup): Use it.
14835
14836 * gnus-sum.el (gnus-summary-make-menu-bar):
14837 Clarify gnus-summary-limit-to-articles.
14838
14839 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14840
14841 * gnus-util.el (gnus-with-local-quit): New macro.
14842
14843 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14844
14845 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14846
14847 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14848 ignore non-string data.
14849
14850 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14851
14852 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14853 non-string data (needs to be done in the registry too).
14854
14855 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14856
14857 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14858 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14859 (gnus-registry-split-fancy-with-parent)
14860 (gnus-registry-fetch-simplified-message-subject-fast)
14861 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14862 Remove text properties on ingress into the registry and when it's saved.
14863 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14864 registry from entries with no groups.
14865
14866 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14867
14868 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14869 function to remove string properties.
14870
14871 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14872
14873 * gmm-utils.el (gmm): Adjust custom version.
14874
14875 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14876 Adjust custom version.
14877
14878 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14879
14880 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14881
14882 * gnus-art.el (gnus-insert-prev-page-button)
14883 (gnus-insert-next-page-button): Simplify. Reformat.
14884
14885 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14886
14887 * gnus-art.el (gnus-insert-prev-page-button)
14888 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14889
14890 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14891
14892 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14893
14894 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14895
14896 * gnus-art.el (gnus-insert-mime-button)
14897 (gnus-insert-mime-security-button):
14898 Apply gnus-article-button-face to MIME and security buttons.
14899
14900 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14901
14902 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14903 readable.
14904
14905 2006-09-20 Steve Youngs <steve@sxemacs.org>
14906
14907 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14908 `browse-url-of-file' instead of `browse-url'.
14909
14910 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14911
14912 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14913 regexp. Articles containing quotation were cut prematurely.
14914
14915 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14916
14917 * message.el (message-cite-original-1): Use nobody by default for the
14918 value of From header.
14919 (message-reply): Ditto.
14920
14921 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14922
14923 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14924 to the gnus-info. This fixes a bug of inline-PGP message verification.
14925 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14926
14927 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14928
14929 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14930 mails in the doc string. Add some URLs in comment.
14931 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14932
14933 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14934
14935 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14936 backslashes handling and the way to find boundaries of quoted strings.
14937
14938 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14939
14940 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14941 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14942 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14943 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14944
14945 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14946
14947 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14948 doc string.
14949 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14950
14951 2006-09-06 Simon Josefsson <jas@extundo.com>
14952
14953 * mml2015.el (mml2015-use): Doc fix, mention epg.
14954
14955 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14956
14957 * mml2015.el (mml2015-use): Default to epg, if available.
14958
14959 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14960
14961 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14962 message-sender.
14963 (mml1991-epg-encrypt): Ditto.
14964 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14965 message-sender.
14966 (mml2015-epg-encrypt): Ditto.
14967
14968 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14969
14970 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14971 several common directories.
14972
14973 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14974
14975 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14976 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14977
14978 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14979
14980 * gnus-art.el (article-decode-encoded-words): Make it fast.
14981
14982 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14983
14984 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14985
14986 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14987 in quoted string into `\'.
14988
14989 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14990
14991 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14992 Use standard-syntax-table.
14993
14994 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14995
14996 * gnus-art.el (gnus-decode-address-function): New variable.
14997 (article-decode-encoded-words): Use it to decode headers which are
14998 assumed to contain addresses.
14999 (gnus-mime-delete-part): Remove useless `or'.
15000
15001 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15002 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15003 (gnus-nov-parse-line): Use it to decode From header.
15004 (gnus-get-newsgroup-headers): Ditto.
15005 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15006
15007 * mail-parse.el (mail-decode-encoded-address-region): New alias.
15008 (mail-decode-encoded-address-string): New alias.
15009
15010 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15011 New function.
15012 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15013 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15014 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15015 (rfc2047-decode-string): Ditto.
15016 (rfc2047-decode-address-region): New function.
15017 (rfc2047-decode-address-string): New function.
15018
15019 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15020
15021 * message.el (message-caesar-buffer-body): Allow rotating headers.
15022
15023 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15024
15025 * message.el (message-insert-formated-citation-line): Fix %f.
15026 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15027
15028 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15029
15030 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15031 (gnus-bookmark-mouse-available-p): New macro.
15032 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15033 (gnus-bookmark-bmenu-show-infos): Use it.
15034 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15035 (gnus-bookmark-bmenu-hide-infos): Ditto.
15036 (gnus-bookmark-remove-properties): New function.
15037 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15038 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15039 (gnus-bookmark-write-file): Bind coding-system-for-write.
15040 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15041 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15042 group before selecting it.
15043 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15044 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15045 quit-window if it is not available; use gnus-mouse-2 and bind it to
15046 gnus-bookmark-bmenu-select-by-mouse.
15047 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15048 (gnus-bookmark-bmenu-select-by-mouse): New function.
15049
15050 2006-08-13 Romain Francoise <romain@orebokech.com>
15051
15052 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15053 space.
15054
15055 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15056
15057 * compface.el (uncompface): Use binary rather than raw-text-unix.
15058
15059 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15060
15061 * compface.el (uncompface): Make sure the eol conversion doesn't take
15062 place when communicating with the external programs.
15063 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15064
15065 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15066
15067 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15068
15069 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15070
15071 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15072 Make it more robust by parsing author and date independently.
15073
15074 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15075
15076 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15077
15078 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15079
15080 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15081 first matching secret key.
15082 (mml2015-epg-encrypt): Ditto.
15083
15084 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15085 first matching secret key.
15086 (mml1991-epg-encrypt): Ditto.
15087
15088 * mml2015.el (mml2015-encrypt-to-self): New user option.
15089 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15090 mml2015-epg-encrypt-to-self is set.
15091
15092 * mml1991.el (mml1991-encrypt-to-self): New variable.
15093 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15094 mml1991-epg-encrypt-to-self is set.
15095
15096 * mml2015.el (mml2015-signers): New user option.
15097 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15098 (mml2015-epg-encrypt): Allow to select signing keys.
15099
15100 * mml1991.el (mml1991-signers): New variable.
15101 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15102 (mml1991-epg-encrypt): Allow to select signing keys.
15103
15104 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15105
15106 * nnheader.el (nnheader-insert-head): Make it work even if the file
15107 uses CRLF for the line-break code.
15108
15109 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15110
15111 * mml2015.el: Require mml-sec instead of password.
15112 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15113 (mml2015-cache-passphrase): Inherit the default value from
15114 mml-secure-cache-passphrase.
15115 (mml2015-passphrase-cache-expiry): Inherit the default value from
15116 mml-secure-passphrase-cache-expiry.
15117
15118 * mml1991.el: Require mml-sec instead of password.
15119 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15120 (mml1991-cache-passphrase): Inherit the default value from
15121 mml-secure-cache-passphrase.
15122 (mml1991-passphrase-cache-expiry): Inherit the default value from
15123 mml-secure-passphrase-cache-expiry.
15124
15125 * mml-sec.el: Require password.
15126 (mml-secure-verbose): New user option.
15127 (mml-secure-cache-passphrase): New user option.
15128 (mml-secure-passphrase-cache-expiry): New user option.
15129
15130 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15131 Andreas Vögele <andreas@altroot.de> (tiny change)
15132
15133 * pgg-def.el (pgg-truncate-key-identifier):
15134 Truncate the key ID to 8 letters from the end.
15135
15136 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15137
15138 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15139 workaround for the url package included with Emacs.
15140
15141 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15142
15143 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15144
15145 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15146 correctly. This fixes a bug caused by the 2006-05-12 change.
15147
15148 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15149
15150 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15151 some information about the error when saying that the `bogus' mail
15152 group will be used.
15153
15154 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15155
15156 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15157 string.
15158
15159 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15160
15161 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15162
15163 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15164
15165 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15166
15167 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15168
15169 * mml1991.el (mml1991-function-alist): Add epg.
15170 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15171 (mml1991-epg-encrypt): New functions.
15172
15173 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15174
15175 * mml2015.el (mml2015-verbose): New variable.
15176 (mml2015-cache-passphrase): Ditto.
15177 (mml2015-passphrase-cache-expiry): Ditto.
15178 (mml2015-function-alist): Add epg.
15179 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15180 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15181 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15182 New functions.
15183
15184 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15185
15186 * message.el (message-cite-original-1): Preserve region when removing
15187 quoted text due to X-No-Archive in order to avoid bogus attribution
15188 when citing multiple messages.
15189
15190 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15191
15192 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15193 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15194
15195 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15196
15197 * gnus-diary.el (gnus-user-format-function-d)
15198 (gnus-user-format-function-D): Autoload.
15199
15200 * imap.el (Commentary): Fix typo.
15201
15202 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15203 2006-04-22 contribution.
15204
15205 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15206
15207 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15208 It didn't really fix the bogosity I'm seeing with solid web groups.
15209
15210 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15211
15212 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15213 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15214 created using server names. If we use the feature without declaring
15215 it, Gnus does not properly manage server and group state.
15216
15217 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15218 bound.
15219
15220 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15221
15222 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15223 looking up the method using GROUP's prefix before inventing a new one.
15224 It is used on killed/unknown groups in various places where returning
15225 an all-new method isn't expected by the caller.
15226
15227 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15228 and match semantics of gnus-group-real-prefix.
15229
15230 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15231
15232 * nnmail.el (nnmail-broken-references-mailers): New variable.
15233 (nnmail-ignore-broken-references): New function generalizing
15234 nnmail-fix-eudora-headers.
15235 (nnmail-fix-eudora-headers): Now obsolete.
15236
15237 * gnus-art.el (gnus-button-handle-custom):
15238 Support `customize-apropos*'.
15239
15240 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15241
15242 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15243
15244 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15245 articles.
15246
15247 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15248
15249 * message.el (message-cite-reply-above): New variable.
15250 (message-yank-original): Use it.
15251
15252 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15253
15254 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15255
15256 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15257
15258 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15259 as read.
15260
15261 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15262
15263 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15264
15265 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15266 (gnus-bookmark-default-file): Use gnus-directory.
15267 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15268 Remove "*" in doc string.
15269 (gnus-bookmark-write-file): Simplify.
15270 (gnus-bookmark-maybe-sort-alist): Use `when'.
15271 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15272 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15273 Add FIXME about Emacs 21 and XEmacs compatibility.
15274 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15275 compatibility.
15276 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15277 compatibility.
15278 (gnus-bookmark-menu-heading): Fix version.
15279
15280 2006-06-19 Bastien Guerry <bzg@altern.org>
15281
15282 * gnus-bookmark.el: New file.
15283
15284 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15285
15286 * message.el (message-syntax-checks): Doc fix.
15287
15288 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15289
15290 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15291 unsubscribed groups as if they were killed ones. It causes duplicate
15292 entries in gnus-newsrc-alist.
15293
15294 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15295
15296 * message.el (message-syntax-checks): Doc fix.
15297 (message-send-mail): Add check for continuation headers.
15298 (message-check-news-header-syntax): Fix regexp used to check for
15299 continuation headers.
15300
15301 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15302
15303 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15304
15305 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15306
15307 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15308
15309 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15310
15311 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15312 default-truncate-lines.
15313
15314 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15315
15316 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15317 to fill the utf-8 entry.
15318
15319 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15320
15321 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15322
15323 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15324
15325 * gnus-agent.el (directory-files-and-attributes): Move all the way
15326 forward (the third and final move).
15327 (gnus-agent-read-agentview): Trap reconstruction errors due to
15328 nonexistent directory. Handle by returning nil.
15329
15330 2006-05-30 Didier Verna <didier@xemacs.org>
15331
15332 * message.el (message-dont-reply-to-names): Update the custom type.
15333 * message.el (message-dont-reply-to-names): New defsubst: potentially
15334 convert a list of regexps into a single one.
15335 * message.el (message-get-reply-headers): Use it.
15336 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15337
15338 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15339
15340 * gnus-agent.el (directory-files-and-attributes): Move forward.
15341
15342 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15343
15344 * gnus-ml.el (gnus-mailing-list-subscribe)
15345 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15346 (gnus-mailing-list-message): Fix doc strings.
15347
15348 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15349
15350 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15351 of doing it manually.
15352
15353 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15354
15355 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15356 comment.
15357
15358 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15359
15360 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15361 (gnus-agent-read-agentview): Fix handling of end-of-file error.
15362 (gnus-agent-read-local): All symbols allocated in my-obarray.
15363 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15364 (gnus-agent-regenerate-group): Check numeric names to see if they are
15365 messages or groups.
15366 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15367 better way of do this...)
15368
15369 * gnus-cache.el (gnus-agent-total-fetched-for):
15370 Ignore 'dummy.group' (there should be a better way of do this...)
15371
15372 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15373
15374 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15375 (gnus-saved-headers): Ditto.
15376 (gnus-default-article-saver): Mention functions may have properties.
15377 (gnus-article-save): Override gnus-save-all-headers and
15378 gnus-saved-headers by :headers property which saver function may have.
15379 (gnus-summary-save-in-file): Add :headers property.
15380 (gnus-summary-write-to-file): Ditto.
15381
15382 * gnus-sum.el (gnus-summary-save-article): Bind
15383 gnus-prompt-before-saving to t when saving many articles in a file;
15384 always show all headers.
15385
15386 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15387
15388 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15389 marks.
15390
15391 * message.el (message-indent-citation): Add optional arguments to allow
15392 using it outside of message buffers.
15393
15394 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15395 (gnus-article-treat-unfold-headers): Use it.
15396 (gnus-article-truncate-lines): New variable.
15397 (gnus-article-mode): Use it.
15398 (gnus-article-toggle-truncate-lines): New function.
15399
15400 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15401 Add gnus-article-toggle-truncate-lines.
15402
15403 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15404 coding system in XEmacs, use binary.
15405
15406 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15407
15408 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15409 after-load-alist.
15410
15411 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15412 this function should save decoded articles.
15413 (gnus-summary-write-to-file): Use property to specify this function
15414 should save decoded articles and specify gnus-summary-save-in-file
15415 should be used to save articles other than the first one when saving
15416 many articles.
15417 (gnus-summary-save-body-in-file): Use property to specify this
15418 function should save decoded articles.
15419 (gnus-summary-write-body-to-file): Use property to specify this
15420 function should save decoded articles and specify
15421 gnus-summary-save-body-in-file should be used to save articles other
15422 than the first one when saving many articles.
15423
15424 * gnus-sum.el (gnus-summary-save-article): Simplify.
15425
15426 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15427
15428 * gnus-art.el (gnus-default-article-saver):
15429 Add gnus-summary-write-body-to-file.
15430 (gnus-article-save-coding-system): Don't use coding system object
15431 in XEmacs.
15432 (gnus-read-save-file-name): Add optional `dir-var' argument which
15433 specifies directory in which files are saved; work even if optional
15434 `variable' argument is not specified.
15435 (gnus-summary-write-to-file): Read file name.
15436 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15437 (gnus-summary-write-body-to-file): New function.
15438
15439 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15440 (gnus-summary-local-variables): Add it.
15441 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15442 (gnus-summary-save-article): Remove optional `decode' argument;
15443 determine whether to decode articles by the value of
15444 gnus-default-article-saver; when saving many files using
15445 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15446 it first and use gnus-summary-save-in-file or
15447 gnus-summary-save-body-in-file thereafter unless
15448 gnus-prompt-before-saving is always; move point to article which
15449 will be saved.
15450 (gnus-summary-save-article-file): Revert.
15451 (gnus-summary-write-article-file): Revert.
15452 (gnus-summary-save-article-body-file): Revert.
15453 (gnus-summary-write-article-body-file): New function.
15454
15455 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15456
15457 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15458
15459 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15460
15461 * gnus-art.el (gnus-default-article-saver): Doc fix.
15462 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15463 from gnus-summary-save-article-coding-system, and default to a
15464 certain coding system.
15465 (gnus-output-to-file): Add coding cookie and encode text according
15466 to gnus-article-save-coding-system; don't use mm-append-to-file.
15467
15468 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15469 gnus-art.el and rename to gnus-article-save-coding-system.
15470 (gnus-summary-save-article): Require gnus-art; don't show all
15471 headers if it decodes articles; don't add coding cookie here;
15472 don't bind mm-text-coding-system-for-write.
15473 (gnus-summary-save-article-file): Save decoded articles.
15474 (gnus-summary-write-article-file): When saving many files, use
15475 gnus-summary-write-to-file first and gnus-summary-save-in-file
15476 thereafter unless gnus-prompt-before-saving is always.
15477 (gnus-summary-save-article-body-file): Save decoded articles.
15478
15479 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15480
15481 * nnrss.el (nnrss-check-group): Bind hash-index.
15482
15483 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15484
15485 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15486 its hash index. Store this hash in `nnrss-group-data'.
15487 (nnrss-read-group-data): Update accordingly.
15488
15489 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15490
15491 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15492 entry.
15493
15494 * gnus-sum.el (gnus-summary-make-menu-bar):
15495 Add gnus-article-browse-html-article.
15496
15497 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15498
15499 * gnus-sum.el (gnus-summary-mime-map):
15500 Add gnus-article-browse-html-article.
15501
15502 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15503
15504 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15505 suitable coding systems in customize.
15506
15507 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15508
15509 * mail-source.el (mail-sources): Fix custom type.
15510
15511 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15512
15513 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15514 (gnus-summary-expire-articles-now): Shorten prompt.
15515
15516 * gmm-utils.el (wid-edit): Require.
15517 (defun-gmm): Rename from `gmm-defun-compat'.
15518 (gmm-image-search-load-path): Use it.
15519 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15520
15521 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15522
15523 * gnus-sum.el (gnus-summary-save-article-coding-system):
15524 New variable.
15525 (gnus-summary-save-article): Add optional `decode' argument.
15526 If it is set and gnus-summary-save-article-coding-system is non-nil,
15527 save decoded article.
15528 (gnus-summary-write-article-file): Save decoded article if
15529 gnus-summary-save-article-coding-system is non-nil.
15530
15531 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15532 type.
15533
15534 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15535
15536 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15537
15538 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15539
15540 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15541 first to test gnus-single-article-buffer which may be buffer-local.
15542
15543 * gnus-sum.el (gnus-summary-setup-buffer):
15544 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15545 group; make gnus-article-buffer, gnus-article-current, and
15546 gnus-original-article-buffer always buffer-local.
15547 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15548 group.
15549 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15550
15551 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15552
15553 * nnml.el (nnml-request-compact-group): Compressed files might not
15554 have .gz extension.
15555
15556 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15559 (mm-copy-to-buffer): Use with-current-buffer.
15560 (mm-display-part): Simplify.
15561 (mm-inlinable-p): Add optional arg `type'.
15562
15563 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15566 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15567 Try harder to show the attachment internally or externally using
15568 gnus-mime-view-part-as-type.
15569
15570 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15571
15572 * message.el (message-from-style, message-signature-separator)
15573 (message-user-organization-file, message-send-mail-function)
15574 (message-citation-line-function, message-yank-prefix)
15575 (message-indent-citation-function, message-signature)
15576 (message-signature-file, message-signature-insert-empty-line):
15577 Remove autoloads.
15578
15579 * gnus-art.el (gnus-buttonized-mime-types):
15580 Remove "multipart/signed". Revert 2006-04-26 change.
15581
15582 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15583
15584 * gnus.el (gnus-version-number): Bump version.
15585
15586 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15587
15588 * gnus.el: No Gnus v0.5 is released.
15589
15590 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15591
15592 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15593 fetching articles by message-id.
15594
15595 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15596
15597 * message.el (hashcash): Require hashcash as normal.
15598
15599 * ecomplete.el (ecomplete-highlight-match-line):
15600 Use point-at-eol.
15601 (ecomplete-highlight-match-line): Use `highlight', because that
15602 face exists in both Emacs and XEmacs.
15603
15604 * message.el (message-display-abbrev): Use point-at-bol.
15605
15606 * mail-source.el: Don't require timer/timer-funcs.
15607
15608 * gnus-async.el: Ditto.
15609
15610 * password.el: Ditto.
15611
15612 * mm-url.el: Ditto.
15613
15614 * mm-util.el: Require timer/timer-funcs.
15615
15616 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15617
15618 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15619 Close.
15620
15621 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15622
15623 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15624 unibyte after clear-decrypt function runs.
15625
15626 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15627 returns as a unibyte string.
15628
15629 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15630
15631 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15632 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15633 (mml1991-pgg-encrypt): Ditto.
15634
15635 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15636
15637 * message.el (message-user-organization-file): Check several
15638 locations of the organization file.
15639
15640 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15641 Add gnus-article-view-part-as-type.
15642
15643 * gnus-art.el (gnus-article-view-part-as-type): New function.
15644
15645 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15646 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15647
15648 * mml.el: Simplify autoload.
15649 (mml-mode): defvar dnd-protocol-alist instead of using
15650 symbol-value.
15651 (mml-default-directory): New variable.
15652 (mml-minibuffer-read-file): Use it.
15653 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15654
15655 * message.el (message-citation-line-format): New variable.
15656 (message-insert-formated-citation-line): New function.
15657 (message-citation-line-function):
15658 Add `message-insert-formated-citation-line' to custom type.
15659
15660 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15661 to doc string.
15662
15663 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15664 depending on mm-verify-option.
15665
15666 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15667
15668 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15669 binding pgg-* variables; reimplement the section which prevents
15670 MIME header from being signed.
15671 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15672 pgg-text-mode; remove a blank line at the top of body.
15673
15674 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15675 lines at the top of body; use gnus-newsgroup-charset if there's no
15676 Charset header.
15677
15678 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15679
15680 * message.el (message-self-insert-commands): Doc fix.
15681
15682 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15683 (mm-uu-pgp-encrypted-test): Ditto.
15684 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15685 between header and body; return application/pgp-encrypted handle
15686 if decryption failed; decode decrypted body by charset.
15687
15688 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15689 element match to application/pgp-*.
15690
15691 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15692
15693 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15694 HTML.
15695
15696 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15697
15698 * mail-source.el (mail-source-call-script): Message the error
15699 string.
15700
15701 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15702
15703 * gnus-util.el (gnus-byte-compile): Use it.
15704
15705 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15706
15707 * gnus-util.el (kill-empty-logs): New function.
15708
15709 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15710
15711 * message.el (message-mail-alias-type): Doc fix.
15712 (message-mail-alias-type-p): New function.
15713 (message-send): Use it.
15714 (message-mode): Ditto.
15715 (message-strip-forbidden-properties): Ditto.
15716
15717 * ecomplete.el (ecomplete-database-file-coding-system):
15718 New variable.
15719 (ecomplete-save): Use it.
15720 (ecomplete-setup): Use it.
15721
15722 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15723
15724 * message.el (message-self-insert-commands): New variable.
15725 (message-strip-forbidden-properties): Use it.
15726
15727 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15728
15729 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15730 that doesn't make XEmacs choke.
15731
15732 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15733
15734 * gnus-util.el (gnus-replace-in-string):
15735 Prefer replace-regexp-in-string over of replace-in-string.
15736
15737 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15738
15739 * gnus-util.el (gnus-select-frame-set-input-focus):
15740 Use select-frame-set-input-focus if it is available in XEmacs; use
15741 definition defined in Emacs 22 for old Emacsen.
15742
15743 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15744
15745 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15746
15747 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15748
15749 * gnus-registry.el (gnus-registry-cache-save): Remove text
15750 properties when saving via the temp buffer.
15751
15752 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15753
15754 * message.el (message-generate-hashcash): Honor custom type.
15755
15756 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15757
15758 * message.el (message-generate-hashcash): Default to non-nil when
15759 hashcash is found.
15760
15761 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15762 (gnus-refer-thread-limit): Increase default to 500.
15763
15764 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15765
15766 * flow-fill.el (fill-flowed): Allow delete-space.
15767
15768 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15769
15770 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15771 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15772 Remove autoloads.
15773
15774 2006-04-18 Simon Josefsson <jas@extundo.com>
15775
15776 * message.el (message-generate-hashcash): Default to.
15777
15778 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15779
15780 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15781 concatenating segments rather than before concatenating them.
15782
15783 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15784
15785 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15786
15787 * imap.el (imap-quote-specials): New function.
15788 (imap-login-auth): Quote specials.
15789
15790 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15791
15792 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15793
15794 * message.el (message-forward-make-body-plain):
15795 Allow message-forward-ignored-headers to be a list.
15796 (message-remove-ignored-headers): Factor out into function.
15797 (message-forward-make-body-mml): Use it.
15798 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15799 (rfc2231-parse-string): Allow concatanation of parameters that
15800 aren't contiguous. The test case is
15801 (mail-header-parse-content-type "message/external-body;
15802 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15803 access-type=LOCAL-FILE;
15804 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15805
15806 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * nntp.el (nntp-accept-process-output): Return the value of
15809 `nnheader-accept-process-output'.
15810
15811 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15812
15813 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15814 (gnus-button-alist): Recognize more diff formats.
15815 (gnus-button-patch): Strip directory.
15816
15817 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15818
15819 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15820 Emacs 22 when setting focus.
15821
15822 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15823
15824 * gnus-art.el (gnus-article-treat-types): Do treatment of
15825 text/x-verbatim parts.
15826 (gnus-button-patch): New command.
15827
15828 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15829 addresses that contain invalid characters.
15830
15831 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15832
15833 * message.el (message-put-addresses-in-ecomplete):
15834 Use gnus-replace-in-string.
15835 (message-is-yours-p): Use the more correct
15836 mail-header-parse-address instead of
15837 mail-extract-address-components.
15838 (message-put-addresses-in-ecomplete): Fix typo.
15839
15840 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15841 keystroke.
15842
15843 * gnus-art.el (gnus-treatment-function-alist): Change order of
15844 newsgroups/generic header folding to avoid double-folding.
15845
15846 * message.el (message-hidden-headers): Add X-Draft-From.
15847
15848 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15849 New command.
15850 (gnus-summary-repeat-search-article-backward): New command.
15851
15852 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15853 groups in the parent topic.
15854
15855 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15856
15857 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15858 (spam-extra-header-to-number): Return the CRM114 number as a
15859 number instead of a string.
15860
15861 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15862
15863 * gnus-art.el (gnus-face-properties-alist): Move here from
15864 gnus-fun.
15865
15866 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15867
15868 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15869
15870 * message.el (message-strip-forbidden-properties): Only display on
15871 self-insert-command.
15872
15873 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15874 reindent.
15875 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15876
15877 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15878
15879 * smiley.el (smiley-style): Fix typo.
15880
15881 2006-03-23 Kenichi Handa <handa@m17n.org>
15882
15883 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15884 instead of set-buffer-multibyte.
15885
15886 2006-03-23 Kenichi Handa <handa@m17n.org>
15887
15888 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15889 buffer and then decode the buffer text if necessary.
15890 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15891 first, and after mm-encode-body, change the buffer to unibyte.
15892
15893 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15894
15895 * hashcash.el (hashcash-insert-payment-async-2):
15896 Use message-goto-eoh instead of doing it manually.
15897 (mail-add-payment): Use message-narrow-to-header instead of trying
15898 to do the same itself.
15899
15900 * message.el (message-hidden-headers): Add Face.
15901
15902 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15903 reparenting code.
15904 (gnus-summary-reparent-children): Refactored out code.
15905 (gnus-summary-thread-map): New keystroke.
15906 (gnus-summary-reparent-children): Make into command.
15907
15908 * smiley.el (smiley-style): Default to `medium' if using a large
15909 font.
15910
15911 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15912 does it itself.
15913
15914 * message.el (message-point-in-header-p): Simplify definition.
15915
15916 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15917
15918 * nnagent.el (nnagent-request-set-mark): Silence log file
15919 writing.
15920 (nnagent-request-set-mark): Use write-region instead of
15921 append-to-file.
15922
15923 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15924 strange select method.
15925
15926 * ecomplete.el (ecomplete-display-matches): Get highlightling
15927 right.
15928 (ecomplete-display-matches): Use literals.
15929 (ecomplete-display-matches): Disable message logging.
15930
15931 * message.el (message-display-abbrev): Small optimization.
15932
15933 * ecomplete.el (ecomplete-display-matches): Allow automatic
15934 display.
15935
15936 * message.el (message-strip-forbidden-properties):
15937 Display abbrevs.
15938 (message-display-abbrev): Get automatic display right.
15939
15940 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15941 keystrokes.
15942
15943 2006-04-13 Romain Francoise <romain@orebokech.com>
15944
15945 TODO: Backport to v5-10!
15946
15947 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15948 Move here (and rename) from gnus-registry.el.
15949
15950 * gnus-registry.el: Require gnus-util.
15951 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15952
15953 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15954
15955 * gnus-group.el (gnus-group-catchup-current):
15956 Change if-then-else-if-then-else into cond.
15957 (gnus-group-catchup): Indent.
15958 (group-name-at-point): New function.
15959 (gnus-fetch-group): Provide default from thing at point.
15960
15961 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15962
15963 * message.el (message-display-abbrev): Fix regexp.
15964
15965 * ecomplete.el (ecomplete-highlight-match-line):
15966 Reimplement choosing.
15967 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15968 dead variables.
15969
15970 * message.el (message-newline-and-indent): Remove debugging.
15971 (message-display-abbrev): Use new implementation.
15972
15973 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15974
15975 * gnus-art.el (gnus-article-mode):
15976 Set cursor-in-non-selected-windows to nil.
15977
15978 * smiley.el: Revert previous change.
15979 (smiley-data-directory): defvar it before using it in the
15980 defcustom of `smiley-style'.
15981
15982 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15983
15984 * message.el (message-newline-and-indent): New function.
15985
15986 * ecomplete.el: Implement more bits.
15987
15988 * message.el (message-put-addresses-in-ecomplete): Clean up the
15989 string.
15990
15991 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15992
15993 * gnus-sum.el (gnus-summary-save-parts):
15994 Bind gnus-summary-save-parts-counter and use it to make unique file
15995 names.
15996
15997 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15998
15999 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16000 parameter to say whether to actually parse the individual
16001 addresses.
16002
16003 * message.el (message-put-addresses-in-ecomplete): New function.
16004 (ecomplete): Require.
16005 (message-mail-alias-type): Add ecomplete as an option.
16006
16007 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
16008
16009 * flow-fill.el (fill-flowed): Remove trailing space from blank
16010 quoted lines.
16011
16012 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16013
16014 * smiley.el (smiley-style): Move definition later to avoid a
16015 compilation warning.
16016
16017 2006-04-12 Kenichi Handa <handa@m17n.org>
16018
16019 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16020 buffer and then decode the buffer text if necessary.
16021 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16022 first, and after mm-encode-body, change the buffer to unibyte.
16023 Use mm-disable-multibyte instead of set-buffer-multibyte.
16024
16025 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16026
16027 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16028 Content-Type header instead of Content-Disposition header.
16029 (gnus-mime-inline-part): Ditto.
16030 (gnus-mime-view-part-as-charset): Ignore charset that the part
16031 specifies.
16032
16033 * mm-decode.el (mm-display-part): Work with external parts and
16034 usual parts similarly.
16035
16036 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16037 instead of gnus-display-mime.
16038
16039 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16040 instead of with-temp-buffer.
16041
16042 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16043 tag to summarized topics part in order to encode non-ASCII text.
16044
16045 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16046
16047 * smiley.el (smiley-style): New variable.
16048 (smiley-directory): New function.
16049 (smiley-data-directory): Derive from `smiley-style' using
16050 `smiley-directory'.
16051 (smiley-regexp-alist): Add new entries.
16052
16053 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16054 (gnus-article-browse-delete-temp): Add :version.
16055
16056 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16057
16058 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16059 the sieve region.
16060
16061 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16062
16063 * gnus.el (gnus-version-number): Bump version.
16064
16065 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * gnus.el: No Gnus v0.4 is released.
16068
16069 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16070
16071 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16072 layout.
16073
16074 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16075 unknown charset.
16076
16077 * message.el (message-header-synonyms): Add Original-To to the
16078 default.
16079
16080 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16081 optional parameter.
16082
16083 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16084
16085 * gnus-fun.el (gnus): Require it for gnus-directory.
16086
16087 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16088
16089 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16090
16091 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16092
16093 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16094
16095 2006-04-05 Simon Josefsson <jas@extundo.com>
16096
16097 * password.el (password-reset): New function.
16098
16099 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16100
16101 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16102 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16103
16104 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16105
16106 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16107 Some whitespace was matched into the url, which broke browsing hits
16108 > 100 when mm-url-use-external was nil.
16109
16110 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16111
16112 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16113 Check gnus-extra-headers for 'Newsgroups.
16114
16115 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16116 bound.
16117
16118 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16119
16120 * pgg-gpg.el: Clean up process buffers every time gpg processes
16121 complete.
16122
16123 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16124
16125 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16126 doc string.
16127
16128 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16129
16130 * pgg-gpg.el (pgg-gpg-process-filter)
16131 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16132
16133 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16134 lines, temporary fix.
16135
16136 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16137
16138 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16139
16140 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16141
16142 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16143 default-enable-multibyte-characters. This reverts the change from
16144 revision 6.17 which is no longer necessary because the passphrase
16145 is sent separately now. GnuPG messages are unreadable under
16146 multibyte locales with default-enable-multibyte-characters set to
16147 nil.
16148
16149 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16150
16151 * message.el (message-tool-bar-gnome): Move "spell".
16152
16153 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16154
16155 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16156 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16157 instead.
16158
16159 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16160
16161 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16162 Improve newsgroups handling for NNTP overviews which don't include
16163 Newsgroups.
16164
16165 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16166
16167 * message.el (message-resend): Bind message-generate-hashcash to nil.
16168
16169 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16170
16171 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16172 when searching for already-paid recipients.
16173
16174 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16175
16176 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16177 passphrases when it is not needed.
16178 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16179 passphrase stuff from gpg, should only be necessary when you use
16180 gpg with a smartcard.
16181
16182 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16183
16184 * mml.el (mml-insert-mime): Ignore cached contents of
16185 message/external-body part.
16186
16187 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16188 (mm-insert-part): Ditto.
16189
16190 2006-03-23 Simon Josefsson <jas@extundo.com>
16191
16192 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16193 Reiner.
16194 (pgg-gpg-use-agent-p): Use it again.
16195
16196 2006-03-23 Simon Josefsson <jas@extundo.com>
16197
16198 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16199 older emacsen.
16200 (pgg-gpg-use-agent-p): Don't use it.
16201
16202 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16203
16204 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16205 if we can.
16206
16207 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16208
16209 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16210 (pgg-gpg-update-agent): New function.
16211 (pgg-gpg-use-agent-p): New function.
16212 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16213 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16214 (pgg-gpg-sign-region): Use it.
16215
16216 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16217
16218 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16219 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16220
16221 2006-03-21 Simon Josefsson <jas@extundo.com>
16222
16223 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16224 <wilde@sha-bang.de>.
16225 (pgg-gpg-use-agent): New variable.
16226 (pgg-gpg-process-region): Use it.
16227 (pgg-gpg-encrypt-region): Likewise.
16228 (pgg-gpg-encrypt-symmetric-region): Likewise.
16229 (pgg-gpg-decrypt-region): Likewise.
16230 (pgg-gpg-sign-region): Likewise.
16231 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16232
16233 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16234
16235 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16236
16237 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16238 Add comment on version.
16239
16240 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16241
16242 * smiley.el: Add missing test smiley.
16243
16244 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16245
16246 * mm-decode.el (mm-with-part): New macro.
16247 (mm-get-part): Use it; work with message/external-body as well.
16248 (mm-save-part): Treat name and filename equally.
16249
16250 * mm-extern.el (mm-extern-cache-contents): New function.
16251 (mm-inline-external-body): Use it; force the part to be displayed;
16252 move undisplayer added to the cached handle to the parent.
16253
16254 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16255 (gnus-mime-view-part-as-type): Work with message/external-body.
16256
16257 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16258
16259 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16260
16261 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16262 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16263 Emacs.]
16264
16265 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16266
16267 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16268 path rather than symbol. Always return list of directories.
16269 Guarantee that image directory comes first. [Sync with image.el,
16270 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16271
16272 * message.el (message-make-tool-bar): Adjust to new API of
16273 `gmm-image-load-path-for-library'.
16274
16275 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16276
16277 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16278
16279 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16280
16281 * gnus-art.el (gnus-article-only-boring-p):
16282 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16283 intangible text.
16284 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16285
16286 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16287
16288 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16289 Use `defun' instead of `gmm-defun-compat'.
16290
16291 2006-03-14 Simon Josefsson <jas@extundo.com>
16292
16293 * message.el (message-unique-id): Don't use message-number-base36
16294 if (user-uid) is a float.
16295 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16296
16297 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16298
16299 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16300
16301 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16302 empty line between a part and a message part.
16303
16304 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16305
16306 * smiley.el: Add more test smileys.
16307 (smiley-data-directory, smiley-regexp-alist)
16308 (gnus-smiley-file-types): Fix doc strings.
16309 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16310 adding new elements.
16311 (smiley-mouse-map): Unused code. Make it a comment.
16312
16313 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16314
16315 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16316 scan latest NoCeM messages instead of old ones.
16317 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16318 delimiters that are recently used.
16319 (gnus-nocem-load-cache): Add autoload cookie.
16320
16321 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16322
16323 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16324 level which is larger than gnus-use-nocem is specified.
16325
16326 * gnus-group.el (gnus-group-get-new-news): Ditto.
16327
16328 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16329
16330 * gnus-util.el (gnus-tool-bar-update): New function.
16331
16332 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16333 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16334
16335 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16336
16337 * gnus-group.el (gnus-group-redraw-when-idle)
16338 (gnus-group-redraw-check): Remove.
16339 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16340
16341 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16342
16343 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16344 if optional last element is specified in splits (FIELD VALUE...).
16345
16346 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
16347
16348 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16349 to gmm-image-load-path-for-library. Call with no-error argument.
16350 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16351
16352 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16353
16354 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16355
16356 * gmm-utils.el (gmm-image-load-path): Remove alias.
16357
16358 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
16359
16360 * gmm-utils.el (gmm-image-load-path): Add alias.
16361
16362 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16363 nnml-generate-nov-databases-1.
16364 (nnml-generate-nov-databases): Use it.
16365 (nnml-generate-nov-databases-directory): Document no-active
16366 argument.
16367
16368 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16369 directory if path is t. Add no-error.
16370
16371 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16372 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16373
16374 * gnus-art.el (gnus-article-browse-delete-temp-files):
16375 Simplify resetting gnus-article-browse-html-temp-list.
16376
16377 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16378 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16379 Add example to docstring. Rename local variables. Move error
16380 checks to default case in cond and simplify.
16381
16382 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16385 handle is multipart when calling it recursively.
16386 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16387
16388 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16389
16390 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16391 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16392
16393 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16394
16395 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16396 is loaded.
16397
16398 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16399 loaded.
16400
16401 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16402
16403 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16404 to "Emacs 23 (unicode)" in doc string.
16405
16406 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16407 "Emacs 23 (unicode)" in comment.
16408
16409 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16412
16413 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16414 characters 160 through 255 in Emacs 23.
16415
16416 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16417
16418 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16419 gnus-article-browse-html-temp.
16420 (gnus-article-browse-delete-temp): Make it customizable.
16421 Add `file'. Adjust doc string.
16422 (gnus-article-browse-delete-temp-files): Add argument.
16423 Allow query for each file. Adjust doc string.
16424 (gnus-article-browse-html-parts):
16425 Add `gnus-article-browse-delete-temp-files' to
16426 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16427
16428 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16429
16430 * gnus-art.el (gnus-article-browse-html-temp)
16431 (gnus-article-browse-delete-temp): New variables.
16432 (gnus-article-browse-delete-temp-files): New function.
16433 (gnus-article-browse-html-parts): Use it.
16434
16435 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16436
16437 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16438
16439 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16440 string.
16441
16442 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16443 gnus-summary-insert-new-articles when unplugged.
16444 Remove gnus-summary-search-article-forward.
16445
16446 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16447 display-visual-class instead of display-color-cells.
16448
16449 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16450
16451 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16452 message/* containing non-ASCII text properly.
16453
16454 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16455
16456 * message.el: Require gmm-utils, remove autoloads.
16457 (message-tool-bar): Set default based on
16458 gmm-tool-bar-style.
16459 (message-tool-bar-gnome): Add gmm-customize-mode.
16460
16461 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16462 gmm-tool-bar-style.
16463 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16464
16465 * gnus-group.el (gnus-group-tool-bar): Set default based on
16466 gmm-tool-bar-style.
16467 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16468
16469 * gmm-utils.el (gmm-image-directory): Rename variable from
16470 gmm-image-load-path.
16471 (gmm-image-load-path): Use gmm-image-directory.
16472 (gmm-customize-mode): New function.
16473 (gmm-tool-bar-style): New variable.
16474
16475 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16476 gnus-group-redraw-line-number.
16477 (gnus-group-redraw-check): Simplify.
16478 (gnus-group-tool-bar-update): Remove redraw check.
16479 (gnus-group-make-tool-bar): Add redraw check.
16480
16481 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16482
16483 * gnus-art.el (gnus-button): Add missing parentheses.
16484
16485 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16488
16489 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16490
16491 * gnus-art.el (gnus-button): New face.
16492 (gnus-article-button-face): Use it.
16493
16494 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16495 Add gnus-summary-next-page. Re-order.
16496
16497 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16498 next-node are now included.
16499 (gnus-group-redraw-line-number): New internal variable.
16500 (gnus-group-redraw-check): Helper function for updating the tool
16501 bar.
16502 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16503
16504 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16505
16506 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16507 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16508 Use it to match format of Spamassassin 3.0 and later.
16509 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16510 (spam-check-bogofilter)
16511 (spam-bogofilter-register-with-bogofilter): Fix args of
16512 `gnus-error' calls.
16513
16514 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16515
16516 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16517 unnecessary interaction when sending queued mails.
16518 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16519
16520 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16521
16522 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16523 first or last are nil.
16524
16525 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16526
16527 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16528
16529 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16530
16531 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16532
16533 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16534
16535 * dns.el (query-dns): Protect more against buggy tcp output.
16536
16537 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16538
16539 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16540 nov.php.
16541
16542 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16543
16544 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16545 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16546 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16547 output on the server side.
16548 (nnweb-google-create-mapping): Update regexps and add some
16549 progress indication.
16550
16551 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16552
16553 * gnus-group.el (gnus-group-tool-bar-gnome):
16554 Fix gnus-agent-toggle-plugged. Re-order icons.
16555 (gnus-group-tool-bar-gnome):
16556 Add gnus-group-{prev,next}-unread-group.
16557 (gnus-group-tool-bar-gnome): Re-order icons.
16558
16559 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16560 Move gnus-summary-insert-new-articles.
16561
16562 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16563 Fix comments.
16564
16565 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16566 also available in Emacs 21.3.
16567
16568 * message.el (message-fix-before-sending): Change "Emacs 22" to
16569 "Emacs 23 (unicode)" in comment.
16570
16571 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16572 "Emacs 23 (unicode)" in comment.
16573
16574 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16575 comment.
16576 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16577
16578 * mm-view.el (mm-fill-flowed): Add :version.
16579
16580 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16581
16582 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16583 and load-path.
16584
16585 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16586
16587 * message.el: Autoload gmm-image-load-path.
16588 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16589 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16590 consitency.
16591
16592 * gmm-utils.el (gmm-image-load-path): Also search in
16593 "../etc/images". Don't set gmm-image-load-path if we don't find
16594 the image.
16595
16596 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16597
16598 * gmm-utils.el (gmm-image-load-path): Don't make
16599 `gmm-image-load-path' include subdirectories which the second arg
16600 `image' might specify.
16601
16602 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16603 subdirectory to icon file names.
16604
16605 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16606
16607 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16608
16609 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16610 gmm-image-load-path calls.
16611
16612 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16613
16614 * message.el (message-make-tool-bar): Ditto.
16615
16616 * mml.el (mml-preview): Add comment concerning tool bar icons.
16617
16618 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16619 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16620
16621 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16622 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16623
16624 * message.el (message-tool-bar-gnome): Use new icon names.
16625 (message-make-tool-bar): Use `gmm-image-load-path'.
16626
16627 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16628 New functions from MH-E.
16629 (gmm-image-load-path): New variable from MH-E.
16630 (gmm-image-load-path): New function from MH-E. Add arguments
16631 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16632 *-image-load-path-called-flag.
16633
16634 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16635
16636 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16637
16638 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16639
16640 * nnimap.el (nnimap-request-move-article): Change folder back to
16641 source group before deleting.
16642
16643 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16644
16645 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16646
16647 * gnus-art.el (mm-url-insert-file-contents-external):
16648 Autoload mm-url.
16649
16650 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16651
16652 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16653
16654 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16655 coding system which mm-charset-to-coding-system returns for a
16656 given charset is valid.
16657
16658 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16659
16660 * html2text.el (html2text-remove-tag-list):
16661 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16662
16663 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * gnus-cus.el: Revert 2005-10-17 change.
16666
16667 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16668
16669 * gnus-art.el (article-strip-banner):
16670 Call article-really-strip-banner only when the regexp match is made.
16671
16672 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * gnus-art.el (article-strip-banner):
16675 Use gnus-extract-address-components instead of
16676 mail-header-parse-addresses to make it work with non-ASCII text;
16677 remove mail-encode-encoded-word-string.
16678
16679 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16680 values which are surrounded with \"...\"; make it never cause a
16681 Lisp error; give up parsing of parameters if it failed in
16682 extracting type.
16683
16684 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16685
16686 * smime.el (smime-cert-by-ldap-1): Fix bug where
16687 `smime-ldap-search' returns results without userCertificates.
16688
16689 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16690
16691 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16692
16693 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16694
16695 * spam.el (spam-check-spamassassin-headers): Adapt format for
16696 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16697 <ari@mbf.ocn.ne.jp>.
16698 (spam-list-of-processors): Add spam-use-gmane.
16699
16700 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16701
16702 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16703 make-temp-file; make it work with XEmacs as well.
16704
16705 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16706 mm-make-temp-file.
16707
16708 * mm-decode.el (mm-display-external): Use the 3rd arg of
16709 mm-make-temp-file.
16710 (mm-create-image-xemacs): Ditto.
16711
16712 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16713
16714 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16715 with message-narrow-to-headers.
16716 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16717 (gnus-draft-check-draft-articles): New function.
16718 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16719
16720 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16721
16722 * gnus-art.el (gnus-article-browse-html-parts):
16723 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16724 Don't use suffix argument for mm-make-temp-file for Emacs 21
16725 compatibility. Remove useless `format'.
16726
16727 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16728
16729 * nnweb.el (nnweb-google-wash-article): Update regexps.
16730 (nnweb-group-alist): Use defvoo instead of defvar.
16731
16732 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16733
16734 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16735 re-loading nn* modules.
16736
16737 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16738
16739 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16740 for `tool-bar-mode' and don't check it's default-value.
16741
16742 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16743
16744 * message.el (message-make-tool-bar): Ditto.
16745
16746 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16747 `substring'. Shorten tmp-file name.
16748
16749 * gnus.el: Remove bogus comment.
16750
16751 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16752
16753 * gnus-art.el (gnus-article-browse-html-parts): New function.
16754 (gnus-article-browse-html-article): New function for viewing html
16755 articles with a browser.
16756
16757 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16758
16759 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16760 (mml2015-pgg-encrypt): Ditto.
16761
16762 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16763 (mml1991-pgg-encrypt): Ditto.
16764
16765 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16766
16767 * nnfolder.el (nnfolder-insert-newsgroup-line):
16768 Use message-make-date instead of current-time-string.
16769
16770 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16771 to gnus-decoded which mm-uu might set.
16772
16773 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16774
16775 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16776 don't decode quoted parameters; remove misimported Emacs code.
16777 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16778 (rfc2231-decode-encoded-string): Don't use split-string which
16779 behaves differently according to Emacs version; use
16780 mm-decode-coding-region to convert charset to coding-system.
16781 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16782 (rfc2231-encode-string): Remove misimported Emacs code.
16783
16784 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16785
16786 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16787 when calling mail-header-parse-content-type.
16788 (article-de-quoted-unreadable): Ditto.
16789 (article-de-base64-unreadable): Ditto.
16790 (article-wash-html): Ditto.
16791
16792 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16793 calling mail-header-parse-content-type and
16794 mail-header-parse-content-disposition.
16795 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16796 mail-header-parse-content-type.
16797
16798 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16799 insert charset and format parameters; encode description after
16800 inserting it to buffer.
16801 (mml-insert-parameter): Fold lines properly even if a parameter is
16802 segmented into two or more lines; change the max column to 76.
16803
16804 * rfc1843.el (rfc1843-decode-article-body): Don't use
16805 ignore-errors when calling mail-header-parse-content-type.
16806
16807 * rfc2231.el (rfc2231-parse-string): Return at least type if
16808 possible; don't cause an error even if it fails in parsing of
16809 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16810 (rfc2231-encode-string): Don't break lines at the beginning, leave
16811 it to mml-insert-parameter.
16812
16813 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16814 calling mail-header-parse-content-type.
16815
16816 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16817
16818 * spam-report.el (spam-report-gmane-use-article-number):
16819 Improve doc string.
16820 (spam-report-gmane-internal): Check if a suitable header was found
16821 in the article.
16822
16823 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16824
16825 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16826 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16827
16828 2006-02-05 Romain Francoise <romain@orebokech.com>
16829
16830 Update copyright notices of all files in the gnus directory.
16831
16832 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16833
16834 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16835
16836 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16837
16838 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16839 segmented lines of parameter value to cope with Thunderbird 1.5
16840 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16841 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16842 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16843
16844 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16845
16846 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16847 parts.
16848
16849 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16850
16851 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16852 there's only one active file for all servers.
16853 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16854 solid groups. Gnus might have used a FAST request to select the group.
16855 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16856 and nnweb-search redundantly in the active file.
16857 (nnweb-request-list): Don't list bogus groups. There can only be one.
16858 (nnweb-request-create-group): Don't use ARGS.
16859 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16860 initializations. Let nnoo do the work.
16861
16862 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16863
16864 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16865 Say the part has been decoded.
16866
16867 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16868
16869 2006-01-31 Kevin Ryde <user42@zip.com.au>
16870
16871 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16872 mailcap-viewer-test-cache when there's no 'test clause, since that
16873 will invert the meaning of a "nil" test previously determined by
16874 mailcap-mailcap-entry-passes-test.
16875
16876 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16877
16878 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16879 compiling.
16880
16881 * gnus-sum.el: Ditto.
16882
16883 * message.el: Don't bind tool-bar-map when compiling.
16884
16885 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16886
16887 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16888
16889 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16890
16891 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16892 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16893 current Google Groups.
16894
16895 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16896
16897 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16898 and tool-bar-mode.
16899
16900 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16901 and tool-bar-mode.
16902
16903 * message.el (message-tool-bar-update): Simplify.
16904 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16905
16906 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16907 gnus-summary-buffer.
16908 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16909 gnus-summary-reply.
16910
16911 * gmm-utils.el (gmm): Add :version.
16912
16913 2006-01-26 Steve Youngs <steve@sxemacs.org>
16914
16915 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16916 Don't autoload.
16917
16918 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16919
16920 * gmm-utils.el (gmm-verbose): Add :group.
16921
16922 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16923
16924 * message.el: Change some comments WRT tool-bars.
16925
16926 * gnus-sum.el (gnus-summary-tool-bar)
16927 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16928 (gnus-summary-tool-bar-zap-list): New variables.
16929 (gnus-summary-make-tool-bar): Complete rewrite using
16930 `gmm-tool-bar-from-list'.
16931
16932 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16933 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16934 New variables.
16935 (gnus-group-make-tool-bar): Complete rewrite using
16936 `gmm-tool-bar-from-list'.
16937 (gnus-group-tool-bar-update): New function.
16938
16939 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16940
16941 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16942
16943 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16944 is dissected into a single part of which the type is the same as
16945 the given one; decode charset.
16946
16947 2006-01-21 Kevin Ryde <user42@zip.com.au>
16948
16949 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16950 into alists as symbol not string, since that's what
16951 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16952 look for.
16953
16954 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16955
16956 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16957 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16958
16959 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16960
16961 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16962
16963 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16964 (gnus-mime-security-button-menu): New definition.
16965 (gnus-mime-security-button-map): Use them.
16966 (gnus-mime-security-button-menu): New function.
16967 (gnus-insert-mime-security-button): Addition to help echo.
16968 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16969 (gnus-mime-security-pipe-part): New functions.
16970
16971 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16972 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16973
16974 * mm-decode.el (mm-handle-set-disposition): Remove.
16975 (mm-handle-set-description): Remove.
16976
16977 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16978
16979 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16980 (mm-w3m-standalone-supports-m17n-p): New function.
16981 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16982 w3m usage.
16983
16984 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16985 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16986
16987 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16988
16989 * message.el (message-tool-bar-zap-list):
16990 Use gmm-tool-bar-zap-list as custom type.
16991 (message-tool-bar-update): New function.
16992 (message-tool-bar, message-tool-bar-gnome)
16993 (message-tool-bar-retro): Add message-tool-bar-update.
16994 (message-tool-bar-gnome): Add flyspell-buffer.
16995
16996 * gnus-util.el (gnus-error): Describe `args'.
16997
16998 * gmm-utils.el (gmm-error): Describe `args'.
16999 (gmm-tool-bar-zap-list): New widget.
17000 (gmm-tool-bar-from-list): Improve description of `zap-list'.
17001
17002 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17003
17004 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17005 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17006 the number of recursive calls.
17007
17008 * mm-decode.el (mm-handle-set-disposition): New macro.
17009 (mm-handle-set-description): New macro.
17010
17011 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17012
17013 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17014 encoding.
17015
17016 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17017
17018 * message.el (message-tool-bar-zap-list, message-tool-bar)
17019 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17020 (message-tool-bar-local-item-from-menu): Remove.
17021 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17022 (message-make-tool-bar): New function.
17023 (message-mode): Use `message-make-tool-bar'.
17024
17025 * gmm-utils.el: New file.
17026 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17027 (gmm-lazy): New widget copied from `nnmail.el'.
17028 (gmm-tool-bar-from-list): New function for creating customizable
17029 tool bars.
17030 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17031 output.
17032 (gmm): Add :prefix to defgroup.
17033
17034 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17035
17036 * gmm-utils.el (gmm-widget-p): New function.
17037
17038 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17039
17040 * mml.el (mml-attach-file): Describe `description' in doc string.
17041 (mml-menu): Add Emacs MIME manual and PGG manual.
17042
17043 2006-01-20 Richard M. Stallman <rms@gnu.org>
17044
17045 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17046
17047 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17048
17049 * nntp.el (nntp-end-of-line): Doc fix.
17050
17051 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17052
17053 * imap.el (imap-open): Handle case where buffer is a buffer
17054 object.
17055
17056 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17057
17058 * gnus-delay.el (gnus-delay): Don't autoload.
17059 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17060 to be re-loaded when customizing the `gnus-delay' group.
17061
17062 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17063
17064 * message.el (message-insert-citation-line): Use newlines.
17065
17066 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17067
17068 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17069
17070 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17071
17072 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17073
17074 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17075
17076 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17077
17078 * mm-decode.el (mm-inlined-types): Add application/pgp.
17079 (mm-automatic-display): Ditto.
17080
17081 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17082 part as text.
17083
17084 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17085
17086 * nnrss.el: Update copyright.
17087 (nnrss-opml-import): Query whether to subscribe to each entry.
17088
17089 * gnus-art.el:
17090 * gnus-sum.el:
17091 * mm-uu.el:
17092 * mm-view.el: Update copyright.
17093
17094 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17095
17096 * message.el (message-info): New function.
17097 (message-mode-menu): Add it.
17098 Update copyright.
17099
17100 * ChangeLog: Fix and update copyright.
17101
17102 2006-01-13 Romain Francoise <romain@orebokech.com>
17103
17104 * message.el (message-forward-subject-name-subject): Prefer the
17105 address to 'nowhere' if the sender has no name.
17106 Fix typo. Update copyright year.
17107
17108 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17109
17110 * gnus-art.el (article-wash-html):
17111 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17112 (gnus-article-wash-html-with-w3m-standalone): New function.
17113
17114 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17115 mm-inline-text-html-render-with-w3m-standalone.
17116 (mm-text-html-washer-alist): Map w3m-standalone to
17117 gnus-article-wash-html-with-w3m-standalone.
17118 (mm-inline-text-html-render-with-w3m-standalone): New function.
17119
17120 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17121
17122 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17123 Improve LaTeX.
17124
17125 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17126
17127 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17128 (nnrss-request-article): Render text/plain parts as HTML.
17129
17130 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17131 the buffer.
17132
17133 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17134
17135 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17136 custom definition of `gnus-posting-styles'.
17137
17138 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17139 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17140
17141 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17142
17143 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17144 Use nntp for bug archive.
17145
17146 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17147
17148 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17149 parts.
17150 (nnrss-normalize-date): New function converts ISO 8601 date into
17151 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17152 (nnrss-check-group): Use it.
17153
17154 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17155
17156 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17157
17158 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17159 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17160 (nnrss-insert-w3): Ditto.
17161
17162 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17163
17164 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17165 the articles to be forwarded including the case where neither a
17166 number of articles nor a region is specified.
17167
17168 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17169
17170 * nnrss.el (nnrss-request-article): Fix last change; fill
17171 text/plain parts.
17172
17173 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17174
17175 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17176 in text/plain part.
17177 (nnrss-check-group): Don't add excessive newline to dc:subject.
17178
17179 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17180
17181 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17182 article.
17183
17184 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17185
17186 * nnml.el: Don't require gnus-bcklg. Autoload it.
17187 (nnml-use-compressed-files, nnml-save-mail): Support other
17188 comression programs such as bzip2.
17189
17190 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17191
17192 * dns.el (query-dns): Make sure we check the buffer size before
17193 removing tcp headers.
17194
17195 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17196
17197 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17198 remove MIME buttons associated with multipart/alternative parts.
17199 (gnus-mime-display-alternative): Tag buttons using `article-type'
17200 text property.
17201
17202 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17203 associated with multipart/alternative parts.
17204
17205 * gnus-art.el (gnus-signature-separator): Fix custom type.
17206
17207 * mm-decode.el (mm-inlined-types): Fix custom type.
17208 (mm-keep-viewer-alive-types): Ditto.
17209 (mm-automatic-display): Ditto.
17210 (mm-attachment-override-types): Ditto.
17211 (mm-inline-override-types): Ditto.
17212 (mm-automatic-external-display): Ditto.
17213
17214 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17215
17216 * spam-report.el (spam-report-user-mail-address)
17217 (spam-report-user-agent): New variables.
17218 (spam-report-url-ping-plain): Use spam-report-user-agent.
17219
17220 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17221
17222 * gnus-art.el (gnus-button-handle-custom): Do not just use
17223 `customize-apropos' for any "M-x customize-*" button but the
17224 function called for. Accept both the function name and its
17225 argument in order to achieve this.
17226 (gnus-button-alist): Remove support for "custom:" URL's.
17227 Pass function name to `gnus-button-handle-custom' in case of "M-x
17228 customize-*" buttons.
17229
17230 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17231
17232 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17233 multipart/alternative and add xref to mm-discouraged-alternatives
17234 in doc string.
17235
17236 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17237 gnus-buttonized-mime-types in doc string.
17238
17239 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17240
17241 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17242 Suggest image/.* in the doc string.
17243
17244 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17245
17246 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17247 message-marks (Debian bug #342521).
17248
17249 2005-12-12 Simon Josefsson <jas@extundo.com>
17250
17251 * password.el (password-read-from-cache): Add.
17252 (password-read): Use it.
17253
17254 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17255
17256 * rfc2047.el (rfc2047-charset-to-coding-system):
17257 Recognize us-ascii as a MIME charset.
17258
17259 * mm-bodies.el (mm-decode-content-transfer-encoding):
17260 Protect against the case where the 2nd arg TYPE is nil.
17261
17262 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17263
17264 * pop3.el (pop3-stream-type): Fix custom version.
17265
17266 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17267
17268 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17269
17270 * mm-decode.el (mm-display-external): Add missing cdr.
17271
17272 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17273
17274 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17275 RFC1524) if it is in mailcap or add a suffix according to
17276 mailcap-mime-extensions when generating a temp filename; postpone
17277 deleting a temp file for 2 seconds for some wrappers, shell
17278 scripts, and so on, which might exit right after having started a
17279 viewer command as a background job.
17280
17281 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17282
17283 * nntp.el (nntp-marks-directory): Fix custom group.
17284
17285 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17286 steps when < 10.
17287
17288 * gnus-start.el (gnus-no-server-1):
17289 Mention `gnus-level-default-subscribed' in doc string.
17290
17291 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17292
17293 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17294 parens.
17295
17296 2005-11-26 Dave Love <fx@gnu.org>
17297
17298 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17299 (tls-program, tls-success): Provide openssl alternative.
17300
17301 * starttls.el: Doc fixes.
17302 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17303 SERVICE to PORT.
17304
17305 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17306 port null or service name.
17307 (starttls-negotiate): Autoload.
17308
17309 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17310
17311 * message.el (message-kill-to-signature): Fix interactive spec.
17312
17313 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17314
17315 * pop3.el (pop3-open-server): Recognize a string as a service name.
17316
17317 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17318
17319 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17320
17321 2005-11-23 Dave Love <fx@gnu.org>
17322
17323 Add pop3s, pop3/starttls.
17324
17325 * pop3.el (pop3-authentication-scheme): Clarify doc.
17326 (open-tls-stream, starttls-open-stream): Autoload.
17327 (pop3-stream-type): New.
17328 (pop3-open-server): Use it.
17329
17330 * mail-source.el (mail-sources): Fix some :types. Add stream type
17331 for POP.
17332 (mail-source-keyword-map): Add :stream for POP.
17333 (mail-source-fetch-pop): Use pop3-stream-type.
17334
17335 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17336
17337 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17338 of current-time-string.
17339
17340 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17341
17342 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17343 date header.
17344
17345 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17346
17347 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17348 it can seriously impact performance as it bypasses the agent's
17349 local caches.
17350
17351 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17352
17353 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17354 must be explicitly online rather than "not explicitly offline" for
17355 its flags to be synchronized.
17356
17357 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17358 that gnus-uu-unmark-thread will function correctly.
17359
17360 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17361 1024K is instead displayed as 1M.
17362
17363 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17364
17365 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17366
17367 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17368
17369 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17370
17371 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17372
17373 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17374 error message to display actual error condition.
17375 (gnus-agent-save-local): Avoid saving symbols that are bound to
17376 nil as they simply result in a warning message in
17377 gnus-agent-read-local.
17378
17379 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17380
17381 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17382 rather than make-variable-buffer-local for file-precious-flag.
17383
17384 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17385
17386 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17387 for duplicates which are removed. The invalid sort check then
17388 triggers a rescan after the sort as sorting may have moved
17389 duplicate entries such that they can be cheaply detected.
17390
17391 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17392
17393 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17394
17395 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17396
17397 * gnus-agent.el (gnus-agent-article-alist-save-format):
17398 Change internal variable to a custom variable. Change default value
17399 from compressed(2) to uncompressed(1).
17400 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17401 support for uncompressed agentview files. Taken together, reading
17402 the agentview file should now be 6-7 times faster.
17403
17404 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17405
17406 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17407 as a buffer-local variable. This avoids creating truncated
17408 dribble files as a result of a hang up, eg.
17409
17410 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17411
17412 * gnus-start.el (gnus-start-draft-setup):
17413 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17414
17415 * gnus.el (gnus-splash): Change custom group.
17416 (gnus-group-get-parameter, gnus-group-parameter-value):
17417 Describe allow-list argument.
17418
17419 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17420 string.
17421
17422 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17423
17424 * gnus-art.el (gnus-default-article-saver): Add user-defined
17425 `function' to custom type.
17426
17427 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17428
17429 * imap.el (imap-open): Handle case where buffer is a buffer
17430 object.
17431
17432 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17433
17434 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17435 long lines.
17436 (gnus-cache-delete-group): Wrap doc strings.
17437
17438 * gnus-agent.el (gnus-agent-rename-group)
17439 (gnus-agent-delete-group): Wrap doc strings.
17440
17441 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17442
17443 * gnus-start.el (gnus-1): Add "native" to
17444 gnus-predefined-server-alist.
17445
17446 * gnus.el (gnus-method-to-server): Don't add "native" to the
17447 lists here, because that leads to problems when
17448 gnus-select-method is bound.
17449
17450 2005-11-09 Simon Josefsson <jas@extundo.com>
17451
17452 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17453 use (not sort-by-date) instead.
17454
17455 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * gnus-delay.el (gnus-delay-group): Don't autoload.
17458 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17459 to be re-loaded when customizing the `gnus-delay' group.
17460
17461 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17462
17463 * message.el: Revert last changes.
17464 (message-insert-citation-line): Use newlines.
17465
17466 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17467
17468 * message.el (message-courtesy-message)
17469 (message-mark-insert-begin, message-mark-insert-end)
17470 (message-elide-ellipsis, message-cancel-message)
17471 (message-add-header, message-change-subject)
17472 (message-cross-post-followup-to-header)
17473 (message-cross-post-insert-note, message-reduce-to-to-cc)
17474 (message-widen-reply, message-delete-not-region)
17475 (message-kill-to-signature, message-insert-signature)
17476 (message-insert-importance-high, message-insert-importance-low)
17477 (message-insert-or-toggle-importance)
17478 (message-insert-disposition-notification-to)
17479 (message-indent-citation, message-yank-original)
17480 (message-cite-original-without-signature, message-cite-original)
17481 (message-insert-citation-line, message-position-on-field)
17482 (message-fix-before-sending, message-send-mail-partially)
17483 (message-send-mail, message-send-mail-with-sendmail)
17484 (message-send-mail-with-qmail, message-send-news)
17485 (message-check-news-header-syntax, message-generate-headers)
17486 (message-insert-courtesy-copy, message-fill-address)
17487 (message-fill-header, message-shorten-references)
17488 (message-setup-1, message-cancel-news)
17489 (message-forward-make-body-plain, message-forward-make-body-mime)
17490 (message-forward-make-body-mml, message-encode-message-body)
17491 (message-forward-make-body-digest-plain)
17492 (message-forward-make-body-digest-mime)
17493 (message-use-alternative-email-as-from): Insert `hard-newline'
17494 instead of ordinary newlines.
17495
17496 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17497
17498 * message.el (message-generate-headers): Downcase the argument
17499 given to message-check-element.
17500
17501 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17502
17503 * nntp.el (nntp-authinfo-rejected): New error condition.
17504 (nntp-wait-for): Use new error condition to signal authentication
17505 error.
17506 (nntp-retrieve-data): Rethrow new error condition to break out of
17507 recursive call to nntp-send-authinfo.
17508
17509 2005-11-08 Romain Francoise <romain@orebokech.com>
17510
17511 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17512 (gnus-summary-exit-map): Bind to `Z p'.
17513 (gnus-summary-make-menu-bar): Add menu item.
17514
17515 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17516
17517 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17518 (gnus-treat-*): Add `first' in all doc strings.
17519
17520 * gnus-group.el (gnus-group-compact-group): Fix typo.
17521
17522 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17523
17524 * gnus.el (gnus-parameters-case-fold-search): New variable.
17525 (gnus-parameters-get-parameter): Use it.
17526
17527 * gnus-score.el (gnus-home-score-file): Doc fix.
17528
17529 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17530
17531 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17532
17533 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17534
17535 * mm-util.el (mm-special-display-p): New function.
17536
17537 * mml.el (mml-preview): Use it; doc fix.
17538
17539 2005-10-29 Romain Francoise <romain@orebokech.com>
17540
17541 * message.el (message-fix-before-sending): Fix comment.
17542
17543 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17544
17545 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17546
17547 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17548
17549 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17550 Used in gnus-score.el.
17551
17552 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17553
17554 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17555
17556 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17557
17558 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17559 whitespace removed in revision 7.8. Use concatenated string to
17560 protect trailing whitespace.
17561
17562 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17563
17564 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17565 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17566 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17567 Courier IMAP ("some version from 2004"). Mostly based on similar
17568 code in the same function.
17569
17570 2005-10-26 Didier Verna <didier@xemacs.org>
17571
17572 * gnus-group.el (gnus-group-compact-group): Invalidate original
17573 article buffer.
17574 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17575 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17576 NOV database and in article itself.
17577 Invalidate article backlog.
17578
17579 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17580
17581 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17582
17583 2005-10-26 Simon Josefsson <jas@extundo.com>
17584
17585 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17586 part of 2004-07-25 change.
17587
17588 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17589
17590 * message.el (message-display-completion-list): New function.
17591 (message-expand-group): Use it; make sure the Completions buffer
17592 is modifiable.
17593
17594 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17595
17596 * imap.el (imap-open): Handle case where buffer is a buffer object.
17597
17598 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17599
17600 * pgg-def.el:
17601 * pgg-gpg.el:
17602 * pgg-parse.el:
17603 * pgg-pgp.el:
17604 * pgg-pgp5.el:
17605 * pgg.el: Move to the parent lisp directory.
17606
17607 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17608
17609 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17610 user-mail-name is an empty string.
17611
17612 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17613
17614 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17615 depending on gnus-score-decay-constant.
17616
17617 * encrypt.el (encrypt-insert-file-contents)
17618 (encrypt-write-file-contents): Don't use `gnus-message'.
17619
17620 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17621 arguments.
17622 (mm-uu-type-alist): Add message-marks and insert-marks.
17623 Pass arguments to mm-uu-verbatim-marks-extract.
17624 (mm-uu-hide-markers): New variable.
17625 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17626
17627 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17628 (gnus-convert-image-to-face-command): Use "convert" by default to
17629 allow other input image formats.
17630 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17631 accordingly.
17632
17633 2005-10-23 Simon Josefsson <jas@extundo.com>
17634
17635 * imap.el (imap-gssapi-program): Align command line parameters
17636 with latest GNU SASL.
17637 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17638
17639 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17640
17641 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17642 HTML.
17643 (nnslashdot-request-article): Ditto.
17644
17645 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17646
17647 * mail-source.el (mail-source-fetch-pop): Require pop3.
17648 (mail-source-check-pop): Ditto.
17649
17650 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17651
17652 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17653 errors.
17654
17655 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17656
17657 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17658 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17659
17660 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17661
17662 * mm-bodies.el (mm-decode-string):
17663 Call `mm-charset-to-coding-system' with allow-override argument.
17664
17665 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17666
17667 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17668 (rfc2047-charset-to-coding-system): New function.
17669 (rfc2047-decode-encoded-words): New function.
17670 (rfc2047-decode-region): Use them.
17671 (rfc2047-decode-cte): Remove.
17672 (rfc2047-parse-and-decode): Remove.
17673 (rfc2047-decode): Remove.
17674
17675 2005-10-15 Kenichi Handa <handa@m17n.org>
17676
17677 * rfc2047.el (rfc2047-decode-cte): New function.
17678 (rfc2047-decode-region): Change the way to decode successive
17679 encoded-words: decode B- or Q-encoding in each encoded-word,
17680 concatenate them, and decode it as charset.
17681
17682 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17683
17684 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17685 widget-move-and-invoke.
17686 (gnus-custom-mode): Use gnus-custom-map.
17687
17688 2005-10-15 Bill Wohler <wohler@newt.com>
17689
17690 * message.el (message-tool-bar-map): Rename image file from
17691 mail_send to mail/send.
17692
17693 2005-10-16 Masatake YAMATO <jet@gyve.org>
17694
17695 * message.el (message-expand-group): Pass the common
17696 prefix substring of completion to `display-completion-list'.
17697
17698 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17699
17700 * mml-sec.el (mml-secure-method): New internal variable.
17701 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17702 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17703 New functions using mml-secure-method.
17704
17705 * mml.el (mml-mode-map): Add key bindings for those functions.
17706 (mml-menu): Simplify security menu entries. Suggested by Jesper
17707 Harder <harder@myrealbox.com>.
17708 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17709 Goto end of message if point is the headers of the message.
17710
17711 * message.el (message-in-body-p): New function.
17712
17713 * assistant.el: Autoload gnus-util and netrc.
17714
17715 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17716 Use `mm-charset-override-alist' only when decoding.
17717
17718 * mm-bodies.el (mm-decode-body):
17719 Call `mm-charset-to-coding-system' with allow-override argument.
17720
17721 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17722 `filename' from Content-Disposition if Content-Type doesn't
17723 provide `name'.
17724 (gnus-mime-view-part-as-type): Set default instead of
17725 initial-input.
17726
17727 2005-10-09 Daniel Brockman <daniel@brockman.se>
17728
17729 * format-spec.el (format-spec): Propagate text properties of % spec.
17730
17731 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17732
17733 * gnus-art.el (gnus-treat-predicate): Add `first'.
17734
17735 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17736
17737 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17738 (mm-charset-override-alist): New variable.
17739 (mm-charset-to-coding-system): Use it.
17740 (mm-codepage-setup): New helper function.
17741 (mm-charset-eval-alist): New variable.
17742 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17743 Warn about unknown charsets.
17744
17745 2005-10-04 David Hansen <david.hansen@gmx.net>
17746
17747 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17748 (nnrss-check-group): Ditto.
17749
17750 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17751
17752 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17753 Rename x-gnus-verbatim to x-verbatim.
17754 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17755
17756 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17757 x-verbatim.
17758
17759 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17760
17761 * gnus-util.el (gnus-remove-duplicates): Remove.
17762
17763 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17764 instead of gnus-remove-duplicates.
17765
17766 * message.el (message-remove-duplicates): Remove.
17767 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17768 message-remove-duplicates.
17769
17770 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17771 available, else use implementation from `delete-dups'.
17772
17773 * message.el (message-insert-expires): New function.
17774 (message-mode-map): Add key binding.
17775 (message-mode-field-menu): Add menu entry.
17776 (message-mode): Document it.
17777 (message-make-expires-date): Use `message-make-date'.
17778
17779 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17780
17781 * message.el (message-make-expires-date): New function.
17782
17783 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17784
17785 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17786
17787 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17790 function rather than the diff-mode.el package.
17791 (mm-display-external): Use with-current-buffer.
17792 (mm-viewer-completion-map, mm-viewer-completion-map):
17793 Move initialization inside declaration.
17794
17795 2005-09-29 Simon Josefsson <jas@extundo.com>
17796
17797 * spam.el: Load hashcash when compiling, to avoid warnings.
17798 Don't autoload mail-check-payment.
17799 (spam-check-hashcash): Define unconditionally, since hashcash.el
17800 is part of Gnus now. Ignore errors from payment checking.
17801
17802 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17803
17804 * message.el (message-bold-region, message-unbold-region):
17805 Rename from `bold-region' and `unbold-region'.
17806
17807 * message.el: Remove useless autoloads.
17808
17809 2005-09-28 Simon Josefsson <jas@extundo.com>
17810
17811 * message.el (message-use-idna): Default to t.
17812 (message-use-idna): Test whether encoding works too. Doc fix.
17813
17814 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17815
17816 * nntp.el (nntp-warn-about-losing-connection): Remove.
17817
17818 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17819
17820 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17821 customizable. Change default value.
17822 (mm-uu-diff-groups-regexp): Change default value.
17823 (mm-uu-type-alist): Add doc string.
17824 (mm-uu-configure): Add doc string. Make it interactive.
17825 (mm-uu-tex-groups-regexp): New variable.
17826 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17827 (mm-uu-type-alist): Add LaTeX documents.
17828 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17829 of "text/verbatim".
17830 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17831
17832 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17833 instead of "text/verbatim".
17834
17835 * message.el (message-mark-inserted-region)
17836 (message-mark-insert-file): Use slrn style marks when called with
17837 prefix argument.
17838
17839 2005-09-27 Simon Josefsson <jas@extundo.com>
17840
17841 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17842
17843 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17844
17845 * message.el (message-remove-duplicates): New function.
17846 Implementation borrowed from `gnus-remove-duplicates'.
17847 (message-idna-to-ascii-rhs): Also encode idna addresses in
17848 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17849 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17850 only ask about the same idna domain once per header and also tell
17851 in what header to replace the idna domain.
17852
17853 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17854 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17855 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17856 a header is decoded and not just the last one.
17857
17858 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17859
17860 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17861 has been decoded.
17862
17863 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17864 (mm-insert-part): Don't modify text if it has been decoded.
17865
17866 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17867 decoded.
17868
17869 * mm-view.el (mm-inline-text): Don't strip text props unless
17870 decoding enriched or richtext parts.
17871
17872 2005-09-25 Romain Francoise <romain@orebokech.com>
17873
17874 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17875 * gnus-start.el (gnus-subscribe-interactively):
17876 * gnus-uu.el (gnus-uu-grab-articles):
17877 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17878 space.
17879
17880 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17881
17882 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17883 * mm-view.el (mm-view-pkcs7-decrypt):
17884 * gnus-sum.el (gnus-summary-limit-to-extra)
17885 (gnus-summary-respool-article, gnus-read-move-group-name):
17886 * gnus-score.el (gnus-summary-increase-score):
17887 * gnus-util.el (gnus-completing-read-with-default):
17888 * gnus-art.el (gnus-read-save-file-name)
17889 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17890 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17891 * message.el (message-check-news-header-syntax):
17892 Follow convention for reading with the minibuffer.
17893
17894 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17895
17896 * spam-report.el (spam-report-url-ping-plain):
17897 Use gnus-extended-version as User-Agent.
17898
17899 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17900 default value is nil.
17901
17902 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17903 (mm-uu-verbatim-marks-extract): New function.
17904 (mm-uu-extract): New face.
17905 (mm-uu-copy-to-buffer): Use it.
17906
17907 * spam-report.el (spam-report-gmane-ham): Rename from
17908 `spam-report-gmane-unspam'.
17909 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17910 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17911
17912 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17913 Autoload.
17914 (spam-report-gmane-unregister-routine):
17915 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17916
17917 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17918
17919 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17920 (spam-report-gmane-unregister-routine): Add support for gmane
17921 unregistration.
17922
17923 * spam-report.el (spam-report-gmane-unspam)
17924 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17925 (spam-report-gmane): Change to take a single article and do unspam
17926 registration.
17927
17928 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17929
17930 * mm-url.el (mm-url-decode-entities): Fix regexp.
17931
17932 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17933
17934 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17935 default to nil, to be able to use Gnus at all. If the default
17936 switches to something else, then the function should be fixed not
17937 be exceedingly slow.
17938
17939 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17940
17941 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17942 fail hard.
17943
17944 * spam-report.el: Add better Keywords line.
17945
17946 * spam.el: Add Maintainer and better Keywords line.
17947
17948 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17949
17950 * gnus-art.el (gnus-article-replace-part)
17951 (gnus-mime-replace-part): New functions.
17952 (gnus-mime-action-alist, gnus-mime-button-commands)
17953 (gnus-mime-save-part-and-strip): Add file argument.
17954 (gnus-article-part-wrapper): Add interactive argument.
17955
17956 * gnus-sum.el (gnus-summary-mime-map):
17957 Add `gnus-article-replace-part'.
17958
17959 2005-09-19 Didier Verna <didier@xemacs.org>
17960
17961 The nnml compaction feature:
17962 * nnml.el (nnml-request-compact-group): New function.
17963 * nnml.el (nnml-request-compact): New function.
17964 * gnus-int.el (gnus-request-compact-group): New function.
17965 * gnus-int.el (gnus-request-compact): New function.
17966 * gnus-group.el (gnus-group-compact-group): New function.
17967 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17968 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17969 * gnus-srvr.el (gnus-server-compact-server): New function.
17970 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17971 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17972
17973 2005-09-18 Deepak Goel <deego@gnufans.org>
17974
17975 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17976 format spec.
17977
17978 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17979
17980 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17981
17982 2005-09-15 Romain Francoise <romain@orebokech.com>
17983
17984 * message.el (message-fill-paragraph): Clarify docstring.
17985
17986 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17987
17988 * gnus-art.el (gnus-mime-display-part): Protect against broken
17989 MIME messages.
17990
17991 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17992
17993 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17994 before parsing header.
17995
17996 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17997
17998 * html2text.el (html2text-replace-list): Add new entities.
17999
18000 2005-09-11 Romain Francoise <romain@orebokech.com>
18001
18002 * message.el (message-alternative-emails): Improve docstring.
18003 (message-setup-1): Call `message-use-alternative-email-as-from'
18004 after `message-setup-hook' to give it precedence over posting
18005 styles, etc.
18006 (message-use-alternative-email-as-from): Add docstring.
18007 Remove the original From header if present.
18008
18009 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18010 (nnml-save-mail): Use it.
18011
18012 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18013 articles. Add new argument `silent'.
18014 (gnus-uu-mark-all): Report the total number of marked articles.
18015
18016 2005-09-10 Romain Francoise <romain@orebokech.com>
18017
18018 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18019 (gnus-uu-mark-series): Likewise.
18020
18021 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18022
18023 * spam-report.el (spam-report-gmane): Fix generation of spam
18024 report URL.
18025
18026 2005-09-10 Simon Josefsson <jas@extundo.com>
18027
18028 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18029 t, based on discussion on the ding list with Robert Epprecht
18030 <epprecht@solnet.ch>.
18031
18032 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18033
18034 * spam-report.el (spam-report-gmane): Make it work without
18035 X-Report-Spam header. Gmane now only provides Archived-At.
18036 This is only used if `spam-report-gmane-use-article-number' is nil.
18037 (spam-report-gmane-spam-header): Remove. Not used anymore.
18038
18039 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18040 make `gnus-summary-sort-by-recipient' work with threading.
18041
18042 * nnweb.el (nnweb-google-wash-article): Print a message if article
18043 is not available.
18044
18045 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18046
18047 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18048 change. Decode text/* parts content before displaying.
18049
18050 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18051
18052 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18053
18054 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18055
18056 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18057
18058 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18059
18060 * message.el (message-tab-body-function): Fix mismatched custom type.
18061
18062 * gnus.el (gnus-group-change-level-function): Ditto.
18063
18064 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18065
18066 * gnus-art.el (gnus-signature-limit)
18067 (gnus-article-mime-part-function): Ditto.
18068
18069 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18070
18071 * mml.el (mml-mode): Silence the byte compiler.
18072
18073 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18074 using `(sit-for 0)' before moving the point to the specified part;
18075 skip unbuttonized parts.
18076 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18077 return to the summary window if gnus-auto-select-part is non-nil.
18078
18079 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18080
18081 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18082 New variables.
18083 (mml-dnd-attach-file, mml-mode): Use them.
18084
18085 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18086 Make fetching article by MID work again for Google Groups.
18087 Add FIXME concerning gnus-group-make-web-group.
18088
18089 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18090 Don't depend on Gnus by using mail-extract-address-components if
18091 gnus-extract-address-components is not bound.
18092
18093 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18094
18095 * gnus-art.el (gnus-mime-display-security): Don't display the
18096 signature, but only the signed part.
18097
18098 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18099
18100 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18101
18102 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18103 list, not listp.
18104
18105 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18106
18107 * mm-encode.el (mm-encode-content-transfer-encoding):
18108 Likewise when encoding.
18109
18110 * mm-bodies.el (mm-decode-content-transfer-encoding):
18111 De-canonicalize CRLF for all text content types, not just
18112 text/plain.
18113
18114 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18115
18116 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18117 valid article; point arrow and cursor at the MIME button.
18118
18119 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18120
18121 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18122 Suggested by Dan Christensen <jdc@uwo.ca>.
18123
18124 * mm-decode.el (mm-save-part): Enable change of prompt.
18125
18126 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18127
18128 * gnus-msg.el (gnus-inews-add-send-actions):
18129 Make `message-post-method' lambda parameter ARG `&optional'.
18130
18131 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18132
18133 * gnus-sum.el (gnus-summary-mime-map):
18134 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18135 gnus-article-jump-to-part.
18136
18137 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18138 (gnus-article-edit-part): Use it.
18139 (gnus-article-part-wrapper): Add no-handle argument.
18140 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18141 New functions.
18142
18143 2005-08-29 Romain Francoise <romain@orebokech.com>
18144
18145 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18146 docstring.
18147 (gnus-face-from-file): Likewise.
18148
18149 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18150
18151 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18152 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18153 non-nil.
18154 (gnus-auto-select-part): New variable.
18155 (gnus-article-jump-to-part): New function.
18156 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18157 (gnus-mime-delete-part): Allow selecting specified part after
18158 deleting or stripping parts.
18159 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18160 part if argument is bogus.
18161
18162 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18163
18164 * gnus-art.el (w3m-minor-mode-map):
18165 * gnus-spec.el (gnus-newsrc-file-version):
18166 * gnus-util.el (nnmail-active-file-coding-system)
18167 (gnus-original-article-buffer, gnus-user-agent):
18168 * gnus.el (gnus-ham-process-destinations)
18169 (gnus-parameter-ham-marks-alist)
18170 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18171 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18172 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18173 * mm-decode.el (gnus-current-window-configuration):
18174 * mm-extern.el (gnus-article-mime-handles):
18175 * mm-url.el (url-current-object, url-package-name)
18176 (url-package-version):
18177 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18178 (smime-keys, w3m-cid-retrieve-function-alist)
18179 (w3m-current-buffer, w3m-display-inline-images)
18180 (w3m-minor-mode-map):
18181 * mml-smime.el (gnus-extract-address-components):
18182 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18183 (gnus-newsrc-hashtb, message-default-charset)
18184 (message-deletable-headers, message-options)
18185 (message-posting-charset, message-required-mail-headers)
18186 (message-required-news-headers):
18187 * mml1991.el (mc-pgp-always-sign):
18188 * mml2015.el (mc-pgp-always-sign):
18189 * nnheader.el (nnmail-extra-headers):
18190 * rfc1843.el (gnus-decode-encoded-word-function)
18191 (gnus-decode-header-function, gnus-newsgroup-name):
18192 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18193
18194 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18195
18196 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18197 the end of the date treatments.
18198
18199 2005-08-15 Simon Josefsson <jas@extundo.com>
18200
18201 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18202 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18203 Capello and Romain Francoise.
18204 (pgg-fetch-key-function): Remove, not used?
18205 (pgg-insert-url-with-w3): Require url, to get
18206 url-insert-file-contents regardless of where it is defined.
18207
18208 2005-08-13 Romain Francoise <romain@orebokech.com>
18209
18210 * message.el (message-cite-original-1): New function.
18211 (message-cite-original): Use it.
18212 (message-cite-original-without-signature): Ditto.
18213
18214 2005-08-08 Romain Francoise <romain@orebokech.com>
18215
18216 * message.el (message-yank-empty-prefix): New variable.
18217 (message-indent-citation): Use it.
18218 (message-cite-original-without-signature): Respect X-No-Archive.
18219
18220 2005-08-08 Simon Josefsson <jas@extundo.com>
18221
18222 * pgg.el: Autoload url-insert-file-contents instead of loading
18223 w3/url.
18224 (pgg-insert-url-with-w3): Don't load url here.
18225
18226 2005-08-07 Jesper Harder <harder@phys.au.dk>
18227
18228 * message.el (message-kill-to-signature): Don't insert newline at
18229 bol.
18230 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18231
18232 2005-08-06 Romain Francoise <romain@orebokech.com>
18233
18234 * message.el (message-user-fqdn): Fix typo in docstring.
18235
18236 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18237
18238 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18239
18240 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18241
18242 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18243
18244 * mm-bodies.el (mm-encode-body): Use coding system rather than
18245 charset to encode text.
18246
18247 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18248 number of charsets if utf-8 is available (XEmacs).
18249
18250 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18251
18252 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18253 taken from `gnus-button-mid-or-mail-regexp'.
18254 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18255 (gnus-button-alist): Improve regexp for domain part of the MIDs
18256 for news:localpart@domain buttons.
18257 (gnus-button-ctan-directory-regexp): Update.
18258
18259 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18260
18261 * sieve-manage.el (sieve-manage-interactive-login):
18262 Use make-local-variable rather than make-variable-buffer-local.
18263 (sieve-manage-open): Ditto.
18264 (sieve-manage-authenticate): Ditto.
18265
18266 * mml.el (mml-generate-mime-1): Make the content type default to
18267 text/plain if the filename is not specified.
18268
18269 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18270
18271 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18272 instead of insert-buffer.
18273
18274 * message.el (message-yank-original): Ditto; set the mark at the
18275 end of the yanked message.
18276
18277 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18278
18279 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18280 lines to scroll rather than to stop it.
18281
18282 * mml.el (mml-generate-default-type): Add doc string.
18283 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18284 default to application/octet-stream when determining the content
18285 type if it is not specified for the part or the mml contents; add
18286 a comment about mml-generate-default-type.
18287
18288 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18289
18290 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18291 make it default to application/octet-stream when determining the
18292 content type if it is not specified for the external contents.
18293
18294 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18295
18296 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18297 segmented parameter but also other parameters might be there.
18298
18299 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18300
18301 * mm-decode.el (mm-display-external): Delete temp file, directory
18302 and buffer immediately if the external process is exited.
18303
18304 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18305
18306 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18307 fewer lines than that of scroll-margin.
18308 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18309
18310 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18311
18312 * gnus-art.el (gnus-article-next-page): Revert.
18313 (gnus-article-beginning-of-window): New macro.
18314 (gnus-article-next-page-1): Use it.
18315 (gnus-article-prev-page): Ditto.
18316 (gnus-article-edit-part): Use insert-buffer-substring instead of
18317 insert-buffer.
18318 (gnus-article-edit-exit): Ditto.
18319
18320 * gnus-util.el (gnus-beginning-of-window): Remove.
18321 (gnus-end-of-window): Remove.
18322
18323 2005-07-25 Simon Josefsson <jas@extundo.com>
18324
18325 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18326 to have the url package without w3. Reported by Daiki Ueno
18327 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18328
18329 2005-07-20 Didier Verna <didier@xemacs.org>
18330
18331 * gnus-diary.el: Remove the description comment (nndiary is now
18332 properly documented in the Gnus manual).
18333 Fix the spelling of "Back End".
18334 * nndiary.el: Ditto.
18335 Fix the copyright notice.
18336
18337 2005-07-18 Romain Francoise <romain@orebokech.com>
18338
18339 * gnus-sum.el (gnus-summary-to-prefix)
18340 (gnus-summary-newsgroup-prefix): New variables.
18341 (gnus-summary-from-or-to-or-newsgroups): Use them.
18342
18343 2005-07-17 Romain Francoise <romain@orebokech.com>
18344
18345 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18346 space as it's generally not especially interesting to the user.
18347
18348 2005-07-16 Romain Francoise <romain@orebokech.com>
18349
18350 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18351 nil to avoid prompting and file modification if one of the
18352 messages at the top of the nnfolder file contains a copyright
18353 notice.
18354 Update copyright notice.
18355
18356 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18357 instead of `current-time-string' as the latter creates a time
18358 string that is not RFC 2822 compliant (it lacks the zone).
18359 Update copyright notice.
18360
18361 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18362
18363 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18364 for text/rtf. Display default in prompt. Pass default for M-n.
18365
18366 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18367
18368 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18369
18370 * gnus-msg.el (gnus-button-mailto):
18371 Remove save-selected-window-window hackery because it relies on
18372 save-selected-window internals.
18373
18374 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18375
18376 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18377 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18378 (gnus-article-prev-page): Ditto.
18379
18380 * gnus-util.el (gnus-beginning-of-window): New function.
18381 (gnus-end-of-window): New function.
18382
18383 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18384
18385 * gnus-score.el (gnus-score-edit-all-score):
18386 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18387 gnus-message.
18388
18389 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18390
18391 * gnus-msg.el (gnus-button-mailto):
18392 Remove save-selected-window-window hackery because it relies on
18393 save-selected-window internals.
18394
18395 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18396
18397 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18398 add-minor-mode.
18399 (gnus-binary-mode): Ditto.
18400
18401 * gnus-topic.el (gnus-topic-mode): Ditto.
18402
18403 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18404
18405 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18406 (gnus-article-prev-page): Take scroll-margin into consideration.
18407
18408 2005-07-04 Lute Kamstra <lute@gnu.org>
18409
18410 Update FSF's address in GPL notices.
18411
18412 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18413
18414 * gnus.el (gnus-exit):
18415 * gnus-group.el (gnus-group-icons):
18416 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18417
18418 * gnus-nocem.el (gnus-nocem):
18419 * message.el (message-various, message-buffers, message-sending)
18420 (message-interface, message-forwarding, message-insertion)
18421 (message-headers, message-news, message-mail):
18422 * pgg-gpg.el (pgg-gpg):
18423 * pgg-parse.el (pgg-parse):
18424 * pgg-pgp.el (pgg-pgp):
18425 * pgg-pgp5.el (pgg-pgp5):
18426 * pop3.el (pop3): Finish `defgroup' description with period.
18427
18428 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18429
18430 * gnus-art.el (article-display-face): Improve the efficiency.
18431 (article-display-x-face): Ditto; remove gray x-face stuff.
18432
18433 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18434
18435 * gnus-art.el (article-display-face): Correct the position in
18436 which Faces are inserted.
18437
18438 2005-06-29 Didier Verna <didier@xemacs.org>
18439
18440 * gnus-art.el (article-display-face): Display faces in correct
18441 order.
18442
18443 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18444
18445 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18446 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18447 (gnus-nocem-check-article): Fetch the Type header.
18448 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18449 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18450 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18451 make sure gnus-nocem-hashtb is initialized.
18452 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18453 (gnus-nocem-unwanted-article-p): Ditto.
18454
18455 * pgg.el (pgg-verify): Return the verification result.
18456
18457 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18458
18459 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18460 is ascii.
18461
18462 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18463
18464 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18465 `show-nonbreak-escape'.
18466
18467 2005-06-23 Lute Kamstra <lute@gnu.org>
18468
18469 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18470
18471 * dig.el (dig-mode):
18472 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18473
18474 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18475
18476 * nnimap.el (nnimap-split-download-body): Fix spellings.
18477
18478 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18479
18480 * gnus-art.el (gnus-article-encrypt-body):
18481 * gnus-cus.el (gnus-score-customize):
18482 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18483 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18484
18485 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18486
18487 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18488 header by looking for magic "MII" at the beginning.
18489
18490 2005-06-16 Miles Bader <miles@gnu.org>
18491
18492 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18493 (assistant-field-face): New backward-compatibility alias for renamed
18494 face.
18495 (assistant-render-text): Use renamed assistant-field face.
18496
18497 * spam.el (spam): Remove "-face" suffix from face name.
18498 (spam-face): New backward-compatibility alias for renamed face.
18499 (spam-face, spam-initialize): Use renamed spam face.
18500
18501 * message.el (message-header-to, message-header-cc)
18502 (message-header-subject, message-header-newsgroups)
18503 (message-header-other, message-header-name)
18504 (message-header-xheader, message-separator, message-cited-text)
18505 (message-mml): Remove "-face" suffix from face names.
18506 (message-header-to-face, message-header-cc-face)
18507 (message-header-subject-face, message-header-newsgroups-face)
18508 (message-header-other-face, message-header-name-face)
18509 (message-header-xheader-face, message-separator-face)
18510 (message-cited-text-face, message-mml-face):
18511 New backward-compatibility aliases for renamed faces.
18512 (message-font-lock-keywords): Use renamed message faces.
18513
18514 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18515 (sieve-test-commands, sieve-tagged-arguments):
18516 Remove "-face" suffix from face names.
18517 (sieve-control-commands-face, sieve-action-commands-face)
18518 (sieve-test-commands-face, sieve-tagged-arguments-face):
18519 New backward-compatibility aliases for renamed faces.
18520 (sieve-control-commands-face, sieve-action-commands-face)
18521 (sieve-test-commands-face, sieve-tagged-arguments-face):
18522 Use renamed sieve faces.
18523
18524 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18525 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18526 (gnus-group-news-3-empty, gnus-group-news-4)
18527 (gnus-group-news-4-empty, gnus-group-news-5)
18528 (gnus-group-news-5-empty, gnus-group-news-6)
18529 (gnus-group-news-6-empty, gnus-group-news-low)
18530 (gnus-group-news-low-empty, gnus-group-mail-1)
18531 (gnus-group-mail-1-empty, gnus-group-mail-2)
18532 (gnus-group-mail-2-empty, gnus-group-mail-3)
18533 (gnus-group-mail-3-empty, gnus-group-mail-low)
18534 (gnus-group-mail-low-empty, gnus-summary-selected)
18535 (gnus-summary-cancelled, gnus-summary-high-ticked)
18536 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18537 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18538 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18539 (gnus-summary-low-undownloaded)
18540 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18541 (gnus-summary-low-unread, gnus-summary-normal-unread)
18542 (gnus-summary-high-read, gnus-summary-low-read)
18543 (gnus-summary-normal-read, gnus-splash):
18544 Remove "-face" suffix from face names.
18545 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18546 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18547 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18548 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18549 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18550 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18551 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18552 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18553 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18554 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18555 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18556 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18557 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18558 (gnus-summary-normal-ticked-face)
18559 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18560 (gnus-summary-normal-ancient-face)
18561 (gnus-summary-high-undownloaded-face)
18562 (gnus-summary-low-undownloaded-face)
18563 (gnus-summary-normal-undownloaded-face)
18564 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18565 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18566 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18567 (gnus-splash-face):
18568 New backward-compatibility aliases for renamed faces.
18569 (gnus-group-startup-message): Use renamed gnus faces.
18570
18571 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18572 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18573 (gnus-server-agent): Remove "-face" suffix from face names.
18574 (gnus-server-agent-face, gnus-server-opened-face)
18575 (gnus-server-closed-face, gnus-server-denied-face)
18576 (gnus-server-offline-face):
18577 New backward-compatibility aliases for renamed faces.
18578 (gnus-server-agent-face, gnus-server-opened-face)
18579 (gnus-server-closed-face, gnus-server-denied-face)
18580 (gnus-server-offline-face): Use renamed gnus faces.
18581
18582 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18583 Remove "-face" suffix from face names.
18584 (gnus-picon-xbm-face, gnus-picon-face):
18585 New backward-compatibility aliases for renamed faces.
18586
18587 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18588 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18589 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18590 (gnus-cite-11): Remove "-face" suffix from face names.
18591 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18592 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18593 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18594 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18595 New backward-compatibility aliases for renamed faces.
18596 (gnus-cite-attribution-face, gnus-cite-face-list)
18597 (gnus-article-boring-faces): Use renamed gnus faces.
18598
18599 * gnus-art.el (gnus-signature, gnus-header-from)
18600 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18601 (gnus-header-content): Remove "-face" suffix from face names.
18602 (gnus-signature-face, gnus-header-from-face)
18603 (gnus-header-subject-face, gnus-header-newsgroups-face)
18604 (gnus-header-name-face, gnus-header-content-face):
18605 New backward-compatibility aliases for renamed faces.
18606 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18607
18608 * gnus-sum.el (gnus-summary-selected-face)
18609 (gnus-summary-highlight): Use renamed gnus faces.
18610 * gnus-group.el (gnus-group-highlight): Likewise.
18611
18612 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18613
18614 * gnus-sieve.el (gnus-sieve-article-add-rule):
18615 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18616 * spam-stat.el (spam-stat-buffer-change-to-spam)
18617 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18618
18619 * message.el (message-is-yours-p):
18620 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18621
18622 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18623
18624 * mm-view.el (mm-inline-text): Withdraw the last change.
18625
18626 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18627
18628 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18629 executing enriched-decode.
18630
18631 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18632
18633 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18634 charset of tar files.
18635
18636 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18637
18638 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18639
18640 2005-06-04 Lute Kamstra <lute@gnu.org>
18641
18642 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18643 information is never recorded.
18644
18645 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18646
18647 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18648
18649 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18650
18651 * pop3.el (pop3-apop): Run md5 in the binary mode.
18652
18653 * starttls.el (starttls-set-process-query-on-exit-flag):
18654 Use eval-and-compile.
18655
18656 2005-05-31 Simon Josefsson <jas@extundo.com>
18657
18658 * smime.el (smime-replace-in-string): Define.
18659 (smime-cert-by-ldap-1): Use it.
18660
18661 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * gnus-art.el (article-display-x-face): Replace
18664 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18665
18666 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18667 set-process-query-on-exit-flag or process-kill-without-query.
18668
18669 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18670 loop instead of replace-regexp.
18671
18672 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18673 instead of process-kill-without-query if it is available.
18674
18675 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18676 instead of find-file-hooks if it is available.
18677
18678 * mml1991.el: Bind pgg-default-user-id when compiling.
18679
18680 * mml2015.el: Bind pgg-default-user-id when compiling.
18681
18682 * nndraft.el (nndraft-request-associate-buffer):
18683 Use write-contents-functions instead of write-contents-hooks if it is
18684 available.
18685
18686 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18687 instead of find-file-hooks if it is available.
18688
18689 * nntp.el (nntp-open-connection): Replace
18690 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18691 (nntp-open-ssl-stream): Ditto.
18692 (nntp-open-tls-stream): Ditto.
18693
18694 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18695 set-process-query-on-exit-flag or process-kill-without-query.
18696 (starttls-open-stream-gnutls): Use it instead of
18697 process-kill-without-query.
18698 (starttls-open-stream): Ditto.
18699
18700 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18701
18702 * smime.el (smime-cert-by-ldap-1): Don't use
18703 replace-regexp-in-string.
18704
18705 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18706
18707 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18708
18709 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18710 in PEM format. Adjust to the XEmacs compatibility.
18711
18712 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18713
18714 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18715 by `string-to-number'.
18716 * gnus-agent.el (gnus-agent-regenerate-group)
18717 (gnus-agent-fetch-articles): Ditto.
18718 * gnus-art.el (gnus-button-fetch-group): Ditto.
18719 * gnus-cache.el (gnus-cache-generate-active)
18720 (gnus-cache-articles-in-group): Ditto.
18721 * gnus-group.el (gnus-group-set-current-level)
18722 (gnus-group-insert-group-line): Ditto.
18723 * gnus-score.el (gnus-score-set-expunge-below)
18724 (gnus-score-set-mark-below, gnus-summary-score-effect)
18725 (gnus-summary-score-entry): Ditto.
18726 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18727 (gnus-soup-pack): Ditto.
18728 * gnus-spec.el (gnus-xmas-format): Ditto.
18729 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18730 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18731 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18732 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18733 * nndb.el (nndb-get-remote-expire-response): Ditto.
18734 * nndiary.el (nndiary-parse-schedule-value)
18735 (nndiary-string-to-number, nndiary-request-replace-article)
18736 (nndiary-request-article): Ditto.
18737 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18738 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18739 * nneething.el (nneething-make-head): Ditto.
18740 * nnfolder.el (nnfolder-request-article)
18741 (nnfolder-retrieve-headers): Ditto.
18742 * nnheader.el (nnheader-file-to-number): Ditto.
18743 * nnkiboze.el (nnkiboze-request-article): Ditto.
18744 * nnmail.el (nnmail-process-unix-mail-format)
18745 (nnmail-process-babyl-mail-format): Ditto.
18746 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18747 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18748 (nnmh-request-create-group, nnmh-request-list-1)
18749 (nnmh-request-group, nnmh-request-article): Ditto.
18750 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18751 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18752 * nnsoup.el (nnsoup-make-active): Ditto.
18753 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18754 * nntp.el (nntp-find-group-and-number)
18755 (nntp-retrieve-headers-with-xover): Ditto.
18756 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18757 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18758 (pgg-format-key-identifier): Ditto.
18759 * pop3.el (pop3-last, pop3-stat): Ditto.
18760 * qp.el (quoted-printable-decode-region): Ditto.
18761
18762 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18763 of concat.
18764
18765 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18766
18767 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18768
18769 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18770
18771 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18772
18773 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18774
18775 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18776
18777 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18778
18779 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18780 (gnus-carpal-mode): Ditto.
18781
18782 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18783 (gnus-browse-mode): Ditto.
18784
18785 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18786
18787 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18788
18789 2005-05-29 Richard M. Stallman <rms@gnu.org>
18790
18791 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18792
18793 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18794
18795 * gnus-util.el (gnus-run-mode-hooks): New function.
18796
18797 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18798
18799 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18800
18801 * gnus-agent.el (gnus-agent-make-mode-line-string):
18802 Use mode-line-highlight as mouse-face.
18803
18804 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18805
18806 * canlock.el (canlock): Change the parent group to news.
18807
18808 * deuglify.el (gnus-outlook-deuglify): Add :group.
18809
18810 * dig.el (dig): Add :group.
18811
18812 * dns-mode.el (dns-mode): Add :group.
18813
18814 * encrypt.el (encrypt): Add :group.
18815
18816 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18817 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18818 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18819 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18820 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18821
18822 * gnus-diary.el (gnus-diary): Add :group.
18823
18824 * gnus.el (gnus-group-news-1-face): Add :group.
18825 (gnus-group-news-1-empty-face): Ditto.
18826 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18827 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18828 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18829 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18830 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18831 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18832 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18833 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18834 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18835 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18836 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18837 (gnus-summary-high-ticked-face): Ditto.
18838 (gnus-summary-low-ticked-face): Ditto.
18839 (gnus-summary-normal-ticked-face): Ditto.
18840 (gnus-summary-high-ancient-face): Ditto.
18841 (gnus-summary-low-ancient-face): Ditto.
18842 (gnus-summary-normal-ancient-face): Ditto.
18843 (gnus-summary-high-undownloaded-face): Ditto.
18844 (gnus-summary-low-undownloaded-face): Ditto.
18845 (gnus-summary-normal-undownloaded-face): Ditto.
18846 (gnus-summary-high-unread-face): Ditto.
18847 (gnus-summary-low-unread-face): Ditto.
18848 (gnus-summary-normal-unread-face): Ditto.
18849 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18850 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18851
18852 * hashcash.el (hashcash): New custom group.
18853 (hashcash-default-payment): Add :group.
18854 (hashcash-payment-alist): Ditto.
18855 (hashcash-default-accept-payment): Ditto.
18856 (hashcash-accept-resources): Ditto.
18857 (hashcash-path): Ditto.
18858 (hashcash-extra-generate-parameters): Ditto.
18859 (hashcash-double-spend-database): Ditto.
18860 (hashcash-in-news): Ditto.
18861
18862 * message.el (message-minibuffer-local-map): Add :group.
18863
18864 * netrc.el (netrc): Add :group.
18865
18866 * sieve-manage.el (sieve-manage-log): Add :group.
18867 (sieve-manage-default-user): Diito.
18868 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18869 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18870 (sieve-manage-authenticators): Ditto.
18871 (sieve-manage-authenticator-alist): Ditto.
18872 (sieve-manage-default-port): Ditto.
18873
18874 * sieve-mode.el (sieve-control-commands-face): Add :group.
18875 (sieve-action-commands-face): Ditto.
18876 (sieve-test-commands-face): Ditto.
18877 (sieve-tagged-arguments-face): Ditto.
18878
18879 * smime.el (smime): Add :group.
18880
18881 * spam-report.el (spam-report): Add :group.
18882
18883 * spam.el (spam, spam-face): Add :group.
18884
18885 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18886
18887 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18888 return \n.\n.\n at the end of articles. Protect against that.
18889 (nntp-with-open-group): Allow debugging.
18890
18891 * nnheader.el (mail-header-set-extra): Make into a function
18892 because I just could't understand how to quote the list properly.
18893
18894 * dns.el (query-dns-cached): New function.
18895
18896 2005-05-26 Lute Kamstra <lute@gnu.org>
18897
18898 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18899
18900 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18901
18902 * gnus-art.el: Don't autoload mail-extract-address-components.
18903
18904 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18905 eval-and-compile to evaluate it.
18906
18907 * hashcash.el: Don't autoload executable-find.
18908
18909 * nndb.el: Don't declare the nndb back end two or more times; don't
18910 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18911
18912 * nntp.el: Autoload format-spec instead of format; use
18913 eval-and-compile to evaluate autoload forms.
18914
18915 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18916
18917 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18918
18919 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18920
18921 * gnus.el (gnus-version-number): Bump version.
18922
18923 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18924
18925 * gnus.el: No Gnus v0.3 is released.
18926
18927 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18928
18929 * gnus-art.el (gnus-article-edit-part): Disable undo.
18930
18931 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18932
18933 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18934 gnus-article-date-lapsed-new-header is t if date timer is active;
18935 skip headers in which the original date value is empty.
18936 (gnus-article-save-original-date): Redefine it as a macro.
18937 (gnus-display-mime): Use it.
18938
18939 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18940
18941 * gnus-art.el (article-date-ut): Support converting date in
18942 forwarded parts as well.
18943 (gnus-article-save-original-date): New function.
18944 (gnus-display-mime): Use it.
18945
18946 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18947
18948 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18949 enclosure element of <item>.
18950
18951 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18952
18953 * message.el (message-kill-buffer-query): Rename from
18954 `message-kill-buffer-query-if-modified'. Add :version.
18955
18956 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18957
18958 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18959 window layout.
18960
18961 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18962
18963 * mml.el: Autoload dnd when compiling.
18964
18965 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18966
18967 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18968 x-dnd-*.
18969
18970 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18971
18972 * qp.el (quoted-printable-encode-region): Save excursion.
18973
18974 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18975
18976 * message.el (message-kill-buffer-query-if-modified): Add new variable
18977 so the user can kill a modified message buffer quickly.
18978 (message-kill-buffer): Use it.
18979
18980 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18981
18982 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18983 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18984
18985 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18986
18987 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18988 contained in text because xml.el decodes entities) with LFs.
18989
18990 2005-04-11 Lute Kamstra <lute@gnu.org>
18991
18992 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18993 differently.
18994
18995 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * mm-util.el (mm-detect-coding-region): Typo.
18998
18999 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
19000
19001 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19002
19003 2005-04-06 Deepak Goel <deego@gnufans.org>
19004
19005 * spam-stat.el (spam-stat-score-buffer): Add a call to a
19006 user-function allow user modifications of the scores.
19007 (spam-stat-score-buffer-user): New function, to allow
19008 user-computed modifications to the score.
19009 (spam-stat-score-buffer-user-functions): List of additional
19010 scoring functions.
19011 (spam-stat-error-holder): Global temporary error holder.
19012 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19013 variable.
19014
19015 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19016
19017 * gnus-registry.el (gnus-registry-clean-empty-function)
19018 (gnus-registry-trim, gnus-registry-fetch-groups)
19019 (gnus-registry-delete-group): Groups that match
19020 `gnus-registry-ignored-groups' are removed from the registry
19021 entries, not just ignored for splitting. This helps clean up the
19022 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19023 to get all the groups a message ID is in.
19024
19025 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19026 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19027 (spam-stat-score-buffer-user-functions): Add :number custom type.
19028
19029 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19030
19031 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19032 argument in XEmacs.
19033
19034 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19035 (nnrss-request-group): Decode group name first.
19036 (nnrss-request-article): Make a text/plain article if mml-to-mime
19037 failed.
19038 (nnrss-get-encoding): Return a compatible encoding according to
19039 nnrss-compatible-encoding-alist.
19040 (nnrss-find-el): Use consp instead of listp.
19041 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19042
19043 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19044
19045 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19046 which Emacs 20 doesn't support.
19047 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19048
19049 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19050
19051 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19052 silence the byte compiler inside the defun.
19053
19054 * gnus-demon.el (parse-time-string): Add autoload.
19055
19056 * gnus-delay.el (parse-time-string): Add autoload.
19057
19058 * gnus-art.el (parse-time-string): Add autoload.
19059
19060 * nnultimate.el (parse-time): Require for `parse-time-string'.
19061
19062 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19063
19064 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19065
19066 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19067
19068 * smime.el (smime-ldap-host-list): Add :version.
19069
19070 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19071
19072 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19073 pass it to `gnus-browse-read-group'.
19074 (gnus-browse-read-group): Add NUMBER argument and pass it to
19075 `gnus-group-read-ephemeral-group'.
19076
19077 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19078 argument and pass it to `gnus-group-read-group'.
19079
19080 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19081
19082 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19083 mm-xemacs-find-mime-charset-1 if we have the mule feature
19084 available at runtime.
19085
19086 2005-03-25 Werner Lemberg <wl@gnu.org>
19087
19088 * nnmaildir.el: Replace `illegal' with `invalid'.
19089
19090 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19091
19092 * gnus-start.el (gnus-display-time-event-handler):
19093 Check display-time-timer at runtime rather than only at load time
19094 in case display-time-mode is turned off in the mean time.
19095
19096 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19097
19098 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19099 used.
19100
19101 * nneething.el (nneething-map-file-directory): Derive from
19102 `gnus-directory'.
19103
19104 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19105 the To/Cc button.
19106
19107 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19108
19109 * nnmaildir.el (nnmaildir-request-accept-article):
19110 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19111
19112 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19113
19114 * gnus-async.el: Require timer-funcs at compile time when in
19115 XEmacs for `run-with-idle-timer'.
19116
19117 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19118
19119 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19120 autoloaded function.
19121
19122 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19123
19124 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19125
19126 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19127
19128 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19129
19130 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19131
19132 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19133 Add gnus-expert-user to default.
19134
19135 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19136
19137 * nnimap.el (nnimap-open-server): Ditto.
19138
19139 * imap.el (imap-authenticate): Fix typo.
19140
19141 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19142
19143 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19144 buffer (since IMAP server might return FETCH response out of
19145 order, and the nntp buffer must be sorted).
19146
19147 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19148
19149 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19150 comparison on string.
19151
19152 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19153 (gnus-agent-score): Rename category keywords to match gnus-cus.
19154 (gnus-agent-summary-fetch-series): Modify to protect against
19155 gnus-agent-summary-fetch-group clearing processable flags.
19156 (gnus-agent-synchronize-group-flags): Update live group buffer as
19157 synchronization may occur due to the user toggle the plugged
19158 status.
19159 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19160 successfully downloaded.
19161 (gnus-agent-expire-group-1): Avoid using markers when the overview
19162 is in ascending order; greatly improves performance.
19163 (gnus-agent-regenerate-group):
19164 Use gnus-agent-synchronize-group-flags to reset read status in both
19165 gnus and server.
19166 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19167
19168 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19169
19170 * message.el: Don't autoload former message-utils variables.
19171 (message-strip-subject-trailing-was): Change doc string.
19172
19173 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19174 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19175 (nnweb-google-search): Add "hl=en" here.
19176 (nnweb-google-parse-1, nnweb-google-create-mapping):
19177 Don't hardcode URL.
19178
19179 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19180
19181 * message.el (message-get-reply-headers, message-followup):
19182 Mention related variables `message-use-followup-to' and
19183 `message-use-mail-followup-to', in the information buffer.
19184
19185 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19186 of broken groups(-beta).google.com.
19187
19188 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19189
19190 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19191 parameter to invoked gnus-request-move-article; remove the
19192 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19193 all at once instead of once per article.
19194 (gnus-summary-remove-process-mark): Accept a list of articles as
19195 well as a single article for processing.
19196
19197 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19198 parameter.
19199
19200 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19201
19202 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19203
19204 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19205 parameter.
19206
19207 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19208 parameter.
19209
19210 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19211 parameter and remove the gnus-sum-hint-move-is-internal variable.
19212
19213 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19214 parameter.
19215
19216 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19217 parameter.
19218
19219 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19220 parameter.
19221
19222 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19223
19224 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19225 parameter.
19226
19227 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19228 parameter.
19229
19230 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19233 a more conservative way.
19234
19235 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19236
19237 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19238 buffer, so it moves the window's cursor.
19239
19240 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19241
19242 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19243 `mm-dissect-multipart' and receive the from field as an (optional)
19244 argument from `mm-dissect-multipart'.
19245 (mm-dissect-multipart): Receive the from field as an argument and
19246 pass it on when we call `mm-dissect-buffer' on MIME parts.
19247 Fixes verification/decryption of signed/encrypted MIME parts.
19248
19249 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19250
19251 * gnus-sum.el (gnus-summary-move-article):
19252 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19253 whatever it calls (right now, only nnimap-request-move article
19254 respects it).
19255
19256 * nnimap.el (nnimap-request-move-article):
19257 When gnus-sum-hint-move-is-internal is set, don't do the extra
19258 nnimap-request-article.
19259
19260 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19261
19262 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19263
19264 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19265 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19266
19267 * gnus-sum.el (gnus-summary-caesar-message):
19268 Apply `gnus-treat-article' after rotation.
19269
19270 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19271 doc string.
19272
19273 2005-02-22 Simon Josefsson <jas@extundo.com>
19274
19275 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19276 `password-cache-expiry' instead). Reported by Arne Jørgensen
19277 <arne@arnested.dk>.
19278 (encrypt): Add password-cache and password-cache-expiry as group
19279 members.
19280
19281 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19282
19283 * smime.el (smime-ldap-host-list): Doc fix.
19284 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19285 cache) password.
19286 (smime-sign-region): Use it.
19287 (smime-decrypt-region): Use it.
19288 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19289 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19290 fails.
19291 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19292 certificate from DER to PEM format rather than calling openssl.
19293
19294 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19295
19296 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19297 for signing/encryption.
19298
19299 * mml.el (mml-parse-1): Use them.
19300
19301 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19302
19303 * nnrss.el (nnrss-verbose): Remove.
19304 (nnrss-request-group): Use `nnheader-message' instead.
19305
19306 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19307
19308 * nnrss.el (nnrss-verbose): New variable.
19309 (nnrss-request-group): Make it say nnrss is requesting a group.
19310
19311 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19312
19313 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19314 Handle news URL with given port correctly.
19315
19316 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19317
19318 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19319 containing special characters.
19320
19321 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19322
19323 * mml.el (mime-to-mml): Ditto.
19324
19325 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19326 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19327 (rfc2047-decode-region): Quote decoded words containing special
19328 characters when rfc2047-quote-decoded-words-containing-tspecials
19329 is non-nil.
19330
19331 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19332
19333 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19334
19335 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19336
19337 2005-02-15 Simon Josefsson <jas@extundo.com>
19338
19339 * nnimap.el (nnimap-debug): Doc fix.
19340
19341 * imap.el (imap-debug): Doc fix.
19342
19343 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19344
19345 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19346
19347 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19348
19349 * gnus.el (spam-contents): Improve docs for spam-contents
19350 parameter in its variable incarnation.
19351
19352 2005-02-14 Simon Josefsson <jas@extundo.com>
19353
19354 * smime-ldap.el: Use require instead of load-library for ldap.
19355 (smime-ldap-search): Indent.
19356 (smime-ldap-search-internal): Shorten line.
19357
19358 * smime.el (smime-cert-by-dns): Add doc-string.
19359 (smime-cert-by-ldap-1): Indent.
19360
19361 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19362 mml-smime-get-dns-ldap.
19363 (mml-smime-encrypt-query): Use new function. Default to ldap.
19364
19365 2005-02-14 Arne Jørgensen <arne@arnested.dk>
19366
19367 * smime.el: Require smime-ldap.
19368 (smime-ldap-host-list): New variable.
19369 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19370
19371 * mml-smime.el (mml-smime-encrypt-query): New function.
19372 (mml-smime-encrypt-query): Use it.
19373
19374 * smime-ldap.el: New file.
19375
19376 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19377
19378 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19379
19380 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19381
19382 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19383 argument in doc string. Make query for type more clear.
19384
19385 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19386
19387 * gnus.el (gnus-group-startup-message): Search for gnus images in
19388 etc/images/gnus.
19389 * mm-util.el (mm-image-load-path): Likewise.
19390 * smiley.el (smiley-data-directory): Search for smilies in
19391 etc/images/smilies.
19392
19393 2005-02-09 Kim F. Storm <storm@cua.dk>
19394
19395 Change Emacs release version from 21.4 to 22.1 throughout.
19396 Change Emacs development version from 21.3.50 to 22.0.50.
19397
19398 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19399
19400 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19401
19402 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19403 non-Mule XEmacs as well.
19404 (mm-decompress-buffer): Signal an error intentionally if it does
19405 not decompress compressed data because auto-compression-mode is
19406 disabled.
19407
19408 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19409
19410 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19411 an ID in the registry even if it has no groups.
19412
19413 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19414
19415 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19416 merge it into mm-decompress-buffer.
19417 (gnus-mime-copy-part): Use the MIME part charset, the value which
19418 a user specified or gnus-newsgroup-charset for decoding, like
19419 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19420 save-buffer what was used. Suggested by Kevin Ryde
19421 <user42@zip.com.au>.
19422 (gnus-mime-inline-part): Allow the name parameter as well as the
19423 filename parameter; force decompressing of compressed data; always
19424 display contents being not decoded as unibyte.
19425
19426 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19427 as well as the filename parameter.
19428
19429 * mm-util.el (mm-decompress-buffer):
19430 Merge gnus-mime-jka-compr-maybe-uncompress.
19431 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19432 of compressed data.
19433
19434 2005-02-08 Simon Josefsson <jas@extundo.com>
19435
19436 * imap.el (imap-log): Doc fix.
19437
19438 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19439
19440 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19441 the coding cookies; decompress compressed parts.
19442
19443 * mml.el (mml-generate-mime-1): Add the charset parameter according
19444 to the value which a user specified manually or the coding cookie.
19445
19446 * mm-util.el (mm-string-to-multibyte): New function.
19447 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19448 (mm-coding-system-to-mime-charset): New function.
19449 (mm-decompress-buffer): New function.
19450 (mm-find-buffer-file-coding-system): New function.
19451
19452 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19453 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19454 parts.
19455
19456 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19457
19458 * mm-view.el (mm-display-inline-fontify): Decode a part according
19459 to the charset parameter.
19460
19461 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19462
19463 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19464 prefix arg is neither nil nor a number, as info specifies.
19465
19466 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19467
19468 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19469 timestamps.
19470
19471 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19472
19473 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19474 groups error checking and notify user.
19475
19476 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19477
19478 * message.el (message-send-mail-function): Check existence of
19479 sendmail-program first before using default value
19480 `message-send-mail-with-sendmail'. Otherwise use more generic
19481 `smtpmail-send-it'.
19482
19483 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19484
19485 * nntp.el (nntp-request-update-info): Always return nil.
19486
19487 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19488
19489 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19490
19491 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * message.el (message-beginning-of-line): Change the behavior when
19494 invoked between BOL and : so that it first moves backward.
19495
19496 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19497
19498 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19499 article buffer when editing of the article is discarded.
19500 (gnus-article-prepare): Revert.
19501
19502 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19503
19504 * gnus-art.el (gnus-article-prepare):
19505 Remove message-strip-forbidden-properties from the local hook.
19506
19507 2005-01-27 Simon Josefsson <jas@extundo.com>
19508
19509 * password.el (password-cache-add): Only start one timer per key.
19510 Reported by Derek Atkins <warlord@MIT.EDU>.
19511
19512 2005-01-26 Steve Youngs <steve@sxemacs.org>
19513
19514 * run-at-time.el: Remove. It is no longer needed as
19515 timer-funcs.el in the xemacs-base package has a working version of
19516 `run-at-time'.
19517
19518 * password.el: Require timer-funcs instead of run-at-time in
19519 XEmacs.
19520 Remove `password-run-at-time' macro.
19521 (password-cache-add): Use `run-at-time' instead of
19522 `password-run-at-time'.
19523
19524 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19525 for `run-with-idle-timer'.
19526
19527 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19528 for `run-at-time'.
19529
19530 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19531 for `with-timeout'.
19532
19533 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19534
19535 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19536 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19537
19538 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19539
19540 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19541 sensitively.
19542
19543 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19544
19545 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19546
19547 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19548
19549 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19550 which will be inserted according to the multibyteness of a buffer
19551 rather than the type of contents. Suggested by ARISAWA Akihiro
19552 <ari@mbf.ocn.ne.jp>.
19553
19554 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19555 of string which old xml.el may return rather than a string.
19556
19557 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19558
19559 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19560
19561 2005-01-16 Simon Josefsson <jas@extundo.com>
19562
19563 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19564 idn/idna.el isn't available.
19565 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19566 <michael@waxrat.com>.
19567
19568 * hashcash.el: Remove non-FSF copyright header.
19569
19570 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19571 (hashcash-generate-payment): Use it.
19572 (hashcash-generate-payment-async): Use it.
19573
19574 2005-01-15 Simon Josefsson <jas@extundo.com>
19575
19576 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19577 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19578
19579 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19580 gnus-summary-idna-message.
19581 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19582 (gnus-summary-idna-message): New function.
19583
19584 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19585
19586 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19587 gnus-novice-user.
19588
19589 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19590
19591 * nnrss.el (nnrss-request-delete-group): Delete entries in
19592 nnrss-group-alist as well.
19593 (nnrss-save-server-data): Insert newline.
19594
19595 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19596
19597 * gnus.el (gnus-user-agent): Use list of symbols instead of
19598 symbols. Display full version number for (S)XEmacs.
19599 Optionally display (S)XEmacs codename.
19600
19601 * gnus-util.el (gnus-emacs-version): Update for new
19602 `gnus-user-agent'.
19603
19604 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19605 Gnus version.
19606
19607 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19608
19609 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19610 which is unreadable in some setups.
19611
19612 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19613
19614 * gnus-spec.el (gnus-update-format-specifications): Flush the
19615 group format spec cache if it doesn't support decoded group names.
19616
19617 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19618
19619 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19620 Allow to apply decay on score files matching a regexp.
19621
19622 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19623
19624 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19625 compatibility in %g and %c.
19626
19627 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19628
19629 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19630 name for only %g and %c.
19631 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19632 of gnus-tmp-group to decoded group name.
19633 (gnus-group-make-rss-group): Exclude `/'s from group names.
19634
19635 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19636
19637 * nnrss.el (nnrss-get-encoding): Fix regexp.
19638
19639 2004-12-27 Simon Josefsson <jas@extundo.com>
19640
19641 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19642 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19643 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19644
19645 2004-12-17 Kim F. Storm <storm@cua.dk>
19646
19647 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19648
19649 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19650
19651 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19652
19653 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19654
19655 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19656
19657 * nnrss.el: Require rfc2047 and mml.
19658 (nnrss-file-coding-system): New variable.
19659 (nnrss-format-string): Redefine it as an inline function.
19660 (nnrss-decode-group-name): New function.
19661 (nnrss-string-as-multibyte): Remove.
19662 (nnrss-retrieve-headers): Decode group name; don't use
19663 nnrss-format-string.
19664 (nnrss-request-group): Decode group name.
19665 (nnrss-request-article): Decode group name; allow a Message-ID as
19666 well as an article number; don't use nnrss-format-string; encode a
19667 Message-ID string which may contain non-ASCII characters; use
19668 mml-to-mime to compose a MIME article.
19669 (nnrss-request-expire-articles): Decode group name.
19670 (nnrss-request-delete-group): Decode group name.
19671 (nnrss-fetch): Clarify error message.
19672 (nnrss-read-server-data): Use insert-file-contents instead of load;
19673 bind file-name-coding-system; use multibyte buffer.
19674 (nnrss-save-server-data): Bind coding-system-for-write to the
19675 value of nnrss-file-coding-system; bind file-name-coding-system;
19676 add coding cookie.
19677 (nnrss-read-group-data): Use insert-file-contents instead of load;
19678 bind file-name-coding-system; use multibyte buffer.
19679 (nnrss-save-group-data): Bind coding-system-for-write to the
19680 value of nnrss-file-coding-system; bind file-name-coding-system.
19681 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19682 make it work with non-ASCII text.
19683 (nnrss-find-el): Make it work with old xml.el as well.
19684
19685 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19686
19687 * nnrss.el (nnrss-get-encoding): New function.
19688 (nnrss-fetch): Use unibyte buffer initially; bind
19689 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19690 decode contents according to the encoding attribute.
19691 (nnrss-save-group-data): Add coding cookie.
19692 (nnrss-mime-encode-string): New function.
19693 (nnrss-check-group): Use it to encode subject and author.
19694
19695 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19696
19697 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19698 imaginary variable.
19699
19700 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19701
19702 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19703 correctly even if there are wide characters.
19704
19705 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19706
19707 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19708 downcased symbol names; make a new cache instead of reusing
19709 bbdb-hashtable.
19710
19711 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19712
19713 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19714 concatenating segments rather than before concatenating them.
19715 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19716
19717 * message.el (message-get-reply-headers): Bind `extra'.
19718
19719 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19720
19721 * message.el (message-extra-wide-headers): New variable.
19722 (message-get-reply-headers): Use it.
19723
19724 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19725
19726 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19727 (gnus-agent-group-pathname): Ditto.
19728
19729 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19730
19731 * gnus-group.el (gnus-group-make-group): Decode group name.
19732 (gnus-group-make-rss-group): Register the group data after opening
19733 the nnrss group.
19734
19735 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19736
19737 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19738 by expiry now get marked as read.
19739
19740 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19741
19742 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19743
19744 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19745
19746 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19747 unify Latin characters in XEmacs.
19748 (mm-find-mime-charset-region): Use it.
19749
19750 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19751
19752 * gnus-util.el (gnus-delete-directory): New function.
19753
19754 * gnus-agent.el (gnus-agent-delete-group): Use it.
19755
19756 * gnus-cache.el (gnus-cache-delete-group): Use it.
19757
19758 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19759
19760 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19761 names.
19762
19763 2004-12-16 Simon Josefsson <jas@extundo.com>
19764
19765 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19766
19767 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19768
19769 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19770
19771 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19772 (gnus-group-set-current-level): Decode group name.
19773
19774 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19775
19776 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19777 failed.
19778
19779 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19780
19781 * gnus-group.el (gnus-group-delete-group): Decode group name.
19782 (gnus-group-make-rss-group): Encode group name.
19783 (gnus-group-catchup-current): Decode group name.
19784 (gnus-group-kill-group): Decode group name.
19785
19786 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19787
19788 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19789
19790 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19791
19792 * gnus-group.el (gnus-group-make-rss-group):
19793 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19794
19795 * gnus-start.el (gnus-setup-news): Honor user's setting to
19796 gnus-message-archive-method. Suggested by Lute Kamstra
19797 <lute@gnu.org>.
19798
19799 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19800
19801 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19802 global counterparts of the buffer-local variables.
19803
19804 2004-11-16 Romain Francoise <romain@orebokech.com>
19805
19806 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19807 counterparts of the buffer-local variables.
19808
19809 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19810
19811 * message.el (message-forbidden-properties): Fix typo in doc
19812 string.
19813
19814 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19815
19816 * gnus-util.el (gnus-replace-in-string): Add doc string.
19817
19818 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19819 to avoid problems when splitting mails with many recipients.
19820
19821 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19824 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19825
19826 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19827
19828 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19829 if there is no hashtable in memory or file modification time is
19830 newer than cached timestamp.
19831
19832 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19833
19834 * gnus-sum.el (gnus-summary-limit-to-recipient):
19835 Implement not-matching option.
19836
19837 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19838
19839 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19840 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19841 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19842 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19843 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19844 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19845
19846 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19847
19848 * message.el (message-forward-make-body-mml): Remove headers
19849 according to message-forward-ignored-headers if a message is decoded.
19850
19851 2004-12-02 Romain Francoise <romain@orebokech.com>
19852
19853 * message.el (message-forward-make-body-plain): Always remove
19854 headers according to message-forward-ignored-headers.
19855
19856 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19857
19858 * spam.el (spam-summary-prepare-exit): Remove the
19859 gnus-summary-limit pop for now, it has problems with ham marks for
19860 me.
19861
19862 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19863
19864 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19865 correctly.
19866
19867 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19868
19869 * format-spec.el (format-spec): Message the char.
19870
19871 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19872
19873 * gnus-art.el (gnus-split-methods): Reformat comments.
19874
19875 * spam.el (spam-summary-prepare-exit): Remove article limits
19876 before exiting the summary buffer.
19877
19878 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19879
19880 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19881 order to silence the byte compiler.
19882
19883 * spam.el: Fix the way to silence the byte compiler, which
19884 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19885 bbdb-search-simple, spam-BBDB-register-routine,
19886 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19887 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19888 spam-stat-buffer-is-spam, spam-stat-load,
19889 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19890 spam-stat-save and spam-stat-split-fancy.
19891
19892 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19893
19894 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19895 which may confuse users.
19896 (canlock-password-for-verify): Ditto.
19897
19898 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19899
19900 * gnus-art.el (gnus-emphasis-alist): Ditto.
19901
19902 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19903
19904 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19905
19906 * gnus-start.el (gnus-save-killed-list): Ditto.
19907
19908 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19909 (gnus-sum-thread-tree-root): Ditto.
19910 (gnus-sum-thread-tree-false-root): Ditto.
19911 (gnus-sum-thread-tree-single-indent): Ditto.
19912
19913 * message.el (message-courtesy-message): Ditto.
19914 (message-archive-note): Ditto.
19915 (message-subscribed-address-file): Ditto.
19916 (message-user-fqdn): Ditto.
19917
19918 * spam-report.el (spam-report-gmane-regex): Ditto.
19919
19920 * spam.el (spam-blackhole-good-server-regex): Ditto.
19921
19922 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19923
19924 * mml.el (mml-preview): Widen the message buffer before copying
19925 the contents to the preview buffer; sort headers before previewing.
19926
19927 * message.el (message-hidden-headers): Fix the way to avoid a bug
19928 in the `repeat' widget in Emacs 21.3 or earlier.
19929
19930 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19931
19932 * message.el (message-hidden-headers): Default to "^References:".
19933 Improve customization type. Suggested by Reiner Steib
19934 <Reiner.Steib@gmx.de>.
19935
19936 2004-11-25 Romain Francoise <romain@orebokech.com>
19937
19938 * message.el (message-strip-forbidden-properties): Remove check for
19939 obsolete `message-hidden' text property, hidden headers are not
19940 accessible in the buffer anymore.
19941
19942 2004-11-22 Romain Francoise <romain@orebokech.com>
19943
19944 * message.el (message-header-format-alist): Add `From' in list
19945 so that it can be sorted.
19946 (message-fix-before-sending): Widen and sort headers before
19947 sending.
19948 (message-hide-headers): Use narrowing to hide headers by moving
19949 them to the top of the buffer and narrowing to the region
19950 underneath.
19951
19952 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19953
19954 * message.el (message-strip-forbidden-properties):
19955 Bind buffer-read-only (etc) to nil.
19956
19957 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19958
19959 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19960 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19961
19962 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19963
19964 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19965
19966 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19967
19968 * dns.el (query-dns): Use sit-for to time instead of
19969 accept-process-output, since that doesn't seem to work on udp
19970 sockets.
19971
19972 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19973
19974 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19975
19976 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19977
19978 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19979 doc string. Improve doc string.
19980
19981 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19982
19983 * nntp.el (nntp-request-update-info): Return nil if
19984 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19985 may not call gnus-activate-group which uselessly issues the GROUP
19986 commands for all nntp groups and wastes time. Reported by Romain
19987 Francoise <romain@orebokech.com>.
19988
19989 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19990
19991 2004-11-15 Simon Josefsson <jas@extundo.com>
19992
19993 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19994 headers separately.
19995 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19996 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19997
19998 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19999
20000 * gnus-start.el (gnus-convert-old-newsrc):
20001 Assign legacy-gnus-agent to 5.10.7.
20002
20003 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
20004
20005 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20006 start of the lines.
20007
20008 2004-11-14 Magnus Henoch <mange@freemail.hu>
20009
20010 * hashcash.el (hashcash-default-payment): Change default to 20.
20011 (hashcash-default-accept-payment): Change default to 20.
20012 (hashcash-process-alist): New variable.
20013 (hashcash-generate-payment-async): Add.
20014 (hashcash-already-paid-p): Add.
20015 (hashcash-insert-payment): Don't generate payments twice.
20016 (hashcash-insert-payment-async): Add.
20017 (hashcash-insert-payment-async-2): Add.
20018 (hashcash-cancel-async): Add.
20019 (hashcash-wait-async): Add.
20020 (hashcash-processes-running-p): Add.
20021 (hashcash-wait-or-cancel): Add.
20022 (mail-add-payment): New optional argument. Conditionally start
20023 asynchronous calculation.
20024 (mail-add-payment-async): Add.
20025
20026 * message.el (message-send-mail): Wait for asynchronous hashcash
20027 results. Don't clobber existing X-Hashcash headers.
20028 (message-setup-1): Call mail-add-payment-async when
20029 message-generate-hashcash is non-nil.
20030
20031 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20032
20033 * message.el (message-use-alternative-email-as-from): Examine the
20034 From header as well; use message-make-from in order to include a
20035 user's full name.
20036
20037 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20038
20039 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20040 default; improve customization type.
20041 (gnus-emphasis-custom-with-format): New macro.
20042 (gnus-emphasis-custom-value-to-external): New function.
20043 (gnus-emphasis-custom-value-to-internal): New function.
20044
20045 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20046
20047 * dns.el (query-dns): Resolve reverse addresses.
20048
20049 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20050
20051 * gnus-group.el (gnus-group-get-new-news): Use it.
20052
20053 * gnus-start.el (gnus-check-reasonable-setup): New function.
20054
20055 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20056
20057 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20058 "Args out of range" error. Reported by Arnaud Giersch
20059 <arnaud.giersch@free.fr>.
20060
20061 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20062
20063 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20064
20065 2004-11-04 Richard M. Stallman <rms@gnu.org>
20066
20067 * spam.el (spam group): Add :version.
20068
20069 * pgg-def.el (pgg group): Add :version.
20070
20071 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20072
20073 * gnus-art.el (gnus-article-edit-article): Don't associate the
20074 article buffer with a draft file. This is a temporary measure
20075 against the 2004-08-22 change to gnus-article-edit-mode.
20076
20077 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20078
20079 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20080 (html2text-format-tags): Remove unused variable `attr'.
20081
20082 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20083
20084 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20085
20086 * spam-stat.el (spam-stat): Add :version.
20087
20088 * sieve.el (sieve): Add :version.
20089
20090 * sha1.el (sha1): Add :version.
20091 (sha1-use-external): Remove redundant version.
20092
20093 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20094 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20095 (nnmail-split-fancy-match-partial-words)
20096 (nnmail-split-lowercase-expanded): Add :version.
20097
20098 * nndiary.el (nndiary): Add :version.
20099
20100 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20101
20102 * mml-sec.el (mml-default-sign-method)
20103 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20104 Add :version.
20105
20106 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20107
20108 * mm-url.el (mm-url-use-external, mm-url-program)
20109 (mm-url-arguments): Add :version.
20110
20111 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20112 (mm-attachment-file-modes, mm-decrypt-option)
20113 (mm-w3m-safe-url-regexp): Add :version.
20114
20115 * message.el (message-cite-prefix-regexp)
20116 (message-sendmail-envelope-from, message-minibuffer-local-map)
20117 (message-user-fqdn, message-completion-alist): Add :version.
20118
20119 * gnus-win.el (gnus-configure-windows-hook)
20120 (gnus-use-frames-on-any-display): Add :version.
20121
20122 * gnus-art.el (gnus-article-address-banner-alist)
20123 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20124 (gnus-treat-from-picon, gnus-treat-mail-picon)
20125 (gnus-treat-x-pgp-sig): Add :version.
20126
20127 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20128 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20129 (gnus-summary-article-delete-hook)
20130 (gnus-summary-display-while-building): Add :version.
20131
20132 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20133 (gnus-get-top-new-news-hook): Add :version.
20134
20135 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20136 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20137
20138 * gnus-registry.el (gnus-registry): Add :version.
20139
20140 * gnus-spec.el (gnus-use-correct-string-widths)
20141 (gnus-make-format-preserve-properties): Add :version.
20142
20143 * gnus.el (gnus-group-charter-alist)
20144 (gnus-group-fetch-control-use-browse-url)
20145 (gnus-install-group-spam-parameters): Add :version.
20146
20147 * gnus-diary.el (gnus-diary): Add :version.
20148
20149 * gnus-delay.el (gnus-delay): Add :version.
20150
20151 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20152 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20153 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20154 Add :version.
20155
20156 * gnus-agent.el (gnus-agent-max-fetch-size)
20157 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20158 (gnus-agent-prompt-send-queue): Add :version.
20159
20160 * deuglify.el (gnus-outlook-deuglify): Add :version.
20161
20162 * html2text.el: Beautify code. Improve doc strings.
20163 Some checkdoc cleanup.
20164 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20165
20166 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20167
20168 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20169
20170 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20171
20172 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20173 when package is loaded.
20174
20175 * spam.el (spam-summary-score-preferred-header): Add global preference
20176 for people who want to override the default SpamAssassin over
20177 Bogofilter preference (when both are set).
20178 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20179 (spam-user-format-function-S):
20180 Check spam-summary-score-preferred-header.
20181 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20182 (spam-user-format-function-S): Format the score correctly.
20183
20184 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20185
20186 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20187 signature file. Suggested by Manoj Srivastava
20188 <srivasta@golden-gryphon.com>.
20189
20190 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20191 iso-2022-jp even in the Japanese language environment.
20192 Suggested by Jason Rumney <jasonr@gnu.org>.
20193
20194 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20195
20196 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20197 use the same characters as the dummy marks; make it free from
20198 getting affected by the language environment.
20199 (gnus-summary-read-group-1): Update mark positions only when the
20200 format spec is updated.
20201
20202 * gnus-spec.el (gnus-update-format-specifications): Return a list
20203 of updated types.
20204
20205 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20206
20207 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20208 of boundp to check if display-warning is available.
20209
20210 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20211
20212 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20213
20214 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20215
20216 * nnspool.el (nnspool-spool-directory): Use news-path if the
20217 news-directory variable is not bound.
20218
20219 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20220 function instead of display-warning if it is not available.
20221
20222 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20223
20224 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20225 v5-10: Use `point-at-bol'.
20226
20227 2004-10-26 Simon Josefsson <jas@extundo.com>
20228
20229 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20230 <chenggao@gmail.com>.
20231
20232 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20233
20234 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20235 instead.
20236
20237 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20238
20239 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20240 to remove a server from the nnimap-server-buffer-alist.
20241 (nnimap-open-connection, nnimap-close-server): Use it.
20242
20243 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20244
20245 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20246
20247 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20248 running the major-mode function.
20249
20250 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20251
20252 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20253 dummy marks in the right way.
20254
20255 2004-10-18 David Edmondson <dme@dme.org>
20256
20257 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20258 excessively.
20259
20260 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20261
20262 * gnus-util.el (gnus-split-references): Accept a nil references
20263 string and go on blissfully.
20264
20265 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20266 cases where the references string is non-nil but has no references.
20267
20268 * encrypt.el: Add autoload tags.
20269
20270 * spam.el (spam-resolve-registrations-routine): Remove article
20271 from unregistration list too. Reported by David Hanak
20272 <dhanak@isis.vanderbilt.edu>
20273
20274 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20275
20276 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20277 nil. Change custom type.
20278
20279 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20280
20281 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20282
20283 * gnus-sum.el (gnus-summary-move-article): Use it.
20284
20285 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20286
20287 * encrypt.el: Add autoload cookies.
20288
20289 * spam.el (spam-backend-article-list-property)
20290 (spam-backend-get-article-todo-list)
20291 (spam-backend-put-article-todo-list)
20292 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20293 Resolve registrations separately.
20294 (spam-register-routine): Format comments.
20295 (spam-unregister-routine, spam-register-routine): Always call with
20296 specific-articles, no default list.
20297 (spam-summary-prepare-exit): Use the spam-classifications function.
20298
20299 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20300 gnus-encrypt.el.
20301
20302 * encrypt.el: Copied from gnus-encrypt.el.
20303
20304 * gnus-encrypt.el: Commented that it's obsolete.
20305
20306 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20307
20308 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20309 (gnus-score-save): Use it.
20310
20311 * message.el (message-bury): Use `window-dedicated-p'.
20312
20313 2004-10-15 Simon Josefsson <jas@extundo.com>
20314
20315 * pop3.el (top-level): Don't require nnheader.
20316 (pop3-read-timeout): Add.
20317 (pop3-accept-process-output): Add.
20318 (pop3-read-response, pop3-retr): Use it.
20319
20320 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20321
20322 * spam.el (spam-register-routine): Move comment.
20323 (spam-verify-bogofilter): Use 'unknown for the initial
20324 spam-bogofilter-valid state, not 'never.
20325
20326 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20327 for netrc-machine.
20328
20329 * nnimap.el (nnimap-open-connection):
20330 Use netrc-machine-user-or-password.
20331
20332 2004-10-17 Richard M. Stallman <rms@gnu.org>
20333
20334 * gnus-registry.el (gnus-registry-unload-hook):
20335 Set as a variable with add-hook.
20336
20337 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20338 of news-path.
20339
20340 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20341
20342 * spam.el: Delete duplicate `provide'.
20343 (spam-unload-hook): Set as a variable with add-hook.
20344
20345 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20346
20347 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20348 in the doc string.
20349
20350 * message.el (message-ignored-news-headers)
20351 (message-ignored-supersedes-headers)
20352 (message-ignored-resent-headers)
20353 (message-forward-ignored-headers): Improve custom type.
20354
20355 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20356
20357 * message.el (message-tokenize-header): Fix 2004-09-06 change
20358 which used point-min in the wrong place.
20359
20360 2004-10-12 Simon Josefsson <jas@extundo.com>
20361
20362 * tls.el (tls-certtool-program): New variable.
20363 (tls-certificate-information): New function, based on
20364 ssl-certificate-information.
20365
20366 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20367
20368 * compface.el: Move the version of ELisp-based uncompface program
20369 to the contrib directory because of the copyright problem.
20370
20371 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20372
20373 * message.el (message-kill-buffer): Raise the current frame.
20374
20375 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20376
20377 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20378
20379 * gnus.el (message-y-or-n-p): Autoload.
20380
20381 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20382 (pop3-password-required, pop3-authentication-scheme)
20383 (pop3-leave-mail-on-server): Make customizable.
20384 (pop3): New custom group.
20385 (pop3-retr): Remove `sleep-for' statements.
20386 Suggested by Dave Love <fx@gnu.org>.
20387
20388 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20389 Windows/DOS.
20390
20391 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20392 (imap-parse-body): Fix incorrect use of `assert'.
20393 Suggested by Dave Love <fx@gnu.org>.
20394
20395 * mml.el (mml-minibuffer-read-disposition): Require match.
20396 Suggested by Dave Love <fx@gnu.org>.
20397
20398 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20399
20400 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20401 doc string.
20402
20403 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20404
20405 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20406
20407 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20408
20409 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20410 instead of calling `mm-insert-inline', to decode text/* parts
20411 before displaying them.
20412
20413 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20414
20415 * mm-uu.el (mm-uu-text-plain-type): New variable.
20416 (mm-uu-pgp-signed-extract-1): Use it.
20417 (mm-uu-pgp-encrypted-extract-1): Use it.
20418 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20419 bind mm-uu-text-plain-type with that value.
20420 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20421 mm-uu-dissect.
20422
20423 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20424
20425 * gnus-group.el (gnus-update-group-mark-positions):
20426 * gnus-sum.el (gnus-update-summary-mark-positions):
20427 * message.el (message-check-news-body-syntax):
20428 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20429 of string-as-multibyte.
20430
20431 2004-10-05 Juri Linkov <juri@jurta.org>
20432
20433 * gnus-group.el (gnus-update-group-mark-positions):
20434 * gnus-sum.el (gnus-update-summary-mark-positions):
20435 * message.el (message-check-news-body-syntax):
20436 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20437 8-bit unibyte values to a multibyte string for search functions.
20438
20439 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20440
20441 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20442 (mm-uu-dissect-text-parts): New function.
20443
20444 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20445 dissect text parts.
20446
20447 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20448 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20449
20450 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20451
20452 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20453 Use gnus-current-topics instead of gnus-current-topic.
20454
20455 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20456
20457 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20458
20459 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20460
20461 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20462 where appropriate.
20463
20464 * nnml.el (nnml-generate-active-info): do.
20465
20466 * nndiary.el (nndiary-generate-active-info): do.
20467
20468 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20469 (gnus-topic-move): do.
20470
20471 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20472 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20473
20474 * gnus-srvr.el (gnus-server-prepare)
20475 (gnus-server-open-all-servers): do.
20476
20477 * gnus-msg.el (gnus-summary-cancel-article)
20478 (gnus-summary-resend-message)
20479 (gnus-summary-mail-crosspost-complaint): do.
20480
20481 * gnus-move.el (gnus-change-server): do.
20482
20483 * gnus-group.el (gnus-group-unmark-all-groups)
20484 (gnus-group-set-current-level): do.
20485
20486 2004-10-04 Simon Josefsson <jas@extundo.com>
20487
20488 * message.el (message-generate-hashcash): Doc fix.
20489
20490 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20491
20492 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20493 avoid infinite recursion via gnus-get-function.
20494
20495 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20496
20497 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20498
20499 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20500
20501 * nnmail.el (nnmail-split-history): do.
20502
20503 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20504 (nnml-request-delete-group): do.
20505
20506 * nnslashdot.el (nnslashdot-read-groups): do.
20507
20508 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20509 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20510
20511 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20512 (nnspool-sift-nov-with-sed): Use last.
20513 (nnspool-retrieve-headers-with-nov): Use mapc.
20514 (nnspool-request-newgroups): Use dolist.
20515 (nnspool-request-group): Use last.
20516
20517 * nntp.el (nntp-read-server-type): Use dolist.
20518
20519 * nnvirtual.el (nnvirtual-create-mapping)
20520 (nnvirtual-update-read-and-marked): Use dolist.
20521 (nnvirtual-convert-headers): Simplify.
20522
20523 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20524
20525 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20526 Add support for sync'ing tick marks.
20527
20528 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20529
20530 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20531 there's no visible header.
20532
20533 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20534
20535 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20536 When necessary, pass full group name to gnus-request-set-marks.
20537
20538 2004-10-01 Simon Josefsson <jas@extundo.com>
20539
20540 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20541 acroread.
20542
20543 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20544
20545 * spam-report.el (spam-report-gmane): Fix interactive.
20546
20547 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20548
20549 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20550 when writing file.
20551 (gnus-agent-synchronize-flags): Don't default to being
20552 interactive.
20553
20554 2004-09-30 Simon Josefsson <jas@extundo.com>
20555
20556 * message.el (message-generate-hashcash): Add.
20557 (message-send-mail): Use it, call mail-add-payment.
20558
20559 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20560
20561 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20562
20563 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20564
20565 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20566 gnus-request-update-info with explicit code to sync the in-memory
20567 info read flags with the marks being sync'd to the backend.
20568
20569 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20570
20571 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20572
20573 * spam.el (spam-verify-bogofilter): Add new function.
20574 (spam-check-bogofilter)
20575 (spam-bogofilter-register-with-bogofilter): Use it.
20576 (spam-verify-bogofilter): Add small fixes.
20577
20578 2004-09-28 Simon Josefsson <jas@extundo.com>
20579
20580 * hashcash.el (hashcash-generate-payment): Revert.
20581
20582 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20583
20584 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20585 Use gnus-extract-references instead of gnus-split-references.
20586
20587 * gnus-util.el (gnus-extract-references): Add new function, analogous
20588 to gnus-split-references but extracts only the message-ID without
20589 anything extra.
20590
20591 * hashcash.el (hashcash-generate-payment)
20592 (hashcash-check-payment): Do the right thing if hashcash-path is
20593 nil (because the hashcash program could not be found).
20594
20595 * spam.el (spam-use-hashcash): Remove comment.
20596
20597 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20598
20599 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20600 (gnus-cache-enter-article, gnus-cache-remove-article)
20601 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20602
20603 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20604
20605 * gnus-art.el (article-hide-boring-headers)
20606 (article-translate-strings, article-display-face)
20607 (gnus-article-mime-match-handle-first)
20608 (gnus-article-highlight-headers)
20609 (gnus-article-add-buttons-to-head): do.
20610
20611 2004-09-27 Simon Josefsson <jas@extundo.com>
20612
20613 * hashcash.el: New version, from
20614 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20615 ../contrib/.
20616
20617 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20618
20619 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20620
20621 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20622
20623 * gnus-dup.el (gnus-dup-open): Use mapc.
20624 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20625
20626 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20627 Reported by Stefan Wiens <s.wi@gmx.net>.
20628
20629 * gnus.el (gnus-shutdown): Use dolist.
20630
20631 * gnus-undo.el (gnus-undo): Use mapc.
20632
20633 * nnrss.el (nnrss-generate-active): do.
20634
20635 * message.el (message-cite-original-without-signature)
20636 (message-cite-original): Use mapc.
20637 (message-do-actions, message-make-forward-subject): Use dolist.
20638
20639 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20640
20641 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20642 deletion to remove entire duplicate line. Fixes merged article
20643 number bug.
20644
20645 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20646
20647 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20648 servers that are offline. Avoids having gnus-agent-toggle-plugged
20649 first ask if you want to open a server and then, even when you
20650 responded with no, asking if you want to synchronize the server's
20651 flags.
20652 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20653 multi-line expressions.
20654 (gnus-agent-synchronize-group-flags): New internal function.
20655 Updates marks in memory (in the info structure) AND in the
20656 backend.
20657
20658 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20659
20660 * nnagent.el (nnagent-request-set-mark):
20661 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20662 method, to ensure that synchronization updates marks in the
20663 backend and in the info (in memory) structure.
20664
20665 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20666
20667 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20668 convention fully; don't miss the root article of a thread; make
20669 the X-Draft-From header with correct article numbers.
20670
20671 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20672
20673 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20674 unless plugged. Disable the agent so that an open failure causes
20675 an error.
20676
20677 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20678 Revert 2004-09-21 change. The backend must be opened while
20679 synchronizing flags even when the backend stores the flags
20680 locally.
20681
20682 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20683
20684 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20685 in `header' match. Reported by Svend Tollak Munkejord.
20686
20687 * message.el (message-cite-original): Fix use of
20688 `message-cite-articles-with-x-no-archive'.
20689
20690 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20691
20692 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20693 (gnus-window-to-buffer): Ditto.
20694
20695 * mml.el (mml-preview-buffer): New variable.
20696 (mml-preview): Manage window layout with gnus-buffer-configuration.
20697
20698 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20699 X-Draft-From header even if those articles aren't quoted.
20700
20701 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20702
20703 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20704 (gnus-request-set-mark, gnus-request-update-mark): Use new
20705 g-s-t-u-l-m to decide to use backend even when unplugged.
20706
20707 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20708
20709 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20710 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20711
20712 2004-09-20 Simon Josefsson <jas@extundo.com>
20713
20714 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20715 "utf-16-le".
20716
20717 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20718
20719 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20720
20721 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20722
20723 * uudecode.el (uudecode-use-external): Add :version.
20724
20725 * smime.el (smime-CA-file, smime-encrypt-cipher)
20726 (smime-dns-server): Add :version.
20727
20728 * smiley.el (gnus-smiley-file-types): Add :version.
20729
20730 * sha1.el (sha1-use-external): Add :version.
20731
20732 * pgg-def.el (pgg-query-keyserver): Add :version.
20733
20734 * nnmail.el (nnmail-fancy-expiry-targets)
20735 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20736 Add :version.
20737
20738 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20739 (nnimap-retrieve-groups-asynchronous): Add :version.
20740 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20741
20742 * mml.el (mml-content-disposition-parameters)
20743 (mml-insert-mime-headers-always): Add :version.
20744
20745 * mm-util.el (mm-coding-system-priorities): Add :version.
20746
20747 * mm-decode.el (mm-inline-text-html-with-images)
20748 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20749 (mm-verify-option): Add :version.
20750 (mm-text-html-renderer): Change :version.
20751
20752 * message.el (message-fcc-externalize-attachments)
20753 (message-required-headers, message-draft-headers)
20754 (message-subject-trailing-was-query)
20755 (message-subject-trailing-was-ask-regexp)
20756 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20757 (message-mark-insert-end, message-archive-header)
20758 (message-archive-note, message-cross-post-default)
20759 (message-cross-post-note, message-followup-to-note)
20760 (message-cross-post-note-function, message-use-mail-followup-to)
20761 (message-subscribed-address-functions)
20762 (message-subscribed-address-file, message-subscribed-addresses)
20763 (message-subscribed-regexps, message-allow-no-recipients)
20764 (message-yank-cited-prefix, message-signature-insert-empty-line)
20765 (message-hidden-headers, message-hierarchical-addresses)
20766 (message-mail-user-agent, message-use-idna)
20767 (message-valid-fqdn-regexp)
20768 (message-strip-special-text-properties, message-header-synonyms)
20769 (message-beginning-of-line, message-tab-body-function): Add :version.
20770 (message-insert-canlock, message-wide-reply-confirm-recipients):
20771 Change :version.
20772
20773 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20774 and :version.
20775 (mail-source-delete-old-incoming-confirm)
20776 (mail-source-movemail-program): Add :version.
20777
20778 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20779 (gnus-agent-cache, gnus-agent): Change :version.
20780
20781 * gnus-util.el (gnus-use-byte-compile): Change :version.
20782
20783 * gnus-sum.el (gnus-summary-make-false-root-always)
20784 (gnus-summary-default-high-score)
20785 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20786 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20787 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20788 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20789 (gnus-sum-thread-tree-single-indent)
20790 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20791 (gnus-sum-thread-tree-leaf-with-other)
20792 (gnus-sum-thread-tree-single-leaf): Add :version.
20793 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20794 (gnus-article-loose-mime): Change :version.
20795
20796 * gnus-start.el (gnus-backup-startup-file)
20797 (gnus-save-startup-file-via-temp-buffer): Add :version.
20798
20799 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20800 (gnus-server-offline-face): Add :version.
20801
20802 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20803
20804 * gnus-msg.el (gnus-gcc-externalize-attachments)
20805 (gnus-debug-files, gnus-debug-exclude-variables)
20806 (gnus-discouraged-post-methods): Change :version.
20807 (gnus-confirm-mail-reply-to-news)
20808 (gnus-confirm-treat-mail-like-news): Add :version.
20809
20810 * gnus-int.el (gnus-server-unopen-status): Add :version.
20811
20812 * gnus-group.el (gnus-group-jump-to-group-prompt)
20813 (gnus-large-ephemeral-newsgroup)
20814 (gnus-fetch-old-ephemeral-headers): Add :version.
20815
20816 * gnus-fun.el (gnus-x-face-directory)
20817 (gnus-convert-pbm-to-x-face-command)
20818 (gnus-convert-image-to-x-face-command)
20819 (gnus-convert-image-to-face-command): Add :version.
20820
20821 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20822
20823 * gnus-cite.el (gnus-cite-blank-line-after-header)
20824 (gnus-article-boring-faces): Add :version.
20825
20826 * gnus-art.el (gnus-buttonized-mime-types)
20827 (gnus-inhibit-mime-unbuttonizing)
20828 (gnus-treat-display-face)
20829 (gnus-treat-body-boundary): Change :version.
20830 (gnus-body-boundary-delimiter, gnus-picon-databases)
20831 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20832 (gnus-treat-date-english, gnus-treat-fold-headers)
20833 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20834 (gnus-treat-mail-picon, gnus-treat-wash-html)
20835 (gnus-article-encrypt-protocol)
20836 (gnus-use-idna, gnus-article-over-scroll)
20837 (gnus-mime-display-multipart-alternative-as-mixed)
20838 (gnus-mime-display-multipart-related-as-mixed)
20839 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20840 (gnus-ctan-url, gnus-button-ctan-handler)
20841 (gnus-button-handle-ctan-bogus-regexp)
20842 (gnus-button-ctan-directory-regexp)
20843 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20844 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20845 (gnus-button-man-level, gnus-button-emacs-level)
20846 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20847
20848 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20849 (gnus-agent-go-online): Change :version.
20850 (gnus-agent-expire-unagentized-dirs)
20851 (gnus-agent-auto-agentize-methods): Add :version.
20852
20853 * flow-fill.el (fill-flowed-display-column)
20854 (fill-flowed-encode-column): Add :version.
20855
20856 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20857 (gnus-outlook-deuglify-unwrap-max)
20858 (gnus-outlook-deuglify-cite-marks)
20859 (gnus-outlook-deuglify-unwrap-stop-chars)
20860 (gnus-outlook-deuglify-no-wrap-chars)
20861 (gnus-outlook-deuglify-attrib-cut-regexp)
20862 (gnus-outlook-deuglify-attrib-verb-regexp)
20863 (gnus-outlook-deuglify-attrib-end-regexp)
20864 (gnus-outlook-display-hook): Add :version.
20865
20866 * binhex.el (binhex-use-external): Add :version.
20867
20868 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20869
20870 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20871 and `invisible'.
20872
20873 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20874
20875 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20876 in gnus-registry-trim.
20877
20878 2004-09-13 Simon Josefsson <jas@extundo.com>
20879
20880 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20881
20882 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20883
20884 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20885 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20886 <yamaoka@jpl.org>.
20887 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20888 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20889 <yamaoka@jpl.org>.
20890
20891 * sieve.el (sieve-manage-mode): Ditto.
20892
20893 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20894
20895 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20896
20897 2004-09-11 Simon Josefsson <jas@extundo.com>
20898
20899 * dns-mode.el: Add.
20900
20901 * mm-view.el (mm-display-dns-inline): Add.
20902
20903 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20904 (mm-automatic-display): Ditto.
20905
20906 * mailcap.el (mailcap-mime-data): Add text/dns.
20907 (mailcap-mime-extensions): Map .soa to text/dns.
20908
20909 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20910
20911 * gnus-art.el (article-decode-mime-words, article-babel)
20912 (gnus-article-highlight-signature, gnus-article-add-buttons)
20913 (gnus-signature-toggle): Remove unnecessary bindings of
20914 `inhibit-read-only' inherited from v5.10 merge.
20915
20916 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20917
20918 * nntp.el (nntp): New customization group.
20919 (nntp-authinfo-file): Add customization group.
20920
20921 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20922
20923 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20924
20925 * gnus.el (to-address, to-list, subscribed)
20926 (large-newsgroup-initial): Ditto.
20927
20928 * flow-fill.el (fill-flowed-display-column)
20929 (fill-flowed-encode-column): Ditto.
20930
20931 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20934 Use point-min rather than 1.
20935 (message-send-mail): Use buffer-size rather than point-max.
20936
20937 * gnus-sum.el (gnus-summary-search-article-forward):
20938 Signal a specific `search-failed' rather than a generic `error'.
20939
20940 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20941 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20942 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20943
20944 2004-09-10 Simon Josefsson <jas@extundo.com>
20945
20946 * nndb.el (require): Remove tcp and duplicate cl.
20947
20948 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20949
20950 * gnus-agent.el (directory-files-and-attributes): Move forward.
20951
20952 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20953
20954 * gnus-agent.el (directory-files-and-attributes):
20955 Optionally defined to support XEmacs.
20956
20957 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20958
20959 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20960 to avoid run-time CL dependencies.
20961 (gnus-agent-unfetch-articles): New function.
20962 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20963 article numbers even when local .overview file is missing.
20964 (gnus-agent-read-article-number): New function. Only accepts
20965 27-bit article numbers.
20966 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20967 Use gnus-agent-read-article-number.
20968 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20969 from backend while recognizing that article numbers in .overview
20970 must be valid.
20971 (gnus-agent-update-files-total-fetched-for):
20972 Use directory-files-and-attributes to improve performance.
20973 * gnus-int.el (gnus-request-move-article):
20974 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20975 improve performance.
20976
20977 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20978 some users confused by references to .newsrc when they only have a
20979 .newsrc.eld file.
20980 (gnus-convert-mark-converter-prompt)
20981 (gnus-convert-converter-needs-prompt): Fix use of property list.
20982 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20983 New function. Used internally to only display 'gnus converting
20984 files' message when actually necessary.
20985
20986 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20987 methods now autoloaded.
20988
20989 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20990
20991 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20992 identifiers.
20993
20994 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20995
20996 * gnus-picon.el: Fix indentation and closing parenthesis.
20997
20998 2004-09-01 Simon Josefsson <jas@extundo.com>
20999
21000 * message.el (message-canlock-generate): Require sha1, not
21001 sha1-el. (Can we get rid of this require altogether? It is ugly
21002 to require within a function. Sadly, if sha1.el isn't loaded, the
21003 let binding in m-c-g will hide the defcustom definition, which is
21004 bad.)
21005
21006 * canlock.el: Require sha1, not sha1-el.
21007
21008 * message.el: Don't autoload sha1 (there is a autoload cookie in
21009 sha1.el).
21010
21011 * sha1-el.el: Rename to sha1.el.
21012
21013 2004-08-30 Juanma Barranquero <lektu@terra.es>
21014
21015 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21016
21017 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21018
21019 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21020
21021 2004-08-30 Kim F. Storm <storm@cua.dk>
21022
21023 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21024
21025 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21026 Add :group 'nnimap.
21027
21028 2004-08-30 Andreas Schwab <schwab@suse.de>
21029
21030 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21031 ?* and ?\;.
21032
21033 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21034 and ?\' to symbol instead of whitespace.
21035
21036 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21037
21038 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21039
21040 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21041 instead of re-search-forward.
21042
21043 * gnus-uu.el (gnus-uu-save-article): Ditto.
21044 (gnus-uu-post-encode-uuencode): Ditto.
21045
21046 * html2text.el (html2text-clean-list-items): Ditto.
21047 (html2text-clean-dtdd): Ditto.
21048 (html2text-format-tags): Ditto.
21049
21050 * message.el (message-send-mail-with-sendmail): Fix regexp.
21051 (message-fill-field-general): Use search-forward instead of
21052 re-search-forward.
21053 (unbold-region): Ditto.
21054
21055 * nnrss.el (nnrss-request-article): Ditto.
21056
21057 * nnslashdot.el (nnslashdot-request-article): Ditto.
21058
21059 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21060
21061 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21062 "Unrecognized menu descriptor" error in XEmacs.
21063
21064 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21065
21066 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21067 parent article of a sparse article in the thread hashtb.
21068
21069 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21070
21071 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21072 (nnmail-expand-newtext): Lowercase expanded entries if
21073 nnmail-split-lowercase-expanded is non-nil.
21074
21075 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21076
21077 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21078
21079 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21080 of gnus-tmp-news-method into string under XEmacs. It will be
21081 passed to gnus-correct-length which takes only a string argument.
21082
21083 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21084
21085 * gnus-util.el (gnus-bind-print-variables): New macro.
21086 (gnus-prin1): Use it.
21087 (gnus-prin1-to-string): Use it.
21088 (gnus-pp): New function.
21089 (gnus-pp-to-string): New function.
21090
21091 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21092 Replace pp-to-string with gnus-pp-to-string.
21093 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21094 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21095 * gnus-msg.el (gnus-debug): Ditto.
21096 * gnus-score.el (gnus-score-save): Ditto.
21097 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21098 gnus-pp-to-string.
21099 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21100 with gnus-pp.
21101 * score-mode.el (gnus-score-pretty-print): Ditto.
21102 * webmail.el (webmail-debug): Ditto.
21103
21104 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21105
21106 * gnus-art.el (article-display-face, article-display-x-face):
21107 Use buffer-read-only.
21108
21109 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21110
21111 * gnus-art.el (article-hide-list-identifiers):
21112 Bind inhibit-read-only as t.
21113
21114 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21115
21116 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21117
21118 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21121 (gnus-narrow-to-page): Don't assume point-min == 1.
21122 (gnus-article-edit-mode): Derive from message-mode.
21123
21124 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21125 point-min == 1.
21126
21127 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21128 Disable incorrect use of `assert'.
21129
21130 * message.el (message-mode): Set comment-start-skip.
21131
21132 2004-08-22 Sam Steingold <sds@gnu.org>
21133
21134 * pop3.el (pop3-leave-mail-on-server): New user variable.
21135 (pop3-movemail): Delete mail only when it is nil.
21136
21137 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21138
21139 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21140
21141 * mml.el (mml-preview): Use `pop-to-buffer'.
21142
21143 * message.el (message-goto-mail-followup-to): Insert after "To".
21144 (message-carefully-insert-headers): Add comment.
21145
21146 * gnus.el: Remove unused variable `gnus-article-check-size'.
21147
21148 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21149
21150 * gnus-art.el (gnus-button-alist):
21151 Improve `gnus-button-handle-library' entry.
21152
21153 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21154
21155 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21156 Use downcase, since XEmacs capitalizes error messages differently.
21157
21158 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21159
21160 * nntp.el: Add (require 'gnus) due to reference to
21161 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21162
21163 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21164
21165 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21166 Bind `mm-fill-flowed'.
21167
21168 * mm-decode.el (mm-dissect-singlepart): Check it.
21169
21170 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21171
21172 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21173 'imap' for netrc parsing.
21174
21175 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21176
21177 * mailcap.el (mailcap-mime-data): Mark as risky.
21178
21179 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21180
21181 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21182 may be included in the encoded word.
21183 (rfc2047-encode): Don't append a space if the encoded word
21184 includes close parenthesis.
21185
21186 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21187
21188 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21189 of text within parentheses.
21190
21191 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21192
21193 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21194 (gnus-encrypt-write-file-contents): Make the password key the file
21195 name PLUS the cipher, not just the cipher. Also remove failed
21196 passwords from the cache.
21197
21198 2004-08-06 Simon Josefsson <jas@extundo.com>
21199
21200 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21201 Doc fix.
21202
21203 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21204
21205 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21206 LWSP.
21207
21208 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21209
21210 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21211 Try to append in-reply-to: data to the references: header.
21212
21213 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21214 (netrc-parse): Use gnus-encrypt.el functions.
21215
21216 * gnus-encrypt.el: Add new file for encryption support; currently
21217 does only a few GPG ciphers and an internal XOR cipher.
21218
21219 * password.el: Add comments on using password-read-and-add.
21220 (password-read-and-add): Add function to read and add the
21221 password to the cache at once.
21222
21223 2004-07-28 Simon Josefsson <jas@extundo.com>
21224
21225 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21226 parameter (but don't use it, for now).
21227
21228 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21229 instead of hard coding to nil.
21230
21231 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21232
21233 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21234 as mm-inline-image-xemacs does.
21235
21236 2004-07-26 Simon Josefsson <jas@extundo.com>
21237
21238 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21239 Revert part of 2004-07-17 change below.
21240
21241 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21242
21243 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21244 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21245
21246 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21247
21248 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21249 quotes that actually start with ">" at the beginning of the
21250 lines.
21251
21252 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21253
21254 * rfc2047.el (rfc2047-encode-region): Fix last change.
21255 (rfc2047-encode-parameter): Remove useless concat.
21256
21257 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21258
21259 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21260 encode special characters; fix some kind of misconfigured headers;
21261 signal a real error if debug-on-quit or debug-on-error is non-nil.
21262 (rfc2047-encode-max-chars): New variable.
21263 (rfc2047-encode-1): Use it.
21264 (rfc2047-encode-parameter): New function.
21265
21266 * mml.el (mml-insert-parameter): Remove an excessive space.
21267
21268 2004-07-17 Simon Josefsson <jas@extundo.com>
21269
21270 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21271 Kai Grossjohann <kai@emptydomain.de>.
21272 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21273 (gnus-group-make-menu-bar): Ditto.
21274
21275 * gnus-util.el (gnus-group-server): Add.
21276
21277 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21278
21279 * message.el (message-clone-locals): Clone sendmail and smtp
21280 variables.
21281
21282 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21283
21284 * rfc2047.el (rfc2047-encode-region): Fix last change.
21285
21286 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21287
21288 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21289 characters as non-special.
21290
21291 2004-07-09 Simon Josefsson <jas@extundo.com>
21292
21293 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21294 Users will lose all flag changes made while unplugged with
21295 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21296 good default. See numerous reports on ding mailing list.
21297
21298 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21299
21300 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21301 add generate-head-function and generate-article-function to the
21302 rfc822-forward entry.
21303 (nndoc-rfc822-forward-generate-article): New function.
21304 (nndoc-rfc822-forward-generate-head): New function.
21305
21306 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21307
21308 2004-07-06 Dan Christensen <jdc@uwo.ca>
21309
21310 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21311 respect display group parameter and gnus-summary-expunge-below.
21312 (gnus-articles-to-read): Remove unused reference to display group
21313 parameter.
21314
21315 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21316
21317 * nnheader.el (nnheader-uniquify-message-id): New experimental
21318 variable.
21319 (nnheader-nov-read-message-id): Use it.
21320
21321 * spam-report.el (spam-report-gmane): Add interactive.
21322
21323 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21324
21325 * mm-encode.el (mm-content-transfer-encoding-defaults):
21326 Use qp-or-base64 for the application/* types.
21327
21328 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21329
21330 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21331
21332 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21333
21334 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21335 trim value.
21336
21337 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21338
21339 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21340 New macro and function.
21341 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21342
21343 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21344
21345 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21346 after-load-alist.
21347
21348 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21349
21350 * gnus-group.el (gnus-group-get-new-news-this-group):
21351 Don't update info that isn't there.
21352
21353 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
21354
21355 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21356 entry.
21357
21358 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21359
21360 * mm-view.el (mm-inline-render-with-function): Use multibyte
21361 buffer; decode html source by charset.
21362
21363 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21364
21365 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21366 Mule-UCS is loaded under XEmacs.
21367 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21368
21369 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21370
21371 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21372
21373 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21374
21375 * mm-util.el (mm-coding-system-p): Return a coding-system.
21376 (mm-mime-mule-charset-alist): Use shift_jis instead of
21377 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21378 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21379 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21380 instead of japanese-shift-jis and iso-latin-1 respectively in
21381 order to share the default value with both Emacs and XEmacs-mule.
21382 (mm-mule-charset-to-mime-charset):
21383 Make mm-coding-system-priorities effective.
21384 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21385 while predicating of candidates upon the priorities.
21386
21387 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21388
21389 * gnus-sum.el (gnus-summary-make-menu-bar):
21390 Add gnus-uu-invert-processable.
21391
21392 * gnus.el: Autoload gnus-uu-invert-processable.
21393
21394 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21395
21396 * mm-util.el (mm-with-multibyte-buffer): New macro.
21397
21398 * rfc2047.el (rfc2047-encode-string): Use it.
21399 (rfc2047-encode-region): Move point to the end of the region after
21400 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21401
21402 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21403
21404 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21405 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21406
21407 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21408
21409 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21410 (gnus-cite-parse): Ignore quoted envelope From_.
21411 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21412
21413 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21414
21415 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21416 invalid addresses.
21417
21418 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21419
21420 * spam.el: Change section markers, revise TODO list.
21421 (spam-backends): Make new master list of all installed backends.
21422 (spam-summary-exit-behavior): Add new variable to determine how
21423 messages moves are done at summary exit.
21424 (spam-move-spam-nonspam-groups-only)
21425 (spam-process-ham-in-nonham-groups)
21426 (spam-process-ham-in-spam-groups): Remove variables, the
21427 spam-summary-exit-behavior variable should be used to manage this
21428 behavior.
21429 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21430 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21431 and spam-old-spam-articles.
21432 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21433 Add empty variables, placeholders for the backends they represent.
21434 (spam-set-difference): Move, unchanged.
21435 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21436 unless the user has a processor variable.
21437 (spam-classifications, spam-classification-valid-p)
21438 (spam-backend-properties, spam-backend-property-valid-p)
21439 (spam-backend-function-type-valid-p)
21440 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21441 (spam-report-articles-gmane, spam-report-articles-resend):
21442 Remove functions, they are not needed.
21443 (spam-install-backend-super, spam-backend-list)
21444 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21445 (spam-backend-function, spam-backend-ham-registration-function)
21446 (spam-backend-spam-registration-function)
21447 (spam-backend-ham-unregistration-function)
21448 (spam-backend-spam-unregistration-function)
21449 (spam-backend-statistical-p, spam-backend-mover-p)
21450 (spam-install-backend-alias, spam-install-checkonly-backend)
21451 (spam-install-mover-backend, spam-install-nocheck-backend)
21452 (spam-install-backend, spam-install-statistical-backend)
21453 (spam-install-statistical-checkonly-backend): Add backend installation
21454 support.
21455 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21456 (spam-group-processor-p): Use the new backend code and respect the
21457 summary exit behavior.
21458 (spam-mark-spam-as-expired-and-move-routine): Remove.
21459 (spam-summary-prepare): Change to use the new spam-old-articles
21460 variable.
21461 (spam-copy-or-move-routine, spam-copy-spam-routine)
21462 (spam-move-spam-routine, spam-copy-ham-routine)
21463 (spam-move-ham-routine): Add code to copy/move ham or spam.
21464 (spam-fetch-field-fast): Improve doc and code, plus allow the
21465 'number request.
21466 (spam-list-of-checks, spam-list-of-statistical-checks):
21467 Remove variables.
21468 (spam-split, spam-find-spam): Use the new backend code.
21469 (spam-registration-functions): Remove variable.
21470 (spam-unregister-routine): Add convenience wrapper.
21471 (spam-log-undo-registration, spam-register-routine)
21472 (spam-log-processing-to-registry)
21473 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21474 where possible.
21475 (spam-check-gmane-xref, spam-check-regex-headers)
21476 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21477 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21478 (spam-check-bogofilter-headers, spam-check-spamoracle)
21479 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21480 (spam-check-crm114-headers): Use the spam-split-group that
21481 spam-split prepares, no need to determine it every time.
21482
21483 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21484 to the nnheader-parse-naked-head call.
21485
21486 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21487
21488 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21489 the nnheader-nov-read-message-id call.
21490
21491 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21492
21493 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21494 gnus-activate-group twice. Suggested by Markus Peter
21495 <warp@spin.de>.
21496
21497 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21498
21499 * gnus-art.el (gnus-article-time-format): Exchange the order of
21500 day and month in the default value; fix customization type.
21501 (article-date-ut): Use add-text-properties.
21502 (article-make-date-line): Use message-make-date instead of
21503 current-time-string.
21504
21505 * message.el (message-fetch-field): Don't use set-text-properties.
21506 (message-make-date): Simplify.
21507
21508 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21509
21510 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21511 (rfc2047-encode-region): Treat text within parentheses as special;
21512 show the original text when error has occurred.
21513
21514 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21515 already-computed method to gnus-activate-group.
21516
21517 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21518 same select-methods identical Lisp objects.
21519
21520 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21521 object when modifying the info.
21522
21523 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21524
21525 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21526 gnus-opened-servers since it has never been opened with the new
21527 configuration yet.
21528
21529 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21530
21531 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21532 arg to nnheader-generate-fake-message-id.
21533
21534 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21535
21536 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21537 number and build a fake message ID localized to a group and
21538 article number (so it's repeatable from that point on).
21539 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21540 ID format.
21541
21542 * gnus-sum.el (gnus-get-newsgroup-headers):
21543 Call nnheader-generate-fake-message-id with the article number.
21544
21545 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21546
21547 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21548 end-of-buffer.
21549
21550 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21551
21552 * message.el (message-ignored-supersedes-headers): Add Approved.
21553
21554 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21555
21556 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21557 goto-char.
21558 (rfc2047-encode): Fold the line before encoding.
21559
21560 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21561
21562 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21563 folding -- not all headers can be folded, and this should be done
21564 by the message composition mode. Probably. I think.
21565
21566 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21567
21568 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21569 fast.
21570
21571 * gnus-ems.el (gnus-remove-image): Don't use
21572 message-text-with-property; remove only the image found first.
21573
21574 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21575
21576 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21577
21578 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21579
21580 * message.el (message-text-with-property): Make it fast and accept
21581 optional arguments.
21582 (message-strip-forbidden-properties): Use it.
21583 (message-fix-before-sending): Follow the m-t-w-p change.
21584
21585 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21586
21587 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21588
21589 * gnus-art.el (article-hide-headers): Don't change the buffer
21590 mistakenly when performing mml-preview even if
21591 gnus-single-article-buffer is nil.
21592
21593 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21594
21595 * message.el (message-expand-name-databases): New user option.
21596 (message-expand-name): Use it.
21597
21598 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21599
21600 * spam.el (spam-report-articles-resend)
21601 (spam-report-resend-register-routine): Allow ham reporting.
21602 (spam-report-resend-register-ham-routine): Add wrapper.
21603 (spam-registration-functions): Add ham resending functions.
21604 (spam-list-of-processors): Add ham resend processor.
21605
21606 * gnus.el (ham-resend-to): Add new group parameter.
21607 (spam-process): Add ham resend option.
21608
21609 * spam-report.el (spam-report-resend): Allow reporting ham.
21610 (spam-report-resend-ham): Add wrapper.
21611
21612 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21613
21614 * message.el (message-cite-articles-with-x-no-archive):
21615 New variable.
21616 (message-cite-original): Use it.
21617
21618 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21619
21620 * message.el (message-cite-original): Respect X-No-Archive.
21621
21622 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21623
21624 * gnus-art.el (article-hide-headers): Refer to the values for
21625 gnus-ignored-headers and gnus-visible-headers in the summary
21626 buffer since a user may have set them as group parameters.
21627
21628 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21629
21630 * assistant.el (assistant-node-name): Add convenience function.
21631 (assistant-render-text, assistant-render-node): Add error handling,
21632 plus handle multiple next nodes.
21633 (assistant-find-next-node): Comment out for now.
21634 (assistant-find-next-nodes): Add function, returns list of next
21635 nodes.
21636
21637 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21638
21639 * mail-source.el (mail-source-directory): Fix doc-string.
21640
21641 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21642
21643 * assistant.el (assistant-render-text, assistant-eval): Add :set
21644 widget type, which is different because it takes and returns a
21645 list. Much hilarity ensues.
21646
21647 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21648
21649 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21650
21651 * gnus-group.el (gnus-group-get-new-news-this-group):
21652 Add doc-string.
21653
21654 * gnus-start.el (gnus-activate-group): Add doc-string.
21655
21656 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21657
21658 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21659
21660 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21661
21662 * assistant.el (assistant-render-text): Try to add a :set
21663 widget, more to come.
21664
21665 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21666 strings.
21667 (spam-report-articles-resend)
21668 (spam-register-routine): Do registration iff any articles warrant
21669 it.
21670 (spam-summary-prepare-exit): Change log message for nil group
21671 destinations.
21672
21673 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21674
21675 * spam.el (spam-report-resend-register-routine):
21676 Allow spam-report-resend-to to be a group parameter or a global value.
21677
21678 2004-05-26 Simon Josefsson <jas@extundo.com>
21679
21680 * starttls.el: Merge with my GnuTLS based starttls.el.
21681 (starttls-gnutls-program, starttls-use-gnutls)
21682 (starttls-extra-arguments, starttls-process-connection-type)
21683 (starttls-connect, starttls-failure, starttls-success):
21684 New variables.
21685 (starttls-program, starttls-extra-args): Doc fix.
21686 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21687 New functions.
21688 (starttls-negotiate, starttls-open-stream):
21689 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21690 function if it is set.
21691
21692 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21693
21694 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21695 structured fields.
21696
21697 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21698
21699 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21700
21701 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21702
21703 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21704 Add variable.
21705 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21706 assigning the spam-mark to new messages.
21707
21708 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21709
21710 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21711
21712 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21713
21714 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21715 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21716 default.
21717
21718 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21719
21720 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21721 correct data.
21722
21723 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21724
21725 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21726 (spam-group-processor-p): Fix function.
21727 (spam-group-processor-multiple-p)
21728 (spam-group-spam-processor-report-gmane-p)
21729 (spam-group-spam-processor-report-resend-p)
21730 (spam-group-spam-processor-bogofilter-p)
21731 (spam-group-spam-processor-blacklist-p)
21732 (spam-group-spam-processor-ifile-p)
21733 (spam-group-ham-processor-ifile-p)
21734 (spam-group-spam-processor-spamoracle-p)
21735 (spam-group-spam-processor-crm114-p)
21736 (spam-group-ham-processor-bogofilter-p)
21737 (spam-group-spam-processor-stat-p)
21738 (spam-group-ham-processor-stat-p)
21739 (spam-group-ham-processor-whitelist-p)
21740 (spam-group-ham-processor-BBDB-p)
21741 (spam-group-ham-processor-spamoracle-p)
21742 (spam-group-ham-processor-copy-p): Remove functions with some
21743 prejudice against unneeded code.
21744 (spam-report-articles-resend)
21745 (spam-report-resend-register-routine): Allow the group/topic
21746 spam-resend-to value to override spam-report-resend-to.
21747 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21748 properly now.
21749
21750 * gnus.el (spam-resend-to): Add group/topic parameter.
21751 (spam-process): Move the OBSOLETE processors to the end of the
21752 choices.
21753
21754 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21755
21756 * spam-report.el (spam-report-resend-to, spam-report-resend):
21757 Start with resend-to set to nil, and then ask the user if necessary.
21758 (spam-report-resend): spam-report-resend takes a list of articles, not
21759 separate article numbers.
21760
21761 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21762
21763 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21764 addition to emacs-w3m.
21765
21766 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21767
21768 * assistant.el (assistant-authinfo-data): New function.
21769 (assistant-eval): Eval for entire assistant.
21770
21771 * netrc.el (netrc-services-file): New variable.
21772 (netrc-parse-services): New function.
21773 (netrc-find-service-name): New function.
21774 (netrc-find-service-number): New function.
21775 (netrc-port-equal): New function.
21776 (netrc-machine): Use it.
21777
21778 * nnimap.el (nnimap-open-connection): Use netrc.
21779
21780 * gnus-util.el (gnus-netrc-get): Remove aliases.
21781
21782 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21783
21784 * assistant.el (wid-edit): Fix compilation.
21785
21786 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21787
21788 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21789
21790 * gnus-util.el (gnus-set-file-modes): New function. (small
21791 patch).
21792
21793 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21794
21795 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21796
21797 * assistant.el (assistant-render-node): Fix up rendering and
21798 read-only text.
21799 (assistant-render-node): Reset.
21800 (assistant-make-read-only): Not sticky.
21801
21802 2004-05-20 Danny Siu <dsiu@adobe.com>
21803
21804 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21805 centered even when gnus-auto-center-summary is t.
21806
21807 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21808
21809 * dns.el (dns-get-txt-answer): New function.
21810 (dns-read-txt): Ditto.
21811 (query-dns): Use it.
21812
21813 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21814
21815 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21816 active for foreign groups even if the group level is higher than
21817 the specified value.
21818
21819 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21820
21821 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21822 non-active groups.
21823
21824 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21825
21826 2004-05-20 Magnus Henoch <mange@freemail.hu>
21827
21828 * dns.el (dns-read-type): Add support for SVR. (small patch)
21829
21830 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21831
21832 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21833 (spam-crm114-header, spam-crm114-spam-switch)
21834 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21835 (spam-crm114-positive-spam-header)
21836 (spam-crm114-database-directory, spam-list-of-processors)
21837 (spam-group-spam-processor-crm114-p)
21838 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21839 (spam-generic-score, spam-list-of-checks)
21840 (spam-list-of-statistical-checks, spam-registration-functions)
21841 (spam-check-crm114-headers, spam-crm114-score)
21842 (spam-check-crm114, spam-crm114-register-with-crm114)
21843 (spam-crm114-register-spam-routine)
21844 (spam-crm114-unregister-spam-routine)
21845 (spam-crm114-register-ham-routine)
21846 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21847
21848 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21849
21850 * gnus.el: Add spam-use-crm114.
21851
21852 * spam.el (spam-list-of-processors, spam-registration-functions):
21853 Add spam-use-resend.
21854 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21855 (spam-report-articles-gmane): Add doc fix.
21856 (spam-report-articles-resend, spam-report-resend-register-routine):
21857 Add wrappers around spam-report-resend-to.
21858
21859 * spam-report.el (spam-report-resend-to, spam-report-resend):
21860 Add support for resending spam.
21861 (spam-report-gmane): Fix line length >80.
21862
21863 * gnus.el (spam-process): Add spam-use-resend.
21864
21865 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21866
21867 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21868 number of processed spam messages.
21869 (spam-ham-copy-or-move-routine): Return the number of processed
21870 ham messages.
21871 (spam-summary-prepare-exit): Use the above values to decide
21872 whether status messages shouled be displayed.
21873
21874 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21875
21876 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21877 `rfc2047-encoding-function-alist' in order to avoid conflicting
21878 with the old version.
21879 (rfc2047-encode-region): Concatenate words containing non-ASCII
21880 characters in structured fields; don't encode space-delimited
21881 ASCII words even in unstructured fields; don't break words at
21882 char-category boundaries.
21883 (rfc2047-encode-1): New function.
21884 (rfc2047-encode): Use it; encode text so that it occupies the
21885 maximum width within 76-column; work correctly on Q encoding for
21886 iso-2022-* charsets.
21887 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21888 sure not to break a line just after the header name.
21889 (rfc2047-b-encode-region): Remove.
21890 (rfc2047-b-encode-string): New function.
21891 (rfc2047-q-encode-region): Remove.
21892 (rfc2047-q-encode-string): New function.
21893
21894 * mm-util.el (mm-replace-in-string): New function.
21895
21896 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21897
21898 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21899 Really get it right.
21900 (gnus-inews-make-draft): Really.
21901
21902 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21903
21904 * nnmh.el (nnmh-request-list-1): Don't check the link count
21905 before descending. (small patch)
21906
21907 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21908
21909 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21910 stuff.
21911
21912 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21913 Match on real group name.
21914
21915 * gnus-art.el (gnus-signature-limit): Doc fix.
21916
21917 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21918
21919 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21920
21921 * gnus-draft.el (gnus-draft-send):
21922 Bind rfc2047-encode-encoded-words.
21923
21924 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21925 (rfc2047-encodable-p): Say that =? needs encoding.
21926 (rfc2047-encode-encoded-words): New variable.
21927
21928 * gnus-group.el (gnus-group-select-group): Doc fix.
21929
21930 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21931
21932 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21933 to nil.
21934
21935 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21936
21937 * nnheader.el (nnheader-get-lines-and-char): New function.
21938
21939 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21940
21941 * gnus-msg.el (gnus-summary-followup-with-original):
21942 Document yanking of region when active.
21943
21944 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21945
21946 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21947 groups if the group level is higher than the specified value.
21948
21949 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21950
21951 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21952 (gnus-group-jump-to-group): Add prefix argument using
21953 `gnus-group-jump-to-group-prompt'. Query before jumping to
21954 non-active group.
21955
21956 * compface.el (uncompface): Be verbose when changing
21957 `uncompface-use-external'.
21958
21959 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21960 handle manual section.
21961
21962 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21963
21964 * gnus-art.el (gnus-button-alist): Revert previous change.
21965
21966 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21967
21968 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21969
21970 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21971
21972 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21973 whether backend can accept message.
21974
21975 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21976
21977 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21978
21979 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21980 Avoid creating directory when nntp-marks-is-evil is true.
21981 Reported by Reiner Steib.
21982
21983 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21984
21985 * gnus-picon.el (gnus-picon-insert-glyph):
21986 Add optional `nostring' argument.
21987
21988 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21989
21990 * gnus-picon.el (gnus-picon-style): New variable.
21991 (gnus-picon-transform-address): Support `gnus-picon-style'.
21992
21993 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21994
21995 * message.el (message-fill-field): Return point.
21996 (message-generate-headers): Go to end of field.
21997
21998 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21999 stuff for non-living groups.
22000
22001 2004-05-18 Jesper Harder <harder@ifa.au.dk>
22002
22003 * gnus-art.el (gnus-article-followup-with-original)
22004 (gnus-article-reply-with-original): gnus-mark-active-p ->
22005 gnus-region-active-p.
22006
22007 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
22008
22009 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22010 only when there is spam or ham to be processed.
22011
22012 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22013
22014 * mail-source.el (mail-source-delete-crash-box): Refactor.
22015 (mail-source-fetch): Use it.
22016 (mail-source-fetch-file): Ditto.
22017 (mail-source-fetch-directory): Run PostScript in loop.
22018 (mail-source-fetch-pop): Delete.
22019 (mail-source-fetch-maildir): Ditto.
22020 (mail-source-fetch-imap): Ditto.
22021
22022 * imap.el (imap-authenticators): Comment out sasl.
22023
22024 * message.el (message-skip-to-next-address): New function.
22025 (message-fill-header-address): Refactor.
22026 (message-fill-address): Use it.
22027 (message-delete-address): Use it.
22028 (message-fill-header-general): Refactor.
22029 (message-fill-field-address): Rename.
22030 (message-narrow-to-field): Find the start of the header.
22031 (message-header-format-alist): Don't pre-fill.
22032 (message-fill-header): Remove.
22033 (message-insert-header): New function.
22034 (message-shorten-references): Use it.
22035
22036 * rfc2047.el (rfc2047-field-value): Strip props.
22037
22038 * mail-parse.el (mail-header-make-address): New alias.
22039
22040 * ietf-drums.el (ietf-drums-make-address): New function.
22041
22042 * imap.el: Add compiler directives.
22043
22044 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22045
22046 * gnus-art.el (article-decode-idna-rhs): Don't use
22047 message-idna-inside-rhs-p.
22048
22049 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22050
22051 * message.el (message-idna-inside-rhs-p): Remove.
22052 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22053
22054 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22055 false positives.
22056
22057 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22058
22059 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22060
22061 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22062
22063 * nneething.el (nneething-file-name): Don't create spurious
22064 files.
22065
22066 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22067 (gnus-inews-do-gcc): Remove sleep.
22068
22069 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22070 part under point.
22071
22072 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22073 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22074
22075 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22076
22077 * spam.el (spam-summary-prepare-exit): Fix (length).
22078
22079 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22080
22081 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22082 as expired without moving it" message when there are spam
22083 messages left.
22084
22085 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22086
22087 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22088 header is not nil.
22089
22090 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22091
22092 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22093 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22094 (nntp-marks-changed-p): New arg SERVER.
22095 (nntp-request-update-info): Adjust caller.
22096
22097 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22098
22099 * nntp.el (nntp-save-marks): Pass missing arg.
22100
22101 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22102
22103 * nntp.el: Support marks.
22104 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22105 (nntp-marks-modtime, nntp-marks-directory): New variables.
22106 (nntp-request-set-mark, nntp-request-update-info)
22107 (nntp-possibly-create-directory, nntp-marks-changed-p)
22108 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22109 New functions.
22110
22111 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22112
22113 * gnus-score.el (gnus-score-insert-help):
22114 Use gnus-select-lowest-window.
22115
22116 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22117 appt-select-lowest-window and rename to gnus-select-lowest-window.
22118
22119 * gnus.el: do.
22120
22121 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22122
22123 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22124 encodings of MIME-encoded words, in order to improve
22125 interoperability with several broken MUAs.
22126
22127 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22128
22129 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22130 tags, only when charsets are not specified in headers.
22131 (mm-inline-text-html-render-with-w3m): Ditto.
22132
22133 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22134
22135 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22136 instead of MIME-decoded from fields when checking
22137 `gnus-article-address-banner-alist'.
22138
22139 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22140
22141 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22142 description rather than subject.
22143
22144 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22145
22146 * gnus.el (gnus-version-number): Bump.
22147
22148 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22149
22150 * gnus.el: No Gnus v0.2 is released.
22151
22152 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22153
22154 * gnus-agent.el (gnus-agent-read-agentview):
22155 Inline gnus-uncompress-range.
22156
22157 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22158
22159 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22160 `exec-installed-p'.
22161
22162 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22163
22164 * gnus.el (spam-process, spam-autodetect-methods):
22165 Add bsfilter and bsfilter-headers.
22166
22167 * spam.el (spam-bsfilter): New customize group.
22168 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22169 (spam-bsfilter-header, spam-bsfilter-probability-header)
22170 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22171 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22172 (spam-bsfilter-database-directory): New options.
22173 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22174 (spam-list-of-statistical-checks, spam-registration-functions):
22175 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22176 (spam-bsfilter-score): New command.
22177 (spam-check-bsfilter-headers, spam-check-bsfilter)
22178 (spam-bsfilter-register-with-bsfilter)
22179 (spam-bsfilter-register-spam-routine)
22180 (spam-bsfilter-unregister-spam-routine)
22181 (spam-bsfilter-register-ham-routine)
22182 (spam-bsfilter-unregister-ham-routine): New functions.
22183 (spam-generic-score): Support bsfilter; Accept an optional argument
22184 to recalcurate spam score even if scoring header has already been
22185 added.
22186 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22187 optional argument to recalcurate spam score even if scoring header
22188 has already been added.
22189
22190 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22191
22192 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22193 strings! Reported by David D. Smith <davidsmith@acm.org>.
22194 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22195 link is missing.
22196
22197 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22198
22199 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22200 (html2text-get-attr): Rewrite.
22201
22202 * message.el (message-setup-1): Remove redundant put-text-property
22203 on mail-header-separator.
22204
22205 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22206
22207 * gnus-registry.el (gnus-registry-cache-whitespace)
22208 (gnus-registry-action, gnus-registry-spool-action)
22209 (gnus-registry-split-fancy-with-parent): Change message levels
22210 from 5 to 3 or 7, as needed.
22211
22212 * spam.el (spam-summary-prepare-exit)
22213 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22214 (spam-split, spam-find-spam, spam-log-undo-registration)
22215 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22216 level from 5 to 6.
22217
22218 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22219
22220 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22221 2004-03-04 change).
22222
22223 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22224
22225 * sieve-manage.el (sieve-manage-open):
22226 * nnweb.el (nnweb-insert-html):
22227 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22228 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22229 * nnspool.el (nnspool-request-group):
22230 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22231 * nnml.el (nnml-request-update-info):
22232 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22233 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22234 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22235 (nnimap-request-set-mark):
22236 * nnfolder.el (nnfolder-request-update-info):
22237 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22238 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22239 * gnus-uu.el (gnus-uu-find-articles-matching):
22240 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22241 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22242 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22243 * gnus-nocem.el (gnus-nocem-scan-groups):
22244 * gnus-int.el (gnus-start-news-server):
22245 * gnus-group.el (gnus-group-make-kiboze-group)
22246 (gnus-group-browse-foreign-server):
22247 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22248 Use mapc when appropriate.
22249
22250 2004-04-22 Dan Christensen <jdc@uwo.ca>
22251 Adam Sjøgren <asjo@koldfront.dk>
22252 Wes Hardaker <wes@hardakers.net>
22253 Michael Shields <shields@msrl.com>
22254
22255 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22256 may need for spam sorting and scoring.
22257 (spam-user-format-function-S): Add user format function suitable for
22258 general use.
22259 (spam-article-sort-by-spam-status): Add sorting function for summary
22260 sorting.
22261 (spam-extra-header-to-number): Add function to get a score from a
22262 header.
22263 (spam-summary-score): Add function to get a numeric score from the
22264 headers.
22265 (spam-generic-score): Fix function doc, was in wrong place.
22266 (spam-initialize): Take symbols when it's run, and install the
22267 extra headers that spam-necessary-extra-headers thinks we need.
22268
22269 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22270
22271 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22272 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22273
22274 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22275
22276 * gnus-sum.el (gnus-set-global-variables)
22277 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22278 (gnus-article-get-xrefs, gnus-summary-best-group)
22279 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22280 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22281 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22282 Use with-current-buffer.
22283
22284 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22285
22286 * spam.el (spam-summary-prepare-exit): Simplify logic.
22287 (spam-fetch-article-header): Read the article header if it's not
22288 available.
22289 (spam-list-articles): Simplify logic.
22290 (spam-filelist-register-routine): Fix bug with unregister-list.
22291
22292 * gnus-registry.el: Fix comments at beginning.
22293
22294 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22295
22296 * message.el (message-cater-to-broken-inn): Remove.
22297 (message-shorten-references): Make sure the total folded length of
22298 References is shorter than 998 characters to cater to a bug in INN
22299 2.3. Also, don't pretend that references aren't folded -- this
22300 hasn't worked for a while.
22301
22302 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22303
22304 * gnus-agent.el (gnus-agentize):
22305 gnus-agent-send-mail-real-function no longer set to current value
22306 of message-send-mail-function but rather a lambda that calls
22307 message-send-mail-function. The change makes the agent real-time
22308 responsive to user changes to message-send-mail-function.
22309
22310 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22311
22312 * legacy-gnus-agent.el
22313 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22314 help from Florian Weimer <fw@deneb.enyo.de>
22315
22316 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22317
22318 * nnmail.el (nnmail-cache-insert): Revert last change.
22319
22320 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22321
22322 * nnmail.el (nnmail-cache-insert): Always check whether
22323 nnmail-cache-ignore-groups matches a group name.
22324
22325 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22326
22327 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22328 (spam-find-spam, spam-log-processing-to-registry)
22329 (spam-log-registered-p, spam-log-unregistration-needed-p)
22330 (spam-log-undo-registration): Use gnus-message instead of
22331 gnus-error, none of these errors are fatal.
22332
22333 * gnus-registry.el (gnus-registry-clean-empty-function)
22334 (gnus-registry-clean-empty): Remove only empty entries without
22335 extra data.
22336
22337 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22338
22339 * spam-stat.el (spam-stat-buffer-change-to-spam)
22340 (spam-stat-buffer-change-to-non-spam): Change (error) to
22341 (gnus-message 8) invocation.
22342
22343 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
22344
22345 * nntp.el (nntp-via-netcat-command): New variable.
22346 (nntp-via-netcat-switches): New variable.
22347 (nntp-open-via-rlogin-and-netcat): New function.
22348 (nntp-open-connection-function): Doc fix.
22349 (nntp-telnet-command): Doc fix.
22350 (nntp-end-of-line): Doc fix.
22351 (nntp-via-rlogin-command): Doc fix.
22352 (nntp-via-user-name): Doc fix.
22353 (nntp-via-address): Doc fix.
22354
22355 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
22356
22357 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22358 error in Emacs 21.1.
22359
22360 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
22361
22362 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22363
22364 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
22365
22366 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22367 (gnus-agent-with-refreshed-group): New macro.
22368 (gnus-agent-rename-group): New function.
22369 (gnus-agent-delete-group): New function.
22370 (gnus-agent-save-group-info): Use gnus-command-method when
22371 `method' parameter is nil. Don't write nil entries into the
22372 active file.
22373 (gnus-agent-get-group-info): New function.
22374 (gnus-agent-fetch-articles):
22375 Use gnus-agent-update-files-total-fetched-for to increment disk space
22376 used.
22377 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22378 Use gnus-agent-update-view-total-fetched-for to increment disk space
22379 used.
22380 (gnus-agent-get-local): Add optional parameters to avoid calling
22381 gnus-group-real-name and gnus-find-method-for-group.
22382 (gnus-agent-set-local): Delete stored entry if either min, or max,
22383 are nil.
22384 (gnus-agent-fetch-session): Reworded error/quit messages.
22385 On quit, use gnus-agent-regenerate-group to record existence of any
22386 articles fetched to disk before the quit occurred.
22387 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22388 gnus-agent-update-view-total-fetched-for, and
22389 gnus-agent-update-files-total-fetched-for to decrement disk space
22390 used.
22391 (gnus-agent-retrieve-headers):
22392 Use gnus-agent-update-view-total-fetched-for to increment disk space
22393 used.
22394 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22395 with gnus-agent-update-files-total-fetched-for to decrement disk
22396 space and fresh group buffer.
22397 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22398 (gnus-agent-need-update-total-fetched-for): New variable.
22399 (gnus-agent-update-files-total-fetched-for): New function.
22400 (gnus-agent-update-view-total-fetched-for): New function.
22401 (gnus-agent-total-fetched-for): New function.
22402
22403 * gnus-cache.el (gnus-cache-save-buffers):
22404 Use gnus-cache-update-overview-total-fetched-for to change disk space
22405 used by this group.
22406 (gnus-cache-possibly-enter-article):
22407 Use gnus-cache-update-file-total-fetched-for to increment disk space
22408 used by this group.
22409 (gnus-cache-possibly-remove-article):
22410 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22411 used by this group.
22412 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22413 (gnus-cache-rename-group): New function.
22414 (gnus-cache-delete-group): New function.
22415 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22416 (gnus-cache-need-update-total-fetched-for): New variable.
22417 (gnus-cache-with-refreshed-group): New macro.
22418 (gnus-cache-update-file-total-fetched-for): New function.
22419 (gnus-cache-update-overview-total-fetched-for): New function.
22420 (gnus-cache-rename-group-total-fetched-for): New function.
22421 (gnus-cache-delete-group-total-fetched-for): New function.
22422 (gnus-cache-total-fetched-for): New function.
22423
22424 * gnus-group.el: Require gnus-sum and autoload functions to
22425 resolve warnings when gnus-group.el compiled alone.
22426 (gnus-group-line-format): Documented new %F.
22427 (size of Fetched data) group line format; identifies disk space
22428 used by agent and cache.
22429 (gnus-group-line-format-alist): Defined new F format.
22430 (gnus-total-fetched-for): New function.
22431 (gnus-group-delete-group): No longer update
22432 gnus-cache-active-altered as gnus-request-delete-group now keeps
22433 the cache in sync.
22434 (gnus-group-list-active): Let the agent store a server's active
22435 list if currently plugged.
22436
22437 * gnus-int.el (gnus-request-delete-group):
22438 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22439 local disk in sync with the server.
22440 (gnus-request-rename-group):
22441 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22442 local disk in sync with the server.
22443
22444 * gnus-start.el (gnus-get-unread-articles):
22445 Cosmetic simplification to logic.
22446
22447 * gnus-util.el (gnus-rename-file): New function.
22448
22449 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22450
22451 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22452
22453 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22454
22455 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22456 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22457
22458 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22459
22460 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22461 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22462
22463 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22464
22465 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22466
22467 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22468
22469 * spam.el (spam-set-difference): Add function to replace
22470 gnus-set-difference in spam.el.
22471 (spam-summary-prepare-exit): Use spam-set-difference.
22472
22473 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22474
22475 * gnus-registry.el (gnus-registry-cache-file): Update to use
22476 gnus-dribble-directory OR gnus-home-directory OR ~.
22477 (gnus-registry-split-fancy-with-parent): Fix doc.
22478
22479 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22480
22481 * message.el (message-exchange-point-and-mark):
22482 Use message-mark-active-p. Suggested by Jesper Harder
22483 <harder@ifa.au.dk>.
22484
22485 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22486
22487 * message.el (message-exchange-point-and-mark): Don't activate
22488 region if it was inactive. Suggested by Hiroshi Fujishima
22489 <pooh@nature.tsukuba.ac.jp>.
22490
22491 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22492
22493 * gnus-art.el (article-display-face): Display Faces in the same
22494 order as X-Faces.
22495
22496 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22497
22498 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22499
22500 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22501
22502 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22503 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22504 (gnus-article-mime-hierarchy): Remove.
22505 (gnus-article-mime-hierarchy-next): Remove.
22506 (gnus-article-mode): Revert 2004-03-19 change.
22507 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22508 (gnus-insert-mime-button): Revert 2004-03-19 change.
22509 (gnus-mime-accumulate-hierarchy): Remove.
22510 (gnus-mime-enter-multipart): Remove.
22511 (gnus-mime-leave-multipart): Remove.
22512 (gnus-mime-display-part): Revert 2004-03-19 change.
22513 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22514
22515 * mml.el (mml-preview): Revert 2004-03-19 change.
22516
22517 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22518
22519 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22520
22521 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22522
22523 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22524 t while entering a file name using the mm-with-multibyte macro.
22525 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22526
22527 * mm-util.el (mm-with-multibyte): New macro.
22528
22529 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22530
22531 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22532 New user option.
22533 (gnus-mime-multipart-functions): Doc and customization fix.
22534 (gnus-article-mime-hierarchy): New variable.
22535 (gnus-article-mime-hierarchy-next): New variable.
22536 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22537 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22538 gnus-article-mime-hierarchy-next to nil.
22539 (gnus-insert-mime-button): Show hierarchy numbers.
22540 (gnus-mime-accumulate-hierarchy): New function.
22541 (gnus-mime-enter-multipart): New function.
22542 (gnus-mime-leave-multipart): New function.
22543 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22544 (gnus-mime-display-alternative): Show hierarchy numbers.
22545
22546 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22547 gnus-article-mime-hierarchy-next to nil.
22548
22549 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22550
22551 * dns.el: Don't require gnus-xmas.
22552
22553 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22554
22555 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22556 inline PGP.
22557 (mml-menu): Disable mml-quote-region if mark is inactive.
22558
22559 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22560
22561 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22562 when the group's active is not available.
22563
22564 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22565
22566 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22567 error.
22568
22569 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22570
22571 * imap.el (imap-store-password): New variable.
22572 (imap-interactive-login): Use it.
22573 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22574
22575 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22576
22577 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22578 window-start and hscroll to summary window.
22579
22580 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22581
22582 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22583 conversion message to newsrc-dribble when an actual conversion is
22584 performed.
22585
22586 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22587
22588 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22589
22590 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22591
22592 * mm-decode.el (mm-complicated-handles): New function reviving
22593 former definition of mm-multiple-handles.
22594
22595 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22596 (gnus-mime-delete-part): Use it.
22597
22598 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22599
22600 * gnus-agent.el (gnus-agent-read-local):
22601 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22602 avoid the implicit assumption that they will always be equal.
22603 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22604 coding-system-for-write, as the with-temp-file macro first prints
22605 to a buffer then saves the buffer.
22606
22607 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22608
22609 * gnus-art.el (gnus-article-edit-part): New function.
22610 (gnus-mime-save-part-and-strip): Use it; do query instead of
22611 signaling an error; don't use mm-multiple-handles.
22612 (gnus-mime-delete-part): Ditto.
22613
22614 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22615
22616 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22617 old file versions.
22618 (gnus-group-prepare-hook): Remove function that converted list
22619 form of gnus-agent-expire-days to group properties.
22620
22621 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22622 (gnus-request-accept-article): Re-indented.
22623
22624 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22625 converters to handle old agent file formats. Add logic for a
22626 "backup before upgrading warning".
22627 (gnus-convert-mark-converter-prompt): Developers can mark
22628 functions as needing (default), or not needing,
22629 gnus-convert-old-newsrc's "backup before upgrading warning".
22630 (gnus-convert-converter-needs-prompt): Tests whether the user
22631 should be protected from potentially irreversable changes by the
22632 function.
22633
22634 * legacy-gnus-agent.el: New. Provides converters that are only
22635 loaded when gnus-convert-old-newsrc needs to call them.
22636
22637 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22638
22639 * mail-source.el (mail-source-touch-pop): Doc fix.
22640
22641 * message.el (message-smtpmail-send-it): Doc fix.
22642
22643 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22644
22645 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22646
22647 * nnmail.el (nnmail-split-fancy): do.
22648
22649 * gnus-kill.el (gnus-kill, gnus-execute): do.
22650
22651 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22652
22653 * gnus-sum.el (gnus-widget-reversible-match)
22654 (gnus-widget-reversible-to-internal)
22655 (gnus-widget-reversible-to-external): New functions.
22656 (gnus-widget-reversible): New widget.
22657 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22658
22659 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22660
22661 * gnus-sum.el (gnus-thread-sort-functions)
22662 (gnus-article-sort-functions): Document `(not F)' items.
22663
22664 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22665
22666 * spam.el (spam-use-gmane-xref): Add new backend.
22667 (spam-gmane-xref-spam-group): Add variable to control the name of the
22668 Gmane spam group.
22669 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22670 (spam-regex-headers-spam, spam-regex-headers-ham)
22671 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22672 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22673 backends and checks.
22674 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22675
22676 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22677 an autodetect method.
22678
22679 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22680
22681 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22682 articles are being added to a group.
22683 (gnus-request-replace-article): Inform the agent that articles
22684 need to be uncached as the cached contents are no longer valid.
22685
22686 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22687
22688 * binhex.el: Don't autoload executable-find.
22689
22690 * canlock.el: Don't autoload mail-fetch-field.
22691
22692 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22693
22694 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22695 rmail-dont-reply-to and rmail-output.
22696
22697 * gnus-score.el: Don't autoload ffap-string-at-point.
22698
22699 * gnus-setup.el: Don't autoload sc-cite-original.
22700
22701 * imap.el: Don't autoload base64-decode-string,
22702 base64-encode-string and md5.
22703
22704 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22705 and rmail-msg-restore-non-pruned-header.
22706
22707 * mm-decode.el: Don't autoload executable-find.
22708
22709 * mm-url.el: Don't autoload executable-find.
22710
22711 * mm-view.el: Don't autoload diff-mode.
22712
22713 * nndb.el: Don't autoload news-reply-mode, news-setup,
22714 cancel-timer and telnet.
22715
22716 * password.el: Don't autoload run-at-time for Emacs.
22717
22718 * sha1-el.el: Don't autoload executable-find.
22719
22720 * sieve-mode.el: Don't autoload c-mode.
22721
22722 * uudecode.el: Don't autoload executable-find.
22723
22724 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22725
22726 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22727 (gnus-agent-possibly-alter-active): Avoid null in numeric
22728 comparison.
22729 (gnus-agent-set-local): Refuse to save null in local object table.
22730 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22731 list of articles that will be marked as unread.
22732
22733 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22734
22735 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22736
22737 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22738
22739 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22740 language tags.
22741
22742 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22743
22744 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22745 Don't bind "obarray".
22746
22747 * gnus-sum.el (gnus-thread-sort-functions):
22748 Add `gnus-thread-sort-by-most-recent-number' and
22749 `gnus-thread-sort-by-most-recent-date'.
22750 Reported by Kai Grossjohann <kai@emptydomain.de>.
22751
22752 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22753
22754 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22755
22756 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22757
22758 * gnus-cus.el (gnus-agent-customize-category):
22759 Remove ignore-errors macro reference that required cl to be loaded at
22760 run-time.
22761
22762 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22763 single-interval range of the form (min . max). Previously the
22764 range had to look like ((min . max)). Likewise, return
22765 (min . max) rather than ((min . max)).
22766 (gnus-range-map): Use gnus-range-normalize to accept
22767 single-interval range.
22768
22769 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22770 the cache, but not the agent, now appear with their usual face.
22771
22772 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22773
22774 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22775 w3m-safe-url-regexp variable buffer-local.
22776
22777 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22778
22779 2004-02-27 Simon Josefsson <jas@extundo.com>
22780
22781 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22782 gnus-group-real-prefix.
22783 (gnus-summary-move-article): Use it, instead of
22784 gnus-group-real-prefix.
22785
22786 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22787
22788 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22789 w3m-safe-url-regexp variable buffer-local and set it as the value
22790 of mm-w3m-safe-url-regexp.
22791
22792 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22793
22794 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22795 parsing gnus-posting-styles when the message is not for replying.
22796
22797 * nnrss.el (nnrss-opml-export):
22798 Use mm-set-buffer-file-coding-system instead of
22799 set-buffer-file-coding-system.
22800
22801 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22802
22803 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22804 of checkdoc.el).
22805 * nnrss.el: do.
22806 * gnus-mlspl.el: do.
22807 * gnus-ml.el: do.
22808 * gnus-srvr.el: do.
22809
22810 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22811
22812 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22813
22814 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22815 Corrections to custom-manual links.
22816
22817 * gnus-art.el (gnus-article): Ditto.
22818
22819 * mm-decode.el (mime-display, mime-security): Ditto.
22820
22821 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22822
22823 * flow-fill.el: Typo.
22824
22825 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22826
22827 * spam-wash.el: New file.
22828
22829 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22830
22831 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22832
22833 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22834
22835 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22836 to be run with new-articles as LIST1, not LIST2.
22837 (spam-registration-functions): Add spam-use-ham-copy as a nil
22838 registration backend.
22839
22840 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22841
22842 * spam-stat.el (spam-stat-washing-hook): New option.
22843 (spam-stat-buffer-words): Use it.
22844 (spam-stat-process-directory, spam-stat-test-directory):
22845 Use insert-file-contents-literally.
22846 (spam-stat-coding-system): New variable.
22847 (spam-stat-load, spam-stat-save): Use it.
22848
22849 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22850
22851 * spam-report.el (spam-report-plug-agent):
22852 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22853
22854 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22855
22856 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22857 Allow / in mailto URLs.
22858
22859 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22860
22861 * spam-report.el (spam-report-process-queue): Fix interactive use.
22862 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22863 (spam-report-unplug-agent): Doc fixes.
22864 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22865 (spam-report-agentize, spam-report-deagentize):
22866 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22867
22868 * message.el (message-setup-fill-variables): Add mml tags to
22869 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22870 <ajk@iu.edu>.
22871 (message-mode): Don't modify paragraph-separate there.
22872
22873 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22874
22875 * compface.el (uncompface-use-external): Default to undecided.
22876 (uncompface-use-external-threshold): New variable.
22877 (uncompface-float-time): New macro.
22878 (uncompface): Determine whether to use the external decoder if
22879 uncompface-use-external is undecided.
22880
22881 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22882
22883 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22884 after images.
22885
22886 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22887
22888 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22889
22890 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22891
22892 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22893
22894 * gnus-sum.el (gnus-summary-limit-to-age)
22895 (gnus-summary-limit-children): do.
22896
22897 * gnus-int.el (gnus-request-scan): do.
22898
22899 * gnus-group.el (gnus-group-suspend): do.
22900
22901 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22902
22903 * gnus-cite.el (gnus-cite-parse-attributions): do.
22904
22905 * gnus-agent.el (gnus-summary-set-agent-mark)
22906 (gnus-agent-regenerate-group): do.
22907
22908 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22909
22910 * binhex.el (binhex-decode-region-internal): do.
22911
22912 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22913
22914 * gnus-fun.el (gnus-face-properties-alist): New user option.
22915 (gnus-display-x-face-in-from): Use it.
22916
22917 * gnus-art.el (article-display-face): Ditto.
22918
22919 * compface.el (uncompface-use-external): Default to nil.
22920
22921 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22922
22923 * nntp.el (nntp-erase-buffer): New function.
22924 (nntp-retrieve-data, nntp-send-command)
22925 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22926 (nntp-possibly-change-group): Use it.
22927
22928 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22929 Use with-current-buffer.
22930
22931 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22932
22933 * compface.el: Merge the ELisp-based uncompface program.
22934 (compface): New customization group.
22935 (uncompface-use-external): New user option.
22936 (uncompface): Call uncompface-internal if uncompface-use-external
22937 is nil.
22938 (uncompface-internal): New function. Note that there are also
22939 some other functions and variables added for this function.
22940
22941 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22942
22943 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22944 if necessary.
22945
22946 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22947
22948 * spam-report.el (spam-report-unplug-agent)
22949 (spam-report-plug-agent, spam-report-deagentize)
22950 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22951 Add support for the Agent in spam-report: when unplugged, report to a
22952 file; when plugged, submit all the requests.
22953
22954 * spam.el (spam-register-routine): Fix message about
22955 registration.
22956
22957 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22958
22959 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22960 dependencies.
22961 (rfc2047-encode): Use it.
22962
22963 * gnus-art.el (gnus-button-marker-list): Move before first
22964 reference.
22965
22966 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22967 (imap-parse-body): Fix format string mismatch.
22968
22969 * gnus-score.el (gnus-summary-increase-score): do.
22970
22971 * nnrss.el (nnrss-close): New function.
22972
22973 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22974
22975 * nnrss.el (nnrss-make-filename): New function.
22976 (nnrss-request-delete-group, nnrss-read-server-data)
22977 (nnrss-save-server-data, nnrss-read-group-data)
22978 (nnrss-save-group-data): Use it.
22979 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22980 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22981 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22982
22983 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22984
22985 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22986
22987 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22988
22989 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22990 files.
22991
22992 * message.el (message-generate-headers-first): Don't quote nil
22993 and t in docstrings.
22994
22995 * imap.el (imap-id): do.
22996
22997 * gnus-agent.el (gnus-agent-consider-all-articles)
22998 (gnus-agent-queue-mail): do.
22999
23000 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
23001
23002 * spam-report.el (spam-report-process-queue): New function.
23003 Process requests from `spam-report-requests-file'.
23004 (spam-report-process-queue): Doc fix.
23005
23006 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
23007
23008 * spam.el (spam-register-routine)
23009 (spam-log-processing-to-registry, spam-log-registered-p)
23010 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23011 Change "check" to "spam-check" for semi-clarity.
23012
23013 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23014
23015 * pop3.el: Require nnheader.
23016
23017 * mml-smime.el: Require cl. Autoload message-fetch-field.
23018
23019 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23020
23021 * gnus-picon.el: Require cl.
23022
23023 * gnus-fun.el: Require gnus-ems and gnus-util.
23024
23025 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23026
23027 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23028
23029 * gnus-art.el (gnus-article-edit-mode): Define before first
23030 reference.
23031
23032 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23033
23034 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23035 (gnus-uu-post-encoded): Use point-at-bol.
23036
23037 * gnus-topic.el (gnus-group-active-topic-p): do.
23038
23039 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23040
23041 * gnus-group.el (gnus-group-kill-region): do.
23042
23043 * gnus-art.el (article-date-ut): do.
23044
23045 * message.el (message-fetch-field): Remove redundant
23046 case-fold-search binding.
23047 (message-narrow-to-field): Simplify.
23048
23049 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23050
23051 * spam.el (spam-directory): Derive from `gnus-directory'.
23052
23053 * spam-report.el (spam-report-url-to-file)
23054 (spam-report-requests-file): New function and variable for offline
23055 reporting.
23056 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23057 and user defined function.
23058 (spam-report-url-ping-mm-url): Remove doubled slash.
23059
23060 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23061
23062 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23063
23064 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23065
23066 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23067 Fix format string mismatch.
23068
23069 * sieve.el (sieve-deactivate-all): do.
23070
23071 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23072
23073 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23074
23075 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23076
23077 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23078
23079 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23080
23081 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23082 the list of checks.
23083
23084 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23085
23086 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23087 padding.
23088
23089 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23090
23091 * mm-view.el (mm-fill-flowed): New variable.
23092 (mm-inline-text): Use it.
23093
23094 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23095
23096 * spam.el (spam-spamassassin-register-ham-routine)
23097 (spam-spamassassin-register-spam-routine): Fix function names.
23098
23099 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23100
23101 * gnus.el (gnus-tmp-grouplens): Remove.
23102 (gnus-summary-line-format): Remove grouplens.
23103
23104 * gnus-group.el (gnus-group-line-format): Ditto.
23105
23106 * gnus-spec.el (gnus-format-specs): Ditto.
23107 (gnus-update-format-specifications): Flush the group format spec
23108 cache if there's the grouplens stuff.
23109 (gnus-parse-simple-format): Replace %l with the empty string.
23110
23111 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23112
23113 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23114 omission.
23115
23116 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23117
23118 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23119 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23120
23121 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23122
23123 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23124 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23125 New macros and functions.
23126 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23127 Handle > NLINK_MAX messages.
23128 * nnmaildir.el (nnmaildir-request-set-mark):
23129 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23130
23131 2004-01-25 Alex Schroeder <alex@gnu.org>
23132
23133 * spam-stat.el (spam-stat-process-directory-age): New option.
23134 (spam-stat-process-directory): Use it.
23135
23136 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23137
23138 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23139 (spam-stat-save): Accept prefix argument.
23140
23141 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23142
23143 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23144 links" error.
23145
23146 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23147
23148 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23149 compatibility with old .newsrc.eld files.
23150
23151 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23152
23153 * gnus-start.el (gnus-1): do.
23154
23155 * gnus-group.el (gnus-group-line-format-alist): do.
23156
23157 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23158
23159 * gnus-gl.el: Remove.
23160
23161 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23162
23163 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23164 marks consisting of a single range {for example, (3 . 5)} rather
23165 than a list of a single range { ((3 . 5)) }.
23166
23167 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23168
23169 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23170 Use with-current-buffer.
23171 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23172 avoid consing a string.
23173
23174 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23175 Remove obsolete entries for big5 and gb2312.
23176
23177 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23178
23179 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23180 uncompressed list.
23181
23182 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23183
23184 * spam-stat.el (spam-stat-strip-xref): New function.
23185 (spam-stat-process-directory): Use it.
23186
23187 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23188 here -- it's done in message-fetch-field.
23189
23190 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23191
23192 * gnus-agent.el (gnus-agent-queue-mail)
23193 (gnus-agent-prompt-send-queue): New variables.
23194 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23195 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23196 "nndraft:queue" along to gnus-draft-send.
23197 Use gnus-agent-prompt-send-queue.
23198 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23199 is "nndraft:queue". Suggested by Gaute Strokkenes
23200 <gs234@srcf.ucam.org>
23201
23202 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23203 (agent-enable-undownloaded-faces): Add.
23204 (gnus-agent-cat-groups): Use eval-and-compile, not
23205 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23206 method of gnus-agent-cat-groups even when the buffer has been
23207 evalled.
23208 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23209 delete gnus-agent-save-active-1.
23210 (gnus-agent-save-groups): Delete. Identical to
23211 gnus-agent-save-active.
23212 (gnus-agent-write-active): No longer adjust agent's copy of active
23213 file as agent's adjustments are now stored in their own
23214 file. Remove optional parameter.
23215 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23216 servers. Add use of min/max range limits from server's local
23217 file.
23218 (gnus-agent-save-alist): Remove unused optional argument.
23219 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23220 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23221 (gnus-agent-set-local): A per-server file that keeps min/max range
23222 limits for articles known to the agent. Provides a fast mechanism
23223 for altering many active ranges.
23224 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23225 active file (local makes it unnecessary).
23226 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23227
23228 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23229 (agent-enable-undownloaded-faces): Add.
23230
23231 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23232 disable it when sending to "nndraft:queue".
23233 (gnus-group-send-queue): Add safety check to avoid sending queue
23234 when unplugged.
23235
23236 * gnus-group.el (gnus-group-catchup): Use new
23237 gnus-sequence-of-unread-articles, not
23238 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23239 numbers of articles. Use gnus-range-map to avoid having to
23240 uncompress the unread list.
23241 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23242 Fix invalid ange-ftp reference.
23243
23244 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23245 (gnus-sorted-range-intersection): Intersection of two ranges
23246 without requiring that they first be uncompressed.
23247
23248 * gnus-start.el (gnus-activate-group): Unless blocked by the
23249 caller, possibly expand the active range to include both cached
23250 and agentized articles.
23251 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23252 multiple version-dependent converters.
23253 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23254 gnus-agent-save-active.
23255 (gnus-save-newsrc-file): Save dirty agent range limits.
23256
23257 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23258 gnus-agent-possibly-alter-active.
23259 (gnus-adjust-marked-articles): Faster handling of simple lists.
23260
23261 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23262
23263 * spam-stat.el (spam-stat-test-directory): New optional argument
23264 displays a list of files detected. Suggested by Andrew Cohen
23265 <cohen@andy.bu.edu>.
23266 (spam-stat-buffer-words-with-scores): Don't narrow and change
23267 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23268
23269 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23270
23271 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23272 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23273 (spam-spamassassin-arguments)
23274 (spam-spamassassin-spam-flag-header)
23275 (spam-spamassassin-positive-spam-flag-header)
23276 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23277 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23278 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23279 (spam-list-of-processors, spam-list-of-checks)
23280 (spam-list-of-statistical-checks, spam-registration-functions)
23281 (spam-check-spamassassin-headers, spam-check-spamassassin)
23282 (spam-spamassassin-score)
23283 (spam-spamassassin-register-with-sa-learn)
23284 (spam-spamassassin-register-spam-routine)
23285 (spam-spamassassin-register-ham-routine)
23286 (spam-assassin-register-spam-routine)
23287 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23288 (spam-bogofilter-score): Fix to show article before scoring.
23289
23290 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23291
23292 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23293 default scoring function.
23294 (spam-generic-score): Call spam-spamassassin-score if
23295 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23296 spam-bogofilter-score otherwise.
23297
23298 * gnus.el (spam-process, spam-autodetect-methods):
23299 Add spamassassin and spamassassin-headers.
23300
23301 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23302
23303 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23304 Suppress unnecessary messages.
23305
23306 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23307
23308 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23309 make-hash-table.
23310
23311 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23312
23313 * canlock.el (base64-encode-string): Don't autoload it.
23314
23315 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23316
23317 * run-at-time.el: Remove useless (require 'itimer),
23318 eval-and-compile and (featurep 'xemacs).
23319
23320 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23321
23322 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23323 GROUP is a virtual group.
23324
23325 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23326
23327 * gnus.el: Autoload `message-y-or-n-p'.
23328
23329 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23330
23331 * pgg-parse.el: Remove unnecessary (require 'custom).
23332
23333 * pgg-def.el: do.
23334
23335 * nnmail.el: do.
23336
23337 * gnus-undo.el: do.
23338
23339 * gnus-picon.el: do.
23340
23341 * gnus-util.el: do.
23342
23343 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
23344
23345 * gnus-sum.el (gnus-pick-line-number): Add autoload.
23346
23347 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
23348
23349 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23350 handle, as well as a list.
23351
23352 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23353 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23354 (mm-w3m-cid-retrieve): Simplify.
23355
23356 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
23357
23358 * message.el (message-kill-to-signature): Allow prefix arg to
23359 specify number of lines to keep before signature.
23360
23361 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
23362
23363 * message.el (message-kill-to-signature): Change docstring.
23364
23365 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
23366
23367 * canlock.el: Always require sha1-el.
23368 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23369
23370 * message.el: Autoload sha1 only when compiling.
23371
23372 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23373
23374 * message.el (message-canlock-generate): Require sha1-el.
23375
23376 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23377
23378 * message.el (message-expand-name): Silence the byte compiler.
23379
23380 2004-01-13 Simon Josefsson <jas@extundo.com>
23381
23382 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23383 Invoke gnus-score-mode.
23384 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23385
23386 * gnus-range.el (gnus-compress-sequence): Doc fix.
23387 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23388
23389 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23390
23391 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23392
23393 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23394
23395 * spam.el (spam-get-article-as-string): Update to use
23396 gnus-request-article-this-buffer, much simpler.
23397 (spam-get-article-as-buffer): Remove.
23398
23399 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23400
23401 * message.el (message-expand-name): Use EUDC if the user uses that.
23402
23403 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23404
23405 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23406 character for the encoding to avoid consing a string.
23407
23408 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23409 unnecessarily.
23410
23411 * mm-util.el (mm-replace-chars-in-string): Remove.
23412
23413 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23414 of mm-replace-chars-in-string.
23415
23416 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23417
23418 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23419
23420 * mm-util.el (mm-subst-char-in-string): Support inplace.
23421
23422 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23423 a new string in every iteration. Use shy groups.
23424
23425 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23426
23427 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23428 * gnus-soup.el (gnus-soup-group-brew):
23429 * gnus-msg.el (gnus-put-message):
23430 * gnus-move.el (gnus-group-move-group-to-server):
23431 * gnus-kill.el (gnus-batch-score):
23432 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23433 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23434 (gnus-group-update-group, gnus-group-read-group)
23435 (gnus-group-make-group, gnus-group-make-help-group)
23436 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23437 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23438 (gnus-group-sort-by-unread, gnus-group-catchup)
23439 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23440 (gnus-group-yank-group, gnus-group-set-info)
23441 (gnus-group-list-groups):
23442 * gnus.el (gnus-generate-new-group-name):
23443 * gnus-delay.el (gnus-delay-send-queue):
23444 * nnvirtual.el (nnvirtual-catchup-group):
23445 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23446 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23447 (gnus-group-prepare-topics, gnus-topic-check-topology):
23448 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23449 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23450 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23451 (gnus-group-make-articles-read):
23452 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23453 (gnus-group-change-level, gnus-kill-newsgroup)
23454 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23455 (gnus-get-unread-articles, gnus-make-articles-unread)
23456 (gnus-make-ascending-articles-unread): Use accessor
23457 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23458 to get group information for improved readability.
23459
23460 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23461
23462 * gnus-art.el (article-decode-mime-words, article-babel)
23463 (gnus-article-highlight-signature, gnus-article-add-buttons)
23464 (gnus-signature-toggle): Use gnus-with-article-buffer.
23465
23466 * gnus-art.el (gnus-article-highlight-headers)
23467 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23468
23469 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23470 (gnus-article-set-globals, gnus-request-article-this-buffer)
23471 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23472 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23473 (gnus-mime-display-alternative): Use with-current-buffer.
23474
23475 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23476
23477 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23478 also under 80 char limit, and call gnus-error if needed.
23479 (spam-fetch-article-header): Fix - it was a
23480 buffer-local variable (gnus-newsgroup-data).
23481 (spam-find-spam): Use spam-generate-fake-headers, forget about
23482 spam-insert-fake-headers.
23483 (spam-insert-fake-headers): Remove.
23484
23485 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23486
23487 * deuglify.el (gnus-article-outlook-unwrap-lines)
23488 (gnus-outlook-rearrange-article)
23489 (gnus-outlook-repair-attribution-outlook)
23490 (gnus-outlook-repair-attribution-block)
23491 (gnus-outlook-repair-attribution-other): Remove redundant
23492 save-excursion.
23493
23494 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23495
23496 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23497 (spam-fetch-field-subject-fast)
23498 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23499 (spam-fetch-article-header): Add functions to deal with Gnus
23500 internals for fast retrieval of article header data.
23501 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23502
23503 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23504
23505 * pop3.el (pop3-md5): Remove.
23506 (pop3-apop): Replace pop3-md5 with md5.
23507
23508 * mm-bodies.el: base64 is always built-in.
23509
23510 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23511 Use with-current-buffer.
23512
23513 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23514
23515 * canlock.el (canlock-insert-header): Remove excessive grouping in
23516 regexp.
23517
23518 * gnus-sum.el (gnus-summary-read-document): Ditto.
23519
23520 * gnus-uu.el (gnus-uu-part-number): Ditto.
23521
23522 * html2text.el (html2text-remove-tags): Ditto.
23523 (html2text-format-tags): Ditto.
23524 (html2text-format-single-elements): Ditto.
23525
23526 * mml.el (mml-parse-1): Ditto.
23527
23528 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23529
23530 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23531
23532 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23533
23534 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23535
23536 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23537
23538 2003-11-15 Simon Josefsson <jas@extundo.com>
23539
23540 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23541 (pgg-gpg-lookup-key): Use regexp match instead of
23542 split-string (split-string is different between emacs 21.2 and
23543 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23544
23545 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23546
23547 * gnus-art.el (gnus-mime-view-all-parts)
23548 (gnus-article-part-wrapper, gnus-article-view-part):
23549 Use with-current-buffer.
23550
23551 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23552
23553 * spam.el (spam-disable-spam-split-during-ham-respool)
23554 (spam-spamoracle-database, spam-cache-lookups)
23555 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23556 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23557 (spam-group-ham-marks, spam-group-spam-marks)
23558 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23559 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23560 also add spam-use-blackholes to the statistical checks.
23561 (spam-fetch-field-fast): Add interface to fetching fields, may
23562 become a macro.
23563 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23564 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23565 (spam-insert-fake-headers): Fake an article when needed.
23566 (spam-find-spam): Fake article when possible.
23567 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23568 (spam-check-bogofilter-headers): Use message-fetch-field instead
23569 of nnmail-fetch-field.
23570
23571 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23572
23573 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23574
23575 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23576
23577 * spam.el (spam-split): Do not require spam-use-CHECK to be
23578 enabled if that check is passed to spam-split explicitly; also
23579 fix so 'spam doesn't get converted to spam-split-group when
23580 spam-split-symbolic-return is t.
23581 (spam-find-spam): Find registrations of the article and use those
23582 instead of re-running spam-split to find the spam/ham
23583 classification of the article.
23584 (spam-log-processing-to-registry, spam-log-registered-p)
23585 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23586 Use gnus-error instead of gnus-message.
23587 (spam-log-registration-type): Add function to determine the
23588 classification of a message based on registry entries; will
23589 return nil if both 'spam and 'ham are found.
23590 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23591 a reasonably fast local cache without the loading errors.
23592 (spam-cache-lookups): Set to t by default.
23593 (spam-find-spam): Don't try to guess spam-cache-lookups.
23594 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23595 spam-caches entry.
23596 (spam-filelist-build-cache, spam-filelist-check-cache):
23597 Fix caching of whitelist/blacklist entries.
23598 (spam-check-whitelist, spam-check-blacklist):
23599 Invoke spam-from-listed-p with a type, not a cache variable.
23600 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23601
23602 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23603
23604 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23605
23606 * nnmail.el (nnmail-split-fancy): do.
23607
23608 * mml.el (mml-parse): do.
23609
23610 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23611 (gnus-score-adaptive): do.
23612
23613 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23614
23615 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23616 (gnus-mime-button-map): Don't set keymap parent.
23617 (gnus-button-ctan-directory-regexp): Use shy grouping.
23618 (gnus-prev-page-map): Don't set keymap parent.
23619 (gnus-prev-page-map): Remove duplicated one.
23620 (gnus-next-page-map): Don't set keymap parent.
23621 (gnus-mime-security-button-map): Ditto.
23622
23623 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23624 version number.
23625
23626 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23627
23628 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23629
23630 * canlock.el (canlock-sha1-function): Remove.
23631 (canlock-sha1-function-for-verify): Remove.
23632 (canlock-openssl-program): Remove.
23633 (canlock-openssl-args): Remove.
23634 (canlock-ignore-errors): Remove.
23635 (canlock-sha1-with-openssl): Remove.
23636 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23637 (canlock-verify): Don't use canlock-ignore-errors.
23638
23639 * sha1-el.el (sha1-string-external): Make it can return a string
23640 in binary form.
23641 (sha1-region-external): Ditto.
23642 (sha1-string-internal): Ditto.
23643 (sha1-region-internal): Ditto.
23644 (sha1-region): Ditto.
23645 (sha1-string): Ditto.
23646 (sha1): Ditto.
23647
23648 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23649
23650 * spam.el (spam-report-articles-gmane): New command.
23651
23652 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23653
23654 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23655
23656 * run-at-time.el (run-at-time-saved): Remove.
23657 (run-at-time): Doc fix.
23658
23659 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23660
23661 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23662 (gnus-summary-limit-map): Add it.
23663 (gnus-summary-make-menu-bar): do.
23664
23665 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23666
23667 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23668 Make attempt at some caching support (done for BBDB only now).
23669 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23670 addresses to be checked.
23671 (spam-clear-cache-BBDB): Add function, to be invoked by
23672 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23673 (spam-check-BBDB): Check and use the caches, if
23674 spam-cache-lookups is on, remove superfluous (provide).
23675
23676 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23677
23678 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23679
23680 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23681
23682 * run-at-time.el (run-at-time-saved): Move to after the definition
23683 of `run-at-time'.
23684
23685 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23686
23687 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23688 mm-w3m-local-map-property.
23689
23690 * mm-view.el (mm-w3m-mode-map): Remove.
23691 (mm-w3m-local-map-property): Remove.
23692 (mm-inline-text-html-render-with-w3m): Don't use
23693 mm-w3m-local-map-property.
23694
23695 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23696
23697 * run-at-time.el: New file.
23698
23699 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23700 of gnus-set-text-properties.
23701
23702 * gnus-uu.el (gnus-uu-save-article): Ditto.
23703
23704 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23705
23706 * gnus-cite.el (gnus-cite-parse): Ditto.
23707
23708 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23709 of gnus-.
23710
23711 * gnus.el: Change calls to nnheader-run-at-time and
23712 password-run-at-time throughout to use run-at-time directly.
23713
23714 * password.el: Remove definition of run-at-time.
23715
23716 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23717
23718 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23719 in prompt.
23720
23721 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23722
23723 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23724 XEmacs version.
23725
23726 * dns.el (dns-make-network-process): Use `open-network-stream'
23727 instead of `gnus-xmas-open-network-stream'.
23728
23729 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23730
23731 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23732
23733 * gnus-art.el (gnus-mime-display-alternative)
23734 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23735 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23736 Don't use gnus-local-map-property.
23737
23738 * gnus-util.el (gnus-local-map-property): Remove.
23739
23740 * mm-view.el (mm-view-pkcs7-decrypt):
23741 Replace gnus-completing-read-maybe-default with completing-read.
23742
23743 * gnus-util.el (gnus-completing-read): do.
23744 (gnus-completing-read-maybe-default): Remove.
23745
23746 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23747
23748 * password.el: Only autoload `run-at-time' if not XEmacs.
23749 Only autoload the itimer functions if XEmacs.
23750
23751 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23752
23753 * gnus-art.el (gnus-read-string): Remove.
23754 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23755 read-string.
23756
23757 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23758
23759 * netrc.el: Autoload password-read.
23760 (netrc): Add configuration group.
23761 (netrc-encoding-method, netrc-openssl-path):
23762 Add variables for encoding and decoding of files with symmetric
23763 ciphers.
23764 (netrc-encode): Add assistant function to encode a file with
23765 netrc-encoding-method.
23766 (netrc-parse): Add interactive parameter, added optional
23767 decoding if netrc-encoding-method is non-nil but otherwise
23768 behavior is standard.
23769 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23770 Do s/encode/encrypt/ everywhere.
23771
23772 * spam.el: Remove executable-find autoload.
23773
23774 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23775
23776 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23777
23778 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23779
23780 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23781
23782 * gnus-art.el (gnus-treat-ansi-sequences)
23783 (article-treat-ansi-sequences): New variable and function.
23784 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23785
23786 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23787 Use it.
23788
23789 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23790
23791 * mm-util.el (mm-quote-arg): Remove.
23792
23793 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23794 shell-quote-argument.
23795
23796 * gnus-uu.el (gnus-uu-command): do.
23797
23798 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23799
23800 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23801 with make-char.
23802
23803 * mm-util.el (mm-make-char): Remove.
23804
23805 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23806 add-minor-mode.
23807
23808 * gnus-undo.el (gnus-undo-mode): do.
23809
23810 * gnus-topic.el (gnus-topic-mode): do.
23811
23812 * gnus-sum.el (gnus-dead-summary-mode): do.
23813
23814 * gnus-start.el (gnus-slave-mode): do.
23815
23816 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23817
23818 * gnus-ml.el (gnus-mailing-list-mode): do.
23819
23820 * gnus-gl.el (gnus-grouplens-mode): do.
23821
23822 * gnus-draft.el (gnus-draft-mode): do.
23823
23824 * gnus-dired.el (gnus-dired-mode): do.
23825
23826 * gnus-ems.el (gnus-add-minor-mode): Remove.
23827
23828 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23829 Replace gnus-char-width with char-width.
23830
23831 * gnus-ems.el (gnus-char-width): Remove.
23832
23833 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23834 Replace gnus-char-width with char-width.
23835
23836 * gnus-ems.el (gnus-char-width): Remove.
23837
23838 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23839 definition.
23840 Remove Emacs 20 hash table compatibility code.
23841
23842 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23843 20 compatibility code.
23844
23845 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23846
23847 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23848
23849 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23850 Replace with point-at-{eol,bol}.
23851
23852 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23853
23854 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23855
23856 * flow-fill.el (fill-flowed-point-at-bol)
23857 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23858
23859 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23860 Replace with point-at-{eol,bol} throughout all files.
23861
23862 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23863
23864 * ntlm.el (ntlm-string-as-unibyte): New macro.
23865 (ntlm-build-auth-response): Use it.
23866
23867 Remove Emacs 20 stuff:
23868 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23869 of delq and copy-sequence.
23870 * gnus-art.el (popup-menu): Remove the compiler macro.
23871 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23872 Emacs 20.
23873
23874 2004-01-05 Simon Josefsson <jas@extundo.com>
23875
23876 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23877 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23878 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23879 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23880 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23881 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23882 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23883 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23884 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23885 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23886 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23887 string-xor into ntlm-string-xor.
23888 Suggested by Jesper Harder <harder@myrealbox.com>.
23889
23890 * ntlm.el: Don't include poem.
23891
23892 * md4.el (print-int32, print-string-hexa): Remove.
23893 Suggested by Jesper Harder <harder@myrealbox.com>.
23894
23895 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23896
23897 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23898 probably breaks emacs with DL patch, but do we care? Is anyone
23899 still using the DL stuff?)
23900
23901 * sieve-manage.el: Use the password package.
23902 (sieve-manage-read-passwd): Remove.
23903 (sieve-manage-interactive-login): Use password. Re-add
23904 condition-case around loop.
23905
23906 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23907 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23908 Use the password package.
23909
23910 2003-02-19 Simon Josefsson <jas@extundo.com>
23911
23912 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23913 token.
23914
23915 2002-08-07 Simon Josefsson <jas@extundo.com>
23916
23917 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23918 (sieve-manage-authenticators):
23919 (sieve-manage-authenticator-alist): Add some SASL mechs.
23920 (sieve-sasl-auth): New function.
23921 (sieve-manage-cram-md5-auth):
23922 (sieve-manage-plain-auth): Rewrite using SASL library.
23923 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23924 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23925 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23926 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23927
23928 2004-01-05 Simon Josefsson <jas@extundo.com>
23929
23930 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23931 New files.
23932
23933 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23934
23935 * gnus-group.el (gnus-no-groups-message): Update.
23936
23937 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23938
23939 2003-11-09 Simon Josefsson <jas@extundo.com>
23940
23941 * imap.el: Support for ID IMAP extension (RFC 2971).
23942 (imap-local-variables): Add imap-id.
23943 (imap-id): New variable.
23944 (imap-id): New function.
23945 (imap-parse-response): Parse untagged ID response.
23946 * nnimap.el (nnimap-id): New variable.
23947 (nnimap-open-connection): Use it.
23948
23949 2003-12-28 Simon Josefsson <jas@extundo.com>
23950
23951 * gnus-score.el (gnus-score-edit-all-score): New.
23952 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23953
23954 2004-01-04 Simon Josefsson <jas@extundo.com>
23955
23956 * password.el: Add.
23957
23958 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23959
23960 * dns.el (dns-query-types): Fix typo.
23961 (dns-query-types): New function.
23962 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23963 PTR and SOA replies, see RFC 1035.
23964
23965 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23966
23967 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23968
23969 * Move to Changelog.2.
23970
23971 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23972
23973 * gnus.el (gnus-version-number): Bump version.
23974
23975 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23976
23977 * gnus.el: No Gnus v0.1 is released.
23978
23979 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23980
23981 * gnus.el: No Gnus v0.0 is released.
23982
23983 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23984
23985 * gnus.el (gnus-version-number): Bump.
23986 (gnus-version): No.
23987
23988 See ChangeLog.2 for earlier changes.
23989
23990 Copyright (C) 2004-2013 Free Software Foundation, Inc.
23991
23992 This file is part of GNU Emacs.
23993
23994 GNU Emacs is free software: you can redistribute it and/or modify
23995 it under the terms of the GNU General Public License as published by
23996 the Free Software Foundation, either version 3 of the License, or
23997 (at your option) any later version.
23998
23999 GNU Emacs is distributed in the hope that it will be useful,
24000 but WITHOUT ANY WARRANTY; without even the implied warranty of
24001 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24002 GNU General Public License for more details.
24003
24004 You should have received a copy of the GNU General Public License
24005 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24006
24007 ;; Local Variables:
24008 ;; coding: utf-8
24009 ;; fill-column: 79
24010 ;; add-log-time-zone-rule: t
24011 ;; End: