]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.com
[gnu-emacs] / lisp / gnus / ChangeLog
1 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
2
3 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
4 (gnus-backend-trace): Honour gnus-backend-trace.
5
6 * mml.el (mml-insert-part): Insert closing tag.
7
8 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
9
10 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
12 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
13 able to find the article, which can happen in debbugs groups,
14 apparently.
15
16 2013-01-16 Glenn Morris <rgm@gnu.org>
17
18 * smiley.el (smiley-style): Make the file loadable in batch mode.
19
20 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
23 imap process running.
24
25 2013-01-14 Julien Danjou <julien@danjou.info>
26
27 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
28 Compare addresses against addresses, not against the full From field.
29
30 2013-01-13 Richard Stallman <rms@gnu.org>
31
32 * message.el (message-forward-make-body-mime): New args BEG, END
33 specify what part of FORWARD-BUFFER to use. Do the work directly
34 instead of calling `mml-insert-buffer'.
35
36 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
37
38 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
39 cross-reference(s).
40
41 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
42 cross-reference(s).
43
44 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
45
46 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
47 and point-max-marker.
48 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
49
50 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
51
52 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
53 to mml2015-encrypt-to-self.
54 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
55
56 2013-01-09 Daiki Ueno <ueno@gnu.org>
57
58 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
59 mml-smime-epg-find-usable-secret-key.
60
61 2013-01-08 Glenn Morris <rgm@gnu.org>
62
63 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
64
65 2013-01-07 Daiki Ueno <ueno@gnu.org>
66
67 * mml-smime.el: Support signing by sender.
68 Requested by Uwe Brauer.
69 (mml-smime-sign-with-sender): New user option analogous
70 to mml2015-sign-with-sender.
71 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
72 (mml-smime-epg-find-usable-secret-key): New helper function copied from
73 mml2015.el.
74
75 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
76
77 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
78 isn't running, because Gnus will probably not know how to handle the
79 Gcc header (bug#11941).
80
81 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
82 articles.
83
84 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
85
86 * nnfolder.el (nnfolder-recursive-directory-files): New function.
87 (nnfolder-generate-active-file): Make this function work with recursive
88 folder names.
89
90 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
91
92 * nntp.el (nntp-open-connection): Use HELP as the capability command
93 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
94 unknown commands. And CAPABILITY is an unknown command (bug#12763).
95
96 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
97
98 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
99 place holder since this gives `Invalid face reference: nil' messages.
100 Use the `default' face instead. It has the same effect here, even
101 though it is not no-op.
102
103 * gnus-util.el
104 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
105
106 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
107
108 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
109 non-string posting styles (bug#13285).
110
111 2012-12-27 Glenn Morris <rgm@gnu.org>
112
113 * plstore.el (plstore-passphrase-callback-function):
114 Use plstore-get-file.
115
116 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
117
118 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
119 stderr.
120
121 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
122 group is nil.
123
124 * shr.el (shr-tag-em): Render as italic, not bold.
125
126 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
127
128 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
129
130 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
131
132 * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
133 temporary file to get PGP key image. Pass no-show-photos when extracting
134 image to avoid having it pop up twice.
135
136 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
137
138 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
139 eligible for treatment.
140
141 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
142 lines. This makes summary commands with hidden threads work more
143 reliably.
144
145 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
146 button to mark the hidden citations (bug#9395).
147
148 2012-12-26 Daiki Ueno <ueno@gnu.org>
149
150 * mml2015.el (mml2015-epg-signature-to-string): New function.
151 (mml2015-epg-verify-result-to-string): New function.
152 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
153 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
154 instead of epg-verify-result-to-string.
155 (epg-signature-key-id, epg-signature-to-string): Autoload.
156 (epg-verify-result-to-string): Remove autoload.
157
158 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
159
160 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
161 ID image from GPG public key.
162 (mml2015-epg-key-image-to-string): New function.
163
164 2012-12-25 Leo Liu <sdl.web@gmail.com>
165
166 * plstore.el (plstore-passphrase-callback-function): Fix error when
167 error when plstore-cache-passphrase-for-symmetric-encryption is set
168 (bug#13264).
169
170 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
171
172 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
173 buffer to the article buffer here, because that clobbers multiple
174 article buffers.
175
176 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
177 buffer always points to the right summary buffer.
178
179 2012-12-25 John Wiegley <jwiegley@gmail.com>
180
181 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
182 the password (bug#12097).
183
184 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
185
186 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
187 (bug#13263).
188
189 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
190 buffer exists before using it (bug#12475).
191
192 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
193 offline groups (bug#11937).
194
195 * message.el (message-yank-original): When using customize to set the
196 value of `message-cite-style', the variable it set to a symbol that's
197 the name of the variable, which must then be dereferenced (bug#12616).
198
199 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
200
201 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
202 the `face' property with a list whose car is the face specified in the
203 format string and whose cdr is (nil).
204 * lisp/gnus-util.el
205 (gnus-put-text-property-excluding-characters-with-faces):
206 Change accordingly.
207 (gnus-get-text-property-excluding-characters-with-faces): New function.
208 * lisp/gnus-sum.el (gnus-summary-highlight-line):
209 * lisp/gnus-salt.el (gnus-tree-highlight-node):
210 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
211
212 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
213
214 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
215 login methods.
216 (nnimap-login): Respect the `nnimap-authenticator' variable.
217
218 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
219 mark state when moving articles. Otherwise unticked articles will get
220 their ticks back after moving.
221
222 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
223
224 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
225
226 * message.el (message-ignored-news-headers): Always remove
227 X-Message-SMTP-Method to avoid information leakage if the user
228 mistakenly inserts the header into news messages.
229
230 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
231
232 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
233 right than four characters, this command would move point to
234 `point-max'. Don't do that.
235
236 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
237 to nil to allow re-selecting groups that gain articles.
238 (gnus-bug-group-download-format-alist): Update the URL.
239
240 2012-12-23 Andreas Schwab <schwab@suse.de>
241
242 * shr.el (shr-tag-em): Render em as italic, not bold.
243
244 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
245
246 * gnus-int.el (gnus-backend-trace): Factor out into its own function
247 for reuse.
248 (gnus-open-server): Use it to add more tracing.
249 (gnus-finish-retrieve-group-infos): Add backend tracing.
250 (gnus-backend-trace): Also note the elapsed seconds.
251
252 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
253
254 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
255 Set epa-file-encrypt-to from variable to avoid querying.
256
257 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
258
259 * sieve-mode.el (sieve-font-lock-keywords):
260 Keywords should be word delimited. (Bug#13173)
261
262 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
263
264 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
265 instead of <pre> to align message header.
266
267 2012-12-12 Sam Steingold <sds@gnu.org>
268
269 * gnus.el (gnus-other-frame-resume-function): Add user option.
270 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
271
272 2012-12-06 Sam Steingold <sds@gnu.org>
273
274 * gnus-start.el (gnus-before-resume-hook): Add.
275 (gnus-1): Run it when Gnus is alive.
276
277 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
278
279 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
280 * gnus-art.el (article-unsplit-urls)
281 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
282 * gnus-registry.el (gnus-registry-get-article-marks)
283 * message.el (message-goto-body): Use it.
284 (message-called-interactively-p): Remove.
285
286 * spam-stat.el (spam-stat-called-interactively-p): New macro.
287 (spam-stat-score-buffer): Use it.
288
289 * spam.el: Silence the warnings against BBDB functions when compiling.
290
291 * gnus-score.el (gnus-score-decode-text-parts):
292 Use append+mapcar instead of the cl function mapcan.
293
294 * gmm-utils.el (gmm-flet): Remove.
295
296 * gnus-sync.el (gnus-sync-lesync-call):
297 Avoid overriding json-alist-p.
298
299 * message.el (message-read-from-minibuffer):
300 Avoid overriding mail-abbrev-in-expansion-header-p.
301
302 2012-12-05 Sam Steingold <sds@gnu.org>
303
304 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
305 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
306 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
307
308 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
309
310 * gmm-utils.el (gmm-called-interactively-p): Revert.
311 This seems to cause Emacs to get stuck!
312 * gnus-art.el (article-unsplit-urls)
313 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
314 * gnus-registry.el (gnus-registry-get-article-marks)
315 * message.el (message-goto-body)
316 (message-called-interactively-p): Revert.
317
318 * gmm-utils.el (gmm-called-interactively-p): New function.
319 * gnus-art.el (article-unsplit-urls)
320 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
321 * gnus-registry.el (gnus-registry-get-article-marks)
322 * message.el (message-goto-body): Use it.
323 (message-called-interactively-p): Remove.
324
325 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
326 * gnus-sync.el (gnus-sync-lesync-call)
327 * message.el (message-read-from-minibuffer): Use it.
328
329 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
330
331 * gmm-utils.el (gmm-flet): Remove.
332 * gnus-sync.el (gnus-sync-lesync-call)
333 * message.el (message-read-from-minibuffer): Don't use it.
334
335 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
336
337 * gmm-utils.el (gmm-labels): Use cl-labels if available.
338
339 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
340
341 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
342
343 * gnus-sync.el (gnus-sync-lesync-call)
344 * message.el (message-read-from-minibuffer): Use gmm-flet.
345
346 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
347
348 * gnus-util.el (gnus-macroexpand-all): Remove.
349
350 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
351
352 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
353 to TAB, not [tab].
354 (gnus-summary-article-map): Likewise.
355
356 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
357 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
358
359 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
360
361 * message.el (message-get-reply-headers):
362 Make sure the reply goes to the author if it is a wide reply.
363
364 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
365
366 * gnus-score.el (gnus-score-body):
367 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
368 scoring by body.
369
370 2012-11-16 Glenn Morris <rgm@gnu.org>
371
372 * gnus-diary.el (nndiary-request-create-group-functions)
373 (nndiary-request-update-info-functions)
374 (gnus-subscribe-newsgroup-functions)
375 (nndiary-request-accept-article-functions):
376 Use new names for hooks rather than obsolete aliases.
377
378 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
379
380 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
381 in meta tag with the one the part specifies in its header.
382
383 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
384
385 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
386 by default.
387
388 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 New UIDL implementation.
391
392 * mail-source.el (mail-sources, mail-source-keyword-map):
393 Add :leave as a pop3 keyword.
394 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
395
396 * pop3.el (pop3-leave-mail-on-server): Allow number.
397 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
398 (pop3-movemail): Add UIDL support.
399 (pop3-send-streaming-command): Take a list of mail numbers instead of
400 the number of mails.
401 (pop3-write-to-file): Add X-UIDL header.
402 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
403 (pop3-uidl-add-xheader): New functions.
404
405 * message.el (message-ignored-resent-headers):
406 Add X-Content-Length and X-UIDL headers.
407
408 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * nndiary.el (nndiary-request-create-group-functions)
411 (nndiary-request-update-info-functions)
412 (nndiary-request-accept-article-functions):
413 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
414 "-hooks" suffix.
415
416 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
417
418 * starttls.el (starttls-extra-arguments): Doc fix.
419
420 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
421
422 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
423 it.
424
425 2012-10-06 Glenn Morris <rgm@gnu.org>
426
427 * gnus-notifications.el (gnus-notifications):
428 Add missing group :version tag.
429 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
430 (gnus-gcc-post-body-encode-hook):
431 * gnus-sync.el (gnus-sync-lesync-name)
432 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
433
434 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
435
436 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
437 a user about whether to delete temp files if once a user answered as n.
438
439 2012-09-17 Richard Stallman <rms@gnu.org>
440
441 * message.el (message-in-body-p): Don't set mark or modify buffer.
442
443 * mml.el (mml-attach-file): Doc fix.
444 (mml-attach-external, mml-attach-buffer, mml-attach-file):
445 Set mail-encode-mml when in Mail mode.
446 Simplify code to set HEAD and move back to HEAD.
447 (mml-insert-multipart, mml-insert-part):
448 Set mail-encode-mml when in Mail mode.
449
450 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
451
452 * gnus-util.el (gnus-timer--function): New function.
453
454 * gnus-art.el (gnus-article-stop-animations): Use it.
455
456 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
457
458 Fix glitches caused by addition of psec to timers.
459 * gnus-art.el (gnus-article-stop-animations): Use timer--function
460 rather than raw access to timer vector.
461
462 2012-09-11 Julien Danjou <julien@danjou.info>
463
464 * gnus-notifications.el (gnus-notifications): Check for nil values in
465 ignored addresses check.
466
467 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
470
471 2012-09-07 Chong Yidong <cyd@gnu.org>
472
473 * gnus-util.el
474 (gnus-put-text-property-excluding-characters-with-faces): Restore.
475
476 * gnus-salt.el (gnus-tree-highlight-node):
477 * gnus-sum.el (gnus-summary-highlight-line):
478 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
479
480 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
481
482 * gnus-util.el: Fix compilation error on XEmacs 21.4.
483
484 2012-09-06 Juri Linkov <juri@jurta.org>
485
486 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
487 scheme for buffer names to be more consistent with other group and
488 article buffer names in Gnus.
489
490 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
491
492 * gnus-util.el
493 (gnus-put-text-property-excluding-characters-with-faces): Remove.
494
495 * gnus-compat.el: Define compat function `add-face' from Wolfgang
496 Jenkner.
497
498 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
499
500 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
501
502 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
503
504 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
505
506 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
507 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
508
509 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
510 string-prefix-p in Emacs >=23.2.
511
512 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
513 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
514 instead of string-match-p.
515 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
516
517 2012-09-06 Kenichi Handa <handa@gnu.org>
518
519 * qp.el (quoted-printable-decode-region): Fix previous change; handle
520 lowercase a..f.
521
522 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
523
524 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
525
526 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
527
528 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
529 TIME is set.
530
531 2012-09-05 Juri Linkov <juri@jurta.org>
532
533 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
534 than one group at a time (bug#11961).
535
536 2012-09-05 Julien Danjou <julien@danjou.info>
537
538 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
539 this hide the real reason with a message giving absolutely no hint.
540
541 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
542
543 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
544 to the backend (bug#11804).
545
546 * message.el (message-insert-newsgroups): Don't insert newsgroup
547 duplicates (bug#12275).
548
549 2012-09-05 John Wiegley <johnw@newartisans.com>
550
551 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
552 sieve rules.
553
554 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
555
556 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
557 function.
558
559 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
560
561 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
562
563 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
564
565 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
566 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
567 This should make nnmaildir more usable with offlineimap.
568
569 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
570
571 * gnus-notifications.el (gnus-notifications-notify): Use it.
572
573 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
574 warnings on XEmacs.
575
576 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
577
578 Better seeds for (random).
579 * gnus-sync.el (gnus-sync-lesync-setup):
580 * message.el (message-canlock-generate, message-unique-id):
581 Change (random t) to (random), now that the latter is more random.
582
583 2012-08-31 Dave Abrahams <dave@boostpro.com>
584
585 * auth-source.el (auth-sources): Fix macos keychain access.
586
587 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
588 allow the backend `request-head' function to determine the group
589 name on its own.
590 (gnus-request-expire-articles): Filter out negative article numbers
591 during expiry (Bug#11980).
592
593 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
594 O(N^2) to O(N). This makes warping into huge groups tolerable.
595
596 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
597 you've found the article when you haven't.
598
599 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
602
603 2012-08-30 Julien Danjou <julien@danjou.info>
604
605 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
606 `gnus-notifications-timeout'.
607 (gnus-notifications-timeout): Add.
608 (gnus-notifications-action): New function.
609 (gnus-notifications-notify): Add :action using
610 `gnus-notifications-action'.
611 (gnus-notifications-id-to-msg): New variable.
612 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
613 notifications id to messages.
614
615 2012-08-30 Kenichi Handa <handa@gnu.org>
616
617 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
618 once.
619
620 2012-08-29 Julien Danjou <julien@danjou.info>
621
622 * gnus-notifications.el: New file.
623 (gnus-notifications-notify): New function.
624 (gnus-notifications): Use `gnus-notifications-notify'.
625
626 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
627
628 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
629 transfer encoding first; bind gnus-newsgroup-charset to the charset
630 that the article specifies (Bug#12209).
631
632 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
633
634 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
635 (gnus-group-customize-done): Encode values posting-style holds.
636
637 * gnus-msg.el (gnus-summary-resend-message)
638 (gnus-configure-posting-styles): Decode values posting-style group
639 parameter holds.
640
641 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
642
643 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
644 `name' and `address' in Resent-From header.
645
646 2012-08-14 Chong Yidong <cyd@gnu.org>
647
648 * gnus-art.el (article-display-face): Handle failure in
649 gnus-create-image (Bug#11802).
650
651 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
654 Use defsetf.
655
656 2012-08-10 Daiki Ueno <ueno@unixuser.org>
657
658 * auth-source.el: (auth-source-plstore-search)
659 (auth-source-secrets-search): Ignore :require and :type in search spec.
660
661 2012-08-06 Julien Danjou <julien@danjou.info>
662
663 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
664 Remove autoload, already handled by gnus.el.
665
666 2012-08-05 Julien Danjou <julien@danjou.info>
667
668 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
669 Add autoload.
670
671 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
672
673 * gnus.el (gnus-valid-select-methods): Fix custom type.
674
675 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
676
677 * auth-source.el (auth-sources, auth-source-backend-parse)
678 (auth-source-macos-keychain-search)
679 (auth-source-macos-keychain-search-items)
680 (auth-source-macos-keychain-result-append)
681 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
682 auth-source.el through the /usr/bin/security utility.
683 (auth-sources): Fix syntax error.
684 (auth-source-macos-keychain-result-append): Fix variable name.
685 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
686
687 2012-07-27 Julien Danjou <julien@danjou.info>
688
689 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
690 Emacs < 24.1
691
692 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
693
694 * message.el (message-kill-address): Don't kill last newline.
695 (message-skip-to-next-address): Don't move to the next header.
696 (message-fill-field-address): Work properly.
697
698 2012-07-25 Julien Danjou <julien@danjou.info>
699
700 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
701
702 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
703
704 * nnimap.el (nnimap-get-responses): Don't remove, still used.
705
706 2012-07-24 Julien Danjou <julien@danjou.info>
707
708 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
709
710 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
711 (nntp-async-timer-handler): Remove, unused.
712
713 * nnimap.el (nnimap-get-responses): Remove, unused.
714
715 * nnheader.el (mail-header-set-extra): Remove, unused.
716
717 * mm-view.el (mm-view-sound-file): Remove, unused.
718
719 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
720 (mm-url-encode-multipart-form-data): Remove, unused.
721
722 * message.el (message-remove-signature, message-make-host-name)
723 (message-fill-address): Remove, unused.
724
725 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
726 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
727 unused.
728
729 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
730
731 * gnus-util.el (gnus-extract-address-component-name)
732 (gnus-extract-address-component-email, gnus-sortable-date)
733 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
734 (gnus-process-live-p): Remove, unused.
735
736 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
737
738 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
739 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
740 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
741 function.
742
743 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
744
745 * gnus-score.el (gnus-summary-score-crossposting)
746 (gnus-score-regexp-bad-p): Remove, unused.
747
748 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
749
750 * gnus-range.el (gnus-sublist-p): Remove, unused.
751
752 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
753 unused.
754
755 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
756
757 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
758 (gnus-request-associate-buffer): Remove, unused.
759
760 * gnus-group.el (gnus-group-set-method-info)
761 (gnus-group-set-params-info): Remove, unused.
762
763 * gnus-fun.el (gnus-shell-command-to-string)
764 (gnus-shell-command-on-region): Remove, unused.
765
766 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
767
768 * gnus-art.el (gnus-article-text-type-exists-p)
769 (article-translate-characters, gnus-article-hide-text-of-type)
770 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
771 Remove, unused.
772
773 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * nnir.el ("nnir"): Revert last change, that's premature to merge from
776 Gnus master.
777
778 2012-07-22 Andrew Cohen <cohen@bu.edu>
779
780 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
781
782 2012-07-21 Julien Danjou <julien@danjou.info>
783
784 * message.el (message-dont-reply-to-names): Replace deprecated
785 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
786 (message-get-reply-headers): Ditto.
787
788 2012-07-18 Julien Danjou <julien@danjou.info>
789
790 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
791 `sieve-upload-and-kill'.
792
793 * sieve.el (sieve-bury-buffer): Remove function.
794 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
795 (sieve-upload-and-kill): New function, mapped to C-c C-c.
796
797 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
798
799 * shr.el (shr-expand-url): Handle URL starting with `//'.
800
801 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
802 2012-07-13 Chong Yidong <cyd@gnu.org>
803
804 * smime.el (smime-certificate-info): Set buffer-read-only directly,
805 instead of calling toggle-read-only with a (bogus) argument.
806
807 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
808
809 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
810 of initial input when reading the author to restrict the summary to.
811
812 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
815 buffer exists, which it doesn't if we haven't started Gnus.
816
817 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
818
819 * mm-decode.el (mm-shr):
820 Allow overriding charset by mm-charset-override-alist.
821
822 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
823
824 * gnus-art.el (gnus-article-view-part):
825 Toggle subparts of multipart/alternative part.
826
827 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
828
829 * gnus-sync.el: Simply require json.
830
831 * registry.el: Simply require eieio and eieio-base.
832
833 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
834
835 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
836
837 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
838
839 * shr.el (shr-render-buffer): New command.
840 (shr-visit-file): Use it.
841
842 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
843
844 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
845 Set no-byte-compile and no-update-autoloads.
846
847 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
848
849 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
850
851 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
852
853 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
854 being bound to a lambda form.
855
856 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
857
858 * gnus-picon.el (gnus-picon-properties): New defcustom.
859 (gnus-picon-create-glyph): Use it.
860
861 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
862
863 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
864 locales.
865
866 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
867 on a handle.
868
869 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
870 address as the default.
871
872 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
873 It makes no sense to query the user about internal files.
874
875 * gnus-spec.el: Remove all the byte-compilation stuff, since
876 benchmarking shows that it doesn't help when entering large summary
877 buffers.
878
879 * gnus-util.el (gnus-byte-code): Remove.
880
881 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
882 grouplens stuff.
883
884 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
885
886 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
887 (bug#11514).
888
889 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
890
891 * message.el (message-buffers): Return all buffers derived from Message
892 to make `gnus-dired-attach' work with mu4e.
893
894 2012-06-26 Daiki Ueno <ueno@unixuser.org>
895
896 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
897 (mm-dissect-singlepart): Don't guess the MIME type of
898 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
899 set.
900 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
901 toplevel MIME type is multipart/encrypted.
902
903 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
904
905 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
906 In particular, add an optional argument and a docstring.
907
908 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
909
910 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
911 current before calling `gnus-groups-to-gnus-format'.
912 Note that this was already the case for `gnus-active-to-gnus-format'.
913
914 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
915
916 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
917
918 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
919
920 * mm-decode.el (mm-dissect-buffer): Doc fix.
921
922 * gnus-sum.el (gnus-handle-ephemeral-exit):
923 Avoid creating the group buffer if it doesn't exist.
924
925 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
926 is given, mark the group as ephemeral with the current window conf.
927
928 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
929 buffer exists, which it doesn't if we haven't started Gnus.
930 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
931
932 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
933
934 * mml.el (mml-generate-mime):
935 Allow specifying what the top-level part type is.
936
937 * gnus-sum.el (gnus-auto-center-summary):
938 `scroll-margin' isn't defined on XEmacs.
939
940 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
941
942 * gnus-sum.el (gnus-auto-center-summary):
943 Set default to respect `scroll-margin'.
944
945 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
946
947 * gnus-cite.el (gnus-dissect-cited-text): A single line without
948 citation prefix within a block of cited text should be considered
949 part of that block *only* if it is a blank line.
950
951 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
954 before kinsoku-bol characters nor within kinsoku-eol characters.
955
956 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
957
958 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
959 (gnus-topic-create-topic, gnus-topic-enter-dribble):
960 Silence compiler.
961 (gnus-sync-read): Use mapc instead of mapcar.
962
963 * mm-archive.el: Require mm-decode for some macros.
964 (gnus-recursive-directory-files, mailcap-extension-to-mime):
965 Silence the byte compiler.
966 (mm-archive-decoders): New function that returns the value of
967 the mm-archive-decoders variable.
968
969 * mm-decode.el:
970 Don't require mm-archive; autoload mm-archive functions instead.
971 (mm-dissect-singlepart): Use the function mm-archive-decoders.
972
973 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
974
975 2012-06-26 Peter Munster <pmrb@free.fr>
976
977 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
978 (gnus-demon-cancel): Ditto.
979 (gnus-demon-run-callback): When function cannot be called due to low
980 idleness, call it when idleness reaches the expected value, instead
981 of waiting another timer period.
982 (gnus-demon-init): Add `time' to arguments of call-back.
983
984 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
985
986 * gnus.el: Register gnus-registry functions.
987
988 * gnus-registry.el (gnus-try-warping-via-registry):
989 Move here and indent.
990
991 * gnus-int.el (gnus-warp-to-article):
992 Check whether the registry is enabled before warping.
993
994 2012-06-26 Dave Abrahams <dave@boostpro.com>
995
996 * gnus-sum.el (gnus-summary-insert-subject): Record information
997 in the registry about each article retrieved.
998
999 * gnus-int.el (gnus-select-group-with-message-id): New function.
1000 (gnus-try-warping-via-registry): Ditto.
1001 (gnus-warp-to-article): Fall back on the registry.
1002
1003 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004
1005 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1006
1007 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1010 gnus-gcc-self-resent-messages may be a group parameter.
1011 (gnus-summary-resend-message):
1012 Don't encode encoded words in header when Gcc'ing resent message.
1013
1014 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015
1016 * shr.el (shr-insert): Treat non-breaking space just like normal
1017 space. This seems to produce more pleasing results.
1018 (shr-insert):
1019 Only insert a blank line if we're starting from an image.
1020 (shr-tag-br):
1021 Allow <br> to end lines or to make a single blank line.
1022 (shr-ensure-paragraph): Consider lines with white space to be blank.
1023
1024 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
1025
1026 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1027 and gnus-gcc-post-body-encode-hook.
1028
1029 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1030
1031 * mm-decode.el (mm-dissect-singlepart):
1032 Guess what the type of application/octet-stream parts really is.
1033
1034 * gnus-sum.el (gnus-propagate-marks): Remove.
1035
1036 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1037
1038 * nntp.el (nntp-coding-system-for-read): Remove.
1039 (nntp-coding-system-for-write): Ditto.
1040 (nntp-open-connection): Just use `binary' directly.
1041
1042 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1043
1044 * registry.el (registry-usage-test, registry-persistence-test):
1045 Move to tests/gnustest-registry.el.
1046 (registry-make-testable-db, registry-match-test)
1047 (registry-instantiation-test): Move to tests/gnustest-registry.el.
1048
1049 * gnus-registry.el (gnus-registry-misc-test)
1050 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1051
1052 * tests/gnustest-registry.el:
1053 New file with the registry and gnus-registry ERT tests.
1054
1055 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1056
1057 * gnus-msg.el (gnus-summary-resend-message):
1058 Make gnus-summary-resend-message-insert-gcc be last item in
1059 message-header-setup-hook.
1060
1061 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1062
1063 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1064 (nnfolder-marks, nnfolder-marks-file-suffix)
1065 (nnfolder-marks-modtime): Remove.
1066 (nnfolder-open-server): Don't use marks.
1067 (nnfolder-request-delete-group): Ditto.
1068 (nnfolder-request-rename-group): Ditto.
1069 (nnfolder-request-set-mark, nnfolder-request-marks)
1070 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1071 (nnfolder-save-marks, nnfolder-open-marks): Remove.
1072
1073 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1074 (nnml-marks-modtime): Remove.
1075 (nnml-request-delete-group): Don't use marks.
1076 (nnml-request-rename-group): Ditto.
1077 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1078 (nnml-save-marks, nnml-open-marks): Remove.
1079
1080 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1081 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1082 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1083 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1084 (nntp-server-to-method-cache): Remove.
1085
1086 * shr.el (shr-rescale-image): Fix wrong merge.
1087
1088 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1089
1090 * shr.el (shr-remove-trailing-whitespace):
1091 Really delete the padding on too-wide lines.
1092
1093 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1094
1095 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1096 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1097
1098 * mm-decode.el (mm-display-external): Output the text from
1099 the command in the buffer after the command finished.
1100 This makes text-based commands behave better.
1101
1102 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1103
1104 * message.el (smtpmail-smtp-user): Silence compiler warning.
1105
1106 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1107
1108 * message.el (message-multi-smtp-send-mail): Also allow specifying
1109 the SMTP user name.
1110
1111 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1112
1113 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1114
1115 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1116
1117 * message.el (message-multi-smtp-send-mail): New function.
1118 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1119 header to implement multi-SMTP functionality.
1120
1121 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1122 (gnus-agentize): Don't set it.
1123 (gnus-agent-send-mail): Don't use it.
1124
1125 * gnus-sum.el (gnus-summary-widget-backward):
1126 New function and keystroke.
1127
1128 * shr.el (shr-put-image): Remove underlines from sliced images.
1129 (shr-zoom-image): Compute the region to be replaced more correctly.
1130
1131 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1132
1133 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1134 (gnus-summary-resend-message-insert-gcc): New function.
1135 (gnus-summary-resend-message): Modify message-header-setup-hook and
1136 message-sent-hook to make it work for Gcc.
1137 (gnus-inews-do-gcc): Update the number of unread articles of groups
1138 that messages are Gcc'd to.
1139
1140 * message.el (message-resend): Run message-sent-hook to do Gcc.
1141
1142 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1143
1144 * gnus-registry.el (gnus-registry-fixup-registry):
1145 Move the message to a higher level to silence compilation.
1146
1147 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1148 parameter to allow controlling the scaling.
1149
1150 * shr.el (shr-zoom-image): New command and keystroke.
1151 (shr-put-image): Take a `size' flag to say how to scale the image.
1152
1153 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1154 Use recursive deletion.
1155 (mm-dissect-archive): Add support for zip files.
1156
1157 * gnus-util.el (gnus-recursive-directory-files): New function.
1158
1159 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1160 (mm-archive-decoders): Add tgz support.
1161
1162 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1163 Otherwise inserting text into the Gnus buffer can look odd.
1164
1165 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1166
1167 * mm-archive.el (mm-archive-decoders): Add support for tar.
1168
1169 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1170
1171 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1172
1173 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1174
1175 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1176
1177 * mm-archive.el: New file.
1178
1179 * mm-decode.el (mm-dissect-singlepart):
1180 Use it to decode ms-tnef files.
1181
1182 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1183
1184 * message.el (message-goto-*): Make all the `message-goto-*' commands
1185 push the mark before moving point. This makes it easier to go back
1186 to where you came from after editing whatever you jumped to.
1187
1188 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1189
1190 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1191 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1192 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1193
1194 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1195
1196 * spam.el: Move BBDB autoloads.
1197 (spam-exists-in-BBDB-p):
1198 New function to do the BBDB search directly in BBDB 2 and 3.
1199 (spam-check-BBDB): Use it.
1200 (spam-enter-ham-BBDB): Use it.
1201
1202 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1203
1204 * gnus-group.el (gnus-group-get-new-news):
1205 New parameter `one-level' for scanning exactly one level.
1206
1207 * gnus-start.el (gnus-get-unread-articles): Ditto.
1208
1209 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1210
1211 * gnus-sync.el: More commentary about setup.
1212
1213 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1214
1215 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1216
1217 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1218
1219 * gnus-sync.el: Improve docs about CouchDB admins.
1220
1221 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1222
1223 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1224 not needed. Provide xmlplistread list function to produce XML plist
1225 output for non-Gnus LeSync clients.
1226
1227 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1228
1229 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1230 and save against it. Group subscriptions, read marks, other marks,
1231 subscription levels, topic names, and topic offsets (the group's
1232 position within the topic) are saved. This is an experimental
1233 backend and may change significantly. Load json.el from
1234 the gnus-fallback-lib if it's not available otherwise.
1235 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1236
1237 2012-06-26 David Engster <dengste@eml.cc>
1238
1239 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1240
1241 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1242
1243 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1244
1245 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1246
1247 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1248 is an integer to avoid later problems.
1249
1250 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1251
1252 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1253 locales.
1254
1255 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1256
1257 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1258 articles when fetch-old is non-nil (bug#11370).
1259
1260 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1261
1262 * gnus-group.el (gnus-group-get-new-news):
1263 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1264
1265 2012-06-10 Dave Abrahams <dave@boostpro.com>
1266
1267 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1268 groups (bug#11641).
1269
1270 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1271
1272 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1273 (bug#11514).
1274
1275 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1276
1277 * nntp.el: Stop the `letf' madness.
1278 (nntp--report-1): New var.
1279 (nntp-report): Merge nntp-report-1 into it.
1280 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1281 the nntp-report function.
1282
1283 * auth-source.el: Fix comment-style to follow the convention.
1284
1285 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1286
1287 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1288 a string so that Gcc works (bug#11514).
1289
1290 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1293 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1294
1295 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1296
1297 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1298 jumping to *Server* from a dedicated *Group* window.
1299 (gnus-configure-frame): CSE.
1300
1301 * gnus-registry.el: Minor style cleanup.
1302 (gnus-registry--set/remove-mark): New function, extracted from
1303 gnus-registry-install-shortcuts.
1304 (gnus-registry-install-shortcuts): Use it.
1305
1306 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1307
1308 * nnspool.el (news-path): Use eval-and-compile.
1309
1310 2012-05-24 Glenn Morris <rgm@gnu.org>
1311
1312 * nnspool.el (news-directory, news-path, news-inews-program):
1313 Move here from paths.el. Don't see a need for these to be autoloaded.
1314
1315 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1316 Merge in doc from paths.el version. Don't see any need for this to be
1317 autoloaded, or for the warning about users not setting it.
1318
1319 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1320
1321 Fix minor Y10k bug.
1322 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1323
1324 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1327 message once it's actually open.
1328
1329 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1330
1331 * auth-source.el (auth-source--aput-1, auth-source--aput)
1332 (auth-source--aget): New functions and macros.
1333 Use them instead of aput/aget.
1334
1335 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1336
1337 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1338
1339 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1340
1341 * plstore.el (plstore-called-interactively-p): New compat macro copied
1342 from message.el.
1343 (plstore-mode): Use it.
1344
1345 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1346
1347 * plstore.el: Revive the editing feature.
1348 (plstore-mode): New mode to edit plstore file.
1349 (plstore-mode-toggle-display, plstore-mode-original)
1350 (plstore-mode-decoded): New command.
1351 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1352 (plstore--insert-buffer, plstore--make): New function.
1353 (plstore-open, plstore-save): Simplify by using them.
1354
1355 2012-04-16 Glenn Morris <rgm@gnu.org>
1356
1357 * nndraft.el (nndraft-request-list): Fix declaration.
1358
1359 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1360
1361 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1362 don't have a current group.
1363
1364 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1365 have a group name.
1366
1367 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1368 a multibyte buffer (bug#7410).
1369 (article-wash-html): Parse the original article buffer to get the
1370 unencoded data (bug#7410).
1371
1372 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1373 .newsrc.el files.
1374
1375 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1376
1377 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1378 would have gotten if we posted to the group, and use that to compare
1379 against the message we want to cancel (bug#10808).
1380
1381 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1382
1383 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1384 "#" to avoid having them interpreted as comments.
1385
1386 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1387
1388 * shr.el (shr-insert): Update the text state properly to avoid
1389 inserting spurious paragraph starts.
1390
1391 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1392
1393 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1394 requested (bug#10961).
1395
1396 * shr.el (shr-table-widths): Divide the extra width more fairly over
1397 the TDs (bug#10973).
1398 (shr-render-td): Don't delete too much padding.
1399 (shr-natural-width): Compute the natural width more correctly.
1400 (shr-insert): Allow the natural width to be computed for tables again.
1401 (shr-tag-table-1): Rework how the natural widths are computed by
1402 rendering the table a third time.
1403 (shr-natural-width): Remove.
1404 (shr-buffer-width): New function.
1405 (shr-expand-newlines): Use it.
1406
1407 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1408 using a `gnus-use-full-window' setup (bug#11013).
1409
1410 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1411
1412 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1413 24.1 release.
1414
1415 2012-03-10 David Edmondson <dme@dme.org>
1416
1417 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1418 'Forwarded Message' header and the start of the message.
1419
1420 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1421
1422 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1423 isn't running (bug#10897).
1424
1425 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1426
1427 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1428
1429 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1430
1431 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1432
1433 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1434
1435 * mm-decode.el (mm-shr): Remove "soft hyphens".
1436
1437 * nnimap.el (nnimap-request-list): Return the group names encoded as
1438 utf8. Otherwise non-European group names don't work.
1439 (nnimap-request-newgroups): Ditto.
1440
1441 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1442 the default in `read-string' (bug#10757).
1443
1444 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1445 topics (bug#10843).
1446
1447 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1448 buffer. Suggested by Herbert Valerio Riedel.
1449 (nnimap-request-move-article): Delete the message from the correct IMAP
1450 server.
1451
1452 2012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
1453
1454 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1455 Reported by Peter Münster.
1456
1457 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1458
1459 * shr.el (shr-image-fetched): Make sure we really kill the right
1460 buffer.
1461
1462 2012-02-16 Leo Liu <sdl.web@gmail.com>
1463
1464 * gnus-start.el (gnus-1): Avoid duplicate entries.
1465
1466 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1467
1468 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1469 too-wide lines.
1470
1471 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1472
1473 * shr.el (shr-rescale-image): Undo previous change; see
1474 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1475
1476 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1477
1478 * nnimap.el (nnimap-record-commands): New variable.
1479 (nnimap-log-command): Use it.
1480 (nnimap-make-process-buffer): Add a space to the process buffer.
1481 (nnimap-transform-headers): Don't bug out on header lines containing
1482 stuff that look like IMAP length encodings.
1483
1484 * shr.el (shr-rescale-image): Allow viewing large images.
1485
1486 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1487
1488 * nnml.el (nnml-request-compact-group): Delete the marks file after
1489 compaction (bug#10800).
1490
1491 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1492 group exit.
1493
1494 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1495 QRESYNC/FETCH output.
1496
1497 2012-02-11 Glenn Morris <rgm@gnu.org>
1498
1499 * sieve-manage.el (sieve-manage-default-stream):
1500 * shr.el (shr):
1501 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1502 (nnir-retrieve-headers-override-function)
1503 (nnir-imap-default-search-key, nnir-notmuch-program)
1504 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1505 (nnir-method-default-engines):
1506 * message.el (message-cite-reply-position):
1507 * gssapi.el (gssapi-program):
1508 * gravatar.el (gravatar):
1509 * gnus-sum.el (gnus-refer-thread-use-nnir):
1510 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1511 (gnus-registry-max-pruned-entries):
1512 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1513 * gnus-int.el (gnus-after-set-mark-hook)
1514 (gnus-before-update-mark-hook):
1515 * gnus-async.el (gnus-async-post-fetch-function):
1516 * auth-source.el (auth-source-cache-expiry):
1517 Add missing :version tags to new defcustoms and defgroups.
1518
1519 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1520
1521 * message.el (message-default-send-mail-function): Made into own
1522 function for reuse by emacsbug.el.
1523
1524 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1525
1526 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1527 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1528
1529 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1530
1531 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1532 running.
1533
1534 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1535
1536 * gnus.el (gnus-server-extend-method): Don't add an -address component
1537 if the method already has one (bug#9676).
1538
1539 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1540
1541 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1542 of an initial-input for consistency (bug#10757).
1543
1544 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1545
1546 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1547
1548 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1549
1550 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1551 lines that are narrower than the window width. Otherwise background
1552 "blocks" will look less readable.
1553
1554 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1557
1558 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1559
1560 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1561 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1562 have newlines within the strings, and where the UID comes after the
1563 BODYSTRUCTURE element (bug#10537).
1564
1565 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1566 (bug#10732).
1567
1568 * shr.el (shr-insert-document): Add doc string.
1569 (shr-visit-file): Ditto.
1570 (shr-remove-trailing-whitespace): New function.
1571 (shr-insert-document): Use it to clean up trailing whitespace as the
1572 final step (bug#10714).
1573
1574 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1575
1576 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1577 buffer if `gnus-kill-summary-on-exit' is nil.
1578
1579 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1580
1581 * gnus-sum.el (gnus-summary-show-thread):
1582 next-single-char-property-change may return nil in XEmacs.
1583
1584 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1585
1586 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1587 when just reading a single group from "without" Gnus.
1588
1589 2012-02-06 Chong Yidong <cyd@gnu.org>
1590
1591 * gnus-sum.el (gnus-summary-show-thread):
1592 next-single-char-property-change never returns nil (Bug#8657).
1593
1594 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1595
1596 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1597 without reconnecting.
1598 (nnimap-possibly-change-group): Ditto.
1599 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1600 connection has died before being called.
1601
1602 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1603
1604 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1605 an initial sync unless we're really doing one.
1606
1607 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1608 address parameter if one already exists (bug#9676).
1609
1610 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1611 not the prefix, as documented (bug#10689).
1612
1613 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1614
1615 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1616 the "server".
1617
1618 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1619 the real error message with the useless "previously known to be down".
1620 Which isn't even correct.
1621
1622 * nntp.el (nntp-open-connection): Report the error message if the nntp
1623 server can't be reached.
1624
1625 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1626 groups we do a total scan for.
1627 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1628 doing that.
1629
1630 2012-01-31 Jim Meyering <jim@meyering.net>
1631
1632 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1633 Correct a comment (insert "not") and hide nominally-doubled "to".
1634
1635 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1636
1637 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1638 section in the manual.
1639
1640 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1641
1642 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1643 words.
1644 (rfc2047-encode-string): Ditto.
1645 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1646 understand folded filename="..." parameters, for instance.
1647
1648 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1649 the message for greater debuggability.
1650
1651 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1652
1653 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1654 instead of setting it locally, since the latter doesn't seem to have
1655 any effect (most of the time).
1656
1657 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1658
1659 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1660 function call.
1661
1662 2012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
1663
1664 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1665 seconds, and make the repeat clause with HH:MM specs work as
1666 documented.
1667
1668 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1669
1670 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1671 so that previous errors don't prohibit getting new news.
1672
1673 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1674
1675 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1676
1677 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1678
1679 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1680 bound globally in old Emacsen and XEmacsen.
1681
1682 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1683
1684 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1685 buffer, not of the string which is its name.
1686
1687 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1688
1689 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1690 non-server-marks groups.
1691 (gnus-group-make-articles-read): Ditto.
1692
1693 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1694 methods (bug#9676).
1695
1696 * gnus.el (gnus-method-ephemeral-p): New function.
1697
1698 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1699
1700 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1701 left-to-right.
1702
1703 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1704
1705 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1706 warning.
1707
1708 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1709
1710 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1711 macroexpand the nnir things, since they haven't been defined yet, and
1712 nnir requires gnus-sum.
1713
1714 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1715
1716 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1717
1718 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1719
1720 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1721 logical server name in addition to the actual machine address.
1722
1723 * auth-source.el (auth-source-user-and-password): Add convenience
1724 wrapper to search by just host and optionally user.
1725
1726 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1727
1728 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1729 after rendering.
1730
1731 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1732
1733 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1734 (bug#9693).
1735 (gnus-summary-setup-buffer): Document return value (bug#9697).
1736
1737 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1738 since ido doesn't work on symbols (bug#9632).
1739
1740 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1741 when getting a single value as when getting all the values. This means
1742 that atoms like `gcc-self' work cumulatively, like variable settings,
1743 instead of getting the value from the last matching clause.
1744 (gnus-group-find-parameter): Protect against the group buffer not
1745 existing (bug#9585).
1746
1747 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1748
1749 * gnus-start.el (gnus-activate-group): Document more parameters
1750 (bug#9694).
1751
1752 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1753 (bug#9692).
1754
1755 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1756 article was fetched, so that it can be expired later (bug#9958).
1757 (gnus-agent-summary-fetch-series): Add doc string.
1758 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1759 (bug#9517).
1760
1761 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1762 retrieval is happening.
1763
1764 * gnus.el (gnus-parameters): Doc fix.
1765
1766 2012-01-06 Dave Abrahams <dave@boostpro.com>
1767
1768 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1769 show the thread after expansion.
1770
1771 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * gnus-art.el (article-narrow-to-head): If the head is completely
1774 empty, narrow to the empty region (bug#9764).
1775
1776 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1777 read, and then mark them as unread only when the unread mark is used.
1778 This makes `C-- T k' actually work, even though it's confusing.
1779
1780 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1781 alive before we try to find its window.
1782
1783 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1784
1785 * mm-decode.el (mm-display-external): Use a longer timeout for the
1786 deletion to allow slow programs to display the file.
1787
1788 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1791 prompt to be less confusing.
1792
1793 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1794 argument to `message-reply'. This broke `special-display-*' frame
1795 pop-uping (bug#10238).
1796
1797 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1798
1799 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1800 systems, since these allegedly don't work there.
1801
1802 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1803
1804 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1805 live buffer.
1806
1807 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1808
1809 * nnir.el (nnir-retrieve-headers): Protect against the article not
1810 existing on the server (bug#10335).
1811
1812 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1813
1814 * gnus-agent.el (gnus-agent-load-local):
1815 Recompute gnus-agent-article-local on changing method.
1816
1817 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * gnus.el (gnus-parameters): Note precedence.
1820
1821 2012-01-04 Leo Liu <sdl.web@gmail.com>
1822
1823 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1824 in the group buffer.
1825
1826 2012-01-04 Julien Danjou <julien@danjou.info>
1827
1828 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1829 change.
1830
1831 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1832
1833 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1834 too.
1835
1836 * nntp.el (nntp-retrieve-group-data-early): Use it.
1837
1838 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1839
1840 * nntp.el (nntp-retrieval-in-progress): New variable.
1841 (nntp-make-process-buffer): Make it buffer-local.
1842
1843 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1844 2010.
1845 (gnus-demon-init): Use it to compute the time if time is on the form
1846 "04:23".
1847
1848 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1849
1850 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1851 status in the correct buffer.
1852
1853 2012-01-03 Leo Liu <sdl.web@gmail.com>
1854
1855 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1856 when opening topics (bug#10407).
1857
1858 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1859
1860 * mm-view.el (mm-display-inline-fontify): Add comment.
1861
1862 2011-12-15 Juri Linkov <juri@jurta.org>
1863
1864 * mm-decode.el (mm-inline-media-tests): Add missing
1865 `mm-handle-media-subtype'.
1866
1867 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1868
1869 * message.el (message-valid-fqdn-regexp): Update with newly approved
1870 top-level domain names ".tel" and ".asia".
1871
1872 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1873
1874 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1875 unconditionally.
1876
1877 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1878
1879 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1880 pop-to-buffer-same-window for old Emacsen.
1881
1882 2011-12-04 Chong Yidong <cyd@gnu.org>
1883
1884 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1885 change (Bug#10200).
1886
1887 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1888
1889 * compface.el (uncompface):
1890 * gnus-art.el (gnus-article-x-face-command): Update the header format
1891 of icon data for the most recent icontopbm program.
1892
1893 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1894
1895 * gnus-msg.el (gnus-inews-do-gcc):
1896 * message.el (message-send-mail):
1897 * mml.el (mml-generate-mime): Share the value of the buffer-local
1898 `message-options' variable between a draft buffer and temprary working
1899 buffers.
1900
1901 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1904
1905 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1906
1907 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1908 for Cygwin.
1909
1910 2011-11-24 Glenn Morris <rgm@gnu.org>
1911
1912 * starttls.el: Fix case of "GnuTLS".
1913
1914 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * gnus-group.el (gnus-group-highlight): Fix typo.
1917
1918 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1919
1920 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1921 value of `delete-file', that returns nil for a local file but returns t
1922 for a remote file using ssh.
1923
1924 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1925
1926 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1927 avoid later breakage.
1928
1929 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1930
1931 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1932 article buffers' name.
1933
1934 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1935
1936 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1937 by Paul Eggert's spellfixes two days ago.
1938
1939 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1940
1941 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1942 buffer-local instead of binding them to avoid warnings. Also demote
1943 errors (bug#10063).
1944 (font-lock-mode-hook): Shut up byte compiler.
1945
1946 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1947
1948 * mm-util.el (mm-charset-after): Fix typo.
1949
1950 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * gnus-sum.el (gnus-summary-make-menu-bar):
1953 * gnus-uu.el (gnus-uu-decode-postscript)
1954 (gnus-uu-decode-postscript-and-save):
1955 * mailcap.el (mailcap-print-command):
1956 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1957 Fix typos.
1958
1959 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1960
1961 * gnus-art.el (gnus-article-part-wrapper):
1962 * shr-color.el (shr-color-visible-distance-min)
1963 (shr-color-relative-to-absolute, set-minimum-interval)
1964 (shr-color-visible): Fix typos.
1965
1966 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1967
1968 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1969 slightly clearer.
1970
1971 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1972
1973 * message.el (message-send-and-exit): Document `arg'.
1974
1975 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1976
1977 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1978
1979 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1980
1981 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1982 we don't use `bound-and-true-p'.
1983
1984 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1985
1986 * gnus-util.el (gnus-bound-and-true-p): Remove.
1987 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1988 * nnir.el: Use it.
1989 * nnmairix.el: Use it.
1990
1991 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1992
1993 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1994 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1995 for reasons unknown.
1996 * nnir.el: Use it.
1997 * nnmairix.el: Use it.
1998
1999 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2000 * nnir.el: Ditto.
2001 * nnmairix.el: Ditto.
2002
2003 * gnus-registry.el (gnus-registry-enabled): Default to nil.
2004
2005 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * message.el (message-completion-function): Make sure
2008 message-tab-body-function is not attempted if one of
2009 message-completion-alist fails to find a completion (bug#9158).
2010
2011 2011-10-26 Daiki Ueno <ueno@unixuser.org>
2012
2013 * mml.el (mml-quote-region): Quote <#secure> tag.
2014 (mml-generate-mime-1): Unquote <#secure> tag.
2015
2016 2011-10-20 Chong Yidong <cyd@gnu.org>
2017
2018 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2019 calling a minor mode from Lisp with nil arg enables it, so we have to
2020 make the wording a bit ambiguous here).
2021
2022 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
2023
2024 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2025 * nnir.el (nnir-mode): Use it.
2026 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2027 Use it.
2028
2029 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2030 * nnmairix.el (gnus-registry-enabled): Ditto.
2031
2032 2011-10-17 Dave Abrahams <dave@boostpro.com>
2033
2034 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2035 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2036 only while we need to find out if it should be t or nil.
2037 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2038 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2039 the registry is installed. Set it to nil when it's unloaded.
2040 (gnus-registry-install-p): Provide user guidance for the initial value
2041 of `gnus-registry-install' when it's 'ask, otherwise return its value.
2042 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2043 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2044 * nnmairix.el (nnmairix-determine-original-group-from-registry):
2045 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2046 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2047 `gnus-registry-install'.
2048
2049 2011-10-17 Daiki Ueno <ueno@unixuser.org>
2050
2051 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2052 previous change.
2053 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2054 primary key is marked as disabled.
2055
2056 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
2057
2058 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2059 primary key is marked as disabled.
2060
2061 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
2062
2063 * html2text.el (html2text-clean-anchor): Check for quotes around
2064 `href' value.
2065
2066 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2067
2068 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2069 searching. Drop `bbdb-cache'.
2070
2071 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2072
2073 * message.el (message-signed-or-encrypted-p): Exclude header when
2074 checking if there is signed or encrypted body in text/plain message.
2075
2076 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
2077
2078 * html2text.el (html2text-get-attr): Correctly handle attribute values
2079 containing "=".
2080
2081 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
2082
2083 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2084 handle bindings.
2085
2086 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * gnus-win.el (gnus-configure-windows): Protect against reading
2089 ephemeral groups outside of Gnus.
2090
2091 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2092
2093 * shr.el (shr-tag-img): Don't get images displayed in tables.
2094
2095 2011-10-03 Glenn Morris <rgm@gnu.org>
2096
2097 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2098 the "maintainer" version of debbugs.gnu.org reports.
2099
2100 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2101
2102 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2103 make asynchronous adjacent image insertion work better.
2104
2105 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2106
2107 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2108 Clarify documentation.
2109
2110 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2111
2112 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2113 `gnus-asynchronous' isn't shadowed.
2114
2115 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2116
2117 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2118 (nnimap-insert-partial-structure): The charset parameter isn't
2119 case-sensitive.
2120
2121 * nnheader.el (nnheader-message-maybe): New function.
2122
2123 * shr.el (shr-tag-table): Render totally broken tables better.
2124
2125 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2126 computing the boundary.
2127
2128 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2129
2130 * pop3.el (pop3-number-of-responses): Remove.
2131 (pop3-wait-for-messages): Rewrite to take linear time instead of
2132 exponential time.
2133
2134 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2135
2136 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2137 re-fetch images.
2138
2139 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2140 re-fetch images when hitting `g' in Gnus.
2141
2142 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2145 (mml-compute-boundary): Don't check collision if it is non-nil.
2146 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2147 before checking collision.
2148
2149 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150
2151 * message.el (message-indent-citation): Really make sure there's a
2152 newline at the end.
2153
2154 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2155 Fix suggested by John Wiegley.
2156
2157 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2158
2159 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2160
2161 * message.el (message-default-send-rename-function): Break out into its
2162 own function.
2163
2164 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2165 doesn't work under XEmacs.
2166
2167 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2168 of "imaps" to word around Windows problems.
2169 (nnimap-open-connection-1): Use it.
2170
2171 * message.el (message-indent-citation): Revert last change which made
2172 `F' not work.
2173
2174 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2175
2176 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2177 terminal as well.
2178
2179 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2180
2181 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2182 because it displays images using overlays that aren't easy to copy to
2183 the article buffer.
2184
2185 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2186
2187 * message.el (message-indent-citation): Fix empty line removal at the
2188 end of the citation.
2189
2190 2011-09-20 Julien Danjou <julien@danjou.info>
2191
2192 * auth-source.el (auth-source-netrc-create): Use default value for
2193 password if specified. Evaluate default.
2194 (auth-source-plstore-create): Ditto.
2195 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2196 value evaluation.
2197 (auth-source-netrc-create): Typo fix.
2198 (auth-source-plstore-create): Ditto.
2199
2200 * auth-source.el (auth-source-format-cache-entry): New function.
2201
2202 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2203
2204 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2205
2206 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2209
2210 2011-09-19 Julien Danjou <julien@danjou.info>
2211
2212 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2213 which work with things that are not ASCII.
2214
2215 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2218
2219 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2220
2221 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2222 message level.
2223
2224 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2227
2228 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2229
2230 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2231
2232 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2235 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2236
2237 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2238
2239 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2240 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2241 articles.
2242
2243 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2246 (message-mail-other-window, message-mail-other-frame)
2247 (message-news-other-window, message-news-other-frame):
2248 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2249 instead of setting buffer display variables.
2250
2251 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2252
2253 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2254
2255 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2256
2257 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2258
2259 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2260 duplicates" to a higher level.
2261
2262 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2263 most egregious messages.
2264
2265 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2266
2267 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2268
2269 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2270
2271 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2272 up the file (bug#9351).
2273
2274 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2275
2276 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2277 it does with all other backends, but decode the names immediately after
2278 getting them.
2279
2280 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2281 decoding nnimap groups.
2282
2283 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2284 newsrc file. It doesn't seem like an important optimization any more.
2285
2286 2011-09-10 Dave Abrahams <dave@boostpro.com>
2287
2288 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2289 overflows.
2290
2291 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
2293 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2294 (gnus-interactive-exit): Extend to `quiet'.
2295
2296 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2297
2298 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2299 string.
2300
2301 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2302 renaming function arguments from `this'.
2303
2304 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2305
2306 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2307 has been renamed.
2308 (gnus-lrm-string-p): Include RLM and PDF, too.
2309
2310 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2311 (bug#9225).
2312
2313 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2314
2315 Add autoload cookies for functions used by sendmail.el.
2316 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2317
2318 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2319
2320 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2321
2322 * gnus-art.el (article-date-ut): Work properly even when there are
2323 things like Date header in the body; work for forwarded parts.
2324
2325 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2326
2327 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2328 original-article-buffer.
2329
2330 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
2331
2332 * nnir.el (nnir-compose-result): Fix matching of server type.
2333 (nnir-run-swish++): Ditto.
2334 (nnir-run-namazu): Ditto.
2335 (nnir-run-notmuch): Ditto.
2336
2337 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2338
2339 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2340 (bug#9405).
2341
2342 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2343 (bug#9421).
2344
2345 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2346 (bug#9425).
2347
2348 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2349 thing (bug#9426).
2350
2351 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2352
2353 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2354 the error message.
2355
2356 2011-09-02 Eli Zaretskii <eliz@gnu.org>
2357
2358 * message.el (message-setup-1): Return t (Bug#9392).
2359
2360 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2361
2362 * gnus-sum.el: When adding article headers to a summary buffer also
2363 update gnus-newsgroup-articles (bug#9386).
2364
2365 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367 * auth-source.el: Autoload help-mode.
2368
2369 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2370
2371 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2372 names.
2373
2374 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2375
2376 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2377 mm-replace-in-string for compatibility issues.
2378 * mml2015.el (mml2015-epg-verify): Ditto.
2379
2380 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2381
2382 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2383
2384 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2385
2386 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2387
2388 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2389 continue on and do the clean-up phase (bug#9188).
2390
2391 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2392 just ignore groups that can't be opened instead of erroring out
2393 (bug#9225).
2394
2395 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2396 nil since some many people are fuddy-duddies.
2397
2398 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2399 images.
2400
2401 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2402 instead.
2403
2404 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2405
2406 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2407
2408 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2409 processing.
2410
2411 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2412 buffer to avoid warnings.
2413
2414 2011-08-20 Simon Josefsson <simon@josefsson.org>
2415
2416 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2417 specified to reduce precision.
2418
2419 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2420
2421 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2422 bodystructures (bug#9314).
2423
2424 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2425
2426 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2427 Make button keymap non-sticky after buttons.
2428
2429 2011-08-18 David Engster <dengste@eml.cc>
2430
2431 * nnmairix.el (nnmairix-request-set-mark)
2432 (nnmairix-goto-original-article): Remove adding of article to registry,
2433 since `gnus-registry-add-group' isn't available anymore.
2434 (nnmairix-determine-original-group-from-registry):
2435 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2436 available anymore.
2437
2438 2011-08-12 Simon Josefsson <simon@josefsson.org>
2439
2440 * starttls.el (starttls-any-program-available): Define as obsolete
2441 function.
2442
2443 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444
2445 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2446 versions which Gnus use when appropriate.
2447
2448 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2449 a pretty destructive command.
2450
2451 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2452
2453 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2454
2455 * message.el (message-fix-before-sending): Make a different warning
2456 about NUL characters (bug#9270).
2457
2458 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2459 from custom (bug#9260).
2460
2461 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2462 things work in Emacs 22 and XEmacs, too.
2463
2464 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2465 default From.
2466
2467 * gnus-spec.el (gnus-lrm-string-p): New macro.
2468 (gnus-lrm-string): New constant.
2469 (gnus-summary-line-format-spec): LRM-ify the from.
2470 (gnus-tilde-max-form): LRM-ify string chopping.
2471
2472 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2473
2474 * message.el (message-is-yours-p): Allow disabling canlock checking
2475 (bug#9295).
2476 (message-shoot-gnksa-feet): Add `canlock-verify'.
2477 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2478 message directory isn't writable (bug#9304).
2479
2480 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2481 non-world-readable.
2482
2483 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2484
2485 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2486 articles.
2487
2488 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2489
2490 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2491 copy-list.
2492
2493 2011-08-12 Sam Steingold <sds@gnu.org>
2494
2495 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2496 in the reverse order to avoid modifying the cache with `nreverse'.
2497 (gnus-all-score-files): Do not modify the value returned by
2498 `gnus-score-find-alist' because it lives in a cache variable.
2499 (gnus-current-home-score-file): No need to `nreverse' the return value
2500 of `gnus-score-find-alist', it is already in the correct order.
2501
2502 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2503
2504 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2505 type MESSAGE and subtype RFC822 is slightly different from those of
2506 type TEXT.
2507
2508 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2509
2510 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2511 This allows article-referral to work from an nnir group.
2512
2513 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2514
2515 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2516
2517 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2518
2519 * mml1991.el (mml1991-epg-find-usable-key)
2520 (mml1991-epg-find-usable-secret-key): New function.
2521 (mml1991-epg-sign): Check if signing key is usable.
2522 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2523
2524 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2525
2526 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2527 server-variables only. This should fix a bug introduced with commit
2528 e1889675b7f4adf057833c5513c9374134c4e053.
2529 (nnir-run-query): 'nnir-search-engine should not be set from the global
2530 environment.
2531
2532 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2533
2534 * nnir.el (nnir-search-thread): Position point on referring article
2535 line.
2536 (nnir-warp-to-article): Clean up summary buffers.
2537
2538 * nnimap.el (nnimap-request-thread): Whitespace fix.
2539
2540 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2541
2542 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2543
2544 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * starttls.el (starttls-available-p): Rename from
2547 `starttls-any-program-available' and changed return convention.
2548
2549 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2550
2551 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2552 `unix-sync' unless it's defined.
2553
2554 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2555
2556 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2557 `aref' for XEmacs compatibiltiy.
2558
2559 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2560
2561 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2562
2563 2011-07-31 Dave Abrahams <dave@boostpro.com>
2564
2565 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2566 closures, quote the form properly (bug#9194).
2567
2568 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2569
2570 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2571 (gnus-summary-insert-new-articles): Protect against servers that are
2572 down.
2573
2574 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2575
2576 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2577 in mm handle if none is specified.
2578
2579 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2580
2581 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2582
2583 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2584
2585 * nnir.el (nnir-search-thread): New function to make an nnir group
2586 based on a thread query.
2587
2588 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2589 of nnir in thread referral.
2590 (gnus-summary-refer-thread): Use it.
2591
2592 * nnimap.el (nnimap-request-thread): Use it.
2593
2594 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2595
2596 * shr.el (shr-tag-comment): Ignore HTML comments.
2597
2598 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2599
2600 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2601 argument.
2602 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2603 Use `nnir-address' to handle server info rather than passing an arg.
2604
2605 * nnimap.el (nnimap-make-thread-query): New utility function to format
2606 an imap thread search query.
2607 (nnimap-request-thread): Use it.
2608
2609 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2610 right select-method if we are not going back to the group buffer.
2611
2612 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2613
2614 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2615 enter invalid buffer configurations into the quit form (bug#9107).
2616 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2617 unplugged/plugged.
2618
2619 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2620 keep track of which ones are unread (bug#9061).
2621
2622 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2623 (bug#9055).
2624
2625 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2626 (bug#9041).
2627
2628 * gnus-html.el (mm-util): Require (bug#9073).
2629
2630 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2631 (gnus-summary-refer-thread): Use it to remove duplicates in the
2632 un-threaded view (bug#9053).
2633 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2634
2635 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2636
2637 * nnir.el (nnir-read-server-parm): Use default value from global
2638 variable. Without this the default search engine parameters aren't
2639 used at all.
2640
2641 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2642
2643 * message.el (message-unique-id): Don't use the undocumented return
2644 value from (random t) (bug#9118).
2645
2646 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2647
2648 * message.el (message-auto-save-directory): If the ~/Mail directory
2649 doesn't exist, use ~ as the auto-save directory (bug#4432).
2650
2651 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2652 hasn't already been started.
2653
2654 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2655
2656 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2657
2658 * message.el (message-reply): Work around mysterious bug where
2659 `message-mode' seems to overwrite the locally bound `subject' variable.
2660
2661 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2662
2663 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2664 correct group.
2665
2666 * gnus-int.el (gnus-request-thread): Add group argument.
2667
2668 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2669
2670 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2671
2672 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2673 renamed to `debbugs-gnu-*'.
2674
2675 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2676
2677 * plstore.el: Revert the editing feature since it is not urgent.
2678 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2679 (plstore-mode-decoded): Remove.
2680
2681 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2684 isn't very interesting any more, and it leaks potentially secret data.
2685 (gnus-debug): Remove.
2686
2687 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2688 use of :custom-show.
2689
2690 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2691
2692 * plstore.el: Add documentation.
2693 (plstore-mode): New mode to edit plstore file.
2694 (plstore-mode-toggle-display, plstore-mode-original)
2695 (plstore-mode-decoded): New command.
2696 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2697 (plstore--insert-buffer, plstore--make): New function.
2698 (plstore-open, plstore-save): Simplify by using them.
2699
2700 2011-07-06 Glenn Morris <rgm@gnu.org>
2701
2702 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2703
2704 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2705
2706 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2707 no longer is much used.
2708 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2709 Articles".
2710
2711 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2712
2713 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2714 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2715 `notmuch' backend.
2716
2717 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2718
2719 * mm-decode.el (mm-text-html-renderer): Doc fix.
2720
2721 * gnus-msg.el (gnus-bug): Fix the MML tag.
2722
2723 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2724
2725 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2726
2727 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2728 secondary methods if started with `gnus-no-server'.
2729
2730 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * message.el (message-return-action): Fix typo in docstring.
2733
2734 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2735
2736 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2737 bug reports at once.
2738
2739 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2740
2741 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2742
2743 * nndraft.el: Require gnus-group.
2744 (nndraft-request-list): Declare.
2745
2746 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2747 no unread article unless it matches gnus-permanently-visible-groups.
2748
2749 * nndraft.el (nndraft-update-unread-articles): New function.
2750 (nndraft-request-associate-buffer): Use it to update the number of
2751 unread articles for the nndraft groups in the group buffer when saving
2752 or killing a draft message.
2753
2754 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2755
2756 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2757 systems to binary before writing and reading the mbox files.
2758
2759 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2760 instead of trying to list them all (bug#8978).
2761
2762 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2763
2764 * pop3.el (pop3-open-server): Use :end-of-capability.
2765
2766 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2767
2768 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2769 the id is always a number.
2770
2771 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2772 debbugs mode, if possible.
2773
2774 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2775
2776 * auth-source.el (auth-source-token-passphrase-callback-function):
2777 Reindent.
2778 (epg-context-operation): Remove unnecessary autoload.
2779
2780 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2781
2782 * gnus.el (gnus-list-debbugs): New command.
2783
2784 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2785 mboxstat instead of the maintbox, since the stat seems to be fuller.
2786
2787 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2788 summary buffers.
2789
2790 * message.el (message-get-reply-headers): Delete all duplicates,
2791 instead of the first.
2792 (message-get-reply-headers): Ensure that we have progress while
2793 deleting duplicates.
2794
2795 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2796 gnus-posting-style value from the summary buffer to make it easier to
2797 make that a per-buffer conf.
2798
2799 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2800
2801 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2802 found by setting `shortcut' in 'query.
2803 (nnir-request-article): Use `shortcut' setting when requesting article
2804 by Message-ID.
2805
2806 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2807
2808 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2809 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2810 Bring the pseudo-headers back too.
2811
2812 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2813
2814 * auth-source.el (auth-source-token-passphrase-callback-function):
2815 Simplify and remove EPA dependency.
2816
2817 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2818
2819 * nnir.el (nnir-request-article): Fix error message text.
2820
2821 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2822
2823 * auth-source.el (plstore-delete): Autoload.
2824 (auth-source-plstore-search): Support delete operation.
2825 * plstore.el (plstore-delete): New function.
2826
2827 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2828
2829 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2830 mark actually existing articles as unread rather than the ones that
2831 active asserts.
2832
2833 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2834
2835 * nntp.el (nntp-record-command):
2836 * gnus-util.el (gnus-message-with-timestamp-1):
2837 Use format-time-string rather than decoding time stamps by hand.
2838 This is simpler and insulates the code from potential changes to
2839 current-time format.
2840
2841 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2842
2843 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2844
2845 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2846
2847 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2848 (plstore-save): Support public key encryption.
2849 (plstore--init-from-buffer): New function.
2850 (plstore-open): Use it; fix error when opening a non-existent file.
2851 (plstore-revert): Use plstore--init-from-buffer.
2852
2853 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2854
2855 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2856
2857 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2858
2859 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2860 for old Emacsen.
2861
2862 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2863
2864 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2865 is not fully working.
2866
2867 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2868
2869 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2870 quit window configuration.
2871
2872 * auth-source.el (epg-context-set-passphrase-callback):
2873 Remove duplicate autoload.
2874
2875 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2876
2877 * nnir.el (nnir-request-article): Allow requesting articles by
2878 Message-ID with nnimap.
2879
2880 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2881 current server.
2882
2883 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2884
2885 * auth-source.el: Autoload EPA/EPG functions.
2886 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2887 changed when EPA/EPG is not available.
2888 (auth-source-backend): Rename "arg" member to "data".
2889 (auth-source-backend-parse, auth-source-plstore-search)
2890 (auth-source-plstore-create): Use it.
2891
2892 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2893
2894 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2895 `gnus-refer-article-methods'.
2896
2897 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2898
2899 * auth-source.el: Require EPA and EPG.
2900 (auth-source-passphrase-alist): New variable.
2901 (auth-source-passphrase-callback-function)
2902 (auth-source-token-passphrase-callback-function): Callbacks for the
2903 netrc field encryption (GPG tokens).
2904 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2905 Symmetric encryption and decryption of the netrc GPG tokens.
2906 (auth-source-netrc-normalize): Use them, simplifying the closure.
2907
2908 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2909
2910 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2911 non-nil, and `nnimap-split-methods' is nil, use the former.
2912
2913 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2914
2915 * plstore.el (plstore-revert): New function.
2916 (plstore-open): Use it; hide the buffer from user.
2917
2918 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2919
2920 * auth-source.el (auth-source-backend): New member "arg".
2921 (auth-source-backend-parse): Handle new backend 'plstore.
2922 * plstore.el: New file.
2923
2924 2011-06-30 Glenn Morris <rgm@gnu.org>
2925
2926 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2927
2928 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2929
2930 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2931
2932 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2933 expiring articles to.
2934
2935 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2936 variations as ASCII (bug#5458).
2937
2938 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2940 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2941
2942 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2943
2944 * message.el (message-point-in-header-p): Tweak the function to default
2945 to saying that we're not in the headers if there is no separator at
2946 all. This makes it possible to use the Message version of `M-q' in
2947 buffers with no headers (bug#7987).
2948 (message-point-in-header-p): Fix last checkin to work with an empty
2949 mail-header-separator, too.
2950
2951 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2952 again, save the choice via customize.
2953
2954 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2955
2956 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2957
2958 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2959 ended the connection, bail out before waiting infinitely on a new
2960 connection.
2961
2962 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2963
2964 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2965 reports.
2966
2967 * gnus.el (gnus-bug-package): Use "gnus."
2968 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2969
2970 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2971
2972 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2973 animations going on at article exit time.
2974
2975 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2976 since removing it breaks people upgrading.
2977
2978 * shr.el (shr-put-image): Use the new interface for animating images.
2979 (shr-put-image): Animate for 60 seconds.
2980
2981 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2982 error with `find-file-hooks' on Emacs 22.
2983 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2984 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2985 on all architectures.
2986
2987 * spam.el (spam-stat): Require in a normal fashion without binding
2988 `spam-stat-install-hooks' to avoid compilation warnings.
2989
2990 * spam-stat.el (spam-stat-install-hooks): Remove.
2991 (spam-stat-install-hooks): Don't run automatically.
2992
2993 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2994
2995 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2996 and keystroke.
2997
2998 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2999
3000 * auth-source.el (auth-source-netrc-cache): Move forward.
3001
3002 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3003
3004 * auth-source.el (auth-source-netrc-create): Don't query the bits that
3005 we already know.
3006 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3007 (auth-source-netrc-create): Don't prompt for the stuff we already know.
3008
3009 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3010
3011 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3012 %S format, since that looks odd.
3013 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3014 file, especially when saving.
3015
3016 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
3017
3018 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3019 article found.
3020
3021 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
3022
3023 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3024 `auth-source-save-secrets' with a more sensitive alist that can be
3025 configured per file. Experimental, so defaults to 'never.
3026 (auth-source-netrc-create): Use it. Still experimental code.
3027 (with-auth-source-epa-overrides): Use `find-file-hooks' if
3028 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
3029
3030 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
3031
3032 * auth-source.el (auth-source-save-secrets): New variable to control if
3033 secret tokens should be saved encrypted.
3034 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3035 to `auth-source-netrc-normalize'.
3036 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
3037 on the EPA variables being defined.
3038 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3039 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3040 the lexical-let closure.
3041 (auth-source-netrc-create): Create "gpg:" tokens according to
3042 `auth-source-save-secrets'.
3043
3044 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3045
3046 * gnus-group.el (gnus-group-update-group): Add new argument
3047 `info-unchanged' that stops updating dribble buffer.
3048
3049 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3050 deletes lines matching to it in dribble buffer.
3051
3052 * gnus-agent.el (gnus-agent-fetch-group-1):
3053 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3054 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3055 * gnus-start.el (gnus-group-change-level):
3056 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3057
3058 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3059 if newsgroup info is not changed.
3060
3061 * gnus-group.el (gnus-group-get-new-news-this-group):
3062 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3063 Don't update dribble buffer.
3064
3065 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
3066
3067 * gnus-registry.el (gnus-registry-remove-ignored): New function to
3068 remove entries with groups we ignore.
3069
3070 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3071
3072 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3073 the underline comes at the bottom.
3074
3075 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
3076
3077 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3078 `gnus-registry-user-format-function-M' and declare the latter obsolete.
3079 (gnus-registry-article-marks-to-names): Rename from
3080 `gnus-registry-user-format-function-M2'.
3081
3082 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3083
3084 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3085 ephemeral group.
3086
3087 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3088
3089 * shr.el (shr-browse-image): Copy the URL if called interactively.
3090
3091 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3092
3093 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3094 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3095 done, then unselected articles may be marked as read.
3096
3097 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3098 since not doing this seems to lead to a race condition in pop3-logon.
3099
3100 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3101 so that the call chain it correct when we call "upwards".
3102
3103 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3104 in read-only groups.
3105
3106 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3107
3108 * message.el (message-cite-reply-position): Doc string fix.
3109
3110 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3111 avoid regexp overflow.
3112 (nnimap-transform-split-mail): Ditto.
3113
3114 * pop3.el (pop3-retr): Error out if the server closes the connection.
3115
3116 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3119 mm-with-unibyte-current-buffer. The buffer should not contain any
3120 multibyte chars anyway at this stage.
3121
3122 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3123
3124 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3125 at the end of lines.
3126
3127 2011-05-29 Julien Danjou <julien@danjou.info>
3128
3129 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3130
3131 2011-05-27 Glenn Morris <rgm@gnu.org>
3132
3133 * gnus-group.el (gnus-bug-group-download-format-alist):
3134 Use the "maintainer" version of debian reports as well.
3135
3136 2011-05-26 Glenn Morris <rgm@gnu.org>
3137
3138 * gnus-group.el (gnus-bug-group-download-format-alist):
3139 Use the "maintainer" version of debbugs.gnu.org reports.
3140
3141 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3142
3143 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3144
3145 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3146
3147 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3148 the thread moves us backwards and so we loop forever.
3149
3150 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3153 whitespace in base64 data lines.
3154
3155 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * gnus-registry.el (gnus-registry-user-format-function-M):
3158 Use `mapconcat'.
3159 (gnus-registry-user-format-function-M2): Use to see the full text of
3160 the marks. Make "," the mark text separator.
3161
3162 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3163 authentication with auth-source.
3164
3165 2011-05-17 Glenn Morris <rgm@gnu.org>
3166
3167 * gnus-group.el (gnus-import-other-newsrc-file):
3168 Use insert-file-contents.
3169
3170 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3171
3172 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3173 1000 iterations.
3174
3175 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3176
3177 * nntp.el (nntp-open-connection): Check if process-type is available.
3178
3179 2011-05-16 Julien Danjou <julien@danjou.info>
3180
3181 * shr.el (shr-tag-del): Add support for del tag.
3182
3183 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3184
3185 * gnus-html.el (gnus-html-put-image): Register a displayer.
3186
3187 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3188
3189 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3190
3191 * registry.el (prune-factor): New initialization parameter defaulting
3192 to 0.1.
3193 (registry-prune-hard): Use it.
3194
3195 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3196 0.1 expicitly.
3197
3198 2011-05-13 Glenn Morris <rgm@gnu.org>
3199
3200 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3201 is bound, since this function requires sendmail.
3202
3203 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3204
3205 * registry.el (registry-usage-test): Disable pruning test.
3206
3207 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3208
3209 * registry.el (registry-prune-hard-candidates)
3210 (registry-prune-soft-candidates): Helper methods for registry pruning.
3211 (registry-prune): Use them. Make the sort function optional.
3212
3213 2011-05-10 Jim Meyering <meyering@redhat.com>
3214
3215 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3216
3217 2011-05-10 Julien Danjou <julien@danjou.info>
3218
3219 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3220 symbol and not a list.
3221
3222 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3223
3224 * gnus-art.el (gnus-article-mode): Move binding of
3225 shr-put-image-function here from gnus-article-prepare-display.
3226
3227 * shr.el (shr-put-image-function): New variable.
3228 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3229 (shr-put-image): Return scaled image.
3230
3231 * gnus-art.el (gnus-shr-put-image): New function.
3232 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3233
3234 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3235 original ones, as deletable.
3236
3237 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3240
3241 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3242
3243 * registry.el (registry-full): Add convenience method. Fix logic.
3244 (registry-insert): Use it. Fix logic here too.
3245
3246 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3247 `registry-prune' if `registry-full' returns t.
3248 (gnus-registry-handle-action)
3249 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3250 (gnus-registry-usage-test): Use it.
3251
3252 2011-05-07 Julien Danjou <julien@danjou.info>
3253
3254 * shr.el (shr-link): Make shr-link inherit from link by default.
3255
3256 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3257
3258 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3259
3260 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3261
3262 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3263 error out because the face is not a list.
3264
3265 2011-05-05 Glenn Morris <rgm@gnu.org>
3266
3267 * gnus-start.el (gnus-propagate-marks): Declare.
3268
3269 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3270
3271 * registry.el (registry-reindex): Fix percentage message.
3272
3273 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3274
3275 * shr.el: Add shr-link face for links.
3276 (shr-urlify): Use it.
3277
3278 * registry.el (registry-insert): Make error message more helpful.
3279
3280 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3281
3282 * gnus-html.el (gnus-html-schedule-image-fetching):
3283 Use url-queue-retrieve, if it exists.
3284
3285 * shr.el (shr-tag-img): Ditto.
3286
3287 * gnus.el: Autoload more gnus-agent functions.
3288
3289 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3290 agent if we haven't already (bug#8502).
3291
3292 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3293 into the Agent, too.
3294
3295 * gnus-agent.el (gnus-agent-store-article): New function.
3296
3297 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3298 and moved from that file for reuse.
3299
3300 * pop3.el (pop3-open-server): Error messages are "-ERR".
3301
3302 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3305 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3306
3307 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3308
3309 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3310 buffer has moved to a different frame.
3311
3312 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3313
3314 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3315 to get the conversion from unibyte to multibyte buffers to work on
3316 Emacs 22.
3317
3318 * nntp.el (nntp-request-article): Slight clean-up.
3319
3320 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3321
3322 * shr.el (shr-strike-through): New face.
3323 (shr-tag-s): Use it to provide <s> support.
3324 (shr-tag-s): Remove duplicate definition.
3325
3326 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3327
3328 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3329 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3330
3331 2011-04-23 Glenn Morris <rgm@gnu.org>
3332
3333 * gnus-sum.el (gnus-extra-headers): Bump :version.
3334
3335 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3336
3337 * shr.el (shr-tag-sup): New function.
3338 (shr-tag-sub): Ditto.
3339
3340 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3341
3342 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3343 for the case where `gnus-registry-ignored-groups' is a list of lists,
3344 and don't call `gnus-parameter-registry-ignore' otherwise.
3345
3346 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3347
3348 * nnimap.el (nnimap-user): New backend variable.
3349 (nnimap-open-connection-1): Use it.
3350 (nnimap-credentials): Accept user parameter so it's explicit what user
3351 name is desired.
3352
3353 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3354 default.
3355
3356 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3357 not gnus-registry.el.
3358
3359 * gnus-registry.el: Mention in comments how to modify
3360 `gnus-extra-headers' for proper recipient tracking and that it may
3361 already have To and Cc recently, which it does as of this commit.
3362 (gnus-registry-ignored-groups): Remove defcustom.
3363 Explain why in comments.
3364 (gnus-registry-action): Fix data-header reference to use the extra
3365 headers. Explain in package commentary how to add To and Cc headers to
3366 the gnus-extra-headers.
3367 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3368 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3369 parameter list or a string list in `gnus-registry-ignored-groups'.
3370 Fix logic error.
3371
3372 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * shr.el (shr-expand-url): Protect against null urls.
3375
3376 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * shr.el (shr-base): New binding.
3379 (shr-tag-base): Keep track of <base>.
3380 (shr-expand-url): New function used throughout.
3381
3382 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3383
3384 * gnus-registry.el
3385 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3386 (gnus-registry-ignored-groups): New variable.
3387 (gnus-registry-ignore-group-p): Use it.
3388 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3389 set the destination group to nil (same as delete) if it's ignored.
3390
3391 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3392
3393 * gnus-registry.el (gnus-registry-action)
3394 (gnus-registry-fetch-header-fast):
3395 Don't use mail-header that looks an internal function of mailheader.el.
3396
3397 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3398
3399 * gnus-registry.el: Eliminate cl functions.
3400 (gnus-registry-sort-addresses): New function that replaces mapcan.
3401 (gnus-registry-action, gnus-registry-spool-action)
3402 (gnus-registry-split-fancy-with-parent)
3403 (gnus-registry-fetch-recipients-fast): Use it.
3404 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3405
3406 * registry.el (initialize-instance, registry-lookup)
3407 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3408 (registry-lookup-secondary-value, registry-search, registry-delete)
3409 (registry-insert, registry-reindex, registry-size, registry-prune):
3410 Use eval-and-compile.
3411
3412 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3413
3414 * registry.el (registry-reindex): New method to recreate the secondary
3415 registry indices.
3416
3417 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3418 tracked field changes.
3419 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3420 (gnus-registry-action, gnus-registry-spool-action)
3421 (gnus-registry-handle-action)
3422 (gnus-registry--split-fancy-with-parent-internal)
3423 (gnus-registry-split-fancy-with-parent)
3424 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3425 move, and delete actions, and for fancy splitting with parent.
3426 (gnus-registry-extract-addresses)
3427 (gnus-registry-fetch-recipients-fast)
3428 (gnus-registry-fetch-header-fast): Convenience functions.
3429 (gnus-registry-misc-test): ERT test of
3430 `gnus-registry-extract-addresses'.
3431
3432 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3433
3434 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3435 Track by subject first, then sender.
3436
3437 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3440
3441 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3442 Lisp.
3443
3444 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3445 (gnus-draft-send): Use it to avoid popping
3446 up frames from gnus-group-send-queue.
3447
3448 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3449
3450 * gnus-registry.el: Updated gnus-registry docs.
3451
3452 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3453
3454 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3455 Fix logic bug.
3456 (gnus-registry-post-process-groups): Fix logging of no results and
3457 quote sender and subject.
3458
3459 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
3461 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3462 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3463 we had no early-data returned.
3464 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3465 two async commands to the same server at the same time.
3466
3467 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3468
3469 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3470
3471 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3472
3473 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3474 "warning" level.
3475
3476 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3477 (mm-url-insert-file-contents): Don't set the package names.
3478
3479 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3480
3481 * gnus-registry.el (gnus-registry-action): Remove properties and
3482 simplify subject in `gnus-registry-handle-action'.
3483 (gnus-registry-spool-action): Get subject and sender from message if
3484 they are not passed in.
3485 (gnus-registry-handle-action): Remove properties and simplify subject
3486 consistently.
3487
3488 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * registry.el: Require CL before using defmacro*.
3491
3492 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3493
3494 * gnus-art.el (article-treat-date): Assume that
3495 gnus-article-date-headers may be a group parameter.
3496
3497 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3498
3499 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3500
3501 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3502 interactively so the newsrc file can contain foreign groups too.
3503 Useful for debugging but not much for users.
3504
3505 2011-04-07 David Engster <dengste@eml.cc>
3506
3507 * registry.el (registry-usage-test): Only do
3508 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3509 lexical binding.
3510
3511 2011-04-06 David Engster <dengste@eml.cc>
3512
3513 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3514 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3515
3516 2011-04-06 David Engster <dengste@eml.cc>
3517
3518 * registry.el (initialize-instance): Change :after to :AFTER to be
3519 compatible with old EIEIO version in XEmacs.
3520
3521 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3522
3523 * gnus-registry.el (gnus-registry-post-process-groups)
3524 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3525 and provide better messaging.
3526
3527 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3528
3529 * gnus-registry.el: Don't use ERT if it's not available. Load it
3530 unconditionally anyway, discarding errors.
3531 (gnus-registry-delete-entries): New convenience function.
3532 (gnus-registry-import-eld): Import from old .eld registry.
3533
3534 * registry.el: Don't use ERT if it's not available. Load it
3535 unconditionally anyway, discarding errors.
3536
3537 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3538 version from the Claudio Bley GnuTLS patch (extra optional parameters
3539 and host name).
3540
3541 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3542
3543 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3544 fixup the parameters that can be customized by the user between
3545 save/read cycles.
3546 (gnus-registry-read): Use it.
3547 (gnus-registry-make-db): Use it.
3548 (gnus-registry-spool-action, gnus-registry-handle-action):
3549 Fix messaging.
3550 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3551 Map references to actual group names with sender and subject tracking.
3552 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3553 (gnus-registry-usage-test): Add subject lookup test.
3554
3555 * registry.el (registry-db, initialize-instance): Set up constructor
3556 instead of :initform arguments for the sake of older Emacsen.
3557 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3558 pre-lexbind merge bug.
3559 (registry-usage-test): Use it.
3560 (initialize-instance, registry-db): Move the non-function initforms
3561 back to the class definition.
3562
3563 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3564
3565 * registry.el: New library to manage gnus-registry-style data.
3566
3567 * gnus-registry.el: Use it (major rewrite).
3568
3569 * nnregistry.el: Use it.
3570
3571 * spam.el: Use it.
3572
3573 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3574
3575 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3576 marks on non-selected articles.
3577
3578 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3581
3582 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3583 parameter to open-protocol-stream.
3584
3585 2011-04-01 Julien Danjou <julien@danjou.info>
3586
3587 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3588 fundamental-mode.
3589
3590 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3593 servers.
3594
3595 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3596
3597 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3598 made marks not propagate, again.
3599
3600 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3603 Make this the default type.
3604 (proto-stream-open-plain): Rename from proto-stream-open-default.
3605 (open-protocol-stream, proto-stream-open-starttls)
3606 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3607 with `plain'.
3608
3609 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3610 value.
3611
3612 * nntp.el (nntp-open-connection-function): Document the fact that some
3613 values are not functions but are instead handled specially.
3614 Recognize nntp-open-plain-stream value.
3615 (nntp-open-connection): Recognize that value.
3616
3617 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3618
3619 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3620 stuff.
3621
3622 * gnus-score.el (gnus-score-string): Fix calling convention of
3623 `gnus-simplify-buffer-fuzzy' after last patches.
3624
3625 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3626 server for articles we didn't get any headers for. This is a sanity
3627 check.
3628
3629 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3630
3631 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3632 new CAPABILITY, use it.
3633
3634 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3635
3636 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3637 downloading anything.
3638
3639 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3640
3641 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3642
3643 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3644 colors.
3645 (gnus-splash-svg-color-symbols): New function.
3646
3647 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3648
3649 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3650 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3651 (gnus-simplify-subject-fuzzy): Use the local
3652 gnus-simplify-subject-fuzzy-regex instead of the global one.
3653 This makes using this variable in group parameters work.
3654
3655 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3656
3657 * gnus-registry.el (gnus-registry-unfollowed-groups):
3658 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3659 archive:sent-YYYY-MM-DD groups).
3660 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3661 tracking if there are more than `gnus-registry-max-track-groups'
3662 matches.
3663
3664 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * message.el (message--yank-original-internal): New function to do the
3667 insertion cleanly inside eval in `message-yank-original'.
3668 (message-yank-original): Use it.
3669
3670 2011-03-29 Julien Danjou <julien@danjou.info>
3671
3672 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3673 local variables disabled rather than `normal-mode'.
3674
3675 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3676
3677 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3678 with open-network-stream.
3679 (proto-stream-always-use-starttls): Option removed.
3680 (open-protocol-stream): Return a process object by default. Provide a
3681 new parameter :return-list specifying a list-type return value, which
3682 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3683 :type `network' to `try-starttls', and `network-only' to `default'.
3684 Make `default' the default, for compatibility with open-network-stream.
3685 Handle the no-parameter case exactly as open-network-stream, with no
3686 additional stream processing. Search plists using plist-get.
3687 Explicitly add :end-of-commend parameter if it is missing.
3688 (proto-stream-open-default): Rename from
3689 proto-stream-open-network-only. Return 'default as the type.
3690 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3691 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3692 failed. Always return a list with a (possibly dead) process as the
3693 first element, for compatibility with open-network-stream.
3694 (proto-stream-open-tls): Use plist-get. Always return a list.
3695 (proto-stream-open-shell): Return `default' as connection type.
3696 (proto-stream-capability-open): Use plist-get.
3697 (proto-stream-eoc): Function deleted.
3698
3699 * nnimap.el (nnimap-stream, nnimap-open-connection)
3700 (nnimap-open-connection-1): Handle renaming of :type parameter for
3701 open-protocol-stream.
3702 (nnimap-open-connection-1): Pass a :return-list parameter
3703 open-protocol-stream to obtain a list return value. Parse this list
3704 using plist-get.
3705
3706 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3707 for open-protocol-stream. Accept open-protocol-stream return value
3708 that is a subprocess object instead of a list. Handle the case of a
3709 dead returned process.
3710
3711 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3712
3713 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3714
3715 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3716
3717 2011-03-21 Julien Danjou <julien@danjou.info>
3718
3719 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3720 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3721 query.
3722 (mm-inline-text): Render normal text with fontification whenever
3723 possible.
3724
3725 * gnus-sum.el (gnus-summary-save-parts-1):
3726 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3727 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3728 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3729 Use `mm-handle-filename'.
3730
3731 * mm-util.el (mm-handle-filename): New function, return the filename of
3732 an handle.
3733
3734 2011-03-18 Julien Danjou <julien@danjou.info>
3735
3736 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3737 (gnus-buffer-live-p): Check that buffer is not nil.
3738
3739 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3740
3741 * gnus-art.el: Require mouse, which the build bot seems to say is
3742 needed.
3743
3744 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3745 XEmacs, since it doesn't have url-retrieve-synchronously.
3746
3747 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3748
3749 * gnus-group.el (gnus-group-list-ticked): New function.
3750 (gnus-group-make-menu-bar): Provide a menu entry for it.
3751 (gnus-group-list-map): Provide a binding for it.
3752
3753 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3754
3755 * shr.el (shr-visit-file): New command.
3756
3757 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3758
3759 2011-03-17 Bjørn Mork <bjorn@mork.no>
3760
3761 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3762 servers.
3763
3764 2011-03-16 Julien Danjou <julien@danjou.info>
3765
3766 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3767 inline.
3768
3769 * gnus-art.el (article-hide-list-identifiers):
3770 Use gnus-group-get-list-identifiers.
3771
3772 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3773 (gnus-summary-remove-list-identifiers):
3774 Use gnus-group-get-list-identifiers to get regexp.
3775 (gnus-select-newsgroup, gnus-summary-insert-subject)
3776 (gnus-summary-insert-articles):
3777 Call gnus-summary-remove-list-identifiers unconditionally.
3778
3779 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3780
3781 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3782 we're selecting a group with unread articles.
3783
3784 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3785
3786 * gssapi.el: New file separated out from imap.el to provide a general
3787 Kerberos 5 connection facility for Emacs.
3788
3789 * message.el (message-elide-ellipsis): Document the format spec
3790 ellipsis.
3791
3792 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3793
3794 * message.el (message-elide-region): Allow the ellipsis to say how many
3795 lines were removed.
3796
3797 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3798
3799 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3800 window configurations containing buffers that are now dead.
3801
3802 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3803 parsing to avoid integer overflows.
3804 (nnimap-parse-flags): Simplify the last change.
3805 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3806 too large for 32-bit Emacsen.
3807
3808 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3809
3810 * auth-source.el (auth-source-netrc-create):
3811 * message.el (message-yank-original): Fix use of `case'.
3812
3813 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3814
3815 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3816 XEmacs, which was one character too wide.
3817
3818 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3819
3820 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3821 default number of articles to display.
3822 (gnus-articles-to-read): Use pretty names for prompt.
3823
3824 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3825
3826 * gnus-int.el (gnus-open-server): Ditto.
3827
3828 * gnus-start.el (gnus-activate-group): Give a backtrace if
3829 debug-on-quit is set and the user hits `C-g'.
3830 (gnus-read-active-file): Ditto.
3831
3832 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3833
3834 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3835
3836 * message.el (message-yank-original): Use cond instead of CL case.
3837
3838 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3839
3840 * auth-source.el (auth-source-netrc-create): Use usual format for the
3841 default in prompts.
3842
3843 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3844
3845 * auth-source.el (auth-source-netrc-create): Show the default in the
3846 prompt when prompting for token creation.
3847
3848 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3849
3850 * auth-source.el (auth-source-format-prompt): Always convert the value
3851 to a string to avoid evaluating non-string arguments.
3852 (auth-source-netrc-create): Offer default properly, not as initial
3853 content in `read-string'.
3854 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3855 of line to determine if we've been run before. If so, don't run again,
3856 but print a trivial message to indicate the cache was hit instead.
3857
3858 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3859
3860 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3861 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3862 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3863 Gnus.
3864
3865 2011-03-11 Julien Danjou <julien@danjou.info>
3866
3867 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3868 modified file".
3869
3870 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3871
3872 * auth-source.el (auth-source-read-char-choice): New function to read a
3873 character choice using `dropdown-list', `read-char-choice', or
3874 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3875 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3876 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3877 (auth-source-netrc-saver): Use it.
3878 (auth-source-pick-first-password): New convenience function.
3879
3880 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3881
3882 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3883 parameter in the credentials.
3884 (nnimap-open-connection-1): Use it after a successful login.
3885 (nnimap-credentials): Add IMAP-specific user and password prompt.
3886
3887 * auth-source.el (auth-source-search): Add :require parameter, taking a
3888 list. Document it and the :save-function return token. Pass :require
3889 down. Change the CREATED message from a warning to a debug statement.
3890 (auth-source-search-backends): Pass :require down.
3891 (auth-source-netrc-search): Pass :require down.
3892 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3893 Change save prompt to indicate all modifications saved here are
3894 deletions.
3895 (auth-source-netrc-create): Take user login name as default in user
3896 prompt. Move all the save functionality to a lexically bound function
3897 under the :save-function token in the returned list. Set up clearer
3898 default prompts for user, host, port, and secret.
3899 (auth-source-netrc-saver): New function, intended to be wrapped for
3900 :save-function.
3901
3902 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * Version 23.3 released.
3905
3906 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3907
3908 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3909 lines to be spaces instead.
3910
3911 2011-03-07 Julien Danjou <julien@danjou.info>
3912
3913 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3914 (sieve-sasl-auth): Check that auth-source-search did return something,
3915 or just return an empty string.
3916
3917 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3918
3919 * gnus.el (gnus-interactive): Use read-directory-name.
3920
3921 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3922 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3923 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3924 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3925 Likewise.
3926
3927 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3928
3929 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3930
3931 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3932 onto the list of killed groups, too. This makes killed nnimap groups,
3933 for instance, more reliably not reappear.
3934
3935 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3936 the parent.
3937
3938 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3939
3940 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3941 really have server-side marks.
3942
3943 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3944 since most backends do not usefully have server-side marks.
3945 (gnus-update-read-articles): Propagate marks to all backends that
3946 really have server-side marks.
3947
3948 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3949
3950 * message.el (message-cite-reply-position, message-cite-style):
3951 New variables.
3952 (message-yank-original): Use the new citation styles.
3953
3954 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3955
3956 * message.el (message-options): Revert the change that's a workaround
3957 for XEmacs buffer-local issue; don't mark it buffer-local when running
3958 under XEmacs.
3959
3960 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3961
3962 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3963 numbers too big to be `read'.
3964
3965 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3966
3967 * message.el (message-options): Make buffer-local two ways to attempt
3968 to fix a XEmacs bug.
3969
3970 2011-03-02 Julien Danjou <julien@danjou.info>
3971
3972 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3973
3974 2011-03-01 Julien Danjou <julien@danjou.info>
3975
3976 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3977 group.
3978 (article-hide-list-identifiers): Use list-identifier group parameter.
3979
3980 2011-02-28 Julien Danjou <julien@danjou.info>
3981
3982 * sieve.el (sieve-buffer-script-name): New local variable to store
3983 sieve script name.
3984 (sieve-edit-script): Store sieve script name.
3985 (sieve-upload): Use sieve script name when uploading.
3986 (sieve-upload): Use substitute-command-keys.
3987 (sieve-edit-script): Use substitute-command-keys.
3988 (sieve-refresh-scriptlist): Use substitute-command-keys.
3989 (sieve-manage-mode-map): Define keymap properly.
3990 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3991 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3992 Remove commented code about cvs.
3993 (sieve-manage-quit): New function.
3994 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3995
3996 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3999
4000 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * auth-source.el (auth-source-search): Cache empty result sets.
4003
4004 * auth-source.el (auth-source-save-behavior): New variable to replace
4005 `auth-source-never-create'.
4006 (auth-source-netrc-create): Use it.
4007 (auth-source-never-save): Remove.
4008
4009 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
4010
4011 * nnimap.el (nnimap-stream): Doc fix.
4012 (nnimap-open-connection-1): Reverse the order of the ports to that the
4013 prompted-for port is first.
4014
4015 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4016 retrieval by the no-group selection.
4017
4018 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4019 numerical parameters.
4020
4021 2011-02-25 Julien Danjou <julien@danjou.info>
4022
4023 * gnus-gravatar.el: Use gnus-with-article-buffer.
4024
4025 * gnus-art.el (gnus-with-article-buffer): Check that the
4026 gnus-article-buffer is alive.
4027
4028 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
4029
4030 * auth-source.el (auth-source-creation-prompts): New variable to manage
4031 creation-time prompts.
4032 (auth-source-search): Document it.
4033 (auth-source-format-prompt): Add utility function.
4034 (auth-source-netrc-create): Don't default the user name to
4035 user-login-name. Use `auth-source-creation-prompts' and some default
4036 prompts for user, host, port, and password (the default generic prompt
4037 remains ugly).
4038 (auth-source-never-save): Add customizable option to never save info.
4039 (auth-source-netrc-create): Use it and improve save prompts. Fix help
4040 mode excursion.
4041
4042 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4045 argument that XEmacs doesn't support.
4046
4047 2011-02-23 Julien Danjou <julien@danjou.info>
4048
4049 * gnus-art.el (article-make-date-line): Ignore errors if time is
4050 invalid and not convertible.
4051 (article-make-date-line): Only add lapsed time if time is not nil.
4052
4053 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
4054
4055 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4056 `read-char-choice' for backwards compatibility.
4057 (auth-source-netrc-element-or-first): New function to DTRT for
4058 parameter extraction.
4059 (auth-source-netrc-create): Use it and fix multiple parameter print
4060 bug. Use the default passed from above (given-default) or the
4061 built-in (user-login-name for :user).
4062
4063 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
4064
4065 * gnus-start.el (gnus-dribble-read-file):
4066 Set buffer-save-without-query, since we always want to save the dribble
4067 file, probably.
4068
4069 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4070 nnimap.
4071
4072 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4073 -summary- since it's a user-visible variable.
4074
4075 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4076 first time you use the new Gnus.
4077
4078 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
4079
4080 * auth-source.el: Don't load netrc.el.
4081 (auth-sources): Search ~/.netrc as well by default.
4082 (auth-source-debug): Add 'trivia option for extra output.
4083 (auth-source-do-trivia): Use it.
4084 (auth-source-search): Simplify logic to use
4085 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4086 appropriate. Don't keep a running count at this level. Layer :create
4087 and :delete options appropriately on the first and second passes.
4088 Don't track the backend with the search results.
4089 (auth-source-search-backends): New function to search a list of
4090 backends for a processed spec.
4091 (auth-source-netrc-parse): Cache all netrc files, making
4092 auth-source-netrc-cache an alist keyed by the file name and using the
4093 file mtime as the caching criterion. Keep the obfuscated data secret
4094 with a lexical bind.
4095 (auth-source-netrc-search): Don't calculate the length of the results
4096 unnecessarily.
4097 (auth-source-search-backends): Fix bug.
4098 (auth-source-netrc-create): Rework prompts.
4099
4100 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4101
4102 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4103 Lower case names of search constraints.
4104 (nnir-run-query): Cache and reuse search constraints for all imap
4105 servers.
4106
4107 2011-02-22 Sam Steingold <sds@gnu.org>
4108
4109 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4110
4111 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4112
4113 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4114 after exit.
4115 (gnus-setup-message): Define missing variable from last checkin.
4116
4117 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4118 value, show the raw article.
4119
4120 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4121
4122 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4123 auth-source now accepts numbers.
4124
4125 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4126 spec, too.
4127 (auth-source-ensure-strings): New function.
4128
4129 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4130 (gnus-article-setup-buffer): Always restart the date timer so that user
4131 changes to the frequency is respected.
4132
4133 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4134 port numbers, so make sure it gets that if nnimap-server-port is
4135 explicit.
4136
4137 2011-02-21 Simon Josefsson <simon@josefsson.org>
4138
4139 * nnimap.el (nnimap-inbox): Doc fix.
4140
4141 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4142
4143 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4144 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4145 color-lab-to-srgb.
4146
4147 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4148
4149 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4150 given method as in the group name if we're using an extended method.
4151 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4152 command, if we're using that, instead of waiting for the beginning.
4153
4154 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4155 we're sure to get unique server names, and we don't output two async
4156 commands in the same buffer. This fixes an NNTP hang for some users.
4157
4158 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4159
4160 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4161 summary buffer before reading going to the next buffer. This avoids
4162 putting the point in the group buffer if you `C-g' the command.
4163
4164 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4165 cache (for now) to make ~/.authinfo.gpg files usable.
4166
4167 * nnfolder.el (copyright-update): Define for the compiler.
4168
4169 * auth-source.el (auth-source-search): Fix unbound variable.
4170
4171 2011-02-19 Glenn Morris <rgm@gnu.org>
4172
4173 * gnus.el (gnus-meta): Doc fix.
4174
4175 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4178 in case it's not yet loaded.
4179
4180 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4181
4182 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4183 line we're waiting for.
4184
4185 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4186
4187 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4188 face with line-width greater than zero will cause RET in gnus summary
4189 buffer to scroll down article page-wise because auto vscroll happens,
4190 it should be temporally disabled when doing a scroll-up.
4191
4192 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4193
4194 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4195 outputs from the server.
4196
4197 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4198
4199 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4200 later so that bbdb can hook in easier.
4201
4202 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4203
4204 * auth-source.el (auth-source-search): Don't try to create credentials
4205 if the caller doesn't want that.
4206 (auth-source-search): If we don't find a match, don't bug out on
4207 non-bound variables.
4208 (auth-source-search): Only ask a single backend to create the
4209 credentials.
4210
4211 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4212 logging.
4213 (nnimap-credentials): Protect against auth-source-search returning nil.
4214 (nnimap-request-list): Protect against not being able to open the
4215 server.
4216
4217 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4218
4219 * auth-source.el (auth-source-search): Do a two-phase search, one with
4220 no :create to get the responses from all backends.
4221
4222 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4223 when getting credentials.
4224
4225 * gnus-util.el (gnus-delete-duplicates): New function.
4226
4227 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4228
4229 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4230 a creation default, pass the whole port list down. It will be
4231 completed.
4232
4233 * auth-source.el (auth-source-search): Updated docs to talk about
4234 multiple creation choices.
4235 (auth-source-netrc-create): Accept a list as a value (from the search
4236 parameters) and do completion on that list. Keep a separate netrc line
4237 with the password obscured for showing the user.
4238
4239 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4240 first choice to `auth-source-search' so it will be used for entry
4241 creation instead of the server's Gnus-specific name.
4242 (nnimap-credentials): Rely on the auth-source library to select which
4243 port is actually wanted in the new netrc entry, so don't override
4244 `auth-source-creation-defaults'.
4245
4246 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4247 :protocol and accept a missing user, host, or port as a wildcard match.
4248 (auth-source-debug): Default to off.
4249
4250 (auth-source-netrc-search, auth-source-netrc-create)
4251 (auth-source-secrets-search, auth-source-secrets-create)
4252 (auth-source-user-or-password, auth-source-backend, auth-sources)
4253 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4254 instead of :protocol.
4255
4256 * nnimap.el (nnimap-credentials): Pass a port default to
4257 `auth-source-search' in case an entry needs to be created.
4258 (nnimap-open-connection-1): Use :port instead of :protocol.
4259
4260 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4261
4262 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4263 instead of delete-dups that is not available in XEmacs 21.4.
4264
4265 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4266
4267 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4268 nil means that nnimap doesn't get updated.
4269
4270 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4271
4272 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4273 result when the user doesn't want to write to the file.
4274 (auth-source-netrc-search): Expect a synthetic result and proceed
4275 accordingly.
4276 (auth-source-cache-expiry): New variable to override
4277 `password-cache-expiry'.
4278 (auth-source-remember): Use it.
4279
4280 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4281 parameter. Create entry if necessary by using :create t.
4282 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4283
4284 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4285
4286 * auth-source.el (auth-source-debug): Enable by default and don't
4287 mention the obsolete `auth-source-hide-passwords'.
4288 (auth-source-do-warn): New function to debug unconditionally.
4289 (auth-source-do-debug): Use it.
4290 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4291 and for Secrets API entries when the secrets.el library is not
4292 available.
4293
4294 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4295
4296 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4297 (gnus-summary-exit): Kill the correct article buffer on exit from a
4298 `C-d' group.
4299
4300 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4301 gnus-propagate-marks.
4302
4303 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4304 before killing the buffers so that a non-full window conf gets handled
4305 correctly.
4306 (gnus-summary-exit): Ditto.
4307 (gnus-summary-read-group-1): Ditto.
4308
4309 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4310 async code again so that we can debug it properly.
4311
4312 * message.el (message-reply): Take an optional switch-buffer parameter
4313 so that Gnus window confs are respected better.
4314
4315 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4316
4317 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4318 `plist-get' to accept non-list parameters (XEmacs issue).
4319 Fix docstring.
4320 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4321 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4322 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4323 Login collection is "Login" and not "login".
4324
4325 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4326
4327 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4328 multiple headers.
4329
4330 * nnimap.el (nnimap-inhibit-logging): New variable.
4331 (nnimap-log-command): Don't log login commands.
4332
4333 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4334 to have more parameters.
4335
4336 * nnimap.el (nnimap-send-command): Mark the command time for each
4337 command, so that we don't get NOOPs stepping on our toes.
4338
4339 * gnus-art.el (article-date-ut): Get the date from the Date header on
4340 `t'.
4341
4342 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4343
4344 * auth-source.el (auth-source-search): Use copy-sequence instead of
4345 the cl.el copy-list.
4346
4347 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4348
4349 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4350 Improve prompt.
4351
4352 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4353
4354 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4355 washing status from the default format. It isn't very informative.
4356
4357 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4358
4359 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4360 Fix Gcc processing on imap.
4361
4362 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * message.el (message-bury): Don't pop up a new window when selected
4365 window is dedicated.
4366
4367 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4368
4369 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4370
4371 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4372
4373 * sieve-manage.el: Autoload `auth-source-search'.
4374 (sieve-sasl-auth): Use it.
4375
4376 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4377
4378 * nnimap.el: Autoload `auth-source-forget+'.
4379 (nnimap-open-connection-1): Use it if the connection fails.
4380
4381 * auth-source.el: Require `password-cache'.
4382 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4383 obsolete.
4384 (auth-source-magic): Marker for `password-cache' keys.
4385 (auth-source-do-cache): Update docstring.
4386 (auth-source-search): Use and check cache.
4387 (auth-source-forget-all-cached, auth-source-remember)
4388 (auth-source-recall, auth-source-forget, auth-source-forget+)
4389 (auth-source-specmatchp): Caching support functions.
4390 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4391 Remove and obsolete.
4392 (auth-source-user-or-password): Remove caching to further discourage
4393 using it. Always hide passwords.
4394
4395 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4396
4397 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4398 code for now, since it doesn't work for all users.
4399
4400 2011-02-09 Julien Danjou <julien@danjou.info>
4401
4402 * message.el (message-options): Make message-options really buffer
4403 local.
4404
4405 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4406
4407 * mail-source.el: Autoload `auth-source-search'.
4408 (mail-source-keyword-map): Note order matters.
4409 (mail-source-set-1): Get all the mail-source source values and
4410 defaults and search auth-source on those if needed. This can all
4411 probably be simplified.
4412
4413 * nnimap.el: Autoload `auth-source-search'.
4414 (nnimap-credentials): Use it.
4415 (nnimap-open-connection-1): Ask for the virtual server and physical
4416 address in one shot.
4417
4418 * nntp.el: Autoload `auth-source-search'.
4419 (nntp-send-authinfo): Use it. Note TODO.
4420
4421 2011-02-08 Julien Danjou <julien@danjou.info>
4422
4423 * shr.el (shr-tag-body): Add support for text attribute in body
4424 markups.
4425
4426 * message.el (message-options): Make message-options a local variable.
4427
4428 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4429
4430 * auth-source.el (auth-source-secrets-search)
4431 (auth-source-user-or-password): Use `append' instead of `nconc'.
4432 (auth-source-user-or-password): Build return list better and protect
4433 against nil :secret.
4434
4435 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4436
4437 * nnimap.el (nnimap-update-info): Refactor slightly.
4438 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4439 (nnimap-update-info): Clean up slightly.
4440 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4441 characters.
4442 (nnimap-process-quirk): Rename function to avoid collision.
4443 (nnimap-update-info): Fix macrology bug-out.
4444 (nnimap-update-info): Simplify split history test.
4445
4446 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4447
4448 * auth-source.el (top): Require 'eieio unconditionally.
4449 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4450 (auth-source-secrets-search): Limit search when `max' is greater than
4451 number of results.
4452
4453 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4454
4455 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4456 part not returning any data.
4457
4458 * proto-stream.el (open-protocol-stream): Document the return value.
4459
4460 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4461
4462 * auth-source.el (auth-source-secrets-search): Add examples.
4463
4464 2011-02-06 Julien Danjou <julien@danjou.info>
4465
4466 * message.el (message-setup-1): Handle message-generate-headers-first
4467 set to t.
4468
4469 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4470
4471 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4472 API with a string "secrets:collection-name" and with 'default.
4473 (auth-source-backend-parse): Parse "secrets:collection-name" and
4474 'default. Recurse on parses instead of repeating code. Use the
4475 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4476 message when ignoring a source.
4477 (auth-source-search): List ignored search keys at the top level.
4478 (auth-source-netrc-create): Use `case' instead of `cond'.
4479 (auth-source-secrets-search): Created with TODOs.
4480 (auth-source-secrets-create): Created with TODOs.
4481 (auth-source-retrieve, auth-source-create, auth-source-delete)
4482 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4483 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4484 (auth-source-user-or-password-sftp)
4485 (auth-source-user-or-password-smtp): Remove.
4486 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4487 around `auth-source-search'. Not tested thoroughly.
4488
4489 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4490
4491 * auth-source.el: Bring in assoc and eioeio libraries.
4492 (secrets-enabled): New variable to track the status of the Secrets API.
4493 (auth-source-backend): New EIOEIO class to represent a backend.
4494 (auth-source-creation-defaults): New variable to set prompt defaults
4495 during token creation (see the `auth-source-search' docstring for
4496 details).
4497 (auth-sources): Simplify to allow a simple string as a netrc backend
4498 spec.
4499 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4500 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4501 (auth-source-search): Main auth-source API entry point.
4502 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4503 (auth-source-search-collection): Helper function for searching.
4504 (auth-source-netrc-parse, auth-source-netrc-normalize)
4505 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4506 Supports search, create, and delete.
4507 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4508 backend stubs.
4509 (auth-source-user-or-password): Call `auth-source-search' but it's not
4510 ready yet.
4511
4512 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4513
4514 * message.el (message-setup-1): Remove the read-only stuff, since it
4515 doesn't work under XEmacs, for some reason.
4516
4517 * gnus-sum.el (gnus-user-date): Rename back from
4518 gnus-summary-user-date since user code refers to it.
4519
4520 * shr.el (shr-render-td): Store the actual background color used.
4521
4522 * message.el (message-setup-1): Don't bind the constant
4523 -forbidden-properties.
4524 (message-setup-1): Revert previous change, since it needs to bind the
4525 props to insert them.
4526 (message-resend): Allow removing the read-only separator line.
4527
4528 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4529
4530 * nnimap.el (nnimap-request-accept-article): Give an error message if
4531 the APPEND wasn't successful.
4532
4533 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4534
4535 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4536 that have no groups.
4537
4538 2011-02-03 Julien Danjou <julien@danjou.info>
4539
4540 * gnus-draft.el: Remove progn around gnus-draft-setup.
4541
4542 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4543
4544 * gnus-start.el (gnus-read-active-for-groups): This function is never
4545 called with a nil `infos', so clean that up.
4546 (gnus-get-unread-articles): Request active files from primary/secondary
4547 methods that have no groups (yet).
4548
4549 2011-02-03 Julien Danjou <julien@danjou.info>
4550
4551 * message.el (message-setup-1): Always generate References first.
4552 (message-mail): Return the return value of message-setup, not always t.
4553 (message-setup-1): Insert mail-header-separator with read-only and
4554 intangible properties set.
4555
4556 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4557 user-date in docstring.
4558
4559 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4560
4561 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4562 docstring.
4563
4564 * gnus.el (gnus-user-date-format-alist): Change default value.
4565 Use defcustom, with type and group. Move from gnus-util.el.
4566 Rename to gnus-summary-user-date-format-alist.
4567
4568 2011-02-03 Glenn Morris <rgm@gnu.org>
4569
4570 * nnimap.el (gnus-fetch-headers): Declare.
4571
4572 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4573
4574 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4575
4576 * message.el (message-forward-make-body-digest-plain)
4577 (message-followup, message-reply): Clean up things noted by Stefan.
4578
4579 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4580 gnus-article-update-date-headers is nil.
4581 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4582 it didn't really work with defcustom.
4583 (article-update-date-lapsed): Make sure the window start doesn't move,
4584 either.
4585
4586 2011-02-01 Julien Danjou <julien@danjou.info>
4587
4588 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4589 format.
4590
4591 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4592 standard in Emacs nowadays.
4593
4594 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * message.el (message-expand-name): Don't trust the return value of
4597 bbdb-complete-name.
4598 (message-check-news-header-syntax): Remove unused var `start'.
4599 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4600 (message-inhibit-body-encoding): Move to before first use.
4601 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4602 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4603 (Organization, Message-ID, Date, mh-previous-window-config):
4604 Defvar the vars using dynamic scoping.
4605
4606 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4607
4608 * shr.el (shr-render-td): Only do colors at the final rendering.
4609 Should be slightly faster.
4610 (shr-insert-table): Fix up TD background colors when doing the
4611 vertical padding.
4612
4613 * gnus-art.el (article-date-ut): Protect against articles with no Date
4614 header.
4615 (article-update-date-lapsed): Don't use current-column to find the
4616 horizontal position. It's fragile in the presence of \003 characters.
4617
4618 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4619
4620 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4621
4622 * gnus-art.el (article-transform-date): Rewrite to still work when
4623 there are several rfc2822 parts.
4624 (article-transform-date): Fix infinite recursion.
4625 (article-date-ut): Replace infinitely many Date headers with a single
4626 one when called interactively.
4627
4628 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4629 secure manner.
4630
4631 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4632 move around by not using save-window-excursion. It seems to work...
4633
4634 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4635
4636 * gnus-art.el (article-make-date-line): Work for user-defined format.
4637
4638 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4639
4640 * nntp.el (nntp-retrieve-group-data-early)
4641 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4642 fetching functions.
4643
4644 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4645 thoroughly for all backends that have no known groups. This should
4646 allow new nnml methods to retrieve mail.
4647
4648 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4649 that Gnus doesn't know exists again.
4650
4651 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4652 (gnus-treat-date-ut): Ditto.
4653 (gnus-article-update-date-header): Rename.
4654 (gnus-treat-date-local): Remove.
4655 (gnus-treat-date-english): Remove.
4656 (gnus-treat-date-lapsed): Remove.
4657 (gnus-treat-date-combined-lapsed): Remove.
4658 (gnus-treat-date-original): Remove.
4659 (gnus-treat-date-iso8601): Remove.
4660 (gnus-treat-date-user-defined): Remove.
4661 (gnus-article-date-headers): New variable to control all the date
4662 header options.
4663 (article-date-ut): Rewrite to allow using the new way to format date
4664 headers(s).
4665
4666 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4667
4668 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4669 method.
4670 (nnmail-article-group): A better test for fanciness.
4671
4672 * nnimap.el (nnimap-request-head): Protect against not finding the
4673 article by Message-ID.
4674
4675 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4676
4677 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4678 keep point at the "same place".
4679
4680 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4681
4682 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4683 data if the group is inactive.
4684
4685 2011-01-28 Julien Danjou <julien@danjou.info>
4686
4687 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4688 (gnus-all-windows-visible-p): Remove old compatibility code.
4689 (gnus-window-top-edge): Add docstring.
4690
4691 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4692
4693 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4694
4695 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4696 older request-update-info.
4697
4698 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4699
4700 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4701
4702 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4703 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4704
4705 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4706
4707 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4708 groups. This makes the nndraft:queue group pop up if it's not already
4709 there.
4710
4711 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4712 messages" logic, which was reversed.
4713
4714 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4715 the "same place" even if point is on the line being replaced.
4716 (article-update-date-lapsed): Allow updating both the combined lapsed
4717 and the lapsed headers.
4718 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4719 (article-make-date-line): Limit the number of segments dynamically to
4720 avoid too-long lines.
4721
4722 2011-01-27 Julien Danjou <julien@danjou.info>
4723
4724 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4725 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4726
4727 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4728
4729 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4730 Use plist-get instead of the cl function getf.
4731
4732 2011-01-27 Glenn Morris <rgm@gnu.org>
4733
4734 * gnus-util.el (float-time): Get rid of compiler warning, again.
4735
4736 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4737
4738 * shr.el (shr-put-color): Special-case background colors: Do put them
4739 at the blank parts at the front of the lines.
4740
4741 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4742 exit hook to nix out all data on readedness on group exit.
4743
4744 * gnus-util.el (float-time): If float-time is bound, always use it on
4745 all Emacsen. It's unclear why the subrp check was there.
4746 (time-date): Require to make some autoload issues on XEmacs go away.
4747
4748 * shr.el (shr-put-color): Don't do the box padding in tables, since
4749 they're already padded.
4750
4751 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4752
4753 * gnus-art.el (gnus-article-next-page): When the last line of the
4754 article is displayed, scroll down once more instead of going to the
4755 next article at once.
4756 (article-lapsed-string): Refactor out and allow specifying how many
4757 segments you want.
4758 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4759 (gnus-article-update-lapsed-header): New variable.
4760
4761 * shr.el: Revert change that made headings use different-sized faces.
4762 The Emacs display engine isn't advanced enough that, for instance,
4763 tables can comfortably use differently-sized faces.
4764
4765 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4766
4767 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4768 used.
4769 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4770 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4771 we're using an encrypted connection.
4772
4773 * proto-stream.el: Alter the interface functions to also return the
4774 actual stream type used: network or TLS.
4775
4776 2011-01-25 Julien Danjou <julien@danjou.info>
4777
4778 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4779 (mm-display-javascript-inline): New function.
4780
4781 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4782 viewing function.
4783
4784 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4785
4786 * shr.el (shr-expand-newlines): Fix variable name.
4787
4788 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4789
4790 * shr.el (shr-expand-newlines): Make nested boxes work.
4791
4792 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4793
4794 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4795 backgrounds.
4796 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4797 in a more sensible manner.
4798
4799 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4800
4801 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4802 if EPG is loaded.
4803
4804 2011-01-24 Julien Danjou <julien@danjou.info>
4805
4806 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4807 tags.
4808
4809 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4810
4811 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4812 commands.
4813
4814 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4815 in the article buffer.
4816 (gnus-gravatar-insert): Use blank space from the current buffer to
4817 avoid breaking text properties. This makes X-Sent updating work again.
4818
4819 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4820
4821 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4822
4823 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4824 fix the bug in url-http.el instead.
4825
4826 * shr.el (shr-image-fetched): Ditto.
4827
4828 * shr.el (shr-image-fetched): Avoid having point move in the article
4829 buffer.
4830
4831 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4832 buffer after being called. It's apparently being killed by url.el, and
4833 killing it made point move to end-of-buffer in a random buffer.
4834
4835 * shr.el (shr-image-fetched): Ditto.
4836
4837 2011-01-23 Julien Danjou <julien@danjou.info>
4838
4839 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4840
4841 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4842 text/x-org.
4843
4844 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4845
4846 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4847 (i.e., nnimap) returning nil as the article number.
4848
4849 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4850
4851 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4852 "DelSp" parameter in RFC3676.
4853
4854 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4855
4856 * message.el (message-check-recipients): Display the encoded version of
4857 the bogus address if they differ.
4858
4859 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4860 after sending.
4861
4862 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4863
4864 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4865
4866 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4867 group buffer after sending the queue.
4868
4869 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4870
4871 2011-01-22 Julien Danjou <julien@danjou.info>
4872
4873 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4874
4875 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4876
4877 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4878 nested related parts.
4879
4880 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4881 unexpired articles. This fixes the regression that led expiry marks to
4882 disappear from nnfolder groups.
4883
4884 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4887 Don't confuse the "ret" of "retrograde" with RET.
4888
4889 2011-01-21 Julien Danjou <julien@danjou.info>
4890
4891 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4892 than mm-insert-inline.
4893
4894 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4895
4896 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4897 Widen article buffer.
4898
4899 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4902 the temp buffer.
4903 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4904
4905 2011-01-20 Julien Danjou <julien@danjou.info>
4906
4907 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4908
4909 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4910 than mm-insert-inline to insert inline part: this respect
4911 mm-inline-media-tests displayers.
4912
4913 * mm-view.el (mm-display-shell-script-inline): New function.
4914
4915 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4916
4917 * mm-uu.el (mm-uu-type-alist): Add org block.
4918 (mm-uu-org-src-code-block-extract): New function.
4919
4920 * mm-view.el (mm-display-org-inline): New function.
4921
4922 * mm-decode.el (mm-automatic-display): Add text/org.
4923
4924 * mailcap.el (mailcap-mime-extensions): Add .org.
4925
4926 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4927
4928 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4929 gnus-article-add-buttons.
4930
4931 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4932
4933 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4934 From header with a date and "nobody" as the sender.
4935
4936 2011-01-19 Julien Danjou <julien@danjou.info>
4937
4938 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4939 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4940 if you have the same regexp several times.
4941 (gnus-button-push): Fix matching when regexp is symbol.
4942
4943 2011-01-15 Glenn Morris <rgm@gnu.org>
4944
4945 * message.el (message-mail): A compose-mail function should
4946 accept headers as strings.
4947
4948 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4949
4950 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4951 Add :vert-only tags.
4952 (message-mail): New arg RETURN-ACTION.
4953 (message-return-action): New var.
4954 (message-bury): Use it.
4955 (message-mode): Make it buffer-local.
4956 (message-send-and-exit): Always call message-bury.
4957
4958 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4959 message-mail.
4960
4961 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4962
4963 * nnimap.el (nnimap-convert-partial-article): Protect against
4964 zero-length body parts.
4965
4966 * mm-decode.el (mm-preferred-alternative-precedence):
4967 Discourage showing empty parts.
4968
4969 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4970 and stuff if the backend didn't return the article number. This fixes
4971 an Exchange-related nnimap bug.
4972
4973 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4974 group window, because it does the wrong thing when a separate frame
4975 displays the group buffer.
4976
4977 * proto-stream.el (open-protocol-stream): Protect against the low-level
4978 transport functions returning nil.
4979
4980 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4981
4982 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4983 (mml2015-epg-find-usable-secret-key): New function.
4984 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4985 mml2015-epg-find-usable-key (Bug#7797).
4986 (mml2015-epg-encrypt): Ditto.
4987
4988 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4989
4990 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4991
4992 2011-01-03 Glenn Morris <rgm@gnu.org>
4993
4994 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4995
4996 * sieve.el (sieve-open-server): Give a more explicit error if
4997 sieve-manage-open returns nil. (Bug#7720)
4998
4999 2011-01-02 Karl Fogel <kfogel@red-bean.com>
5000
5001 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5002
5003 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5004
5005 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5006 This avoids sending passwords in plain text over non-encrypted
5007 channels.
5008
5009 * shr.el (shr-rescale-image): Display all GIF images as animated images.
5010
5011 * nnimap.el (nnimap-login): Refactored out into own function, and
5012 implement CRAM-MD5.
5013 (nnimap-wait-for-line): Refactored out.
5014
5015 * mm-view.el (mml-smime): Require.
5016
5017 2010-12-20 David Engster <deng@eml.cc>
5018
5019 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5020 use EPG to decrypt S/MIME messages instead of openssl.
5021
5022 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5023
5024 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5025
5026 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5027 status is the group clearly is unreachable.
5028
5029 * auth-source.el (auth-source-create): Add the optional second
5030 parameter to `local-variable-p' to be compatible with XEmacs.
5031
5032 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
5033
5034 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5035 work when using a compressed nnml folder.
5036
5037 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5038
5039 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5040 backends after sanitising on entry, because this never makes sense:
5041 If the articles have gone missing, then the data no longer exists on
5042 the backend, and if they haven't, then Gnus is wrong, and shouldn't
5043 overwrite anything anyway.
5044
5045 * shr.el (shr-insert-document): Bind shr-width dynamically to
5046 window-width if it's nil.
5047
5048 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
5049
5050 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5051 with the meaning of using the full emacs window width for rendering.
5052
5053 2010-12-27 Daiki Ueno <ueno@unixuser.org>
5054
5055 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5056 case when sender is not given.
5057
5058 2010-12-23 Julien Danjou <julien@danjou.info>
5059
5060 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5061 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5062 the addresses, otherwise we might misplaced the gravatar.
5063
5064 2010-12-21 Daiki Ueno <ueno@unixuser.org>
5065
5066 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5067 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5068 obsolete in Emacs.
5069
5070 2010-12-20 Julien Danjou <julien@danjou.info>
5071
5072 * gnus-util.el (gnus-rescale-image): Revert last change.
5073
5074 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5075
5076 * gnus-group.el (gnus-group-delete-articles): New command.
5077
5078 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5079
5080 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5081
5082 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5083
5084 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5085 here, since it's up to the backends to do CRLF removal if their
5086 protocol has it.
5087
5088 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5089
5090 2010-12-17 Julien Danjou <julien@danjou.info>
5091
5092 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5093 they are from file. Can also scale up.
5094
5095 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5096
5097 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5098 Restore gnus-use-agent.
5099 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5100
5101 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5102
5103 2010-12-17 Julien Danjou <julien@danjou.info>
5104
5105 * gravatar.el (gravatar-retrieve-synchronously): New function.
5106 (gravatar-get-data): Make more robust.
5107
5108 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5109
5110 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5111 to really consider the last line.
5112
5113 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5114
5115 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5116 list of recipient keys, or use symmetric encryption if not a list.
5117 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5118 EPA override, replacing the call to `netrc-store-data'.
5119
5120 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5121
5122 * gnus-srvr.el: Avoid passing nil regexp argument to
5123 delete-matching-lines.
5124
5125 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5126
5127 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5128 fetching stops when Gnus exits.
5129
5130 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5131 function.
5132 (nnfolder-request-expire-articles): Save all the buffers after doing
5133 expiry.
5134
5135 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5136 the last article", since that led to serious performance regressions
5137 when expiring nnml groups.
5138
5139 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5140
5141 * nnir.el: Improve customizations.
5142
5143 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5144
5145 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5146
5147 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5148 group has been killed.
5149 (gnus-group-yank-group): Ditto.
5150
5151 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5152
5153 * nnimap.el (nnimap-request-update-group-status): New function.
5154
5155 * gnus-int.el (gnus-request-update-group-status): New interface
5156 function.
5157
5158 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5159 copying read-ness to the backends.
5160
5161 * nnimap.el (nnimap-quirk): New function.
5162 (nnimap-retrieve-group-data-early): Use it.
5163 (nnimap-quirks): New alist.
5164
5165 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5166
5167 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5168 don't delete it within indentation.
5169
5170 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5171
5172 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5173 previous line.
5174
5175 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5176
5177 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5178 QRESYNC command by deleting a superfluous space which broke Cyrus
5179 servers. This change will break other servers that are buggy the other
5180 way around.
5181
5182 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5183
5184 * spam.el: Reindent and fix long lines.
5185 (spam-copy-or-move-routine): Exclude invalid move destinations.
5186
5187 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5188
5189 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5190 installed the registry.
5191
5192 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5193
5194 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5195 groupname doesn't contain "gmane".
5196
5197 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5198
5199 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5200 (gnus-1): Don't create the nndrafts group twice.
5201 (gnus-setup-news): There's no need to read the active file here, since
5202 that's done again later on a per-backend basis.
5203 (gnus-start-draft-setup): Make sure that the new group is started out
5204 empty.
5205
5206 * gnus-agent.el (gnus-agentize): Don't create the queue group
5207 automatically on startup. It'll be created later, if needed.
5208
5209 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5210 of automatically subscribed groups.
5211 (gnus-auto-subscribed-categories): New variable.
5212 (gnus-matches-options-n): Use it.
5213 (gnus-default-subscribed-newsgroups): Remove unused variable.
5214 (gnus-start-draft-setup): Message a bit less.
5215
5216 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5217
5218 * nnir.el (nnir-run-imap): Return article list in order of increasing
5219 UID.
5220
5221 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5222
5223 * gnus-sum.el (gnus-summary-enter-digest-group):
5224 Mention gnus-auto-select-on-ephemeral-exit.
5225
5226 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5227 convention of the network-only option.
5228
5229 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5230
5231 * proto-stream.el (proto-stream-open-network-only): New function to
5232 have a way to specify non-STARTTLS upgrade connections.
5233
5234 2010-12-10 Julien Danjou <julien@danjou.info>
5235
5236 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5237 email address is nil.
5238
5239 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5240
5241 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5242
5243 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5244 deletion.
5245 (nnir-run-imap): Only need to parse list once.
5246
5247 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5248
5249 * shr.el (shr-tag-script): Ignore <script>.
5250 (shr-tag-label): Add <label> support.
5251
5252 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5255
5256 * shr.el (shr-image-displayer): Work for images lined side by side.
5257
5258 2010-12-08 Robert Pluim <rpluim@gmail.com>
5259
5260 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5261 parameter, since XEmacs doesn't accept t as a parameter.
5262
5263 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5264
5265 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5266 ids.
5267 (nnir-run-gmane): Simplify groupspec formatting.
5268 (nnir-request-expire-articles): New function.
5269
5270 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5271
5272 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5273 overflow, possibly.
5274
5275 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5276 (shr-render-td): Handle td style="" better.
5277 (shr-tag-table): Use the color from the style sheet.
5278 (shr-render-td): Make sure we copy over all the overlays, too.
5279
5280 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5281
5282 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5283 (nnir-request-article): Improve article retrieval.
5284
5285 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5286
5287 * mm-util.el (mm-extra-numeric-entities): New variable.
5288
5289 * mm-url.el (mm-url-decode-entities):
5290 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5291
5292 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * message.el: Use completion-at-point.
5295 (message-completion-function): New fun, extracted from message-tab.
5296 (message-mode): Use it for completion-at-point-functions.
5297 (message-tab): Use it and completion-at-point.
5298
5299 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5300
5301 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5302 character if a non-breakable character follows.
5303
5304 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5305
5306 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5307 any stream.
5308
5309 * shr.el (shr-tag-font): Colorize the region.
5310 (shr-tag-body): Ditto.
5311 (shr-tag-font): Actually let the styles be inherited instead of
5312 overwriting them.
5313 (shr-tag-font): Get the background color right.
5314 (shr-tag-style): Ignore all <style> tags for the moment.
5315
5316 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5317 a Message-ID to avoid having nnimap depend on gnus-sum.
5318
5319 * shr.el (shr-descend): Only colorize something if we have a node that
5320 sets colors.
5321
5322 2010-12-06 Julien Danjou <julien@danjou.info>
5323
5324 * shr.el (shr-render-td): Render td content with shr-descend, so style
5325 will be applied to <td> too.
5326 (shr-colorize-region): Colorize region even if we only have a background.
5327 (shr-tag-body): Fix color and background color inheritance.
5328 Do not recolorize after shr-generic.
5329 (shr-tag-font): Let shr-generic colorize via inheritance.
5330
5331 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5332
5333 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5334
5335 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5336
5337 * nnir.el (nnir-request-move-article): Remove obsolete code.
5338
5339 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5342
5343 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5344
5345 * gnus-sum.el (gnus-summary-respool-article): The completion function
5346 expects a list instead of an alist.
5347
5348 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5349 string as the parameter.
5350
5351 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5352
5353 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5354 styles.
5355 (shr-colorize-region): New function.
5356 (shr-insert-background-overlay): Remove.
5357 (shr-render-td): Background setting should be taken care of on a higher
5358 level.
5359 (shr-tag-body): Use post-hoc colorizations.
5360 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5361 (shr-put-color-1): Don't overwrite old colors.
5362 (shr-colorize-region): When the background color isn't explicit, use
5363 a fixed background.
5364
5365 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5366 nnmail variables.
5367
5368 2010-12-05 Bjørn Mork <bjorn@mork.no>
5369
5370 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5371 unless necessary.
5372
5373 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5374
5375 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5376 server.
5377
5378 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5379
5380 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5381 so that TAB works.
5382
5383 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5384 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5385
5386 * shr.el (shr-urlify): Show the URL before the title to avoid
5387 misleading URLs.
5388
5389 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5390
5391 * shr.el (shr-urlify): Display the title in <a> tags.
5392
5393 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5394
5395 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5396
5397 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5398
5399 * nnir.el: Rearrange code to allow macros to be autoloaded by
5400 gnus-sum.el.
5401 (nnir-retrieve-headers-override-function): Make this variable
5402 customizable.
5403 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5404
5405 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5406 from nnir.el.
5407
5408 2010-12-03 Julien Danjou <julien@danjou.info>
5409
5410 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5411
5412 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5413
5414 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5415 allow optional argument `environment'.
5416
5417 2010-12-03 Glenn Morris <rgm@gnu.org>
5418
5419 * mm-extern.el (message-goto-body): Update declaration.
5420
5421 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5422
5423 * gnus-util.el (gnus-macroexpand-all): New function.
5424
5425 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5426 instead of macroexpand-all that is unavailable in XEmacs.
5427
5428 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5429
5430 * nnir.el (nnir-summary-line-format): New variable.
5431 (nnir-mode): Use it.
5432 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5433 (nnir-article-ids): Reimplement as defsubst.
5434 (nnir-retrieve-headers): Don't mangle the subject header.
5435 (nnir-run-imap): Use 100 as RSV score.
5436 (nnir-run-find-grep): Fix for full server searching.
5437 (nnir-run-gmane): Better restriction to gmane groups.
5438
5439 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5440 summary buffers.
5441
5442 2010-12-02 Julien Danjou <julien@danjou.info>
5443
5444 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5445
5446 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5447
5448 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5449 support.
5450
5451 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5452
5453 * nnir.el: Update to handle the registry better.
5454 (autoload): Silence byte-compiler.
5455 (nnir-open-server): Add a hook for nnir groups.
5456 (nnir-request-move-article): Don't mangle the header. Better to use
5457 formatting variables (which will be added in the future).
5458 (nnir-registry-action): Update the registry using the original article
5459 group name.
5460 (nnir-mode): Install nnir-specific hooks for updating the registry.
5461
5462 * gnus-sum.el
5463 (gnus-article-original-subject,gnus-newsgroup-original-name):
5464 Remove obsolete variables.
5465 (gnus-summary-move-article): Remove use of obsolete variables.
5466 (gnus-summary-local-variables): Make move and delete hooks local to
5467 summary buffers.
5468
5469 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
5471 * rtree.el: New file.
5472
5473 2010-12-01 Julien Danjou <julien@danjou.info>
5474
5475 * message.el (message-user-organization): Do not use
5476 gnus-local-organization.
5477
5478 * gnus.el: Remove gnus-local-organization.
5479
5480 * gnus-msg.el: Remove nastygram thing.
5481
5482 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5483
5484 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5485 funcall.
5486
5487 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5488
5489 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5490 names.
5491
5492 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5493 characters.
5494
5495 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5496 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5497 Suggested by Štěpán Němec <stepnem@gmail.com>.
5498 (gnus-gravatar-transform-address): Use mail-extract-address-components
5499 that supports non-ASCII names rather than mail-header-parse-addresses.
5500
5501 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5502
5503 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5504 handled by the network handler.
5505
5506 2010-11-30 Julien Danjou <julien@danjou.info>
5507
5508 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5509 (nnimap-open-connection-1): Fix PREAUTH.
5510
5511 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5512
5513 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5514
5515 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5516 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5517 (shr-insert): Use them.
5518 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5519
5520 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5521
5522 * nnir.el (nnir-request-move-article): Bail out if original group
5523 doesn't support article moves.
5524 (nnir-get-active): Improve active list retrieval.
5525
5526 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5527
5528 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5529
5530 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5531
5532 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5533 seem to accept strings-with-numbers as port numbers.
5534
5535 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5536
5537 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5538 change the registry.
5539
5540 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5541
5542 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5543 delete-dups that is not available in XEmacs 21.4.
5544
5545 * mm-util.el (mm-delete-duplicates): Add comment.
5546
5547 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5548
5549 * nnir.el (nnir-ignored-newsgroups): New variable.
5550 (nnir-get-active): Use it.
5551
5552 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5553
5554 * proto-stream.el (proto-stream-open-network): Add some comments.
5555
5556 * nntp.el (nntp-open-connection): Provide a :success condition.
5557
5558 * nnimap.el (nnimap-open-connection-1): Ditto.
5559
5560 * proto-stream.el (proto-stream-open-network): See what the response to
5561 the STARTTLS command is.
5562
5563 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5564 backwards compatibility).
5565 (nnimap-open-connection-1): Really respect nnimap-server-port.
5566
5567 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5568 TLS upgrades we don't really care about the identity of the peer.
5569 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5570 that what we've checked for.
5571 (proto-stream-always-use-starttls): Only default to t if
5572 open-gnutls-stream exists.
5573 (proto-stream-open-network): If STARTTLS failed, then just open a
5574 normal connection.
5575 (proto-stream-open-network): Wait until the greeting before doing
5576 STARTTLS.
5577
5578 * nntp.el (nntp-open-connection): Report what the connection error is.
5579
5580 * proto-stream.el (open-protocol-stream): Rename from
5581 open-proto-stream.
5582
5583 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5584
5585 * nnimap.el (nnimap-stream): Change default to `undecided'.
5586 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5587 first, and then network.
5588 (nnimap-open-connection-1): Respect nnimap-server-port.
5589 (nnimap-open-connection): Be more backwards-compatible.
5590
5591 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5592 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5593 (proto-stream-open-starttls): Folded back into the main function.
5594 (proto-stream-open-network): Fix typo in the GnuTLS path.
5595 (proto-stream-command): Refactor out.
5596
5597 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5598
5599 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5600 starttls.el STARTTLS.
5601
5602 * color.el (color-lab->srgb): Fix function call name.
5603
5604 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5605 if we're using tls.el.
5606 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5607 built in, then don't try to establish a STARTTLS connection.
5608
5609 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5610 servers.
5611
5612 * proto-stream.el (open-proto-stream): Use network, not stream.
5613 (open-proto-stream): Add a way to specify what the end of a command is.
5614
5615 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5616 connections types.
5617 (nntp-open-network-stream): Remove.
5618 (nntp-open-ssl-stream): Remove.
5619 (nntp-open-tls-stream): Remove.
5620 (nntp-ssl-program): Remove.
5621
5622 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5623
5624 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5625
5626 * nnir.el: Fix typos.
5627 (nnir-retrieve-headers-override-function): Rename variable to reflect
5628 new semantics.
5629 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5630 macros.
5631 (nnir-request-article, nnir-request-move-article): Use them.
5632 (nnir-categorize): New function.
5633 (nnir-run-query): Use it.
5634 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5635 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5636 sorted.
5637 (nnir-group-full-name): Use gnus-group-full-name instead.
5638 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5639 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5640
5641 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5642
5643 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5644
5645 * proto-stream.el: New library to provide protocol-specific
5646 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5647 protocols.
5648 (open-proto-stream): Complete the documentation.
5649 (proto-stream-open-network): Fix some typos.
5650
5651 * nnimap.el (nnimap-open-connection): Use it.
5652
5653 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5654
5655 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5656 negotiation.
5657
5658 2010-11-26 Julien Danjou <julien@danjou.info>
5659
5660 * color.el: Rename various rgb functions to srgb.
5661
5662 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5663
5664 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5665 names.
5666
5667 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5668
5669 * shr.el (shr-insert): Revert last change.
5670 (shr-find-fill-point): Never leave point being at bol;
5671 relax the kinsoku limitation when rendering tables.
5672
5673 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5674
5675 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5676 results from -accept-article.
5677
5678 * shr-color.el: Require cl when compiling.
5679
5680 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5681 checkin.
5682
5683 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5684
5685 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5686
5687 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5688 'add and 'delete to set backend marks.
5689
5690 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5691
5692 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5693
5694 * nntp.el (nntp-request-set-mark): Use it.
5695
5696 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5697
5698 * nnml.el (nnml-request-set-mark): Ditto.
5699
5700 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5701 introduces regressions in article selection.
5702 (nnimap-find-uid-response): New function.
5703 (nnimap-request-accept-article): Use the UID returned, if any.
5704 (nnimap-request-move-article): Use the UID returned, if any.
5705 (nnimap-get-groups): Reimplement to work with folded lines.
5706 (nnimap-find-uid-response): The UID is the last element in the list.
5707 (nnimap-request-set-mark): Extend syntax with 'set.
5708
5709 * nnml.el (nnml-request-set-mark): Ditto.
5710
5711 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5712
5713 * nntp.el (nntp-request-set-mark): Ditto.
5714
5715 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * message.el (message-called-interactively-p): A temporary macro.
5718 (message-goto-body): Use it temporarily.
5719
5720 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5721
5722 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5723 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5724 (nnimap-last-response-string): Fix last unfolding fix.
5725
5726 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5727
5728 * shr.el (shr-insert): Fix the way to fold lines.
5729
5730 2010-11-25 Julien Danjou <julien@danjou.info>
5731
5732 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5733
5734 * color.el: Rename from color-lab.el
5735 (color-rgb->hex): Add.
5736 (color-complement): Add.
5737 (color-complement-hex): Add.
5738
5739 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5740
5741 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5742
5743 * shr-color.el (shr-color-visible): Don't bug out if the color names
5744 don't exist.
5745
5746 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5747
5748 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5749 assuming that article displaying or another mml-preview may be
5750 interrupted for an error or for the like.
5751
5752 * shr.el (shr-get-background): Fix argument name.
5753
5754 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5755
5756 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5757
5758 * gnus-sum.el (gnus-summary-include-articles): New function.
5759
5760 * message.el (message-goto-body): called-interactively-p needs a
5761 parameter, so use `any'.
5762
5763 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5764 clear marks before moving, since they're synced from the Gnus side
5765 first.
5766
5767 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5768 (gnus-summary-move-article): Copy over all marks before moving, so that
5769 IMAP doesn't think a new article has arrived.
5770
5771 2010-11-24 Julien Danjou <julien@danjou.info>
5772
5773 * shr.el (shr-insert-background-overlay): Fix typo.
5774 (shr-render-td): Copy the background before rendering.
5775
5776 * shr-color.el (shr-color-visible): Fix docstring.
5777
5778 * shr.el (shr-tag-table): Add bgcolor support.
5779 (shr-render-td): Add bgcolor support.
5780 (shr-get-background): Add.
5781 (shr-insert-foreground-overlay): Use shr-get-background.
5782
5783 * message.el (message-goto-body): Use called-interactively-p.
5784 (message-in-body-p): message-goto-body returns point.
5785
5786 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5789 Fixes something or other in Emacs 23, and is backwards compatible.
5790
5791 * message.el (message-goto-body): Remove the <#secure special-casing,
5792 which is too special.
5793
5794 * shr.el (shr-parse-style): Drop !important from styles.
5795
5796 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5797
5798 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5799 this function to return incorrect results when calling it with an
5800 explicit article argument different from
5801 (gnus-summary-article-number).
5802
5803 2010-11-24 Julien Danjou <julien@danjou.info>
5804
5805 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5806 (shr-tag-body): Add background support.
5807 (shr-descend): Add background support.
5808 (shr-tag-title): Add.
5809
5810 * shr-color.el (shr-color-visible): Really return original background
5811 if fixed.
5812
5813 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5814
5815 * shr.el (shr-color-check): Protect against non-existent color names.
5816
5817 2010-11-24 Julien Danjou <julien@danjou.info>
5818
5819 * color-lab.el: Require 'cl when compiling.
5820
5821 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5822
5823 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5824 matched part.
5825
5826 * color-lab.el: Fix all expt calls to use float type.
5827
5828 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5829
5830 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5831 expression to shr-color-check as is.
5832
5833 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5834
5835 * color-lab.el: Add coding cookie.
5836 (float-pi): Use eval-and-compile.
5837
5838 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5839
5840 * shr.el (shr-insert-color-overlay): Split stuff like
5841 "#444444 !important" to find the real color.
5842 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5843 parse <font color="red"> entries.
5844
5845 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5846
5847 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5848 point when parsing headers.
5849
5850 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5851 is positioned properly when parsing headers.
5852
5853 2010-11-23 Julien Danjou <julien@danjou.info>
5854
5855 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5856
5857 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5858
5859 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5860
5861 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5862 Use shr-color-hue-to-rgb.
5863 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5864
5865 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5866
5867 * shr.el (shr-color->hexadecimal): Autoload.
5868 (shr-descend): Add color to all tags.
5869
5870 2010-11-22 Julien Danjou <julien@danjou.info>
5871
5872 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5873 shr-color->hexadecimal.
5874
5875 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5876 RGB() or HSL() color representation.
5877
5878 * shr.el (shr-tag-font): Add.
5879 (shr-tag-color-check): New function to get better colors.
5880 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5881 tag-span.
5882
5883 * shr-color.el: New file.
5884
5885 * color-lab.el: New file.
5886
5887 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5888
5889 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5890
5891 * nnir.el: Fix typo in comments.
5892 (nnir-run-imap): Simplify code. No need to reverse artlist.
5893 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5894
5895 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5896
5897 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5898
5899 * nnimap.el (nnimap-get-capabilities): Refactor out.
5900 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5901
5902 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5903
5904 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5905 appearing when `mm-uu-hide-markers' is nil.
5906
5907 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5908
5909 * nnimap.el (nnimap-unselect-group): Make into its own function.
5910 (nnimap-request-rename-group): Unselect group before renaming.
5911 This had gotten lost somewhere.
5912 (nnimap-request-accept-article): Keep track of examined groups, and
5913 unselect the group before APPENDing to read-only groups.
5914 (nnimap-request-move-article): Clear flags before moving so that they
5915 can be re-set later.
5916
5917 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5920 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5921
5922 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * gnus-art.el (gnus-mime-display-single):
5925 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5926 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5927 parameter.
5928
5929 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5930
5931 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5932 (shr-table-vertical-line): New variable.
5933 (shr-insert-table): Use it.
5934
5935 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5936
5937 * gnus-html.el (gnus-html-wash-images): Don't display images if
5938 gnus-inhibit-images is non-nil; register displayer for cid images.
5939 (gnus-html-display-image): Work for cid image.
5940 (gnus-html-insert-image): Allow arguments.
5941 (gnus-html-put-image): Inhibit read-only.
5942 (gnus-html-prefetch-images): Don't prefetch images if
5943 gnus-inhibit-images is non-nil.
5944
5945 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5946
5947 * shr.el (shr-put-image): Break lines when inserting big pictures.
5948
5949 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5950
5951 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5952 sender, thanks Katsumi Yamaoka.
5953
5954 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5955
5956 * nnir.el (nnir-run-imap): Reverse the article list for each group
5957 rather than the whole list.
5958
5959 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * shr.el (shr-image-displayer): Protect function against non-existent
5962 image source.
5963
5964 * gnus-art.el (gnus-inhibit-images): New user option.
5965 (gnus-mime-display-single): Don't display image if it is non-nil.
5966
5967 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5968 gnus-inhibit-images.
5969
5970 * shr.el (shr-image-displayer): New function.
5971 (shr-tag-img): Use it.
5972
5973 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5974
5975 * mml2015.el (mml2015-epg-sign): Use From header.
5976
5977 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5978
5979 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5980
5981 * gnus-util.el (gnus-find-text-property-region): Return markers.
5982
5983 * shr.el (shr-tag-img): Put a displayer in the text property.
5984
5985 * gnus-util.el (gnus-find-text-property-region): New utility function.
5986
5987 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5988 (gnus-html-show-images): Remove.
5989
5990 * gnus-art.el (gnus-article-show-images): New, more general function.
5991
5992 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5993 image url text properties.
5994
5995 * shr.el: Ditto.
5996
5997 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5998 gnus-agent-auto-agentize-methods is set. Which it isn't.
5999
6000 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6003 work for two or more articles.
6004
6005 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6008 divide an image that's in an html article to two or more when washing
6009 non-ASCII characters in alt text of it.
6010
6011 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6014 smime-decrypt-region using function argument.
6015 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6016
6017 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6018
6019 * smime.el (smime-decrypt-region): Catch it.
6020
6021 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * smime.el (smime-mode-map): Move initialization into declaration.
6024 (gnus-run-mode-hooks): Don't autoload.
6025 (smime-mode): Use define-derived-mode.
6026
6027 2010-11-11 Glenn Morris <rgm@gnu.org>
6028
6029 * smime.el (from): Restrict declaration to XEmacs.
6030
6031 * nnir.el (gnus-group-topic-name): Autoload.
6032
6033 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6034
6035 * shr.el (shr-insert): Don't break long line if it is because of
6036 kinsoku-bol characters in the line end.
6037
6038 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
6039
6040 * nnir.el (nnir-request-move-article): Fix to provide original group
6041 and subject.
6042 (nnir-warp-to-article): Don't fail on articles whose headers haven't
6043 been retrieved.
6044
6045 * gnus-sum.el (gnus-summary-move-article): Use original group and
6046 subject for virtual articles such as those in an nnir summary buffer.
6047
6048 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
6049
6050 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6051 least 21.5).
6052
6053 * smime.el (from): Declare it again for XEmacs.
6054
6055 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6056
6057 * message.el (message-resend): Don't disable encoding unless it's
6058 already encoded.
6059
6060 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6061 low-numbered articles.
6062
6063 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * rfc2047.el (rfc2047-syntax-table): Simplify.
6066
6067 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6068 set-char-table-range for XEmacs.
6069
6070 2010-11-10 Glenn Morris <rgm@gnu.org>
6071
6072 * smime.el (from): Remove unused declaration.
6073
6074 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6075 (gnus-float-time): On Emacs, always an alias.
6076
6077 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6078 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6079
6080 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6083
6084 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6085
6086 * shr.el (browse-url-mailto): Autoload.
6087
6088 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6089
6090 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6091 regexp doesn't need quoting.
6092
6093 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6094
6095 * message.el (message-subject-trailing-was-ask-regexp)
6096 (message-subject-trailing-was-regexp): Match was: in addition to was.
6097
6098 2010-11-09 Glenn Morris <rgm@gnu.org>
6099
6100 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6101 (nnbabyl-check-mbox): Use point-at-bol.
6102
6103 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6104
6105 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6106
6107 * message.el (message-mailto): New function.
6108 (message-mailto): Should accept other parameters.
6109 (message-mailto): Remove since it duplicates browse-url-mailto
6110 functionality.
6111
6112 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6113
6114 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6115 methods.
6116 (gnus-read-active-file): Ditto.
6117
6118 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6119 ": " from the prompt.
6120 (gnus-group-make-group): Ditto.
6121
6122 2010-11-07 Glenn Morris <rgm@gnu.org>
6123
6124 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6125 (gnus-bookmark-kill-line): Use point-at-eol.
6126
6127 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6128
6129 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6130 asterisks in From header.
6131
6132 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6133
6134 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6135 string to avoid making the From headers syntactically invalid.
6136
6137 * message.el (message-send-mail): Don't insert courtesy messages if the
6138 message already has List-Post and List-ID messages.
6139
6140 2010-11-06 Glenn Morris <rgm@gnu.org>
6141
6142 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6143 `condition', `type', `length' a prefix.
6144 (gnus-treat-predicate): Update for above name changes.
6145
6146 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6147
6148 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6149 binding. Handled by `gnus-summary-refer-thread' instead.
6150 (nnir-warp-to-article): New backend function.
6151
6152 * nnimap.el (nnimap-request-thread): Force dependency updating.
6153
6154 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6155 (gnus-summary-refer-thread): Rework to improve thread-referral.
6156
6157 * gnus-int.el (gnus-warp-to-article): New function.
6158
6159 * gnus-sum.el (gnus-summary-article-map): Bind it.
6160
6161 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6162
6163 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6164 gnus-summary-refer-thread.
6165
6166 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6167 headers.
6168 (gnus-summary-limit-include-thread): Prevent articles in thread from
6169 being cut in gnus-cut-threads.
6170 (gnus-summary-refer-thread): Limit retrieved headers to those in
6171 thread.
6172
6173 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6174
6175 * message.el (message-send-mail): Use the value of
6176 message-courtesy-message from the message buffer.
6177
6178 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6179
6180 * shr.el (shr-browse-url): Implement mailto: URLs.
6181
6182 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6183 "raw".
6184
6185 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6186 if it's already selected.
6187
6188 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6189
6190 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6193 to measure the length and truncate alt text.
6194
6195 2010-11-03 Glenn Morris <rgm@gnu.org>
6196
6197 * nndiary.el (nndiary-generate-nov-databases-1)
6198 (nndiary-generate-active-info): Rename dynamic variable `files' to
6199 something less generic.
6200
6201 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6202
6203 * nnir.el (nnir-request-move-article): Call the underlying backend to
6204 move articles from nnir.
6205
6206 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6207
6208 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6209
6210 2010-11-02 Julien Danjou <julien@danjou.info>
6211
6212 * nnir.el: Remove wais support.
6213
6214 2010-11-02 Glenn Morris <rgm@gnu.org>
6215
6216 * gnus-html.el: Reorder requirements to quieten compiler.
6217
6218 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6219
6220 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6221 properly for XEmacs as well.
6222 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6223 (gnus-article-natural-long-line-p): Use window-width rather than
6224 frame-width.
6225
6226 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6227
6228 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6229 (nnir-read-parms): Don't modify query.
6230 (nnir-run-query): Add ability to search topic on current line.
6231 (nnir-get-active): Clean up.
6232
6233 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6234
6235 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6236 degenerate articles.
6237
6238 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6239 (gnus-print-buffer): Just print the buffer as is, without any copying
6240 to a buffer and then re-highlighting.
6241
6242 * nnimap.el (nnimap-request-group): Store the new updated info.
6243 (nnimap-request-group): Select the group when we don't know whether it
6244 exists or not.
6245
6246 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6247 groups.
6248
6249 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6250 groups.
6251
6252 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6253 groups.
6254
6255 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6256 long-lines case by only filling the long lines.
6257
6258 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6259 (bug #7311).
6260
6261 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6262
6263 * shr.el: No need to declare `declare-function' since shr.el is for
6264 only Emacsen that provide `libxml-parse-html-region'.
6265
6266 2010-11-01 Glenn Morris <rgm@gnu.org>
6267
6268 * mm-util.el (gnus-completing-read): Autoload.
6269 (mm-read-coding-system): Simplify Emacs definition.
6270
6271 * nnmail.el (gnus-activate-group):
6272 * nnimap.el (gnutls-negotiate):
6273 * nntp.el (netrc-parse): Fix declarations.
6274
6275 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6276
6277 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6278 string-match-p in Emacs >=23.
6279
6280 * gnus-msg.el (gnus-configure-posting-styles):
6281 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6282
6283 2010-11-01 Glenn Morris <rgm@gnu.org>
6284
6285 * nnir.el (declare-function): Add compat stub.
6286 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6287 (nnir-run-gmane): Require 'mm-url.
6288
6289 * mm-util.el (mm-string-to-multibyte): Simplify.
6290
6291 * shr.el (declare-function): Add compat stub.
6292 (url-cache-create-filename): Declare.
6293 (mm-disable-multibyte, widget-convert-button): Autoload.
6294
6295 * smime.el (ldap-search): Declare.
6296 (smime-cert-by-ldap-1): Require ldap on Emacs.
6297
6298 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6299 (nnimap-keepalive): Use gnus-float-time.
6300
6301 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6302 (mail-source-delete-crash-box): Use gnus-float-time.
6303
6304 * gnus-dired.el (gnus-completing-read): Autoload.
6305
6306 * mm-view.el (gnus-rescale-image): Autoload.
6307
6308 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6309
6310 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6311
6312 * sieve-manage.el: Require 'cl when compiling.
6313
6314 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6315 (gnus-iswitchb-completing-read): Require iswitchb.
6316 (gnus-select-frame-set-input-focus): Silence compiler.
6317
6318 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6319
6320 * message.el (message-subject-trailing-was-query): Change default to t,
6321 since I think that's what most people want.
6322
6323 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6324 appending for easier debugging.
6325 (nnimap-wait-for-connection): Take a regexp.
6326 (nnimap-request-accept-article): Wait for the continuation line before
6327 sending anything unless we're streaming.
6328
6329 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6330 leave the header washing to take place.
6331
6332 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6333
6334 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6335 regular expression match and replace in posting styles.
6336
6337 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6338
6339 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6340 an entire server.
6341 (nnir-get-active): New function.
6342 (nnir-run-imap): Use it.
6343 (nnir-run-gmane): Who knew, gmane search returns an article score!
6344
6345 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6346 server on the current line with nnir.
6347
6348 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6349
6350 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6351 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6352 left edge.
6353 (gnus-article-foldable-buffer): Skip past the prefix when determining
6354 raggedness.
6355
6356 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6357 the raw article, and change `C-u g' to show the article without doing
6358 treatments.
6359
6360 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6361 on to `gnus-treat-article'.
6362 (gnus-inhibit-article-treatments): New variable.
6363
6364 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6365
6366 * gnus-art.el (gnus-treatment-function-alist): Have
6367 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6368 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6369 sections.
6370
6371 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6372 parameter.
6373 (gnus-article-fill-cited-long-lines): New function.
6374 (gnus-article-fill-cited-article): Allow filling only long sections.
6375
6376 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6377 and non-punctuation (like after the apostrophe in "'We").
6378
6379 * gnus-sum.el (gnus-summary-select-article): Make sure
6380 gnus-original-article-buffer is alive.
6381
6382 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6383 reflect the order they are in the digest.
6384
6385 * gnus.el (gnus-group-startup-message): Move point to the start of the
6386 buffer.
6387
6388 * nnimap.el (nnimap-capability): New function.
6389 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6390 is set.
6391
6392 2010-10-31 David Engster <dengste@eml.cc>
6393
6394 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6395 conform with changes to gnus-completing-read.
6396
6397 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6398
6399 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6400
6401 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6402
6403 * nnir.el: Move defvar, defcustom around to keep file organized
6404 and keep byte-compiler quiet.
6405 (nnir-read-parms): Accept search-engine as arg.
6406 (nnir-run-query): Pass search-engine as arg.
6407 (nnir-search-engine): Remove.
6408
6409 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6410
6411 * shr.el (shr-generic): The text nodes should be text, not :text.
6412
6413 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6414 later in the file.
6415
6416 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6417
6418 * nnir.el: General clean up. Allow searching with multiple engines.
6419 Allow separate extra-parameters for each engine.
6420 Batch queries when possible.
6421 (nnir-imap-default-search-key,nnir-method-default-engines):
6422 Add customize interface.
6423 (nnir-run-gmane): New engine.
6424 (nnir-engines): Use it. Qualify all prompts with engine name.
6425 (nnir-search-engine): Remove global variable.
6426 (nnir-run-hyrex): Restore for now.
6427 (nnir-extra-parms,nnir-search-history): New variables.
6428 (gnus-group-make-nnir-group): Use them.
6429 (nnir-group-server): Remove in favor of gnus-group-server.
6430 (nnir-request-group): Avoid searching twice.
6431 (nnir-sort-groups-by-server): New function.
6432
6433 2010-10-30 Julien Danjou <julien@danjou.info>
6434
6435 * gnus-group.el: Remove gnus-group-fetch-control.
6436
6437 * gnus-start.el (gnus-find-new-newsgroups):
6438 Remove gnus-check-first-time-used.
6439
6440 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6441
6442 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6443
6444 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6445 set on groups that don't have \* permanentflags.
6446
6447 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6448
6449 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6450 control the background color.
6451 (shr-tag-img): Ignore very small web bug type images.
6452 (shr-put-image): Add help-echo alt texts to the images.
6453 (shr-tag-video): Show the video poster image.
6454
6455 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6456
6457 * shr.el (shr-table-depth): New variable.
6458 (shr-tag-table-1): Only insert the images after the top-level table.
6459
6460 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6461
6462 * gnus-util.el (gnus-list-memq-of-list): New function.
6463
6464 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6465 selected.
6466 (nnimap-unsplittable-articles): New slot.
6467 (nnimap-new-articles): Use it.
6468
6469 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6470
6471 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6472 move to the previous line on `M-g'.
6473
6474 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
6476 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6477 *-request-group, which seems unnecessary.
6478
6479 * nnimap.el (nnimap-quote-specials): Function copied over from
6480 imap.el.
6481 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6482 they support that. Suggested by Tom Regner.
6483
6484 2010-10-29 Julien Danjou <julien@danjou.info>
6485
6486 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6487 defalias.
6488 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6489
6490 * gnus.el: Remove `gnus-nntp-service' variable.
6491 (gnus-secondary-servers): Make obsolete.
6492 (gnus-nntp-server): Make obsolete.
6493
6494 * gnus-start.el (gnus-1): Remove x-splash calls.
6495
6496 * gnus-ems.el (gnus-x-splash): Remove.
6497
6498 * gnus.el (gnus-group-startup-message): Simplify/update code.
6499
6500 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6501 capability before doing anything.
6502 (gnus-group-insert-group-line): Remove useless
6503 gnus-group-remove-excess-properties.
6504
6505 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6506
6507 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6508
6509 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6510
6511 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6512 config after reselecting.
6513
6514 2010-10-28 Julien Danjou <julien@danjou.info>
6515
6516 * shr.el (shr-put-image): Use point even if only inserting text.
6517 (shr-put-image): Save excursion when inserting alt text on non-graphic
6518 display, so the behavior is the same when we are on a graphic display.
6519
6520 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6521
6522 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6523
6524 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6525 (gnus-mime-copy-part): Check coding system, not charset.
6526 (gnus-mime-view-part-externally): Never remove part.
6527 (gnus-mime-view-part-internally): Don't remove part here.
6528 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6529 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6530 multipart/alternative.
6531
6532 * mm-decode.el (mm-display-part): Take optional arg `force'.
6533
6534 2010-10-26 Julien Danjou <julien@danjou.info>
6535
6536 * gnus-group.el (gnus-group-default-list-level): Add this function to
6537 compute the default list level.
6538 (gnus-group-default-list-level): Add possibility to use a function.
6539
6540 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6541
6542 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6543
6544 * gnus-group.el (gnus-group-completing-read)
6545 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6546 gnus-replace-in-string.
6547
6548 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * shr.el (shr-tag-div): Add.
6551
6552 2010-10-25 Julien Danjou <julien@danjou.info>
6553
6554 * gnus-util.el: Remove `gnus-with-local-quit'.
6555
6556 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6557
6558 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6559
6560 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6561 the original article buffer.
6562
6563 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6564
6565 * nnimap.el (nnimap-request-head): New function.
6566 (nnimap-request-move-article): Try to be slightly faster by not
6567 requesting the entire message when moving.
6568 (nnimap-transform-headers): Don't bug out on bodiless articles.
6569 (nnimap-send-command): Have no outstanding messages if the IMAP server
6570 doesn't support streaming.
6571 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6572
6573 2010-10-24 Julien Danjou <julien@danjou.info>
6574
6575 * message.el (message-default-headers): Fix type.
6576
6577 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6578
6579 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6580 prefetching images.
6581
6582 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6583 backend for unknown groups. This is mainly useful for nnimap groups.
6584
6585 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6586 group isn't covered by the agent.
6587
6588 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6589
6590 * nnir.el (nnir-method-default-engines): New variable.
6591 (nnir-run-query): Use it.
6592 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6593 (gnus-summary-nnir-goto-thread): Change group if needed.
6594
6595 * gnus-group.el (gnus-group-group-map): Add key binding for
6596 gnus-group-make-nnir-group.
6597
6598 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6599
6600 * shr.el (shr-tag-object): Add.
6601
6602 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6603 original article buffer live.
6604 (gnus-summary-select-article-buffer):
6605 Mention gnus-widen-article-buffer.
6606
6607 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6608
6609 * shr.el (shr-tag-strong): Add.
6610
6611 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6614 group names. They mess up the group buffer badly.
6615
6616 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6617
6618 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6619 instead of the summary one.
6620
6621 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6622
6623 * mml.el (mml-preview): Work properly when editing article.
6624
6625 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6626 gnus-have-read-active-file if it's already been in.
6627
6628 2010-10-22 Tom Tromey <tromey@redhat.com>
6629
6630 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6631 gnus-group-completing-read.
6632
6633 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * message.el (message-mode-map): Don't bind M-; to comment region, to
6636 allow the global comment-dwim to work.
6637
6638 2010-10-21 Julien Danjou <julien@danjou.info>
6639
6640 * message.el (message-setup-1): Allow message-default-headers to be a
6641 function.
6642
6643 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6644
6645 * shr.el (shr-tag-table): Simplify.
6646
6647 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6648
6649 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6650 to avoid trying to snarf invalid stuff.
6651
6652 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6653
6654 * gnus.el (gnus-message-archive-group): Quote value.
6655 (gnus-message-archive-group): Mark as changed.
6656
6657 * shr.el (shr-add-font): Don't put the font properties on the newline
6658 or the indentation.
6659
6660 * message.el (message-fix-before-sending): Change options when sending
6661 non-printable characters.
6662
6663 * gnus.el (gnus-message-archive-method): Change the default to
6664 monthly outgoing groups.
6665
6666 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6667 that have gotten new numbers.
6668
6669 * nnimap.el (nnimap-request-replace-article): New function.
6670
6671 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6672
6673 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6674 (nnrss-request-article): Don't use special html washing code.
6675
6676 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6677
6678 * shr.el (shr-tag-table): Remove useless nconc.
6679
6680 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6681
6682 * gnus-art.el (article-wash-html): Simplify and remove the charset
6683 stuff. Use the normal html rendering code instead of the special html
6684 washing code.
6685
6686 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6687 `gnus-w3m' symbols.
6688 (mm-text-html-washer-alist): Remove.
6689
6690 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6691 (mm-inline-media-tests): Remove use.
6692 (mm-text-html-renderer): Change default to the `shr' symbol.
6693
6694 * mm-view.el (mm-inline-text-html): Remove use.
6695
6696 * gnus-art.el (gnus-blocked-images): New function. Allow the
6697 `gnus-blocked-images' to be a function.
6698 (gnus-article-wash-function): Remove.
6699
6700 2010-10-20 Julien Danjou <julien@danjou.info>
6701
6702 * spam.el (spam-list-of-processors): Mark as obsolete.
6703
6704 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6705 (nnimap-insert-partial-structure): Fix boundary detection.
6706
6707 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6708
6709 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6710 run file-truename on remote files. This can be expensive and even
6711 prevent one from editing drafts if some unrelated buffer has a stale
6712 connection.
6713
6714 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6715
6716 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6717 kinsoku-eol regardless of shr-kinsoku-shorten.
6718 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6719 (shr-tag-table): Support caption, thead, and tfoot.
6720
6721 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6722
6723 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6724 lines.
6725 (shr-save-contents): New command and keystroke.
6726
6727 * nndoc.el (nndoc-type-alist): Add git support.
6728 (nndoc-git-type-p): New function.
6729 (nndoc-transform-git-article): Ditto.
6730 (nndoc-transform-git-headers): Ditto.
6731 (nndoc-transform-git-headers): Generate Subject headers.
6732
6733 * shr.el (shr-parse-style): New function.
6734 (shr-tag-span): Ditto.
6735
6736 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6737 to `G G' to avoid collisions.
6738
6739 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6740
6741 * shr.el: Load kinsoku if necessary.
6742 (shr-kinsoku-shorten): New internal variable.
6743 (shr-find-fill-point): Make kinsoku shorten text line if
6744 shr-kinsoku-shorten is bound to non-nil.
6745 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6746 shr-indentation too when testing if table is wider than frame width.
6747 (shr-insert-table): Use `string-width' instead of `length' to measure
6748 text width.
6749 (shr-insert-table-ruler): Make sure indentation is done at bol.
6750
6751 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6754 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6755 undecoded network data.
6756
6757 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6758
6759 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6760 name in the mode line spec so that the mode line menu works
6761 (bug #2431).
6762
6763 * message.el (message-get-reply-headers): If we're fed `to-address',
6764 then always use that.
6765
6766 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6767 aren't so wide as to need to switch off the edit menu.
6768
6769 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6770 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6771
6772 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6773 `M-g'.
6774 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6775 the permanent marks.
6776
6777 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6778
6779 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6780 Splitting according to references/in-reply-to obeys the ignore-groups
6781 variable, while splitting by sender and subject do not.
6782
6783 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6784
6785 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6786 alist, so that we can look for non-Unicode chars.
6787 (article-translate-strings): Allow both character and string maps.
6788
6789 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6790
6791 * shr.el (shr-insert): Don't insert space behind a wide character
6792 categorized as kinsoku-bol, or between characters both categorized as
6793 nospace.
6794
6795 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6796
6797 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6798 headers to gnus-newsgroup-headers.
6799
6800 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6801
6802 * shr.el (shr-tag-img): Don't align images -- since we're not
6803 rescaling, this often leads to ugly displays.
6804
6805 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6806
6807 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6808 duplicates.
6809
6810 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6811
6812 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6813 call.
6814
6815 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6816
6817 * gnus.el: Autoload gnus-html-show-images.
6818
6819 * nnimap.el: Use nnheader-message throughout.
6820
6821 * shr.el (shr-tag-img): Ignore images with no data.
6822
6823 2010-10-15 Julien Danjou <julien@danjou.info>
6824
6825 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6826 a possibility to disable format=flow encoding when using hard newlines.
6827
6828 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6829
6830 * shr.el (shr-insert): Remove space inserted before or after a
6831 breakable character or at the beginning or the end of a line.
6832 (shr-find-fill-point): Do kinsoku; find the second best point or give
6833 it up if there's no breakable point.
6834
6835 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6836
6837 * nnimap.el (nnimap-open-connection): Message when opening connection
6838 for debugging purposes.
6839
6840 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6841 on every setup buffer call to allow this to change from article to
6842 article.
6843
6844 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6845 buffers where we have a wide table.
6846
6847 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6848
6849 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6850 uses *-request-thread.
6851
6852 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6853
6854 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6855 incantation, which is no longer valid.
6856
6857 2010-10-14 Julien Danjou <julien@danjou.info>
6858
6859 * shr.el: Fix defcustom type (char -> character).
6860
6861 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6862
6863 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6864 programs.
6865
6866 2010-10-14 Julien Danjou <julien@danjou.info>
6867
6868 * shr.el (shr-tag-a): Use url-link as widget type.
6869
6870 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6871 `gnus-group-get-icon'.
6872
6873 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6874
6875 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6876 This should make server editing work better.
6877
6878 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6879
6880 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6881 (nnimap-parse-flags): Fix regexp.
6882
6883 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6884 probably work for CJVK text, too.
6885
6886 * nnimap.el (nnimap-extend-tls-programs): Remove.
6887 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6888
6889 2010-10-13 Julien Danjou <julien@danjou.info>
6890
6891 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6892 responses.
6893
6894 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6895
6896 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6897
6898 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6899 anything in Emacs.
6900
6901 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6902
6903 2010-10-13 Julien Danjou <julien@danjou.info>
6904
6905 * shr.el (shr-width): Make shr-width a defcustom with default to
6906 fill-column.
6907 (shr-tag-img): Use shr-width rather than fill-column.
6908
6909 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6910
6911 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6912
6913 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6914 position when (X-)Faces exist.
6915 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6916 avatars when called interactively.
6917
6918 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6919
6920 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6921 gnus-article-x-face-too-ugly is bound.
6922
6923 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6924
6925 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6926
6927 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6928 mailbox that doesn't exist.
6929
6930 2010-10-12 Julien Danjou <julien@danjou.info>
6931
6932 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6933 (shr-get-image-data): Encode URL properly when fetching from cache.
6934 (shr-tag-img): Use aligned-to spaces to align correctly images.
6935
6936 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6937 before inserting the Gravatar.
6938
6939 * shr.el (shr-tag-img): Add align attribute support for <img>.
6940
6941 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6942
6943 * gnus-gravatar.el (gnus-art): Require.
6944
6945 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6946 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6947 Remove long obsoleted functions.
6948
6949 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6952
6953 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6954 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6955 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6956 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6957 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6958 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6959 Fix comment for declare-function.
6960
6961 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6962
6963 * nnimap.el (nnimap-request-rename-group): Select group read-only
6964 before renaming it.
6965
6966 * shr.el (shr-insert): Fix up the white space only regexp.
6967
6968 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6969 bodies. Protect against this. Reported by Michael Welsh Duggan.
6970
6971 * shr.el (shr-current-column): New function.
6972 (shr-find-fill-point): New function.
6973
6974 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6975
6976 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6977 numbers.
6978
6979 2010-10-11 Julien Danjou <julien@danjou.info>
6980
6981 * shr.el (shr-hr-line): Add.
6982 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6983 display hr lines.
6984 (shr-max-columns): Do not change state to nil if we just inserting
6985 spaces.
6986
6987 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6988
6989 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6990 select the last group.
6991
6992 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6993
6994 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6995
6996 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6997
6998 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6999 for Gnus.
7000 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7001 (nnimap-update-qresync-info): Mark \Seen articles as read.
7002
7003 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7004 non-variable, too.
7005
7006 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7007 available.
7008 (nnimap-update-info): Rely more on the current active than the param
7009 active to avoid marking articles as read too much.
7010
7011 * auth-source.el (auth-source-create): Use (user-login-name) for the
7012 user name default.
7013
7014 * nnimap.el (nnimap-update-info): If the server doesn't return any
7015 useful info, just use the previous info.
7016 (nnimap-update-info): Prefer old info over start-article.
7017 (nnimap-update-qresync-info): Finish implementing QRESYNC.
7018
7019 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
7020
7021 * nnir.el (autoload): Clean up autoloads.
7022 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7023 Use key rather than value.
7024 (nnir-imap-search-other): New variable.
7025 (nnir-read-parm): Use it.
7026 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7027 (gnus-summary-nnir-goto-thread): Modify to work with imap.
7028
7029 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7032 the process, too.
7033
7034 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7035
7036 * spam.el (gnus-summary-mode-map): Bind to "$".
7037 Suggested by Russ Allbery.
7038
7039 * shr.el: Rework the way things are indented by <li> slightly.
7040
7041 * gnus.el (gnus-group-set-parameter): Fix typo.
7042
7043 * nnimap.el: Start implementing QRESYNC support.
7044
7045 2010-10-09 Julien Danjou <julien@danjou.info>
7046
7047 * nnir.el (nnir-engines): Fix too many arguments.
7048
7049 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7050
7051 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7052 group is the "last", so that the backends like nnfolder actually save
7053 their folders.
7054
7055 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7056 try to use that for the TLS stream.
7057 (nnimap-retrieve-group-data-early): Rework the marks code to heed
7058 UIDVALIDITY and find out which groups are read-only and not.
7059 (nnimap-get-flags): Use the same marks parsing code as the rest of
7060 nnimap.
7061
7062 2010-10-09 Julien Danjou <julien@danjou.info>
7063
7064 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7065
7066 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7067 retrieving gravatars.
7068
7069 * shr.el (shr-table-corner): Add.
7070 (shr-table-line): Add.
7071 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7072
7073 2010-10-08 Julien Danjou <julien@danjou.info>
7074
7075 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7076
7077 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
7078
7079 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7080
7081 * gnus-sum.el (gnus-mark-article-as-unread)
7082 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7083 (gnus-summary-set-bookmark): Use it.
7084
7085 * gnus-msg.el (gnus-setup-message): Use it.
7086
7087 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7088
7089 * gnus.el (gnus-group-remove-parameter): Use it.
7090
7091 * gnus-group.el (gnus-group-make-web-group): Use it.
7092
7093 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7094
7095 * nnregistry.el: Update docs to mention manual.
7096
7097 * gnus-registry.el: Update docs to mention nnregistry.el.
7098 (gnus-registry-initialize): Don't install nnregistry refer method
7099 automatically.
7100 (gnus-registry-install-nnregistry): Remove it.
7101
7102 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7103
7104 * shr.el (shr-insert): Don't insert double spaces.
7105
7106 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7107
7108 * gnus-gravatar.el (gnus-treat-from-gravatar)
7109 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7110 called interactively.
7111
7112 * gnus-art.el (gnus-mime-view-part-externally)
7113 (gnus-mime-view-part-internally): Make predicate function passed to
7114 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7115 of a mime type.
7116
7117 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7118
7119 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7120
7121 * shr.el (require): Require cl when compiling.
7122 (shr-tag-hr): New function.
7123
7124 * nnimap.el (nnimap-update-info): Remove double setting of high.
7125 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7126 This makes nnimap work properly on Courier again.
7127
7128 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7129 the variable for backwards compatibility.
7130
7131 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7132 the file name before using to avoid setting mm-default-directory to
7133 nil.
7134
7135 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7136 bidning gnus-agent variables.
7137
7138 * shr.el (shr-render-td): Use a cache for the table rendering function
7139 to avoid getting an exponential rendering behavior in nested tables.
7140 (shr-insert): Rework the line-breaking algorithm.
7141 (shr-insert): Don't leave trailing spaces.
7142 (shr-insert-table): Also insert empty TDs.
7143 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7144
7145 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * gnus-sum.el (gnus-number): Rename from `number'.
7148 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7149 (gnus-summary-limit-children): Update uses correspondingly.
7150
7151 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7154 (gnus-gravatar-transform-address): Don't show avatars of people of
7155 which mail addresses match gnus-gravatar-too-ugly.
7156
7157 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7158
7159 * shr.el (shr-table-widths): Expand TD elements to fill available
7160 space.
7161
7162 2010-10-07 Julien Danjou <julien@danjou.info>
7163
7164 * nnimap.el (nnimap-request-rename-group): Add this method.
7165
7166 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7167
7168 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7169 name from XEmacs' function-arglist.
7170
7171 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7172 gravatar under XEmacs.
7173
7174 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7175
7176 * auth-source.el: Update docs with TODO items.
7177
7178 * gnus-sync.el: Update docs to explain state and plans.
7179
7180 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7181 Hooks for mark updates.
7182 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7183
7184 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7185 hooks with arguments, which is needed for mark update hooks.
7186
7187 2010-10-06 Julien Danjou <julien@danjou.info>
7188
7189 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7190 was matched.
7191
7192 * sieve-manage.el: Update example in `Commentary'.
7193
7194 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7195
7196 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7197 not 2000.
7198 (sieve-manage-authenticate): Re-add function.
7199
7200 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7201
7202 * shr.el (shr-insert): Get 'space transition right.
7203 (shr-render-td): Only delete space at the end of the TD.
7204
7205 * nnimap.el (nnimap-open-connection): Prepare to support
7206 open-gnutls-stream.
7207
7208 * shr.el: Rearrange function order to be more logical.
7209
7210 2010-10-06 Julien Danjou <julien@danjou.info>
7211
7212 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7213 (nnrss-discover-feed): Remove 404 URL in docstring.
7214
7215 * nnir.el: Fix Swish-E URL.
7216 Fix Namazu URL.
7217
7218 * message.el (message-change-subject): Remove 404 URL in a comment.
7219
7220 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7221
7222 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7223 called interactively.
7224
7225 * gnus-util.el (gnus-remove-if): Allow hash table.
7226 (gnus-remove-if-not): New function.
7227
7228 * gnus-art.el (gnus-mime-view-part-as-type):
7229 * gnus-score.el (gnus-summary-score-effect):
7230 * gnus-sum.el (gnus-read-move-group-name):
7231 Replace remove-if-not with gnus-remove-if-not.
7232
7233 * gnus-group.el (gnus-group-completing-read):
7234 Regard collection as a hash table if it is not a list.
7235
7236 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7237
7238 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7239
7240 * shr.el: Document the table-rendering algorithm.
7241
7242 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7243 invalid URLs.
7244
7245 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7246 line-broken.
7247 (shr-tag-img): Ignore image fetching errors.
7248 (shr-overlays-in-region): Compute overlay positions correctly.
7249
7250 * mm-decode.el (mm-shr): Require shr.
7251
7252 * gnus-art.el (gnus-blocked-images): Move variable here.
7253
7254 * shr.el (shr-insert-table): Bind free variable.
7255
7256 * mm-decode.el (mm-shr): Bind shr-content-function.
7257
7258 * shr.el (shr-content-function): New variable.
7259
7260 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7261 added for symmetry.
7262
7263 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7264
7265 * gnus-group.el (gnus-group-make-group): Doc fix.
7266
7267 * nnimap.el (nnimap-request-newgroups): Return success.
7268
7269 * shr.el (shr-find-elements): New function.
7270 (shr-tag-table): Put all the images after the table.
7271 (shr-tag-table): Really inhibit images inside the table.
7272 (shr-collect-overlays): Copy over overlays from the TD elements to the
7273 main document.
7274
7275 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7276 gnus-blocked-images.
7277
7278 2010-10-05 Julien Danjou <julien@danjou.info>
7279
7280 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7281
7282 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7283 (gnus-html-maximum-image-size): Add this function.
7284 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7285
7286 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7287 server-value of the capability is nil.
7288
7289 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7290
7291 * shr.el (shr-tag-em): Add <EM> tag.
7292
7293 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7294
7295 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7296 customizable.
7297
7298 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7299 handing broken links to browse-url.
7300
7301 2010-10-05 Julien Danjou <julien@danjou.info>
7302
7303 * gnus-util.el (gnus-emacs-completing-read)
7304 (gnus-iswitchb-completing-read): Use autoload rather than require.
7305
7306 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-util.el (gnus-completing-read-function): Exclude
7309 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7310 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7311 XEmacs.
7312
7313 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7314 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7315
7316 * gnus-html.el: Don't require help-fns under XEmacs.
7317 (gnus-html-schedule-image-fetching): Work for XEmacs.
7318
7319 * mm-decode.el (mm-shr): Decode contents by charset.
7320
7321 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7322
7323 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7324 unknown.
7325
7326 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7327 (shr-get-image-data): Ensure against the cache file missing.
7328
7329 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7330 for data.
7331
7332 * spam-report.el (spam-report-url-ping-plain): Don't query about
7333 killing the process.
7334
7335 * shr.el (shr-render-td): Protect against too-wide text.
7336
7337 2010-10-04 Julien Danjou <julien@danjou.info>
7338
7339 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7340 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7341
7342 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7343 retrieved.
7344
7345 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7346
7347 * shr.el (browse-url): Require.
7348 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7349 lines.
7350 (shr-show-alt-text, shr-browse-image): New commands.
7351 (shr-browse-url, shr-copy-url): New commands.
7352
7353 * gnus-sum.el (gnus-widen-article-window): New variable.
7354 (gnus-summary-select-article-buffer): Use it.
7355
7356 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7357 without @ signs.
7358
7359 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7360
7361 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7362
7363 2010-10-04 Julien Danjou <julien@danjou.info>
7364
7365 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7366 for XEmacs.
7367
7368 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7369
7370 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7371
7372 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7373 (nnimap-close-server): Implement.
7374
7375 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7376 (shr-insert): Tweak line breaking.
7377 (shr-insert): Handle <pre> better.
7378 (shr-tag-li): Get <li> indentation right.
7379 (shr-tag-li): Get <li> indentation even righter.
7380 (shr-tag-blockquote): Ensure paragraph start.
7381 (shr-make-table): Tweak table generation.
7382 (shr-make-table): Fix typo.
7383
7384 * shr.el: Implement table rendering.
7385
7386 2010-10-04 Julien Danjou <julien@danjou.info>
7387
7388 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7389
7390 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * shr.el (shr-insert): Use string anchors instead of line anchors.
7393
7394 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7395
7396 * shr.el: Add headings.
7397 (shr-ensure-paragraph): Actually work.
7398 (shr-tag-li): Make <ul> prettier.
7399 (shr-insert): Get white space at the beginning/end of elements right.
7400 (shr-tag-p): Collapse subsequent <p>s.
7401 (shr-ensure-paragraph): Don't insert double line feeds after blank
7402 lines.
7403 (shr-insert): \t is also space.
7404 (shr-tag-s): Fix "s" tag name function.
7405 (shr-tag-s): Fix face prop name.
7406
7407 2010-10-03 Julien Danjou <julien@danjou.info>
7408
7409 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7410
7411 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7412 gnus-window-inside-pixel-edges.
7413
7414 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7415 gnus-ems.
7416
7417 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7418
7419 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7420 function.
7421
7422 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7423 resize choice.
7424
7425 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
7427 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7428 beginning of the buffer.
7429
7430 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7431 article buffer again.
7432
7433 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7434
7435 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7436 when it's at the start of the buffer.
7437
7438 * shr.el (shr-tag-blockquote): Convert name.
7439 (shr-rescale-image): Use the right image-size variant.
7440
7441 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7442 buffer isn't shown, then select the current article first instead of
7443 bugging out.
7444 (gnus-summary-select-article-buffer): Show both the article and summary
7445 buffers again.
7446
7447 * shr.el (shr-fontize-cont): Protect against regions with no text.
7448 Rename tag functions to shr-tag-* for enhanced security.
7449 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7450
7451 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * shr.el (shr-insert):
7454 * pop3.el (pop3-movemail):
7455 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7456 loaded.
7457
7458 2010-10-03 Glenn Morris <rgm@gnu.org>
7459
7460 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7461
7462 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7463
7464 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7465
7466 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7467
7468 * gnus-util.el (gnus-make-local-hook): Simplify.
7469
7470 2010-10-02 Julien Danjou <julien@danjou.info>
7471
7472 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7473 (gnus-ido-completing-read): New function.
7474 (gnus-emacs-completing-read): New function.
7475 (gnus-completing-read): Use gnus-completing-read-function.
7476 Add gnus-completing-read-function.
7477
7478 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7479
7480 * shr.el (shr-insert-document): Autoload.
7481 (shr-img): Be silent.
7482 (shr-insert): Add a newline after every picture before text.
7483 (shr-add-font): Use overlays for combining faces.
7484 (shr-insert): Pass upwards the text start point.
7485
7486 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7487 possible.
7488 (mm-shr): New function.
7489
7490 2010-10-02 Julien Danjou <julien@danjou.info>
7491
7492 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7493 should go backward.
7494
7495 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7496
7497 * shr.el (shr): Fix typo in provide call.
7498
7499 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7500
7501 * shr.el: New file.
7502
7503 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7504
7505 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7506 completing read.
7507
7508 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7511 we're being queried about. Suggested by Dan Jacobson.
7512
7513 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7514 Suggested by Jason Eisner.
7515
7516 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7517 table, too. Suggested by Stefan Wiens.
7518 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7519 the table unnecessary. Suggested by Stefan Wiens.
7520
7521 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7522 longer needed, and probably doesn't work either, as pointed out by
7523 Stefan Wiens.
7524 (gnus-summary-exit): Remove call to the clearing function.
7525 (gnus-summary-exit-no-update): Ditto.
7526
7527 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7528 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7529 Reported by Stefan Monnier.
7530 (gnus-summary-save-in-rmail): Ditto.
7531
7532 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7533 article buffer, instead of both the article buffer and the summary
7534 buffer. Sort of suggested by Dan Jacobson.
7535
7536 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7537
7538 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7539 Suggested by Dan Jacobson.
7540
7541 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7542 documentation clearer.
7543
7544 * message.el (message-shorten-references): Comment on the number "21".
7545 Suggested by Stefan Monnier.
7546
7547 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7548 Suggested by Dan Jacobson.
7549
7550 * gnus.el (gnus-large-newsgroup):
7551 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7552
7553 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7554 externalize attachments. Bug reported by Steve Wen.
7555
7556 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7557 really message anything to the user.
7558
7559 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7560 directly.
7561
7562 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7563 messages in empty groups.
7564
7565 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7566
7567 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7568 non-UIDNEXT group.
7569
7570 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7571
7572 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7573 not the value from the collection.
7574
7575 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7576 values. This sometimes happens on some groups that have no info.
7577 (nnimap-request-newgroups): New function.
7578
7579 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7580
7581 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7582 check into `gnus-registry-initialize'.
7583 (gnus-registry-initialize): Ditto.
7584 Fix and extend header docs.
7585
7586 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7587
7588 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7589 regexp backtrace overflows.
7590
7591 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7592 for starttls that tls.el implements; i.e. openssl.
7593
7594 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7595
7596 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7597 (gravatar-create-image): New function that's an alias to
7598 gnus-xmas-create-image, gnus-create-image, or create-image.
7599 (gravatar-data->image): Use it.
7600
7601 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7602
7603 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7604 install the nnregistry refer method.
7605 (gnus-registry-install-hooks): Use it.
7606 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7607 unfollowed groups.
7608
7609 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7610
7611 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7612 expanding threads.
7613
7614 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7615
7616 * nnir.el: Use the server names without suffixes (bug #7009).
7617
7618 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7619 unencrypted to STARTTLS, if possible.
7620
7621 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7622
7623 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7624 headers before superseding.
7625
7626 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7627
7628 * nnrss.el (nnrss-use-local): Add documentation.
7629
7630 * nnimap.el (nnimap-extend-tls-programs): New function.
7631 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7632 (nnimap-wait-for-connection): Accept the greeting from the stupid
7633 output from openssl s_client -starttls, too.
7634
7635 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7636 article number.
7637 (nnimap-split-fancy): New variable.
7638 (nnimap-split-incoming-mail): Use it.
7639
7640 * nntp.el (nntp-server-list-active-group): Document.
7641
7642 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7643 SELECT to get the message-id.
7644
7645 * mail-source.el (mail-sources): Remove webmail support.
7646 (defvar): Ditto.
7647 (mail-source-fetcher-alist): Ditto.
7648 (mail-source-fetch-webmail): Remove.
7649
7650 * webmail.el: Remove -- doesn't seem relevant any more.
7651
7652 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7653
7654 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7655 the \r.
7656
7657 2010-09-30 Julien Danjou <julien@danjou.info>
7658
7659 * gnus-agent.el (gnus-agent-add-group): Fix call to
7660 gnus-completing-read.
7661
7662 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7663
7664 * nndoc.el (nndoc-retrieve-groups): New function.
7665
7666 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7667 `default', use nnmail-split-methods.
7668 (nnimap-request-article): Downcase the NILs so that they are nil.
7669
7670 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7671 symbol.
7672
7673 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7674 code, since if the user has requested network, that's what they ought
7675 to get.
7676 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7677 (nnimap-split-rule): Mark as obsolete.
7678
7679 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7680 New variable.
7681
7682 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7683 correct slot, too.
7684
7685 2010-09-29 Julien Danjou <julien@danjou.info>
7686
7687 * gnus.el (gnus-local-domain): Declare variable obsolete.
7688
7689 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7690 Fix history computing.
7691 (gnus-ido-completing-read): Require ido.
7692
7693 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7694
7695 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7696 build Gnus.
7697
7698 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7699 when interpreting the structures.
7700 (nnimap-request-accept-article): Add \r\n to the lines to make this
7701 work with Cyrus.
7702
7703 * nndraft.el (nndraft-request-expire-articles): Use the group name
7704 instead if "nndraft". Fix found by Nils Ackermann.
7705
7706 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7707
7708 * nnregistry.el: Add.
7709
7710 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7711
7712 * nnmail.el (group, group-art-list, group-art):
7713 Remove unneeded directives.
7714
7715 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7716
7717 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7718 (mm-mime-charset):
7719 * rfc2047.el (rfc2047-syntax-table):
7720 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7721
7722 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7723 rather than `insert-file-contents' and `eval-region'.
7724
7725 2010-09-29 Julien Danjou <julien@danjou.info>
7726
7727 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7728 replacement of `gnus-gravatar-relief' to mimic
7729 `gnus-faces-properties-alist'.
7730 Add :version property.
7731
7732 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7733
7734 * mail-source.el (mail-source-report-new-mail):
7735 * message.el (message-default-mail-headers):
7736 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7737
7738 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7739
7740 2010-09-28 Julien Danjou <julien@danjou.info>
7741
7742 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7743 mail-address contains the same string as real-name.
7744
7745 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7746 non-blank in header, otherwise it'll get stripped.
7747
7748 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7749 real-name, and then for mail address rather than doing : or , search.
7750
7751 2010-09-27 Julien Danjou <julien@danjou.info>
7752
7753 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7754 right completing-read function.
7755 (gnus-use-ido): New variable
7756 (gnus-completing-read-with-default): Remove.
7757 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7758 (gnus-agent-add-group):
7759 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7760 * mm-view.el (mm-view-pkcs7-decrypt):
7761 * mm-util.el (mm-codepage-setup):
7762 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7763 * mml-smime.el (mml-smime-openssl-sign-query):
7764 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7765 (mml-insert-multipart):
7766 * gnus-msg.el (gnus-summary-yank-message):
7767 * gnus-int.el (gnus-start-news-server):
7768 * mm-decode.el (mm-interactively-view-part):
7769 * gnus-dired.el (gnus-dired-attach):
7770 * gnus.el (gnus-read-method):
7771 * gnus-bookmark.el (gnus-bookmark-jump):
7772 * gnus-art.el (gnus-mime-view-part-as-type)
7773 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7774 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7775 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7776 * nnmairix.el (nnmairix-create-server-and-default-group)
7777 (nnmairix-update-groups, nnmairix-get-server)
7778 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7779 (nnmairix-get-group-from-file-path):
7780 * nnrss.el (nnrss-find-rss-via-syndic8):
7781 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7782 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7783 (gnus-group-browse-foreign-server):
7784 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7785 (gnus-summary-execute-command, gnus-summary-respool-article)
7786 (gnus-read-move-group-name):
7787 * gnus-score.el (gnus-summary-increase-score)
7788 (gnus-summary-score-effect):
7789 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7790
7791 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793 * nnimap.el (auth-source-forget-user-or-password)
7794 (auth-source-user-or-password): Autoload.
7795
7796 * message.el (message-from-style, message-interactive)
7797 (message-signature): Remove comment.
7798 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7799 always.
7800 (message-sendmail-envelope-from): Comment fix.
7801 (message-yank-prefix): Default to mail-yank-prefix always.
7802 (message-indentation-spaces):
7803 Default to mail-indentation-spaces always.
7804 (message-signature-file): Default to mail-signature-file always.
7805
7806 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7807
7808 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7809 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7810 new articles.
7811
7812 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7813 parts.
7814 (nnimap-request-article): Work with the t setting, too.
7815
7816 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7817 that you don't get flashes of other buffers.
7818 (gnus-summary-show-complete-article): Intern before setting.
7819
7820 2010-09-27 David Engster <dengste@eml.cc>
7821
7822 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7823 well as HEADERS.
7824 (nnmairix-retrieve-headers): Provide new argument for the above.
7825
7826 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7827
7828 * gnus-sum.el (gnus-summary-move-article): Don't alter
7829 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7830 group.
7831
7832 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7833
7834 * message.el (message-cite-prefix-regexp): Revert my last edit.
7835
7836 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7837 variable instead of the Gnus variable.
7838
7839 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7840
7841 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7842
7843 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7844 since some servers don't like it.
7845 (nnimap-open-connection): Forget credentials if the server says the
7846 password was wrong.
7847 (nnimap-parse-line): Protect against invalid data.
7848
7849 * gnus-sum.el (gnus-summary-move-article): Add comment.
7850 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7851 nothing alters it while scanning for new messages.
7852
7853 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7854 which may or may not help.
7855 (nnimap-open-connection): If we're doing a stream connection, and then
7856 discover we're on a STARTTLS-capable server, then open a STARTTLS
7857 connection instead.
7858
7859 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7860
7861 * nnimap.el (utf7): Require.
7862
7863 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7864 prefix.
7865
7866 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7867
7868 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7869
7870 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7871
7872 * nnimap.el (nnimap-request-accept-article): Message the error on
7873 error.
7874
7875 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7878
7879 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7880
7881 * nndoc.el (nndoc-request-list): Return success always.
7882
7883 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7884 `fetch-old' -- we only want to fetch the articles we've requested.
7885 The rest are in the agent, probably.
7886 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7887 disappeared server" to something low. It's not important.
7888
7889 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7890 arrived before the FETCH data.
7891
7892 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7893 target here, because we don't know the Gnus name of the group.
7894
7895 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7896 for the correct group.
7897
7898 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7899
7900 * gnus.el (gnus): Give a final warning after startup.
7901
7902 * gnus-util.el (gnus-action-message-log): New variable.
7903 (gnus-message): Use it.
7904 (gnus-final-warning): New function.
7905
7906 * nnimap.el (nnimap-open-connection): Record the greeting.
7907 (nnimap): Add greeting.
7908
7909 2010-09-26 Julien Danjou <julien@danjou.info>
7910
7911 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7912 arguments.
7913 (gnus-html-wash-images): Fix spec computing to include start/end.
7914
7915 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7916
7917 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7918
7919 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7920 deletion.
7921 (nnimap-retrieve-headers): Don't select the group, because that's
7922 already done by nnimap-possibly-change-group.
7923
7924 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7925 (gnus-picon-transform-address): Use it.
7926
7927 * mail-source.el (mail-source-value): Revert previous patch.
7928
7929 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7930 on failure.
7931 (nnimap-open-connection): Look up both virtual and physical server name
7932 credentials.
7933
7934 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7935
7936 2009-02-08 Dave Love <fx@gnu.org>
7937
7938 * gnus-win.el (gnus-window-to-buffer-helper)
7939 (gnus-all-windows-visible-p): Function needn't be a symbol.
7940
7941 * mail-source.el (mail-source-value): Function needn't be a symbol.
7942
7943 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7944
7945 * message.el (message-cite-prefix-regexp): Remove } from the cite
7946 prefix.
7947
7948 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7949 highlight again, so that the highlight is correct.
7950
7951 * gnus-picon.el (gnus-picon): Remove again.
7952 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7953
7954 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7955 doing the header highlightling, so that the background color of the
7956 picon is correct.
7957
7958 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7959 (gnus-picon): Ditto.
7960 (gnus-picon): Reinstate. The background color for picons is white.
7961 (gnus-picon-insert-glyph): Make the background white.
7962
7963 * nnml.el (nnml-open-nov): Don't return dead buffers.
7964
7965 * auth-source.el (auth-source-create): Query the user for whether to
7966 store the credentials.
7967
7968 * auth-source.el (auth-source-user-or-password): Use the existing auth
7969 sources, if any, for creation.
7970
7971 * gnus.el (gnus-group-fast-parameter): Return the last matching
7972 parameter instead of the first matching parameter.
7973
7974 2010-09-26 Julien Danjou <julien@danjou.info>
7975
7976 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7977
7978 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7979
7980 * mml2015.el (mml2015-use): Remove gpg support.
7981
7982 * mml1991.el (mml1991-function-alist): Remove gpg function.
7983 (mml1991-gpg-sign): Remove.
7984
7985 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7986
7987 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7988 (gnus-browse-unsubscribe-current-group): Document it.
7989 (gnus-browse-unsubscribe-group): Use it.
7990
7991 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7992
7993 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7994 address to the To list for easier response.
7995
7996 * gnus.el (gnus-play-startup-jingle): Remove.
7997 (gnus-splash): Don't play jingle.
7998 (gnus): Silence gnus-load message.
7999
8000 * gnus-art.el (gnus-treat-play-sounds): Remove.
8001
8002 * gnus.el (gnus-play-jingle): Remove audio support.
8003
8004 * gnus-cus.el (gnus-score-customize): Remove audio reference.
8005
8006 * earcon.el: Remove -- no users.
8007
8008 * gnus-audio.el: Remove -- no users of this package.
8009
8010 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8011
8012 * gnus-start.el (gnus-setup-news): Remove nocem support.
8013
8014 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8015
8016 * gnus.el (gnus-use-nocem): Remove.
8017
8018 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8019 Remove.
8020
8021 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
8022 uses NoCeM any more.
8023
8024 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8025 (gnus-button-ctan-handler): Ditto.
8026 (gnus-button-handle-ctan-bogus-regexp): Ditto.
8027 (gnus-button-ctan-directory-regexp): Ditto.
8028 (gnus-button-handle-ctan): Ditto.
8029 (gnus-button-tex-level): Ditto.
8030 (gnus-button-alist): Remove CTAN stuff.
8031
8032 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8033
8034 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8035 nnimap-streaming test.
8036
8037 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8038 servers twice.
8039
8040 * nnimap.el (nnimap-open-connection): Add more error reporting when
8041 nnimap fails early.
8042
8043 * nnheader.el (nnheader-get-report-string): New function.
8044 (nnheader-get-report): Use it.
8045
8046 * gnus-int.el (gnus-check-server): Say what the error was when opening
8047 failed.
8048
8049 * nnimap.el (nnimap-wait-for-response): Search further when we're not
8050 using streaming.
8051
8052 2010-09-25 Julien Danjou <julien@danjou.info>
8053
8054 * gnus-html.el (gnus-html-rescale-image): Use our defalias
8055 gnus-window-inside-pixel-edges.
8056
8057 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8058
8059 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8060
8061 * mm-decode.el (mm-save-part): Allow saving to other directories the
8062 normal Emacs way.
8063
8064 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8065 Suggested by Jay Berkenbilt.
8066
8067 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8068 there isn't a single byte.
8069
8070 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8071 just do it. It doesn't really seem to matter what the user responds
8072 here, I think, so it's just a confusing question.
8073
8074 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8075 non-streaming case.
8076
8077 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8078 (gnus-article-encrypt-body): Use it.
8079
8080 * gnus-sum.el (gnus-summary-show-complete-article): New command and
8081 keystroke.
8082
8083 * nnimap.el (nnimap-find-wanted-parts-1):
8084 Use gnus-fetch-partial-articles.
8085
8086 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8087
8088 * nnimap.el (nnimap-insert-partial-structure): New function.
8089 (nnimap-get-partial-article): New function.
8090 (nnimap-request-article): Use it.
8091 (nnimap-wait-for-response): Return whether the wait was successful.
8092 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8093 retrieval wasn't successful.
8094 (nnimap-retrieve-group-data-early): Allow throttling servers.
8095 (nnimap-streaming): New variable.
8096 (nnimap-fetch-partial-articles): Remove.
8097
8098 * mm-decode.el (mm-with-part): Protect against killed buffers.
8099
8100 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8101 for prettier summary display.
8102
8103 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8104
8105 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8106
8107 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8108
8109 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8110 apparently third-party libraries depend on it.
8111
8112 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8113 before starting negotiation.
8114
8115 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8116 privacy reasons.
8117 (gnus-treat-mail-gravatar): Ditto.
8118
8119 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8120 buffer when inserting images. Inserting text into the headers, for
8121 instance, can make them invalid.
8122
8123 2010-09-25 Julien Danjou <julien@danjou.info>
8124
8125 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8126 variables.
8127
8128 * nnheader.el: Remove useless variables news-reply-yank-from and
8129 news-reply-yank-message-id.
8130
8131 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8132 variables.
8133
8134 * mml1991.el: Remove useless mml1991-verbose.
8135
8136 * gnus.el: Remove useless variable gnus-use-generic-from.
8137 Remove obsolete variable gnus-topic-indentation.
8138
8139 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8140
8141 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8142
8143 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8144
8145 * gnus-group.el: Remove useless gnus-group-icon-cache.
8146 Remove useless gnus-ephemeral-group-server.
8147
8148 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8149
8150 * mml2015.el: Remove useless mml2015-verbose.
8151
8152 * mml-smime.el: Remove useless mml-smime-verbose.
8153
8154 * gnus.el: Remove useless gnus-local-domain.
8155
8156 * gnus-gravatar.el (gnus-gravatar-transform-address):
8157 Use gnus-gravatar-size.
8158
8159 * gnus-art.el: Remove useless gnus-treat-translate.
8160
8161 2010-09-24 Julien Danjou <julien@danjou.info>
8162
8163 * gnus-sum.el: Add support for Gravatars.
8164
8165 * gnus-art.el: Add support for Gravatars.
8166
8167 * gnus-gravatar.el: Add this file.
8168
8169 * gravatar.el: Add this file.
8170
8171 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8172
8173 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8174
8175 * gnus-group.el (gnus-group-fetch-faq): Remove.
8176
8177 * gnus.el (gnus-group-faq-directory): Remove.
8178
8179 * gnus-group.el (gnus-group-fetch-charter): Remove.
8180
8181 * gnus.el (gnus-group-charter-alist): Remove.
8182
8183 * gnus-group.el (gnus-group-archive-directory): Remove.
8184 (gnus-group-recent-archive-directory): Ditto.
8185 (gnus-group-make-archive-group): Remove.
8186
8187 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8188
8189 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8190 use the same article number for all the cached articles.
8191
8192 * nnimap.el (nnimap-command): Register the last command time so
8193 that we can use it for idling NOOPs.
8194 (nnimap-open-connection): Start the keeplive timer.
8195 (nnimap-make-process-buffer): Store all the process buffers.
8196 (nnimap-keepalive): New function.
8197
8198 * starttls.el (starttls-open-stream): Add autoload cookie.
8199
8200 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8201
8202 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8203 handling.
8204
8205 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8206
8207 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8208 its data structures.
8209
8210 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8211 instead of the cl.el copy-list.
8212 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8213 equalp.
8214
8215 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8216
8217 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8218 and tool-bar-local-item-from-menu.
8219
8220 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8221 mode-line-highlight face for Emacs.
8222
8223 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8224 loading gnus-sum.elc; fix comment for canlock-verify.
8225 (gnus-article-jump-to-part): Use read-number.
8226 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8227 Remove Emacs pre-21 compatible code for help-echo.
8228 (gnus-article-next-page-1): No need to adjust the number of lines.
8229 (gnus-article-describe-bindings): Always use help-buffer.
8230
8231 * gnus-audio.el (gnus-audio-inline-sound):
8232 * gnus-cus.el (gnus-custom-mode):
8233 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8234
8235 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8236
8237 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8238 compatible code.
8239
8240 2010-09-24 Glenn Morris <rgm@gnu.org>
8241
8242 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8243 visiting the fcc file in rmail-mode.
8244
8245 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * nnir.el: Silence the byte compiler.
8248
8249 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8250 alias to browse-url-url-encode-chars if any.
8251 (gnus-html-encode-url): Use it.
8252
8253 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8254
8255 * gnus-start.el (gnus-use-backend-marks): New variable.
8256 (gnus-get-unread-articles-in-group): Use it.
8257
8258 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8259 makeover.
8260
8261 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8262
8263 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8264
8265 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8266
8267 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8268 Remove.
8269 (gnus-setup-news-hook):
8270 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8271
8272 * gnus-int.el (gnus-request-update-info): Protect against backends not
8273 having the function.
8274
8275 * nnimap.el (nnimap-stream): Mention STARTTLS.
8276 (nnimap-open-connection): Add STARTTLS support.
8277
8278 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8279
8280 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8281
8282 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8283
8284 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8285 BODYSTRUCTUREs.
8286 (nnimap-transform-headers): Unfold quoted {42} headers.
8287
8288 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8289 the info.
8290 (gnus-get-unread-articles): Only call updatep on backends that support
8291 it.
8292
8293 * nnweb.el (nnweb-request-update-info): NOOP.
8294
8295 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8296
8297 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8298 since it only deals with marks.
8299
8300 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8301 gnus-request-marks, and make a new gnus-request-update-info.
8302
8303 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8304 the active instead of the high number, which is usually too low.
8305
8306 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8307
8308 * encrypt.el: Remove.
8309
8310 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8311
8312 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8313 server in symbolic form.
8314
8315 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8316
8317 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8318
8319 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8320 (nnimap-update-info): Fix up code slightly.
8321
8322 * gnus-int.el (gnus-open-server): Add tracing for performance
8323 debugging.
8324
8325 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8326 (gnus-group-insert-group-line): Pass the real group name so that it
8327 gets the right data.
8328
8329 * gnus-start.el (gnus-get-unread-articles): Don't have
8330 `gnus-get-unread-articles-in-group' update info, since that can be
8331 really slow and doesn't seem to be needed?
8332
8333 2010-09-22 Julien Danjou <julien@danjou.info>
8334
8335 * gnus-group.el (gnus-group-insert-group-line):
8336 Call gnus-group-highlight-line.
8337 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8338 default hook list.
8339 (gnus-group-update-eval-form): Add new function.
8340 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8341 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8342
8343 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8344
8345 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8346 immediate, then expire all articles.
8347 (nnimap-update-info): Fix off-by-one errors.
8348 (nnimap-flags-to-marks): Would return no marks lists for group with no
8349 flags. Instead return the other data.
8350
8351 2010-09-22 Julien Danjou <julien@danjou.info>
8352
8353 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8354 Only return an icon.
8355 (gnus-group-insert-group-line): Compute icon to return.
8356
8357 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8358 (gnus-html-image-fetched): Only cache if
8359 gnus-html-image-automatic-caching is set.
8360 (gnus-html-image-fetched): Check for errors.
8361
8362 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8363
8364 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8365 once per method on `g'. This ensures that backends like nnfolder don't
8366 open all their folders.
8367
8368 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8369 (nnimap-request-list): Nix out group in the correct buffer.
8370 (nnimap-parse-flags): Implement by using `read' instead of
8371 hand-parsing.
8372 (nnimap-flags-to-marks): Pass on permanent-flags.
8373 (nnimap-make-process-buffer): Record the server name.
8374 (nnimap-parse-flags): Fix typo.
8375 (nnimap-request-scan): Run split on the server in general, not just a
8376 single group.
8377
8378 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8379 parameter, and propagate this downwards.
8380
8381 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8382 since EXAMINE changes it on the server.
8383
8384 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8385 this command might take a while.
8386
8387 2010-09-22 Julien Danjou <julien@danjou.info>
8388
8389 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8390 harmful if you have 2 images side-by-side, they can't be properly
8391 update on text deletion. Using text-property is safer here.
8392 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8393 data.
8394
8395 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8396
8397 * nnimap.el (nnimap-expunge-inbox): Remove.
8398 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8399 (nnimap-expunge): Flip default to t.
8400
8401 * gnus.el (gnus-method-to-server): Don't push things to the cache
8402 unless it's unique.
8403 (gnus-server-to-method): Ditto.
8404
8405 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8406
8407 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8408
8409 2010-09-22 Julien Danjou <julien@danjou.info>
8410
8411 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8412 get the start of data.
8413 (gnus-html-encode-url): Add this function to encode special chars in
8414 URL.
8415 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8416 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8417
8418 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8419 default.
8420 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8421
8422 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8423 images alt-text.
8424 (gnus-html-put-image): Put alt-text as help-echo.
8425
8426 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8427
8428 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8429 * mm-util.el (mm-decompress-buffer):
8430 * nnir.el (nnir-run-find-grep):
8431 * pop3.el (pop3-list): Use 3rd arg of split-string.
8432
8433 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8434
8435 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8436 outside the active range. Suggested by Dan Christensen.
8437
8438 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8439 slightly later to avoid double-getting it.
8440
8441 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8442 previous patch.
8443
8444 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8445
8446 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8447
8448 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8449
8450 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8451
8452 * gnus-int.el (gnus-open-server): Give a better error message in the
8453 "go offline" case.
8454
8455 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8456 marks for nnimap, which is seldom the right thing to do.
8457
8458 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8459 (gnus-same-method-different-name): New function.
8460
8461 * nnimap.el (parse-time): Require.
8462
8463 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8464 method in the presence of many similar methods.
8465
8466 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8467
8468 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8469 nnml-inhibit-expiry.
8470
8471 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8472 find out whether methods are equal.
8473
8474 * nnimap.el (nnimap-find-expired-articles): New function.
8475 (nnimap-process-expiry-targets): New function.
8476 (nnimap-request-move-article): Request the article before looking at
8477 what the Message-ID is. Fix found by Andrew Cohen.
8478 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8479
8480 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8481 for oldness in addition to being a predicate.
8482
8483 * nnimap.el (nnimap-request-group): When we have zero articles, return
8484 the right data to Gnus.
8485 (nnimap-request-expire-articles): Only delete articles immediately if
8486 the target is 'delete.
8487
8488 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8489 method, this would bug out.
8490
8491 * gnus-group.el (gnus-group-expunge-group): Rename from
8492 gnus-group-nnimap-expunge, and implemented as a normal interface
8493 function.
8494
8495 * gnus-int.el (gnus-request-expunge-group): New function.
8496
8497 * nnimap.el (nnimap-request-create-group): Implement.
8498 (nnimap-request-expunge-group): New function.
8499
8500 2010-09-21 Julien Danjou <julien@danjou.info>
8501
8502 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8503 (gnus-html-cache-expired): Add new function.
8504 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8505 wethever we should display image for fetch it.
8506 Compute alt-text earlier to pass it to the fetching function too.
8507 (gnus-html-schedule-image-fetching): Change function argument to only
8508 get one image at a time, not a list.
8509 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8510 cache.
8511 (gnus-html-get-image-data): New function to retrieve image data from
8512 cache.
8513 (gnus-html-put-image): Change buffer argument to use image data rather
8514 than file, and place image above region rather than inserting a new
8515 one. Do not take alt-text as argument, since it's useless now: we place
8516 the image above alt-text.
8517 (gnus-html-prune-cache): Remove.
8518 (gnus-html-show-images): Start to fetch image when we find one, do not
8519 push into a temporary list.
8520 (gnus-html-prefetch-images): Only fetch image if they have expired.
8521 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8522 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8523
8524 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8525
8526 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8527
8528 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8529
8530 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8531 spec inser "*" if the group isn't active instead of 0.
8532
8533 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8534 opening the server.
8535 (nnimap-request-delete-group): Implement group deletion.
8536 (nnimap-transform-headers): Return the size of the entire message in
8537 the Bytes header, not just the size of the first part.
8538 (nnimap-request-move-article): When moving an article from nnimap,
8539 request the article first so the accepting form has an article to
8540 accept. Reported by Dan Christensen.
8541 (nnimap-command): Make sure that the error message doesn't error out.
8542
8543 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8544
8545 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8546 we haven't requested anything.
8547
8548 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8549
8550 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8551 "". Fix found by Andrew Cohen.
8552
8553 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8554 instead of -encode-string.
8555
8556 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8557
8558 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8559
8560 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8561 by mm-subst-char-in-string.
8562
8563 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
8565 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8566 waiting for the connection string.
8567
8568 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8569 arriving.
8570
8571 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8572 bogus characters. This allows selecting certain Gmail groups.
8573
8574 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8575 (nnimap-fetch-partial-articles): New variable.
8576 (nnimap-open-connection): When looking for credentials, also use the
8577 nnimap-server-port.
8578 (nnimap-request-article): Return the group/article number, so that Gnus
8579 `^' works as expected.
8580 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8581
8582 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8583 comments.
8584 (gnus-methods-sloppily-equal): New function.
8585 (gnus): When using the development version of Gnus, load the gnus-load
8586 file.
8587
8588 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8589 `gnus-open-server' on each method before trying to scan them etc.
8590 This ensures that all the backend parameters are set correctly.
8591
8592 * nnimap.el (nnimap-authenticator): New variable.
8593 (nnimap-open-connection): Allow anonymous login.
8594 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8595 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8596
8597 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8598 patch, found by Knut Anders Hatlen.
8599
8600 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8601
8602 * gnus-agent.el (gnus-agent-batch-confirmation)
8603 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8604 to gnus-message.
8605 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8606 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8607 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8608 * gnus-int.el (gnus-open-server): Likewise.
8609 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8610 (gnus-score-check-syntax): Likewise.
8611 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8612 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8613 Likewise.
8614 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8615
8616 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8617
8618 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8619 calling conventions so that prefetch doesn't bug out.
8620
8621 2010-09-19 Julien Danjou <julien@danjou.info>
8622
8623 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8624 rather than `subst-char-in-region' in order to be able to replace ASCII
8625 char by UTF-8 ones.
8626
8627 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8628 than curl.
8629 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8630 the right URL and ALT text on images.
8631 (gnus-html-wash-tags): Fix tag case.
8632 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8633 (gnus-article-html): Add -o display_ins_del=2 option.
8634 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8635
8636 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8637
8638 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8639 the extra mail headers, which sometimes seem to happen for unknown
8640 reasons.
8641
8642 * mail-parse.el (mail-header-encode-parameter): Define as
8643 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8644 (or most, perhaps?) mail readers don't understand the latter, but do
8645 understand the former.
8646
8647 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8648 to nil, so that no methods are automatically agentized. I think this
8649 is probably what most users want.
8650
8651 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8652 from url-retrieve, for instance about invalid URLs.
8653
8654 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8655 groups that have no articles.
8656 (nnimap-request-article): Check that we really got an article when we
8657 requested one.
8658
8659 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8660 doesn't exist.
8661
8662 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8663 nntp buffer so the agent can save it.
8664 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8665 that CRLF doesn't get translated to \n.
8666 (nnimap-open-connection): Don't make 'shell commands only send \n.
8667
8668 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8671 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8672 Update var name.
8673 (nnml-generate-nov-file): Use dolist.
8674 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8675 Use with-current-buffer.
8676
8677 2010-09-18 Julien Danjou <julien@danjou.info>
8678
8679 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8680 parallel.
8681
8682 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8683
8684 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8685 the range update right.
8686 (nnimap-request-group): Don't make `M-g' bug out on group with no
8687 marks.
8688 (nnoo): Require, so that other packages can require nnimap.
8689 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8690 command we're looking for. This helps when the server sends more
8691 responses after we've gotten everything we expected.
8692 (nnimap): Add a `newlinep' field to keep track of end-of-line
8693 conventions.
8694 Don't send CRLF to things that don't want it.
8695 (nnimap-request-accept-article): Ditto.
8696
8697 2010-09-18 Julien Danjou <julien@danjou.info>
8698
8699 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8700 than curl to retrieve images.
8701
8702 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8703
8704 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8705 the marks.
8706 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8707 (nnimap-wait-for-connection): New function.
8708 (nnimap-open-connection): If we have PREAUTH, don't query for login
8709 credentials.
8710 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8711 when doing a partial update.
8712
8713 2010-09-18 Julien Danjou <julien@danjou.info>
8714
8715 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8716 tags.
8717
8718 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8719
8720 * nnimap.el (nnimap-credentials): New function.
8721 (nnimap-open-connection): Use the new function to look for credentials
8722 also on the numeric equivalents of "imap" and "imaps".
8723
8724 * gnus-start.el (gnus-activate-group): Send the info to
8725 gnus-request-group.
8726
8727 * nnimap.el (nnimap-request-group): Have the "check" version of the
8728 function parse flags and update the info, so that a `M-g' get a total
8729 resync of all flags from the group.
8730
8731 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8732 to allow backends to alter the info on group selection. Also alter all
8733 the backend -request-group functions to take the parameter.
8734
8735 * nnimap.el (nnimap-store-info): New function.
8736 (nnimap-update-info): Store the info for later usage.
8737 (nnimap-request-group): Use the stored info for the dont-check case, so
8738 that we don't retrieve all marks when we enter a group.
8739
8740 * nnimap.el: Use deffoo instead of defun for interface functions.
8741
8742 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8743 update the group info. This makes the nndraft groups, for instance, go
8744 back to their old behavior.
8745
8746 * gnus-sum.el (gnus-select-newsgroup): Indent.
8747
8748 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8749 in.
8750 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8751 nothing.
8752
8753 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8754 from methods that are denied.
8755
8756 * gnus-int.el (gnus-method-denied-p): New function.
8757
8758 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8759 store the password instead of netrc.
8760 (nnimap-open-connection): Don't error out when we can't make a
8761 connections.
8762
8763 * auth-source.el (auth-source-create): In the password prompt, say what
8764 we're querying for. Also prompt for user name if that hasn't been
8765 given.
8766
8767 * nnimap.el (nnimap-with-process-buffer): Remove.
8768
8769 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8770
8771 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8772 method when we're reading from the agent.
8773
8774 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8775
8776 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8777 that's probably most useful for users.
8778
8779 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8780 "failed" all the time.
8781
8782 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8783 ...)) with (with-current-buffer ...).
8784
8785 * nntp.el (nntp-open-server): Return whether the open was successful or
8786 not.
8787
8788 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8789 select an unread unseen article first.
8790
8791 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8792 /etc/services, supply some sensible port defaults.
8793
8794 2010-09-17 Julien Danjou <julien@danjou.info>
8795
8796 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8797
8798 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8799
8800 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8801 doesn't have any parameters.
8802
8803 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8804
8805 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8806 only upcased checks.
8807
8808 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8809
8810 * nnimap.el (nnimap-open-shell-stream): New function.
8811 (nnimap-open-connection): Use it.
8812 (nnimap-transform-headers): Get the number of lines in each message.
8813 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8814 number of lines.
8815 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8816 problem.
8817
8818 * utf7.el (utf7-encode): Autoload.
8819
8820 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8821 to allow the mail splitting to not return a default group. This is
8822 useful for nnimap, which will leave unmatched mail in the inbox.
8823
8824 * nnimap.el: Rewritten.
8825
8826 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8827 nnimap usage.
8828
8829 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8830 if the move is internal, so that nnimap can do fast internal moves.
8831
8832 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8833 data.
8834 (gnus-read-active-for-groups): Support finishing the early retrieval of
8835 data.
8836
8837 * gnus-range.el (gnus-range-nconcat): New function.
8838
8839 * gnus-int.el (gnus-finish-retrieve-group-infos)
8840 (gnus-retrieve-group-data-early): New functions.
8841
8842 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8845 (nnrss-retrieve-groups):
8846 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8847 (pop3-quit): Use with-current-buffer.
8848
8849 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8852 instead of nnheader-accept-process-output.
8853
8854 * gnus-html.el (gnus-html-schedule-image-fetching)
8855 (gnus-html-prefetch-images): Replace process-kill-without-query by
8856 gnus-set-process-query-on-exit-flag.
8857
8858 2010-09-16 Romain Francoise <romain@orebokech.com>
8859
8860 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8861
8862 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8863
8864 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8865 parameter to unintern is mandatory-ish in Emacs 24.
8866
8867 * gnus-html.el (gnus-html-schedule-image-fetching)
8868 (gnus-html-prefetch-images): Check for curl before using it.
8869
8870 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8871 depend on curl, which isn't essential.
8872
8873 * imap.el: Revert back to version
8874 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8875 seem problematic.
8876
8877 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8878
8879 * gnus-registry.el (gnus-registry-install-shortcuts):
8880 Explicitly pass `obarray' to `unintern' to avoid a warning.
8881
8882 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8883
8884 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8885 change.
8886
8887 * nnrss.el (nnrss-request-list): Remove this function and related
8888 functions, including the moreover stuff.
8889
8890 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8891
8892 * nnrss.el (nnrss-retrieve-groups): New function.
8893
8894 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8895
8896 * .dir-locals.el: Add no-byte-compile cookie.
8897
8898 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8901 for back end that doesn't support request-scan.
8902
8903 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8904
8905 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8906 then do request scans from the backends.
8907
8908 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8909 avoid running a hook per line, since this takes a lot of time,
8910 profiling shows.
8911 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8912 directly if gnus-visual-p is true.
8913
8914 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8915
8916 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8917 groups; replace mapcar with dolist which is a bit faster; pass groups
8918 info to gnus-read-active-file-1.
8919 (gnus-read-active-file-1): Scan only specified groups if the new
8920 optional arg `infos' is given.
8921
8922 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8923
8924 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8925
8926 * pop3.el (pop3-movemail): Remove.
8927 (pop3-streaming-movemail): Rename to pop3-movemail.
8928
8929 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8930 don't restrict end-tag searches to the end of the line.
8931
8932 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8933
8934 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8935 articles of every unchecked group to t, which means unknown since the
8936 server has never been opened.
8937
8938 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8939
8940 * gnus-html.el (gnus-html-show-alt-text): New command.
8941 (gnus-html-browse-image): Ditto.
8942 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8943 to browse the image directly.
8944 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8945 better.
8946
8947 * gnus-async.el (gnus-async-article-callback):
8948 Call `gnus-html-prefetch-images' unconditionally.
8949
8950 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8951 before feeding URLs to curl.
8952
8953 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8956 internal images as deletable by `W D D'.
8957
8958 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8959 (gnus-async-article-callback): Fix typo.
8960
8961 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8962
8963 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8964 current line to work around bugs in the output from w3m.
8965
8966 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8967 for groups that want that.
8968
8969 * nntp.el (nntp-wait-for-string): Supply a timeout for
8970 accept-process-output to ensure progress.
8971
8972 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8973 level to get unread articles from, then use that for foreign groups,
8974 too.
8975
8976 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8977 confuses the rest of the function.
8978
8979 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8980 for the methods that support -retrieve-groups, too.
8981
8982 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8983
8984 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8985
8986 * pop3.el: Require cl when compiling.
8987 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8988
8989 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8990
8991 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8992 that aren't going to be activated.
8993 (gnus-get-unread-articles): Fix up the last commit.
8994
8995 * gnus-html.el (gnus-article-html): Allow calling without specifying
8996 the handle. In that case, dissect the buffer first.
8997
8998 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8999
9000 * nnimap.el (nnimap-open-connection): Revert the change that would look
9001 into authinfo for imaps instead of imap.
9002
9003 * gnus-start.el (gnus-activate-group): Take an optional parameter to
9004 say that you don't want to call gnus-request-group with don-check, but
9005 do check the response. This is for virtual groups only.
9006 (gnus-get-unread-articles): Count the archive groups as secondary, so
9007 that they're activated the same way as before.
9008
9009 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9010 case-insensitively.
9011 (nnimap-debug): Remove.
9012
9013 * mail-source.el (mail-source-fetch): Don't message if we're fetching
9014 mail from a file, and the file doesn't exist.
9015
9016 * pop3.el (pop3-streaming-movemail): Return t for success.
9017
9018 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9019 .authinfo if we're using ssl connection.
9020
9021 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9022 already have if we're in a main Gnus `g' run.
9023
9024 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9025
9026 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
9027
9028 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9029
9030 * nnmh.el (nnmh-request-list-1): Bind `file'.
9031
9032 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9033 alias to set-process-query-on-exit-flag or process-kill-without-query.
9034 (pop3-open-server): Use it.
9035
9036 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9037
9038 * mail-source.el (mail-source-delete-crash-box): Always move the crash
9039 box to the Incoming file. Fixes mistake in previous checkin.
9040
9041 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9042 request loop (for debugging purposes) removed.
9043
9044 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9045 culprit is more visible.
9046 (nnml-save-incremental-nov, nnml-open-incremental-nov)
9047 (nnml-add-incremental-nov): New functions to do "incremental" nov
9048 updates, where we just append to the end of the existing nov files
9049 without reading/writing them in full.
9050
9051 * mail-source.el (mail-source-delete-crash-box): Really only check the
9052 incoming files once in a while.
9053
9054 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9055
9056 * mail-source.el (mail-source-delete-crash-box): Only check the
9057 incoming files for deletion once per day to save a lot of file
9058 accesses.
9059
9060 * pop3.el (pop3-logon): Fix up unbound variable typo.
9061
9062 * mail-source.el (pop3-streaming-movemail): Autoload.
9063
9064 * pop3.el (pop3-streaming-movemail):
9065 Respect pop3-leave-mail-on-server.
9066
9067 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9068 retrieval.
9069
9070 * pop3.el (pop3-process-filter): Remove unused function.
9071 (pop3-streaming-movemail, pop3-send-streaming-command)
9072 (pop3-wait-for-messages, pop3-write-to-file)
9073 (pop3-number-of-responses): New functions for streaming pop3
9074 retrieval.
9075
9076 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9077 come from no known methods.
9078 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9079 list.
9080
9081 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9082 message sizes.
9083 (pop3-movemail): Use erase-buffer instead of looping and deleting
9084 regions, which seems rather odd.
9085
9086 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9087 file once per `g' run.
9088
9089 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9090 directories. This makes the draft queue directory work.
9091
9092 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9093 data from the backends, so that we only request the list of groups from
9094 each method once. This should speed things up considerably.
9095
9096 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9097 detect that it's not implemented.
9098
9099 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9100 we actually do recurse down into the tree, but don't stat all leaf
9101 nodes.
9102
9103 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9104 then say so instead of bugging out.
9105
9106 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9107 files exist before trying to read them.
9108
9109 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9110 around <pre_int>.
9111
9112 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9113
9114 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9115
9116 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9117
9118 * mm-util.el (mm-image-load-path): Just return the image directories,
9119 not all directories in the path in addition to the image directories.
9120 (mm-image-load-path): Maintain a cache of the image directories so that
9121 the `g' command in Gnus doesn't have to stat dozens of directories each
9122 time.
9123
9124 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9125 (gnus-html-wash-tags): Add a new `i' command to insert images.
9126 (gnus-html-insert-image): New command and keystroke.
9127 (gnus-html-redisplay-with-images): New command and keystroke.
9128 (gnus-html-show-images): Rename command.
9129 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9130 spacers.
9131 (gnus-html-wash-tags): Decode entities at the end, so that entities
9132 inside the tags don't mess up the rest of the "parsing".
9133
9134 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9135 so that nnimap methods aren't agentized by default. There's apparently
9136 many problems related to agent/imap behavior.
9137
9138 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9139
9140 * gnus-html.el: Doc fix.
9141
9142 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9143
9144 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9145 glyph-width and glyph-height instead of display-graphic-p and
9146 image-size; make avoidance of displaying small images work for XEmacs.
9147
9148 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9149 for XEmacs.
9150
9151 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9152 of symbol that holds plist data.
9153 (gnus-process-plist): Remove plist of process after getting it.
9154
9155 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156
9157 * message.el (message-generate-hashcash): Change default to
9158 'opportunistic if hashcash is installed.
9159
9160 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9161 (gnus-html-put-image): Only call image-size once, since it's somewhat
9162 time-consuming on remote X servers.
9163
9164 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9165
9166 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9167 decoded contents.
9168 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9169
9170 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9171
9172 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9173 group line format, since it isn't very interesting.
9174
9175 * gnus-agent.el (gnus-agent-short-article),
9176 (gnus-agent-long-article): Increase values for these two variables,
9177 since most people are likely to have more network connection and
9178 storage than before.
9179
9180 * gnus.el (gnus-refer-article-method): Change default to 'current.
9181 When referring an article, the common behavior is to refer it from the
9182 current select method, not the native select method. The chances of
9183 the native select method having the message in question is rather slim
9184 these days.
9185
9186 * gnus-sum.el (gnus-auto-select-subject): Change default to
9187 `unseen-or-unread'. I think it's likely that most people want to
9188 select an unseen article over a previously seen, but unread one.
9189
9190 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9191 means that in the article buffer none of the minor mode elements will
9192 be shown, usually, and this is not desirable in most cases.
9193
9194 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9195 that commands like `d' (and the like) go to the next line in the
9196 buffer, instead of the next unread article. I think this is the
9197 behavior that is most natural for most users.
9198 (gnus-single-article-buffer): Change default to nil, so that people can
9199 have as many article buffers open as they have summary buffer. I think
9200 this is the most natural way for the groups to behave.
9201
9202 * message.el (message-generate-new-buffers): Change default to
9203 `unsent', so that all new message buffers start their names with the
9204 string "*unsent", and it's easier to find the buffers if you move from
9205 them.
9206
9207 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9208
9209 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9210 small. They're probably tracking images.
9211 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9212 (gnus-html-rescale-image): Yet another try at getting the image sizing
9213 right.
9214
9215 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9216 nntp-marks-file-name is nil.
9217
9218 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9219
9220 * gnus-html.el (gnus-html-wash-tags)
9221 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9222 Better logging.
9223
9224 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9225
9226 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9227
9228 * gnus-html.el (gnus-html-wash-tags): Check the value of
9229 gnus-blocked-images in the summary buffer.
9230
9231 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9232
9233 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9234
9235 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9236
9237 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9238 like "a", it seems like.
9239 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9240 since it needs to be picked from the correct buffer.
9241
9242 * nnwfm.el: Remove.
9243
9244 * nnlistserv.el: Remove.
9245
9246 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9247
9248 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9249 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9250
9251 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9252
9253 * nnkiboze.el: Remove.
9254
9255 * nndb.el: Remove.
9256
9257 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9258 alt text.
9259 (gnus-html-rescale-image): Try to get the rescaling logic right for
9260 images that are just wide and not tall.
9261
9262 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9263 overshadow variable bindings.
9264
9265 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9266
9267 * gnus-html.el (gnus-html-wash-tags)
9268 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9269 Add extra logging.
9270
9271 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9272
9273 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9274 (gnus-max-image-proportion): New variable.
9275 (gnus-html-rescale-image): New function.
9276 (gnus-html-put-image): Rescale images.
9277
9278 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 Fix up some byte-compiler warnings.
9281 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9282 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9283 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9284 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9285 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9286 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9287 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9288
9289 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9290
9291 * gnus-html.el (gnus-article-html): Decode contents by charset.
9292
9293 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9296 (gnus-html-frame-width, gnus-blocked-images):
9297 * message.el (message-prune-recipient-rules): Add custom version.
9298 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9299
9300 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9301 functions.
9302
9303 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9304 gnus-process-get.
9305
9306 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9307
9308 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9309 instead of lsub directly.
9310
9311 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9312
9313 * nnwarchive.el: Remove.
9314
9315 * gnus-soup.el: Remove.
9316
9317 * nnsoup.el: Remove.
9318
9319 * nnultimate.el: Remove.
9320
9321 * gnus-html.el (gnus-blocked-images): New variable.
9322
9323 * message.el (message-prune-recipients): New function.
9324 (message-prune-recipient-rules): New variable.
9325
9326 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9327 guess whether a long line is natural text or not.
9328
9329 * gnus-html.el (gnus-html-schedule-image-fetching):
9330 Use gnus-process-plist and friends for compatibility.
9331
9332 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9333
9334 * gnus-html.el: Require packages that define macros used in this file.
9335 (gnus-article-mouse-face): Declare to silence byte-compiler.
9336 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9337 process-get.
9338 (gnus-html-put-image): Use plist-get to avoid getf.
9339 (gnus-html-prefetch-images): Use with-current-buffer.
9340
9341 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9342
9343 * gnus-ems.el: Provide compatibility functions for
9344 gnus-set-process-plist.
9345
9346 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9347 * gnus.el (gnus-valid-select-methods):
9348 * message.el (message-send-mail-partially-limit):
9349 * mm-decode.el (mm-text-html-renderer):
9350 * mml.el (mml-insert-mime-headers-always):
9351 * smiley.el (smiley-regexp-alist): Bump custom version.
9352
9353 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9354
9355 * gnus-html.el: require mm-url.
9356 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9357 with the url to `url'.
9358 (gnus-html-wash-tags): Support cid: URLs/images.
9359
9360 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9361
9362 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9363 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9364 bindings, as they aren't useful at all. `w' is moved to `W w'.
9365
9366 * gnus-move.el: Remove file, since it doesn't really work.
9367
9368 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9369 UTF-8. This seems to fix problems with some German web feeds.
9370
9371 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9372 at the top so that the proper colors are applied.
9373
9374 * gnus-art.el (gnus-article-view-part): Doc fix.
9375
9376 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9377 XEmacs-compatible.
9378 (gnus-html-put-image): Don't do images on non-graphic displays.
9379
9380 * nnslashdot.el: Remove this unused backend.
9381
9382 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9383 actions.
9384 (gnus-undo-register-1): Revert last change.
9385
9386 * gnus-group.el (gnus-group-completing-read): Protect against not
9387 having completion-styles bound.
9388
9389 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9390 make broken recipients happier.
9391
9392 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9393
9394 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9395 point parameter.
9396
9397 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9398 completion-styles for group selection.
9399
9400 2009-02-04 Andreas Schwab <schwab@suse.de>
9401
9402 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9403 headers and regexp-quote the match if necessary.
9404
9405 2009-03-24 Miles Bader <miles@gnu.org>
9406
9407 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9408 the blinking smiley.
9409
9410 2009-03-24 Simon Josefsson <simon@josefsson.org>
9411
9412 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9413 blink smiley.
9414
9415 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9416
9417 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9418 where the dribbel file lives exists.
9419
9420 * message.el (message-send-mail-partially-limit): Change the default to
9421 nil, since most people don't want this.
9422
9423 * mm-url.el (mm-url-decode-entities): Also decode entities like
9424 &#x3212.
9425
9426 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9427
9428 * gnus-sum.el (gnus-summary-idna-message):
9429 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9430 Hyperlink urls in docstrings with URL `...'.
9431
9432 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9433
9434 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9435 functions.
9436
9437 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9438
9439 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9440 say what the mouseover text should be.
9441
9442 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9443 version of the mm-w3m-safe-url-regexp variable to only download images
9444 in the groups where we want that to happen.
9445
9446 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9447
9448 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9449 easier debugging.
9450 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9451 big pictures in the article buffer.
9452
9453 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9454 gnus-article-html.
9455 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9456 w3m.
9457
9458 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9459
9460 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9461
9462 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9463 which doesn't exist.
9464
9465 * message.el (message-inhibit-ecomplete): New variable to allow some
9466 function to inhibit ecomplete address storage.
9467 (message-resend): Disable ecomplete message storage when resending
9468 messages.
9469
9470 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9471
9472 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9475 Save excursion while copying, moving, and deleting articles in order to
9476 prevent the cursor from jumping to unforeseen place.
9477
9478 2010-08-17 Glenn Morris <rgm@gnu.org>
9479
9480 * gnus-sync.el: Require gnus components whose functions are used.
9481
9482 * gnus-art.el (bookmark-make-record-function):
9483 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9484 Declare for compiler.
9485
9486 * mm-url.el (mml-compute-boundary): Autoload.
9487
9488 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9491
9492 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9493
9494 Typo fix "hoo4a" -> "hook".
9495
9496 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9497
9498 2010-08-14 Glenn Morris <rgm@gnu.org>
9499
9500 * gnus-sync.el (gnus-sync): Fix defgroup version.
9501
9502 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9503
9504 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9505
9506 * gnus-sync.el: Fix docs.
9507 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9508 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9509
9510 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9511
9512 Optimizations for gnus-sync.el.
9513
9514 * gnus-sync.el: Add docs about gnus-sync-backend
9515 possibilities.
9516 (gnus-sync-save): Remove unnecessary message.
9517 (gnus-sync-read): Optimize and show what groups were skipped.
9518
9519 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9520
9521 Minor bug fixes for gnus-sync.el.
9522
9523 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9524 Don't read the sync on get-new-news.
9525
9526 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9527 quiet.
9528
9529 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9530 (fix typo).
9531
9532 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9533
9534 Make saving and restoring of hidden threads work with overlays.
9535 Patch applied by Ted Zlatanov.
9536
9537 * gnus-sum.el (gnus-hidden-threads-configuration)
9538 (gnus-restore-hidden-threads-configuration): Update to deal with text
9539 properties, rather than searching for a magic character.
9540
9541 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9542
9543 New gnus-sync.el library for synchronization of marks.
9544
9545 * gnus-sync.el: New library for synchronization of marks.
9546
9547 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9548 renamed from `gnus-registry-grep-in-list'.
9549
9550 * gnus-registry.el (gnus-registry-follow-group-p):
9551 Use `gnus-grep-in-list'.
9552
9553 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9554
9555 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9558 determining charset of text fails.
9559
9560 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9561
9562 * nnmail.el (nnmail-get-new-mail-1): Revert.
9563
9564 * nnml.el (nnml-active-number): Make sure names of newly created groups
9565 in nnml-group-alist are encoded.
9566
9567 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9568
9569 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9570 containing non-ASCII characters in active file for nnml back end.
9571
9572 2010-07-24 David Engster <dengste@eml.cc>
9573
9574 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9575 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9576
9577 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9578
9579 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9580 tag (Bug#6654).
9581
9582 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9585 the article buffer, not the summary buffer.
9586
9587 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9588
9589 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9590 Emacs 23 as well.
9591
9592 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9593
9594 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9595 Patch applied by Karl Fogel.
9596
9597 * gnus-sum.el (gnus-summary-bookmark-make-record):
9598 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9599
9600 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9601
9602 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9603 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9604 C-w still not working correctly from Article buffers; Thierry's
9605 patch to fix that will be applied after this.
9606
9607 * gnus-art.el (bookmark-make-record-function): New local variable.
9608
9609 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9610 article buffer.
9611 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9612
9613 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9614
9615 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9616 on changes in bookmark.el.
9617
9618 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9619
9620 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9621 the *other* type of HTML form submission.
9622
9623 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9624
9625 * auth-source.el (auth-source-pick): If choice does not contain a
9626 questioned keyword, set the check to t.
9627
9628 2010-06-12 Romain Francoise <romain@orebokech.com>
9629
9630 * gnus-util.el (gnus-date-get-time): Move up before first use.
9631
9632 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9633
9634 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9635 (gnus-article-edit-part): Bind it to make last part that is substituted
9636 or deleted visible.
9637 (gnus-mime-display-single): Buttonize part of which id equals to
9638 gnus-mime-buttonized-part-id.
9639
9640 2010-06-10 Dan Christensen <jdc@uwo.ca>
9641
9642 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9643 (gnus-dd-mmm): Use gnus-date-get-time.
9644 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9645 simplify logic.
9646 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9647 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9648
9649 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9650
9651 * auth-source.el (top): Autoload `secrets-list-collections',
9652 `secrets-create-item', `secrets-delete-item'.
9653 (auth-sources): Fix tag string.
9654 (auth-get-source, auth-source-retrieve, auth-source-create)
9655 (auth-source-delete): New defuns.
9656 (auth-source-pick): Rewrite in order to avoid 2 passes.
9657 (auth-source-forget-user-or-password): New parameter USERNAME.
9658 (auth-source-user-or-password): New parameters CREATE-MISSING and
9659 DELETE-EXISTING. Retrieve password interactively, if needed.
9660
9661 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9662
9663 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9664 deleting unused directories when gnus-expert-user is t.
9665
9666 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9667
9668 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9669 for each temp file when gnus-article-browse-delete-temp is ask.
9670
9671 2010-05-20 Kevin Ryde <user42@zip.com.au>
9672
9673 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9674
9675 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9676
9677 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9678 article unless decoding article to be saved.
9679
9680 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9681
9682 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9683 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9684 generated within the mm-with-unibyte-current-buffer macro.
9685
9686 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9687
9688 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9689 to nil when we're in a mml-preview buffer and no group is selected.
9690
9691 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9692
9693 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9694 when catching the `C-g'. Reported by "Leo".
9695
9696 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * message.el (message-forward-make-body-plain)
9699 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9700 multibyte-string-p.
9701
9702 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * message.el (message-forward-make-body-mml): Assume original message
9705 is multibyte string; error on unibyte.
9706 (message-forward-make-body-plain): Ditto; don't add excessive newline
9707 in body end.
9708
9709 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9710
9711 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9712 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9713
9714 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9715
9716 * mm-extern.el (mm-extern-url): Don't use
9717 mm-with-unibyte-current-buffer.
9718 (mm-extern-cache-contents): Use with-current-buffer instead of
9719 save-excursion + set-buffer.
9720
9721 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * mm-util.el (mm-emacs-mule): Remove.
9724
9725 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9726
9727 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9728 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9729 change.
9730
9731 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9732
9733 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9734 bind the default value of enable-multibyte-characters to nil.
9735
9736 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9737
9738 * message.el (message-forward-make-body-plain)
9739 (message-forward-make-body-mml):
9740 Don't use mm-with-unibyte-current-buffer.
9741
9742 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9743
9744 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9745 (Bug#5592).
9746
9747 2010-05-07 Julien Danjou <julien@danjou.info>
9748
9749 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9750 it to mm-pipe-part.
9751
9752 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9753 it is given.
9754
9755 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9756
9757 * nnweb.el (nnweb-gmane-search):
9758 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9759 XEmacs.
9760
9761 * gnus-art.el (gnus-article-browse-html-parts):
9762 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9763 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9764 make-temp-file.
9765
9766 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9767 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9768 compiling.
9769
9770 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9771 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9772 XEmacs when compiling.
9773
9774 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9775 gnus-pick-mode-off-hook for XEmacs when compiling.
9776 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9777 gnus-binary-mode-off-hook for XEmacs when compiling.
9778
9779 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9780 Return nil if char-charset is not available.
9781
9782 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9783 macro.
9784
9785 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9786 instead of encode-coding-string.
9787
9788 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9789 'xemacs) instead of mm-emacs-mule to switch function definitions.
9790 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9791
9792 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9793
9794 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9795
9796 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9797
9798 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9799 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9800
9801 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9804 alias `jka-compr-delete-temp-file' no longer exists.
9805
9806 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 Use define-minor-mode in Gnus where applicable.
9809 * mml.el (mml-mode): Use define-minor-mode.
9810 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9811 (gnus-undo-mode): Use define-minor-mode.
9812 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9813 (gnus-dead-summary-mode): Use define-minor-mode.
9814 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9815 Initialize in declaration.
9816 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9817 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9818 (gnus-mailing-list-mode): Use define-minor-mode.
9819 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9820 (gnus-draft-mode): Use define-minor-mode.
9821 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9822 (gnus-dired-mode): Use define-minor-mode.
9823
9824 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9825
9826 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9827 handles on recursive mml-to-mime translation and check them for
9828 boundary delimiter collisions. Reported by Greg Troxel.
9829
9830 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9831
9832 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9833
9834 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * mm-util.el (mm-find-buffer-file-coding-system):
9837 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9838
9839 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9840
9841 * message.el (message-generate-headers): Record insertion of optional
9842 headers as well. Otherwise the check to prevent repeated insertion of
9843 optional headers is a no-op.
9844
9845 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9846
9847 * smime.el: Don't mention CVS.
9848
9849 * nnrss.el (nnrss-fetch): Don't mention CVS.
9850
9851 * nnir.el: Don't mention CVS.
9852
9853 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9854
9855 * gnus-sum.el (gnus-summary-bookmark-make-record):
9856 Add `location' field.
9857
9858 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9861 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9862 Use with-current-buffer to silence the byte-compiler.
9863 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9864 bother to require `gnus'.
9865 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9866
9867 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9868
9869 * gnus-sum.el (gnus-summary-bookmark-make-record)
9870 (gnus-summary-bookmark-jump): New functions.
9871 (gnus-summary-mode): Setup bookmark support.
9872
9873 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9874
9875 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9876 if set.
9877
9878 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9879
9880 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9881 gnus-article-browse-html-save-cid-image; make it work recursively for
9882 forwarded messages as well.
9883 (gnus-article-browse-html-parts): Work when prefix arg is given.
9884 (gnus-article-browse-html-article): Doc fix.
9885
9886 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9887
9888 * message.el (message-default-mail-headers):
9889 (message-default-headers): Carry the value mail-default-headers over
9890 into message-default-mail-headers, rather than message-default-headers.
9891
9892 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9893
9894 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9895 charset.
9896
9897 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9898 charset into the <meta> tag when the article is encoded to utf-8.
9899
9900 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9901
9902 * gnus-art.el (gnus-article-browse-delete-temp-files):
9903 Delete directories as well.
9904 (gnus-article-browse-html-parts): Work for images that do not specify
9905 file names; delete temp directory when quitting; insert header at the
9906 right place; use file: scheme for image files.
9907
9908 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9909
9910 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9911 (gnus-article-browse-html-parts): Use it to make temporary cid image
9912 files in addition to html file so that browser may display them.
9913
9914 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9915
9916 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9917
9918 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9919
9920 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9921
9922 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9923
9924 * auth-source.el (auth-sources): Change default to be simpler.
9925 Explain about Secret Service API sources. Improve Customize options.
9926 (auth-source-pick): Change to accept any number of search parameters.
9927 Implement fallbacks iteratively, not recursively. Add scoring on the
9928 second pass and sort by score. Call Secret Service API when needed.
9929 (auth-source-user-or-password): Use it. Call Secret Service API
9930 directly when needed to get the user name and the password.
9931
9932 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * message.el (message-interactive): Doc fix.
9935 (message-qmail-inject-args): Reflow.
9936 (message-kill-to-signature): Fix typo in docstring.
9937
9938 * smiley.el (smiley-buffer): Fix typo in docstring.
9939
9940 2010-03-24 Glenn Morris <rgm@gnu.org>
9941
9942 * mail-source.el (gnus-message): Declare.
9943 (mail-source-delete-old-incoming): Require gnus-util.
9944
9945 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9946
9947 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9948
9949 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9950
9951 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9952 password-cache's default if it is not bound.
9953 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9954 password-cache-expiry's default if it is not bound.
9955
9956 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9957 available in Emacs 21.
9958
9959 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9960
9961 * auth-source.el (auth-sources): Fix up definition so extra parameters
9962 are always inline.
9963
9964 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9965
9966 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9967 wasn't updated after mismatch. Clear cached mailbox info correctly
9968 when uidvalidity changes.
9969 (nnimap-group-prefixed-name): New function to avoid some code
9970 duplication.
9971 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9972 (nnimap-request-group): Use it.
9973 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9974 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9975 with many imap folders. This is done by caching the group status from
9976 the imap server persistently in a group parameter `imap-status'. (This
9977 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9978 but not persistently, so every Gnus startup was still very slow.)
9979
9980 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9981
9982 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9983 secrets.el dependency.
9984 (auth-sources): Add optional user name. Add secrets.el configuration
9985 choice (unused right now).
9986
9987 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9988
9989 * gnus-sum.el (gnus-summary-make-menu-bar):
9990 Let `gnus-registry-install-shortcuts' fill in the functions.
9991
9992 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9993 warnings.
9994 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9995 (gnus-registry-install-shortcuts): Populate and use it in a
9996 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9997
9998 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9999
10000 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10001 In-place substitutions for the group name encoding/decoding.
10002 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10003 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10004 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10005 (nnimap-update-unseen, nnimap-request-list)
10006 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10007 (nnimap-request-set-mark, nnimap-split-to-groups)
10008 (nnimap-split-articles, nnimap-request-newgroups)
10009 (nnimap-request-create-group, nnimap-request-accept-article)
10010 (nnimap-request-delete-group, nnimap-request-rename-group)
10011 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
10012 `encoded-mbx' for consistency.
10013 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10014 variable `imap-current-mailbox'.
10015
10016 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10017 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10018
10019 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
10020
10021 * pop3.el (pop3-display-message-size-flag): Display message size byte
10022 counts during POP3 download.
10023 (pop3-movemail): Use it.
10024 (pop3-list): Implement listing of available messages.
10025
10026 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
10027
10028 * nnir.el (nnir-get-article-nov-override-function): New function to
10029 override the normal NOV retrieval.
10030 (nnir-retrieve-headers): Use it.
10031
10032 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
10033
10034 * auth-source.el (netrc-machine-user-or-password): Autoload.
10035
10036 2010-03-19 Glenn Morris <rgm@gnu.org>
10037
10038 Stop message.el from loading about 40 libraries it doesn't always need.
10039 The general approach is to autoload rather than require, and to
10040 require in the specific functions rather than the file. (Bug#5642)
10041
10042 * gmm-utils.el: Don't require wid-edit.
10043 (widget-create-child-value, widget-convert, widget-default-get):
10044 Autoload.
10045
10046 * gnus-util.el: Don't require time-date, netrc.
10047 (message-fetch-field, gnus-group-name-decode): Declare rather than
10048 autoloading.
10049 (gnus-fetch-field): Require message.
10050 (gnus-decode-newsgroups): Require gnus-group.
10051
10052 * ietf-drums.el: Don't require time-date.
10053
10054 * message.el: Don't require hashcash, canlock, ecomplete.
10055 Do require mail-utils. Require nnheader only when compiling.
10056 (smtpmail-default-smtp-server): Remove declaration.
10057 (message-send-mail-function): Check smtpmail-default-smtp-server
10058 is bound rather than requiring smtpmail.
10059 (message-auto-save-directory, message-insert-signature):
10060 Use expand-file-name rather than nnheader-concat.
10061 (nnheader-insert-file-contents): Autoload.
10062 (hashcash-wait-async): Declare.
10063 (message-send-mail): Only call gnus-setup-posting-charset if
10064 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
10065 (message-send-mail-with-sendmail): Require sendmail.
10066 (canlock-password, canlock-password-for-verify): Declare.
10067 (message-canlock-password): Require canlock.
10068 (nnheader-get-report): Autoload.
10069 (gnus-setup-posting-charset): Declare.
10070 (message-send-news): Require gnus-msg.
10071 (message-make-references, message-make-in-reply-to): Use mail-header-id
10072 rather than the alias mail-header-message-id.
10073 (ecomplete-add-item, ecomplete-save): Declare.
10074 (message-put-addresses-in-ecomplete): Require ecomplete.
10075 (ecomplete-display-matches): Autoload.
10076
10077 * mm-decode.el: Don't require mailcap, gnus-util.
10078 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10079 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10080 Autoload.
10081 (mailcap-mime-extensions): Declare.
10082
10083 * mm-encode.el: Don't require mailcap.
10084 (mailcap-extension-to-mime): Autoload.
10085
10086 * mml-sec.el: Don't require password-cache.
10087
10088 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10089 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10090 (mml-minibuffer-read-type): Require mailcap.
10091 (mml-preview): Require gnus-msg.
10092
10093 * mml1991.el: Require password-cache.
10094 (password-cache-expiry): Remove declaration.
10095
10096 * mml2015.el: Require password-cache.
10097 (password-cache-expiry): Remove declaration.
10098
10099 * nneething.el (mailcap): Require mailcap.
10100
10101 * nnheader.el (declare-function): Add compatibility stub.
10102 (message-remove-header): Declare rather than autoload.
10103 (nnheader-replace-header): Require message.
10104
10105 * nnimap.el (declare-function): Add compatibility stub.
10106 (netrc-parse, netrc-machine-user-or-password): Declare.
10107 (nnimap-open-connection): Require netrc.
10108
10109 * nntp.el (declare-function): Add compatibility stub.
10110 (netrc-parse, netrc-machine, netrc-get): Declare.
10111 (nntp-send-authinfo): Require netrc.
10112
10113 * rfc2047.el: Don't require qp.
10114 (quoted-printable-encode-region, quoted-printable-decode-string):
10115 Autoload.
10116
10117 * sieve-mode.el: Don't require easymenu.
10118 (easy-menu-add-item): Autoload it.
10119
10120 * spam-stat.el (time-to-number-of-days): Autoload it.
10121
10122 2010-03-17 Kevin Ryde <user42@zip.com.au>
10123
10124 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10125 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10126 value if any backslash escapes).
10127
10128 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10129
10130 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10131 if it is available. (bug#5647)
10132
10133 2010-02-26 Glenn Morris <rgm@gnu.org>
10134
10135 * message.el (message-send-mail-function): Change the default, so that
10136 it inherits from a customized send-mail-function. (Bug#5643)
10137
10138 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10141 shell-command-to-string signals an error (bug#5299).
10142
10143 2010-02-24 Glenn Morris <rgm@gnu.org>
10144
10145 * message.el (message-smtpmail-send-it)
10146 (message-send-mail-with-mailclient): Doc fixes.
10147
10148 2010-02-16 Glenn Morris <rgm@gnu.org>
10149
10150 * message.el (message-default-mail-headers): Change the default value
10151 to ease the transition from mail-mode to message-mode. (Bug#5555)
10152
10153 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * message.el (message-mail): Just pass yank-action on to message-setup.
10156 (message-setup): Handle (FUN . ARGS) form of yank-action.
10157 (message-with-reply-buffer, message-widen-reply)
10158 (message-yank-original): Handle non-buffer values of
10159 message-reply-buffer (Bug#4080).
10160 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10161
10162 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10163
10164 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10165 Fix typo in docstring.
10166
10167 2010-01-08 Jason Rumney <jasonr@gnu.org>
10168
10169 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10170 response.
10171
10172 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10175
10176 * message.el (message-check-news-header-syntax): Protect against a
10177 string that `rfc822-addresses' returns when parsing fails.
10178
10179 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10180
10181 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10182 (gnus-previous-char-property-change): New functions.
10183
10184 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10185
10186 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10187
10188 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10189 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10190
10191 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10192
10193 * message.el (message-exchange-point-and-mark): Rework last change to
10194 avoid using optional arg of exchange-point-and-mark, for backward
10195 compatibility.
10196
10197 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10198
10199 * message.el (message-exchange-point-and-mark):
10200 Call exchange-point-and-mark with an argument rather than setting
10201 mark-active by hand (Bug#5175).
10202
10203 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10204
10205 * nntp.el (nntp-service-to-port): Work for service expressed with
10206 numeric string; replace [:digit:] with [0-9] for XEmacs.
10207
10208 2009-12-17 Glenn Morris <rgm@gnu.org>
10209
10210 * gnus-group.el (gnus-bug-group-download-format-alist):
10211 Change emacs entry to debbugs.gnu.org. Bump :version.
10212
10213 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10214
10215 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10216
10217 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10218
10219 * message.el (message-info): Explain why we use `Info-goto-node'.
10220
10221 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * message.el (message-completion-in-region): New compatibility function.
10224 (message-expand-group): Use it.
10225
10226 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10227
10228 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10229 with no unread article should be listed if the 2nd arg `predicate' is
10230 given.
10231
10232 2009-11-29 Juri Linkov <juri@jurta.org>
10233
10234 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10235 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10236 on `gnus-recenter'. (Bug#4698, Bug#4981)
10237
10238 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10239
10240 * message.el (message-from-style, message-interactive)
10241 (message-signature): Always set default values from the corresponding
10242 mail-* variables.
10243 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10244 (message-yank-prefix, message-indentation-spaces)
10245 (message-signature-file, message-default-headers): Use boundp rather
10246 than (featurep 'xemacs) to check if the corresponding mail-* variables
10247 exist.
10248
10249 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10250
10251 * message.el (message-send-mail-with-sendmail): Revert last change.
10252
10253 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10254
10255 * message.el (message-from-style, message-interactive)
10256 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10257 (message-yank-prefix, message-indentation-spaces, message-signature)
10258 (message-signature-file, message-default-headers): For GNU Emacs, set
10259 default values from the corresponding mail-* variables.
10260 (message-send-mail-with-sendmail): Use envelope-from only if
10261 mail-specify-envelope-from is non-nil.
10262
10263 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10264
10265 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10266 containing tspecial characters if they have been already quoted.
10267
10268 2009-10-24 Glenn Morris <rgm@gnu.org>
10269
10270 * gnus-art.el (help-xref-stack-item): Define for compiler.
10271
10272 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10273
10274 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10275
10276 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10277
10278 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10279 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10280
10281 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10284 (gnus-overlays-in): New alias to overlays-in.
10285
10286 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10287 gnus-overlay-get, and gnus-delete-overlay.
10288 (gnus-summary-show-thread): Make it work as well for systems in which
10289 next-single-char-property-change is not available.
10290 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10291
10292 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10293
10294 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10295
10296 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10297
10298 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10299 and XEmacs that don't have `remove-overlays'.
10300
10301 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10302
10303 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10304 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10305 selective display. Use overlays instead.
10306
10307 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10308
10309 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10310
10311 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10312
10313 * spam-stat.el (spam-stat-load): Fix typo in message.
10314
10315 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10316
10317 * gnus-art.el (gnus-article-encrypt-body):
10318 * message.el (message-check-recipients):
10319 * mm-util.el (mm-codepage-setup):
10320 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10321 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10322
10323 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10324
10325 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10326 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10327 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10328 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10329 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10330
10331 2009-09-18 Glenn Morris <rgm@gnu.org>
10332
10333 * gnus-diary.el (gnus-diary-check-message):
10334 * message.el (message-insert-formatted-citation-line):
10335 * nnbabyl.el (top-level):
10336 * nndiary.el (nndiary-schedule):
10337 Fix typos in condition-case handlers.
10338
10339 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10342 configuration that provides the sole article window in a frame;
10343 position point correctly after deleting a part.
10344
10345 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10346
10347 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10348 (spam-resolve-registrations-routine): Use it to unregister articles
10349 that change status.
10350
10351 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * nnrss.el (nnrss-request-article): Remove binding of
10354 default-enable-multibyte-characters that has gotten needless by
10355 the 2007-07-13 change in rfc2047-encode-message-header.
10356
10357 * mml.el (mml-insert-multipart): Error on the message header.
10358 (mml-insert-part): Error on the message header; position point at
10359 the end of a MIME tag.
10360
10361 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10362
10363 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10364 (gnus-float-time): Alias to float-time if it exists.
10365
10366 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10367 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10368 float-time is available; suppress compile warning for time-to-seconds.
10369
10370 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10371
10372 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10373 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10374 Add the optional argument `encoding' that overrides the default.
10375
10376 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10377 mm-encode-buffer.
10378
10379 2009-09-04 Glenn Morris <rgm@gnu.org>
10380
10381 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10382 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10383 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10384 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10385 * mm-util.el (mm-with-unibyte-current-buffer)
10386 (mm-find-buffer-file-coding-system):
10387 * yenc.el (yenc-decode-region): Use default-value rather than
10388 default-enable-multibyte-characters.
10389
10390 2009-09-03 Glenn Morris <rgm@gnu.org>
10391
10392 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10393 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10394 than default-enable-multibyte-characters.
10395
10396 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10397
10398 * gnus-art.el (gnus-article-read-summary-keys):
10399 Fix gnus-buffer-configuration's value temporarily used.
10400
10401 2009-09-02 Glenn Morris <rgm@gnu.org>
10402
10403 * gnus-util.el (gnus-float-time): New function.
10404 * gnus-delay.el (gnus-delay-article):
10405 * gnus-sum.el (gnus-thread-latest-date):
10406 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10407 * nnspool.el (nnspool-request-newgroups):
10408 Use gnus-float-time rather than time-to-seconds.
10409 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10410
10411 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10412 (gnus-header-subject-face, gnus-header-newsgroups-face)
10413 (gnus-header-name-face, gnus-header-content-face):
10414 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10415 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10416 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10417 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10418 (gnus-cite-face-11):
10419 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10420 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10421 (gnus-server-closed-face, gnus-server-denied-face)
10422 (gnus-server-offline-face):
10423 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10424 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10425 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10426 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10427 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10428 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10429 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10430 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10431 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10432 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10433 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10434 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10435 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10436 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10437 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10438 (gnus-summary-high-undownloaded-face)
10439 (gnus-summary-low-undownloaded-face)
10440 (gnus-summary-normal-undownloaded-face)
10441 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10442 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10443 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10444 (gnus-splash-face):
10445 * message.el (message-header-to-face, message-header-cc-face)
10446 (message-header-subject-face, message-header-newsgroups-face)
10447 (message-header-other-face, message-header-name-face)
10448 (message-header-xheader-face, message-separator-face)
10449 (message-cited-text-face, message-mml-face):
10450 * sieve-mode.el (sieve-control-commands-face)
10451 (sieve-action-commands-face, sieve-test-commands-face)
10452 (sieve-tagged-arguments-face):
10453 * spam.el (spam-face):
10454 Mark face aliases with "-face" in the name as obsolete.
10455
10456 2009-09-01 Glenn Morris <rgm@gnu.org>
10457
10458 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10459 than goto-line.
10460
10461 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10462
10463 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10464 Don't move point if the command is invoked inside the message header.
10465
10466 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10469 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10470 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10471 * nnir.el (nnir-swish-e-index-file):
10472 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10473 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10474 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10475 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10476 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10477 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10478
10479 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10480
10481 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10482 Don't save excursion.
10483
10484 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * nnheader.el (nnheader-find-file-noselect):
10487 * mm-util.el (mm-insert-file-contents):
10488 Use (default-value 'major-mode) instead of default-major-mode.
10489
10490 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10493
10494 2009-08-25 Glenn Morris <rgm@gnu.org>
10495
10496 * nnir.el (top-level): Don't require cl at run-time.
10497 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10498 Replace cl-function substitute with gnus-replace-in-string.
10499 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10500 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10501 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10502 simplified expansions.
10503
10504 2009-08-22 Glenn Morris <rgm@gnu.org>
10505
10506 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10507 goto-line.
10508
10509 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10512
10513 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10514 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10515 (gnus-mm-display-part, gnus-mime-display-single)
10516 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10517 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10518
10519 * gnus-sum.el
10520 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10521 (gnus-summary-move-article): Add expirable mark to articles copied or
10522 moved to group that has auto-expire turned on if the option is non-nil.
10523
10524 2009-07-24 Glenn Morris <rgm@gnu.org>
10525
10526 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10527 Fix typo. (Bug#3903)
10528
10529 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10530
10531 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10532 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10533 that should not be used for draft articles.
10534 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10535 that has no concern in minor mode keys.
10536 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10537 Abolish.
10538
10539 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10540
10541 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10542 article without making inquiry to a user for unknown encoding.
10543
10544 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10545 (nnmaildir--scan): Assume i-node and device number that file-attributes
10546 returns might be cons-cell.
10547
10548 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10549
10550 * auth-source.el: Remove docs now in auth.texi. Don't use
10551 `gnus-message' for logging. Add new variables `auth-source-debug' and
10552 `auth-source-hide-passwords' and use them.
10553
10554 2009-07-15 Glenn Morris <rgm@gnu.org>
10555
10556 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10557
10558 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10559
10560 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10561 excessive whitespace from the default values of title and description.
10562
10563 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10564
10565 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10566 mail-fetch-field to fetch Content-Description header in order to
10567 exclude newlines.
10568
10569 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10570
10571 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10572 to deleted part.
10573
10574 2009-05-30 David Engster <dengste@eml.cc>
10575
10576 * nnmairix.el: Remove old documentation in the commentary block.
10577 (nnmairix-request-group): Do not update active file for nnml back ends.
10578 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10579 end so that overview files are ignored.
10580 (nnmairix-update-groups): Make updating the groups more robust by using
10581 marks.
10582 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10583 with dollar characters in message-id.
10584
10585 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10586
10587 * spam.el: Use dns-query instead of query-dns. Was renamed on
10588 2008-12-25 in dns.el.
10589
10590 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10593 could happen if the text is only composed of spaces and/or tabs.
10594
10595 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10596
10597 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10598 when sending a queued message to avoid extra mml tags.
10599
10600 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10603
10604 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10605
10606 * gnus-dired.el: Remove autoload for gnus-setup-message.
10607 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10608 displaying Gnus logo; always use compose-mail.
10609
10610 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10611
10612 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10613
10614 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10615
10616 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10617 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10618 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10619 available.
10620 (gnus-nocem-epg-verify): New function.
10621
10622 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10623
10624 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10625
10626 2009-02-15 Glenn Morris <rgm@gnu.org>
10627
10628 * gnus-util.el (rmail-insert-rmail-file-header)
10629 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10630 autoloads.
10631 (rmail-default-rmail-file): Remove unnecessary declaration.
10632 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10633
10634 2009-02-14 Glenn Morris <rgm@gnu.org>
10635
10636 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10637 variable (only used in gnus-util, which declares it anyway).
10638 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10639 which was only needed by gnus-art (changed to not use it any more).
10640 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10641 only used in gnus-util, which autoloads it itself.
10642 (rmail-update-summary): Fix autoload.
10643
10644 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10645 rather than rmail-output-to-rmail-file.
10646
10647 2009-02-07 Glenn Morris <rgm@gnu.org>
10648
10649 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10650 autoload of function that no longer exists.
10651 (rmail-toggle-header): Declare.
10652 (message-forward-rmail-make-body): Handle mbox Rmail.
10653
10654 2009-01-31 Glenn Morris <rgm@gnu.org>
10655
10656 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10657 2009-01-09 change.
10658
10659 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10660
10661 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10662 (auth-source-forget-all-cached): New convenience function.
10663 (auth-source-user-or-password): Accept list of modes or a single mode.
10664
10665 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10666 auth-source modes.
10667
10668 * nnimap.el (nnimap-open-connection): Use list of
10669 auth-source modes.
10670
10671 * nntp.el (nntp-send-authinfo): Use list of
10672 auth-source modes.
10673
10674 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10675
10676 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10677 now.
10678
10679 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10682 coding system in XEmacs; add a workaround for XEmacs.
10683
10684 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10685
10686 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10687 of current-language-environment.
10688
10689 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10690
10691 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10692 available at runtime.
10693
10694 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10695
10696 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10697
10698 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10699
10700 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10701 the greatest positive fixnum value doesn't work under an XEmacs with
10702 bignum support; use the most-positive-fixnum constant instead,
10703 available since Emacs 21.1 with cl and XEmacs 21.1.
10704
10705 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10706
10707 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10708 XEmacs gets not to work.
10709
10710 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * mm-util.el (mm-coding-system-priorities): Allow the value like
10713 "Japanese (UTF-8)" of current-language-environment.
10714
10715 2009-01-09 Glenn Morris <rgm@gnu.org>
10716
10717 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10718 with last-command-event.
10719
10720 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * message.el (message-fix-before-sending): Amend comment.
10723
10724 2009-01-07 David Engster <dengste@eml.cc>
10725
10726 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10727 simplified server definitions by converting it via
10728 gnus-server-to-method.
10729
10730 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10731
10732 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10733 parameter's operands.
10734
10735 2009-01-06 David Engster <dengste@eml.cc>
10736
10737 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10738 primary select method (for gnus-group-mark-article-as-read).
10739
10740 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10741
10742 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10743 `(gnus)Face', not `(gnus)X-Face'.
10744
10745 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10746
10747 * mm-util.el (mm-ucs-to-char): New function.
10748
10749 * mm-url.el (mm-url-decode-entities): Use it.
10750
10751 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10752
10753 * message.el (message-fix-before-sending): Add `eight-bit' to
10754 illegible-text check.
10755
10756 2009-01-03 Michael Olson <mwolson@gnu.org>
10757
10758 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10759 `headers' is nil. This can occur if the IMAP server does not have
10760 permissions to read messages from a folder, but can write new messages
10761 to the folder.
10762 (nnimap-request-article-part): Do not insert `data' if it is nil.
10763
10764 2009-01-01 Dave Love <fx@gnu.org>
10765
10766 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10767
10768 * nnimap.el: Fix author email.
10769 (nnimap-split-rule): Add FIXME comment.
10770 (nnimap-debug): Fix doc string.
10771
10772 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10773
10774 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10775 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10776 to check if those variables exist (first appeared in Emacs 18.50).
10777
10778 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * mm-util.el (mm-line-number-at-pos): New function.
10781
10782 * spam-report.el (spam-report-process-queue): Use it.
10783
10784 2008-12-24 David Engster <dengste@eml.cc>
10785
10786 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10787 parameters that haven't existed as variables as buffer-local variables.
10788
10789 2008-12-23 Dave Love <fx@gnu.org>
10790
10791 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10792 cadar.
10793
10794 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10795 imap-starttls-p.
10796 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10797
10798 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10799
10800 * spam-report.el (spam-report-gmane-max-requests): New constant.
10801 (spam-report-gmane-wait): New variable.
10802 (spam-report-gmane-ham, spam-report-gmane-spam)
10803 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10804 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10805 the server.
10806
10807 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10808 Add explanations.
10809
10810 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10811 nnheader-accept-process-output and nnheader-read-timeout if available.
10812 (pop3-movemail): Use it.
10813
10814 * message.el (message-check-news-body-syntax): Fix signature check if
10815 there's an attachment.
10816
10817 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * mm-util.el: Add comments to the mm- emulating functions.
10820
10821 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10822
10823 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10824 Reported by Stephen Berman <stephen.berman@gmx.net>.
10825
10826 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10827
10828 * mm-util.el (mm-substring-no-properties): New function.
10829 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10830 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10831 (mm-string-to-multibyte): Doc fix.
10832
10833 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10834
10835 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10836
10837 * mml.el (mml-attach-file): Strip text properties from file name.
10838 (Bug#1574)
10839
10840 2008-12-16 Glenn Morris <rgm@gnu.org>
10841
10842 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10843
10844 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10847 knows since the charset specified might be a bogus alias that
10848 mm-charset-synonym-alist provides.
10849
10850 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10851
10852 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10853 "ISO_8859-1".
10854
10855 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10856
10857 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * mm-util.el (mm-charset-eval-alist):
10860 Define it before mm-charset-to-coding-system.
10861 (mm-charset-to-coding-system): Add optional argument `silent';
10862 define it before mm-charset-override-alist.
10863 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10864 default value if it can be used in Emacs currently running;
10865 silence mm-charset-to-coding-system.
10866
10867 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10868
10869 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10870 `allow-override' which says whether to use `mm-charset-override-alist'.
10871 (rfc2047-decode-encoded-words): Use it.
10872
10873 * mm-util.el (mm-charset-override-alist): Fix custom type;
10874 add `(gb2312 . gbk)' to choices.
10875
10876 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10877
10878 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10879 fast.
10880
10881 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10882
10883 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10884
10885 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10886 on links.
10887
10888 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10889
10890 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10893 users' addresses that don't have domain parts.
10894 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10895 rather than message-narrow-to-head since there will be the message
10896 header separator.
10897
10898 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10901 since the result is inserted in a unibyte buffer anyway.
10902 (nnimap-demule-use-string-to-multibyte): Remove.
10903 (nnimap-demule): Alias it to mm-string-to-multibyte.
10904
10905 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10906
10907 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10908 variable for debugging bug#464 and bug#1174.
10909 (nnimap-demule): Use it.
10910
10911 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10912
10913 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10914 score calculation correctly.
10915
10916 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10917
10918 * message.el (message-send-mail): Just set the buffer to unibyte
10919 rather than use mm-with-unibyte-current-buffer which does a lot more.
10920 (message-send-mail-partially): Don't bother with
10921 mm-with-unibyte-current-buffer since it's already been made unibyte by
10922 message-send-mail.
10923
10924 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10925
10926 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10927
10928 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10929
10930 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10931
10932 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10935 require itself and to remove `with-no-warnings'.
10936
10937 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10938
10939 * starttls.el (starttls-any-program-available): Get the name of the
10940 available TLS layer program.
10941 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10942 well as the host name in the "opening" message.
10943
10944 * auth-source.el (auth-source-cache, auth-source-do-cache)
10945 (auth-source-user-or-password): Cache passwords and logins by default,
10946 allow override with `auth-source-do-cache'.
10947 (auth-source-forget-user-or-password): Allow users to remove cache
10948 entries if needed.
10949
10950 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10951
10952 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10953 condition-case to only the forward-sexp call.
10954
10955 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10956
10957 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10958 quotes contained. Make it more robust regardless by an extra
10959 condition-case wrapper.
10960
10961 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10962
10963 * nnml.el (nnml-request-expire-articles): Check if the function set to
10964 `nnmail-expiry-target' returns the symbol `delete'.
10965
10966 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10967
10968 * nnmail.el (nnmail-expiry-target): Fix custom type.
10969
10970 2008-10-02 Glenn Morris <rgm@gnu.org>
10971
10972 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10973 Silence compiler warning.
10974
10975 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10976
10977 * mml.el (mml-menu): Don't assume mml2015 is bound.
10978
10979 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10980
10981 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10982 exists.
10983
10984 2008-09-27 Glenn Morris <rgm@gnu.org>
10985
10986 * gnus-util.el (mail-header-remove-comments): Autoload it.
10987
10988 2008-09-27 Andreas Schwab <schwab@suse.de>
10989
10990 * gnus-util.el (gnus-split-references): Strip comments.
10991 (gnus-parent-id): Likewise.
10992
10993 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10994
10995 * message.el (message-confirm-send): Fix version.
10996
10997 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10998
10999 * message.el (message-idna-to-ascii-rhs-1): Use
11000 mail-extract-address-components rather than mail-header-parse-addresses
11001 that is an alias by default to ietf-drums-parse-addresses that does not
11002 support non-ASCII names in headers' contents.
11003
11004 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11005
11006 * message.el (message-confirm-send): Fix variable documentation to
11007 avoid the "y/n" wording.
11008
11009 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
11010
11011 * message.el (message-set-auto-save-file-name): Save to a different
11012 filename so multiple messages (especially drafts) can be recovered.
11013
11014 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
11015
11016 * message.el (message-confirm-send): Add appropriate version.
11017
11018 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
11019
11020 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11021 defvar.
11022
11023 2008-09-22 Daiki Ueno <ueno@unixuser.org>
11024
11025 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11026 (mm-pkcs7-enveloped-magic): Ditto.
11027
11028 2008-09-17 Simon Josefsson <simon@josefsson.org>
11029
11030 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11031 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11032
11033 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
11034
11035 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11036 default, it's better.
11037
11038 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
11039
11040 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11041 summary line gnus-number property and ignore them (with a warning
11042 message).
11043
11044 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11045
11046 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11047 macro caddr in the interactive form since it won't be expanded.
11048
11049 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11050
11051 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11052 `charset'; fix name of function called recursively.
11053 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11054
11055 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11056
11057 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11058 (gnus-mime-set-charset-parameters): New function.
11059 (gnus-mime-view-part-as-charset): Use it to correctly display part
11060 specifying wrong charset.
11061
11062 2008-09-08 David Engster <dengste@eml.cc>
11063
11064 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11065 in completing-read for back end server.
11066
11067 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
11068
11069 * message.el (message-confirm-send): New variable to confirm sending a
11070 message.
11071 (message-send): Use it.
11072
11073 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
11074
11075 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11076
11077 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
11078
11079 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11080
11081 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
11082
11083 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11084 prevent tracking too many groups.
11085 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11086 Use it.
11087
11088 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11089
11090 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11091 moving point to the bottom of the window in order to avoid recentering.
11092
11093 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11094
11095 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11096 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11097 (gnus-article-beginning-of-window): Fix calculation.
11098
11099 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11100
11101 * gnus-msg.el (gnus-summary-supersede-article)
11102 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11103 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11104 message header.
11105
11106 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11107
11108 * message.el:
11109 * gnus-start.el:
11110 * gnus-registry.el: Remove VMS support.
11111
11112 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11113
11114 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11115 macro.
11116 (rfc2104-hash): Use it.
11117
11118 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11119
11120 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11121 (gnus-summary-sort-by-most-recent-date): New commands.
11122 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11123 and menu entries.
11124
11125 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11126
11127 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11128 don't redisplay article for raw contents; remove plural articles stuff.
11129
11130 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11131 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11132 on gnus-summary-save-article; display results properly.
11133
11134 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11135
11136 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11137
11138 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11139
11140 * gnus-art.el (gnus-summary-save-in-pipe):
11141 Consider gnus-save-all-headers.
11142
11143 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11144
11145 * gnus-util.el (ns-focus-frame): Remove declaration.
11146 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11147 like x.
11148
11149 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11150
11151 * rfc2104.el (rfc2104-zero): Delete defconst.
11152 (rfc2104-hex-alist): Likewise.
11153 (rfc2104-hex-to-int): Delete func.
11154 (rfc2104-hexstring-to-bitstring): Likewise.
11155 (rfc2104-nybbles): New defconst.
11156 (rfc2104-hash): Rewrite for speed.
11157
11158 2008-07-16 Glenn Morris <rgm@gnu.org>
11159
11160 * gnus-util.el (ns-focus-frame): Declare for compiler.
11161
11162 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11163
11164 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11165 set as a group parameter.
11166 (gnus-summary-save-in-pipe): Work when it is called independently.
11167 (gnus-summary-pipe-to-muttprint): Don't modify
11168 gnus-summary-pipe-output-default-command.
11169
11170 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * message.el (message-send-mail-with-sendmail):
11173 Display the error message.
11174
11175 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11176
11177 * gnus-art.el (gnus-default-article-saver):
11178 Add gnus-summary-save-in-pipe to choices.
11179 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11180 gnus-summary-pipe-output-default-command as the default command.
11181 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11182 instead of gnus-last-shell-command.
11183
11184 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11185 New user option.
11186 (gnus-summary-muttprint-program): Mention the value will be changed.
11187 (gnus-summary-save-article): Force showing of all headers.
11188 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11189
11190 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11191
11192 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11193
11194 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11195
11196 * nnimap.el (nnimap-id):
11197 * sieve-manage.el (sieve-manage-open): Doc fixes.
11198
11199 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11200
11201 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11202 if available.
11203
11204 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11207
11208 * nnkiboze.el (nnkiboze-generate-group):
11209 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11210
11211 * nnmairix.el: Require CL.
11212
11213 2008-06-15 David Engster <dengste@eml.cc>
11214
11215 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11216
11217 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11218
11219 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11220 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11221 runtime choice under XEmacs.
11222
11223 * gnus-sum.el (gnus-summary-set-display-table):
11224 Use `gnus-put-display-table', `gnus-get-display-table',
11225 `gnus-set-display-table' for the display table, instead of `aset'.
11226
11227 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11228
11229 * nnmairix.el: Add autoloads.
11230
11231 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11232
11233 * nnmairix.el (nnmairix-delete-recreate-group)
11234 (nnmairix-update-and-clear-marks): Fix error messages.
11235
11236 2008-06-14 David Engster <dengste@eml.cc>
11237
11238 * nnmairix.el: Upgrade to version 0.6.
11239 (nnmairix-group-toggle-propmarks-this-group)
11240 (nnmairix-group-toggle-readmarks-this-group)
11241 (nnmairix-group-delete-recreate-this-group)
11242 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11243 (nnmairix-remove-tick-mark-original-article): New commands.
11244 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11245 (nnmairix-propagate-marks-to-nnmairix-groups)
11246 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11247 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11248 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11249 functions needed for marks propagation and manipulation of read marks.
11250 (nnmairix-update-groups): New function.
11251 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11252 (nnmairix-determine-original-group-from-registry)
11253 (nnmairix-determine-original-group-from-path)
11254 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11255 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11256 New helper functions.
11257 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11258 keystrokes for new commands.
11259 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11260 (nnmairix-request-group): Check allow-fast group parameter.
11261 (nnmairix-request-create-group): Set allow-fast group parameter if
11262 nnmairix-allowfast-default is set.
11263 (nnmairix-close-group): Propagate marks upon closing if needed.
11264 (nnmairix-group-toggle-threads-this-group): Use new.
11265 nnmairix-group-toggle-parameter helper function.
11266 (nnmairix-search): Better check for empty search result.
11267 (nnmairix-goto-original-article): Use new helper functions for
11268 determining original article.
11269 (nnmairix-show-original-article): Make sure message-id is in brackets.
11270 (nnmairix-call-mairix-binary): Change variable name.
11271 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11272 helper function.
11273 (nnmairix-widget-toggle-activate): Fix doc string.
11274
11275 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11276
11277 * nnir.el: Require edmacro when compiling with XEmacs.
11278 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11279 available in Emacs 21.
11280
11281 2008-06-11 Glenn Morris <rgm@gnu.org>
11282
11283 * gnus-util.el (x-focus-frame):
11284 * gnus.el (image-size):
11285 * mm-decode.el (image-size): Declare.
11286
11287 * gnus-picon.el (declare-function): Add compat definition.
11288 (image-size): Declare.
11289
11290 * gnus-group.el (tool-bar-map):
11291 * gnus-sum.el (tool-bar-map): Define for compiler.
11292
11293 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11294
11295 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11296
11297 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11298 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11299 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11300 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11301 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11302 * sieve-manage.el, spam-report.el, spam.el:
11303 Remove unnecessary eval-and-compile of autoloads.
11304
11305 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11306
11307 * auth-source.el: Precise Tramp doc.
11308
11309 2008-06-07 Glenn Morris <rgm@gnu.org>
11310
11311 * nnmairix.el: Remove unnecessary eval-when-compile.
11312
11313 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11314
11315 * nnir.el: New file.
11316
11317 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * gnus-util.el (gnus-read-shell-command): New function.
11320 * mm-decode.el (mm-pipe-part):
11321 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11322
11323 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11324
11325 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11326
11327 2008-06-03 Glenn Morris <rgm@gnu.org>
11328
11329 * pop3.el (nnheader-accept-process-output): Autoload it.
11330
11331 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11334 are not 2-digit hexadecimal characters that follow `%'s.
11335
11336 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * message.el (message-bogus-recipient-p): Fix type in doc string.
11339 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11340 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11341 Improve custom options.
11342 (message-bogus-recipient-p): Adjust accordingly.
11343
11344 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11345
11346 * nnmairix.el: Require edmacro when compiling with XEmacs.
11347
11348 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11349
11350 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11351 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11352
11353 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11354
11355 * auth-source.el: Add more docs.
11356
11357 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11358
11359 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11360 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11361 retrieval faster in some cases, but might make CPU usage larger.
11362 If this has any bad side effects, we might revert this change.
11363
11364 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11365 seems to make mail retrieval much, much faster.
11366 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11367 unconditionally.
11368
11369 * gnus-draft.el (gnus-group-send-queue):
11370 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11371
11372 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11373
11374 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11375
11376 * message.el (message-bogus-address-regexp): Fix and improve custom
11377 type.
11378 (message-setup-hook): Add message-check-recipients as custom option.
11379
11380 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11381
11382 * message.el (message-cite-function): Remove bogus autoload which crept
11383 in during merge from v5-10.
11384
11385 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11386
11387 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11388
11389 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11390
11391 * auth-source.el: Preliminary Tramp docs.
11392 (auth-sources): Change the default auth-sources to use
11393 EPA .gpg files.
11394
11395 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11396
11397 * nntp.el: Autoload `auth-source-user-or-password'.
11398 (nntp-send-authinfo): Use it.
11399
11400 * nnimap.el: Autoload `auth-source-user-or-password'.
11401 (nnimap-open-connection): Use it.
11402
11403 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11404 for the gnus-message function.
11405 (auth-source-user-or-password): Use it.
11406
11407 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11408
11409 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11410 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11411 (rfc2104-hash): Use it.
11412
11413 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11414
11415 * gnus-art.el (gnus-article-toggle-truncate-lines):
11416 Don't use `iff' in docstring.
11417
11418 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11419
11420 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11421
11422 * gnus-util.el (gnus-extract-address-component-name)
11423 (gnus-extract-address-component-email): Convenience functions around
11424 `gnus-extract-address-components'.
11425
11426 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11427 Use `gnus-extract-address-component-email' to fix bug of comparing full
11428 sender name to `user-mail-address'.
11429
11430 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11431
11432 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11433 catch/throw to optimize.
11434 (gnus-registry-find-keywords): Just use member to find a keyword.
11435
11436 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11437
11438 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11439 is current before calling gnus-server-prepare.
11440 (gnus-server-setup-buffer, gnus-server-update-server)
11441 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11442
11443 2008-05-04 Juri Linkov <juri@jurta.org>
11444
11445 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11446 (mailcap-file-default-commands): Use mailcap-replace-in-string
11447 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11448 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11449
11450 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11451
11452 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11453
11454 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11455
11456 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11457 hooks.
11458 (gnus-update-read-articles): Speed up non-marks-using users.
11459 (gnus-use-marks): Define gnus-use-marks.
11460 (gnus-propagate-marks): Rename variable to something more sensible.
11461
11462 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11463
11464 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11465 (gmm-image-load-path-for-library): Fix typos in docstrings.
11466 (gmm-message): Reflow docstring.
11467
11468 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11469
11470 * mail-source.el (mail-source-set-1, mail-source-bind):
11471 Move auth-source code out of the macro to clean it up and fix bugs.
11472
11473 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11474
11475 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11476 by sender if it's equal to user-mail-address, it's likely to be
11477 useless.
11478
11479 * mail-source.el (mail-source-bind): Don't use user or password if they
11480 are not bound. Unintern them if they are nil. Don't use server unless
11481 it's bound, and default it to empty string otherwise.
11482
11483 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11484
11485 * mail-source.el: Load auth-source.el.
11486 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11487 get user name or password, if auth-sources is set up.
11488
11489 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11490 strategy of splitting with parent.
11491 (gnus-registry-split-fancy-with-parent)
11492 (gnus-registry-post-process-groups): Use it and fix prior
11493 bug (returning a list as the split result).
11494
11495 * auth-source.el (auth-sources): Remove server parameter.
11496 (auth-source-pick, auth-source-user-or-password)
11497 (auth-source-user-or-password-imap)
11498 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11499 (auth-source-user-or-password-sftp)
11500 (auth-source-user-or-password-smtp): Remove server parameter.
11501
11502 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11503
11504 * smime.el (smime-sign-region, smime-encrypt-region)
11505 (smime-decrypt-region):
11506 Remove redundant calls to `generate-new-buffer-name'.
11507
11508 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11509
11510 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11511 Don't use QP for message/rfc822.
11512 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11513
11514 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * sieve-manage.el (sieve-string-bytes): Remove.
11517 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11518 correct byte-length only if the process's coding-system is the same as
11519 the one used internally by Emacs to represent strings.
11520
11521 2008-04-22 Juri Linkov <juri@jurta.org>
11522
11523 * mailcap.el (mailcap-file-default-commands): New function.
11524
11525 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11526
11527 * message.el (message-signature-separator, message-cite-function):
11528 Change custom version.
11529
11530 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11531
11532 * mm-decode.el (mm-display-external): Make temp file read-only.
11533
11534 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11535
11536 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11537 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11538 `C-c C-f d'.
11539
11540 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11541
11542 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11543
11544 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11545
11546 * auth-source.el: Add docs.
11547 (auth-sources): Modify format to support server.
11548 (auth-source-pick, auth-source-user-or-password)
11549 (auth-source-user-or-password-imap)
11550 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11551 (auth-source-user-or-password-sftp)
11552 (auth-source-user-or-password-smtp): Add server parameter.
11553
11554 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11555
11556 * gnus-registry.el: Initialize the registry when gnus-registry-install
11557 is t.
11558
11559 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11560
11561 * compface.el (uncompface): Make buffer unibyte.
11562
11563 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * mail-source.el (mail-source-value):
11566 Prefer fboundp to functionp so it works with macros as well.
11567
11568 2008-04-05 Glenn Morris <rgm@gnu.org>
11569
11570 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11571
11572 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11575 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11576
11577 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11578 multibyteness after rather than before erasing it.
11579
11580 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11581 mm-with-multibyte.
11582 (gnus-request-article-this-buffer): Make sure the proper decoding is
11583 used if gnus-original-article-buffer happens to be unibyte.
11584
11585 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11586 default-enable-multibyte-characters.
11587
11588 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11589 default-enable-multibyte-characters.
11590
11591 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11592
11593 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11594
11595 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11598 Fix last change in case the element is not even a symbol.
11599
11600 2008-04-02 Simon Josefsson <simon@josefsson.org>
11601
11602 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11603 imap-enable-exchange-bug-workaround.
11604 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11605
11606 2008-04-01 Simon Josefsson <simon@josefsson.org>
11607
11608 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11609 a 100 byte status-checks into a 2-3MB transfer for each group.
11610 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11611 to enable bug workaround or not.
11612 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11613
11614 2008-03-31 Glenn Morris <rgm@gnu.org>
11615
11616 * message.el (mml2015-use): Declare for compiler.
11617 (message-info): Require mml2015 when appropriate.
11618
11619 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11620
11621 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11622 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11623 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11624 (nntp-service-to-port): New function.
11625 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11626 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11627 (nntp-open-netcat-stream): New function.
11628 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11629
11630 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11631
11632 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11633
11634 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11635
11636 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11637
11638 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11639
11640 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11641
11642 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11643
11644 * message.el (message-signature-separator): Change default.
11645 Improve custom type.
11646 (message-cite-function): Change default to
11647 message-cite-original-without-signature.
11648
11649 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11650 toggle.
11651
11652 * message.el (message-check-news-body-syntax): Fix signature check.
11653 (message-setup-1): Mark buffer as unmodified _after_ running
11654 message-setup-hook and handling message-alternative-emails.
11655 (message-shorten-references): Be more strict when building list of
11656 valid references to comply with GNKSA.
11657
11658 * gnus-group.el (gnus-read-ephemeral-bug-group)
11659 (gnus-read-ephemeral-debian-bug-group)
11660 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11661
11662 * message.el (message-info): Don't use booleanp which isn't supported
11663 in Emacs 21 and XEmacs.
11664
11665 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11666
11667 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11668 gnus-group-gmane-group-download-format.
11669 (gnus-group-read-ephemeral-gmane-group): Rename from
11670 gnus-group-read-ephemeral-gmane-group.
11671 (gnus-read-ephemeral-gmane-group-url): Rename from
11672 gnus-group-read-ephemeral-gmane-group-url.
11673 (gnus-bug-group-download-format-alist): New variable.
11674 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11675 (gnus-read-ephemeral-emacs-bug-group): New commands.
11676
11677 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11678
11679 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11680 (gnus-visible-headers): Improve custom type.
11681
11682 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11683
11684 * mml.el (mml-menu): Add workarounds for XEmacs.
11685
11686 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11687 X-Boundary header.
11688
11689 * message.el (message-simplify-recipients): Fix previous commit.
11690
11691 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * mm-util.el (mm-set-buffer-multibyte): New function.
11694 * mm-decode.el (mm-copy-to-buffer): Use it.
11695
11696 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11697 Prefer fboundp to functionp so it works with macros as well.
11698
11699 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11700
11701 * message.el (message-alter-recipients-discard-bogus-full-name):
11702 New function.
11703 (message-alter-recipients-function): New variable.
11704 (message-get-reply-headers): Use it.
11705 (message-replace-header): New helper function.
11706 (message-recipients-without-full-name): New variable.
11707 (message-simplify-recipients): New command.
11708
11709 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11710
11711 * message.el (message-info): Handle EasyPG manual.
11712
11713 * mml.el (mml-menu): Add entry for EasyPG.
11714
11715 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11716
11717 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11718 parameter.
11719
11720 * message.el (message-disassociate-draft): Specify drafts group name
11721 fully.
11722
11723 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11724
11725 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11726 Eliminate unnecessary duplicates from the match list.
11727
11728 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11729
11730 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11731 args of `how-many' of which the XEmacs version doesn't take; declare
11732 Info-index-next as function.
11733
11734 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11735
11736 * gnus-score.el (gnus-score-headers): Fix handling of
11737 gnus-inhibit-slow-scoring.
11738
11739 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11740 string.
11741 (gnus-button-url-regexp): Improve handling of parenthesis.
11742 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11743 (gnus-button-handle-info-keystrokes): Handle index entries.
11744
11745 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11746
11747 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11748 Incoming* files.
11749
11750 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11751
11752 * auth-source.el (auth-sources): Rename from auth-source-choices.
11753 (auth-source-pick): Use it.
11754
11755 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11756
11757 * auth-source.el (auth-source-protocols)
11758 (auth-source-protocols-customize, auth-source-choices): Add and
11759 modified variable customizations and defaults.
11760 (auth-source-pick, auth-source-user-or-password)
11761 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11762 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11763 (auth-source-user-or-password-sftp)
11764 (auth-source-user-or-password-smtp): Use new variables and provide an
11765 interface to netrc.el.
11766
11767 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11768
11769 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11770 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11771 Make sure the nntp port to specify is a string.
11772
11773 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * nntp.el: Use with-current-buffer.
11776 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11777 dubious mm-with-unibyte-current-buffer.
11778 (nntp-with-open-group-function): New function extracted from
11779 nntp-with-open-group macro.
11780 (nntp-with-open-group): Use the function, so it's easier to debug.
11781 Add indentation and debugging info.
11782 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11783 Recommend the use of the netcat alternatives.
11784
11785 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11786 Avoid mm-string-as-multibyte as well.
11787
11788 * nnweb.el (nnweb-insert-html):
11789 Remove use of nnheader-string-as-multibyte.
11790
11791 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11792 (nnheader-string-as-multibyte): Remove.
11793
11794 * mm-view.el: Use inhibit-read-only.
11795 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11796 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11797 or unibyte-string.
11798
11799 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11800 (mm-uu-yenc-extract): Use with-current-buffer.
11801
11802 * gnus-soup.el (gnus-soup-send-packet): Don't use
11803 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11804
11805 * nnmh.el: Use with-current-buffer.
11806 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11807 mm-string-as-multibyte on the output of mm-encode-coding-string.
11808
11809 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11810 (nnimap-request-move-article): Use with-current-buffer.
11811
11812 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11813 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11814 conversion uses string-make-unibyte rather than string-as-unibyte.
11815
11816 * gnus-msg.el: Use with-current-buffer.
11817
11818 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11819
11820 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11821
11822 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11823 string for caching if it is 'PIN.
11824
11825 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11826
11827 * mail-source.el (mail-source-delete-old-incoming-confirm):
11828 Change default to nil.
11829 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11830
11831 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11832
11833 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11834 (gnus-article-goto-prev-page): Work for articles having ^L's.
11835
11836 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11837
11838 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11839
11840 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11841
11842 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11843 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11844 (gnus-bookmark-jump): Adjust some variable names.
11845
11846 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11847
11848 * auth-source.el: New package.
11849 (auth-source-choices): Add customization entry point variable.
11850
11851 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11852 bug.
11853
11854 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11855
11856 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11857 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11858 (gnus-registry-install-shortcuts): Rename from
11859 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11860 the `gnus-registry-mark-map' keymap dynamically from
11861 `gnus-registry-marks'. The generated functions update the summary line
11862 when a registry mark is added or deleted, and will call
11863 `gnus-registry-install-p' (see the comments in the code).
11864 (gnus-registry-user-format-function-M): Use concat intelligently.
11865
11866 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11867 the registry mark functions.
11868
11869 2008-03-05 Glenn Morris <rgm@gnu.org>
11870
11871 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11872 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11873 gnus-art.
11874 (top-level): No need to load own source when compiling.
11875
11876 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11877
11878 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11879 Suggested by <chris.anderton@zetnet.co.uk>.
11880
11881 2008-03-04 Glenn Morris <rgm@gnu.org>
11882
11883 * gnus-sum.el (top-level): No need to require gnus when compiling,
11884 since unconditionally required near start of file.
11885 (gnus-summary-display-while-building): Move definition before use.
11886
11887 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11888
11889 * gnus-registry.el (gnus-registry-user-format-function-M):
11890 Add formatting function.
11891
11892 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11893
11894 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11895 with plists.
11896 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11897 Use new format.
11898
11899 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11900
11901 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11902 `where-is-internal' that returns a range of key sequences.
11903
11904 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11905
11906 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11907
11908 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11909 (gnus-summary-jump-to-group): Consider windows on other displayed
11910 frames as well. Similar changes might be needed elsewhere, but that's
11911 the one I've bumped into during my use.
11912
11913 * nndoc.el (nndoc-oe-dbx-type-p):
11914 * gnus-msg.el (gnus-debug):
11915 * gnus-group.el (gnus-update-group-mark-positions):
11916 Use mm-string-to-multibyte.
11917
11918 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11919
11920 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11921 doesn't handle NotDashEscaped.
11922
11923 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11924 (mml-dnd-attach-options): Fix typo in custom choice.
11925
11926 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11927 Change nndoc-article-type to mbox.
11928 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11929
11930 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11931 to nil, instead of html2text.
11932
11933 * imap.el (imap-debug): Add `imap-ping-server'.
11934
11935 * gnus-bookmark.el: Add FIXMEs.
11936
11937 * message.el (message-form-letter-separator)
11938 (message-send-form-letter-delay): New variables.
11939 (message-send-form-letter): Use them. New command to send form
11940 letters. Requested by Uwe Siart.
11941 (message-send-mail-function): Doc fix. Add "Other" custom option.
11942
11943 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11944
11945 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11946 empty author.
11947
11948 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11949
11950 * gnus-registry.el (gnus-registry-marks): Add variable for
11951 customization of marks and their appearance.
11952 (gnus-registry-read-mark): Use it.
11953 (gnus-registry-do-marks): Add utility function to loop through
11954 `gnus-registry-marks'.
11955 (gnus-registry-install-shortcuts-and-menus): Add function to install
11956 shortcuts and menus.
11957 (gnus-registry-initialize): Use it.
11958 (gnus-registry-default-mark): Clarify documentation.
11959
11960 2008-02-29 Glenn Morris <rgm@gnu.org>
11961
11962 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11963 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11964 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11965 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11966 Change defcustom :version from 23.0 to 23.1.
11967
11968 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11969
11970 * gnus-registry.el (gnus-registry-follow-group-p)
11971 (gnus-registry-post-process-groups): Add functions to aid registry
11972 splitting and improve logging. Clarify behavior in function
11973 documentation.
11974 (gnus-registry-split-fancy-with-parent): Use them.
11975
11976 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * gnus-art.el: Use with-current-buffer.
11979
11980 2008-02-27 David Engster <dengste@eml.cc>
11981
11982 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11983 Express real group name in the response.
11984
11985 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11988 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11989 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11990 autoload gnus-registry-fetch-group when compiling.
11991 (nnmairix-request-group-with-article-number-correction):
11992 Remove unreferenced argument passed to nnmairix-call-backend.
11993
11994 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11995
11996 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11997 (mm-uu-extract): Improve face for low color ttys.
11998 Reported by Sascha Wilde.
11999
12000 2008-02-27 Glenn Morris <rgm@gnu.org>
12001
12002 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12003 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12004 variables to defconsts. Convert comments to doc-strings.
12005 (nnmairix-last-server, nnmairix-current-server): Convert from free
12006 variables to defvars. Convert comments to doc-strings.
12007 (gnus-registry-fetch-group): Autoload.
12008 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12009 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12010 (nnmairix-widget-build-editable-fields): Use car cddr rather than
12011 caddr.
12012 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12013 nnmairix-request-group-with-article-number-correction call.
12014 (nnmairix-fast, nnmairix-group): New, less general names, for free
12015 variables passed from nnmairix-request-group to
12016 nnmairix-request-group-with-article-number-correction. Declare.
12017 (nnmairix-request-group-with-article-number-correction):
12018 Use nnmairix-fast, nnmairix-group rather than fast, group.
12019
12020 2008-02-26 David Engster <dengste@eml.cc>
12021
12022 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
12023 version 0.5.
12024
12025 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
12026
12027 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12028 instead of making an extra function call. Don't add the current group
12029 to articles only when they have the group. Use
12030 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12031 Reported by David <de_bb@arcor.de>.
12032
12033 2008-02-24 Miles Bader <miles@gnu.org>
12034
12035 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12036 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12037 (mm-find-mime-charset-region):
12038 * mm-bodies.el (mm-encode-body):
12039 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12040
12041 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
12042
12043 * mail-source.el (mail-source-delete-incoming): Change default.
12044 Supplement doc string.
12045
12046 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12047
12048 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
12049
12050 * nnmail.el (nnmail-message-id-cache-file): Derive from
12051 `gnus-home-directory'.
12052
12053 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
12054
12055 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12056 Document negative prefix.
12057
12058 * gnus-group.el (gnus-group-read-group): Document negative prefix.
12059
12060 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12061
12062 * message.el (message-unsent-separator): Add the Exim bounce
12063 separator.
12064
12065 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12066
12067 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12068 list.
12069 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12070 recipient/signer list.
12071
12072 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
12073
12074 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12075 fbound (Emacs 23 unicode), signal an error.
12076
12077 2008-02-08 Glenn Morris <rgm@gnu.org>
12078
12079 * gnus-art.el (pgg-display-output-buffer): Declare as function.
12080
12081 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
12082
12083 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12084 ports to the calls to `netrc-machine-user-or-password' in addition to
12085 "imap" and "imaps".
12086
12087 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12088
12089 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12090 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12091 <hanche@math.ntnu.no>.
12092
12093 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12094
12095 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12096
12097 2008-02-01 Zhang Wei <id.brep@gmail.com>
12098
12099 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12100
12101 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12102
12103 2008-02-01 Miles Bader <miles@gnu.org>
12104
12105 * mml.el (mml-parse-1): Remove apparently vestigial use of
12106 `mm-hack-charsets'.
12107 * mm-bodies.el (mm-encode-body): Likewise.
12108
12109 2008-02-01 Kenichi Handa <handa@m17n.org>
12110
12111 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12112 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12113 (rfc2104-hash): Convert the result of concat to unibyte string.
12114
12115 2008-02-01 Dave Love <fx@gnu.org>
12116
12117 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12118 coding-system-for-read.
12119 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12120
12121 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12122 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12123 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12124
12125 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12126
12127 * mail-source.el (mail-sources): Add `group' choice.
12128
12129 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12130 parameter `in-group' to control into which group the articles go.
12131 Add treatment of `group' mail-source.
12132
12133 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12134
12135 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12136 * message.el (message-beginning-of-line): Use featurep instead of bound
12137 tests in order to resolve conditionals at compile time.
12138
12139 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12140
12141 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12142
12143 * mm-decode.el (mm-dissect-buffer): Decode description.
12144
12145 * mml.el (mml-to-mime): Encode message header first.
12146
12147 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12148
12149 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12150 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12151
12152 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12153
12154 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12155
12156 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12157
12158 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12159 prefix keys.
12160 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12161 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12162 gnus-xmas.el.
12163
12164 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12165
12166 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12167 Add new variables for article mark management.
12168 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12169 list of extra data entries which, when present, will indicate that the
12170 article ID should not be trimmed from the registry.
12171 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12172 functions.
12173 (gnus-registry-read-mark): New function to read a mark name from the
12174 user.
12175 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12176 (gnus-registry-set-article-mark-internal): New functions to add and
12177 remove marks.
12178 (gnus-registry-get-article-marks): New function to show the marks for
12179 an article, or retrieve them for further use.
12180
12181 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12184 keys when no argument is given.
12185
12186 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * gnus-sum.el (gnus-article-sort-by-random)
12189 (gnus-thread-sort-by-random): Fix doc strings.
12190 Reported by jidanni@jidanni.org.
12191
12192 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12193
12194 * gnus-art.el (gnus-article-describe-bindings): New function.
12195 (gnus-article-read-summary-keys): Use it.
12196 (gnus-article-mode-map): Bind `C-h b' to it.
12197
12198 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12199
12200 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12201 XEmacs.
12202 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12203 Protect against non-character events.
12204
12205 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12206
12207 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12208 New command.
12209 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12210 instead of END. Change name of the temp file.
12211 (gnus-group-gmane-group-download-format): Add doc string. Make it
12212 customizable.
12213
12214 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12215
12216 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12217 bind `S W' to gnus-article-wide-reply-with-original; set default
12218 binding to gnus-article-read-summary-send-keys.
12219 (gnus-article-read-summary-keys): Fix the order of keys; display
12220 continuation keys correctly in the echo area; describe bindings
12221 correctly when keys end with `C-h'.
12222 (gnus-article-read-summary-send-keys): New function.
12223 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12224 Work for gnus-article-read-summary-send-keys; display continuation keys
12225 correctly in the echo area.
12226 (gnus-article-reply-with-original): Ignore prefix argument.
12227 (gnus-article-wide-reply-with-original): New function.
12228
12229 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12230
12231 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12232 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12233
12234 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12235
12236 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12237 (gnus-group-read-ephemeral-gmane-group): New command.
12238
12239 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12240
12241 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12242
12243 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12244
12245 * message.el (message-send-mail-function): Increase custom version.
12246
12247 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12248 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12249
12250 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12251
12252 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12253 html parts correctly; support forwarded messages.
12254 (gnus-article-browse-html-article): Remove work buffers.
12255
12256 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12257 compiling.
12258 (netrc-bound-and-true-p): New macro.
12259 (netrc-parse): Use it instead of bound-and-true-p that is not available
12260 in XEmacs 21.4.
12261
12262 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12263
12264 * gnus-registry.el (gnus-registry-mark-article)
12265 (gnus-registry-article-marks): Add functionality to mark articles
12266 through the Gnus registry.
12267
12268 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12269 (netrc-parse): Use encrypt-file-alist to determine if
12270 encrypt-find-model or encrypt-insert-file-contents should be used.
12271
12272 2007-12-19 Glenn Morris <rgm@gnu.org>
12273
12274 * mml.el (message-options-set, message-narrow-to-head)
12275 (message-in-body-p, message-mail-p, message-encode-message-body):
12276 Autoload.
12277 (message-remove-header, message-narrow-to-headers-or-head)
12278 (message-subscribed-p, message-make-mail-followup-to)
12279 (message-position-on-field, message-news-p)
12280 (message-options-set-recipient, message-generate-headers)
12281 (message-sort-headers): Declare as functions.
12282
12283 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12284
12285 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12286 convention in doc string.
12287
12288 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12289
12290 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12291 title to html parts.
12292 (gnus-article-browse-html-article): Pass message header to it.
12293
12294 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12295
12296 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12297
12298 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12299 or password compatible with XEmacs.
12300
12301 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12302
12303 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12304 format document.
12305 (gnus-mime-delete-part): Don't write description line if empty.
12306 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12307
12308 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12309
12310 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12311 (gnus-summary-mark-read-and-unread-as-read)
12312 (gnus-summary-mark-current-read-and-unread-as-read)
12313 (gnus-summary-mark-unread-as-ticked): Doc fix.
12314 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12315
12316 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12317
12318 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12319 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12320
12321 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12322
12323 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12324 yes-or-no-p.
12325
12326 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12327
12328 * mm-decode.el (mm-add-meta-html-tag): New function.
12329 (mm-save-part-to-file, mm-pipe-part): Use it.
12330
12331 * gnus-art.el (gnus-article-browse-delete-temp-files):
12332 Use gnus-y-or-n-p instead of y-or-n-p.
12333 (gnus-article-browse-html-parts): Work with message/external-body; use
12334 mm-add-meta-html-tag.
12335
12336 2007-12-11 Glenn Morris <rgm@gnu.org>
12337
12338 * gnus-cache.el: Require gnus-sum not just when compiling.
12339
12340 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12341
12342 * gnus-int.el (gnus-server-opened, gnus-status-message):
12343 Move definitions before use.
12344
12345 * mm-decode.el: Require gnus-util.
12346 (mm-remove-part): Only call delete-annotation on XEmacs.
12347
12348 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12349
12350 * nnmail.el: Require gnus-int.
12351
12352 * spam.el: Move `require's before `eval-when-compile's.
12353
12354 * gnus-ems.el (gnus-alive-p):
12355 * gnus-fun.el (message-goto-eoh):
12356 * gnus-util.el (gnus-group-name-decode):
12357 * mail-source.el (gnus-compress-sequence):
12358 * message.el (Info-goto-node, format-spec):
12359 * mm-bodies.el (message-options-get):
12360 * mm-decode.el (mm-view-pkcs7):
12361 * mm-util.el (gmm-write-region):
12362 * mml-smime.el (mml-compute-boundary)
12363 (gnus-completing-read-with-default):
12364 * mml.el (widget-button-press, gnus-make-hashtable):
12365 * mml1991.el (mm-decode-content-transfer-encoding)
12366 (mm-encode-content-transfer-encoding)
12367 (message-options-get, message-options-set):
12368 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12369 * nnfolder.el (gnus-request-group):
12370 * nnheader.el (ietf-drums-unfold-fws):
12371 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12372 * smime.el (gnus-run-mode-hooks):
12373 * spam-stat.el (gnus-message): Autoload.
12374
12375 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12376 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12377 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12378 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12379 Add declare-function compatibility definition.
12380
12381 * gnus-cache.el (nnvirtual-find-group-art):
12382 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12383 (gnus-add-image, gnus-add-wash-type):
12384 * gnus-group.el (nnkiboze-score-file):
12385 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12386 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12387 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12388 (message-tokenize-header, gnus-get-buffer-create)
12389 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12390 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12391 * gnus.el (gnus-group-decoded-name):
12392 * mail-source.el (imap-capability):
12393 * mm-bodies.el (message-options-set):
12394 * mm-decode.el (gnus-configure-windows):
12395 * mm-extern.el (message-goto-body):
12396 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12397 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12398 (epg-sub-key-validity, message-options-set):
12399 * mml.el (widget-event-point, gnus-configure-windows):
12400 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12401 * mml2015.el (epg-check-configuration, epg-configuration)
12402 (message-options-set):
12403 * nndb.el (nndb-request-article):
12404 * nnfolder.el (gnus-request-create-group):
12405 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12406 * nnmaildir.el (gnus-group-mark-article-read):
12407 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12408 * rfc1843.el (message-fetch-field):
12409 * spam.el (gnus-extract-address-components):
12410 Declare as functions.
12411
12412 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12413
12414 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12415
12416 2007-12-09 Glenn Morris <rgm@gnu.org>
12417
12418 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12419
12420 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12421 * message.el, mm-view.el, sieve-manage.el, smime.el:
12422 Add declare-function compatibility definition.
12423
12424 * gnus-art.el (w3-region, w3m-region, Info-menu):
12425 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12426 * gnus-sum.el (gnus-get-predicate):
12427 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12428 * message.el (mail-abbrev-in-expansion-header-p):
12429 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12430 (w3m-detect-meta-charset, w3m-region):
12431 * sieve-manage.el (password-read, password-cache-add)
12432 (password-cache-remove):
12433 * smime.el (password-read-and-add): Declare as functions.
12434
12435 2007-12-08 David Kastrup <dak@gnu.org>
12436
12437 * gnus-sum.el (gnus-summary-simplify-subject-query):
12438 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12439 `message'.
12440
12441 2007-12-07 Glenn Morris <rgm@gnu.org>
12442
12443 * gnus-art.el (article-make-date-line): Revert previous change.
12444
12445 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12446
12447 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12448
12449 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12450
12451 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12452 Call gnus-add-to-range ranges only once with a prepared article-list.
12453
12454 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12455
12456 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12457 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12458 group names with backslashes.
12459 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12460
12461 2007-12-06 Deepak Goel <deego3@gmail.com>
12462
12463 * gnus-art.el (article-make-date-line):
12464 * gnus-start.el (gnus-load):
12465 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12466
12467 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12468
12469 * gnus-art.el (gnus-use-idna):
12470 * gnus-start.el (gnus-site-init-file):
12471 * message.el (message-use-idna):
12472 * mm-uu.el (mm-uu-hide-markers):
12473 * smiley.el (smiley-style): Revert changes that suppress warnings.
12474
12475 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12476
12477 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12478 specify charset to html source.
12479 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12480
12481 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12482
12483 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12484 idna-program in order to suppress byte compile warning issued by XEmacs
12485 that came to byte compile the default value section of defcustom forms
12486 recently.
12487
12488 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12489 value of installation-directory.
12490
12491 * message.el (message-use-idna): Don't directly refer to the value of
12492 idna-program.
12493
12494 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12495
12496 * smiley.el (smiley-style): Don't directly call face-attribute.
12497
12498 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12499
12500 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12501
12502 * gnus-dired.el: Reduce Gnus dependencies.
12503 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12504 Don't require. Use autoloads instead.
12505 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12506 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12507 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12508 (gnus-dired-mode): Adjust doc string.
12509 (gnus-dired-mail-mode): New variable.
12510 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12511 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12512 (gnus-dired-mail-buffers): New function. Return mail or message
12513 composition buffers.
12514 (gnus-dired-attach): Use it.
12515 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12516 NO-DECODE.
12517 (gnus-dired-print): Use `gnus-print-buffer' depending on
12518 `gnus-dired-mail-mode'.
12519
12520 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12521
12522 * rfc2047.el (rfc2047-encoded-word-regexp)
12523 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12524 explaining what regexp patterns are for.
12525
12526 2007-12-04 Glenn Morris <rgm@gnu.org>
12527
12528 * password.el: Move to ../password-cache.el.
12529
12530 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12531 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12532 * mml-smime.el (password-read, password-cache-add)
12533 (password-cache-remove):
12534 No need to autoload, since mml-sec requires password.
12535
12536 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12537 * message.el (gnus-extract-address-components):
12538 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12539
12540 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12541 password.
12542
12543 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12544
12545 * mailcap.el: Reduce dependencies.
12546 (mail-header-parse-content-type): Autoload.
12547 (mailcap-delete-duplicates): New alias.
12548 (mailcap-mime-info): Add optional argument NO-DECODE.
12549 (mailcap-mime-types): Use mailcap-delete-duplicates.
12550
12551 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12552
12553 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12554
12555 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12556 function.
12557
12558 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12559 (gnus-uu-yenc-article): New function.
12560
12561 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12562
12563 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12564
12565 2007-12-02 Glenn Morris <rgm@gnu.org>
12566
12567 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12568 Move to ../net.
12569
12570 * binhex.el, uudecode.el: Move to ../mail.
12571
12572 * encrypt.el: Remove file.
12573
12574 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12575
12576 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12577 matches on patches.
12578
12579 * gnus-art.el (gnus-article-browse-html-article):
12580 Mention `mm-text-html-renderer' in the doc string.
12581
12582 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12583 string. Add comments.
12584
12585 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12586 if rhs is ASCII.
12587
12588 2007-12-01 Glenn Morris <rgm@gnu.org>
12589
12590 * dig.el, dns.el: Move to ../net.
12591 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12592
12593 * mail-source.el (top-level): Require format-spec before
12594 eval-when-compile.
12595
12596 2007-11-30 Glenn Morris <rgm@gnu.org>
12597
12598 * encrypt.el: Require password, rather than autoloading password-read.
12599
12600 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12601
12602 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12603 caller can indicate whether the cache should be disregarded for this
12604 call. This way the result of the call is reproducible at all times and
12605 can be considered a canonical server name for the supplied method.
12606 (gnus-agent-method-p): Canonicalize server names by pushing their
12607 method through `gnus-method-to-server' using the no-cache argument.
12608
12609 * gnus-srvr.el (gnus-server-insert-server-line):
12610 Call `gnus-method-to-server' with `no-cache' argument.
12611
12612 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12613 gnus-agent-possibly-synchronize-flags as this should be called when the
12614 server is actually being opened.
12615 (gnus-agent-possibly-synchronize-flags)
12616 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12617 flags file of an agentized server to the latter function.
12618
12619 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12620 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12621 after a connection has been established successfully.
12622
12623 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12624
12625 * gnus-art.el (article-display-face): Force to display face if called
12626 interactively; check if gnus-article-x-face-too-ugly matches author.
12627 (article-display-x-face): Display face even if From header is missing
12628 as article-display-face does.
12629
12630 2007-11-28 Richard Stallman <rms@gnu.org>
12631
12632 * md4.el: Move to ../.
12633 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12634
12635 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12636
12637 * mail-source.el (mail-sources): Default to fetch from file for
12638 compatibility with default of nnmail-spool-file.
12639
12640 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12641
12642 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12643 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12644 to look for encoded word that should be encoded again.
12645 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12646 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12647 encoding pattern.
12648 (rfc2047-decode-region): Switch strict regexp and loose one according
12649 to rfc2047-allow-irregular-q-encoded-words.
12650
12651 2007-11-26 Simon Josefsson <simon@josefsson.org>
12652
12653 * imap.el: Move to ../net directory.
12654
12655 2007-11-25 Romain Francoise <romain@orebokech.com>
12656
12657 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12658
12659 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12660
12661 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12662 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12663
12664 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12665 `nnmail-spool-file'.
12666
12667 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12668 `nnmail-spool-file'.
12669
12670 * gnus-move.el (gnus-change-server): Ditto.
12671
12672 * gnus-kill.el (gnus-batch-score): Ditto.
12673
12674 * gnus-cache.el (gnus-jog-cache): Ditto.
12675
12676 * gnus-msg.el (gnus-summary-reply):
12677 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12678
12679 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12680
12681 * gnus-cache.el (gnus-cache-generate-nov-databases):
12682 Use nnml-generate-nov-databases-directory instead of
12683 nnml-generate-nov-databases-1.
12684
12685 2007-11-24 Glenn Morris <rgm@gnu.org>
12686
12687 * message.el (message-tool-bar-retro): Update for rename
12688 mail_send.xpm->mail-send.xpm.
12689
12690 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12691
12692 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12693 `smime-ldap-search' for Emacs 22 and up.
12694
12695 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12696
12697 * hashcash.el: Move to ../mail directory.
12698
12699 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12700
12701 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12702 `smime-ldap-search' for Emacs 22 and up.
12703
12704 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12707
12708 * message.el (message-send-mail-function): Fix error convention.
12709 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12710 (message-widen-reply, message-send-mail, message-talkative-question)
12711 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12712 (message-clone-locals, message-send-news): Use with-current-buffer.
12713 (message-insert-or-toggle-importance): Remove unused var `valid'.
12714 (message-make-references): Remove unused var `new-references'.
12715 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12716
12717 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12718
12719 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12720 (spam-split-symbolic-return-positive): Reflow docstring.
12721 (spam-backends, spam-summary-exit-behavior)
12722 (spam-mark-ham-unread-before-move-from-spam-group)
12723 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12724 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12725 (spam-clear-cache, spam-backend-check, spam-install-backend)
12726 (spam-install-statistical-backend, spam-list-of-processors)
12727 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12728 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12729 (spam-check-crm114, spam-initialize, spam-unload-hook):
12730 Fix typos in docstrings.
12731
12732 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12733
12734 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12735 been checked if they have never been read and those group levels are
12736 higher than the one that a user specified.
12737
12738 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12739
12740 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12741 foreign groups unless a group level is specified by a user.
12742 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12743
12744 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12745
12746 * message.el (message-send-mail-function): Require sendmail.
12747
12748 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12749
12750 * message.el (message-send-mail-function): Check for smtpmail too.
12751
12752 * utf7.el (utf7-encode, utf7-decode): Use coding system
12753 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12754
12755 * message.el (message-send-mail-function): New function.
12756 (message-send-mail-function): Set default using
12757 message-send-mail-function. Adjust doc string.
12758 (message-send-mail-with-mailclient): New function.
12759
12760 2007-11-17 Richard Stallman <rms@gnu.org>
12761
12762 * assistant.el: Remove file.
12763
12764 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12765
12766 * smime.el (from):
12767 * rfc2047.el (message-posting-charset):
12768 * qp.el (mm-use-ultra-safe-encoding):
12769 * pop3.el (parse-time-months):
12770 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12771 * nnml.el (files):
12772 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12773 (jka-compr-compression-info-list, ange-ftp-path-format)
12774 (efs-path-regexp):
12775 * nndiary.el (files):
12776 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12777 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12778 (epg-digest-algorithm-alist, inhibit-redisplay)
12779 (password-cache-expiry):
12780 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12781 (pgg-output-buffer, password-cache-expiry):
12782 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12783 (efs-path-regexp):
12784 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12785 (inhibit-redisplay):
12786 * mm-uu.el (file-name, start-point, end-point, entry)
12787 (gnus-newsgroup-name, gnus-newsgroup-charset):
12788 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12789 (latin-unity-ucs-list):
12790 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12791 (mm-uu-binhex-decode-function):
12792 * message.el (gnus-message-group-art, gnus-list-identifiers)
12793 (rmail-enable-mime-composing, gnus-local-organization)
12794 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12795 (gnus-read-active-file, facemenu-add-face-function)
12796 (facemenu-remove-face-function, gnus-article-decoded-p)
12797 (tool-bar-mode):
12798 * mail-source.el (display-time-mail-function):
12799 * gnus-util.el (nnmail-pathname-coding-system)
12800 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12801 (gnus-original-article-buffer, gnus-user-agent)
12802 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12803 (xemacs-codename, sxemacs-codename, emacs-program-version):
12804 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12805 * gnus-start.el (gnus-agent-covered-methods)
12806 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12807 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12808 (gnus-newsgroup-headers, gnus-group-list-mode)
12809 (gnus-group-mark-positions, gnus-newsgroup-data)
12810 (gnus-newsgroup-unreads, nnoo-state-alist)
12811 (gnus-current-select-method, mail-sources)
12812 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12813 (nnmail-spool-file, gnus-cache-active-hashtb):
12814 * gnus-mh.el (mh-lib-progs):
12815 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12816 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12817 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12818 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12819 (gnus-group-buffer):
12820 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12821 (font-lock-set-defaults):
12822 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12823 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12824 (gnus-summary-post-menu, total-parts, type, condition, length):
12825 * gnus-agent.el (gnus-agent-read-agentview):
12826 * flow-fill.el (show-trailing-whitespace):
12827 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12828 eval-and-compile wrappers for byte compiler pacifiers.
12829
12830 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12831 (mm-display-inline-fontify): Check for featurep 'xemacs not
12832 extent-list.
12833
12834 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12835 itimer-list.
12836 (mm-create-image-xemacs): Only do something for XEmacs.
12837 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12838
12839 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12840
12841 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12842 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12843
12844 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12845
12846 * nnimap.el (nnimap-split-download-body):
12847 * gnus-demon.el (gnus-demon):
12848 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12849
12850 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12851
12852 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12853 New macros.
12854 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12855 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12856 copy data from unibyte buffer to multibyte current buffer.
12857 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12858 to copy data from unibyte current buffer to multibyte buffer.
12859 (nntp-make-process-buffer): Make process buffer unibyte.
12860
12861 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12862
12863 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12864
12865 * pop3.el (pop3-open-server): Accept and process data more robustly at
12866 connection start to avoid spurious "POP SSL connection failed" errors.
12867
12868 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12869
12870 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12871 read group names.
12872
12873 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12874
12875 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12876
12877 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12880 (nnmail-save-active): Use a unibyte buffer when saving active file,
12881 which may contain non-ASCII group names.
12882
12883 * nnml.el (nnml-request-group): Decode group names in messages.
12884
12885 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12886
12887 * message.el (message-citation-line-function)
12888 (message-insert-formatted-citation-line): Fix spelling of
12889 `message-insert-formated-citation-line'.
12890
12891 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12892
12893 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12894
12895 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12896
12897 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12898 nnmail-pathname-coding-system.
12899
12900 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12901 that a user enters; decode group names in messages.
12902
12903 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12904
12905 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12906
12907 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12908
12909 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12910
12911 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12912 risky local variable.
12913
12914 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12915
12916 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12917
12918 * encrypt.el: Improve documentation to fix function name typo.
12919 Reported by Daiki Ueno <ueno@unixuser.org>.
12920
12921 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12922
12923 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12924 even if the point is not in the last page of an article.
12925 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12926 back to the previous page.
12927
12928 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12929
12930 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12931
12932 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12933
12934 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12935
12936 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * message.el (message-check-news-body-syntax):
12939 Avoid mm-string-as-multibyte.
12940 (message-hide-headers): Don't assume (point-min)==1.
12941
12942 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12943
12944 * message.el (message-remove-blank-cited-lines): Fix if remove is
12945 given.
12946 (message-bogus-address-regexp): New variable.
12947 (message-bogus-recipient-p): New function.
12948 (message-check-recipients): New command.
12949 (message-syntax-checks): Add `bogus-recipient'.
12950 (message-fix-before-sending): Add `bogus-recipient'.
12951
12952 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12953 (gnus-treat-body-boundary): Don't test window-system.
12954
12955 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12956
12957 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12958
12959 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * gnus.el: Bump version to Gnus v5.13.
12962
12963 2007-10-28 Miles Bader <miles@gnu.org>
12964
12965 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12966 at compile-time too.
12967
12968 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12969
12970 * gnus-msg.el (gnus-message-setup-hook):
12971 Add `message-remove-blank-cited-lines' to options.
12972
12973 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12974
12975 * message.el (message-remove-blank-cited-lines): New function.
12976 Suggested by Karl Plästerer.
12977
12978 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12979
12980 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12981 mapc.
12982
12983 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12984 (top-level): Use mapc to set functions to be traced for debugging.
12985
12986 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12987 called for effect with while loop.
12988
12989 * message.el (message-talkative-question): Replace mapcar called for
12990 effect with mapc.
12991
12992 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12993 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12994 called for effect with dolist.
12995
12996 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12997
12998 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12999 gnus-extra-headers and nnmail-extra-headers.
13000
13001 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13002 called for effect with dolist.
13003 (top-level): Use mapc to set functions to be traced for debugging.
13004
13005 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13006 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13007 dolist.
13008
13009 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13010 Replace mapcar called for effect with mapc.
13011 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13012 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13013 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13014 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13015
13016 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13017 remove-if that's a cl function.
13018
13019 * webmail.el (webmail-debug): Replace mapcar called for effect with
13020 dolist.
13021
13022 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
13023
13024 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13025 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13026 with while loop.
13027
13028 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13029 functions from article-* functions.
13030 (gnus-multi-decode-header): Replace mapcar called for effect with
13031 dolist.
13032
13033 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13034 (gnus-bookmark-show-details): Replace mapcar called for effect with
13035 while loop.
13036
13037 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13038 called for effect with while loop.
13039
13040 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13041 with dolist.
13042
13043 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13044 Replace mapcar called for effect with dolist.
13045
13046 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13047
13048 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13049 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13050 Replace mapcar called for effect with dolist.
13051 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13052 mapc.
13053
13054 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13055 Replace mapcar called for effect with dolist.
13056 (gnus-topic-list): Replace mapcar called for effect with mapc.
13057
13058 * gnus.el: Use mapc instead of mapcar to add autoloads.
13059
13060 2007-10-23 Richard Stallman <rms@gnu.org>
13061
13062 * gnus-group.el (gnus-group-highlight): Mark as risky.
13063
13064 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
13065
13066 * gnus.el (gnus-server-to-method): Return method found first in
13067 gnus-newsrc-alist.
13068
13069 * gnus-art.el (gnus-article-highlight-signature)
13070 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13071 button overlay without the front stickiness.
13072
13073 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
13074
13075 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13076 overview buffer needed a catch to receive its throw.
13077 (gnus-agent-flush-cache): Declare as interactive to make this function
13078 easier to use.
13079
13080 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13081
13082 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13083 `next-line'.
13084
13085 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13086
13087 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13088 exclude address matching message-dont-reply-to-names.
13089
13090 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13091
13092 * gnus-util.el (gnus-string<): New function.
13093
13094 * gnus-sum.el (gnus-article-sort-by-author)
13095 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13096
13097 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13098
13099 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13100 the frame-focus tag is set in gnus-buffer-configuration.
13101
13102 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13103
13104 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13105 the front stickiness.
13106
13107 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13108
13109 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13110 url pattern; remove duplicate one.
13111 (gnus-article-extend-url-button): New function.
13112 (gnus-article-add-buttons): Use it.
13113 (gnus-button-push): Use concatenated url that it makes.
13114
13115 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13116
13117 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13118 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13119
13120 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13121
13122 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13123 Don't hardcode point-min==1.
13124
13125 2007-09-30 David Kastrup <dak@gnu.org>
13126
13127 * gnus-art.el (gnus-article-reply-with-original)
13128 (gnus-article-followup-with-original): When `transient-mark-mode' is
13129 off, refrain from active-region behavior for followups.
13130
13131 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13132
13133 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13134 Fix comment about "iso8859-1".
13135
13136 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13137
13138 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13139 ones returned from the verify-function.
13140
13141 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13142 Call mml2015-extract-cleartext-signature if extraction failed.
13143
13144 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13145
13146 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13147 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13148 failed.
13149
13150 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13151
13152 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13153
13154 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13155
13156 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13157 to mark a thread as expirable. Add variable `hide' to handle hiding of
13158 thread for both the null and zero (kill/expire thread) universal prefix
13159 cases.
13160 (gnus-summary-expire-thread): Add new function to expire a thread,
13161 using gnus-summary-kill-thread.
13162 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13163 shortcuts for gnus-summary-expire-thread.
13164 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13165 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13166
13167 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13168
13169 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13170 extras value, so an extras entry can be deleted.
13171 (gnus-registry-delete-extra-entry): Use it.
13172 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13173 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13174 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13175 storage through the gnus-registry, and provide an appropriate API for
13176 it.
13177
13178 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13179
13180 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13181 Suggested by Leo <sdl.web@gmail.com>.
13182
13183 * gnus.el: Do.
13184
13185 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13186
13187 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13188 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13189
13190 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13191
13192 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13193 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13194
13195 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13196
13197 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13198 newline.
13199 (nnmbox-request-accept-article): Don't change article in source buffer;
13200 narrow to header to use message-fetch-field rather than
13201 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13202 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13203 as delimiters; make sure article ends with newline.
13204 (nnmbox-delete-mail): Correct last position of article to be deleted;
13205 ignore X-Gnus-Newsgroup header in article body.
13206 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13207 positions; make sure article ends with newline.
13208
13209 * message.el (message-display-abbrev): Don't infloop when a user
13210 inserts SPC in the beginning of header.
13211
13212 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13213
13214 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13215 list of groups not followed by default. Fix type to be regexp.
13216 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13217
13218 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13219
13220 * hmac-def.el (define-hmac-function): Switch from old-style to
13221 new-style backquotes.
13222
13223 * md4.el (md4-make-step): Likewise.
13224
13225 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13226
13227 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13228 raw-text coding system when saving .newsrc file, which may contain
13229 non-ASCII group names.
13230
13231 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13232
13233 * gnus-cus.el (gnus-score-extra): New widget.
13234 (gnus-score-extra-convert): New function.
13235 (gnus-score-customize): Use it for Extra.
13236
13237 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13238
13239 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13240 (mml2015-mailcrypt-clear-verify): Use it.
13241 (mml2015-gpg-clear-verify): Use it.
13242 (mml2015-pgg-clear-verify): Use it.
13243 (mml2015-epg-clear-verify): Replace the current part with the output
13244 from GnuPG; don't extract the plaintext by itself.
13245
13246 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13247 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13248 mml2015-clear-verify-function; don't touch the armor headers or
13249 dash-escaped text here.
13250
13251 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13252
13253 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13254 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13255 parts, or application/octet-stream as a last resort.
13256 (gnus-mime-view-part-as-type): Don't toggle display.
13257 (gnus-mime-view-part-as-charset): Don't turn off display before
13258 querying charset.
13259
13260 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13261 stuff to undisplayer function in Emacs.
13262 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13263
13264 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13265 text/calendar parts.
13266
13267 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13268
13269 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13270 decoding text/calendar parts.
13271
13272 * message.el (message-forward-make-body-mime): Always mark body as
13273 having no illegible text; remove signed-or-encrypted argument.
13274 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13275
13276 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13277 (mml-generate-mime-1): Don't encode body if it is specified to be in
13278 raw form; don't make buffer be unibyte when inserting multibyte string.
13279
13280 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13281
13282 * sha1.el: Fix up comment style.
13283 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13284 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13285
13286 * hex-util.el: Fix up comment style.
13287 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13288
13289 * gnus-salt.el: Use with-current-buffer.
13290 (gnus-pick-setup-message): Fix long-standing typo.
13291
13292 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * imap.el (imap-logout-timeout): New variable.
13295 (imap-logout, imap-logout-wait): New functions.
13296 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13297
13298 * nnimap.el (nnimap-logout-timeout): New server variable.
13299 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13300 nnimap-logout-timeout.
13301
13302 * gnus-art.el (gnus-article-summary-command-nosave)
13303 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13304
13305 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13306
13307 * gnus.el (gnus-maximum-newsgroup): New variable.
13308
13309 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13310 according to gnus-maximum-newsgroup.
13311
13312 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13313 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13314 Limit the range of articles according to gnus-maximum-newsgroup.
13315
13316 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13317
13318 * gnus-art.el (gnus-sticky-article): Fix problems described in
13319 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13320 Don't perform gnus-configure-windows here; reuse existing sticky
13321 article buffer.
13322
13323 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13324 it doesn't exist in gnus-article-mode.
13325
13326 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13327
13328 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13329 (gnus-agent-decoded-group-name): New function.
13330 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13331 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13332
13333 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13334
13335 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13336 Add binding for gnus-sticky-article.
13337 (gnus-summary-exit): Don't kill sticky article buffers.
13338
13339 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13340 article buffer.
13341 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13342 (gnus-kill-sticky-article-buffers): New commands.
13343
13344 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13345
13346 * nntp.el (nntp-xref-number-is-evil): New server variable.
13347 (nntp-find-group-and-number): If it is non-nil, don't trust article
13348 numbers in the Xref header.
13349
13350 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13351
13352 * gnus-agent.el (gnus-agent-read-group): New function.
13353 (gnus-agent-flush-group, gnus-agent-expire-group)
13354 (gnus-agent-regenerate-group): Use it.
13355 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13356 nnmail-pathname-coding-system.
13357
13358 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13359
13360 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13361
13362 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13363 that are unread as unread, and also as selected so that information of
13364 marks having been changed by a user may be updated when exiting group.
13365
13366 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13367
13368 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13369
13370 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13371
13372 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13373 calculated ignoring signature parts to gnus-treat-article.
13374
13375 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13376
13377 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13378 a point here in order to keep the window start.
13379 (gnus-insert-mime-security-button): Make a button overlay without the
13380 front stickiness.
13381 (gnus-mime-display-security): Goto the end of a button.
13382
13383 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13384
13385 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13386
13387 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13388 group-name-at-point.
13389 (gnus-group-completing-read): New function that offers decoded
13390 non-ASCII group names for completion.
13391 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13392 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13393 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13394 (gnus-group-fetch-control): Use it.
13395 (gnus-fetch-group): Use group-name-at-point for the initial value
13396 rather than the default value; use gnus-alive-p.
13397
13398 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13399 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13400 (gnus-summary-post-news): Use gnus-group-completing-read.
13401
13402 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13403 (gnus-read-move-group-name): Decode group name for completion.
13404
13405 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13406
13407 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13408 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13409 Yamaoka slightly modified the code).
13410
13411 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13412
13413 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13414 (nnmail-split-incoming): Bind it.
13415
13416 * nnml.el (nnml-group-name-charset): New function.
13417 (nnml-decoded-group-name): Use it; don't decode group name if
13418 nnmail-group-names-not-encoded-p is non-nil.
13419 (nnml-encoded-group-name): New function.
13420 (nnml-group-pathname): Inline nnml-decoded-group-name.
13421 (nnml-request-expire-articles): Decode group name in message.
13422 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13423 nnmail-pathname-coding-system.
13424 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13425 not decoded ones according to nnmail-group-names-not-encoded-p.
13426 (nnml-generate-active-info): Use nnml-encoded-group-name.
13427
13428 2007-08-08 Glenn Morris <rgm@gnu.org>
13429
13430 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13431 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13432 doc-strings and comments.
13433
13434 2007-07-25 Glenn Morris <rgm@gnu.org>
13435
13436 * Relicense all FSF files to GPLv3 or later.
13437
13438 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13439
13440 * gnus-sum.el (gnus-summary-move-article):
13441 Make gnus-summary-respool-article work.
13442
13443 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13444
13445 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13446 string.
13447
13448 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13449
13450 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13451 that should be ignored when comparing distant RSS articles with local
13452 ones.
13453 (nnrss-make-hash-index): New function. Create a hash index according
13454 to the ignored fields.
13455 (nnrss-check-group): Use it.
13456
13457 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13458
13459 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13460
13461 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13462
13463 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13464 the new optional argument ENCODED is non-nil.
13465 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13466 coding system for encoding group name.
13467 (gnus-group-make-rss-group): Pass un-encoded group name to
13468 gnus-group-make-group.
13469 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13470 encoded.
13471
13472 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13473 Encode group name to which articles are moved or copied.
13474 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13475 coding system for encoding Newsgroup, Followup-To and Xref headers.
13476
13477 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13478 marks; use nnheader-file-coding-system to write a file.
13479 (nnagent-retrieve-headers): Bind file-name-coding-system to
13480 nnmail-pathname-coding-system.
13481
13482 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13483
13484 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13485 (nnml-request-article, nnml-request-create-group)
13486 (nnml-request-rename-group, nnml-find-id)
13487 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13488 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13489 (nnml-save-marks): Use nnml-group-pathname instead of
13490 nnmail-group-pathname.
13491
13492 (nnml-request-create-group, nnml-request-expire-articles)
13493 (nnml-request-move-article, nnml-request-delete-group)
13494 (nnml-deletable-article-p, nnml-possibly-create-directory)
13495 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13496 (nnml-open-marks): Bind file-name-coding-system to
13497 nnmail-pathname-coding-system.
13498
13499 (nnml-request-article): Pass server argument to nnml-find-group-number.
13500 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13501 Pass server argument to nnml-possibly-create-directory.
13502 (nnml-request-accept-article): Pass server argument to
13503 nnml-active-number and nnml-save-mail.
13504 (nnml-find-group-number): Pass server argument to nnml-find-id.
13505 (nnml-request-update-info): Pass server argument to
13506 nnml-marks-changed-p.
13507
13508 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13509 (nnml-save-mail, nnml-active-number): Add server argument.
13510
13511 (nnml-request-delete-group): Warn if group is missing.
13512 (nnml-get-nov-buffer): Decode group name.
13513 (nnml-generate-active-info): Encode group name.
13514 (nnml-open-marks): Decode group name in messages.
13515
13516 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13517
13518 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13519 if it is not specified.
13520 (gnus-article-pipe-part, gnus-article-save-part)
13521 (gnus-article-interactively-view-part, gnus-article-copy-part)
13522 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13523 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13524 (gnus-article-replace-part, gnus-article-delete-part)
13525 (gnus-article-view-part-as-type): Pass raw prefix argument to
13526 gnus-article-part-wrapper.
13527
13528 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13529
13530 * gnus-agent.el (gnus-agent-save-active):
13531 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13532
13533 * gnus-cache.el (gnus-cache-save-buffers)
13534 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13535 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13536 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13537 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13538 (gnus-cache-generate-active, gnus-cache-rename-group)
13539 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13540 (gnus-cache-update-overview-total-fetched-for):
13541 Bind file-name-coding-system to nnmail-pathname-coding-system.
13542 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13543 New variables.
13544 (gnus-cache-decoded-group-name): New function.
13545 (gnus-cache-file-name): Use it.
13546 (gnus-cache-generate-active): Use non-decoded group name for active.
13547
13548 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13549 right place.
13550 (gnus-write-active-file): Don't break non-ASCII group names.
13551
13552 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13553 nnmail-pathname-coding-system.
13554
13555 * gnus-uu.el (gnus-uu-decode-save): Typo.
13556
13557 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13558
13559 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13560
13561 2007-07-14 David Kastrup <dak@gnu.org>
13562
13563 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13564 finishing actions if we did not edit the article.
13565
13566 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13567
13568 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13569 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13570 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13571 (gnus-agent-flush-group, gnus-agent-flush-cache)
13572 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13573 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13574 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13575 (gnus-agent-regenerate-group)
13576 (gnus-agent-update-files-total-fetched-for)
13577 (gnus-agent-update-view-total-fetched-for):
13578 Bind file-name-coding-system to nnmail-pathname-coding-system.
13579 (gnus-agent-group-pathname): Don't encode file names by
13580 nnmail-pathname-coding-system.
13581 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13582 coding-system-for-write instead of buffer-file-coding-system to
13583 gnus-agent-file-coding-system.
13584
13585 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13586 Decode group name.
13587
13588 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13589
13590 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13591 (gnus-read-newsrc-el-file): Make group names unibyte.
13592
13593 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13594 nnmail-pathname-coding-system.
13595
13596 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13597 (nnrss-request-delete-group): Bind file-name-coding-system to
13598 nnmail-pathname-coding-system.
13599 (nnrss-read-server-data, nnrss-read-group-data):
13600 Bind file-name-coding-system correctly.
13601 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13602
13603 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13604 (nntp-server-to-method-cache): New variable.
13605 (nntp-group-pathname): New function that decodes non-ASCII group names.
13606 (nntp-possibly-create-directory, nntp-marks-changed-p)
13607 (nntp-save-marks, nntp-open-marks): Use it.
13608 (nntp-possibly-create-directory, nntp-open-marks):
13609 Bind file-name-coding-system to nnmail-pathname-coding-system.
13610 (nntp-open-marks): Decode group names when bootstrapping marks.
13611
13612 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13613 Newsgroups and Followup-To headers.
13614
13615 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13616
13617 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13618 (gnus-server-closed-face, gnus-server-denied-face)
13619 (gnus-server-offline-face): Remove variable.
13620 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13621
13622 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13623 of modifying message-stack directly for XEmacs.
13624
13625 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13626 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13627 if the coding-system argument is nil for XEmacs.
13628
13629 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13630 mm-charset-override-alist.
13631
13632 * rfc2047.el: Don't require base64; require rfc2045 for the function
13633 rfc2045-encode-string.
13634 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13635 to quote the parameter value.
13636
13637 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13638
13639 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13640 form in gnus-group-name-charset-method-alist.
13641
13642 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13643 overrides the default layout edit-form.
13644
13645 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13646
13647 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13648
13649 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13650
13651 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13652 as unfetched articles.
13653
13654 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13655
13656 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13657
13658 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13659
13660 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13661 original back end that keeps marks in the local system.
13662
13663 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13664
13665 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13666 arg of pop-to-buffer for XEmacs.
13667 (gnus-article-read-summary-keys): Ditto; don't restore window
13668 configuration if summary command ends up with neither article buffer
13669 nor summary buffer; describe bindings if summary keys end with C-h.
13670
13671 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * message.el (message-fix-before-sending): Skip raw message part to be
13674 forwarded while checking illegible text.
13675 (message-forward-make-body-mime, message-forward-make-body):
13676 Mark signed or encrypted raw message as having no illegible text.
13677
13678 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13681 (gnus-message-with-timestamp-1): New macro.
13682 (gnus-message-with-timestamp): New function.
13683 (gnus-message): Use them.
13684
13685 * nnheader.el (nnheader-message): Use them.
13686
13687 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13688
13689 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13690 .newsrc.eld file.
13691
13692 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13693
13694 * gnus-agent.el (gnus-agent-fetch-headers)
13695 (gnus-agent-retrieve-headers):
13696 Bind gnus-decode-encoded-address-function to identity.
13697
13698 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13699 available also when the server returns simply a dot.
13700
13701 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13702
13703 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13704
13705 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13706
13707 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13708
13709 * gnus-ems.el (gnus-x-splash): Make it work.
13710
13711 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13712 from being used.
13713
13714 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13715
13716 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13717 the front stickiness.
13718 (gnus-article-summary-command-nosave): Correct the order of the
13719 arguments passed to pop-to-buffer.
13720 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13721 summary command ends up with the article buffer.
13722
13723 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13724 the same faces.
13725
13726 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13727
13728 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13729
13730 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13731
13732 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13733 * gnus-sum.el (gnus-summary-highlight):
13734 * mail-source.el (mail-source-delete-old-incoming-confirm):
13735 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13736
13737 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13738
13739 * gnus-art.el (gnus-mime-view-part-externally)
13740 (gnus-mime-view-part-internally): Fix predicate function passed to
13741 completing-read.
13742
13743 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13744
13745 * gnus.el (gnus-update-message-archive-method): Add :version.
13746
13747 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13748
13749 * gnus.el (gnus-update-message-archive-method): New variable.
13750
13751 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13752 according to gnus-message-archive-method if
13753 gnus-update-message-archive-method is non-nil.
13754
13755 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13756
13757 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13758 Suggested by Loic Dachary <loic@dachary.org>.
13759 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13760
13761 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * message.el (message-pop-to-buffer): Add switch-function argument.
13764 (message-mail): Pass switch-function argument to it.
13765
13766 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13767
13768 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13769 Improve doc string.
13770
13771 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13774 (gnus-header-content):
13775 * gnus-cite.el (gnus-cite-10):
13776 * gnus-srvr.el (gnus-server-closed):
13777 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13778 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13779 (gnus-group-mail-3-empty, gnus-group-mail-low)
13780 (gnus-group-mail-low-empty, gnus-splash):
13781 * message.el (message-header-to, message-header-cc)
13782 (message-header-subject, message-header-other, message-header-name)
13783 (message-header-xheader, message-separator, message-cited-text)
13784 (message-mml): Lighten colors of faces used for dark background.
13785
13786 2007-05-24 Simon Josefsson <simon@josefsson.org>
13787
13788 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13789 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13790
13791 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13792
13793 * message.el (message-narrow-to-headers-or-head):
13794 Ignore mail-header-separator in the body.
13795
13796 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13797
13798 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13799 same as window size.
13800
13801 2007-05-22 Kevin Ryde <user42@zip.com.au>
13802
13803 * message.el (message-font-lock-keywords): Use message-header-xheader
13804 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13805 ahead of the anything pattern, to get it recognized.
13806
13807 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13808
13809 * gnus-sum.el (gnus-articles-to-read)
13810 (gnus-summary-insert-old-articles): Don't truncate group name for
13811 `read-string'.
13812
13813 * gnus-util.el (gnus-limit-string): Delete this function.
13814
13815 * gnus-sum.el (gnus-simplify-subject-fully):
13816 Use `truncate-string-to-width' instead.
13817
13818 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13819
13820 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13821 Tell if, on summary exit, the next group has to be selected.
13822 (gnus-summary-exit): Use it.
13823
13824 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13825
13826 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13827 non-break space.
13828
13829 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13830
13831 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13832 Check if group is not a directory.
13833 (nnfolder-request-expire-articles): Don't delete articles if the target
13834 group is not available.
13835
13836 * nnml.el (nnml-request-create-group): Properly check if group is not a
13837 file.
13838 (nnml-request-expire-articles): Don't delete articles if the target
13839 group is not available.
13840
13841 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13842 Don't quote characters that are within parentheses.
13843
13844 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13845
13846 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13847 (gnus-handle-ephemeral-exit): Select article according to it.
13848
13849 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13850
13851 * message.el (message-insert-formated-citation-line): Remove newline.
13852 (message-citation-line-format): Add final \n here so that the user can
13853 avoid a blank line.
13854
13855 2007-05-03 Dan Christensen <jdc@uwo.ca>
13856
13857 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13858 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13859 Update lanl/arXiv support.
13860
13861 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13862
13863 * gnus.el: Bump version number.
13864
13865 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13866
13867 * gnus.el (gnus-version-number): Bump version.
13868
13869 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13870
13871 * gnus.el: No Gnus v0.6 is released.
13872
13873 2007-04-27 Didier Verna <didier@xemacs.org>
13874
13875 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13876 * gmm-utils.el (gmm-regexp-concat): ... here.
13877 * message.el: Don't require 'gnus-util.
13878 (message-dont-reply-to-names): Handle name change above.
13879 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13880
13881 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13882
13883 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13884 since the initial value varies according to the system.
13885
13886 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13887
13888 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13889
13890 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13891
13892 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13893
13894 2007-04-24 Didier Verna <didier@xemacs.org>
13895
13896 Improve the type of gnus-ignored-from-addresses.
13897 * gnus-util.el (gnus-orify-regexp): New function.
13898 * message.el (gnus-util): Require it.
13899 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13900 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13901 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13902
13903 2007-04-24 Didier Verna <didier@xemacs.org>
13904
13905 * gnus-sum.el:
13906 * gnus-utils.el: Fix some trailing whitespaces.
13907
13908 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13909
13910 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13911 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13912 article's Message-ID; refer parent article in summary buffer.
13913
13914 * message.el (message-bounce): Call mime-to-mml.
13915
13916 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13917
13918 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13919
13920 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13921
13922 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13923 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13924 displayed of multipart/alternative part if it is invoked from summary
13925 buffer.
13926
13927 * mm-view.el (mm-inline-text-html-render-with-w3m)
13928 (mm-inline-text-html-render-with-w3m-standalone)
13929 (mm-inline-render-with-function): Use mail-parse-charset by default.
13930
13931 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13932
13933 * parse-time.el (parse-time-string-chars): Check if CHAR
13934 is less than the length of parse-time-syntax.
13935
13936 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13937
13938 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13939 from gnus-newsgroup-processable.
13940
13941 2007-04-16 Didier Verna <didier@xemacs.org>
13942
13943 * gnus-msg.el (gnus-configure-posting-styles):
13944 Handle message-signature-directory properly with :file syntax.
13945 Reported by "Leo".
13946
13947 2007-04-11 Didier Verna <didier@xemacs.org>
13948
13949 New user option: message-signature-directory.
13950 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13951 * message.el (message-insert-signature): Ditto.
13952 * message.el (message-signature-file): Doc update.
13953 * message.el (message-signature-directory): New.
13954
13955 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13956
13957 * gnus-msg.el (gnus-inews-yank-articles):
13958 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13959
13960 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * message.el (message-yank-original): Make sure cited text ends with
13963 newline; don't exchange point and mark.
13964
13965 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13966
13967 * tls.el (open-tls-stream): Properly handle case where there
13968 is no associated buffer.
13969
13970 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13971
13972 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13973 message-yank-original, make sure (< mark TEXT point).
13974
13975 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13976
13977 * message.el (message-fill-column): New variable.
13978 (message-mode): Use it. Add comment on a possible new hook.
13979
13980 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13981 (nnmail-get-new-mail): Reformat.
13982
13983 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13984
13985 * gmm-utils.el: Fix Commentary.
13986 (gmm-tool-bar-from-list): Fix typo in doc string.
13987
13988 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13989
13990 * message.el (message-yank-original): Don't switch point and mark
13991 unnecessarily to put point and mark as documented.
13992
13993 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13994
13995 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13996 from the message heads.
13997
13998 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13999
14000 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14001 article buffer does not have a window. This may not be the best
14002 solution but is certainly better than setting the start of the null,
14003 that is the current, window.
14004
14005 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
14006
14007 * gnus-draft.el (gnus-draft-setup-hook): New hook.
14008 (gnus-draft-setup): Run it.
14009
14010 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14011 gnus-score-fast-scoring. Allow regexp.
14012 (gnus-score-headers): Use it.
14013
14014 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14015 XEmacs.
14016
14017 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14018 string.
14019 (gnus-button-alist): Also catch `<f1> k ...'.
14020 (gnus-treat-display-x-face): Fix doc string.
14021
14022 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14023
14024 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14025 evaluation of gnus-extended-version to ensure correct generation of the
14026 User-Agent header when message-generate-headers-first is used.
14027
14028 2007-03-24 Simon Josefsson <simon@josefsson.org>
14029
14030 * hashcash.el (hashcash-generate-payment-async): Don't crash if
14031 hashcash-path is nil. Don't call callback with incorrect number of
14032 parameters if val is 0.
14033
14034 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14035
14036 * message.el (message-required-news-headers):
14037 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14038
14039 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
14040
14041 * message.el (message-generate-new-buffers): Change the meaning of the
14042 nil value; add `standard' to the choices; treat t as `unique'; improve
14043 doc string.
14044 (gnus-select-frame-set-input-focus): Autoload.
14045 (message-buffer-name): Search for the existing message buffer if
14046 message-generate-new-buffers is nil or `standard'; treat the value t of
14047 message-generate-new-buffers as `unique'.
14048 (message-pop-to-buffer): Raise the frame already displaying the message
14049 buffer; clear the echo area after querying.
14050 (message-setup): Pass the `continue' argument to compose-mail.
14051 (message-mail): Prefer `switch-function' if it is given; search for the
14052 existing message buffer if the `continue' argument is non-nil; pass
14053 continue and switch-function arguments to compose-mail by way of
14054 message-setup.
14055 (message-mail-other-window): Adjust argument of message-setup.
14056 (message-mail-other-frame): Ditto.
14057
14058 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
14059
14060 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14061 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14062 to turn font-lock on when turning gnus-message-citation-mode on.
14063
14064 2007-03-06 Daiki Ueno <ueno@unixuser.org>
14065
14066 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14067 (mml-smime-function-alist): New variable; add epg as the backend.
14068 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14069 mml-smime- functions instead.
14070 * mm-view.el: Require smime.
14071
14072 2007-03-05 Didier Verna <didier@xemacs.org>
14073
14074 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14075 instead of just inheritance for posting styles.
14076 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14077
14078 2007-02-24 John Paul Wallington <jpw@pobox.com>
14079
14080 * tls.el (tls-certtool-program): Fix custom type.
14081
14082 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14083
14084 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14085 and point-at-eol instead of line-(beginning|end)-position.
14086
14087 * assistant.el (assistant-parse-buffer): Ditto.
14088
14089 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14090
14091 * mml2015.el (mml2015-epg-find-usable-key): New function.
14092 (mml2015-epg-sign): Use it.
14093 (mml2015-epg-encrypt): Use it.
14094
14095 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14096
14097 * message.el (message-make-in-reply-to): Quote name containing
14098 non-ASCII characters. It will make the RFC2047 encoder cause an error
14099 if there are special characters. Reported by NAKAJI Hiroyuki
14100 <nakaji@jp.freebsd.org>.
14101
14102 2007-02-27 Didier Verna <didier@xemacs.org>
14103
14104 Include the group parameters as well as the topic ones in the
14105 inheritance filter process.
14106 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14107 argument GROUP-PARAMS-LIST.
14108 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14109
14110 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14111
14112 * nntp.el (nntp-never-echoes-commands)
14113 (nntp-open-connection-functions-never-echo-commands): New variables.
14114 (nntp-send-command): Use them.
14115
14116 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14117
14118 * mml2015.el (mml2015-epg-verify): Simplify.
14119
14120 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14121
14122 * mml.el (mml-content-disposition-alist): New user option.
14123 (mml-content-disposition): New function.
14124 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14125 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14126
14127 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14128
14129 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14130 verification.
14131
14132 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14133
14134 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14135 articles posted in the last 24 hours.
14136
14137 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14138
14139 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14140
14141 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14142
14143 * nntp.el (nntp-send-command): Don't wait for echoes when
14144 nntp-open-ssl-stream is used.
14145
14146 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14147
14148 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14149 (gnus-message-add-citation-keywords)
14150 (gnus-message-remove-citation-keywords): Remove.
14151 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14152 directly, make the variables in font-lock-defaults buffer-local, add
14153 gnus-message-citation-keywords to them and then update the value of
14154 font-lock-keywords.
14155
14156 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14157
14158 * message.el (message-cite-original-1): Don't call
14159 gnus-article-highlight-citation.
14160
14161 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14162 citations; fix line count.
14163
14164 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14165
14166 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14167 (gnus-message-add-citation-keywords)
14168 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14169 versions of font-lock-add-keywords and font-lock-remove-keywords to
14170 work with XEmacs correctly.
14171
14172 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14173
14174 * gnus-cite.el (gnus-cite-face-list): Set the values of
14175 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14176 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14177 (gnus-message-cite-prefix-regexp): New variable.
14178 (gnus-message-search-citation-line): Use it; protect against long
14179 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14180 the 0th match data for Emacs.
14181 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14182 (gnus-message-add-citation-keywords): Append keywords rather than
14183 prepending; emulate font-lock-add-keywords if it is not available.
14184 (gnus-message-remove-citation-keywords):
14185 Emulate font-lock-remove-keywords if it is not available.
14186
14187 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14188
14189 * message.el (message-cite-prefix-regexp): Set the value of
14190 gnus-message-cite-prefix-regexp.
14191
14192 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14193
14194 * nnweb.el (nnweb-google-parse-1): Update parser.
14195
14196 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14197
14198 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14199
14200 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14201
14202 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14203 regexp.
14204
14205 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14206
14207 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14208 string-to-multibyte.
14209 (uudecode-decode-region-internal): Use it.
14210
14211 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14212
14213 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14214 Fix custom choice.
14215
14216 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14217
14218 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14219
14220 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14221
14222 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14223 `write-region' to respect `mm-inhibit-file-name-handlers'.
14224
14225 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14226
14227 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14228 Use gnus-home-directory instead of "~/" or "$HOME".
14229
14230 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14231
14232 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14233 to mention filename.
14234 Add comments at beginning regarding usage.
14235 (encrypt-write-file-contents): Change interactive so a string is
14236 acceptable. If the file has no associated model, show an error instead
14237 of a nonsense prompt.
14238
14239 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14240
14241 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14242 Thanks to Yoshihiko Yamada for kind notification of this typo.
14243
14244 2007-01-12 Kenichi Handa <handa@m17n.org>
14245
14246 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14247 multibyte buffer.
14248
14249 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14250
14251 * gnus-score.el (gnus-score-fast-scoring): New variable.
14252 (gnus-score-headers): Use it.
14253
14254 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14255
14256 * message.el (message-cite-original-1):
14257 Call gnus-article-highlight-citation if requested.
14258 (message-make-from): Allow name and address as optional arguments.
14259
14260 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14261
14262 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14263 bugs to doc string.
14264 (gnus-button-alist): Add mid\\|message-id.
14265 (gnus-button-fetch-group): Extend for use in
14266 `browse-url-browser-function'.
14267 (gnus-button-url-regexp): Try to catch paired parentheses like in
14268 Wikipedia URLs.
14269
14270 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14271 Suggested by Simon Krahnke <overlord@gmx.li>.
14272
14273 2007-01-13 Romain Francoise <romain@orebokech.com>
14274
14275 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14276 Update copyright.
14277
14278 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14279
14280 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14281
14282 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14283
14284 * gnus-registry.el (gnus-registry-unfollowed-groups)
14285 (gnus-registry-split-fancy-with-parent): Fix documentation.
14286
14287 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14288
14289 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14290 from nnweb groups.
14291
14292 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14293
14294 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14295 Xref urls. Erase buffer before requesting head.
14296
14297 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14298
14299 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14300
14301 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14302 customizable.
14303
14304 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14305
14306 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14307 no signing key is found.
14308 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14309 no encrypting and/or signing key is found.
14310
14311 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14312
14313 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14314
14315 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14316
14317 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14318 headers read from disk with the ones newly found in the current search.
14319 This should no longer cause problems, because the article numbers in
14320 Gmane's `nov.php' output are ignored since the previous change.
14321
14322 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14323
14324 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14325
14326 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14327
14328 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14329
14330 2007-01-01 Romain Francoise <romain@orebokech.com>
14331
14332 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14333
14334 2006-12-31 Steve Youngs <steve@sxemacs.org>
14335
14336 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14337 `define-minor-mode' macro definition expanded properly.
14338 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14339 exclude it there.
14340
14341 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14342 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14343 `fboundp' test.
14344 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14345 This is OK to autoload in (S)XEmacs now.
14346
14347 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14348
14349 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14350 keystroke.
14351 (gnus-summary-limit-to-singletons): Fix typo.
14352
14353 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14354 else fails.
14355
14356 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14357
14358 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14359 docstring.
14360
14361 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14362 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14363 (gnus-summary-insert-dormant-articles): Fix typo in message.
14364
14365 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14366
14367 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14368 nil for XEmacs.
14369 (gnus-message-citation-mode): Don't autoload in XEmacs.
14370
14371 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14372
14373 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14374
14375 * nnimap.el (nnimap-expunge-search-string):
14376 Mention nnimap-search-uids-not-since-is-evil in docstring.
14377
14378 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14379
14380 * spam.el: Revert to make-obsolete-variable because
14381 define-obsolete-variable-alias is not supported in Emacs 21.
14382
14383 * spam.el (spam-ifile-path, spam-ifile-database-path)
14384 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14385 make-obsolete-variable.
14386 (spam-bsfilter-path, spam-bsfilter-program)
14387 (spam-spamassassin-path, spam-spamassassin-program)
14388 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14389 Don't use "path" inappropriately.
14390 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14391 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14392 variable names.
14393
14394 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14395
14396 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14397 summary buffer.
14398
14399 * password.el (password-cache-remove): Use clear-string to burn
14400 password, if available.
14401
14402 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14403
14404 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14405
14406 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14407
14408 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14409 (gnus-message-highlight-citation): Move defcustom here from
14410 gnus-cite.el.
14411 (gnus-message-citation-mode): Autoload.
14412
14413 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14414 checks to make it compile with XEmacs.
14415 (gnus-message-citation-mode): New minor mode.
14416 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14417 (gnus-message-highlight-citation): New variables.
14418 (gnus-message-search-citation-line)
14419 (gnus-message-add-citation-keywords)
14420 (gnus-message-remove-citation-keywords)
14421 (turn-on-gnus-message-citation-mode)
14422 (turn-off-gnus-message-citation-mode): New functions.
14423
14424 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14425
14426 * gnus-cite.el: Enable highlighting of different citation levels in
14427 message-mode.
14428
14429 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14430
14431 * message.el (message-make-fqdn): Fix comment.
14432 (message-bogus-system-names): Add ".local".
14433
14434 * spam.el (spam-ifile-path, spam-ifile-program)
14435 (spam-ifile-database-path, spam-ifile-database)
14436 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14437 Don't use "path" inappropriately.
14438 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14439 strings.
14440 (spam-check-ifile, spam-ifile-register-with-ifile)
14441 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14442 Use new variable names.
14443
14444 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14445 (gnus-treat-display-smileys): Simplify using
14446 gnus-image-type-available-p.
14447
14448 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14449 available.
14450
14451 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14452
14453 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14454 one after turning on the buffer's multibyteness instead of decoding
14455 them directly in the unibyte buffer that causes unexpected conversion
14456 in Emacs 23 (unicode).
14457
14458 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14459
14460 * message.el (message-generate-hashcash): Fix custom type.
14461
14462 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14463
14464 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14465
14466 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14467
14468 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14469 disconnect icons. Add help text.
14470
14471 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14472
14473 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14474 negated to be consistent with the others we handle.
14475
14476 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14477
14478 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14479 version of gnus-summary-buffer to something, so that we can use two
14480 article buffers at the same time.
14481
14482 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14483
14484 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14485 trigger all the extra headers.
14486 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14487 sorting.
14488
14489 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14490
14491 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14492 solid groups.
14493
14494 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14495
14496 * legacy-gnus-agent.el: Add Copyright notice.
14497
14498 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14499
14500 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14501
14502 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14503
14504 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14505
14506 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14507 to make it work reliably in CVS Emacs.
14508 (gnus-summary-limit-strange-charsets-predicate)
14509 (gnus-summary-limit-to-predicate): New functions.
14510
14511 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14512
14513 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14514 specifying array size.
14515 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14516 array if it is too small.
14517 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14518 (gnus-sort-threads-loop): New function.
14519
14520 2006-12-06 Chris Moore <dooglus@gmail.com>
14521
14522 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14523 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14524
14525 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14526
14527 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14528 options.
14529
14530 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14531
14532 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14533 DOS-ing the recipient.
14534
14535 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14536 the headers when creating the mapping to avoid mismappings.
14537 (nnweb-gmane-create-mapping): Always nix out old mapping.
14538
14539 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14540
14541 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14542 and mm-verify-option to never.
14543
14544 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14545
14546 * message.el (message-signed-or-encrypted-p): New function.
14547 (message-forward-make-body): Use it.
14548
14549 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14550 Replace encode-coding-string with mm-encode-coding-string.
14551
14552 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14553
14554 * nneething.el (nneething-decode-file-name):
14555 Replace decode-coding-string with mm-decode-coding-string.
14556
14557 * gnus-int.el (gnus-open-server): Say failed server's name.
14558
14559 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14560
14561 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14562 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14563
14564 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14565 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14566 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14567 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14568 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14569 (gnus-subscribe-newsgroup, gnus-1):
14570 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14571 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14572 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14573 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14574
14575 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14576
14577 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14578 keystroke.
14579 (gnus-summary-limit-to-bodies): Implement headersp.
14580
14581 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14582
14583 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14584
14585 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14586
14587 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14588
14589 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14590
14591 * message.el (message-generate-hashcash): Expand range of values to
14592 include `opportunistic'.
14593 (message-send-mail): Use it.
14594
14595 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14596
14597 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14598 and comment it.
14599
14600 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14601
14602 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14603
14604 * gnus-util.el (gnus-extract-address-components): Improve comment.
14605
14606 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14607
14608 * gnus-util.el (gnus-extract-address-components): Work with address in
14609 which the name portion contains @.
14610
14611 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14612
14613 * gnus.el (gnus-start): Move custom group up.
14614 (gnus-select-method): Don't autoload, but make it available for
14615 `customize-variable'.
14616 (gnus-getenv-nntpserver): Don't autoload.
14617
14618 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14619
14620 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14621
14622 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14623
14624 * message.el (message-sendmail-extra-arguments): New variable.
14625 (message-send-mail-with-sendmail): Use it.
14626
14627 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14628
14629 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14630 mm-with-unibyte-current-buffer to make string unibyte.
14631
14632 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14633 mm-string-as-multibyte.
14634
14635 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14636
14637 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14638 Reported by Werner Koch <wk@gnupg.org>.
14639
14640 2006-11-14 Daiki Ueno <ueno@p360>
14641
14642 * mml2015.el: Autoload epa-select-keys when compiling.
14643
14644 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14645
14646 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14647 message-options.
14648 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14649
14650 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14651
14652 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14653 EasyPG (< 0.0.6).
14654 (mml2015-always-trust): New user option.
14655 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14656 prompt.
14657
14658 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14659
14660 * nntp.el (nntp-authinfo-force): New variable.
14661 (nntp-send-authinfo): Use it.
14662
14663 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14664
14665 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14666 decode encoded words. Improve prompt. Add comment about forwarding.
14667 (message-replacement-char): Move up.
14668
14669 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14670
14671 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14672 instead of gnus-intersection because arguments of gnus-sorted-nunion
14673 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14674
14675 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14676
14677 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14678 (message-simplify-subject-functions):
14679 Enable message-strip-subject-encoded-words by default.
14680
14681 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14682
14683 * message.el (message-strip-subject-encoded-words): New function.
14684 (message-simplify-subject-functions): New variable.
14685 (message-simplify-subject): Use it. Fix typo in doc string.
14686 Support message-strip-subject-encoded-words.
14687
14688 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14689
14690 * gnus-diary.el (gnus-diary-delay-format-function):
14691 * nndiary.el (nndiary-reminders):
14692 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14693
14694 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14695
14696 * gnus-art.el (article-hide-boring-headers): Fetch date from
14697 gnus-original-article-buffer to avoid problems with localized date
14698 strings.
14699
14700 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14701
14702 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14703
14704 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14705
14706 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14707 New variables.
14708 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14709 (mm-charset-synonym-alist): Move some entries to
14710 mm-codepage-iso-8859-list.
14711 (mm-charset-synonym-alist, mm-charset-override-alist):
14712 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14713
14714 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14715
14716 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14717
14718 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14719
14720 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14721 with Emacs 21 and XEmacs.
14722
14723 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14724
14725 * spam.el (spam-parse-address): New function for better parsing,
14726 catching errors, etc.
14727 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14728
14729 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14730
14731 * mm-view.el: Add interactive arg to html2text autoload.
14732
14733 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14734
14735 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14736
14737 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14738
14739 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14740 New variables.
14741 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14742 (mm-charset-synonym-alist): Move some entries to
14743 mm-codepage-iso-8859-list.
14744
14745 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14746
14747 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14748
14749 * message.el (message-citation-line-format)
14750 (message-insert-formated-citation-line): Fix implementation of %E, %N
14751 and %n according to the doc string.
14752
14753 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14754
14755 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14756 Use car-safe to avoid bad parses.
14757
14758 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14759
14760 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14761 names.
14762
14763 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14764
14765 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14766
14767 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14768 header.
14769
14770 * message.el (message-draft-headers): Add Date.
14771 (message-headers-to-generate): Fix typo in docstring.
14772
14773 * nndraft.el (nndraft-required-headers): New variable.
14774 (nndraft-generate-headers): Use it.
14775
14776 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14777
14778 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14779
14780 * gnus-registry.el (gnus-registry-wash-for-keywords)
14781 (gnus-registry-find-keywords): New functions to allow easy searching of
14782 articles that are in the registry.
14783
14784 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14785
14786 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14787 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14788 Reported by Damien Elmes <damien@repose.cx>.
14789
14790 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14791
14792 * gnus.el (gnus-mime): Remove unused custom group.
14793
14794 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14795
14796 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14797 "blank line" when searching for end of armor headers.
14798
14799 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14800
14801 * gmm-utils.el (gmm-write-region): Fix variable name.
14802
14803 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14804
14805 * gmm-utils.el (gmm-write-region): New function based on compatibility
14806 code from `mm-make-temp-file'.
14807
14808 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14809
14810 * nnmaildir.el (nnmaildir--update-nov)
14811 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14812 Use `gmm-write-region'.
14813
14814 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14815
14816 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14817 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14818
14819 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14820
14821 * message.el (message-replacement-char): New variable.
14822 (message-fix-before-sending): Use it.
14823 (message-simplify-subject): New function to remove duplicate code.
14824 (message-reply, message-followup): Use it.
14825
14826 * gnus-sum.el (gnus-summary-make-menu-bar):
14827 Clarify gnus-summary-limit-to-articles.
14828
14829 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * gnus-util.el (gnus-with-local-quit): New macro.
14832
14833 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14834
14835 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14836
14837 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14838 ignore non-string data.
14839
14840 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14841
14842 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14843 non-string data (needs to be done in the registry too).
14844
14845 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14846
14847 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14848 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14849 (gnus-registry-split-fancy-with-parent)
14850 (gnus-registry-fetch-simplified-message-subject-fast)
14851 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14852 Remove text properties on ingress into the registry and when it's saved.
14853 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14854 registry from entries with no groups.
14855
14856 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14857
14858 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14859 function to remove string properties.
14860
14861 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14862
14863 * gmm-utils.el (gmm): Adjust custom version.
14864
14865 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14866 Adjust custom version.
14867
14868 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14869
14870 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14871
14872 * gnus-art.el (gnus-insert-prev-page-button)
14873 (gnus-insert-next-page-button): Simplify. Reformat.
14874
14875 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14876
14877 * gnus-art.el (gnus-insert-prev-page-button)
14878 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14879
14880 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14881
14882 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14883
14884 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14885
14886 * gnus-art.el (gnus-insert-mime-button)
14887 (gnus-insert-mime-security-button):
14888 Apply gnus-article-button-face to MIME and security buttons.
14889
14890 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14891
14892 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14893 readable.
14894
14895 2006-09-20 Steve Youngs <steve@sxemacs.org>
14896
14897 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14898 `browse-url-of-file' instead of `browse-url'.
14899
14900 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14901
14902 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14903 regexp. Articles containing quotation were cut prematurely.
14904
14905 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14906
14907 * message.el (message-cite-original-1): Use nobody by default for the
14908 value of From header.
14909 (message-reply): Ditto.
14910
14911 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14912
14913 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14914 to the gnus-info. This fixes a bug of inline-PGP message verification.
14915 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14916
14917 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14918
14919 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14920 mails in the doc string. Add some URLs in comment.
14921 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14922
14923 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14924
14925 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14926 backslashes handling and the way to find boundaries of quoted strings.
14927
14928 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14929
14930 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14931 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14932 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14933 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14934
14935 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14936
14937 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14938 doc string.
14939 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14940
14941 2006-09-06 Simon Josefsson <jas@extundo.com>
14942
14943 * mml2015.el (mml2015-use): Doc fix, mention epg.
14944
14945 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14946
14947 * mml2015.el (mml2015-use): Default to epg, if available.
14948
14949 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14950
14951 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14952 message-sender.
14953 (mml1991-epg-encrypt): Ditto.
14954 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14955 message-sender.
14956 (mml2015-epg-encrypt): Ditto.
14957
14958 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14959
14960 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14961 several common directories.
14962
14963 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14964
14965 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14966 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14967
14968 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * gnus-art.el (article-decode-encoded-words): Make it fast.
14971
14972 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14975
14976 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14977 in quoted string into `\'.
14978
14979 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14980
14981 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14982 Use standard-syntax-table.
14983
14984 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14985
14986 * gnus-art.el (gnus-decode-address-function): New variable.
14987 (article-decode-encoded-words): Use it to decode headers which are
14988 assumed to contain addresses.
14989 (gnus-mime-delete-part): Remove useless `or'.
14990
14991 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14992 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14993 (gnus-nov-parse-line): Use it to decode From header.
14994 (gnus-get-newsgroup-headers): Ditto.
14995 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14996
14997 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14998 (mail-decode-encoded-address-string): New alias.
14999
15000 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15001 New function.
15002 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15003 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15004 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15005 (rfc2047-decode-string): Ditto.
15006 (rfc2047-decode-address-region): New function.
15007 (rfc2047-decode-address-string): New function.
15008
15009 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
15010
15011 * message.el (message-caesar-buffer-body): Allow rotating headers.
15012
15013 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15014
15015 * message.el (message-insert-formated-citation-line): Fix %f.
15016 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15017
15018 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
15019
15020 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15021 (gnus-bookmark-mouse-available-p): New macro.
15022 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15023 (gnus-bookmark-bmenu-show-infos): Use it.
15024 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15025 (gnus-bookmark-bmenu-hide-infos): Ditto.
15026 (gnus-bookmark-remove-properties): New function.
15027 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15028 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15029 (gnus-bookmark-write-file): Bind coding-system-for-write.
15030 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15031 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15032 group before selecting it.
15033 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15034 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15035 quit-window if it is not available; use gnus-mouse-2 and bind it to
15036 gnus-bookmark-bmenu-select-by-mouse.
15037 (gnus-bookmark-show-details): Remove unused variable `details-list'.
15038 (gnus-bookmark-bmenu-select-by-mouse): New function.
15039
15040 2006-08-13 Romain Francoise <romain@orebokech.com>
15041
15042 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15043 space.
15044
15045 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15046
15047 * compface.el (uncompface): Use binary rather than raw-text-unix.
15048
15049 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
15050
15051 * compface.el (uncompface): Make sure the eol conversion doesn't take
15052 place when communicating with the external programs.
15053 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15054
15055 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
15056
15057 * nnheader.el (nnheader-insert-head): Fix typo in comment.
15058
15059 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15060
15061 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15062 Make it more robust by parsing author and date independently.
15063
15064 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
15065
15066 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15067
15068 2006-07-28 Daiki Ueno <ueno@unixuser.org>
15069
15070 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15071 first matching secret key.
15072 (mml2015-epg-encrypt): Ditto.
15073
15074 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15075 first matching secret key.
15076 (mml1991-epg-encrypt): Ditto.
15077
15078 * mml2015.el (mml2015-encrypt-to-self): New user option.
15079 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15080 mml2015-epg-encrypt-to-self is set.
15081
15082 * mml1991.el (mml1991-encrypt-to-self): New variable.
15083 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15084 mml1991-epg-encrypt-to-self is set.
15085
15086 * mml2015.el (mml2015-signers): New user option.
15087 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15088 (mml2015-epg-encrypt): Allow to select signing keys.
15089
15090 * mml1991.el (mml1991-signers): New variable.
15091 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15092 (mml1991-epg-encrypt): Allow to select signing keys.
15093
15094 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15095
15096 * nnheader.el (nnheader-insert-head): Make it work even if the file
15097 uses CRLF for the line-break code.
15098
15099 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15100
15101 * mml2015.el: Require mml-sec instead of password.
15102 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15103 (mml2015-cache-passphrase): Inherit the default value from
15104 mml-secure-cache-passphrase.
15105 (mml2015-passphrase-cache-expiry): Inherit the default value from
15106 mml-secure-passphrase-cache-expiry.
15107
15108 * mml1991.el: Require mml-sec instead of password.
15109 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15110 (mml1991-cache-passphrase): Inherit the default value from
15111 mml-secure-cache-passphrase.
15112 (mml1991-passphrase-cache-expiry): Inherit the default value from
15113 mml-secure-passphrase-cache-expiry.
15114
15115 * mml-sec.el: Require password.
15116 (mml-secure-verbose): New user option.
15117 (mml-secure-cache-passphrase): New user option.
15118 (mml-secure-passphrase-cache-expiry): New user option.
15119
15120 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15121 Andreas Vögele <andreas@altroot.de> (tiny change)
15122
15123 * pgg-def.el (pgg-truncate-key-identifier):
15124 Truncate the key ID to 8 letters from the end.
15125
15126 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15127
15128 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15129 workaround for the url package included with Emacs.
15130
15131 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15132
15133 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15134
15135 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15136 correctly. This fixes a bug caused by the 2006-05-12 change.
15137
15138 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15139
15140 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15141 some information about the error when saying that the `bogus' mail
15142 group will be used.
15143
15144 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15145
15146 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15147 string.
15148
15149 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15150
15151 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15152
15153 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15154
15155 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15156
15157 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15158
15159 * mml1991.el (mml1991-function-alist): Add epg.
15160 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15161 (mml1991-epg-encrypt): New functions.
15162
15163 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15164
15165 * mml2015.el (mml2015-verbose): New variable.
15166 (mml2015-cache-passphrase): Ditto.
15167 (mml2015-passphrase-cache-expiry): Ditto.
15168 (mml2015-function-alist): Add epg.
15169 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15170 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15171 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15172 New functions.
15173
15174 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15175
15176 * message.el (message-cite-original-1): Preserve region when removing
15177 quoted text due to X-No-Archive in order to avoid bogus attribution
15178 when citing multiple messages.
15179
15180 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15181
15182 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15183 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15184
15185 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15186
15187 * gnus-diary.el (gnus-user-format-function-d)
15188 (gnus-user-format-function-D): Autoload.
15189
15190 * imap.el (Commentary): Fix typo.
15191
15192 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15193 2006-04-22 contribution.
15194
15195 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15196
15197 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15198 It didn't really fix the bogosity I'm seeing with solid web groups.
15199
15200 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15201
15202 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15203 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15204 created using server names. If we use the feature without declaring
15205 it, Gnus does not properly manage server and group state.
15206
15207 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15208 bound.
15209
15210 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15211
15212 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15213 looking up the method using GROUP's prefix before inventing a new one.
15214 It is used on killed/unknown groups in various places where returning
15215 an all-new method isn't expected by the caller.
15216
15217 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15218 and match semantics of gnus-group-real-prefix.
15219
15220 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15221
15222 * nnmail.el (nnmail-broken-references-mailers): New variable.
15223 (nnmail-ignore-broken-references): New function generalizing
15224 nnmail-fix-eudora-headers.
15225 (nnmail-fix-eudora-headers): Now obsolete.
15226
15227 * gnus-art.el (gnus-button-handle-custom):
15228 Support `customize-apropos*'.
15229
15230 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15231
15232 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15233
15234 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15235 articles.
15236
15237 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15238
15239 * message.el (message-cite-reply-above): New variable.
15240 (message-yank-original): Use it.
15241
15242 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15243
15244 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15245
15246 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15247
15248 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15249 as read.
15250
15251 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15252
15253 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15254
15255 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15256 (gnus-bookmark-default-file): Use gnus-directory.
15257 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15258 Remove "*" in doc string.
15259 (gnus-bookmark-write-file): Simplify.
15260 (gnus-bookmark-maybe-sort-alist): Use `when'.
15261 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15262 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15263 Add FIXME about Emacs 21 and XEmacs compatibility.
15264 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15265 compatibility.
15266 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15267 compatibility.
15268 (gnus-bookmark-menu-heading): Fix version.
15269
15270 2006-06-19 Bastien Guerry <bzg@altern.org>
15271
15272 * gnus-bookmark.el: New file.
15273
15274 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15275
15276 * message.el (message-syntax-checks): Doc fix.
15277
15278 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15279
15280 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15281 unsubscribed groups as if they were killed ones. It causes duplicate
15282 entries in gnus-newsrc-alist.
15283
15284 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15285
15286 * message.el (message-syntax-checks): Doc fix.
15287 (message-send-mail): Add check for continuation headers.
15288 (message-check-news-header-syntax): Fix regexp used to check for
15289 continuation headers.
15290
15291 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15292
15293 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15294
15295 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15296
15297 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15298
15299 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15300
15301 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15302 default-truncate-lines.
15303
15304 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15305
15306 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15307 to fill the utf-8 entry.
15308
15309 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15310
15311 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15312
15313 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15314
15315 * gnus-agent.el (directory-files-and-attributes): Move all the way
15316 forward (the third and final move).
15317 (gnus-agent-read-agentview): Trap reconstruction errors due to
15318 nonexistent directory. Handle by returning nil.
15319
15320 2006-05-30 Didier Verna <didier@xemacs.org>
15321
15322 * message.el (message-dont-reply-to-names): Update the custom type.
15323 * message.el (message-dont-reply-to-names): New defsubst: potentially
15324 convert a list of regexps into a single one.
15325 * message.el (message-get-reply-headers): Use it.
15326 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15327
15328 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15329
15330 * gnus-agent.el (directory-files-and-attributes): Move forward.
15331
15332 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15333
15334 * gnus-ml.el (gnus-mailing-list-subscribe)
15335 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15336 (gnus-mailing-list-message): Fix doc strings.
15337
15338 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15339
15340 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15341 of doing it manually.
15342
15343 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15344
15345 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15346 comment.
15347
15348 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15349
15350 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15351 (gnus-agent-read-agentview): Fix handling of end-of-file error.
15352 (gnus-agent-read-local): All symbols allocated in my-obarray.
15353 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15354 (gnus-agent-regenerate-group): Check numeric names to see if they are
15355 messages or groups.
15356 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15357 better way of do this...)
15358
15359 * gnus-cache.el (gnus-agent-total-fetched-for):
15360 Ignore 'dummy.group' (there should be a better way of do this...)
15361
15362 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15363
15364 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15365 (gnus-saved-headers): Ditto.
15366 (gnus-default-article-saver): Mention functions may have properties.
15367 (gnus-article-save): Override gnus-save-all-headers and
15368 gnus-saved-headers by :headers property which saver function may have.
15369 (gnus-summary-save-in-file): Add :headers property.
15370 (gnus-summary-write-to-file): Ditto.
15371
15372 * gnus-sum.el (gnus-summary-save-article): Bind
15373 gnus-prompt-before-saving to t when saving many articles in a file;
15374 always show all headers.
15375
15376 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15377
15378 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15379 marks.
15380
15381 * message.el (message-indent-citation): Add optional arguments to allow
15382 using it outside of message buffers.
15383
15384 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15385 (gnus-article-treat-unfold-headers): Use it.
15386 (gnus-article-truncate-lines): New variable.
15387 (gnus-article-mode): Use it.
15388 (gnus-article-toggle-truncate-lines): New function.
15389
15390 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15391 Add gnus-article-toggle-truncate-lines.
15392
15393 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15394 coding system in XEmacs, use binary.
15395
15396 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15397
15398 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15399 after-load-alist.
15400
15401 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15402 this function should save decoded articles.
15403 (gnus-summary-write-to-file): Use property to specify this function
15404 should save decoded articles and specify gnus-summary-save-in-file
15405 should be used to save articles other than the first one when saving
15406 many articles.
15407 (gnus-summary-save-body-in-file): Use property to specify this
15408 function should save decoded articles.
15409 (gnus-summary-write-body-to-file): Use property to specify this
15410 function should save decoded articles and specify
15411 gnus-summary-save-body-in-file should be used to save articles other
15412 than the first one when saving many articles.
15413
15414 * gnus-sum.el (gnus-summary-save-article): Simplify.
15415
15416 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15417
15418 * gnus-art.el (gnus-default-article-saver):
15419 Add gnus-summary-write-body-to-file.
15420 (gnus-article-save-coding-system): Don't use coding system object
15421 in XEmacs.
15422 (gnus-read-save-file-name): Add optional `dir-var' argument which
15423 specifies directory in which files are saved; work even if optional
15424 `variable' argument is not specified.
15425 (gnus-summary-write-to-file): Read file name.
15426 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15427 (gnus-summary-write-body-to-file): New function.
15428
15429 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15430 (gnus-summary-local-variables): Add it.
15431 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15432 (gnus-summary-save-article): Remove optional `decode' argument;
15433 determine whether to decode articles by the value of
15434 gnus-default-article-saver; when saving many files using
15435 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15436 it first and use gnus-summary-save-in-file or
15437 gnus-summary-save-body-in-file thereafter unless
15438 gnus-prompt-before-saving is always; move point to article which
15439 will be saved.
15440 (gnus-summary-save-article-file): Revert.
15441 (gnus-summary-write-article-file): Revert.
15442 (gnus-summary-save-article-body-file): Revert.
15443 (gnus-summary-write-article-body-file): New function.
15444
15445 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15446
15447 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15448
15449 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15450
15451 * gnus-art.el (gnus-default-article-saver): Doc fix.
15452 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15453 from gnus-summary-save-article-coding-system, and default to a
15454 certain coding system.
15455 (gnus-output-to-file): Add coding cookie and encode text according
15456 to gnus-article-save-coding-system; don't use mm-append-to-file.
15457
15458 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15459 gnus-art.el and rename to gnus-article-save-coding-system.
15460 (gnus-summary-save-article): Require gnus-art; don't show all
15461 headers if it decodes articles; don't add coding cookie here;
15462 don't bind mm-text-coding-system-for-write.
15463 (gnus-summary-save-article-file): Save decoded articles.
15464 (gnus-summary-write-article-file): When saving many files, use
15465 gnus-summary-write-to-file first and gnus-summary-save-in-file
15466 thereafter unless gnus-prompt-before-saving is always.
15467 (gnus-summary-save-article-body-file): Save decoded articles.
15468
15469 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15470
15471 * nnrss.el (nnrss-check-group): Bind hash-index.
15472
15473 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15474
15475 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15476 its hash index. Store this hash in `nnrss-group-data'.
15477 (nnrss-read-group-data): Update accordingly.
15478
15479 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15480
15481 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15482 entry.
15483
15484 * gnus-sum.el (gnus-summary-make-menu-bar):
15485 Add gnus-article-browse-html-article.
15486
15487 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15488
15489 * gnus-sum.el (gnus-summary-mime-map):
15490 Add gnus-article-browse-html-article.
15491
15492 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15493
15494 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15495 suitable coding systems in customize.
15496
15497 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15498
15499 * mail-source.el (mail-sources): Fix custom type.
15500
15501 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15502
15503 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15504 (gnus-summary-expire-articles-now): Shorten prompt.
15505
15506 * gmm-utils.el (wid-edit): Require.
15507 (defun-gmm): Rename from `gmm-defun-compat'.
15508 (gmm-image-search-load-path): Use it.
15509 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15510
15511 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15512
15513 * gnus-sum.el (gnus-summary-save-article-coding-system):
15514 New variable.
15515 (gnus-summary-save-article): Add optional `decode' argument.
15516 If it is set and gnus-summary-save-article-coding-system is non-nil,
15517 save decoded article.
15518 (gnus-summary-write-article-file): Save decoded article if
15519 gnus-summary-save-article-coding-system is non-nil.
15520
15521 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15522 type.
15523
15524 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15525
15526 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15527
15528 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15531 first to test gnus-single-article-buffer which may be buffer-local.
15532
15533 * gnus-sum.el (gnus-summary-setup-buffer):
15534 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15535 group; make gnus-article-buffer, gnus-article-current, and
15536 gnus-original-article-buffer always buffer-local.
15537 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15538 group.
15539 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15540
15541 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15542
15543 * nnml.el (nnml-request-compact-group): Compressed files might not
15544 have .gz extension.
15545
15546 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15549 (mm-copy-to-buffer): Use with-current-buffer.
15550 (mm-display-part): Simplify.
15551 (mm-inlinable-p): Add optional arg `type'.
15552
15553 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15554
15555 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15556 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15557 Try harder to show the attachment internally or externally using
15558 gnus-mime-view-part-as-type.
15559
15560 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15561
15562 * message.el (message-from-style, message-signature-separator)
15563 (message-user-organization-file, message-send-mail-function)
15564 (message-citation-line-function, message-yank-prefix)
15565 (message-indent-citation-function, message-signature)
15566 (message-signature-file, message-signature-insert-empty-line):
15567 Remove autoloads.
15568
15569 * gnus-art.el (gnus-buttonized-mime-types):
15570 Remove "multipart/signed". Revert 2006-04-26 change.
15571
15572 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15573
15574 * gnus.el (gnus-version-number): Bump version.
15575
15576 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15577
15578 * gnus.el: No Gnus v0.5 is released.
15579
15580 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15581
15582 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15583 fetching articles by message-id.
15584
15585 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15586
15587 * message.el (hashcash): Require hashcash as normal.
15588
15589 * ecomplete.el (ecomplete-highlight-match-line):
15590 Use point-at-eol.
15591 (ecomplete-highlight-match-line): Use `highlight', because that
15592 face exists in both Emacs and XEmacs.
15593
15594 * message.el (message-display-abbrev): Use point-at-bol.
15595
15596 * mail-source.el: Don't require timer/timer-funcs.
15597
15598 * gnus-async.el: Ditto.
15599
15600 * password.el: Ditto.
15601
15602 * mm-url.el: Ditto.
15603
15604 * mm-util.el: Require timer/timer-funcs.
15605
15606 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15607
15608 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15609 Close.
15610
15611 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15612
15613 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15614 unibyte after clear-decrypt function runs.
15615
15616 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15617 returns as a unibyte string.
15618
15619 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15620
15621 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15622 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15623 (mml1991-pgg-encrypt): Ditto.
15624
15625 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15626
15627 * message.el (message-user-organization-file): Check several
15628 locations of the organization file.
15629
15630 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15631 Add gnus-article-view-part-as-type.
15632
15633 * gnus-art.el (gnus-article-view-part-as-type): New function.
15634
15635 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15636 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15637
15638 * mml.el: Simplify autoload.
15639 (mml-mode): defvar dnd-protocol-alist instead of using
15640 symbol-value.
15641 (mml-default-directory): New variable.
15642 (mml-minibuffer-read-file): Use it.
15643 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15644
15645 * message.el (message-citation-line-format): New variable.
15646 (message-insert-formated-citation-line): New function.
15647 (message-citation-line-function):
15648 Add `message-insert-formated-citation-line' to custom type.
15649
15650 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15651 to doc string.
15652
15653 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15654 depending on mm-verify-option.
15655
15656 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15657
15658 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15659 binding pgg-* variables; reimplement the section which prevents
15660 MIME header from being signed.
15661 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15662 pgg-text-mode; remove a blank line at the top of body.
15663
15664 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15665 lines at the top of body; use gnus-newsgroup-charset if there's no
15666 Charset header.
15667
15668 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15669
15670 * message.el (message-self-insert-commands): Doc fix.
15671
15672 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15673 (mm-uu-pgp-encrypted-test): Ditto.
15674 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15675 between header and body; return application/pgp-encrypted handle
15676 if decryption failed; decode decrypted body by charset.
15677
15678 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15679 element match to application/pgp-*.
15680
15681 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15682
15683 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15684 HTML.
15685
15686 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15687
15688 * mail-source.el (mail-source-call-script): Message the error
15689 string.
15690
15691 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15692
15693 * gnus-util.el (gnus-byte-compile): Use it.
15694
15695 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15696
15697 * gnus-util.el (kill-empty-logs): New function.
15698
15699 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15700
15701 * message.el (message-mail-alias-type): Doc fix.
15702 (message-mail-alias-type-p): New function.
15703 (message-send): Use it.
15704 (message-mode): Ditto.
15705 (message-strip-forbidden-properties): Ditto.
15706
15707 * ecomplete.el (ecomplete-database-file-coding-system):
15708 New variable.
15709 (ecomplete-save): Use it.
15710 (ecomplete-setup): Use it.
15711
15712 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15713
15714 * message.el (message-self-insert-commands): New variable.
15715 (message-strip-forbidden-properties): Use it.
15716
15717 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15718
15719 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15720 that doesn't make XEmacs choke.
15721
15722 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15723
15724 * gnus-util.el (gnus-replace-in-string):
15725 Prefer replace-regexp-in-string over of replace-in-string.
15726
15727 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15728
15729 * gnus-util.el (gnus-select-frame-set-input-focus):
15730 Use select-frame-set-input-focus if it is available in XEmacs; use
15731 definition defined in Emacs 22 for old Emacsen.
15732
15733 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15734
15735 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15736
15737 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15738
15739 * gnus-registry.el (gnus-registry-cache-save): Remove text
15740 properties when saving via the temp buffer.
15741
15742 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15743
15744 * message.el (message-generate-hashcash): Honor custom type.
15745
15746 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15747
15748 * message.el (message-generate-hashcash): Default to non-nil when
15749 hashcash is found.
15750
15751 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15752 (gnus-refer-thread-limit): Increase default to 500.
15753
15754 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15755
15756 * flow-fill.el (fill-flowed): Allow delete-space.
15757
15758 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15759
15760 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15761 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15762 Remove autoloads.
15763
15764 2006-04-18 Simon Josefsson <jas@extundo.com>
15765
15766 * message.el (message-generate-hashcash): Default to.
15767
15768 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15769
15770 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15771 concatenating segments rather than before concatenating them.
15772
15773 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15774
15775 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15776
15777 * imap.el (imap-quote-specials): New function.
15778 (imap-login-auth): Quote specials.
15779
15780 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15781
15782 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15783
15784 * message.el (message-forward-make-body-plain):
15785 Allow message-forward-ignored-headers to be a list.
15786 (message-remove-ignored-headers): Factor out into function.
15787 (message-forward-make-body-mml): Use it.
15788 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15789 (rfc2231-parse-string): Allow concatanation of parameters that
15790 aren't contiguous. The test case is
15791 (mail-header-parse-content-type "message/external-body;
15792 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15793 access-type=LOCAL-FILE;
15794 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15795
15796 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * nntp.el (nntp-accept-process-output): Return the value of
15799 `nnheader-accept-process-output'.
15800
15801 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15802
15803 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15804 (gnus-button-alist): Recognize more diff formats.
15805 (gnus-button-patch): Strip directory.
15806
15807 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15808
15809 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15810 Emacs 22 when setting focus.
15811
15812 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15813
15814 * gnus-art.el (gnus-article-treat-types): Do treatment of
15815 text/x-verbatim parts.
15816 (gnus-button-patch): New command.
15817
15818 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15819 addresses that contain invalid characters.
15820
15821 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15822
15823 * message.el (message-put-addresses-in-ecomplete):
15824 Use gnus-replace-in-string.
15825 (message-is-yours-p): Use the more correct
15826 mail-header-parse-address instead of
15827 mail-extract-address-components.
15828 (message-put-addresses-in-ecomplete): Fix typo.
15829
15830 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15831 keystroke.
15832
15833 * gnus-art.el (gnus-treatment-function-alist): Change order of
15834 newsgroups/generic header folding to avoid double-folding.
15835
15836 * message.el (message-hidden-headers): Add X-Draft-From.
15837
15838 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15839 New command.
15840 (gnus-summary-repeat-search-article-backward): New command.
15841
15842 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15843 groups in the parent topic.
15844
15845 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15846
15847 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15848 (spam-extra-header-to-number): Return the CRM114 number as a
15849 number instead of a string.
15850
15851 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15852
15853 * gnus-art.el (gnus-face-properties-alist): Move here from
15854 gnus-fun.
15855
15856 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15857
15858 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15859
15860 * message.el (message-strip-forbidden-properties): Only display on
15861 self-insert-command.
15862
15863 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15864 reindent.
15865 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15866
15867 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15868
15869 * smiley.el (smiley-style): Fix typo.
15870
15871 2006-03-23 Kenichi Handa <handa@m17n.org>
15872
15873 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15874 instead of set-buffer-multibyte.
15875
15876 2006-03-23 Kenichi Handa <handa@m17n.org>
15877
15878 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15879 buffer and then decode the buffer text if necessary.
15880 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15881 first, and after mm-encode-body, change the buffer to unibyte.
15882
15883 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15884
15885 * hashcash.el (hashcash-insert-payment-async-2):
15886 Use message-goto-eoh instead of doing it manually.
15887 (mail-add-payment): Use message-narrow-to-header instead of trying
15888 to do the same itself.
15889
15890 * message.el (message-hidden-headers): Add Face.
15891
15892 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15893 reparenting code.
15894 (gnus-summary-reparent-children): Refactored out code.
15895 (gnus-summary-thread-map): New keystroke.
15896 (gnus-summary-reparent-children): Make into command.
15897
15898 * smiley.el (smiley-style): Default to `medium' if using a large
15899 font.
15900
15901 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15902 does it itself.
15903
15904 * message.el (message-point-in-header-p): Simplify definition.
15905
15906 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15907
15908 * nnagent.el (nnagent-request-set-mark): Silence log file
15909 writing.
15910 (nnagent-request-set-mark): Use write-region instead of
15911 append-to-file.
15912
15913 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15914 strange select method.
15915
15916 * ecomplete.el (ecomplete-display-matches): Get highlightling
15917 right.
15918 (ecomplete-display-matches): Use literals.
15919 (ecomplete-display-matches): Disable message logging.
15920
15921 * message.el (message-display-abbrev): Small optimization.
15922
15923 * ecomplete.el (ecomplete-display-matches): Allow automatic
15924 display.
15925
15926 * message.el (message-strip-forbidden-properties):
15927 Display abbrevs.
15928 (message-display-abbrev): Get automatic display right.
15929
15930 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15931 keystrokes.
15932
15933 2006-04-13 Romain Francoise <romain@orebokech.com>
15934
15935 TODO: Backport to v5-10!
15936
15937 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15938 Move here (and rename) from gnus-registry.el.
15939
15940 * gnus-registry.el: Require gnus-util.
15941 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15942
15943 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15944
15945 * gnus-group.el (gnus-group-catchup-current):
15946 Change if-then-else-if-then-else into cond.
15947 (gnus-group-catchup): Indent.
15948 (group-name-at-point): New function.
15949 (gnus-fetch-group): Provide default from thing at point.
15950
15951 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15952
15953 * message.el (message-display-abbrev): Fix regexp.
15954
15955 * ecomplete.el (ecomplete-highlight-match-line):
15956 Reimplement choosing.
15957 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15958 dead variables.
15959
15960 * message.el (message-newline-and-indent): Remove debugging.
15961 (message-display-abbrev): Use new implementation.
15962
15963 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15964
15965 * gnus-art.el (gnus-article-mode):
15966 Set cursor-in-non-selected-windows to nil.
15967
15968 * smiley.el: Revert previous change.
15969 (smiley-data-directory): defvar it before using it in the
15970 defcustom of `smiley-style'.
15971
15972 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15973
15974 * message.el (message-newline-and-indent): New function.
15975
15976 * ecomplete.el: Implement more bits.
15977
15978 * message.el (message-put-addresses-in-ecomplete): Clean up the
15979 string.
15980
15981 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15982
15983 * gnus-sum.el (gnus-summary-save-parts):
15984 Bind gnus-summary-save-parts-counter and use it to make unique file
15985 names.
15986
15987 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15988
15989 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15990 parameter to say whether to actually parse the individual
15991 addresses.
15992
15993 * message.el (message-put-addresses-in-ecomplete): New function.
15994 (ecomplete): Require.
15995 (message-mail-alias-type): Add ecomplete as an option.
15996
15997 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
15998
15999 * flow-fill.el (fill-flowed): Remove trailing space from blank
16000 quoted lines.
16001
16002 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16003
16004 * smiley.el (smiley-style): Move definition later to avoid a
16005 compilation warning.
16006
16007 2006-04-12 Kenichi Handa <handa@m17n.org>
16008
16009 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16010 buffer and then decode the buffer text if necessary.
16011 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16012 first, and after mm-encode-body, change the buffer to unibyte.
16013 Use mm-disable-multibyte instead of set-buffer-multibyte.
16014
16015 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
16016
16017 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16018 Content-Type header instead of Content-Disposition header.
16019 (gnus-mime-inline-part): Ditto.
16020 (gnus-mime-view-part-as-charset): Ignore charset that the part
16021 specifies.
16022
16023 * mm-decode.el (mm-display-part): Work with external parts and
16024 usual parts similarly.
16025
16026 * mm-extern.el (mm-inline-external-body): Use mm-display-part
16027 instead of gnus-display-mime.
16028
16029 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16030 instead of with-temp-buffer.
16031
16032 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16033 tag to summarized topics part in order to encode non-ASCII text.
16034
16035 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16036
16037 * smiley.el (smiley-style): New variable.
16038 (smiley-directory): New function.
16039 (smiley-data-directory): Derive from `smiley-style' using
16040 `smiley-directory'.
16041 (smiley-regexp-alist): Add new entries.
16042
16043 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16044 (gnus-article-browse-delete-temp): Add :version.
16045
16046 2006-04-11 Arne Jørgensen <arne@arnested.dk>
16047
16048 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16049 the sieve region.
16050
16051 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16052
16053 * gnus.el (gnus-version-number): Bump version.
16054
16055 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
16056
16057 * gnus.el: No Gnus v0.4 is released.
16058
16059 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16060
16061 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16062 layout.
16063
16064 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16065 unknown charset.
16066
16067 * message.el (message-header-synonyms): Add Original-To to the
16068 default.
16069
16070 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16071 optional parameter.
16072
16073 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
16074
16075 * gnus-fun.el (gnus): Require it for gnus-directory.
16076
16077 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
16078
16079 * gnus-fun.el (gnus-face-properties-alist): Add :version.
16080
16081 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16082
16083 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16084
16085 2006-04-05 Simon Josefsson <jas@extundo.com>
16086
16087 * password.el (password-reset): New function.
16088
16089 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16090
16091 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16092 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16093
16094 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16095
16096 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16097 Some whitespace was matched into the url, which broke browsing hits
16098 > 100 when mm-url-use-external was nil.
16099
16100 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16101
16102 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16103 Check gnus-extra-headers for 'Newsgroups.
16104
16105 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16106 bound.
16107
16108 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16109
16110 * pgg-gpg.el: Clean up process buffers every time gpg processes
16111 complete.
16112
16113 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16114
16115 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16116 doc string.
16117
16118 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16119
16120 * pgg-gpg.el (pgg-gpg-process-filter)
16121 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16122
16123 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16124 lines, temporary fix.
16125
16126 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16127
16128 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16129
16130 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16131
16132 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16133 default-enable-multibyte-characters. This reverts the change from
16134 revision 6.17 which is no longer necessary because the passphrase
16135 is sent separately now. GnuPG messages are unreadable under
16136 multibyte locales with default-enable-multibyte-characters set to
16137 nil.
16138
16139 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16140
16141 * message.el (message-tool-bar-gnome): Move "spell".
16142
16143 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16144
16145 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16146 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16147 instead.
16148
16149 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16150
16151 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16152 Improve newsgroups handling for NNTP overviews which don't include
16153 Newsgroups.
16154
16155 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16156
16157 * message.el (message-resend): Bind message-generate-hashcash to nil.
16158
16159 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16160
16161 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16162 when searching for already-paid recipients.
16163
16164 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16165
16166 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16167 passphrases when it is not needed.
16168 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16169 passphrase stuff from gpg, should only be necessary when you use
16170 gpg with a smartcard.
16171
16172 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16173
16174 * mml.el (mml-insert-mime): Ignore cached contents of
16175 message/external-body part.
16176
16177 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16178 (mm-insert-part): Ditto.
16179
16180 2006-03-23 Simon Josefsson <jas@extundo.com>
16181
16182 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16183 Reiner.
16184 (pgg-gpg-use-agent-p): Use it again.
16185
16186 2006-03-23 Simon Josefsson <jas@extundo.com>
16187
16188 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16189 older emacsen.
16190 (pgg-gpg-use-agent-p): Don't use it.
16191
16192 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16193
16194 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16195 if we can.
16196
16197 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16198
16199 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16200 (pgg-gpg-update-agent): New function.
16201 (pgg-gpg-use-agent-p): New function.
16202 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16203 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16204 (pgg-gpg-sign-region): Use it.
16205
16206 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16207
16208 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16209 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16210
16211 2006-03-21 Simon Josefsson <jas@extundo.com>
16212
16213 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16214 <wilde@sha-bang.de>.
16215 (pgg-gpg-use-agent): New variable.
16216 (pgg-gpg-process-region): Use it.
16217 (pgg-gpg-encrypt-region): Likewise.
16218 (pgg-gpg-encrypt-symmetric-region): Likewise.
16219 (pgg-gpg-decrypt-region): Likewise.
16220 (pgg-gpg-sign-region): Likewise.
16221 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16222
16223 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16224
16225 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16226
16227 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16228 Add comment on version.
16229
16230 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16231
16232 * smiley.el: Add missing test smiley.
16233
16234 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16235
16236 * mm-decode.el (mm-with-part): New macro.
16237 (mm-get-part): Use it; work with message/external-body as well.
16238 (mm-save-part): Treat name and filename equally.
16239
16240 * mm-extern.el (mm-extern-cache-contents): New function.
16241 (mm-inline-external-body): Use it; force the part to be displayed;
16242 move undisplayer added to the cached handle to the parent.
16243
16244 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16245 (gnus-mime-view-part-as-type): Work with message/external-body.
16246
16247 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16248
16249 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16250
16251 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16252 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16253 Emacs.]
16254
16255 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16256
16257 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16258 path rather than symbol. Always return list of directories.
16259 Guarantee that image directory comes first. [Sync with image.el,
16260 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16261
16262 * message.el (message-make-tool-bar): Adjust to new API of
16263 `gmm-image-load-path-for-library'.
16264
16265 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16266
16267 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16268
16269 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16270
16271 * gnus-art.el (gnus-article-only-boring-p):
16272 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16273 intangible text.
16274 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16275
16276 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16277
16278 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16279 Use `defun' instead of `gmm-defun-compat'.
16280
16281 2006-03-14 Simon Josefsson <jas@extundo.com>
16282
16283 * message.el (message-unique-id): Don't use message-number-base36
16284 if (user-uid) is a float.
16285 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16286
16287 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16290
16291 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16292 empty line between a part and a message part.
16293
16294 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16295
16296 * smiley.el: Add more test smileys.
16297 (smiley-data-directory, smiley-regexp-alist)
16298 (gnus-smiley-file-types): Fix doc strings.
16299 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16300 adding new elements.
16301 (smiley-mouse-map): Unused code. Make it a comment.
16302
16303 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16304
16305 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16306 scan latest NoCeM messages instead of old ones.
16307 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16308 delimiters that are recently used.
16309 (gnus-nocem-load-cache): Add autoload cookie.
16310
16311 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16312
16313 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16314 level which is larger than gnus-use-nocem is specified.
16315
16316 * gnus-group.el (gnus-group-get-new-news): Ditto.
16317
16318 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16319
16320 * gnus-util.el (gnus-tool-bar-update): New function.
16321
16322 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16323 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16324
16325 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16326
16327 * gnus-group.el (gnus-group-redraw-when-idle)
16328 (gnus-group-redraw-check): Remove.
16329 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16330
16331 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16332
16333 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16334 if optional last element is specified in splits (FIELD VALUE...).
16335
16336 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
16337
16338 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16339 to gmm-image-load-path-for-library. Call with no-error argument.
16340 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16341
16342 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16343
16344 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16345
16346 * gmm-utils.el (gmm-image-load-path): Remove alias.
16347
16348 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
16349
16350 * gmm-utils.el (gmm-image-load-path): Add alias.
16351
16352 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16353 nnml-generate-nov-databases-1.
16354 (nnml-generate-nov-databases): Use it.
16355 (nnml-generate-nov-databases-directory): Document no-active
16356 argument.
16357
16358 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16359 directory if path is t. Add no-error.
16360
16361 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16362 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16363
16364 * gnus-art.el (gnus-article-browse-delete-temp-files):
16365 Simplify resetting gnus-article-browse-html-temp-list.
16366
16367 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16368 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16369 Add example to docstring. Rename local variables. Move error
16370 checks to default case in cond and simplify.
16371
16372 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16373
16374 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16375 handle is multipart when calling it recursively.
16376 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16377
16378 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16379
16380 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16381 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16382
16383 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16384
16385 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16386 is loaded.
16387
16388 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16389 loaded.
16390
16391 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16392
16393 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16394 to "Emacs 23 (unicode)" in doc string.
16395
16396 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16397 "Emacs 23 (unicode)" in comment.
16398
16399 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16400
16401 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16402
16403 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16404 characters 160 through 255 in Emacs 23.
16405
16406 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16407
16408 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16409 gnus-article-browse-html-temp.
16410 (gnus-article-browse-delete-temp): Make it customizable.
16411 Add `file'. Adjust doc string.
16412 (gnus-article-browse-delete-temp-files): Add argument.
16413 Allow query for each file. Adjust doc string.
16414 (gnus-article-browse-html-parts):
16415 Add `gnus-article-browse-delete-temp-files' to
16416 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16417
16418 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16419
16420 * gnus-art.el (gnus-article-browse-html-temp)
16421 (gnus-article-browse-delete-temp): New variables.
16422 (gnus-article-browse-delete-temp-files): New function.
16423 (gnus-article-browse-html-parts): Use it.
16424
16425 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16426
16427 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16428
16429 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16430 string.
16431
16432 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16433 gnus-summary-insert-new-articles when unplugged.
16434 Remove gnus-summary-search-article-forward.
16435
16436 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16437 display-visual-class instead of display-color-cells.
16438
16439 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16440
16441 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16442 message/* containing non-ASCII text properly.
16443
16444 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16445
16446 * message.el: Require gmm-utils, remove autoloads.
16447 (message-tool-bar): Set default based on
16448 gmm-tool-bar-style.
16449 (message-tool-bar-gnome): Add gmm-customize-mode.
16450
16451 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16452 gmm-tool-bar-style.
16453 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16454
16455 * gnus-group.el (gnus-group-tool-bar): Set default based on
16456 gmm-tool-bar-style.
16457 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16458
16459 * gmm-utils.el (gmm-image-directory): Rename variable from
16460 gmm-image-load-path.
16461 (gmm-image-load-path): Use gmm-image-directory.
16462 (gmm-customize-mode): New function.
16463 (gmm-tool-bar-style): New variable.
16464
16465 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16466 gnus-group-redraw-line-number.
16467 (gnus-group-redraw-check): Simplify.
16468 (gnus-group-tool-bar-update): Remove redraw check.
16469 (gnus-group-make-tool-bar): Add redraw check.
16470
16471 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16472
16473 * gnus-art.el (gnus-button): Add missing parentheses.
16474
16475 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16476
16477 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16478
16479 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16480
16481 * gnus-art.el (gnus-button): New face.
16482 (gnus-article-button-face): Use it.
16483
16484 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16485 Add gnus-summary-next-page. Re-order.
16486
16487 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16488 next-node are now included.
16489 (gnus-group-redraw-line-number): New internal variable.
16490 (gnus-group-redraw-check): Helper function for updating the tool
16491 bar.
16492 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16493
16494 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16495
16496 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16497 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16498 Use it to match format of Spamassassin 3.0 and later.
16499 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16500 (spam-check-bogofilter)
16501 (spam-bogofilter-register-with-bogofilter): Fix args of
16502 `gnus-error' calls.
16503
16504 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16505
16506 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16507 unnecessary interaction when sending queued mails.
16508 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16509
16510 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16511
16512 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16513 first or last are nil.
16514
16515 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16516
16517 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16518
16519 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16520
16521 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16522
16523 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16524
16525 * dns.el (query-dns): Protect more against buggy tcp output.
16526
16527 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16530 nov.php.
16531
16532 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16533
16534 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16535 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16536 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16537 output on the server side.
16538 (nnweb-google-create-mapping): Update regexps and add some
16539 progress indication.
16540
16541 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16542
16543 * gnus-group.el (gnus-group-tool-bar-gnome):
16544 Fix gnus-agent-toggle-plugged. Re-order icons.
16545 (gnus-group-tool-bar-gnome):
16546 Add gnus-group-{prev,next}-unread-group.
16547 (gnus-group-tool-bar-gnome): Re-order icons.
16548
16549 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16550 Move gnus-summary-insert-new-articles.
16551
16552 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16553 Fix comments.
16554
16555 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16556 also available in Emacs 21.3.
16557
16558 * message.el (message-fix-before-sending): Change "Emacs 22" to
16559 "Emacs 23 (unicode)" in comment.
16560
16561 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16562 "Emacs 23 (unicode)" in comment.
16563
16564 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16565 comment.
16566 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16567
16568 * mm-view.el (mm-fill-flowed): Add :version.
16569
16570 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16571
16572 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16573 and load-path.
16574
16575 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16576
16577 * message.el: Autoload gmm-image-load-path.
16578 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16579 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16580 consitency.
16581
16582 * gmm-utils.el (gmm-image-load-path): Also search in
16583 "../etc/images". Don't set gmm-image-load-path if we don't find
16584 the image.
16585
16586 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16587
16588 * gmm-utils.el (gmm-image-load-path): Don't make
16589 `gmm-image-load-path' include subdirectories which the second arg
16590 `image' might specify.
16591
16592 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16593 subdirectory to icon file names.
16594
16595 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16596
16597 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16598
16599 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16600 gmm-image-load-path calls.
16601
16602 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16603
16604 * message.el (message-make-tool-bar): Ditto.
16605
16606 * mml.el (mml-preview): Add comment concerning tool bar icons.
16607
16608 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16609 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16610
16611 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16612 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16613
16614 * message.el (message-tool-bar-gnome): Use new icon names.
16615 (message-make-tool-bar): Use `gmm-image-load-path'.
16616
16617 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16618 New functions from MH-E.
16619 (gmm-image-load-path): New variable from MH-E.
16620 (gmm-image-load-path): New function from MH-E. Add arguments
16621 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16622 *-image-load-path-called-flag.
16623
16624 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16625
16626 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16627
16628 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16629
16630 * nnimap.el (nnimap-request-move-article): Change folder back to
16631 source group before deleting.
16632
16633 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16634
16635 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16636
16637 * gnus-art.el (mm-url-insert-file-contents-external):
16638 Autoload mm-url.
16639
16640 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16641
16642 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16643
16644 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16645 coding system which mm-charset-to-coding-system returns for a
16646 given charset is valid.
16647
16648 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16649
16650 * html2text.el (html2text-remove-tag-list):
16651 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16652
16653 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16654
16655 * gnus-cus.el: Revert 2005-10-17 change.
16656
16657 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16658
16659 * gnus-art.el (article-strip-banner):
16660 Call article-really-strip-banner only when the regexp match is made.
16661
16662 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16663
16664 * gnus-art.el (article-strip-banner):
16665 Use gnus-extract-address-components instead of
16666 mail-header-parse-addresses to make it work with non-ASCII text;
16667 remove mail-encode-encoded-word-string.
16668
16669 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16670 values which are surrounded with \"...\"; make it never cause a
16671 Lisp error; give up parsing of parameters if it failed in
16672 extracting type.
16673
16674 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16675
16676 * smime.el (smime-cert-by-ldap-1): Fix bug where
16677 `smime-ldap-search' returns results without userCertificates.
16678
16679 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16680
16681 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16682
16683 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16684
16685 * spam.el (spam-check-spamassassin-headers): Adapt format for
16686 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16687 <ari@mbf.ocn.ne.jp>.
16688 (spam-list-of-processors): Add spam-use-gmane.
16689
16690 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16691
16692 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16693 make-temp-file; make it work with XEmacs as well.
16694
16695 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16696 mm-make-temp-file.
16697
16698 * mm-decode.el (mm-display-external): Use the 3rd arg of
16699 mm-make-temp-file.
16700 (mm-create-image-xemacs): Ditto.
16701
16702 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16703
16704 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16705 with message-narrow-to-headers.
16706 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16707 (gnus-draft-check-draft-articles): New function.
16708 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16709
16710 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16711
16712 * gnus-art.el (gnus-article-browse-html-parts):
16713 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16714 Don't use suffix argument for mm-make-temp-file for Emacs 21
16715 compatibility. Remove useless `format'.
16716
16717 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16718
16719 * nnweb.el (nnweb-google-wash-article): Update regexps.
16720 (nnweb-group-alist): Use defvoo instead of defvar.
16721
16722 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16723
16724 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16725 re-loading nn* modules.
16726
16727 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16728
16729 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16730 for `tool-bar-mode' and don't check it's default-value.
16731
16732 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16733
16734 * message.el (message-make-tool-bar): Ditto.
16735
16736 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16737 `substring'. Shorten tmp-file name.
16738
16739 * gnus.el: Remove bogus comment.
16740
16741 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16742
16743 * gnus-art.el (gnus-article-browse-html-parts): New function.
16744 (gnus-article-browse-html-article): New function for viewing html
16745 articles with a browser.
16746
16747 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16748
16749 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16750 (mml2015-pgg-encrypt): Ditto.
16751
16752 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16753 (mml1991-pgg-encrypt): Ditto.
16754
16755 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16756
16757 * nnfolder.el (nnfolder-insert-newsgroup-line):
16758 Use message-make-date instead of current-time-string.
16759
16760 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16761 to gnus-decoded which mm-uu might set.
16762
16763 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16764
16765 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16766 don't decode quoted parameters; remove misimported Emacs code.
16767 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16768 (rfc2231-decode-encoded-string): Don't use split-string which
16769 behaves differently according to Emacs version; use
16770 mm-decode-coding-region to convert charset to coding-system.
16771 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16772 (rfc2231-encode-string): Remove misimported Emacs code.
16773
16774 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16775
16776 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16777 when calling mail-header-parse-content-type.
16778 (article-de-quoted-unreadable): Ditto.
16779 (article-de-base64-unreadable): Ditto.
16780 (article-wash-html): Ditto.
16781
16782 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16783 calling mail-header-parse-content-type and
16784 mail-header-parse-content-disposition.
16785 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16786 mail-header-parse-content-type.
16787
16788 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16789 insert charset and format parameters; encode description after
16790 inserting it to buffer.
16791 (mml-insert-parameter): Fold lines properly even if a parameter is
16792 segmented into two or more lines; change the max column to 76.
16793
16794 * rfc1843.el (rfc1843-decode-article-body): Don't use
16795 ignore-errors when calling mail-header-parse-content-type.
16796
16797 * rfc2231.el (rfc2231-parse-string): Return at least type if
16798 possible; don't cause an error even if it fails in parsing of
16799 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16800 (rfc2231-encode-string): Don't break lines at the beginning, leave
16801 it to mml-insert-parameter.
16802
16803 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16804 calling mail-header-parse-content-type.
16805
16806 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16807
16808 * spam-report.el (spam-report-gmane-use-article-number):
16809 Improve doc string.
16810 (spam-report-gmane-internal): Check if a suitable header was found
16811 in the article.
16812
16813 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16814
16815 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16816 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16817
16818 2006-02-05 Romain Francoise <romain@orebokech.com>
16819
16820 Update copyright notices of all files in the gnus directory.
16821
16822 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16823
16824 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16825
16826 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16827
16828 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16829 segmented lines of parameter value to cope with Thunderbird 1.5
16830 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16831 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16832 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16833
16834 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16835
16836 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16837 parts.
16838
16839 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16840
16841 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16842 there's only one active file for all servers.
16843 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16844 solid groups. Gnus might have used a FAST request to select the group.
16845 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16846 and nnweb-search redundantly in the active file.
16847 (nnweb-request-list): Don't list bogus groups. There can only be one.
16848 (nnweb-request-create-group): Don't use ARGS.
16849 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16850 initializations. Let nnoo do the work.
16851
16852 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16853
16854 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16855 Say the part has been decoded.
16856
16857 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16858
16859 2006-01-31 Kevin Ryde <user42@zip.com.au>
16860
16861 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16862 mailcap-viewer-test-cache when there's no 'test clause, since that
16863 will invert the meaning of a "nil" test previously determined by
16864 mailcap-mailcap-entry-passes-test.
16865
16866 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16867
16868 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16869 compiling.
16870
16871 * gnus-sum.el: Ditto.
16872
16873 * message.el: Don't bind tool-bar-map when compiling.
16874
16875 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16876
16877 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16878
16879 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16880
16881 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16882 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16883 current Google Groups.
16884
16885 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16886
16887 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16888 and tool-bar-mode.
16889
16890 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16891 and tool-bar-mode.
16892
16893 * message.el (message-tool-bar-update): Simplify.
16894 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16895
16896 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16897 gnus-summary-buffer.
16898 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16899 gnus-summary-reply.
16900
16901 * gmm-utils.el (gmm): Add :version.
16902
16903 2006-01-26 Steve Youngs <steve@sxemacs.org>
16904
16905 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16906 Don't autoload.
16907
16908 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16909
16910 * gmm-utils.el (gmm-verbose): Add :group.
16911
16912 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16913
16914 * message.el: Change some comments WRT tool-bars.
16915
16916 * gnus-sum.el (gnus-summary-tool-bar)
16917 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16918 (gnus-summary-tool-bar-zap-list): New variables.
16919 (gnus-summary-make-tool-bar): Complete rewrite using
16920 `gmm-tool-bar-from-list'.
16921
16922 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16923 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16924 New variables.
16925 (gnus-group-make-tool-bar): Complete rewrite using
16926 `gmm-tool-bar-from-list'.
16927 (gnus-group-tool-bar-update): New function.
16928
16929 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16930
16931 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16932
16933 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16934 is dissected into a single part of which the type is the same as
16935 the given one; decode charset.
16936
16937 2006-01-21 Kevin Ryde <user42@zip.com.au>
16938
16939 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16940 into alists as symbol not string, since that's what
16941 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16942 look for.
16943
16944 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16945
16946 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16947 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16948
16949 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16950
16951 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16952
16953 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16954 (gnus-mime-security-button-menu): New definition.
16955 (gnus-mime-security-button-map): Use them.
16956 (gnus-mime-security-button-menu): New function.
16957 (gnus-insert-mime-security-button): Addition to help echo.
16958 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16959 (gnus-mime-security-pipe-part): New functions.
16960
16961 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16962 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16963
16964 * mm-decode.el (mm-handle-set-disposition): Remove.
16965 (mm-handle-set-description): Remove.
16966
16967 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16970 (mm-w3m-standalone-supports-m17n-p): New function.
16971 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16972 w3m usage.
16973
16974 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16975 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16976
16977 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16978
16979 * message.el (message-tool-bar-zap-list):
16980 Use gmm-tool-bar-zap-list as custom type.
16981 (message-tool-bar-update): New function.
16982 (message-tool-bar, message-tool-bar-gnome)
16983 (message-tool-bar-retro): Add message-tool-bar-update.
16984 (message-tool-bar-gnome): Add flyspell-buffer.
16985
16986 * gnus-util.el (gnus-error): Describe `args'.
16987
16988 * gmm-utils.el (gmm-error): Describe `args'.
16989 (gmm-tool-bar-zap-list): New widget.
16990 (gmm-tool-bar-from-list): Improve description of `zap-list'.
16991
16992 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16993
16994 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16995 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16996 the number of recursive calls.
16997
16998 * mm-decode.el (mm-handle-set-disposition): New macro.
16999 (mm-handle-set-description): New macro.
17000
17001 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
17002
17003 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17004 encoding.
17005
17006 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17007
17008 * message.el (message-tool-bar-zap-list, message-tool-bar)
17009 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17010 (message-tool-bar-local-item-from-menu): Remove.
17011 (message-tool-bar-map): Replace by `message-make-tool-bar'.
17012 (message-make-tool-bar): New function.
17013 (message-mode): Use `message-make-tool-bar'.
17014
17015 * gmm-utils.el: New file.
17016 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17017 (gmm-lazy): New widget copied from `nnmail.el'.
17018 (gmm-tool-bar-from-list): New function for creating customizable
17019 tool bars.
17020 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
17021 output.
17022 (gmm): Add :prefix to defgroup.
17023
17024 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
17025
17026 * gmm-utils.el (gmm-widget-p): New function.
17027
17028 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
17029
17030 * mml.el (mml-attach-file): Describe `description' in doc string.
17031 (mml-menu): Add Emacs MIME manual and PGG manual.
17032
17033 2006-01-20 Richard M. Stallman <rms@gnu.org>
17034
17035 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17036
17037 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
17038
17039 * nntp.el (nntp-end-of-line): Doc fix.
17040
17041 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
17042
17043 * imap.el (imap-open): Handle case where buffer is a buffer
17044 object.
17045
17046 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * gnus-delay.el (gnus-delay): Don't autoload.
17049 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17050 to be re-loaded when customizing the `gnus-delay' group.
17051
17052 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
17053
17054 * message.el (message-insert-citation-line): Use newlines.
17055
17056 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
17057
17058 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17059
17060 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17061
17062 2006-01-19 Mark D. Baushke <mdb@gnu.org>
17063
17064 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17065
17066 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
17067
17068 * mm-decode.el (mm-inlined-types): Add application/pgp.
17069 (mm-automatic-display): Ditto.
17070
17071 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17072 part as text.
17073
17074 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
17075
17076 * nnrss.el: Update copyright.
17077 (nnrss-opml-import): Query whether to subscribe to each entry.
17078
17079 * gnus-art.el:
17080 * gnus-sum.el:
17081 * mm-uu.el:
17082 * mm-view.el: Update copyright.
17083
17084 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17085
17086 * message.el (message-info): New function.
17087 (message-mode-menu): Add it.
17088 Update copyright.
17089
17090 * ChangeLog: Fix and update copyright.
17091
17092 2006-01-13 Romain Francoise <romain@orebokech.com>
17093
17094 * message.el (message-forward-subject-name-subject): Prefer the
17095 address to 'nowhere' if the sender has no name.
17096 Fix typo. Update copyright year.
17097
17098 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17099
17100 * gnus-art.el (article-wash-html):
17101 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17102 (gnus-article-wash-html-with-w3m-standalone): New function.
17103
17104 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17105 mm-inline-text-html-render-with-w3m-standalone.
17106 (mm-text-html-washer-alist): Map w3m-standalone to
17107 gnus-article-wash-html-with-w3m-standalone.
17108 (mm-inline-text-html-render-with-w3m-standalone): New function.
17109
17110 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17111
17112 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17113 Improve LaTeX.
17114
17115 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17116
17117 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17118 (nnrss-request-article): Render text/plain parts as HTML.
17119
17120 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17121 the buffer.
17122
17123 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17124
17125 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17126 custom definition of `gnus-posting-styles'.
17127
17128 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17129 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17130
17131 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17132
17133 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17134 Use nntp for bug archive.
17135
17136 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17137
17138 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17139 parts.
17140 (nnrss-normalize-date): New function converts ISO 8601 date into
17141 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17142 (nnrss-check-group): Use it.
17143
17144 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17145
17146 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17147
17148 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17149 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17150 (nnrss-insert-w3): Ditto.
17151
17152 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17153
17154 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17155 the articles to be forwarded including the case where neither a
17156 number of articles nor a region is specified.
17157
17158 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17159
17160 * nnrss.el (nnrss-request-article): Fix last change; fill
17161 text/plain parts.
17162
17163 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17164
17165 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17166 in text/plain part.
17167 (nnrss-check-group): Don't add excessive newline to dc:subject.
17168
17169 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17170
17171 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17172 article.
17173
17174 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17175
17176 * nnml.el: Don't require gnus-bcklg. Autoload it.
17177 (nnml-use-compressed-files, nnml-save-mail): Support other
17178 comression programs such as bzip2.
17179
17180 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17181
17182 * dns.el (query-dns): Make sure we check the buffer size before
17183 removing tcp headers.
17184
17185 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17186
17187 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17188 remove MIME buttons associated with multipart/alternative parts.
17189 (gnus-mime-display-alternative): Tag buttons using `article-type'
17190 text property.
17191
17192 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17193 associated with multipart/alternative parts.
17194
17195 * gnus-art.el (gnus-signature-separator): Fix custom type.
17196
17197 * mm-decode.el (mm-inlined-types): Fix custom type.
17198 (mm-keep-viewer-alive-types): Ditto.
17199 (mm-automatic-display): Ditto.
17200 (mm-attachment-override-types): Ditto.
17201 (mm-inline-override-types): Ditto.
17202 (mm-automatic-external-display): Ditto.
17203
17204 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17205
17206 * spam-report.el (spam-report-user-mail-address)
17207 (spam-report-user-agent): New variables.
17208 (spam-report-url-ping-plain): Use spam-report-user-agent.
17209
17210 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17211
17212 * gnus-art.el (gnus-button-handle-custom): Do not just use
17213 `customize-apropos' for any "M-x customize-*" button but the
17214 function called for. Accept both the function name and its
17215 argument in order to achieve this.
17216 (gnus-button-alist): Remove support for "custom:" URL's.
17217 Pass function name to `gnus-button-handle-custom' in case of "M-x
17218 customize-*" buttons.
17219
17220 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17221
17222 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17223 multipart/alternative and add xref to mm-discouraged-alternatives
17224 in doc string.
17225
17226 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17227 gnus-buttonized-mime-types in doc string.
17228
17229 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17230
17231 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17232 Suggest image/.* in the doc string.
17233
17234 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17235
17236 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17237 message-marks (Debian bug #342521).
17238
17239 2005-12-12 Simon Josefsson <jas@extundo.com>
17240
17241 * password.el (password-read-from-cache): Add.
17242 (password-read): Use it.
17243
17244 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17245
17246 * rfc2047.el (rfc2047-charset-to-coding-system):
17247 Recognize us-ascii as a MIME charset.
17248
17249 * mm-bodies.el (mm-decode-content-transfer-encoding):
17250 Protect against the case where the 2nd arg TYPE is nil.
17251
17252 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17253
17254 * pop3.el (pop3-stream-type): Fix custom version.
17255
17256 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17257
17258 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17259
17260 * mm-decode.el (mm-display-external): Add missing cdr.
17261
17262 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17263
17264 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17265 RFC1524) if it is in mailcap or add a suffix according to
17266 mailcap-mime-extensions when generating a temp filename; postpone
17267 deleting a temp file for 2 seconds for some wrappers, shell
17268 scripts, and so on, which might exit right after having started a
17269 viewer command as a background job.
17270
17271 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17272
17273 * nntp.el (nntp-marks-directory): Fix custom group.
17274
17275 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17276 steps when < 10.
17277
17278 * gnus-start.el (gnus-no-server-1):
17279 Mention `gnus-level-default-subscribed' in doc string.
17280
17281 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17282
17283 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17284 parens.
17285
17286 2005-11-26 Dave Love <fx@gnu.org>
17287
17288 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17289 (tls-program, tls-success): Provide openssl alternative.
17290
17291 * starttls.el: Doc fixes.
17292 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17293 SERVICE to PORT.
17294
17295 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17296 port null or service name.
17297 (starttls-negotiate): Autoload.
17298
17299 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17300
17301 * message.el (message-kill-to-signature): Fix interactive spec.
17302
17303 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17304
17305 * pop3.el (pop3-open-server): Recognize a string as a service name.
17306
17307 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17308
17309 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17310
17311 2005-11-23 Dave Love <fx@gnu.org>
17312
17313 Add pop3s, pop3/starttls.
17314
17315 * pop3.el (pop3-authentication-scheme): Clarify doc.
17316 (open-tls-stream, starttls-open-stream): Autoload.
17317 (pop3-stream-type): New.
17318 (pop3-open-server): Use it.
17319
17320 * mail-source.el (mail-sources): Fix some :types. Add stream type
17321 for POP.
17322 (mail-source-keyword-map): Add :stream for POP.
17323 (mail-source-fetch-pop): Use pop3-stream-type.
17324
17325 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17326
17327 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17328 of current-time-string.
17329
17330 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17331
17332 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17333 date header.
17334
17335 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17336
17337 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17338 it can seriously impact performance as it bypasses the agent's
17339 local caches.
17340
17341 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17342
17343 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17344 must be explicitly online rather than "not explicitly offline" for
17345 its flags to be synchronized.
17346
17347 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17348 that gnus-uu-unmark-thread will function correctly.
17349
17350 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17351 1024K is instead displayed as 1M.
17352
17353 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17354
17355 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17356
17357 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17358
17359 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17360
17361 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17362
17363 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17364 error message to display actual error condition.
17365 (gnus-agent-save-local): Avoid saving symbols that are bound to
17366 nil as they simply result in a warning message in
17367 gnus-agent-read-local.
17368
17369 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17370
17371 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17372 rather than make-variable-buffer-local for file-precious-flag.
17373
17374 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17375
17376 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17377 for duplicates which are removed. The invalid sort check then
17378 triggers a rescan after the sort as sorting may have moved
17379 duplicate entries such that they can be cheaply detected.
17380
17381 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17382
17383 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17384
17385 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17386
17387 * gnus-agent.el (gnus-agent-article-alist-save-format):
17388 Change internal variable to a custom variable. Change default value
17389 from compressed(2) to uncompressed(1).
17390 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17391 support for uncompressed agentview files. Taken together, reading
17392 the agentview file should now be 6-7 times faster.
17393
17394 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17395
17396 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17397 as a buffer-local variable. This avoids creating truncated
17398 dribble files as a result of a hang up, eg.
17399
17400 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17401
17402 * gnus-start.el (gnus-start-draft-setup):
17403 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17404
17405 * gnus.el (gnus-splash): Change custom group.
17406 (gnus-group-get-parameter, gnus-group-parameter-value):
17407 Describe allow-list argument.
17408
17409 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17410 string.
17411
17412 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17413
17414 * gnus-art.el (gnus-default-article-saver): Add user-defined
17415 `function' to custom type.
17416
17417 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * imap.el (imap-open): Handle case where buffer is a buffer
17420 object.
17421
17422 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17423
17424 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17425 long lines.
17426 (gnus-cache-delete-group): Wrap doc strings.
17427
17428 * gnus-agent.el (gnus-agent-rename-group)
17429 (gnus-agent-delete-group): Wrap doc strings.
17430
17431 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17432
17433 * gnus-start.el (gnus-1): Add "native" to
17434 gnus-predefined-server-alist.
17435
17436 * gnus.el (gnus-method-to-server): Don't add "native" to the
17437 lists here, because that leads to problems when
17438 gnus-select-method is bound.
17439
17440 2005-11-09 Simon Josefsson <jas@extundo.com>
17441
17442 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17443 use (not sort-by-date) instead.
17444
17445 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17446
17447 * gnus-delay.el (gnus-delay-group): Don't autoload.
17448 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17449 to be re-loaded when customizing the `gnus-delay' group.
17450
17451 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17452
17453 * message.el: Revert last changes.
17454 (message-insert-citation-line): Use newlines.
17455
17456 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17457
17458 * message.el (message-courtesy-message)
17459 (message-mark-insert-begin, message-mark-insert-end)
17460 (message-elide-ellipsis, message-cancel-message)
17461 (message-add-header, message-change-subject)
17462 (message-cross-post-followup-to-header)
17463 (message-cross-post-insert-note, message-reduce-to-to-cc)
17464 (message-widen-reply, message-delete-not-region)
17465 (message-kill-to-signature, message-insert-signature)
17466 (message-insert-importance-high, message-insert-importance-low)
17467 (message-insert-or-toggle-importance)
17468 (message-insert-disposition-notification-to)
17469 (message-indent-citation, message-yank-original)
17470 (message-cite-original-without-signature, message-cite-original)
17471 (message-insert-citation-line, message-position-on-field)
17472 (message-fix-before-sending, message-send-mail-partially)
17473 (message-send-mail, message-send-mail-with-sendmail)
17474 (message-send-mail-with-qmail, message-send-news)
17475 (message-check-news-header-syntax, message-generate-headers)
17476 (message-insert-courtesy-copy, message-fill-address)
17477 (message-fill-header, message-shorten-references)
17478 (message-setup-1, message-cancel-news)
17479 (message-forward-make-body-plain, message-forward-make-body-mime)
17480 (message-forward-make-body-mml, message-encode-message-body)
17481 (message-forward-make-body-digest-plain)
17482 (message-forward-make-body-digest-mime)
17483 (message-use-alternative-email-as-from): Insert `hard-newline'
17484 instead of ordinary newlines.
17485
17486 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17487
17488 * message.el (message-generate-headers): Downcase the argument
17489 given to message-check-element.
17490
17491 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17492
17493 * nntp.el (nntp-authinfo-rejected): New error condition.
17494 (nntp-wait-for): Use new error condition to signal authentication
17495 error.
17496 (nntp-retrieve-data): Rethrow new error condition to break out of
17497 recursive call to nntp-send-authinfo.
17498
17499 2005-11-08 Romain Francoise <romain@orebokech.com>
17500
17501 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17502 (gnus-summary-exit-map): Bind to `Z p'.
17503 (gnus-summary-make-menu-bar): Add menu item.
17504
17505 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17506
17507 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17508 (gnus-treat-*): Add `first' in all doc strings.
17509
17510 * gnus-group.el (gnus-group-compact-group): Fix typo.
17511
17512 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17513
17514 * gnus.el (gnus-parameters-case-fold-search): New variable.
17515 (gnus-parameters-get-parameter): Use it.
17516
17517 * gnus-score.el (gnus-home-score-file): Doc fix.
17518
17519 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17520
17521 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17522
17523 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17524
17525 * mm-util.el (mm-special-display-p): New function.
17526
17527 * mml.el (mml-preview): Use it; doc fix.
17528
17529 2005-10-29 Romain Francoise <romain@orebokech.com>
17530
17531 * message.el (message-fix-before-sending): Fix comment.
17532
17533 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17534
17535 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17536
17537 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17538
17539 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17540 Used in gnus-score.el.
17541
17542 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17543
17544 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17545
17546 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17547
17548 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17549 whitespace removed in revision 7.8. Use concatenated string to
17550 protect trailing whitespace.
17551
17552 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17553
17554 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17555 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17556 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17557 Courier IMAP ("some version from 2004"). Mostly based on similar
17558 code in the same function.
17559
17560 2005-10-26 Didier Verna <didier@xemacs.org>
17561
17562 * gnus-group.el (gnus-group-compact-group): Invalidate original
17563 article buffer.
17564 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17565 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17566 NOV database and in article itself.
17567 Invalidate article backlog.
17568
17569 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17570
17571 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17572
17573 2005-10-26 Simon Josefsson <jas@extundo.com>
17574
17575 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17576 part of 2004-07-25 change.
17577
17578 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17579
17580 * message.el (message-display-completion-list): New function.
17581 (message-expand-group): Use it; make sure the Completions buffer
17582 is modifiable.
17583
17584 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17585
17586 * imap.el (imap-open): Handle case where buffer is a buffer object.
17587
17588 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17589
17590 * pgg-def.el:
17591 * pgg-gpg.el:
17592 * pgg-parse.el:
17593 * pgg-pgp.el:
17594 * pgg-pgp5.el:
17595 * pgg.el: Move to the parent lisp directory.
17596
17597 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17598
17599 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17600 user-mail-name is an empty string.
17601
17602 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17603
17604 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17605 depending on gnus-score-decay-constant.
17606
17607 * encrypt.el (encrypt-insert-file-contents)
17608 (encrypt-write-file-contents): Don't use `gnus-message'.
17609
17610 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17611 arguments.
17612 (mm-uu-type-alist): Add message-marks and insert-marks.
17613 Pass arguments to mm-uu-verbatim-marks-extract.
17614 (mm-uu-hide-markers): New variable.
17615 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17616
17617 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17618 (gnus-convert-image-to-face-command): Use "convert" by default to
17619 allow other input image formats.
17620 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17621 accordingly.
17622
17623 2005-10-23 Simon Josefsson <jas@extundo.com>
17624
17625 * imap.el (imap-gssapi-program): Align command line parameters
17626 with latest GNU SASL.
17627 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17628
17629 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17630
17631 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17632 HTML.
17633 (nnslashdot-request-article): Ditto.
17634
17635 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17636
17637 * mail-source.el (mail-source-fetch-pop): Require pop3.
17638 (mail-source-check-pop): Ditto.
17639
17640 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17641
17642 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17643 errors.
17644
17645 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17646
17647 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17648 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17649
17650 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17651
17652 * mm-bodies.el (mm-decode-string):
17653 Call `mm-charset-to-coding-system' with allow-override argument.
17654
17655 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17656
17657 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17658 (rfc2047-charset-to-coding-system): New function.
17659 (rfc2047-decode-encoded-words): New function.
17660 (rfc2047-decode-region): Use them.
17661 (rfc2047-decode-cte): Remove.
17662 (rfc2047-parse-and-decode): Remove.
17663 (rfc2047-decode): Remove.
17664
17665 2005-10-15 Kenichi Handa <handa@m17n.org>
17666
17667 * rfc2047.el (rfc2047-decode-cte): New function.
17668 (rfc2047-decode-region): Change the way to decode successive
17669 encoded-words: decode B- or Q-encoding in each encoded-word,
17670 concatenate them, and decode it as charset.
17671
17672 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17673
17674 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17675 widget-move-and-invoke.
17676 (gnus-custom-mode): Use gnus-custom-map.
17677
17678 2005-10-15 Bill Wohler <wohler@newt.com>
17679
17680 * message.el (message-tool-bar-map): Rename image file from
17681 mail_send to mail/send.
17682
17683 2005-10-16 Masatake YAMATO <jet@gyve.org>
17684
17685 * message.el (message-expand-group): Pass the common
17686 prefix substring of completion to `display-completion-list'.
17687
17688 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17689
17690 * mml-sec.el (mml-secure-method): New internal variable.
17691 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17692 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17693 New functions using mml-secure-method.
17694
17695 * mml.el (mml-mode-map): Add key bindings for those functions.
17696 (mml-menu): Simplify security menu entries. Suggested by Jesper
17697 Harder <harder@myrealbox.com>.
17698 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17699 Goto end of message if point is the headers of the message.
17700
17701 * message.el (message-in-body-p): New function.
17702
17703 * assistant.el: Autoload gnus-util and netrc.
17704
17705 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17706 Use `mm-charset-override-alist' only when decoding.
17707
17708 * mm-bodies.el (mm-decode-body):
17709 Call `mm-charset-to-coding-system' with allow-override argument.
17710
17711 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17712 `filename' from Content-Disposition if Content-Type doesn't
17713 provide `name'.
17714 (gnus-mime-view-part-as-type): Set default instead of
17715 initial-input.
17716
17717 2005-10-09 Daniel Brockman <daniel@brockman.se>
17718
17719 * format-spec.el (format-spec): Propagate text properties of % spec.
17720
17721 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17722
17723 * gnus-art.el (gnus-treat-predicate): Add `first'.
17724
17725 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17726
17727 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17728 (mm-charset-override-alist): New variable.
17729 (mm-charset-to-coding-system): Use it.
17730 (mm-codepage-setup): New helper function.
17731 (mm-charset-eval-alist): New variable.
17732 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17733 Warn about unknown charsets.
17734
17735 2005-10-04 David Hansen <david.hansen@gmx.net>
17736
17737 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17738 (nnrss-check-group): Ditto.
17739
17740 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17741
17742 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17743 Rename x-gnus-verbatim to x-verbatim.
17744 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17745
17746 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17747 x-verbatim.
17748
17749 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17750
17751 * gnus-util.el (gnus-remove-duplicates): Remove.
17752
17753 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17754 instead of gnus-remove-duplicates.
17755
17756 * message.el (message-remove-duplicates): Remove.
17757 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17758 message-remove-duplicates.
17759
17760 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17761 available, else use implementation from `delete-dups'.
17762
17763 * message.el (message-insert-expires): New function.
17764 (message-mode-map): Add key binding.
17765 (message-mode-field-menu): Add menu entry.
17766 (message-mode): Document it.
17767 (message-make-expires-date): Use `message-make-date'.
17768
17769 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17770
17771 * message.el (message-make-expires-date): New function.
17772
17773 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17774
17775 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17776
17777 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17780 function rather than the diff-mode.el package.
17781 (mm-display-external): Use with-current-buffer.
17782 (mm-viewer-completion-map, mm-viewer-completion-map):
17783 Move initialization inside declaration.
17784
17785 2005-09-29 Simon Josefsson <jas@extundo.com>
17786
17787 * spam.el: Load hashcash when compiling, to avoid warnings.
17788 Don't autoload mail-check-payment.
17789 (spam-check-hashcash): Define unconditionally, since hashcash.el
17790 is part of Gnus now. Ignore errors from payment checking.
17791
17792 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17793
17794 * message.el (message-bold-region, message-unbold-region):
17795 Rename from `bold-region' and `unbold-region'.
17796
17797 * message.el: Remove useless autoloads.
17798
17799 2005-09-28 Simon Josefsson <jas@extundo.com>
17800
17801 * message.el (message-use-idna): Default to t.
17802 (message-use-idna): Test whether encoding works too. Doc fix.
17803
17804 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17805
17806 * nntp.el (nntp-warn-about-losing-connection): Remove.
17807
17808 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17809
17810 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17811 customizable. Change default value.
17812 (mm-uu-diff-groups-regexp): Change default value.
17813 (mm-uu-type-alist): Add doc string.
17814 (mm-uu-configure): Add doc string. Make it interactive.
17815 (mm-uu-tex-groups-regexp): New variable.
17816 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17817 (mm-uu-type-alist): Add LaTeX documents.
17818 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17819 of "text/verbatim".
17820 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17821
17822 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17823 instead of "text/verbatim".
17824
17825 * message.el (message-mark-inserted-region)
17826 (message-mark-insert-file): Use slrn style marks when called with
17827 prefix argument.
17828
17829 2005-09-27 Simon Josefsson <jas@extundo.com>
17830
17831 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17832
17833 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17834
17835 * message.el (message-remove-duplicates): New function.
17836 Implementation borrowed from `gnus-remove-duplicates'.
17837 (message-idna-to-ascii-rhs): Also encode idna addresses in
17838 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17839 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17840 only ask about the same idna domain once per header and also tell
17841 in what header to replace the idna domain.
17842
17843 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17844 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17845 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17846 a header is decoded and not just the last one.
17847
17848 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17849
17850 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17851 has been decoded.
17852
17853 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17854 (mm-insert-part): Don't modify text if it has been decoded.
17855
17856 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17857 decoded.
17858
17859 * mm-view.el (mm-inline-text): Don't strip text props unless
17860 decoding enriched or richtext parts.
17861
17862 2005-09-25 Romain Francoise <romain@orebokech.com>
17863
17864 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17865 * gnus-start.el (gnus-subscribe-interactively):
17866 * gnus-uu.el (gnus-uu-grab-articles):
17867 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17868 space.
17869
17870 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17871
17872 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17873 * mm-view.el (mm-view-pkcs7-decrypt):
17874 * gnus-sum.el (gnus-summary-limit-to-extra)
17875 (gnus-summary-respool-article, gnus-read-move-group-name):
17876 * gnus-score.el (gnus-summary-increase-score):
17877 * gnus-util.el (gnus-completing-read-with-default):
17878 * gnus-art.el (gnus-read-save-file-name)
17879 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17880 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17881 * message.el (message-check-news-header-syntax):
17882 Follow convention for reading with the minibuffer.
17883
17884 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17885
17886 * spam-report.el (spam-report-url-ping-plain):
17887 Use gnus-extended-version as User-Agent.
17888
17889 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17890 default value is nil.
17891
17892 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17893 (mm-uu-verbatim-marks-extract): New function.
17894 (mm-uu-extract): New face.
17895 (mm-uu-copy-to-buffer): Use it.
17896
17897 * spam-report.el (spam-report-gmane-ham): Rename from
17898 `spam-report-gmane-unspam'.
17899 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17900 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17901
17902 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17903 Autoload.
17904 (spam-report-gmane-unregister-routine):
17905 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17906
17907 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17908
17909 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17910 (spam-report-gmane-unregister-routine): Add support for gmane
17911 unregistration.
17912
17913 * spam-report.el (spam-report-gmane-unspam)
17914 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17915 (spam-report-gmane): Change to take a single article and do unspam
17916 registration.
17917
17918 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17919
17920 * mm-url.el (mm-url-decode-entities): Fix regexp.
17921
17922 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17923
17924 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17925 default to nil, to be able to use Gnus at all. If the default
17926 switches to something else, then the function should be fixed not
17927 be exceedingly slow.
17928
17929 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17930
17931 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17932 fail hard.
17933
17934 * spam-report.el: Add better Keywords line.
17935
17936 * spam.el: Add Maintainer and better Keywords line.
17937
17938 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17939
17940 * gnus-art.el (gnus-article-replace-part)
17941 (gnus-mime-replace-part): New functions.
17942 (gnus-mime-action-alist, gnus-mime-button-commands)
17943 (gnus-mime-save-part-and-strip): Add file argument.
17944 (gnus-article-part-wrapper): Add interactive argument.
17945
17946 * gnus-sum.el (gnus-summary-mime-map):
17947 Add `gnus-article-replace-part'.
17948
17949 2005-09-19 Didier Verna <didier@xemacs.org>
17950
17951 The nnml compaction feature:
17952 * nnml.el (nnml-request-compact-group): New function.
17953 * nnml.el (nnml-request-compact): New function.
17954 * gnus-int.el (gnus-request-compact-group): New function.
17955 * gnus-int.el (gnus-request-compact): New function.
17956 * gnus-group.el (gnus-group-compact-group): New function.
17957 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17958 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17959 * gnus-srvr.el (gnus-server-compact-server): New function.
17960 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17961 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17962
17963 2005-09-18 Deepak Goel <deego@gnufans.org>
17964
17965 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17966 format spec.
17967
17968 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17969
17970 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17971
17972 2005-09-15 Romain Francoise <romain@orebokech.com>
17973
17974 * message.el (message-fill-paragraph): Clarify docstring.
17975
17976 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * gnus-art.el (gnus-mime-display-part): Protect against broken
17979 MIME messages.
17980
17981 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17982
17983 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17984 before parsing header.
17985
17986 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17987
17988 * html2text.el (html2text-replace-list): Add new entities.
17989
17990 2005-09-11 Romain Francoise <romain@orebokech.com>
17991
17992 * message.el (message-alternative-emails): Improve docstring.
17993 (message-setup-1): Call `message-use-alternative-email-as-from'
17994 after `message-setup-hook' to give it precedence over posting
17995 styles, etc.
17996 (message-use-alternative-email-as-from): Add docstring.
17997 Remove the original From header if present.
17998
17999 * nnml.el (nnml-compressed-files-size-threshold): New variable.
18000 (nnml-save-mail): Use it.
18001
18002 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18003 articles. Add new argument `silent'.
18004 (gnus-uu-mark-all): Report the total number of marked articles.
18005
18006 2005-09-10 Romain Francoise <romain@orebokech.com>
18007
18008 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18009 (gnus-uu-mark-series): Likewise.
18010
18011 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
18012
18013 * spam-report.el (spam-report-gmane): Fix generation of spam
18014 report URL.
18015
18016 2005-09-10 Simon Josefsson <jas@extundo.com>
18017
18018 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18019 t, based on discussion on the ding list with Robert Epprecht
18020 <epprecht@solnet.ch>.
18021
18022 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
18023
18024 * spam-report.el (spam-report-gmane): Make it work without
18025 X-Report-Spam header. Gmane now only provides Archived-At.
18026 This is only used if `spam-report-gmane-use-article-number' is nil.
18027 (spam-report-gmane-spam-header): Remove. Not used anymore.
18028
18029 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18030 make `gnus-summary-sort-by-recipient' work with threading.
18031
18032 * nnweb.el (nnweb-google-wash-article): Print a message if article
18033 is not available.
18034
18035 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
18036
18037 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18038 change. Decode text/* parts content before displaying.
18039
18040 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
18041
18042 * mml-smime.el: Remove defvar of gnus-extract-address-components.
18043
18044 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
18045
18046 * mm-view.el (mm-display-inline-fontify): Disable support modes.
18047
18048 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
18049
18050 * message.el (message-tab-body-function): Fix mismatched custom type.
18051
18052 * gnus.el (gnus-group-change-level-function): Ditto.
18053
18054 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18055
18056 * gnus-art.el (gnus-signature-limit)
18057 (gnus-article-mime-part-function): Ditto.
18058
18059 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
18060
18061 * mml.el (mml-mode): Silence the byte compiler.
18062
18063 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18064 using `(sit-for 0)' before moving the point to the specified part;
18065 skip unbuttonized parts.
18066 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18067 return to the summary window if gnus-auto-select-part is non-nil.
18068
18069 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
18070
18071 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18072 New variables.
18073 (mml-dnd-attach-file, mml-mode): Use them.
18074
18075 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18076 Make fetching article by MID work again for Google Groups.
18077 Add FIXME concerning gnus-group-make-web-group.
18078
18079 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18080 Don't depend on Gnus by using mail-extract-address-components if
18081 gnus-extract-address-components is not bound.
18082
18083 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18084
18085 * gnus-art.el (gnus-mime-display-security): Don't display the
18086 signature, but only the signed part.
18087
18088 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18089
18090 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18091
18092 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18093 list, not listp.
18094
18095 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18096
18097 * mm-encode.el (mm-encode-content-transfer-encoding):
18098 Likewise when encoding.
18099
18100 * mm-bodies.el (mm-decode-content-transfer-encoding):
18101 De-canonicalize CRLF for all text content types, not just
18102 text/plain.
18103
18104 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18105
18106 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18107 valid article; point arrow and cursor at the MIME button.
18108
18109 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18110
18111 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18112 Suggested by Dan Christensen <jdc@uwo.ca>.
18113
18114 * mm-decode.el (mm-save-part): Enable change of prompt.
18115
18116 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18117
18118 * gnus-msg.el (gnus-inews-add-send-actions):
18119 Make `message-post-method' lambda parameter ARG `&optional'.
18120
18121 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18122
18123 * gnus-sum.el (gnus-summary-mime-map):
18124 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18125 gnus-article-jump-to-part.
18126
18127 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18128 (gnus-article-edit-part): Use it.
18129 (gnus-article-part-wrapper): Add no-handle argument.
18130 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18131 New functions.
18132
18133 2005-08-29 Romain Francoise <romain@orebokech.com>
18134
18135 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18136 docstring.
18137 (gnus-face-from-file): Likewise.
18138
18139 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18140
18141 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18142 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18143 non-nil.
18144 (gnus-auto-select-part): New variable.
18145 (gnus-article-jump-to-part): New function.
18146 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18147 (gnus-mime-delete-part): Allow selecting specified part after
18148 deleting or stripping parts.
18149 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18150 part if argument is bogus.
18151
18152 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18153
18154 * gnus-art.el (w3m-minor-mode-map):
18155 * gnus-spec.el (gnus-newsrc-file-version):
18156 * gnus-util.el (nnmail-active-file-coding-system)
18157 (gnus-original-article-buffer, gnus-user-agent):
18158 * gnus.el (gnus-ham-process-destinations)
18159 (gnus-parameter-ham-marks-alist)
18160 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18161 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18162 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18163 * mm-decode.el (gnus-current-window-configuration):
18164 * mm-extern.el (gnus-article-mime-handles):
18165 * mm-url.el (url-current-object, url-package-name)
18166 (url-package-version):
18167 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18168 (smime-keys, w3m-cid-retrieve-function-alist)
18169 (w3m-current-buffer, w3m-display-inline-images)
18170 (w3m-minor-mode-map):
18171 * mml-smime.el (gnus-extract-address-components):
18172 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18173 (gnus-newsrc-hashtb, message-default-charset)
18174 (message-deletable-headers, message-options)
18175 (message-posting-charset, message-required-mail-headers)
18176 (message-required-news-headers):
18177 * mml1991.el (mc-pgp-always-sign):
18178 * mml2015.el (mc-pgp-always-sign):
18179 * nnheader.el (nnmail-extra-headers):
18180 * rfc1843.el (gnus-decode-encoded-word-function)
18181 (gnus-decode-header-function, gnus-newsgroup-name):
18182 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18183
18184 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18185
18186 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18187 the end of the date treatments.
18188
18189 2005-08-15 Simon Josefsson <jas@extundo.com>
18190
18191 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18192 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18193 Capello and Romain Francoise.
18194 (pgg-fetch-key-function): Remove, not used?
18195 (pgg-insert-url-with-w3): Require url, to get
18196 url-insert-file-contents regardless of where it is defined.
18197
18198 2005-08-13 Romain Francoise <romain@orebokech.com>
18199
18200 * message.el (message-cite-original-1): New function.
18201 (message-cite-original): Use it.
18202 (message-cite-original-without-signature): Ditto.
18203
18204 2005-08-08 Romain Francoise <romain@orebokech.com>
18205
18206 * message.el (message-yank-empty-prefix): New variable.
18207 (message-indent-citation): Use it.
18208 (message-cite-original-without-signature): Respect X-No-Archive.
18209
18210 2005-08-08 Simon Josefsson <jas@extundo.com>
18211
18212 * pgg.el: Autoload url-insert-file-contents instead of loading
18213 w3/url.
18214 (pgg-insert-url-with-w3): Don't load url here.
18215
18216 2005-08-07 Jesper Harder <harder@phys.au.dk>
18217
18218 * message.el (message-kill-to-signature): Don't insert newline at
18219 bol.
18220 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18221
18222 2005-08-06 Romain Francoise <romain@orebokech.com>
18223
18224 * message.el (message-user-fqdn): Fix typo in docstring.
18225
18226 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18227
18228 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18229
18230 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18231
18232 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18233
18234 * mm-bodies.el (mm-encode-body): Use coding system rather than
18235 charset to encode text.
18236
18237 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18238 number of charsets if utf-8 is available (XEmacs).
18239
18240 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18241
18242 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18243 taken from `gnus-button-mid-or-mail-regexp'.
18244 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18245 (gnus-button-alist): Improve regexp for domain part of the MIDs
18246 for news:localpart@domain buttons.
18247 (gnus-button-ctan-directory-regexp): Update.
18248
18249 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18250
18251 * sieve-manage.el (sieve-manage-interactive-login):
18252 Use make-local-variable rather than make-variable-buffer-local.
18253 (sieve-manage-open): Ditto.
18254 (sieve-manage-authenticate): Ditto.
18255
18256 * mml.el (mml-generate-mime-1): Make the content type default to
18257 text/plain if the filename is not specified.
18258
18259 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18260
18261 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18262 instead of insert-buffer.
18263
18264 * message.el (message-yank-original): Ditto; set the mark at the
18265 end of the yanked message.
18266
18267 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18268
18269 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18270 lines to scroll rather than to stop it.
18271
18272 * mml.el (mml-generate-default-type): Add doc string.
18273 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18274 default to application/octet-stream when determining the content
18275 type if it is not specified for the part or the mml contents; add
18276 a comment about mml-generate-default-type.
18277
18278 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18279
18280 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18281 make it default to application/octet-stream when determining the
18282 content type if it is not specified for the external contents.
18283
18284 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18285
18286 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18287 segmented parameter but also other parameters might be there.
18288
18289 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18290
18291 * mm-decode.el (mm-display-external): Delete temp file, directory
18292 and buffer immediately if the external process is exited.
18293
18294 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18295
18296 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18297 fewer lines than that of scroll-margin.
18298 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18299
18300 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18301
18302 * gnus-art.el (gnus-article-next-page): Revert.
18303 (gnus-article-beginning-of-window): New macro.
18304 (gnus-article-next-page-1): Use it.
18305 (gnus-article-prev-page): Ditto.
18306 (gnus-article-edit-part): Use insert-buffer-substring instead of
18307 insert-buffer.
18308 (gnus-article-edit-exit): Ditto.
18309
18310 * gnus-util.el (gnus-beginning-of-window): Remove.
18311 (gnus-end-of-window): Remove.
18312
18313 2005-07-25 Simon Josefsson <jas@extundo.com>
18314
18315 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18316 to have the url package without w3. Reported by Daiki Ueno
18317 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18318
18319 2005-07-20 Didier Verna <didier@xemacs.org>
18320
18321 * gnus-diary.el: Remove the description comment (nndiary is now
18322 properly documented in the Gnus manual).
18323 Fix the spelling of "Back End".
18324 * nndiary.el: Ditto.
18325 Fix the copyright notice.
18326
18327 2005-07-18 Romain Francoise <romain@orebokech.com>
18328
18329 * gnus-sum.el (gnus-summary-to-prefix)
18330 (gnus-summary-newsgroup-prefix): New variables.
18331 (gnus-summary-from-or-to-or-newsgroups): Use them.
18332
18333 2005-07-17 Romain Francoise <romain@orebokech.com>
18334
18335 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18336 space as it's generally not especially interesting to the user.
18337
18338 2005-07-16 Romain Francoise <romain@orebokech.com>
18339
18340 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18341 nil to avoid prompting and file modification if one of the
18342 messages at the top of the nnfolder file contains a copyright
18343 notice.
18344 Update copyright notice.
18345
18346 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18347 instead of `current-time-string' as the latter creates a time
18348 string that is not RFC 2822 compliant (it lacks the zone).
18349 Update copyright notice.
18350
18351 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18352
18353 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18354 for text/rtf. Display default in prompt. Pass default for M-n.
18355
18356 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18357
18358 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18359
18360 * gnus-msg.el (gnus-button-mailto):
18361 Remove save-selected-window-window hackery because it relies on
18362 save-selected-window internals.
18363
18364 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18365
18366 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18367 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18368 (gnus-article-prev-page): Ditto.
18369
18370 * gnus-util.el (gnus-beginning-of-window): New function.
18371 (gnus-end-of-window): New function.
18372
18373 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18374
18375 * gnus-score.el (gnus-score-edit-all-score):
18376 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18377 gnus-message.
18378
18379 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18380
18381 * gnus-msg.el (gnus-button-mailto):
18382 Remove save-selected-window-window hackery because it relies on
18383 save-selected-window internals.
18384
18385 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18386
18387 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18388 add-minor-mode.
18389 (gnus-binary-mode): Ditto.
18390
18391 * gnus-topic.el (gnus-topic-mode): Ditto.
18392
18393 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18394
18395 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18396 (gnus-article-prev-page): Take scroll-margin into consideration.
18397
18398 2005-07-04 Lute Kamstra <lute@gnu.org>
18399
18400 Update FSF's address in GPL notices.
18401
18402 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18403
18404 * gnus.el (gnus-exit):
18405 * gnus-group.el (gnus-group-icons):
18406 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18407
18408 * gnus-nocem.el (gnus-nocem):
18409 * message.el (message-various, message-buffers, message-sending)
18410 (message-interface, message-forwarding, message-insertion)
18411 (message-headers, message-news, message-mail):
18412 * pgg-gpg.el (pgg-gpg):
18413 * pgg-parse.el (pgg-parse):
18414 * pgg-pgp.el (pgg-pgp):
18415 * pgg-pgp5.el (pgg-pgp5):
18416 * pop3.el (pop3): Finish `defgroup' description with period.
18417
18418 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18419
18420 * gnus-art.el (article-display-face): Improve the efficiency.
18421 (article-display-x-face): Ditto; remove gray x-face stuff.
18422
18423 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18424
18425 * gnus-art.el (article-display-face): Correct the position in
18426 which Faces are inserted.
18427
18428 2005-06-29 Didier Verna <didier@xemacs.org>
18429
18430 * gnus-art.el (article-display-face): Display faces in correct
18431 order.
18432
18433 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18434
18435 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18436 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18437 (gnus-nocem-check-article): Fetch the Type header.
18438 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18439 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18440 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18441 make sure gnus-nocem-hashtb is initialized.
18442 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18443 (gnus-nocem-unwanted-article-p): Ditto.
18444
18445 * pgg.el (pgg-verify): Return the verification result.
18446
18447 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18448
18449 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18450 is ascii.
18451
18452 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18453
18454 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18455 `show-nonbreak-escape'.
18456
18457 2005-06-23 Lute Kamstra <lute@gnu.org>
18458
18459 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18460
18461 * dig.el (dig-mode):
18462 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18463
18464 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18465
18466 * nnimap.el (nnimap-split-download-body): Fix spellings.
18467
18468 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18469
18470 * gnus-art.el (gnus-article-encrypt-body):
18471 * gnus-cus.el (gnus-score-customize):
18472 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18473 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18474
18475 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18476
18477 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18478 header by looking for magic "MII" at the beginning.
18479
18480 2005-06-16 Miles Bader <miles@gnu.org>
18481
18482 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18483 (assistant-field-face): New backward-compatibility alias for renamed
18484 face.
18485 (assistant-render-text): Use renamed assistant-field face.
18486
18487 * spam.el (spam): Remove "-face" suffix from face name.
18488 (spam-face): New backward-compatibility alias for renamed face.
18489 (spam-face, spam-initialize): Use renamed spam face.
18490
18491 * message.el (message-header-to, message-header-cc)
18492 (message-header-subject, message-header-newsgroups)
18493 (message-header-other, message-header-name)
18494 (message-header-xheader, message-separator, message-cited-text)
18495 (message-mml): Remove "-face" suffix from face names.
18496 (message-header-to-face, message-header-cc-face)
18497 (message-header-subject-face, message-header-newsgroups-face)
18498 (message-header-other-face, message-header-name-face)
18499 (message-header-xheader-face, message-separator-face)
18500 (message-cited-text-face, message-mml-face):
18501 New backward-compatibility aliases for renamed faces.
18502 (message-font-lock-keywords): Use renamed message faces.
18503
18504 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18505 (sieve-test-commands, sieve-tagged-arguments):
18506 Remove "-face" suffix from face names.
18507 (sieve-control-commands-face, sieve-action-commands-face)
18508 (sieve-test-commands-face, sieve-tagged-arguments-face):
18509 New backward-compatibility aliases for renamed faces.
18510 (sieve-control-commands-face, sieve-action-commands-face)
18511 (sieve-test-commands-face, sieve-tagged-arguments-face):
18512 Use renamed sieve faces.
18513
18514 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18515 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18516 (gnus-group-news-3-empty, gnus-group-news-4)
18517 (gnus-group-news-4-empty, gnus-group-news-5)
18518 (gnus-group-news-5-empty, gnus-group-news-6)
18519 (gnus-group-news-6-empty, gnus-group-news-low)
18520 (gnus-group-news-low-empty, gnus-group-mail-1)
18521 (gnus-group-mail-1-empty, gnus-group-mail-2)
18522 (gnus-group-mail-2-empty, gnus-group-mail-3)
18523 (gnus-group-mail-3-empty, gnus-group-mail-low)
18524 (gnus-group-mail-low-empty, gnus-summary-selected)
18525 (gnus-summary-cancelled, gnus-summary-high-ticked)
18526 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18527 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18528 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18529 (gnus-summary-low-undownloaded)
18530 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18531 (gnus-summary-low-unread, gnus-summary-normal-unread)
18532 (gnus-summary-high-read, gnus-summary-low-read)
18533 (gnus-summary-normal-read, gnus-splash):
18534 Remove "-face" suffix from face names.
18535 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18536 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18537 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18538 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18539 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18540 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18541 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18542 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18543 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18544 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18545 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18546 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18547 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18548 (gnus-summary-normal-ticked-face)
18549 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18550 (gnus-summary-normal-ancient-face)
18551 (gnus-summary-high-undownloaded-face)
18552 (gnus-summary-low-undownloaded-face)
18553 (gnus-summary-normal-undownloaded-face)
18554 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18555 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18556 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18557 (gnus-splash-face):
18558 New backward-compatibility aliases for renamed faces.
18559 (gnus-group-startup-message): Use renamed gnus faces.
18560
18561 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18562 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18563 (gnus-server-agent): Remove "-face" suffix from face names.
18564 (gnus-server-agent-face, gnus-server-opened-face)
18565 (gnus-server-closed-face, gnus-server-denied-face)
18566 (gnus-server-offline-face):
18567 New backward-compatibility aliases for renamed faces.
18568 (gnus-server-agent-face, gnus-server-opened-face)
18569 (gnus-server-closed-face, gnus-server-denied-face)
18570 (gnus-server-offline-face): Use renamed gnus faces.
18571
18572 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18573 Remove "-face" suffix from face names.
18574 (gnus-picon-xbm-face, gnus-picon-face):
18575 New backward-compatibility aliases for renamed faces.
18576
18577 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18578 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18579 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18580 (gnus-cite-11): Remove "-face" suffix from face names.
18581 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18582 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18583 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18584 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18585 New backward-compatibility aliases for renamed faces.
18586 (gnus-cite-attribution-face, gnus-cite-face-list)
18587 (gnus-article-boring-faces): Use renamed gnus faces.
18588
18589 * gnus-art.el (gnus-signature, gnus-header-from)
18590 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18591 (gnus-header-content): Remove "-face" suffix from face names.
18592 (gnus-signature-face, gnus-header-from-face)
18593 (gnus-header-subject-face, gnus-header-newsgroups-face)
18594 (gnus-header-name-face, gnus-header-content-face):
18595 New backward-compatibility aliases for renamed faces.
18596 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18597
18598 * gnus-sum.el (gnus-summary-selected-face)
18599 (gnus-summary-highlight): Use renamed gnus faces.
18600 * gnus-group.el (gnus-group-highlight): Likewise.
18601
18602 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18603
18604 * gnus-sieve.el (gnus-sieve-article-add-rule):
18605 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18606 * spam-stat.el (spam-stat-buffer-change-to-spam)
18607 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18608
18609 * message.el (message-is-yours-p):
18610 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18611
18612 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18613
18614 * mm-view.el (mm-inline-text): Withdraw the last change.
18615
18616 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18617
18618 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18619 executing enriched-decode.
18620
18621 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18622
18623 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18624 charset of tar files.
18625
18626 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18627
18628 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18629
18630 2005-06-04 Lute Kamstra <lute@gnu.org>
18631
18632 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18633 information is never recorded.
18634
18635 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18638
18639 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18640
18641 * pop3.el (pop3-apop): Run md5 in the binary mode.
18642
18643 * starttls.el (starttls-set-process-query-on-exit-flag):
18644 Use eval-and-compile.
18645
18646 2005-05-31 Simon Josefsson <jas@extundo.com>
18647
18648 * smime.el (smime-replace-in-string): Define.
18649 (smime-cert-by-ldap-1): Use it.
18650
18651 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18652
18653 * gnus-art.el (article-display-x-face): Replace
18654 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18655
18656 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18657 set-process-query-on-exit-flag or process-kill-without-query.
18658
18659 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18660 loop instead of replace-regexp.
18661
18662 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18663 instead of process-kill-without-query if it is available.
18664
18665 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18666 instead of find-file-hooks if it is available.
18667
18668 * mml1991.el: Bind pgg-default-user-id when compiling.
18669
18670 * mml2015.el: Bind pgg-default-user-id when compiling.
18671
18672 * nndraft.el (nndraft-request-associate-buffer):
18673 Use write-contents-functions instead of write-contents-hooks if it is
18674 available.
18675
18676 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18677 instead of find-file-hooks if it is available.
18678
18679 * nntp.el (nntp-open-connection): Replace
18680 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18681 (nntp-open-ssl-stream): Ditto.
18682 (nntp-open-tls-stream): Ditto.
18683
18684 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18685 set-process-query-on-exit-flag or process-kill-without-query.
18686 (starttls-open-stream-gnutls): Use it instead of
18687 process-kill-without-query.
18688 (starttls-open-stream): Ditto.
18689
18690 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18691
18692 * smime.el (smime-cert-by-ldap-1): Don't use
18693 replace-regexp-in-string.
18694
18695 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18696
18697 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18698
18699 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18700 in PEM format. Adjust to the XEmacs compatibility.
18701
18702 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18703
18704 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18705 by `string-to-number'.
18706 * gnus-agent.el (gnus-agent-regenerate-group)
18707 (gnus-agent-fetch-articles): Ditto.
18708 * gnus-art.el (gnus-button-fetch-group): Ditto.
18709 * gnus-cache.el (gnus-cache-generate-active)
18710 (gnus-cache-articles-in-group): Ditto.
18711 * gnus-group.el (gnus-group-set-current-level)
18712 (gnus-group-insert-group-line): Ditto.
18713 * gnus-score.el (gnus-score-set-expunge-below)
18714 (gnus-score-set-mark-below, gnus-summary-score-effect)
18715 (gnus-summary-score-entry): Ditto.
18716 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18717 (gnus-soup-pack): Ditto.
18718 * gnus-spec.el (gnus-xmas-format): Ditto.
18719 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18720 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18721 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18722 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18723 * nndb.el (nndb-get-remote-expire-response): Ditto.
18724 * nndiary.el (nndiary-parse-schedule-value)
18725 (nndiary-string-to-number, nndiary-request-replace-article)
18726 (nndiary-request-article): Ditto.
18727 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18728 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18729 * nneething.el (nneething-make-head): Ditto.
18730 * nnfolder.el (nnfolder-request-article)
18731 (nnfolder-retrieve-headers): Ditto.
18732 * nnheader.el (nnheader-file-to-number): Ditto.
18733 * nnkiboze.el (nnkiboze-request-article): Ditto.
18734 * nnmail.el (nnmail-process-unix-mail-format)
18735 (nnmail-process-babyl-mail-format): Ditto.
18736 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18737 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18738 (nnmh-request-create-group, nnmh-request-list-1)
18739 (nnmh-request-group, nnmh-request-article): Ditto.
18740 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18741 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18742 * nnsoup.el (nnsoup-make-active): Ditto.
18743 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18744 * nntp.el (nntp-find-group-and-number)
18745 (nntp-retrieve-headers-with-xover): Ditto.
18746 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18747 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18748 (pgg-format-key-identifier): Ditto.
18749 * pop3.el (pop3-last, pop3-stat): Ditto.
18750 * qp.el (quoted-printable-decode-region): Ditto.
18751
18752 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18753 of concat.
18754
18755 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18756
18757 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18758
18759 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18760
18761 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18762
18763 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18764
18765 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18766
18767 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18768
18769 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18770 (gnus-carpal-mode): Ditto.
18771
18772 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18773 (gnus-browse-mode): Ditto.
18774
18775 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18776
18777 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18778
18779 2005-05-29 Richard M. Stallman <rms@gnu.org>
18780
18781 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18782
18783 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18784
18785 * gnus-util.el (gnus-run-mode-hooks): New function.
18786
18787 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18788
18789 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18790
18791 * gnus-agent.el (gnus-agent-make-mode-line-string):
18792 Use mode-line-highlight as mouse-face.
18793
18794 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18795
18796 * canlock.el (canlock): Change the parent group to news.
18797
18798 * deuglify.el (gnus-outlook-deuglify): Add :group.
18799
18800 * dig.el (dig): Add :group.
18801
18802 * dns-mode.el (dns-mode): Add :group.
18803
18804 * encrypt.el (encrypt): Add :group.
18805
18806 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18807 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18808 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18809 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18810 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18811
18812 * gnus-diary.el (gnus-diary): Add :group.
18813
18814 * gnus.el (gnus-group-news-1-face): Add :group.
18815 (gnus-group-news-1-empty-face): Ditto.
18816 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18817 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18818 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18819 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18820 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18821 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18822 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18823 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18824 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18825 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18826 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18827 (gnus-summary-high-ticked-face): Ditto.
18828 (gnus-summary-low-ticked-face): Ditto.
18829 (gnus-summary-normal-ticked-face): Ditto.
18830 (gnus-summary-high-ancient-face): Ditto.
18831 (gnus-summary-low-ancient-face): Ditto.
18832 (gnus-summary-normal-ancient-face): Ditto.
18833 (gnus-summary-high-undownloaded-face): Ditto.
18834 (gnus-summary-low-undownloaded-face): Ditto.
18835 (gnus-summary-normal-undownloaded-face): Ditto.
18836 (gnus-summary-high-unread-face): Ditto.
18837 (gnus-summary-low-unread-face): Ditto.
18838 (gnus-summary-normal-unread-face): Ditto.
18839 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18840 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18841
18842 * hashcash.el (hashcash): New custom group.
18843 (hashcash-default-payment): Add :group.
18844 (hashcash-payment-alist): Ditto.
18845 (hashcash-default-accept-payment): Ditto.
18846 (hashcash-accept-resources): Ditto.
18847 (hashcash-path): Ditto.
18848 (hashcash-extra-generate-parameters): Ditto.
18849 (hashcash-double-spend-database): Ditto.
18850 (hashcash-in-news): Ditto.
18851
18852 * message.el (message-minibuffer-local-map): Add :group.
18853
18854 * netrc.el (netrc): Add :group.
18855
18856 * sieve-manage.el (sieve-manage-log): Add :group.
18857 (sieve-manage-default-user): Diito.
18858 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18859 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18860 (sieve-manage-authenticators): Ditto.
18861 (sieve-manage-authenticator-alist): Ditto.
18862 (sieve-manage-default-port): Ditto.
18863
18864 * sieve-mode.el (sieve-control-commands-face): Add :group.
18865 (sieve-action-commands-face): Ditto.
18866 (sieve-test-commands-face): Ditto.
18867 (sieve-tagged-arguments-face): Ditto.
18868
18869 * smime.el (smime): Add :group.
18870
18871 * spam-report.el (spam-report): Add :group.
18872
18873 * spam.el (spam, spam-face): Add :group.
18874
18875 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18876
18877 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18878 return \n.\n.\n at the end of articles. Protect against that.
18879 (nntp-with-open-group): Allow debugging.
18880
18881 * nnheader.el (mail-header-set-extra): Make into a function
18882 because I just could't understand how to quote the list properly.
18883
18884 * dns.el (query-dns-cached): New function.
18885
18886 2005-05-26 Lute Kamstra <lute@gnu.org>
18887
18888 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18889
18890 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18891
18892 * gnus-art.el: Don't autoload mail-extract-address-components.
18893
18894 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18895 eval-and-compile to evaluate it.
18896
18897 * hashcash.el: Don't autoload executable-find.
18898
18899 * nndb.el: Don't declare the nndb back end two or more times; don't
18900 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18901
18902 * nntp.el: Autoload format-spec instead of format; use
18903 eval-and-compile to evaluate autoload forms.
18904
18905 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18906
18907 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18908
18909 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18910
18911 * gnus.el (gnus-version-number): Bump version.
18912
18913 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18914
18915 * gnus.el: No Gnus v0.3 is released.
18916
18917 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18918
18919 * gnus-art.el (gnus-article-edit-part): Disable undo.
18920
18921 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18922
18923 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18924 gnus-article-date-lapsed-new-header is t if date timer is active;
18925 skip headers in which the original date value is empty.
18926 (gnus-article-save-original-date): Redefine it as a macro.
18927 (gnus-display-mime): Use it.
18928
18929 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18930
18931 * gnus-art.el (article-date-ut): Support converting date in
18932 forwarded parts as well.
18933 (gnus-article-save-original-date): New function.
18934 (gnus-display-mime): Use it.
18935
18936 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18937
18938 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18939 enclosure element of <item>.
18940
18941 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18942
18943 * message.el (message-kill-buffer-query): Rename from
18944 `message-kill-buffer-query-if-modified'. Add :version.
18945
18946 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18947
18948 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18949 window layout.
18950
18951 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18952
18953 * mml.el: Autoload dnd when compiling.
18954
18955 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18956
18957 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18958 x-dnd-*.
18959
18960 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18961
18962 * qp.el (quoted-printable-encode-region): Save excursion.
18963
18964 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18965
18966 * message.el (message-kill-buffer-query-if-modified): Add new variable
18967 so the user can kill a modified message buffer quickly.
18968 (message-kill-buffer): Use it.
18969
18970 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18971
18972 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18973 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18974
18975 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18976
18977 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18978 contained in text because xml.el decodes entities) with LFs.
18979
18980 2005-04-11 Lute Kamstra <lute@gnu.org>
18981
18982 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18983 differently.
18984
18985 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18986
18987 * mm-util.el (mm-detect-coding-region): Typo.
18988
18989 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18990
18991 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18992
18993 2005-04-06 Deepak Goel <deego@gnufans.org>
18994
18995 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18996 user-function allow user modifications of the scores.
18997 (spam-stat-score-buffer-user): New function, to allow
18998 user-computed modifications to the score.
18999 (spam-stat-score-buffer-user-functions): List of additional
19000 scoring functions.
19001 (spam-stat-error-holder): Global temporary error holder.
19002 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19003 variable.
19004
19005 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
19006
19007 * gnus-registry.el (gnus-registry-clean-empty-function)
19008 (gnus-registry-trim, gnus-registry-fetch-groups)
19009 (gnus-registry-delete-group): Groups that match
19010 `gnus-registry-ignored-groups' are removed from the registry
19011 entries, not just ignored for splitting. This helps clean up the
19012 registry. Also, `gnus-registry-fetch-groups' is a convenient way
19013 to get all the groups a message ID is in.
19014
19015 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19016 (spam-stat-split-fancy): Change "threshhold" to "threshold".
19017 (spam-stat-score-buffer-user-functions): Add :number custom type.
19018
19019 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19020
19021 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19022 argument in XEmacs.
19023
19024 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19025 (nnrss-request-group): Decode group name first.
19026 (nnrss-request-article): Make a text/plain article if mml-to-mime
19027 failed.
19028 (nnrss-get-encoding): Return a compatible encoding according to
19029 nnrss-compatible-encoding-alist.
19030 (nnrss-find-el): Use consp instead of listp.
19031 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19032
19033 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
19034
19035 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19036 which Emacs 20 doesn't support.
19037 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19038
19039 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
19040
19041 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19042 silence the byte compiler inside the defun.
19043
19044 * gnus-demon.el (parse-time-string): Add autoload.
19045
19046 * gnus-delay.el (parse-time-string): Add autoload.
19047
19048 * gnus-art.el (parse-time-string): Add autoload.
19049
19050 * nnultimate.el (parse-time): Require for `parse-time-string'.
19051
19052 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
19053
19054 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19055
19056 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19057
19058 * smime.el (smime-ldap-host-list): Add :version.
19059
19060 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
19061
19062 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19063 pass it to `gnus-browse-read-group'.
19064 (gnus-browse-read-group): Add NUMBER argument and pass it to
19065 `gnus-group-read-ephemeral-group'.
19066
19067 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19068 argument and pass it to `gnus-group-read-group'.
19069
19070 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
19071
19072 * mm-util.el (mm-xemacs-find-mime-charset): Only call
19073 mm-xemacs-find-mime-charset-1 if we have the mule feature
19074 available at runtime.
19075
19076 2005-03-25 Werner Lemberg <wl@gnu.org>
19077
19078 * nnmaildir.el: Replace `illegal' with `invalid'.
19079
19080 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * gnus-start.el (gnus-display-time-event-handler):
19083 Check display-time-timer at runtime rather than only at load time
19084 in case display-time-mode is turned off in the mean time.
19085
19086 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19087
19088 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19089 used.
19090
19091 * nneething.el (nneething-map-file-directory): Derive from
19092 `gnus-directory'.
19093
19094 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19095 the To/Cc button.
19096
19097 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19098
19099 * nnmaildir.el (nnmaildir-request-accept-article):
19100 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19101
19102 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19103
19104 * gnus-async.el: Require timer-funcs at compile time when in
19105 XEmacs for `run-with-idle-timer'.
19106
19107 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19108
19109 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19110 autoloaded function.
19111
19112 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19115
19116 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19117
19118 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19119
19120 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19121
19122 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19123 Add gnus-expert-user to default.
19124
19125 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19126
19127 * nnimap.el (nnimap-open-server): Ditto.
19128
19129 * imap.el (imap-authenticate): Fix typo.
19130
19131 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19132
19133 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19134 buffer (since IMAP server might return FETCH response out of
19135 order, and the nntp buffer must be sorted).
19136
19137 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19138
19139 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19140 comparison on string.
19141
19142 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19143 (gnus-agent-score): Rename category keywords to match gnus-cus.
19144 (gnus-agent-summary-fetch-series): Modify to protect against
19145 gnus-agent-summary-fetch-group clearing processable flags.
19146 (gnus-agent-synchronize-group-flags): Update live group buffer as
19147 synchronization may occur due to the user toggle the plugged
19148 status.
19149 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19150 successfully downloaded.
19151 (gnus-agent-expire-group-1): Avoid using markers when the overview
19152 is in ascending order; greatly improves performance.
19153 (gnus-agent-regenerate-group):
19154 Use gnus-agent-synchronize-group-flags to reset read status in both
19155 gnus and server.
19156 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19157
19158 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19159
19160 * message.el: Don't autoload former message-utils variables.
19161 (message-strip-subject-trailing-was): Change doc string.
19162
19163 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19164 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19165 (nnweb-google-search): Add "hl=en" here.
19166 (nnweb-google-parse-1, nnweb-google-create-mapping):
19167 Don't hardcode URL.
19168
19169 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19170
19171 * message.el (message-get-reply-headers, message-followup):
19172 Mention related variables `message-use-followup-to' and
19173 `message-use-mail-followup-to', in the information buffer.
19174
19175 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19176 of broken groups(-beta).google.com.
19177
19178 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19179
19180 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19181 parameter to invoked gnus-request-move-article; remove the
19182 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19183 all at once instead of once per article.
19184 (gnus-summary-remove-process-mark): Accept a list of articles as
19185 well as a single article for processing.
19186
19187 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19188 parameter.
19189
19190 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19191
19192 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19193
19194 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19195 parameter.
19196
19197 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19198 parameter.
19199
19200 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19201 parameter and remove the gnus-sum-hint-move-is-internal variable.
19202
19203 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19204 parameter.
19205
19206 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19207 parameter.
19208
19209 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19210 parameter.
19211
19212 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19213
19214 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19215 parameter.
19216
19217 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19218 parameter.
19219
19220 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19221
19222 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19223 a more conservative way.
19224
19225 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19226
19227 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19228 buffer, so it moves the window's cursor.
19229
19230 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19231
19232 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19233 `mm-dissect-multipart' and receive the from field as an (optional)
19234 argument from `mm-dissect-multipart'.
19235 (mm-dissect-multipart): Receive the from field as an argument and
19236 pass it on when we call `mm-dissect-buffer' on MIME parts.
19237 Fixes verification/decryption of signed/encrypted MIME parts.
19238
19239 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19240
19241 * gnus-sum.el (gnus-summary-move-article):
19242 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19243 whatever it calls (right now, only nnimap-request-move article
19244 respects it).
19245
19246 * nnimap.el (nnimap-request-move-article):
19247 When gnus-sum-hint-move-is-internal is set, don't do the extra
19248 nnimap-request-article.
19249
19250 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19251
19252 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19253
19254 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19255 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19256
19257 * gnus-sum.el (gnus-summary-caesar-message):
19258 Apply `gnus-treat-article' after rotation.
19259
19260 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19261 doc string.
19262
19263 2005-02-22 Simon Josefsson <jas@extundo.com>
19264
19265 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19266 `password-cache-expiry' instead). Reported by Arne Jørgensen
19267 <arne@arnested.dk>.
19268 (encrypt): Add password-cache and password-cache-expiry as group
19269 members.
19270
19271 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19272
19273 * smime.el (smime-ldap-host-list): Doc fix.
19274 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19275 cache) password.
19276 (smime-sign-region): Use it.
19277 (smime-decrypt-region): Use it.
19278 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19279 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19280 fails.
19281 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19282 certificate from DER to PEM format rather than calling openssl.
19283
19284 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19285
19286 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19287 for signing/encryption.
19288
19289 * mml.el (mml-parse-1): Use them.
19290
19291 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19292
19293 * nnrss.el (nnrss-verbose): Remove.
19294 (nnrss-request-group): Use `nnheader-message' instead.
19295
19296 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19297
19298 * nnrss.el (nnrss-verbose): New variable.
19299 (nnrss-request-group): Make it say nnrss is requesting a group.
19300
19301 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19302
19303 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19304 Handle news URL with given port correctly.
19305
19306 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19307
19308 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19309 containing special characters.
19310
19311 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19312
19313 * mml.el (mime-to-mml): Ditto.
19314
19315 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19316 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19317 (rfc2047-decode-region): Quote decoded words containing special
19318 characters when rfc2047-quote-decoded-words-containing-tspecials
19319 is non-nil.
19320
19321 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19322
19323 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19324
19325 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19326
19327 2005-02-15 Simon Josefsson <jas@extundo.com>
19328
19329 * nnimap.el (nnimap-debug): Doc fix.
19330
19331 * imap.el (imap-debug): Doc fix.
19332
19333 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19334
19335 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19336
19337 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19338
19339 * gnus.el (spam-contents): Improve docs for spam-contents
19340 parameter in its variable incarnation.
19341
19342 2005-02-14 Simon Josefsson <jas@extundo.com>
19343
19344 * smime-ldap.el: Use require instead of load-library for ldap.
19345 (smime-ldap-search): Indent.
19346 (smime-ldap-search-internal): Shorten line.
19347
19348 * smime.el (smime-cert-by-dns): Add doc-string.
19349 (smime-cert-by-ldap-1): Indent.
19350
19351 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19352 mml-smime-get-dns-ldap.
19353 (mml-smime-encrypt-query): Use new function. Default to ldap.
19354
19355 2005-02-14 Arne Jørgensen <arne@arnested.dk>
19356
19357 * smime.el: Require smime-ldap.
19358 (smime-ldap-host-list): New variable.
19359 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19360
19361 * mml-smime.el (mml-smime-encrypt-query): New function.
19362 (mml-smime-encrypt-query): Use it.
19363
19364 * smime-ldap.el: New file.
19365
19366 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19367
19368 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19369
19370 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19371
19372 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19373 argument in doc string. Make query for type more clear.
19374
19375 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19376
19377 * gnus.el (gnus-group-startup-message): Search for gnus images in
19378 etc/images/gnus.
19379 * mm-util.el (mm-image-load-path): Likewise.
19380 * smiley.el (smiley-data-directory): Search for smilies in
19381 etc/images/smilies.
19382
19383 2005-02-09 Kim F. Storm <storm@cua.dk>
19384
19385 Change Emacs release version from 21.4 to 22.1 throughout.
19386 Change Emacs development version from 21.3.50 to 22.0.50.
19387
19388 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19389
19390 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19391
19392 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19393 non-Mule XEmacs as well.
19394 (mm-decompress-buffer): Signal an error intentionally if it does
19395 not decompress compressed data because auto-compression-mode is
19396 disabled.
19397
19398 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19399
19400 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19401 an ID in the registry even if it has no groups.
19402
19403 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19404
19405 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19406 merge it into mm-decompress-buffer.
19407 (gnus-mime-copy-part): Use the MIME part charset, the value which
19408 a user specified or gnus-newsgroup-charset for decoding, like
19409 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19410 save-buffer what was used. Suggested by Kevin Ryde
19411 <user42@zip.com.au>.
19412 (gnus-mime-inline-part): Allow the name parameter as well as the
19413 filename parameter; force decompressing of compressed data; always
19414 display contents being not decoded as unibyte.
19415
19416 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19417 as well as the filename parameter.
19418
19419 * mm-util.el (mm-decompress-buffer):
19420 Merge gnus-mime-jka-compr-maybe-uncompress.
19421 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19422 of compressed data.
19423
19424 2005-02-08 Simon Josefsson <jas@extundo.com>
19425
19426 * imap.el (imap-log): Doc fix.
19427
19428 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19429
19430 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19431 the coding cookies; decompress compressed parts.
19432
19433 * mml.el (mml-generate-mime-1): Add the charset parameter according
19434 to the value which a user specified manually or the coding cookie.
19435
19436 * mm-util.el (mm-string-to-multibyte): New function.
19437 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19438 (mm-coding-system-to-mime-charset): New function.
19439 (mm-decompress-buffer): New function.
19440 (mm-find-buffer-file-coding-system): New function.
19441
19442 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19443 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19444 parts.
19445
19446 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19447
19448 * mm-view.el (mm-display-inline-fontify): Decode a part according
19449 to the charset parameter.
19450
19451 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19452
19453 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19454 prefix arg is neither nil nor a number, as info specifies.
19455
19456 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19457
19458 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19459 timestamps.
19460
19461 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19462
19463 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19464 groups error checking and notify user.
19465
19466 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19467
19468 * message.el (message-send-mail-function): Check existence of
19469 sendmail-program first before using default value
19470 `message-send-mail-with-sendmail'. Otherwise use more generic
19471 `smtpmail-send-it'.
19472
19473 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19474
19475 * nntp.el (nntp-request-update-info): Always return nil.
19476
19477 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19478
19479 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19480
19481 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * message.el (message-beginning-of-line): Change the behavior when
19484 invoked between BOL and : so that it first moves backward.
19485
19486 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19487
19488 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19489 article buffer when editing of the article is discarded.
19490 (gnus-article-prepare): Revert.
19491
19492 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19493
19494 * gnus-art.el (gnus-article-prepare):
19495 Remove message-strip-forbidden-properties from the local hook.
19496
19497 2005-01-27 Simon Josefsson <jas@extundo.com>
19498
19499 * password.el (password-cache-add): Only start one timer per key.
19500 Reported by Derek Atkins <warlord@MIT.EDU>.
19501
19502 2005-01-26 Steve Youngs <steve@sxemacs.org>
19503
19504 * run-at-time.el: Remove. It is no longer needed as
19505 timer-funcs.el in the xemacs-base package has a working version of
19506 `run-at-time'.
19507
19508 * password.el: Require timer-funcs instead of run-at-time in
19509 XEmacs.
19510 Remove `password-run-at-time' macro.
19511 (password-cache-add): Use `run-at-time' instead of
19512 `password-run-at-time'.
19513
19514 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19515 for `run-with-idle-timer'.
19516
19517 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19518 for `run-at-time'.
19519
19520 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19521 for `with-timeout'.
19522
19523 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19524
19525 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19526 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19527
19528 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19529
19530 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19531 sensitively.
19532
19533 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19534
19535 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19536
19537 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19538
19539 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19540 which will be inserted according to the multibyteness of a buffer
19541 rather than the type of contents. Suggested by ARISAWA Akihiro
19542 <ari@mbf.ocn.ne.jp>.
19543
19544 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19545 of string which old xml.el may return rather than a string.
19546
19547 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19548
19549 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19550
19551 2005-01-16 Simon Josefsson <jas@extundo.com>
19552
19553 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19554 idn/idna.el isn't available.
19555 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19556 <michael@waxrat.com>.
19557
19558 * hashcash.el: Remove non-FSF copyright header.
19559
19560 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19561 (hashcash-generate-payment): Use it.
19562 (hashcash-generate-payment-async): Use it.
19563
19564 2005-01-15 Simon Josefsson <jas@extundo.com>
19565
19566 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19567 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19568
19569 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19570 gnus-summary-idna-message.
19571 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19572 (gnus-summary-idna-message): New function.
19573
19574 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19575
19576 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19577 gnus-novice-user.
19578
19579 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19580
19581 * nnrss.el (nnrss-request-delete-group): Delete entries in
19582 nnrss-group-alist as well.
19583 (nnrss-save-server-data): Insert newline.
19584
19585 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19586
19587 * gnus.el (gnus-user-agent): Use list of symbols instead of
19588 symbols. Display full version number for (S)XEmacs.
19589 Optionally display (S)XEmacs codename.
19590
19591 * gnus-util.el (gnus-emacs-version): Update for new
19592 `gnus-user-agent'.
19593
19594 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19595 Gnus version.
19596
19597 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19598
19599 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19600 which is unreadable in some setups.
19601
19602 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19603
19604 * gnus-spec.el (gnus-update-format-specifications): Flush the
19605 group format spec cache if it doesn't support decoded group names.
19606
19607 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19608
19609 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19610 Allow to apply decay on score files matching a regexp.
19611
19612 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19613
19614 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19615 compatibility in %g and %c.
19616
19617 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19618
19619 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19620 name for only %g and %c.
19621 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19622 of gnus-tmp-group to decoded group name.
19623 (gnus-group-make-rss-group): Exclude `/'s from group names.
19624
19625 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19626
19627 * nnrss.el (nnrss-get-encoding): Fix regexp.
19628
19629 2004-12-27 Simon Josefsson <jas@extundo.com>
19630
19631 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19632 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19633 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19634
19635 2004-12-17 Kim F. Storm <storm@cua.dk>
19636
19637 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19638
19639 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19640
19641 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19642
19643 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19644
19645 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19646
19647 * nnrss.el: Require rfc2047 and mml.
19648 (nnrss-file-coding-system): New variable.
19649 (nnrss-format-string): Redefine it as an inline function.
19650 (nnrss-decode-group-name): New function.
19651 (nnrss-string-as-multibyte): Remove.
19652 (nnrss-retrieve-headers): Decode group name; don't use
19653 nnrss-format-string.
19654 (nnrss-request-group): Decode group name.
19655 (nnrss-request-article): Decode group name; allow a Message-ID as
19656 well as an article number; don't use nnrss-format-string; encode a
19657 Message-ID string which may contain non-ASCII characters; use
19658 mml-to-mime to compose a MIME article.
19659 (nnrss-request-expire-articles): Decode group name.
19660 (nnrss-request-delete-group): Decode group name.
19661 (nnrss-fetch): Clarify error message.
19662 (nnrss-read-server-data): Use insert-file-contents instead of load;
19663 bind file-name-coding-system; use multibyte buffer.
19664 (nnrss-save-server-data): Bind coding-system-for-write to the
19665 value of nnrss-file-coding-system; bind file-name-coding-system;
19666 add coding cookie.
19667 (nnrss-read-group-data): Use insert-file-contents instead of load;
19668 bind file-name-coding-system; use multibyte buffer.
19669 (nnrss-save-group-data): Bind coding-system-for-write to the
19670 value of nnrss-file-coding-system; bind file-name-coding-system.
19671 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19672 make it work with non-ASCII text.
19673 (nnrss-find-el): Make it work with old xml.el as well.
19674
19675 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19676
19677 * nnrss.el (nnrss-get-encoding): New function.
19678 (nnrss-fetch): Use unibyte buffer initially; bind
19679 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19680 decode contents according to the encoding attribute.
19681 (nnrss-save-group-data): Add coding cookie.
19682 (nnrss-mime-encode-string): New function.
19683 (nnrss-check-group): Use it to encode subject and author.
19684
19685 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19686
19687 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19688 imaginary variable.
19689
19690 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19691
19692 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19693 correctly even if there are wide characters.
19694
19695 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19696
19697 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19698 downcased symbol names; make a new cache instead of reusing
19699 bbdb-hashtable.
19700
19701 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19702
19703 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19704 concatenating segments rather than before concatenating them.
19705 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19706
19707 * message.el (message-get-reply-headers): Bind `extra'.
19708
19709 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19710
19711 * message.el (message-extra-wide-headers): New variable.
19712 (message-get-reply-headers): Use it.
19713
19714 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19715
19716 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19717 (gnus-agent-group-pathname): Ditto.
19718
19719 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19720
19721 * gnus-group.el (gnus-group-make-group): Decode group name.
19722 (gnus-group-make-rss-group): Register the group data after opening
19723 the nnrss group.
19724
19725 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19726
19727 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19728 by expiry now get marked as read.
19729
19730 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19731
19732 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19733
19734 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19735
19736 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19737 unify Latin characters in XEmacs.
19738 (mm-find-mime-charset-region): Use it.
19739
19740 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19741
19742 * gnus-util.el (gnus-delete-directory): New function.
19743
19744 * gnus-agent.el (gnus-agent-delete-group): Use it.
19745
19746 * gnus-cache.el (gnus-cache-delete-group): Use it.
19747
19748 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19749
19750 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19751 names.
19752
19753 2004-12-16 Simon Josefsson <jas@extundo.com>
19754
19755 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19756
19757 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19758
19759 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19760
19761 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19762 (gnus-group-set-current-level): Decode group name.
19763
19764 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19765
19766 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19767 failed.
19768
19769 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19770
19771 * gnus-group.el (gnus-group-delete-group): Decode group name.
19772 (gnus-group-make-rss-group): Encode group name.
19773 (gnus-group-catchup-current): Decode group name.
19774 (gnus-group-kill-group): Decode group name.
19775
19776 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19777
19778 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19779
19780 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19781
19782 * gnus-group.el (gnus-group-make-rss-group):
19783 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19784
19785 * gnus-start.el (gnus-setup-news): Honor user's setting to
19786 gnus-message-archive-method. Suggested by Lute Kamstra
19787 <lute@gnu.org>.
19788
19789 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19790
19791 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19792 global counterparts of the buffer-local variables.
19793
19794 2004-11-16 Romain Francoise <romain@orebokech.com>
19795
19796 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19797 counterparts of the buffer-local variables.
19798
19799 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19800
19801 * message.el (message-forbidden-properties): Fix typo in doc
19802 string.
19803
19804 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19805
19806 * gnus-util.el (gnus-replace-in-string): Add doc string.
19807
19808 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19809 to avoid problems when splitting mails with many recipients.
19810
19811 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19812
19813 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19814 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19815
19816 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19817
19818 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19819 if there is no hashtable in memory or file modification time is
19820 newer than cached timestamp.
19821
19822 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19823
19824 * gnus-sum.el (gnus-summary-limit-to-recipient):
19825 Implement not-matching option.
19826
19827 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19828
19829 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19830 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19831 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19832 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19833 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19834 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19835
19836 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19837
19838 * message.el (message-forward-make-body-mml): Remove headers
19839 according to message-forward-ignored-headers if a message is decoded.
19840
19841 2004-12-02 Romain Francoise <romain@orebokech.com>
19842
19843 * message.el (message-forward-make-body-plain): Always remove
19844 headers according to message-forward-ignored-headers.
19845
19846 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19847
19848 * spam.el (spam-summary-prepare-exit): Remove the
19849 gnus-summary-limit pop for now, it has problems with ham marks for
19850 me.
19851
19852 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19853
19854 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19855 correctly.
19856
19857 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19858
19859 * format-spec.el (format-spec): Message the char.
19860
19861 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19862
19863 * gnus-art.el (gnus-split-methods): Reformat comments.
19864
19865 * spam.el (spam-summary-prepare-exit): Remove article limits
19866 before exiting the summary buffer.
19867
19868 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19869
19870 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19871 order to silence the byte compiler.
19872
19873 * spam.el: Fix the way to silence the byte compiler, which
19874 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19875 bbdb-search-simple, spam-BBDB-register-routine,
19876 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19877 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19878 spam-stat-buffer-is-spam, spam-stat-load,
19879 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19880 spam-stat-save and spam-stat-split-fancy.
19881
19882 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19883
19884 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19885 which may confuse users.
19886 (canlock-password-for-verify): Ditto.
19887
19888 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19889
19890 * gnus-art.el (gnus-emphasis-alist): Ditto.
19891
19892 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19893
19894 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19895
19896 * gnus-start.el (gnus-save-killed-list): Ditto.
19897
19898 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19899 (gnus-sum-thread-tree-root): Ditto.
19900 (gnus-sum-thread-tree-false-root): Ditto.
19901 (gnus-sum-thread-tree-single-indent): Ditto.
19902
19903 * message.el (message-courtesy-message): Ditto.
19904 (message-archive-note): Ditto.
19905 (message-subscribed-address-file): Ditto.
19906 (message-user-fqdn): Ditto.
19907
19908 * spam-report.el (spam-report-gmane-regex): Ditto.
19909
19910 * spam.el (spam-blackhole-good-server-regex): Ditto.
19911
19912 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19913
19914 * mml.el (mml-preview): Widen the message buffer before copying
19915 the contents to the preview buffer; sort headers before previewing.
19916
19917 * message.el (message-hidden-headers): Fix the way to avoid a bug
19918 in the `repeat' widget in Emacs 21.3 or earlier.
19919
19920 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19921
19922 * message.el (message-hidden-headers): Default to "^References:".
19923 Improve customization type. Suggested by Reiner Steib
19924 <Reiner.Steib@gmx.de>.
19925
19926 2004-11-25 Romain Francoise <romain@orebokech.com>
19927
19928 * message.el (message-strip-forbidden-properties): Remove check for
19929 obsolete `message-hidden' text property, hidden headers are not
19930 accessible in the buffer anymore.
19931
19932 2004-11-22 Romain Francoise <romain@orebokech.com>
19933
19934 * message.el (message-header-format-alist): Add `From' in list
19935 so that it can be sorted.
19936 (message-fix-before-sending): Widen and sort headers before
19937 sending.
19938 (message-hide-headers): Use narrowing to hide headers by moving
19939 them to the top of the buffer and narrowing to the region
19940 underneath.
19941
19942 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19943
19944 * message.el (message-strip-forbidden-properties):
19945 Bind buffer-read-only (etc) to nil.
19946
19947 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19948
19949 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19950 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19951
19952 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19953
19954 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19955
19956 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19957
19958 * dns.el (query-dns): Use sit-for to time instead of
19959 accept-process-output, since that doesn't seem to work on udp
19960 sockets.
19961
19962 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19963
19964 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19965
19966 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19967
19968 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19969 doc string. Improve doc string.
19970
19971 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19972
19973 * nntp.el (nntp-request-update-info): Return nil if
19974 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19975 may not call gnus-activate-group which uselessly issues the GROUP
19976 commands for all nntp groups and wastes time. Reported by Romain
19977 Francoise <romain@orebokech.com>.
19978
19979 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19980
19981 2004-11-15 Simon Josefsson <jas@extundo.com>
19982
19983 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19984 headers separately.
19985 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19986 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19987
19988 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19989
19990 * gnus-start.el (gnus-convert-old-newsrc):
19991 Assign legacy-gnus-agent to 5.10.7.
19992
19993 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19994
19995 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19996 start of the lines.
19997
19998 2004-11-14 Magnus Henoch <mange@freemail.hu>
19999
20000 * hashcash.el (hashcash-default-payment): Change default to 20.
20001 (hashcash-default-accept-payment): Change default to 20.
20002 (hashcash-process-alist): New variable.
20003 (hashcash-generate-payment-async): Add.
20004 (hashcash-already-paid-p): Add.
20005 (hashcash-insert-payment): Don't generate payments twice.
20006 (hashcash-insert-payment-async): Add.
20007 (hashcash-insert-payment-async-2): Add.
20008 (hashcash-cancel-async): Add.
20009 (hashcash-wait-async): Add.
20010 (hashcash-processes-running-p): Add.
20011 (hashcash-wait-or-cancel): Add.
20012 (mail-add-payment): New optional argument. Conditionally start
20013 asynchronous calculation.
20014 (mail-add-payment-async): Add.
20015
20016 * message.el (message-send-mail): Wait for asynchronous hashcash
20017 results. Don't clobber existing X-Hashcash headers.
20018 (message-setup-1): Call mail-add-payment-async when
20019 message-generate-hashcash is non-nil.
20020
20021 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20022
20023 * message.el (message-use-alternative-email-as-from): Examine the
20024 From header as well; use message-make-from in order to include a
20025 user's full name.
20026
20027 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
20028
20029 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20030 default; improve customization type.
20031 (gnus-emphasis-custom-with-format): New macro.
20032 (gnus-emphasis-custom-value-to-external): New function.
20033 (gnus-emphasis-custom-value-to-internal): New function.
20034
20035 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20036
20037 * dns.el (query-dns): Resolve reverse addresses.
20038
20039 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
20040
20041 * gnus-group.el (gnus-group-get-new-news): Use it.
20042
20043 * gnus-start.el (gnus-check-reasonable-setup): New function.
20044
20045 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
20046
20047 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20048 "Args out of range" error. Reported by Arnaud Giersch
20049 <arnaud.giersch@free.fr>.
20050
20051 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
20052
20053 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20054
20055 2004-11-04 Richard M. Stallman <rms@gnu.org>
20056
20057 * spam.el (spam group): Add :version.
20058
20059 * pgg-def.el (pgg group): Add :version.
20060
20061 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
20062
20063 * gnus-art.el (gnus-article-edit-article): Don't associate the
20064 article buffer with a draft file. This is a temporary measure
20065 against the 2004-08-22 change to gnus-article-edit-mode.
20066
20067 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
20068
20069 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20070 (html2text-format-tags): Remove unused variable `attr'.
20071
20072 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
20073
20074 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20075
20076 * spam-stat.el (spam-stat): Add :version.
20077
20078 * sieve.el (sieve): Add :version.
20079
20080 * sha1.el (sha1): Add :version.
20081 (sha1-use-external): Remove redundant version.
20082
20083 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20084 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20085 (nnmail-split-fancy-match-partial-words)
20086 (nnmail-split-lowercase-expanded): Add :version.
20087
20088 * nndiary.el (nndiary): Add :version.
20089
20090 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20091
20092 * mml-sec.el (mml-default-sign-method)
20093 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20094 Add :version.
20095
20096 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20097
20098 * mm-url.el (mm-url-use-external, mm-url-program)
20099 (mm-url-arguments): Add :version.
20100
20101 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20102 (mm-attachment-file-modes, mm-decrypt-option)
20103 (mm-w3m-safe-url-regexp): Add :version.
20104
20105 * message.el (message-cite-prefix-regexp)
20106 (message-sendmail-envelope-from, message-minibuffer-local-map)
20107 (message-user-fqdn, message-completion-alist): Add :version.
20108
20109 * gnus-win.el (gnus-configure-windows-hook)
20110 (gnus-use-frames-on-any-display): Add :version.
20111
20112 * gnus-art.el (gnus-article-address-banner-alist)
20113 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20114 (gnus-treat-from-picon, gnus-treat-mail-picon)
20115 (gnus-treat-x-pgp-sig): Add :version.
20116
20117 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20118 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20119 (gnus-summary-article-delete-hook)
20120 (gnus-summary-display-while-building): Add :version.
20121
20122 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20123 (gnus-get-top-new-news-hook): Add :version.
20124
20125 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20126 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20127
20128 * gnus-registry.el (gnus-registry): Add :version.
20129
20130 * gnus-spec.el (gnus-use-correct-string-widths)
20131 (gnus-make-format-preserve-properties): Add :version.
20132
20133 * gnus.el (gnus-group-charter-alist)
20134 (gnus-group-fetch-control-use-browse-url)
20135 (gnus-install-group-spam-parameters): Add :version.
20136
20137 * gnus-diary.el (gnus-diary): Add :version.
20138
20139 * gnus-delay.el (gnus-delay): Add :version.
20140
20141 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20142 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20143 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20144 Add :version.
20145
20146 * gnus-agent.el (gnus-agent-max-fetch-size)
20147 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20148 (gnus-agent-prompt-send-queue): Add :version.
20149
20150 * deuglify.el (gnus-outlook-deuglify): Add :version.
20151
20152 * html2text.el: Beautify code. Improve doc strings.
20153 Some checkdoc cleanup.
20154 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20155
20156 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20157
20158 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20159
20160 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20161
20162 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20163 when package is loaded.
20164
20165 * spam.el (spam-summary-score-preferred-header): Add global preference
20166 for people who want to override the default SpamAssassin over
20167 Bogofilter preference (when both are set).
20168 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20169 (spam-user-format-function-S):
20170 Check spam-summary-score-preferred-header.
20171 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20172 (spam-user-format-function-S): Format the score correctly.
20173
20174 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20175
20176 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20177 signature file. Suggested by Manoj Srivastava
20178 <srivasta@golden-gryphon.com>.
20179
20180 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20181 iso-2022-jp even in the Japanese language environment.
20182 Suggested by Jason Rumney <jasonr@gnu.org>.
20183
20184 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20185
20186 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20187 use the same characters as the dummy marks; make it free from
20188 getting affected by the language environment.
20189 (gnus-summary-read-group-1): Update mark positions only when the
20190 format spec is updated.
20191
20192 * gnus-spec.el (gnus-update-format-specifications): Return a list
20193 of updated types.
20194
20195 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20196
20197 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20198 of boundp to check if display-warning is available.
20199
20200 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20201
20202 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20203
20204 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20205
20206 * nnspool.el (nnspool-spool-directory): Use news-path if the
20207 news-directory variable is not bound.
20208
20209 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20210 function instead of display-warning if it is not available.
20211
20212 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20213
20214 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20215 v5-10: Use `point-at-bol'.
20216
20217 2004-10-26 Simon Josefsson <jas@extundo.com>
20218
20219 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20220 <chenggao@gmail.com>.
20221
20222 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20223
20224 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20225 instead.
20226
20227 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20228
20229 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20230 to remove a server from the nnimap-server-buffer-alist.
20231 (nnimap-open-connection, nnimap-close-server): Use it.
20232
20233 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20234
20235 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20236
20237 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20238 running the major-mode function.
20239
20240 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20241
20242 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20243 dummy marks in the right way.
20244
20245 2004-10-18 David Edmondson <dme@dme.org>
20246
20247 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20248 excessively.
20249
20250 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20251
20252 * gnus-util.el (gnus-split-references): Accept a nil references
20253 string and go on blissfully.
20254
20255 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20256 cases where the references string is non-nil but has no references.
20257
20258 * encrypt.el: Add autoload tags.
20259
20260 * spam.el (spam-resolve-registrations-routine): Remove article
20261 from unregistration list too. Reported by David Hanak
20262 <dhanak@isis.vanderbilt.edu>
20263
20264 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20265
20266 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20267 nil. Change custom type.
20268
20269 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20270
20271 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20272
20273 * gnus-sum.el (gnus-summary-move-article): Use it.
20274
20275 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20276
20277 * encrypt.el: Add autoload cookies.
20278
20279 * spam.el (spam-backend-article-list-property)
20280 (spam-backend-get-article-todo-list)
20281 (spam-backend-put-article-todo-list)
20282 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20283 Resolve registrations separately.
20284 (spam-register-routine): Format comments.
20285 (spam-unregister-routine, spam-register-routine): Always call with
20286 specific-articles, no default list.
20287 (spam-summary-prepare-exit): Use the spam-classifications function.
20288
20289 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20290 gnus-encrypt.el.
20291
20292 * encrypt.el: Copied from gnus-encrypt.el.
20293
20294 * gnus-encrypt.el: Commented that it's obsolete.
20295
20296 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20297
20298 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20299 (gnus-score-save): Use it.
20300
20301 * message.el (message-bury): Use `window-dedicated-p'.
20302
20303 2004-10-15 Simon Josefsson <jas@extundo.com>
20304
20305 * pop3.el (top-level): Don't require nnheader.
20306 (pop3-read-timeout): Add.
20307 (pop3-accept-process-output): Add.
20308 (pop3-read-response, pop3-retr): Use it.
20309
20310 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20311
20312 * spam.el (spam-register-routine): Move comment.
20313 (spam-verify-bogofilter): Use 'unknown for the initial
20314 spam-bogofilter-valid state, not 'never.
20315
20316 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20317 for netrc-machine.
20318
20319 * nnimap.el (nnimap-open-connection):
20320 Use netrc-machine-user-or-password.
20321
20322 2004-10-17 Richard M. Stallman <rms@gnu.org>
20323
20324 * gnus-registry.el (gnus-registry-unload-hook):
20325 Set as a variable with add-hook.
20326
20327 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20328 of news-path.
20329
20330 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20331
20332 * spam.el: Delete duplicate `provide'.
20333 (spam-unload-hook): Set as a variable with add-hook.
20334
20335 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20336
20337 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20338 in the doc string.
20339
20340 * message.el (message-ignored-news-headers)
20341 (message-ignored-supersedes-headers)
20342 (message-ignored-resent-headers)
20343 (message-forward-ignored-headers): Improve custom type.
20344
20345 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20346
20347 * message.el (message-tokenize-header): Fix 2004-09-06 change
20348 which used point-min in the wrong place.
20349
20350 2004-10-12 Simon Josefsson <jas@extundo.com>
20351
20352 * tls.el (tls-certtool-program): New variable.
20353 (tls-certificate-information): New function, based on
20354 ssl-certificate-information.
20355
20356 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20357
20358 * compface.el: Move the version of ELisp-based uncompface program
20359 to the contrib directory because of the copyright problem.
20360
20361 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20362
20363 * message.el (message-kill-buffer): Raise the current frame.
20364
20365 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20366
20367 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20368
20369 * gnus.el (message-y-or-n-p): Autoload.
20370
20371 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20372 (pop3-password-required, pop3-authentication-scheme)
20373 (pop3-leave-mail-on-server): Make customizable.
20374 (pop3): New custom group.
20375 (pop3-retr): Remove `sleep-for' statements.
20376 Suggested by Dave Love <fx@gnu.org>.
20377
20378 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20379 Windows/DOS.
20380
20381 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20382 (imap-parse-body): Fix incorrect use of `assert'.
20383 Suggested by Dave Love <fx@gnu.org>.
20384
20385 * mml.el (mml-minibuffer-read-disposition): Require match.
20386 Suggested by Dave Love <fx@gnu.org>.
20387
20388 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20389
20390 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20391 doc string.
20392
20393 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20394
20395 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20396
20397 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20398
20399 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20400 instead of calling `mm-insert-inline', to decode text/* parts
20401 before displaying them.
20402
20403 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20404
20405 * mm-uu.el (mm-uu-text-plain-type): New variable.
20406 (mm-uu-pgp-signed-extract-1): Use it.
20407 (mm-uu-pgp-encrypted-extract-1): Use it.
20408 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20409 bind mm-uu-text-plain-type with that value.
20410 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20411 mm-uu-dissect.
20412
20413 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20414
20415 * gnus-group.el (gnus-update-group-mark-positions):
20416 * gnus-sum.el (gnus-update-summary-mark-positions):
20417 * message.el (message-check-news-body-syntax):
20418 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20419 of string-as-multibyte.
20420
20421 2004-10-05 Juri Linkov <juri@jurta.org>
20422
20423 * gnus-group.el (gnus-update-group-mark-positions):
20424 * gnus-sum.el (gnus-update-summary-mark-positions):
20425 * message.el (message-check-news-body-syntax):
20426 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20427 8-bit unibyte values to a multibyte string for search functions.
20428
20429 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20430
20431 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20432 (mm-uu-dissect-text-parts): New function.
20433
20434 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20435 dissect text parts.
20436
20437 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20438 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20439
20440 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20441
20442 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20443 Use gnus-current-topics instead of gnus-current-topic.
20444
20445 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20446
20447 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20448
20449 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20450
20451 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20452 where appropriate.
20453
20454 * nnml.el (nnml-generate-active-info): do.
20455
20456 * nndiary.el (nndiary-generate-active-info): do.
20457
20458 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20459 (gnus-topic-move): do.
20460
20461 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20462 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20463
20464 * gnus-srvr.el (gnus-server-prepare)
20465 (gnus-server-open-all-servers): do.
20466
20467 * gnus-msg.el (gnus-summary-cancel-article)
20468 (gnus-summary-resend-message)
20469 (gnus-summary-mail-crosspost-complaint): do.
20470
20471 * gnus-move.el (gnus-change-server): do.
20472
20473 * gnus-group.el (gnus-group-unmark-all-groups)
20474 (gnus-group-set-current-level): do.
20475
20476 2004-10-04 Simon Josefsson <jas@extundo.com>
20477
20478 * message.el (message-generate-hashcash): Doc fix.
20479
20480 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20481
20482 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20483 avoid infinite recursion via gnus-get-function.
20484
20485 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20486
20487 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20488
20489 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20490
20491 * nnmail.el (nnmail-split-history): do.
20492
20493 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20494 (nnml-request-delete-group): do.
20495
20496 * nnslashdot.el (nnslashdot-read-groups): do.
20497
20498 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20499 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20500
20501 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20502 (nnspool-sift-nov-with-sed): Use last.
20503 (nnspool-retrieve-headers-with-nov): Use mapc.
20504 (nnspool-request-newgroups): Use dolist.
20505 (nnspool-request-group): Use last.
20506
20507 * nntp.el (nntp-read-server-type): Use dolist.
20508
20509 * nnvirtual.el (nnvirtual-create-mapping)
20510 (nnvirtual-update-read-and-marked): Use dolist.
20511 (nnvirtual-convert-headers): Simplify.
20512
20513 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20514
20515 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20516 Add support for sync'ing tick marks.
20517
20518 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20519
20520 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20521 there's no visible header.
20522
20523 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20524
20525 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20526 When necessary, pass full group name to gnus-request-set-marks.
20527
20528 2004-10-01 Simon Josefsson <jas@extundo.com>
20529
20530 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20531 acroread.
20532
20533 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20534
20535 * spam-report.el (spam-report-gmane): Fix interactive.
20536
20537 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20538
20539 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20540 when writing file.
20541 (gnus-agent-synchronize-flags): Don't default to being
20542 interactive.
20543
20544 2004-09-30 Simon Josefsson <jas@extundo.com>
20545
20546 * message.el (message-generate-hashcash): Add.
20547 (message-send-mail): Use it, call mail-add-payment.
20548
20549 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20550
20551 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20552
20553 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20554
20555 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20556 gnus-request-update-info with explicit code to sync the in-memory
20557 info read flags with the marks being sync'd to the backend.
20558
20559 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20560
20561 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20562
20563 * spam.el (spam-verify-bogofilter): Add new function.
20564 (spam-check-bogofilter)
20565 (spam-bogofilter-register-with-bogofilter): Use it.
20566 (spam-verify-bogofilter): Add small fixes.
20567
20568 2004-09-28 Simon Josefsson <jas@extundo.com>
20569
20570 * hashcash.el (hashcash-generate-payment): Revert.
20571
20572 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20573
20574 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20575 Use gnus-extract-references instead of gnus-split-references.
20576
20577 * gnus-util.el (gnus-extract-references): Add new function, analogous
20578 to gnus-split-references but extracts only the message-ID without
20579 anything extra.
20580
20581 * hashcash.el (hashcash-generate-payment)
20582 (hashcash-check-payment): Do the right thing if hashcash-path is
20583 nil (because the hashcash program could not be found).
20584
20585 * spam.el (spam-use-hashcash): Remove comment.
20586
20587 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20588
20589 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20590 (gnus-cache-enter-article, gnus-cache-remove-article)
20591 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20592
20593 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20594
20595 * gnus-art.el (article-hide-boring-headers)
20596 (article-translate-strings, article-display-face)
20597 (gnus-article-mime-match-handle-first)
20598 (gnus-article-highlight-headers)
20599 (gnus-article-add-buttons-to-head): do.
20600
20601 2004-09-27 Simon Josefsson <jas@extundo.com>
20602
20603 * hashcash.el: New version, from
20604 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20605 ../contrib/.
20606
20607 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20608
20609 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20610
20611 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20612
20613 * gnus-dup.el (gnus-dup-open): Use mapc.
20614 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20615
20616 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20617 Reported by Stefan Wiens <s.wi@gmx.net>.
20618
20619 * gnus.el (gnus-shutdown): Use dolist.
20620
20621 * gnus-undo.el (gnus-undo): Use mapc.
20622
20623 * nnrss.el (nnrss-generate-active): do.
20624
20625 * message.el (message-cite-original-without-signature)
20626 (message-cite-original): Use mapc.
20627 (message-do-actions, message-make-forward-subject): Use dolist.
20628
20629 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20630
20631 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20632 deletion to remove entire duplicate line. Fixes merged article
20633 number bug.
20634
20635 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20636
20637 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20638 servers that are offline. Avoids having gnus-agent-toggle-plugged
20639 first ask if you want to open a server and then, even when you
20640 responded with no, asking if you want to synchronize the server's
20641 flags.
20642 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20643 multi-line expressions.
20644 (gnus-agent-synchronize-group-flags): New internal function.
20645 Updates marks in memory (in the info structure) AND in the
20646 backend.
20647
20648 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20649
20650 * nnagent.el (nnagent-request-set-mark):
20651 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20652 method, to ensure that synchronization updates marks in the
20653 backend and in the info (in memory) structure.
20654
20655 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20656
20657 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20658 convention fully; don't miss the root article of a thread; make
20659 the X-Draft-From header with correct article numbers.
20660
20661 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20662
20663 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20664 unless plugged. Disable the agent so that an open failure causes
20665 an error.
20666
20667 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20668 Revert 2004-09-21 change. The backend must be opened while
20669 synchronizing flags even when the backend stores the flags
20670 locally.
20671
20672 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20673
20674 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20675 in `header' match. Reported by Svend Tollak Munkejord.
20676
20677 * message.el (message-cite-original): Fix use of
20678 `message-cite-articles-with-x-no-archive'.
20679
20680 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20681
20682 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20683 (gnus-window-to-buffer): Ditto.
20684
20685 * mml.el (mml-preview-buffer): New variable.
20686 (mml-preview): Manage window layout with gnus-buffer-configuration.
20687
20688 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20689 X-Draft-From header even if those articles aren't quoted.
20690
20691 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20692
20693 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20694 (gnus-request-set-mark, gnus-request-update-mark): Use new
20695 g-s-t-u-l-m to decide to use backend even when unplugged.
20696
20697 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20698
20699 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20700 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20701
20702 2004-09-20 Simon Josefsson <jas@extundo.com>
20703
20704 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20705 "utf-16-le".
20706
20707 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20710
20711 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20712
20713 * uudecode.el (uudecode-use-external): Add :version.
20714
20715 * smime.el (smime-CA-file, smime-encrypt-cipher)
20716 (smime-dns-server): Add :version.
20717
20718 * smiley.el (gnus-smiley-file-types): Add :version.
20719
20720 * sha1.el (sha1-use-external): Add :version.
20721
20722 * pgg-def.el (pgg-query-keyserver): Add :version.
20723
20724 * nnmail.el (nnmail-fancy-expiry-targets)
20725 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20726 Add :version.
20727
20728 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20729 (nnimap-retrieve-groups-asynchronous): Add :version.
20730 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20731
20732 * mml.el (mml-content-disposition-parameters)
20733 (mml-insert-mime-headers-always): Add :version.
20734
20735 * mm-util.el (mm-coding-system-priorities): Add :version.
20736
20737 * mm-decode.el (mm-inline-text-html-with-images)
20738 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20739 (mm-verify-option): Add :version.
20740 (mm-text-html-renderer): Change :version.
20741
20742 * message.el (message-fcc-externalize-attachments)
20743 (message-required-headers, message-draft-headers)
20744 (message-subject-trailing-was-query)
20745 (message-subject-trailing-was-ask-regexp)
20746 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20747 (message-mark-insert-end, message-archive-header)
20748 (message-archive-note, message-cross-post-default)
20749 (message-cross-post-note, message-followup-to-note)
20750 (message-cross-post-note-function, message-use-mail-followup-to)
20751 (message-subscribed-address-functions)
20752 (message-subscribed-address-file, message-subscribed-addresses)
20753 (message-subscribed-regexps, message-allow-no-recipients)
20754 (message-yank-cited-prefix, message-signature-insert-empty-line)
20755 (message-hidden-headers, message-hierarchical-addresses)
20756 (message-mail-user-agent, message-use-idna)
20757 (message-valid-fqdn-regexp)
20758 (message-strip-special-text-properties, message-header-synonyms)
20759 (message-beginning-of-line, message-tab-body-function): Add :version.
20760 (message-insert-canlock, message-wide-reply-confirm-recipients):
20761 Change :version.
20762
20763 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20764 and :version.
20765 (mail-source-delete-old-incoming-confirm)
20766 (mail-source-movemail-program): Add :version.
20767
20768 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20769 (gnus-agent-cache, gnus-agent): Change :version.
20770
20771 * gnus-util.el (gnus-use-byte-compile): Change :version.
20772
20773 * gnus-sum.el (gnus-summary-make-false-root-always)
20774 (gnus-summary-default-high-score)
20775 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20776 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20777 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20778 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20779 (gnus-sum-thread-tree-single-indent)
20780 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20781 (gnus-sum-thread-tree-leaf-with-other)
20782 (gnus-sum-thread-tree-single-leaf): Add :version.
20783 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20784 (gnus-article-loose-mime): Change :version.
20785
20786 * gnus-start.el (gnus-backup-startup-file)
20787 (gnus-save-startup-file-via-temp-buffer): Add :version.
20788
20789 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20790 (gnus-server-offline-face): Add :version.
20791
20792 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20793
20794 * gnus-msg.el (gnus-gcc-externalize-attachments)
20795 (gnus-debug-files, gnus-debug-exclude-variables)
20796 (gnus-discouraged-post-methods): Change :version.
20797 (gnus-confirm-mail-reply-to-news)
20798 (gnus-confirm-treat-mail-like-news): Add :version.
20799
20800 * gnus-int.el (gnus-server-unopen-status): Add :version.
20801
20802 * gnus-group.el (gnus-group-jump-to-group-prompt)
20803 (gnus-large-ephemeral-newsgroup)
20804 (gnus-fetch-old-ephemeral-headers): Add :version.
20805
20806 * gnus-fun.el (gnus-x-face-directory)
20807 (gnus-convert-pbm-to-x-face-command)
20808 (gnus-convert-image-to-x-face-command)
20809 (gnus-convert-image-to-face-command): Add :version.
20810
20811 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20812
20813 * gnus-cite.el (gnus-cite-blank-line-after-header)
20814 (gnus-article-boring-faces): Add :version.
20815
20816 * gnus-art.el (gnus-buttonized-mime-types)
20817 (gnus-inhibit-mime-unbuttonizing)
20818 (gnus-treat-display-face)
20819 (gnus-treat-body-boundary): Change :version.
20820 (gnus-body-boundary-delimiter, gnus-picon-databases)
20821 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20822 (gnus-treat-date-english, gnus-treat-fold-headers)
20823 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20824 (gnus-treat-mail-picon, gnus-treat-wash-html)
20825 (gnus-article-encrypt-protocol)
20826 (gnus-use-idna, gnus-article-over-scroll)
20827 (gnus-mime-display-multipart-alternative-as-mixed)
20828 (gnus-mime-display-multipart-related-as-mixed)
20829 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20830 (gnus-ctan-url, gnus-button-ctan-handler)
20831 (gnus-button-handle-ctan-bogus-regexp)
20832 (gnus-button-ctan-directory-regexp)
20833 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20834 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20835 (gnus-button-man-level, gnus-button-emacs-level)
20836 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20837
20838 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20839 (gnus-agent-go-online): Change :version.
20840 (gnus-agent-expire-unagentized-dirs)
20841 (gnus-agent-auto-agentize-methods): Add :version.
20842
20843 * flow-fill.el (fill-flowed-display-column)
20844 (fill-flowed-encode-column): Add :version.
20845
20846 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20847 (gnus-outlook-deuglify-unwrap-max)
20848 (gnus-outlook-deuglify-cite-marks)
20849 (gnus-outlook-deuglify-unwrap-stop-chars)
20850 (gnus-outlook-deuglify-no-wrap-chars)
20851 (gnus-outlook-deuglify-attrib-cut-regexp)
20852 (gnus-outlook-deuglify-attrib-verb-regexp)
20853 (gnus-outlook-deuglify-attrib-end-regexp)
20854 (gnus-outlook-display-hook): Add :version.
20855
20856 * binhex.el (binhex-use-external): Add :version.
20857
20858 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20859
20860 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20861 and `invisible'.
20862
20863 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20864
20865 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20866 in gnus-registry-trim.
20867
20868 2004-09-13 Simon Josefsson <jas@extundo.com>
20869
20870 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20871
20872 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20873
20874 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20875 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20876 <yamaoka@jpl.org>.
20877 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20878 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20879 <yamaoka@jpl.org>.
20880
20881 * sieve.el (sieve-manage-mode): Ditto.
20882
20883 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20884
20885 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20886
20887 2004-09-11 Simon Josefsson <jas@extundo.com>
20888
20889 * dns-mode.el: Add.
20890
20891 * mm-view.el (mm-display-dns-inline): Add.
20892
20893 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20894 (mm-automatic-display): Ditto.
20895
20896 * mailcap.el (mailcap-mime-data): Add text/dns.
20897 (mailcap-mime-extensions): Map .soa to text/dns.
20898
20899 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20900
20901 * gnus-art.el (article-decode-mime-words, article-babel)
20902 (gnus-article-highlight-signature, gnus-article-add-buttons)
20903 (gnus-signature-toggle): Remove unnecessary bindings of
20904 `inhibit-read-only' inherited from v5.10 merge.
20905
20906 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20907
20908 * nntp.el (nntp): New customization group.
20909 (nntp-authinfo-file): Add customization group.
20910
20911 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20912
20913 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20914
20915 * gnus.el (to-address, to-list, subscribed)
20916 (large-newsgroup-initial): Ditto.
20917
20918 * flow-fill.el (fill-flowed-display-column)
20919 (fill-flowed-encode-column): Ditto.
20920
20921 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20924 Use point-min rather than 1.
20925 (message-send-mail): Use buffer-size rather than point-max.
20926
20927 * gnus-sum.el (gnus-summary-search-article-forward):
20928 Signal a specific `search-failed' rather than a generic `error'.
20929
20930 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20931 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20932 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20933
20934 2004-09-10 Simon Josefsson <jas@extundo.com>
20935
20936 * nndb.el (require): Remove tcp and duplicate cl.
20937
20938 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20939
20940 * gnus-agent.el (directory-files-and-attributes): Move forward.
20941
20942 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20943
20944 * gnus-agent.el (directory-files-and-attributes):
20945 Optionally defined to support XEmacs.
20946
20947 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20948
20949 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20950 to avoid run-time CL dependencies.
20951 (gnus-agent-unfetch-articles): New function.
20952 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20953 article numbers even when local .overview file is missing.
20954 (gnus-agent-read-article-number): New function. Only accepts
20955 27-bit article numbers.
20956 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20957 Use gnus-agent-read-article-number.
20958 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20959 from backend while recognizing that article numbers in .overview
20960 must be valid.
20961 (gnus-agent-update-files-total-fetched-for):
20962 Use directory-files-and-attributes to improve performance.
20963 * gnus-int.el (gnus-request-move-article):
20964 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20965 improve performance.
20966
20967 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20968 some users confused by references to .newsrc when they only have a
20969 .newsrc.eld file.
20970 (gnus-convert-mark-converter-prompt)
20971 (gnus-convert-converter-needs-prompt): Fix use of property list.
20972 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20973 New function. Used internally to only display 'gnus converting
20974 files' message when actually necessary.
20975
20976 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20977 methods now autoloaded.
20978
20979 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20980
20981 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20982 identifiers.
20983
20984 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20985
20986 * gnus-picon.el: Fix indentation and closing parenthesis.
20987
20988 2004-09-01 Simon Josefsson <jas@extundo.com>
20989
20990 * message.el (message-canlock-generate): Require sha1, not
20991 sha1-el. (Can we get rid of this require altogether? It is ugly
20992 to require within a function. Sadly, if sha1.el isn't loaded, the
20993 let binding in m-c-g will hide the defcustom definition, which is
20994 bad.)
20995
20996 * canlock.el: Require sha1, not sha1-el.
20997
20998 * message.el: Don't autoload sha1 (there is a autoload cookie in
20999 sha1.el).
21000
21001 * sha1-el.el: Rename to sha1.el.
21002
21003 2004-08-30 Juanma Barranquero <lektu@terra.es>
21004
21005 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21006
21007 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
21008
21009 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21010
21011 2004-08-30 Kim F. Storm <storm@cua.dk>
21012
21013 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21014
21015 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21016 Add :group 'nnimap.
21017
21018 2004-08-30 Andreas Schwab <schwab@suse.de>
21019
21020 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21021 ?* and ?\;.
21022
21023 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21024 and ?\' to symbol instead of whitespace.
21025
21026 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
21027
21028 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21029
21030 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21031 instead of re-search-forward.
21032
21033 * gnus-uu.el (gnus-uu-save-article): Ditto.
21034 (gnus-uu-post-encode-uuencode): Ditto.
21035
21036 * html2text.el (html2text-clean-list-items): Ditto.
21037 (html2text-clean-dtdd): Ditto.
21038 (html2text-format-tags): Ditto.
21039
21040 * message.el (message-send-mail-with-sendmail): Fix regexp.
21041 (message-fill-field-general): Use search-forward instead of
21042 re-search-forward.
21043 (unbold-region): Ditto.
21044
21045 * nnrss.el (nnrss-request-article): Ditto.
21046
21047 * nnslashdot.el (nnslashdot-request-article): Ditto.
21048
21049 * nnweb.el (nnweb-gmane-wash-article): Ditto.
21050
21051 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21052 "Unrecognized menu descriptor" error in XEmacs.
21053
21054 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
21055
21056 * gnus-sum.el (gnus-read-header): Don't remove a header for the
21057 parent article of a sparse article in the thread hashtb.
21058
21059 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
21060
21061 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21062 (nnmail-expand-newtext): Lowercase expanded entries if
21063 nnmail-split-lowercase-expanded is non-nil.
21064
21065 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
21066
21067 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21068
21069 * gnus-group.el (gnus-group-line-format-alist): Convert the value
21070 of gnus-tmp-news-method into string under XEmacs. It will be
21071 passed to gnus-correct-length which takes only a string argument.
21072
21073 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
21074
21075 * gnus-util.el (gnus-bind-print-variables): New macro.
21076 (gnus-prin1): Use it.
21077 (gnus-prin1-to-string): Use it.
21078 (gnus-pp): New function.
21079 (gnus-pp-to-string): New function.
21080
21081 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21082 Replace pp-to-string with gnus-pp-to-string.
21083 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21084 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21085 * gnus-msg.el (gnus-debug): Ditto.
21086 * gnus-score.el (gnus-score-save): Ditto.
21087 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21088 gnus-pp-to-string.
21089 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21090 with gnus-pp.
21091 * score-mode.el (gnus-score-pretty-print): Ditto.
21092 * webmail.el (webmail-debug): Ditto.
21093
21094 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21095
21096 * gnus-art.el (article-display-face, article-display-x-face):
21097 Use buffer-read-only.
21098
21099 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21100
21101 * gnus-art.el (article-hide-list-identifiers):
21102 Bind inhibit-read-only as t.
21103
21104 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21105
21106 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21107
21108 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21109
21110 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21111 (gnus-narrow-to-page): Don't assume point-min == 1.
21112 (gnus-article-edit-mode): Derive from message-mode.
21113
21114 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21115 point-min == 1.
21116
21117 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21118 Disable incorrect use of `assert'.
21119
21120 * message.el (message-mode): Set comment-start-skip.
21121
21122 2004-08-22 Sam Steingold <sds@gnu.org>
21123
21124 * pop3.el (pop3-leave-mail-on-server): New user variable.
21125 (pop3-movemail): Delete mail only when it is nil.
21126
21127 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21128
21129 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21130
21131 * mml.el (mml-preview): Use `pop-to-buffer'.
21132
21133 * message.el (message-goto-mail-followup-to): Insert after "To".
21134 (message-carefully-insert-headers): Add comment.
21135
21136 * gnus.el: Remove unused variable `gnus-article-check-size'.
21137
21138 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21139
21140 * gnus-art.el (gnus-button-alist):
21141 Improve `gnus-button-handle-library' entry.
21142
21143 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21144
21145 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21146 Use downcase, since XEmacs capitalizes error messages differently.
21147
21148 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21149
21150 * nntp.el: Add (require 'gnus) due to reference to
21151 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21152
21153 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21154
21155 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21156 Bind `mm-fill-flowed'.
21157
21158 * mm-decode.el (mm-dissect-singlepart): Check it.
21159
21160 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21161
21162 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21163 'imap' for netrc parsing.
21164
21165 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21166
21167 * mailcap.el (mailcap-mime-data): Mark as risky.
21168
21169 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21170
21171 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21172 may be included in the encoded word.
21173 (rfc2047-encode): Don't append a space if the encoded word
21174 includes close parenthesis.
21175
21176 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21177
21178 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21179 of text within parentheses.
21180
21181 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21182
21183 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21184 (gnus-encrypt-write-file-contents): Make the password key the file
21185 name PLUS the cipher, not just the cipher. Also remove failed
21186 passwords from the cache.
21187
21188 2004-08-06 Simon Josefsson <jas@extundo.com>
21189
21190 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21191 Doc fix.
21192
21193 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21194
21195 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21196 LWSP.
21197
21198 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21199
21200 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21201 Try to append in-reply-to: data to the references: header.
21202
21203 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21204 (netrc-parse): Use gnus-encrypt.el functions.
21205
21206 * gnus-encrypt.el: Add new file for encryption support; currently
21207 does only a few GPG ciphers and an internal XOR cipher.
21208
21209 * password.el: Add comments on using password-read-and-add.
21210 (password-read-and-add): Add function to read and add the
21211 password to the cache at once.
21212
21213 2004-07-28 Simon Josefsson <jas@extundo.com>
21214
21215 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21216 parameter (but don't use it, for now).
21217
21218 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21219 instead of hard coding to nil.
21220
21221 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21222
21223 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21224 as mm-inline-image-xemacs does.
21225
21226 2004-07-26 Simon Josefsson <jas@extundo.com>
21227
21228 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21229 Revert part of 2004-07-17 change below.
21230
21231 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21232
21233 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21234 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21235
21236 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21237
21238 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21239 quotes that actually start with ">" at the beginning of the
21240 lines.
21241
21242 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21243
21244 * rfc2047.el (rfc2047-encode-region): Fix last change.
21245 (rfc2047-encode-parameter): Remove useless concat.
21246
21247 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21248
21249 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21250 encode special characters; fix some kind of misconfigured headers;
21251 signal a real error if debug-on-quit or debug-on-error is non-nil.
21252 (rfc2047-encode-max-chars): New variable.
21253 (rfc2047-encode-1): Use it.
21254 (rfc2047-encode-parameter): New function.
21255
21256 * mml.el (mml-insert-parameter): Remove an excessive space.
21257
21258 2004-07-17 Simon Josefsson <jas@extundo.com>
21259
21260 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21261 Kai Grossjohann <kai@emptydomain.de>.
21262 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21263 (gnus-group-make-menu-bar): Ditto.
21264
21265 * gnus-util.el (gnus-group-server): Add.
21266
21267 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21268
21269 * message.el (message-clone-locals): Clone sendmail and smtp
21270 variables.
21271
21272 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21273
21274 * rfc2047.el (rfc2047-encode-region): Fix last change.
21275
21276 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21277
21278 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21279 characters as non-special.
21280
21281 2004-07-09 Simon Josefsson <jas@extundo.com>
21282
21283 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21284 Users will lose all flag changes made while unplugged with
21285 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21286 good default. See numerous reports on ding mailing list.
21287
21288 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21289
21290 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21291 add generate-head-function and generate-article-function to the
21292 rfc822-forward entry.
21293 (nndoc-rfc822-forward-generate-article): New function.
21294 (nndoc-rfc822-forward-generate-head): New function.
21295
21296 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21297
21298 2004-07-06 Dan Christensen <jdc@uwo.ca>
21299
21300 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21301 respect display group parameter and gnus-summary-expunge-below.
21302 (gnus-articles-to-read): Remove unused reference to display group
21303 parameter.
21304
21305 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21306
21307 * nnheader.el (nnheader-uniquify-message-id): New experimental
21308 variable.
21309 (nnheader-nov-read-message-id): Use it.
21310
21311 * spam-report.el (spam-report-gmane): Add interactive.
21312
21313 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21314
21315 * mm-encode.el (mm-content-transfer-encoding-defaults):
21316 Use qp-or-base64 for the application/* types.
21317
21318 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21319
21320 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21321
21322 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21323
21324 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21325 trim value.
21326
21327 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21328
21329 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21330 New macro and function.
21331 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21332
21333 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21334
21335 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21336 after-load-alist.
21337
21338 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21339
21340 * gnus-group.el (gnus-group-get-new-news-this-group):
21341 Don't update info that isn't there.
21342
21343 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
21344
21345 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21346 entry.
21347
21348 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21349
21350 * mm-view.el (mm-inline-render-with-function): Use multibyte
21351 buffer; decode html source by charset.
21352
21353 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21354
21355 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21356 Mule-UCS is loaded under XEmacs.
21357 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21358
21359 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21360
21361 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21362
21363 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21364
21365 * mm-util.el (mm-coding-system-p): Return a coding-system.
21366 (mm-mime-mule-charset-alist): Use shift_jis instead of
21367 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21368 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21369 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21370 instead of japanese-shift-jis and iso-latin-1 respectively in
21371 order to share the default value with both Emacs and XEmacs-mule.
21372 (mm-mule-charset-to-mime-charset):
21373 Make mm-coding-system-priorities effective.
21374 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21375 while predicating of candidates upon the priorities.
21376
21377 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21378
21379 * gnus-sum.el (gnus-summary-make-menu-bar):
21380 Add gnus-uu-invert-processable.
21381
21382 * gnus.el: Autoload gnus-uu-invert-processable.
21383
21384 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21385
21386 * mm-util.el (mm-with-multibyte-buffer): New macro.
21387
21388 * rfc2047.el (rfc2047-encode-string): Use it.
21389 (rfc2047-encode-region): Move point to the end of the region after
21390 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21391
21392 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21393
21394 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21395 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21396
21397 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21398
21399 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21400 (gnus-cite-parse): Ignore quoted envelope From_.
21401 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21402
21403 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21404
21405 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21406 invalid addresses.
21407
21408 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21409
21410 * spam.el: Change section markers, revise TODO list.
21411 (spam-backends): Make new master list of all installed backends.
21412 (spam-summary-exit-behavior): Add new variable to determine how
21413 messages moves are done at summary exit.
21414 (spam-move-spam-nonspam-groups-only)
21415 (spam-process-ham-in-nonham-groups)
21416 (spam-process-ham-in-spam-groups): Remove variables, the
21417 spam-summary-exit-behavior variable should be used to manage this
21418 behavior.
21419 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21420 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21421 and spam-old-spam-articles.
21422 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21423 Add empty variables, placeholders for the backends they represent.
21424 (spam-set-difference): Move, unchanged.
21425 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21426 unless the user has a processor variable.
21427 (spam-classifications, spam-classification-valid-p)
21428 (spam-backend-properties, spam-backend-property-valid-p)
21429 (spam-backend-function-type-valid-p)
21430 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21431 (spam-report-articles-gmane, spam-report-articles-resend):
21432 Remove functions, they are not needed.
21433 (spam-install-backend-super, spam-backend-list)
21434 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21435 (spam-backend-function, spam-backend-ham-registration-function)
21436 (spam-backend-spam-registration-function)
21437 (spam-backend-ham-unregistration-function)
21438 (spam-backend-spam-unregistration-function)
21439 (spam-backend-statistical-p, spam-backend-mover-p)
21440 (spam-install-backend-alias, spam-install-checkonly-backend)
21441 (spam-install-mover-backend, spam-install-nocheck-backend)
21442 (spam-install-backend, spam-install-statistical-backend)
21443 (spam-install-statistical-checkonly-backend): Add backend installation
21444 support.
21445 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21446 (spam-group-processor-p): Use the new backend code and respect the
21447 summary exit behavior.
21448 (spam-mark-spam-as-expired-and-move-routine): Remove.
21449 (spam-summary-prepare): Change to use the new spam-old-articles
21450 variable.
21451 (spam-copy-or-move-routine, spam-copy-spam-routine)
21452 (spam-move-spam-routine, spam-copy-ham-routine)
21453 (spam-move-ham-routine): Add code to copy/move ham or spam.
21454 (spam-fetch-field-fast): Improve doc and code, plus allow the
21455 'number request.
21456 (spam-list-of-checks, spam-list-of-statistical-checks):
21457 Remove variables.
21458 (spam-split, spam-find-spam): Use the new backend code.
21459 (spam-registration-functions): Remove variable.
21460 (spam-unregister-routine): Add convenience wrapper.
21461 (spam-log-undo-registration, spam-register-routine)
21462 (spam-log-processing-to-registry)
21463 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21464 where possible.
21465 (spam-check-gmane-xref, spam-check-regex-headers)
21466 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21467 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21468 (spam-check-bogofilter-headers, spam-check-spamoracle)
21469 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21470 (spam-check-crm114-headers): Use the spam-split-group that
21471 spam-split prepares, no need to determine it every time.
21472
21473 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21474 to the nnheader-parse-naked-head call.
21475
21476 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21477
21478 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21479 the nnheader-nov-read-message-id call.
21480
21481 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21482
21483 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21484 gnus-activate-group twice. Suggested by Markus Peter
21485 <warp@spin.de>.
21486
21487 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21488
21489 * gnus-art.el (gnus-article-time-format): Exchange the order of
21490 day and month in the default value; fix customization type.
21491 (article-date-ut): Use add-text-properties.
21492 (article-make-date-line): Use message-make-date instead of
21493 current-time-string.
21494
21495 * message.el (message-fetch-field): Don't use set-text-properties.
21496 (message-make-date): Simplify.
21497
21498 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21499
21500 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21501 (rfc2047-encode-region): Treat text within parentheses as special;
21502 show the original text when error has occurred.
21503
21504 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21505 already-computed method to gnus-activate-group.
21506
21507 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21508 same select-methods identical Lisp objects.
21509
21510 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21511 object when modifying the info.
21512
21513 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21514
21515 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21516 gnus-opened-servers since it has never been opened with the new
21517 configuration yet.
21518
21519 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21520
21521 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21522 arg to nnheader-generate-fake-message-id.
21523
21524 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21525
21526 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21527 number and build a fake message ID localized to a group and
21528 article number (so it's repeatable from that point on).
21529 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21530 ID format.
21531
21532 * gnus-sum.el (gnus-get-newsgroup-headers):
21533 Call nnheader-generate-fake-message-id with the article number.
21534
21535 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21536
21537 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21538 end-of-buffer.
21539
21540 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21541
21542 * message.el (message-ignored-supersedes-headers): Add Approved.
21543
21544 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21545
21546 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21547 goto-char.
21548 (rfc2047-encode): Fold the line before encoding.
21549
21550 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21551
21552 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21553 folding -- not all headers can be folded, and this should be done
21554 by the message composition mode. Probably. I think.
21555
21556 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21557
21558 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21559 fast.
21560
21561 * gnus-ems.el (gnus-remove-image): Don't use
21562 message-text-with-property; remove only the image found first.
21563
21564 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21565
21566 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21567
21568 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21569
21570 * message.el (message-text-with-property): Make it fast and accept
21571 optional arguments.
21572 (message-strip-forbidden-properties): Use it.
21573 (message-fix-before-sending): Follow the m-t-w-p change.
21574
21575 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21576
21577 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21578
21579 * gnus-art.el (article-hide-headers): Don't change the buffer
21580 mistakenly when performing mml-preview even if
21581 gnus-single-article-buffer is nil.
21582
21583 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21584
21585 * message.el (message-expand-name-databases): New user option.
21586 (message-expand-name): Use it.
21587
21588 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21589
21590 * spam.el (spam-report-articles-resend)
21591 (spam-report-resend-register-routine): Allow ham reporting.
21592 (spam-report-resend-register-ham-routine): Add wrapper.
21593 (spam-registration-functions): Add ham resending functions.
21594 (spam-list-of-processors): Add ham resend processor.
21595
21596 * gnus.el (ham-resend-to): Add new group parameter.
21597 (spam-process): Add ham resend option.
21598
21599 * spam-report.el (spam-report-resend): Allow reporting ham.
21600 (spam-report-resend-ham): Add wrapper.
21601
21602 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21603
21604 * message.el (message-cite-articles-with-x-no-archive):
21605 New variable.
21606 (message-cite-original): Use it.
21607
21608 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21609
21610 * message.el (message-cite-original): Respect X-No-Archive.
21611
21612 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21613
21614 * gnus-art.el (article-hide-headers): Refer to the values for
21615 gnus-ignored-headers and gnus-visible-headers in the summary
21616 buffer since a user may have set them as group parameters.
21617
21618 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21619
21620 * assistant.el (assistant-node-name): Add convenience function.
21621 (assistant-render-text, assistant-render-node): Add error handling,
21622 plus handle multiple next nodes.
21623 (assistant-find-next-node): Comment out for now.
21624 (assistant-find-next-nodes): Add function, returns list of next
21625 nodes.
21626
21627 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21628
21629 * mail-source.el (mail-source-directory): Fix doc-string.
21630
21631 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21632
21633 * assistant.el (assistant-render-text, assistant-eval): Add :set
21634 widget type, which is different because it takes and returns a
21635 list. Much hilarity ensues.
21636
21637 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21638
21639 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21640
21641 * gnus-group.el (gnus-group-get-new-news-this-group):
21642 Add doc-string.
21643
21644 * gnus-start.el (gnus-activate-group): Add doc-string.
21645
21646 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21647
21648 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21649
21650 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21651
21652 * assistant.el (assistant-render-text): Try to add a :set
21653 widget, more to come.
21654
21655 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21656 strings.
21657 (spam-report-articles-resend)
21658 (spam-register-routine): Do registration iff any articles warrant
21659 it.
21660 (spam-summary-prepare-exit): Change log message for nil group
21661 destinations.
21662
21663 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21664
21665 * spam.el (spam-report-resend-register-routine):
21666 Allow spam-report-resend-to to be a group parameter or a global value.
21667
21668 2004-05-26 Simon Josefsson <jas@extundo.com>
21669
21670 * starttls.el: Merge with my GnuTLS based starttls.el.
21671 (starttls-gnutls-program, starttls-use-gnutls)
21672 (starttls-extra-arguments, starttls-process-connection-type)
21673 (starttls-connect, starttls-failure, starttls-success):
21674 New variables.
21675 (starttls-program, starttls-extra-args): Doc fix.
21676 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21677 New functions.
21678 (starttls-negotiate, starttls-open-stream):
21679 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21680 function if it is set.
21681
21682 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21683
21684 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21685 structured fields.
21686
21687 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21688
21689 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21690
21691 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21692
21693 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21694 Add variable.
21695 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21696 assigning the spam-mark to new messages.
21697
21698 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21699
21700 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21701
21702 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21703
21704 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21705 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21706 default.
21707
21708 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21709
21710 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21711 correct data.
21712
21713 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21714
21715 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21716 (spam-group-processor-p): Fix function.
21717 (spam-group-processor-multiple-p)
21718 (spam-group-spam-processor-report-gmane-p)
21719 (spam-group-spam-processor-report-resend-p)
21720 (spam-group-spam-processor-bogofilter-p)
21721 (spam-group-spam-processor-blacklist-p)
21722 (spam-group-spam-processor-ifile-p)
21723 (spam-group-ham-processor-ifile-p)
21724 (spam-group-spam-processor-spamoracle-p)
21725 (spam-group-spam-processor-crm114-p)
21726 (spam-group-ham-processor-bogofilter-p)
21727 (spam-group-spam-processor-stat-p)
21728 (spam-group-ham-processor-stat-p)
21729 (spam-group-ham-processor-whitelist-p)
21730 (spam-group-ham-processor-BBDB-p)
21731 (spam-group-ham-processor-spamoracle-p)
21732 (spam-group-ham-processor-copy-p): Remove functions with some
21733 prejudice against unneeded code.
21734 (spam-report-articles-resend)
21735 (spam-report-resend-register-routine): Allow the group/topic
21736 spam-resend-to value to override spam-report-resend-to.
21737 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21738 properly now.
21739
21740 * gnus.el (spam-resend-to): Add group/topic parameter.
21741 (spam-process): Move the OBSOLETE processors to the end of the
21742 choices.
21743
21744 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21745
21746 * spam-report.el (spam-report-resend-to, spam-report-resend):
21747 Start with resend-to set to nil, and then ask the user if necessary.
21748 (spam-report-resend): spam-report-resend takes a list of articles, not
21749 separate article numbers.
21750
21751 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21752
21753 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21754 addition to emacs-w3m.
21755
21756 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21757
21758 * assistant.el (assistant-authinfo-data): New function.
21759 (assistant-eval): Eval for entire assistant.
21760
21761 * netrc.el (netrc-services-file): New variable.
21762 (netrc-parse-services): New function.
21763 (netrc-find-service-name): New function.
21764 (netrc-find-service-number): New function.
21765 (netrc-port-equal): New function.
21766 (netrc-machine): Use it.
21767
21768 * nnimap.el (nnimap-open-connection): Use netrc.
21769
21770 * gnus-util.el (gnus-netrc-get): Remove aliases.
21771
21772 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21773
21774 * assistant.el (wid-edit): Fix compilation.
21775
21776 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21777
21778 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21779
21780 * gnus-util.el (gnus-set-file-modes): New function. (small
21781 patch).
21782
21783 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21784
21785 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21786
21787 * assistant.el (assistant-render-node): Fix up rendering and
21788 read-only text.
21789 (assistant-render-node): Reset.
21790 (assistant-make-read-only): Not sticky.
21791
21792 2004-05-20 Danny Siu <dsiu@adobe.com>
21793
21794 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21795 centered even when gnus-auto-center-summary is t.
21796
21797 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21798
21799 * dns.el (dns-get-txt-answer): New function.
21800 (dns-read-txt): Ditto.
21801 (query-dns): Use it.
21802
21803 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21804
21805 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21806 active for foreign groups even if the group level is higher than
21807 the specified value.
21808
21809 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21810
21811 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21812 non-active groups.
21813
21814 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21815
21816 2004-05-20 Magnus Henoch <mange@freemail.hu>
21817
21818 * dns.el (dns-read-type): Add support for SVR. (small patch)
21819
21820 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21821
21822 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21823 (spam-crm114-header, spam-crm114-spam-switch)
21824 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21825 (spam-crm114-positive-spam-header)
21826 (spam-crm114-database-directory, spam-list-of-processors)
21827 (spam-group-spam-processor-crm114-p)
21828 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21829 (spam-generic-score, spam-list-of-checks)
21830 (spam-list-of-statistical-checks, spam-registration-functions)
21831 (spam-check-crm114-headers, spam-crm114-score)
21832 (spam-check-crm114, spam-crm114-register-with-crm114)
21833 (spam-crm114-register-spam-routine)
21834 (spam-crm114-unregister-spam-routine)
21835 (spam-crm114-register-ham-routine)
21836 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21837
21838 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21839
21840 * gnus.el: Add spam-use-crm114.
21841
21842 * spam.el (spam-list-of-processors, spam-registration-functions):
21843 Add spam-use-resend.
21844 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21845 (spam-report-articles-gmane): Add doc fix.
21846 (spam-report-articles-resend, spam-report-resend-register-routine):
21847 Add wrappers around spam-report-resend-to.
21848
21849 * spam-report.el (spam-report-resend-to, spam-report-resend):
21850 Add support for resending spam.
21851 (spam-report-gmane): Fix line length >80.
21852
21853 * gnus.el (spam-process): Add spam-use-resend.
21854
21855 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21856
21857 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21858 number of processed spam messages.
21859 (spam-ham-copy-or-move-routine): Return the number of processed
21860 ham messages.
21861 (spam-summary-prepare-exit): Use the above values to decide
21862 whether status messages shouled be displayed.
21863
21864 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21865
21866 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21867 `rfc2047-encoding-function-alist' in order to avoid conflicting
21868 with the old version.
21869 (rfc2047-encode-region): Concatenate words containing non-ASCII
21870 characters in structured fields; don't encode space-delimited
21871 ASCII words even in unstructured fields; don't break words at
21872 char-category boundaries.
21873 (rfc2047-encode-1): New function.
21874 (rfc2047-encode): Use it; encode text so that it occupies the
21875 maximum width within 76-column; work correctly on Q encoding for
21876 iso-2022-* charsets.
21877 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21878 sure not to break a line just after the header name.
21879 (rfc2047-b-encode-region): Remove.
21880 (rfc2047-b-encode-string): New function.
21881 (rfc2047-q-encode-region): Remove.
21882 (rfc2047-q-encode-string): New function.
21883
21884 * mm-util.el (mm-replace-in-string): New function.
21885
21886 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21887
21888 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21889 Really get it right.
21890 (gnus-inews-make-draft): Really.
21891
21892 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21893
21894 * nnmh.el (nnmh-request-list-1): Don't check the link count
21895 before descending. (small patch)
21896
21897 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21898
21899 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21900 stuff.
21901
21902 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21903 Match on real group name.
21904
21905 * gnus-art.el (gnus-signature-limit): Doc fix.
21906
21907 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21908
21909 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21910
21911 * gnus-draft.el (gnus-draft-send):
21912 Bind rfc2047-encode-encoded-words.
21913
21914 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21915 (rfc2047-encodable-p): Say that =? needs encoding.
21916 (rfc2047-encode-encoded-words): New variable.
21917
21918 * gnus-group.el (gnus-group-select-group): Doc fix.
21919
21920 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21921
21922 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21923 to nil.
21924
21925 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21926
21927 * nnheader.el (nnheader-get-lines-and-char): New function.
21928
21929 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21930
21931 * gnus-msg.el (gnus-summary-followup-with-original):
21932 Document yanking of region when active.
21933
21934 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21935
21936 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21937 groups if the group level is higher than the specified value.
21938
21939 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21940
21941 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21942 (gnus-group-jump-to-group): Add prefix argument using
21943 `gnus-group-jump-to-group-prompt'. Query before jumping to
21944 non-active group.
21945
21946 * compface.el (uncompface): Be verbose when changing
21947 `uncompface-use-external'.
21948
21949 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21950 handle manual section.
21951
21952 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21953
21954 * gnus-art.el (gnus-button-alist): Revert previous change.
21955
21956 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21957
21958 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21959
21960 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21961
21962 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21963 whether backend can accept message.
21964
21965 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21966
21967 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21968
21969 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21970 Avoid creating directory when nntp-marks-is-evil is true.
21971 Reported by Reiner Steib.
21972
21973 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21974
21975 * gnus-picon.el (gnus-picon-insert-glyph):
21976 Add optional `nostring' argument.
21977
21978 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21979
21980 * gnus-picon.el (gnus-picon-style): New variable.
21981 (gnus-picon-transform-address): Support `gnus-picon-style'.
21982
21983 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21984
21985 * message.el (message-fill-field): Return point.
21986 (message-generate-headers): Go to end of field.
21987
21988 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21989 stuff for non-living groups.
21990
21991 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21992
21993 * gnus-art.el (gnus-article-followup-with-original)
21994 (gnus-article-reply-with-original): gnus-mark-active-p ->
21995 gnus-region-active-p.
21996
21997 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
21998
21999 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22000 only when there is spam or ham to be processed.
22001
22002 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22003
22004 * mail-source.el (mail-source-delete-crash-box): Refactor.
22005 (mail-source-fetch): Use it.
22006 (mail-source-fetch-file): Ditto.
22007 (mail-source-fetch-directory): Run PostScript in loop.
22008 (mail-source-fetch-pop): Delete.
22009 (mail-source-fetch-maildir): Ditto.
22010 (mail-source-fetch-imap): Ditto.
22011
22012 * imap.el (imap-authenticators): Comment out sasl.
22013
22014 * message.el (message-skip-to-next-address): New function.
22015 (message-fill-header-address): Refactor.
22016 (message-fill-address): Use it.
22017 (message-delete-address): Use it.
22018 (message-fill-header-general): Refactor.
22019 (message-fill-field-address): Rename.
22020 (message-narrow-to-field): Find the start of the header.
22021 (message-header-format-alist): Don't pre-fill.
22022 (message-fill-header): Remove.
22023 (message-insert-header): New function.
22024 (message-shorten-references): Use it.
22025
22026 * rfc2047.el (rfc2047-field-value): Strip props.
22027
22028 * mail-parse.el (mail-header-make-address): New alias.
22029
22030 * ietf-drums.el (ietf-drums-make-address): New function.
22031
22032 * imap.el: Add compiler directives.
22033
22034 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22035
22036 * gnus-art.el (article-decode-idna-rhs): Don't use
22037 message-idna-inside-rhs-p.
22038
22039 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22040
22041 * message.el (message-idna-inside-rhs-p): Remove.
22042 (message-idna-to-ascii-rhs-1): Use proper address parsing.
22043
22044 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22045 false positives.
22046
22047 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22048
22049 * imap.el (imap-sasl-make-mechanisms): Use sasl.
22050
22051 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22052
22053 * nneething.el (nneething-file-name): Don't create spurious
22054 files.
22055
22056 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22057 (gnus-inews-do-gcc): Remove sleep.
22058
22059 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22060 part under point.
22061
22062 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22063 (gnus-agent-regenerate-group): Using nil messages aren't valid.
22064
22065 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
22066
22067 * spam.el (spam-summary-prepare-exit): Fix (length).
22068
22069 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
22070
22071 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22072 as expired without moving it" message when there are spam
22073 messages left.
22074
22075 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
22076
22077 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22078 header is not nil.
22079
22080 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
22081
22082 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22083 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22084 (nntp-marks-changed-p): New arg SERVER.
22085 (nntp-request-update-info): Adjust caller.
22086
22087 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22088
22089 * nntp.el (nntp-save-marks): Pass missing arg.
22090
22091 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22092
22093 * nntp.el: Support marks.
22094 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22095 (nntp-marks-modtime, nntp-marks-directory): New variables.
22096 (nntp-request-set-mark, nntp-request-update-info)
22097 (nntp-possibly-create-directory, nntp-marks-changed-p)
22098 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22099 New functions.
22100
22101 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22102
22103 * gnus-score.el (gnus-score-insert-help):
22104 Use gnus-select-lowest-window.
22105
22106 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22107 appt-select-lowest-window and rename to gnus-select-lowest-window.
22108
22109 * gnus.el: do.
22110
22111 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22112
22113 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22114 encodings of MIME-encoded words, in order to improve
22115 interoperability with several broken MUAs.
22116
22117 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22118
22119 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22120 tags, only when charsets are not specified in headers.
22121 (mm-inline-text-html-render-with-w3m): Ditto.
22122
22123 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22124
22125 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22126 instead of MIME-decoded from fields when checking
22127 `gnus-article-address-banner-alist'.
22128
22129 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22130
22131 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22132 description rather than subject.
22133
22134 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22135
22136 * gnus.el (gnus-version-number): Bump.
22137
22138 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22139
22140 * gnus.el: No Gnus v0.2 is released.
22141
22142 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22143
22144 * gnus-agent.el (gnus-agent-read-agentview):
22145 Inline gnus-uncompress-range.
22146
22147 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22148
22149 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22150 `exec-installed-p'.
22151
22152 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22153
22154 * gnus.el (spam-process, spam-autodetect-methods):
22155 Add bsfilter and bsfilter-headers.
22156
22157 * spam.el (spam-bsfilter): New customize group.
22158 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22159 (spam-bsfilter-header, spam-bsfilter-probability-header)
22160 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22161 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22162 (spam-bsfilter-database-directory): New options.
22163 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22164 (spam-list-of-statistical-checks, spam-registration-functions):
22165 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22166 (spam-bsfilter-score): New command.
22167 (spam-check-bsfilter-headers, spam-check-bsfilter)
22168 (spam-bsfilter-register-with-bsfilter)
22169 (spam-bsfilter-register-spam-routine)
22170 (spam-bsfilter-unregister-spam-routine)
22171 (spam-bsfilter-register-ham-routine)
22172 (spam-bsfilter-unregister-ham-routine): New functions.
22173 (spam-generic-score): Support bsfilter; Accept an optional argument
22174 to recalcurate spam score even if scoring header has already been
22175 added.
22176 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22177 optional argument to recalcurate spam score even if scoring header
22178 has already been added.
22179
22180 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22181
22182 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22183 strings! Reported by David D. Smith <davidsmith@acm.org>.
22184 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22185 link is missing.
22186
22187 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22188
22189 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22190 (html2text-get-attr): Rewrite.
22191
22192 * message.el (message-setup-1): Remove redundant put-text-property
22193 on mail-header-separator.
22194
22195 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22196
22197 * gnus-registry.el (gnus-registry-cache-whitespace)
22198 (gnus-registry-action, gnus-registry-spool-action)
22199 (gnus-registry-split-fancy-with-parent): Change message levels
22200 from 5 to 3 or 7, as needed.
22201
22202 * spam.el (spam-summary-prepare-exit)
22203 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22204 (spam-split, spam-find-spam, spam-log-undo-registration)
22205 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22206 level from 5 to 6.
22207
22208 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22209
22210 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22211 2004-03-04 change).
22212
22213 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22214
22215 * sieve-manage.el (sieve-manage-open):
22216 * nnweb.el (nnweb-insert-html):
22217 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22218 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22219 * nnspool.el (nnspool-request-group):
22220 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22221 * nnml.el (nnml-request-update-info):
22222 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22223 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22224 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22225 (nnimap-request-set-mark):
22226 * nnfolder.el (nnfolder-request-update-info):
22227 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22228 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22229 * gnus-uu.el (gnus-uu-find-articles-matching):
22230 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22231 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22232 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22233 * gnus-nocem.el (gnus-nocem-scan-groups):
22234 * gnus-int.el (gnus-start-news-server):
22235 * gnus-group.el (gnus-group-make-kiboze-group)
22236 (gnus-group-browse-foreign-server):
22237 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22238 Use mapc when appropriate.
22239
22240 2004-04-22 Dan Christensen <jdc@uwo.ca>
22241 Adam Sjøgren <asjo@koldfront.dk>
22242 Wes Hardaker <wes@hardakers.net>
22243 Michael Shields <shields@msrl.com>
22244
22245 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22246 may need for spam sorting and scoring.
22247 (spam-user-format-function-S): Add user format function suitable for
22248 general use.
22249 (spam-article-sort-by-spam-status): Add sorting function for summary
22250 sorting.
22251 (spam-extra-header-to-number): Add function to get a score from a
22252 header.
22253 (spam-summary-score): Add function to get a numeric score from the
22254 headers.
22255 (spam-generic-score): Fix function doc, was in wrong place.
22256 (spam-initialize): Take symbols when it's run, and install the
22257 extra headers that spam-necessary-extra-headers thinks we need.
22258
22259 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22260
22261 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22262 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22263
22264 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22265
22266 * gnus-sum.el (gnus-set-global-variables)
22267 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22268 (gnus-article-get-xrefs, gnus-summary-best-group)
22269 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22270 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22271 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22272 Use with-current-buffer.
22273
22274 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22275
22276 * spam.el (spam-summary-prepare-exit): Simplify logic.
22277 (spam-fetch-article-header): Read the article header if it's not
22278 available.
22279 (spam-list-articles): Simplify logic.
22280 (spam-filelist-register-routine): Fix bug with unregister-list.
22281
22282 * gnus-registry.el: Fix comments at beginning.
22283
22284 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22285
22286 * message.el (message-cater-to-broken-inn): Remove.
22287 (message-shorten-references): Make sure the total folded length of
22288 References is shorter than 998 characters to cater to a bug in INN
22289 2.3. Also, don't pretend that references aren't folded -- this
22290 hasn't worked for a while.
22291
22292 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22293
22294 * gnus-agent.el (gnus-agentize):
22295 gnus-agent-send-mail-real-function no longer set to current value
22296 of message-send-mail-function but rather a lambda that calls
22297 message-send-mail-function. The change makes the agent real-time
22298 responsive to user changes to message-send-mail-function.
22299
22300 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22301
22302 * legacy-gnus-agent.el
22303 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22304 help from Florian Weimer <fw@deneb.enyo.de>
22305
22306 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22307
22308 * nnmail.el (nnmail-cache-insert): Revert last change.
22309
22310 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22311
22312 * nnmail.el (nnmail-cache-insert): Always check whether
22313 nnmail-cache-ignore-groups matches a group name.
22314
22315 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22316
22317 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22318 (spam-find-spam, spam-log-processing-to-registry)
22319 (spam-log-registered-p, spam-log-unregistration-needed-p)
22320 (spam-log-undo-registration): Use gnus-message instead of
22321 gnus-error, none of these errors are fatal.
22322
22323 * gnus-registry.el (gnus-registry-clean-empty-function)
22324 (gnus-registry-clean-empty): Remove only empty entries without
22325 extra data.
22326
22327 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22328
22329 * spam-stat.el (spam-stat-buffer-change-to-spam)
22330 (spam-stat-buffer-change-to-non-spam): Change (error) to
22331 (gnus-message 8) invocation.
22332
22333 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
22334
22335 * nntp.el (nntp-via-netcat-command): New variable.
22336 (nntp-via-netcat-switches): New variable.
22337 (nntp-open-via-rlogin-and-netcat): New function.
22338 (nntp-open-connection-function): Doc fix.
22339 (nntp-telnet-command): Doc fix.
22340 (nntp-end-of-line): Doc fix.
22341 (nntp-via-rlogin-command): Doc fix.
22342 (nntp-via-user-name): Doc fix.
22343 (nntp-via-address): Doc fix.
22344
22345 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
22346
22347 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22348 error in Emacs 21.1.
22349
22350 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
22351
22352 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22353
22354 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
22355
22356 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22357 (gnus-agent-with-refreshed-group): New macro.
22358 (gnus-agent-rename-group): New function.
22359 (gnus-agent-delete-group): New function.
22360 (gnus-agent-save-group-info): Use gnus-command-method when
22361 `method' parameter is nil. Don't write nil entries into the
22362 active file.
22363 (gnus-agent-get-group-info): New function.
22364 (gnus-agent-fetch-articles):
22365 Use gnus-agent-update-files-total-fetched-for to increment disk space
22366 used.
22367 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22368 Use gnus-agent-update-view-total-fetched-for to increment disk space
22369 used.
22370 (gnus-agent-get-local): Add optional parameters to avoid calling
22371 gnus-group-real-name and gnus-find-method-for-group.
22372 (gnus-agent-set-local): Delete stored entry if either min, or max,
22373 are nil.
22374 (gnus-agent-fetch-session): Reworded error/quit messages.
22375 On quit, use gnus-agent-regenerate-group to record existence of any
22376 articles fetched to disk before the quit occurred.
22377 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22378 gnus-agent-update-view-total-fetched-for, and
22379 gnus-agent-update-files-total-fetched-for to decrement disk space
22380 used.
22381 (gnus-agent-retrieve-headers):
22382 Use gnus-agent-update-view-total-fetched-for to increment disk space
22383 used.
22384 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22385 with gnus-agent-update-files-total-fetched-for to decrement disk
22386 space and fresh group buffer.
22387 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22388 (gnus-agent-need-update-total-fetched-for): New variable.
22389 (gnus-agent-update-files-total-fetched-for): New function.
22390 (gnus-agent-update-view-total-fetched-for): New function.
22391 (gnus-agent-total-fetched-for): New function.
22392
22393 * gnus-cache.el (gnus-cache-save-buffers):
22394 Use gnus-cache-update-overview-total-fetched-for to change disk space
22395 used by this group.
22396 (gnus-cache-possibly-enter-article):
22397 Use gnus-cache-update-file-total-fetched-for to increment disk space
22398 used by this group.
22399 (gnus-cache-possibly-remove-article):
22400 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22401 used by this group.
22402 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22403 (gnus-cache-rename-group): New function.
22404 (gnus-cache-delete-group): New function.
22405 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22406 (gnus-cache-need-update-total-fetched-for): New variable.
22407 (gnus-cache-with-refreshed-group): New macro.
22408 (gnus-cache-update-file-total-fetched-for): New function.
22409 (gnus-cache-update-overview-total-fetched-for): New function.
22410 (gnus-cache-rename-group-total-fetched-for): New function.
22411 (gnus-cache-delete-group-total-fetched-for): New function.
22412 (gnus-cache-total-fetched-for): New function.
22413
22414 * gnus-group.el: Require gnus-sum and autoload functions to
22415 resolve warnings when gnus-group.el compiled alone.
22416 (gnus-group-line-format): Documented new %F.
22417 (size of Fetched data) group line format; identifies disk space
22418 used by agent and cache.
22419 (gnus-group-line-format-alist): Defined new F format.
22420 (gnus-total-fetched-for): New function.
22421 (gnus-group-delete-group): No longer update
22422 gnus-cache-active-altered as gnus-request-delete-group now keeps
22423 the cache in sync.
22424 (gnus-group-list-active): Let the agent store a server's active
22425 list if currently plugged.
22426
22427 * gnus-int.el (gnus-request-delete-group):
22428 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22429 local disk in sync with the server.
22430 (gnus-request-rename-group):
22431 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22432 local disk in sync with the server.
22433
22434 * gnus-start.el (gnus-get-unread-articles):
22435 Cosmetic simplification to logic.
22436
22437 * gnus-util.el (gnus-rename-file): New function.
22438
22439 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22440
22441 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22442
22443 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22444
22445 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22446 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22447
22448 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22449
22450 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22451 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22452
22453 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22454
22455 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22456
22457 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22458
22459 * spam.el (spam-set-difference): Add function to replace
22460 gnus-set-difference in spam.el.
22461 (spam-summary-prepare-exit): Use spam-set-difference.
22462
22463 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22464
22465 * gnus-registry.el (gnus-registry-cache-file): Update to use
22466 gnus-dribble-directory OR gnus-home-directory OR ~.
22467 (gnus-registry-split-fancy-with-parent): Fix doc.
22468
22469 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22470
22471 * message.el (message-exchange-point-and-mark):
22472 Use message-mark-active-p. Suggested by Jesper Harder
22473 <harder@ifa.au.dk>.
22474
22475 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22476
22477 * message.el (message-exchange-point-and-mark): Don't activate
22478 region if it was inactive. Suggested by Hiroshi Fujishima
22479 <pooh@nature.tsukuba.ac.jp>.
22480
22481 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22482
22483 * gnus-art.el (article-display-face): Display Faces in the same
22484 order as X-Faces.
22485
22486 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22487
22488 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22489
22490 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22491
22492 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22493 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22494 (gnus-article-mime-hierarchy): Remove.
22495 (gnus-article-mime-hierarchy-next): Remove.
22496 (gnus-article-mode): Revert 2004-03-19 change.
22497 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22498 (gnus-insert-mime-button): Revert 2004-03-19 change.
22499 (gnus-mime-accumulate-hierarchy): Remove.
22500 (gnus-mime-enter-multipart): Remove.
22501 (gnus-mime-leave-multipart): Remove.
22502 (gnus-mime-display-part): Revert 2004-03-19 change.
22503 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22504
22505 * mml.el (mml-preview): Revert 2004-03-19 change.
22506
22507 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22508
22509 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22510
22511 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22512
22513 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22514 t while entering a file name using the mm-with-multibyte macro.
22515 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22516
22517 * mm-util.el (mm-with-multibyte): New macro.
22518
22519 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22520
22521 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22522 New user option.
22523 (gnus-mime-multipart-functions): Doc and customization fix.
22524 (gnus-article-mime-hierarchy): New variable.
22525 (gnus-article-mime-hierarchy-next): New variable.
22526 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22527 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22528 gnus-article-mime-hierarchy-next to nil.
22529 (gnus-insert-mime-button): Show hierarchy numbers.
22530 (gnus-mime-accumulate-hierarchy): New function.
22531 (gnus-mime-enter-multipart): New function.
22532 (gnus-mime-leave-multipart): New function.
22533 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22534 (gnus-mime-display-alternative): Show hierarchy numbers.
22535
22536 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22537 gnus-article-mime-hierarchy-next to nil.
22538
22539 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22540
22541 * dns.el: Don't require gnus-xmas.
22542
22543 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22544
22545 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22546 inline PGP.
22547 (mml-menu): Disable mml-quote-region if mark is inactive.
22548
22549 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22550
22551 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22552 when the group's active is not available.
22553
22554 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22555
22556 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22557 error.
22558
22559 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22560
22561 * imap.el (imap-store-password): New variable.
22562 (imap-interactive-login): Use it.
22563 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22564
22565 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22566
22567 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22568 window-start and hscroll to summary window.
22569
22570 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22571
22572 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22573 conversion message to newsrc-dribble when an actual conversion is
22574 performed.
22575
22576 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22577
22578 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22579
22580 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22581
22582 * mm-decode.el (mm-complicated-handles): New function reviving
22583 former definition of mm-multiple-handles.
22584
22585 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22586 (gnus-mime-delete-part): Use it.
22587
22588 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22589
22590 * gnus-agent.el (gnus-agent-read-local):
22591 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22592 avoid the implicit assumption that they will always be equal.
22593 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22594 coding-system-for-write, as the with-temp-file macro first prints
22595 to a buffer then saves the buffer.
22596
22597 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22598
22599 * gnus-art.el (gnus-article-edit-part): New function.
22600 (gnus-mime-save-part-and-strip): Use it; do query instead of
22601 signaling an error; don't use mm-multiple-handles.
22602 (gnus-mime-delete-part): Ditto.
22603
22604 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22605
22606 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22607 old file versions.
22608 (gnus-group-prepare-hook): Remove function that converted list
22609 form of gnus-agent-expire-days to group properties.
22610
22611 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22612 (gnus-request-accept-article): Re-indented.
22613
22614 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22615 converters to handle old agent file formats. Add logic for a
22616 "backup before upgrading warning".
22617 (gnus-convert-mark-converter-prompt): Developers can mark
22618 functions as needing (default), or not needing,
22619 gnus-convert-old-newsrc's "backup before upgrading warning".
22620 (gnus-convert-converter-needs-prompt): Tests whether the user
22621 should be protected from potentially irreversable changes by the
22622 function.
22623
22624 * legacy-gnus-agent.el: New. Provides converters that are only
22625 loaded when gnus-convert-old-newsrc needs to call them.
22626
22627 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22628
22629 * mail-source.el (mail-source-touch-pop): Doc fix.
22630
22631 * message.el (message-smtpmail-send-it): Doc fix.
22632
22633 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22634
22635 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22636
22637 * nnmail.el (nnmail-split-fancy): do.
22638
22639 * gnus-kill.el (gnus-kill, gnus-execute): do.
22640
22641 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22642
22643 * gnus-sum.el (gnus-widget-reversible-match)
22644 (gnus-widget-reversible-to-internal)
22645 (gnus-widget-reversible-to-external): New functions.
22646 (gnus-widget-reversible): New widget.
22647 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22648
22649 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22650
22651 * gnus-sum.el (gnus-thread-sort-functions)
22652 (gnus-article-sort-functions): Document `(not F)' items.
22653
22654 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22655
22656 * spam.el (spam-use-gmane-xref): Add new backend.
22657 (spam-gmane-xref-spam-group): Add variable to control the name of the
22658 Gmane spam group.
22659 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22660 (spam-regex-headers-spam, spam-regex-headers-ham)
22661 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22662 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22663 backends and checks.
22664 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22665
22666 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22667 an autodetect method.
22668
22669 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22670
22671 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22672 articles are being added to a group.
22673 (gnus-request-replace-article): Inform the agent that articles
22674 need to be uncached as the cached contents are no longer valid.
22675
22676 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22677
22678 * binhex.el: Don't autoload executable-find.
22679
22680 * canlock.el: Don't autoload mail-fetch-field.
22681
22682 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22683
22684 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22685 rmail-dont-reply-to and rmail-output.
22686
22687 * gnus-score.el: Don't autoload ffap-string-at-point.
22688
22689 * gnus-setup.el: Don't autoload sc-cite-original.
22690
22691 * imap.el: Don't autoload base64-decode-string,
22692 base64-encode-string and md5.
22693
22694 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22695 and rmail-msg-restore-non-pruned-header.
22696
22697 * mm-decode.el: Don't autoload executable-find.
22698
22699 * mm-url.el: Don't autoload executable-find.
22700
22701 * mm-view.el: Don't autoload diff-mode.
22702
22703 * nndb.el: Don't autoload news-reply-mode, news-setup,
22704 cancel-timer and telnet.
22705
22706 * password.el: Don't autoload run-at-time for Emacs.
22707
22708 * sha1-el.el: Don't autoload executable-find.
22709
22710 * sieve-mode.el: Don't autoload c-mode.
22711
22712 * uudecode.el: Don't autoload executable-find.
22713
22714 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22715
22716 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22717 (gnus-agent-possibly-alter-active): Avoid null in numeric
22718 comparison.
22719 (gnus-agent-set-local): Refuse to save null in local object table.
22720 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22721 list of articles that will be marked as unread.
22722
22723 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22724
22725 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22726
22727 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22728
22729 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22730 language tags.
22731
22732 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22733
22734 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22735 Don't bind "obarray".
22736
22737 * gnus-sum.el (gnus-thread-sort-functions):
22738 Add `gnus-thread-sort-by-most-recent-number' and
22739 `gnus-thread-sort-by-most-recent-date'.
22740 Reported by Kai Grossjohann <kai@emptydomain.de>.
22741
22742 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22743
22744 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22745
22746 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22747
22748 * gnus-cus.el (gnus-agent-customize-category):
22749 Remove ignore-errors macro reference that required cl to be loaded at
22750 run-time.
22751
22752 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22753 single-interval range of the form (min . max). Previously the
22754 range had to look like ((min . max)). Likewise, return
22755 (min . max) rather than ((min . max)).
22756 (gnus-range-map): Use gnus-range-normalize to accept
22757 single-interval range.
22758
22759 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22760 the cache, but not the agent, now appear with their usual face.
22761
22762 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22763
22764 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22765 w3m-safe-url-regexp variable buffer-local.
22766
22767 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22768
22769 2004-02-27 Simon Josefsson <jas@extundo.com>
22770
22771 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22772 gnus-group-real-prefix.
22773 (gnus-summary-move-article): Use it, instead of
22774 gnus-group-real-prefix.
22775
22776 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22777
22778 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22779 w3m-safe-url-regexp variable buffer-local and set it as the value
22780 of mm-w3m-safe-url-regexp.
22781
22782 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22783
22784 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22785 parsing gnus-posting-styles when the message is not for replying.
22786
22787 * nnrss.el (nnrss-opml-export):
22788 Use mm-set-buffer-file-coding-system instead of
22789 set-buffer-file-coding-system.
22790
22791 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22792
22793 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22794 of checkdoc.el).
22795 * nnrss.el: do.
22796 * gnus-mlspl.el: do.
22797 * gnus-ml.el: do.
22798 * gnus-srvr.el: do.
22799
22800 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22801
22802 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22803
22804 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22805 Corrections to custom-manual links.
22806
22807 * gnus-art.el (gnus-article): Ditto.
22808
22809 * mm-decode.el (mime-display, mime-security): Ditto.
22810
22811 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22812
22813 * flow-fill.el: Typo.
22814
22815 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22816
22817 * spam-wash.el: New file.
22818
22819 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22820
22821 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22822
22823 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22824
22825 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22826 to be run with new-articles as LIST1, not LIST2.
22827 (spam-registration-functions): Add spam-use-ham-copy as a nil
22828 registration backend.
22829
22830 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22831
22832 * spam-stat.el (spam-stat-washing-hook): New option.
22833 (spam-stat-buffer-words): Use it.
22834 (spam-stat-process-directory, spam-stat-test-directory):
22835 Use insert-file-contents-literally.
22836 (spam-stat-coding-system): New variable.
22837 (spam-stat-load, spam-stat-save): Use it.
22838
22839 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22840
22841 * spam-report.el (spam-report-plug-agent):
22842 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22843
22844 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22845
22846 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22847 Allow / in mailto URLs.
22848
22849 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22850
22851 * spam-report.el (spam-report-process-queue): Fix interactive use.
22852 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22853 (spam-report-unplug-agent): Doc fixes.
22854 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22855 (spam-report-agentize, spam-report-deagentize):
22856 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22857
22858 * message.el (message-setup-fill-variables): Add mml tags to
22859 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22860 <ajk@iu.edu>.
22861 (message-mode): Don't modify paragraph-separate there.
22862
22863 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22864
22865 * compface.el (uncompface-use-external): Default to undecided.
22866 (uncompface-use-external-threshold): New variable.
22867 (uncompface-float-time): New macro.
22868 (uncompface): Determine whether to use the external decoder if
22869 uncompface-use-external is undecided.
22870
22871 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22872
22873 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22874 after images.
22875
22876 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22877
22878 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22879
22880 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22881
22882 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22883
22884 * gnus-sum.el (gnus-summary-limit-to-age)
22885 (gnus-summary-limit-children): do.
22886
22887 * gnus-int.el (gnus-request-scan): do.
22888
22889 * gnus-group.el (gnus-group-suspend): do.
22890
22891 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22892
22893 * gnus-cite.el (gnus-cite-parse-attributions): do.
22894
22895 * gnus-agent.el (gnus-summary-set-agent-mark)
22896 (gnus-agent-regenerate-group): do.
22897
22898 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22899
22900 * binhex.el (binhex-decode-region-internal): do.
22901
22902 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22903
22904 * gnus-fun.el (gnus-face-properties-alist): New user option.
22905 (gnus-display-x-face-in-from): Use it.
22906
22907 * gnus-art.el (article-display-face): Ditto.
22908
22909 * compface.el (uncompface-use-external): Default to nil.
22910
22911 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22912
22913 * nntp.el (nntp-erase-buffer): New function.
22914 (nntp-retrieve-data, nntp-send-command)
22915 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22916 (nntp-possibly-change-group): Use it.
22917
22918 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22919 Use with-current-buffer.
22920
22921 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22922
22923 * compface.el: Merge the ELisp-based uncompface program.
22924 (compface): New customization group.
22925 (uncompface-use-external): New user option.
22926 (uncompface): Call uncompface-internal if uncompface-use-external
22927 is nil.
22928 (uncompface-internal): New function. Note that there are also
22929 some other functions and variables added for this function.
22930
22931 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22932
22933 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22934 if necessary.
22935
22936 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22937
22938 * spam-report.el (spam-report-unplug-agent)
22939 (spam-report-plug-agent, spam-report-deagentize)
22940 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22941 Add support for the Agent in spam-report: when unplugged, report to a
22942 file; when plugged, submit all the requests.
22943
22944 * spam.el (spam-register-routine): Fix message about
22945 registration.
22946
22947 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22948
22949 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22950 dependencies.
22951 (rfc2047-encode): Use it.
22952
22953 * gnus-art.el (gnus-button-marker-list): Move before first
22954 reference.
22955
22956 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22957 (imap-parse-body): Fix format string mismatch.
22958
22959 * gnus-score.el (gnus-summary-increase-score): do.
22960
22961 * nnrss.el (nnrss-close): New function.
22962
22963 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22964
22965 * nnrss.el (nnrss-make-filename): New function.
22966 (nnrss-request-delete-group, nnrss-read-server-data)
22967 (nnrss-save-server-data, nnrss-read-group-data)
22968 (nnrss-save-group-data): Use it.
22969 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22970 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22971 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22972
22973 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22974
22975 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22976
22977 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22978
22979 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22980 files.
22981
22982 * message.el (message-generate-headers-first): Don't quote nil
22983 and t in docstrings.
22984
22985 * imap.el (imap-id): do.
22986
22987 * gnus-agent.el (gnus-agent-consider-all-articles)
22988 (gnus-agent-queue-mail): do.
22989
22990 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
22991
22992 * spam-report.el (spam-report-process-queue): New function.
22993 Process requests from `spam-report-requests-file'.
22994 (spam-report-process-queue): Doc fix.
22995
22996 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
22997
22998 * spam.el (spam-register-routine)
22999 (spam-log-processing-to-registry, spam-log-registered-p)
23000 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23001 Change "check" to "spam-check" for semi-clarity.
23002
23003 2004-02-05 Jesper Harder <harder@ifa.au.dk>
23004
23005 * pop3.el: Require nnheader.
23006
23007 * mml-smime.el: Require cl. Autoload message-fetch-field.
23008
23009 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23010
23011 * gnus-picon.el: Require cl.
23012
23013 * gnus-fun.el: Require gnus-ems and gnus-util.
23014
23015 * gnus.el (gnus-method-to-server): Move defsubst before first use.
23016
23017 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23018
23019 * gnus-art.el (gnus-article-edit-mode): Define before first
23020 reference.
23021
23022 2004-02-04 Jesper Harder <harder@ifa.au.dk>
23023
23024 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23025 (gnus-uu-post-encoded): Use point-at-bol.
23026
23027 * gnus-topic.el (gnus-group-active-topic-p): do.
23028
23029 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23030
23031 * gnus-group.el (gnus-group-kill-region): do.
23032
23033 * gnus-art.el (article-date-ut): do.
23034
23035 * message.el (message-fetch-field): Remove redundant
23036 case-fold-search binding.
23037 (message-narrow-to-field): Simplify.
23038
23039 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
23040
23041 * spam.el (spam-directory): Derive from `gnus-directory'.
23042
23043 * spam-report.el (spam-report-url-to-file)
23044 (spam-report-requests-file): New function and variable for offline
23045 reporting.
23046 (spam-report-url-ping-function): Add `spam-report-url-to-file'
23047 and user defined function.
23048 (spam-report-url-ping-mm-url): Remove doubled slash.
23049
23050 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
23051
23052 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23053
23054 2004-02-03 Jesper Harder <harder@ifa.au.dk>
23055
23056 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23057 Fix format string mismatch.
23058
23059 * sieve.el (sieve-deactivate-all): do.
23060
23061 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23062
23063 * nnlistserv.el (nnlistserv-kk-wash-article): do.
23064
23065 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23066
23067 * mm-bodies.el (mm-7bit-chars): Don't include \r.
23068
23069 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
23070
23071 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23072 the list of checks.
23073
23074 2004-01-31 Jesper Harder <harder@ifa.au.dk>
23075
23076 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23077 padding.
23078
23079 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
23080
23081 * mm-view.el (mm-fill-flowed): New variable.
23082 (mm-inline-text): Use it.
23083
23084 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23085
23086 * spam.el (spam-spamassassin-register-ham-routine)
23087 (spam-spamassassin-register-spam-routine): Fix function names.
23088
23089 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23090
23091 * gnus.el (gnus-tmp-grouplens): Remove.
23092 (gnus-summary-line-format): Remove grouplens.
23093
23094 * gnus-group.el (gnus-group-line-format): Ditto.
23095
23096 * gnus-spec.el (gnus-format-specs): Ditto.
23097 (gnus-update-format-specifications): Flush the group format spec
23098 cache if there's the grouplens stuff.
23099 (gnus-parse-simple-format): Replace %l with the empty string.
23100
23101 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23102
23103 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23104 omission.
23105
23106 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23107
23108 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23109 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23110
23111 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23112
23113 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23114 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23115 New macros and functions.
23116 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23117 Handle > NLINK_MAX messages.
23118 * nnmaildir.el (nnmaildir-request-set-mark):
23119 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23120
23121 2004-01-25 Alex Schroeder <alex@gnu.org>
23122
23123 * spam-stat.el (spam-stat-process-directory-age): New option.
23124 (spam-stat-process-directory): Use it.
23125
23126 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23127
23128 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23129 (spam-stat-save): Accept prefix argument.
23130
23131 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23132
23133 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23134 links" error.
23135
23136 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23137
23138 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23139 compatibility with old .newsrc.eld files.
23140
23141 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23142
23143 * gnus-start.el (gnus-1): do.
23144
23145 * gnus-group.el (gnus-group-line-format-alist): do.
23146
23147 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23148
23149 * gnus-gl.el: Remove.
23150
23151 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23152
23153 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23154 marks consisting of a single range {for example, (3 . 5)} rather
23155 than a list of a single range { ((3 . 5)) }.
23156
23157 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23158
23159 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23160 Use with-current-buffer.
23161 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23162 avoid consing a string.
23163
23164 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23165 Remove obsolete entries for big5 and gb2312.
23166
23167 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23168
23169 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23170 uncompressed list.
23171
23172 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23173
23174 * spam-stat.el (spam-stat-strip-xref): New function.
23175 (spam-stat-process-directory): Use it.
23176
23177 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23178 here -- it's done in message-fetch-field.
23179
23180 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23181
23182 * gnus-agent.el (gnus-agent-queue-mail)
23183 (gnus-agent-prompt-send-queue): New variables.
23184 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23185 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23186 "nndraft:queue" along to gnus-draft-send.
23187 Use gnus-agent-prompt-send-queue.
23188 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23189 is "nndraft:queue". Suggested by Gaute Strokkenes
23190 <gs234@srcf.ucam.org>
23191
23192 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23193 (agent-enable-undownloaded-faces): Add.
23194 (gnus-agent-cat-groups): Use eval-and-compile, not
23195 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23196 method of gnus-agent-cat-groups even when the buffer has been
23197 evalled.
23198 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23199 delete gnus-agent-save-active-1.
23200 (gnus-agent-save-groups): Delete. Identical to
23201 gnus-agent-save-active.
23202 (gnus-agent-write-active): No longer adjust agent's copy of active
23203 file as agent's adjustments are now stored in their own
23204 file. Remove optional parameter.
23205 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23206 servers. Add use of min/max range limits from server's local
23207 file.
23208 (gnus-agent-save-alist): Remove unused optional argument.
23209 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23210 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23211 (gnus-agent-set-local): A per-server file that keeps min/max range
23212 limits for articles known to the agent. Provides a fast mechanism
23213 for altering many active ranges.
23214 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23215 active file (local makes it unnecessary).
23216 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23217
23218 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23219 (agent-enable-undownloaded-faces): Add.
23220
23221 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23222 disable it when sending to "nndraft:queue".
23223 (gnus-group-send-queue): Add safety check to avoid sending queue
23224 when unplugged.
23225
23226 * gnus-group.el (gnus-group-catchup): Use new
23227 gnus-sequence-of-unread-articles, not
23228 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23229 numbers of articles. Use gnus-range-map to avoid having to
23230 uncompress the unread list.
23231 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23232 Fix invalid ange-ftp reference.
23233
23234 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23235 (gnus-sorted-range-intersection): Intersection of two ranges
23236 without requiring that they first be uncompressed.
23237
23238 * gnus-start.el (gnus-activate-group): Unless blocked by the
23239 caller, possibly expand the active range to include both cached
23240 and agentized articles.
23241 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23242 multiple version-dependent converters.
23243 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23244 gnus-agent-save-active.
23245 (gnus-save-newsrc-file): Save dirty agent range limits.
23246
23247 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23248 gnus-agent-possibly-alter-active.
23249 (gnus-adjust-marked-articles): Faster handling of simple lists.
23250
23251 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23252
23253 * spam-stat.el (spam-stat-test-directory): New optional argument
23254 displays a list of files detected. Suggested by Andrew Cohen
23255 <cohen@andy.bu.edu>.
23256 (spam-stat-buffer-words-with-scores): Don't narrow and change
23257 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23258
23259 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23260
23261 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23262 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23263 (spam-spamassassin-arguments)
23264 (spam-spamassassin-spam-flag-header)
23265 (spam-spamassassin-positive-spam-flag-header)
23266 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23267 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23268 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23269 (spam-list-of-processors, spam-list-of-checks)
23270 (spam-list-of-statistical-checks, spam-registration-functions)
23271 (spam-check-spamassassin-headers, spam-check-spamassassin)
23272 (spam-spamassassin-score)
23273 (spam-spamassassin-register-with-sa-learn)
23274 (spam-spamassassin-register-spam-routine)
23275 (spam-spamassassin-register-ham-routine)
23276 (spam-assassin-register-spam-routine)
23277 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23278 (spam-bogofilter-score): Fix to show article before scoring.
23279
23280 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23281
23282 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23283 default scoring function.
23284 (spam-generic-score): Call spam-spamassassin-score if
23285 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23286 spam-bogofilter-score otherwise.
23287
23288 * gnus.el (spam-process, spam-autodetect-methods):
23289 Add spamassassin and spamassassin-headers.
23290
23291 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23292
23293 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23294 Suppress unnecessary messages.
23295
23296 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23297
23298 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23299 make-hash-table.
23300
23301 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23302
23303 * canlock.el (base64-encode-string): Don't autoload it.
23304
23305 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23306
23307 * run-at-time.el: Remove useless (require 'itimer),
23308 eval-and-compile and (featurep 'xemacs).
23309
23310 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23311
23312 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23313 GROUP is a virtual group.
23314
23315 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23316
23317 * gnus.el: Autoload `message-y-or-n-p'.
23318
23319 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23320
23321 * pgg-parse.el: Remove unnecessary (require 'custom).
23322
23323 * pgg-def.el: do.
23324
23325 * nnmail.el: do.
23326
23327 * gnus-undo.el: do.
23328
23329 * gnus-picon.el: do.
23330
23331 * gnus-util.el: do.
23332
23333 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
23334
23335 * gnus-sum.el (gnus-pick-line-number): Add autoload.
23336
23337 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
23338
23339 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23340 handle, as well as a list.
23341
23342 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23343 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23344 (mm-w3m-cid-retrieve): Simplify.
23345
23346 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
23347
23348 * message.el (message-kill-to-signature): Allow prefix arg to
23349 specify number of lines to keep before signature.
23350
23351 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
23352
23353 * message.el (message-kill-to-signature): Change docstring.
23354
23355 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
23356
23357 * canlock.el: Always require sha1-el.
23358 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23359
23360 * message.el: Autoload sha1 only when compiling.
23361
23362 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23363
23364 * message.el (message-canlock-generate): Require sha1-el.
23365
23366 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23367
23368 * message.el (message-expand-name): Silence the byte compiler.
23369
23370 2004-01-13 Simon Josefsson <jas@extundo.com>
23371
23372 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23373 Invoke gnus-score-mode.
23374 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23375
23376 * gnus-range.el (gnus-compress-sequence): Doc fix.
23377 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23378
23379 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23380
23381 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23382
23383 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23384
23385 * spam.el (spam-get-article-as-string): Update to use
23386 gnus-request-article-this-buffer, much simpler.
23387 (spam-get-article-as-buffer): Remove.
23388
23389 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23390
23391 * message.el (message-expand-name): Use EUDC if the user uses that.
23392
23393 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23394
23395 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23396 character for the encoding to avoid consing a string.
23397
23398 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23399 unnecessarily.
23400
23401 * mm-util.el (mm-replace-chars-in-string): Remove.
23402
23403 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23404 of mm-replace-chars-in-string.
23405
23406 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23407
23408 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23409
23410 * mm-util.el (mm-subst-char-in-string): Support inplace.
23411
23412 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23413 a new string in every iteration. Use shy groups.
23414
23415 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23416
23417 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23418 * gnus-soup.el (gnus-soup-group-brew):
23419 * gnus-msg.el (gnus-put-message):
23420 * gnus-move.el (gnus-group-move-group-to-server):
23421 * gnus-kill.el (gnus-batch-score):
23422 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23423 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23424 (gnus-group-update-group, gnus-group-read-group)
23425 (gnus-group-make-group, gnus-group-make-help-group)
23426 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23427 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23428 (gnus-group-sort-by-unread, gnus-group-catchup)
23429 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23430 (gnus-group-yank-group, gnus-group-set-info)
23431 (gnus-group-list-groups):
23432 * gnus.el (gnus-generate-new-group-name):
23433 * gnus-delay.el (gnus-delay-send-queue):
23434 * nnvirtual.el (nnvirtual-catchup-group):
23435 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23436 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23437 (gnus-group-prepare-topics, gnus-topic-check-topology):
23438 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23439 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23440 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23441 (gnus-group-make-articles-read):
23442 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23443 (gnus-group-change-level, gnus-kill-newsgroup)
23444 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23445 (gnus-get-unread-articles, gnus-make-articles-unread)
23446 (gnus-make-ascending-articles-unread): Use accessor
23447 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23448 to get group information for improved readability.
23449
23450 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23451
23452 * gnus-art.el (article-decode-mime-words, article-babel)
23453 (gnus-article-highlight-signature, gnus-article-add-buttons)
23454 (gnus-signature-toggle): Use gnus-with-article-buffer.
23455
23456 * gnus-art.el (gnus-article-highlight-headers)
23457 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23458
23459 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23460 (gnus-article-set-globals, gnus-request-article-this-buffer)
23461 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23462 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23463 (gnus-mime-display-alternative): Use with-current-buffer.
23464
23465 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23466
23467 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23468 also under 80 char limit, and call gnus-error if needed.
23469 (spam-fetch-article-header): Fix - it was a
23470 buffer-local variable (gnus-newsgroup-data).
23471 (spam-find-spam): Use spam-generate-fake-headers, forget about
23472 spam-insert-fake-headers.
23473 (spam-insert-fake-headers): Remove.
23474
23475 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23476
23477 * deuglify.el (gnus-article-outlook-unwrap-lines)
23478 (gnus-outlook-rearrange-article)
23479 (gnus-outlook-repair-attribution-outlook)
23480 (gnus-outlook-repair-attribution-block)
23481 (gnus-outlook-repair-attribution-other): Remove redundant
23482 save-excursion.
23483
23484 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23485
23486 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23487 (spam-fetch-field-subject-fast)
23488 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23489 (spam-fetch-article-header): Add functions to deal with Gnus
23490 internals for fast retrieval of article header data.
23491 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23492
23493 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23494
23495 * pop3.el (pop3-md5): Remove.
23496 (pop3-apop): Replace pop3-md5 with md5.
23497
23498 * mm-bodies.el: base64 is always built-in.
23499
23500 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23501 Use with-current-buffer.
23502
23503 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23504
23505 * canlock.el (canlock-insert-header): Remove excessive grouping in
23506 regexp.
23507
23508 * gnus-sum.el (gnus-summary-read-document): Ditto.
23509
23510 * gnus-uu.el (gnus-uu-part-number): Ditto.
23511
23512 * html2text.el (html2text-remove-tags): Ditto.
23513 (html2text-format-tags): Ditto.
23514 (html2text-format-single-elements): Ditto.
23515
23516 * mml.el (mml-parse-1): Ditto.
23517
23518 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23519
23520 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23521
23522 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23523
23524 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23525
23526 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23527
23528 2003-11-15 Simon Josefsson <jas@extundo.com>
23529
23530 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23531 (pgg-gpg-lookup-key): Use regexp match instead of
23532 split-string (split-string is different between emacs 21.2 and
23533 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23534
23535 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23536
23537 * gnus-art.el (gnus-mime-view-all-parts)
23538 (gnus-article-part-wrapper, gnus-article-view-part):
23539 Use with-current-buffer.
23540
23541 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23542
23543 * spam.el (spam-disable-spam-split-during-ham-respool)
23544 (spam-spamoracle-database, spam-cache-lookups)
23545 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23546 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23547 (spam-group-ham-marks, spam-group-spam-marks)
23548 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23549 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23550 also add spam-use-blackholes to the statistical checks.
23551 (spam-fetch-field-fast): Add interface to fetching fields, may
23552 become a macro.
23553 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23554 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23555 (spam-insert-fake-headers): Fake an article when needed.
23556 (spam-find-spam): Fake article when possible.
23557 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23558 (spam-check-bogofilter-headers): Use message-fetch-field instead
23559 of nnmail-fetch-field.
23560
23561 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23562
23563 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23564
23565 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23566
23567 * spam.el (spam-split): Do not require spam-use-CHECK to be
23568 enabled if that check is passed to spam-split explicitly; also
23569 fix so 'spam doesn't get converted to spam-split-group when
23570 spam-split-symbolic-return is t.
23571 (spam-find-spam): Find registrations of the article and use those
23572 instead of re-running spam-split to find the spam/ham
23573 classification of the article.
23574 (spam-log-processing-to-registry, spam-log-registered-p)
23575 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23576 Use gnus-error instead of gnus-message.
23577 (spam-log-registration-type): Add function to determine the
23578 classification of a message based on registry entries; will
23579 return nil if both 'spam and 'ham are found.
23580 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23581 a reasonably fast local cache without the loading errors.
23582 (spam-cache-lookups): Set to t by default.
23583 (spam-find-spam): Don't try to guess spam-cache-lookups.
23584 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23585 spam-caches entry.
23586 (spam-filelist-build-cache, spam-filelist-check-cache):
23587 Fix caching of whitelist/blacklist entries.
23588 (spam-check-whitelist, spam-check-blacklist):
23589 Invoke spam-from-listed-p with a type, not a cache variable.
23590 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23591
23592 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23593
23594 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23595
23596 * nnmail.el (nnmail-split-fancy): do.
23597
23598 * mml.el (mml-parse): do.
23599
23600 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23601 (gnus-score-adaptive): do.
23602
23603 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23604
23605 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23606 (gnus-mime-button-map): Don't set keymap parent.
23607 (gnus-button-ctan-directory-regexp): Use shy grouping.
23608 (gnus-prev-page-map): Don't set keymap parent.
23609 (gnus-prev-page-map): Remove duplicated one.
23610 (gnus-next-page-map): Don't set keymap parent.
23611 (gnus-mime-security-button-map): Ditto.
23612
23613 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23614 version number.
23615
23616 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23617
23618 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23619
23620 * canlock.el (canlock-sha1-function): Remove.
23621 (canlock-sha1-function-for-verify): Remove.
23622 (canlock-openssl-program): Remove.
23623 (canlock-openssl-args): Remove.
23624 (canlock-ignore-errors): Remove.
23625 (canlock-sha1-with-openssl): Remove.
23626 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23627 (canlock-verify): Don't use canlock-ignore-errors.
23628
23629 * sha1-el.el (sha1-string-external): Make it can return a string
23630 in binary form.
23631 (sha1-region-external): Ditto.
23632 (sha1-string-internal): Ditto.
23633 (sha1-region-internal): Ditto.
23634 (sha1-region): Ditto.
23635 (sha1-string): Ditto.
23636 (sha1): Ditto.
23637
23638 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23639
23640 * spam.el (spam-report-articles-gmane): New command.
23641
23642 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23643
23644 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23645
23646 * run-at-time.el (run-at-time-saved): Remove.
23647 (run-at-time): Doc fix.
23648
23649 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23650
23651 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23652 (gnus-summary-limit-map): Add it.
23653 (gnus-summary-make-menu-bar): do.
23654
23655 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23656
23657 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23658 Make attempt at some caching support (done for BBDB only now).
23659 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23660 addresses to be checked.
23661 (spam-clear-cache-BBDB): Add function, to be invoked by
23662 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23663 (spam-check-BBDB): Check and use the caches, if
23664 spam-cache-lookups is on, remove superfluous (provide).
23665
23666 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23667
23668 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23669
23670 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23671
23672 * run-at-time.el (run-at-time-saved): Move to after the definition
23673 of `run-at-time'.
23674
23675 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23676
23677 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23678 mm-w3m-local-map-property.
23679
23680 * mm-view.el (mm-w3m-mode-map): Remove.
23681 (mm-w3m-local-map-property): Remove.
23682 (mm-inline-text-html-render-with-w3m): Don't use
23683 mm-w3m-local-map-property.
23684
23685 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23686
23687 * run-at-time.el: New file.
23688
23689 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23690 of gnus-set-text-properties.
23691
23692 * gnus-uu.el (gnus-uu-save-article): Ditto.
23693
23694 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23695
23696 * gnus-cite.el (gnus-cite-parse): Ditto.
23697
23698 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23699 of gnus-.
23700
23701 * gnus.el: Change calls to nnheader-run-at-time and
23702 password-run-at-time throughout to use run-at-time directly.
23703
23704 * password.el: Remove definition of run-at-time.
23705
23706 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23707
23708 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23709 in prompt.
23710
23711 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23712
23713 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23714 XEmacs version.
23715
23716 * dns.el (dns-make-network-process): Use `open-network-stream'
23717 instead of `gnus-xmas-open-network-stream'.
23718
23719 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23720
23721 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23722
23723 * gnus-art.el (gnus-mime-display-alternative)
23724 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23725 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23726 Don't use gnus-local-map-property.
23727
23728 * gnus-util.el (gnus-local-map-property): Remove.
23729
23730 * mm-view.el (mm-view-pkcs7-decrypt):
23731 Replace gnus-completing-read-maybe-default with completing-read.
23732
23733 * gnus-util.el (gnus-completing-read): do.
23734 (gnus-completing-read-maybe-default): Remove.
23735
23736 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23737
23738 * password.el: Only autoload `run-at-time' if not XEmacs.
23739 Only autoload the itimer functions if XEmacs.
23740
23741 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23742
23743 * gnus-art.el (gnus-read-string): Remove.
23744 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23745 read-string.
23746
23747 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23748
23749 * netrc.el: Autoload password-read.
23750 (netrc): Add configuration group.
23751 (netrc-encoding-method, netrc-openssl-path):
23752 Add variables for encoding and decoding of files with symmetric
23753 ciphers.
23754 (netrc-encode): Add assistant function to encode a file with
23755 netrc-encoding-method.
23756 (netrc-parse): Add interactive parameter, added optional
23757 decoding if netrc-encoding-method is non-nil but otherwise
23758 behavior is standard.
23759 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23760 Do s/encode/encrypt/ everywhere.
23761
23762 * spam.el: Remove executable-find autoload.
23763
23764 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23765
23766 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23767
23768 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23769
23770 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23771
23772 * gnus-art.el (gnus-treat-ansi-sequences)
23773 (article-treat-ansi-sequences): New variable and function.
23774 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23775
23776 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23777 Use it.
23778
23779 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23780
23781 * mm-util.el (mm-quote-arg): Remove.
23782
23783 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23784 shell-quote-argument.
23785
23786 * gnus-uu.el (gnus-uu-command): do.
23787
23788 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23789
23790 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23791 with make-char.
23792
23793 * mm-util.el (mm-make-char): Remove.
23794
23795 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23796 add-minor-mode.
23797
23798 * gnus-undo.el (gnus-undo-mode): do.
23799
23800 * gnus-topic.el (gnus-topic-mode): do.
23801
23802 * gnus-sum.el (gnus-dead-summary-mode): do.
23803
23804 * gnus-start.el (gnus-slave-mode): do.
23805
23806 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23807
23808 * gnus-ml.el (gnus-mailing-list-mode): do.
23809
23810 * gnus-gl.el (gnus-grouplens-mode): do.
23811
23812 * gnus-draft.el (gnus-draft-mode): do.
23813
23814 * gnus-dired.el (gnus-dired-mode): do.
23815
23816 * gnus-ems.el (gnus-add-minor-mode): Remove.
23817
23818 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23819 Replace gnus-char-width with char-width.
23820
23821 * gnus-ems.el (gnus-char-width): Remove.
23822
23823 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23824 Replace gnus-char-width with char-width.
23825
23826 * gnus-ems.el (gnus-char-width): Remove.
23827
23828 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23829 definition.
23830 Remove Emacs 20 hash table compatibility code.
23831
23832 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23833 20 compatibility code.
23834
23835 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23836
23837 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23838
23839 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23840 Replace with point-at-{eol,bol}.
23841
23842 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23843
23844 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23845
23846 * flow-fill.el (fill-flowed-point-at-bol)
23847 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23848
23849 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23850 Replace with point-at-{eol,bol} throughout all files.
23851
23852 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23853
23854 * ntlm.el (ntlm-string-as-unibyte): New macro.
23855 (ntlm-build-auth-response): Use it.
23856
23857 Remove Emacs 20 stuff:
23858 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23859 of delq and copy-sequence.
23860 * gnus-art.el (popup-menu): Remove the compiler macro.
23861 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23862 Emacs 20.
23863
23864 2004-01-05 Simon Josefsson <jas@extundo.com>
23865
23866 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23867 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23868 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23869 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23870 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23871 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23872 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23873 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23874 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23875 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23876 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23877 string-xor into ntlm-string-xor.
23878 Suggested by Jesper Harder <harder@myrealbox.com>.
23879
23880 * ntlm.el: Don't include poem.
23881
23882 * md4.el (print-int32, print-string-hexa): Remove.
23883 Suggested by Jesper Harder <harder@myrealbox.com>.
23884
23885 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23886
23887 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23888 probably breaks emacs with DL patch, but do we care? Is anyone
23889 still using the DL stuff?)
23890
23891 * sieve-manage.el: Use the password package.
23892 (sieve-manage-read-passwd): Remove.
23893 (sieve-manage-interactive-login): Use password. Re-add
23894 condition-case around loop.
23895
23896 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23897 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23898 Use the password package.
23899
23900 2003-02-19 Simon Josefsson <jas@extundo.com>
23901
23902 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23903 token.
23904
23905 2002-08-07 Simon Josefsson <jas@extundo.com>
23906
23907 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23908 (sieve-manage-authenticators):
23909 (sieve-manage-authenticator-alist): Add some SASL mechs.
23910 (sieve-sasl-auth): New function.
23911 (sieve-manage-cram-md5-auth):
23912 (sieve-manage-plain-auth): Rewrite using SASL library.
23913 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23914 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23915 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23916 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23917
23918 2004-01-05 Simon Josefsson <jas@extundo.com>
23919
23920 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23921 New files.
23922
23923 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23924
23925 * gnus-group.el (gnus-no-groups-message): Update.
23926
23927 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23928
23929 2003-11-09 Simon Josefsson <jas@extundo.com>
23930
23931 * imap.el: Support for ID IMAP extension (RFC 2971).
23932 (imap-local-variables): Add imap-id.
23933 (imap-id): New variable.
23934 (imap-id): New function.
23935 (imap-parse-response): Parse untagged ID response.
23936 * nnimap.el (nnimap-id): New variable.
23937 (nnimap-open-connection): Use it.
23938
23939 2003-12-28 Simon Josefsson <jas@extundo.com>
23940
23941 * gnus-score.el (gnus-score-edit-all-score): New.
23942 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23943
23944 2004-01-04 Simon Josefsson <jas@extundo.com>
23945
23946 * password.el: Add.
23947
23948 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23949
23950 * dns.el (dns-query-types): Fix typo.
23951 (dns-query-types): New function.
23952 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23953 PTR and SOA replies, see RFC 1035.
23954
23955 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23956
23957 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23958
23959 * Move to Changelog.2.
23960
23961 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23962
23963 * gnus.el (gnus-version-number): Bump version.
23964
23965 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23966
23967 * gnus.el: No Gnus v0.1 is released.
23968
23969 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23970
23971 * gnus.el: No Gnus v0.0 is released.
23972
23973 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23974
23975 * gnus.el (gnus-version-number): Bump.
23976 (gnus-version): No.
23977
23978 See ChangeLog.2 for earlier changes.
23979
23980 Copyright (C) 2004-2013 Free Software Foundation, Inc.
23981
23982 This file is part of GNU Emacs.
23983
23984 GNU Emacs is free software: you can redistribute it and/or modify
23985 it under the terms of the GNU General Public License as published by
23986 the Free Software Foundation, either version 3 of the License, or
23987 (at your option) any later version.
23988
23989 GNU Emacs is distributed in the hope that it will be useful,
23990 but WITHOUT ANY WARRANTY; without even the implied warranty of
23991 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23992 GNU General Public License for more details.
23993
23994 You should have received a copy of the GNU General Public License
23995 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23996
23997 ;; Local Variables:
23998 ;; coding: utf-8
23999 ;; fill-column: 79
24000 ;; add-log-time-zone-rule: t
24001 ;; End: