]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
lisp/gnus/nnfolder.el: Allow regenerating recursive nnfolder names
[gnu-emacs] / lisp / gnus / ChangeLog
1 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnfolder.el (nnfolder-recursive-directory-files): New function.
4 (nnfolder-generate-active-file): Make this function work with recursive
5 folder names.
6
7 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
8
9 * nntp.el (nntp-open-connection): Use HELP as the capability command
10 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
11 unknown commands. And CAPABILITY is an unknown command (bug#12763).
12
13 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
14
15 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
16 place holder since this gives `Invalid face reference: nil' messages.
17 Use the `default' face instead. It has the same effect here, even
18 though it is not no-op.
19
20 * gnus-util.el
21 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
22
23 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
24
25 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
26 non-string posting styles (bug#13285).
27
28 2012-12-27 Glenn Morris <rgm@gnu.org>
29
30 * plstore.el (plstore-passphrase-callback-function):
31 Use plstore-get-file.
32
33 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
34
35 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
36 stderr.
37
38 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
39 group is nil.
40
41 * shr.el (shr-tag-em): Render as italic, not bold.
42
43 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
44
45 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
46
47 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
48
49 * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
50 temporary file to get PGP key image. Pass no-show-photos when extracting
51 image to avoid having it pop up twice.
52
53 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
54
55 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
56 eligible for treatment.
57
58 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
59 lines. This makes summary commands with hidden threads work more
60 reliably.
61
62 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
63 button to mark the hidden citations (bug#9395).
64
65 2012-12-26 Daiki Ueno <ueno@gnu.org>
66
67 * mml2015.el (mml2015-epg-signature-to-string): New function.
68 (mml2015-epg-verify-result-to-string): New function.
69 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
70 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
71 instead of epg-verify-result-to-string.
72 (epg-signature-key-id, epg-signature-to-string): Autoload.
73 (epg-verify-result-to-string): Remove autoload.
74
75 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
76
77 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
78 ID image from GPG public key.
79 (mml2015-epg-key-image-to-string): New function.
80
81 2012-12-25 Leo Liu <sdl.web@gmail.com>
82
83 * plstore.el (plstore-passphrase-callback-function): Fix error when
84 error when plstore-cache-passphrase-for-symmetric-encryption is set
85 (bug#13264).
86
87 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
88
89 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
90 buffer to the article buffer here, because that clobbers multiple
91 article buffers.
92
93 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
94 buffer always points to the right summary buffer.
95
96 2012-12-25 John Wiegley <jwiegley@gmail.com>
97
98 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
99 the password (bug#12097).
100
101 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
102
103 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
104 (bug#13263).
105
106 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
107 buffer exists before using it (bug#12475).
108
109 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
110 offline groups (bug#11937).
111
112 * message.el (message-yank-original): When using customize to set the
113 value of `message-cite-style', the variable it set to a symbol that's
114 the name of the variable, which must then be dereferenced (bug#12616).
115
116 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
117
118 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
119 the `face' property with a list whose car is the face specified in the
120 format string and whose cdr is (nil).
121 * lisp/gnus-util.el
122 (gnus-put-text-property-excluding-characters-with-faces): Change
123 accordingly.
124 (gnus-get-text-property-excluding-characters-with-faces): New function.
125 * lisp/gnus-sum.el (gnus-summary-highlight-line):
126 * lisp/gnus-salt.el (gnus-tree-highlight-node):
127 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
128
129 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
130
131 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
132 login methods.
133 (nnimap-login): Respect the `nnimap-authenticator' variable.
134
135 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
136 mark state when moving articles. Otherwise unticked articles will get
137 their ticks back after moving.
138
139 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
140
141 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
142
143 * message.el (message-ignored-news-headers): Always remove
144 X-Message-SMTP-Method to avoid information leakage if the user
145 mistakenly inserts the header into news messages.
146
147 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
148
149 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
150 right than four characters, this command would move point to
151 `point-max'. Don't do that.
152
153 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
154 to nil to allow re-selecting groups that gain articles.
155 (gnus-bug-group-download-format-alist): Update the URL.
156
157 2012-12-23 Andreas Schwab <schwab@suse.de>
158
159 * shr.el (shr-tag-em): Render em as italic, not bold.
160
161 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
162
163 * gnus-int.el (gnus-backend-trace): Factor out into its own function
164 for reuse.
165 (gnus-open-server): Use it to add more tracing.
166 (gnus-finish-retrieve-group-infos): Add backend tracing.
167 (gnus-backend-trace): Also note the elapsed seconds.
168
169 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
170
171 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save): Set
172 epa-file-encrypt-to from variable to avoid querying.
173
174 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
175
176 * sieve-mode.el (sieve-font-lock-keywords):
177 Keywords should be word delimited. (Bug#13173)
178
179 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
180
181 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
182 instead of <pre> to align message header.
183
184 2012-12-12 Sam Steingold <sds@gnu.org>
185
186 * gnus.el (gnus-other-frame-resume-function): Add user option.
187 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
188
189 2012-12-06 Sam Steingold <sds@gnu.org>
190
191 * gnus-start.el (gnus-before-resume-hook): Add.
192 (gnus-1): Run it when Gnus is alive.
193
194 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
195
196 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
197 * gnus-art.el (article-unsplit-urls)
198 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
199 * gnus-registry.el (gnus-registry-get-article-marks)
200 * message.el (message-goto-body): Use it.
201 (message-called-interactively-p): Remove.
202
203 * spam-stat.el (spam-stat-called-interactively-p): New macro.
204 (spam-stat-score-buffer): Use it.
205
206 * spam.el: Silence the warnings against BBDB functions when compiling.
207
208 * gnus-score.el (gnus-score-decode-text-parts):
209 Use append+mapcar instead of the cl function mapcan.
210
211 * gmm-utils.el (gmm-flet): Remove.
212
213 * gnus-sync.el (gnus-sync-lesync-call):
214 Avoid overriding json-alist-p.
215
216 * message.el (message-read-from-minibuffer):
217 Avoid overriding mail-abbrev-in-expansion-header-p.
218
219 2012-12-05 Sam Steingold <sds@gnu.org>
220
221 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
222 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
223 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
224
225 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * gmm-utils.el (gmm-called-interactively-p): Revert.
228 This seems to cause Emacs to get stuck!
229 * gnus-art.el (article-unsplit-urls)
230 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
231 * gnus-registry.el (gnus-registry-get-article-marks)
232 * message.el (message-goto-body)
233 (message-called-interactively-p): Revert.
234
235 * gmm-utils.el (gmm-called-interactively-p): New function.
236 * gnus-art.el (article-unsplit-urls)
237 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
238 * gnus-registry.el (gnus-registry-get-article-marks)
239 * message.el (message-goto-body): Use it.
240 (message-called-interactively-p): Remove.
241
242 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
243 * gnus-sync.el (gnus-sync-lesync-call)
244 * message.el (message-read-from-minibuffer): Use it.
245
246 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
247
248 * gmm-utils.el (gmm-flet): Remove.
249 * gnus-sync.el (gnus-sync-lesync-call)
250 * message.el (message-read-from-minibuffer): Don't use it.
251
252 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
253
254 * gmm-utils.el (gmm-labels): Use cl-labels if available.
255
256 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
257
258 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
259
260 * gnus-sync.el (gnus-sync-lesync-call)
261 * message.el (message-read-from-minibuffer): Use gmm-flet.
262
263 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
264
265 * gnus-util.el (gnus-macroexpand-all): Remove.
266
267 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
268
269 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
270 to TAB, not [tab].
271 (gnus-summary-article-map): Likewise.
272
273 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
274 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
275
276 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
277
278 * message.el (message-get-reply-headers):
279 Make sure the reply goes to the author if it is a wide reply.
280
281 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
282
283 * gnus-score.el (gnus-score-body):
284 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
285 scoring by body.
286
287 2012-11-16 Glenn Morris <rgm@gnu.org>
288
289 * gnus-diary.el (nndiary-request-create-group-functions)
290 (nndiary-request-update-info-functions)
291 (gnus-subscribe-newsgroup-functions)
292 (nndiary-request-accept-article-functions):
293 Use new names for hooks rather than obsolete aliases.
294
295 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
296
297 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
298 in meta tag with the one the part specifies in its header.
299
300 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
301
302 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
303 by default.
304
305 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
306
307 New UIDL implementation.
308
309 * mail-source.el (mail-sources, mail-source-keyword-map):
310 Add :leave as a pop3 keyword.
311 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
312
313 * pop3.el (pop3-leave-mail-on-server): Allow number.
314 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
315 (pop3-movemail): Add UIDL support.
316 (pop3-send-streaming-command): Take a list of mail numbers instead of
317 the number of mails.
318 (pop3-write-to-file): Add X-UIDL header.
319 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
320 (pop3-uidl-add-xheader): New functions.
321
322 * message.el (message-ignored-resent-headers):
323 Add X-Content-Length and X-UIDL headers.
324
325 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * nndiary.el (nndiary-request-create-group-functions)
328 (nndiary-request-update-info-functions)
329 (nndiary-request-accept-article-functions):
330 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
331 "-hooks" suffix.
332
333 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
334
335 * starttls.el (starttls-extra-arguments): Doc fix.
336
337 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
338
339 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
340 it.
341
342 2012-10-06 Glenn Morris <rgm@gnu.org>
343
344 * gnus-notifications.el (gnus-notifications):
345 Add missing group :version tag.
346 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
347 (gnus-gcc-post-body-encode-hook):
348 * gnus-sync.el (gnus-sync-lesync-name)
349 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
350
351 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
354 a user about whether to delete temp files if once a user answered as n.
355
356 2012-09-17 Richard Stallman <rms@gnu.org>
357
358 * message.el (message-in-body-p): Don't set mark or modify buffer.
359
360 * mml.el (mml-attach-file): Doc fix.
361 (mml-attach-external, mml-attach-buffer, mml-attach-file):
362 Set mail-encode-mml when in Mail mode.
363 Simplify code to set HEAD and move back to HEAD.
364 (mml-insert-multipart, mml-insert-part):
365 Set mail-encode-mml when in Mail mode.
366
367 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
368
369 * gnus-util.el (gnus-timer--function): New function.
370
371 * gnus-art.el (gnus-article-stop-animations): Use it.
372
373 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
374
375 Fix glitches caused by addition of psec to timers.
376 * gnus-art.el (gnus-article-stop-animations): Use timer--function
377 rather than raw access to timer vector.
378
379 2012-09-11 Julien Danjou <julien@danjou.info>
380
381 * gnus-notifications.el (gnus-notifications): Check for nil values in
382 ignored addresses check.
383
384 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
387
388 2012-09-07 Chong Yidong <cyd@gnu.org>
389
390 * gnus-util.el
391 (gnus-put-text-property-excluding-characters-with-faces): Restore.
392
393 * gnus-salt.el (gnus-tree-highlight-node):
394 * gnus-sum.el (gnus-summary-highlight-line):
395 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
396
397 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
398
399 * gnus-util.el: Fix compilation error on XEmacs 21.4.
400
401 2012-09-06 Juri Linkov <juri@jurta.org>
402
403 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
404 scheme for buffer names to be more consistent with other group and
405 article buffer names in Gnus.
406
407 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
408
409 * gnus-util.el
410 (gnus-put-text-property-excluding-characters-with-faces): Remove.
411
412 * gnus-compat.el: Define compat function `add-face' from Wolfgang
413 Jenkner.
414
415 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
416
417 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
418
419 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
420
421 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
422
423 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
424 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
425
426 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
427 string-prefix-p in Emacs >=23.2.
428
429 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
430 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
431 instead of string-match-p.
432 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
433
434 2012-09-06 Kenichi Handa <handa@gnu.org>
435
436 * qp.el (quoted-printable-decode-region): Fix previous change; handle
437 lowercase a..f.
438
439 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
440
441 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
442
443 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
444
445 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
446 TIME is set.
447
448 2012-09-05 Juri Linkov <juri@jurta.org>
449
450 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
451 than one group at a time (bug#11961).
452
453 2012-09-05 Julien Danjou <julien@danjou.info>
454
455 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
456 this hide the real reason with a message giving absolutely no hint.
457
458 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
459
460 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
461 to the backend (bug#11804).
462
463 * message.el (message-insert-newsgroups): Don't insert newsgroup
464 duplicates (bug#12275).
465
466 2012-09-05 John Wiegley <johnw@newartisans.com>
467
468 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
469 sieve rules.
470
471 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
472
473 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
474 function.
475
476 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
477
478 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
479
480 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
481
482 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
483 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
484 This should make nnmaildir more usable with offlineimap.
485
486 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
487
488 * gnus-notifications.el (gnus-notifications-notify): Use it.
489
490 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
491 warnings on XEmacs.
492
493 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
494
495 Better seeds for (random).
496 * gnus-sync.el (gnus-sync-lesync-setup):
497 * message.el (message-canlock-generate, message-unique-id):
498 Change (random t) to (random), now that the latter is more random.
499
500 2012-08-31 Dave Abrahams <dave@boostpro.com>
501
502 * auth-source.el (auth-sources): Fix macos keychain access.
503
504 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
505 allow the backend `request-head' function to determine the group
506 name on its own.
507 (gnus-request-expire-articles): Filter out negative article numbers
508 during expiry (Bug#11980).
509
510 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
511 O(N^2) to O(N). This makes warping into huge groups tolerable.
512
513 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
514 you've found the article when you haven't.
515
516 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
519
520 2012-08-30 Julien Danjou <julien@danjou.info>
521
522 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
523 `gnus-notifications-timeout'.
524 (gnus-notifications-timeout): Add.
525 (gnus-notifications-action): New function.
526 (gnus-notifications-notify): Add :action using
527 `gnus-notifications-action'.
528 (gnus-notifications-id-to-msg): New variable.
529 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
530 notifications id to messages.
531
532 2012-08-30 Kenichi Handa <handa@gnu.org>
533
534 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
535 once.
536
537 2012-08-29 Julien Danjou <julien@danjou.info>
538
539 * gnus-notifications.el: New file.
540 (gnus-notifications-notify): New function.
541 (gnus-notifications): Use `gnus-notifications-notify'.
542
543 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
544
545 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
546 transfer encoding first; bind gnus-newsgroup-charset to the charset
547 that the article specifies (Bug#12209).
548
549 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
552 (gnus-group-customize-done): Encode values posting-style holds.
553
554 * gnus-msg.el (gnus-summary-resend-message)
555 (gnus-configure-posting-styles): Decode values posting-style group
556 parameter holds.
557
558 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
559
560 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
561 `name' and `address' in Resent-From header.
562
563 2012-08-14 Chong Yidong <cyd@gnu.org>
564
565 * gnus-art.el (article-display-face): Handle failure in
566 gnus-create-image (Bug#11802).
567
568 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
571 Use defsetf.
572
573 2012-08-10 Daiki Ueno <ueno@unixuser.org>
574
575 * auth-source.el: (auth-source-plstore-search)
576 (auth-source-secrets-search): Ignore :require and :type in search spec.
577
578 2012-08-06 Julien Danjou <julien@danjou.info>
579
580 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
581 Remove autoload, already handled by gnus.el.
582
583 2012-08-05 Julien Danjou <julien@danjou.info>
584
585 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
586 Add autoload.
587
588 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
589
590 * gnus.el (gnus-valid-select-methods): Fix custom type.
591
592 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
593
594 * auth-source.el (auth-sources, auth-source-backend-parse)
595 (auth-source-macos-keychain-search)
596 (auth-source-macos-keychain-search-items)
597 (auth-source-macos-keychain-result-append)
598 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
599 auth-source.el through the /usr/bin/security utility.
600 (auth-sources): Fix syntax error.
601 (auth-source-macos-keychain-result-append): Fix variable name.
602 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
603
604 2012-07-27 Julien Danjou <julien@danjou.info>
605
606 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
607 Emacs < 24.1
608
609 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
610
611 * message.el (message-kill-address): Don't kill last newline.
612 (message-skip-to-next-address): Don't move to the next header.
613 (message-fill-field-address): Work properly.
614
615 2012-07-25 Julien Danjou <julien@danjou.info>
616
617 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
618
619 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
620
621 * nnimap.el (nnimap-get-responses): Don't remove, still used.
622
623 2012-07-24 Julien Danjou <julien@danjou.info>
624
625 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
626
627 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
628 (nntp-async-timer-handler): Remove, unused.
629
630 * nnimap.el (nnimap-get-responses): Remove, unused.
631
632 * nnheader.el (mail-header-set-extra): Remove, unused.
633
634 * mm-view.el (mm-view-sound-file): Remove, unused.
635
636 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
637 (mm-url-encode-multipart-form-data): Remove, unused.
638
639 * message.el (message-remove-signature, message-make-host-name)
640 (message-fill-address): Remove, unused.
641
642 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
643 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
644 unused.
645
646 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
647
648 * gnus-util.el (gnus-extract-address-component-name)
649 (gnus-extract-address-component-email, gnus-sortable-date)
650 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
651 (gnus-process-live-p): Remove, unused.
652
653 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
654
655 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
656 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
657 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
658 function.
659
660 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
661
662 * gnus-score.el (gnus-summary-score-crossposting)
663 (gnus-score-regexp-bad-p): Remove, unused.
664
665 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
666
667 * gnus-range.el (gnus-sublist-p): Remove, unused.
668
669 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
670 unused.
671
672 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
673
674 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
675 (gnus-request-associate-buffer): Remove, unused.
676
677 * gnus-group.el (gnus-group-set-method-info)
678 (gnus-group-set-params-info): Remove, unused.
679
680 * gnus-fun.el (gnus-shell-command-to-string)
681 (gnus-shell-command-on-region): Remove, unused.
682
683 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
684
685 * gnus-art.el (gnus-article-text-type-exists-p)
686 (article-translate-characters, gnus-article-hide-text-of-type)
687 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
688 Remove, unused.
689
690 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
691
692 * nnir.el ("nnir"): Revert last change, that's premature to merge from
693 Gnus master.
694
695 2012-07-22 Andrew Cohen <cohen@bu.edu>
696
697 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
698
699 2012-07-21 Julien Danjou <julien@danjou.info>
700
701 * message.el (message-dont-reply-to-names): Replace deprecated
702 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
703 (message-get-reply-headers): Ditto.
704
705 2012-07-18 Julien Danjou <julien@danjou.info>
706
707 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
708 `sieve-upload-and-kill'.
709
710 * sieve.el (sieve-bury-buffer): Remove function.
711 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
712 (sieve-upload-and-kill): New function, mapped to C-c C-c.
713
714 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
715
716 * shr.el (shr-expand-url): Handle URL starting with `//'.
717
718 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
719 2012-07-13 Chong Yidong <cyd@gnu.org>
720
721 * smime.el (smime-certificate-info): Set buffer-read-only directly,
722 instead of calling toggle-read-only with a (bogus) argument.
723
724 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
725
726 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
727 of initial input when reading the author to restrict the summary to.
728
729 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
732 buffer exists, which it doesn't if we haven't started Gnus.
733
734 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
735
736 * mm-decode.el (mm-shr):
737 Allow overriding charset by mm-charset-override-alist.
738
739 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
740
741 * gnus-art.el (gnus-article-view-part):
742 Toggle subparts of multipart/alternative part.
743
744 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
745
746 * gnus-sync.el: Simply require json.
747
748 * registry.el: Simply require eieio and eieio-base.
749
750 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
751
752 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
753
754 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * shr.el (shr-render-buffer): New command.
757 (shr-visit-file): Use it.
758
759 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
760
761 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
762 Set no-byte-compile and no-update-autoloads.
763
764 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
765
766 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
767
768 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
769
770 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
771 being bound to a lambda form.
772
773 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
774
775 * gnus-picon.el (gnus-picon-properties): New defcustom.
776 (gnus-picon-create-glyph): Use it.
777
778 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
779
780 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
781 locales.
782
783 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
784 on a handle.
785
786 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
787 address as the default.
788
789 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
790 It makes no sense to query the user about internal files.
791
792 * gnus-spec.el: Remove all the byte-compilation stuff, since
793 benchmarking shows that it doesn't help when entering large summary
794 buffers.
795
796 * gnus-util.el (gnus-byte-code): Remove.
797
798 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
799 grouplens stuff.
800
801 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
802
803 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
804 (bug#11514).
805
806 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
807
808 * message.el (message-buffers): Return all buffers derived from Message
809 to make `gnus-dired-attach' work with mu4e.
810
811 2012-06-26 Daiki Ueno <ueno@unixuser.org>
812
813 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
814 (mm-dissect-singlepart): Don't guess the MIME type of
815 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
816 set.
817 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
818 toplevel MIME type is multipart/encrypted.
819
820 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
821
822 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
823 In particular, add an optional argument and a docstring.
824
825 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
826
827 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
828 current before calling `gnus-groups-to-gnus-format'.
829 Note that this was already the case for `gnus-active-to-gnus-format'.
830
831 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
832
833 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
834
835 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
836
837 * mm-decode.el (mm-dissect-buffer): Doc fix.
838
839 * gnus-sum.el (gnus-handle-ephemeral-exit):
840 Avoid creating the group buffer if it doesn't exist.
841
842 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
843 is given, mark the group as ephemeral with the current window conf.
844
845 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
846 buffer exists, which it doesn't if we haven't started Gnus.
847 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
848
849 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * mml.el (mml-generate-mime):
852 Allow specifying what the top-level part type is.
853
854 * gnus-sum.el (gnus-auto-center-summary):
855 `scroll-margin' isn't defined on XEmacs.
856
857 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
858
859 * gnus-sum.el (gnus-auto-center-summary):
860 Set default to respect `scroll-margin'.
861
862 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
863
864 * gnus-cite.el (gnus-dissect-cited-text): A single line without
865 citation prefix within a block of cited text should be considered
866 part of that block *only* if it is a blank line.
867
868 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
869
870 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
871 before kinsoku-bol characters nor within kinsoku-eol characters.
872
873 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
874
875 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
876 (gnus-topic-create-topic, gnus-topic-enter-dribble):
877 Silence compiler.
878 (gnus-sync-read): Use mapc instead of mapcar.
879
880 * mm-archive.el: Require mm-decode for some macros.
881 (gnus-recursive-directory-files, mailcap-extension-to-mime):
882 Silence the byte compiler.
883 (mm-archive-decoders): New function that returns the value of
884 the mm-archive-decoders variable.
885
886 * mm-decode.el:
887 Don't require mm-archive; autoload mm-archive functions instead.
888 (mm-dissect-singlepart): Use the function mm-archive-decoders.
889
890 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
891
892 2012-06-26 Peter Munster <pmrb@free.fr>
893
894 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
895 (gnus-demon-cancel): Ditto.
896 (gnus-demon-run-callback): When function cannot be called due to low
897 idleness, call it when idleness reaches the expected value, instead
898 of waiting another timer period.
899 (gnus-demon-init): Add `time' to arguments of call-back.
900
901 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
902
903 * gnus.el: Register gnus-registry functions.
904
905 * gnus-registry.el (gnus-try-warping-via-registry):
906 Move here and indent.
907
908 * gnus-int.el (gnus-warp-to-article):
909 Check whether the registry is enabled before warping.
910
911 2012-06-26 Dave Abrahams <dave@boostpro.com>
912
913 * gnus-sum.el (gnus-summary-insert-subject): Record information
914 in the registry about each article retrieved.
915
916 * gnus-int.el (gnus-select-group-with-message-id): New function.
917 (gnus-try-warping-via-registry): Ditto.
918 (gnus-warp-to-article): Fall back on the registry.
919
920 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
921
922 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
923
924 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
925
926 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
927 gnus-gcc-self-resent-messages may be a group parameter.
928 (gnus-summary-resend-message):
929 Don't encode encoded words in header when Gcc'ing resent message.
930
931 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
932
933 * shr.el (shr-insert): Treat non-breaking space just like normal
934 space. This seems to produce more pleasing results.
935 (shr-insert):
936 Only insert a blank line if we're starting from an image.
937 (shr-tag-br):
938 Allow <br> to end lines or to make a single blank line.
939 (shr-ensure-paragraph): Consider lines with white space to be blank.
940
941 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
942
943 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
944 and gnus-gcc-post-body-encode-hook.
945
946 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
947
948 * mm-decode.el (mm-dissect-singlepart):
949 Guess what the type of application/octet-stream parts really is.
950
951 * gnus-sum.el (gnus-propagate-marks): Remove.
952
953 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
954
955 * nntp.el (nntp-coding-system-for-read): Remove.
956 (nntp-coding-system-for-write): Ditto.
957 (nntp-open-connection): Just use `binary' directly.
958
959 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
960
961 * registry.el (registry-usage-test, registry-persistence-test):
962 Move to tests/gnustest-registry.el.
963 (registry-make-testable-db, registry-match-test)
964 (registry-instantiation-test): Move to tests/gnustest-registry.el.
965
966 * gnus-registry.el (gnus-registry-misc-test)
967 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
968
969 * tests/gnustest-registry.el:
970 New file with the registry and gnus-registry ERT tests.
971
972 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
973
974 * gnus-msg.el (gnus-summary-resend-message):
975 Make gnus-summary-resend-message-insert-gcc be last item in
976 message-header-setup-hook.
977
978 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
979
980 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
981 (nnfolder-marks, nnfolder-marks-file-suffix)
982 (nnfolder-marks-modtime): Remove.
983 (nnfolder-open-server): Don't use marks.
984 (nnfolder-request-delete-group): Ditto.
985 (nnfolder-request-rename-group): Ditto.
986 (nnfolder-request-set-mark, nnfolder-request-marks)
987 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
988 (nnfolder-save-marks, nnfolder-open-marks): Remove.
989
990 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
991 (nnml-marks-modtime): Remove.
992 (nnml-request-delete-group): Don't use marks.
993 (nnml-request-rename-group): Ditto.
994 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
995 (nnml-save-marks, nnml-open-marks): Remove.
996
997 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
998 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
999 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1000 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1001 (nntp-server-to-method-cache): Remove.
1002
1003 * shr.el (shr-rescale-image): Fix wrong merge.
1004
1005 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1006
1007 * shr.el (shr-remove-trailing-whitespace):
1008 Really delete the padding on too-wide lines.
1009
1010 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1011
1012 * mm-archive.el (mm-archive-dissect-and-inline): New function.
1013 (mm-archive-dissect-and-inline): Fix up the undisplayer.
1014
1015 * mm-decode.el (mm-display-external): Output the text from
1016 the command in the buffer after the command finished.
1017 This makes text-based commands behave better.
1018
1019 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1020
1021 * message.el (smtpmail-smtp-user): Silence compiler warning.
1022
1023 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1024
1025 * message.el (message-multi-smtp-send-mail): Also allow specifying
1026 the SMTP user name.
1027
1028 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030 * gnus-sum.el (gnus-summary-article-map): Fix typo.
1031
1032 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1033
1034 * message.el (message-multi-smtp-send-mail): New function.
1035 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1036 header to implement multi-SMTP functionality.
1037
1038 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1039 (gnus-agentize): Don't set it.
1040 (gnus-agent-send-mail): Don't use it.
1041
1042 * gnus-sum.el (gnus-summary-widget-backward):
1043 New function and keystroke.
1044
1045 * shr.el (shr-put-image): Remove underlines from sliced images.
1046 (shr-zoom-image): Compute the region to be replaced more correctly.
1047
1048 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1049
1050 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1051 (gnus-summary-resend-message-insert-gcc): New function.
1052 (gnus-summary-resend-message): Modify message-header-setup-hook and
1053 message-sent-hook to make it work for Gcc.
1054 (gnus-inews-do-gcc): Update the number of unread articles of groups
1055 that messages are Gcc'd to.
1056
1057 * message.el (message-resend): Run message-sent-hook to do Gcc.
1058
1059 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1060
1061 * gnus-registry.el (gnus-registry-fixup-registry):
1062 Move the message to a higher level to silence compilation.
1063
1064 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1065 parameter to allow controlling the scaling.
1066
1067 * shr.el (shr-zoom-image): New command and keystroke.
1068 (shr-put-image): Take a `size' flag to say how to scale the image.
1069
1070 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1071 Use recursive deletion.
1072 (mm-dissect-archive): Add support for zip files.
1073
1074 * gnus-util.el (gnus-recursive-directory-files): New function.
1075
1076 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1077 (mm-archive-decoders): Add tgz support.
1078
1079 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1080 Otherwise inserting text into the Gnus buffer can look odd.
1081
1082 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1083
1084 * mm-archive.el (mm-archive-decoders): Add support for tar.
1085
1086 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1087
1088 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1089
1090 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
1091
1092 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1093
1094 * mm-archive.el: New file.
1095
1096 * mm-decode.el (mm-dissect-singlepart):
1097 Use it to decode ms-tnef files.
1098
1099 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1100
1101 * message.el (message-goto-*): Make all the `message-goto-*' commands
1102 push the mark before moving point. This makes it easier to go back
1103 to where you came from after editing whatever you jumped to.
1104
1105 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1106
1107 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1108 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1109 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1110
1111 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1112
1113 * spam.el: Move BBDB autoloads.
1114 (spam-exists-in-BBDB-p):
1115 New function to do the BBDB search directly in BBDB 2 and 3.
1116 (spam-check-BBDB): Use it.
1117 (spam-enter-ham-BBDB): Use it.
1118
1119 2012-06-26 Peter Munster <pmrb@free.fr> (tiny change)
1120
1121 * gnus-group.el (gnus-group-get-new-news):
1122 New parameter `one-level' for scanning exactly one level.
1123
1124 * gnus-start.el (gnus-get-unread-articles): Ditto.
1125
1126 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1127
1128 * gnus-sync.el: More commentary about setup.
1129
1130 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1131
1132 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1133
1134 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1135
1136 * gnus-sync.el: Improve docs about CouchDB admins.
1137
1138 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1139
1140 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1141 not needed. Provide xmlplistread list function to produce XML plist
1142 output for non-Gnus LeSync clients.
1143
1144 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
1145
1146 * gnus-sync.el: Add LeSync synchronization backend and logic to read
1147 and save against it. Group subscriptions, read marks, other marks,
1148 subscription levels, topic names, and topic offsets (the group's
1149 position within the topic) are saved. This is an experimental
1150 backend and may change significantly. Load json.el from
1151 the gnus-fallback-lib if it's not available otherwise.
1152 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1153
1154 2012-06-26 David Engster <dengste@eml.cc>
1155
1156 * tests/gnustest-nntp.el: New file for simple NNTP testing.
1157
1158 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
1159
1160 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1161
1162 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1163
1164 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1165 is an integer to avoid later problems.
1166
1167 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1168
1169 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1170 locales.
1171
1172 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
1173
1174 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1175 articles when fetch-old is non-nil (bug#11370).
1176
1177 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1178
1179 * gnus-group.el (gnus-group-get-new-news):
1180 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1181
1182 2012-06-10 Dave Abrahams <dave@boostpro.com>
1183
1184 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1185 groups (bug#11641).
1186
1187 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1188
1189 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1190 (bug#11514).
1191
1192 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1193
1194 * nntp.el: Stop the `letf' madness.
1195 (nntp--report-1): New var.
1196 (nntp-report): Merge nntp-report-1 into it.
1197 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1198 the nntp-report function.
1199
1200 * auth-source.el: Fix comment-style to follow the convention.
1201
1202 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
1203
1204 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1205 a string so that Gcc works (bug#11514).
1206
1207 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1210 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1211
1212 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * gnus-win.el (gnus-configure-frame): Don't signal an error when
1215 jumping to *Server* from a dedicated *Group* window.
1216 (gnus-configure-frame): CSE.
1217
1218 * gnus-registry.el: Minor style cleanup.
1219 (gnus-registry--set/remove-mark): New function, extracted from
1220 gnus-registry-install-shortcuts.
1221 (gnus-registry-install-shortcuts): Use it.
1222
1223 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1224
1225 * nnspool.el (news-path): Use eval-and-compile.
1226
1227 2012-05-24 Glenn Morris <rgm@gnu.org>
1228
1229 * nnspool.el (news-directory, news-path, news-inews-program):
1230 Move here from paths.el. Don't see a need for these to be autoloaded.
1231
1232 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1233 Merge in doc from paths.el version. Don't see any need for this to be
1234 autoloaded, or for the warning about users not setting it.
1235
1236 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
1237
1238 Fix minor Y10k bug.
1239 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1240
1241 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1244 message once it's actually open.
1245
1246 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * auth-source.el (auth-source--aput-1, auth-source--aput)
1249 (auth-source--aget): New functions and macros.
1250 Use them instead of aput/aget.
1251
1252 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
1253
1254 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1255
1256 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1257
1258 * plstore.el (plstore-called-interactively-p): New compat macro copied
1259 from message.el.
1260 (plstore-mode): Use it.
1261
1262 2012-04-26 Daiki Ueno <ueno@unixuser.org>
1263
1264 * plstore.el: Revive the editing feature.
1265 (plstore-mode): New mode to edit plstore file.
1266 (plstore-mode-toggle-display, plstore-mode-original)
1267 (plstore-mode-decoded): New command.
1268 (plstore--encode, plstore--decode, plstore--write-contents-functions)
1269 (plstore--insert-buffer, plstore--make): New function.
1270 (plstore-open, plstore-save): Simplify by using them.
1271
1272 2012-04-16 Glenn Morris <rgm@gnu.org>
1273
1274 * nndraft.el (nndraft-request-list): Fix declaration.
1275
1276 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1277
1278 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1279 don't have a current group.
1280
1281 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1282 have a group name.
1283
1284 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1285 a multibyte buffer (bug#7410).
1286 (article-wash-html): Parse the original article buffer to get the
1287 unencoded data (bug#7410).
1288
1289 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1290 .newsrc.el files.
1291
1292 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1293
1294 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1295 would have gotten if we posted to the group, and use that to compare
1296 against the message we want to cancel (bug#10808).
1297
1298 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1299
1300 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1301 "#" to avoid having them interpreted as comments.
1302
1303 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1304
1305 * shr.el (shr-insert): Update the text state properly to avoid
1306 inserting spurious paragraph starts.
1307
1308 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1309
1310 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1311 requested (bug#10961).
1312
1313 * shr.el (shr-table-widths): Divide the extra width more fairly over
1314 the TDs (bug#10973).
1315 (shr-render-td): Don't delete too much padding.
1316 (shr-natural-width): Compute the natural width more correctly.
1317 (shr-insert): Allow the natural width to be computed for tables again.
1318 (shr-tag-table-1): Rework how the natural widths are computed by
1319 rendering the table a third time.
1320 (shr-natural-width): Remove.
1321 (shr-buffer-width): New function.
1322 (shr-expand-newlines): Use it.
1323
1324 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
1325 using a `gnus-use-full-window' setup (bug#11013).
1326
1327 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1328
1329 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1330 24.1 release.
1331
1332 2012-03-10 David Edmondson <dme@dme.org>
1333
1334 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1335 'Forwarded Message' header and the start of the message.
1336
1337 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1338
1339 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1340 isn't running (bug#10897).
1341
1342 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1343
1344 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1345
1346 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1347
1348 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1349
1350 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
1351
1352 * mm-decode.el (mm-shr): Remove "soft hyphens".
1353
1354 * nnimap.el (nnimap-request-list): Return the group names encoded as
1355 utf8. Otherwise non-European group names don't work.
1356 (nnimap-request-newgroups): Ditto.
1357
1358 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1359 the default in `read-string' (bug#10757).
1360
1361 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1362 topics (bug#10843).
1363
1364 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1365 buffer. Suggested by Herbert Valerio Riedel.
1366 (nnimap-request-move-article): Delete the message from the correct IMAP
1367 server.
1368
1369 2012-02-19 Vida Gábor <vidagabor@gmail.com> (tiny change)
1370
1371 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1372 Reported by Peter Münster.
1373
1374 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
1375
1376 * shr.el (shr-image-fetched): Make sure we really kill the right
1377 buffer.
1378
1379 2012-02-16 Leo Liu <sdl.web@gmail.com>
1380
1381 * gnus-start.el (gnus-1): Avoid duplicate entries.
1382
1383 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
1384
1385 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1386 too-wide lines.
1387
1388 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
1389
1390 * shr.el (shr-rescale-image): Undo previous change; see
1391 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1392
1393 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
1394
1395 * nnimap.el (nnimap-record-commands): New variable.
1396 (nnimap-log-command): Use it.
1397 (nnimap-make-process-buffer): Add a space to the process buffer.
1398 (nnimap-transform-headers): Don't bug out on header lines containing
1399 stuff that look like IMAP length encodings.
1400
1401 * shr.el (shr-rescale-image): Allow viewing large images.
1402
1403 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
1404
1405 * nnml.el (nnml-request-compact-group): Delete the marks file after
1406 compaction (bug#10800).
1407
1408 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1409 group exit.
1410
1411 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1412 QRESYNC/FETCH output.
1413
1414 2012-02-11 Glenn Morris <rgm@gnu.org>
1415
1416 * sieve-manage.el (sieve-manage-default-stream):
1417 * shr.el (shr):
1418 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1419 (nnir-retrieve-headers-override-function)
1420 (nnir-imap-default-search-key, nnir-notmuch-program)
1421 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1422 (nnir-method-default-engines):
1423 * message.el (message-cite-reply-position):
1424 * gssapi.el (gssapi-program):
1425 * gravatar.el (gravatar):
1426 * gnus-sum.el (gnus-refer-thread-use-nnir):
1427 * gnus-registry.el (gnus-registry-unfollowed-addresses)
1428 (gnus-registry-max-pruned-entries):
1429 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1430 * gnus-int.el (gnus-after-set-mark-hook)
1431 (gnus-before-update-mark-hook):
1432 * gnus-async.el (gnus-async-post-fetch-function):
1433 * auth-source.el (auth-source-cache-expiry):
1434 Add missing :version tags to new defcustoms and defgroups.
1435
1436 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
1437
1438 * message.el (message-default-send-mail-function): Made into own
1439 function for reuse by emacsbug.el.
1440
1441 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1444 `gnus-sloppily-equal-method-parameters' to avoid a warning.
1445
1446 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1449 running.
1450
1451 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1452
1453 * gnus.el (gnus-server-extend-method): Don't add an -address component
1454 if the method already has one (bug#9676).
1455
1456 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
1457
1458 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1459 of an initial-input for consistency (bug#10757).
1460
1461 * shr.el: Inhibit getting and sending cookies when fetching pictures.
1462
1463 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1464
1465 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1466
1467 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1468 lines that are narrower than the window width. Otherwise background
1469 "blocks" will look less readable.
1470
1471 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
1472
1473 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1474
1475 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
1476
1477 * nnimap.el (nnimap-transform-headers): Remove unused variable.
1478 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1479 have newlines within the strings, and where the UID comes after the
1480 BODYSTRUCTURE element (bug#10537).
1481
1482 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1483 (bug#10732).
1484
1485 * shr.el (shr-insert-document): Add doc string.
1486 (shr-visit-file): Ditto.
1487 (shr-remove-trailing-whitespace): New function.
1488 (shr-insert-document): Use it to clean up trailing whitespace as the
1489 final step (bug#10714).
1490
1491 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1492
1493 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1494 buffer if `gnus-kill-summary-on-exit' is nil.
1495
1496 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
1497
1498 * gnus-sum.el (gnus-summary-show-thread):
1499 next-single-char-property-change may return nil in XEmacs.
1500
1501 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1502
1503 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1504 when just reading a single group from "without" Gnus.
1505
1506 2012-02-06 Chong Yidong <cyd@gnu.org>
1507
1508 * gnus-sum.el (gnus-summary-show-thread):
1509 next-single-char-property-change never returns nil (Bug#8657).
1510
1511 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
1512
1513 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1514 without reconnecting.
1515 (nnimap-possibly-change-group): Ditto.
1516 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1517 connection has died before being called.
1518
1519 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
1520
1521 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1522 an initial sync unless we're really doing one.
1523
1524 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1525 address parameter if one already exists (bug#9676).
1526
1527 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1528 not the prefix, as documented (bug#10689).
1529
1530 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
1531
1532 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1533 the "server".
1534
1535 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1536 the real error message with the useless "previously known to be down".
1537 Which isn't even correct.
1538
1539 * nntp.el (nntp-open-connection): Report the error message if the nntp
1540 server can't be reached.
1541
1542 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1543 groups we do a total scan for.
1544 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1545 doing that.
1546
1547 2012-01-31 Jim Meyering <jim@meyering.net>
1548
1549 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1550 Correct a comment (insert "not") and hide nominally-doubled "to".
1551
1552 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1553
1554 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1555 section in the manual.
1556
1557 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
1558
1559 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1560 words.
1561 (rfc2047-encode-string): Ditto.
1562 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
1563 understand folded filename="..." parameters, for instance.
1564
1565 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1566 the message for greater debuggability.
1567
1568 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
1569
1570 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1571 instead of setting it locally, since the latter doesn't seem to have
1572 any effect (most of the time).
1573
1574 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
1575
1576 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1577 function call.
1578
1579 2012-01-27 Vida Gábor <vidagabor@gmail.com> (tiny change)
1580
1581 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1582 seconds, and make the repeat clause with HH:MM specs work as
1583 documented.
1584
1585 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
1586
1587 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1588 so that previous errors don't prohibit getting new news.
1589
1590 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1591
1592 * nntp.el (nntp-retrieve-group-data-early): Ditto.
1593
1594 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1595
1596 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1597 bound globally in old Emacsen and XEmacsen.
1598
1599 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
1600
1601 * gnus.el (gnus-group-find-parameter): Check for liveness of the
1602 buffer, not of the string which is its name.
1603
1604 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1605
1606 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1607 non-server-marks groups.
1608 (gnus-group-make-articles-read): Ditto.
1609
1610 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1611 methods (bug#9676).
1612
1613 * gnus.el (gnus-method-ephemeral-p): New function.
1614
1615 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1618 left-to-right.
1619
1620 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1621
1622 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1623 warning.
1624
1625 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
1626
1627 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1628 macroexpand the nnir things, since they haven't been defined yet, and
1629 nnir requires gnus-sum.
1630
1631 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
1633 * mm-decode.el (mm-interactively-view-part): Fix prompt.
1634
1635 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
1636
1637 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1638 logical server name in addition to the actual machine address.
1639
1640 * auth-source.el (auth-source-user-and-password): Add convenience
1641 wrapper to search by just host and optionally user.
1642
1643 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1644
1645 * shr.el (shr-visit-file): Move point to the beginning of the buffer
1646 after rendering.
1647
1648 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1649
1650 * gnus-sum.el (gnus-summary-read-group): Document more parameters
1651 (bug#9693).
1652 (gnus-summary-setup-buffer): Document return value (bug#9697).
1653
1654 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1655 since ido doesn't work on symbols (bug#9632).
1656
1657 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1658 when getting a single value as when getting all the values. This means
1659 that atoms like `gcc-self' work cumulatively, like variable settings,
1660 instead of getting the value from the last matching clause.
1661 (gnus-group-find-parameter): Protect against the group buffer not
1662 existing (bug#9585).
1663
1664 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1665
1666 * gnus-start.el (gnus-activate-group): Document more parameters
1667 (bug#9694).
1668
1669 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1670 (bug#9692).
1671
1672 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1673 article was fetched, so that it can be expired later (bug#9958).
1674 (gnus-agent-summary-fetch-series): Add doc string.
1675 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1676 (bug#9517).
1677
1678 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1679 retrieval is happening.
1680
1681 * gnus.el (gnus-parameters): Doc fix.
1682
1683 2012-01-06 Dave Abrahams <dave@boostpro.com>
1684
1685 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1686 show the thread after expansion.
1687
1688 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1689
1690 * gnus-art.el (article-narrow-to-head): If the head is completely
1691 empty, narrow to the empty region (bug#9764).
1692
1693 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1694 read, and then mark them as unread only when the unread mark is used.
1695 This makes `C-- T k' actually work, even though it's confusing.
1696
1697 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1698 alive before we try to find its window.
1699
1700 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
1701
1702 * mm-decode.el (mm-display-external): Use a longer timeout for the
1703 deletion to allow slow programs to display the file.
1704
1705 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1708 prompt to be less confusing.
1709
1710 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1711 argument to `message-reply'. This broke `special-display-*' frame
1712 pop-uping (bug#10238).
1713
1714 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
1715
1716 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1717 systems, since these allegedly don't work there.
1718
1719 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
1720
1721 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1722 live buffer.
1723
1724 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1725
1726 * nnir.el (nnir-retrieve-headers): Protect against the article not
1727 existing on the server (bug#10335).
1728
1729 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1730
1731 * gnus-agent.el (gnus-agent-load-local):
1732 Recompute gnus-agent-article-local on changing method.
1733
1734 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1735
1736 * gnus.el (gnus-parameters): Note precedence.
1737
1738 2012-01-04 Leo Liu <sdl.web@gmail.com>
1739
1740 * nndraft.el (nndraft-update-unread-articles): Don't move point around
1741 in the group buffer.
1742
1743 2012-01-04 Julien Danjou <julien@danjou.info>
1744
1745 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1746 change.
1747
1748 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1749
1750 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1751 too.
1752
1753 * nntp.el (nntp-retrieve-group-data-early): Use it.
1754
1755 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1756
1757 * nntp.el (nntp-retrieval-in-progress): New variable.
1758 (nntp-make-process-buffer): Make it buffer-local.
1759
1760 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1761 2010.
1762 (gnus-demon-init): Use it to compute the time if time is on the form
1763 "04:23".
1764
1765 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1766
1767 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1768 status in the correct buffer.
1769
1770 2012-01-03 Leo Liu <sdl.web@gmail.com>
1771
1772 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1773 when opening topics (bug#10407).
1774
1775 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1776
1777 * mm-view.el (mm-display-inline-fontify): Add comment.
1778
1779 2011-12-15 Juri Linkov <juri@jurta.org>
1780
1781 * mm-decode.el (mm-inline-media-tests): Add missing
1782 `mm-handle-media-subtype'.
1783
1784 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
1785
1786 * message.el (message-valid-fqdn-regexp): Update with newly approved
1787 top-level domain names ".tel" and ".asia".
1788
1789 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1790
1791 * gnus-sum.el (gnus-summary-show-article): Don't load shr
1792 unconditionally.
1793
1794 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1795
1796 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1797 pop-to-buffer-same-window for old Emacsen.
1798
1799 2011-12-04 Chong Yidong <cyd@gnu.org>
1800
1801 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1802 change (Bug#10200).
1803
1804 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1805
1806 * compface.el (uncompface):
1807 * gnus-art.el (gnus-article-x-face-command): Update the header format
1808 of icon data for the most recent icontopbm program.
1809
1810 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1811
1812 * gnus-msg.el (gnus-inews-do-gcc):
1813 * message.el (message-send-mail):
1814 * mml.el (mml-generate-mime): Share the value of the buffer-local
1815 `message-options' variable between a draft buffer and temprary working
1816 buffers.
1817
1818 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1821
1822 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1823
1824 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1825 for Cygwin.
1826
1827 2011-11-24 Glenn Morris <rgm@gnu.org>
1828
1829 * starttls.el: Fix case of "GnuTLS".
1830
1831 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * gnus-group.el (gnus-group-highlight): Fix typo.
1834
1835 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
1836
1837 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1838 value of `delete-file', that returns nil for a local file but returns t
1839 for a remote file using ssh.
1840
1841 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1844 avoid later breakage.
1845
1846 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1847
1848 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1849 article buffers' name.
1850
1851 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
1853 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1854 by Paul Eggert's spellfixes two days ago.
1855
1856 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1857
1858 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1859 buffer-local instead of binding them to avoid warnings. Also demote
1860 errors (bug#10063).
1861 (font-lock-mode-hook): Shut up byte compiler.
1862
1863 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * mm-util.el (mm-charset-after): Fix typo.
1866
1867 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * gnus-sum.el (gnus-summary-make-menu-bar):
1870 * gnus-uu.el (gnus-uu-decode-postscript)
1871 (gnus-uu-decode-postscript-and-save):
1872 * mailcap.el (mailcap-print-command):
1873 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1874 Fix typos.
1875
1876 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
1877
1878 * gnus-art.el (gnus-article-part-wrapper):
1879 * shr-color.el (shr-color-visible-distance-min)
1880 (shr-color-relative-to-absolute, set-minimum-interval)
1881 (shr-color-visible): Fix typos.
1882
1883 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1884
1885 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1886 slightly clearer.
1887
1888 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1889
1890 * message.el (message-send-and-exit): Document `arg'.
1891
1892 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1893
1894 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1895
1896 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
1897
1898 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1899 we don't use `bound-and-true-p'.
1900
1901 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1902
1903 * gnus-util.el (gnus-bound-and-true-p): Remove.
1904 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1905 * nnir.el: Use it.
1906 * nnmairix.el: Use it.
1907
1908 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1909
1910 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1911 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1912 for reasons unknown.
1913 * nnir.el: Use it.
1914 * nnmairix.el: Use it.
1915
1916 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1917 * nnir.el: Ditto.
1918 * nnmairix.el: Ditto.
1919
1920 * gnus-registry.el (gnus-registry-enabled): Default to nil.
1921
1922 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1923
1924 * message.el (message-completion-function): Make sure
1925 message-tab-body-function is not attempted if one of
1926 message-completion-alist fails to find a completion (bug#9158).
1927
1928 2011-10-26 Daiki Ueno <ueno@unixuser.org>
1929
1930 * mml.el (mml-quote-region): Quote <#secure> tag.
1931 (mml-generate-mime-1): Unquote <#secure> tag.
1932
1933 2011-10-20 Chong Yidong <cyd@gnu.org>
1934
1935 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1936 calling a minor mode from Lisp with nil arg enables it, so we have to
1937 make the wording a bit ambiguous here).
1938
1939 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
1940
1941 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1942 * nnir.el (nnir-mode): Use it.
1943 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1944 Use it.
1945
1946 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1947 * nnmairix.el (gnus-registry-enabled): Ditto.
1948
1949 2011-10-17 Dave Abrahams <dave@boostpro.com>
1950
1951 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
1952 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1953 only while we need to find out if it should be t or nil.
1954 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1955 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1956 the registry is installed. Set it to nil when it's unloaded.
1957 (gnus-registry-install-p): Provide user guidance for the initial value
1958 of `gnus-registry-install' when it's 'ask, otherwise return its value.
1959 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1960 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1961 * nnmairix.el (nnmairix-determine-original-group-from-registry):
1962 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1963 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1964 `gnus-registry-install'.
1965
1966 2011-10-17 Daiki Ueno <ueno@unixuser.org>
1967
1968 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1969 previous change.
1970 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1971 primary key is marked as disabled.
1972
1973 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
1974
1975 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1976 primary key is marked as disabled.
1977
1978 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
1979
1980 * html2text.el (html2text-clean-anchor): Check for quotes around
1981 `href' value.
1982
1983 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1984
1985 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1986 searching. Drop `bbdb-cache'.
1987
1988 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1989
1990 * message.el (message-signed-or-encrypted-p): Exclude header when
1991 checking if there is signed or encrypted body in text/plain message.
1992
1993 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
1994
1995 * html2text.el (html2text-get-attr): Correctly handle attribute values
1996 containing "=".
1997
1998 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
1999
2000 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2001 handle bindings.
2002
2003 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2004
2005 * gnus-win.el (gnus-configure-windows): Protect against reading
2006 ephemeral groups outside of Gnus.
2007
2008 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2009
2010 * shr.el (shr-tag-img): Don't get images displayed in tables.
2011
2012 2011-10-03 Glenn Morris <rgm@gnu.org>
2013
2014 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2015 the "maintainer" version of debbugs.gnu.org reports.
2016
2017 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2018
2019 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2020 make asynchronous adjacent image insertion work better.
2021
2022 2011-09-27 Daiki Ueno <ueno@unixuser.org>
2023
2024 * plstore.el (plstore-select-keys, plstore-encrypt-to):
2025 Clarify documentation.
2026
2027 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2028
2029 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2030 `gnus-asynchronous' isn't shadowed.
2031
2032 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2033
2034 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2035 (nnimap-insert-partial-structure): The charset parameter isn't
2036 case-sensitive.
2037
2038 * nnheader.el (nnheader-message-maybe): New function.
2039
2040 * shr.el (shr-tag-table): Render totally broken tables better.
2041
2042 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2043 computing the boundary.
2044
2045 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * pop3.el (pop3-number-of-responses): Remove.
2048 (pop3-wait-for-messages): Rewrite to take linear time instead of
2049 exponential time.
2050
2051 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2052
2053 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2054 re-fetch images.
2055
2056 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2057 re-fetch images when hitting `g' in Gnus.
2058
2059 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061 * mml.el (mml-inhibit-compute-boundary): New internal variable.
2062 (mml-compute-boundary): Don't check collision if it is non-nil.
2063 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2064 before checking collision.
2065
2066 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2067
2068 * message.el (message-indent-citation): Really make sure there's a
2069 newline at the end.
2070
2071 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2072 Fix suggested by John Wiegley.
2073
2074 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2075
2076 * gnus-art.el (gnus-treat-hide-citation): Add doc.
2077
2078 * message.el (message-default-send-rename-function): Break out into its
2079 own function.
2080
2081 * ecomplete.el (ecomplete-display-matches): Revert patch since it
2082 doesn't work under XEmacs.
2083
2084 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2085 of "imaps" to word around Windows problems.
2086 (nnimap-open-connection-1): Use it.
2087
2088 * message.el (message-indent-citation): Revert last change which made
2089 `F' not work.
2090
2091 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
2092
2093 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2094 terminal as well.
2095
2096 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
2097
2098 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2099 because it displays images using overlays that aren't easy to copy to
2100 the article buffer.
2101
2102 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
2103
2104 * message.el (message-indent-citation): Fix empty line removal at the
2105 end of the citation.
2106
2107 2011-09-20 Julien Danjou <julien@danjou.info>
2108
2109 * auth-source.el (auth-source-netrc-create): Use default value for
2110 password if specified. Evaluate default.
2111 (auth-source-plstore-create): Ditto.
2112 (auth-source-plstore-create, auth-source-netrc-create): Fix default
2113 value evaluation.
2114 (auth-source-netrc-create): Typo fix.
2115 (auth-source-plstore-create): Ditto.
2116
2117 * auth-source.el (auth-source-format-cache-entry): New function.
2118
2119 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2120
2121 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2122
2123 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2126
2127 2011-09-19 Julien Danjou <julien@danjou.info>
2128
2129 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2130 which work with things that are not ASCII.
2131
2132 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2133
2134 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2135
2136 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2139 message level.
2140
2141 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
2142
2143 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2144
2145 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2146
2147 * gnus.el (gnus-interactive-exit): Update defcustom spec.
2148
2149 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2152 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2153
2154 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
2155
2156 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2157 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2158 articles.
2159
2160 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2163 (message-mail-other-window, message-mail-other-frame)
2164 (message-news-other-window, message-news-other-frame):
2165 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2166 instead of setting buffer display variables.
2167
2168 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2169
2170 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2171
2172 * gnus-sum.el (gnus-fetch-headers): Bump message level.
2173
2174 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2175
2176 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2177 duplicates" to a higher level.
2178
2179 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2180 most egregious messages.
2181
2182 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2183
2184 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2185
2186 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
2187
2188 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2189 up the file (bug#9351).
2190
2191 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
2193 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
2194 it does with all other backends, but decode the names immediately after
2195 getting them.
2196
2197 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2198 decoding nnimap groups.
2199
2200 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2201 newsrc file. It doesn't seem like an important optimization any more.
2202
2203 2011-09-10 Dave Abrahams <dave@boostpro.com>
2204
2205 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2206 overflows.
2207
2208 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2209
2210 * gnus.el (gnus-article-mark-lists): Remove `recent'.
2211 (gnus-interactive-exit): Extend to `quiet'.
2212
2213 * gnus-sum.el (gnus-offer-save-summaries): Use it.
2214
2215 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2216 string.
2217
2218 * plstore.el (plstore--get-buffer): Silence compiler warnings by
2219 renaming function arguments from `this'.
2220
2221 * gnus-sum.el (gnus-newsgroup-recent): Remove.
2222
2223 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2224 has been renamed.
2225 (gnus-lrm-string-p): Include RLM and PDF, too.
2226
2227 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2228 (bug#9225).
2229
2230 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2231
2232 Add autoload cookies for functions used by sendmail.el.
2233 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2234
2235 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2236
2237 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2238
2239 * gnus-art.el (article-date-ut): Work properly even when there are
2240 things like Date header in the body; work for forwarded parts.
2241
2242 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
2243
2244 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2245 original-article-buffer.
2246
2247 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
2248
2249 * nnir.el (nnir-compose-result): Fix matching of server type.
2250 (nnir-run-swish++): Ditto.
2251 (nnir-run-namazu): Ditto.
2252 (nnir-run-notmuch): Ditto.
2253
2254 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2255
2256 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2257 (bug#9405).
2258
2259 * gnus-score.el (gnus-summary-increase-score): Doc clarification
2260 (bug#9421).
2261
2262 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2263 (bug#9425).
2264
2265 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2266 thing (bug#9426).
2267
2268 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2269
2270 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2271 the error message.
2272
2273 2011-09-02 Eli Zaretskii <eliz@gnu.org>
2274
2275 * message.el (message-setup-1): Return t (Bug#9392).
2276
2277 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
2278
2279 * gnus-sum.el: When adding article headers to a summary buffer also
2280 update gnus-newsgroup-articles (bug#9386).
2281
2282 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2283
2284 * auth-source.el: Autoload help-mode.
2285
2286 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2287
2288 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2289 names.
2290
2291 2011-08-27 Daiki Ueno <ueno@unixuser.org>
2292
2293 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2294 mm-replace-in-string for compatibility issues.
2295 * mml2015.el (mml2015-epg-verify): Ditto.
2296
2297 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2298
2299 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2300
2301 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2302
2303 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2304
2305 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2306 continue on and do the clean-up phase (bug#9188).
2307
2308 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2309 just ignore groups that can't be opened instead of erroring out
2310 (bug#9225).
2311
2312 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2313 nil since some many people are fuddy-duddies.
2314
2315 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2316 images.
2317
2318 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2319 instead.
2320
2321 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2322
2323 * gnus-util.el (gnus-process-live-p): Copy over compat function.
2324
2325 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2326 processing.
2327
2328 * nntp.el (nntp-kill-buffer): Kill the process before killing the
2329 buffer to avoid warnings.
2330
2331 2011-08-20 Simon Josefsson <simon@josefsson.org>
2332
2333 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2334 specified to reduce precision.
2335
2336 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2337
2338 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2339 bodystructures (bug#9314).
2340
2341 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
2342
2343 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2344 Make button keymap non-sticky after buttons.
2345
2346 2011-08-18 David Engster <dengste@eml.cc>
2347
2348 * nnmairix.el (nnmairix-request-set-mark)
2349 (nnmairix-goto-original-article): Remove adding of article to registry,
2350 since `gnus-registry-add-group' isn't available anymore.
2351 (nnmairix-determine-original-group-from-registry):
2352 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2353 available anymore.
2354
2355 2011-08-12 Simon Josefsson <simon@josefsson.org>
2356
2357 * starttls.el (starttls-any-program-available): Define as obsolete
2358 function.
2359
2360 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2361
2362 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2363 versions which Gnus use when appropriate.
2364
2365 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2366 a pretty destructive command.
2367
2368 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2369
2370 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2371
2372 * message.el (message-fix-before-sending): Make a different warning
2373 about NUL characters (bug#9270).
2374
2375 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2376 from custom (bug#9260).
2377
2378 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2379 things work in Emacs 22 and XEmacs, too.
2380
2381 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2382 default From.
2383
2384 * gnus-spec.el (gnus-lrm-string-p): New macro.
2385 (gnus-lrm-string): New constant.
2386 (gnus-summary-line-format-spec): LRM-ify the from.
2387 (gnus-tilde-max-form): LRM-ify string chopping.
2388
2389 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2390
2391 * message.el (message-is-yours-p): Allow disabling canlock checking
2392 (bug#9295).
2393 (message-shoot-gnksa-feet): Add `canlock-verify'.
2394 (message-auto-save-directory): Use ~/ as the auto-save directory if the
2395 message directory isn't writable (bug#9304).
2396
2397 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2398 non-world-readable.
2399
2400 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2401
2402 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2403 articles.
2404
2405 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
2406
2407 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2408 copy-list.
2409
2410 2011-08-12 Sam Steingold <sds@gnu.org>
2411
2412 * gnus-score.el (gnus-score-find-alist): Keep the score files already
2413 in the reverse order to avoid modifying the cache with `nreverse'.
2414 (gnus-all-score-files): Do not modify the value returned by
2415 `gnus-score-find-alist' because it lives in a cache variable.
2416 (gnus-current-home-score-file): No need to `nreverse' the return value
2417 of `gnus-score-find-alist', it is already in the correct order.
2418
2419 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
2420
2421 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2422 type MESSAGE and subtype RFC822 is slightly different from those of
2423 type TEXT.
2424
2425 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
2426
2427 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2428 This allows article-referral to work from an nnir group.
2429
2430 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
2431
2432 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2433
2434 2011-08-04 Daiki Ueno <ueno@unixuser.org>
2435
2436 * mml1991.el (mml1991-epg-find-usable-key)
2437 (mml1991-epg-find-usable-secret-key): New function.
2438 (mml1991-epg-sign): Check if signing key is usable.
2439 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2440
2441 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
2442
2443 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2444 server-variables only. This should fix a bug introduced with commit
2445 e1889675b7f4adf057833c5513c9374134c4e053.
2446 (nnir-run-query): 'nnir-search-engine should not be set from the global
2447 environment.
2448
2449 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
2450
2451 * nnir.el (nnir-search-thread): Position point on referring article
2452 line.
2453 (nnir-warp-to-article): Clean up summary buffers.
2454
2455 * nnimap.el (nnimap-request-thread): Whitespace fix.
2456
2457 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
2458
2459 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2460
2461 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462
2463 * starttls.el (starttls-available-p): Rename from
2464 `starttls-any-program-available' and changed return convention.
2465
2466 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
2467
2468 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2469 `unix-sync' unless it's defined.
2470
2471 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
2472
2473 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2474 `aref' for XEmacs compatibiltiy.
2475
2476 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2479
2480 2011-07-31 Dave Abrahams <dave@boostpro.com>
2481
2482 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2483 closures, quote the form properly (bug#9194).
2484
2485 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
2487 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2488 (gnus-summary-insert-new-articles): Protect against servers that are
2489 down.
2490
2491 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
2492
2493 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2494 in mm handle if none is specified.
2495
2496 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
2497
2498 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2499
2500 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
2501
2502 * nnir.el (nnir-search-thread): New function to make an nnir group
2503 based on a thread query.
2504
2505 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2506 of nnir in thread referral.
2507 (gnus-summary-refer-thread): Use it.
2508
2509 * nnimap.el (nnimap-request-thread): Use it.
2510
2511 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2512
2513 * shr.el (shr-tag-comment): Ignore HTML comments.
2514
2515 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
2516
2517 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2518 argument.
2519 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2520 Use `nnir-address' to handle server info rather than passing an arg.
2521
2522 * nnimap.el (nnimap-make-thread-query): New utility function to format
2523 an imap thread search query.
2524 (nnimap-request-thread): Use it.
2525
2526 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2527 right select-method if we are not going back to the group buffer.
2528
2529 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530
2531 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2532 enter invalid buffer configurations into the quit form (bug#9107).
2533 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2534 unplugged/plugged.
2535
2536 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2537 keep track of which ones are unread (bug#9061).
2538
2539 * gnus.el (gnus-refer-article-method): Allow entering any sexp
2540 (bug#9055).
2541
2542 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2543 (bug#9041).
2544
2545 * gnus-html.el (mm-util): Require (bug#9073).
2546
2547 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2548 (gnus-summary-refer-thread): Use it to remove duplicates in the
2549 un-threaded view (bug#9053).
2550 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2551
2552 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
2553
2554 * nnir.el (nnir-read-server-parm): Use default value from global
2555 variable. Without this the default search engine parameters aren't
2556 used at all.
2557
2558 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * message.el (message-unique-id): Don't use the undocumented return
2561 value from (random t) (bug#9118).
2562
2563 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2564
2565 * message.el (message-auto-save-directory): If the ~/Mail directory
2566 doesn't exist, use ~ as the auto-save directory (bug#4432).
2567
2568 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2569 hasn't already been started.
2570
2571 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2572
2573 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2574
2575 * message.el (message-reply): Work around mysterious bug where
2576 `message-mode' seems to overwrite the locally bound `subject' variable.
2577
2578 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
2579
2580 * nnimap.el (nnimap-request-thread): Ensure search is performed in
2581 correct group.
2582
2583 * gnus-int.el (gnus-request-thread): Add group argument.
2584
2585 * gnus-sum.el (gnus-summary-refer-thread): Use it.
2586
2587 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
2589 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2590 renamed to `debbugs-gnu-*'.
2591
2592 2011-07-08 Daiki Ueno <ueno@unixuser.org>
2593
2594 * plstore.el: Revert the editing feature since it is not urgent.
2595 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2596 (plstore-mode-decoded): Remove.
2597
2598 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2599
2600 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
2601 isn't very interesting any more, and it leaks potentially secret data.
2602 (gnus-debug): Remove.
2603
2604 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2605 use of :custom-show.
2606
2607 2011-07-07 Daiki Ueno <ueno@unixuser.org>
2608
2609 * plstore.el: Add documentation.
2610 (plstore-mode): New mode to edit plstore file.
2611 (plstore-mode-toggle-display, plstore-mode-original)
2612 (plstore-mode-decoded): New command.
2613 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2614 (plstore--insert-buffer, plstore--make): New function.
2615 (plstore-open, plstore-save): Simplify by using them.
2616
2617 2011-07-06 Glenn Morris <rgm@gnu.org>
2618
2619 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2620
2621 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2622
2623 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2624 no longer is much used.
2625 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2626 Articles".
2627
2628 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
2629
2630 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2631 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2632 `notmuch' backend.
2633
2634 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2635
2636 * mm-decode.el (mm-text-html-renderer): Doc fix.
2637
2638 * gnus-msg.el (gnus-bug): Fix the MML tag.
2639
2640 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2641
2642 2011-07-05 Daiki Ueno <ueno@unixuser.org>
2643
2644 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2645 secondary methods if started with `gnus-no-server'.
2646
2647 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
2648
2649 * message.el (message-return-action): Fix typo in docstring.
2650
2651 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2652
2653 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2654 bug reports at once.
2655
2656 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2657
2658 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2659
2660 * nndraft.el: Require gnus-group.
2661 (nndraft-request-list): Declare.
2662
2663 * nndraft.el (nndraft-update-unread-articles): Don't show group having
2664 no unread article unless it matches gnus-permanently-visible-groups.
2665
2666 * nndraft.el (nndraft-update-unread-articles): New function.
2667 (nndraft-request-associate-buffer): Use it to update the number of
2668 unread articles for the nndraft groups in the group buffer when saving
2669 or killing a draft message.
2670
2671 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2672
2673 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2674 systems to binary before writing and reading the mbox files.
2675
2676 * gnus.el (gnus-summary-line-format): Link to the info node for %U
2677 instead of trying to list them all (bug#8978).
2678
2679 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2680
2681 * pop3.el (pop3-open-server): Use :end-of-capability.
2682
2683 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2684
2685 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2686 the id is always a number.
2687
2688 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2689 debbugs mode, if possible.
2690
2691 2011-07-02 Daiki Ueno <ueno@unixuser.org>
2692
2693 * auth-source.el (auth-source-token-passphrase-callback-function):
2694 Reindent.
2695 (epg-context-operation): Remove unnecessary autoload.
2696
2697 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2698
2699 * gnus.el (gnus-list-debbugs): New command.
2700
2701 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2702 mboxstat instead of the maintbox, since the stat seems to be fuller.
2703
2704 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2705 summary buffers.
2706
2707 * message.el (message-get-reply-headers): Delete all duplicates,
2708 instead of the first.
2709 (message-get-reply-headers): Ensure that we have progress while
2710 deleting duplicates.
2711
2712 * gnus-msg.el (gnus-configure-posting-styles): Get the local
2713 gnus-posting-style value from the summary buffer to make it easier to
2714 make that a per-buffer conf.
2715
2716 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
2717
2718 * nnir.el (nnir-run-imap): Allow halting a search when an article is
2719 found by setting `shortcut' in 'query.
2720 (nnir-request-article): Use `shortcut' setting when requesting article
2721 by Message-ID.
2722
2723 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
2724
2725 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2726 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2727 Bring the pseudo-headers back too.
2728
2729 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2730
2731 * auth-source.el (auth-source-token-passphrase-callback-function):
2732 Simplify and remove EPA dependency.
2733
2734 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
2735
2736 * nnir.el (nnir-request-article): Fix error message text.
2737
2738 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2739
2740 * auth-source.el (plstore-delete): Autoload.
2741 (auth-source-plstore-search): Support delete operation.
2742 * plstore.el (plstore-delete): New function.
2743
2744 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2747 mark actually existing articles as unread rather than the ones that
2748 active asserts.
2749
2750 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2751
2752 * nntp.el (nntp-record-command):
2753 * gnus-util.el (gnus-message-with-timestamp-1):
2754 Use format-time-string rather than decoding time stamps by hand.
2755 This is simpler and insulates the code from potential changes to
2756 current-time format.
2757
2758 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
2759
2760 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2761
2762 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2763
2764 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2765 (plstore-save): Support public key encryption.
2766 (plstore--init-from-buffer): New function.
2767 (plstore-open): Use it; fix error when opening a non-existent file.
2768 (plstore-revert): Use plstore--init-from-buffer.
2769
2770 2011-07-01 Daiki Ueno <ueno@unixuser.org>
2771
2772 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2773
2774 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2775
2776 * mml2015.el (mml2015-use): Replace string-match-p with string-match
2777 for old Emacsen.
2778
2779 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2780
2781 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2782 is not fully working.
2783
2784 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2785
2786 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2787 quit window configuration.
2788
2789 * auth-source.el (epg-context-set-passphrase-callback):
2790 Remove duplicate autoload.
2791
2792 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2793
2794 * nnir.el (nnir-request-article): Allow requesting articles by
2795 Message-ID with nnimap.
2796
2797 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2798 current server.
2799
2800 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2801
2802 * auth-source.el: Autoload EPA/EPG functions.
2803 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2804 changed when EPA/EPG is not available.
2805 (auth-source-backend): Rename "arg" member to "data".
2806 (auth-source-backend-parse, auth-source-plstore-search)
2807 (auth-source-plstore-create): Use it.
2808
2809 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
2810
2811 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2812 `gnus-refer-article-methods'.
2813
2814 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
2815
2816 * auth-source.el: Require EPA and EPG.
2817 (auth-source-passphrase-alist): New variable.
2818 (auth-source-passphrase-callback-function)
2819 (auth-source-token-passphrase-callback-function): Callbacks for the
2820 netrc field encryption (GPG tokens).
2821 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2822 Symmetric encryption and decryption of the netrc GPG tokens.
2823 (auth-source-netrc-normalize): Use them, simplifying the closure.
2824
2825 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2826
2827 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2828 non-nil, and `nnimap-split-methods' is nil, use the former.
2829
2830 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2831
2832 * plstore.el (plstore-revert): New function.
2833 (plstore-open): Use it; hide the buffer from user.
2834
2835 2011-06-30 Daiki Ueno <ueno@unixuser.org>
2836
2837 * auth-source.el (auth-source-backend): New member "arg".
2838 (auth-source-backend-parse): Handle new backend 'plstore.
2839 * plstore.el: New file.
2840
2841 2011-06-30 Glenn Morris <rgm@gnu.org>
2842
2843 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2844
2845 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2846
2847 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2848
2849 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2850 expiring articles to.
2851
2852 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2853 variations as ASCII (bug#5458).
2854
2855 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
2856
2857 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2858
2859 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2860
2861 * message.el (message-point-in-header-p): Tweak the function to default
2862 to saying that we're not in the headers if there is no separator at
2863 all. This makes it possible to use the Message version of `M-q' in
2864 buffers with no headers (bug#7987).
2865 (message-point-in-header-p): Fix last checkin to work with an empty
2866 mail-header-separator, too.
2867
2868 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2869 again, save the choice via customize.
2870
2871 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2872
2873 * message.el (message-send-mail-function): Add `sendmail-query-once'.
2874
2875 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2876 ended the connection, bail out before waiting infinitely on a new
2877 connection.
2878
2879 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
2880
2881 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2882 reports.
2883
2884 * gnus.el (gnus-bug-package): Use "gnus."
2885 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2886
2887 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2888
2889 * gnus-art.el (gnus-article-stop-animations): New function to stop any
2890 animations going on at article exit time.
2891
2892 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2893 since removing it breaks people upgrading.
2894
2895 * shr.el (shr-put-image): Use the new interface for animating images.
2896 (shr-put-image): Animate for 60 seconds.
2897
2898 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2899 error with `find-file-hooks' on Emacs 22.
2900 (with-auth-source-epa-overrides): Ugly hack to Wrap the
2901 `find-file-hook' things in `symbol-value' to avoid compilation warnings
2902 on all architectures.
2903
2904 * spam.el (spam-stat): Require in a normal fashion without binding
2905 `spam-stat-install-hooks' to avoid compilation warnings.
2906
2907 * spam-stat.el (spam-stat-install-hooks): Remove.
2908 (spam-stat-install-hooks): Don't run automatically.
2909
2910 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
2911
2912 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2913 and keystroke.
2914
2915 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
2916
2917 * auth-source.el (auth-source-netrc-cache): Move forward.
2918
2919 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2920
2921 * auth-source.el (auth-source-netrc-create): Don't query the bits that
2922 we already know.
2923 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2924 (auth-source-netrc-create): Don't prompt for the stuff we already know.
2925
2926 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
2928 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2929 %S format, since that looks odd.
2930 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2931 file, especially when saving.
2932
2933 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
2934
2935 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
2936 article found.
2937
2938 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
2939
2940 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2941 `auth-source-save-secrets' with a more sensitive alist that can be
2942 configured per file. Experimental, so defaults to 'never.
2943 (auth-source-netrc-create): Use it. Still experimental code.
2944 (with-auth-source-epa-overrides): Use `find-file-hooks' if
2945 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
2946
2947 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
2948
2949 * auth-source.el (auth-source-save-secrets): New variable to control if
2950 secret tokens should be saved encrypted.
2951 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2952 to `auth-source-netrc-normalize'.
2953 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
2954 on the EPA variables being defined.
2955 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2956 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2957 the lexical-let closure.
2958 (auth-source-netrc-create): Create "gpg:" tokens according to
2959 `auth-source-save-secrets'.
2960
2961 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
2962
2963 * gnus-group.el (gnus-group-update-group): Add new argument
2964 `info-unchanged' that stops updating dribble buffer.
2965
2966 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2967 deletes lines matching to it in dribble buffer.
2968
2969 * gnus-agent.el (gnus-agent-fetch-group-1):
2970 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2971 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2972 * gnus-start.el (gnus-group-change-level):
2973 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2974
2975 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2976 if newsgroup info is not changed.
2977
2978 * gnus-group.el (gnus-group-get-new-news-this-group):
2979 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2980 Don't update dribble buffer.
2981
2982 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
2983
2984 * gnus-registry.el (gnus-registry-remove-ignored): New function to
2985 remove entries with groups we ignore.
2986
2987 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2988
2989 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2990 the underline comes at the bottom.
2991
2992 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
2993
2994 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2995 `gnus-registry-user-format-function-M' and declare the latter obsolete.
2996 (gnus-registry-article-marks-to-names): Rename from
2997 `gnus-registry-user-format-function-M2'.
2998
2999 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3002 ephemeral group.
3003
3004 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3005
3006 * shr.el (shr-browse-image): Copy the URL if called interactively.
3007
3008 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3009
3010 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3011 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
3012 done, then unselected articles may be marked as read.
3013
3014 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3015 since not doing this seems to lead to a race condition in pop3-logon.
3016
3017 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3018 so that the call chain it correct when we call "upwards".
3019
3020 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3021 in read-only groups.
3022
3023 * gnus-group.el (gnus-group-mark-article-read): Ditto.
3024
3025 * message.el (message-cite-reply-position): Doc string fix.
3026
3027 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3028 avoid regexp overflow.
3029 (nnimap-transform-split-mail): Ditto.
3030
3031 * pop3.el (pop3-retr): Error out if the server closes the connection.
3032
3033 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3036 mm-with-unibyte-current-buffer. The buffer should not contain any
3037 multibyte chars anyway at this stage.
3038
3039 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3040
3041 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3042 at the end of lines.
3043
3044 2011-05-29 Julien Danjou <julien@danjou.info>
3045
3046 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3047
3048 2011-05-27 Glenn Morris <rgm@gnu.org>
3049
3050 * gnus-group.el (gnus-bug-group-download-format-alist):
3051 Use the "maintainer" version of debian reports as well.
3052
3053 2011-05-26 Glenn Morris <rgm@gnu.org>
3054
3055 * gnus-group.el (gnus-bug-group-download-format-alist):
3056 Use the "maintainer" version of debbugs.gnu.org reports.
3057
3058 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3061
3062 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
3063
3064 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3065 the thread moves us backwards and so we loop forever.
3066
3067 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
3068
3069 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3070 whitespace in base64 data lines.
3071
3072 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
3073
3074 * gnus-registry.el (gnus-registry-user-format-function-M):
3075 Use `mapconcat'.
3076 (gnus-registry-user-format-function-M2): Use to see the full text of
3077 the marks. Make "," the mark text separator.
3078
3079 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3080 authentication with auth-source.
3081
3082 2011-05-17 Glenn Morris <rgm@gnu.org>
3083
3084 * gnus-group.el (gnus-import-other-newsrc-file):
3085 Use insert-file-contents.
3086
3087 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
3088
3089 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3090 1000 iterations.
3091
3092 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3093
3094 * nntp.el (nntp-open-connection): Check if process-type is available.
3095
3096 2011-05-16 Julien Danjou <julien@danjou.info>
3097
3098 * shr.el (shr-tag-del): Add support for del tag.
3099
3100 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3101
3102 * gnus-html.el (gnus-html-put-image): Register a displayer.
3103
3104 * shr.el (shr-image-displayer): Don't remove text props from alt text.
3105
3106 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
3107
3108 * registry.el (prune-factor): New initialization parameter defaulting
3109 to 0.1.
3110 (registry-prune-hard): Use it.
3111
3112 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3113 0.1 expicitly.
3114
3115 2011-05-13 Glenn Morris <rgm@gnu.org>
3116
3117 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3118 is bound, since this function requires sendmail.
3119
3120 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
3121
3122 * registry.el (registry-usage-test): Disable pruning test.
3123
3124 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
3125
3126 * registry.el (registry-prune-hard-candidates)
3127 (registry-prune-soft-candidates): Helper methods for registry pruning.
3128 (registry-prune): Use them. Make the sort function optional.
3129
3130 2011-05-10 Jim Meyering <meyering@redhat.com>
3131
3132 * shr.el (shr-colorize-region): Fix typo "on on -> on".
3133
3134 2011-05-10 Julien Danjou <julien@danjou.info>
3135
3136 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3137 symbol and not a list.
3138
3139 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3140
3141 * gnus-art.el (gnus-article-mode): Move binding of
3142 shr-put-image-function here from gnus-article-prepare-display.
3143
3144 * shr.el (shr-put-image-function): New variable.
3145 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3146 (shr-put-image): Return scaled image.
3147
3148 * gnus-art.el (gnus-shr-put-image): New function.
3149 (gnus-article-prepare-display): Bind shr-put-image-function to it.
3150
3151 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3152 original ones, as deletable.
3153
3154 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3155
3156 * nntp.el (nntp-open-connection): Set TCP keepalive option.
3157
3158 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
3159
3160 * registry.el (registry-full): Add convenience method. Fix logic.
3161 (registry-insert): Use it. Fix logic here too.
3162
3163 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3164 `registry-prune' if `registry-full' returns t.
3165 (gnus-registry-handle-action)
3166 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3167 (gnus-registry-usage-test): Use it.
3168
3169 2011-05-07 Julien Danjou <julien@danjou.info>
3170
3171 * shr.el (shr-link): Make shr-link inherit from link by default.
3172
3173 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
3174
3175 * shr.el (shr-urlify, shr-link): Fix shr-link face.
3176
3177 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
3178
3179 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3180 error out because the face is not a list.
3181
3182 2011-05-05 Glenn Morris <rgm@gnu.org>
3183
3184 * gnus-start.el (gnus-propagate-marks): Declare.
3185
3186 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3187
3188 * registry.el (registry-reindex): Fix percentage message.
3189
3190 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
3191
3192 * shr.el: Add shr-link face for links.
3193 (shr-urlify): Use it.
3194
3195 * registry.el (registry-insert): Make error message more helpful.
3196
3197 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * gnus-html.el (gnus-html-schedule-image-fetching):
3200 Use url-queue-retrieve, if it exists.
3201
3202 * shr.el (shr-tag-img): Ditto.
3203
3204 * gnus.el: Autoload more gnus-agent functions.
3205
3206 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3207 agent if we haven't already (bug#8502).
3208
3209 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3210 into the Agent, too.
3211
3212 * gnus-agent.el (gnus-agent-store-article): New function.
3213
3214 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3215 and moved from that file for reuse.
3216
3217 * pop3.el (pop3-open-server): Error messages are "-ERR".
3218
3219 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3222 (open-tls-stream): Remove superfluous tls/starttls autoloads.
3223
3224 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3227 buffer has moved to a different frame.
3228
3229 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
3231 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3232 to get the conversion from unibyte to multibyte buffers to work on
3233 Emacs 22.
3234
3235 * nntp.el (nntp-request-article): Slight clean-up.
3236
3237 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3238
3239 * shr.el (shr-strike-through): New face.
3240 (shr-tag-s): Use it to provide <s> support.
3241 (shr-tag-s): Remove duplicate definition.
3242
3243 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
3244
3245 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3246 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3247
3248 2011-04-23 Glenn Morris <rgm@gnu.org>
3249
3250 * gnus-sum.el (gnus-extra-headers): Bump :version.
3251
3252 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3253
3254 * shr.el (shr-tag-sup): New function.
3255 (shr-tag-sub): Ditto.
3256
3257 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3260 for the case where `gnus-registry-ignored-groups' is a list of lists,
3261 and don't call `gnus-parameter-registry-ignore' otherwise.
3262
3263 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
3264
3265 * nnimap.el (nnimap-user): New backend variable.
3266 (nnimap-open-connection-1): Use it.
3267 (nnimap-credentials): Accept user parameter so it's explicit what user
3268 name is desired.
3269
3270 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3271 default.
3272
3273 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3274 not gnus-registry.el.
3275
3276 * gnus-registry.el: Mention in comments how to modify
3277 `gnus-extra-headers' for proper recipient tracking and that it may
3278 already have To and Cc recently, which it does as of this commit.
3279 (gnus-registry-ignored-groups): Remove defcustom.
3280 Explain why in comments.
3281 (gnus-registry-action): Fix data-header reference to use the extra
3282 headers. Explain in package commentary how to add To and Cc headers to
3283 the gnus-extra-headers.
3284 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3285 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3286 parameter list or a string list in `gnus-registry-ignored-groups'.
3287 Fix logic error.
3288
3289 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * shr.el (shr-expand-url): Protect against null urls.
3292
3293 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3294
3295 * shr.el (shr-base): New binding.
3296 (shr-tag-base): Keep track of <base>.
3297 (shr-expand-url): New function used throughout.
3298
3299 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
3300
3301 * gnus-registry.el
3302 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3303 (gnus-registry-ignored-groups): New variable.
3304 (gnus-registry-ignore-group-p): Use it.
3305 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3306 set the destination group to nil (same as delete) if it's ignored.
3307
3308 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3309
3310 * gnus-registry.el (gnus-registry-action)
3311 (gnus-registry-fetch-header-fast):
3312 Don't use mail-header that looks an internal function of mailheader.el.
3313
3314 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3315
3316 * gnus-registry.el: Eliminate cl functions.
3317 (gnus-registry-sort-addresses): New function that replaces mapcan.
3318 (gnus-registry-action, gnus-registry-spool-action)
3319 (gnus-registry-split-fancy-with-parent)
3320 (gnus-registry-fetch-recipients-fast): Use it.
3321 (gnus-registry-import-eld): Replace delete* with dolist + delq.
3322
3323 * registry.el (initialize-instance, registry-lookup)
3324 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3325 (registry-lookup-secondary-value, registry-search, registry-delete)
3326 (registry-insert, registry-reindex, registry-size, registry-prune):
3327 Use eval-and-compile.
3328
3329 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
3330
3331 * registry.el (registry-reindex): New method to recreate the secondary
3332 registry indices.
3333
3334 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3335 tracked field changes.
3336 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3337 (gnus-registry-action, gnus-registry-spool-action)
3338 (gnus-registry-handle-action)
3339 (gnus-registry--split-fancy-with-parent-internal)
3340 (gnus-registry-split-fancy-with-parent)
3341 (gnus-registry-register-message-ids): Add recipient tracking on spool,
3342 move, and delete actions, and for fancy splitting with parent.
3343 (gnus-registry-extract-addresses)
3344 (gnus-registry-fetch-recipients-fast)
3345 (gnus-registry-fetch-header-fast): Convenience functions.
3346 (gnus-registry-misc-test): ERT test of
3347 `gnus-registry-extract-addresses'.
3348
3349 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
3350
3351 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3352 Track by subject first, then sender.
3353
3354 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3357
3358 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3359 Lisp.
3360
3361 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3362 (gnus-draft-send): Use it to avoid popping
3363 up frames from gnus-group-send-queue.
3364
3365 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
3366
3367 * gnus-registry.el: Updated gnus-registry docs.
3368
3369 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
3370
3371 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3372 Fix logic bug.
3373 (gnus-registry-post-process-groups): Fix logging of no results and
3374 quote sender and subject.
3375
3376 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3377
3378 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3379 (gnus-read-active-for-groups): Don't try to finish getting stuff where
3380 we had no early-data returned.
3381 (gnus-get-unread-articles): Add a sanity check so that we don't issue
3382 two async commands to the same server at the same time.
3383
3384 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
3385
3386 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3387
3388 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3389
3390 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3391 "warning" level.
3392
3393 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3394 (mm-url-insert-file-contents): Don't set the package names.
3395
3396 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
3397
3398 * gnus-registry.el (gnus-registry-action): Remove properties and
3399 simplify subject in `gnus-registry-handle-action'.
3400 (gnus-registry-spool-action): Get subject and sender from message if
3401 they are not passed in.
3402 (gnus-registry-handle-action): Remove properties and simplify subject
3403 consistently.
3404
3405 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * registry.el: Require CL before using defmacro*.
3408
3409 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
3410
3411 * gnus-art.el (article-treat-date): Assume that
3412 gnus-article-date-headers may be a group parameter.
3413
3414 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
3415
3416 * gnus-registry.el (gnus-registry-handle-action): More debugging.
3417
3418 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3419 interactively so the newsrc file can contain foreign groups too.
3420 Useful for debugging but not much for users.
3421
3422 2011-04-07 David Engster <dengste@eml.cc>
3423
3424 * registry.el (registry-usage-test): Only do
3425 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3426 lexical binding.
3427
3428 2011-04-06 David Engster <dengste@eml.cc>
3429
3430 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3431 argument NOERROR for `require', since XEmacs 21.4 does not support it.
3432
3433 2011-04-06 David Engster <dengste@eml.cc>
3434
3435 * registry.el (initialize-instance): Change :after to :AFTER to be
3436 compatible with old EIEIO version in XEmacs.
3437
3438 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3439
3440 * gnus-registry.el (gnus-registry-post-process-groups)
3441 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3442 and provide better messaging.
3443
3444 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
3445
3446 * gnus-registry.el: Don't use ERT if it's not available. Load it
3447 unconditionally anyway, discarding errors.
3448 (gnus-registry-delete-entries): New convenience function.
3449 (gnus-registry-import-eld): Import from old .eld registry.
3450
3451 * registry.el: Don't use ERT if it's not available. Load it
3452 unconditionally anyway, discarding errors.
3453
3454 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3455 version from the Claudio Bley GnuTLS patch (extra optional parameters
3456 and host name).
3457
3458 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
3459
3460 * gnus-registry.el (gnus-registry-fixup-registry): New function to
3461 fixup the parameters that can be customized by the user between
3462 save/read cycles.
3463 (gnus-registry-read): Use it.
3464 (gnus-registry-make-db): Use it.
3465 (gnus-registry-spool-action, gnus-registry-handle-action):
3466 Fix messaging.
3467 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3468 Map references to actual group names with sender and subject tracking.
3469 (gnus-registry-post-process-groups): Use `cond' for better messaging.
3470 (gnus-registry-usage-test): Add subject lookup test.
3471
3472 * registry.el (registry-db, initialize-instance): Set up constructor
3473 instead of :initform arguments for the sake of older Emacsen.
3474 (registry-lookup-breaks-before-lexbind): New method to demonstrate
3475 pre-lexbind merge bug.
3476 (registry-usage-test): Use it.
3477 (initialize-instance, registry-db): Move the non-function initforms
3478 back to the class definition.
3479
3480 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
3481
3482 * registry.el: New library to manage gnus-registry-style data.
3483
3484 * gnus-registry.el: Use it (major rewrite).
3485
3486 * nnregistry.el: Use it.
3487
3488 * spam.el: Use it.
3489
3490 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3491
3492 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3493 marks on non-selected articles.
3494
3495 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
3496
3497 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3498
3499 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3500 parameter to open-protocol-stream.
3501
3502 2011-04-01 Julien Danjou <julien@danjou.info>
3503
3504 * mm-view.el (mm-display-inline-fontify): Do not fontify with
3505 fundamental-mode.
3506
3507 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3508
3509 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3510 servers.
3511
3512 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3513
3514 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3515 made marks not propagate, again.
3516
3517 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
3518
3519 * proto-stream.el (open-protocol-stream): Bring back `network' type.
3520 Make this the default type.
3521 (proto-stream-open-plain): Rename from proto-stream-open-default.
3522 (open-protocol-stream, proto-stream-open-starttls)
3523 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3524 with `plain'.
3525
3526 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3527 value.
3528
3529 * nntp.el (nntp-open-connection-function): Document the fact that some
3530 values are not functions but are instead handled specially.
3531 Recognize nntp-open-plain-stream value.
3532 (nntp-open-connection): Recognize that value.
3533
3534 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3535
3536 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3537 stuff.
3538
3539 * gnus-score.el (gnus-score-string): Fix calling convention of
3540 `gnus-simplify-buffer-fuzzy' after last patches.
3541
3542 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3543 server for articles we didn't get any headers for. This is a sanity
3544 check.
3545
3546 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
3547
3548 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3549 new CAPABILITY, use it.
3550
3551 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3552
3553 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3554 downloading anything.
3555
3556 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3557
3558 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
3559
3560 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3561 colors.
3562 (gnus-splash-svg-color-symbols): New function.
3563
3564 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3565
3566 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3567 instead of using the global gnus-simplify-subject-fuzzy-regexp.
3568 (gnus-simplify-subject-fuzzy): Use the local
3569 gnus-simplify-subject-fuzzy-regex instead of the global one.
3570 This makes using this variable in group parameters work.
3571
3572 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3573
3574 * gnus-registry.el (gnus-registry-unfollowed-groups):
3575 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3576 archive:sent-YYYY-MM-DD groups).
3577 (gnus-registry-split-fancy-with-parent): Bail out early in sender
3578 tracking if there are more than `gnus-registry-max-track-groups'
3579 matches.
3580
3581 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * message.el (message--yank-original-internal): New function to do the
3584 insertion cleanly inside eval in `message-yank-original'.
3585 (message-yank-original): Use it.
3586
3587 2011-03-29 Julien Danjou <julien@danjou.info>
3588
3589 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3590 local variables disabled rather than `normal-mode'.
3591
3592 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * proto-stream.el: Changes preparatory to merging open-protocol-stream
3595 with open-network-stream.
3596 (proto-stream-always-use-starttls): Option removed.
3597 (open-protocol-stream): Return a process object by default. Provide a
3598 new parameter :return-list specifying a list-type return value, which
3599 now has the form (PROP . PLIST) instead of a fixed-length list. Change
3600 :type `network' to `try-starttls', and `network-only' to `default'.
3601 Make `default' the default, for compatibility with open-network-stream.
3602 Handle the no-parameter case exactly as open-network-stream, with no
3603 additional stream processing. Search plists using plist-get.
3604 Explicitly add :end-of-commend parameter if it is missing.
3605 (proto-stream-open-default): Rename from
3606 proto-stream-open-network-only. Return 'default as the type.
3607 (proto-stream-open-starttls): Rename from proto-stream-open-network.
3608 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
3609 failed. Always return a list with a (possibly dead) process as the
3610 first element, for compatibility with open-network-stream.
3611 (proto-stream-open-tls): Use plist-get. Always return a list.
3612 (proto-stream-open-shell): Return `default' as connection type.
3613 (proto-stream-capability-open): Use plist-get.
3614 (proto-stream-eoc): Function deleted.
3615
3616 * nnimap.el (nnimap-stream, nnimap-open-connection)
3617 (nnimap-open-connection-1): Handle renaming of :type parameter for
3618 open-protocol-stream.
3619 (nnimap-open-connection-1): Pass a :return-list parameter
3620 open-protocol-stream to obtain a list return value. Parse this list
3621 using plist-get.
3622
3623 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3624 for open-protocol-stream. Accept open-protocol-stream return value
3625 that is a subprocess object instead of a list. Handle the case of a
3626 dead returned process.
3627
3628 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
3629
3630 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3631
3632 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3633
3634 2011-03-21 Julien Danjou <julien@danjou.info>
3635
3636 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3637 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
3638 query.
3639 (mm-inline-text): Render normal text with fontification whenever
3640 possible.
3641
3642 * gnus-sum.el (gnus-summary-save-parts-1):
3643 * gnus-art.el (gnus-article-browse-html-save-cid-content)
3644 (gnus-article-browse-html-parts, gnus-mime-delete-part)
3645 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3646 Use `mm-handle-filename'.
3647
3648 * mm-util.el (mm-handle-filename): New function, return the filename of
3649 an handle.
3650
3651 2011-03-18 Julien Danjou <julien@danjou.info>
3652
3653 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3654 (gnus-buffer-live-p): Check that buffer is not nil.
3655
3656 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3657
3658 * gnus-art.el: Require mouse, which the build bot seems to say is
3659 needed.
3660
3661 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3662 XEmacs, since it doesn't have url-retrieve-synchronously.
3663
3664 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
3665
3666 * gnus-group.el (gnus-group-list-ticked): New function.
3667 (gnus-group-make-menu-bar): Provide a menu entry for it.
3668 (gnus-group-list-map): Provide a binding for it.
3669
3670 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
3672 * shr.el (shr-visit-file): New command.
3673
3674 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3675
3676 2011-03-17 Bjørn Mork <bjorn@mork.no>
3677
3678 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3679 servers.
3680
3681 2011-03-16 Julien Danjou <julien@danjou.info>
3682
3683 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3684 inline.
3685
3686 * gnus-art.el (article-hide-list-identifiers):
3687 Use gnus-group-get-list-identifiers.
3688
3689 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3690 (gnus-summary-remove-list-identifiers):
3691 Use gnus-group-get-list-identifiers to get regexp.
3692 (gnus-select-newsgroup, gnus-summary-insert-subject)
3693 (gnus-summary-insert-articles):
3694 Call gnus-summary-remove-list-identifiers unconditionally.
3695
3696 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3697
3698 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3699 we're selecting a group with unread articles.
3700
3701 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3702
3703 * gssapi.el: New file separated out from imap.el to provide a general
3704 Kerberos 5 connection facility for Emacs.
3705
3706 * message.el (message-elide-ellipsis): Document the format spec
3707 ellipsis.
3708
3709 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
3710
3711 * message.el (message-elide-region): Allow the ellipsis to say how many
3712 lines were removed.
3713
3714 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3715
3716 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3717 window configurations containing buffers that are now dead.
3718
3719 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3720 parsing to avoid integer overflows.
3721 (nnimap-parse-flags): Simplify the last change.
3722 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3723 too large for 32-bit Emacsen.
3724
3725 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * auth-source.el (auth-source-netrc-create):
3728 * message.el (message-yank-original): Fix use of `case'.
3729
3730 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
3731
3732 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3733 XEmacs, which was one character too wide.
3734
3735 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
3736
3737 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3738 default number of articles to display.
3739 (gnus-articles-to-read): Use pretty names for prompt.
3740
3741 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3742
3743 * gnus-int.el (gnus-open-server): Ditto.
3744
3745 * gnus-start.el (gnus-activate-group): Give a backtrace if
3746 debug-on-quit is set and the user hits `C-g'.
3747 (gnus-read-active-file): Ditto.
3748
3749 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3750
3751 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
3752
3753 * message.el (message-yank-original): Use cond instead of CL case.
3754
3755 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * auth-source.el (auth-source-netrc-create): Use usual format for the
3758 default in prompts.
3759
3760 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
3761
3762 * auth-source.el (auth-source-netrc-create): Show the default in the
3763 prompt when prompting for token creation.
3764
3765 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3766
3767 * auth-source.el (auth-source-format-prompt): Always convert the value
3768 to a string to avoid evaluating non-string arguments.
3769 (auth-source-netrc-create): Offer default properly, not as initial
3770 content in `read-string'.
3771 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3772 of line to determine if we've been run before. If so, don't run again,
3773 but print a trivial message to indicate the cache was hit instead.
3774
3775 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3776
3777 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3778 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
3779 The user will have to run `gnus-sync-read' manually and wait for Cloudy
3780 Gnus.
3781
3782 2011-03-11 Julien Danjou <julien@danjou.info>
3783
3784 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3785 modified file".
3786
3787 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
3788
3789 * auth-source.el (auth-source-read-char-choice): New function to read a
3790 character choice using `dropdown-list', `read-char-choice', or
3791 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
3792 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
3793 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
3794 (auth-source-netrc-saver): Use it.
3795 (auth-source-pick-first-password): New convenience function.
3796
3797 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
3798
3799 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3800 parameter in the credentials.
3801 (nnimap-open-connection-1): Use it after a successful login.
3802 (nnimap-credentials): Add IMAP-specific user and password prompt.
3803
3804 * auth-source.el (auth-source-search): Add :require parameter, taking a
3805 list. Document it and the :save-function return token. Pass :require
3806 down. Change the CREATED message from a warning to a debug statement.
3807 (auth-source-search-backends): Pass :require down.
3808 (auth-source-netrc-search): Pass :require down.
3809 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3810 Change save prompt to indicate all modifications saved here are
3811 deletions.
3812 (auth-source-netrc-create): Take user login name as default in user
3813 prompt. Move all the save functionality to a lexically bound function
3814 under the :save-function token in the returned list. Set up clearer
3815 default prompts for user, host, port, and secret.
3816 (auth-source-netrc-saver): New function, intended to be wrapped for
3817 :save-function.
3818
3819 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
3820
3821 * Version 23.3 released.
3822
3823 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3824
3825 * shr.el (shr-table-horizontal-line): Change the defaults for the table
3826 lines to be spaces instead.
3827
3828 2011-03-07 Julien Danjou <julien@danjou.info>
3829
3830 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3831 (sieve-sasl-auth): Check that auth-source-search did return something,
3832 or just return an empty string.
3833
3834 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3835
3836 * gnus.el (gnus-interactive): Use read-directory-name.
3837
3838 * gnus-uu.el (gnus-uu-decode-uu-and-save)
3839 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3840 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3841 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3842 Likewise.
3843
3844 * gnus-group.el (gnus-group-make-directory-group): Likewise.
3845
3846 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
3848 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3849 onto the list of killed groups, too. This makes killed nnimap groups,
3850 for instance, more reliably not reappear.
3851
3852 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3853 the parent.
3854
3855 * gnus-sum.el (gnus-update-read-articles): Fix typo.
3856
3857 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3858 really have server-side marks.
3859
3860 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3861 since most backends do not usefully have server-side marks.
3862 (gnus-update-read-articles): Propagate marks to all backends that
3863 really have server-side marks.
3864
3865 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
3866
3867 * message.el (message-cite-reply-position, message-cite-style):
3868 New variables.
3869 (message-yank-original): Use the new citation styles.
3870
3871 2011-03-04 Daiki Ueno <ueno@unixuser.org>
3872
3873 * message.el (message-options): Revert the change that's a workaround
3874 for XEmacs buffer-local issue; don't mark it buffer-local when running
3875 under XEmacs.
3876
3877 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
3878
3879 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3880 numbers too big to be `read'.
3881
3882 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
3883
3884 * message.el (message-options): Make buffer-local two ways to attempt
3885 to fix a XEmacs bug.
3886
3887 2011-03-02 Julien Danjou <julien@danjou.info>
3888
3889 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3890
3891 2011-03-01 Julien Danjou <julien@danjou.info>
3892
3893 * gnus-art.el (list-identifier): Add list-identifier as a parameter
3894 group.
3895 (article-hide-list-identifiers): Use list-identifier group parameter.
3896
3897 2011-02-28 Julien Danjou <julien@danjou.info>
3898
3899 * sieve.el (sieve-buffer-script-name): New local variable to store
3900 sieve script name.
3901 (sieve-edit-script): Store sieve script name.
3902 (sieve-upload): Use sieve script name when uploading.
3903 (sieve-upload): Use substitute-command-keys.
3904 (sieve-edit-script): Use substitute-command-keys.
3905 (sieve-refresh-scriptlist): Use substitute-command-keys.
3906 (sieve-manage-mode-map): Define keymap properly.
3907 (sieve-manage-mode): Do not set mode name manually, change mode-name to
3908 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3909 Remove commented code about cvs.
3910 (sieve-manage-quit): New function.
3911 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3912
3913 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3914
3915 * gnus-group.el (gnus-import-other-newsrc-file): New function.
3916
3917 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
3918
3919 * auth-source.el (auth-source-search): Cache empty result sets.
3920
3921 * auth-source.el (auth-source-save-behavior): New variable to replace
3922 `auth-source-never-create'.
3923 (auth-source-netrc-create): Use it.
3924 (auth-source-never-save): Remove.
3925
3926 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
3927
3928 * nnimap.el (nnimap-stream): Doc fix.
3929 (nnimap-open-connection-1): Reverse the order of the ports to that the
3930 prompted-for port is first.
3931
3932 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3933 retrieval by the no-group selection.
3934
3935 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3936 numerical parameters.
3937
3938 2011-02-25 Julien Danjou <julien@danjou.info>
3939
3940 * gnus-gravatar.el: Use gnus-with-article-buffer.
3941
3942 * gnus-art.el (gnus-with-article-buffer): Check that the
3943 gnus-article-buffer is alive.
3944
3945 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
3946
3947 * auth-source.el (auth-source-creation-prompts): New variable to manage
3948 creation-time prompts.
3949 (auth-source-search): Document it.
3950 (auth-source-format-prompt): Add utility function.
3951 (auth-source-netrc-create): Don't default the user name to
3952 user-login-name. Use `auth-source-creation-prompts' and some default
3953 prompts for user, host, port, and password (the default generic prompt
3954 remains ugly).
3955 (auth-source-never-save): Add customizable option to never save info.
3956 (auth-source-netrc-create): Use it and improve save prompts. Fix help
3957 mode excursion.
3958
3959 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
3960
3961 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3962 argument that XEmacs doesn't support.
3963
3964 2011-02-23 Julien Danjou <julien@danjou.info>
3965
3966 * gnus-art.el (article-make-date-line): Ignore errors if time is
3967 invalid and not convertible.
3968 (article-make-date-line): Only add lapsed time if time is not nil.
3969
3970 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
3971
3972 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3973 `read-char-choice' for backwards compatibility.
3974 (auth-source-netrc-element-or-first): New function to DTRT for
3975 parameter extraction.
3976 (auth-source-netrc-create): Use it and fix multiple parameter print
3977 bug. Use the default passed from above (given-default) or the
3978 built-in (user-login-name for :user).
3979
3980 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
3981
3982 * gnus-start.el (gnus-dribble-read-file):
3983 Set buffer-save-without-query, since we always want to save the dribble
3984 file, probably.
3985
3986 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3987 nnimap.
3988
3989 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3990 -summary- since it's a user-visible variable.
3991
3992 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3993 first time you use the new Gnus.
3994
3995 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
3996
3997 * auth-source.el: Don't load netrc.el.
3998 (auth-sources): Search ~/.netrc as well by default.
3999 (auth-source-debug): Add 'trivia option for extra output.
4000 (auth-source-do-trivia): Use it.
4001 (auth-source-search): Simplify logic to use
4002 `auth-source-search-backends'. Use `auth-source-do-trivia' where
4003 appropriate. Don't keep a running count at this level. Layer :create
4004 and :delete options appropriately on the first and second passes.
4005 Don't track the backend with the search results.
4006 (auth-source-search-backends): New function to search a list of
4007 backends for a processed spec.
4008 (auth-source-netrc-parse): Cache all netrc files, making
4009 auth-source-netrc-cache an alist keyed by the file name and using the
4010 file mtime as the caching criterion. Keep the obfuscated data secret
4011 with a lexical bind.
4012 (auth-source-netrc-search): Don't calculate the length of the results
4013 unnecessarily.
4014 (auth-source-search-backends): Fix bug.
4015 (auth-source-netrc-create): Rework prompts.
4016
4017 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
4018
4019 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4020 Lower case names of search constraints.
4021 (nnir-run-query): Cache and reuse search constraints for all imap
4022 servers.
4023
4024 2011-02-22 Sam Steingold <sds@gnu.org>
4025
4026 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4027
4028 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
4029
4030 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4031 after exit.
4032 (gnus-setup-message): Define missing variable from last checkin.
4033
4034 * gnus-sum.el (gnus-summary-show-article): When called with t as the
4035 value, show the raw article.
4036
4037 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4038
4039 * nnimap.el (nnimap-open-connection-1): Revert last change, since
4040 auth-source now accepts numbers.
4041
4042 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4043 spec, too.
4044 (auth-source-ensure-strings): New function.
4045
4046 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4047 (gnus-article-setup-buffer): Always restart the date timer so that user
4048 changes to the frequency is respected.
4049
4050 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4051 port numbers, so make sure it gets that if nnimap-server-port is
4052 explicit.
4053
4054 2011-02-21 Simon Josefsson <simon@josefsson.org>
4055
4056 * nnimap.el (nnimap-inbox): Doc fix.
4057
4058 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * shr-color.el (shr-color->hexadecimal): Use renamed function names
4061 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4062 color-lab-to-srgb.
4063
4064 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4065
4066 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4067 given method as in the group name if we're using an extended method.
4068 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4069 command, if we're using that, instead of waiting for the beginning.
4070
4071 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4072 we're sure to get unique server names, and we don't output two async
4073 commands in the same buffer. This fixes an NNTP hang for some users.
4074
4075 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
4076
4077 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4078 summary buffer before reading going to the next buffer. This avoids
4079 putting the point in the group buffer if you `C-g' the command.
4080
4081 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4082 cache (for now) to make ~/.authinfo.gpg files usable.
4083
4084 * nnfolder.el (copyright-update): Define for the compiler.
4085
4086 * auth-source.el (auth-source-search): Fix unbound variable.
4087
4088 2011-02-19 Glenn Morris <rgm@gnu.org>
4089
4090 * gnus.el (gnus-meta): Doc fix.
4091
4092 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
4093
4094 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4095 in case it's not yet loaded.
4096
4097 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
4098
4099 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4100 line we're waiting for.
4101
4102 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
4103
4104 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4105 face with line-width greater than zero will cause RET in gnus summary
4106 buffer to scroll down article page-wise because auto vscroll happens,
4107 it should be temporally disabled when doing a scroll-up.
4108
4109 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
4110
4111 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4112 outputs from the server.
4113
4114 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4115
4116 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4117 later so that bbdb can hook in easier.
4118
4119 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
4120
4121 * auth-source.el (auth-source-search): Don't try to create credentials
4122 if the caller doesn't want that.
4123 (auth-source-search): If we don't find a match, don't bug out on
4124 non-bound variables.
4125 (auth-source-search): Only ask a single backend to create the
4126 credentials.
4127
4128 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4129 logging.
4130 (nnimap-credentials): Protect against auth-source-search returning nil.
4131 (nnimap-request-list): Protect against not being able to open the
4132 server.
4133
4134 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
4135
4136 * auth-source.el (auth-source-search): Do a two-phase search, one with
4137 no :create to get the responses from all backends.
4138
4139 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4140 when getting credentials.
4141
4142 * gnus-util.el (gnus-delete-duplicates): New function.
4143
4144 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
4145
4146 * nnimap.el (nnimap-credentials): Instead of picking the first port as
4147 a creation default, pass the whole port list down. It will be
4148 completed.
4149
4150 * auth-source.el (auth-source-search): Updated docs to talk about
4151 multiple creation choices.
4152 (auth-source-netrc-create): Accept a list as a value (from the search
4153 parameters) and do completion on that list. Keep a separate netrc line
4154 with the password obscured for showing the user.
4155
4156 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4157 first choice to `auth-source-search' so it will be used for entry
4158 creation instead of the server's Gnus-specific name.
4159 (nnimap-credentials): Rely on the auth-source library to select which
4160 port is actually wanted in the new netrc entry, so don't override
4161 `auth-source-creation-defaults'.
4162
4163 * auth-source.el (auth-source-netrc-parse): Use :port instead of
4164 :protocol and accept a missing user, host, or port as a wildcard match.
4165 (auth-source-debug): Default to off.
4166
4167 (auth-source-netrc-search, auth-source-netrc-create)
4168 (auth-source-secrets-search, auth-source-secrets-create)
4169 (auth-source-user-or-password, auth-source-backend, auth-sources)
4170 (auth-source-backend-parse-parameters, auth-source-search): Use :port
4171 instead of :protocol.
4172
4173 * nnimap.el (nnimap-credentials): Pass a port default to
4174 `auth-source-search' in case an entry needs to be created.
4175 (nnimap-open-connection-1): Use :port instead of :protocol.
4176
4177 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4178
4179 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4180 instead of delete-dups that is not available in XEmacs 21.4.
4181
4182 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
4183
4184 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4185 nil means that nnimap doesn't get updated.
4186
4187 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
4188
4189 * auth-source.el (auth-source-netrc-create): Return a synthetic search
4190 result when the user doesn't want to write to the file.
4191 (auth-source-netrc-search): Expect a synthetic result and proceed
4192 accordingly.
4193 (auth-source-cache-expiry): New variable to override
4194 `password-cache-expiry'.
4195 (auth-source-remember): Use it.
4196
4197 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4198 parameter. Create entry if necessary by using :create t.
4199 (nnimap-open-connection-1): Don't pass `inhibit-create'.
4200
4201 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
4202
4203 * auth-source.el (auth-source-debug): Enable by default and don't
4204 mention the obsolete `auth-source-hide-passwords'.
4205 (auth-source-do-warn): New function to debug unconditionally.
4206 (auth-source-do-debug): Use it.
4207 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4208 and for Secrets API entries when the secrets.el library is not
4209 available.
4210
4211 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4212
4213 * gnus-sum.el (gnus-propagate-marks): Default to nil.
4214 (gnus-summary-exit): Kill the correct article buffer on exit from a
4215 `C-d' group.
4216
4217 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4218 gnus-propagate-marks.
4219
4220 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4221 before killing the buffers so that a non-full window conf gets handled
4222 correctly.
4223 (gnus-summary-exit): Ditto.
4224 (gnus-summary-read-group-1): Ditto.
4225
4226 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4227 async code again so that we can debug it properly.
4228
4229 * message.el (message-reply): Take an optional switch-buffer parameter
4230 so that Gnus window confs are respected better.
4231
4232 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
4233
4234 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4235 `plist-get' to accept non-list parameters (XEmacs issue).
4236 Fix docstring.
4237 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4238 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4239 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4240 Login collection is "Login" and not "login".
4241
4242 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
4243
4244 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4245 multiple headers.
4246
4247 * nnimap.el (nnimap-inhibit-logging): New variable.
4248 (nnimap-log-command): Don't log login commands.
4249
4250 * auth-source.el (auth-source-netrc-search): The asserts seem to want
4251 to have more parameters.
4252
4253 * nnimap.el (nnimap-send-command): Mark the command time for each
4254 command, so that we don't get NOOPs stepping on our toes.
4255
4256 * gnus-art.el (article-date-ut): Get the date from the Date header on
4257 `t'.
4258
4259 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4260
4261 * auth-source.el (auth-source-search): Use copy-sequence instead of
4262 the cl.el copy-list.
4263
4264 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
4265
4266 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4267 Improve prompt.
4268
4269 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
4270
4271 * gnus-art.el (gnus-article-mode-line-format): Remove the article
4272 washing status from the default format. It isn't very informative.
4273
4274 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
4275
4276 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4277 Fix Gcc processing on imap.
4278
4279 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
4280
4281 * message.el (message-bury): Don't pop up a new window when selected
4282 window is dedicated.
4283
4284 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
4285
4286 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4287
4288 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
4289
4290 * sieve-manage.el: Autoload `auth-source-search'.
4291 (sieve-sasl-auth): Use it.
4292
4293 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
4294
4295 * nnimap.el: Autoload `auth-source-forget+'.
4296 (nnimap-open-connection-1): Use it if the connection fails.
4297
4298 * auth-source.el: Require `password-cache'.
4299 (auth-source-hide-passwords, auth-source-cache): Remove and mark
4300 obsolete.
4301 (auth-source-magic): Marker for `password-cache' keys.
4302 (auth-source-do-cache): Update docstring.
4303 (auth-source-search): Use and check cache.
4304 (auth-source-forget-all-cached, auth-source-remember)
4305 (auth-source-recall, auth-source-forget, auth-source-forget+)
4306 (auth-source-specmatchp): Caching support functions.
4307 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4308 Remove and obsolete.
4309 (auth-source-user-or-password): Remove caching to further discourage
4310 using it. Always hide passwords.
4311
4312 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4313
4314 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4315 code for now, since it doesn't work for all users.
4316
4317 2011-02-09 Julien Danjou <julien@danjou.info>
4318
4319 * message.el (message-options): Make message-options really buffer
4320 local.
4321
4322 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
4323
4324 * mail-source.el: Autoload `auth-source-search'.
4325 (mail-source-keyword-map): Note order matters.
4326 (mail-source-set-1): Get all the mail-source source values and
4327 defaults and search auth-source on those if needed. This can all
4328 probably be simplified.
4329
4330 * nnimap.el: Autoload `auth-source-search'.
4331 (nnimap-credentials): Use it.
4332 (nnimap-open-connection-1): Ask for the virtual server and physical
4333 address in one shot.
4334
4335 * nntp.el: Autoload `auth-source-search'.
4336 (nntp-send-authinfo): Use it. Note TODO.
4337
4338 2011-02-08 Julien Danjou <julien@danjou.info>
4339
4340 * shr.el (shr-tag-body): Add support for text attribute in body
4341 markups.
4342
4343 * message.el (message-options): Make message-options a local variable.
4344
4345 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
4346
4347 * auth-source.el (auth-source-secrets-search)
4348 (auth-source-user-or-password): Use `append' instead of `nconc'.
4349 (auth-source-user-or-password): Build return list better and protect
4350 against nil :secret.
4351
4352 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
4353
4354 * nnimap.el (nnimap-update-info): Refactor slightly.
4355 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4356 (nnimap-update-info): Clean up slightly.
4357 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4358 characters.
4359 (nnimap-process-quirk): Rename function to avoid collision.
4360 (nnimap-update-info): Fix macrology bug-out.
4361 (nnimap-update-info): Simplify split history test.
4362
4363 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
4364
4365 * auth-source.el (top): Require 'eieio unconditionally.
4366 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4367 (auth-source-secrets-search): Limit search when `max' is greater than
4368 number of results.
4369
4370 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
4371
4372 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4373 part not returning any data.
4374
4375 * proto-stream.el (open-protocol-stream): Document the return value.
4376
4377 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4378
4379 * auth-source.el (auth-source-secrets-search): Add examples.
4380
4381 2011-02-06 Julien Danjou <julien@danjou.info>
4382
4383 * message.el (message-setup-1): Handle message-generate-headers-first
4384 set to t.
4385
4386 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
4387
4388 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4389 API with a string "secrets:collection-name" and with 'default.
4390 (auth-source-backend-parse): Parse "secrets:collection-name" and
4391 'default. Recurse on parses instead of repeating code. Use the
4392 Secrets API is the source is not nil and 'ignore otherwise. Emit a
4393 message when ignoring a source.
4394 (auth-source-search): List ignored search keys at the top level.
4395 (auth-source-netrc-create): Use `case' instead of `cond'.
4396 (auth-source-secrets-search): Created with TODOs.
4397 (auth-source-secrets-create): Created with TODOs.
4398 (auth-source-retrieve, auth-source-create, auth-source-delete)
4399 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4400 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4401 (auth-source-user-or-password-sftp)
4402 (auth-source-user-or-password-smtp): Remove.
4403 (auth-source-user-or-password): Deprecated and modified to be a wrapper
4404 around `auth-source-search'. Not tested thoroughly.
4405
4406 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
4407
4408 * auth-source.el: Bring in assoc and eioeio libraries.
4409 (secrets-enabled): New variable to track the status of the Secrets API.
4410 (auth-source-backend): New EIOEIO class to represent a backend.
4411 (auth-source-creation-defaults): New variable to set prompt defaults
4412 during token creation (see the `auth-source-search' docstring for
4413 details).
4414 (auth-sources): Simplify to allow a simple string as a netrc backend
4415 spec.
4416 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4417 (auth-source-backend-parse-parameters): Fill in the backend parameters.
4418 (auth-source-search): Main auth-source API entry point.
4419 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4420 (auth-source-search-collection): Helper function for searching.
4421 (auth-source-netrc-parse, auth-source-netrc-normalize)
4422 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4423 Supports search, create, and delete.
4424 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4425 backend stubs.
4426 (auth-source-user-or-password): Call `auth-source-search' but it's not
4427 ready yet.
4428
4429 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
4430
4431 * message.el (message-setup-1): Remove the read-only stuff, since it
4432 doesn't work under XEmacs, for some reason.
4433
4434 * gnus-sum.el (gnus-user-date): Rename back from
4435 gnus-summary-user-date since user code refers to it.
4436
4437 * shr.el (shr-render-td): Store the actual background color used.
4438
4439 * message.el (message-setup-1): Don't bind the constant
4440 -forbidden-properties.
4441 (message-setup-1): Revert previous change, since it needs to bind the
4442 props to insert them.
4443 (message-resend): Allow removing the read-only separator line.
4444
4445 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4446
4447 * nnimap.el (nnimap-request-accept-article): Give an error message if
4448 the APPEND wasn't successful.
4449
4450 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
4451
4452 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4453 that have no groups.
4454
4455 2011-02-03 Julien Danjou <julien@danjou.info>
4456
4457 * gnus-draft.el: Remove progn around gnus-draft-setup.
4458
4459 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4460
4461 * gnus-start.el (gnus-read-active-for-groups): This function is never
4462 called with a nil `infos', so clean that up.
4463 (gnus-get-unread-articles): Request active files from primary/secondary
4464 methods that have no groups (yet).
4465
4466 2011-02-03 Julien Danjou <julien@danjou.info>
4467
4468 * message.el (message-setup-1): Always generate References first.
4469 (message-mail): Return the return value of message-setup, not always t.
4470 (message-setup-1): Insert mail-header-separator with read-only and
4471 intangible properties set.
4472
4473 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4474 user-date in docstring.
4475
4476 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4477
4478 * gnus.el (gnus-summary-line-format): Mention &user-date format in
4479 docstring.
4480
4481 * gnus.el (gnus-user-date-format-alist): Change default value.
4482 Use defcustom, with type and group. Move from gnus-util.el.
4483 Rename to gnus-summary-user-date-format-alist.
4484
4485 2011-02-03 Glenn Morris <rgm@gnu.org>
4486
4487 * nnimap.el (gnus-fetch-headers): Declare.
4488
4489 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4490
4491 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
4492
4493 * message.el (message-forward-make-body-digest-plain)
4494 (message-followup, message-reply): Clean up things noted by Stefan.
4495
4496 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4497 gnus-article-update-date-headers is nil.
4498 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4499 it didn't really work with defcustom.
4500 (article-update-date-lapsed): Make sure the window start doesn't move,
4501 either.
4502
4503 2011-02-01 Julien Danjou <julien@danjou.info>
4504
4505 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4506 format.
4507
4508 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4509 standard in Emacs nowadays.
4510
4511 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * message.el (message-expand-name): Don't trust the return value of
4514 bbdb-complete-name.
4515 (message-check-news-header-syntax): Remove unused var `start'.
4516 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4517 (message-inhibit-body-encoding): Move to before first use.
4518 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4519 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4520 (Organization, Message-ID, Date, mh-previous-window-config):
4521 Defvar the vars using dynamic scoping.
4522
4523 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4524
4525 * shr.el (shr-render-td): Only do colors at the final rendering.
4526 Should be slightly faster.
4527 (shr-insert-table): Fix up TD background colors when doing the
4528 vertical padding.
4529
4530 * gnus-art.el (article-date-ut): Protect against articles with no Date
4531 header.
4532 (article-update-date-lapsed): Don't use current-column to find the
4533 horizontal position. It's fragile in the presence of \003 characters.
4534
4535 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4536
4537 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4538
4539 * gnus-art.el (article-transform-date): Rewrite to still work when
4540 there are several rfc2822 parts.
4541 (article-transform-date): Fix infinite recursion.
4542 (article-date-ut): Replace infinitely many Date headers with a single
4543 one when called interactively.
4544
4545 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4546 secure manner.
4547
4548 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4549 move around by not using save-window-excursion. It seems to work...
4550
4551 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
4552
4553 * gnus-art.el (article-make-date-line): Work for user-defined format.
4554
4555 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4556
4557 * nntp.el (nntp-retrieve-group-data-early)
4558 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4559 fetching functions.
4560
4561 * gnus-start.el (gnus-read-active-for-groups): Read the active files
4562 thoroughly for all backends that have no known groups. This should
4563 allow new nnml methods to retrieve mail.
4564
4565 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4566 that Gnus doesn't know exists again.
4567
4568 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4569 (gnus-treat-date-ut): Ditto.
4570 (gnus-article-update-date-header): Rename.
4571 (gnus-treat-date-local): Remove.
4572 (gnus-treat-date-english): Remove.
4573 (gnus-treat-date-lapsed): Remove.
4574 (gnus-treat-date-combined-lapsed): Remove.
4575 (gnus-treat-date-original): Remove.
4576 (gnus-treat-date-iso8601): Remove.
4577 (gnus-treat-date-user-defined): Remove.
4578 (gnus-article-date-headers): New variable to control all the date
4579 header options.
4580 (article-date-ut): Rewrite to allow using the new way to format date
4581 headers(s).
4582
4583 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
4584
4585 * nnmail.el (nnmail-article-group): Check for a direct fancy split
4586 method.
4587 (nnmail-article-group): A better test for fanciness.
4588
4589 * nnimap.el (nnimap-request-head): Protect against not finding the
4590 article by Message-ID.
4591
4592 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
4593
4594 * gnus-art.el (article-update-date-lapsed): Try a better way to really
4595 keep point at the "same place".
4596
4597 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4598
4599 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4600 data if the group is inactive.
4601
4602 2011-01-28 Julien Danjou <julien@danjou.info>
4603
4604 * gnus-win.el: Remove dead function gnus-window-configuration-element.
4605 (gnus-all-windows-visible-p): Remove old compatibility code.
4606 (gnus-window-top-edge): Add docstring.
4607
4608 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4609
4610 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
4611
4612 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4613 older request-update-info.
4614
4615 * gnus-art.el (article-make-date-line): Limit the length a bit more.
4616
4617 2011-01-28 Daiki Ueno <ueno@unixuser.org>
4618
4619 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4620 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4621
4622 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4623
4624 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4625 groups. This makes the nndraft:queue group pop up if it's not already
4626 there.
4627
4628 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4629 messages" logic, which was reversed.
4630
4631 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4632 the "same place" even if point is on the line being replaced.
4633 (article-update-date-lapsed): Allow updating both the combined lapsed
4634 and the lapsed headers.
4635 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4636 (article-make-date-line): Limit the number of segments dynamically to
4637 avoid too-long lines.
4638
4639 2011-01-27 Julien Danjou <julien@danjou.info>
4640
4641 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4642 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4643
4644 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
4645
4646 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4647 Use plist-get instead of the cl function getf.
4648
4649 2011-01-27 Glenn Morris <rgm@gnu.org>
4650
4651 * gnus-util.el (float-time): Get rid of compiler warning, again.
4652
4653 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
4654
4655 * shr.el (shr-put-color): Special-case background colors: Do put them
4656 at the blank parts at the front of the lines.
4657
4658 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4659 exit hook to nix out all data on readedness on group exit.
4660
4661 * gnus-util.el (float-time): If float-time is bound, always use it on
4662 all Emacsen. It's unclear why the subrp check was there.
4663 (time-date): Require to make some autoload issues on XEmacs go away.
4664
4665 * shr.el (shr-put-color): Don't do the box padding in tables, since
4666 they're already padded.
4667
4668 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
4669
4670 * gnus-art.el (gnus-article-next-page): When the last line of the
4671 article is displayed, scroll down once more instead of going to the
4672 next article at once.
4673 (article-lapsed-string): Refactor out and allow specifying how many
4674 segments you want.
4675 (gnus-article-setup-buffer): Start updating the lapsed header directly.
4676 (gnus-article-update-lapsed-header): New variable.
4677
4678 * shr.el: Revert change that made headings use different-sized faces.
4679 The Emacs display engine isn't advanced enough that, for instance,
4680 tables can comfortably use differently-sized faces.
4681
4682 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4683
4684 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4685 used.
4686 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4687 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4688 we're using an encrypted connection.
4689
4690 * proto-stream.el: Alter the interface functions to also return the
4691 actual stream type used: network or TLS.
4692
4693 2011-01-25 Julien Danjou <julien@danjou.info>
4694
4695 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4696 (mm-display-javascript-inline): New function.
4697
4698 * mm-decode.el (mm-inline-media-tests): Add application/javascript
4699 viewing function.
4700
4701 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
4702
4703 * shr.el (shr-expand-newlines): Fix variable name.
4704
4705 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
4706
4707 * shr.el (shr-expand-newlines): Make nested boxes work.
4708
4709 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4710
4711 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4712 backgrounds.
4713 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4714 in a more sensible manner.
4715
4716 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
4717
4718 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4719 if EPG is loaded.
4720
4721 2011-01-24 Julien Danjou <julien@danjou.info>
4722
4723 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4724 tags.
4725
4726 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
4727
4728 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4729 commands.
4730
4731 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4732 in the article buffer.
4733 (gnus-gravatar-insert): Use blank space from the current buffer to
4734 avoid breaking text properties. This makes X-Sent updating work again.
4735
4736 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4737
4738 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
4739
4740 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4741 fix the bug in url-http.el instead.
4742
4743 * shr.el (shr-image-fetched): Ditto.
4744
4745 * shr.el (shr-image-fetched): Avoid having point move in the article
4746 buffer.
4747
4748 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4749 buffer after being called. It's apparently being killed by url.el, and
4750 killing it made point move to end-of-buffer in a random buffer.
4751
4752 * shr.el (shr-image-fetched): Ditto.
4753
4754 2011-01-23 Julien Danjou <julien@danjou.info>
4755
4756 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4757
4758 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4759 text/x-org.
4760
4761 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4762
4763 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4764 (i.e., nnimap) returning nil as the article number.
4765
4766 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4767
4768 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4769 "DelSp" parameter in RFC3676.
4770
4771 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4772
4773 * message.el (message-check-recipients): Display the encoded version of
4774 the bogus address if they differ.
4775
4776 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4777 after sending.
4778
4779 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4780
4781 * gnus-group.el (gnus-group-refresh-group): New convenience function.
4782
4783 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4784 group buffer after sending the queue.
4785
4786 * gnus-agent.el (gnus-agent-send-mail): Ditto.
4787
4788 2011-01-22 Julien Danjou <julien@danjou.info>
4789
4790 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4791
4792 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
4793
4794 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4795 nested related parts.
4796
4797 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4798 unexpired articles. This fixes the regression that led expiry marks to
4799 disappear from nnfolder groups.
4800
4801 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4802
4803 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4804 Don't confuse the "ret" of "retrograde" with RET.
4805
4806 2011-01-21 Julien Danjou <julien@danjou.info>
4807
4808 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4809 than mm-insert-inline.
4810
4811 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
4812
4813 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4814 Widen article buffer.
4815
4816 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4817
4818 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4819 the temp buffer.
4820 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4821
4822 2011-01-20 Julien Danjou <julien@danjou.info>
4823
4824 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4825
4826 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4827 than mm-insert-inline to insert inline part: this respect
4828 mm-inline-media-tests displayers.
4829
4830 * mm-view.el (mm-display-shell-script-inline): New function.
4831
4832 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4833
4834 * mm-uu.el (mm-uu-type-alist): Add org block.
4835 (mm-uu-org-src-code-block-extract): New function.
4836
4837 * mm-view.el (mm-display-org-inline): New function.
4838
4839 * mm-decode.el (mm-automatic-display): Add text/org.
4840
4841 * mailcap.el (mailcap-mime-extensions): Add .org.
4842
4843 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * gnus-art.el (gnus-article-highlight): Remove argument passed to
4846 gnus-article-add-buttons.
4847
4848 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
4849
4850 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4851 From header with a date and "nobody" as the sender.
4852
4853 2011-01-19 Julien Danjou <julien@danjou.info>
4854
4855 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4856 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4857 if you have the same regexp several times.
4858 (gnus-button-push): Fix matching when regexp is symbol.
4859
4860 2011-01-15 Glenn Morris <rgm@gnu.org>
4861
4862 * message.el (message-mail): A compose-mail function should
4863 accept headers as strings.
4864
4865 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4868 Add :vert-only tags.
4869 (message-mail): New arg RETURN-ACTION.
4870 (message-return-action): New var.
4871 (message-bury): Use it.
4872 (message-mode): Make it buffer-local.
4873 (message-send-and-exit): Always call message-bury.
4874
4875 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
4876 message-mail.
4877
4878 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4879
4880 * nnimap.el (nnimap-convert-partial-article): Protect against
4881 zero-length body parts.
4882
4883 * mm-decode.el (mm-preferred-alternative-precedence):
4884 Discourage showing empty parts.
4885
4886 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4887 and stuff if the backend didn't return the article number. This fixes
4888 an Exchange-related nnimap bug.
4889
4890 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4891 group window, because it does the wrong thing when a separate frame
4892 displays the group buffer.
4893
4894 * proto-stream.el (open-protocol-stream): Protect against the low-level
4895 transport functions returning nil.
4896
4897 2011-01-07 Daiki Ueno <ueno@unixuser.org>
4898
4899 * mml2015.el (epg-sub-key-fingerprint): Autoload.
4900 (mml2015-epg-find-usable-secret-key): New function.
4901 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4902 mml2015-epg-find-usable-key (Bug#7797).
4903 (mml2015-epg-encrypt): Ditto.
4904
4905 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4906
4907 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4908
4909 2011-01-03 Glenn Morris <rgm@gnu.org>
4910
4911 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4912
4913 * sieve.el (sieve-open-server): Give a more explicit error if
4914 sieve-manage-open returns nil. (Bug#7720)
4915
4916 2011-01-02 Karl Fogel <kfogel@red-bean.com>
4917
4918 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4919
4920 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4921
4922 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4923 This avoids sending passwords in plain text over non-encrypted
4924 channels.
4925
4926 * shr.el (shr-rescale-image): Display all GIF images as animated images.
4927
4928 * nnimap.el (nnimap-login): Refactored out into own function, and
4929 implement CRAM-MD5.
4930 (nnimap-wait-for-line): Refactored out.
4931
4932 * mm-view.el (mml-smime): Require.
4933
4934 2010-12-20 David Engster <deng@eml.cc>
4935
4936 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4937 use EPG to decrypt S/MIME messages instead of openssl.
4938
4939 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4940
4941 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4942
4943 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4944 status is the group clearly is unreachable.
4945
4946 * auth-source.el (auth-source-create): Add the optional second
4947 parameter to `local-variable-p' to be compatible with XEmacs.
4948
4949 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4950
4951 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
4952 work when using a compressed nnml folder.
4953
4954 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4955
4956 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
4957 backends after sanitising on entry, because this never makes sense:
4958 If the articles have gone missing, then the data no longer exists on
4959 the backend, and if they haven't, then Gnus is wrong, and shouldn't
4960 overwrite anything anyway.
4961
4962 * shr.el (shr-insert-document): Bind shr-width dynamically to
4963 window-width if it's nil.
4964
4965 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
4966
4967 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
4968 with the meaning of using the full emacs window width for rendering.
4969
4970 2010-12-27 Daiki Ueno <ueno@unixuser.org>
4971
4972 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
4973 case when sender is not given.
4974
4975 2010-12-23 Julien Danjou <julien@danjou.info>
4976
4977 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
4978 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
4979 the addresses, otherwise we might misplaced the gravatar.
4980
4981 2010-12-21 Daiki Ueno <ueno@unixuser.org>
4982
4983 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
4984 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
4985 obsolete in Emacs.
4986
4987 2010-12-20 Julien Danjou <julien@danjou.info>
4988
4989 * gnus-util.el (gnus-rescale-image): Revert last change.
4990
4991 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4992
4993 * gnus-group.el (gnus-group-delete-articles): New command.
4994
4995 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
4996
4997 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
4998
4999 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5000
5001 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5002 here, since it's up to the backends to do CRLF removal if their
5003 protocol has it.
5004
5005 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5006
5007 2010-12-17 Julien Danjou <julien@danjou.info>
5008
5009 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5010 they are from file. Can also scale up.
5011
5012 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
5013
5014 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5015 Restore gnus-use-agent.
5016 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5017
5018 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5019
5020 2010-12-17 Julien Danjou <julien@danjou.info>
5021
5022 * gravatar.el (gravatar-retrieve-synchronously): New function.
5023 (gravatar-get-data): Make more robust.
5024
5025 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5026
5027 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5028 to really consider the last line.
5029
5030 2010-12-16 Daiki Ueno <ueno@unixuser.org>
5031
5032 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5033 list of recipient keys, or use symmetric encryption if not a list.
5034 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5035 EPA override, replacing the call to `netrc-store-data'.
5036
5037 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
5038
5039 * gnus-srvr.el: Avoid passing nil regexp argument to
5040 delete-matching-lines.
5041
5042 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5043
5044 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5045 fetching stops when Gnus exits.
5046
5047 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5048 function.
5049 (nnfolder-request-expire-articles): Save all the buffers after doing
5050 expiry.
5051
5052 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5053 the last article", since that led to serious performance regressions
5054 when expiring nnml groups.
5055
5056 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
5057
5058 * nnir.el: Improve customizations.
5059
5060 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5061
5062 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5063
5064 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5065 group has been killed.
5066 (gnus-group-yank-group): Ditto.
5067
5068 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5069
5070 * nnimap.el (nnimap-request-update-group-status): New function.
5071
5072 * gnus-int.el (gnus-request-update-group-status): New interface
5073 function.
5074
5075 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5076 copying read-ness to the backends.
5077
5078 * nnimap.el (nnimap-quirk): New function.
5079 (nnimap-retrieve-group-data-early): Use it.
5080 (nnimap-quirks): New alist.
5081
5082 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5083
5084 * shr.el (shr-insert): Set shr-start after deleting trailing space;
5085 don't delete it within indentation.
5086
5087 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5088
5089 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5090 previous line.
5091
5092 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5093
5094 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5095 QRESYNC command by deleting a superfluous space which broke Cyrus
5096 servers. This change will break other servers that are buggy the other
5097 way around.
5098
5099 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5100
5101 * spam.el: Reindent and fix long lines.
5102 (spam-copy-or-move-routine): Exclude invalid move destinations.
5103
5104 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
5105
5106 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5107 installed the registry.
5108
5109 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5110
5111 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5112 groupname doesn't contain "gmane".
5113
5114 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5115
5116 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5117 (gnus-1): Don't create the nndrafts group twice.
5118 (gnus-setup-news): There's no need to read the active file here, since
5119 that's done again later on a per-backend basis.
5120 (gnus-start-draft-setup): Make sure that the new group is started out
5121 empty.
5122
5123 * gnus-agent.el (gnus-agentize): Don't create the queue group
5124 automatically on startup. It'll be created later, if needed.
5125
5126 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5127 of automatically subscribed groups.
5128 (gnus-auto-subscribed-categories): New variable.
5129 (gnus-matches-options-n): Use it.
5130 (gnus-default-subscribed-newsgroups): Remove unused variable.
5131 (gnus-start-draft-setup): Message a bit less.
5132
5133 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
5134
5135 * nnir.el (nnir-run-imap): Return article list in order of increasing
5136 UID.
5137
5138 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5139
5140 * gnus-sum.el (gnus-summary-enter-digest-group):
5141 Mention gnus-auto-select-on-ephemeral-exit.
5142
5143 * proto-stream.el (proto-stream-open-network-only): Fix the calling
5144 convention of the network-only option.
5145
5146 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5147
5148 * proto-stream.el (proto-stream-open-network-only): New function to
5149 have a way to specify non-STARTTLS upgrade connections.
5150
5151 2010-12-10 Julien Danjou <julien@danjou.info>
5152
5153 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5154 email address is nil.
5155
5156 * message.el (message-bogus-recipient-p): Set address to "" if nil.
5157
5158 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
5159
5160 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5161 deletion.
5162 (nnir-run-imap): Only need to parse list once.
5163
5164 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * shr.el (shr-tag-script): Ignore <script>.
5167 (shr-tag-label): Add <label> support.
5168
5169 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5172
5173 * shr.el (shr-image-displayer): Work for images lined side by side.
5174
5175 2010-12-08 Robert Pluim <rpluim@gmail.com>
5176
5177 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5178 parameter, since XEmacs doesn't accept t as a parameter.
5179
5180 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
5181
5182 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5183 ids.
5184 (nnir-run-gmane): Simplify groupspec formatting.
5185 (nnir-request-expire-articles): New function.
5186
5187 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5188
5189 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5190 overflow, possibly.
5191
5192 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5193 (shr-render-td): Handle td style="" better.
5194 (shr-tag-table): Use the color from the style sheet.
5195 (shr-render-td): Make sure we copy over all the overlays, too.
5196
5197 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
5198
5199 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5200 (nnir-request-article): Improve article retrieval.
5201
5202 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5203
5204 * mm-util.el (mm-extra-numeric-entities): New variable.
5205
5206 * mm-url.el (mm-url-decode-entities):
5207 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5208
5209 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * message.el: Use completion-at-point.
5212 (message-completion-function): New fun, extracted from message-tab.
5213 (message-mode): Use it for completion-at-point-functions.
5214 (message-tab): Use it and completion-at-point.
5215
5216 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5217
5218 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5219 character if a non-breakable character follows.
5220
5221 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5222
5223 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5224 any stream.
5225
5226 * shr.el (shr-tag-font): Colorize the region.
5227 (shr-tag-body): Ditto.
5228 (shr-tag-font): Actually let the styles be inherited instead of
5229 overwriting them.
5230 (shr-tag-font): Get the background color right.
5231 (shr-tag-style): Ignore all <style> tags for the moment.
5232
5233 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5234 a Message-ID to avoid having nnimap depend on gnus-sum.
5235
5236 * shr.el (shr-descend): Only colorize something if we have a node that
5237 sets colors.
5238
5239 2010-12-06 Julien Danjou <julien@danjou.info>
5240
5241 * shr.el (shr-render-td): Render td content with shr-descend, so style
5242 will be applied to <td> too.
5243 (shr-colorize-region): Colorize region even if we only have a background.
5244 (shr-tag-body): Fix color and background color inheritance.
5245 Do not recolorize after shr-generic.
5246 (shr-tag-font): Let shr-generic colorize via inheritance.
5247
5248 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
5249
5250 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5251
5252 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
5253
5254 * nnir.el (nnir-request-move-article): Remove obsolete code.
5255
5256 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
5257
5258 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5259
5260 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5261
5262 * gnus-sum.el (gnus-summary-respool-article): The completion function
5263 expects a list instead of an alist.
5264
5265 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5266 string as the parameter.
5267
5268 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5269
5270 * shr.el (shr-stylesheet): New dynamic variable for cascading the
5271 styles.
5272 (shr-colorize-region): New function.
5273 (shr-insert-background-overlay): Remove.
5274 (shr-render-td): Background setting should be taken care of on a higher
5275 level.
5276 (shr-tag-body): Use post-hoc colorizations.
5277 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5278 (shr-put-color-1): Don't overwrite old colors.
5279 (shr-colorize-region): When the background color isn't explicit, use
5280 a fixed background.
5281
5282 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5283 nnmail variables.
5284
5285 2010-12-05 Bjørn Mork <bjorn@mork.no>
5286
5287 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5288 unless necessary.
5289
5290 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
5291
5292 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5293 server.
5294
5295 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5296
5297 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5298 so that TAB works.
5299
5300 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5301 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5302
5303 * shr.el (shr-urlify): Show the URL before the title to avoid
5304 misleading URLs.
5305
5306 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
5307
5308 * shr.el (shr-urlify): Display the title in <a> tags.
5309
5310 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
5311
5312 * nnir.el (nnir-categorize): Replace mapcar with mapc.
5313
5314 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
5315
5316 * nnir.el: Rearrange code to allow macros to be autoloaded by
5317 gnus-sum.el.
5318 (nnir-retrieve-headers-override-function): Make this variable
5319 customizable.
5320 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5321
5322 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5323 from nnir.el.
5324
5325 2010-12-03 Julien Danjou <julien@danjou.info>
5326
5327 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5328
5329 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5332 allow optional argument `environment'.
5333
5334 2010-12-03 Glenn Morris <rgm@gnu.org>
5335
5336 * mm-extern.el (message-goto-body): Update declaration.
5337
5338 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * gnus-util.el (gnus-macroexpand-all): New function.
5341
5342 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5343 instead of macroexpand-all that is unavailable in XEmacs.
5344
5345 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
5346
5347 * nnir.el (nnir-summary-line-format): New variable.
5348 (nnir-mode): Use it.
5349 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5350 (nnir-article-ids): Reimplement as defsubst.
5351 (nnir-retrieve-headers): Don't mangle the subject header.
5352 (nnir-run-imap): Use 100 as RSV score.
5353 (nnir-run-find-grep): Fix for full server searching.
5354 (nnir-run-gmane): Better restriction to gmane groups.
5355
5356 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5357 summary buffers.
5358
5359 2010-12-02 Julien Danjou <julien@danjou.info>
5360
5361 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5362
5363 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5364
5365 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5366 support.
5367
5368 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
5369
5370 * nnir.el: Update to handle the registry better.
5371 (autoload): Silence byte-compiler.
5372 (nnir-open-server): Add a hook for nnir groups.
5373 (nnir-request-move-article): Don't mangle the header. Better to use
5374 formatting variables (which will be added in the future).
5375 (nnir-registry-action): Update the registry using the original article
5376 group name.
5377 (nnir-mode): Install nnir-specific hooks for updating the registry.
5378
5379 * gnus-sum.el
5380 (gnus-article-original-subject,gnus-newsgroup-original-name):
5381 Remove obsolete variables.
5382 (gnus-summary-move-article): Remove use of obsolete variables.
5383 (gnus-summary-local-variables): Make move and delete hooks local to
5384 summary buffers.
5385
5386 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5387
5388 * rtree.el: New file.
5389
5390 2010-12-01 Julien Danjou <julien@danjou.info>
5391
5392 * message.el (message-user-organization): Do not use
5393 gnus-local-organization.
5394
5395 * gnus.el: Remove gnus-local-organization.
5396
5397 * gnus-msg.el: Remove nastygram thing.
5398
5399 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
5400
5401 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5402 funcall.
5403
5404 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
5405
5406 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5407 names.
5408
5409 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5410 characters.
5411
5412 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5413 to t of inhibit-read-only since it is inside gnus-with-article-headers.
5414 Suggested by Štěpán Němec <stepnem@gmail.com>.
5415 (gnus-gravatar-transform-address): Use mail-extract-address-components
5416 that supports non-ASCII names rather than mail-header-parse-addresses.
5417
5418 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5419
5420 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5421 handled by the network handler.
5422
5423 2010-11-30 Julien Danjou <julien@danjou.info>
5424
5425 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5426 (nnimap-open-connection-1): Fix PREAUTH.
5427
5428 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5429
5430 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
5431
5432 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5433 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5434 (shr-insert): Use them.
5435 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5436
5437 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5438
5439 * nnir.el (nnir-request-move-article): Bail out if original group
5440 doesn't support article moves.
5441 (nnir-get-active): Improve active list retrieval.
5442
5443 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5444
5445 * shr.el (shr-find-fill-point): Don't break before apostrophes.
5446
5447 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
5448
5449 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5450 seem to accept strings-with-numbers as port numbers.
5451
5452 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
5453
5454 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5455 change the registry.
5456
5457 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
5458
5459 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5460 delete-dups that is not available in XEmacs 21.4.
5461
5462 * mm-util.el (mm-delete-duplicates): Add comment.
5463
5464 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
5465
5466 * nnir.el (nnir-ignored-newsgroups): New variable.
5467 (nnir-get-active): Use it.
5468
5469 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5470
5471 * proto-stream.el (proto-stream-open-network): Add some comments.
5472
5473 * nntp.el (nntp-open-connection): Provide a :success condition.
5474
5475 * nnimap.el (nnimap-open-connection-1): Ditto.
5476
5477 * proto-stream.el (proto-stream-open-network): See what the response to
5478 the STARTTLS command is.
5479
5480 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5481 backwards compatibility).
5482 (nnimap-open-connection-1): Really respect nnimap-server-port.
5483
5484 * proto-stream.el (proto-stream-open-network): When doing opportunistic
5485 TLS upgrades we don't really care about the identity of the peer.
5486 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5487 that what we've checked for.
5488 (proto-stream-always-use-starttls): Only default to t if
5489 open-gnutls-stream exists.
5490 (proto-stream-open-network): If STARTTLS failed, then just open a
5491 normal connection.
5492 (proto-stream-open-network): Wait until the greeting before doing
5493 STARTTLS.
5494
5495 * nntp.el (nntp-open-connection): Report what the connection error is.
5496
5497 * proto-stream.el (open-protocol-stream): Rename from
5498 open-proto-stream.
5499
5500 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5501
5502 * nnimap.el (nnimap-stream): Change default to `undecided'.
5503 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5504 first, and then network.
5505 (nnimap-open-connection-1): Respect nnimap-server-port.
5506 (nnimap-open-connection): Be more backwards-compatible.
5507
5508 * proto-stream.el (proto-stream-always-use-starttls): New variable.
5509 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5510 (proto-stream-open-starttls): Folded back into the main function.
5511 (proto-stream-open-network): Fix typo in the GnuTLS path.
5512 (proto-stream-command): Refactor out.
5513
5514 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5515
5516 * proto-stream.el (proto-stream-open-starttls): Actually implement the
5517 starttls.el STARTTLS.
5518
5519 * color.el (color-lab->srgb): Fix function call name.
5520
5521 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5522 if we're using tls.el.
5523 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5524 built in, then don't try to establish a STARTTLS connection.
5525
5526 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5527 servers.
5528
5529 * proto-stream.el (open-proto-stream): Use network, not stream.
5530 (open-proto-stream): Add a way to specify what the end of a command is.
5531
5532 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5533 connections types.
5534 (nntp-open-network-stream): Remove.
5535 (nntp-open-ssl-stream): Remove.
5536 (nntp-open-tls-stream): Remove.
5537 (nntp-ssl-program): Remove.
5538
5539 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5540
5541 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
5542
5543 * nnir.el: Fix typos.
5544 (nnir-retrieve-headers-override-function): Rename variable to reflect
5545 new semantics.
5546 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5547 macros.
5548 (nnir-request-article, nnir-request-move-article): Use them.
5549 (nnir-categorize): New function.
5550 (nnir-run-query): Use it.
5551 (nnir-retrieve-headers): Rewrite to batch header retrieval.
5552 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5553 sorted.
5554 (nnir-group-full-name): Use gnus-group-full-name instead.
5555 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5556 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5557
5558 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5559
5560 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5561
5562 * proto-stream.el: New library to provide protocol-specific
5563 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5564 protocols.
5565 (open-proto-stream): Complete the documentation.
5566 (proto-stream-open-network): Fix some typos.
5567
5568 * nnimap.el (nnimap-open-connection): Use it.
5569
5570 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
5571
5572 * pop3.el (pop3-open-server): Read server greeting before starting TLS
5573 negotiation.
5574
5575 2010-11-26 Julien Danjou <julien@danjou.info>
5576
5577 * color.el: Rename various rgb functions to srgb.
5578
5579 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5580
5581 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5582 names.
5583
5584 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
5585
5586 * shr.el (shr-insert): Revert last change.
5587 (shr-find-fill-point): Never leave point being at bol;
5588 relax the kinsoku limitation when rendering tables.
5589
5590 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5591
5592 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5593 results from -accept-article.
5594
5595 * shr-color.el: Require cl when compiling.
5596
5597 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5598 checkin.
5599
5600 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5601
5602 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5603
5604 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5605 'add and 'delete to set backend marks.
5606
5607 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5608
5609 * nnheader.el (nnheader-update-marks-actions): Refactor out.
5610
5611 * nntp.el (nntp-request-set-mark): Use it.
5612
5613 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5614
5615 * nnml.el (nnml-request-set-mark): Ditto.
5616
5617 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5618 introduces regressions in article selection.
5619 (nnimap-find-uid-response): New function.
5620 (nnimap-request-accept-article): Use the UID returned, if any.
5621 (nnimap-request-move-article): Use the UID returned, if any.
5622 (nnimap-get-groups): Reimplement to work with folded lines.
5623 (nnimap-find-uid-response): The UID is the last element in the list.
5624 (nnimap-request-set-mark): Extend syntax with 'set.
5625
5626 * nnml.el (nnml-request-set-mark): Ditto.
5627
5628 * nnfolder.el (nnfolder-request-set-mark): Ditto.
5629
5630 * nntp.el (nntp-request-set-mark): Ditto.
5631
5632 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5633
5634 * message.el (message-called-interactively-p): A temporary macro.
5635 (message-goto-body): Use it temporarily.
5636
5637 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5638
5639 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5640 (nnimap-last-response-string): Unfold quoted lines, if they exist.
5641 (nnimap-last-response-string): Fix last unfolding fix.
5642
5643 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5644
5645 * shr.el (shr-insert): Fix the way to fold lines.
5646
5647 2010-11-25 Julien Danjou <julien@danjou.info>
5648
5649 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5650
5651 * color.el: Rename from color-lab.el
5652 (color-rgb->hex): Add.
5653 (color-complement): Add.
5654 (color-complement-hex): Add.
5655
5656 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5657
5658 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
5659
5660 * shr-color.el (shr-color-visible): Don't bug out if the color names
5661 don't exist.
5662
5663 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5664
5665 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5666 assuming that article displaying or another mml-preview may be
5667 interrupted for an error or for the like.
5668
5669 * shr.el (shr-get-background): Fix argument name.
5670
5671 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5672
5673 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5674
5675 * gnus-sum.el (gnus-summary-include-articles): New function.
5676
5677 * message.el (message-goto-body): called-interactively-p needs a
5678 parameter, so use `any'.
5679
5680 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5681 clear marks before moving, since they're synced from the Gnus side
5682 first.
5683
5684 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5685 (gnus-summary-move-article): Copy over all marks before moving, so that
5686 IMAP doesn't think a new article has arrived.
5687
5688 2010-11-24 Julien Danjou <julien@danjou.info>
5689
5690 * shr.el (shr-insert-background-overlay): Fix typo.
5691 (shr-render-td): Copy the background before rendering.
5692
5693 * shr-color.el (shr-color-visible): Fix docstring.
5694
5695 * shr.el (shr-tag-table): Add bgcolor support.
5696 (shr-render-td): Add bgcolor support.
5697 (shr-get-background): Add.
5698 (shr-insert-foreground-overlay): Use shr-get-background.
5699
5700 * message.el (message-goto-body): Use called-interactively-p.
5701 (message-in-body-p): message-goto-body returns point.
5702
5703 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5704
5705 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
5706 Fixes something or other in Emacs 23, and is backwards compatible.
5707
5708 * message.el (message-goto-body): Remove the <#secure special-casing,
5709 which is too special.
5710
5711 * shr.el (shr-parse-style): Drop !important from styles.
5712
5713 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
5714
5715 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5716 this function to return incorrect results when calling it with an
5717 explicit article argument different from
5718 (gnus-summary-article-number).
5719
5720 2010-11-24 Julien Danjou <julien@danjou.info>
5721
5722 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5723 (shr-tag-body): Add background support.
5724 (shr-descend): Add background support.
5725 (shr-tag-title): Add.
5726
5727 * shr-color.el (shr-color-visible): Really return original background
5728 if fixed.
5729
5730 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5731
5732 * shr.el (shr-color-check): Protect against non-existent color names.
5733
5734 2010-11-24 Julien Danjou <julien@danjou.info>
5735
5736 * color-lab.el: Require 'cl when compiling.
5737
5738 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5739
5740 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5741 matched part.
5742
5743 * color-lab.el: Fix all expt calls to use float type.
5744
5745 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5748 expression to shr-color-check as is.
5749
5750 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5751
5752 * color-lab.el: Add coding cookie.
5753 (float-pi): Use eval-and-compile.
5754
5755 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5756
5757 * shr.el (shr-insert-color-overlay): Split stuff like
5758 "#444444 !important" to find the real color.
5759 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5760 parse <font color="red"> entries.
5761
5762 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
5763
5764 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
5765 point when parsing headers.
5766
5767 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
5768 is positioned properly when parsing headers.
5769
5770 2010-11-23 Julien Danjou <julien@danjou.info>
5771
5772 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5773
5774 * shr-color.el (shr-color->hexadecimal): Add support for color names.
5775
5776 * shr.el (shr-parse-style): Replace \n with space in style parsing.
5777
5778 * shr-color.el (shr-color-hsl-to-rgb-fractions):
5779 Use shr-color-hue-to-rgb.
5780 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5781
5782 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * shr.el (shr-color->hexadecimal): Autoload.
5785 (shr-descend): Add color to all tags.
5786
5787 2010-11-22 Julien Danjou <julien@danjou.info>
5788
5789 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5790 shr-color->hexadecimal.
5791
5792 * shr-color.el (shr-color->hexadecimal): Add converting functions for
5793 RGB() or HSL() color representation.
5794
5795 * shr.el (shr-tag-font): Add.
5796 (shr-tag-color-check): New function to get better colors.
5797 (shr-tag-insert-color-overlay): Factorize code between tag-font and
5798 tag-span.
5799
5800 * shr-color.el: New file.
5801
5802 * color-lab.el: New file.
5803
5804 * gnus-art.el (gnus-url-mailto): Do not downcase args.
5805
5806 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
5807
5808 * nnir.el: Fix typo in comments.
5809 (nnir-run-imap): Simplify code. No need to reverse artlist.
5810 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5811
5812 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5813
5814 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5815
5816 * nnimap.el (nnimap-get-capabilities): Refactor out.
5817 (nnimap-open-connection): Re-request capabilities after STARTTLS.
5818
5819 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
5820
5821 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5822 appearing when `mm-uu-hide-markers' is nil.
5823
5824 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5825
5826 * nnimap.el (nnimap-unselect-group): Make into its own function.
5827 (nnimap-request-rename-group): Unselect group before renaming.
5828 This had gotten lost somewhere.
5829 (nnimap-request-accept-article): Keep track of examined groups, and
5830 unselect the group before APPENDing to read-only groups.
5831 (nnimap-request-move-article): Clear flags before moving so that they
5832 can be re-set later.
5833
5834 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
5835
5836 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5837 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5838
5839 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
5840
5841 * gnus-art.el (gnus-mime-display-single):
5842 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5843 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5844 parameter.
5845
5846 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5847
5848 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5849 (shr-table-vertical-line): New variable.
5850 (shr-insert-table): Use it.
5851
5852 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
5853
5854 * gnus-html.el (gnus-html-wash-images): Don't display images if
5855 gnus-inhibit-images is non-nil; register displayer for cid images.
5856 (gnus-html-display-image): Work for cid image.
5857 (gnus-html-insert-image): Allow arguments.
5858 (gnus-html-put-image): Inhibit read-only.
5859 (gnus-html-prefetch-images): Don't prefetch images if
5860 gnus-inhibit-images is non-nil.
5861
5862 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5863
5864 * shr.el (shr-put-image): Break lines when inserting big pictures.
5865
5866 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5867
5868 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5869 sender, thanks Katsumi Yamaoka.
5870
5871 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
5872
5873 * nnir.el (nnir-run-imap): Reverse the article list for each group
5874 rather than the whole list.
5875
5876 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5877
5878 * shr.el (shr-image-displayer): Protect function against non-existent
5879 image source.
5880
5881 * gnus-art.el (gnus-inhibit-images): New user option.
5882 (gnus-mime-display-single): Don't display image if it is non-nil.
5883
5884 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5885 gnus-inhibit-images.
5886
5887 * shr.el (shr-image-displayer): New function.
5888 (shr-tag-img): Use it.
5889
5890 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
5891
5892 * mml2015.el (mml2015-epg-sign): Use From header.
5893
5894 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5895
5896 * gnus-html.el (gnus-html-wash-images): Register a displayer.
5897
5898 * gnus-util.el (gnus-find-text-property-region): Return markers.
5899
5900 * shr.el (shr-tag-img): Put a displayer in the text property.
5901
5902 * gnus-util.el (gnus-find-text-property-region): New utility function.
5903
5904 * gnus-html.el (gnus-html-display-image): Make the alt optional.
5905 (gnus-html-show-images): Remove.
5906
5907 * gnus-art.el (gnus-article-show-images): New, more general function.
5908
5909 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5910 image url text properties.
5911
5912 * shr.el: Ditto.
5913
5914 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5915 gnus-agent-auto-agentize-methods is set. Which it isn't.
5916
5917 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5920 work for two or more articles.
5921
5922 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
5925 divide an image that's in an html article to two or more when washing
5926 non-ASCII characters in alt text of it.
5927
5928 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
5931 smime-decrypt-region using function argument.
5932 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
5933
5934 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
5935
5936 * smime.el (smime-decrypt-region): Catch it.
5937
5938 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * smime.el (smime-mode-map): Move initialization into declaration.
5941 (gnus-run-mode-hooks): Don't autoload.
5942 (smime-mode): Use define-derived-mode.
5943
5944 2010-11-11 Glenn Morris <rgm@gnu.org>
5945
5946 * smime.el (from): Restrict declaration to XEmacs.
5947
5948 * nnir.el (gnus-group-topic-name): Autoload.
5949
5950 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5951
5952 * shr.el (shr-insert): Don't break long line if it is because of
5953 kinsoku-bol characters in the line end.
5954
5955 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
5956
5957 * nnir.el (nnir-request-move-article): Fix to provide original group
5958 and subject.
5959 (nnir-warp-to-article): Don't fail on articles whose headers haven't
5960 been retrieved.
5961
5962 * gnus-sum.el (gnus-summary-move-article): Use original group and
5963 subject for virtual articles such as those in an nnir summary buffer.
5964
5965 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
5966
5967 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
5968 least 21.5).
5969
5970 * smime.el (from): Declare it again for XEmacs.
5971
5972 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5973
5974 * message.el (message-resend): Don't disable encoding unless it's
5975 already encoded.
5976
5977 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
5978 low-numbered articles.
5979
5980 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5981
5982 * rfc2047.el (rfc2047-syntax-table): Simplify.
5983
5984 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
5985 set-char-table-range for XEmacs.
5986
5987 2010-11-10 Glenn Morris <rgm@gnu.org>
5988
5989 * smime.el (from): Remove unused declaration.
5990
5991 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
5992 (gnus-float-time): On Emacs, always an alias.
5993
5994 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
5995 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
5996
5997 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6000
6001 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6002
6003 * shr.el (browse-url-mailto): Autoload.
6004
6005 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6006
6007 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6008 regexp doesn't need quoting.
6009
6010 2010-11-09 Sven Joachim <svenjoac@gmx.de>
6011
6012 * message.el (message-subject-trailing-was-ask-regexp)
6013 (message-subject-trailing-was-regexp): Match was: in addition to was.
6014
6015 2010-11-09 Glenn Morris <rgm@gnu.org>
6016
6017 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6018 (nnbabyl-check-mbox): Use point-at-bol.
6019
6020 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6021
6022 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6023
6024 * message.el (message-mailto): New function.
6025 (message-mailto): Should accept other parameters.
6026 (message-mailto): Remove since it duplicates browse-url-mailto
6027 functionality.
6028
6029 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
6031 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6032 methods.
6033 (gnus-read-active-file): Ditto.
6034
6035 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6036 ": " from the prompt.
6037 (gnus-group-make-group): Ditto.
6038
6039 2010-11-07 Glenn Morris <rgm@gnu.org>
6040
6041 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6042 (gnus-bookmark-kill-line): Use point-at-eol.
6043
6044 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
6045
6046 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6047 asterisks in From header.
6048
6049 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6050
6051 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6052 string to avoid making the From headers syntactically invalid.
6053
6054 * message.el (message-send-mail): Don't insert courtesy messages if the
6055 message already has List-Post and List-ID messages.
6056
6057 2010-11-06 Glenn Morris <rgm@gnu.org>
6058
6059 * gnus-art.el (gnus-treat-article): Give dynamic local variables
6060 `condition', `type', `length' a prefix.
6061 (gnus-treat-predicate): Update for above name changes.
6062
6063 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
6064
6065 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6066 binding. Handled by `gnus-summary-refer-thread' instead.
6067 (nnir-warp-to-article): New backend function.
6068
6069 * nnimap.el (nnimap-request-thread): Force dependency updating.
6070
6071 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6072 (gnus-summary-refer-thread): Rework to improve thread-referral.
6073
6074 * gnus-int.el (gnus-warp-to-article): New function.
6075
6076 * gnus-sum.el (gnus-summary-article-map): Bind it.
6077
6078 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
6079
6080 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6081 gnus-summary-refer-thread.
6082
6083 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6084 headers.
6085 (gnus-summary-limit-include-thread): Prevent articles in thread from
6086 being cut in gnus-cut-threads.
6087 (gnus-summary-refer-thread): Limit retrieved headers to those in
6088 thread.
6089
6090 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6091
6092 * message.el (message-send-mail): Use the value of
6093 message-courtesy-message from the message buffer.
6094
6095 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6096
6097 * shr.el (shr-browse-url): Implement mailto: URLs.
6098
6099 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6100 "raw".
6101
6102 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6103 if it's already selected.
6104
6105 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6106
6107 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6110 to measure the length and truncate alt text.
6111
6112 2010-11-03 Glenn Morris <rgm@gnu.org>
6113
6114 * nndiary.el (nndiary-generate-nov-databases-1)
6115 (nndiary-generate-active-info): Rename dynamic variable `files' to
6116 something less generic.
6117
6118 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
6119
6120 * nnir.el (nnir-request-move-article): Call the underlying backend to
6121 move articles from nnir.
6122
6123 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6124
6125 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6126
6127 2010-11-02 Julien Danjou <julien@danjou.info>
6128
6129 * nnir.el: Remove wais support.
6130
6131 2010-11-02 Glenn Morris <rgm@gnu.org>
6132
6133 * gnus-html.el: Reorder requirements to quieten compiler.
6134
6135 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6138 properly for XEmacs as well.
6139 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6140 (gnus-article-natural-long-line-p): Use window-width rather than
6141 frame-width.
6142
6143 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
6144
6145 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
6146 (nnir-read-parms): Don't modify query.
6147 (nnir-run-query): Add ability to search topic on current line.
6148 (nnir-get-active): Clean up.
6149
6150 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6151
6152 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6153 degenerate articles.
6154
6155 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6156 (gnus-print-buffer): Just print the buffer as is, without any copying
6157 to a buffer and then re-highlighting.
6158
6159 * nnimap.el (nnimap-request-group): Store the new updated info.
6160 (nnimap-request-group): Select the group when we don't know whether it
6161 exists or not.
6162
6163 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6164 groups.
6165
6166 * gnus-group.el (gnus-group-find-new-groups): Display all the new
6167 groups.
6168
6169 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6170 groups.
6171
6172 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6173 long-lines case by only filling the long lines.
6174
6175 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6176 (bug #7311).
6177
6178 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * shr.el: No need to declare `declare-function' since shr.el is for
6181 only Emacsen that provide `libxml-parse-html-region'.
6182
6183 2010-11-01 Glenn Morris <rgm@gnu.org>
6184
6185 * mm-util.el (gnus-completing-read): Autoload.
6186 (mm-read-coding-system): Simplify Emacs definition.
6187
6188 * nnmail.el (gnus-activate-group):
6189 * nnimap.el (gnutls-negotiate):
6190 * nntp.el (netrc-parse): Fix declarations.
6191
6192 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6193
6194 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6195 string-match-p in Emacs >=23.
6196
6197 * gnus-msg.el (gnus-configure-posting-styles):
6198 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6199
6200 2010-11-01 Glenn Morris <rgm@gnu.org>
6201
6202 * nnir.el (declare-function): Add compat stub.
6203 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6204 (nnir-run-gmane): Require 'mm-url.
6205
6206 * mm-util.el (mm-string-to-multibyte): Simplify.
6207
6208 * shr.el (declare-function): Add compat stub.
6209 (url-cache-create-filename): Declare.
6210 (mm-disable-multibyte, widget-convert-button): Autoload.
6211
6212 * smime.el (ldap-search): Declare.
6213 (smime-cert-by-ldap-1): Require ldap on Emacs.
6214
6215 * nnimap.el: Require nnmail, and gnus-sum when compiling.
6216 (nnimap-keepalive): Use gnus-float-time.
6217
6218 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6219 (mail-source-delete-crash-box): Use gnus-float-time.
6220
6221 * gnus-dired.el (gnus-completing-read): Autoload.
6222
6223 * mm-view.el (gnus-rescale-image): Autoload.
6224
6225 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6226
6227 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6228
6229 * sieve-manage.el: Require 'cl when compiling.
6230
6231 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6232 (gnus-iswitchb-completing-read): Require iswitchb.
6233 (gnus-select-frame-set-input-focus): Silence compiler.
6234
6235 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6236
6237 * message.el (message-subject-trailing-was-query): Change default to t,
6238 since I think that's what most people want.
6239
6240 * nnimap.el (nnimap-request-accept-article): Erase buffer before
6241 appending for easier debugging.
6242 (nnimap-wait-for-connection): Take a regexp.
6243 (nnimap-request-accept-article): Wait for the continuation line before
6244 sending anything unless we're streaming.
6245
6246 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6247 leave the header washing to take place.
6248
6249 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
6250
6251 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6252 regular expression match and replace in posting styles.
6253
6254 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
6255
6256 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6257 an entire server.
6258 (nnir-get-active): New function.
6259 (nnir-run-imap): Use it.
6260 (nnir-run-gmane): Who knew, gmane search returns an article score!
6261
6262 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6263 server on the current line with nnir.
6264
6265 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6266
6267 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6268 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6269 left edge.
6270 (gnus-article-foldable-buffer): Skip past the prefix when determining
6271 raggedness.
6272
6273 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6274 the raw article, and change `C-u g' to show the article without doing
6275 treatments.
6276
6277 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6278 on to `gnus-treat-article'.
6279 (gnus-inhibit-article-treatments): New variable.
6280
6281 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6282
6283 * gnus-art.el (gnus-treatment-function-alist): Have
6284 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6285 (gnus-treat-fill-long-lines): Change default to fill all text/plain
6286 sections.
6287
6288 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6289 parameter.
6290 (gnus-article-fill-cited-long-lines): New function.
6291 (gnus-article-fill-cited-article): Allow filling only long sections.
6292
6293 * shr.el (shr-find-fill-point): Don't break lines between punctuation
6294 and non-punctuation (like after the apostrophe in "'We").
6295
6296 * gnus-sum.el (gnus-summary-select-article): Make sure
6297 gnus-original-article-buffer is alive.
6298
6299 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6300 reflect the order they are in the digest.
6301
6302 * gnus.el (gnus-group-startup-message): Move point to the start of the
6303 buffer.
6304
6305 * nnimap.el (nnimap-capability): New function.
6306 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6307 is set.
6308
6309 2010-10-31 David Engster <dengste@eml.cc>
6310
6311 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6312 conform with changes to gnus-completing-read.
6313
6314 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6315
6316 * shr.el (shr-tag-img): Output "*" instead of "[img]".
6317
6318 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6319
6320 * nnir.el: Move defvar, defcustom around to keep file organized
6321 and keep byte-compiler quiet.
6322 (nnir-read-parms): Accept search-engine as arg.
6323 (nnir-run-query): Pass search-engine as arg.
6324 (nnir-search-engine): Remove.
6325
6326 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6327
6328 * shr.el (shr-generic): The text nodes should be text, not :text.
6329
6330 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6331 later in the file.
6332
6333 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
6334
6335 * nnir.el: General clean up. Allow searching with multiple engines.
6336 Allow separate extra-parameters for each engine.
6337 Batch queries when possible.
6338 (nnir-imap-default-search-key,nnir-method-default-engines):
6339 Add customize interface.
6340 (nnir-run-gmane): New engine.
6341 (nnir-engines): Use it. Qualify all prompts with engine name.
6342 (nnir-search-engine): Remove global variable.
6343 (nnir-run-hyrex): Restore for now.
6344 (nnir-extra-parms,nnir-search-history): New variables.
6345 (gnus-group-make-nnir-group): Use them.
6346 (nnir-group-server): Remove in favor of gnus-group-server.
6347 (nnir-request-group): Avoid searching twice.
6348 (nnir-sort-groups-by-server): New function.
6349
6350 2010-10-30 Julien Danjou <julien@danjou.info>
6351
6352 * gnus-group.el: Remove gnus-group-fetch-control.
6353
6354 * gnus-start.el (gnus-find-new-newsgroups):
6355 Remove gnus-check-first-time-used.
6356
6357 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6358
6359 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
6360
6361 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6362 set on groups that don't have \* permanentflags.
6363
6364 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6365
6366 * shr.el (shr-tag-span): Drop colorization of regions since we don't
6367 control the background color.
6368 (shr-tag-img): Ignore very small web bug type images.
6369 (shr-put-image): Add help-echo alt texts to the images.
6370 (shr-tag-video): Show the video poster image.
6371
6372 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6373
6374 * shr.el (shr-table-depth): New variable.
6375 (shr-tag-table-1): Only insert the images after the top-level table.
6376
6377 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6378
6379 * gnus-util.el (gnus-list-memq-of-list): New function.
6380
6381 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6382 selected.
6383 (nnimap-unsplittable-articles): New slot.
6384 (nnimap-new-articles): Use it.
6385
6386 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
6387
6388 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6389 move to the previous line on `M-g'.
6390
6391 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6392
6393 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6394 *-request-group, which seems unnecessary.
6395
6396 * nnimap.el (nnimap-quote-specials): Function copied over from
6397 imap.el.
6398 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6399 they support that. Suggested by Tom Regner.
6400
6401 2010-10-29 Julien Danjou <julien@danjou.info>
6402
6403 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6404 defalias.
6405 (gnus-summary-delete-marked-with): Remove obsolete defalias.
6406
6407 * gnus.el: Remove `gnus-nntp-service' variable.
6408 (gnus-secondary-servers): Make obsolete.
6409 (gnus-nntp-server): Make obsolete.
6410
6411 * gnus-start.el (gnus-1): Remove x-splash calls.
6412
6413 * gnus-ems.el (gnus-x-splash): Remove.
6414
6415 * gnus.el (gnus-group-startup-message): Simplify/update code.
6416
6417 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6418 capability before doing anything.
6419 (gnus-group-insert-group-line): Remove useless
6420 gnus-group-remove-excess-properties.
6421
6422 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
6423
6424 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6425
6426 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6427
6428 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6429 config after reselecting.
6430
6431 2010-10-28 Julien Danjou <julien@danjou.info>
6432
6433 * shr.el (shr-put-image): Use point even if only inserting text.
6434 (shr-put-image): Save excursion when inserting alt text on non-graphic
6435 display, so the behavior is the same when we are on a graphic display.
6436
6437 * nnir.el (nnir-run-swish-e): Remove hyrex support.
6438
6439 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
6440
6441 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6442 (gnus-mime-copy-part): Check coding system, not charset.
6443 (gnus-mime-view-part-externally): Never remove part.
6444 (gnus-mime-view-part-internally): Don't remove part here.
6445 (gnus-article-part-wrapper): Make sure MIME tag is visible.
6446 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6447 multipart/alternative.
6448
6449 * mm-decode.el (mm-display-part): Take optional arg `force'.
6450
6451 2010-10-26 Julien Danjou <julien@danjou.info>
6452
6453 * gnus-group.el (gnus-group-default-list-level): Add this function to
6454 compute the default list level.
6455 (gnus-group-default-list-level): Add possibility to use a function.
6456
6457 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6460
6461 * gnus-group.el (gnus-group-completing-read)
6462 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6463 gnus-replace-in-string.
6464
6465 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * shr.el (shr-tag-div): Add.
6468
6469 2010-10-25 Julien Danjou <julien@danjou.info>
6470
6471 * gnus-util.el: Remove `gnus-with-local-quit'.
6472
6473 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6474
6475 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6476
6477 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6478 the original article buffer.
6479
6480 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6481
6482 * nnimap.el (nnimap-request-head): New function.
6483 (nnimap-request-move-article): Try to be slightly faster by not
6484 requesting the entire message when moving.
6485 (nnimap-transform-headers): Don't bug out on bodiless articles.
6486 (nnimap-send-command): Have no outstanding messages if the IMAP server
6487 doesn't support streaming.
6488 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6489
6490 2010-10-24 Julien Danjou <julien@danjou.info>
6491
6492 * message.el (message-default-headers): Fix type.
6493
6494 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6495
6496 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6497 prefetching images.
6498
6499 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6500 backend for unknown groups. This is mainly useful for nnimap groups.
6501
6502 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6503 group isn't covered by the agent.
6504
6505 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
6506
6507 * nnir.el (nnir-method-default-engines): New variable.
6508 (nnir-run-query): Use it.
6509 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6510 (gnus-summary-nnir-goto-thread): Change group if needed.
6511
6512 * gnus-group.el (gnus-group-group-map): Add key binding for
6513 gnus-group-make-nnir-group.
6514
6515 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6516
6517 * shr.el (shr-tag-object): Add.
6518
6519 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6520 original article buffer live.
6521 (gnus-summary-select-article-buffer):
6522 Mention gnus-widen-article-buffer.
6523
6524 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6525
6526 * shr.el (shr-tag-strong): Add.
6527
6528 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
6529
6530 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6531 group names. They mess up the group buffer badly.
6532
6533 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6534
6535 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6536 instead of the summary one.
6537
6538 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * mml.el (mml-preview): Work properly when editing article.
6541
6542 * gnus-start.el (gnus-read-active-file-1): Don't add method to
6543 gnus-have-read-active-file if it's already been in.
6544
6545 2010-10-22 Tom Tromey <tromey@redhat.com>
6546
6547 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6548 gnus-group-completing-read.
6549
6550 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6551
6552 * message.el (message-mode-map): Don't bind M-; to comment region, to
6553 allow the global comment-dwim to work.
6554
6555 2010-10-21 Julien Danjou <julien@danjou.info>
6556
6557 * message.el (message-setup-1): Allow message-default-headers to be a
6558 function.
6559
6560 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6561
6562 * shr.el (shr-tag-table): Simplify.
6563
6564 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6565
6566 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6567 to avoid trying to snarf invalid stuff.
6568
6569 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6570
6571 * gnus.el (gnus-message-archive-group): Quote value.
6572 (gnus-message-archive-group): Mark as changed.
6573
6574 * shr.el (shr-add-font): Don't put the font properties on the newline
6575 or the indentation.
6576
6577 * message.el (message-fix-before-sending): Change options when sending
6578 non-printable characters.
6579
6580 * gnus.el (gnus-message-archive-method): Change the default to
6581 monthly outgoing groups.
6582
6583 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6584 that have gotten new numbers.
6585
6586 * nnimap.el (nnimap-request-replace-article): New function.
6587
6588 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
6589
6590 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6591 (nnrss-request-article): Don't use special html washing code.
6592
6593 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6594
6595 * shr.el (shr-tag-table): Remove useless nconc.
6596
6597 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6598
6599 * gnus-art.el (article-wash-html): Simplify and remove the charset
6600 stuff. Use the normal html rendering code instead of the special html
6601 washing code.
6602
6603 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6604 `gnus-w3m' symbols.
6605 (mm-text-html-washer-alist): Remove.
6606
6607 * mm-decode.el (mm-inline-text-html-renderer): Remove.
6608 (mm-inline-media-tests): Remove use.
6609 (mm-text-html-renderer): Change default to the `shr' symbol.
6610
6611 * mm-view.el (mm-inline-text-html): Remove use.
6612
6613 * gnus-art.el (gnus-blocked-images): New function. Allow the
6614 `gnus-blocked-images' to be a function.
6615 (gnus-article-wash-function): Remove.
6616
6617 2010-10-20 Julien Danjou <julien@danjou.info>
6618
6619 * spam.el (spam-list-of-processors): Mark as obsolete.
6620
6621 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6622 (nnimap-insert-partial-structure): Fix boundary detection.
6623
6624 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
6625
6626 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6627 run file-truename on remote files. This can be expensive and even
6628 prevent one from editing drafts if some unrelated buffer has a stale
6629 connection.
6630
6631 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6632
6633 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6634 kinsoku-eol regardless of shr-kinsoku-shorten.
6635 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6636 (shr-tag-table): Support caption, thead, and tfoot.
6637
6638 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6639
6640 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6641 lines.
6642 (shr-save-contents): New command and keystroke.
6643
6644 * nndoc.el (nndoc-type-alist): Add git support.
6645 (nndoc-git-type-p): New function.
6646 (nndoc-transform-git-article): Ditto.
6647 (nndoc-transform-git-headers): Ditto.
6648 (nndoc-transform-git-headers): Generate Subject headers.
6649
6650 * shr.el (shr-parse-style): New function.
6651 (shr-tag-span): Ditto.
6652
6653 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6654 to `G G' to avoid collisions.
6655
6656 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6657
6658 * shr.el: Load kinsoku if necessary.
6659 (shr-kinsoku-shorten): New internal variable.
6660 (shr-find-fill-point): Make kinsoku shorten text line if
6661 shr-kinsoku-shorten is bound to non-nil.
6662 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6663 shr-indentation too when testing if table is wider than frame width.
6664 (shr-insert-table): Use `string-width' instead of `length' to measure
6665 text width.
6666 (shr-insert-table-ruler): Make sure indentation is done at bol.
6667
6668 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6671 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6672 undecoded network data.
6673
6674 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6675
6676 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6677 name in the mode line spec so that the mode line menu works
6678 (bug #2431).
6679
6680 * message.el (message-get-reply-headers): If we're fed `to-address',
6681 then always use that.
6682
6683 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6684 aren't so wide as to need to switch off the edit menu.
6685
6686 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6687 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6688
6689 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6690 `M-g'.
6691 (nnimap-update-info): Update flags/read marks even if \* isn't part of
6692 the permanent marks.
6693
6694 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
6695
6696 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6697 Splitting according to references/in-reply-to obeys the ignore-groups
6698 variable, while splitting by sender and subject do not.
6699
6700 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6701
6702 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6703 alist, so that we can look for non-Unicode chars.
6704 (article-translate-strings): Allow both character and string maps.
6705
6706 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
6707
6708 * shr.el (shr-insert): Don't insert space behind a wide character
6709 categorized as kinsoku-bol, or between characters both categorized as
6710 nospace.
6711
6712 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
6713
6714 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
6715 headers to gnus-newsgroup-headers.
6716
6717 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6718
6719 * shr.el (shr-tag-img): Don't align images -- since we're not
6720 rescaling, this often leads to ugly displays.
6721
6722 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
6723
6724 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6725 duplicates.
6726
6727 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6728
6729 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6730 call.
6731
6732 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6733
6734 * gnus.el: Autoload gnus-html-show-images.
6735
6736 * nnimap.el: Use nnheader-message throughout.
6737
6738 * shr.el (shr-tag-img): Ignore images with no data.
6739
6740 2010-10-15 Julien Danjou <julien@danjou.info>
6741
6742 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6743 a possibility to disable format=flow encoding when using hard newlines.
6744
6745 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6746
6747 * shr.el (shr-insert): Remove space inserted before or after a
6748 breakable character or at the beginning or the end of a line.
6749 (shr-find-fill-point): Do kinsoku; find the second best point or give
6750 it up if there's no breakable point.
6751
6752 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6753
6754 * nnimap.el (nnimap-open-connection): Message when opening connection
6755 for debugging purposes.
6756
6757 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6758 on every setup buffer call to allow this to change from article to
6759 article.
6760
6761 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6762 buffers where we have a wide table.
6763
6764 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
6765
6766 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6767 uses *-request-thread.
6768
6769 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6770
6771 * nnimap.el (nnimap-open-connection): Remove %s from openssl
6772 incantation, which is no longer valid.
6773
6774 2010-10-14 Julien Danjou <julien@danjou.info>
6775
6776 * shr.el: Fix defcustom type (char -> character).
6777
6778 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6779
6780 * nnimap.el (nnimap-open-connection): tls-program should be a list of
6781 programs.
6782
6783 2010-10-14 Julien Danjou <julien@danjou.info>
6784
6785 * shr.el (shr-tag-a): Use url-link as widget type.
6786
6787 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6788 `gnus-group-get-icon'.
6789
6790 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6791
6792 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6793 This should make server editing work better.
6794
6795 * shr.el (shr-find-fill-point): Don't inloop on indented text.
6796
6797 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6798 (nnimap-parse-flags): Fix regexp.
6799
6800 * shr.el (shr-find-fill-point): Use a filling algorithm that should
6801 probably work for CJVK text, too.
6802
6803 * nnimap.el (nnimap-extend-tls-programs): Remove.
6804 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6805
6806 2010-10-13 Julien Danjou <julien@danjou.info>
6807
6808 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6809 responses.
6810
6811 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812
6813 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6814
6815 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6816 anything in Emacs.
6817
6818 * shr.el (shr-current-column): Remove buggy and unnecessary function.
6819
6820 2010-10-13 Julien Danjou <julien@danjou.info>
6821
6822 * shr.el (shr-width): Make shr-width a defcustom with default to
6823 fill-column.
6824 (shr-tag-img): Use shr-width rather than fill-column.
6825
6826 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
6827
6828 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6829
6830 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6831 position when (X-)Faces exist.
6832 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6833 avatars when called interactively.
6834
6835 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
6836
6837 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6838 gnus-article-x-face-too-ugly is bound.
6839
6840 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6841
6842 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6843
6844 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6845 mailbox that doesn't exist.
6846
6847 2010-10-12 Julien Danjou <julien@danjou.info>
6848
6849 * shr.el (shr-tag-img): Encode URL properly when retrieving.
6850 (shr-get-image-data): Encode URL properly when fetching from cache.
6851 (shr-tag-img): Use aligned-to spaces to align correctly images.
6852
6853 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6854 before inserting the Gravatar.
6855
6856 * shr.el (shr-tag-img): Add align attribute support for <img>.
6857
6858 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6859
6860 * gnus-gravatar.el (gnus-art): Require.
6861
6862 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6863 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6864 Remove long obsoleted functions.
6865
6866 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
6867
6868 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6869
6870 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6871 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6872 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
6873 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
6874 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
6875 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
6876 Fix comment for declare-function.
6877
6878 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6879
6880 * nnimap.el (nnimap-request-rename-group): Select group read-only
6881 before renaming it.
6882
6883 * shr.el (shr-insert): Fix up the white space only regexp.
6884
6885 * nnimap.el (nnimap-transform-split-mail): Not all articles have
6886 bodies. Protect against this. Reported by Michael Welsh Duggan.
6887
6888 * shr.el (shr-current-column): New function.
6889 (shr-find-fill-point): New function.
6890
6891 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
6892
6893 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6894 numbers.
6895
6896 2010-10-11 Julien Danjou <julien@danjou.info>
6897
6898 * shr.el (shr-hr-line): Add.
6899 (shr-tag-hr): Use shr-hr-line to specify which character to use to
6900 display hr lines.
6901 (shr-max-columns): Do not change state to nil if we just inserting
6902 spaces.
6903
6904 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6905
6906 * gnus-topic.el (gnus-topic-read-group): If after the last group,
6907 select the last group.
6908
6909 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
6910
6911 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
6912
6913 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6914
6915 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
6916 for Gnus.
6917 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6918 (nnimap-update-qresync-info): Mark \Seen articles as read.
6919
6920 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
6921 non-variable, too.
6922
6923 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
6924 available.
6925 (nnimap-update-info): Rely more on the current active than the param
6926 active to avoid marking articles as read too much.
6927
6928 * auth-source.el (auth-source-create): Use (user-login-name) for the
6929 user name default.
6930
6931 * nnimap.el (nnimap-update-info): If the server doesn't return any
6932 useful info, just use the previous info.
6933 (nnimap-update-info): Prefer old info over start-article.
6934 (nnimap-update-qresync-info): Finish implementing QRESYNC.
6935
6936 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
6937
6938 * nnir.el (autoload): Clean up autoloads.
6939 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
6940 Use key rather than value.
6941 (nnir-imap-search-other): New variable.
6942 (nnir-read-parm): Use it.
6943 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
6944 (gnus-summary-nnir-goto-thread): Modify to work with imap.
6945
6946 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6947
6948 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
6949 the process, too.
6950
6951 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6952
6953 * spam.el (gnus-summary-mode-map): Bind to "$".
6954 Suggested by Russ Allbery.
6955
6956 * shr.el: Rework the way things are indented by <li> slightly.
6957
6958 * gnus.el (gnus-group-set-parameter): Fix typo.
6959
6960 * nnimap.el: Start implementing QRESYNC support.
6961
6962 2010-10-09 Julien Danjou <julien@danjou.info>
6963
6964 * nnir.el (nnir-engines): Fix too many arguments.
6965
6966 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6967
6968 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
6969 group is the "last", so that the backends like nnfolder actually save
6970 their folders.
6971
6972 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
6973 try to use that for the TLS stream.
6974 (nnimap-retrieve-group-data-early): Rework the marks code to heed
6975 UIDVALIDITY and find out which groups are read-only and not.
6976 (nnimap-get-flags): Use the same marks parsing code as the rest of
6977 nnimap.
6978
6979 2010-10-09 Julien Danjou <julien@danjou.info>
6980
6981 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
6982
6983 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
6984 retrieving gravatars.
6985
6986 * shr.el (shr-table-corner): Add.
6987 (shr-table-line): Add.
6988 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
6989
6990 2010-10-08 Julien Danjou <julien@danjou.info>
6991
6992 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
6993
6994 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
6995
6996 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
6997
6998 * gnus-sum.el (gnus-mark-article-as-unread)
6999 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7000 (gnus-summary-set-bookmark): Use it.
7001
7002 * gnus-msg.el (gnus-setup-message): Use it.
7003
7004 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7005
7006 * gnus.el (gnus-group-remove-parameter): Use it.
7007
7008 * gnus-group.el (gnus-group-make-web-group): Use it.
7009
7010 * gnus-demon.el (gnus-demon-remove-handler): Use it.
7011
7012 * nnregistry.el: Update docs to mention manual.
7013
7014 * gnus-registry.el: Update docs to mention nnregistry.el.
7015 (gnus-registry-initialize): Don't install nnregistry refer method
7016 automatically.
7017 (gnus-registry-install-nnregistry): Remove it.
7018
7019 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7020
7021 * shr.el (shr-insert): Don't insert double spaces.
7022
7023 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
7024
7025 * gnus-gravatar.el (gnus-treat-from-gravatar)
7026 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7027 called interactively.
7028
7029 * gnus-art.el (gnus-mime-view-part-externally)
7030 (gnus-mime-view-part-internally): Make predicate function passed to
7031 gnus-mime-view-part-as-type assume argument is a mime type, not a list
7032 of a mime type.
7033
7034 * shr.el (shr-table-widths): Don't use cl function `reduce'.
7035
7036 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7037
7038 * shr.el (require): Require cl when compiling.
7039 (shr-tag-hr): New function.
7040
7041 * nnimap.el (nnimap-update-info): Remove double setting of high.
7042 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7043 This makes nnimap work properly on Courier again.
7044
7045 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7046 the variable for backwards compatibility.
7047
7048 * mm-decode.el (mm-save-part): If given a non-directory result, expand
7049 the file name before using to avoid setting mm-default-directory to
7050 nil.
7051
7052 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7053 bidning gnus-agent variables.
7054
7055 * shr.el (shr-render-td): Use a cache for the table rendering function
7056 to avoid getting an exponential rendering behavior in nested tables.
7057 (shr-insert): Rework the line-breaking algorithm.
7058 (shr-insert): Don't leave trailing spaces.
7059 (shr-insert-table): Also insert empty TDs.
7060 (shr-tag-blockquote): Ensure paragraphs after </ul>.
7061
7062 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * gnus-sum.el (gnus-number): Rename from `number'.
7065 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7066 (gnus-summary-limit-children): Update uses correspondingly.
7067
7068 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7069
7070 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7071 (gnus-gravatar-transform-address): Don't show avatars of people of
7072 which mail addresses match gnus-gravatar-too-ugly.
7073
7074 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7075
7076 * shr.el (shr-table-widths): Expand TD elements to fill available
7077 space.
7078
7079 2010-10-07 Julien Danjou <julien@danjou.info>
7080
7081 * nnimap.el (nnimap-request-rename-group): Add this method.
7082
7083 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
7084
7085 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7086 name from XEmacs' function-arglist.
7087
7088 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7089 gravatar under XEmacs.
7090
7091 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
7092
7093 * auth-source.el: Update docs with TODO items.
7094
7095 * gnus-sync.el: Update docs to explain state and plans.
7096
7097 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7098 Hooks for mark updates.
7099 (gnus-request-set-mark, gnus-request-update-mark): Use them.
7100
7101 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7102 hooks with arguments, which is needed for mark update hooks.
7103
7104 2010-10-06 Julien Danjou <julien@danjou.info>
7105
7106 * gnus.el (gnus-expand-group-parameter): Only return and act on what
7107 was matched.
7108
7109 * sieve-manage.el: Update example in `Commentary'.
7110
7111 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7112
7113 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7114 not 2000.
7115 (sieve-manage-authenticate): Re-add function.
7116
7117 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7118
7119 * shr.el (shr-insert): Get 'space transition right.
7120 (shr-render-td): Only delete space at the end of the TD.
7121
7122 * nnimap.el (nnimap-open-connection): Prepare to support
7123 open-gnutls-stream.
7124
7125 * shr.el: Rearrange function order to be more logical.
7126
7127 2010-10-06 Julien Danjou <julien@danjou.info>
7128
7129 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7130 (nnrss-discover-feed): Remove 404 URL in docstring.
7131
7132 * nnir.el: Fix Swish-E URL.
7133 Fix Namazu URL.
7134
7135 * message.el (message-change-subject): Remove 404 URL in a comment.
7136
7137 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7140 called interactively.
7141
7142 * gnus-util.el (gnus-remove-if): Allow hash table.
7143 (gnus-remove-if-not): New function.
7144
7145 * gnus-art.el (gnus-mime-view-part-as-type):
7146 * gnus-score.el (gnus-summary-score-effect):
7147 * gnus-sum.el (gnus-read-move-group-name):
7148 Replace remove-if-not with gnus-remove-if-not.
7149
7150 * gnus-group.el (gnus-group-completing-read):
7151 Regard collection as a hash table if it is not a list.
7152
7153 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7154
7155 * shr.el (shr-render-td): Allow blank/missing <TD>s.
7156
7157 * shr.el: Document the table-rendering algorithm.
7158
7159 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7160 invalid URLs.
7161
7162 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7163 line-broken.
7164 (shr-tag-img): Ignore image fetching errors.
7165 (shr-overlays-in-region): Compute overlay positions correctly.
7166
7167 * mm-decode.el (mm-shr): Require shr.
7168
7169 * gnus-art.el (gnus-blocked-images): Move variable here.
7170
7171 * shr.el (shr-insert-table): Bind free variable.
7172
7173 * mm-decode.el (mm-shr): Bind shr-content-function.
7174
7175 * shr.el (shr-content-function): New variable.
7176
7177 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7178 added for symmetry.
7179
7180 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7181
7182 * gnus-group.el (gnus-group-make-group): Doc fix.
7183
7184 * nnimap.el (nnimap-request-newgroups): Return success.
7185
7186 * shr.el (shr-find-elements): New function.
7187 (shr-tag-table): Put all the images after the table.
7188 (shr-tag-table): Really inhibit images inside the table.
7189 (shr-collect-overlays): Copy over overlays from the TD elements to the
7190 main document.
7191
7192 * mm-decode.el (mm-shr): Bind shr-blocked-images to
7193 gnus-blocked-images.
7194
7195 2010-10-05 Julien Danjou <julien@danjou.info>
7196
7197 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7198
7199 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7200 (gnus-html-maximum-image-size): Add this function.
7201 (gnus-html-put-image): Use gnus-html-maximum-image-size.
7202
7203 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7204 server-value of the capability is nil.
7205
7206 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7207
7208 * shr.el (shr-tag-em): Add <EM> tag.
7209
7210 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
7211
7212 * sieve-manage.el (sieve-manage-default-stream): Make default stream
7213 customizable.
7214
7215 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7216 handing broken links to browse-url.
7217
7218 2010-10-05 Julien Danjou <julien@danjou.info>
7219
7220 * gnus-util.el (gnus-emacs-completing-read)
7221 (gnus-iswitchb-completing-read): Use autoload rather than require.
7222
7223 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
7224
7225 * gnus-util.el (gnus-completing-read-function): Exclude
7226 gnus-icompleting-read and gnus-ido-completing-read from candidates for
7227 XEmacs since iswitchb.el is very old and ido.el is unavailable in
7228 XEmacs.
7229
7230 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7231 not to use `delete-dups' that is unavailable in XEmacs 21.4.
7232
7233 * gnus-html.el: Don't require help-fns under XEmacs.
7234 (gnus-html-schedule-image-fetching): Work for XEmacs.
7235
7236 * mm-decode.el (mm-shr): Decode contents by charset.
7237
7238 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7239
7240 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7241 unknown.
7242
7243 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7244 (shr-get-image-data): Ensure against the cache file missing.
7245
7246 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7247 for data.
7248
7249 * spam-report.el (spam-report-url-ping-plain): Don't query about
7250 killing the process.
7251
7252 * shr.el (shr-render-td): Protect against too-wide text.
7253
7254 2010-10-04 Julien Danjou <julien@danjou.info>
7255
7256 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7257 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7258
7259 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7260 retrieved.
7261
7262 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7263
7264 * shr.el (browse-url): Require.
7265 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7266 lines.
7267 (shr-show-alt-text, shr-browse-image): New commands.
7268 (shr-browse-url, shr-copy-url): New commands.
7269
7270 * gnus-sum.el (gnus-widen-article-window): New variable.
7271 (gnus-summary-select-article-buffer): Use it.
7272
7273 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7274 without @ signs.
7275
7276 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
7277
7278 * nnir.el (nnir-run-imap): Remove spurious space in search string.
7279
7280 2010-10-04 Julien Danjou <julien@danjou.info>
7281
7282 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7283 for XEmacs.
7284
7285 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7286
7287 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7288
7289 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7290 (nnimap-close-server): Implement.
7291
7292 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7293 (shr-insert): Tweak line breaking.
7294 (shr-insert): Handle <pre> better.
7295 (shr-tag-li): Get <li> indentation right.
7296 (shr-tag-li): Get <li> indentation even righter.
7297 (shr-tag-blockquote): Ensure paragraph start.
7298 (shr-make-table): Tweak table generation.
7299 (shr-make-table): Fix typo.
7300
7301 * shr.el: Implement table rendering.
7302
7303 2010-10-04 Julien Danjou <julien@danjou.info>
7304
7305 * gnus-html.el (gnus-html-put-image): Fix resize image code.
7306
7307 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7308
7309 * shr.el (shr-insert): Use string anchors instead of line anchors.
7310
7311 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7312
7313 * shr.el: Add headings.
7314 (shr-ensure-paragraph): Actually work.
7315 (shr-tag-li): Make <ul> prettier.
7316 (shr-insert): Get white space at the beginning/end of elements right.
7317 (shr-tag-p): Collapse subsequent <p>s.
7318 (shr-ensure-paragraph): Don't insert double line feeds after blank
7319 lines.
7320 (shr-insert): \t is also space.
7321 (shr-tag-s): Fix "s" tag name function.
7322 (shr-tag-s): Fix face prop name.
7323
7324 2010-10-03 Julien Danjou <julien@danjou.info>
7325
7326 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7327
7328 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7329 gnus-window-inside-pixel-edges.
7330
7331 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7332 gnus-ems.
7333
7334 * mm-view.el (mm-inline-image-emacs): Support image resizing.
7335
7336 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7337 function.
7338
7339 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7340 resize choice.
7341
7342 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7343
7344 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7345 beginning of the buffer.
7346
7347 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7348 article buffer again.
7349
7350 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7351
7352 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7353 when it's at the start of the buffer.
7354
7355 * shr.el (shr-tag-blockquote): Convert name.
7356 (shr-rescale-image): Use the right image-size variant.
7357
7358 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7359 buffer isn't shown, then select the current article first instead of
7360 bugging out.
7361 (gnus-summary-select-article-buffer): Show both the article and summary
7362 buffers again.
7363
7364 * shr.el (shr-fontize-cont): Protect against regions with no text.
7365 Rename tag functions to shr-tag-* for enhanced security.
7366 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7367
7368 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * shr.el (shr-insert):
7371 * pop3.el (pop3-movemail):
7372 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7373 loaded.
7374
7375 2010-10-03 Glenn Morris <rgm@gnu.org>
7376
7377 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7378
7379 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7380
7381 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7382
7383 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7384
7385 * gnus-util.el (gnus-make-local-hook): Simplify.
7386
7387 2010-10-02 Julien Danjou <julien@danjou.info>
7388
7389 * gnus-util.el (gnus-iswitchb-completing-read): New function.
7390 (gnus-ido-completing-read): New function.
7391 (gnus-emacs-completing-read): New function.
7392 (gnus-completing-read): Use gnus-completing-read-function.
7393 Add gnus-completing-read-function.
7394
7395 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7396
7397 * shr.el (shr-insert-document): Autoload.
7398 (shr-img): Be silent.
7399 (shr-insert): Add a newline after every picture before text.
7400 (shr-add-font): Use overlays for combining faces.
7401 (shr-insert): Pass upwards the text start point.
7402
7403 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7404 possible.
7405 (mm-shr): New function.
7406
7407 2010-10-02 Julien Danjou <julien@danjou.info>
7408
7409 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7410 should go backward.
7411
7412 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
7413
7414 * shr.el (shr): Fix typo in provide call.
7415
7416 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7417
7418 * shr.el: New file.
7419
7420 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7421
7422 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7423 completing read.
7424
7425 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7426
7427 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7428 we're being queried about. Suggested by Dan Jacobson.
7429
7430 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7431 Suggested by Jason Eisner.
7432
7433 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7434 table, too. Suggested by Stefan Wiens.
7435 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7436 the table unnecessary. Suggested by Stefan Wiens.
7437
7438 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7439 longer needed, and probably doesn't work either, as pointed out by
7440 Stefan Wiens.
7441 (gnus-summary-exit): Remove call to the clearing function.
7442 (gnus-summary-exit-no-update): Ditto.
7443
7444 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7445 instead of gnus-eval-in-buffer-window to avoid popping up frames.
7446 Reported by Stefan Monnier.
7447 (gnus-summary-save-in-rmail): Ditto.
7448
7449 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7450 article buffer, instead of both the article buffer and the summary
7451 buffer. Sort of suggested by Dan Jacobson.
7452
7453 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7454
7455 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7456 Suggested by Dan Jacobson.
7457
7458 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7459 documentation clearer.
7460
7461 * message.el (message-shorten-references): Comment on the number "21".
7462 Suggested by Stefan Monnier.
7463
7464 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7465 Suggested by Dan Jacobson.
7466
7467 * gnus.el (gnus-large-newsgroup):
7468 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
7469
7470 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7471 externalize attachments. Bug reported by Steve Wen.
7472
7473 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7474 really message anything to the user.
7475
7476 * nnmail.el (nnmail-article-group): Allow using the fancy split method
7477 directly.
7478
7479 * nnimap.el (nnimap-request-group): Low higher than high to signal no
7480 messages in empty groups.
7481
7482 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
7483
7484 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7485 non-UIDNEXT group.
7486
7487 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7488
7489 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7490 not the value from the collection.
7491
7492 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7493 values. This sometimes happens on some groups that have no info.
7494 (nnimap-request-newgroups): New function.
7495
7496 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
7497
7498 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7499 check into `gnus-registry-initialize'.
7500 (gnus-registry-initialize): Ditto.
7501 Fix and extend header docs.
7502
7503 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7504
7505 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7506 regexp backtrace overflows.
7507
7508 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7509 for starttls that tls.el implements; i.e. openssl.
7510
7511 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7514 (gravatar-create-image): New function that's an alias to
7515 gnus-xmas-create-image, gnus-create-image, or create-image.
7516 (gravatar-data->image): Use it.
7517
7518 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
7519
7520 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7521 install the nnregistry refer method.
7522 (gnus-registry-install-hooks): Use it.
7523 (gnus-registry-unfollowed-groups): Add nnmairix to the default
7524 unfollowed groups.
7525
7526 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
7527
7528 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7529 expanding threads.
7530
7531 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
7533 * nnir.el: Use the server names without suffixes (bug #7009).
7534
7535 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7536 unencrypted to STARTTLS, if possible.
7537
7538 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
7539
7540 * message.el (message-ignored-supersedes-headers): Strip Injection-*
7541 headers before superseding.
7542
7543 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7544
7545 * nnrss.el (nnrss-use-local): Add documentation.
7546
7547 * nnimap.el (nnimap-extend-tls-programs): New function.
7548 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7549 (nnimap-wait-for-connection): Accept the greeting from the stupid
7550 output from openssl s_client -starttls, too.
7551
7552 * nnimap.el (nnimap-find-article-by-message-id): Really return the
7553 article number.
7554 (nnimap-split-fancy): New variable.
7555 (nnimap-split-incoming-mail): Use it.
7556
7557 * nntp.el (nntp-server-list-active-group): Document.
7558
7559 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7560 SELECT to get the message-id.
7561
7562 * mail-source.el (mail-sources): Remove webmail support.
7563 (defvar): Ditto.
7564 (mail-source-fetcher-alist): Ditto.
7565 (mail-source-fetch-webmail): Remove.
7566
7567 * webmail.el: Remove -- doesn't seem relevant any more.
7568
7569 * gnus.el: Fix up make-obsolete-variable declarations throughout.
7570
7571 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7572 the \r.
7573
7574 2010-09-30 Julien Danjou <julien@danjou.info>
7575
7576 * gnus-agent.el (gnus-agent-add-group): Fix call to
7577 gnus-completing-read.
7578
7579 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7580
7581 * nndoc.el (nndoc-retrieve-groups): New function.
7582
7583 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7584 `default', use nnmail-split-methods.
7585 (nnimap-request-article): Downcase the NILs so that they are nil.
7586
7587 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7588 symbol.
7589
7590 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7591 code, since if the user has requested network, that's what they ought
7592 to get.
7593 (nnimap-request-set-mark): Erase the buffer before issuing commands.
7594 (nnimap-split-rule): Mark as obsolete.
7595
7596 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7597 New variable.
7598
7599 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7600 correct slot, too.
7601
7602 2010-09-29 Julien Danjou <julien@danjou.info>
7603
7604 * gnus.el (gnus-local-domain): Declare variable obsolete.
7605
7606 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7607 Fix history computing.
7608 (gnus-ido-completing-read): Require ido.
7609
7610 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7611
7612 * gnus-registry.el: Don't prompt on load, which makes it impossible to
7613 build Gnus.
7614
7615 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7616 when interpreting the structures.
7617 (nnimap-request-accept-article): Add \r\n to the lines to make this
7618 work with Cyrus.
7619
7620 * nndraft.el (nndraft-request-expire-articles): Use the group name
7621 instead if "nndraft". Fix found by Nils Ackermann.
7622
7623 2010-09-29 Ludovic Courtes <ludo@gnu.org>
7624
7625 * nnregistry.el: Add.
7626
7627 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
7628
7629 * nnmail.el (group, group-art-list, group-art):
7630 Remove unneeded directives.
7631
7632 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7635 (mm-mime-charset):
7636 * rfc2047.el (rfc2047-syntax-table):
7637 * utf7.el (utf7-utf-16-coding-system): Comment fix.
7638
7639 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7640 rather than `insert-file-contents' and `eval-region'.
7641
7642 2010-09-29 Julien Danjou <julien@danjou.info>
7643
7644 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7645 replacement of `gnus-gravatar-relief' to mimic
7646 `gnus-faces-properties-alist'.
7647 Add :version property.
7648
7649 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7650
7651 * mail-source.el (mail-source-report-new-mail):
7652 * message.el (message-default-mail-headers):
7653 * mm-decode.el (mm-valid-image-format-p): Comment fix.
7654
7655 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7656
7657 2010-09-28 Julien Danjou <julien@danjou.info>
7658
7659 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7660 mail-address contains the same string as real-name.
7661
7662 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7663 non-blank in header, otherwise it'll get stripped.
7664
7665 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7666 real-name, and then for mail address rather than doing : or , search.
7667
7668 2010-09-27 Julien Danjou <julien@danjou.info>
7669
7670 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7671 right completing-read function.
7672 (gnus-use-ido): New variable
7673 (gnus-completing-read-with-default): Remove.
7674 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7675 (gnus-agent-add-group):
7676 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7677 * mm-view.el (mm-view-pkcs7-decrypt):
7678 * mm-util.el (mm-codepage-setup):
7679 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7680 * mml-smime.el (mml-smime-openssl-sign-query):
7681 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7682 (mml-insert-multipart):
7683 * gnus-msg.el (gnus-summary-yank-message):
7684 * gnus-int.el (gnus-start-news-server):
7685 * mm-decode.el (mm-interactively-view-part):
7686 * gnus-dired.el (gnus-dired-attach):
7687 * gnus.el (gnus-read-method):
7688 * gnus-bookmark.el (gnus-bookmark-jump):
7689 * gnus-art.el (gnus-mime-view-part-as-type)
7690 (gnus-mime-action-on-part, gnus-article-encrypt-body):
7691 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7692 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7693 * nnmairix.el (nnmairix-create-server-and-default-group)
7694 (nnmairix-update-groups, nnmairix-get-server)
7695 (nnmairix-backend-to-server, nnmairix-goto-original-article)
7696 (nnmairix-get-group-from-file-path):
7697 * nnrss.el (nnrss-find-rss-via-syndic8):
7698 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7699 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7700 (gnus-group-browse-foreign-server):
7701 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7702 (gnus-summary-execute-command, gnus-summary-respool-article)
7703 (gnus-read-move-group-name):
7704 * gnus-score.el (gnus-summary-increase-score)
7705 (gnus-summary-score-effect):
7706 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7707
7708 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
7709
7710 * nnimap.el (auth-source-forget-user-or-password)
7711 (auth-source-user-or-password): Autoload.
7712
7713 * message.el (message-from-style, message-interactive)
7714 (message-signature): Remove comment.
7715 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7716 always.
7717 (message-sendmail-envelope-from): Comment fix.
7718 (message-yank-prefix): Default to mail-yank-prefix always.
7719 (message-indentation-spaces):
7720 Default to mail-indentation-spaces always.
7721 (message-signature-file): Default to mail-signature-file always.
7722
7723 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7724
7725 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7726 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7727 new articles.
7728
7729 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7730 parts.
7731 (nnimap-request-article): Work with the t setting, too.
7732
7733 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7734 that you don't get flashes of other buffers.
7735 (gnus-summary-show-complete-article): Intern before setting.
7736
7737 2010-09-27 David Engster <dengste@eml.cc>
7738
7739 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7740 well as HEADERS.
7741 (nnmairix-retrieve-headers): Provide new argument for the above.
7742
7743 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7744
7745 * gnus-sum.el (gnus-summary-move-article): Don't alter
7746 gnus-newsgroup-active. This makes `/ N' work after copying to the same
7747 group.
7748
7749 * nnimap.el (nnimap-update-info): Don't destructively alter active.
7750
7751 * message.el (message-cite-prefix-regexp): Revert my last edit.
7752
7753 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7754 variable instead of the Gnus variable.
7755
7756 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7757
7758 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7759
7760 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7761 since some servers don't like it.
7762 (nnimap-open-connection): Forget credentials if the server says the
7763 password was wrong.
7764 (nnimap-parse-line): Protect against invalid data.
7765
7766 * gnus-sum.el (gnus-summary-move-article): Add comment.
7767 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7768 nothing alters it while scanning for new messages.
7769
7770 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7771 which may or may not help.
7772 (nnimap-open-connection): If we're doing a stream connection, and then
7773 discover we're on a STARTTLS-capable server, then open a STARTTLS
7774 connection instead.
7775
7776 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7777
7778 * nnimap.el (utf7): Require.
7779
7780 * message.el (message-cite-prefix-regexp): Remove "}" from citation
7781 prefix.
7782
7783 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
7784
7785 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7786
7787 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7788
7789 * nnimap.el (nnimap-request-accept-article): Message the error on
7790 error.
7791
7792 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7793
7794 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7795
7796 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * nndoc.el (nndoc-request-list): Return success always.
7799
7800 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7801 `fetch-old' -- we only want to fetch the articles we've requested.
7802 The rest are in the agent, probably.
7803 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7804 disappeared server" to something low. It's not important.
7805
7806 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7807 arrived before the FETCH data.
7808
7809 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7810 target here, because we don't know the Gnus name of the group.
7811
7812 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7813 for the correct group.
7814
7815 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7816
7817 * gnus.el (gnus): Give a final warning after startup.
7818
7819 * gnus-util.el (gnus-action-message-log): New variable.
7820 (gnus-message): Use it.
7821 (gnus-final-warning): New function.
7822
7823 * nnimap.el (nnimap-open-connection): Record the greeting.
7824 (nnimap): Add greeting.
7825
7826 2010-09-26 Julien Danjou <julien@danjou.info>
7827
7828 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7829 arguments.
7830 (gnus-html-wash-images): Fix spec computing to include start/end.
7831
7832 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7833
7834 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7835
7836 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7837 deletion.
7838 (nnimap-retrieve-headers): Don't select the group, because that's
7839 already done by nnimap-possibly-change-group.
7840
7841 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7842 (gnus-picon-transform-address): Use it.
7843
7844 * mail-source.el (mail-source-value): Revert previous patch.
7845
7846 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7847 on failure.
7848 (nnimap-open-connection): Look up both virtual and physical server name
7849 credentials.
7850
7851 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7852
7853 2009-02-08 Dave Love <fx@gnu.org>
7854
7855 * gnus-win.el (gnus-window-to-buffer-helper)
7856 (gnus-all-windows-visible-p): Function needn't be a symbol.
7857
7858 * mail-source.el (mail-source-value): Function needn't be a symbol.
7859
7860 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7861
7862 * message.el (message-cite-prefix-regexp): Remove } from the cite
7863 prefix.
7864
7865 * gnus-art.el (gnus-treatment-function-alist): Do picons before
7866 highlight again, so that the highlight is correct.
7867
7868 * gnus-picon.el (gnus-picon): Remove again.
7869 (gnus-picon-create-glyph): Set the background XPM color explicitly.
7870
7871 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
7872 doing the header highlightling, so that the background color of the
7873 picon is correct.
7874
7875 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
7876 (gnus-picon): Ditto.
7877 (gnus-picon): Reinstate. The background color for picons is white.
7878 (gnus-picon-insert-glyph): Make the background white.
7879
7880 * nnml.el (nnml-open-nov): Don't return dead buffers.
7881
7882 * auth-source.el (auth-source-create): Query the user for whether to
7883 store the credentials.
7884
7885 * auth-source.el (auth-source-user-or-password): Use the existing auth
7886 sources, if any, for creation.
7887
7888 * gnus.el (gnus-group-fast-parameter): Return the last matching
7889 parameter instead of the first matching parameter.
7890
7891 2010-09-26 Julien Danjou <julien@danjou.info>
7892
7893 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
7894
7895 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7896
7897 * mml2015.el (mml2015-use): Remove gpg support.
7898
7899 * mml1991.el (mml1991-function-alist): Remove gpg function.
7900 (mml1991-gpg-sign): Remove.
7901
7902 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
7903
7904 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
7905 (gnus-browse-unsubscribe-current-group): Document it.
7906 (gnus-browse-unsubscribe-group): Use it.
7907
7908 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
7909
7910 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
7911 address to the To list for easier response.
7912
7913 * gnus.el (gnus-play-startup-jingle): Remove.
7914 (gnus-splash): Don't play jingle.
7915 (gnus): Silence gnus-load message.
7916
7917 * gnus-art.el (gnus-treat-play-sounds): Remove.
7918
7919 * gnus.el (gnus-play-jingle): Remove audio support.
7920
7921 * gnus-cus.el (gnus-score-customize): Remove audio reference.
7922
7923 * earcon.el: Remove -- no users.
7924
7925 * gnus-audio.el: Remove -- no users of this package.
7926
7927 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
7928
7929 * gnus-start.el (gnus-setup-news): Remove nocem support.
7930
7931 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
7932
7933 * gnus.el (gnus-use-nocem): Remove.
7934
7935 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
7936 Remove.
7937
7938 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
7939 uses NoCeM any more.
7940
7941 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
7942 (gnus-button-ctan-handler): Ditto.
7943 (gnus-button-handle-ctan-bogus-regexp): Ditto.
7944 (gnus-button-ctan-directory-regexp): Ditto.
7945 (gnus-button-handle-ctan): Ditto.
7946 (gnus-button-tex-level): Ditto.
7947 (gnus-button-alist): Remove CTAN stuff.
7948
7949 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7950
7951 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
7952 nnimap-streaming test.
7953
7954 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
7955 servers twice.
7956
7957 * nnimap.el (nnimap-open-connection): Add more error reporting when
7958 nnimap fails early.
7959
7960 * nnheader.el (nnheader-get-report-string): New function.
7961 (nnheader-get-report): Use it.
7962
7963 * gnus-int.el (gnus-check-server): Say what the error was when opening
7964 failed.
7965
7966 * nnimap.el (nnimap-wait-for-response): Search further when we're not
7967 using streaming.
7968
7969 2010-09-25 Julien Danjou <julien@danjou.info>
7970
7971 * gnus-html.el (gnus-html-rescale-image): Use our defalias
7972 gnus-window-inside-pixel-edges.
7973
7974 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7975
7976 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
7977
7978 * mm-decode.el (mm-save-part): Allow saving to other directories the
7979 normal Emacs way.
7980
7981 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
7982 Suggested by Jay Berkenbilt.
7983
7984 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
7985 there isn't a single byte.
7986
7987 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
7988 just do it. It doesn't really seem to matter what the user responds
7989 here, I think, so it's just a confusing question.
7990
7991 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
7992 non-streaming case.
7993
7994 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
7995 (gnus-article-encrypt-body): Use it.
7996
7997 * gnus-sum.el (gnus-summary-show-complete-article): New command and
7998 keystroke.
7999
8000 * nnimap.el (nnimap-find-wanted-parts-1):
8001 Use gnus-fetch-partial-articles.
8002
8003 * gnus-art.el (gnus-fetch-partial-articles): New variable.
8004
8005 * nnimap.el (nnimap-insert-partial-structure): New function.
8006 (nnimap-get-partial-article): New function.
8007 (nnimap-request-article): Use it.
8008 (nnimap-wait-for-response): Return whether the wait was successful.
8009 (nnimap-finish-retrieve-group-infos): Don't do anything if the
8010 retrieval wasn't successful.
8011 (nnimap-retrieve-group-data-early): Allow throttling servers.
8012 (nnimap-streaming): New variable.
8013 (nnimap-fetch-partial-articles): Remove.
8014
8015 * mm-decode.el (mm-with-part): Protect against killed buffers.
8016
8017 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8018 for prettier summary display.
8019
8020 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
8021
8022 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8023
8024 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
8025
8026 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8027 apparently third-party libraries depend on it.
8028
8029 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8030 before starting negotiation.
8031
8032 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8033 privacy reasons.
8034 (gnus-treat-mail-gravatar): Ditto.
8035
8036 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8037 buffer when inserting images. Inserting text into the headers, for
8038 instance, can make them invalid.
8039
8040 2010-09-25 Julien Danjou <julien@danjou.info>
8041
8042 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8043 variables.
8044
8045 * nnheader.el: Remove useless variables news-reply-yank-from and
8046 news-reply-yank-message-id.
8047
8048 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8049 variables.
8050
8051 * mml1991.el: Remove useless mml1991-verbose.
8052
8053 * gnus.el: Remove useless variable gnus-use-generic-from.
8054 Remove obsolete variable gnus-topic-indentation.
8055
8056 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8057
8058 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8059
8060 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8061
8062 * gnus-group.el: Remove useless gnus-group-icon-cache.
8063 Remove useless gnus-ephemeral-group-server.
8064
8065 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8066
8067 * mml2015.el: Remove useless mml2015-verbose.
8068
8069 * mml-smime.el: Remove useless mml-smime-verbose.
8070
8071 * gnus.el: Remove useless gnus-local-domain.
8072
8073 * gnus-gravatar.el (gnus-gravatar-transform-address):
8074 Use gnus-gravatar-size.
8075
8076 * gnus-art.el: Remove useless gnus-treat-translate.
8077
8078 2010-09-24 Julien Danjou <julien@danjou.info>
8079
8080 * gnus-sum.el: Add support for Gravatars.
8081
8082 * gnus-art.el: Add support for Gravatars.
8083
8084 * gnus-gravatar.el: Add this file.
8085
8086 * gravatar.el: Add this file.
8087
8088 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8089
8090 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8091
8092 * gnus-group.el (gnus-group-fetch-faq): Remove.
8093
8094 * gnus.el (gnus-group-faq-directory): Remove.
8095
8096 * gnus-group.el (gnus-group-fetch-charter): Remove.
8097
8098 * gnus.el (gnus-group-charter-alist): Remove.
8099
8100 * gnus-group.el (gnus-group-archive-directory): Remove.
8101 (gnus-group-recent-archive-directory): Ditto.
8102 (gnus-group-make-archive-group): Remove.
8103
8104 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8105
8106 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8107 use the same article number for all the cached articles.
8108
8109 * nnimap.el (nnimap-command): Register the last command time so
8110 that we can use it for idling NOOPs.
8111 (nnimap-open-connection): Start the keeplive timer.
8112 (nnimap-make-process-buffer): Store all the process buffers.
8113 (nnimap-keepalive): New function.
8114
8115 * starttls.el (starttls-open-stream): Add autoload cookie.
8116
8117 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8118
8119 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8120 handling.
8121
8122 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
8123
8124 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8125 its data structures.
8126
8127 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8128 instead of the cl.el copy-list.
8129 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8130 equalp.
8131
8132 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8135 and tool-bar-local-item-from-menu.
8136
8137 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8138 mode-line-highlight face for Emacs.
8139
8140 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8141 loading gnus-sum.elc; fix comment for canlock-verify.
8142 (gnus-article-jump-to-part): Use read-number.
8143 (gnus-insert-mime-button, gnus-insert-mime-security-button):
8144 Remove Emacs pre-21 compatible code for help-echo.
8145 (gnus-article-next-page-1): No need to adjust the number of lines.
8146 (gnus-article-describe-bindings): Always use help-buffer.
8147
8148 * gnus-audio.el (gnus-audio-inline-sound):
8149 * gnus-cus.el (gnus-custom-mode):
8150 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8151
8152 * gnus-sum.el (gnus-remove-overlays): Doc fix.
8153
8154 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8155 compatible code.
8156
8157 2010-09-24 Glenn Morris <rgm@gnu.org>
8158
8159 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8160 visiting the fcc file in rmail-mode.
8161
8162 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8163
8164 * nnir.el: Silence the byte compiler.
8165
8166 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8167 alias to browse-url-url-encode-chars if any.
8168 (gnus-html-encode-url): Use it.
8169
8170 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8171
8172 * gnus-start.el (gnus-use-backend-marks): New variable.
8173 (gnus-get-unread-articles-in-group): Use it.
8174
8175 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8176 makeover.
8177
8178 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8179
8180 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8181
8182 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8183
8184 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8185 Remove.
8186 (gnus-setup-news-hook):
8187 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8188
8189 * gnus-int.el (gnus-request-update-info): Protect against backends not
8190 having the function.
8191
8192 * nnimap.el (nnimap-stream): Mention STARTTLS.
8193 (nnimap-open-connection): Add STARTTLS support.
8194
8195 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
8196
8197 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8198
8199 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8200
8201 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8202 BODYSTRUCTUREs.
8203 (nnimap-transform-headers): Unfold quoted {42} headers.
8204
8205 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8206 the info.
8207 (gnus-get-unread-articles): Only call updatep on backends that support
8208 it.
8209
8210 * nnweb.el (nnweb-request-update-info): NOOP.
8211
8212 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8213
8214 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8215 since it only deals with marks.
8216
8217 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8218 gnus-request-marks, and make a new gnus-request-update-info.
8219
8220 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8221 the active instead of the high number, which is usually too low.
8222
8223 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
8224
8225 * encrypt.el: Remove.
8226
8227 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8228
8229 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8230 server in symbolic form.
8231
8232 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8233
8234 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8235
8236 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8237 (nnimap-update-info): Fix up code slightly.
8238
8239 * gnus-int.el (gnus-open-server): Add tracing for performance
8240 debugging.
8241
8242 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8243 (gnus-group-insert-group-line): Pass the real group name so that it
8244 gets the right data.
8245
8246 * gnus-start.el (gnus-get-unread-articles): Don't have
8247 `gnus-get-unread-articles-in-group' update info, since that can be
8248 really slow and doesn't seem to be needed?
8249
8250 2010-09-22 Julien Danjou <julien@danjou.info>
8251
8252 * gnus-group.el (gnus-group-insert-group-line):
8253 Call gnus-group-highlight-line.
8254 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8255 default hook list.
8256 (gnus-group-update-eval-form): Add new function.
8257 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8258 (gnus-group-get-icon): Use gnus-group-update-eval-form.
8259
8260 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8261
8262 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8263 immediate, then expire all articles.
8264 (nnimap-update-info): Fix off-by-one errors.
8265 (nnimap-flags-to-marks): Would return no marks lists for group with no
8266 flags. Instead return the other data.
8267
8268 2010-09-22 Julien Danjou <julien@danjou.info>
8269
8270 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8271 Only return an icon.
8272 (gnus-group-insert-group-line): Compute icon to return.
8273
8274 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8275 (gnus-html-image-fetched): Only cache if
8276 gnus-html-image-automatic-caching is set.
8277 (gnus-html-image-fetched): Check for errors.
8278
8279 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8280
8281 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8282 once per method on `g'. This ensures that backends like nnfolder don't
8283 open all their folders.
8284
8285 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8286 (nnimap-request-list): Nix out group in the correct buffer.
8287 (nnimap-parse-flags): Implement by using `read' instead of
8288 hand-parsing.
8289 (nnimap-flags-to-marks): Pass on permanent-flags.
8290 (nnimap-make-process-buffer): Record the server name.
8291 (nnimap-parse-flags): Fix typo.
8292 (nnimap-request-scan): Run split on the server in general, not just a
8293 single group.
8294
8295 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8296 parameter, and propagate this downwards.
8297
8298 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8299 since EXAMINE changes it on the server.
8300
8301 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8302 this command might take a while.
8303
8304 2010-09-22 Julien Danjou <julien@danjou.info>
8305
8306 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
8307 harmful if you have 2 images side-by-side, they can't be properly
8308 update on text deletion. Using text-property is safer here.
8309 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8310 data.
8311
8312 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8313
8314 * nnimap.el (nnimap-expunge-inbox): Remove.
8315 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8316 (nnimap-expunge): Flip default to t.
8317
8318 * gnus.el (gnus-method-to-server): Don't push things to the cache
8319 unless it's unique.
8320 (gnus-server-to-method): Ditto.
8321
8322 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
8323
8324 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8325
8326 2010-09-22 Julien Danjou <julien@danjou.info>
8327
8328 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8329 get the start of data.
8330 (gnus-html-encode-url): Add this function to encode special chars in
8331 URL.
8332 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8333 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8334
8335 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8336 default.
8337 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8338
8339 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8340 images alt-text.
8341 (gnus-html-put-image): Put alt-text as help-echo.
8342
8343 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8346 * mm-util.el (mm-decompress-buffer):
8347 * nnir.el (nnir-run-find-grep):
8348 * pop3.el (pop3-list): Use 3rd arg of split-string.
8349
8350 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8351
8352 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8353 outside the active range. Suggested by Dan Christensen.
8354
8355 * gnus-start.el (gnus-get-unread-articles): Get the extended method
8356 slightly later to avoid double-getting it.
8357
8358 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8359 previous patch.
8360
8361 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8362
8363 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
8364
8365 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8366
8367 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8368
8369 * gnus-int.el (gnus-open-server): Give a better error message in the
8370 "go offline" case.
8371
8372 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8373 marks for nnimap, which is seldom the right thing to do.
8374
8375 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8376 (gnus-same-method-different-name): New function.
8377
8378 * nnimap.el (parse-time): Require.
8379
8380 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8381 method in the presence of many similar methods.
8382
8383 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8384
8385 * nnimap.el (nnimap-find-expired-articles): Don't refer to
8386 nnml-inhibit-expiry.
8387
8388 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8389 find out whether methods are equal.
8390
8391 * nnimap.el (nnimap-find-expired-articles): New function.
8392 (nnimap-process-expiry-targets): New function.
8393 (nnimap-request-move-article): Request the article before looking at
8394 what the Message-ID is. Fix found by Andrew Cohen.
8395 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8396
8397 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8398 for oldness in addition to being a predicate.
8399
8400 * nnimap.el (nnimap-request-group): When we have zero articles, return
8401 the right data to Gnus.
8402 (nnimap-request-expire-articles): Only delete articles immediately if
8403 the target is 'delete.
8404
8405 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8406 method, this would bug out.
8407
8408 * gnus-group.el (gnus-group-expunge-group): Rename from
8409 gnus-group-nnimap-expunge, and implemented as a normal interface
8410 function.
8411
8412 * gnus-int.el (gnus-request-expunge-group): New function.
8413
8414 * nnimap.el (nnimap-request-create-group): Implement.
8415 (nnimap-request-expunge-group): New function.
8416
8417 2010-09-21 Julien Danjou <julien@danjou.info>
8418
8419 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8420 (gnus-html-cache-expired): Add new function.
8421 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8422 wethever we should display image for fetch it.
8423 Compute alt-text earlier to pass it to the fetching function too.
8424 (gnus-html-schedule-image-fetching): Change function argument to only
8425 get one image at a time, not a list.
8426 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8427 cache.
8428 (gnus-html-get-image-data): New function to retrieve image data from
8429 cache.
8430 (gnus-html-put-image): Change buffer argument to use image data rather
8431 than file, and place image above region rather than inserting a new
8432 one. Do not take alt-text as argument, since it's useless now: we place
8433 the image above alt-text.
8434 (gnus-html-prune-cache): Remove.
8435 (gnus-html-show-images): Start to fetch image when we find one, do not
8436 push into a temporary list.
8437 (gnus-html-prefetch-images): Only fetch image if they have expired.
8438 (gnus-html-browse-image): Fix, use 'gnus-image-url.
8439 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8440
8441 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8442
8443 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8444
8445 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8446
8447 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8448 spec inser "*" if the group isn't active instead of 0.
8449
8450 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8451 opening the server.
8452 (nnimap-request-delete-group): Implement group deletion.
8453 (nnimap-transform-headers): Return the size of the entire message in
8454 the Bytes header, not just the size of the first part.
8455 (nnimap-request-move-article): When moving an article from nnimap,
8456 request the article first so the accepting form has an article to
8457 accept. Reported by Dan Christensen.
8458 (nnimap-command): Make sure that the error message doesn't error out.
8459
8460 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
8461
8462 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8463 we haven't requested anything.
8464
8465 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8466
8467 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8468 "". Fix found by Andrew Cohen.
8469
8470 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8471 instead of -encode-string.
8472
8473 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
8474
8475 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8476
8477 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8478 by mm-subst-char-in-string.
8479
8480 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8481
8482 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8483 waiting for the connection string.
8484
8485 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8486 arriving.
8487
8488 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8489 bogus characters. This allows selecting certain Gmail groups.
8490
8491 * nnimap.el (nnimap-find-wanted-parts-1): New function.
8492 (nnimap-fetch-partial-articles): New variable.
8493 (nnimap-open-connection): When looking for credentials, also use the
8494 nnimap-server-port.
8495 (nnimap-request-article): Return the group/article number, so that Gnus
8496 `^' works as expected.
8497 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8498
8499 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8500 comments.
8501 (gnus-methods-sloppily-equal): New function.
8502 (gnus): When using the development version of Gnus, load the gnus-load
8503 file.
8504
8505 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8506 `gnus-open-server' on each method before trying to scan them etc.
8507 This ensures that all the backend parameters are set correctly.
8508
8509 * nnimap.el (nnimap-authenticator): New variable.
8510 (nnimap-open-connection): Allow anonymous login.
8511 (nnimap-transform-headers): The chars header is called Chars not Bytes.
8512 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8513
8514 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8515 patch, found by Knut Anders Hatlen.
8516
8517 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
8518
8519 * gnus-agent.el (gnus-agent-batch-confirmation)
8520 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8521 to gnus-message.
8522 * gnus-art.el (gnus-article-describe-briefly): Likewise.
8523 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8524 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8525 * gnus-int.el (gnus-open-server): Likewise.
8526 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8527 (gnus-score-check-syntax): Likewise.
8528 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8529 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8530 Likewise.
8531 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8532
8533 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8534
8535 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8536 calling conventions so that prefetch doesn't bug out.
8537
8538 2010-09-19 Julien Danjou <julien@danjou.info>
8539
8540 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8541 rather than `subst-char-in-region' in order to be able to replace ASCII
8542 char by UTF-8 ones.
8543
8544 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8545 than curl.
8546 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8547 the right URL and ALT text on images.
8548 (gnus-html-wash-tags): Fix tag case.
8549 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
8550 (gnus-article-html): Add -o display_ins_del=2 option.
8551 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8552
8553 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8554
8555 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8556 the extra mail headers, which sometimes seem to happen for unknown
8557 reasons.
8558
8559 * mail-parse.el (mail-header-encode-parameter): Define as
8560 rfc2045-encode-string instead of as rfc2231-encode-string, since some
8561 (or most, perhaps?) mail readers don't understand the latter, but do
8562 understand the former.
8563
8564 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8565 to nil, so that no methods are automatically agentized. I think this
8566 is probably what most users want.
8567
8568 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8569 from url-retrieve, for instance about invalid URLs.
8570
8571 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8572 groups that have no articles.
8573 (nnimap-request-article): Check that we really got an article when we
8574 requested one.
8575
8576 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8577 doesn't exist.
8578
8579 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8580 nntp buffer so the agent can save it.
8581 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8582 that CRLF doesn't get translated to \n.
8583 (nnimap-open-connection): Don't make 'shell commands only send \n.
8584
8585 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8586
8587 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8588 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8589 Update var name.
8590 (nnml-generate-nov-file): Use dolist.
8591 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8592 Use with-current-buffer.
8593
8594 2010-09-18 Julien Danjou <julien@danjou.info>
8595
8596 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8597 parallel.
8598
8599 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8600
8601 * nnimap.el (nnimap-update-info): When doing partial marks update, get
8602 the range update right.
8603 (nnimap-request-group): Don't make `M-g' bug out on group with no
8604 marks.
8605 (nnoo): Require, so that other packages can require nnimap.
8606 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8607 command we're looking for. This helps when the server sends more
8608 responses after we've gotten everything we expected.
8609 (nnimap): Add a `newlinep' field to keep track of end-of-line
8610 conventions.
8611 Don't send CRLF to things that don't want it.
8612 (nnimap-request-accept-article): Ditto.
8613
8614 2010-09-18 Julien Danjou <julien@danjou.info>
8615
8616 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8617 than curl to retrieve images.
8618
8619 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8620
8621 * nnimap.el (nnimap-update-info): Extend the info so that we can set
8622 the marks.
8623 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8624 (nnimap-wait-for-connection): New function.
8625 (nnimap-open-connection): If we have PREAUTH, don't query for login
8626 credentials.
8627 (nnimap-update-info): Fix off-by-one error when concatenating ranges
8628 when doing a partial update.
8629
8630 2010-09-18 Julien Danjou <julien@danjou.info>
8631
8632 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8633 tags.
8634
8635 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
8636
8637 * nnimap.el (nnimap-credentials): New function.
8638 (nnimap-open-connection): Use the new function to look for credentials
8639 also on the numeric equivalents of "imap" and "imaps".
8640
8641 * gnus-start.el (gnus-activate-group): Send the info to
8642 gnus-request-group.
8643
8644 * nnimap.el (nnimap-request-group): Have the "check" version of the
8645 function parse flags and update the info, so that a `M-g' get a total
8646 resync of all flags from the group.
8647
8648 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8649 to allow backends to alter the info on group selection. Also alter all
8650 the backend -request-group functions to take the parameter.
8651
8652 * nnimap.el (nnimap-store-info): New function.
8653 (nnimap-update-info): Store the info for later usage.
8654 (nnimap-request-group): Use the stored info for the dont-check case, so
8655 that we don't retrieve all marks when we enter a group.
8656
8657 * nnimap.el: Use deffoo instead of defun for interface functions.
8658
8659 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8660 update the group info. This makes the nndraft groups, for instance, go
8661 back to their old behavior.
8662
8663 * gnus-sum.el (gnus-select-newsgroup): Indent.
8664
8665 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8666 in.
8667 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8668 nothing.
8669
8670 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8671 from methods that are denied.
8672
8673 * gnus-int.el (gnus-method-denied-p): New function.
8674
8675 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8676 store the password instead of netrc.
8677 (nnimap-open-connection): Don't error out when we can't make a
8678 connections.
8679
8680 * auth-source.el (auth-source-create): In the password prompt, say what
8681 we're querying for. Also prompt for user name if that hasn't been
8682 given.
8683
8684 * nnimap.el (nnimap-with-process-buffer): Remove.
8685
8686 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8687
8688 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8689 method when we're reading from the agent.
8690
8691 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8692
8693 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8694 that's probably most useful for users.
8695
8696 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8697 "failed" all the time.
8698
8699 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8700 ...)) with (with-current-buffer ...).
8701
8702 * nntp.el (nntp-open-server): Return whether the open was successful or
8703 not.
8704
8705 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8706 select an unread unseen article first.
8707
8708 * nnimap.el (nnimap-open-connection): If the user doesn't have a
8709 /etc/services, supply some sensible port defaults.
8710
8711 2010-09-17 Julien Danjou <julien@danjou.info>
8712
8713 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8714
8715 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
8716
8717 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8718 doesn't have any parameters.
8719
8720 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8721
8722 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8723 only upcased checks.
8724
8725 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8726
8727 * nnimap.el (nnimap-open-shell-stream): New function.
8728 (nnimap-open-connection): Use it.
8729 (nnimap-transform-headers): Get the number of lines in each message.
8730 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8731 number of lines.
8732 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
8733 problem.
8734
8735 * utf7.el (utf7-encode): Autoload.
8736
8737 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8738 to allow the mail splitting to not return a default group. This is
8739 useful for nnimap, which will leave unmatched mail in the inbox.
8740
8741 * nnimap.el: Rewritten.
8742
8743 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8744 nnimap usage.
8745
8746 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8747 if the move is internal, so that nnimap can do fast internal moves.
8748
8749 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8750 data.
8751 (gnus-read-active-for-groups): Support finishing the early retrieval of
8752 data.
8753
8754 * gnus-range.el (gnus-range-nconcat): New function.
8755
8756 * gnus-int.el (gnus-finish-retrieve-group-infos)
8757 (gnus-retrieve-group-data-early): New functions.
8758
8759 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8762 (nnrss-retrieve-groups):
8763 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8764 (pop3-quit): Use with-current-buffer.
8765
8766 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
8767
8768 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8769 instead of nnheader-accept-process-output.
8770
8771 * gnus-html.el (gnus-html-schedule-image-fetching)
8772 (gnus-html-prefetch-images): Replace process-kill-without-query by
8773 gnus-set-process-query-on-exit-flag.
8774
8775 2010-09-16 Romain Francoise <romain@orebokech.com>
8776
8777 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8778
8779 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8780
8781 * gnus-registry.el (gnus-registry-install-shortcuts): The second
8782 parameter to unintern is mandatory-ish in Emacs 24.
8783
8784 * gnus-html.el (gnus-html-schedule-image-fetching)
8785 (gnus-html-prefetch-images): Check for curl before using it.
8786
8787 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8788 depend on curl, which isn't essential.
8789
8790 * imap.el: Revert back to version
8791 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8792 seem problematic.
8793
8794 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8795
8796 * gnus-registry.el (gnus-registry-install-shortcuts):
8797 Explicitly pass `obarray' to `unintern' to avoid a warning.
8798
8799 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8800
8801 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8802 change.
8803
8804 * nnrss.el (nnrss-request-list): Remove this function and related
8805 functions, including the moreover stuff.
8806
8807 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8808
8809 * nnrss.el (nnrss-retrieve-groups): New function.
8810
8811 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * .dir-locals.el: Add no-byte-compile cookie.
8814
8815 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8816
8817 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8818 for back end that doesn't support request-scan.
8819
8820 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8821
8822 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8823 then do request scans from the backends.
8824
8825 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8826 avoid running a hook per line, since this takes a lot of time,
8827 profiling shows.
8828 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
8829 directly if gnus-visual-p is true.
8830
8831 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
8834 groups; replace mapcar with dolist which is a bit faster; pass groups
8835 info to gnus-read-active-file-1.
8836 (gnus-read-active-file-1): Scan only specified groups if the new
8837 optional arg `infos' is given.
8838
8839 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8840
8841 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
8842
8843 * pop3.el (pop3-movemail): Remove.
8844 (pop3-streaming-movemail): Rename to pop3-movemail.
8845
8846 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
8847 don't restrict end-tag searches to the end of the line.
8848
8849 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
8852 articles of every unchecked group to t, which means unknown since the
8853 server has never been opened.
8854
8855 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8856
8857 * gnus-html.el (gnus-html-show-alt-text): New command.
8858 (gnus-html-browse-image): Ditto.
8859 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
8860 to browse the image directly.
8861 (gnus-html-wash-tags): Search for images first, so that <a><img> works
8862 better.
8863
8864 * gnus-async.el (gnus-async-article-callback):
8865 Call `gnus-html-prefetch-images' unconditionally.
8866
8867 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
8868 before feeding URLs to curl.
8869
8870 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
8871
8872 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
8873 internal images as deletable by `W D D'.
8874
8875 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
8876 (gnus-async-article-callback): Fix typo.
8877
8878 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8879
8880 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
8881 current line to work around bugs in the output from w3m.
8882
8883 * gnus-async.el (gnus-async-article-callback): Always prefetch images
8884 for groups that want that.
8885
8886 * nntp.el (nntp-wait-for-string): Supply a timeout for
8887 accept-process-output to ensure progress.
8888
8889 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
8890 level to get unread articles from, then use that for foreign groups,
8891 too.
8892
8893 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
8894 confuses the rest of the function.
8895
8896 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
8897 for the methods that support -retrieve-groups, too.
8898
8899 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
8900
8901 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8902
8903 * pop3.el: Require cl when compiling.
8904 (pop3-number-of-responses): Search for "+OK", not "+OK ".
8905
8906 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8907
8908 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
8909 that aren't going to be activated.
8910 (gnus-get-unread-articles): Fix up the last commit.
8911
8912 * gnus-html.el (gnus-article-html): Allow calling without specifying
8913 the handle. In that case, dissect the buffer first.
8914
8915 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
8916
8917 * nnimap.el (nnimap-open-connection): Revert the change that would look
8918 into authinfo for imaps instead of imap.
8919
8920 * gnus-start.el (gnus-activate-group): Take an optional parameter to
8921 say that you don't want to call gnus-request-group with don-check, but
8922 do check the response. This is for virtual groups only.
8923 (gnus-get-unread-articles): Count the archive groups as secondary, so
8924 that they're activated the same way as before.
8925
8926 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
8927 case-insensitively.
8928 (nnimap-debug): Remove.
8929
8930 * mail-source.el (mail-source-fetch): Don't message if we're fetching
8931 mail from a file, and the file doesn't exist.
8932
8933 * pop3.el (pop3-streaming-movemail): Return t for success.
8934
8935 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
8936 .authinfo if we're using ssl connection.
8937
8938 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
8939 already have if we're in a main Gnus `g' run.
8940
8941 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
8942
8943 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
8946
8947 * nnmh.el (nnmh-request-list-1): Bind `file'.
8948
8949 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
8950 alias to set-process-query-on-exit-flag or process-kill-without-query.
8951 (pop3-open-server): Use it.
8952
8953 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8954
8955 * mail-source.el (mail-source-delete-crash-box): Always move the crash
8956 box to the Incoming file. Fixes mistake in previous checkin.
8957
8958 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
8959 request loop (for debugging purposes) removed.
8960
8961 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
8962 culprit is more visible.
8963 (nnml-save-incremental-nov, nnml-open-incremental-nov)
8964 (nnml-add-incremental-nov): New functions to do "incremental" nov
8965 updates, where we just append to the end of the existing nov files
8966 without reading/writing them in full.
8967
8968 * mail-source.el (mail-source-delete-crash-box): Really only check the
8969 incoming files once in a while.
8970
8971 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
8972
8973 * mail-source.el (mail-source-delete-crash-box): Only check the
8974 incoming files for deletion once per day to save a lot of file
8975 accesses.
8976
8977 * pop3.el (pop3-logon): Fix up unbound variable typo.
8978
8979 * mail-source.el (pop3-streaming-movemail): Autoload.
8980
8981 * pop3.el (pop3-streaming-movemail):
8982 Respect pop3-leave-mail-on-server.
8983
8984 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
8985 retrieval.
8986
8987 * pop3.el (pop3-process-filter): Remove unused function.
8988 (pop3-streaming-movemail, pop3-send-streaming-command)
8989 (pop3-wait-for-messages, pop3-write-to-file)
8990 (pop3-number-of-responses): New functions for streaming pop3
8991 retrieval.
8992
8993 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
8994 come from no known methods.
8995 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
8996 list.
8997
8998 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
8999 message sizes.
9000 (pop3-movemail): Use erase-buffer instead of looping and deleting
9001 regions, which seems rather odd.
9002
9003 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9004 file once per `g' run.
9005
9006 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9007 directories. This makes the draft queue directory work.
9008
9009 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9010 data from the backends, so that we only request the list of groups from
9011 each method once. This should speed things up considerably.
9012
9013 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9014 detect that it's not implemented.
9015
9016 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9017 we actually do recurse down into the tree, but don't stat all leaf
9018 nodes.
9019
9020 * gnus-html.el (gnus-html-show-images): If there are no images to show,
9021 then say so instead of bugging out.
9022
9023 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9024 files exist before trying to read them.
9025
9026 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9027 around <pre_int>.
9028
9029 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9030
9031 * nnmh.el (nnmh-request-list-1): Optimize for speed.
9032
9033 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9034
9035 * mm-util.el (mm-image-load-path): Just return the image directories,
9036 not all directories in the path in addition to the image directories.
9037 (mm-image-load-path): Maintain a cache of the image directories so that
9038 the `g' command in Gnus doesn't have to stat dozens of directories each
9039 time.
9040
9041 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9042 (gnus-html-wash-tags): Add a new `i' command to insert images.
9043 (gnus-html-insert-image): New command and keystroke.
9044 (gnus-html-redisplay-with-images): New command and keystroke.
9045 (gnus-html-show-images): Rename command.
9046 (gnus-html-wash-tags): Remove more white space before <pre_int> image
9047 spacers.
9048 (gnus-html-wash-tags): Decode entities at the end, so that entities
9049 inside the tags don't mess up the rest of the "parsing".
9050
9051 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9052 so that nnimap methods aren't agentized by default. There's apparently
9053 many problems related to agent/imap behavior.
9054
9055 * gnus-art.el (gnus-article-copy-string): New command and key binding.
9056
9057 * gnus-html.el: Doc fix.
9058
9059 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9060
9061 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9062 glyph-width and glyph-height instead of display-graphic-p and
9063 image-size; make avoidance of displaying small images work for XEmacs.
9064
9065 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9066 for XEmacs.
9067
9068 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9069 of symbol that holds plist data.
9070 (gnus-process-plist): Remove plist of process after getting it.
9071
9072 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9073
9074 * message.el (message-generate-hashcash): Change default to
9075 'opportunistic if hashcash is installed.
9076
9077 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9078 (gnus-html-put-image): Only call image-size once, since it's somewhat
9079 time-consuming on remote X servers.
9080
9081 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
9082
9083 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9084 decoded contents.
9085 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9086
9087 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
9089 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9090 group line format, since it isn't very interesting.
9091
9092 * gnus-agent.el (gnus-agent-short-article),
9093 (gnus-agent-long-article): Increase values for these two variables,
9094 since most people are likely to have more network connection and
9095 storage than before.
9096
9097 * gnus.el (gnus-refer-article-method): Change default to 'current.
9098 When referring an article, the common behavior is to refer it from the
9099 current select method, not the native select method. The chances of
9100 the native select method having the message in question is rather slim
9101 these days.
9102
9103 * gnus-sum.el (gnus-auto-select-subject): Change default to
9104 `unseen-or-unread'. I think it's likely that most people want to
9105 select an unseen article over a previously seen, but unread one.
9106
9107 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
9108 means that in the article buffer none of the minor mode elements will
9109 be shown, usually, and this is not desirable in most cases.
9110
9111 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9112 that commands like `d' (and the like) go to the next line in the
9113 buffer, instead of the next unread article. I think this is the
9114 behavior that is most natural for most users.
9115 (gnus-single-article-buffer): Change default to nil, so that people can
9116 have as many article buffers open as they have summary buffer. I think
9117 this is the most natural way for the groups to behave.
9118
9119 * message.el (message-generate-new-buffers): Change default to
9120 `unsent', so that all new message buffers start their names with the
9121 string "*unsent", and it's easier to find the buffers if you move from
9122 them.
9123
9124 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9125
9126 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9127 small. They're probably tracking images.
9128 (gnus-html-wash-tags): Remove all <pre_int> place holders.
9129 (gnus-html-rescale-image): Yet another try at getting the image sizing
9130 right.
9131
9132 * nntp.el (nntp-request-set-mark): Refuse to do marks if
9133 nntp-marks-file-name is nil.
9134
9135 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9136
9137 * gnus-html.el (gnus-html-wash-tags)
9138 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9139 Better logging.
9140
9141 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9142
9143 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9144
9145 * gnus-html.el (gnus-html-wash-tags): Check the value of
9146 gnus-blocked-images in the summary buffer.
9147
9148 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9149
9150 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9151
9152 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9153
9154 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9155 like "a", it seems like.
9156 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9157 since it needs to be picked from the correct buffer.
9158
9159 * nnwfm.el: Remove.
9160
9161 * nnlistserv.el: Remove.
9162
9163 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9164
9165 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9166 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9167
9168 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9169
9170 * nnkiboze.el: Remove.
9171
9172 * nndb.el: Remove.
9173
9174 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9175 alt text.
9176 (gnus-html-rescale-image): Try to get the rescaling logic right for
9177 images that are just wide and not tall.
9178
9179 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9180 overshadow variable bindings.
9181
9182 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
9183
9184 * gnus-html.el (gnus-html-wash-tags)
9185 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9186 Add extra logging.
9187
9188 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9189
9190 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9191 (gnus-max-image-proportion): New variable.
9192 (gnus-html-rescale-image): New function.
9193 (gnus-html-put-image): Rescale images.
9194
9195 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 Fix up some byte-compiler warnings.
9198 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9199 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9200 (gnus-article-fill-cited-article, gnus-article-hide-citation)
9201 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9202 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9203 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9204 (gnus-group-update-group): Use save-excursion and with-current-buffer.
9205
9206 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9207
9208 * gnus-html.el (gnus-article-html): Decode contents by charset.
9209
9210 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9211
9212 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9213 (gnus-html-frame-width, gnus-blocked-images):
9214 * message.el (message-prune-recipient-rules): Add custom version.
9215 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9216
9217 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9218 functions.
9219
9220 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9221 gnus-process-get.
9222
9223 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
9224
9225 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9226 instead of lsub directly.
9227
9228 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9229
9230 * nnwarchive.el: Remove.
9231
9232 * gnus-soup.el: Remove.
9233
9234 * nnsoup.el: Remove.
9235
9236 * nnultimate.el: Remove.
9237
9238 * gnus-html.el (gnus-blocked-images): New variable.
9239
9240 * message.el (message-prune-recipients): New function.
9241 (message-prune-recipient-rules): New variable.
9242
9243 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9244 guess whether a long line is natural text or not.
9245
9246 * gnus-html.el (gnus-html-schedule-image-fetching):
9247 Use gnus-process-plist and friends for compatibility.
9248
9249 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
9250
9251 * gnus-html.el: Require packages that define macros used in this file.
9252 (gnus-article-mouse-face): Declare to silence byte-compiler.
9253 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9254 process-get.
9255 (gnus-html-put-image): Use plist-get to avoid getf.
9256 (gnus-html-prefetch-images): Use with-current-buffer.
9257
9258 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
9259
9260 * gnus-ems.el: Provide compatibility functions for
9261 gnus-set-process-plist.
9262
9263 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9264 * gnus.el (gnus-valid-select-methods):
9265 * message.el (message-send-mail-partially-limit):
9266 * mm-decode.el (mm-text-html-renderer):
9267 * mml.el (mml-insert-mime-headers-always):
9268 * smiley.el (smiley-regexp-alist): Bump custom version.
9269
9270 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9271
9272 * gnus-html.el: require mm-url.
9273 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9274 with the url to `url'.
9275 (gnus-html-wash-tags): Support cid: URLs/images.
9276
9277 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9278
9279 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9280 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9281 bindings, as they aren't useful at all. `w' is moved to `W w'.
9282
9283 * gnus-move.el: Remove file, since it doesn't really work.
9284
9285 * gnus-html.el (gnus-article-html): Tell w3m that the input is
9286 UTF-8. This seems to fix problems with some German web feeds.
9287
9288 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9289 at the top so that the proper colors are applied.
9290
9291 * gnus-art.el (gnus-article-view-part): Doc fix.
9292
9293 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9294 XEmacs-compatible.
9295 (gnus-html-put-image): Don't do images on non-graphic displays.
9296
9297 * nnslashdot.el: Remove this unused backend.
9298
9299 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9300 actions.
9301 (gnus-undo-register-1): Revert last change.
9302
9303 * gnus-group.el (gnus-group-completing-read): Protect against not
9304 having completion-styles bound.
9305
9306 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9307 make broken recipients happier.
9308
9309 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9310
9311 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9312 point parameter.
9313
9314 * gnus-group.el (gnus-group-completing-read): Add 'substring to
9315 completion-styles for group selection.
9316
9317 2009-02-04 Andreas Schwab <schwab@suse.de>
9318
9319 * gnus-score.el (gnus-score-string): Fix regex for matching extra
9320 headers and regexp-quote the match if necessary.
9321
9322 2009-03-24 Miles Bader <miles@gnu.org>
9323
9324 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9325 the blinking smiley.
9326
9327 2009-03-24 Simon Josefsson <simon@josefsson.org>
9328
9329 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9330 blink smiley.
9331
9332 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9333
9334 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9335 where the dribbel file lives exists.
9336
9337 * message.el (message-send-mail-partially-limit): Change the default to
9338 nil, since most people don't want this.
9339
9340 * mm-url.el (mm-url-decode-entities): Also decode entities like
9341 &#x3212.
9342
9343 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
9344
9345 * gnus-sum.el (gnus-summary-idna-message):
9346 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9347 Hyperlink urls in docstrings with URL `...'.
9348
9349 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
9350
9351 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9352 functions.
9353
9354 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9355
9356 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9357 say what the mouseover text should be.
9358
9359 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9360 version of the mm-w3m-safe-url-regexp variable to only download images
9361 in the groups where we want that to happen.
9362
9363 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9364
9365 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9366 easier debugging.
9367 (gnus-article-beginning-of-window): Add kludge to allow spacing past
9368 big pictures in the article buffer.
9369
9370 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9371 gnus-article-html.
9372 (mm-text-html-renderer): gnus-article-html needs curl in addition to
9373 w3m.
9374
9375 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9376
9377 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
9378
9379 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9380 which doesn't exist.
9381
9382 * message.el (message-inhibit-ecomplete): New variable to allow some
9383 function to inhibit ecomplete address storage.
9384 (message-resend): Disable ecomplete message storage when resending
9385 messages.
9386
9387 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9388
9389 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
9390
9391 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9392 Save excursion while copying, moving, and deleting articles in order to
9393 prevent the cursor from jumping to unforeseen place.
9394
9395 2010-08-17 Glenn Morris <rgm@gnu.org>
9396
9397 * gnus-sync.el: Require gnus components whose functions are used.
9398
9399 * gnus-art.el (bookmark-make-record-function):
9400 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9401 Declare for compiler.
9402
9403 * mm-url.el (mml-compute-boundary): Autoload.
9404
9405 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9406
9407 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9408
9409 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
9410
9411 Typo fix "hoo4a" -> "hook".
9412
9413 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9414
9415 2010-08-14 Glenn Morris <rgm@gnu.org>
9416
9417 * gnus-sync.el (gnus-sync): Fix defgroup version.
9418
9419 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
9420
9421 Doc fixes and keep unknown groups (ammended for nunion bug fix).
9422
9423 * gnus-sync.el: Fix docs.
9424 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9425 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9426
9427 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9428
9429 Optimizations for gnus-sync.el.
9430
9431 * gnus-sync.el: Add docs about gnus-sync-backend
9432 possibilities.
9433 (gnus-sync-save): Remove unnecessary message.
9434 (gnus-sync-read): Optimize and show what groups were skipped.
9435
9436 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9437
9438 Minor bug fixes for gnus-sync.el.
9439
9440 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9441 Don't read the sync on get-new-news.
9442
9443 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9444 quiet.
9445
9446 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9447 (fix typo).
9448
9449 2010-07-30 Lawrence Mitchell <wence@gmx.li>
9450
9451 Make saving and restoring of hidden threads work with overlays.
9452 Patch applied by Ted Zlatanov.
9453
9454 * gnus-sum.el (gnus-hidden-threads-configuration)
9455 (gnus-restore-hidden-threads-configuration): Update to deal with text
9456 properties, rather than searching for a magic character.
9457
9458 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
9459
9460 New gnus-sync.el library for synchronization of marks.
9461
9462 * gnus-sync.el: New library for synchronization of marks.
9463
9464 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9465 renamed from `gnus-registry-grep-in-list'.
9466
9467 * gnus-registry.el (gnus-registry-follow-group-p):
9468 Use `gnus-grep-in-list'.
9469
9470 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9471
9472 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9475 determining charset of text fails.
9476
9477 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * nnmail.el (nnmail-get-new-mail-1): Revert.
9480
9481 * nnml.el (nnml-active-number): Make sure names of newly created groups
9482 in nnml-group-alist are encoded.
9483
9484 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
9485
9486 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9487 containing non-ASCII characters in active file for nnml back end.
9488
9489 2010-07-24 David Engster <dengste@eml.cc>
9490
9491 * mml-smime.el (mml-smime-epg-verify): Also accept the older
9492 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9493
9494 2010-07-21 Daiki Ueno <ueno@unixuser.org>
9495
9496 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9497 tag (Bug#6654).
9498
9499 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
9500
9501 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9502 the article buffer, not the summary buffer.
9503
9504 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
9505
9506 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9507 Emacs 23 as well.
9508
9509 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9510
9511 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9512 Patch applied by Karl Fogel.
9513
9514 * gnus-sum.el (gnus-summary-bookmark-make-record):
9515 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9516
9517 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9518
9519 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9520 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
9521 C-w still not working correctly from Article buffers; Thierry's
9522 patch to fix that will be applied after this.
9523
9524 * gnus-art.el (bookmark-make-record-function): New local variable.
9525
9526 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9527 article buffer.
9528 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9529
9530 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9531
9532 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9533 on changes in bookmark.el.
9534
9535 2010-06-22 Mark A. Hershberger <mah@everybody.org>
9536
9537 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9538 the *other* type of HTML form submission.
9539
9540 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * auth-source.el (auth-source-pick): If choice does not contain a
9543 questioned keyword, set the check to t.
9544
9545 2010-06-12 Romain Francoise <romain@orebokech.com>
9546
9547 * gnus-util.el (gnus-date-get-time): Move up before first use.
9548
9549 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9550
9551 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9552 (gnus-article-edit-part): Bind it to make last part that is substituted
9553 or deleted visible.
9554 (gnus-mime-display-single): Buttonize part of which id equals to
9555 gnus-mime-buttonized-part-id.
9556
9557 2010-06-10 Dan Christensen <jdc@uwo.ca>
9558
9559 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9560 (gnus-dd-mmm): Use gnus-date-get-time.
9561 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9562 simplify logic.
9563 (gnus-summary-limit-to-age): Use gnus-date-get-time.
9564 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9565
9566 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
9567
9568 * auth-source.el (top): Autoload `secrets-list-collections',
9569 `secrets-create-item', `secrets-delete-item'.
9570 (auth-sources): Fix tag string.
9571 (auth-get-source, auth-source-retrieve, auth-source-create)
9572 (auth-source-delete): New defuns.
9573 (auth-source-pick): Rewrite in order to avoid 2 passes.
9574 (auth-source-forget-user-or-password): New parameter USERNAME.
9575 (auth-source-user-or-password): New parameters CREATE-MISSING and
9576 DELETE-EXISTING. Retrieve password interactively, if needed.
9577
9578 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
9579
9580 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9581 deleting unused directories when gnus-expert-user is t.
9582
9583 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
9584
9585 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9586 for each temp file when gnus-article-browse-delete-temp is ask.
9587
9588 2010-05-20 Kevin Ryde <user42@zip.com.au>
9589
9590 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
9591
9592 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
9593
9594 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9595 article unless decoding article to be saved.
9596
9597 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9600 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9601 generated within the mm-with-unibyte-current-buffer macro.
9602
9603 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
9604
9605 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9606 to nil when we're in a mml-preview buffer and no group is selected.
9607
9608 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
9609
9610 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9611 when catching the `C-g'. Reported by "Leo".
9612
9613 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * message.el (message-forward-make-body-plain)
9616 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9617 multibyte-string-p.
9618
9619 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
9620
9621 * message.el (message-forward-make-body-mml): Assume original message
9622 is multibyte string; error on unibyte.
9623 (message-forward-make-body-plain): Ditto; don't add excessive newline
9624 in body end.
9625
9626 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
9627
9628 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9629 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
9630
9631 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
9632
9633 * mm-extern.el (mm-extern-url): Don't use
9634 mm-with-unibyte-current-buffer.
9635 (mm-extern-cache-contents): Use with-current-buffer instead of
9636 save-excursion + set-buffer.
9637
9638 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * mm-util.el (mm-emacs-mule): Remove.
9641
9642 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
9643
9644 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9645 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9646 change.
9647
9648 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9649
9650 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9651 bind the default value of enable-multibyte-characters to nil.
9652
9653 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * message.el (message-forward-make-body-plain)
9656 (message-forward-make-body-mml):
9657 Don't use mm-with-unibyte-current-buffer.
9658
9659 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
9660
9661 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9662 (Bug#5592).
9663
9664 2010-05-07 Julien Danjou <julien@danjou.info>
9665
9666 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9667 it to mm-pipe-part.
9668
9669 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9670 it is given.
9671
9672 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
9673
9674 * nnweb.el (nnweb-gmane-search):
9675 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9676 XEmacs.
9677
9678 * gnus-art.el (gnus-article-browse-html-parts):
9679 * gnus-group.el (gnus-read-ephemeral-gmane-group)
9680 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9681 make-temp-file.
9682
9683 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9684 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9685 compiling.
9686
9687 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9688 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9689 XEmacs when compiling.
9690
9691 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9692 gnus-pick-mode-off-hook for XEmacs when compiling.
9693 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9694 gnus-binary-mode-off-hook for XEmacs when compiling.
9695
9696 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9697 Return nil if char-charset is not available.
9698
9699 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9700 macro.
9701
9702 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9703 instead of encode-coding-string.
9704
9705 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9706 'xemacs) instead of mm-emacs-mule to switch function definitions.
9707 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9708
9709 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
9710
9711 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9712
9713 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
9714
9715 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9716 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9717
9718 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
9719
9720 * mm-util.el (mm-decompress-buffer): Use `delete-file';
9721 alias `jka-compr-delete-temp-file' no longer exists.
9722
9723 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 Use define-minor-mode in Gnus where applicable.
9726 * mml.el (mml-mode): Use define-minor-mode.
9727 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9728 (gnus-undo-mode): Use define-minor-mode.
9729 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9730 (gnus-dead-summary-mode): Use define-minor-mode.
9731 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9732 Initialize in declaration.
9733 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9734 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9735 (gnus-mailing-list-mode): Use define-minor-mode.
9736 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9737 (gnus-draft-mode): Use define-minor-mode.
9738 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
9739 (gnus-dired-mode): Use define-minor-mode.
9740
9741 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
9742
9743 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
9744 handles on recursive mml-to-mime translation and check them for
9745 boundary delimiter collisions. Reported by Greg Troxel.
9746
9747 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
9750
9751 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * mm-util.el (mm-find-buffer-file-coding-system):
9754 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9755
9756 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
9757
9758 * message.el (message-generate-headers): Record insertion of optional
9759 headers as well. Otherwise the check to prevent repeated insertion of
9760 optional headers is a no-op.
9761
9762 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
9763
9764 * smime.el: Don't mention CVS.
9765
9766 * nnrss.el (nnrss-fetch): Don't mention CVS.
9767
9768 * nnir.el: Don't mention CVS.
9769
9770 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * gnus-sum.el (gnus-summary-bookmark-make-record):
9773 Add `location' field.
9774
9775 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9776
9777 * gnus-sum.el: Add bookmark declarations to silence the compiler.
9778 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
9779 Use with-current-buffer to silence the byte-compiler.
9780 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
9781 bother to require `gnus'.
9782 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
9783
9784 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9785
9786 * gnus-sum.el (gnus-summary-bookmark-make-record)
9787 (gnus-summary-bookmark-jump): New functions.
9788 (gnus-summary-mode): Setup bookmark support.
9789
9790 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
9791
9792 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
9793 if set.
9794
9795 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
9798 gnus-article-browse-html-save-cid-image; make it work recursively for
9799 forwarded messages as well.
9800 (gnus-article-browse-html-parts): Work when prefix arg is given.
9801 (gnus-article-browse-html-article): Doc fix.
9802
9803 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
9804
9805 * message.el (message-default-mail-headers):
9806 (message-default-headers): Carry the value mail-default-headers over
9807 into message-default-mail-headers, rather than message-default-headers.
9808
9809 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
9810
9811 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
9812 charset.
9813
9814 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
9815 charset into the <meta> tag when the article is encoded to utf-8.
9816
9817 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
9818
9819 * gnus-art.el (gnus-article-browse-delete-temp-files):
9820 Delete directories as well.
9821 (gnus-article-browse-html-parts): Work for images that do not specify
9822 file names; delete temp directory when quitting; insert header at the
9823 right place; use file: scheme for image files.
9824
9825 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
9826
9827 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
9828 (gnus-article-browse-html-parts): Use it to make temporary cid image
9829 files in addition to html file so that browser may display them.
9830
9831 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
9832
9833 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
9834
9835 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
9836
9837 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
9838
9839 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
9840
9841 * auth-source.el (auth-sources): Change default to be simpler.
9842 Explain about Secret Service API sources. Improve Customize options.
9843 (auth-source-pick): Change to accept any number of search parameters.
9844 Implement fallbacks iteratively, not recursively. Add scoring on the
9845 second pass and sort by score. Call Secret Service API when needed.
9846 (auth-source-user-or-password): Use it. Call Secret Service API
9847 directly when needed to get the user name and the password.
9848
9849 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
9850
9851 * message.el (message-interactive): Doc fix.
9852 (message-qmail-inject-args): Reflow.
9853 (message-kill-to-signature): Fix typo in docstring.
9854
9855 * smiley.el (smiley-buffer): Fix typo in docstring.
9856
9857 2010-03-24 Glenn Morris <rgm@gnu.org>
9858
9859 * mail-source.el (gnus-message): Declare.
9860 (mail-source-delete-old-incoming): Require gnus-util.
9861
9862 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
9863
9864 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
9865
9866 * message.el (ecomplete-setup): Autoload it for Emacs <23.
9867
9868 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
9869 password-cache's default if it is not bound.
9870 (mml-secure-passphrase-cache-expiry): Default to 16 that is
9871 password-cache-expiry's default if it is not bound.
9872
9873 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
9874 available in Emacs 21.
9875
9876 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
9877
9878 * auth-source.el (auth-sources): Fix up definition so extra parameters
9879 are always inline.
9880
9881 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
9882
9883 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
9884 wasn't updated after mismatch. Clear cached mailbox info correctly
9885 when uidvalidity changes.
9886 (nnimap-group-prefixed-name): New function to avoid some code
9887 duplication.
9888 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
9889 (nnimap-request-group): Use it.
9890 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
9891 (nnimap-update-unseen): Significantly improved speed of Gnus startup
9892 with many imap folders. This is done by caching the group status from
9893 the imap server persistently in a group parameter `imap-status'. (This
9894 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
9895 but not persistently, so every Gnus startup was still very slow.)
9896
9897 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9898
9899 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
9900 secrets.el dependency.
9901 (auth-sources): Add optional user name. Add secrets.el configuration
9902 choice (unused right now).
9903
9904 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
9905
9906 * gnus-sum.el (gnus-summary-make-menu-bar):
9907 Let `gnus-registry-install-shortcuts' fill in the functions.
9908
9909 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
9910 warnings.
9911 (gnus-registry-misc-menus): Variable to hold registry mark menus.
9912 (gnus-registry-install-shortcuts): Populate and use it in a
9913 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
9914
9915 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
9916
9917 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
9918 In-place substitutions for the group name encoding/decoding.
9919 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
9920 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
9921 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
9922 (nnimap-update-unseen, nnimap-request-list)
9923 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
9924 (nnimap-request-set-mark, nnimap-split-to-groups)
9925 (nnimap-split-articles, nnimap-request-newgroups)
9926 (nnimap-request-create-group, nnimap-request-accept-article)
9927 (nnimap-request-delete-group, nnimap-request-rename-group)
9928 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
9929 `encoded-mbx' for consistency.
9930 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
9931 variable `imap-current-mailbox'.
9932
9933 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
9934 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
9935
9936 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
9937
9938 * pop3.el (pop3-display-message-size-flag): Display message size byte
9939 counts during POP3 download.
9940 (pop3-movemail): Use it.
9941 (pop3-list): Implement listing of available messages.
9942
9943 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
9944
9945 * nnir.el (nnir-get-article-nov-override-function): New function to
9946 override the normal NOV retrieval.
9947 (nnir-retrieve-headers): Use it.
9948
9949 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
9950
9951 * auth-source.el (netrc-machine-user-or-password): Autoload.
9952
9953 2010-03-19 Glenn Morris <rgm@gnu.org>
9954
9955 Stop message.el from loading about 40 libraries it doesn't always need.
9956 The general approach is to autoload rather than require, and to
9957 require in the specific functions rather than the file. (Bug#5642)
9958
9959 * gmm-utils.el: Don't require wid-edit.
9960 (widget-create-child-value, widget-convert, widget-default-get):
9961 Autoload.
9962
9963 * gnus-util.el: Don't require time-date, netrc.
9964 (message-fetch-field, gnus-group-name-decode): Declare rather than
9965 autoloading.
9966 (gnus-fetch-field): Require message.
9967 (gnus-decode-newsgroups): Require gnus-group.
9968
9969 * ietf-drums.el: Don't require time-date.
9970
9971 * message.el: Don't require hashcash, canlock, ecomplete.
9972 Do require mail-utils. Require nnheader only when compiling.
9973 (smtpmail-default-smtp-server): Remove declaration.
9974 (message-send-mail-function): Check smtpmail-default-smtp-server
9975 is bound rather than requiring smtpmail.
9976 (message-auto-save-directory, message-insert-signature):
9977 Use expand-file-name rather than nnheader-concat.
9978 (nnheader-insert-file-contents): Autoload.
9979 (hashcash-wait-async): Declare.
9980 (message-send-mail): Only call gnus-setup-posting-charset if
9981 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
9982 (message-send-mail-with-sendmail): Require sendmail.
9983 (canlock-password, canlock-password-for-verify): Declare.
9984 (message-canlock-password): Require canlock.
9985 (nnheader-get-report): Autoload.
9986 (gnus-setup-posting-charset): Declare.
9987 (message-send-news): Require gnus-msg.
9988 (message-make-references, message-make-in-reply-to): Use mail-header-id
9989 rather than the alias mail-header-message-id.
9990 (ecomplete-add-item, ecomplete-save): Declare.
9991 (message-put-addresses-in-ecomplete): Require ecomplete.
9992 (ecomplete-display-matches): Autoload.
9993
9994 * mm-decode.el: Don't require mailcap, gnus-util.
9995 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
9996 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
9997 Autoload.
9998 (mailcap-mime-extensions): Declare.
9999
10000 * mm-encode.el: Don't require mailcap.
10001 (mailcap-extension-to-mime): Autoload.
10002
10003 * mml-sec.el: Don't require password-cache.
10004
10005 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10006 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10007 (mml-minibuffer-read-type): Require mailcap.
10008 (mml-preview): Require gnus-msg.
10009
10010 * mml1991.el: Require password-cache.
10011 (password-cache-expiry): Remove declaration.
10012
10013 * mml2015.el: Require password-cache.
10014 (password-cache-expiry): Remove declaration.
10015
10016 * nneething.el (mailcap): Require mailcap.
10017
10018 * nnheader.el (declare-function): Add compatibility stub.
10019 (message-remove-header): Declare rather than autoload.
10020 (nnheader-replace-header): Require message.
10021
10022 * nnimap.el (declare-function): Add compatibility stub.
10023 (netrc-parse, netrc-machine-user-or-password): Declare.
10024 (nnimap-open-connection): Require netrc.
10025
10026 * nntp.el (declare-function): Add compatibility stub.
10027 (netrc-parse, netrc-machine, netrc-get): Declare.
10028 (nntp-send-authinfo): Require netrc.
10029
10030 * rfc2047.el: Don't require qp.
10031 (quoted-printable-encode-region, quoted-printable-decode-string):
10032 Autoload.
10033
10034 * sieve-mode.el: Don't require easymenu.
10035 (easy-menu-add-item): Autoload it.
10036
10037 * spam-stat.el (time-to-number-of-days): Autoload it.
10038
10039 2010-03-17 Kevin Ryde <user42@zip.com.au>
10040
10041 * mml.el (mml-read-tag): Unquote values with `read' to reverse
10042 prin1 in mml-insert-tag (just stripping the quotes gave wrong
10043 value if any backslash escapes).
10044
10045 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10046
10047 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10048 if it is available. (bug#5647)
10049
10050 2010-02-26 Glenn Morris <rgm@gnu.org>
10051
10052 * message.el (message-send-mail-function): Change the default, so that
10053 it inherits from a customized send-mail-function. (Bug#5643)
10054
10055 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10058 shell-command-to-string signals an error (bug#5299).
10059
10060 2010-02-24 Glenn Morris <rgm@gnu.org>
10061
10062 * message.el (message-smtpmail-send-it)
10063 (message-send-mail-with-mailclient): Doc fixes.
10064
10065 2010-02-16 Glenn Morris <rgm@gnu.org>
10066
10067 * message.el (message-default-mail-headers): Change the default value
10068 to ease the transition from mail-mode to message-mode. (Bug#5555)
10069
10070 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
10071
10072 * message.el (message-mail): Just pass yank-action on to message-setup.
10073 (message-setup): Handle (FUN . ARGS) form of yank-action.
10074 (message-with-reply-buffer, message-widen-reply)
10075 (message-yank-original): Handle non-buffer values of
10076 message-reply-buffer (Bug#4080).
10077 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10078
10079 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10082 Fix typo in docstring.
10083
10084 2010-01-08 Jason Rumney <jasonr@gnu.org>
10085
10086 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10087 response.
10088
10089 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10090
10091 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10092
10093 * message.el (message-check-news-header-syntax): Protect against a
10094 string that `rfc822-addresses' returns when parsing fails.
10095
10096 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10099 (gnus-previous-char-property-change): New functions.
10100
10101 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10102
10103 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
10104
10105 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10106 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
10107
10108 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * message.el (message-exchange-point-and-mark): Rework last change to
10111 avoid using optional arg of exchange-point-and-mark, for backward
10112 compatibility.
10113
10114 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
10115
10116 * message.el (message-exchange-point-and-mark):
10117 Call exchange-point-and-mark with an argument rather than setting
10118 mark-active by hand (Bug#5175).
10119
10120 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10121
10122 * nntp.el (nntp-service-to-port): Work for service expressed with
10123 numeric string; replace [:digit:] with [0-9] for XEmacs.
10124
10125 2009-12-17 Glenn Morris <rgm@gnu.org>
10126
10127 * gnus-group.el (gnus-bug-group-download-format-alist):
10128 Change emacs entry to debbugs.gnu.org. Bump :version.
10129
10130 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
10131
10132 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10133
10134 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
10135
10136 * message.el (message-info): Explain why we use `Info-goto-node'.
10137
10138 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10139
10140 * message.el (message-completion-in-region): New compatibility function.
10141 (message-expand-group): Use it.
10142
10143 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10144
10145 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10146 with no unread article should be listed if the 2nd arg `predicate' is
10147 given.
10148
10149 2009-11-29 Juri Linkov <juri@jurta.org>
10150
10151 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10152 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
10153 on `gnus-recenter'. (Bug#4698, Bug#4981)
10154
10155 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
10156
10157 * message.el (message-from-style, message-interactive)
10158 (message-signature): Always set default values from the corresponding
10159 mail-* variables.
10160 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10161 (message-yank-prefix, message-indentation-spaces)
10162 (message-signature-file, message-default-headers): Use boundp rather
10163 than (featurep 'xemacs) to check if the corresponding mail-* variables
10164 exist.
10165
10166 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
10167
10168 * message.el (message-send-mail-with-sendmail): Revert last change.
10169
10170 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * message.el (message-from-style, message-interactive)
10173 (message-cite-prefix-regexp, message-sendmail-envelope-from)
10174 (message-yank-prefix, message-indentation-spaces, message-signature)
10175 (message-signature-file, message-default-headers): For GNU Emacs, set
10176 default values from the corresponding mail-* variables.
10177 (message-send-mail-with-sendmail): Use envelope-from only if
10178 mail-specify-envelope-from is non-nil.
10179
10180 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10181
10182 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10183 containing tspecial characters if they have been already quoted.
10184
10185 2009-10-24 Glenn Morris <rgm@gnu.org>
10186
10187 * gnus-art.el (help-xref-stack-item): Define for compiler.
10188
10189 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10192
10193 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10196 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10197
10198 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
10199
10200 * gnus.el (gnus-overlay-get): New alias to overlay-get.
10201 (gnus-overlays-in): New alias to overlays-in.
10202
10203 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10204 gnus-overlay-get, and gnus-delete-overlay.
10205 (gnus-summary-show-thread): Make it work as well for systems in which
10206 next-single-char-property-change is not available.
10207 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10208
10209 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
10210
10211 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10212
10213 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10214
10215 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10216 and XEmacs that don't have `remove-overlays'.
10217
10218 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10221 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10222 selective display. Use overlays instead.
10223
10224 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
10225
10226 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10227
10228 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
10229
10230 * spam-stat.el (spam-stat-load): Fix typo in message.
10231
10232 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * gnus-art.el (gnus-article-encrypt-body):
10235 * message.el (message-check-recipients):
10236 * mm-util.el (mm-codepage-setup):
10237 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10238 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10239
10240 2009-09-22 Daiki Ueno <ueno@unixuser.org>
10241
10242 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10243 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10244 keys from the menu if mm-{sign,encrypt}-option is 'guided.
10245 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10246 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10247
10248 2009-09-18 Glenn Morris <rgm@gnu.org>
10249
10250 * gnus-diary.el (gnus-diary-check-message):
10251 * message.el (message-insert-formatted-citation-line):
10252 * nnbabyl.el (top-level):
10253 * nndiary.el (nndiary-schedule):
10254 Fix typos in condition-case handlers.
10255
10256 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-art.el (gnus-article-edit-part): Work for the buffer
10259 configuration that provides the sole article window in a frame;
10260 position point correctly after deleting a part.
10261
10262 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
10263
10264 * spam.el (spam-unregister-on-reregister): Add boolean variable.
10265 (spam-resolve-registrations-routine): Use it to unregister articles
10266 that change status.
10267
10268 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10269
10270 * nnrss.el (nnrss-request-article): Remove binding of
10271 default-enable-multibyte-characters that has gotten needless by
10272 the 2007-07-13 change in rfc2047-encode-message-header.
10273
10274 * mml.el (mml-insert-multipart): Error on the message header.
10275 (mml-insert-part): Error on the message header; position point at
10276 the end of a MIME tag.
10277
10278 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10279
10280 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10281 (gnus-float-time): Alias to float-time if it exists.
10282
10283 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10284 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10285 float-time is available; suppress compile warning for time-to-seconds.
10286
10287 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10288
10289 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10290 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10291 Add the optional argument `encoding' that overrides the default.
10292
10293 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10294 mm-encode-buffer.
10295
10296 2009-09-04 Glenn Morris <rgm@gnu.org>
10297
10298 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10299 mm-disable-multibyte, rather than default-enable-multibyte-characters.
10300 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10301 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10302 * mm-util.el (mm-with-unibyte-current-buffer)
10303 (mm-find-buffer-file-coding-system):
10304 * yenc.el (yenc-decode-region): Use default-value rather than
10305 default-enable-multibyte-characters.
10306
10307 2009-09-03 Glenn Morris <rgm@gnu.org>
10308
10309 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10310 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10311 than default-enable-multibyte-characters.
10312
10313 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
10314
10315 * gnus-art.el (gnus-article-read-summary-keys):
10316 Fix gnus-buffer-configuration's value temporarily used.
10317
10318 2009-09-02 Glenn Morris <rgm@gnu.org>
10319
10320 * gnus-util.el (gnus-float-time): New function.
10321 * gnus-delay.el (gnus-delay-article):
10322 * gnus-sum.el (gnus-thread-latest-date):
10323 * gnus-util.el (gnus-user-date): Use gnus-float-time.
10324 * nnspool.el (nnspool-request-newgroups):
10325 Use gnus-float-time rather than time-to-seconds.
10326 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10327
10328 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10329 (gnus-header-subject-face, gnus-header-newsgroups-face)
10330 (gnus-header-name-face, gnus-header-content-face):
10331 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10332 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10333 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10334 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10335 (gnus-cite-face-11):
10336 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10337 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10338 (gnus-server-closed-face, gnus-server-denied-face)
10339 (gnus-server-offline-face):
10340 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10341 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10342 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10343 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10344 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10345 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10346 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10347 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10348 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10349 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10350 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10351 (gnus-summary-selected-face, gnus-summary-cancelled-face)
10352 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10353 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10354 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10355 (gnus-summary-high-undownloaded-face)
10356 (gnus-summary-low-undownloaded-face)
10357 (gnus-summary-normal-undownloaded-face)
10358 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10359 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10360 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10361 (gnus-splash-face):
10362 * message.el (message-header-to-face, message-header-cc-face)
10363 (message-header-subject-face, message-header-newsgroups-face)
10364 (message-header-other-face, message-header-name-face)
10365 (message-header-xheader-face, message-separator-face)
10366 (message-cited-text-face, message-mml-face):
10367 * sieve-mode.el (sieve-control-commands-face)
10368 (sieve-action-commands-face, sieve-test-commands-face)
10369 (sieve-tagged-arguments-face):
10370 * spam.el (spam-face):
10371 Mark face aliases with "-face" in the name as obsolete.
10372
10373 2009-09-01 Glenn Morris <rgm@gnu.org>
10374
10375 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10376 than goto-line.
10377
10378 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10381 Don't move point if the command is invoked inside the message header.
10382
10383 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10386 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10387 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10388 * nnir.el (nnir-swish-e-index-file):
10389 * gnus-sum.el (gnus-summary-delete-marked-as-read)
10390 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10391 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10392 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10393 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10394 (gnus-treat-display-xface): Add Emacs version of obsolescence.
10395
10396 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
10397
10398 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10399 Don't save excursion.
10400
10401 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * nnheader.el (nnheader-find-file-noselect):
10404 * mm-util.el (mm-insert-file-contents):
10405 Use (default-value 'major-mode) instead of default-major-mode.
10406
10407 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10410
10411 2009-08-25 Glenn Morris <rgm@gnu.org>
10412
10413 * nnir.el (top-level): Don't require cl at run-time.
10414 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10415 Replace cl-function substitute with gnus-replace-in-string.
10416 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10417 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10418 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10419 simplified expansions.
10420
10421 2009-08-22 Glenn Morris <rgm@gnu.org>
10422
10423 * gnus-art.el (gnus-button-patch): Use forward-line rather than
10424 goto-line.
10425
10426 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10429
10430 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10431 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10432 (gnus-mm-display-part, gnus-mime-display-single)
10433 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10434 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10435
10436 * gnus-sum.el
10437 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10438 (gnus-summary-move-article): Add expirable mark to articles copied or
10439 moved to group that has auto-expire turned on if the option is non-nil.
10440
10441 2009-07-24 Glenn Morris <rgm@gnu.org>
10442
10443 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10444 Fix typo. (Bug#3903)
10445
10446 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10447
10448 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10449 gnus-article-read-summary-keys rather than gnus-summary-edit-article
10450 that should not be used for draft articles.
10451 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10452 that has no concern in minor mode keys.
10453 (gnus-article-summary-command, gnus-article-summary-command-nosave):
10454 Abolish.
10455
10456 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10459 article without making inquiry to a user for unknown encoding.
10460
10461 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10462 (nnmaildir--scan): Assume i-node and device number that file-attributes
10463 returns might be cons-cell.
10464
10465 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
10466
10467 * auth-source.el: Remove docs now in auth.texi. Don't use
10468 `gnus-message' for logging. Add new variables `auth-source-debug' and
10469 `auth-source-hide-passwords' and use them.
10470
10471 2009-07-15 Glenn Morris <rgm@gnu.org>
10472
10473 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10474
10475 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
10476
10477 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10478 excessive whitespace from the default values of title and description.
10479
10480 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
10481
10482 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10483 mail-fetch-field to fetch Content-Description header in order to
10484 exclude newlines.
10485
10486 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
10487
10488 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10489 to deleted part.
10490
10491 2009-05-30 David Engster <dengste@eml.cc>
10492
10493 * nnmairix.el: Remove old documentation in the commentary block.
10494 (nnmairix-request-group): Do not update active file for nnml back ends.
10495 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10496 end so that overview files are ignored.
10497 (nnmairix-update-groups): Make updating the groups more robust by using
10498 marks.
10499 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10500 with dollar characters in message-id.
10501
10502 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
10503
10504 * spam.el: Use dns-query instead of query-dns. Was renamed on
10505 2008-12-25 in dns.el.
10506
10507 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10510 could happen if the text is only composed of spaces and/or tabs.
10511
10512 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
10513
10514 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10515 when sending a queued message to avoid extra mml tags.
10516
10517 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
10518
10519 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10520
10521 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * gnus-dired.el: Remove autoload for gnus-setup-message.
10524 (gnus-dired-attach): Fake this-command value to prevent Gnus from
10525 displaying Gnus logo; always use compose-mail.
10526
10527 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
10528
10529 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10530
10531 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
10532
10533 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10534 (gnus-nocem-issuers): List currently active issuers; fix custom type.
10535 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10536 available.
10537 (gnus-nocem-epg-verify): New function.
10538
10539 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
10540
10541 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10542
10543 2009-02-15 Glenn Morris <rgm@gnu.org>
10544
10545 * gnus-util.el (rmail-insert-rmail-file-header)
10546 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10547 autoloads.
10548 (rmail-default-rmail-file): Remove unnecessary declaration.
10549 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10550
10551 2009-02-14 Glenn Morris <rgm@gnu.org>
10552
10553 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10554 variable (only used in gnus-util, which declares it anyway).
10555 (rmail-output-to-rmail-file): Remove autoload of deleted function,
10556 which was only needed by gnus-art (changed to not use it any more).
10557 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10558 only used in gnus-util, which autoloads it itself.
10559 (rmail-update-summary): Fix autoload.
10560
10561 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10562 rather than rmail-output-to-rmail-file.
10563
10564 2009-02-07 Glenn Morris <rgm@gnu.org>
10565
10566 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10567 autoload of function that no longer exists.
10568 (rmail-toggle-header): Declare.
10569 (message-forward-rmail-make-body): Handle mbox Rmail.
10570
10571 2009-01-31 Glenn Morris <rgm@gnu.org>
10572
10573 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10574 2009-01-09 change.
10575
10576 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
10577
10578 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10579 (auth-source-forget-all-cached): New convenience function.
10580 (auth-source-user-or-password): Accept list of modes or a single mode.
10581
10582 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10583 auth-source modes.
10584
10585 * nnimap.el (nnimap-open-connection): Use list of
10586 auth-source modes.
10587
10588 * nntp.el (nntp-send-authinfo): Use list of
10589 auth-source modes.
10590
10591 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
10592
10593 * auth-source.el: Update docs to reflect epa-file-enable is to be used
10594 now.
10595
10596 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
10597
10598 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10599 coding system in XEmacs; add a workaround for XEmacs.
10600
10601 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * mm-util.el (mm-coding-system-priorities): Protect against nil value
10604 of current-language-environment.
10605
10606 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
10607
10608 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10609 available at runtime.
10610
10611 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
10612
10613 * gnus-art.el (article-date-ut): Fix end point of narrowing.
10614
10615 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
10616
10617 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10618 the greatest positive fixnum value doesn't work under an XEmacs with
10619 bignum support; use the most-positive-fixnum constant instead,
10620 available since Emacs 21.1 with cl and XEmacs 21.1.
10621
10622 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
10623
10624 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10625 XEmacs gets not to work.
10626
10627 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
10628
10629 * mm-util.el (mm-coding-system-priorities): Allow the value like
10630 "Japanese (UTF-8)" of current-language-environment.
10631
10632 2009-01-09 Glenn Morris <rgm@gnu.org>
10633
10634 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10635 with last-command-event.
10636
10637 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
10638
10639 * message.el (message-fix-before-sending): Amend comment.
10640
10641 2009-01-07 David Engster <dengste@eml.cc>
10642
10643 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10644 simplified server definitions by converting it via
10645 gnus-server-to-method.
10646
10647 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
10648
10649 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10650 parameter's operands.
10651
10652 2009-01-06 David Engster <dengste@eml.cc>
10653
10654 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10655 primary select method (for gnus-group-mark-article-as-read).
10656
10657 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
10658
10659 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10660 `(gnus)Face', not `(gnus)X-Face'.
10661
10662 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
10663
10664 * mm-util.el (mm-ucs-to-char): New function.
10665
10666 * mm-url.el (mm-url-decode-entities): Use it.
10667
10668 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
10669
10670 * message.el (message-fix-before-sending): Add `eight-bit' to
10671 illegible-text check.
10672
10673 2009-01-03 Michael Olson <mwolson@gnu.org>
10674
10675 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10676 `headers' is nil. This can occur if the IMAP server does not have
10677 permissions to read messages from a folder, but can write new messages
10678 to the folder.
10679 (nnimap-request-article-part): Do not insert `data' if it is nil.
10680
10681 2009-01-01 Dave Love <fx@gnu.org>
10682
10683 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10684
10685 * nnimap.el: Fix author email.
10686 (nnimap-split-rule): Add FIXME comment.
10687 (nnimap-debug): Fix doc string.
10688
10689 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10692 overlay-arrow-position and overlay-arrow-string buffer-local; no need
10693 to check if those variables exist (first appeared in Emacs 18.50).
10694
10695 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * mm-util.el (mm-line-number-at-pos): New function.
10698
10699 * spam-report.el (spam-report-process-queue): Use it.
10700
10701 2008-12-24 David Engster <dengste@eml.cc>
10702
10703 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10704 parameters that haven't existed as variables as buffer-local variables.
10705
10706 2008-12-23 Dave Love <fx@gnu.org>
10707
10708 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10709 cadar.
10710
10711 * sieve-manage.el (sieve-manage-starttls-p): Rename from
10712 imap-starttls-p.
10713 (sieve-manage-starttls-open): Rename from imap-starttls-open.
10714
10715 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
10716
10717 * spam-report.el (spam-report-gmane-max-requests): New constant.
10718 (spam-report-gmane-wait): New variable.
10719 (spam-report-gmane-ham, spam-report-gmane-spam)
10720 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10721 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10722 the server.
10723
10724 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10725 Add explanations.
10726
10727 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10728 nnheader-accept-process-output and nnheader-read-timeout if available.
10729 (pop3-movemail): Use it.
10730
10731 * message.el (message-check-news-body-syntax): Fix signature check if
10732 there's an attachment.
10733
10734 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
10735
10736 * mm-util.el: Add comments to the mm- emulating functions.
10737
10738 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
10739
10740 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
10741 Reported by Stephen Berman <stephen.berman@gmx.net>.
10742
10743 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
10744
10745 * mm-util.el (mm-substring-no-properties): New function.
10746 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
10747 (mm-special-display-p): Enable those lambda forms to be byte compiled.
10748 (mm-string-to-multibyte): Doc fix.
10749
10750 * mml.el (mml-attach-file): Use mm-substring-no-properties.
10751
10752 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
10753
10754 * mml.el (mml-attach-file): Strip text properties from file name.
10755 (Bug#1574)
10756
10757 2008-12-16 Glenn Morris <rgm@gnu.org>
10758
10759 * mm-util.el (mm-charset-override-alist): Declare for compiler.
10760
10761 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10762
10763 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
10764 knows since the charset specified might be a bogus alias that
10765 mm-charset-synonym-alist provides.
10766
10767 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
10768
10769 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
10770 "ISO_8859-1".
10771
10772 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
10773
10774 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
10775
10776 * mm-util.el (mm-charset-eval-alist):
10777 Define it before mm-charset-to-coding-system.
10778 (mm-charset-to-coding-system): Add optional argument `silent';
10779 define it before mm-charset-override-alist.
10780 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
10781 default value if it can be used in Emacs currently running;
10782 silence mm-charset-to-coding-system.
10783
10784 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
10785
10786 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
10787 `allow-override' which says whether to use `mm-charset-override-alist'.
10788 (rfc2047-decode-encoded-words): Use it.
10789
10790 * mm-util.el (mm-charset-override-alist): Fix custom type;
10791 add `(gb2312 . gbk)' to choices.
10792
10793 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
10794
10795 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
10796 fast.
10797
10798 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10799
10800 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
10801
10802 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
10803 on links.
10804
10805 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
10806
10807 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
10808
10809 * message.el (message-idna-to-ascii-rhs-1): Protect against local
10810 users' addresses that don't have domain parts.
10811 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
10812 rather than message-narrow-to-head since there will be the message
10813 header separator.
10814
10815 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
10818 since the result is inserted in a unibyte buffer anyway.
10819 (nnimap-demule-use-string-to-multibyte): Remove.
10820 (nnimap-demule): Alias it to mm-string-to-multibyte.
10821
10822 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10823
10824 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
10825 variable for debugging bug#464 and bug#1174.
10826 (nnimap-demule): Use it.
10827
10828 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
10829
10830 * gnus-score.el (gnus-score-find-trace): Handle default score in total
10831 score calculation correctly.
10832
10833 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10834
10835 * message.el (message-send-mail): Just set the buffer to unibyte
10836 rather than use mm-with-unibyte-current-buffer which does a lot more.
10837 (message-send-mail-partially): Don't bother with
10838 mm-with-unibyte-current-buffer since it's already been made unibyte by
10839 message-send-mail.
10840
10841 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
10842
10843 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
10844
10845 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
10846
10847 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
10848
10849 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10850
10851 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
10852 require itself and to remove `with-no-warnings'.
10853
10854 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
10855
10856 * starttls.el (starttls-any-program-available): Get the name of the
10857 available TLS layer program.
10858 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
10859 well as the host name in the "opening" message.
10860
10861 * auth-source.el (auth-source-cache, auth-source-do-cache)
10862 (auth-source-user-or-password): Cache passwords and logins by default,
10863 allow override with `auth-source-do-cache'.
10864 (auth-source-forget-user-or-password): Allow users to remove cache
10865 entries if needed.
10866
10867 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10868
10869 * ietf-drums.el (ietf-drums-remove-comments): Localize second
10870 condition-case to only the forward-sexp call.
10871
10872 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
10873
10874 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
10875 quotes contained. Make it more robust regardless by an extra
10876 condition-case wrapper.
10877
10878 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10879
10880 * nnml.el (nnml-request-expire-articles): Check if the function set to
10881 `nnmail-expiry-target' returns the symbol `delete'.
10882
10883 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10884
10885 * nnmail.el (nnmail-expiry-target): Fix custom type.
10886
10887 2008-10-02 Glenn Morris <rgm@gnu.org>
10888
10889 * mm-util.el (mm-codepage-setup): Tweak codepage error.
10890 Silence compiler warning.
10891
10892 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
10893
10894 * mml.el (mml-menu): Don't assume mml2015 is bound.
10895
10896 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
10897
10898 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
10899 exists.
10900
10901 2008-09-27 Glenn Morris <rgm@gnu.org>
10902
10903 * gnus-util.el (mail-header-remove-comments): Autoload it.
10904
10905 2008-09-27 Andreas Schwab <schwab@suse.de>
10906
10907 * gnus-util.el (gnus-split-references): Strip comments.
10908 (gnus-parent-id): Likewise.
10909
10910 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
10911
10912 * message.el (message-confirm-send): Fix version.
10913
10914 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
10915
10916 * message.el (message-idna-to-ascii-rhs-1): Use
10917 mail-extract-address-components rather than mail-header-parse-addresses
10918 that is an alias by default to ietf-drums-parse-addresses that does not
10919 support non-ASCII names in headers' contents.
10920
10921 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
10922
10923 * message.el (message-confirm-send): Fix variable documentation to
10924 avoid the "y/n" wording.
10925
10926 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
10927
10928 * message.el (message-set-auto-save-file-name): Save to a different
10929 filename so multiple messages (especially drafts) can be recovered.
10930
10931 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
10932
10933 * message.el (message-confirm-send): Add appropriate version.
10934
10935 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
10936
10937 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
10938 defvar.
10939
10940 2008-09-22 Daiki Ueno <ueno@unixuser.org>
10941
10942 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
10943 (mm-pkcs7-enveloped-magic): Ditto.
10944
10945 2008-09-17 Simon Josefsson <simon@josefsson.org>
10946
10947 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
10948 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
10949
10950 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
10951
10952 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
10953 default, it's better.
10954
10955 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
10956
10957 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
10958 summary line gnus-number property and ignore them (with a warning
10959 message).
10960
10961 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10962
10963 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
10964 macro caddr in the interactive form since it won't be expanded.
10965
10966 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
10969 `charset'; fix name of function called recursively.
10970 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
10971
10972 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
10973
10974 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
10975 (gnus-mime-set-charset-parameters): New function.
10976 (gnus-mime-view-part-as-charset): Use it to correctly display part
10977 specifying wrong charset.
10978
10979 2008-09-08 David Engster <dengste@eml.cc>
10980
10981 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
10982 in completing-read for back end server.
10983
10984 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
10985
10986 * message.el (message-confirm-send): New variable to confirm sending a
10987 message.
10988 (message-send): Use it.
10989
10990 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
10991
10992 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
10993
10994 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
10995
10996 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
10997
10998 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
10999
11000 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11001 prevent tracking too many groups.
11002 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11003 Use it.
11004
11005 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
11006
11007 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11008 moving point to the bottom of the window in order to avoid recentering.
11009
11010 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
11011
11012 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11013 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11014 (gnus-article-beginning-of-window): Fix calculation.
11015
11016 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
11017
11018 * gnus-msg.el (gnus-summary-supersede-article)
11019 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11020 value of gnus-newsgroup-charset to decode non-MIME encoded text in
11021 message header.
11022
11023 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
11024
11025 * message.el:
11026 * gnus-start.el:
11027 * gnus-registry.el: Remove VMS support.
11028
11029 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
11030
11031 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11032 macro.
11033 (rfc2104-hash): Use it.
11034
11035 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
11036
11037 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11038 (gnus-summary-sort-by-most-recent-date): New commands.
11039 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11040 and menu entries.
11041
11042 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
11043
11044 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11045 don't redisplay article for raw contents; remove plural articles stuff.
11046
11047 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11048 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11049 on gnus-summary-save-article; display results properly.
11050
11051 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
11052
11053 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11054
11055 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11056
11057 * gnus-art.el (gnus-summary-save-in-pipe):
11058 Consider gnus-save-all-headers.
11059
11060 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
11061
11062 * gnus-util.el (ns-focus-frame): Remove declaration.
11063 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
11064 like x.
11065
11066 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
11067
11068 * rfc2104.el (rfc2104-zero): Delete defconst.
11069 (rfc2104-hex-alist): Likewise.
11070 (rfc2104-hex-to-int): Delete func.
11071 (rfc2104-hexstring-to-bitstring): Likewise.
11072 (rfc2104-nybbles): New defconst.
11073 (rfc2104-hash): Rewrite for speed.
11074
11075 2008-07-16 Glenn Morris <rgm@gnu.org>
11076
11077 * gnus-util.el (ns-focus-frame): Declare for compiler.
11078
11079 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11080
11081 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11082 set as a group parameter.
11083 (gnus-summary-save-in-pipe): Work when it is called independently.
11084 (gnus-summary-pipe-to-muttprint): Don't modify
11085 gnus-summary-pipe-output-default-command.
11086
11087 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * message.el (message-send-mail-with-sendmail):
11090 Display the error message.
11091
11092 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11093
11094 * gnus-art.el (gnus-default-article-saver):
11095 Add gnus-summary-save-in-pipe to choices.
11096 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11097 gnus-summary-pipe-output-default-command as the default command.
11098 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11099 instead of gnus-last-shell-command.
11100
11101 * gnus-sum.el (gnus-summary-pipe-output-default-command):
11102 New user option.
11103 (gnus-summary-muttprint-program): Mention the value will be changed.
11104 (gnus-summary-save-article): Force showing of all headers.
11105 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11106
11107 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
11108
11109 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11110
11111 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * nnimap.el (nnimap-id):
11114 * sieve-manage.el (sieve-manage-open): Doc fixes.
11115
11116 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
11117
11118 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11119 if available.
11120
11121 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11124
11125 * nnkiboze.el (nnkiboze-generate-group):
11126 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11127
11128 * nnmairix.el: Require CL.
11129
11130 2008-06-15 David Engster <dengste@eml.cc>
11131
11132 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11133
11134 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
11135
11136 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11137 New macros that expand to an `aset'/`aref' call under Emacs, and to a
11138 runtime choice under XEmacs.
11139
11140 * gnus-sum.el (gnus-summary-set-display-table):
11141 Use `gnus-put-display-table', `gnus-get-display-table',
11142 `gnus-set-display-table' for the display table, instead of `aset'.
11143
11144 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11145
11146 * nnmairix.el: Add autoloads.
11147
11148 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
11149
11150 * nnmairix.el (nnmairix-delete-recreate-group)
11151 (nnmairix-update-and-clear-marks): Fix error messages.
11152
11153 2008-06-14 David Engster <dengste@eml.cc>
11154
11155 * nnmairix.el: Upgrade to version 0.6.
11156 (nnmairix-group-toggle-propmarks-this-group)
11157 (nnmairix-group-toggle-readmarks-this-group)
11158 (nnmairix-group-delete-recreate-this-group)
11159 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11160 (nnmairix-remove-tick-mark-original-article): New commands.
11161 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11162 (nnmairix-propagate-marks-to-nnmairix-groups)
11163 (nnmairix-only-use-registry, nnmairix-allowfast-default)
11164 (nnmairix-marks-cache, nnmairix-version-output): New variables.
11165 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11166 functions needed for marks propagation and manipulation of read marks.
11167 (nnmairix-update-groups): New function.
11168 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11169 (nnmairix-determine-original-group-from-registry)
11170 (nnmairix-determine-original-group-from-path)
11171 (nnmairix-get-group-from-file-path, nnmairix-map-range)
11172 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11173 New helper functions.
11174 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11175 keystrokes for new commands.
11176 (nnmairix-delete-and-create-on-change): Doc string cleanup.
11177 (nnmairix-request-group): Check allow-fast group parameter.
11178 (nnmairix-request-create-group): Set allow-fast group parameter if
11179 nnmairix-allowfast-default is set.
11180 (nnmairix-close-group): Propagate marks upon closing if needed.
11181 (nnmairix-group-toggle-threads-this-group): Use new.
11182 nnmairix-group-toggle-parameter helper function.
11183 (nnmairix-search): Better check for empty search result.
11184 (nnmairix-goto-original-article): Use new helper functions for
11185 determining original article.
11186 (nnmairix-show-original-article): Make sure message-id is in brackets.
11187 (nnmairix-call-mairix-binary): Change variable name.
11188 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11189 helper function.
11190 (nnmairix-widget-toggle-activate): Fix doc string.
11191
11192 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11193
11194 * nnir.el: Require edmacro when compiling with XEmacs.
11195 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11196 available in Emacs 21.
11197
11198 2008-06-11 Glenn Morris <rgm@gnu.org>
11199
11200 * gnus-util.el (x-focus-frame):
11201 * gnus.el (image-size):
11202 * mm-decode.el (image-size): Declare.
11203
11204 * gnus-picon.el (declare-function): Add compat definition.
11205 (image-size): Declare.
11206
11207 * gnus-group.el (tool-bar-map):
11208 * gnus-sum.el (tool-bar-map): Define for compiler.
11209
11210 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11211
11212 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11213
11214 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11215 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11216 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11217 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11218 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11219 * sieve-manage.el, spam-report.el, spam.el:
11220 Remove unnecessary eval-and-compile of autoloads.
11221
11222 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
11223
11224 * auth-source.el: Precise Tramp doc.
11225
11226 2008-06-07 Glenn Morris <rgm@gnu.org>
11227
11228 * nnmairix.el: Remove unnecessary eval-when-compile.
11229
11230 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
11231
11232 * nnir.el: New file.
11233
11234 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * gnus-util.el (gnus-read-shell-command): New function.
11237 * mm-decode.el (mm-pipe-part):
11238 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11239
11240 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
11241
11242 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11243
11244 2008-06-03 Glenn Morris <rgm@gnu.org>
11245
11246 * pop3.el (nnheader-accept-process-output): Autoload it.
11247
11248 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11251 are not 2-digit hexadecimal characters that follow `%'s.
11252
11253 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
11254
11255 * message.el (message-bogus-recipient-p): Fix type in doc string.
11256 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11257 (message-bogus-addresses): Rename from message-bogus-address-regexp.
11258 Improve custom options.
11259 (message-bogus-recipient-p): Adjust accordingly.
11260
11261 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11262
11263 * nnmairix.el: Require edmacro when compiling with XEmacs.
11264
11265 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
11266
11267 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11268 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11269
11270 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
11271
11272 * auth-source.el: Add more docs.
11273
11274 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11275
11276 * nnheader.el (nnheader-read-timeout): Change the default timeout from
11277 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
11278 retrieval faster in some cases, but might make CPU usage larger.
11279 If this has any bad side effects, we might revert this change.
11280
11281 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11282 seems to make mail retrieval much, much faster.
11283 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11284 unconditionally.
11285
11286 * gnus-draft.el (gnus-group-send-queue):
11287 Bind message-send-mail-partially-limit to nil to avoid being prompted.
11288
11289 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
11290
11291 * mml.el (mml-attach-buffer): Prompt for `disposition'.
11292
11293 * message.el (message-bogus-address-regexp): Fix and improve custom
11294 type.
11295 (message-setup-hook): Add message-check-recipients as custom option.
11296
11297 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
11298
11299 * message.el (message-cite-function): Remove bogus autoload which crept
11300 in during merge from v5-10.
11301
11302 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11303
11304 * nnimap.el (nnimap-open-connection): Fix login/password bug.
11305
11306 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11307
11308 * auth-source.el: Preliminary Tramp docs.
11309 (auth-sources): Change the default auth-sources to use
11310 EPA .gpg files.
11311
11312 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
11313
11314 * nntp.el: Autoload `auth-source-user-or-password'.
11315 (nntp-send-authinfo): Use it.
11316
11317 * nnimap.el: Autoload `auth-source-user-or-password'.
11318 (nnimap-open-connection): Use it.
11319
11320 * auth-source.el: Add docs on using with url-auth. Import gnus-util
11321 for the gnus-message function.
11322 (auth-source-user-or-password): Use it.
11323
11324 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11327 rfc2104-hexstring-to-byte-list. Return a unibyte string.
11328 (rfc2104-hash): Use it.
11329
11330 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11331
11332 * gnus-art.el (gnus-article-toggle-truncate-lines):
11333 Don't use `iff' in docstring.
11334
11335 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
11336
11337 * gnus-registry.el: Adjusted copyright dates and added a keyword.
11338
11339 * gnus-util.el (gnus-extract-address-component-name)
11340 (gnus-extract-address-component-email): Convenience functions around
11341 `gnus-extract-address-components'.
11342
11343 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11344 Use `gnus-extract-address-component-email' to fix bug of comparing full
11345 sender name to `user-mail-address'.
11346
11347 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
11348
11349 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11350 catch/throw to optimize.
11351 (gnus-registry-find-keywords): Just use member to find a keyword.
11352
11353 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11354
11355 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11356 is current before calling gnus-server-prepare.
11357 (gnus-server-setup-buffer, gnus-server-update-server)
11358 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11359
11360 2008-05-04 Juri Linkov <juri@jurta.org>
11361
11362 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11363 (mailcap-file-default-commands): Use mailcap-replace-in-string
11364 instead of replace-regexp-in-string, and mailcap-delete-duplicates
11365 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
11366
11367 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
11368
11369 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11370
11371 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11372
11373 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11374 hooks.
11375 (gnus-update-read-articles): Speed up non-marks-using users.
11376 (gnus-use-marks): Define gnus-use-marks.
11377 (gnus-propagate-marks): Rename variable to something more sensible.
11378
11379 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11380
11381 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11382 (gmm-image-load-path-for-library): Fix typos in docstrings.
11383 (gmm-message): Reflow docstring.
11384
11385 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
11386
11387 * mail-source.el (mail-source-set-1, mail-source-bind):
11388 Move auth-source code out of the macro to clean it up and fix bugs.
11389
11390 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
11391
11392 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11393 by sender if it's equal to user-mail-address, it's likely to be
11394 useless.
11395
11396 * mail-source.el (mail-source-bind): Don't use user or password if they
11397 are not bound. Unintern them if they are nil. Don't use server unless
11398 it's bound, and default it to empty string otherwise.
11399
11400 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
11401
11402 * mail-source.el: Load auth-source.el.
11403 (mail-source-bind): Add comments. Call auth-source-user-or-password to
11404 get user name or password, if auth-sources is set up.
11405
11406 * gnus-registry.el (gnus-registry-split-strategy): New variable for
11407 strategy of splitting with parent.
11408 (gnus-registry-split-fancy-with-parent)
11409 (gnus-registry-post-process-groups): Use it and fix prior
11410 bug (returning a list as the split result).
11411
11412 * auth-source.el (auth-sources): Remove server parameter.
11413 (auth-source-pick, auth-source-user-or-password)
11414 (auth-source-user-or-password-imap)
11415 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11416 (auth-source-user-or-password-sftp)
11417 (auth-source-user-or-password-smtp): Remove server parameter.
11418
11419 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
11420
11421 * smime.el (smime-sign-region, smime-encrypt-region)
11422 (smime-decrypt-region):
11423 Remove redundant calls to `generate-new-buffer-name'.
11424
11425 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
11426
11427 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11428 Don't use QP for message/rfc822.
11429 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11430
11431 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11432
11433 * sieve-manage.el (sieve-string-bytes): Remove.
11434 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11435 correct byte-length only if the process's coding-system is the same as
11436 the one used internally by Emacs to represent strings.
11437
11438 2008-04-22 Juri Linkov <juri@jurta.org>
11439
11440 * mailcap.el (mailcap-file-default-commands): New function.
11441
11442 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11443
11444 * message.el (message-signature-separator, message-cite-function):
11445 Change custom version.
11446
11447 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
11448
11449 * mm-decode.el (mm-display-external): Make temp file read-only.
11450
11451 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11452
11453 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11454 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
11455 `C-c C-f d'.
11456
11457 2008-04-12 Adrian Aichner <adrian@xemacs.org>
11458
11459 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11460
11461 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
11462
11463 * auth-source.el: Add docs.
11464 (auth-sources): Modify format to support server.
11465 (auth-source-pick, auth-source-user-or-password)
11466 (auth-source-user-or-password-imap)
11467 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11468 (auth-source-user-or-password-sftp)
11469 (auth-source-user-or-password-smtp): Add server parameter.
11470
11471 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
11472
11473 * gnus-registry.el: Initialize the registry when gnus-registry-install
11474 is t.
11475
11476 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * compface.el (uncompface): Make buffer unibyte.
11479
11480 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * mail-source.el (mail-source-value):
11483 Prefer fboundp to functionp so it works with macros as well.
11484
11485 2008-04-05 Glenn Morris <rgm@gnu.org>
11486
11487 * gnus-ems.el (mm-disable-multibyte): Autoload it.
11488
11489 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11492 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11493
11494 * nnheader.el (nnheader-init-server-buffer): Change buffer's
11495 multibyteness after rather than before erasing it.
11496
11497 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11498 mm-with-multibyte.
11499 (gnus-request-article-this-buffer): Make sure the proper decoding is
11500 used if gnus-original-article-buffer happens to be unibyte.
11501
11502 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11503 default-enable-multibyte-characters.
11504
11505 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11506 default-enable-multibyte-characters.
11507
11508 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11509
11510 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11511
11512 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11513
11514 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11515 Fix last change in case the element is not even a symbol.
11516
11517 2008-04-02 Simon Josefsson <simon@josefsson.org>
11518
11519 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11520 imap-enable-exchange-bug-workaround.
11521 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11522
11523 2008-04-01 Simon Josefsson <simon@josefsson.org>
11524
11525 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11526 a 100 byte status-checks into a 2-3MB transfer for each group.
11527 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11528 to enable bug workaround or not.
11529 (nnimap-find-minmax-uid): Only enable workaround conditionally.
11530
11531 2008-03-31 Glenn Morris <rgm@gnu.org>
11532
11533 * message.el (mml2015-use): Declare for compiler.
11534 (message-info): Require mml2015 when appropriate.
11535
11536 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11539 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11540 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11541 (nntp-service-to-port): New function.
11542 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11543 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11544 (nntp-open-netcat-stream): New function.
11545 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11546
11547 2008-03-29 Sven Joachim <svenjoac@gmx.de>
11548
11549 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11550
11551 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11552
11553 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11554
11555 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
11556
11557 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11558
11559 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
11560
11561 * message.el (message-signature-separator): Change default.
11562 Improve custom type.
11563 (message-cite-function): Change default to
11564 message-cite-original-without-signature.
11565
11566 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11567 toggle.
11568
11569 * message.el (message-check-news-body-syntax): Fix signature check.
11570 (message-setup-1): Mark buffer as unmodified _after_ running
11571 message-setup-hook and handling message-alternative-emails.
11572 (message-shorten-references): Be more strict when building list of
11573 valid references to comply with GNKSA.
11574
11575 * gnus-group.el (gnus-read-ephemeral-bug-group)
11576 (gnus-read-ephemeral-debian-bug-group)
11577 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11578
11579 * message.el (message-info): Don't use booleanp which isn't supported
11580 in Emacs 21 and XEmacs.
11581
11582 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
11583
11584 * gnus-group.el (gnus-gmane-group-download-format): Rename from
11585 gnus-group-gmane-group-download-format.
11586 (gnus-group-read-ephemeral-gmane-group): Rename from
11587 gnus-group-read-ephemeral-gmane-group.
11588 (gnus-read-ephemeral-gmane-group-url): Rename from
11589 gnus-group-read-ephemeral-gmane-group-url.
11590 (gnus-bug-group-download-format-alist): New variable.
11591 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11592 (gnus-read-ephemeral-emacs-bug-group): New commands.
11593
11594 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11595
11596 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11597 (gnus-visible-headers): Improve custom type.
11598
11599 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11600
11601 * mml.el (mml-menu): Add workarounds for XEmacs.
11602
11603 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11604 X-Boundary header.
11605
11606 * message.el (message-simplify-recipients): Fix previous commit.
11607
11608 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * mm-util.el (mm-set-buffer-multibyte): New function.
11611 * mm-decode.el (mm-copy-to-buffer): Use it.
11612
11613 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11614 Prefer fboundp to functionp so it works with macros as well.
11615
11616 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
11617
11618 * message.el (message-alter-recipients-discard-bogus-full-name):
11619 New function.
11620 (message-alter-recipients-function): New variable.
11621 (message-get-reply-headers): Use it.
11622 (message-replace-header): New helper function.
11623 (message-recipients-without-full-name): New variable.
11624 (message-simplify-recipients): New command.
11625
11626 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11627
11628 * message.el (message-info): Handle EasyPG manual.
11629
11630 * mml.el (mml-menu): Add entry for EasyPG.
11631
11632 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
11633
11634 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11635 parameter.
11636
11637 * message.el (message-disassociate-draft): Specify drafts group name
11638 fully.
11639
11640 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
11641
11642 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11643 Eliminate unnecessary duplicates from the match list.
11644
11645 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11648 args of `how-many' of which the XEmacs version doesn't take; declare
11649 Info-index-next as function.
11650
11651 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11652
11653 * gnus-score.el (gnus-score-headers): Fix handling of
11654 gnus-inhibit-slow-scoring.
11655
11656 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11657 string.
11658 (gnus-button-url-regexp): Improve handling of parenthesis.
11659 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11660 (gnus-button-handle-info-keystrokes): Handle index entries.
11661
11662 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
11663
11664 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11665 Incoming* files.
11666
11667 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
11668
11669 * auth-source.el (auth-sources): Rename from auth-source-choices.
11670 (auth-source-pick): Use it.
11671
11672 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11673
11674 * auth-source.el (auth-source-protocols)
11675 (auth-source-protocols-customize, auth-source-choices): Add and
11676 modified variable customizations and defaults.
11677 (auth-source-pick, auth-source-user-or-password)
11678 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11679 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11680 (auth-source-user-or-password-sftp)
11681 (auth-source-user-or-password-smtp): Use new variables and provide an
11682 interface to netrc.el.
11683
11684 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11685
11686 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11687 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11688 Make sure the nntp port to specify is a string.
11689
11690 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11691
11692 * nntp.el: Use with-current-buffer.
11693 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11694 dubious mm-with-unibyte-current-buffer.
11695 (nntp-with-open-group-function): New function extracted from
11696 nntp-with-open-group macro.
11697 (nntp-with-open-group): Use the function, so it's easier to debug.
11698 Add indentation and debugging info.
11699 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11700 Recommend the use of the netcat alternatives.
11701
11702 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11703 Avoid mm-string-as-multibyte as well.
11704
11705 * nnweb.el (nnweb-insert-html):
11706 Remove use of nnheader-string-as-multibyte.
11707
11708 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11709 (nnheader-string-as-multibyte): Remove.
11710
11711 * mm-view.el: Use inhibit-read-only.
11712 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11713 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11714 or unibyte-string.
11715
11716 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11717 (mm-uu-yenc-extract): Use with-current-buffer.
11718
11719 * gnus-soup.el (gnus-soup-send-packet): Don't use
11720 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11721
11722 * nnmh.el: Use with-current-buffer.
11723 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11724 mm-string-as-multibyte on the output of mm-encode-coding-string.
11725
11726 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11727 (nnimap-request-move-article): Use with-current-buffer.
11728
11729 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11730 inserting the handle-buffer's text, so the implicit multibyte->unibyte
11731 conversion uses string-make-unibyte rather than string-as-unibyte.
11732
11733 * gnus-msg.el: Use with-current-buffer.
11734
11735 * message.el (message-ignored-resent-headers): Add "Delivered-To".
11736
11737 2008-03-10 Daiki Ueno <ueno@unixuser.org>
11738
11739 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
11740 string for caching if it is 'PIN.
11741
11742 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11743
11744 * mail-source.el (mail-source-delete-old-incoming-confirm):
11745 Change default to nil.
11746 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
11747
11748 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * gnus-art.el (gnus-narrow-to-page): Position point properly.
11751 (gnus-article-goto-prev-page): Work for articles having ^L's.
11752
11753 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
11754
11755 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
11756
11757 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11758
11759 * gnus-bookmark.el: Adjust for renames in bookmark.el.
11760 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
11761 (gnus-bookmark-jump): Adjust some variable names.
11762
11763 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
11764
11765 * auth-source.el: New package.
11766 (auth-source-choices): Add customization entry point variable.
11767
11768 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
11769 bug.
11770
11771 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
11772
11773 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
11774 (gnus-registry-initialize, gnus-registry-install-p): Use it.
11775 (gnus-registry-install-shortcuts): Rename from
11776 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
11777 the `gnus-registry-mark-map' keymap dynamically from
11778 `gnus-registry-marks'. The generated functions update the summary line
11779 when a registry mark is added or deleted, and will call
11780 `gnus-registry-install-p' (see the comments in the code).
11781 (gnus-registry-user-format-function-M): Use concat intelligently.
11782
11783 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
11784 the registry mark functions.
11785
11786 2008-03-05 Glenn Morris <rgm@gnu.org>
11787
11788 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
11789 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
11790 gnus-art.
11791 (top-level): No need to load own source when compiling.
11792
11793 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
11794
11795 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
11796 Suggested by <chris.anderton@zetnet.co.uk>.
11797
11798 2008-03-04 Glenn Morris <rgm@gnu.org>
11799
11800 * gnus-sum.el (top-level): No need to require gnus when compiling,
11801 since unconditionally required near start of file.
11802 (gnus-summary-display-while-building): Move definition before use.
11803
11804 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11805
11806 * gnus-registry.el (gnus-registry-user-format-function-M):
11807 Add formatting function.
11808
11809 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
11810
11811 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
11812 with plists.
11813 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
11814 Use new format.
11815
11816 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
11819 `where-is-internal' that returns a range of key sequences.
11820
11821 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
11824
11825 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
11826 (gnus-summary-jump-to-group): Consider windows on other displayed
11827 frames as well. Similar changes might be needed elsewhere, but that's
11828 the one I've bumped into during my use.
11829
11830 * nndoc.el (nndoc-oe-dbx-type-p):
11831 * gnus-msg.el (gnus-debug):
11832 * gnus-group.el (gnus-update-group-mark-positions):
11833 Use mm-string-to-multibyte.
11834
11835 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11836
11837 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
11838 doesn't handle NotDashEscaped.
11839
11840 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
11841 (mml-dnd-attach-options): Fix typo in custom choice.
11842
11843 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
11844 Change nndoc-article-type to mbox.
11845 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
11846
11847 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
11848 to nil, instead of html2text.
11849
11850 * imap.el (imap-debug): Add `imap-ping-server'.
11851
11852 * gnus-bookmark.el: Add FIXMEs.
11853
11854 * message.el (message-form-letter-separator)
11855 (message-send-form-letter-delay): New variables.
11856 (message-send-form-letter): Use them. New command to send form
11857 letters. Requested by Uwe Siart.
11858 (message-send-mail-function): Doc fix. Add "Other" custom option.
11859
11860 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
11861
11862 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
11863 empty author.
11864
11865 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
11866
11867 * gnus-registry.el (gnus-registry-marks): Add variable for
11868 customization of marks and their appearance.
11869 (gnus-registry-read-mark): Use it.
11870 (gnus-registry-do-marks): Add utility function to loop through
11871 `gnus-registry-marks'.
11872 (gnus-registry-install-shortcuts-and-menus): Add function to install
11873 shortcuts and menus.
11874 (gnus-registry-initialize): Use it.
11875 (gnus-registry-default-mark): Clarify documentation.
11876
11877 2008-02-29 Glenn Morris <rgm@gnu.org>
11878
11879 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
11880 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
11881 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
11882 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
11883 Change defcustom :version from 23.0 to 23.1.
11884
11885 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
11886
11887 * gnus-registry.el (gnus-registry-follow-group-p)
11888 (gnus-registry-post-process-groups): Add functions to aid registry
11889 splitting and improve logging. Clarify behavior in function
11890 documentation.
11891 (gnus-registry-split-fancy-with-parent): Use them.
11892
11893 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11894
11895 * gnus-art.el: Use with-current-buffer.
11896
11897 2008-02-27 David Engster <dengste@eml.cc>
11898
11899 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
11900 Express real group name in the response.
11901
11902 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11903
11904 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
11905 (nnmairix-last-server, nnmairix-current-server): Defvar them.
11906 (nnmairix-goto-original-article): Defvar gnus-registry-install and
11907 autoload gnus-registry-fetch-group when compiling.
11908 (nnmairix-request-group-with-article-number-correction):
11909 Remove unreferenced argument passed to nnmairix-call-backend.
11910
11911 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11912
11913 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
11914 (mm-uu-extract): Improve face for low color ttys.
11915 Reported by Sascha Wilde.
11916
11917 2008-02-27 Glenn Morris <rgm@gnu.org>
11918
11919 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
11920 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
11921 variables to defconsts. Convert comments to doc-strings.
11922 (nnmairix-last-server, nnmairix-current-server): Convert from free
11923 variables to defvars. Convert comments to doc-strings.
11924 (gnus-registry-fetch-group): Autoload.
11925 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
11926 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
11927 (nnmairix-widget-build-editable-fields): Use car cddr rather than
11928 caddr.
11929 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
11930 nnmairix-request-group-with-article-number-correction call.
11931 (nnmairix-fast, nnmairix-group): New, less general names, for free
11932 variables passed from nnmairix-request-group to
11933 nnmairix-request-group-with-article-number-correction. Declare.
11934 (nnmairix-request-group-with-article-number-correction):
11935 Use nnmairix-fast, nnmairix-group rather than fast, group.
11936
11937 2008-02-26 David Engster <dengste@eml.cc>
11938
11939 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
11940 version 0.5.
11941
11942 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11943
11944 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
11945 instead of making an extra function call. Don't add the current group
11946 to articles only when they have the group. Use
11947 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
11948 Reported by David <de_bb@arcor.de>.
11949
11950 2008-02-24 Miles Bader <miles@gnu.org>
11951
11952 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
11953 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
11954 (mm-find-mime-charset-region):
11955 * mm-bodies.el (mm-encode-body):
11956 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
11957
11958 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
11959
11960 * mail-source.el (mail-source-delete-incoming): Change default.
11961 Supplement doc string.
11962
11963 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
11964
11965 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * nnmail.el (nnmail-message-id-cache-file): Derive from
11968 `gnus-home-directory'.
11969
11970 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
11971
11972 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
11973 Document negative prefix.
11974
11975 * gnus-group.el (gnus-group-read-group): Document negative prefix.
11976
11977 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11978
11979 * message.el (message-unsent-separator): Add the Exim bounce
11980 separator.
11981
11982 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11983
11984 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
11985 list.
11986 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
11987 recipient/signer list.
11988
11989 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11990
11991 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
11992 fbound (Emacs 23 unicode), signal an error.
11993
11994 2008-02-08 Glenn Morris <rgm@gnu.org>
11995
11996 * gnus-art.el (pgg-display-output-buffer): Declare as function.
11997
11998 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
11999
12000 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12001 ports to the calls to `netrc-machine-user-or-password' in addition to
12002 "imap" and "imaps".
12003
12004 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * gnus.el (gnus-group-startup-message): Add `find-image' call before
12007 image-load-path is let-bound. Reported by Harald Hanche-Olsen
12008 <hanche@math.ntnu.no>.
12009
12010 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
12011
12012 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12013
12014 2008-02-01 Zhang Wei <id.brep@gmail.com>
12015
12016 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12017
12018 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12019
12020 2008-02-01 Miles Bader <miles@gnu.org>
12021
12022 * mml.el (mml-parse-1): Remove apparently vestigial use of
12023 `mm-hack-charsets'.
12024 * mm-bodies.el (mm-encode-body): Likewise.
12025
12026 2008-02-01 Kenichi Handa <handa@m17n.org>
12027
12028 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12029 rfc2104-hexstring-to-bitstring and changed to return a byte list.
12030 (rfc2104-hash): Convert the result of concat to unibyte string.
12031
12032 2008-02-01 Dave Love <fx@gnu.org>
12033
12034 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12035 coding-system-for-read.
12036 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12037
12038 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12039 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12040 (mm-find-mime-charset-region): Remove hack-charsets stuff.
12041
12042 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
12043
12044 * mail-source.el (mail-sources): Add `group' choice.
12045
12046 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12047 parameter `in-group' to control into which group the articles go.
12048 Add treatment of `group' mail-source.
12049
12050 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
12051
12052 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12053 * message.el (message-beginning-of-line): Use featurep instead of bound
12054 tests in order to resolve conditionals at compile time.
12055
12056 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12057
12058 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12059
12060 * mm-decode.el (mm-dissect-buffer): Decode description.
12061
12062 * mml.el (mml-to-mime): Encode message header first.
12063
12064 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12067 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12068
12069 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
12070
12071 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12072
12073 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12074
12075 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12076 prefix keys.
12077 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12078 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12079 gnus-xmas.el.
12080
12081 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
12082
12083 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12084 Add new variables for article mark management.
12085 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12086 list of extra data entries which, when present, will indicate that the
12087 article ID should not be trimmed from the registry.
12088 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12089 functions.
12090 (gnus-registry-read-mark): New function to read a mark name from the
12091 user.
12092 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12093 (gnus-registry-set-article-mark-internal): New functions to add and
12094 remove marks.
12095 (gnus-registry-get-article-marks): New function to show the marks for
12096 an article, or retrieve them for further use.
12097
12098 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12099
12100 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12101 keys when no argument is given.
12102
12103 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * gnus-sum.el (gnus-article-sort-by-random)
12106 (gnus-thread-sort-by-random): Fix doc strings.
12107 Reported by jidanni@jidanni.org.
12108
12109 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
12110
12111 * gnus-art.el (gnus-article-describe-bindings): New function.
12112 (gnus-article-read-summary-keys): Use it.
12113 (gnus-article-mode-map): Bind `C-h b' to it.
12114
12115 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12116
12117 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12118 XEmacs.
12119 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12120 Protect against non-character events.
12121
12122 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
12123
12124 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12125 New command.
12126 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12127 instead of END. Change name of the temp file.
12128 (gnus-group-gmane-group-download-format): Add doc string. Make it
12129 customizable.
12130
12131 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
12132
12133 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12134 bind `S W' to gnus-article-wide-reply-with-original; set default
12135 binding to gnus-article-read-summary-send-keys.
12136 (gnus-article-read-summary-keys): Fix the order of keys; display
12137 continuation keys correctly in the echo area; describe bindings
12138 correctly when keys end with `C-h'.
12139 (gnus-article-read-summary-send-keys): New function.
12140 (gnus-article-describe-key, gnus-article-describe-key-briefly):
12141 Work for gnus-article-read-summary-send-keys; display continuation keys
12142 correctly in the echo area.
12143 (gnus-article-reply-with-original): Ignore prefix argument.
12144 (gnus-article-wide-reply-with-original): New function.
12145
12146 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12147
12148 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12149 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12150
12151 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12152
12153 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12154 (gnus-group-read-ephemeral-gmane-group): New command.
12155
12156 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
12157
12158 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12159
12160 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
12161
12162 * message.el (message-send-mail-function): Increase custom version.
12163
12164 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12165 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
12166
12167 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
12168
12169 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12170 html parts correctly; support forwarded messages.
12171 (gnus-article-browse-html-article): Remove work buffers.
12172
12173 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12174 compiling.
12175 (netrc-bound-and-true-p): New macro.
12176 (netrc-parse): Use it instead of bound-and-true-p that is not available
12177 in XEmacs 21.4.
12178
12179 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
12180
12181 * gnus-registry.el (gnus-registry-mark-article)
12182 (gnus-registry-article-marks): Add functionality to mark articles
12183 through the Gnus registry.
12184
12185 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12186 (netrc-parse): Use encrypt-file-alist to determine if
12187 encrypt-find-model or encrypt-insert-file-contents should be used.
12188
12189 2007-12-19 Glenn Morris <rgm@gnu.org>
12190
12191 * mml.el (message-options-set, message-narrow-to-head)
12192 (message-in-body-p, message-mail-p, message-encode-message-body):
12193 Autoload.
12194 (message-remove-header, message-narrow-to-headers-or-head)
12195 (message-subscribed-p, message-make-mail-followup-to)
12196 (message-position-on-field, message-news-p)
12197 (message-options-set-recipient, message-generate-headers)
12198 (message-sort-headers): Declare as functions.
12199
12200 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12201
12202 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12203 convention in doc string.
12204
12205 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
12206
12207 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12208 title to html parts.
12209 (gnus-article-browse-html-article): Pass message header to it.
12210
12211 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12212
12213 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
12214
12215 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12216 or password compatible with XEmacs.
12217
12218 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12219
12220 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12221 format document.
12222 (gnus-mime-delete-part): Don't write description line if empty.
12223 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12224
12225 2007-12-14 Johan Bockgård <bojohan@gnu.org>
12226
12227 * gnus-sum.el (gnus-summary-mark-unread-as-read)
12228 (gnus-summary-mark-read-and-unread-as-read)
12229 (gnus-summary-mark-current-read-and-unread-as-read)
12230 (gnus-summary-mark-unread-as-ticked): Doc fix.
12231 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12232
12233 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12234
12235 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12236 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12237
12238 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
12239
12240 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12241 yes-or-no-p.
12242
12243 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
12244
12245 * mm-decode.el (mm-add-meta-html-tag): New function.
12246 (mm-save-part-to-file, mm-pipe-part): Use it.
12247
12248 * gnus-art.el (gnus-article-browse-delete-temp-files):
12249 Use gnus-y-or-n-p instead of y-or-n-p.
12250 (gnus-article-browse-html-parts): Work with message/external-body; use
12251 mm-add-meta-html-tag.
12252
12253 2007-12-11 Glenn Morris <rgm@gnu.org>
12254
12255 * gnus-cache.el: Require gnus-sum not just when compiling.
12256
12257 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12258
12259 * gnus-int.el (gnus-server-opened, gnus-status-message):
12260 Move definitions before use.
12261
12262 * mm-decode.el: Require gnus-util.
12263 (mm-remove-part): Only call delete-annotation on XEmacs.
12264
12265 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12266
12267 * nnmail.el: Require gnus-int.
12268
12269 * spam.el: Move `require's before `eval-when-compile's.
12270
12271 * gnus-ems.el (gnus-alive-p):
12272 * gnus-fun.el (message-goto-eoh):
12273 * gnus-util.el (gnus-group-name-decode):
12274 * mail-source.el (gnus-compress-sequence):
12275 * message.el (Info-goto-node, format-spec):
12276 * mm-bodies.el (message-options-get):
12277 * mm-decode.el (mm-view-pkcs7):
12278 * mm-util.el (gmm-write-region):
12279 * mml-smime.el (mml-compute-boundary)
12280 (gnus-completing-read-with-default):
12281 * mml.el (widget-button-press, gnus-make-hashtable):
12282 * mml1991.el (mm-decode-content-transfer-encoding)
12283 (mm-encode-content-transfer-encoding)
12284 (message-options-get, message-options-set):
12285 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12286 * nnfolder.el (gnus-request-group):
12287 * nnheader.el (ietf-drums-unfold-fws):
12288 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12289 * smime.el (gnus-run-mode-hooks):
12290 * spam-stat.el (gnus-message): Autoload.
12291
12292 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12293 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12294 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12295 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12296 Add declare-function compatibility definition.
12297
12298 * gnus-cache.el (nnvirtual-find-group-art):
12299 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12300 (gnus-add-image, gnus-add-wash-type):
12301 * gnus-group.el (nnkiboze-score-file):
12302 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12303 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12304 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12305 (message-tokenize-header, gnus-get-buffer-create)
12306 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12307 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12308 * gnus.el (gnus-group-decoded-name):
12309 * mail-source.el (imap-capability):
12310 * mm-bodies.el (message-options-set):
12311 * mm-decode.el (gnus-configure-windows):
12312 * mm-extern.el (message-goto-body):
12313 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12314 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12315 (epg-sub-key-validity, message-options-set):
12316 * mml.el (widget-event-point, gnus-configure-windows):
12317 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12318 * mml2015.el (epg-check-configuration, epg-configuration)
12319 (message-options-set):
12320 * nndb.el (nndb-request-article):
12321 * nnfolder.el (gnus-request-create-group):
12322 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12323 * nnmaildir.el (gnus-group-mark-article-read):
12324 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12325 * rfc1843.el (message-fetch-field):
12326 * spam.el (gnus-extract-address-components):
12327 Declare as functions.
12328
12329 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
12330
12331 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12332
12333 2007-12-09 Glenn Morris <rgm@gnu.org>
12334
12335 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12336
12337 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12338 * message.el, mm-view.el, sieve-manage.el, smime.el:
12339 Add declare-function compatibility definition.
12340
12341 * gnus-art.el (w3-region, w3m-region, Info-menu):
12342 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12343 * gnus-sum.el (gnus-get-predicate):
12344 * gnus-util.el (mm-append-to-file, w32-focus-frame):
12345 * message.el (mail-abbrev-in-expansion-header-p):
12346 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12347 (w3m-detect-meta-charset, w3m-region):
12348 * sieve-manage.el (password-read, password-cache-add)
12349 (password-cache-remove):
12350 * smime.el (password-read-and-add): Declare as functions.
12351
12352 2007-12-08 David Kastrup <dak@gnu.org>
12353
12354 * gnus-sum.el (gnus-summary-simplify-subject-query):
12355 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12356 `message'.
12357
12358 2007-12-07 Glenn Morris <rgm@gnu.org>
12359
12360 * gnus-art.el (article-make-date-line): Revert previous change.
12361
12362 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12363
12364 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12365
12366 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
12367
12368 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12369 Call gnus-add-to-range ranges only once with a prepared article-list.
12370
12371 2007-12-06 Paul Jarc <prj@po.cwru.edu>
12372
12373 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12374 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12375 group names with backslashes.
12376 Reported by Tassilo Horn <tassilo@member.fsf.org>.
12377
12378 2007-12-06 Deepak Goel <deego3@gmail.com>
12379
12380 * gnus-art.el (article-make-date-line):
12381 * gnus-start.el (gnus-load):
12382 * pop3.el (pop3-read-response): Fix buggy call to `error'.
12383
12384 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12385
12386 * gnus-art.el (gnus-use-idna):
12387 * gnus-start.el (gnus-site-init-file):
12388 * message.el (message-use-idna):
12389 * mm-uu.el (mm-uu-hide-markers):
12390 * smiley.el (smiley-style): Revert changes that suppress warnings.
12391
12392 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12393
12394 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12395 specify charset to html source.
12396 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12397
12398 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
12399
12400 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12401 idna-program in order to suppress byte compile warning issued by XEmacs
12402 that came to byte compile the default value section of defcustom forms
12403 recently.
12404
12405 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12406 value of installation-directory.
12407
12408 * message.el (message-use-idna): Don't directly refer to the value of
12409 idna-program.
12410
12411 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12412
12413 * smiley.el (smiley-style): Don't directly call face-attribute.
12414
12415 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
12416
12417 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12418
12419 * gnus-dired.el: Reduce Gnus dependencies.
12420 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12421 Don't require. Use autoloads instead.
12422 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12423 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12424 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12425 (gnus-dired-mode): Adjust doc string.
12426 (gnus-dired-mail-mode): New variable.
12427 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12428 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12429 (gnus-dired-mail-buffers): New function. Return mail or message
12430 composition buffers.
12431 (gnus-dired-attach): Use it.
12432 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12433 NO-DECODE.
12434 (gnus-dired-print): Use `gnus-print-buffer' depending on
12435 `gnus-dired-mail-mode'.
12436
12437 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
12438
12439 * rfc2047.el (rfc2047-encoded-word-regexp)
12440 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12441 explaining what regexp patterns are for.
12442
12443 2007-12-04 Glenn Morris <rgm@gnu.org>
12444
12445 * password.el: Move to ../password-cache.el.
12446
12447 * mml1991.el (password-read, password-cache-add, password-cache-remove):
12448 * mml2015.el (password-read, password-cache-add, password-cache-remove):
12449 * mml-smime.el (password-read, password-cache-add)
12450 (password-cache-remove):
12451 No need to autoload, since mml-sec requires password.
12452
12453 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12454 * message.el (gnus-extract-address-components):
12455 * mml-smime.el (gnus-extract-address-components): Define for compiler.
12456
12457 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12458 password.
12459
12460 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
12461
12462 * mailcap.el: Reduce dependencies.
12463 (mail-header-parse-content-type): Autoload.
12464 (mailcap-delete-duplicates): New alias.
12465 (mailcap-mime-info): Add optional argument NO-DECODE.
12466 (mailcap-mime-types): Use mailcap-delete-duplicates.
12467
12468 * message.el (message-ignored-supersedes-headers): Add "X-ID".
12469
12470 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12471
12472 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12473 function.
12474
12475 * gnus-uu.el (gnus-uu-decode-yenc): New command.
12476 (gnus-uu-yenc-article): New function.
12477
12478 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12479
12480 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12481
12482 2007-12-02 Glenn Morris <rgm@gnu.org>
12483
12484 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12485 Move to ../net.
12486
12487 * binhex.el, uudecode.el: Move to ../mail.
12488
12489 * encrypt.el: Remove file.
12490
12491 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
12492
12493 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12494 matches on patches.
12495
12496 * gnus-art.el (gnus-article-browse-html-article):
12497 Mention `mm-text-html-renderer' in the doc string.
12498
12499 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12500 string. Add comments.
12501
12502 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12503 if rhs is ASCII.
12504
12505 2007-12-01 Glenn Morris <rgm@gnu.org>
12506
12507 * dig.el, dns.el: Move to ../net.
12508 * format-spec.el, hex-util.el, sha1.el: Move to ../.
12509
12510 * mail-source.el (top-level): Require format-spec before
12511 eval-when-compile.
12512
12513 2007-11-30 Glenn Morris <rgm@gnu.org>
12514
12515 * encrypt.el: Require password, rather than autoloading password-read.
12516
12517 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
12518
12519 * gnus.el (gnus-method-to-server): Add an optional parameter so the
12520 caller can indicate whether the cache should be disregarded for this
12521 call. This way the result of the call is reproducible at all times and
12522 can be considered a canonical server name for the supplied method.
12523 (gnus-agent-method-p): Canonicalize server names by pushing their
12524 method through `gnus-method-to-server' using the no-cache argument.
12525
12526 * gnus-srvr.el (gnus-server-insert-server-line):
12527 Call `gnus-method-to-server' with `no-cache' argument.
12528
12529 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12530 gnus-agent-possibly-synchronize-flags as this should be called when the
12531 server is actually being opened.
12532 (gnus-agent-possibly-synchronize-flags)
12533 (gnus-agent-possibly-synchronize-flags-server): Move check for the
12534 flags file of an agentized server to the latter function.
12535
12536 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12537 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12538 after a connection has been established successfully.
12539
12540 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * gnus-art.el (article-display-face): Force to display face if called
12543 interactively; check if gnus-article-x-face-too-ugly matches author.
12544 (article-display-x-face): Display face even if From header is missing
12545 as article-display-face does.
12546
12547 2007-11-28 Richard Stallman <rms@gnu.org>
12548
12549 * md4.el: Move to ../.
12550 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12551
12552 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
12553
12554 * mail-source.el (mail-sources): Default to fetch from file for
12555 compatibility with default of nnmail-spool-file.
12556
12557 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
12558
12559 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12560 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12561 to look for encoded word that should be encoded again.
12562 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12563 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12564 encoding pattern.
12565 (rfc2047-decode-region): Switch strict regexp and loose one according
12566 to rfc2047-allow-irregular-q-encoded-words.
12567
12568 2007-11-26 Simon Josefsson <simon@josefsson.org>
12569
12570 * imap.el: Move to ../net directory.
12571
12572 2007-11-25 Romain Francoise <romain@orebokech.com>
12573
12574 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12575
12576 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12577
12578 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12579 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12580
12581 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12582 `nnmail-spool-file'.
12583
12584 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12585 `nnmail-spool-file'.
12586
12587 * gnus-move.el (gnus-change-server): Ditto.
12588
12589 * gnus-kill.el (gnus-batch-score): Ditto.
12590
12591 * gnus-cache.el (gnus-jog-cache): Ditto.
12592
12593 * gnus-msg.el (gnus-summary-reply):
12594 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12595
12596 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
12597
12598 * gnus-cache.el (gnus-cache-generate-nov-databases):
12599 Use nnml-generate-nov-databases-directory instead of
12600 nnml-generate-nov-databases-1.
12601
12602 2007-11-24 Glenn Morris <rgm@gnu.org>
12603
12604 * message.el (message-tool-bar-retro): Update for rename
12605 mail_send.xpm->mail-send.xpm.
12606
12607 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12608
12609 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12610 `smime-ldap-search' for Emacs 22 and up.
12611
12612 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
12613
12614 * hashcash.el: Move to ../mail directory.
12615
12616 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
12617
12618 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12619 `smime-ldap-search' for Emacs 22 and up.
12620
12621 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12624
12625 * message.el (message-send-mail-function): Fix error convention.
12626 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12627 (message-widen-reply, message-send-mail, message-talkative-question)
12628 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12629 (message-clone-locals, message-send-news): Use with-current-buffer.
12630 (message-insert-or-toggle-importance): Remove unused var `valid'.
12631 (message-make-references): Remove unused var `new-references'.
12632 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12633
12634 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
12635
12636 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12637 (spam-split-symbolic-return-positive): Reflow docstring.
12638 (spam-backends, spam-summary-exit-behavior)
12639 (spam-mark-ham-unread-before-move-from-spam-group)
12640 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12641 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12642 (spam-clear-cache, spam-backend-check, spam-install-backend)
12643 (spam-install-statistical-backend, spam-list-of-processors)
12644 (spam-group-processor-p, spam-split, spam-bogofilter-score)
12645 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12646 (spam-check-crm114, spam-initialize, spam-unload-hook):
12647 Fix typos in docstrings.
12648
12649 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12650
12651 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12652 been checked if they have never been read and those group levels are
12653 higher than the one that a user specified.
12654
12655 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
12656
12657 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12658 foreign groups unless a group level is specified by a user.
12659 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12660
12661 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
12662
12663 * message.el (message-send-mail-function): Require sendmail.
12664
12665 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
12666
12667 * message.el (message-send-mail-function): Check for smtpmail too.
12668
12669 * utf7.el (utf7-encode, utf7-decode): Use coding system
12670 `utf-7'/`utf-7-imap' from utf-7.el' if available.
12671
12672 * message.el (message-send-mail-function): New function.
12673 (message-send-mail-function): Set default using
12674 message-send-mail-function. Adjust doc string.
12675 (message-send-mail-with-mailclient): New function.
12676
12677 2007-11-17 Richard Stallman <rms@gnu.org>
12678
12679 * assistant.el: Remove file.
12680
12681 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
12682
12683 * smime.el (from):
12684 * rfc2047.el (message-posting-charset):
12685 * qp.el (mm-use-ultra-safe-encoding):
12686 * pop3.el (parse-time-months):
12687 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12688 * nnml.el (files):
12689 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12690 (jka-compr-compression-info-list, ange-ftp-path-format)
12691 (efs-path-regexp):
12692 * nndiary.el (files):
12693 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12694 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12695 (epg-digest-algorithm-alist, inhibit-redisplay)
12696 (password-cache-expiry):
12697 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12698 (pgg-output-buffer, password-cache-expiry):
12699 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12700 (efs-path-regexp):
12701 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12702 (inhibit-redisplay):
12703 * mm-uu.el (file-name, start-point, end-point, entry)
12704 (gnus-newsgroup-name, gnus-newsgroup-charset):
12705 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12706 (latin-unity-ucs-list):
12707 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12708 (mm-uu-binhex-decode-function):
12709 * message.el (gnus-message-group-art, gnus-list-identifiers)
12710 (rmail-enable-mime-composing, gnus-local-organization)
12711 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12712 (gnus-read-active-file, facemenu-add-face-function)
12713 (facemenu-remove-face-function, gnus-article-decoded-p)
12714 (tool-bar-mode):
12715 * mail-source.el (display-time-mail-function):
12716 * gnus-util.el (nnmail-pathname-coding-system)
12717 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12718 (gnus-original-article-buffer, gnus-user-agent)
12719 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12720 (xemacs-codename, sxemacs-codename, emacs-program-version):
12721 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12722 * gnus-start.el (gnus-agent-covered-methods)
12723 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12724 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12725 (gnus-newsgroup-headers, gnus-group-list-mode)
12726 (gnus-group-mark-positions, gnus-newsgroup-data)
12727 (gnus-newsgroup-unreads, nnoo-state-alist)
12728 (gnus-current-select-method, mail-sources)
12729 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12730 (nnmail-spool-file, gnus-cache-active-hashtb):
12731 * gnus-mh.el (mh-lib-progs):
12732 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12733 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12734 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12735 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12736 (gnus-group-buffer):
12737 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
12738 (font-lock-set-defaults):
12739 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
12740 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
12741 (gnus-summary-post-menu, total-parts, type, condition, length):
12742 * gnus-agent.el (gnus-agent-read-agentview):
12743 * flow-fill.el (show-trailing-whitespace):
12744 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
12745 eval-and-compile wrappers for byte compiler pacifiers.
12746
12747 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
12748 (mm-display-inline-fontify): Check for featurep 'xemacs not
12749 extent-list.
12750
12751 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
12752 itimer-list.
12753 (mm-create-image-xemacs): Only do something for XEmacs.
12754 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
12755
12756 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
12757
12758 * gnus-registry.el (gnus-adaptive-word-syntax-table):
12759 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
12760
12761 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
12762
12763 * nnimap.el (nnimap-split-download-body):
12764 * gnus-demon.el (gnus-demon):
12765 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
12766
12767 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
12768
12769 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
12770 New macros.
12771 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
12772 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
12773 copy data from unibyte buffer to multibyte current buffer.
12774 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
12775 to copy data from unibyte current buffer to multibyte buffer.
12776 (nntp-make-process-buffer): Make process buffer unibyte.
12777
12778 * pop3.el (pop3-open-server): Fix typo in Lisp code.
12779
12780 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
12781
12782 * pop3.el (pop3-open-server): Accept and process data more robustly at
12783 connection start to avoid spurious "POP SSL connection failed" errors.
12784
12785 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
12786
12787 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
12788 read group names.
12789
12790 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
12791
12792 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
12793
12794 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
12795
12796 * nnmail.el (nnmail-parse-active): Make group names unibyte.
12797 (nnmail-save-active): Use a unibyte buffer when saving active file,
12798 which may contain non-ASCII group names.
12799
12800 * nnml.el (nnml-request-group): Decode group names in messages.
12801
12802 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
12803
12804 * message.el (message-citation-line-function)
12805 (message-insert-formatted-citation-line): Fix spelling of
12806 `message-insert-formated-citation-line'.
12807
12808 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
12809
12810 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
12811
12812 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
12813
12814 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
12815 nnmail-pathname-coding-system.
12816
12817 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
12818 that a user enters; decode group names in messages.
12819
12820 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
12821
12822 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
12823
12824 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
12825
12826 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
12827
12828 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
12829 risky local variable.
12830
12831 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
12832
12833 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
12834
12835 * encrypt.el: Improve documentation to fix function name typo.
12836 Reported by Daiki Ueno <ueno@unixuser.org>.
12837
12838 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
12841 even if the point is not in the last page of an article.
12842 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
12843 back to the previous page.
12844
12845 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
12846
12847 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
12848
12849 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
12850
12851 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
12852
12853 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
12854
12855 * message.el (message-check-news-body-syntax):
12856 Avoid mm-string-as-multibyte.
12857 (message-hide-headers): Don't assume (point-min)==1.
12858
12859 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12860
12861 * message.el (message-remove-blank-cited-lines): Fix if remove is
12862 given.
12863 (message-bogus-address-regexp): New variable.
12864 (message-bogus-recipient-p): New function.
12865 (message-check-recipients): New command.
12866 (message-syntax-checks): Add `bogus-recipient'.
12867 (message-fix-before-sending): Add `bogus-recipient'.
12868
12869 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
12870 (gnus-treat-body-boundary): Don't test window-system.
12871
12872 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
12873
12874 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
12875
12876 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12877
12878 * gnus.el: Bump version to Gnus v5.13.
12879
12880 2007-10-28 Miles Bader <miles@gnu.org>
12881
12882 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
12883 at compile-time too.
12884
12885 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12886
12887 * gnus-msg.el (gnus-message-setup-hook):
12888 Add `message-remove-blank-cited-lines' to options.
12889
12890 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12891
12892 * message.el (message-remove-blank-cited-lines): New function.
12893 Suggested by Karl Plästerer.
12894
12895 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
12896
12897 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
12898 mapc.
12899
12900 * imap.el (imap-open): Replace mapcar called for effect with mapc.
12901 (top-level): Use mapc to set functions to be traced for debugging.
12902
12903 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
12904 called for effect with while loop.
12905
12906 * message.el (message-talkative-question): Replace mapcar called for
12907 effect with mapc.
12908
12909 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
12910 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
12911 called for effect with dolist.
12912
12913 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
12914
12915 * nndiary.el: Use dolist instead of mapcar to add diary headers to
12916 gnus-extra-headers and nnmail-extra-headers.
12917
12918 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
12919 called for effect with dolist.
12920 (top-level): Use mapc to set functions to be traced for debugging.
12921
12922 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
12923 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
12924 dolist.
12925
12926 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
12927 Replace mapcar called for effect with mapc.
12928 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
12929 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
12930 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
12931 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
12932
12933 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
12934 remove-if that's a cl function.
12935
12936 * webmail.el (webmail-debug): Replace mapcar called for effect with
12937 dolist.
12938
12939 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
12940
12941 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
12942 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
12943 with while loop.
12944
12945 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
12946 functions from article-* functions.
12947 (gnus-multi-decode-header): Replace mapcar called for effect with
12948 dolist.
12949
12950 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
12951 (gnus-bookmark-show-details): Replace mapcar called for effect with
12952 while loop.
12953
12954 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
12955 called for effect with while loop.
12956
12957 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
12958 with dolist.
12959
12960 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12961 Replace mapcar called for effect with dolist.
12962
12963 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
12964
12965 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
12966 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
12967 Replace mapcar called for effect with dolist.
12968 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
12969 mapc.
12970
12971 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
12972 Replace mapcar called for effect with dolist.
12973 (gnus-topic-list): Replace mapcar called for effect with mapc.
12974
12975 * gnus.el: Use mapc instead of mapcar to add autoloads.
12976
12977 2007-10-23 Richard Stallman <rms@gnu.org>
12978
12979 * gnus-group.el (gnus-group-highlight): Mark as risky.
12980
12981 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
12982
12983 * gnus.el (gnus-server-to-method): Return method found first in
12984 gnus-newsrc-alist.
12985
12986 * gnus-art.el (gnus-article-highlight-signature)
12987 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
12988 button overlay without the front stickiness.
12989
12990 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
12991
12992 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
12993 overview buffer needed a catch to receive its throw.
12994 (gnus-agent-flush-cache): Declare as interactive to make this function
12995 easier to use.
12996
12997 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12998
12999 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13000 `next-line'.
13001
13002 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
13003
13004 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13005 exclude address matching message-dont-reply-to-names.
13006
13007 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13008
13009 * gnus-util.el (gnus-string<): New function.
13010
13011 * gnus-sum.el (gnus-article-sort-by-author)
13012 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13013
13014 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
13015
13016 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13017 the frame-focus tag is set in gnus-buffer-configuration.
13018
13019 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
13020
13021 * gnus-art.el (gnus-article-add-button): Make a button overlay without
13022 the front stickiness.
13023
13024 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
13025
13026 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13027 url pattern; remove duplicate one.
13028 (gnus-article-extend-url-button): New function.
13029 (gnus-article-add-buttons): Use it.
13030 (gnus-button-push): Use concatenated url that it makes.
13031
13032 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
13033
13034 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13035 (sieve-manage-open): Use `mapc' instead of `mapcar'.
13036
13037 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13040 Don't hardcode point-min==1.
13041
13042 2007-09-30 David Kastrup <dak@gnu.org>
13043
13044 * gnus-art.el (gnus-article-reply-with-original)
13045 (gnus-article-followup-with-original): When `transient-mark-mode' is
13046 off, refrain from active-region behavior for followups.
13047
13048 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
13049
13050 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13051 Fix comment about "iso8859-1".
13052
13053 2007-10-08 Daiki Ueno <ueno@unixuser.org>
13054
13055 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13056 ones returned from the verify-function.
13057
13058 * mm-uu.el (mm-uu-pgp-signed-extract-1):
13059 Call mml2015-extract-cleartext-signature if extraction failed.
13060
13061 2007-10-07 Daiki Ueno <ueno@unixuser.org>
13062
13063 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13064 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13065 failed.
13066
13067 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
13068
13069 * Relicense "GPLv2 or later" files to "GPLv3 or later".
13070
13071 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
13072
13073 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13074 to mark a thread as expirable. Add variable `hide' to handle hiding of
13075 thread for both the null and zero (kill/expire thread) universal prefix
13076 cases.
13077 (gnus-summary-expire-thread): Add new function to expire a thread,
13078 using gnus-summary-kill-thread.
13079 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13080 shortcuts for gnus-summary-expire-thread.
13081 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13082 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
13083
13084 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13085
13086 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13087 extras value, so an extras entry can be deleted.
13088 (gnus-registry-delete-extra-entry): Use it.
13089 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13090 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13091 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13092 storage through the gnus-registry, and provide an appropriate API for
13093 it.
13094
13095 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13096
13097 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13098 Suggested by Leo <sdl.web@gmail.com>.
13099
13100 * gnus.el: Do.
13101
13102 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13103
13104 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13105 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
13106
13107 * gnus-agent.el (gnus-agent-fetch-headers): Do.
13108
13109 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13110 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13111
13112 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13113
13114 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13115 newline.
13116 (nnmbox-request-accept-article): Don't change article in source buffer;
13117 narrow to header to use message-fetch-field rather than
13118 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13119 (nnmbox-request-replace-article): Quote lines that'll be misidentified
13120 as delimiters; make sure article ends with newline.
13121 (nnmbox-delete-mail): Correct last position of article to be deleted;
13122 ignore X-Gnus-Newsgroup header in article body.
13123 (nnmbox-save-mail): Quote lines looking like delimiters at the right
13124 positions; make sure article ends with newline.
13125
13126 * message.el (message-display-abbrev): Don't infloop when a user
13127 inserts SPC in the beginning of header.
13128
13129 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
13130
13131 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13132 list of groups not followed by default. Fix type to be regexp.
13133 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13134
13135 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
13136
13137 * hmac-def.el (define-hmac-function): Switch from old-style to
13138 new-style backquotes.
13139
13140 * md4.el (md4-make-step): Likewise.
13141
13142 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13143
13144 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13145 raw-text coding system when saving .newsrc file, which may contain
13146 non-ASCII group names.
13147
13148 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * gnus-cus.el (gnus-score-extra): New widget.
13151 (gnus-score-extra-convert): New function.
13152 (gnus-score-customize): Use it for Extra.
13153
13154 2007-08-31 Daiki Ueno <ueno@unixuser.org>
13155
13156 * mml2015.el (mml2015-extract-cleartext-signature): New function.
13157 (mml2015-mailcrypt-clear-verify): Use it.
13158 (mml2015-gpg-clear-verify): Use it.
13159 (mml2015-pgg-clear-verify): Use it.
13160 (mml2015-epg-clear-verify): Replace the current part with the output
13161 from GnuPG; don't extract the plaintext by itself.
13162
13163 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13164 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13165 mml2015-clear-verify-function; don't touch the armor headers or
13166 dash-escaped text here.
13167
13168 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
13169
13170 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13171 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13172 parts, or application/octet-stream as a last resort.
13173 (gnus-mime-view-part-as-type): Don't toggle display.
13174 (gnus-mime-view-part-as-charset): Don't turn off display before
13175 querying charset.
13176
13177 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13178 stuff to undisplayer function in Emacs.
13179 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13180
13181 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13182 text/calendar parts.
13183
13184 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
13185
13186 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13187 decoding text/calendar parts.
13188
13189 * message.el (message-forward-make-body-mime): Always mark body as
13190 having no illegible text; remove signed-or-encrypted argument.
13191 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13192
13193 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13194 (mml-generate-mime-1): Don't encode body if it is specified to be in
13195 raw form; don't make buffer be unibyte when inserting multibyte string.
13196
13197 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
13198
13199 * sha1.el: Fix up comment style.
13200 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13201 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13202
13203 * hex-util.el: Fix up comment style.
13204 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13205
13206 * gnus-salt.el: Use with-current-buffer.
13207 (gnus-pick-setup-message): Fix long-standing typo.
13208
13209 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
13210
13211 * imap.el (imap-logout-timeout): New variable.
13212 (imap-logout, imap-logout-wait): New functions.
13213 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13214
13215 * nnimap.el (nnimap-logout-timeout): New server variable.
13216 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13217 nnimap-logout-timeout.
13218
13219 * gnus-art.el (gnus-article-summary-command-nosave)
13220 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13221
13222 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
13223
13224 * gnus.el (gnus-maximum-newsgroup): New variable.
13225
13226 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13227 according to gnus-maximum-newsgroup.
13228
13229 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13230 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13231 Limit the range of articles according to gnus-maximum-newsgroup.
13232
13233 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
13234
13235 * gnus-art.el (gnus-sticky-article): Fix problems described in
13236 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
13237 Don't perform gnus-configure-windows here; reuse existing sticky
13238 article buffer.
13239
13240 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13241 it doesn't exist in gnus-article-mode.
13242
13243 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
13244
13245 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13246 (gnus-agent-decoded-group-name): New function.
13247 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13248 (gnus-agent-expire-group-1): Use it; decode group name in messages.
13249
13250 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
13251
13252 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13253 Add binding for gnus-sticky-article.
13254 (gnus-summary-exit): Don't kill sticky article buffers.
13255
13256 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13257 article buffer.
13258 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13259 (gnus-kill-sticky-article-buffers): New commands.
13260
13261 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
13262
13263 * nntp.el (nntp-xref-number-is-evil): New server variable.
13264 (nntp-find-group-and-number): If it is non-nil, don't trust article
13265 numbers in the Xref header.
13266
13267 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
13268
13269 * gnus-agent.el (gnus-agent-read-group): New function.
13270 (gnus-agent-flush-group, gnus-agent-expire-group)
13271 (gnus-agent-regenerate-group): Use it.
13272 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13273 nnmail-pathname-coding-system.
13274
13275 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
13276
13277 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13278
13279 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13280 that are unread as unread, and also as selected so that information of
13281 marks having been changed by a user may be updated when exiting group.
13282
13283 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13284
13285 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13286
13287 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
13288
13289 * gnus-art.el (gnus-mime-display-single): Pass part number that is
13290 calculated ignoring signature parts to gnus-treat-article.
13291
13292 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13295 a point here in order to keep the window start.
13296 (gnus-insert-mime-security-button): Make a button overlay without the
13297 front stickiness.
13298 (gnus-mime-display-security): Goto the end of a button.
13299
13300 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13301
13302 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13303
13304 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13305 group-name-at-point.
13306 (gnus-group-completing-read): New function that offers decoded
13307 non-ASCII group names for completion.
13308 (gnus-fetch-group, gnus-group-read-ephemeral-group)
13309 (gnus-group-jump-to-group, gnus-group-make-group-simple)
13310 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13311 (gnus-group-fetch-control): Use it.
13312 (gnus-fetch-group): Use group-name-at-point for the initial value
13313 rather than the default value; use gnus-alive-p.
13314
13315 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13316 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13317 (gnus-summary-post-news): Use gnus-group-completing-read.
13318
13319 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13320 (gnus-read-move-group-name): Decode group name for completion.
13321
13322 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
13323
13324 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13325 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13326 Yamaoka slightly modified the code).
13327
13328 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
13329
13330 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13331 (nnmail-split-incoming): Bind it.
13332
13333 * nnml.el (nnml-group-name-charset): New function.
13334 (nnml-decoded-group-name): Use it; don't decode group name if
13335 nnmail-group-names-not-encoded-p is non-nil.
13336 (nnml-encoded-group-name): New function.
13337 (nnml-group-pathname): Inline nnml-decoded-group-name.
13338 (nnml-request-expire-articles): Decode group name in message.
13339 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13340 nnmail-pathname-coding-system.
13341 (nnml-save-mail, nnml-active-number): Work with decoded group names and
13342 not decoded ones according to nnmail-group-names-not-encoded-p.
13343 (nnml-generate-active-info): Use nnml-encoded-group-name.
13344
13345 2007-08-08 Glenn Morris <rgm@gnu.org>
13346
13347 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13348 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13349 doc-strings and comments.
13350
13351 2007-07-25 Glenn Morris <rgm@gnu.org>
13352
13353 * Relicense all FSF files to GPLv3 or later.
13354
13355 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
13356
13357 * gnus-sum.el (gnus-summary-move-article):
13358 Make gnus-summary-respool-article work.
13359
13360 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
13361
13362 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13363 string.
13364
13365 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
13366
13367 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
13368 that should be ignored when comparing distant RSS articles with local
13369 ones.
13370 (nnrss-make-hash-index): New function. Create a hash index according
13371 to the ignored fields.
13372 (nnrss-check-group): Use it.
13373
13374 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
13375
13376 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13377
13378 * gnus-art.el (article-decode-group-name): Decode Xref header too.
13379
13380 * gnus-group.el (gnus-group-make-group): Encode group name here unless
13381 the new optional argument ENCODED is non-nil.
13382 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13383 coding system for encoding group name.
13384 (gnus-group-make-rss-group): Pass un-encoded group name to
13385 gnus-group-make-group.
13386 (gnus-group-set-info): Tell gnus-group-make-group that group name is
13387 encoded.
13388
13389 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13390 Encode group name to which articles are moved or copied.
13391 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13392 coding system for encoding Newsgroup, Followup-To and Xref headers.
13393
13394 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13395 marks; use nnheader-file-coding-system to write a file.
13396 (nnagent-retrieve-headers): Bind file-name-coding-system to
13397 nnmail-pathname-coding-system.
13398
13399 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13400
13401 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13402 (nnml-request-article, nnml-request-create-group)
13403 (nnml-request-rename-group, nnml-find-id)
13404 (nnml-possibly-change-directory, nnml-possibly-create-directory)
13405 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13406 (nnml-save-marks): Use nnml-group-pathname instead of
13407 nnmail-group-pathname.
13408
13409 (nnml-request-create-group, nnml-request-expire-articles)
13410 (nnml-request-move-article, nnml-request-delete-group)
13411 (nnml-deletable-article-p, nnml-possibly-create-directory)
13412 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13413 (nnml-open-marks): Bind file-name-coding-system to
13414 nnmail-pathname-coding-system.
13415
13416 (nnml-request-article): Pass server argument to nnml-find-group-number.
13417 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13418 Pass server argument to nnml-possibly-create-directory.
13419 (nnml-request-accept-article): Pass server argument to
13420 nnml-active-number and nnml-save-mail.
13421 (nnml-find-group-number): Pass server argument to nnml-find-id.
13422 (nnml-request-update-info): Pass server argument to
13423 nnml-marks-changed-p.
13424
13425 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13426 (nnml-save-mail, nnml-active-number): Add server argument.
13427
13428 (nnml-request-delete-group): Warn if group is missing.
13429 (nnml-get-nov-buffer): Decode group name.
13430 (nnml-generate-active-info): Encode group name.
13431 (nnml-open-marks): Decode group name in messages.
13432
13433 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
13434
13435 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13436 if it is not specified.
13437 (gnus-article-pipe-part, gnus-article-save-part)
13438 (gnus-article-interactively-view-part, gnus-article-copy-part)
13439 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13440 (gnus-article-inline-part, gnus-article-save-part-and-strip)
13441 (gnus-article-replace-part, gnus-article-delete-part)
13442 (gnus-article-view-part-as-type): Pass raw prefix argument to
13443 gnus-article-part-wrapper.
13444
13445 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
13446
13447 * gnus-agent.el (gnus-agent-save-active):
13448 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13449
13450 * gnus-cache.el (gnus-cache-save-buffers)
13451 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13452 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13453 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13454 (gnus-cache-braid-nov, gnus-cache-braid-heads)
13455 (gnus-cache-generate-active, gnus-cache-rename-group)
13456 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13457 (gnus-cache-update-overview-total-fetched-for):
13458 Bind file-name-coding-system to nnmail-pathname-coding-system.
13459 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13460 New variables.
13461 (gnus-cache-decoded-group-name): New function.
13462 (gnus-cache-file-name): Use it.
13463 (gnus-cache-generate-active): Use non-decoded group name for active.
13464
13465 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13466 right place.
13467 (gnus-write-active-file): Don't break non-ASCII group names.
13468
13469 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13470 nnmail-pathname-coding-system.
13471
13472 * gnus-uu.el (gnus-uu-decode-save): Typo.
13473
13474 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
13475
13476 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13477
13478 2007-07-14 David Kastrup <dak@gnu.org>
13479
13480 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13481 finishing actions if we did not edit the article.
13482
13483 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13484
13485 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13486 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13487 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13488 (gnus-agent-flush-group, gnus-agent-flush-cache)
13489 (gnus-agent-fetch-headers, gnus-agent-load-alist)
13490 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13491 (gnus-agent-retrieve-headers, gnus-agent-request-article)
13492 (gnus-agent-regenerate-group)
13493 (gnus-agent-update-files-total-fetched-for)
13494 (gnus-agent-update-view-total-fetched-for):
13495 Bind file-name-coding-system to nnmail-pathname-coding-system.
13496 (gnus-agent-group-pathname): Don't encode file names by
13497 nnmail-pathname-coding-system.
13498 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13499 coding-system-for-write instead of buffer-file-coding-system to
13500 gnus-agent-file-coding-system.
13501
13502 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13503 Decode group name.
13504
13505 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13506
13507 * gnus-start.el (gnus-update-active-hashtb-from-killed)
13508 (gnus-read-newsrc-el-file): Make group names unibyte.
13509
13510 * nnmail.el (nnmail-group-pathname): Don't encode file names by
13511 nnmail-pathname-coding-system.
13512
13513 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13514 (nnrss-request-delete-group): Bind file-name-coding-system to
13515 nnmail-pathname-coding-system.
13516 (nnrss-read-server-data, nnrss-read-group-data):
13517 Bind file-name-coding-system correctly.
13518 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13519
13520 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13521 (nntp-server-to-method-cache): New variable.
13522 (nntp-group-pathname): New function that decodes non-ASCII group names.
13523 (nntp-possibly-create-directory, nntp-marks-changed-p)
13524 (nntp-save-marks, nntp-open-marks): Use it.
13525 (nntp-possibly-create-directory, nntp-open-marks):
13526 Bind file-name-coding-system to nnmail-pathname-coding-system.
13527 (nntp-open-marks): Decode group names when bootstrapping marks.
13528
13529 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13530 Newsgroups and Followup-To headers.
13531
13532 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13533
13534 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13535 (gnus-server-closed-face, gnus-server-denied-face)
13536 (gnus-server-offline-face): Remove variable.
13537 (gnus-server-font-lock-keywords): Use faces that are not aliases.
13538
13539 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13540 of modifying message-stack directly for XEmacs.
13541
13542 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13543 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13544 if the coding-system argument is nil for XEmacs.
13545
13546 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13547 mm-charset-override-alist.
13548
13549 * rfc2047.el: Don't require base64; require rfc2045 for the function
13550 rfc2045-encode-string.
13551 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13552 to quote the parameter value.
13553
13554 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
13555
13556 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13557 form in gnus-group-name-charset-method-alist.
13558
13559 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13560 overrides the default layout edit-form.
13561
13562 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13563
13564 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13565
13566 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
13567
13568 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13569 as unfetched articles.
13570
13571 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
13572
13573 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13574
13575 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
13576
13577 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13578 original back end that keeps marks in the local system.
13579
13580 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
13581
13582 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13583 arg of pop-to-buffer for XEmacs.
13584 (gnus-article-read-summary-keys): Ditto; don't restore window
13585 configuration if summary command ends up with neither article buffer
13586 nor summary buffer; describe bindings if summary keys end with C-h.
13587
13588 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
13589
13590 * message.el (message-fix-before-sending): Skip raw message part to be
13591 forwarded while checking illegible text.
13592 (message-forward-make-body-mime, message-forward-make-body):
13593 Mark signed or encrypted raw message as having no illegible text.
13594
13595 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
13596
13597 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13598 (gnus-message-with-timestamp-1): New macro.
13599 (gnus-message-with-timestamp): New function.
13600 (gnus-message): Use them.
13601
13602 * nnheader.el (nnheader-message): Use them.
13603
13604 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
13605
13606 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13607 .newsrc.eld file.
13608
13609 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13610
13611 * gnus-agent.el (gnus-agent-fetch-headers)
13612 (gnus-agent-retrieve-headers):
13613 Bind gnus-decode-encoded-address-function to identity.
13614
13615 * nntp.el (nntp-send-xover-command): Recognize an xover command is
13616 available also when the server returns simply a dot.
13617
13618 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13619
13620 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
13621
13622 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13623
13624 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13625
13626 * gnus-ems.el (gnus-x-splash): Make it work.
13627
13628 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13629 from being used.
13630
13631 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
13632
13633 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13634 the front stickiness.
13635 (gnus-article-summary-command-nosave): Correct the order of the
13636 arguments passed to pop-to-buffer.
13637 (gnus-article-read-summary-keys): Ditto; make it work properly when the
13638 summary command ends up with the article buffer.
13639
13640 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13641 the same faces.
13642
13643 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
13644
13645 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13646
13647 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
13648
13649 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13650 * gnus-sum.el (gnus-summary-highlight):
13651 * mail-source.el (mail-source-delete-old-incoming-confirm):
13652 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13653
13654 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
13655
13656 * gnus-art.el (gnus-mime-view-part-externally)
13657 (gnus-mime-view-part-internally): Fix predicate function passed to
13658 completing-read.
13659
13660 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13661
13662 * gnus.el (gnus-update-message-archive-method): Add :version.
13663
13664 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
13665
13666 * gnus.el (gnus-update-message-archive-method): New variable.
13667
13668 * gnus-start.el (gnus-setup-news): Update saved "archive" method
13669 according to gnus-message-archive-method if
13670 gnus-update-message-archive-method is non-nil.
13671
13672 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * gnus-sum.el (gnus-summary-limit-to-address): New function.
13675 Suggested by Loic Dachary <loic@dachary.org>.
13676 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13677
13678 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
13679
13680 * message.el (message-pop-to-buffer): Add switch-function argument.
13681 (message-mail): Pass switch-function argument to it.
13682
13683 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
13684
13685 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13686 Improve doc string.
13687
13688 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
13689
13690 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13691 (gnus-header-content):
13692 * gnus-cite.el (gnus-cite-10):
13693 * gnus-srvr.el (gnus-server-closed):
13694 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13695 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13696 (gnus-group-mail-3-empty, gnus-group-mail-low)
13697 (gnus-group-mail-low-empty, gnus-splash):
13698 * message.el (message-header-to, message-header-cc)
13699 (message-header-subject, message-header-other, message-header-name)
13700 (message-header-xheader, message-separator, message-cited-text)
13701 (message-mml): Lighten colors of faces used for dark background.
13702
13703 2007-05-24 Simon Josefsson <simon@josefsson.org>
13704
13705 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13706 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
13707
13708 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
13709
13710 * message.el (message-narrow-to-headers-or-head):
13711 Ignore mail-header-separator in the body.
13712
13713 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
13714
13715 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13716 same as window size.
13717
13718 2007-05-22 Kevin Ryde <user42@zip.com.au>
13719
13720 * message.el (message-font-lock-keywords): Use message-header-xheader
13721 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
13722 ahead of the anything pattern, to get it recognized.
13723
13724 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
13725
13726 * gnus-sum.el (gnus-articles-to-read)
13727 (gnus-summary-insert-old-articles): Don't truncate group name for
13728 `read-string'.
13729
13730 * gnus-util.el (gnus-limit-string): Delete this function.
13731
13732 * gnus-sum.el (gnus-simplify-subject-fully):
13733 Use `truncate-string-to-width' instead.
13734
13735 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
13736
13737 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
13738 Tell if, on summary exit, the next group has to be selected.
13739 (gnus-summary-exit): Use it.
13740
13741 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
13742
13743 * gnus-art.el (gnus-article-mode): Fix comment about displaying
13744 non-break space.
13745
13746 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
13747
13748 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
13749 Check if group is not a directory.
13750 (nnfolder-request-expire-articles): Don't delete articles if the target
13751 group is not available.
13752
13753 * nnml.el (nnml-request-create-group): Properly check if group is not a
13754 file.
13755 (nnml-request-expire-articles): Don't delete articles if the target
13756 group is not available.
13757
13758 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13759 Don't quote characters that are within parentheses.
13760
13761 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
13762
13763 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
13764 (gnus-handle-ephemeral-exit): Select article according to it.
13765
13766 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
13767
13768 * message.el (message-insert-formated-citation-line): Remove newline.
13769 (message-citation-line-format): Add final \n here so that the user can
13770 avoid a blank line.
13771
13772 2007-05-03 Dan Christensen <jdc@uwo.ca>
13773
13774 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
13775 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
13776 Update lanl/arXiv support.
13777
13778 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
13779
13780 * gnus.el: Bump version number.
13781
13782 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13783
13784 * gnus.el (gnus-version-number): Bump version.
13785
13786 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13787
13788 * gnus.el: No Gnus v0.6 is released.
13789
13790 2007-04-27 Didier Verna <didier@xemacs.org>
13791
13792 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
13793 * gmm-utils.el (gmm-regexp-concat): ... here.
13794 * message.el: Don't require 'gnus-util.
13795 (message-dont-reply-to-names): Handle name change above.
13796 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
13797
13798 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
13799
13800 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
13801 since the initial value varies according to the system.
13802
13803 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13804
13805 * mm-util.el (mm-charset-synonym-alist): Defcustom.
13806
13807 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
13808
13809 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
13810
13811 2007-04-24 Didier Verna <didier@xemacs.org>
13812
13813 Improve the type of gnus-ignored-from-addresses.
13814 * gnus-util.el (gnus-orify-regexp): New function.
13815 * message.el (gnus-util): Require it.
13816 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
13817 * gnus-sum.el (gnus-ignored-from-addresses): New function.
13818 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
13819
13820 2007-04-24 Didier Verna <didier@xemacs.org>
13821
13822 * gnus-sum.el:
13823 * gnus-utils.el: Fix some trailing whitespaces.
13824
13825 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
13826
13827 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
13828 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
13829 article's Message-ID; refer parent article in summary buffer.
13830
13831 * message.el (message-bounce): Call mime-to-mml.
13832
13833 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
13834
13835 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
13836
13837 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13838
13839 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
13840 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
13841 displayed of multipart/alternative part if it is invoked from summary
13842 buffer.
13843
13844 * mm-view.el (mm-inline-text-html-render-with-w3m)
13845 (mm-inline-text-html-render-with-w3m-standalone)
13846 (mm-inline-render-with-function): Use mail-parse-charset by default.
13847
13848 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
13849
13850 * parse-time.el (parse-time-string-chars): Check if CHAR
13851 is less than the length of parse-time-syntax.
13852
13853 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
13854
13855 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
13856 from gnus-newsgroup-processable.
13857
13858 2007-04-16 Didier Verna <didier@xemacs.org>
13859
13860 * gnus-msg.el (gnus-configure-posting-styles):
13861 Handle message-signature-directory properly with :file syntax.
13862 Reported by "Leo".
13863
13864 2007-04-11 Didier Verna <didier@xemacs.org>
13865
13866 New user option: message-signature-directory.
13867 * gnus-msg.el (gnus-configure-posting-styles): Support it.
13868 * message.el (message-insert-signature): Ditto.
13869 * message.el (message-signature-file): Doc update.
13870 * message.el (message-signature-directory): New.
13871
13872 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
13873
13874 * gnus-msg.el (gnus-inews-yank-articles):
13875 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
13876
13877 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * message.el (message-yank-original): Make sure cited text ends with
13880 newline; don't exchange point and mark.
13881
13882 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
13883
13884 * tls.el (open-tls-stream): Properly handle case where there
13885 is no associated buffer.
13886
13887 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
13888
13889 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
13890 message-yank-original, make sure (< mark TEXT point).
13891
13892 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13893
13894 * message.el (message-fill-column): New variable.
13895 (message-mode): Use it. Add comment on a possible new hook.
13896
13897 * nnmail.el (nnmail-spool-file): Mark as obsolete.
13898 (nnmail-get-new-mail): Reformat.
13899
13900 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
13901
13902 * gmm-utils.el: Fix Commentary.
13903 (gmm-tool-bar-from-list): Fix typo in doc string.
13904
13905 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
13906
13907 * message.el (message-yank-original): Don't switch point and mark
13908 unnecessarily to put point and mark as documented.
13909
13910 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13911
13912 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
13913 from the message heads.
13914
13915 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
13916
13917 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
13918 article buffer does not have a window. This may not be the best
13919 solution but is certainly better than setting the start of the null,
13920 that is the current, window.
13921
13922 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
13923
13924 * gnus-draft.el (gnus-draft-setup-hook): New hook.
13925 (gnus-draft-setup): Run it.
13926
13927 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
13928 gnus-score-fast-scoring. Allow regexp.
13929 (gnus-score-headers): Use it.
13930
13931 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
13932 XEmacs.
13933
13934 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
13935 string.
13936 (gnus-button-alist): Also catch `<f1> k ...'.
13937 (gnus-treat-display-x-face): Fix doc string.
13938
13939 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13940
13941 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
13942 evaluation of gnus-extended-version to ensure correct generation of the
13943 User-Agent header when message-generate-headers-first is used.
13944
13945 2007-03-24 Simon Josefsson <simon@josefsson.org>
13946
13947 * hashcash.el (hashcash-generate-payment-async): Don't crash if
13948 hashcash-path is nil. Don't call callback with incorrect number of
13949 parameters if val is 0.
13950
13951 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
13952
13953 * message.el (message-required-news-headers):
13954 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
13955
13956 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
13957
13958 * message.el (message-generate-new-buffers): Change the meaning of the
13959 nil value; add `standard' to the choices; treat t as `unique'; improve
13960 doc string.
13961 (gnus-select-frame-set-input-focus): Autoload.
13962 (message-buffer-name): Search for the existing message buffer if
13963 message-generate-new-buffers is nil or `standard'; treat the value t of
13964 message-generate-new-buffers as `unique'.
13965 (message-pop-to-buffer): Raise the frame already displaying the message
13966 buffer; clear the echo area after querying.
13967 (message-setup): Pass the `continue' argument to compose-mail.
13968 (message-mail): Prefer `switch-function' if it is given; search for the
13969 existing message buffer if the `continue' argument is non-nil; pass
13970 continue and switch-function arguments to compose-mail by way of
13971 message-setup.
13972 (message-mail-other-window): Adjust argument of message-setup.
13973 (message-mail-other-frame): Ditto.
13974
13975 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
13976
13977 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
13978 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
13979 to turn font-lock on when turning gnus-message-citation-mode on.
13980
13981 2007-03-06 Daiki Ueno <ueno@unixuser.org>
13982
13983 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
13984 (mml-smime-function-alist): New variable; add epg as the backend.
13985 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
13986 mml-smime- functions instead.
13987 * mm-view.el: Require smime.
13988
13989 2007-03-05 Didier Verna <didier@xemacs.org>
13990
13991 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
13992 instead of just inheritance for posting styles.
13993 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
13994
13995 2007-02-24 John Paul Wallington <jpw@pobox.com>
13996
13997 * tls.el (tls-certtool-program): Fix custom type.
13998
13999 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14000
14001 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14002 and point-at-eol instead of line-(beginning|end)-position.
14003
14004 * assistant.el (assistant-parse-buffer): Ditto.
14005
14006 2007-02-28 Daiki Ueno <ueno@unixuser.org>
14007
14008 * mml2015.el (mml2015-epg-find-usable-key): New function.
14009 (mml2015-epg-sign): Use it.
14010 (mml2015-epg-encrypt): Use it.
14011
14012 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
14013
14014 * message.el (message-make-in-reply-to): Quote name containing
14015 non-ASCII characters. It will make the RFC2047 encoder cause an error
14016 if there are special characters. Reported by NAKAJI Hiroyuki
14017 <nakaji@jp.freebsd.org>.
14018
14019 2007-02-27 Didier Verna <didier@xemacs.org>
14020
14021 Include the group parameters as well as the topic ones in the
14022 inheritance filter process.
14023 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14024 argument GROUP-PARAMS-LIST.
14025 * gnus-topic.el (gnus-group-topic-parameters): Use it.
14026
14027 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
14028
14029 * nntp.el (nntp-never-echoes-commands)
14030 (nntp-open-connection-functions-never-echo-commands): New variables.
14031 (nntp-send-command): Use them.
14032
14033 2007-02-20 Daiki Ueno <ueno@unixuser.org>
14034
14035 * mml2015.el (mml2015-epg-verify): Simplify.
14036
14037 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14038
14039 * mml.el (mml-content-disposition-alist): New user option.
14040 (mml-content-disposition): New function.
14041 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14042 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14043
14044 2007-02-19 Daiki Ueno <ueno@unixuser.org>
14045
14046 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14047 verification.
14048
14049 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14050
14051 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14052 articles posted in the last 24 hours.
14053
14054 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
14055
14056 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14057
14058 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
14059
14060 * nntp.el (nntp-send-command): Don't wait for echoes when
14061 nntp-open-ssl-stream is used.
14062
14063 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14064
14065 * gnus-cite.el (gnus-test-font-lock-add-keywords)
14066 (gnus-message-add-citation-keywords)
14067 (gnus-message-remove-citation-keywords): Remove.
14068 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14069 directly, make the variables in font-lock-defaults buffer-local, add
14070 gnus-message-citation-keywords to them and then update the value of
14071 font-lock-keywords.
14072
14073 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
14074
14075 * message.el (message-cite-original-1): Don't call
14076 gnus-article-highlight-citation.
14077
14078 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14079 citations; fix line count.
14080
14081 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
14082
14083 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14084 (gnus-message-add-citation-keywords)
14085 (gnus-message-remove-citation-keywords): Use it; fix the emulating
14086 versions of font-lock-add-keywords and font-lock-remove-keywords to
14087 work with XEmacs correctly.
14088
14089 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14090
14091 * gnus-cite.el (gnus-cite-face-list): Set the values of
14092 gnus-message-max-citation-depth and gnus-message-citation-keywords.
14093 (gnus-message-max-citation-depth): Use defvar rather than defconst.
14094 (gnus-message-cite-prefix-regexp): New variable.
14095 (gnus-message-search-citation-line): Use it; protect against long
14096 citation prefix; fill match data with nil rather than 0 for XEmacs; set
14097 the 0th match data for Emacs.
14098 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14099 (gnus-message-add-citation-keywords): Append keywords rather than
14100 prepending; emulate font-lock-add-keywords if it is not available.
14101 (gnus-message-remove-citation-keywords):
14102 Emulate font-lock-remove-keywords if it is not available.
14103
14104 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14105
14106 * message.el (message-cite-prefix-regexp): Set the value of
14107 gnus-message-cite-prefix-regexp.
14108
14109 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14110
14111 * nnweb.el (nnweb-google-parse-1): Update parser.
14112
14113 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
14114
14115 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14116
14117 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14118
14119 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14120 regexp.
14121
14122 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14123
14124 * uudecode.el (uudecode-string-to-multibyte): New function emulating
14125 string-to-multibyte.
14126 (uudecode-decode-region-internal): Use it.
14127
14128 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
14129
14130 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14131 Fix custom choice.
14132
14133 * gnus-art.el (gnus-signature-limit): Fix custom choice.
14134
14135 2007-01-22 Daiki Ueno <ueno@unixuser.org>
14136
14137 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14138
14139 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14140 `write-region' to respect `mm-inhibit-file-name-handlers'.
14141
14142 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
14143
14144 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14145 Use gnus-home-directory instead of "~/" or "$HOME".
14146
14147 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
14148
14149 * encrypt.el (encrypt-insert-file-contents): Add better prompt
14150 to mention filename.
14151 Add comments at beginning regarding usage.
14152 (encrypt-write-file-contents): Change interactive so a string is
14153 acceptable. If the file has no associated model, show an error instead
14154 of a nonsense prompt.
14155
14156 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14157
14158 * spam.el (spam-bsfilter-ham-switch): Fix typo.
14159 Thanks to Yoshihiko Yamada for kind notification of this typo.
14160
14161 2007-01-12 Kenichi Handa <handa@m17n.org>
14162
14163 * uudecode.el (uudecode-decode-region-internal): Make it work in a
14164 multibyte buffer.
14165
14166 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
14167
14168 * gnus-score.el (gnus-score-fast-scoring): New variable.
14169 (gnus-score-headers): Use it.
14170
14171 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14172
14173 * message.el (message-cite-original-1):
14174 Call gnus-article-highlight-citation if requested.
14175 (message-make-from): Allow name and address as optional arguments.
14176
14177 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14178
14179 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14180 bugs to doc string.
14181 (gnus-button-alist): Add mid\\|message-id.
14182 (gnus-button-fetch-group): Extend for use in
14183 `browse-url-browser-function'.
14184 (gnus-button-url-regexp): Try to catch paired parentheses like in
14185 Wikipedia URLs.
14186
14187 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14188 Suggested by Simon Krahnke <overlord@gmx.li>.
14189
14190 2007-01-13 Romain Francoise <romain@orebokech.com>
14191
14192 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14193 Update copyright.
14194
14195 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
14196
14197 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14198
14199 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
14200
14201 * gnus-registry.el (gnus-registry-unfollowed-groups)
14202 (gnus-registry-split-fancy-with-parent): Fix documentation.
14203
14204 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
14205
14206 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14207 from nnweb groups.
14208
14209 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14210
14211 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14212 Xref urls. Erase buffer before requesting head.
14213
14214 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14215
14216 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
14217
14218 * gnus-soup.el (gnus-soup): New custom group. Make user variables
14219 customizable.
14220
14221 2007-01-05 Daiki Ueno <ueno@unixuser.org>
14222
14223 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14224 no signing key is found.
14225 (mml2015-epg-encrypt): Ask user whether to skip or abort if
14226 no encrypting and/or signing key is found.
14227
14228 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14229
14230 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14231
14232 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14233
14234 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14235 headers read from disk with the ones newly found in the current search.
14236 This should no longer cause problems, because the article numbers in
14237 Gmane's `nov.php' output are ignored since the previous change.
14238
14239 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14240
14241 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14242
14243 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
14244
14245 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14246
14247 2007-01-01 Romain Francoise <romain@orebokech.com>
14248
14249 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14250
14251 2006-12-31 Steve Youngs <steve@sxemacs.org>
14252
14253 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14254 `define-minor-mode' macro definition expanded properly.
14255 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14256 exclude it there.
14257
14258 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14259 of 2006-12-30. The default is nil on (S)XEmacs already because of the
14260 `fboundp' test.
14261 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14262 This is OK to autoload in (S)XEmacs now.
14263
14264 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
14265
14266 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14267 keystroke.
14268 (gnus-summary-limit-to-singletons): Fix typo.
14269
14270 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14271 else fails.
14272
14273 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14274
14275 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14276 docstring.
14277
14278 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14279 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14280 (gnus-summary-insert-dormant-articles): Fix typo in message.
14281
14282 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
14283
14284 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14285 nil for XEmacs.
14286 (gnus-message-citation-mode): Don't autoload in XEmacs.
14287
14288 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14289
14290 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
14291
14292 * nnimap.el (nnimap-expunge-search-string):
14293 Mention nnimap-search-uids-not-since-is-evil in docstring.
14294
14295 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
14296
14297 * spam.el: Revert to make-obsolete-variable because
14298 define-obsolete-variable-alias is not supported in Emacs 21.
14299
14300 * spam.el (spam-ifile-path, spam-ifile-database-path)
14301 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14302 make-obsolete-variable.
14303 (spam-bsfilter-path, spam-bsfilter-program)
14304 (spam-spamassassin-path, spam-spamassassin-program)
14305 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14306 Don't use "path" inappropriately.
14307 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14308 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14309 variable names.
14310
14311 2006-12-28 Daiki Ueno <ueno@unixuser.org>
14312
14313 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14314 summary buffer.
14315
14316 * password.el (password-cache-remove): Use clear-string to burn
14317 password, if available.
14318
14319 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14320
14321 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14322
14323 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14324
14325 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14326 (gnus-message-highlight-citation): Move defcustom here from
14327 gnus-cite.el.
14328 (gnus-message-citation-mode): Autoload.
14329
14330 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
14331 checks to make it compile with XEmacs.
14332 (gnus-message-citation-mode): New minor mode.
14333 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14334 (gnus-message-highlight-citation): New variables.
14335 (gnus-message-search-citation-line)
14336 (gnus-message-add-citation-keywords)
14337 (gnus-message-remove-citation-keywords)
14338 (turn-on-gnus-message-citation-mode)
14339 (turn-off-gnus-message-citation-mode): New functions.
14340
14341 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
14342
14343 * gnus-cite.el: Enable highlighting of different citation levels in
14344 message-mode.
14345
14346 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
14347
14348 * message.el (message-make-fqdn): Fix comment.
14349 (message-bogus-system-names): Add ".local".
14350
14351 * spam.el (spam-ifile-path, spam-ifile-program)
14352 (spam-ifile-database-path, spam-ifile-database)
14353 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14354 Don't use "path" inappropriately.
14355 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14356 strings.
14357 (spam-check-ifile, spam-ifile-register-with-ifile)
14358 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14359 Use new variable names.
14360
14361 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14362 (gnus-treat-display-smileys): Simplify using
14363 gnus-image-type-available-p.
14364
14365 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14366 available.
14367
14368 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14369
14370 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14371 one after turning on the buffer's multibyteness instead of decoding
14372 them directly in the unibyte buffer that causes unexpected conversion
14373 in Emacs 23 (unicode).
14374
14375 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14376
14377 * message.el (message-generate-hashcash): Fix custom type.
14378
14379 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14380
14381 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14382
14383 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
14384
14385 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14386 disconnect icons. Add help text.
14387
14388 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
14389
14390 * spam.el (spam-extra-header-to-number): CRM114 spam score is
14391 negated to be consistent with the others we handle.
14392
14393 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14394
14395 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14396 version of gnus-summary-buffer to something, so that we can use two
14397 article buffers at the same time.
14398
14399 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
14400
14401 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14402 trigger all the extra headers.
14403 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14404 sorting.
14405
14406 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14407
14408 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14409 solid groups.
14410
14411 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
14412
14413 * legacy-gnus-agent.el: Add Copyright notice.
14414
14415 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
14416
14417 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14418
14419 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
14420
14421 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14422
14423 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14424 to make it work reliably in CVS Emacs.
14425 (gnus-summary-limit-strange-charsets-predicate)
14426 (gnus-summary-limit-to-predicate): New functions.
14427
14428 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
14429
14430 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14431 specifying array size.
14432 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14433 array if it is too small.
14434 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14435 (gnus-sort-threads-loop): New function.
14436
14437 2006-12-06 Chris Moore <dooglus@gmail.com>
14438
14439 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14440 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14441
14442 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
14443
14444 * mm-url.el (mm-url-predefined-programs): Call curl with correct
14445 options.
14446
14447 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14448
14449 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14450 DOS-ing the recipient.
14451
14452 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14453 the headers when creating the mapping to avoid mismappings.
14454 (nnweb-gmane-create-mapping): Always nix out old mapping.
14455
14456 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14457
14458 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14459 and mm-verify-option to never.
14460
14461 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
14462
14463 * message.el (message-signed-or-encrypted-p): New function.
14464 (message-forward-make-body): Use it.
14465
14466 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14467 Replace encode-coding-string with mm-encode-coding-string.
14468
14469 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * nneething.el (nneething-decode-file-name):
14472 Replace decode-coding-string with mm-decode-coding-string.
14473
14474 * gnus-int.el (gnus-open-server): Say failed server's name.
14475
14476 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
14477
14478 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14479 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14480
14481 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14482 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14483 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14484 (gnus-group-make-directory-group, gnus-group-transpose-groups):
14485 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14486 (gnus-subscribe-newsgroup, gnus-1):
14487 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14488 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14489 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14490 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14491
14492 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14493
14494 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14495 keystroke.
14496 (gnus-summary-limit-to-bodies): Implement headersp.
14497
14498 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14499
14500 * dns.el (query-dns): Protect against "Process dns deleted" strings.
14501
14502 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
14503
14504 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14505
14506 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14507
14508 * message.el (message-generate-hashcash): Expand range of values to
14509 include `opportunistic'.
14510 (message-send-mail): Use it.
14511
14512 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14513
14514 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14515 and comment it.
14516
14517 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14518
14519 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
14520
14521 * gnus-util.el (gnus-extract-address-components): Improve comment.
14522
14523 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14524
14525 * gnus-util.el (gnus-extract-address-components): Work with address in
14526 which the name portion contains @.
14527
14528 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14529
14530 * gnus.el (gnus-start): Move custom group up.
14531 (gnus-select-method): Don't autoload, but make it available for
14532 `customize-variable'.
14533 (gnus-getenv-nntpserver): Don't autoload.
14534
14535 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
14536
14537 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14538
14539 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14540
14541 * message.el (message-sendmail-extra-arguments): New variable.
14542 (message-send-mail-with-sendmail): Use it.
14543
14544 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
14545
14546 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14547 mm-with-unibyte-current-buffer to make string unibyte.
14548
14549 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14550 mm-string-as-multibyte.
14551
14552 2006-11-14 Daiki Ueno <ueno@unixuser.org>
14553
14554 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14555 Reported by Werner Koch <wk@gnupg.org>.
14556
14557 2006-11-14 Daiki Ueno <ueno@p360>
14558
14559 * mml2015.el: Autoload epa-select-keys when compiling.
14560
14561 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14562
14563 * mml2015.el (mml2015-epg-sign): Save the signing keys in
14564 message-options.
14565 (mml2015-epg-encrypt): Save the recipient keys in message-options.
14566
14567 2006-11-13 Daiki Ueno <ueno@unixuser.org>
14568
14569 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14570 EasyPG (< 0.0.6).
14571 (mml2015-always-trust): New user option.
14572 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14573 prompt.
14574
14575 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14576
14577 * nntp.el (nntp-authinfo-force): New variable.
14578 (nntp-send-authinfo): Use it.
14579
14580 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
14581
14582 * message.el (message-strip-subject-encoded-words): Allow _not_ to
14583 decode encoded words. Improve prompt. Add comment about forwarding.
14584 (message-replacement-char): Move up.
14585
14586 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14587
14588 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14589 instead of gnus-intersection because arguments of gnus-sorted-nunion
14590 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
14591
14592 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
14593
14594 * message.el (message-strip-subject-encoded-words): Reformat prompt.
14595 (message-simplify-subject-functions):
14596 Enable message-strip-subject-encoded-words by default.
14597
14598 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
14599
14600 * message.el (message-strip-subject-encoded-words): New function.
14601 (message-simplify-subject-functions): New variable.
14602 (message-simplify-subject): Use it. Fix typo in doc string.
14603 Support message-strip-subject-encoded-words.
14604
14605 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
14606
14607 * gnus-diary.el (gnus-diary-delay-format-function):
14608 * nndiary.el (nndiary-reminders):
14609 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14610
14611 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14612
14613 * gnus-art.el (article-hide-boring-headers): Fetch date from
14614 gnus-original-article-buffer to avoid problems with localized date
14615 strings.
14616
14617 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
14618
14619 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14620
14621 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
14622
14623 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14624 New variables.
14625 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14626 (mm-charset-synonym-alist): Move some entries to
14627 mm-codepage-iso-8859-list.
14628 (mm-charset-synonym-alist, mm-charset-override-alist):
14629 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14630
14631 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
14632
14633 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14634
14635 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14636
14637 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14638 with Emacs 21 and XEmacs.
14639
14640 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
14641
14642 * spam.el (spam-parse-address): New function for better parsing,
14643 catching errors, etc.
14644 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14645
14646 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14647
14648 * mm-view.el: Add interactive arg to html2text autoload.
14649
14650 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14651
14652 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14653
14654 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
14655
14656 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14657 New variables.
14658 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14659 (mm-charset-synonym-alist): Move some entries to
14660 mm-codepage-iso-8859-list.
14661
14662 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14663
14664 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
14665
14666 * message.el (message-citation-line-format)
14667 (message-insert-formated-citation-line): Fix implementation of %E, %N
14668 and %n according to the doc string.
14669
14670 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
14671
14672 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14673 Use car-safe to avoid bad parses.
14674
14675 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
14676
14677 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14678 names.
14679
14680 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14681
14682 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
14683
14684 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14685 header.
14686
14687 * message.el (message-draft-headers): Add Date.
14688 (message-headers-to-generate): Fix typo in docstring.
14689
14690 * nndraft.el (nndraft-required-headers): New variable.
14691 (nndraft-generate-headers): Use it.
14692
14693 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14694
14695 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14696
14697 * gnus-registry.el (gnus-registry-wash-for-keywords)
14698 (gnus-registry-find-keywords): New functions to allow easy searching of
14699 articles that are in the registry.
14700
14701 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
14702
14703 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14704 Use ietf-drums-parse-address instead of gnus-extract-address-components.
14705 Reported by Damien Elmes <damien@repose.cx>.
14706
14707 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
14708
14709 * gnus.el (gnus-mime): Remove unused custom group.
14710
14711 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14712
14713 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14714 "blank line" when searching for end of armor headers.
14715
14716 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14717
14718 * gmm-utils.el (gmm-write-region): Fix variable name.
14719
14720 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
14721
14722 * gmm-utils.el (gmm-write-region): New function based on compatibility
14723 code from `mm-make-temp-file'.
14724
14725 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14726
14727 * nnmaildir.el (nnmaildir--update-nov)
14728 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14729 Use `gmm-write-region'.
14730
14731 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14732
14733 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14734 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14735
14736 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
14737
14738 * message.el (message-replacement-char): New variable.
14739 (message-fix-before-sending): Use it.
14740 (message-simplify-subject): New function to remove duplicate code.
14741 (message-reply, message-followup): Use it.
14742
14743 * gnus-sum.el (gnus-summary-make-menu-bar):
14744 Clarify gnus-summary-limit-to-articles.
14745
14746 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
14747
14748 * gnus-util.el (gnus-with-local-quit): New macro.
14749
14750 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
14751
14752 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
14753
14754 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
14755 ignore non-string data.
14756
14757 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
14758
14759 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
14760 non-string data (needs to be done in the registry too).
14761
14762 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14763
14764 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
14765 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
14766 (gnus-registry-split-fancy-with-parent)
14767 (gnus-registry-fetch-simplified-message-subject-fast)
14768 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
14769 Remove text properties on ingress into the registry and when it's saved.
14770 (gnus-registry-clean-empty-function): Fix bug with cleaning the
14771 registry from entries with no groups.
14772
14773 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
14774
14775 * gnus-util.el (gnus-string-remove-all-properties): Add utility
14776 function to remove string properties.
14777
14778 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
14779
14780 * gmm-utils.el (gmm): Adjust custom version.
14781
14782 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
14783 Adjust custom version.
14784
14785 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
14786
14787 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
14788
14789 * gnus-art.el (gnus-insert-prev-page-button)
14790 (gnus-insert-next-page-button): Simplify. Reformat.
14791
14792 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14793
14794 * gnus-art.el (gnus-insert-prev-page-button)
14795 (gnus-insert-next-page-button): Apply gnus-article-button-face.
14796
14797 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
14798
14799 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
14800
14801 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
14802
14803 * gnus-art.el (gnus-insert-mime-button)
14804 (gnus-insert-mime-security-button):
14805 Apply gnus-article-button-face to MIME and security buttons.
14806
14807 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
14808
14809 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
14810 readable.
14811
14812 2006-09-20 Steve Youngs <steve@sxemacs.org>
14813
14814 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
14815 `browse-url-of-file' instead of `browse-url'.
14816
14817 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14818
14819 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14820 regexp. Articles containing quotation were cut prematurely.
14821
14822 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
14823
14824 * message.el (message-cite-original-1): Use nobody by default for the
14825 value of From header.
14826 (message-reply): Ditto.
14827
14828 2006-09-11 Daiki Ueno <ueno@unixuser.org>
14829
14830 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
14831 to the gnus-info. This fixes a bug of inline-PGP message verification.
14832 Reported by Michael Piotrowski <mxp@dynalabs.de>.
14833
14834 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
14835
14836 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
14837 mails in the doc string. Add some URLs in comment.
14838 (pop3-movemail): Warn about pop3-leave-mail-on-server.
14839
14840 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
14841
14842 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
14843 backslashes handling and the way to find boundaries of quoted strings.
14844
14845 2006-09-07 Daiki Ueno <ueno@unixuser.org>
14846
14847 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
14848 mml1991-encrypt-to-self is set and mml1991-signers is not set.
14849 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
14850 mml2015-encrypt-to-self is set and mml2015-signers is not set.
14851
14852 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
14853
14854 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
14855 doc string.
14856 (gnus-button-regexp, gnus-button-last): Remove unused variables.
14857
14858 2006-09-06 Simon Josefsson <jas@extundo.com>
14859
14860 * mml2015.el (mml2015-use): Doc fix, mention epg.
14861
14862 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14863
14864 * mml2015.el (mml2015-use): Default to epg, if available.
14865
14866 2006-09-06 Daiki Ueno <ueno@unixuser.org>
14867
14868 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
14869 message-sender.
14870 (mml1991-epg-encrypt): Ditto.
14871 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
14872 message-sender.
14873 (mml2015-epg-encrypt): Ditto.
14874
14875 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
14876
14877 * message.el (message-send-mail-with-sendmail): Look for sendmail in
14878 several common directories.
14879
14880 2006-09-05 Daiki Ueno <ueno@unixuser.org>
14881
14882 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
14883 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
14884
14885 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14886
14887 * gnus-art.el (article-decode-encoded-words): Make it fast.
14888
14889 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
14892
14893 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
14894 in quoted string into `\'.
14895
14896 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14897
14898 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14899 Use standard-syntax-table.
14900
14901 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
14902
14903 * gnus-art.el (gnus-decode-address-function): New variable.
14904 (article-decode-encoded-words): Use it to decode headers which are
14905 assumed to contain addresses.
14906 (gnus-mime-delete-part): Remove useless `or'.
14907
14908 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
14909 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
14910 (gnus-nov-parse-line): Use it to decode From header.
14911 (gnus-get-newsgroup-headers): Ditto.
14912 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
14913
14914 * mail-parse.el (mail-decode-encoded-address-region): New alias.
14915 (mail-decode-encoded-address-string): New alias.
14916
14917 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14918 New function.
14919 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
14920 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
14921 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
14922 (rfc2047-decode-string): Ditto.
14923 (rfc2047-decode-address-region): New function.
14924 (rfc2047-decode-address-string): New function.
14925
14926 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
14927
14928 * message.el (message-caesar-buffer-body): Allow rotating headers.
14929
14930 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
14931
14932 * message.el (message-insert-formated-citation-line): Fix %f.
14933 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
14934
14935 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
14938 (gnus-bookmark-mouse-available-p): New macro.
14939 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
14940 (gnus-bookmark-bmenu-show-infos): Use it.
14941 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
14942 (gnus-bookmark-bmenu-hide-infos): Ditto.
14943 (gnus-bookmark-remove-properties): New function.
14944 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
14945 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
14946 (gnus-bookmark-write-file): Bind coding-system-for-write.
14947 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
14948 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
14949 group before selecting it.
14950 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
14951 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
14952 quit-window if it is not available; use gnus-mouse-2 and bind it to
14953 gnus-bookmark-bmenu-select-by-mouse.
14954 (gnus-bookmark-show-details): Remove unused variable `details-list'.
14955 (gnus-bookmark-bmenu-select-by-mouse): New function.
14956
14957 2006-08-13 Romain Francoise <romain@orebokech.com>
14958
14959 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
14960 space.
14961
14962 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14963
14964 * compface.el (uncompface): Use binary rather than raw-text-unix.
14965
14966 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14967
14968 * compface.el (uncompface): Make sure the eol conversion doesn't take
14969 place when communicating with the external programs.
14970 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14971
14972 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * nnheader.el (nnheader-insert-head): Fix typo in comment.
14975
14976 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
14977
14978 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
14979 Make it more robust by parsing author and date independently.
14980
14981 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
14982
14983 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
14984
14985 2006-07-28 Daiki Ueno <ueno@unixuser.org>
14986
14987 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
14988 first matching secret key.
14989 (mml2015-epg-encrypt): Ditto.
14990
14991 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
14992 first matching secret key.
14993 (mml1991-epg-encrypt): Ditto.
14994
14995 * mml2015.el (mml2015-encrypt-to-self): New user option.
14996 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
14997 mml2015-epg-encrypt-to-self is set.
14998
14999 * mml1991.el (mml1991-encrypt-to-self): New variable.
15000 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15001 mml1991-epg-encrypt-to-self is set.
15002
15003 * mml2015.el (mml2015-signers): New user option.
15004 (mml2015-epg-sign): Reflect the value of mml2015-signers.
15005 (mml2015-epg-encrypt): Allow to select signing keys.
15006
15007 * mml1991.el (mml1991-signers): New variable.
15008 (mml1991-epg-sign): Reflect the value of mml1991-signers.
15009 (mml1991-epg-encrypt): Allow to select signing keys.
15010
15011 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
15012
15013 * nnheader.el (nnheader-insert-head): Make it work even if the file
15014 uses CRLF for the line-break code.
15015
15016 2006-07-25 Daiki Ueno <ueno@unixuser.org>
15017
15018 * mml2015.el: Require mml-sec instead of password.
15019 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15020 (mml2015-cache-passphrase): Inherit the default value from
15021 mml-secure-cache-passphrase.
15022 (mml2015-passphrase-cache-expiry): Inherit the default value from
15023 mml-secure-passphrase-cache-expiry.
15024
15025 * mml1991.el: Require mml-sec instead of password.
15026 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15027 (mml1991-cache-passphrase): Inherit the default value from
15028 mml-secure-cache-passphrase.
15029 (mml1991-passphrase-cache-expiry): Inherit the default value from
15030 mml-secure-passphrase-cache-expiry.
15031
15032 * mml-sec.el: Require password.
15033 (mml-secure-verbose): New user option.
15034 (mml-secure-cache-passphrase): New user option.
15035 (mml-secure-passphrase-cache-expiry): New user option.
15036
15037 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
15038 Andreas Vögele <andreas@altroot.de> (tiny change)
15039
15040 * pgg-def.el (pgg-truncate-key-identifier):
15041 Truncate the key ID to 8 letters from the end.
15042
15043 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15044
15045 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15046 workaround for the url package included with Emacs.
15047
15048 * nnweb.el (nnweb-google-create-mapping): Update regexp.
15049
15050 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
15051
15052 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15053 correctly. This fixes a bug caused by the 2006-05-12 change.
15054
15055 2006-07-18 Karl Fogel <kfogel@red-bean.com>
15056
15057 * nnmail.el (nnmail-article-group): If splitting raises an error, give
15058 some information about the error when saying that the `bogus' mail
15059 group will be used.
15060
15061 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
15062
15063 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15064 string.
15065
15066 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
15067
15068 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15069
15070 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15071
15072 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15073
15074 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15075
15076 * mml1991.el (mml1991-function-alist): Add epg.
15077 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15078 (mml1991-epg-encrypt): New functions.
15079
15080 2006-07-10 Daiki Ueno <ueno@unixuser.org>
15081
15082 * mml2015.el (mml2015-verbose): New variable.
15083 (mml2015-cache-passphrase): Ditto.
15084 (mml2015-passphrase-cache-expiry): Ditto.
15085 (mml2015-function-alist): Add epg.
15086 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15087 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15088 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15089 New functions.
15090
15091 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15092
15093 * message.el (message-cite-original-1): Preserve region when removing
15094 quoted text due to X-No-Archive in order to avoid bogus attribution
15095 when citing multiple messages.
15096
15097 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15098
15099 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15100 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15101
15102 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
15103
15104 * gnus-diary.el (gnus-user-format-function-d)
15105 (gnus-user-format-function-D): Autoload.
15106
15107 * imap.el (Commentary): Fix typo.
15108
15109 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15110 2006-04-22 contribution.
15111
15112 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15113
15114 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15115 It didn't really fix the bogosity I'm seeing with solid web groups.
15116
15117 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15118
15119 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15120 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15121 created using server names. If we use the feature without declaring
15122 it, Gnus does not properly manage server and group state.
15123
15124 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15125 bound.
15126
15127 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15128
15129 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15130 looking up the method using GROUP's prefix before inventing a new one.
15131 It is used on killed/unknown groups in various places where returning
15132 an all-new method isn't expected by the caller.
15133
15134 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15135 and match semantics of gnus-group-real-prefix.
15136
15137 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
15138
15139 * nnmail.el (nnmail-broken-references-mailers): New variable.
15140 (nnmail-ignore-broken-references): New function generalizing
15141 nnmail-fix-eudora-headers.
15142 (nnmail-fix-eudora-headers): Now obsolete.
15143
15144 * gnus-art.el (gnus-button-handle-custom):
15145 Support `customize-apropos*'.
15146
15147 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15148
15149 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15150
15151 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15152 articles.
15153
15154 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
15155
15156 * message.el (message-cite-reply-above): New variable.
15157 (message-yank-original): Use it.
15158
15159 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
15160
15161 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15162
15163 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
15164
15165 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15166 as read.
15167
15168 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15169
15170 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
15171
15172 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15173 (gnus-bookmark-default-file): Use gnus-directory.
15174 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15175 Remove "*" in doc string.
15176 (gnus-bookmark-write-file): Simplify.
15177 (gnus-bookmark-maybe-sort-alist): Use `when'.
15178 (gnus-bookmark-get-bookmark): Fix typo in doc string.
15179 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15180 Add FIXME about Emacs 21 and XEmacs compatibility.
15181 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15182 compatibility.
15183 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15184 compatibility.
15185 (gnus-bookmark-menu-heading): Fix version.
15186
15187 2006-06-19 Bastien Guerry <bzg@altern.org>
15188
15189 * gnus-bookmark.el: New file.
15190
15191 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
15192
15193 * message.el (message-syntax-checks): Doc fix.
15194
15195 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15196
15197 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15198 unsubscribed groups as if they were killed ones. It causes duplicate
15199 entries in gnus-newsrc-alist.
15200
15201 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
15202
15203 * message.el (message-syntax-checks): Doc fix.
15204 (message-send-mail): Add check for continuation headers.
15205 (message-check-news-header-syntax): Fix regexp used to check for
15206 continuation headers.
15207
15208 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
15209
15210 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15211
15212 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
15213
15214 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15215
15216 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
15217
15218 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15219 default-truncate-lines.
15220
15221 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
15222
15223 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15224 to fill the utf-8 entry.
15225
15226 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15227
15228 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15229
15230 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
15231
15232 * gnus-agent.el (directory-files-and-attributes): Move all the way
15233 forward (the third and final move).
15234 (gnus-agent-read-agentview): Trap reconstruction errors due to
15235 nonexistent directory. Handle by returning nil.
15236
15237 2006-05-30 Didier Verna <didier@xemacs.org>
15238
15239 * message.el (message-dont-reply-to-names): Update the custom type.
15240 * message.el (message-dont-reply-to-names): New defsubst: potentially
15241 convert a list of regexps into a single one.
15242 * message.el (message-get-reply-headers): Use it.
15243 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15244
15245 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
15246
15247 * gnus-agent.el (directory-files-and-attributes): Move forward.
15248
15249 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15250
15251 * gnus-ml.el (gnus-mailing-list-subscribe)
15252 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15253 (gnus-mailing-list-message): Fix doc strings.
15254
15255 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15256
15257 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15258 of doing it manually.
15259
15260 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15261
15262 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15263 comment.
15264
15265 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
15266
15267 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15268 (gnus-agent-read-agentview): Fix handling of end-of-file error.
15269 (gnus-agent-read-local): All symbols allocated in my-obarray.
15270 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15271 (gnus-agent-regenerate-group): Check numeric names to see if they are
15272 messages or groups.
15273 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15274 better way of do this...)
15275
15276 * gnus-cache.el (gnus-agent-total-fetched-for):
15277 Ignore 'dummy.group' (there should be a better way of do this...)
15278
15279 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
15280
15281 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15282 (gnus-saved-headers): Ditto.
15283 (gnus-default-article-saver): Mention functions may have properties.
15284 (gnus-article-save): Override gnus-save-all-headers and
15285 gnus-saved-headers by :headers property which saver function may have.
15286 (gnus-summary-save-in-file): Add :headers property.
15287 (gnus-summary-write-to-file): Ditto.
15288
15289 * gnus-sum.el (gnus-summary-save-article): Bind
15290 gnus-prompt-before-saving to t when saving many articles in a file;
15291 always show all headers.
15292
15293 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15294
15295 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15296 marks.
15297
15298 * message.el (message-indent-citation): Add optional arguments to allow
15299 using it outside of message buffers.
15300
15301 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15302 (gnus-article-treat-unfold-headers): Use it.
15303 (gnus-article-truncate-lines): New variable.
15304 (gnus-article-mode): Use it.
15305 (gnus-article-toggle-truncate-lines): New function.
15306
15307 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15308 Add gnus-article-toggle-truncate-lines.
15309
15310 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15311 coding system in XEmacs, use binary.
15312
15313 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
15314
15315 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15316 after-load-alist.
15317
15318 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15319 this function should save decoded articles.
15320 (gnus-summary-write-to-file): Use property to specify this function
15321 should save decoded articles and specify gnus-summary-save-in-file
15322 should be used to save articles other than the first one when saving
15323 many articles.
15324 (gnus-summary-save-body-in-file): Use property to specify this
15325 function should save decoded articles.
15326 (gnus-summary-write-body-to-file): Use property to specify this
15327 function should save decoded articles and specify
15328 gnus-summary-save-body-in-file should be used to save articles other
15329 than the first one when saving many articles.
15330
15331 * gnus-sum.el (gnus-summary-save-article): Simplify.
15332
15333 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
15334
15335 * gnus-art.el (gnus-default-article-saver):
15336 Add gnus-summary-write-body-to-file.
15337 (gnus-article-save-coding-system): Don't use coding system object
15338 in XEmacs.
15339 (gnus-read-save-file-name): Add optional `dir-var' argument which
15340 specifies directory in which files are saved; work even if optional
15341 `variable' argument is not specified.
15342 (gnus-summary-write-to-file): Read file name.
15343 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15344 (gnus-summary-write-body-to-file): New function.
15345
15346 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15347 (gnus-summary-local-variables): Add it.
15348 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15349 (gnus-summary-save-article): Remove optional `decode' argument;
15350 determine whether to decode articles by the value of
15351 gnus-default-article-saver; when saving many files using
15352 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15353 it first and use gnus-summary-save-in-file or
15354 gnus-summary-save-body-in-file thereafter unless
15355 gnus-prompt-before-saving is always; move point to article which
15356 will be saved.
15357 (gnus-summary-save-article-file): Revert.
15358 (gnus-summary-write-article-file): Revert.
15359 (gnus-summary-save-article-body-file): Revert.
15360 (gnus-summary-write-article-body-file): New function.
15361
15362 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
15363
15364 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15365
15366 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
15367
15368 * gnus-art.el (gnus-default-article-saver): Doc fix.
15369 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15370 from gnus-summary-save-article-coding-system, and default to a
15371 certain coding system.
15372 (gnus-output-to-file): Add coding cookie and encode text according
15373 to gnus-article-save-coding-system; don't use mm-append-to-file.
15374
15375 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15376 gnus-art.el and rename to gnus-article-save-coding-system.
15377 (gnus-summary-save-article): Require gnus-art; don't show all
15378 headers if it decodes articles; don't add coding cookie here;
15379 don't bind mm-text-coding-system-for-write.
15380 (gnus-summary-save-article-file): Save decoded articles.
15381 (gnus-summary-write-article-file): When saving many files, use
15382 gnus-summary-write-to-file first and gnus-summary-save-in-file
15383 thereafter unless gnus-prompt-before-saving is always.
15384 (gnus-summary-save-article-body-file): Save decoded articles.
15385
15386 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15387
15388 * nnrss.el (nnrss-check-group): Bind hash-index.
15389
15390 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
15391
15392 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15393 its hash index. Store this hash in `nnrss-group-data'.
15394 (nnrss-read-group-data): Update accordingly.
15395
15396 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15397
15398 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15399 entry.
15400
15401 * gnus-sum.el (gnus-summary-make-menu-bar):
15402 Add gnus-article-browse-html-article.
15403
15404 2006-05-23 Hynek Schlawack <hynek@ularx.de>
15405
15406 * gnus-sum.el (gnus-summary-mime-map):
15407 Add gnus-article-browse-html-article.
15408
15409 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
15410
15411 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15412 suitable coding systems in customize.
15413
15414 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
15415
15416 * mail-source.el (mail-sources): Fix custom type.
15417
15418 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
15419
15420 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15421 (gnus-summary-expire-articles-now): Shorten prompt.
15422
15423 * gmm-utils.el (wid-edit): Require.
15424 (defun-gmm): Rename from `gmm-defun-compat'.
15425 (gmm-image-search-load-path): Use it.
15426 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
15427
15428 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
15429
15430 * gnus-sum.el (gnus-summary-save-article-coding-system):
15431 New variable.
15432 (gnus-summary-save-article): Add optional `decode' argument.
15433 If it is set and gnus-summary-save-article-coding-system is non-nil,
15434 save decoded article.
15435 (gnus-summary-write-article-file): Save decoded article if
15436 gnus-summary-save-article-coding-system is non-nil.
15437
15438 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15439 type.
15440
15441 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
15442
15443 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15444
15445 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
15446
15447 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15448 first to test gnus-single-article-buffer which may be buffer-local.
15449
15450 * gnus-sum.el (gnus-summary-setup-buffer):
15451 Make gnus-single-article-buffer buffer-local and nil in ephemeral
15452 group; make gnus-article-buffer, gnus-article-current, and
15453 gnus-original-article-buffer always buffer-local.
15454 (gnus-summary-exit): Kill article buffer belonging to ephemeral
15455 group.
15456 (gnus-handle-ephemeral-exit): Don't move to next summary line.
15457
15458 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
15459
15460 * nnml.el (nnml-request-compact-group): Compressed files might not
15461 have .gz extension.
15462
15463 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15466 (mm-copy-to-buffer): Use with-current-buffer.
15467 (mm-display-part): Simplify.
15468 (mm-inlinable-p): Add optional arg `type'.
15469
15470 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15473 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15474 Try harder to show the attachment internally or externally using
15475 gnus-mime-view-part-as-type.
15476
15477 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
15478
15479 * message.el (message-from-style, message-signature-separator)
15480 (message-user-organization-file, message-send-mail-function)
15481 (message-citation-line-function, message-yank-prefix)
15482 (message-indent-citation-function, message-signature)
15483 (message-signature-file, message-signature-insert-empty-line):
15484 Remove autoloads.
15485
15486 * gnus-art.el (gnus-buttonized-mime-types):
15487 Remove "multipart/signed". Revert 2006-04-26 change.
15488
15489 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15490
15491 * gnus.el (gnus-version-number): Bump version.
15492
15493 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15494
15495 * gnus.el: No Gnus v0.5 is released.
15496
15497 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15498
15499 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15500 fetching articles by message-id.
15501
15502 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15503
15504 * message.el (hashcash): Require hashcash as normal.
15505
15506 * ecomplete.el (ecomplete-highlight-match-line):
15507 Use point-at-eol.
15508 (ecomplete-highlight-match-line): Use `highlight', because that
15509 face exists in both Emacs and XEmacs.
15510
15511 * message.el (message-display-abbrev): Use point-at-bol.
15512
15513 * mail-source.el: Don't require timer/timer-funcs.
15514
15515 * gnus-async.el: Ditto.
15516
15517 * password.el: Ditto.
15518
15519 * mm-url.el: Ditto.
15520
15521 * mm-util.el: Require timer/timer-funcs.
15522
15523 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15524
15525 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15526 Close.
15527
15528 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
15529
15530 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15531 unibyte after clear-decrypt function runs.
15532
15533 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15534 returns as a unibyte string.
15535
15536 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
15537
15538 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15539 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15540 (mml1991-pgg-encrypt): Ditto.
15541
15542 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
15543
15544 * message.el (message-user-organization-file): Check several
15545 locations of the organization file.
15546
15547 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15548 Add gnus-article-view-part-as-type.
15549
15550 * gnus-art.el (gnus-article-view-part-as-type): New function.
15551
15552 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15553 .mobi and .travel. Remove .nato, .bitnet and .uucp.
15554
15555 * mml.el: Simplify autoload.
15556 (mml-mode): defvar dnd-protocol-alist instead of using
15557 symbol-value.
15558 (mml-default-directory): New variable.
15559 (mml-minibuffer-read-file): Use it.
15560 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15561
15562 * message.el (message-citation-line-format): New variable.
15563 (message-insert-formated-citation-line): New function.
15564 (message-citation-line-function):
15565 Add `message-insert-formated-citation-line' to custom type.
15566
15567 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15568 to doc string.
15569
15570 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15571 depending on mm-verify-option.
15572
15573 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
15574
15575 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15576 binding pgg-* variables; reimplement the section which prevents
15577 MIME header from being signed.
15578 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15579 pgg-text-mode; remove a blank line at the top of body.
15580
15581 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15582 lines at the top of body; use gnus-newsgroup-charset if there's no
15583 Charset header.
15584
15585 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
15586
15587 * message.el (message-self-insert-commands): Doc fix.
15588
15589 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15590 (mm-uu-pgp-encrypted-test): Ditto.
15591 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15592 between header and body; return application/pgp-encrypted handle
15593 if decryption failed; decode decrypted body by charset.
15594
15595 * mm-decode.el (mm-automatic-display): Don't make application/pgp
15596 element match to application/pgp-*.
15597
15598 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15599
15600 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15601 HTML.
15602
15603 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15604
15605 * mail-source.el (mail-source-call-script): Message the error
15606 string.
15607
15608 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15609
15610 * gnus-util.el (gnus-byte-compile): Use it.
15611
15612 2006-04-22 xyblor <fake@invalid.email> (tiny change)
15613
15614 * gnus-util.el (kill-empty-logs): New function.
15615
15616 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15617
15618 * message.el (message-mail-alias-type): Doc fix.
15619 (message-mail-alias-type-p): New function.
15620 (message-send): Use it.
15621 (message-mode): Ditto.
15622 (message-strip-forbidden-properties): Ditto.
15623
15624 * ecomplete.el (ecomplete-database-file-coding-system):
15625 New variable.
15626 (ecomplete-save): Use it.
15627 (ecomplete-setup): Use it.
15628
15629 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
15630
15631 * message.el (message-self-insert-commands): New variable.
15632 (message-strip-forbidden-properties): Use it.
15633
15634 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
15635
15636 * message.el (message-put-addresses-in-ecomplete): Use a regexp
15637 that doesn't make XEmacs choke.
15638
15639 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
15640
15641 * gnus-util.el (gnus-replace-in-string):
15642 Prefer replace-regexp-in-string over of replace-in-string.
15643
15644 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
15645
15646 * gnus-util.el (gnus-select-frame-set-input-focus):
15647 Use select-frame-set-input-focus if it is available in XEmacs; use
15648 definition defined in Emacs 22 for old Emacsen.
15649
15650 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
15651
15652 * mm-view.el (mm-inline-text): Use equal instead of equalp.
15653
15654 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
15655
15656 * gnus-registry.el (gnus-registry-cache-save): Remove text
15657 properties when saving via the temp buffer.
15658
15659 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15660
15661 * message.el (message-generate-hashcash): Honor custom type.
15662
15663 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
15664
15665 * message.el (message-generate-hashcash): Default to non-nil when
15666 hashcash is found.
15667
15668 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15669 (gnus-refer-thread-limit): Increase default to 500.
15670
15671 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15672
15673 * flow-fill.el (fill-flowed): Allow delete-space.
15674
15675 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
15676
15677 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15678 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15679 Remove autoloads.
15680
15681 2006-04-18 Simon Josefsson <jas@extundo.com>
15682
15683 * message.el (message-generate-hashcash): Default to.
15684
15685 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
15686
15687 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15688 concatenating segments rather than before concatenating them.
15689
15690 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15691
15692 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15693
15694 * imap.el (imap-quote-specials): New function.
15695 (imap-login-auth): Quote specials.
15696
15697 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15698
15699 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15700
15701 * message.el (message-forward-make-body-plain):
15702 Allow message-forward-ignored-headers to be a list.
15703 (message-remove-ignored-headers): Factor out into function.
15704 (message-forward-make-body-mml): Use it.
15705 * rfc2231.el (rfc2231-parse-string): Remove dead code.
15706 (rfc2231-parse-string): Allow concatanation of parameters that
15707 aren't contiguous. The test case is
15708 (mail-header-parse-content-type "message/external-body;
15709 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15710 access-type=LOCAL-FILE;
15711 name*1*=plugh%2fhello-sailor%2fbing.pdf")
15712
15713 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15714
15715 * nntp.el (nntp-accept-process-output): Return the value of
15716 `nnheader-accept-process-output'.
15717
15718 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15719
15720 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15721 (gnus-button-alist): Recognize more diff formats.
15722 (gnus-button-patch): Strip directory.
15723
15724 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
15725
15726 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15727 Emacs 22 when setting focus.
15728
15729 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15730
15731 * gnus-art.el (gnus-article-treat-types): Do treatment of
15732 text/x-verbatim parts.
15733 (gnus-button-patch): New command.
15734
15735 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15736 addresses that contain invalid characters.
15737
15738 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15739
15740 * message.el (message-put-addresses-in-ecomplete):
15741 Use gnus-replace-in-string.
15742 (message-is-yours-p): Use the more correct
15743 mail-header-parse-address instead of
15744 mail-extract-address-components.
15745 (message-put-addresses-in-ecomplete): Fix typo.
15746
15747 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
15748 keystroke.
15749
15750 * gnus-art.el (gnus-treatment-function-alist): Change order of
15751 newsgroups/generic header folding to avoid double-folding.
15752
15753 * message.el (message-hidden-headers): Add X-Draft-From.
15754
15755 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
15756 New command.
15757 (gnus-summary-repeat-search-article-backward): New command.
15758
15759 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
15760 groups in the parent topic.
15761
15762 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
15763
15764 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
15765 (spam-extra-header-to-number): Return the CRM114 number as a
15766 number instead of a string.
15767
15768 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15769
15770 * gnus-art.el (gnus-face-properties-alist): Move here from
15771 gnus-fun.
15772
15773 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
15774
15775 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15776
15777 * message.el (message-strip-forbidden-properties): Only display on
15778 self-insert-command.
15779
15780 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
15781 reindent.
15782 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
15783
15784 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
15785
15786 * smiley.el (smiley-style): Fix typo.
15787
15788 2006-03-23 Kenichi Handa <handa@m17n.org>
15789
15790 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
15791 instead of set-buffer-multibyte.
15792
15793 2006-03-23 Kenichi Handa <handa@m17n.org>
15794
15795 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15796 buffer and then decode the buffer text if necessary.
15797 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15798 first, and after mm-encode-body, change the buffer to unibyte.
15799
15800 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15801
15802 * hashcash.el (hashcash-insert-payment-async-2):
15803 Use message-goto-eoh instead of doing it manually.
15804 (mail-add-payment): Use message-narrow-to-header instead of trying
15805 to do the same itself.
15806
15807 * message.el (message-hidden-headers): Add Face.
15808
15809 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
15810 reparenting code.
15811 (gnus-summary-reparent-children): Refactored out code.
15812 (gnus-summary-thread-map): New keystroke.
15813 (gnus-summary-reparent-children): Make into command.
15814
15815 * smiley.el (smiley-style): Default to `medium' if using a large
15816 font.
15817
15818 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
15819 does it itself.
15820
15821 * message.el (message-point-in-header-p): Simplify definition.
15822
15823 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15824
15825 * nnagent.el (nnagent-request-set-mark): Silence log file
15826 writing.
15827 (nnagent-request-set-mark): Use write-region instead of
15828 append-to-file.
15829
15830 * gnus-sum.el (gnus-read-header): Fudge article number if using a
15831 strange select method.
15832
15833 * ecomplete.el (ecomplete-display-matches): Get highlightling
15834 right.
15835 (ecomplete-display-matches): Use literals.
15836 (ecomplete-display-matches): Disable message logging.
15837
15838 * message.el (message-display-abbrev): Small optimization.
15839
15840 * ecomplete.el (ecomplete-display-matches): Allow automatic
15841 display.
15842
15843 * message.el (message-strip-forbidden-properties):
15844 Display abbrevs.
15845 (message-display-abbrev): Get automatic display right.
15846
15847 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
15848 keystrokes.
15849
15850 2006-04-13 Romain Francoise <romain@orebokech.com>
15851
15852 TODO: Backport to v5-10!
15853
15854 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
15855 Move here (and rename) from gnus-registry.el.
15856
15857 * gnus-registry.el: Require gnus-util.
15858 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
15859
15860 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15861
15862 * gnus-group.el (gnus-group-catchup-current):
15863 Change if-then-else-if-then-else into cond.
15864 (gnus-group-catchup): Indent.
15865 (group-name-at-point): New function.
15866 (gnus-fetch-group): Provide default from thing at point.
15867
15868 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15869
15870 * message.el (message-display-abbrev): Fix regexp.
15871
15872 * ecomplete.el (ecomplete-highlight-match-line):
15873 Reimplement choosing.
15874 (ecomplete-highlight-match-line): Fix up code rewrite, remove
15875 dead variables.
15876
15877 * message.el (message-newline-and-indent): Remove debugging.
15878 (message-display-abbrev): Use new implementation.
15879
15880 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
15881
15882 * gnus-art.el (gnus-article-mode):
15883 Set cursor-in-non-selected-windows to nil.
15884
15885 * smiley.el: Revert previous change.
15886 (smiley-data-directory): defvar it before using it in the
15887 defcustom of `smiley-style'.
15888
15889 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15890
15891 * message.el (message-newline-and-indent): New function.
15892
15893 * ecomplete.el: Implement more bits.
15894
15895 * message.el (message-put-addresses-in-ecomplete): Clean up the
15896 string.
15897
15898 * ecomplete.el (ecomplete-add-item): Chop off decimals.
15899
15900 * gnus-sum.el (gnus-summary-save-parts):
15901 Bind gnus-summary-save-parts-counter and use it to make unique file
15902 names.
15903
15904 * gnus-art.el (gnus-ignored-headers): Add some more headers.
15905
15906 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
15907 parameter to say whether to actually parse the individual
15908 addresses.
15909
15910 * message.el (message-put-addresses-in-ecomplete): New function.
15911 (ecomplete): Require.
15912 (message-mail-alias-type): Add ecomplete as an option.
15913
15914 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
15915
15916 * flow-fill.el (fill-flowed): Remove trailing space from blank
15917 quoted lines.
15918
15919 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15920
15921 * smiley.el (smiley-style): Move definition later to avoid a
15922 compilation warning.
15923
15924 2006-04-12 Kenichi Handa <handa@m17n.org>
15925
15926 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
15927 buffer and then decode the buffer text if necessary.
15928 (rfc2231-encode-string): Be sure to work on multibyte buffer at
15929 first, and after mm-encode-body, change the buffer to unibyte.
15930 Use mm-disable-multibyte instead of set-buffer-multibyte.
15931
15932 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
15933
15934 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
15935 Content-Type header instead of Content-Disposition header.
15936 (gnus-mime-inline-part): Ditto.
15937 (gnus-mime-view-part-as-charset): Ignore charset that the part
15938 specifies.
15939
15940 * mm-decode.el (mm-display-part): Work with external parts and
15941 usual parts similarly.
15942
15943 * mm-extern.el (mm-inline-external-body): Use mm-display-part
15944 instead of gnus-display-mime.
15945
15946 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
15947 instead of with-temp-buffer.
15948
15949 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
15950 tag to summarized topics part in order to encode non-ASCII text.
15951
15952 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15953
15954 * smiley.el (smiley-style): New variable.
15955 (smiley-directory): New function.
15956 (smiley-data-directory): Derive from `smiley-style' using
15957 `smiley-directory'.
15958 (smiley-regexp-alist): Add new entries.
15959
15960 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
15961 (gnus-article-browse-delete-temp): Add :version.
15962
15963 2006-04-11 Arne Jørgensen <arne@arnested.dk>
15964
15965 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
15966 the sieve region.
15967
15968 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15969
15970 * gnus.el (gnus-version-number): Bump version.
15971
15972 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
15973
15974 * gnus.el: No Gnus v0.4 is released.
15975
15976 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15977
15978 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
15979 layout.
15980
15981 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
15982 unknown charset.
15983
15984 * message.el (message-header-synonyms): Add Original-To to the
15985 default.
15986
15987 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
15988 optional parameter.
15989
15990 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
15991
15992 * gnus-fun.el (gnus): Require it for gnus-directory.
15993
15994 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
15995
15996 * gnus-fun.el (gnus-face-properties-alist): Add :version.
15997
15998 2006-04-05 Daiki Ueno <ueno@unixuser.org>
15999
16000 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16001
16002 2006-04-05 Simon Josefsson <jas@extundo.com>
16003
16004 * password.el (password-reset): New function.
16005
16006 2006-04-05 Daiki Ueno <ueno@unixuser.org>
16007
16008 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16009 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16010
16011 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16012
16013 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16014 Some whitespace was matched into the url, which broke browsing hits
16015 > 100 when mm-url-use-external was nil.
16016
16017 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
16018
16019 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16020 Check gnus-extra-headers for 'Newsgroups.
16021
16022 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16023 bound.
16024
16025 2006-04-04 Daiki Ueno <ueno@unixuser.org>
16026
16027 * pgg-gpg.el: Clean up process buffers every time gpg processes
16028 complete.
16029
16030 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
16031
16032 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16033 doc string.
16034
16035 2006-04-03 Daiki Ueno <ueno@unixuser.org>
16036
16037 * pgg-gpg.el (pgg-gpg-process-filter)
16038 (pgg-gpg-wait-for-completion): Check if buffer is alive.
16039
16040 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16041 lines, temporary fix.
16042
16043 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
16044
16045 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16046
16047 2006-03-29 Daiki Ueno <ueno@unixuser.org>
16048
16049 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16050 default-enable-multibyte-characters. This reverts the change from
16051 revision 6.17 which is no longer necessary because the passphrase
16052 is sent separately now. GnuPG messages are unreadable under
16053 multibyte locales with default-enable-multibyte-characters set to
16054 nil.
16055
16056 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
16057
16058 * message.el (message-tool-bar-gnome): Move "spell".
16059
16060 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
16061
16062 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16063 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
16064 instead.
16065
16066 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
16067
16068 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16069 Improve newsgroups handling for NNTP overviews which don't include
16070 Newsgroups.
16071
16072 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16073
16074 * message.el (message-resend): Bind message-generate-hashcash to nil.
16075
16076 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16077
16078 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16079 when searching for already-paid recipients.
16080
16081 2006-03-27 Daiki Ueno <ueno@unixuser.org>
16082
16083 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16084 passphrases when it is not needed.
16085 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16086 passphrase stuff from gpg, should only be necessary when you use
16087 gpg with a smartcard.
16088
16089 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
16090
16091 * mml.el (mml-insert-mime): Ignore cached contents of
16092 message/external-body part.
16093
16094 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16095 (mm-insert-part): Ditto.
16096
16097 2006-03-23 Simon Josefsson <jas@extundo.com>
16098
16099 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16100 Reiner.
16101 (pgg-gpg-use-agent-p): Use it again.
16102
16103 2006-03-23 Simon Josefsson <jas@extundo.com>
16104
16105 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16106 older emacsen.
16107 (pgg-gpg-use-agent-p): Don't use it.
16108
16109 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
16110
16111 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16112 if we can.
16113
16114 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
16115
16116 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16117 (pgg-gpg-update-agent): New function.
16118 (pgg-gpg-use-agent-p): New function.
16119 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16120 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16121 (pgg-gpg-sign-region): Use it.
16122
16123 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
16124
16125 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16126 Reported by Ralf Wachinger <rwachinger@gmx.de>.
16127
16128 2006-03-21 Simon Josefsson <jas@extundo.com>
16129
16130 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16131 <wilde@sha-bang.de>.
16132 (pgg-gpg-use-agent): New variable.
16133 (pgg-gpg-process-region): Use it.
16134 (pgg-gpg-encrypt-region): Likewise.
16135 (pgg-gpg-encrypt-symmetric-region): Likewise.
16136 (pgg-gpg-decrypt-region): Likewise.
16137 (pgg-gpg-sign-region): Likewise.
16138 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16139
16140 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
16141
16142 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16143
16144 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16145 Add comment on version.
16146
16147 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
16148
16149 * smiley.el: Add missing test smiley.
16150
16151 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
16152
16153 * mm-decode.el (mm-with-part): New macro.
16154 (mm-get-part): Use it; work with message/external-body as well.
16155 (mm-save-part): Treat name and filename equally.
16156
16157 * mm-extern.el (mm-extern-cache-contents): New function.
16158 (mm-inline-external-body): Use it; force the part to be displayed;
16159 move undisplayer added to the cached handle to the parent.
16160
16161 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16162 (gnus-mime-view-part-as-type): Work with message/external-body.
16163
16164 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16165
16166 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
16167
16168 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16169 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16170 Emacs.]
16171
16172 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
16173
16174 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16175 path rather than symbol. Always return list of directories.
16176 Guarantee that image directory comes first. [Sync with image.el,
16177 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16178
16179 * message.el (message-make-tool-bar): Adjust to new API of
16180 `gmm-image-load-path-for-library'.
16181
16182 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16183
16184 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16185
16186 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16187
16188 * gnus-art.el (gnus-article-only-boring-p):
16189 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16190 intangible text.
16191 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16192
16193 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
16194
16195 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16196 Use `defun' instead of `gmm-defun-compat'.
16197
16198 2006-03-14 Simon Josefsson <jas@extundo.com>
16199
16200 * message.el (message-unique-id): Don't use message-number-base36
16201 if (user-uid) is a float.
16202 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16203
16204 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
16205
16206 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16207
16208 * gnus-art.el (gnus-mime-display-single): Make sure there is an
16209 empty line between a part and a message part.
16210
16211 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
16212
16213 * smiley.el: Add more test smileys.
16214 (smiley-data-directory, smiley-regexp-alist)
16215 (gnus-smiley-file-types): Fix doc strings.
16216 (smiley-update-cache): Clear smiley-cached-regexp-alist before
16217 adding new elements.
16218 (smiley-mouse-map): Unused code. Make it a comment.
16219
16220 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
16221
16222 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16223 scan latest NoCeM messages instead of old ones.
16224 (gnus-nocem-check-article): Fix regexps so as to match to PGP
16225 delimiters that are recently used.
16226 (gnus-nocem-load-cache): Add autoload cookie.
16227
16228 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16229
16230 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16231 level which is larger than gnus-use-nocem is specified.
16232
16233 * gnus-group.el (gnus-group-get-new-news): Ditto.
16234
16235 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
16236
16237 * gnus-util.el (gnus-tool-bar-update): New function.
16238
16239 * gnus-group.el (gnus-group-update-tool-bar): New variable.
16240 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16241
16242 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16243
16244 * gnus-group.el (gnus-group-redraw-when-idle)
16245 (gnus-group-redraw-check): Remove.
16246 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16247
16248 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
16249
16250 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16251 if optional last element is specified in splits (FIELD VALUE...).
16252
16253 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
16254
16255 * message.el (message-make-tool-bar): Rename gmm-image-load-path
16256 to gmm-image-load-path-for-library. Call with no-error argument.
16257 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16258
16259 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16260
16261 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16262
16263 * gmm-utils.el (gmm-image-load-path): Remove alias.
16264
16265 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
16266
16267 * gmm-utils.el (gmm-image-load-path): Add alias.
16268
16269 * nnml.el (nnml-generate-nov-databases-directory): Rename from
16270 nnml-generate-nov-databases-1.
16271 (nnml-generate-nov-databases): Use it.
16272 (nnml-generate-nov-databases-directory): Document no-active
16273 argument.
16274
16275 * gmm-utils.el (gmm-image-load-path-for-library): Return single
16276 directory if path is t. Add no-error.
16277
16278 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16279 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16280
16281 * gnus-art.el (gnus-article-browse-delete-temp-files):
16282 Simplify resetting gnus-article-browse-html-temp-list.
16283
16284 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16285 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
16286 Add example to docstring. Rename local variables. Move error
16287 checks to default case in cond and simplify.
16288
16289 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
16290
16291 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16292 handle is multipart when calling it recursively.
16293 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16294
16295 2006-03-03 Daniel Pittman <daniel@rimspace.net>
16296
16297 * nnimap.el (nnimap-request-update-info-internal): Optimize.
16298 Don't `gnus-uncompress-range' to avoid excessive memory usage.
16299
16300 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16301
16302 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16303 is loaded.
16304
16305 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16306 loaded.
16307
16308 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
16309
16310 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16311 to "Emacs 23 (unicode)" in doc string.
16312
16313 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16314 "Emacs 23 (unicode)" in comment.
16315
16316 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
16317
16318 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16319
16320 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16321 characters 160 through 255 in Emacs 23.
16322
16323 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16324
16325 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16326 gnus-article-browse-html-temp.
16327 (gnus-article-browse-delete-temp): Make it customizable.
16328 Add `file'. Adjust doc string.
16329 (gnus-article-browse-delete-temp-files): Add argument.
16330 Allow query for each file. Adjust doc string.
16331 (gnus-article-browse-html-parts):
16332 Add `gnus-article-browse-delete-temp-files' to
16333 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16334
16335 2006-03-02 Hynek Schlawack <hynek@ularx.de>
16336
16337 * gnus-art.el (gnus-article-browse-html-temp)
16338 (gnus-article-browse-delete-temp): New variables.
16339 (gnus-article-browse-delete-temp-files): New function.
16340 (gnus-article-browse-html-parts): Use it.
16341
16342 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16345
16346 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16347 string.
16348
16349 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16350 gnus-summary-insert-new-articles when unplugged.
16351 Remove gnus-summary-search-article-forward.
16352
16353 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16354 display-visual-class instead of display-color-cells.
16355
16356 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
16357
16358 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16359 message/* containing non-ASCII text properly.
16360
16361 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
16362
16363 * message.el: Require gmm-utils, remove autoloads.
16364 (message-tool-bar): Set default based on
16365 gmm-tool-bar-style.
16366 (message-tool-bar-gnome): Add gmm-customize-mode.
16367
16368 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16369 gmm-tool-bar-style.
16370 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16371
16372 * gnus-group.el (gnus-group-tool-bar): Set default based on
16373 gmm-tool-bar-style.
16374 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16375
16376 * gmm-utils.el (gmm-image-directory): Rename variable from
16377 gmm-image-load-path.
16378 (gmm-image-load-path): Use gmm-image-directory.
16379 (gmm-customize-mode): New function.
16380 (gmm-tool-bar-style): New variable.
16381
16382 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16383 gnus-group-redraw-line-number.
16384 (gnus-group-redraw-check): Simplify.
16385 (gnus-group-tool-bar-update): Remove redraw check.
16386 (gnus-group-make-tool-bar): Add redraw check.
16387
16388 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
16389
16390 * gnus-art.el (gnus-button): Add missing parentheses.
16391
16392 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
16393
16394 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16395
16396 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16397
16398 * gnus-art.el (gnus-button): New face.
16399 (gnus-article-button-face): Use it.
16400
16401 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16402 Add gnus-summary-next-page. Re-order.
16403
16404 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16405 next-node are now included.
16406 (gnus-group-redraw-line-number): New internal variable.
16407 (gnus-group-redraw-check): Helper function for updating the tool
16408 bar.
16409 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16410
16411 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16412
16413 * spam.el (spam-spamassassin-score-regexp): New internal variable.
16414 (spam-extra-header-to-number, spam-check-spamassassin-headers):
16415 Use it to match format of Spamassassin 3.0 and later.
16416 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16417 (spam-check-bogofilter)
16418 (spam-bogofilter-register-with-bogofilter): Fix args of
16419 `gnus-error' calls.
16420
16421 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
16422
16423 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16424 unnecessary interaction when sending queued mails.
16425 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16426
16427 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
16428
16429 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16430 first or last are nil.
16431
16432 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16433
16434 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16435
16436 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16437
16438 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16439
16440 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
16441
16442 * dns.el (query-dns): Protect more against buggy tcp output.
16443
16444 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
16445
16446 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16447 nov.php.
16448
16449 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16450
16451 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16452 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16453 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
16454 output on the server side.
16455 (nnweb-google-create-mapping): Update regexps and add some
16456 progress indication.
16457
16458 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
16459
16460 * gnus-group.el (gnus-group-tool-bar-gnome):
16461 Fix gnus-agent-toggle-plugged. Re-order icons.
16462 (gnus-group-tool-bar-gnome):
16463 Add gnus-group-{prev,next}-unread-group.
16464 (gnus-group-tool-bar-gnome): Re-order icons.
16465
16466 * gnus-sum.el (gnus-summary-tool-bar-gnome):
16467 Move gnus-summary-insert-new-articles.
16468
16469 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16470 Fix comments.
16471
16472 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
16473 also available in Emacs 21.3.
16474
16475 * message.el (message-fix-before-sending): Change "Emacs 22" to
16476 "Emacs 23 (unicode)" in comment.
16477
16478 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16479 "Emacs 23 (unicode)" in comment.
16480
16481 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16482 comment.
16483 (mm-coding-system-p): Add comment about no-MULE XEmacs.
16484
16485 * mm-view.el (mm-fill-flowed): Add :version.
16486
16487 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
16488
16489 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16490 and load-path.
16491
16492 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
16493
16494 * message.el: Autoload gmm-image-load-path.
16495 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16496 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
16497 consitency.
16498
16499 * gmm-utils.el (gmm-image-load-path): Also search in
16500 "../etc/images". Don't set gmm-image-load-path if we don't find
16501 the image.
16502
16503 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
16504
16505 * gmm-utils.el (gmm-image-load-path): Don't make
16506 `gmm-image-load-path' include subdirectories which the second arg
16507 `image' might specify.
16508
16509 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16510 subdirectory to icon file names.
16511
16512 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16513
16514 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
16515
16516 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16517 gmm-image-load-path calls.
16518
16519 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16520
16521 * message.el (message-make-tool-bar): Ditto.
16522
16523 * mml.el (mml-preview): Add comment concerning tool bar icons.
16524
16525 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16526 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16527
16528 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16529 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16530
16531 * message.el (message-tool-bar-gnome): Use new icon names.
16532 (message-make-tool-bar): Use `gmm-image-load-path'.
16533
16534 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16535 New functions from MH-E.
16536 (gmm-image-load-path): New variable from MH-E.
16537 (gmm-image-load-path): New function from MH-E. Add arguments
16538 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
16539 *-image-load-path-called-flag.
16540
16541 2006-02-21 Milan Zamazal <pdm@brailcom.org>
16542
16543 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16544
16545 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
16546
16547 * nnimap.el (nnimap-request-move-article): Change folder back to
16548 source group before deleting.
16549
16550 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
16551
16552 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16553
16554 * gnus-art.el (mm-url-insert-file-contents-external):
16555 Autoload mm-url.
16556
16557 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16558
16559 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
16560
16561 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16562 coding system which mm-charset-to-coding-system returns for a
16563 given charset is valid.
16564
16565 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
16566
16567 * html2text.el (html2text-remove-tag-list):
16568 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16569
16570 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
16571
16572 * gnus-cus.el: Revert 2005-10-17 change.
16573
16574 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
16575
16576 * gnus-art.el (article-strip-banner):
16577 Call article-really-strip-banner only when the regexp match is made.
16578
16579 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
16580
16581 * gnus-art.el (article-strip-banner):
16582 Use gnus-extract-address-components instead of
16583 mail-header-parse-addresses to make it work with non-ASCII text;
16584 remove mail-encode-encoded-word-string.
16585
16586 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16587 values which are surrounded with \"...\"; make it never cause a
16588 Lisp error; give up parsing of parameters if it failed in
16589 extracting type.
16590
16591 2006-02-14 Arne Jørgensen <arne@arnested.dk>
16592
16593 * smime.el (smime-cert-by-ldap-1): Fix bug where
16594 `smime-ldap-search' returns results without userCertificates.
16595
16596 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
16597
16598 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16599
16600 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
16601
16602 * spam.el (spam-check-spamassassin-headers): Adapt format for
16603 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
16604 <ari@mbf.ocn.ne.jp>.
16605 (spam-list-of-processors): Add spam-use-gmane.
16606
16607 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16608
16609 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16610 make-temp-file; make it work with XEmacs as well.
16611
16612 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16613 mm-make-temp-file.
16614
16615 * mm-decode.el (mm-display-external): Use the 3rd arg of
16616 mm-make-temp-file.
16617 (mm-create-image-xemacs): Ditto.
16618
16619 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
16620
16621 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16622 with message-narrow-to-headers.
16623 (gnus-draft-setup): Narrow to header to run message-fetch-field.
16624 (gnus-draft-check-draft-articles): New function.
16625 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16626
16627 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
16628
16629 * gnus-art.el (gnus-article-browse-html-parts):
16630 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16631 Don't use suffix argument for mm-make-temp-file for Emacs 21
16632 compatibility. Remove useless `format'.
16633
16634 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16635
16636 * nnweb.el (nnweb-google-wash-article): Update regexps.
16637 (nnweb-group-alist): Use defvoo instead of defvar.
16638
16639 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
16640
16641 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16642 re-loading nn* modules.
16643
16644 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
16645
16646 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16647 for `tool-bar-mode' and don't check it's default-value.
16648
16649 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16650
16651 * message.el (message-make-tool-bar): Ditto.
16652
16653 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16654 `substring'. Shorten tmp-file name.
16655
16656 * gnus.el: Remove bogus comment.
16657
16658 2006-02-10 Hynek Schlawack <hynek@ularx.de>
16659
16660 * gnus-art.el (gnus-article-browse-html-parts): New function.
16661 (gnus-article-browse-html-article): New function for viewing html
16662 articles with a browser.
16663
16664 2006-02-09 Daiki Ueno <ueno@unixuser.org>
16665
16666 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16667 (mml2015-pgg-encrypt): Ditto.
16668
16669 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16670 (mml1991-pgg-encrypt): Ditto.
16671
16672 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * nnfolder.el (nnfolder-insert-newsgroup-line):
16675 Use message-make-date instead of current-time-string.
16676
16677 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16678 to gnus-decoded which mm-uu might set.
16679
16680 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
16681
16682 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16683 don't decode quoted parameters; remove misimported Emacs code.
16684 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16685 (rfc2231-decode-encoded-string): Don't use split-string which
16686 behaves differently according to Emacs version; use
16687 mm-decode-coding-region to convert charset to coding-system.
16688 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16689 (rfc2231-encode-string): Remove misimported Emacs code.
16690
16691 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
16692
16693 * gnus-art.el (article-decode-charset): Don't use ignore-errors
16694 when calling mail-header-parse-content-type.
16695 (article-de-quoted-unreadable): Ditto.
16696 (article-de-base64-unreadable): Ditto.
16697 (article-wash-html): Ditto.
16698
16699 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16700 calling mail-header-parse-content-type and
16701 mail-header-parse-content-disposition.
16702 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16703 mail-header-parse-content-type.
16704
16705 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16706 insert charset and format parameters; encode description after
16707 inserting it to buffer.
16708 (mml-insert-parameter): Fold lines properly even if a parameter is
16709 segmented into two or more lines; change the max column to 76.
16710
16711 * rfc1843.el (rfc1843-decode-article-body): Don't use
16712 ignore-errors when calling mail-header-parse-content-type.
16713
16714 * rfc2231.el (rfc2231-parse-string): Return at least type if
16715 possible; don't cause an error even if it fails in parsing of
16716 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16717 (rfc2231-encode-string): Don't break lines at the beginning, leave
16718 it to mml-insert-parameter.
16719
16720 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16721 calling mail-header-parse-content-type.
16722
16723 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
16724
16725 * spam-report.el (spam-report-gmane-use-article-number):
16726 Improve doc string.
16727 (spam-report-gmane-internal): Check if a suitable header was found
16728 in the article.
16729
16730 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
16731
16732 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16733 (rfc2231-encode-string): Make param*=value always begin with LWSP.
16734
16735 2006-02-05 Romain Francoise <romain@orebokech.com>
16736
16737 Update copyright notices of all files in the gnus directory.
16738
16739 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16740
16741 * nnweb.el (nnweb-request-group): Avoid growing overview files.
16742
16743 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
16744
16745 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
16746 segmented lines of parameter value to cope with Thunderbird 1.5
16747 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
16748 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16749 (rfc2231-encode-string): Don't make lines exceeding 76 column.
16750
16751 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
16752
16753 * mml.el (mml-generate-mime-1): Correct the order of inline signed
16754 parts.
16755
16756 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16757
16758 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
16759 there's only one active file for all servers.
16760 (nnweb-request-scan): Make sure nnweb-articles is initialized on
16761 solid groups. Gnus might have used a FAST request to select the group.
16762 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
16763 and nnweb-search redundantly in the active file.
16764 (nnweb-request-list): Don't list bogus groups. There can only be one.
16765 (nnweb-request-create-group): Don't use ARGS.
16766 (nnweb-possibly-change-server, nnweb-request-group): Remove some
16767 initializations. Let nnoo do the work.
16768
16769 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
16770
16771 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
16772 Say the part has been decoded.
16773
16774 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
16775
16776 2006-01-31 Kevin Ryde <user42@zip.com.au>
16777
16778 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
16779 mailcap-viewer-test-cache when there's no 'test clause, since that
16780 will invert the meaning of a "nil" test previously determined by
16781 mailcap-mailcap-entry-passes-test.
16782
16783 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
16784
16785 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
16786 compiling.
16787
16788 * gnus-sum.el: Ditto.
16789
16790 * message.el: Don't bind tool-bar-map when compiling.
16791
16792 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
16793
16794 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
16795
16796 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
16797
16798 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
16799 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
16800 current Google Groups.
16801
16802 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
16803
16804 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
16805 and tool-bar-mode.
16806
16807 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
16808 and tool-bar-mode.
16809
16810 * message.el (message-tool-bar-update): Simplify.
16811 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
16812
16813 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
16814 gnus-summary-buffer.
16815 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
16816 gnus-summary-reply.
16817
16818 * gmm-utils.el (gmm): Add :version.
16819
16820 2006-01-26 Steve Youngs <steve@sxemacs.org>
16821
16822 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
16823 Don't autoload.
16824
16825 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
16826
16827 * gmm-utils.el (gmm-verbose): Add :group.
16828
16829 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
16830
16831 * message.el: Change some comments WRT tool-bars.
16832
16833 * gnus-sum.el (gnus-summary-tool-bar)
16834 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
16835 (gnus-summary-tool-bar-zap-list): New variables.
16836 (gnus-summary-make-tool-bar): Complete rewrite using
16837 `gmm-tool-bar-from-list'.
16838
16839 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
16840 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
16841 New variables.
16842 (gnus-group-make-tool-bar): Complete rewrite using
16843 `gmm-tool-bar-from-list'.
16844 (gnus-group-tool-bar-update): New function.
16845
16846 * message.el (message-mode-field-menu): Add "Show hidden Headers".
16847
16848 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
16849
16850 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
16851 is dissected into a single part of which the type is the same as
16852 the given one; decode charset.
16853
16854 2006-01-21 Kevin Ryde <user42@zip.com.au>
16855
16856 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
16857 into alists as symbol not string, since that's what
16858 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
16859 look for.
16860
16861 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
16862
16863 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
16864 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
16865
16866 * message.el (message-tool-bar-gnome): Use gmm-ignore.
16867
16868 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16869
16870 * gnus-art.el (gnus-mime-security-button-commands): New variable.
16871 (gnus-mime-security-button-menu): New definition.
16872 (gnus-mime-security-button-map): Use them.
16873 (gnus-mime-security-button-menu): New function.
16874 (gnus-insert-mime-security-button): Addition to help echo.
16875 (gnus-mime-security-run-function, gnus-mime-security-save-part)
16876 (gnus-mime-security-pipe-part): New functions.
16877
16878 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
16879 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
16880
16881 * mm-decode.el (mm-handle-set-disposition): Remove.
16882 (mm-handle-set-description): Remove.
16883
16884 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
16887 (mm-w3m-standalone-supports-m17n-p): New function.
16888 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
16889 w3m usage.
16890
16891 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
16892 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
16893
16894 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
16895
16896 * message.el (message-tool-bar-zap-list):
16897 Use gmm-tool-bar-zap-list as custom type.
16898 (message-tool-bar-update): New function.
16899 (message-tool-bar, message-tool-bar-gnome)
16900 (message-tool-bar-retro): Add message-tool-bar-update.
16901 (message-tool-bar-gnome): Add flyspell-buffer.
16902
16903 * gnus-util.el (gnus-error): Describe `args'.
16904
16905 * gmm-utils.el (gmm-error): Describe `args'.
16906 (gmm-tool-bar-zap-list): New widget.
16907 (gmm-tool-bar-from-list): Improve description of `zap-list'.
16908
16909 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16910
16911 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
16912 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
16913 the number of recursive calls.
16914
16915 * mm-decode.el (mm-handle-set-disposition): New macro.
16916 (mm-handle-set-description): New macro.
16917
16918 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
16919
16920 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
16921 encoding.
16922
16923 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16924
16925 * message.el (message-tool-bar-zap-list, message-tool-bar)
16926 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
16927 (message-tool-bar-local-item-from-menu): Remove.
16928 (message-tool-bar-map): Replace by `message-make-tool-bar'.
16929 (message-make-tool-bar): New function.
16930 (message-mode): Use `message-make-tool-bar'.
16931
16932 * gmm-utils.el: New file.
16933 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
16934 (gmm-lazy): New widget copied from `nnmail.el'.
16935 (gmm-tool-bar-from-list): New function for creating customizable
16936 tool bars.
16937 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
16938 output.
16939 (gmm): Add :prefix to defgroup.
16940
16941 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
16942
16943 * gmm-utils.el (gmm-widget-p): New function.
16944
16945 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
16946
16947 * mml.el (mml-attach-file): Describe `description' in doc string.
16948 (mml-menu): Add Emacs MIME manual and PGG manual.
16949
16950 2006-01-20 Richard M. Stallman <rms@gnu.org>
16951
16952 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
16953
16954 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
16955
16956 * nntp.el (nntp-end-of-line): Doc fix.
16957
16958 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
16959
16960 * imap.el (imap-open): Handle case where buffer is a buffer
16961 object.
16962
16963 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
16964
16965 * gnus-delay.el (gnus-delay): Don't autoload.
16966 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16967 to be re-loaded when customizing the `gnus-delay' group.
16968
16969 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
16970
16971 * message.el (message-insert-citation-line): Use newlines.
16972
16973 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
16974
16975 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
16976
16977 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
16978
16979 2006-01-19 Mark D. Baushke <mdb@gnu.org>
16980
16981 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
16982
16983 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
16984
16985 * mm-decode.el (mm-inlined-types): Add application/pgp.
16986 (mm-automatic-display): Ditto.
16987
16988 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
16989 part as text.
16990
16991 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
16992
16993 * nnrss.el: Update copyright.
16994 (nnrss-opml-import): Query whether to subscribe to each entry.
16995
16996 * gnus-art.el:
16997 * gnus-sum.el:
16998 * mm-uu.el:
16999 * mm-view.el: Update copyright.
17000
17001 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
17002
17003 * message.el (message-info): New function.
17004 (message-mode-menu): Add it.
17005 Update copyright.
17006
17007 * ChangeLog: Fix and update copyright.
17008
17009 2006-01-13 Romain Francoise <romain@orebokech.com>
17010
17011 * message.el (message-forward-subject-name-subject): Prefer the
17012 address to 'nowhere' if the sender has no name.
17013 Fix typo. Update copyright year.
17014
17015 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
17016
17017 * gnus-art.el (article-wash-html):
17018 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17019 (gnus-article-wash-html-with-w3m-standalone): New function.
17020
17021 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17022 mm-inline-text-html-render-with-w3m-standalone.
17023 (mm-text-html-washer-alist): Map w3m-standalone to
17024 gnus-article-wash-html-with-w3m-standalone.
17025 (mm-inline-text-html-render-with-w3m-standalone): New function.
17026
17027 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
17028
17029 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17030 Improve LaTeX.
17031
17032 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
17033
17034 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17035 (nnrss-request-article): Render text/plain parts as HTML.
17036
17037 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17038 the buffer.
17039
17040 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
17041
17042 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17043 custom definition of `gnus-posting-styles'.
17044
17045 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17046 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17047
17048 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
17049
17050 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17051 Use nntp for bug archive.
17052
17053 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
17054
17055 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17056 parts.
17057 (nnrss-normalize-date): New function converts ISO 8601 date into
17058 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17059 (nnrss-check-group): Use it.
17060
17061 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
17062
17063 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17064
17065 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17066 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
17067 (nnrss-insert-w3): Ditto.
17068
17069 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17070
17071 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17072 the articles to be forwarded including the case where neither a
17073 number of articles nor a region is specified.
17074
17075 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
17076
17077 * nnrss.el (nnrss-request-article): Fix last change; fill
17078 text/plain parts.
17079
17080 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
17081
17082 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17083 in text/plain part.
17084 (nnrss-check-group): Don't add excessive newline to dc:subject.
17085
17086 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
17087
17088 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17089 article.
17090
17091 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
17092
17093 * nnml.el: Don't require gnus-bcklg. Autoload it.
17094 (nnml-use-compressed-files, nnml-save-mail): Support other
17095 comression programs such as bzip2.
17096
17097 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17098
17099 * dns.el (query-dns): Make sure we check the buffer size before
17100 removing tcp headers.
17101
17102 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
17103
17104 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17105 remove MIME buttons associated with multipart/alternative parts.
17106 (gnus-mime-display-alternative): Tag buttons using `article-type'
17107 text property.
17108
17109 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17110 associated with multipart/alternative parts.
17111
17112 * gnus-art.el (gnus-signature-separator): Fix custom type.
17113
17114 * mm-decode.el (mm-inlined-types): Fix custom type.
17115 (mm-keep-viewer-alive-types): Ditto.
17116 (mm-automatic-display): Ditto.
17117 (mm-attachment-override-types): Ditto.
17118 (mm-inline-override-types): Ditto.
17119 (mm-automatic-external-display): Ditto.
17120
17121 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
17122
17123 * spam-report.el (spam-report-user-mail-address)
17124 (spam-report-user-agent): New variables.
17125 (spam-report-url-ping-plain): Use spam-report-user-agent.
17126
17127 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
17128
17129 * gnus-art.el (gnus-button-handle-custom): Do not just use
17130 `customize-apropos' for any "M-x customize-*" button but the
17131 function called for. Accept both the function name and its
17132 argument in order to achieve this.
17133 (gnus-button-alist): Remove support for "custom:" URL's.
17134 Pass function name to `gnus-button-handle-custom' in case of "M-x
17135 customize-*" buttons.
17136
17137 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17138
17139 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17140 multipart/alternative and add xref to mm-discouraged-alternatives
17141 in doc string.
17142
17143 * mm-decode.el (mm-discouraged-alternatives): Add xref to
17144 gnus-buttonized-mime-types in doc string.
17145
17146 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
17147
17148 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17149 Suggest image/.* in the doc string.
17150
17151 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
17152
17153 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17154 message-marks (Debian bug #342521).
17155
17156 2005-12-12 Simon Josefsson <jas@extundo.com>
17157
17158 * password.el (password-read-from-cache): Add.
17159 (password-read): Use it.
17160
17161 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
17162
17163 * rfc2047.el (rfc2047-charset-to-coding-system):
17164 Recognize us-ascii as a MIME charset.
17165
17166 * mm-bodies.el (mm-decode-content-transfer-encoding):
17167 Protect against the case where the 2nd arg TYPE is nil.
17168
17169 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17170
17171 * pop3.el (pop3-stream-type): Fix custom version.
17172
17173 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17174
17175 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17176
17177 * mm-decode.el (mm-display-external): Add missing cdr.
17178
17179 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
17180
17181 * mm-decode.el (mm-display-external): Use nametemplate (defined in
17182 RFC1524) if it is in mailcap or add a suffix according to
17183 mailcap-mime-extensions when generating a temp filename; postpone
17184 deleting a temp file for 2 seconds for some wrappers, shell
17185 scripts, and so on, which might exit right after having started a
17186 viewer command as a background job.
17187
17188 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17189
17190 * nntp.el (nntp-marks-directory): Fix custom group.
17191
17192 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17193 steps when < 10.
17194
17195 * gnus-start.el (gnus-no-server-1):
17196 Mention `gnus-level-default-subscribed' in doc string.
17197
17198 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
17199
17200 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17201 parens.
17202
17203 2005-11-26 Dave Love <fx@gnu.org>
17204
17205 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17206 (tls-program, tls-success): Provide openssl alternative.
17207
17208 * starttls.el: Doc fixes.
17209 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17210 SERVICE to PORT.
17211
17212 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
17213 port null or service name.
17214 (starttls-negotiate): Autoload.
17215
17216 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
17217
17218 * message.el (message-kill-to-signature): Fix interactive spec.
17219
17220 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
17221
17222 * pop3.el (pop3-open-server): Recognize a string as a service name.
17223
17224 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
17225
17226 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17227
17228 2005-11-23 Dave Love <fx@gnu.org>
17229
17230 Add pop3s, pop3/starttls.
17231
17232 * pop3.el (pop3-authentication-scheme): Clarify doc.
17233 (open-tls-stream, starttls-open-stream): Autoload.
17234 (pop3-stream-type): New.
17235 (pop3-open-server): Use it.
17236
17237 * mail-source.el (mail-sources): Fix some :types. Add stream type
17238 for POP.
17239 (mail-source-keyword-map): Add :stream for POP.
17240 (mail-source-fetch-pop): Use pop3-stream-type.
17241
17242 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
17243
17244 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17245 of current-time-string.
17246
17247 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
17248
17249 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17250 date header.
17251
17252 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17253
17254 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17255 it can seriously impact performance as it bypasses the agent's
17256 local caches.
17257
17258 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
17259
17260 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17261 must be explicitly online rather than "not explicitly offline" for
17262 its flags to be synchronized.
17263
17264 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17265 that gnus-uu-unmark-thread will function correctly.
17266
17267 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17268 1024K is instead displayed as 1M.
17269
17270 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17271
17272 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17273
17274 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
17275
17276 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17277
17278 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
17279
17280 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17281 error message to display actual error condition.
17282 (gnus-agent-save-local): Avoid saving symbols that are bound to
17283 nil as they simply result in a warning message in
17284 gnus-agent-read-local.
17285
17286 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17287
17288 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17289 rather than make-variable-buffer-local for file-precious-flag.
17290
17291 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17292
17293 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17294 for duplicates which are removed. The invalid sort check then
17295 triggers a rescan after the sort as sorting may have moved
17296 duplicate entries such that they can be cheaply detected.
17297
17298 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
17299
17300 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17301
17302 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
17303
17304 * gnus-agent.el (gnus-agent-article-alist-save-format):
17305 Change internal variable to a custom variable. Change default value
17306 from compressed(2) to uncompressed(1).
17307 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17308 support for uncompressed agentview files. Taken together, reading
17309 the agentview file should now be 6-7 times faster.
17310
17311 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
17312
17313 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17314 as a buffer-local variable. This avoids creating truncated
17315 dribble files as a result of a hang up, eg.
17316
17317 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
17318
17319 * gnus-start.el (gnus-start-draft-setup):
17320 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17321
17322 * gnus.el (gnus-splash): Change custom group.
17323 (gnus-group-get-parameter, gnus-group-parameter-value):
17324 Describe allow-list argument.
17325
17326 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17327 string.
17328
17329 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
17330
17331 * gnus-art.el (gnus-default-article-saver): Add user-defined
17332 `function' to custom type.
17333
17334 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17335
17336 * imap.el (imap-open): Handle case where buffer is a buffer
17337 object.
17338
17339 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17340
17341 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17342 long lines.
17343 (gnus-cache-delete-group): Wrap doc strings.
17344
17345 * gnus-agent.el (gnus-agent-rename-group)
17346 (gnus-agent-delete-group): Wrap doc strings.
17347
17348 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
17349
17350 * gnus-start.el (gnus-1): Add "native" to
17351 gnus-predefined-server-alist.
17352
17353 * gnus.el (gnus-method-to-server): Don't add "native" to the
17354 lists here, because that leads to problems when
17355 gnus-select-method is bound.
17356
17357 2005-11-09 Simon Josefsson <jas@extundo.com>
17358
17359 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17360 use (not sort-by-date) instead.
17361
17362 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * gnus-delay.el (gnus-delay-group): Don't autoload.
17365 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17366 to be re-loaded when customizing the `gnus-delay' group.
17367
17368 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17369
17370 * message.el: Revert last changes.
17371 (message-insert-citation-line): Use newlines.
17372
17373 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17374
17375 * message.el (message-courtesy-message)
17376 (message-mark-insert-begin, message-mark-insert-end)
17377 (message-elide-ellipsis, message-cancel-message)
17378 (message-add-header, message-change-subject)
17379 (message-cross-post-followup-to-header)
17380 (message-cross-post-insert-note, message-reduce-to-to-cc)
17381 (message-widen-reply, message-delete-not-region)
17382 (message-kill-to-signature, message-insert-signature)
17383 (message-insert-importance-high, message-insert-importance-low)
17384 (message-insert-or-toggle-importance)
17385 (message-insert-disposition-notification-to)
17386 (message-indent-citation, message-yank-original)
17387 (message-cite-original-without-signature, message-cite-original)
17388 (message-insert-citation-line, message-position-on-field)
17389 (message-fix-before-sending, message-send-mail-partially)
17390 (message-send-mail, message-send-mail-with-sendmail)
17391 (message-send-mail-with-qmail, message-send-news)
17392 (message-check-news-header-syntax, message-generate-headers)
17393 (message-insert-courtesy-copy, message-fill-address)
17394 (message-fill-header, message-shorten-references)
17395 (message-setup-1, message-cancel-news)
17396 (message-forward-make-body-plain, message-forward-make-body-mime)
17397 (message-forward-make-body-mml, message-encode-message-body)
17398 (message-forward-make-body-digest-plain)
17399 (message-forward-make-body-digest-mime)
17400 (message-use-alternative-email-as-from): Insert `hard-newline'
17401 instead of ordinary newlines.
17402
17403 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
17404
17405 * message.el (message-generate-headers): Downcase the argument
17406 given to message-check-element.
17407
17408 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
17409
17410 * nntp.el (nntp-authinfo-rejected): New error condition.
17411 (nntp-wait-for): Use new error condition to signal authentication
17412 error.
17413 (nntp-retrieve-data): Rethrow new error condition to break out of
17414 recursive call to nntp-send-authinfo.
17415
17416 2005-11-08 Romain Francoise <romain@orebokech.com>
17417
17418 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17419 (gnus-summary-exit-map): Bind to `Z p'.
17420 (gnus-summary-make-menu-bar): Add menu item.
17421
17422 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
17423
17424 * gnus-art.el (gnus-article-treat-custom): Add `first'.
17425 (gnus-treat-*): Add `first' in all doc strings.
17426
17427 * gnus-group.el (gnus-group-compact-group): Fix typo.
17428
17429 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
17430
17431 * gnus.el (gnus-parameters-case-fold-search): New variable.
17432 (gnus-parameters-get-parameter): Use it.
17433
17434 * gnus-score.el (gnus-home-score-file): Doc fix.
17435
17436 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
17437
17438 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17439
17440 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
17441
17442 * mm-util.el (mm-special-display-p): New function.
17443
17444 * mml.el (mml-preview): Use it; doc fix.
17445
17446 2005-10-29 Romain Francoise <romain@orebokech.com>
17447
17448 * message.el (message-fix-before-sending): Fix comment.
17449
17450 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17451
17452 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17453
17454 2005-10-29 Jari Aalto <jari.aalto@cante.net>
17455
17456 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17457 Used in gnus-score.el.
17458
17459 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
17460
17461 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17462
17463 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
17464
17465 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17466 whitespace removed in revision 7.8. Use concatenated string to
17467 protect trailing whitespace.
17468
17469 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
17470
17471 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17472 (nnimap-request-expire-articles): Use it to avoid sending 'UID
17473 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17474 Courier IMAP ("some version from 2004"). Mostly based on similar
17475 code in the same function.
17476
17477 2005-10-26 Didier Verna <didier@xemacs.org>
17478
17479 * gnus-group.el (gnus-group-compact-group): Invalidate original
17480 article buffer.
17481 * gnus-srvr.el (gnus-server-compact-server): Ditto.
17482 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17483 NOV database and in article itself.
17484 Invalidate article backlog.
17485
17486 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
17487
17488 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17489
17490 2005-10-26 Simon Josefsson <jas@extundo.com>
17491
17492 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17493 part of 2004-07-25 change.
17494
17495 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
17496
17497 * message.el (message-display-completion-list): New function.
17498 (message-expand-group): Use it; make sure the Completions buffer
17499 is modifiable.
17500
17501 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
17502
17503 * imap.el (imap-open): Handle case where buffer is a buffer object.
17504
17505 2005-10-24 Eli Zaretskii <eliz@gnu.org>
17506
17507 * pgg-def.el:
17508 * pgg-gpg.el:
17509 * pgg-parse.el:
17510 * pgg-pgp.el:
17511 * pgg-pgp5.el:
17512 * pgg.el: Move to the parent lisp directory.
17513
17514 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
17515
17516 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17517 user-mail-name is an empty string.
17518
17519 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
17520
17521 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17522 depending on gnus-score-decay-constant.
17523
17524 * encrypt.el (encrypt-insert-file-contents)
17525 (encrypt-write-file-contents): Don't use `gnus-message'.
17526
17527 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17528 arguments.
17529 (mm-uu-type-alist): Add message-marks and insert-marks.
17530 Pass arguments to mm-uu-verbatim-marks-extract.
17531 (mm-uu-hide-markers): New variable.
17532 (mm-uu-extract): Use face similar to `gnus-cite-3'.
17533
17534 * gnus-fun.el (gnus-convert-image-to-x-face-command)
17535 (gnus-convert-image-to-face-command): Use "convert" by default to
17536 allow other input image formats.
17537 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17538 accordingly.
17539
17540 2005-10-23 Simon Josefsson <jas@extundo.com>
17541
17542 * imap.el (imap-gssapi-program): Align command line parameters
17543 with latest GNU SASL.
17544 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17545
17546 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17547
17548 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17549 HTML.
17550 (nnslashdot-request-article): Ditto.
17551
17552 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
17553
17554 * mail-source.el (mail-source-fetch-pop): Require pop3.
17555 (mail-source-check-pop): Ditto.
17556
17557 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
17558
17559 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17560 errors.
17561
17562 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
17563
17564 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17565 (gnus-treat-strip-leading-blank-lines): Improve doc string.
17566
17567 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17568
17569 * mm-bodies.el (mm-decode-string):
17570 Call `mm-charset-to-coding-system' with allow-override argument.
17571
17572 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
17573
17574 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17575 (rfc2047-charset-to-coding-system): New function.
17576 (rfc2047-decode-encoded-words): New function.
17577 (rfc2047-decode-region): Use them.
17578 (rfc2047-decode-cte): Remove.
17579 (rfc2047-parse-and-decode): Remove.
17580 (rfc2047-decode): Remove.
17581
17582 2005-10-15 Kenichi Handa <handa@m17n.org>
17583
17584 * rfc2047.el (rfc2047-decode-cte): New function.
17585 (rfc2047-decode-region): Change the way to decode successive
17586 encoded-words: decode B- or Q-encoding in each encoded-word,
17587 concatenate them, and decode it as charset.
17588
17589 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
17590
17591 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
17592 widget-move-and-invoke.
17593 (gnus-custom-mode): Use gnus-custom-map.
17594
17595 2005-10-15 Bill Wohler <wohler@newt.com>
17596
17597 * message.el (message-tool-bar-map): Rename image file from
17598 mail_send to mail/send.
17599
17600 2005-10-16 Masatake YAMATO <jet@gyve.org>
17601
17602 * message.el (message-expand-group): Pass the common
17603 prefix substring of completion to `display-completion-list'.
17604
17605 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
17606
17607 * mml-sec.el (mml-secure-method): New internal variable.
17608 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17609 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17610 New functions using mml-secure-method.
17611
17612 * mml.el (mml-mode-map): Add key bindings for those functions.
17613 (mml-menu): Simplify security menu entries. Suggested by Jesper
17614 Harder <harder@myrealbox.com>.
17615 (mml-attach-file, mml-attach-buffer, mml-attach-external):
17616 Goto end of message if point is the headers of the message.
17617
17618 * message.el (message-in-body-p): New function.
17619
17620 * assistant.el: Autoload gnus-util and netrc.
17621
17622 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17623 Use `mm-charset-override-alist' only when decoding.
17624
17625 * mm-bodies.el (mm-decode-body):
17626 Call `mm-charset-to-coding-system' with allow-override argument.
17627
17628 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17629 `filename' from Content-Disposition if Content-Type doesn't
17630 provide `name'.
17631 (gnus-mime-view-part-as-type): Set default instead of
17632 initial-input.
17633
17634 2005-10-09 Daniel Brockman <daniel@brockman.se>
17635
17636 * format-spec.el (format-spec): Propagate text properties of % spec.
17637
17638 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
17639
17640 * gnus-art.el (gnus-treat-predicate): Add `first'.
17641
17642 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
17643
17644 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17645 (mm-charset-override-alist): New variable.
17646 (mm-charset-to-coding-system): Use it.
17647 (mm-codepage-setup): New helper function.
17648 (mm-charset-eval-alist): New variable.
17649 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17650 Warn about unknown charsets.
17651
17652 2005-10-04 David Hansen <david.hansen@gmx.net>
17653
17654 * nnrss.el (nnrss-request-article): Add support for the comments tag.
17655 (nnrss-check-group): Ditto.
17656
17657 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
17658
17659 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17660 Rename x-gnus-verbatim to x-verbatim.
17661 (mm-uu-type-alist): Fix regexp for verbatim-marks.
17662
17663 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17664 x-verbatim.
17665
17666 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17667
17668 * gnus-util.el (gnus-remove-duplicates): Remove.
17669
17670 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17671 instead of gnus-remove-duplicates.
17672
17673 * message.el (message-remove-duplicates): Remove.
17674 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17675 message-remove-duplicates.
17676
17677 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17678 available, else use implementation from `delete-dups'.
17679
17680 * message.el (message-insert-expires): New function.
17681 (message-mode-map): Add key binding.
17682 (message-mode-field-menu): Add menu entry.
17683 (message-mode): Document it.
17684 (message-make-expires-date): Use `message-make-date'.
17685
17686 2005-10-04 Josh Huber <huber@alum.wpi.edu>
17687
17688 * message.el (message-make-expires-date): New function.
17689
17690 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
17691
17692 * time-date.el: Autoload parse-time-string, XEmacs needs it.
17693
17694 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
17695
17696 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17697 function rather than the diff-mode.el package.
17698 (mm-display-external): Use with-current-buffer.
17699 (mm-viewer-completion-map, mm-viewer-completion-map):
17700 Move initialization inside declaration.
17701
17702 2005-09-29 Simon Josefsson <jas@extundo.com>
17703
17704 * spam.el: Load hashcash when compiling, to avoid warnings.
17705 Don't autoload mail-check-payment.
17706 (spam-check-hashcash): Define unconditionally, since hashcash.el
17707 is part of Gnus now. Ignore errors from payment checking.
17708
17709 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
17710
17711 * message.el (message-bold-region, message-unbold-region):
17712 Rename from `bold-region' and `unbold-region'.
17713
17714 * message.el: Remove useless autoloads.
17715
17716 2005-09-28 Simon Josefsson <jas@extundo.com>
17717
17718 * message.el (message-use-idna): Default to t.
17719 (message-use-idna): Test whether encoding works too. Doc fix.
17720
17721 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
17722
17723 * nntp.el (nntp-warn-about-losing-connection): Remove.
17724
17725 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
17726
17727 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17728 customizable. Change default value.
17729 (mm-uu-diff-groups-regexp): Change default value.
17730 (mm-uu-type-alist): Add doc string.
17731 (mm-uu-configure): Add doc string. Make it interactive.
17732 (mm-uu-tex-groups-regexp): New variable.
17733 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17734 (mm-uu-type-alist): Add LaTeX documents.
17735 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17736 of "text/verbatim".
17737 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
17738
17739 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
17740 instead of "text/verbatim".
17741
17742 * message.el (message-mark-inserted-region)
17743 (message-mark-insert-file): Use slrn style marks when called with
17744 prefix argument.
17745
17746 2005-09-27 Simon Josefsson <jas@extundo.com>
17747
17748 * message.el (message-idna-to-ascii-rhs-1): Reformat.
17749
17750 2005-09-27 Arne Jørgensen <arne@arnested.dk>
17751
17752 * message.el (message-remove-duplicates): New function.
17753 Implementation borrowed from `gnus-remove-duplicates'.
17754 (message-idna-to-ascii-rhs): Also encode idna addresses in
17755 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17756 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
17757 only ask about the same idna domain once per header and also tell
17758 in what header to replace the idna domain.
17759
17760 * gnus-art.el (article-decode-idna-rhs): Also decode idna
17761 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
17762 (article-decode-idna-rhs): Fix regexp so that all idna-address in
17763 a header is decoded and not just the last one.
17764
17765 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
17766
17767 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
17768 has been decoded.
17769
17770 * mm-decode.el (mm-automatic-display): Add text/verbatim.
17771 (mm-insert-part): Don't modify text if it has been decoded.
17772
17773 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
17774 decoded.
17775
17776 * mm-view.el (mm-inline-text): Don't strip text props unless
17777 decoding enriched or richtext parts.
17778
17779 2005-09-25 Romain Francoise <romain@orebokech.com>
17780
17781 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
17782 * gnus-start.el (gnus-subscribe-interactively):
17783 * gnus-uu.el (gnus-uu-grab-articles):
17784 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
17785 space.
17786
17787 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
17788
17789 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
17790 * mm-view.el (mm-view-pkcs7-decrypt):
17791 * gnus-sum.el (gnus-summary-limit-to-extra)
17792 (gnus-summary-respool-article, gnus-read-move-group-name):
17793 * gnus-score.el (gnus-summary-increase-score):
17794 * gnus-util.el (gnus-completing-read-with-default):
17795 * gnus-art.el (gnus-read-save-file-name)
17796 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
17797 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
17798 * message.el (message-check-news-header-syntax):
17799 Follow convention for reading with the minibuffer.
17800
17801 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
17802
17803 * spam-report.el (spam-report-url-ping-plain):
17804 Use gnus-extended-version as User-Agent.
17805
17806 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
17807 default value is nil.
17808
17809 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
17810 (mm-uu-verbatim-marks-extract): New function.
17811 (mm-uu-extract): New face.
17812 (mm-uu-copy-to-buffer): Use it.
17813
17814 * spam-report.el (spam-report-gmane-ham): Rename from
17815 `spam-report-gmane-unspam'.
17816 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
17817 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
17818
17819 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
17820 Autoload.
17821 (spam-report-gmane-unregister-routine):
17822 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
17823
17824 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
17825
17826 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
17827 (spam-report-gmane-unregister-routine): Add support for gmane
17828 unregistration.
17829
17830 * spam-report.el (spam-report-gmane-unspam)
17831 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
17832 (spam-report-gmane): Change to take a single article and do unspam
17833 registration.
17834
17835 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17836
17837 * mm-url.el (mm-url-decode-entities): Fix regexp.
17838
17839 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17840
17841 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
17842 default to nil, to be able to use Gnus at all. If the default
17843 switches to something else, then the function should be fixed not
17844 be exceedingly slow.
17845
17846 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
17847
17848 * gnus-start.el (gnus-activate-group): If the server is nil, don't
17849 fail hard.
17850
17851 * spam-report.el: Add better Keywords line.
17852
17853 * spam.el: Add Maintainer and better Keywords line.
17854
17855 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
17856
17857 * gnus-art.el (gnus-article-replace-part)
17858 (gnus-mime-replace-part): New functions.
17859 (gnus-mime-action-alist, gnus-mime-button-commands)
17860 (gnus-mime-save-part-and-strip): Add file argument.
17861 (gnus-article-part-wrapper): Add interactive argument.
17862
17863 * gnus-sum.el (gnus-summary-mime-map):
17864 Add `gnus-article-replace-part'.
17865
17866 2005-09-19 Didier Verna <didier@xemacs.org>
17867
17868 The nnml compaction feature:
17869 * nnml.el (nnml-request-compact-group): New function.
17870 * nnml.el (nnml-request-compact): New function.
17871 * gnus-int.el (gnus-request-compact-group): New function.
17872 * gnus-int.el (gnus-request-compact): New function.
17873 * gnus-group.el (gnus-group-compact-group): New function.
17874 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
17875 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
17876 * gnus-srvr.el (gnus-server-compact-server): New function.
17877 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
17878 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
17879
17880 2005-09-18 Deepak Goel <deego@gnufans.org>
17881
17882 * sieve.el (sieve-help): Fix `message' call: first arg should be a
17883 format spec.
17884
17885 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
17886
17887 * gnus.el (gnus-group-startup-message): Bind image-load-path.
17888
17889 2005-09-15 Romain Francoise <romain@orebokech.com>
17890
17891 * message.el (message-fill-paragraph): Clarify docstring.
17892
17893 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
17894
17895 * gnus-art.el (gnus-mime-display-part): Protect against broken
17896 MIME messages.
17897
17898 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
17899
17900 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
17901 before parsing header.
17902
17903 2005-09-11 Jari Aalto <jari.aalto@cante.net>
17904
17905 * html2text.el (html2text-replace-list): Add new entities.
17906
17907 2005-09-11 Romain Francoise <romain@orebokech.com>
17908
17909 * message.el (message-alternative-emails): Improve docstring.
17910 (message-setup-1): Call `message-use-alternative-email-as-from'
17911 after `message-setup-hook' to give it precedence over posting
17912 styles, etc.
17913 (message-use-alternative-email-as-from): Add docstring.
17914 Remove the original From header if present.
17915
17916 * nnml.el (nnml-compressed-files-size-threshold): New variable.
17917 (nnml-save-mail): Use it.
17918
17919 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
17920 articles. Add new argument `silent'.
17921 (gnus-uu-mark-all): Report the total number of marked articles.
17922
17923 2005-09-10 Romain Francoise <romain@orebokech.com>
17924
17925 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
17926 (gnus-uu-mark-series): Likewise.
17927
17928 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
17929
17930 * spam-report.el (spam-report-gmane): Fix generation of spam
17931 report URL.
17932
17933 2005-09-10 Simon Josefsson <jas@extundo.com>
17934
17935 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
17936 t, based on discussion on the ding list with Robert Epprecht
17937 <epprecht@solnet.ch>.
17938
17939 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
17940
17941 * spam-report.el (spam-report-gmane): Make it work without
17942 X-Report-Spam header. Gmane now only provides Archived-At.
17943 This is only used if `spam-report-gmane-use-article-number' is nil.
17944 (spam-report-gmane-spam-header): Remove. Not used anymore.
17945
17946 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
17947 make `gnus-summary-sort-by-recipient' work with threading.
17948
17949 * nnweb.el (nnweb-google-wash-article): Print a message if article
17950 is not available.
17951
17952 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17953
17954 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
17955 change. Decode text/* parts content before displaying.
17956
17957 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
17958
17959 * mml-smime.el: Remove defvar of gnus-extract-address-components.
17960
17961 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
17962
17963 * mm-view.el (mm-display-inline-fontify): Disable support modes.
17964
17965 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
17966
17967 * message.el (message-tab-body-function): Fix mismatched custom type.
17968
17969 * gnus.el (gnus-group-change-level-function): Ditto.
17970
17971 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
17972
17973 * gnus-art.el (gnus-signature-limit)
17974 (gnus-article-mime-part-function): Ditto.
17975
17976 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
17977
17978 * mml.el (mml-mode): Silence the byte compiler.
17979
17980 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
17981 using `(sit-for 0)' before moving the point to the specified part;
17982 skip unbuttonized parts.
17983 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
17984 return to the summary window if gnus-auto-select-part is non-nil.
17985
17986 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
17987
17988 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
17989 New variables.
17990 (mml-dnd-attach-file, mml-mode): Use them.
17991
17992 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
17993 Make fetching article by MID work again for Google Groups.
17994 Add FIXME concerning gnus-group-make-web-group.
17995
17996 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
17997 Don't depend on Gnus by using mail-extract-address-components if
17998 gnus-extract-address-components is not bound.
17999
18000 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18001
18002 * gnus-art.el (gnus-mime-display-security): Don't display the
18003 signature, but only the signed part.
18004
18005 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
18006
18007 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18008
18009 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18010 list, not listp.
18011
18012 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
18013
18014 * mm-encode.el (mm-encode-content-transfer-encoding):
18015 Likewise when encoding.
18016
18017 * mm-bodies.el (mm-decode-content-transfer-encoding):
18018 De-canonicalize CRLF for all text content types, not just
18019 text/plain.
18020
18021 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18024 valid article; point arrow and cursor at the MIME button.
18025
18026 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
18027
18028 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18029 Suggested by Dan Christensen <jdc@uwo.ca>.
18030
18031 * mm-decode.el (mm-save-part): Enable change of prompt.
18032
18033 2005-08-29 Jari Aalto <jari.aalto@cante.net>
18034
18035 * gnus-msg.el (gnus-inews-add-send-actions):
18036 Make `message-post-method' lambda parameter ARG `&optional'.
18037
18038 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18039
18040 * gnus-sum.el (gnus-summary-mime-map):
18041 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18042 gnus-article-jump-to-part.
18043
18044 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18045 (gnus-article-edit-part): Use it.
18046 (gnus-article-part-wrapper): Add no-handle argument.
18047 (gnus-article-save-part-and-strip, gnus-article-delete-part):
18048 New functions.
18049
18050 2005-08-29 Romain Francoise <romain@orebokech.com>
18051
18052 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18053 docstring.
18054 (gnus-face-from-file): Likewise.
18055
18056 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
18057
18058 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18059 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18060 non-nil.
18061 (gnus-auto-select-part): New variable.
18062 (gnus-article-jump-to-part): New function.
18063 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18064 (gnus-mime-delete-part): Allow selecting specified part after
18065 deleting or stripping parts.
18066 (gnus-article-jump-to-part): Don't use `read-number'. Use last
18067 part if argument is bogus.
18068
18069 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
18070
18071 * gnus-art.el (w3m-minor-mode-map):
18072 * gnus-spec.el (gnus-newsrc-file-version):
18073 * gnus-util.el (nnmail-active-file-coding-system)
18074 (gnus-original-article-buffer, gnus-user-agent):
18075 * gnus.el (gnus-ham-process-destinations)
18076 (gnus-parameter-ham-marks-alist)
18077 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18078 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18079 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18080 * mm-decode.el (gnus-current-window-configuration):
18081 * mm-extern.el (gnus-article-mime-handles):
18082 * mm-url.el (url-current-object, url-package-name)
18083 (url-package-version):
18084 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18085 (smime-keys, w3m-cid-retrieve-function-alist)
18086 (w3m-current-buffer, w3m-display-inline-images)
18087 (w3m-minor-mode-map):
18088 * mml-smime.el (gnus-extract-address-components):
18089 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18090 (gnus-newsrc-hashtb, message-default-charset)
18091 (message-deletable-headers, message-options)
18092 (message-posting-charset, message-required-mail-headers)
18093 (message-required-news-headers):
18094 * mml1991.el (mc-pgp-always-sign):
18095 * mml2015.el (mc-pgp-always-sign):
18096 * nnheader.el (nnmail-extra-headers):
18097 * rfc1843.el (gnus-decode-encoded-word-function)
18098 (gnus-decode-header-function, gnus-newsgroup-name):
18099 * spam-stat.el (gnus-original-article-buffer): Add defvars.
18100
18101 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
18102
18103 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18104 the end of the date treatments.
18105
18106 2005-08-15 Simon Josefsson <jas@extundo.com>
18107
18108 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18109 it in url-handlers.el and XEmacs in url.el. Reported by Luca
18110 Capello and Romain Francoise.
18111 (pgg-fetch-key-function): Remove, not used?
18112 (pgg-insert-url-with-w3): Require url, to get
18113 url-insert-file-contents regardless of where it is defined.
18114
18115 2005-08-13 Romain Francoise <romain@orebokech.com>
18116
18117 * message.el (message-cite-original-1): New function.
18118 (message-cite-original): Use it.
18119 (message-cite-original-without-signature): Ditto.
18120
18121 2005-08-08 Romain Francoise <romain@orebokech.com>
18122
18123 * message.el (message-yank-empty-prefix): New variable.
18124 (message-indent-citation): Use it.
18125 (message-cite-original-without-signature): Respect X-No-Archive.
18126
18127 2005-08-08 Simon Josefsson <jas@extundo.com>
18128
18129 * pgg.el: Autoload url-insert-file-contents instead of loading
18130 w3/url.
18131 (pgg-insert-url-with-w3): Don't load url here.
18132
18133 2005-08-07 Jesper Harder <harder@phys.au.dk>
18134
18135 * message.el (message-kill-to-signature): Don't insert newline at
18136 bol.
18137 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18138
18139 2005-08-06 Romain Francoise <romain@orebokech.com>
18140
18141 * message.el (message-user-fqdn): Fix typo in docstring.
18142
18143 2005-08-05 Daiki Ueno <ueno@unixuser.org>
18144
18145 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18146
18147 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18148
18149 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
18150
18151 * mm-bodies.el (mm-encode-body): Use coding system rather than
18152 charset to encode text.
18153
18154 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18155 number of charsets if utf-8 is available (XEmacs).
18156
18157 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
18158
18159 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18160 taken from `gnus-button-mid-or-mail-regexp'.
18161 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18162 (gnus-button-alist): Improve regexp for domain part of the MIDs
18163 for news:localpart@domain buttons.
18164 (gnus-button-ctan-directory-regexp): Update.
18165
18166 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
18167
18168 * sieve-manage.el (sieve-manage-interactive-login):
18169 Use make-local-variable rather than make-variable-buffer-local.
18170 (sieve-manage-open): Ditto.
18171 (sieve-manage-authenticate): Ditto.
18172
18173 * mml.el (mml-generate-mime-1): Make the content type default to
18174 text/plain if the filename is not specified.
18175
18176 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
18177
18178 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18179 instead of insert-buffer.
18180
18181 * message.el (message-yank-original): Ditto; set the mark at the
18182 end of the yanked message.
18183
18184 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
18185
18186 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18187 lines to scroll rather than to stop it.
18188
18189 * mml.el (mml-generate-default-type): Add doc string.
18190 (mml-generate-mime-1): Use mm-default-file-encoding or make it
18191 default to application/octet-stream when determining the content
18192 type if it is not specified for the part or the mml contents; add
18193 a comment about mml-generate-default-type.
18194
18195 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
18196
18197 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18198 make it default to application/octet-stream when determining the
18199 content type if it is not specified for the external contents.
18200
18201 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
18202
18203 * rfc2231.el (rfc2231-parse-string): Take care that not only a
18204 segmented parameter but also other parameters might be there.
18205
18206 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
18207
18208 * mm-decode.el (mm-display-external): Delete temp file, directory
18209 and buffer immediately if the external process is exited.
18210
18211 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
18212
18213 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18214 fewer lines than that of scroll-margin.
18215 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18216
18217 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
18218
18219 * gnus-art.el (gnus-article-next-page): Revert.
18220 (gnus-article-beginning-of-window): New macro.
18221 (gnus-article-next-page-1): Use it.
18222 (gnus-article-prev-page): Ditto.
18223 (gnus-article-edit-part): Use insert-buffer-substring instead of
18224 insert-buffer.
18225 (gnus-article-edit-exit): Ditto.
18226
18227 * gnus-util.el (gnus-beginning-of-window): Remove.
18228 (gnus-end-of-window): Remove.
18229
18230 2005-07-25 Simon Josefsson <jas@extundo.com>
18231
18232 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18233 to have the url package without w3. Reported by Daiki Ueno
18234 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18235
18236 2005-07-20 Didier Verna <didier@xemacs.org>
18237
18238 * gnus-diary.el: Remove the description comment (nndiary is now
18239 properly documented in the Gnus manual).
18240 Fix the spelling of "Back End".
18241 * nndiary.el: Ditto.
18242 Fix the copyright notice.
18243
18244 2005-07-18 Romain Francoise <romain@orebokech.com>
18245
18246 * gnus-sum.el (gnus-summary-to-prefix)
18247 (gnus-summary-newsgroup-prefix): New variables.
18248 (gnus-summary-from-or-to-or-newsgroups): Use them.
18249
18250 2005-07-17 Romain Francoise <romain@orebokech.com>
18251
18252 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18253 space as it's generally not especially interesting to the user.
18254
18255 2005-07-16 Romain Francoise <romain@orebokech.com>
18256
18257 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18258 nil to avoid prompting and file modification if one of the
18259 messages at the top of the nnfolder file contains a copyright
18260 notice.
18261 Update copyright notice.
18262
18263 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18264 instead of `current-time-string' as the latter creates a time
18265 string that is not RFC 2822 compliant (it lacks the zone).
18266 Update copyright notice.
18267
18268 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
18269
18270 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18271 for text/rtf. Display default in prompt. Pass default for M-n.
18272
18273 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18274
18275 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18276
18277 * gnus-msg.el (gnus-button-mailto):
18278 Remove save-selected-window-window hackery because it relies on
18279 save-selected-window internals.
18280
18281 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
18282
18283 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18284 (gnus-article-next-page-1): Use gnus-beginning-of-window.
18285 (gnus-article-prev-page): Ditto.
18286
18287 * gnus-util.el (gnus-beginning-of-window): New function.
18288 (gnus-end-of-window): New function.
18289
18290 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18291
18292 * gnus-score.el (gnus-score-edit-all-score):
18293 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18294 gnus-message.
18295
18296 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18297
18298 * gnus-msg.el (gnus-button-mailto):
18299 Remove save-selected-window-window hackery because it relies on
18300 save-selected-window internals.
18301
18302 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
18303
18304 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18305 add-minor-mode.
18306 (gnus-binary-mode): Ditto.
18307
18308 * gnus-topic.el (gnus-topic-mode): Ditto.
18309
18310 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
18311
18312 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18313 (gnus-article-prev-page): Take scroll-margin into consideration.
18314
18315 2005-07-04 Lute Kamstra <lute@gnu.org>
18316
18317 Update FSF's address in GPL notices.
18318
18319 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18320
18321 * gnus.el (gnus-exit):
18322 * gnus-group.el (gnus-group-icons):
18323 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18324
18325 * gnus-nocem.el (gnus-nocem):
18326 * message.el (message-various, message-buffers, message-sending)
18327 (message-interface, message-forwarding, message-insertion)
18328 (message-headers, message-news, message-mail):
18329 * pgg-gpg.el (pgg-gpg):
18330 * pgg-parse.el (pgg-parse):
18331 * pgg-pgp.el (pgg-pgp):
18332 * pgg-pgp5.el (pgg-pgp5):
18333 * pop3.el (pop3): Finish `defgroup' description with period.
18334
18335 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
18336
18337 * gnus-art.el (article-display-face): Improve the efficiency.
18338 (article-display-x-face): Ditto; remove gray x-face stuff.
18339
18340 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
18341
18342 * gnus-art.el (article-display-face): Correct the position in
18343 which Faces are inserted.
18344
18345 2005-06-29 Didier Verna <didier@xemacs.org>
18346
18347 * gnus-art.el (article-display-face): Display faces in correct
18348 order.
18349
18350 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
18351
18352 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18353 (gnus-fill-real-hashtb): Use hash table instead of obarray.
18354 (gnus-nocem-check-article): Fetch the Type header.
18355 (gnus-nocem-message-wanted-p): Fix the way to examine types.
18356 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18357 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18358 make sure gnus-nocem-hashtb is initialized.
18359 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18360 (gnus-nocem-unwanted-article-p): Ditto.
18361
18362 * pgg.el (pgg-verify): Return the verification result.
18363
18364 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
18365
18366 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18367 is ascii.
18368
18369 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18370
18371 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18372 `show-nonbreak-escape'.
18373
18374 2005-06-23 Lute Kamstra <lute@gnu.org>
18375
18376 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18377
18378 * dig.el (dig-mode):
18379 * smime.el (smime-mode): Use gnus-run-mode-hooks.
18380
18381 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18382
18383 * nnimap.el (nnimap-split-download-body): Fix spellings.
18384
18385 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18386
18387 * gnus-art.el (gnus-article-encrypt-body):
18388 * gnus-cus.el (gnus-score-customize):
18389 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18390 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18391
18392 2005-06-16 Arne Jørgensen <arne@arnested.dk>
18393
18394 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18395 header by looking for magic "MII" at the beginning.
18396
18397 2005-06-16 Miles Bader <miles@gnu.org>
18398
18399 * assistant.el (assistant-field): Remove "-face" suffix from face name.
18400 (assistant-field-face): New backward-compatibility alias for renamed
18401 face.
18402 (assistant-render-text): Use renamed assistant-field face.
18403
18404 * spam.el (spam): Remove "-face" suffix from face name.
18405 (spam-face): New backward-compatibility alias for renamed face.
18406 (spam-face, spam-initialize): Use renamed spam face.
18407
18408 * message.el (message-header-to, message-header-cc)
18409 (message-header-subject, message-header-newsgroups)
18410 (message-header-other, message-header-name)
18411 (message-header-xheader, message-separator, message-cited-text)
18412 (message-mml): Remove "-face" suffix from face names.
18413 (message-header-to-face, message-header-cc-face)
18414 (message-header-subject-face, message-header-newsgroups-face)
18415 (message-header-other-face, message-header-name-face)
18416 (message-header-xheader-face, message-separator-face)
18417 (message-cited-text-face, message-mml-face):
18418 New backward-compatibility aliases for renamed faces.
18419 (message-font-lock-keywords): Use renamed message faces.
18420
18421 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18422 (sieve-test-commands, sieve-tagged-arguments):
18423 Remove "-face" suffix from face names.
18424 (sieve-control-commands-face, sieve-action-commands-face)
18425 (sieve-test-commands-face, sieve-tagged-arguments-face):
18426 New backward-compatibility aliases for renamed faces.
18427 (sieve-control-commands-face, sieve-action-commands-face)
18428 (sieve-test-commands-face, sieve-tagged-arguments-face):
18429 Use renamed sieve faces.
18430
18431 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18432 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18433 (gnus-group-news-3-empty, gnus-group-news-4)
18434 (gnus-group-news-4-empty, gnus-group-news-5)
18435 (gnus-group-news-5-empty, gnus-group-news-6)
18436 (gnus-group-news-6-empty, gnus-group-news-low)
18437 (gnus-group-news-low-empty, gnus-group-mail-1)
18438 (gnus-group-mail-1-empty, gnus-group-mail-2)
18439 (gnus-group-mail-2-empty, gnus-group-mail-3)
18440 (gnus-group-mail-3-empty, gnus-group-mail-low)
18441 (gnus-group-mail-low-empty, gnus-summary-selected)
18442 (gnus-summary-cancelled, gnus-summary-high-ticked)
18443 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18444 (gnus-summary-high-ancient, gnus-summary-low-ancient)
18445 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18446 (gnus-summary-low-undownloaded)
18447 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18448 (gnus-summary-low-unread, gnus-summary-normal-unread)
18449 (gnus-summary-high-read, gnus-summary-low-read)
18450 (gnus-summary-normal-read, gnus-splash):
18451 Remove "-face" suffix from face names.
18452 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18453 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18454 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18455 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18456 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18457 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18458 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18459 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18460 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18461 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18462 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18463 (gnus-summary-selected-face, gnus-summary-cancelled-face)
18464 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18465 (gnus-summary-normal-ticked-face)
18466 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18467 (gnus-summary-normal-ancient-face)
18468 (gnus-summary-high-undownloaded-face)
18469 (gnus-summary-low-undownloaded-face)
18470 (gnus-summary-normal-undownloaded-face)
18471 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18472 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18473 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18474 (gnus-splash-face):
18475 New backward-compatibility aliases for renamed faces.
18476 (gnus-group-startup-message): Use renamed gnus faces.
18477
18478 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18479 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18480 (gnus-server-agent): Remove "-face" suffix from face names.
18481 (gnus-server-agent-face, gnus-server-opened-face)
18482 (gnus-server-closed-face, gnus-server-denied-face)
18483 (gnus-server-offline-face):
18484 New backward-compatibility aliases for renamed faces.
18485 (gnus-server-agent-face, gnus-server-opened-face)
18486 (gnus-server-closed-face, gnus-server-denied-face)
18487 (gnus-server-offline-face): Use renamed gnus faces.
18488
18489 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18490 Remove "-face" suffix from face names.
18491 (gnus-picon-xbm-face, gnus-picon-face):
18492 New backward-compatibility aliases for renamed faces.
18493
18494 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18495 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18496 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18497 (gnus-cite-11): Remove "-face" suffix from face names.
18498 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18499 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18500 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18501 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18502 New backward-compatibility aliases for renamed faces.
18503 (gnus-cite-attribution-face, gnus-cite-face-list)
18504 (gnus-article-boring-faces): Use renamed gnus faces.
18505
18506 * gnus-art.el (gnus-signature, gnus-header-from)
18507 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18508 (gnus-header-content): Remove "-face" suffix from face names.
18509 (gnus-signature-face, gnus-header-from-face)
18510 (gnus-header-subject-face, gnus-header-newsgroups-face)
18511 (gnus-header-name-face, gnus-header-content-face):
18512 New backward-compatibility aliases for renamed faces.
18513 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18514
18515 * gnus-sum.el (gnus-summary-selected-face)
18516 (gnus-summary-highlight): Use renamed gnus faces.
18517 * gnus-group.el (gnus-group-highlight): Likewise.
18518
18519 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18520
18521 * gnus-sieve.el (gnus-sieve-article-add-rule):
18522 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18523 * spam-stat.el (spam-stat-buffer-change-to-spam)
18524 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18525
18526 * message.el (message-is-yours-p):
18527 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18528
18529 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
18530
18531 * mm-view.el (mm-inline-text): Withdraw the last change.
18532
18533 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
18534
18535 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18536 executing enriched-decode.
18537
18538 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
18539
18540 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18541 charset of tar files.
18542
18543 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18544
18545 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18546
18547 2005-06-04 Lute Kamstra <lute@gnu.org>
18548
18549 * nnfolder.el (nnfolder-read-folder): Make sure that undo
18550 information is never recorded.
18551
18552 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18553
18554 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18555
18556 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
18557
18558 * pop3.el (pop3-apop): Run md5 in the binary mode.
18559
18560 * starttls.el (starttls-set-process-query-on-exit-flag):
18561 Use eval-and-compile.
18562
18563 2005-05-31 Simon Josefsson <jas@extundo.com>
18564
18565 * smime.el (smime-replace-in-string): Define.
18566 (smime-cert-by-ldap-1): Use it.
18567
18568 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
18569
18570 * gnus-art.el (article-display-x-face): Replace
18571 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18572
18573 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18574 set-process-query-on-exit-flag or process-kill-without-query.
18575
18576 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18577 loop instead of replace-regexp.
18578
18579 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18580 instead of process-kill-without-query if it is available.
18581
18582 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18583 instead of find-file-hooks if it is available.
18584
18585 * mml1991.el: Bind pgg-default-user-id when compiling.
18586
18587 * mml2015.el: Bind pgg-default-user-id when compiling.
18588
18589 * nndraft.el (nndraft-request-associate-buffer):
18590 Use write-contents-functions instead of write-contents-hooks if it is
18591 available.
18592
18593 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18594 instead of find-file-hooks if it is available.
18595
18596 * nntp.el (nntp-open-connection): Replace
18597 process-kill-without-query by gnus-set-process-query-on-exit-flag.
18598 (nntp-open-ssl-stream): Ditto.
18599 (nntp-open-tls-stream): Ditto.
18600
18601 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18602 set-process-query-on-exit-flag or process-kill-without-query.
18603 (starttls-open-stream-gnutls): Use it instead of
18604 process-kill-without-query.
18605 (starttls-open-stream): Ditto.
18606
18607 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
18608
18609 * smime.el (smime-cert-by-ldap-1): Don't use
18610 replace-regexp-in-string.
18611
18612 2005-05-31 Arne Jørgensen <arne@arnested.dk>
18613
18614 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18615
18616 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18617 in PEM format. Adjust to the XEmacs compatibility.
18618
18619 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
18620
18621 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18622 by `string-to-number'.
18623 * gnus-agent.el (gnus-agent-regenerate-group)
18624 (gnus-agent-fetch-articles): Ditto.
18625 * gnus-art.el (gnus-button-fetch-group): Ditto.
18626 * gnus-cache.el (gnus-cache-generate-active)
18627 (gnus-cache-articles-in-group): Ditto.
18628 * gnus-group.el (gnus-group-set-current-level)
18629 (gnus-group-insert-group-line): Ditto.
18630 * gnus-score.el (gnus-score-set-expunge-below)
18631 (gnus-score-set-mark-below, gnus-summary-score-effect)
18632 (gnus-summary-score-entry): Ditto.
18633 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18634 (gnus-soup-pack): Ditto.
18635 * gnus-spec.el (gnus-xmas-format): Ditto.
18636 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18637 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18638 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18639 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18640 * nndb.el (nndb-get-remote-expire-response): Ditto.
18641 * nndiary.el (nndiary-parse-schedule-value)
18642 (nndiary-string-to-number, nndiary-request-replace-article)
18643 (nndiary-request-article): Ditto.
18644 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18645 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18646 * nneething.el (nneething-make-head): Ditto.
18647 * nnfolder.el (nnfolder-request-article)
18648 (nnfolder-retrieve-headers): Ditto.
18649 * nnheader.el (nnheader-file-to-number): Ditto.
18650 * nnkiboze.el (nnkiboze-request-article): Ditto.
18651 * nnmail.el (nnmail-process-unix-mail-format)
18652 (nnmail-process-babyl-mail-format): Ditto.
18653 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18654 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18655 (nnmh-request-create-group, nnmh-request-list-1)
18656 (nnmh-request-group, nnmh-request-article): Ditto.
18657 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18658 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18659 * nnsoup.el (nnsoup-make-active): Ditto.
18660 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18661 * nntp.el (nntp-find-group-and-number)
18662 (nntp-retrieve-headers-with-xover): Ditto.
18663 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18664 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18665 (pgg-format-key-identifier): Ditto.
18666 * pop3.el (pop3-last, pop3-stat): Ditto.
18667 * qp.el (quoted-printable-decode-region): Ditto.
18668
18669 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18670 of concat.
18671
18672 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
18673
18674 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18675
18676 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18677
18678 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18679
18680 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18681
18682 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18683
18684 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18685
18686 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18687 (gnus-carpal-mode): Ditto.
18688
18689 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18690 (gnus-browse-mode): Ditto.
18691
18692 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18693
18694 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18695
18696 2005-05-29 Richard M. Stallman <rms@gnu.org>
18697
18698 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18699
18700 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
18701
18702 * gnus-util.el (gnus-run-mode-hooks): New function.
18703
18704 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18705
18706 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
18707
18708 * gnus-agent.el (gnus-agent-make-mode-line-string):
18709 Use mode-line-highlight as mouse-face.
18710
18711 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
18712
18713 * canlock.el (canlock): Change the parent group to news.
18714
18715 * deuglify.el (gnus-outlook-deuglify): Add :group.
18716
18717 * dig.el (dig): Add :group.
18718
18719 * dns-mode.el (dns-mode): Add :group.
18720
18721 * encrypt.el (encrypt): Add :group.
18722
18723 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18724 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18725 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18726 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18727 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18728
18729 * gnus-diary.el (gnus-diary): Add :group.
18730
18731 * gnus.el (gnus-group-news-1-face): Add :group.
18732 (gnus-group-news-1-empty-face): Ditto.
18733 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18734 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18735 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18736 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18737 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
18738 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
18739 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
18740 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
18741 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
18742 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
18743 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
18744 (gnus-summary-high-ticked-face): Ditto.
18745 (gnus-summary-low-ticked-face): Ditto.
18746 (gnus-summary-normal-ticked-face): Ditto.
18747 (gnus-summary-high-ancient-face): Ditto.
18748 (gnus-summary-low-ancient-face): Ditto.
18749 (gnus-summary-normal-ancient-face): Ditto.
18750 (gnus-summary-high-undownloaded-face): Ditto.
18751 (gnus-summary-low-undownloaded-face): Ditto.
18752 (gnus-summary-normal-undownloaded-face): Ditto.
18753 (gnus-summary-high-unread-face): Ditto.
18754 (gnus-summary-low-unread-face): Ditto.
18755 (gnus-summary-normal-unread-face): Ditto.
18756 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
18757 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
18758
18759 * hashcash.el (hashcash): New custom group.
18760 (hashcash-default-payment): Add :group.
18761 (hashcash-payment-alist): Ditto.
18762 (hashcash-default-accept-payment): Ditto.
18763 (hashcash-accept-resources): Ditto.
18764 (hashcash-path): Ditto.
18765 (hashcash-extra-generate-parameters): Ditto.
18766 (hashcash-double-spend-database): Ditto.
18767 (hashcash-in-news): Ditto.
18768
18769 * message.el (message-minibuffer-local-map): Add :group.
18770
18771 * netrc.el (netrc): Add :group.
18772
18773 * sieve-manage.el (sieve-manage-log): Add :group.
18774 (sieve-manage-default-user): Diito.
18775 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
18776 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
18777 (sieve-manage-authenticators): Ditto.
18778 (sieve-manage-authenticator-alist): Ditto.
18779 (sieve-manage-default-port): Ditto.
18780
18781 * sieve-mode.el (sieve-control-commands-face): Add :group.
18782 (sieve-action-commands-face): Ditto.
18783 (sieve-test-commands-face): Ditto.
18784 (sieve-tagged-arguments-face): Ditto.
18785
18786 * smime.el (smime): Add :group.
18787
18788 * spam-report.el (spam-report): Add :group.
18789
18790 * spam.el (spam, spam-face): Add :group.
18791
18792 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18793
18794 * nntp.el (nntp-next-result-arrived-p): Some news servers may
18795 return \n.\n.\n at the end of articles. Protect against that.
18796 (nntp-with-open-group): Allow debugging.
18797
18798 * nnheader.el (mail-header-set-extra): Make into a function
18799 because I just could't understand how to quote the list properly.
18800
18801 * dns.el (query-dns-cached): New function.
18802
18803 2005-05-26 Lute Kamstra <lute@gnu.org>
18804
18805 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
18806
18807 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
18808
18809 * gnus-art.el: Don't autoload mail-extract-address-components.
18810
18811 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
18812 eval-and-compile to evaluate it.
18813
18814 * hashcash.el: Don't autoload executable-find.
18815
18816 * nndb.el: Don't declare the nndb back end two or more times; don't
18817 autoload news-reply-mode, news-setup, cancel-timer and telnet.
18818
18819 * nntp.el: Autoload format-spec instead of format; use
18820 eval-and-compile to evaluate autoload forms.
18821
18822 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
18823
18824 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
18825
18826 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18827
18828 * gnus.el (gnus-version-number): Bump version.
18829
18830 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18831
18832 * gnus.el: No Gnus v0.3 is released.
18833
18834 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
18835
18836 * gnus-art.el (gnus-article-edit-part): Disable undo.
18837
18838 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
18839
18840 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
18841 gnus-article-date-lapsed-new-header is t if date timer is active;
18842 skip headers in which the original date value is empty.
18843 (gnus-article-save-original-date): Redefine it as a macro.
18844 (gnus-display-mime): Use it.
18845
18846 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
18847
18848 * gnus-art.el (article-date-ut): Support converting date in
18849 forwarded parts as well.
18850 (gnus-article-save-original-date): New function.
18851 (gnus-display-mime): Use it.
18852
18853 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
18854
18855 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
18856 enclosure element of <item>.
18857
18858 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
18859
18860 * message.el (message-kill-buffer-query): Rename from
18861 `message-kill-buffer-query-if-modified'. Add :version.
18862
18863 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18864
18865 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
18866 window layout.
18867
18868 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18869
18870 * mml.el: Autoload dnd when compiling.
18871
18872 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18873
18874 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
18875 x-dnd-*.
18876
18877 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
18878
18879 * qp.el (quoted-printable-encode-region): Save excursion.
18880
18881 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
18882
18883 * message.el (message-kill-buffer-query-if-modified): Add new variable
18884 so the user can kill a modified message buffer quickly.
18885 (message-kill-buffer): Use it.
18886
18887 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
18888
18889 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
18890 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
18891
18892 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18893
18894 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
18895 contained in text because xml.el decodes entities) with LFs.
18896
18897 2005-04-11 Lute Kamstra <lute@gnu.org>
18898
18899 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
18900 differently.
18901
18902 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * mm-util.el (mm-detect-coding-region): Typo.
18905
18906 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
18907
18908 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
18909
18910 2005-04-06 Deepak Goel <deego@gnufans.org>
18911
18912 * spam-stat.el (spam-stat-score-buffer): Add a call to a
18913 user-function allow user modifications of the scores.
18914 (spam-stat-score-buffer-user): New function, to allow
18915 user-computed modifications to the score.
18916 (spam-stat-score-buffer-user-functions): List of additional
18917 scoring functions.
18918 (spam-stat-error-holder): Global temporary error holder.
18919 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
18920 variable.
18921
18922 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
18923
18924 * gnus-registry.el (gnus-registry-clean-empty-function)
18925 (gnus-registry-trim, gnus-registry-fetch-groups)
18926 (gnus-registry-delete-group): Groups that match
18927 `gnus-registry-ignored-groups' are removed from the registry
18928 entries, not just ignored for splitting. This helps clean up the
18929 registry. Also, `gnus-registry-fetch-groups' is a convenient way
18930 to get all the groups a message ID is in.
18931
18932 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
18933 (spam-stat-split-fancy): Change "threshhold" to "threshold".
18934 (spam-stat-score-buffer-user-functions): Add :number custom type.
18935
18936 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18937
18938 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
18939 argument in XEmacs.
18940
18941 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
18942 (nnrss-request-group): Decode group name first.
18943 (nnrss-request-article): Make a text/plain article if mml-to-mime
18944 failed.
18945 (nnrss-get-encoding): Return a compatible encoding according to
18946 nnrss-compatible-encoding-alist.
18947 (nnrss-find-el): Use consp instead of listp.
18948 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
18949
18950 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18951
18952 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
18953 which Emacs 20 doesn't support.
18954 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
18955
18956 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
18957
18958 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
18959 silence the byte compiler inside the defun.
18960
18961 * gnus-demon.el (parse-time-string): Add autoload.
18962
18963 * gnus-delay.el (parse-time-string): Add autoload.
18964
18965 * gnus-art.el (parse-time-string): Add autoload.
18966
18967 * nnultimate.el (parse-time): Require for `parse-time-string'.
18968
18969 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
18970
18971 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
18972
18973 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
18974
18975 * smime.el (smime-ldap-host-list): Add :version.
18976
18977 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
18978
18979 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
18980 pass it to `gnus-browse-read-group'.
18981 (gnus-browse-read-group): Add NUMBER argument and pass it to
18982 `gnus-group-read-ephemeral-group'.
18983
18984 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
18985 argument and pass it to `gnus-group-read-group'.
18986
18987 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
18988
18989 * mm-util.el (mm-xemacs-find-mime-charset): Only call
18990 mm-xemacs-find-mime-charset-1 if we have the mule feature
18991 available at runtime.
18992
18993 2005-03-25 Werner Lemberg <wl@gnu.org>
18994
18995 * nnmaildir.el: Replace `illegal' with `invalid'.
18996
18997 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * gnus-start.el (gnus-display-time-event-handler):
19000 Check display-time-timer at runtime rather than only at load time
19001 in case display-time-mode is turned off in the mean time.
19002
19003 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
19004
19005 * nnimap.el (nnimap-open-connection): Print which authinfo file is
19006 used.
19007
19008 * nneething.el (nneething-map-file-directory): Derive from
19009 `gnus-directory'.
19010
19011 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19012 the To/Cc button.
19013
19014 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
19015
19016 * nnmaildir.el (nnmaildir-request-accept-article):
19017 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19018
19019 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19020
19021 * gnus-async.el: Require timer-funcs at compile time when in
19022 XEmacs for `run-with-idle-timer'.
19023
19024 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
19025
19026 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19027 autoloaded function.
19028
19029 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19030
19031 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19032
19033 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
19034
19035 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19036
19037 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19038
19039 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19040 Add gnus-expert-user to default.
19041
19042 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
19043
19044 * nnimap.el (nnimap-open-server): Ditto.
19045
19046 * imap.el (imap-authenticate): Fix typo.
19047
19048 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
19049
19050 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19051 buffer (since IMAP server might return FETCH response out of
19052 order, and the nntp buffer must be sorted).
19053
19054 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
19055
19056 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19057 comparison on string.
19058
19059 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19060 (gnus-agent-score): Rename category keywords to match gnus-cus.
19061 (gnus-agent-summary-fetch-series): Modify to protect against
19062 gnus-agent-summary-fetch-group clearing processable flags.
19063 (gnus-agent-synchronize-group-flags): Update live group buffer as
19064 synchronization may occur due to the user toggle the plugged
19065 status.
19066 (gnus-agent-fetch-group-1): Clear downloadable flag when article
19067 successfully downloaded.
19068 (gnus-agent-expire-group-1): Avoid using markers when the overview
19069 is in ascending order; greatly improves performance.
19070 (gnus-agent-regenerate-group):
19071 Use gnus-agent-synchronize-group-flags to reset read status in both
19072 gnus and server.
19073 (gnus-agent-update-files-total-fetched-for): Fix initial size.
19074
19075 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19076
19077 * message.el: Don't autoload former message-utils variables.
19078 (message-strip-subject-trailing-was): Change doc string.
19079
19080 * nnweb.el: Fixes for `gnus-group-make-web-group'.
19081 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
19082 (nnweb-google-search): Add "hl=en" here.
19083 (nnweb-google-parse-1, nnweb-google-create-mapping):
19084 Don't hardcode URL.
19085
19086 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
19087
19088 * message.el (message-get-reply-headers, message-followup):
19089 Mention related variables `message-use-followup-to' and
19090 `message-use-mail-followup-to', in the information buffer.
19091
19092 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19093 of broken groups(-beta).google.com.
19094
19095 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
19096
19097 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19098 parameter to invoked gnus-request-move-article; remove the
19099 redundant gnus-sum-hint-move-is-internal variable; apply the marks
19100 all at once instead of once per article.
19101 (gnus-summary-remove-process-mark): Accept a list of articles as
19102 well as a single article for processing.
19103
19104 * gnus-int.el (gnus-request-move-article): Add move-is-internal
19105 parameter.
19106
19107 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19108
19109 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19110
19111 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19112 parameter.
19113
19114 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19115 parameter.
19116
19117 * nnimap.el (nnimap-request-move-article): Add move-is-internal
19118 parameter and remove the gnus-sum-hint-move-is-internal variable.
19119
19120 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19121 parameter.
19122
19123 * nndraft.el (nndraft-request-move-article): Add move-is-internal
19124 parameter.
19125
19126 * nndiary.el (nndiary-request-move-article): Add move-is-internal
19127 parameter.
19128
19129 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19130
19131 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19132 parameter.
19133
19134 * nnagent.el (nnagent-request-move-article): Add move-is-internal
19135 parameter.
19136
19137 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
19138
19139 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19140 a more conservative way.
19141
19142 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19145 buffer, so it moves the window's cursor.
19146
19147 2005-02-26 Arne Jørgensen <arne@arnested.dk>
19148
19149 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19150 `mm-dissect-multipart' and receive the from field as an (optional)
19151 argument from `mm-dissect-multipart'.
19152 (mm-dissect-multipart): Receive the from field as an argument and
19153 pass it on when we call `mm-dissect-buffer' on MIME parts.
19154 Fixes verification/decryption of signed/encrypted MIME parts.
19155
19156 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
19157
19158 * gnus-sum.el (gnus-summary-move-article):
19159 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19160 whatever it calls (right now, only nnimap-request-move article
19161 respects it).
19162
19163 * nnimap.el (nnimap-request-move-article):
19164 When gnus-sum-hint-move-is-internal is set, don't do the extra
19165 nnimap-request-article.
19166
19167 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
19168
19169 * nnheader.el (nnheader-find-file-noselect): Add doc string.
19170
19171 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19172 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19173
19174 * gnus-sum.el (gnus-summary-caesar-message):
19175 Apply `gnus-treat-article' after rotation.
19176
19177 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19178 doc string.
19179
19180 2005-02-22 Simon Josefsson <jas@extundo.com>
19181
19182 * encrypt.el (encrypt-password-cache-expiry): Remove (use
19183 `password-cache-expiry' instead). Reported by Arne Jørgensen
19184 <arne@arnested.dk>.
19185 (encrypt): Add password-cache and password-cache-expiry as group
19186 members.
19187
19188 2005-02-22 Arne Jørgensen <arne@arnested.dk>
19189
19190 * smime.el (smime-ldap-host-list): Doc fix.
19191 (smime-ask-passphrase): Use `password-read-and-add' to read (and
19192 cache) password.
19193 (smime-sign-region): Use it.
19194 (smime-decrypt-region): Use it.
19195 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19196 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19197 fails.
19198 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19199 certificate from DER to PEM format rather than calling openssl.
19200
19201 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19202
19203 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19204 for signing/encryption.
19205
19206 * mml.el (mml-parse-1): Use them.
19207
19208 2005-02-21 Arne Jørgensen <arne@arnested.dk>
19209
19210 * nnrss.el (nnrss-verbose): Remove.
19211 (nnrss-request-group): Use `nnheader-message' instead.
19212
19213 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
19214
19215 * nnrss.el (nnrss-verbose): New variable.
19216 (nnrss-request-group): Make it say nnrss is requesting a group.
19217
19218 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
19219
19220 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19221 Handle news URL with given port correctly.
19222
19223 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
19224
19225 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19226 containing special characters.
19227
19228 * gnus-sum.el (gnus-summary-edit-article): Ditto.
19229
19230 * mml.el (mime-to-mml): Ditto.
19231
19232 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19233 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19234 (rfc2047-decode-region): Quote decoded words containing special
19235 characters when rfc2047-quote-decoded-words-containing-tspecials
19236 is non-nil.
19237
19238 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
19239
19240 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19241
19242 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19243
19244 2005-02-15 Simon Josefsson <jas@extundo.com>
19245
19246 * nnimap.el (nnimap-debug): Doc fix.
19247
19248 * imap.el (imap-debug): Doc fix.
19249
19250 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
19251
19252 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19253
19254 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
19255
19256 * gnus.el (spam-contents): Improve docs for spam-contents
19257 parameter in its variable incarnation.
19258
19259 2005-02-14 Simon Josefsson <jas@extundo.com>
19260
19261 * smime-ldap.el: Use require instead of load-library for ldap.
19262 (smime-ldap-search): Indent.
19263 (smime-ldap-search-internal): Shorten line.
19264
19265 * smime.el (smime-cert-by-dns): Add doc-string.
19266 (smime-cert-by-ldap-1): Indent.
19267
19268 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19269 mml-smime-get-dns-ldap.
19270 (mml-smime-encrypt-query): Use new function. Default to ldap.
19271
19272 2005-02-14 Arne Jørgensen <arne@arnested.dk>
19273
19274 * smime.el: Require smime-ldap.
19275 (smime-ldap-host-list): New variable.
19276 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19277
19278 * mml-smime.el (mml-smime-encrypt-query): New function.
19279 (mml-smime-encrypt-query): Use it.
19280
19281 * smime-ldap.el: New file.
19282
19283 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
19284
19285 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19286
19287 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
19288
19289 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19290 argument in doc string. Make query for type more clear.
19291
19292 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
19293
19294 * gnus.el (gnus-group-startup-message): Search for gnus images in
19295 etc/images/gnus.
19296 * mm-util.el (mm-image-load-path): Likewise.
19297 * smiley.el (smiley-data-directory): Search for smilies in
19298 etc/images/smilies.
19299
19300 2005-02-09 Kim F. Storm <storm@cua.dk>
19301
19302 Change Emacs release version from 21.4 to 22.1 throughout.
19303 Change Emacs development version from 21.3.50 to 22.0.50.
19304
19305 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
19306
19307 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19308
19309 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19310 non-Mule XEmacs as well.
19311 (mm-decompress-buffer): Signal an error intentionally if it does
19312 not decompress compressed data because auto-compression-mode is
19313 disabled.
19314
19315 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
19316
19317 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19318 an ID in the registry even if it has no groups.
19319
19320 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
19321
19322 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19323 merge it into mm-decompress-buffer.
19324 (gnus-mime-copy-part): Use the MIME part charset, the value which
19325 a user specified or gnus-newsgroup-charset for decoding, like
19326 gnus-mime-inline-part does; set buffer-file-coding-system to tell
19327 save-buffer what was used. Suggested by Kevin Ryde
19328 <user42@zip.com.au>.
19329 (gnus-mime-inline-part): Allow the name parameter as well as the
19330 filename parameter; force decompressing of compressed data; always
19331 display contents being not decoded as unibyte.
19332
19333 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19334 as well as the filename parameter.
19335
19336 * mm-util.el (mm-decompress-buffer):
19337 Merge gnus-mime-jka-compr-maybe-uncompress.
19338 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19339 of compressed data.
19340
19341 2005-02-08 Simon Josefsson <jas@extundo.com>
19342
19343 * imap.el (imap-log): Doc fix.
19344
19345 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
19346
19347 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19348 the coding cookies; decompress compressed parts.
19349
19350 * mml.el (mml-generate-mime-1): Add the charset parameter according
19351 to the value which a user specified manually or the coding cookie.
19352
19353 * mm-util.el (mm-string-to-multibyte): New function.
19354 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19355 (mm-coding-system-to-mime-charset): New function.
19356 (mm-decompress-buffer): New function.
19357 (mm-find-buffer-file-coding-system): New function.
19358
19359 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19360 (mm-display-inline-fontify): Rewrite for decoding and decompressing
19361 parts.
19362
19363 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19364
19365 * mm-view.el (mm-display-inline-fontify): Decode a part according
19366 to the charset parameter.
19367
19368 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
19369
19370 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19371 prefix arg is neither nil nor a number, as info specifies.
19372
19373 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
19374
19375 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19376 timestamps.
19377
19378 2005-02-02 Jari Aalto <jari.aalto@cante.net>
19379
19380 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19381 groups error checking and notify user.
19382
19383 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
19384
19385 * message.el (message-send-mail-function): Check existence of
19386 sendmail-program first before using default value
19387 `message-send-mail-with-sendmail'. Otherwise use more generic
19388 `smtpmail-send-it'.
19389
19390 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
19391
19392 * nntp.el (nntp-request-update-info): Always return nil.
19393
19394 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
19395
19396 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19397
19398 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
19399
19400 * message.el (message-beginning-of-line): Change the behavior when
19401 invoked between BOL and : so that it first moves backward.
19402
19403 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19404
19405 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19406 article buffer when editing of the article is discarded.
19407 (gnus-article-prepare): Revert.
19408
19409 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
19410
19411 * gnus-art.el (gnus-article-prepare):
19412 Remove message-strip-forbidden-properties from the local hook.
19413
19414 2005-01-27 Simon Josefsson <jas@extundo.com>
19415
19416 * password.el (password-cache-add): Only start one timer per key.
19417 Reported by Derek Atkins <warlord@MIT.EDU>.
19418
19419 2005-01-26 Steve Youngs <steve@sxemacs.org>
19420
19421 * run-at-time.el: Remove. It is no longer needed as
19422 timer-funcs.el in the xemacs-base package has a working version of
19423 `run-at-time'.
19424
19425 * password.el: Require timer-funcs instead of run-at-time in
19426 XEmacs.
19427 Remove `password-run-at-time' macro.
19428 (password-cache-add): Use `run-at-time' instead of
19429 `password-run-at-time'.
19430
19431 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19432 for `run-with-idle-timer'.
19433
19434 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19435 for `run-at-time'.
19436
19437 * mm-url.el: Require timer-funcs at compile time when in XEmacs
19438 for `with-timeout'.
19439
19440 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
19441
19442 * mml.el (mml-generate-mime-1): Convert string into unibyte when
19443 inserting " *mml*" buffer's contents into a unibyte temp buffer.
19444
19445 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
19446
19447 * mail-source.el (mail-source-fetch-imap): Search for ^From case
19448 sensitively.
19449
19450 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
19451
19452 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19453
19454 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
19455
19456 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19457 which will be inserted according to the multibyteness of a buffer
19458 rather than the type of contents. Suggested by ARISAWA Akihiro
19459 <ari@mbf.ocn.ne.jp>.
19460
19461 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19462 of string which old xml.el may return rather than a string.
19463
19464 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
19465
19466 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19467
19468 2005-01-16 Simon Josefsson <jas@extundo.com>
19469
19470 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19471 idn/idna.el isn't available.
19472 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
19473 <michael@waxrat.com>.
19474
19475 * hashcash.el: Remove non-FSF copyright header.
19476
19477 * hashcash.el (hashcash-extra-generate-parameters): New variable.
19478 (hashcash-generate-payment): Use it.
19479 (hashcash-generate-payment-async): Use it.
19480
19481 2005-01-15 Simon Josefsson <jas@extundo.com>
19482
19483 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19484 Suggested by Raymond Scholz <ray-2005@zonix.de>.
19485
19486 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19487 gnus-summary-idna-message.
19488 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19489 (gnus-summary-idna-message): New function.
19490
19491 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
19492
19493 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19494 gnus-novice-user.
19495
19496 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
19497
19498 * nnrss.el (nnrss-request-delete-group): Delete entries in
19499 nnrss-group-alist as well.
19500 (nnrss-save-server-data): Insert newline.
19501
19502 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
19503
19504 * gnus.el (gnus-user-agent): Use list of symbols instead of
19505 symbols. Display full version number for (S)XEmacs.
19506 Optionally display (S)XEmacs codename.
19507
19508 * gnus-util.el (gnus-emacs-version): Update for new
19509 `gnus-user-agent'.
19510
19511 * gnus-msg.el (gnus-extended-version): Make it possible to omit
19512 Gnus version.
19513
19514 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19515
19516 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
19517 which is unreadable in some setups.
19518
19519 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
19520
19521 * gnus-spec.el (gnus-update-format-specifications): Flush the
19522 group format spec cache if it doesn't support decoded group names.
19523
19524 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
19525
19526 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19527 Allow to apply decay on score files matching a regexp.
19528
19529 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
19530
19531 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19532 compatibility in %g and %c.
19533
19534 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
19535
19536 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19537 name for only %g and %c.
19538 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19539 of gnus-tmp-group to decoded group name.
19540 (gnus-group-make-rss-group): Exclude `/'s from group names.
19541
19542 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
19543
19544 * nnrss.el (nnrss-get-encoding): Fix regexp.
19545
19546 2004-12-27 Simon Josefsson <jas@extundo.com>
19547
19548 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19549 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19550 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
19551
19552 2004-12-17 Kim F. Storm <storm@cua.dk>
19553
19554 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19555
19556 * gnus-sum.el (gnus-summary-mode-map): Likewise.
19557
19558 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19559
19560 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19561
19562 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
19563
19564 * nnrss.el: Require rfc2047 and mml.
19565 (nnrss-file-coding-system): New variable.
19566 (nnrss-format-string): Redefine it as an inline function.
19567 (nnrss-decode-group-name): New function.
19568 (nnrss-string-as-multibyte): Remove.
19569 (nnrss-retrieve-headers): Decode group name; don't use
19570 nnrss-format-string.
19571 (nnrss-request-group): Decode group name.
19572 (nnrss-request-article): Decode group name; allow a Message-ID as
19573 well as an article number; don't use nnrss-format-string; encode a
19574 Message-ID string which may contain non-ASCII characters; use
19575 mml-to-mime to compose a MIME article.
19576 (nnrss-request-expire-articles): Decode group name.
19577 (nnrss-request-delete-group): Decode group name.
19578 (nnrss-fetch): Clarify error message.
19579 (nnrss-read-server-data): Use insert-file-contents instead of load;
19580 bind file-name-coding-system; use multibyte buffer.
19581 (nnrss-save-server-data): Bind coding-system-for-write to the
19582 value of nnrss-file-coding-system; bind file-name-coding-system;
19583 add coding cookie.
19584 (nnrss-read-group-data): Use insert-file-contents instead of load;
19585 bind file-name-coding-system; use multibyte buffer.
19586 (nnrss-save-group-data): Bind coding-system-for-write to the
19587 value of nnrss-file-coding-system; bind file-name-coding-system.
19588 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19589 make it work with non-ASCII text.
19590 (nnrss-find-el): Make it work with old xml.el as well.
19591
19592 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
19593
19594 * nnrss.el (nnrss-get-encoding): New function.
19595 (nnrss-fetch): Use unibyte buffer initially; bind
19596 coding-system-for-read while performing mm-url-insert; remove ^Ms;
19597 decode contents according to the encoding attribute.
19598 (nnrss-save-group-data): Add coding cookie.
19599 (nnrss-mime-encode-string): New function.
19600 (nnrss-check-group): Use it to encode subject and author.
19601
19602 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
19603
19604 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19605 imaginary variable.
19606
19607 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
19608
19609 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19610 correctly even if there are wide characters.
19611
19612 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19613
19614 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19615 downcased symbol names; make a new cache instead of reusing
19616 bbdb-hashtable.
19617
19618 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
19619
19620 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19621 concatenating segments rather than before concatenating them.
19622 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19623
19624 * message.el (message-get-reply-headers): Bind `extra'.
19625
19626 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19627
19628 * message.el (message-extra-wide-headers): New variable.
19629 (message-get-reply-headers): Use it.
19630
19631 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
19632
19633 * gnus-agent.el (gnus-agent-group-path): Decode group name.
19634 (gnus-agent-group-pathname): Ditto.
19635
19636 * gnus-cache.el (gnus-cache-file-name): Decode group name.
19637
19638 * gnus-group.el (gnus-group-make-group): Decode group name.
19639 (gnus-group-make-rss-group): Register the group data after opening
19640 the nnrss group.
19641
19642 2004-12-17 Paul Jarc <prj@po.cwru.edu>
19643
19644 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19645 by expiry now get marked as read.
19646
19647 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19648
19649 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19650
19651 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
19652
19653 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19654 unify Latin characters in XEmacs.
19655 (mm-find-mime-charset-region): Use it.
19656
19657 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
19658
19659 * gnus-util.el (gnus-delete-directory): New function.
19660
19661 * gnus-agent.el (gnus-agent-delete-group): Use it.
19662
19663 * gnus-cache.el (gnus-cache-delete-group): Use it.
19664
19665 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
19666
19667 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19668 names.
19669
19670 2004-12-16 Simon Josefsson <jas@extundo.com>
19671
19672 * hashcash.el (hashcash-payment-alist): Fix custom :type.
19673
19674 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19675
19676 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19677
19678 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19679 (gnus-group-set-current-level): Decode group name.
19680
19681 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
19682
19683 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19684 failed.
19685
19686 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
19687
19688 * gnus-group.el (gnus-group-delete-group): Decode group name.
19689 (gnus-group-make-rss-group): Encode group name.
19690 (gnus-group-catchup-current): Decode group name.
19691 (gnus-group-kill-group): Decode group name.
19692
19693 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19696
19697 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
19698
19699 * gnus-group.el (gnus-group-make-rss-group):
19700 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19701
19702 * gnus-start.el (gnus-setup-news): Honor user's setting to
19703 gnus-message-archive-method. Suggested by Lute Kamstra
19704 <lute@gnu.org>.
19705
19706 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
19707
19708 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19709 global counterparts of the buffer-local variables.
19710
19711 2004-11-16 Romain Francoise <romain@orebokech.com>
19712
19713 * gnus-sum.el (gnus-summary-exit): Don't clear the global
19714 counterparts of the buffer-local variables.
19715
19716 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19717
19718 * message.el (message-forbidden-properties): Fix typo in doc
19719 string.
19720
19721 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
19722
19723 * gnus-util.el (gnus-replace-in-string): Add doc string.
19724
19725 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19726 to avoid problems when splitting mails with many recipients.
19727
19728 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19729
19730 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19731 pop-to-buffer, covered by the subsequent gnus-configure-windows.
19732
19733 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
19734
19735 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19736 if there is no hashtable in memory or file modification time is
19737 newer than cached timestamp.
19738
19739 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
19740
19741 * gnus-sum.el (gnus-summary-limit-to-recipient):
19742 Implement not-matching option.
19743
19744 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
19745
19746 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
19747 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
19748 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
19749 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
19750 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
19751 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
19752
19753 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
19754
19755 * message.el (message-forward-make-body-mml): Remove headers
19756 according to message-forward-ignored-headers if a message is decoded.
19757
19758 2004-12-02 Romain Francoise <romain@orebokech.com>
19759
19760 * message.el (message-forward-make-body-plain): Always remove
19761 headers according to message-forward-ignored-headers.
19762
19763 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
19764
19765 * spam.el (spam-summary-prepare-exit): Remove the
19766 gnus-summary-limit pop for now, it has problems with ham marks for
19767 me.
19768
19769 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
19770
19771 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
19772 correctly.
19773
19774 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
19775
19776 * format-spec.el (format-spec): Message the char.
19777
19778 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
19779
19780 * gnus-art.el (gnus-split-methods): Reformat comments.
19781
19782 * spam.el (spam-summary-prepare-exit): Remove article limits
19783 before exiting the summary buffer.
19784
19785 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19786
19787 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
19788 order to silence the byte compiler.
19789
19790 * spam.el: Fix the way to silence the byte compiler, which
19791 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
19792 bbdb-search-simple, spam-BBDB-register-routine,
19793 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
19794 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
19795 spam-stat-buffer-is-spam, spam-stat-load,
19796 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
19797 spam-stat-save and spam-stat-split-fancy.
19798
19799 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
19800
19801 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
19802 which may confuse users.
19803 (canlock-password-for-verify): Ditto.
19804
19805 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
19806
19807 * gnus-art.el (gnus-emphasis-alist): Ditto.
19808
19809 * gnus-registry.el (gnus-registry-max-entries): Ditto.
19810
19811 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
19812
19813 * gnus-start.el (gnus-save-killed-list): Ditto.
19814
19815 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
19816 (gnus-sum-thread-tree-root): Ditto.
19817 (gnus-sum-thread-tree-false-root): Ditto.
19818 (gnus-sum-thread-tree-single-indent): Ditto.
19819
19820 * message.el (message-courtesy-message): Ditto.
19821 (message-archive-note): Ditto.
19822 (message-subscribed-address-file): Ditto.
19823 (message-user-fqdn): Ditto.
19824
19825 * spam-report.el (spam-report-gmane-regex): Ditto.
19826
19827 * spam.el (spam-blackhole-good-server-regex): Ditto.
19828
19829 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19830
19831 * mml.el (mml-preview): Widen the message buffer before copying
19832 the contents to the preview buffer; sort headers before previewing.
19833
19834 * message.el (message-hidden-headers): Fix the way to avoid a bug
19835 in the `repeat' widget in Emacs 21.3 or earlier.
19836
19837 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
19838
19839 * message.el (message-hidden-headers): Default to "^References:".
19840 Improve customization type. Suggested by Reiner Steib
19841 <Reiner.Steib@gmx.de>.
19842
19843 2004-11-25 Romain Francoise <romain@orebokech.com>
19844
19845 * message.el (message-strip-forbidden-properties): Remove check for
19846 obsolete `message-hidden' text property, hidden headers are not
19847 accessible in the buffer anymore.
19848
19849 2004-11-22 Romain Francoise <romain@orebokech.com>
19850
19851 * message.el (message-header-format-alist): Add `From' in list
19852 so that it can be sorted.
19853 (message-fix-before-sending): Widen and sort headers before
19854 sending.
19855 (message-hide-headers): Use narrowing to hide headers by moving
19856 them to the top of the buffer and narrowing to the region
19857 underneath.
19858
19859 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19860
19861 * message.el (message-strip-forbidden-properties):
19862 Bind buffer-read-only (etc) to nil.
19863
19864 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
19865
19866 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
19867 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19868
19869 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
19870
19871 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
19872
19873 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
19874
19875 * dns.el (query-dns): Use sit-for to time instead of
19876 accept-process-output, since that doesn't seem to work on udp
19877 sockets.
19878
19879 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
19880
19881 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
19882
19883 2004-11-15 Jesper Harder <harder@ifa.au.dk>
19884
19885 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
19886 doc string. Improve doc string.
19887
19888 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
19889
19890 * nntp.el (nntp-request-update-info): Return nil if
19891 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
19892 may not call gnus-activate-group which uselessly issues the GROUP
19893 commands for all nntp groups and wastes time. Reported by Romain
19894 Francoise <romain@orebokech.com>.
19895
19896 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
19897
19898 2004-11-15 Simon Josefsson <jas@extundo.com>
19899
19900 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
19901 headers separately.
19902 (gnus-button-openpgp): New function, inspired by Jochen Küpper
19903 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
19904
19905 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
19906
19907 * gnus-start.el (gnus-convert-old-newsrc):
19908 Assign legacy-gnus-agent to 5.10.7.
19909
19910 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19911
19912 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
19913 start of the lines.
19914
19915 2004-11-14 Magnus Henoch <mange@freemail.hu>
19916
19917 * hashcash.el (hashcash-default-payment): Change default to 20.
19918 (hashcash-default-accept-payment): Change default to 20.
19919 (hashcash-process-alist): New variable.
19920 (hashcash-generate-payment-async): Add.
19921 (hashcash-already-paid-p): Add.
19922 (hashcash-insert-payment): Don't generate payments twice.
19923 (hashcash-insert-payment-async): Add.
19924 (hashcash-insert-payment-async-2): Add.
19925 (hashcash-cancel-async): Add.
19926 (hashcash-wait-async): Add.
19927 (hashcash-processes-running-p): Add.
19928 (hashcash-wait-or-cancel): Add.
19929 (mail-add-payment): New optional argument. Conditionally start
19930 asynchronous calculation.
19931 (mail-add-payment-async): Add.
19932
19933 * message.el (message-send-mail): Wait for asynchronous hashcash
19934 results. Don't clobber existing X-Hashcash headers.
19935 (message-setup-1): Call mail-add-payment-async when
19936 message-generate-hashcash is non-nil.
19937
19938 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
19939
19940 * message.el (message-use-alternative-email-as-from): Examine the
19941 From header as well; use message-make-from in order to include a
19942 user's full name.
19943
19944 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
19945
19946 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
19947 default; improve customization type.
19948 (gnus-emphasis-custom-with-format): New macro.
19949 (gnus-emphasis-custom-value-to-external): New function.
19950 (gnus-emphasis-custom-value-to-internal): New function.
19951
19952 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
19953
19954 * dns.el (query-dns): Resolve reverse addresses.
19955
19956 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
19957
19958 * gnus-group.el (gnus-group-get-new-news): Use it.
19959
19960 * gnus-start.el (gnus-check-reasonable-setup): New function.
19961
19962 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
19963
19964 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
19965 "Args out of range" error. Reported by Arnaud Giersch
19966 <arnaud.giersch@free.fr>.
19967
19968 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
19969
19970 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
19971
19972 2004-11-04 Richard M. Stallman <rms@gnu.org>
19973
19974 * spam.el (spam group): Add :version.
19975
19976 * pgg-def.el (pgg group): Add :version.
19977
19978 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
19979
19980 * gnus-art.el (gnus-article-edit-article): Don't associate the
19981 article buffer with a draft file. This is a temporary measure
19982 against the 2004-08-22 change to gnus-article-edit-mode.
19983
19984 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
19985
19986 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
19987 (html2text-format-tags): Remove unused variable `attr'.
19988
19989 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
19990
19991 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
19992
19993 * spam-stat.el (spam-stat): Add :version.
19994
19995 * sieve.el (sieve): Add :version.
19996
19997 * sha1.el (sha1): Add :version.
19998 (sha1-use-external): Remove redundant version.
19999
20000 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20001 (nnmail-cache-ignore-groups, nnmail-spool-hook)
20002 (nnmail-split-fancy-match-partial-words)
20003 (nnmail-split-lowercase-expanded): Add :version.
20004
20005 * nndiary.el (nndiary): Add :version.
20006
20007 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20008
20009 * mml-sec.el (mml-default-sign-method)
20010 (mml-default-encrypt-method, mml-signencrypt-style-alist):
20011 Add :version.
20012
20013 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20014
20015 * mm-url.el (mm-url-use-external, mm-url-program)
20016 (mm-url-arguments): Add :version.
20017
20018 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20019 (mm-attachment-file-modes, mm-decrypt-option)
20020 (mm-w3m-safe-url-regexp): Add :version.
20021
20022 * message.el (message-cite-prefix-regexp)
20023 (message-sendmail-envelope-from, message-minibuffer-local-map)
20024 (message-user-fqdn, message-completion-alist): Add :version.
20025
20026 * gnus-win.el (gnus-configure-windows-hook)
20027 (gnus-use-frames-on-any-display): Add :version.
20028
20029 * gnus-art.el (gnus-article-address-banner-alist)
20030 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20031 (gnus-treat-from-picon, gnus-treat-mail-picon)
20032 (gnus-treat-x-pgp-sig): Add :version.
20033
20034 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20035 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20036 (gnus-summary-article-delete-hook)
20037 (gnus-summary-display-while-building): Add :version.
20038
20039 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20040 (gnus-get-top-new-news-hook): Add :version.
20041
20042 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20043 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20044
20045 * gnus-registry.el (gnus-registry): Add :version.
20046
20047 * gnus-spec.el (gnus-use-correct-string-widths)
20048 (gnus-make-format-preserve-properties): Add :version.
20049
20050 * gnus.el (gnus-group-charter-alist)
20051 (gnus-group-fetch-control-use-browse-url)
20052 (gnus-install-group-spam-parameters): Add :version.
20053
20054 * gnus-diary.el (gnus-diary): Add :version.
20055
20056 * gnus-delay.el (gnus-delay): Add :version.
20057
20058 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20059 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20060 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20061 Add :version.
20062
20063 * gnus-agent.el (gnus-agent-max-fetch-size)
20064 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20065 (gnus-agent-prompt-send-queue): Add :version.
20066
20067 * deuglify.el (gnus-outlook-deuglify): Add :version.
20068
20069 * html2text.el: Beautify code. Improve doc strings.
20070 Some checkdoc cleanup.
20071 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20072
20073 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20074
20075 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20076
20077 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
20078
20079 * gnus-registry.el (gnus-registry-hashtb): Create the registry
20080 when package is loaded.
20081
20082 * spam.el (spam-summary-score-preferred-header): Add global preference
20083 for people who want to override the default SpamAssassin over
20084 Bogofilter preference (when both are set).
20085 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20086 (spam-user-format-function-S):
20087 Check spam-summary-score-preferred-header.
20088 (spam-extra-header-to-number): Add X-Bogosity header parsing.
20089 (spam-user-format-function-S): Format the score correctly.
20090
20091 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
20092
20093 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20094 signature file. Suggested by Manoj Srivastava
20095 <srivasta@golden-gryphon.com>.
20096
20097 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20098 iso-2022-jp even in the Japanese language environment.
20099 Suggested by Jason Rumney <jasonr@gnu.org>.
20100
20101 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
20102
20103 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20104 use the same characters as the dummy marks; make it free from
20105 getting affected by the language environment.
20106 (gnus-summary-read-group-1): Update mark positions only when the
20107 format spec is updated.
20108
20109 * gnus-spec.el (gnus-update-format-specifications): Return a list
20110 of updated types.
20111
20112 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
20113
20114 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20115 of boundp to check if display-warning is available.
20116
20117 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
20118
20119 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20120
20121 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
20122
20123 * nnspool.el (nnspool-spool-directory): Use news-path if the
20124 news-directory variable is not bound.
20125
20126 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20127 function instead of display-warning if it is not available.
20128
20129 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
20130
20131 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20132 v5-10: Use `point-at-bol'.
20133
20134 2004-10-26 Simon Josefsson <jas@extundo.com>
20135
20136 * hashcash.el: Fix URL in comment, reported by Cheng Gao
20137 <chenggao@gmail.com>.
20138
20139 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20140
20141 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
20142 instead.
20143
20144 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
20145
20146 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20147 to remove a server from the nnimap-server-buffer-alist.
20148 (nnimap-open-connection, nnimap-close-server): Use it.
20149
20150 * gnus-encrypt.el: Remove file in favor of encrypt.el.
20151
20152 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
20153
20154 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20155 running the major-mode function.
20156
20157 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
20158
20159 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20160 dummy marks in the right way.
20161
20162 2004-10-18 David Edmondson <dme@dme.org>
20163
20164 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20165 excessively.
20166
20167 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
20168
20169 * gnus-util.el (gnus-split-references): Accept a nil references
20170 string and go on blissfully.
20171
20172 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20173 cases where the references string is non-nil but has no references.
20174
20175 * encrypt.el: Add autoload tags.
20176
20177 * spam.el (spam-resolve-registrations-routine): Remove article
20178 from unregistration list too. Reported by David Hanak
20179 <dhanak@isis.vanderbilt.edu>
20180
20181 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
20182
20183 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20184 nil. Change custom type.
20185
20186 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
20187
20188 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20189
20190 * gnus-sum.el (gnus-summary-move-article): Use it.
20191
20192 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
20193
20194 * encrypt.el: Add autoload cookies.
20195
20196 * spam.el (spam-backend-article-list-property)
20197 (spam-backend-get-article-todo-list)
20198 (spam-backend-put-article-todo-list)
20199 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20200 Resolve registrations separately.
20201 (spam-register-routine): Format comments.
20202 (spam-unregister-routine, spam-register-routine): Always call with
20203 specific-articles, no default list.
20204 (spam-summary-prepare-exit): Use the spam-classifications function.
20205
20206 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20207 gnus-encrypt.el.
20208
20209 * encrypt.el: Copied from gnus-encrypt.el.
20210
20211 * gnus-encrypt.el: Commented that it's obsolete.
20212
20213 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20214
20215 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20216 (gnus-score-save): Use it.
20217
20218 * message.el (message-bury): Use `window-dedicated-p'.
20219
20220 2004-10-15 Simon Josefsson <jas@extundo.com>
20221
20222 * pop3.el (top-level): Don't require nnheader.
20223 (pop3-read-timeout): Add.
20224 (pop3-accept-process-output): Add.
20225 (pop3-read-response, pop3-retr): Use it.
20226
20227 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
20228
20229 * spam.el (spam-register-routine): Move comment.
20230 (spam-verify-bogofilter): Use 'unknown for the initial
20231 spam-bogofilter-valid state, not 'never.
20232
20233 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20234 for netrc-machine.
20235
20236 * nnimap.el (nnimap-open-connection):
20237 Use netrc-machine-user-or-password.
20238
20239 2004-10-17 Richard M. Stallman <rms@gnu.org>
20240
20241 * gnus-registry.el (gnus-registry-unload-hook):
20242 Set as a variable with add-hook.
20243
20244 * nnspool.el (nnspool-spool-directory): Use news-directory instead
20245 of news-path.
20246
20247 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20248
20249 * spam.el: Delete duplicate `provide'.
20250 (spam-unload-hook): Set as a variable with add-hook.
20251
20252 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
20253
20254 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20255 in the doc string.
20256
20257 * message.el (message-ignored-news-headers)
20258 (message-ignored-supersedes-headers)
20259 (message-ignored-resent-headers)
20260 (message-forward-ignored-headers): Improve custom type.
20261
20262 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
20263
20264 * message.el (message-tokenize-header): Fix 2004-09-06 change
20265 which used point-min in the wrong place.
20266
20267 2004-10-12 Simon Josefsson <jas@extundo.com>
20268
20269 * tls.el (tls-certtool-program): New variable.
20270 (tls-certificate-information): New function, based on
20271 ssl-certificate-information.
20272
20273 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
20274
20275 * compface.el: Move the version of ELisp-based uncompface program
20276 to the contrib directory because of the copyright problem.
20277
20278 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20279
20280 * message.el (message-kill-buffer): Raise the current frame.
20281
20282 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
20283
20284 * gnus-sum.el: Mention that multibyte characters don't work as marks.
20285
20286 * gnus.el (message-y-or-n-p): Autoload.
20287
20288 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20289 (pop3-password-required, pop3-authentication-scheme)
20290 (pop3-leave-mail-on-server): Make customizable.
20291 (pop3): New custom group.
20292 (pop3-retr): Remove `sleep-for' statements.
20293 Suggested by Dave Love <fx@gnu.org>.
20294
20295 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20296 Windows/DOS.
20297
20298 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20299 (imap-parse-body): Fix incorrect use of `assert'.
20300 Suggested by Dave Love <fx@gnu.org>.
20301
20302 * mml.el (mml-minibuffer-read-disposition): Require match.
20303 Suggested by Dave Love <fx@gnu.org>.
20304
20305 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
20306
20307 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
20308 doc string.
20309
20310 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
20311
20312 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20313
20314 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20315
20316 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20317 instead of calling `mm-insert-inline', to decode text/* parts
20318 before displaying them.
20319
20320 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
20321
20322 * mm-uu.el (mm-uu-text-plain-type): New variable.
20323 (mm-uu-pgp-signed-extract-1): Use it.
20324 (mm-uu-pgp-encrypted-extract-1): Use it.
20325 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20326 bind mm-uu-text-plain-type with that value.
20327 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20328 mm-uu-dissect.
20329
20330 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20331
20332 * gnus-group.el (gnus-update-group-mark-positions):
20333 * gnus-sum.el (gnus-update-summary-mark-positions):
20334 * message.el (message-check-news-body-syntax):
20335 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20336 of string-as-multibyte.
20337
20338 2004-10-05 Juri Linkov <juri@jurta.org>
20339
20340 * gnus-group.el (gnus-update-group-mark-positions):
20341 * gnus-sum.el (gnus-update-summary-mark-positions):
20342 * message.el (message-check-news-body-syntax):
20343 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20344 8-bit unibyte values to a multibyte string for search functions.
20345
20346 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
20347
20348 * mm-uu.el (mm-uu-dissect): Allow optional arg.
20349 (mm-uu-dissect-text-parts): New function.
20350
20351 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20352 dissect text parts.
20353
20354 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20355 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20356
20357 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20358
20359 * gnus-topic.el (gnus-topic-hierarchical-parameters):
20360 Use gnus-current-topics instead of gnus-current-topic.
20361
20362 2004-10-06 Jesper Harder <harder@ifa.au.dk>
20363
20364 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20365
20366 2004-10-05 Jesper Harder <harder@ifa.au.dk>
20367
20368 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20369 where appropriate.
20370
20371 * nnml.el (nnml-generate-active-info): do.
20372
20373 * nndiary.el (nndiary-generate-active-info): do.
20374
20375 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20376 (gnus-topic-move): do.
20377
20378 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20379 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20380
20381 * gnus-srvr.el (gnus-server-prepare)
20382 (gnus-server-open-all-servers): do.
20383
20384 * gnus-msg.el (gnus-summary-cancel-article)
20385 (gnus-summary-resend-message)
20386 (gnus-summary-mail-crosspost-complaint): do.
20387
20388 * gnus-move.el (gnus-change-server): do.
20389
20390 * gnus-group.el (gnus-group-unmark-all-groups)
20391 (gnus-group-set-current-level): do.
20392
20393 2004-10-04 Simon Josefsson <jas@extundo.com>
20394
20395 * message.el (message-generate-hashcash): Doc fix.
20396
20397 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
20398
20399 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20400 avoid infinite recursion via gnus-get-function.
20401
20402 2004-10-02 Jesper Harder <harder@ifa.au.dk>
20403
20404 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20405
20406 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20407
20408 * nnmail.el (nnmail-split-history): do.
20409
20410 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20411 (nnml-request-delete-group): do.
20412
20413 * nnslashdot.el (nnslashdot-read-groups): do.
20414
20415 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20416 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20417
20418 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20419 (nnspool-sift-nov-with-sed): Use last.
20420 (nnspool-retrieve-headers-with-nov): Use mapc.
20421 (nnspool-request-newgroups): Use dolist.
20422 (nnspool-request-group): Use last.
20423
20424 * nntp.el (nntp-read-server-type): Use dolist.
20425
20426 * nnvirtual.el (nnvirtual-create-mapping)
20427 (nnvirtual-update-read-and-marked): Use dolist.
20428 (nnvirtual-convert-headers): Simplify.
20429
20430 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20431
20432 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20433 Add support for sync'ing tick marks.
20434
20435 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
20436
20437 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20438 there's no visible header.
20439
20440 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
20441
20442 * gnus-agent.el (gnus-agent-synchronize-group-flags):
20443 When necessary, pass full group name to gnus-request-set-marks.
20444
20445 2004-10-01 Simon Josefsson <jas@extundo.com>
20446
20447 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
20448 acroread.
20449
20450 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
20451
20452 * spam-report.el (spam-report-gmane): Fix interactive.
20453
20454 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20455
20456 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20457 when writing file.
20458 (gnus-agent-synchronize-flags): Don't default to being
20459 interactive.
20460
20461 2004-09-30 Simon Josefsson <jas@extundo.com>
20462
20463 * message.el (message-generate-hashcash): Add.
20464 (message-send-mail): Use it, call mail-add-payment.
20465
20466 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
20467
20468 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20469
20470 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
20471
20472 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20473 gnus-request-update-info with explicit code to sync the in-memory
20474 info read flags with the marks being sync'd to the backend.
20475
20476 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20477
20478 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20479
20480 * spam.el (spam-verify-bogofilter): Add new function.
20481 (spam-check-bogofilter)
20482 (spam-bogofilter-register-with-bogofilter): Use it.
20483 (spam-verify-bogofilter): Add small fixes.
20484
20485 2004-09-28 Simon Josefsson <jas@extundo.com>
20486
20487 * hashcash.el (hashcash-generate-payment): Revert.
20488
20489 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
20490
20491 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20492 Use gnus-extract-references instead of gnus-split-references.
20493
20494 * gnus-util.el (gnus-extract-references): Add new function, analogous
20495 to gnus-split-references but extracts only the message-ID without
20496 anything extra.
20497
20498 * hashcash.el (hashcash-generate-payment)
20499 (hashcash-check-payment): Do the right thing if hashcash-path is
20500 nil (because the hashcash program could not be found).
20501
20502 * spam.el (spam-use-hashcash): Remove comment.
20503
20504 2004-09-27 Jesper Harder <harder@ifa.au.dk>
20505
20506 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20507 (gnus-cache-enter-article, gnus-cache-remove-article)
20508 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20509
20510 * gnus-async.el (gnus-async-prefetch-remove-group): do.
20511
20512 * gnus-art.el (article-hide-boring-headers)
20513 (article-translate-strings, article-display-face)
20514 (gnus-article-mime-match-handle-first)
20515 (gnus-article-highlight-headers)
20516 (gnus-article-add-buttons-to-head): do.
20517
20518 2004-09-27 Simon Josefsson <jas@extundo.com>
20519
20520 * hashcash.el: New version, from
20521 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
20522 ../contrib/.
20523
20524 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
20525
20526 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20527
20528 2004-09-26 Jesper Harder <harder@ifa.au.dk>
20529
20530 * gnus-dup.el (gnus-dup-open): Use mapc.
20531 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20532
20533 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20534 Reported by Stefan Wiens <s.wi@gmx.net>.
20535
20536 * gnus.el (gnus-shutdown): Use dolist.
20537
20538 * gnus-undo.el (gnus-undo): Use mapc.
20539
20540 * nnrss.el (nnrss-generate-active): do.
20541
20542 * message.el (message-cite-original-without-signature)
20543 (message-cite-original): Use mapc.
20544 (message-do-actions, message-make-forward-subject): Use dolist.
20545
20546 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20547
20548 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20549 deletion to remove entire duplicate line. Fixes merged article
20550 number bug.
20551
20552 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
20553
20554 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20555 servers that are offline. Avoids having gnus-agent-toggle-plugged
20556 first ask if you want to open a server and then, even when you
20557 responded with no, asking if you want to synchronize the server's
20558 flags.
20559 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20560 multi-line expressions.
20561 (gnus-agent-synchronize-group-flags): New internal function.
20562 Updates marks in memory (in the info structure) AND in the
20563 backend.
20564
20565 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20566
20567 * nnagent.el (nnagent-request-set-mark):
20568 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20569 method, to ensure that synchronization updates marks in the
20570 backend and in the info (in memory) structure.
20571
20572 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
20573
20574 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20575 convention fully; don't miss the root article of a thread; make
20576 the X-Draft-From header with correct article numbers.
20577
20578 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
20579
20580 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20581 unless plugged. Disable the agent so that an open failure causes
20582 an error.
20583
20584 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20585 Revert 2004-09-21 change. The backend must be opened while
20586 synchronizing flags even when the backend stores the flags
20587 locally.
20588
20589 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
20590
20591 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20592 in `header' match. Reported by Svend Tollak Munkejord.
20593
20594 * message.el (message-cite-original): Fix use of
20595 `message-cite-articles-with-x-no-archive'.
20596
20597 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
20598
20599 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20600 (gnus-window-to-buffer): Ditto.
20601
20602 * mml.el (mml-preview-buffer): New variable.
20603 (mml-preview): Manage window layout with gnus-buffer-configuration.
20604
20605 * gnus-msg.el (gnus-setup-message): Put article numbers into the
20606 X-Draft-From header even if those articles aren't quoted.
20607
20608 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
20609
20610 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20611 (gnus-request-set-mark, gnus-request-update-mark): Use new
20612 g-s-t-u-l-m to decide to use backend even when unplugged.
20613
20614 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
20615
20616 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20617 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
20618
20619 2004-09-20 Simon Josefsson <jas@extundo.com>
20620
20621 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20622 "utf-16-le".
20623
20624 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20627
20628 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
20629
20630 * uudecode.el (uudecode-use-external): Add :version.
20631
20632 * smime.el (smime-CA-file, smime-encrypt-cipher)
20633 (smime-dns-server): Add :version.
20634
20635 * smiley.el (gnus-smiley-file-types): Add :version.
20636
20637 * sha1.el (sha1-use-external): Add :version.
20638
20639 * pgg-def.el (pgg-query-keyserver): Add :version.
20640
20641 * nnmail.el (nnmail-fancy-expiry-targets)
20642 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20643 Add :version.
20644
20645 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20646 (nnimap-retrieve-groups-asynchronous): Add :version.
20647 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
20648
20649 * mml.el (mml-content-disposition-parameters)
20650 (mml-insert-mime-headers-always): Add :version.
20651
20652 * mm-util.el (mm-coding-system-priorities): Add :version.
20653
20654 * mm-decode.el (mm-inline-text-html-with-images)
20655 (mm-keep-viewer-alive-types, mm-external-terminal-program)
20656 (mm-verify-option): Add :version.
20657 (mm-text-html-renderer): Change :version.
20658
20659 * message.el (message-fcc-externalize-attachments)
20660 (message-required-headers, message-draft-headers)
20661 (message-subject-trailing-was-query)
20662 (message-subject-trailing-was-ask-regexp)
20663 (message-subject-trailing-was-regexp, message-mark-insert-begin)
20664 (message-mark-insert-end, message-archive-header)
20665 (message-archive-note, message-cross-post-default)
20666 (message-cross-post-note, message-followup-to-note)
20667 (message-cross-post-note-function, message-use-mail-followup-to)
20668 (message-subscribed-address-functions)
20669 (message-subscribed-address-file, message-subscribed-addresses)
20670 (message-subscribed-regexps, message-allow-no-recipients)
20671 (message-yank-cited-prefix, message-signature-insert-empty-line)
20672 (message-hidden-headers, message-hierarchical-addresses)
20673 (message-mail-user-agent, message-use-idna)
20674 (message-valid-fqdn-regexp)
20675 (message-strip-special-text-properties, message-header-synonyms)
20676 (message-beginning-of-line, message-tab-body-function): Add :version.
20677 (message-insert-canlock, message-wide-reply-confirm-recipients):
20678 Change :version.
20679
20680 * mail-source.el (mail-source-ignore-errors): Add :group, :type
20681 and :version.
20682 (mail-source-delete-old-incoming-confirm)
20683 (mail-source-movemail-program): Add :version.
20684
20685 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20686 (gnus-agent-cache, gnus-agent): Change :version.
20687
20688 * gnus-util.el (gnus-use-byte-compile): Change :version.
20689
20690 * gnus-sum.el (gnus-summary-make-false-root-always)
20691 (gnus-summary-default-high-score)
20692 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20693 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20694 (gnus-read-all-available-headers, gnus-article-emulate-mime)
20695 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20696 (gnus-sum-thread-tree-single-indent)
20697 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20698 (gnus-sum-thread-tree-leaf-with-other)
20699 (gnus-sum-thread-tree-single-leaf): Add :version.
20700 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20701 (gnus-article-loose-mime): Change :version.
20702
20703 * gnus-start.el (gnus-backup-startup-file)
20704 (gnus-save-startup-file-via-temp-buffer): Add :version.
20705
20706 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20707 (gnus-server-offline-face): Add :version.
20708
20709 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20710
20711 * gnus-msg.el (gnus-gcc-externalize-attachments)
20712 (gnus-debug-files, gnus-debug-exclude-variables)
20713 (gnus-discouraged-post-methods): Change :version.
20714 (gnus-confirm-mail-reply-to-news)
20715 (gnus-confirm-treat-mail-like-news): Add :version.
20716
20717 * gnus-int.el (gnus-server-unopen-status): Add :version.
20718
20719 * gnus-group.el (gnus-group-jump-to-group-prompt)
20720 (gnus-large-ephemeral-newsgroup)
20721 (gnus-fetch-old-ephemeral-headers): Add :version.
20722
20723 * gnus-fun.el (gnus-x-face-directory)
20724 (gnus-convert-pbm-to-x-face-command)
20725 (gnus-convert-image-to-x-face-command)
20726 (gnus-convert-image-to-face-command): Add :version.
20727
20728 * gnus-delay.el (gnus-delay-default-hour): Add :version.
20729
20730 * gnus-cite.el (gnus-cite-blank-line-after-header)
20731 (gnus-article-boring-faces): Add :version.
20732
20733 * gnus-art.el (gnus-buttonized-mime-types)
20734 (gnus-inhibit-mime-unbuttonizing)
20735 (gnus-treat-display-face)
20736 (gnus-treat-body-boundary): Change :version.
20737 (gnus-body-boundary-delimiter, gnus-picon-databases)
20738 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
20739 (gnus-treat-date-english, gnus-treat-fold-headers)
20740 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
20741 (gnus-treat-mail-picon, gnus-treat-wash-html)
20742 (gnus-article-encrypt-protocol)
20743 (gnus-use-idna, gnus-article-over-scroll)
20744 (gnus-mime-display-multipart-alternative-as-mixed)
20745 (gnus-mime-display-multipart-related-as-mixed)
20746 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
20747 (gnus-ctan-url, gnus-button-ctan-handler)
20748 (gnus-button-handle-ctan-bogus-regexp)
20749 (gnus-button-ctan-directory-regexp)
20750 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
20751 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
20752 (gnus-button-man-level, gnus-button-emacs-level)
20753 (gnus-button-message-level, gnus-button-browse-level): Add :version.
20754
20755 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
20756 (gnus-agent-go-online): Change :version.
20757 (gnus-agent-expire-unagentized-dirs)
20758 (gnus-agent-auto-agentize-methods): Add :version.
20759
20760 * flow-fill.el (fill-flowed-display-column)
20761 (fill-flowed-encode-column): Add :version.
20762
20763 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
20764 (gnus-outlook-deuglify-unwrap-max)
20765 (gnus-outlook-deuglify-cite-marks)
20766 (gnus-outlook-deuglify-unwrap-stop-chars)
20767 (gnus-outlook-deuglify-no-wrap-chars)
20768 (gnus-outlook-deuglify-attrib-cut-regexp)
20769 (gnus-outlook-deuglify-attrib-verb-regexp)
20770 (gnus-outlook-deuglify-attrib-end-regexp)
20771 (gnus-outlook-display-hook): Add :version.
20772
20773 * binhex.el (binhex-use-external): Add :version.
20774
20775 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
20776
20777 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
20778 and `invisible'.
20779
20780 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
20781
20782 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
20783 in gnus-registry-trim.
20784
20785 2004-09-13 Simon Josefsson <jas@extundo.com>
20786
20787 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
20788
20789 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
20790
20791 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
20792 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20793 <yamaoka@jpl.org>.
20794 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
20795 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
20796 <yamaoka@jpl.org>.
20797
20798 * sieve.el (sieve-manage-mode): Ditto.
20799
20800 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
20801
20802 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
20803
20804 2004-09-11 Simon Josefsson <jas@extundo.com>
20805
20806 * dns-mode.el: Add.
20807
20808 * mm-view.el (mm-display-dns-inline): Add.
20809
20810 * mm-decode.el (mm-inline-media-tests): Add text/dns.
20811 (mm-automatic-display): Ditto.
20812
20813 * mailcap.el (mailcap-mime-data): Add text/dns.
20814 (mailcap-mime-extensions): Map .soa to text/dns.
20815
20816 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
20817
20818 * gnus-art.el (article-decode-mime-words, article-babel)
20819 (gnus-article-highlight-signature, gnus-article-add-buttons)
20820 (gnus-signature-toggle): Remove unnecessary bindings of
20821 `inhibit-read-only' inherited from v5.10 merge.
20822
20823 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20824
20825 * nntp.el (nntp): New customization group.
20826 (nntp-authinfo-file): Add customization group.
20827
20828 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
20829
20830 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
20831
20832 * gnus.el (to-address, to-list, subscribed)
20833 (large-newsgroup-initial): Ditto.
20834
20835 * flow-fill.el (fill-flowed-display-column)
20836 (fill-flowed-encode-column): Ditto.
20837
20838 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * message.el (message-tokenize-header, message-send-mail-with-qmail):
20841 Use point-min rather than 1.
20842 (message-send-mail): Use buffer-size rather than point-max.
20843
20844 * gnus-sum.el (gnus-summary-search-article-forward):
20845 Signal a specific `search-failed' rather than a generic `error'.
20846
20847 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
20848 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
20849 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
20850
20851 2004-09-10 Simon Josefsson <jas@extundo.com>
20852
20853 * nndb.el (require): Remove tcp and duplicate cl.
20854
20855 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
20856
20857 * gnus-agent.el (directory-files-and-attributes): Move forward.
20858
20859 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20860
20861 * gnus-agent.el (directory-files-and-attributes):
20862 Optionally defined to support XEmacs.
20863
20864 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
20865
20866 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
20867 to avoid run-time CL dependencies.
20868 (gnus-agent-unfetch-articles): New function.
20869 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
20870 article numbers even when local .overview file is missing.
20871 (gnus-agent-read-article-number): New function. Only accepts
20872 27-bit article numbers.
20873 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
20874 Use gnus-agent-read-article-number.
20875 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
20876 from backend while recognizing that article numbers in .overview
20877 must be valid.
20878 (gnus-agent-update-files-total-fetched-for):
20879 Use directory-files-and-attributes to improve performance.
20880 * gnus-int.el (gnus-request-move-article):
20881 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
20882 improve performance.
20883
20884 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
20885 some users confused by references to .newsrc when they only have a
20886 .newsrc.eld file.
20887 (gnus-convert-mark-converter-prompt)
20888 (gnus-convert-converter-needs-prompt): Fix use of property list.
20889 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
20890 New function. Used internally to only display 'gnus converting
20891 files' message when actually necessary.
20892
20893 * gnus-sum.el (): Remove (require 'gnus-agent) as required
20894 methods now autoloaded.
20895
20896 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
20897
20898 * gnus-sum.el (gnus-summary-insert-subject): Remove list
20899 identifiers.
20900
20901 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
20902
20903 * gnus-picon.el: Fix indentation and closing parenthesis.
20904
20905 2004-09-01 Simon Josefsson <jas@extundo.com>
20906
20907 * message.el (message-canlock-generate): Require sha1, not
20908 sha1-el. (Can we get rid of this require altogether? It is ugly
20909 to require within a function. Sadly, if sha1.el isn't loaded, the
20910 let binding in m-c-g will hide the defcustom definition, which is
20911 bad.)
20912
20913 * canlock.el: Require sha1, not sha1-el.
20914
20915 * message.el: Don't autoload sha1 (there is a autoload cookie in
20916 sha1.el).
20917
20918 * sha1-el.el: Rename to sha1.el.
20919
20920 2004-08-30 Juanma Barranquero <lektu@terra.es>
20921
20922 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
20923
20924 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
20927
20928 2004-08-30 Kim F. Storm <storm@cua.dk>
20929
20930 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
20931
20932 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
20933 Add :group 'nnimap.
20934
20935 2004-08-30 Andreas Schwab <schwab@suse.de>
20936
20937 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
20938 ?* and ?\;.
20939
20940 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
20941 and ?\' to symbol instead of whitespace.
20942
20943 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
20944
20945 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
20946
20947 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
20948 instead of re-search-forward.
20949
20950 * gnus-uu.el (gnus-uu-save-article): Ditto.
20951 (gnus-uu-post-encode-uuencode): Ditto.
20952
20953 * html2text.el (html2text-clean-list-items): Ditto.
20954 (html2text-clean-dtdd): Ditto.
20955 (html2text-format-tags): Ditto.
20956
20957 * message.el (message-send-mail-with-sendmail): Fix regexp.
20958 (message-fill-field-general): Use search-forward instead of
20959 re-search-forward.
20960 (unbold-region): Ditto.
20961
20962 * nnrss.el (nnrss-request-article): Ditto.
20963
20964 * nnslashdot.el (nnslashdot-request-article): Ditto.
20965
20966 * nnweb.el (nnweb-gmane-wash-article): Ditto.
20967
20968 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
20969 "Unrecognized menu descriptor" error in XEmacs.
20970
20971 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
20972
20973 * gnus-sum.el (gnus-read-header): Don't remove a header for the
20974 parent article of a sparse article in the thread hashtb.
20975
20976 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
20977
20978 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
20979 (nnmail-expand-newtext): Lowercase expanded entries if
20980 nnmail-split-lowercase-expanded is non-nil.
20981
20982 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
20983
20984 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
20985
20986 * gnus-group.el (gnus-group-line-format-alist): Convert the value
20987 of gnus-tmp-news-method into string under XEmacs. It will be
20988 passed to gnus-correct-length which takes only a string argument.
20989
20990 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
20991
20992 * gnus-util.el (gnus-bind-print-variables): New macro.
20993 (gnus-prin1): Use it.
20994 (gnus-prin1-to-string): Use it.
20995 (gnus-pp): New function.
20996 (gnus-pp-to-string): New function.
20997
20998 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
20999 Replace pp-to-string with gnus-pp-to-string.
21000 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21001 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21002 * gnus-msg.el (gnus-debug): Ditto.
21003 * gnus-score.el (gnus-score-save): Ditto.
21004 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21005 gnus-pp-to-string.
21006 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21007 with gnus-pp.
21008 * score-mode.el (gnus-score-pretty-print): Ditto.
21009 * webmail.el (webmail-debug): Ditto.
21010
21011 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
21012
21013 * gnus-art.el (article-display-face, article-display-x-face):
21014 Use buffer-read-only.
21015
21016 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
21017
21018 * gnus-art.el (article-hide-list-identifiers):
21019 Bind inhibit-read-only as t.
21020
21021 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
21022
21023 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21024
21025 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21026
21027 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21028 (gnus-narrow-to-page): Don't assume point-min == 1.
21029 (gnus-article-edit-mode): Derive from message-mode.
21030
21031 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21032 point-min == 1.
21033
21034 * imap.el (imap-parse-address-list, imap-parse-body-ext):
21035 Disable incorrect use of `assert'.
21036
21037 * message.el (message-mode): Set comment-start-skip.
21038
21039 2004-08-22 Sam Steingold <sds@gnu.org>
21040
21041 * pop3.el (pop3-leave-mail-on-server): New user variable.
21042 (pop3-movemail): Delete mail only when it is nil.
21043
21044 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
21045
21046 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21047
21048 * mml.el (mml-preview): Use `pop-to-buffer'.
21049
21050 * message.el (message-goto-mail-followup-to): Insert after "To".
21051 (message-carefully-insert-headers): Add comment.
21052
21053 * gnus.el: Remove unused variable `gnus-article-check-size'.
21054
21055 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21056
21057 * gnus-art.el (gnus-button-alist):
21058 Improve `gnus-button-handle-library' entry.
21059
21060 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
21061
21062 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21063 Use downcase, since XEmacs capitalizes error messages differently.
21064
21065 2004-08-18 Jesper Harder <harder@ifa.au.dk>
21066
21067 * nntp.el: Add (require 'gnus) due to reference to
21068 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
21069
21070 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
21071
21072 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21073 Bind `mm-fill-flowed'.
21074
21075 * mm-decode.el (mm-dissect-singlepart): Check it.
21076
21077 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
21078
21079 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21080 'imap' for netrc parsing.
21081
21082 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
21083
21084 * mailcap.el (mailcap-mime-data): Mark as risky.
21085
21086 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
21087
21088 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21089 may be included in the encoded word.
21090 (rfc2047-encode): Don't append a space if the encoded word
21091 includes close parenthesis.
21092
21093 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
21094
21095 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21096 of text within parentheses.
21097
21098 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
21099
21100 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21101 (gnus-encrypt-write-file-contents): Make the password key the file
21102 name PLUS the cipher, not just the cipher. Also remove failed
21103 passwords from the cache.
21104
21105 2004-08-06 Simon Josefsson <jas@extundo.com>
21106
21107 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21108 Doc fix.
21109
21110 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
21111
21112 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21113 LWSP.
21114
21115 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
21116
21117 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21118 Try to append in-reply-to: data to the references: header.
21119
21120 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21121 (netrc-parse): Use gnus-encrypt.el functions.
21122
21123 * gnus-encrypt.el: Add new file for encryption support; currently
21124 does only a few GPG ciphers and an internal XOR cipher.
21125
21126 * password.el: Add comments on using password-read-and-add.
21127 (password-read-and-add): Add function to read and add the
21128 password to the cache at once.
21129
21130 2004-07-28 Simon Josefsson <jas@extundo.com>
21131
21132 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21133 parameter (but don't use it, for now).
21134
21135 * imap.el (imap-ssl-open): Use imap-process-connection-type,
21136 instead of hard coding to nil.
21137
21138 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
21139
21140 * mm-view.el (mm-inline-image-emacs): Open lines under an image
21141 as mm-inline-image-xemacs does.
21142
21143 2004-07-26 Simon Josefsson <jas@extundo.com>
21144
21145 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21146 Revert part of 2004-07-17 change below.
21147
21148 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
21149
21150 * rfc2047.el (rfc2047-encode-region): Don't infloop.
21151 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21152
21153 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21154
21155 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21156 quotes that actually start with ">" at the beginning of the
21157 lines.
21158
21159 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
21160
21161 * rfc2047.el (rfc2047-encode-region): Fix last change.
21162 (rfc2047-encode-parameter): Remove useless concat.
21163
21164 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
21165
21166 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21167 encode special characters; fix some kind of misconfigured headers;
21168 signal a real error if debug-on-quit or debug-on-error is non-nil.
21169 (rfc2047-encode-max-chars): New variable.
21170 (rfc2047-encode-1): Use it.
21171 (rfc2047-encode-parameter): New function.
21172
21173 * mml.el (mml-insert-parameter): Remove an excessive space.
21174
21175 2004-07-17 Simon Josefsson <jas@extundo.com>
21176
21177 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21178 Kai Grossjohann <kai@emptydomain.de>.
21179 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21180 (gnus-group-make-menu-bar): Ditto.
21181
21182 * gnus-util.el (gnus-group-server): Add.
21183
21184 2004-07-16 Jesper Harder <harder@ifa.au.dk>
21185
21186 * message.el (message-clone-locals): Clone sendmail and smtp
21187 variables.
21188
21189 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21190
21191 * rfc2047.el (rfc2047-encode-region): Fix last change.
21192
21193 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
21194
21195 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21196 characters as non-special.
21197
21198 2004-07-09 Simon Josefsson <jas@extundo.com>
21199
21200 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21201 Users will lose all flag changes made while unplugged with
21202 e.g. nntp unless flag synchronization happens, thus `nil' is not a
21203 good default. See numerous reports on ding mailing list.
21204
21205 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
21206
21207 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21208 add generate-head-function and generate-article-function to the
21209 rfc822-forward entry.
21210 (nndoc-rfc822-forward-generate-article): New function.
21211 (nndoc-rfc822-forward-generate-head): New function.
21212
21213 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21214
21215 2004-07-06 Dan Christensen <jdc@uwo.ca>
21216
21217 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21218 respect display group parameter and gnus-summary-expunge-below.
21219 (gnus-articles-to-read): Remove unused reference to display group
21220 parameter.
21221
21222 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
21223
21224 * nnheader.el (nnheader-uniquify-message-id): New experimental
21225 variable.
21226 (nnheader-nov-read-message-id): Use it.
21227
21228 * spam-report.el (spam-report-gmane): Add interactive.
21229
21230 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
21231
21232 * mm-encode.el (mm-content-transfer-encoding-defaults):
21233 Use qp-or-base64 for the application/* types.
21234
21235 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
21236
21237 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21238
21239 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
21240
21241 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21242 trim value.
21243
21244 2004-01-25 Paul Jarc <prj@po.cwru.edu>
21245
21246 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21247 New macro and function.
21248 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21249
21250 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21251
21252 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21253 after-load-alist.
21254
21255 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
21256
21257 * gnus-group.el (gnus-group-get-new-news-this-group):
21258 Don't update info that isn't there.
21259
21260 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
21261
21262 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21263 entry.
21264
21265 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
21266
21267 * mm-view.el (mm-inline-render-with-function): Use multibyte
21268 buffer; decode html source by charset.
21269
21270 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21271
21272 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21273 Mule-UCS is loaded under XEmacs.
21274 (mm-mime-mule-charset-alist): Avoid duplicated entries.
21275
21276 2004-06-28 Jesper Harder <harder@ifa.au.dk>
21277
21278 * nnheader.el (nnheader-max-head-length): Increase to 8192.
21279
21280 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
21281
21282 * mm-util.el (mm-coding-system-p): Return a coding-system.
21283 (mm-mime-mule-charset-alist): Use shift_jis instead of
21284 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21285 entries for the mime charsets iso-2022-jp-3 and shift_jis.
21286 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21287 instead of japanese-shift-jis and iso-latin-1 respectively in
21288 order to share the default value with both Emacs and XEmacs-mule.
21289 (mm-mule-charset-to-mime-charset):
21290 Make mm-coding-system-priorities effective.
21291 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21292 while predicating of candidates upon the priorities.
21293
21294 2004-06-27 Jesper Harder <harder@ifa.au.dk>
21295
21296 * gnus-sum.el (gnus-summary-make-menu-bar):
21297 Add gnus-uu-invert-processable.
21298
21299 * gnus.el: Autoload gnus-uu-invert-processable.
21300
21301 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
21302
21303 * mm-util.el (mm-with-multibyte-buffer): New macro.
21304
21305 * rfc2047.el (rfc2047-encode-string): Use it.
21306 (rfc2047-encode-region): Move point to the end of the region after
21307 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21308
21309 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21310
21311 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21312 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21313
21314 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
21315
21316 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21317 (gnus-cite-parse): Ignore quoted envelope From_.
21318 Suggested by Karl Chen <quarl@nospam.quarl.org>.
21319
21320 2004-06-23 Jesper Harder <harder@ifa.au.dk>
21321
21322 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21323 invalid addresses.
21324
21325 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
21326
21327 * spam.el: Change section markers, revise TODO list.
21328 (spam-backends): Make new master list of all installed backends.
21329 (spam-summary-exit-behavior): Add new variable to determine how
21330 messages moves are done at summary exit.
21331 (spam-move-spam-nonspam-groups-only)
21332 (spam-process-ham-in-nonham-groups)
21333 (spam-process-ham-in-spam-groups): Remove variables, the
21334 spam-summary-exit-behavior variable should be used to manage this
21335 behavior.
21336 (spam-old-ham-articles, spam-old-spam-articles): Remove.
21337 (spam-old-articles): Add variable, replacing spam-old-ham-articles
21338 and spam-old-spam-articles.
21339 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21340 Add empty variables, placeholders for the backends they represent.
21341 (spam-set-difference): Move, unchanged.
21342 (spam-list-of-processors): Declare OBSOLETE, not used anymore
21343 unless the user has a processor variable.
21344 (spam-classifications, spam-classification-valid-p)
21345 (spam-backend-properties, spam-backend-property-valid-p)
21346 (spam-backend-function-type-valid-p)
21347 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21348 (spam-report-articles-gmane, spam-report-articles-resend):
21349 Remove functions, they are not needed.
21350 (spam-install-backend-super, spam-backend-list)
21351 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21352 (spam-backend-function, spam-backend-ham-registration-function)
21353 (spam-backend-spam-registration-function)
21354 (spam-backend-ham-unregistration-function)
21355 (spam-backend-spam-unregistration-function)
21356 (spam-backend-statistical-p, spam-backend-mover-p)
21357 (spam-install-backend-alias, spam-install-checkonly-backend)
21358 (spam-install-mover-backend, spam-install-nocheck-backend)
21359 (spam-install-backend, spam-install-statistical-backend)
21360 (spam-install-statistical-checkonly-backend): Add backend installation
21361 support.
21362 (spam-summary-prepare-exit): Rewrite to use the new backend code.
21363 (spam-group-processor-p): Use the new backend code and respect the
21364 summary exit behavior.
21365 (spam-mark-spam-as-expired-and-move-routine): Remove.
21366 (spam-summary-prepare): Change to use the new spam-old-articles
21367 variable.
21368 (spam-copy-or-move-routine, spam-copy-spam-routine)
21369 (spam-move-spam-routine, spam-copy-ham-routine)
21370 (spam-move-ham-routine): Add code to copy/move ham or spam.
21371 (spam-fetch-field-fast): Improve doc and code, plus allow the
21372 'number request.
21373 (spam-list-of-checks, spam-list-of-statistical-checks):
21374 Remove variables.
21375 (spam-split, spam-find-spam): Use the new backend code.
21376 (spam-registration-functions): Remove variable.
21377 (spam-unregister-routine): Add convenience wrapper.
21378 (spam-log-undo-registration, spam-register-routine)
21379 (spam-log-processing-to-registry)
21380 (spam-log-unregistration-needed-p): Rename "check" to "backend"
21381 where possible.
21382 (spam-check-gmane-xref, spam-check-regex-headers)
21383 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21384 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21385 (spam-check-bogofilter-headers, spam-check-spamoracle)
21386 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21387 (spam-check-crm114-headers): Use the spam-split-group that
21388 spam-split prepares, no need to determine it every time.
21389
21390 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21391 to the nnheader-parse-naked-head call.
21392
21393 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21394
21395 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21396 the nnheader-nov-read-message-id call.
21397
21398 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
21399
21400 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21401 gnus-activate-group twice. Suggested by Markus Peter
21402 <warp@spin.de>.
21403
21404 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
21405
21406 * gnus-art.el (gnus-article-time-format): Exchange the order of
21407 day and month in the default value; fix customization type.
21408 (article-date-ut): Use add-text-properties.
21409 (article-make-date-line): Use message-make-date instead of
21410 current-time-string.
21411
21412 * message.el (message-fetch-field): Don't use set-text-properties.
21413 (message-make-date): Simplify.
21414
21415 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
21416
21417 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21418 (rfc2047-encode-region): Treat text within parentheses as special;
21419 show the original text when error has occurred.
21420
21421 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21422 already-computed method to gnus-activate-group.
21423
21424 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21425 same select-methods identical Lisp objects.
21426
21427 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21428 object when modifying the info.
21429
21430 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
21431
21432 * gnus-srvr.el (gnus-server-set-info): Remove the server from
21433 gnus-opened-servers since it has never been opened with the new
21434 configuration yet.
21435
21436 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
21437
21438 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21439 arg to nnheader-generate-fake-message-id.
21440
21441 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
21442
21443 * nnheader.el (nnheader-generate-fake-message-id): Accept a
21444 number and build a fake message ID localized to a group and
21445 article number (so it's repeatable from that point on).
21446 (nnheader-fake-message-id-p): Change regex to accommodate new fake
21447 ID format.
21448
21449 * gnus-sum.el (gnus-get-newsgroup-headers):
21450 Call nnheader-generate-fake-message-id with the article number.
21451
21452 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
21453
21454 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21455 end-of-buffer.
21456
21457 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
21458
21459 * message.el (message-ignored-supersedes-headers): Add Approved.
21460
21461 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
21462
21463 * rfc2047.el (rfc2047-encode-message-header): Remove useless
21464 goto-char.
21465 (rfc2047-encode): Fold the line before encoding.
21466
21467 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
21468
21469 * rfc2047.el (rfc2047-encode-message-header): Disabled header
21470 folding -- not all headers can be folded, and this should be done
21471 by the message composition mode. Probably. I think.
21472
21473 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
21474
21475 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21476 fast.
21477
21478 * gnus-ems.el (gnus-remove-image): Don't use
21479 message-text-with-property; remove only the image found first.
21480
21481 2004-06-09 Jesper Harder <harder@ifa.au.dk>
21482
21483 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21484
21485 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
21486
21487 * message.el (message-text-with-property): Make it fast and accept
21488 optional arguments.
21489 (message-strip-forbidden-properties): Use it.
21490 (message-fix-before-sending): Follow the m-t-w-p change.
21491
21492 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21493
21494 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
21495
21496 * gnus-art.el (article-hide-headers): Don't change the buffer
21497 mistakenly when performing mml-preview even if
21498 gnus-single-article-buffer is nil.
21499
21500 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
21501
21502 * message.el (message-expand-name-databases): New user option.
21503 (message-expand-name): Use it.
21504
21505 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
21506
21507 * spam.el (spam-report-articles-resend)
21508 (spam-report-resend-register-routine): Allow ham reporting.
21509 (spam-report-resend-register-ham-routine): Add wrapper.
21510 (spam-registration-functions): Add ham resending functions.
21511 (spam-list-of-processors): Add ham resend processor.
21512
21513 * gnus.el (ham-resend-to): Add new group parameter.
21514 (spam-process): Add ham resend option.
21515
21516 * spam-report.el (spam-report-resend): Allow reporting ham.
21517 (spam-report-resend-ham): Add wrapper.
21518
21519 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21520
21521 * message.el (message-cite-articles-with-x-no-archive):
21522 New variable.
21523 (message-cite-original): Use it.
21524
21525 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
21526
21527 * message.el (message-cite-original): Respect X-No-Archive.
21528
21529 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
21530
21531 * gnus-art.el (article-hide-headers): Refer to the values for
21532 gnus-ignored-headers and gnus-visible-headers in the summary
21533 buffer since a user may have set them as group parameters.
21534
21535 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
21536
21537 * assistant.el (assistant-node-name): Add convenience function.
21538 (assistant-render-text, assistant-render-node): Add error handling,
21539 plus handle multiple next nodes.
21540 (assistant-find-next-node): Comment out for now.
21541 (assistant-find-next-nodes): Add function, returns list of next
21542 nodes.
21543
21544 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
21545
21546 * mail-source.el (mail-source-directory): Fix doc-string.
21547
21548 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
21549
21550 * assistant.el (assistant-render-text, assistant-eval): Add :set
21551 widget type, which is different because it takes and returns a
21552 list. Much hilarity ensues.
21553
21554 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
21555
21556 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21557
21558 * gnus-group.el (gnus-group-get-new-news-this-group):
21559 Add doc-string.
21560
21561 * gnus-start.el (gnus-activate-group): Add doc-string.
21562
21563 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
21564
21565 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21566
21567 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
21568
21569 * assistant.el (assistant-render-text): Try to add a :set
21570 widget, more to come.
21571
21572 * spam.el (spam-group-spam-contents-p): Handle empty groupname
21573 strings.
21574 (spam-report-articles-resend)
21575 (spam-register-routine): Do registration iff any articles warrant
21576 it.
21577 (spam-summary-prepare-exit): Change log message for nil group
21578 destinations.
21579
21580 2004-05-27 Daniel Pittman <daniel@rimspace.net>
21581
21582 * spam.el (spam-report-resend-register-routine):
21583 Allow spam-report-resend-to to be a group parameter or a global value.
21584
21585 2004-05-26 Simon Josefsson <jas@extundo.com>
21586
21587 * starttls.el: Merge with my GnuTLS based starttls.el.
21588 (starttls-gnutls-program, starttls-use-gnutls)
21589 (starttls-extra-arguments, starttls-process-connection-type)
21590 (starttls-connect, starttls-failure, starttls-success):
21591 New variables.
21592 (starttls-program, starttls-extra-args): Doc fix.
21593 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21594 New functions.
21595 (starttls-negotiate, starttls-open-stream):
21596 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21597 function if it is set.
21598
21599 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
21600
21601 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21602 structured fields.
21603
21604 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21605
21606 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21607
21608 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
21609
21610 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21611 Add variable.
21612 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
21613 assigning the spam-mark to new messages.
21614
21615 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
21616
21617 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21618
21619 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
21620
21621 * rfc2047.el (rfc2047-encodable-p): Don't move point.
21622 (rfc2047-decode): Treat the ascii coding-system as raw-text by
21623 default.
21624
21625 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
21626
21627 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21628 correct data.
21629
21630 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
21631
21632 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21633 (spam-group-processor-p): Fix function.
21634 (spam-group-processor-multiple-p)
21635 (spam-group-spam-processor-report-gmane-p)
21636 (spam-group-spam-processor-report-resend-p)
21637 (spam-group-spam-processor-bogofilter-p)
21638 (spam-group-spam-processor-blacklist-p)
21639 (spam-group-spam-processor-ifile-p)
21640 (spam-group-ham-processor-ifile-p)
21641 (spam-group-spam-processor-spamoracle-p)
21642 (spam-group-spam-processor-crm114-p)
21643 (spam-group-ham-processor-bogofilter-p)
21644 (spam-group-spam-processor-stat-p)
21645 (spam-group-ham-processor-stat-p)
21646 (spam-group-ham-processor-whitelist-p)
21647 (spam-group-ham-processor-BBDB-p)
21648 (spam-group-ham-processor-spamoracle-p)
21649 (spam-group-ham-processor-copy-p): Remove functions with some
21650 prejudice against unneeded code.
21651 (spam-report-articles-resend)
21652 (spam-report-resend-register-routine): Allow the group/topic
21653 spam-resend-to value to override spam-report-resend-to.
21654 (spam-summary-prepare-exit): Invoke spam-group-processor-p
21655 properly now.
21656
21657 * gnus.el (spam-resend-to): Add group/topic parameter.
21658 (spam-process): Move the OBSOLETE processors to the end of the
21659 choices.
21660
21661 2004-05-24 Daniel Pittman <daniel@rimspace.net>
21662
21663 * spam-report.el (spam-report-resend-to, spam-report-resend):
21664 Start with resend-to set to nil, and then ask the user if necessary.
21665 (spam-report-resend): spam-report-resend takes a list of articles, not
21666 separate article numbers.
21667
21668 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
21669
21670 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21671 addition to emacs-w3m.
21672
21673 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21674
21675 * assistant.el (assistant-authinfo-data): New function.
21676 (assistant-eval): Eval for entire assistant.
21677
21678 * netrc.el (netrc-services-file): New variable.
21679 (netrc-parse-services): New function.
21680 (netrc-find-service-name): New function.
21681 (netrc-find-service-number): New function.
21682 (netrc-port-equal): New function.
21683 (netrc-machine): Use it.
21684
21685 * nnimap.el (nnimap-open-connection): Use netrc.
21686
21687 * gnus-util.el (gnus-netrc-get): Remove aliases.
21688
21689 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21690
21691 * assistant.el (wid-edit): Fix compilation.
21692
21693 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21694
21695 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
21696
21697 * gnus-util.el (gnus-set-file-modes): New function. (small
21698 patch).
21699
21700 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21701
21702 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21703
21704 * assistant.el (assistant-render-node): Fix up rendering and
21705 read-only text.
21706 (assistant-render-node): Reset.
21707 (assistant-make-read-only): Not sticky.
21708
21709 2004-05-20 Danny Siu <dsiu@adobe.com>
21710
21711 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21712 centered even when gnus-auto-center-summary is t.
21713
21714 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
21715
21716 * dns.el (dns-get-txt-answer): New function.
21717 (dns-read-txt): Ditto.
21718 (query-dns): Use it.
21719
21720 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
21721
21722 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21723 active for foreign groups even if the group level is higher than
21724 the specified value.
21725
21726 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21727
21728 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21729 non-active groups.
21730
21731 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21732
21733 2004-05-20 Magnus Henoch <mange@freemail.hu>
21734
21735 * dns.el (dns-read-type): Add support for SVR. (small patch)
21736
21737 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
21738
21739 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
21740 (spam-crm114-header, spam-crm114-spam-switch)
21741 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
21742 (spam-crm114-positive-spam-header)
21743 (spam-crm114-database-directory, spam-list-of-processors)
21744 (spam-group-spam-processor-crm114-p)
21745 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
21746 (spam-generic-score, spam-list-of-checks)
21747 (spam-list-of-statistical-checks, spam-registration-functions)
21748 (spam-check-crm114-headers, spam-crm114-score)
21749 (spam-check-crm114, spam-crm114-register-with-crm114)
21750 (spam-crm114-register-spam-routine)
21751 (spam-crm114-unregister-spam-routine)
21752 (spam-crm114-register-ham-routine)
21753 (spam-crm114-unregister-ham-routine): Add CRM114 support.
21754
21755 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
21756
21757 * gnus.el: Add spam-use-crm114.
21758
21759 * spam.el (spam-list-of-processors, spam-registration-functions):
21760 Add spam-use-resend.
21761 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
21762 (spam-report-articles-gmane): Add doc fix.
21763 (spam-report-articles-resend, spam-report-resend-register-routine):
21764 Add wrappers around spam-report-resend-to.
21765
21766 * spam-report.el (spam-report-resend-to, spam-report-resend):
21767 Add support for resending spam.
21768 (spam-report-gmane): Fix line length >80.
21769
21770 * gnus.el (spam-process): Add spam-use-resend.
21771
21772 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21773
21774 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
21775 number of processed spam messages.
21776 (spam-ham-copy-or-move-routine): Return the number of processed
21777 ham messages.
21778 (spam-summary-prepare-exit): Use the above values to decide
21779 whether status messages shouled be displayed.
21780
21781 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
21782
21783 * rfc2047.el (rfc2047-encode-function-alist): Rename from
21784 `rfc2047-encoding-function-alist' in order to avoid conflicting
21785 with the old version.
21786 (rfc2047-encode-region): Concatenate words containing non-ASCII
21787 characters in structured fields; don't encode space-delimited
21788 ASCII words even in unstructured fields; don't break words at
21789 char-category boundaries.
21790 (rfc2047-encode-1): New function.
21791 (rfc2047-encode): Use it; encode text so that it occupies the
21792 maximum width within 76-column; work correctly on Q encoding for
21793 iso-2022-* charsets.
21794 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
21795 sure not to break a line just after the header name.
21796 (rfc2047-b-encode-region): Remove.
21797 (rfc2047-b-encode-string): New function.
21798 (rfc2047-q-encode-region): Remove.
21799 (rfc2047-q-encode-string): New function.
21800
21801 * mm-util.el (mm-replace-in-string): New function.
21802
21803 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
21804
21805 * gnus-msg.el (gnus-inews-make-draft-meta-information):
21806 Really get it right.
21807 (gnus-inews-make-draft): Really.
21808
21809 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
21810
21811 * nnmh.el (nnmh-request-list-1): Don't check the link count
21812 before descending. (small patch)
21813
21814 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21815
21816 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
21817 stuff.
21818
21819 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
21820 Match on real group name.
21821
21822 * gnus-art.el (gnus-signature-limit): Doc fix.
21823
21824 * gnus-msg.el (gnus-inews-make-draft): Quote list.
21825
21826 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21827
21828 * gnus-draft.el (gnus-draft-send):
21829 Bind rfc2047-encode-encoded-words.
21830
21831 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
21832 (rfc2047-encodable-p): Say that =? needs encoding.
21833 (rfc2047-encode-encoded-words): New variable.
21834
21835 * gnus-group.el (gnus-group-select-group): Doc fix.
21836
21837 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
21838
21839 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
21840 to nil.
21841
21842 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
21843
21844 * nnheader.el (nnheader-get-lines-and-char): New function.
21845
21846 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
21847
21848 * gnus-msg.el (gnus-summary-followup-with-original):
21849 Document yanking of region when active.
21850
21851 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
21852
21853 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
21854 groups if the group level is higher than the specified value.
21855
21856 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21857
21858 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
21859 (gnus-group-jump-to-group): Add prefix argument using
21860 `gnus-group-jump-to-group-prompt'. Query before jumping to
21861 non-active group.
21862
21863 * compface.el (uncompface): Be verbose when changing
21864 `uncompface-use-external'.
21865
21866 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
21867 handle manual section.
21868
21869 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21870
21871 * gnus-art.el (gnus-button-alist): Revert previous change.
21872
21873 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21874
21875 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
21876
21877 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21878
21879 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
21880 whether backend can accept message.
21881
21882 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
21883
21884 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
21885
21886 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
21887 Avoid creating directory when nntp-marks-is-evil is true.
21888 Reported by Reiner Steib.
21889
21890 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
21891
21892 * gnus-picon.el (gnus-picon-insert-glyph):
21893 Add optional `nostring' argument.
21894
21895 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21896
21897 * gnus-picon.el (gnus-picon-style): New variable.
21898 (gnus-picon-transform-address): Support `gnus-picon-style'.
21899
21900 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21901
21902 * message.el (message-fill-field): Return point.
21903 (message-generate-headers): Go to end of field.
21904
21905 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
21906 stuff for non-living groups.
21907
21908 2004-05-18 Jesper Harder <harder@ifa.au.dk>
21909
21910 * gnus-art.el (gnus-article-followup-with-original)
21911 (gnus-article-reply-with-original): gnus-mark-active-p ->
21912 gnus-region-active-p.
21913
21914 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
21915
21916 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
21917 only when there is spam or ham to be processed.
21918
21919 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21920
21921 * mail-source.el (mail-source-delete-crash-box): Refactor.
21922 (mail-source-fetch): Use it.
21923 (mail-source-fetch-file): Ditto.
21924 (mail-source-fetch-directory): Run PostScript in loop.
21925 (mail-source-fetch-pop): Delete.
21926 (mail-source-fetch-maildir): Ditto.
21927 (mail-source-fetch-imap): Ditto.
21928
21929 * imap.el (imap-authenticators): Comment out sasl.
21930
21931 * message.el (message-skip-to-next-address): New function.
21932 (message-fill-header-address): Refactor.
21933 (message-fill-address): Use it.
21934 (message-delete-address): Use it.
21935 (message-fill-header-general): Refactor.
21936 (message-fill-field-address): Rename.
21937 (message-narrow-to-field): Find the start of the header.
21938 (message-header-format-alist): Don't pre-fill.
21939 (message-fill-header): Remove.
21940 (message-insert-header): New function.
21941 (message-shorten-references): Use it.
21942
21943 * rfc2047.el (rfc2047-field-value): Strip props.
21944
21945 * mail-parse.el (mail-header-make-address): New alias.
21946
21947 * ietf-drums.el (ietf-drums-make-address): New function.
21948
21949 * imap.el: Add compiler directives.
21950
21951 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
21952
21953 * gnus-art.el (article-decode-idna-rhs): Don't use
21954 message-idna-inside-rhs-p.
21955
21956 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21957
21958 * message.el (message-idna-inside-rhs-p): Remove.
21959 (message-idna-to-ascii-rhs-1): Use proper address parsing.
21960
21961 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
21962 false positives.
21963
21964 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
21965
21966 * imap.el (imap-sasl-make-mechanisms): Use sasl.
21967
21968 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
21969
21970 * nneething.el (nneething-file-name): Don't create spurious
21971 files.
21972
21973 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
21974 (gnus-inews-do-gcc): Remove sleep.
21975
21976 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
21977 part under point.
21978
21979 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
21980 (gnus-agent-regenerate-group): Using nil messages aren't valid.
21981
21982 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
21983
21984 * spam.el (spam-summary-prepare-exit): Fix (length).
21985
21986 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
21987
21988 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
21989 as expired without moving it" message when there are spam
21990 messages left.
21991
21992 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
21993
21994 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
21995 header is not nil.
21996
21997 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
21998
21999 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22000 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22001 (nntp-marks-changed-p): New arg SERVER.
22002 (nntp-request-update-info): Adjust caller.
22003
22004 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
22005
22006 * nntp.el (nntp-save-marks): Pass missing arg.
22007
22008 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
22009
22010 * nntp.el: Support marks.
22011 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22012 (nntp-marks-modtime, nntp-marks-directory): New variables.
22013 (nntp-request-set-mark, nntp-request-update-info)
22014 (nntp-possibly-create-directory, nntp-marks-changed-p)
22015 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22016 New functions.
22017
22018 2004-05-12 Jesper Harder <harder@ifa.au.dk>
22019
22020 * gnus-score.el (gnus-score-insert-help):
22021 Use gnus-select-lowest-window.
22022
22023 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22024 appt-select-lowest-window and rename to gnus-select-lowest-window.
22025
22026 * gnus.el: do.
22027
22028 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22029
22030 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22031 encodings of MIME-encoded words, in order to improve
22032 interoperability with several broken MUAs.
22033
22034 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22035
22036 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22037 tags, only when charsets are not specified in headers.
22038 (mm-inline-text-html-render-with-w3m): Ditto.
22039
22040 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22041
22042 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22043 instead of MIME-decoded from fields when checking
22044 `gnus-article-address-banner-alist'.
22045
22046 2004-05-03 Jesper Harder <harder@ifa.au.dk>
22047
22048 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22049 description rather than subject.
22050
22051 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22052
22053 * gnus.el (gnus-version-number): Bump.
22054
22055 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22056
22057 * gnus.el: No Gnus v0.2 is released.
22058
22059 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22060
22061 * gnus-agent.el (gnus-agent-read-agentview):
22062 Inline gnus-uncompress-range.
22063
22064 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22065
22066 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22067 `exec-installed-p'.
22068
22069 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22070
22071 * gnus.el (spam-process, spam-autodetect-methods):
22072 Add bsfilter and bsfilter-headers.
22073
22074 * spam.el (spam-bsfilter): New customize group.
22075 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22076 (spam-bsfilter-header, spam-bsfilter-probability-header)
22077 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22078 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22079 (spam-bsfilter-database-directory): New options.
22080 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22081 (spam-list-of-statistical-checks, spam-registration-functions):
22082 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22083 (spam-bsfilter-score): New command.
22084 (spam-check-bsfilter-headers, spam-check-bsfilter)
22085 (spam-bsfilter-register-with-bsfilter)
22086 (spam-bsfilter-register-spam-routine)
22087 (spam-bsfilter-unregister-spam-routine)
22088 (spam-bsfilter-register-ham-routine)
22089 (spam-bsfilter-unregister-ham-routine): New functions.
22090 (spam-generic-score): Support bsfilter; Accept an optional argument
22091 to recalcurate spam score even if scoring header has already been
22092 added.
22093 (spam-bogofilter-score, spam-spamassassin-score): Accept an
22094 optional argument to recalcurate spam score even if scoring header
22095 has already been added.
22096
22097 2004-04-29 Jesper Harder <harder@ifa.au.dk>
22098
22099 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22100 strings! Reported by David D. Smith <davidsmith@acm.org>.
22101 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22102 link is missing.
22103
22104 2004-04-28 Jesper Harder <harder@ifa.au.dk>
22105
22106 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22107 (html2text-get-attr): Rewrite.
22108
22109 * message.el (message-setup-1): Remove redundant put-text-property
22110 on mail-header-separator.
22111
22112 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
22113
22114 * gnus-registry.el (gnus-registry-cache-whitespace)
22115 (gnus-registry-action, gnus-registry-spool-action)
22116 (gnus-registry-split-fancy-with-parent): Change message levels
22117 from 5 to 3 or 7, as needed.
22118
22119 * spam.el (spam-summary-prepare-exit)
22120 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22121 (spam-split, spam-find-spam, spam-log-undo-registration)
22122 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22123 level from 5 to 6.
22124
22125 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
22126
22127 * gnus-ems.el: Autoload appt-select-lowest-window (revert
22128 2004-03-04 change).
22129
22130 2004-04-25 Jesper Harder <harder@ifa.au.dk>
22131
22132 * sieve-manage.el (sieve-manage-open):
22133 * nnweb.el (nnweb-insert-html):
22134 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22135 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22136 * nnspool.el (nnspool-request-group):
22137 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22138 * nnml.el (nnml-request-update-info):
22139 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22140 (nnmh-request-create-group, nnmh-update-gnus-unreads):
22141 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22142 (nnimap-request-set-mark):
22143 * nnfolder.el (nnfolder-request-update-info):
22144 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22145 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22146 * gnus-uu.el (gnus-uu-find-articles-matching):
22147 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22148 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22149 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22150 * gnus-nocem.el (gnus-nocem-scan-groups):
22151 * gnus-int.el (gnus-start-news-server):
22152 * gnus-group.el (gnus-group-make-kiboze-group)
22153 (gnus-group-browse-foreign-server):
22154 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22155 Use mapc when appropriate.
22156
22157 2004-04-22 Dan Christensen <jdc@uwo.ca>
22158 Adam Sjøgren <asjo@koldfront.dk>
22159 Wes Hardaker <wes@hardakers.net>
22160 Michael Shields <shields@msrl.com>
22161
22162 * spam.el (spam-necessary-extra-headers): Get the extra headers we
22163 may need for spam sorting and scoring.
22164 (spam-user-format-function-S): Add user format function suitable for
22165 general use.
22166 (spam-article-sort-by-spam-status): Add sorting function for summary
22167 sorting.
22168 (spam-extra-header-to-number): Add function to get a score from a
22169 header.
22170 (spam-summary-score): Add function to get a numeric score from the
22171 headers.
22172 (spam-generic-score): Fix function doc, was in wrong place.
22173 (spam-initialize): Take symbols when it's run, and install the
22174 extra headers that spam-necessary-extra-headers thinks we need.
22175
22176 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
22177
22178 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22179 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22180
22181 2004-04-17 Jesper Harder <harder@ifa.au.dk>
22182
22183 * gnus-sum.el (gnus-set-global-variables)
22184 (gnus-build-all-threads, gnus-get-newsgroup-headers)
22185 (gnus-article-get-xrefs, gnus-summary-best-group)
22186 (gnus-summary-next-article, gnus-summary-enter-digest-group)
22187 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22188 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22189 Use with-current-buffer.
22190
22191 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
22192
22193 * spam.el (spam-summary-prepare-exit): Simplify logic.
22194 (spam-fetch-article-header): Read the article header if it's not
22195 available.
22196 (spam-list-articles): Simplify logic.
22197 (spam-filelist-register-routine): Fix bug with unregister-list.
22198
22199 * gnus-registry.el: Fix comments at beginning.
22200
22201 2004-04-16 Jesper Harder <harder@ifa.au.dk>
22202
22203 * message.el (message-cater-to-broken-inn): Remove.
22204 (message-shorten-references): Make sure the total folded length of
22205 References is shorter than 998 characters to cater to a bug in INN
22206 2.3. Also, don't pretend that references aren't folded -- this
22207 hasn't worked for a while.
22208
22209 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22210
22211 * gnus-agent.el (gnus-agentize):
22212 gnus-agent-send-mail-real-function no longer set to current value
22213 of message-send-mail-function but rather a lambda that calls
22214 message-send-mail-function. The change makes the agent real-time
22215 responsive to user changes to message-send-mail-function.
22216
22217 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
22218
22219 * legacy-gnus-agent.el
22220 (gnus-agent-convert-to-compressed-agentview): Fix typos with
22221 help from Florian Weimer <fw@deneb.enyo.de>
22222
22223 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
22224
22225 * nnmail.el (nnmail-cache-insert): Revert last change.
22226
22227 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
22228
22229 * nnmail.el (nnmail-cache-insert): Always check whether
22230 nnmail-cache-ignore-groups matches a group name.
22231
22232 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
22233
22234 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22235 (spam-find-spam, spam-log-processing-to-registry)
22236 (spam-log-registered-p, spam-log-unregistration-needed-p)
22237 (spam-log-undo-registration): Use gnus-message instead of
22238 gnus-error, none of these errors are fatal.
22239
22240 * gnus-registry.el (gnus-registry-clean-empty-function)
22241 (gnus-registry-clean-empty): Remove only empty entries without
22242 extra data.
22243
22244 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
22245
22246 * spam-stat.el (spam-stat-buffer-change-to-spam)
22247 (spam-stat-buffer-change-to-non-spam): Change (error) to
22248 (gnus-message 8) invocation.
22249
22250 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
22251
22252 * nntp.el (nntp-via-netcat-command): New variable.
22253 (nntp-via-netcat-switches): New variable.
22254 (nntp-open-via-rlogin-and-netcat): New function.
22255 (nntp-open-connection-function): Doc fix.
22256 (nntp-telnet-command): Doc fix.
22257 (nntp-end-of-line): Doc fix.
22258 (nntp-via-rlogin-command): Doc fix.
22259 (nntp-via-user-name): Doc fix.
22260 (nntp-via-address): Doc fix.
22261
22262 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
22263
22264 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22265 error in Emacs 21.1.
22266
22267 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
22268
22269 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22270
22271 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
22272
22273 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22274 (gnus-agent-with-refreshed-group): New macro.
22275 (gnus-agent-rename-group): New function.
22276 (gnus-agent-delete-group): New function.
22277 (gnus-agent-save-group-info): Use gnus-command-method when
22278 `method' parameter is nil. Don't write nil entries into the
22279 active file.
22280 (gnus-agent-get-group-info): New function.
22281 (gnus-agent-fetch-articles):
22282 Use gnus-agent-update-files-total-fetched-for to increment disk space
22283 used.
22284 (gnus-agent-fetch-headers, gnus-agent-save-alist):
22285 Use gnus-agent-update-view-total-fetched-for to increment disk space
22286 used.
22287 (gnus-agent-get-local): Add optional parameters to avoid calling
22288 gnus-group-real-name and gnus-find-method-for-group.
22289 (gnus-agent-set-local): Delete stored entry if either min, or max,
22290 are nil.
22291 (gnus-agent-fetch-session): Reworded error/quit messages.
22292 On quit, use gnus-agent-regenerate-group to record existence of any
22293 articles fetched to disk before the quit occurred.
22294 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22295 gnus-agent-update-view-total-fetched-for, and
22296 gnus-agent-update-files-total-fetched-for to decrement disk space
22297 used.
22298 (gnus-agent-retrieve-headers):
22299 Use gnus-agent-update-view-total-fetched-for to increment disk space
22300 used.
22301 (gnus-agent-regenerate-group): Replace gnus-group-update-group
22302 with gnus-agent-update-files-total-fetched-for to decrement disk
22303 space and fresh group buffer.
22304 (gnus-agent-inhibit-update-total-fetched-for): New variable.
22305 (gnus-agent-need-update-total-fetched-for): New variable.
22306 (gnus-agent-update-files-total-fetched-for): New function.
22307 (gnus-agent-update-view-total-fetched-for): New function.
22308 (gnus-agent-total-fetched-for): New function.
22309
22310 * gnus-cache.el (gnus-cache-save-buffers):
22311 Use gnus-cache-update-overview-total-fetched-for to change disk space
22312 used by this group.
22313 (gnus-cache-possibly-enter-article):
22314 Use gnus-cache-update-file-total-fetched-for to increment disk space
22315 used by this group.
22316 (gnus-cache-possibly-remove-article):
22317 Use gnus-cache-update-file-total-fetched-for to decrement disk space
22318 used by this group.
22319 (gnus-cache-generate-nov-databases): Purge total fetched cache.
22320 (gnus-cache-rename-group): New function.
22321 (gnus-cache-delete-group): New function.
22322 (gnus-cache-inhibit-update-total-fetched-for): New variable.
22323 (gnus-cache-need-update-total-fetched-for): New variable.
22324 (gnus-cache-with-refreshed-group): New macro.
22325 (gnus-cache-update-file-total-fetched-for): New function.
22326 (gnus-cache-update-overview-total-fetched-for): New function.
22327 (gnus-cache-rename-group-total-fetched-for): New function.
22328 (gnus-cache-delete-group-total-fetched-for): New function.
22329 (gnus-cache-total-fetched-for): New function.
22330
22331 * gnus-group.el: Require gnus-sum and autoload functions to
22332 resolve warnings when gnus-group.el compiled alone.
22333 (gnus-group-line-format): Documented new %F.
22334 (size of Fetched data) group line format; identifies disk space
22335 used by agent and cache.
22336 (gnus-group-line-format-alist): Defined new F format.
22337 (gnus-total-fetched-for): New function.
22338 (gnus-group-delete-group): No longer update
22339 gnus-cache-active-altered as gnus-request-delete-group now keeps
22340 the cache in sync.
22341 (gnus-group-list-active): Let the agent store a server's active
22342 list if currently plugged.
22343
22344 * gnus-int.el (gnus-request-delete-group):
22345 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22346 local disk in sync with the server.
22347 (gnus-request-rename-group):
22348 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22349 local disk in sync with the server.
22350
22351 * gnus-start.el (gnus-get-unread-articles):
22352 Cosmetic simplification to logic.
22353
22354 * gnus-util.el (gnus-rename-file): New function.
22355
22356 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
22357
22358 * mm-util.el (mm-image-load-path): Handle nil in load-path.
22359
22360 2004-04-07 Jesper Harder <harder@ifa.au.dk>
22361
22362 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22363 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
22364
22365 2004-04-06 Jesper Harder <harder@ifa.au.dk>
22366
22367 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22368 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
22369
22370 2004-04-03 Jesper Harder <harder@ifa.au.dk>
22371
22372 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22373
22374 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
22375
22376 * spam.el (spam-set-difference): Add function to replace
22377 gnus-set-difference in spam.el.
22378 (spam-summary-prepare-exit): Use spam-set-difference.
22379
22380 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
22381
22382 * gnus-registry.el (gnus-registry-cache-file): Update to use
22383 gnus-dribble-directory OR gnus-home-directory OR ~.
22384 (gnus-registry-split-fancy-with-parent): Fix doc.
22385
22386 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
22387
22388 * message.el (message-exchange-point-and-mark):
22389 Use message-mark-active-p. Suggested by Jesper Harder
22390 <harder@ifa.au.dk>.
22391
22392 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
22393
22394 * message.el (message-exchange-point-and-mark): Don't activate
22395 region if it was inactive. Suggested by Hiroshi Fujishima
22396 <pooh@nature.tsukuba.ac.jp>.
22397
22398 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
22399
22400 * gnus-art.el (article-display-face): Display Faces in the same
22401 order as X-Faces.
22402
22403 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
22404
22405 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22406
22407 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
22408
22409 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22410 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22411 (gnus-article-mime-hierarchy): Remove.
22412 (gnus-article-mime-hierarchy-next): Remove.
22413 (gnus-article-mode): Revert 2004-03-19 change.
22414 (gnus-article-setup-buffer): Revert 2004-03-19 change.
22415 (gnus-insert-mime-button): Revert 2004-03-19 change.
22416 (gnus-mime-accumulate-hierarchy): Remove.
22417 (gnus-mime-enter-multipart): Remove.
22418 (gnus-mime-leave-multipart): Remove.
22419 (gnus-mime-display-part): Revert 2004-03-19 change.
22420 (gnus-mime-display-alternative): Revert 2004-03-19 change.
22421
22422 * mml.el (mml-preview): Revert 2004-03-19 change.
22423
22424 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
22425
22426 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22427
22428 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
22429
22430 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22431 t while entering a file name using the mm-with-multibyte macro.
22432 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22433
22434 * mm-util.el (mm-with-multibyte): New macro.
22435
22436 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
22437
22438 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22439 New user option.
22440 (gnus-mime-multipart-functions): Doc and customization fix.
22441 (gnus-article-mime-hierarchy): New variable.
22442 (gnus-article-mime-hierarchy-next): New variable.
22443 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22444 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22445 gnus-article-mime-hierarchy-next to nil.
22446 (gnus-insert-mime-button): Show hierarchy numbers.
22447 (gnus-mime-accumulate-hierarchy): New function.
22448 (gnus-mime-enter-multipart): New function.
22449 (gnus-mime-leave-multipart): New function.
22450 (gnus-mime-display-part): Recompute hierarchical MIME structure.
22451 (gnus-mime-display-alternative): Show hierarchy numbers.
22452
22453 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22454 gnus-article-mime-hierarchy-next to nil.
22455
22456 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
22457
22458 * dns.el: Don't require gnus-xmas.
22459
22460 2004-03-17 Jesper Harder <harder@ifa.au.dk>
22461
22462 * mml.el (mml-generate-mime-1): Don't use format=flowed with
22463 inline PGP.
22464 (mml-menu): Disable mml-quote-region if mark is inactive.
22465
22466 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
22467
22468 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22469 when the group's active is not available.
22470
22471 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
22472
22473 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22474 error.
22475
22476 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
22477
22478 * imap.el (imap-store-password): New variable.
22479 (imap-interactive-login): Use it.
22480 Suggested by Mark Plaksin <happy@mcplaksin.org>.
22481
22482 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
22483
22484 * gnus-art.el (gnus-article-read-summary-keys): Restore new
22485 window-start and hscroll to summary window.
22486
22487 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
22488
22489 * gnus-start.el (gnus-convert-old-newsrc): Only write the
22490 conversion message to newsrc-dribble when an actual conversion is
22491 performed.
22492
22493 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
22494
22495 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22496
22497 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
22498
22499 * mm-decode.el (mm-complicated-handles): New function reviving
22500 former definition of mm-multiple-handles.
22501
22502 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22503 (gnus-mime-delete-part): Use it.
22504
22505 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
22506
22507 * gnus-agent.el (gnus-agent-read-local):
22508 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22509 avoid the implicit assumption that they will always be equal.
22510 (gnus-agent-save-local): Bind buffer-file-coding-system, not
22511 coding-system-for-write, as the with-temp-file macro first prints
22512 to a buffer then saves the buffer.
22513
22514 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
22515
22516 * gnus-art.el (gnus-article-edit-part): New function.
22517 (gnus-mime-save-part-and-strip): Use it; do query instead of
22518 signaling an error; don't use mm-multiple-handles.
22519 (gnus-mime-delete-part): Ditto.
22520
22521 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
22522
22523 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22524 old file versions.
22525 (gnus-group-prepare-hook): Remove function that converted list
22526 form of gnus-agent-expire-days to group properties.
22527
22528 * gnus-int.el: Autoload gnus-agent-regenerate-group.
22529 (gnus-request-accept-article): Re-indented.
22530
22531 * gnus-start.el (gnus-convert-old-newsrc): Registered new
22532 converters to handle old agent file formats. Add logic for a
22533 "backup before upgrading warning".
22534 (gnus-convert-mark-converter-prompt): Developers can mark
22535 functions as needing (default), or not needing,
22536 gnus-convert-old-newsrc's "backup before upgrading warning".
22537 (gnus-convert-converter-needs-prompt): Tests whether the user
22538 should be protected from potentially irreversable changes by the
22539 function.
22540
22541 * legacy-gnus-agent.el: New. Provides converters that are only
22542 loaded when gnus-convert-old-newsrc needs to call them.
22543
22544 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
22545
22546 * mail-source.el (mail-source-touch-pop): Doc fix.
22547
22548 * message.el (message-smtpmail-send-it): Doc fix.
22549
22550 2004-03-05 Jesper Harder <harder@ifa.au.dk>
22551
22552 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22553
22554 * nnmail.el (nnmail-split-fancy): do.
22555
22556 * gnus-kill.el (gnus-kill, gnus-execute): do.
22557
22558 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
22559
22560 * gnus-sum.el (gnus-widget-reversible-match)
22561 (gnus-widget-reversible-to-internal)
22562 (gnus-widget-reversible-to-external): New functions.
22563 (gnus-widget-reversible): New widget.
22564 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22565
22566 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
22567
22568 * gnus-sum.el (gnus-thread-sort-functions)
22569 (gnus-article-sort-functions): Document `(not F)' items.
22570
22571 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
22572
22573 * spam.el (spam-use-gmane-xref): Add new backend.
22574 (spam-gmane-xref-spam-group): Add variable to control the name of the
22575 Gmane spam group.
22576 (spam-blackhole-servers, spam-blackhole-good-server-regex)
22577 (spam-regex-headers-spam, spam-regex-headers-ham)
22578 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22579 (spam-list-of-checks): Add spam-use-gmane-xref to list of
22580 backends and checks.
22581 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22582
22583 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22584 an autodetect method.
22585
22586 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22587
22588 * gnus-int.el (gnus-request-accept-article): Inform the agent that
22589 articles are being added to a group.
22590 (gnus-request-replace-article): Inform the agent that articles
22591 need to be uncached as the cached contents are no longer valid.
22592
22593 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22594
22595 * binhex.el: Don't autoload executable-find.
22596
22597 * canlock.el: Don't autoload mail-fetch-field.
22598
22599 * gnus-ems.el: Don't autoload appt-select-lowest-window.
22600
22601 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22602 rmail-dont-reply-to and rmail-output.
22603
22604 * gnus-score.el: Don't autoload ffap-string-at-point.
22605
22606 * gnus-setup.el: Don't autoload sc-cite-original.
22607
22608 * imap.el: Don't autoload base64-decode-string,
22609 base64-encode-string and md5.
22610
22611 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22612 and rmail-msg-restore-non-pruned-header.
22613
22614 * mm-decode.el: Don't autoload executable-find.
22615
22616 * mm-url.el: Don't autoload executable-find.
22617
22618 * mm-view.el: Don't autoload diff-mode.
22619
22620 * nndb.el: Don't autoload news-reply-mode, news-setup,
22621 cancel-timer and telnet.
22622
22623 * password.el: Don't autoload run-at-time for Emacs.
22624
22625 * sha1-el.el: Don't autoload executable-find.
22626
22627 * sieve-mode.el: Don't autoload c-mode.
22628
22629 * uudecode.el: Don't autoload executable-find.
22630
22631 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
22632
22633 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22634 (gnus-agent-possibly-alter-active): Avoid null in numeric
22635 comparison.
22636 (gnus-agent-set-local): Refuse to save null in local object table.
22637 (gnus-agent-regenerate-group): The REREAD parameter can now be a
22638 list of articles that will be marked as unread.
22639
22640 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
22641
22642 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22643
22644 2004-03-04 Jesper Harder <harder@ifa.au.dk>
22645
22646 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22647 language tags.
22648
22649 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
22650
22651 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22652 Don't bind "obarray".
22653
22654 * gnus-sum.el (gnus-thread-sort-functions):
22655 Add `gnus-thread-sort-by-most-recent-number' and
22656 `gnus-thread-sort-by-most-recent-date'.
22657 Reported by Kai Grossjohann <kai@emptydomain.de>.
22658
22659 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
22660
22661 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22662
22663 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
22664
22665 * gnus-cus.el (gnus-agent-customize-category):
22666 Remove ignore-errors macro reference that required cl to be loaded at
22667 run-time.
22668
22669 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22670 single-interval range of the form (min . max). Previously the
22671 range had to look like ((min . max)). Likewise, return
22672 (min . max) rather than ((min . max)).
22673 (gnus-range-map): Use gnus-range-normalize to accept
22674 single-interval range.
22675
22676 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22677 the cache, but not the agent, now appear with their usual face.
22678
22679 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
22680
22681 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22682 w3m-safe-url-regexp variable buffer-local.
22683
22684 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22685
22686 2004-02-27 Simon Josefsson <jas@extundo.com>
22687
22688 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22689 gnus-group-real-prefix.
22690 (gnus-summary-move-article): Use it, instead of
22691 gnus-group-real-prefix.
22692
22693 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
22694
22695 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22696 w3m-safe-url-regexp variable buffer-local and set it as the value
22697 of mm-w3m-safe-url-regexp.
22698
22699 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22700
22701 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22702 parsing gnus-posting-styles when the message is not for replying.
22703
22704 * nnrss.el (nnrss-opml-export):
22705 Use mm-set-buffer-file-coding-system instead of
22706 set-buffer-file-coding-system.
22707
22708 2004-02-27 Jesper Harder <harder@ifa.au.dk>
22709
22710 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22711 of checkdoc.el).
22712 * nnrss.el: do.
22713 * gnus-mlspl.el: do.
22714 * gnus-ml.el: do.
22715 * gnus-srvr.el: do.
22716
22717 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22718
22719 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
22720
22721 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22722 Corrections to custom-manual links.
22723
22724 * gnus-art.el (gnus-article): Ditto.
22725
22726 * mm-decode.el (mime-display, mime-security): Ditto.
22727
22728 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22729
22730 * flow-fill.el: Typo.
22731
22732 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
22733
22734 * spam-wash.el: New file.
22735
22736 2004-02-26 Mark A. Hershberger <mah@everybody.org>
22737
22738 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
22739
22740 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
22741
22742 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
22743 to be run with new-articles as LIST1, not LIST2.
22744 (spam-registration-functions): Add spam-use-ham-copy as a nil
22745 registration backend.
22746
22747 2004-02-26 Jesper Harder <harder@ifa.au.dk>
22748
22749 * spam-stat.el (spam-stat-washing-hook): New option.
22750 (spam-stat-buffer-words): Use it.
22751 (spam-stat-process-directory, spam-stat-test-directory):
22752 Use insert-file-contents-literally.
22753 (spam-stat-coding-system): New variable.
22754 (spam-stat-load, spam-stat-save): Use it.
22755
22756 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
22757
22758 * spam-report.el (spam-report-plug-agent):
22759 Quote spam-report-url-to-file and spam-report-url-ping-plain.
22760
22761 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
22762
22763 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
22764 Allow / in mailto URLs.
22765
22766 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
22767
22768 * spam-report.el (spam-report-process-queue): Fix interactive use.
22769 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
22770 (spam-report-unplug-agent): Doc fixes.
22771 (spam-report-url-ping-mm-url, spam-report-url-to-file)
22772 (spam-report-agentize, spam-report-deagentize):
22773 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
22774
22775 * message.el (message-setup-fill-variables): Add mml tags to
22776 paragraph-start and paragraph-separate. Suggested by Andrew Korty
22777 <ajk@iu.edu>.
22778 (message-mode): Don't modify paragraph-separate there.
22779
22780 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
22781
22782 * compface.el (uncompface-use-external): Default to undecided.
22783 (uncompface-use-external-threshold): New variable.
22784 (uncompface-float-time): New macro.
22785 (uncompface): Determine whether to use the external decoder if
22786 uncompface-use-external is undecided.
22787
22788 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
22789
22790 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
22791 after images.
22792
22793 * gnus-art.el (gnus-mime-display-single): Remove dead code.
22794
22795 2004-02-14 Jesper Harder <harder@ifa.au.dk>
22796
22797 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
22798
22799 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
22800
22801 * gnus-sum.el (gnus-summary-limit-to-age)
22802 (gnus-summary-limit-children): do.
22803
22804 * gnus-int.el (gnus-request-scan): do.
22805
22806 * gnus-group.el (gnus-group-suspend): do.
22807
22808 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
22809
22810 * gnus-cite.el (gnus-cite-parse-attributions): do.
22811
22812 * gnus-agent.el (gnus-summary-set-agent-mark)
22813 (gnus-agent-regenerate-group): do.
22814
22815 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
22816
22817 * binhex.el (binhex-decode-region-internal): do.
22818
22819 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
22820
22821 * gnus-fun.el (gnus-face-properties-alist): New user option.
22822 (gnus-display-x-face-in-from): Use it.
22823
22824 * gnus-art.el (article-display-face): Ditto.
22825
22826 * compface.el (uncompface-use-external): Default to nil.
22827
22828 2004-02-12 Jesper Harder <harder@ifa.au.dk>
22829
22830 * nntp.el (nntp-erase-buffer): New function.
22831 (nntp-retrieve-data, nntp-send-command)
22832 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
22833 (nntp-possibly-change-group): Use it.
22834
22835 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
22836 Use with-current-buffer.
22837
22838 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
22839
22840 * compface.el: Merge the ELisp-based uncompface program.
22841 (compface): New customization group.
22842 (uncompface-use-external): New user option.
22843 (uncompface): Call uncompface-internal if uncompface-use-external
22844 is nil.
22845 (uncompface-internal): New function. Note that there are also
22846 some other functions and variables added for this function.
22847
22848 2004-02-10 Jesper Harder <harder@ifa.au.dk>
22849
22850 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
22851 if necessary.
22852
22853 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
22854
22855 * spam-report.el (spam-report-unplug-agent)
22856 (spam-report-plug-agent, spam-report-deagentize)
22857 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
22858 Add support for the Agent in spam-report: when unplugged, report to a
22859 file; when plugged, submit all the requests.
22860
22861 * spam.el (spam-register-routine): Fix message about
22862 registration.
22863
22864 2004-02-09 Jesper Harder <harder@ifa.au.dk>
22865
22866 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
22867 dependencies.
22868 (rfc2047-encode): Use it.
22869
22870 * gnus-art.el (gnus-button-marker-list): Move before first
22871 reference.
22872
22873 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22874 (imap-parse-body): Fix format string mismatch.
22875
22876 * gnus-score.el (gnus-summary-increase-score): do.
22877
22878 * nnrss.el (nnrss-close): New function.
22879
22880 2004-02-08 Jesper Harder <harder@ifa.au.dk>
22881
22882 * nnrss.el (nnrss-make-filename): New function.
22883 (nnrss-request-delete-group, nnrss-read-server-data)
22884 (nnrss-save-server-data, nnrss-read-group-data)
22885 (nnrss-save-group-data): Use it.
22886 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
22887 (nnrss-read-server-data, nnrss-read-group-data): Use load.
22888 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
22889
22890 2004-02-07 Jesper Harder <harder@ifa.au.dk>
22891
22892 * mml.el (mml-compute-boundary-1): Don't uncompress files.
22893
22894 2004-02-06 Jesper Harder <harder@ifa.au.dk>
22895
22896 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
22897 files.
22898
22899 * message.el (message-generate-headers-first): Don't quote nil
22900 and t in docstrings.
22901
22902 * imap.el (imap-id): do.
22903
22904 * gnus-agent.el (gnus-agent-consider-all-articles)
22905 (gnus-agent-queue-mail): do.
22906
22907 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
22908
22909 * spam-report.el (spam-report-process-queue): New function.
22910 Process requests from `spam-report-requests-file'.
22911 (spam-report-process-queue): Doc fix.
22912
22913 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
22914
22915 * spam.el (spam-register-routine)
22916 (spam-log-processing-to-registry, spam-log-registered-p)
22917 (spam-log-unregistration-needed-p, spam-log-undo-registration):
22918 Change "check" to "spam-check" for semi-clarity.
22919
22920 2004-02-05 Jesper Harder <harder@ifa.au.dk>
22921
22922 * pop3.el: Require nnheader.
22923
22924 * mml-smime.el: Require cl. Autoload message-fetch-field.
22925
22926 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
22927
22928 * gnus-picon.el: Require cl.
22929
22930 * gnus-fun.el: Require gnus-ems and gnus-util.
22931
22932 * gnus.el (gnus-method-to-server): Move defsubst before first use.
22933
22934 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
22935
22936 * gnus-art.el (gnus-article-edit-mode): Define before first
22937 reference.
22938
22939 2004-02-04 Jesper Harder <harder@ifa.au.dk>
22940
22941 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
22942 (gnus-uu-post-encoded): Use point-at-bol.
22943
22944 * gnus-topic.el (gnus-group-active-topic-p): do.
22945
22946 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
22947
22948 * gnus-group.el (gnus-group-kill-region): do.
22949
22950 * gnus-art.el (article-date-ut): do.
22951
22952 * message.el (message-fetch-field): Remove redundant
22953 case-fold-search binding.
22954 (message-narrow-to-field): Simplify.
22955
22956 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
22957
22958 * spam.el (spam-directory): Derive from `gnus-directory'.
22959
22960 * spam-report.el (spam-report-url-to-file)
22961 (spam-report-requests-file): New function and variable for offline
22962 reporting.
22963 (spam-report-url-ping-function): Add `spam-report-url-to-file'
22964 and user defined function.
22965 (spam-report-url-ping-mm-url): Remove doubled slash.
22966
22967 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
22968
22969 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
22970
22971 2004-02-03 Jesper Harder <harder@ifa.au.dk>
22972
22973 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
22974 Fix format string mismatch.
22975
22976 * sieve.el (sieve-deactivate-all): do.
22977
22978 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
22979
22980 * nnlistserv.el (nnlistserv-kk-wash-article): do.
22981
22982 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
22983
22984 * mm-bodies.el (mm-7bit-chars): Don't include \r.
22985
22986 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
22987
22988 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
22989 the list of checks.
22990
22991 2004-01-31 Jesper Harder <harder@ifa.au.dk>
22992
22993 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
22994 padding.
22995
22996 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
22997
22998 * mm-view.el (mm-fill-flowed): New variable.
22999 (mm-inline-text): Use it.
23000
23001 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
23002
23003 * spam.el (spam-spamassassin-register-ham-routine)
23004 (spam-spamassassin-register-spam-routine): Fix function names.
23005
23006 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
23007
23008 * gnus.el (gnus-tmp-grouplens): Remove.
23009 (gnus-summary-line-format): Remove grouplens.
23010
23011 * gnus-group.el (gnus-group-line-format): Ditto.
23012
23013 * gnus-spec.el (gnus-format-specs): Ditto.
23014 (gnus-update-format-specifications): Flush the group format spec
23015 cache if there's the grouplens stuff.
23016 (gnus-parse-simple-format): Replace %l with the empty string.
23017
23018 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
23019
23020 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23021 omission.
23022
23023 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
23024
23025 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23026 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23027
23028 2004-01-25 Paul Jarc <prj@po.cwru.edu>
23029
23030 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23031 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23032 New macros and functions.
23033 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23034 Handle > NLINK_MAX messages.
23035 * nnmaildir.el (nnmaildir-request-set-mark):
23036 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23037
23038 2004-01-25 Alex Schroeder <alex@gnu.org>
23039
23040 * spam-stat.el (spam-stat-process-directory-age): New option.
23041 (spam-stat-process-directory): Use it.
23042
23043 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
23044
23045 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23046 (spam-stat-save): Accept prefix argument.
23047
23048 2004-01-23 Paul Jarc <prj@po.cwru.edu>
23049
23050 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23051 links" error.
23052
23053 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23054
23055 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23056 compatibility with old .newsrc.eld files.
23057
23058 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23059
23060 * gnus-start.el (gnus-1): do.
23061
23062 * gnus-group.el (gnus-group-line-format-alist): do.
23063
23064 * gnus.el (gnus-use-grouplens, gnus-visual): do.
23065
23066 * gnus-gl.el: Remove.
23067
23068 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
23069
23070 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23071 marks consisting of a single range {for example, (3 . 5)} rather
23072 than a list of a single range { ((3 . 5)) }.
23073
23074 2004-01-23 Jesper Harder <harder@ifa.au.dk>
23075
23076 * spam-stat.el (spam-stat-store-gnus-article-buffer):
23077 Use with-current-buffer.
23078 (spam-stat-store-current-buffer): Use insert-buffer-substring to
23079 avoid consing a string.
23080
23081 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23082 Remove obsolete entries for big5 and gb2312.
23083
23084 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
23085
23086 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23087 uncompressed list.
23088
23089 2004-01-22 Jesper Harder <harder@ifa.au.dk>
23090
23091 * spam-stat.el (spam-stat-strip-xref): New function.
23092 (spam-stat-process-directory): Use it.
23093
23094 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23095 here -- it's done in message-fetch-field.
23096
23097 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
23098
23099 * gnus-agent.el (gnus-agent-queue-mail)
23100 (gnus-agent-prompt-send-queue): New variables.
23101 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23102 * gnus-draft.el (gnus-group-send-queue): Pass the group name
23103 "nndraft:queue" along to gnus-draft-send.
23104 Use gnus-agent-prompt-send-queue.
23105 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23106 is "nndraft:queue". Suggested by Gaute Strokkenes
23107 <gs234@srcf.ucam.org>
23108
23109 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23110 (agent-enable-undownloaded-faces): Add.
23111 (gnus-agent-cat-groups): Use eval-and-compile, not
23112 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23113 method of gnus-agent-cat-groups even when the buffer has been
23114 evalled.
23115 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23116 delete gnus-agent-save-active-1.
23117 (gnus-agent-save-groups): Delete. Identical to
23118 gnus-agent-save-active.
23119 (gnus-agent-write-active): No longer adjust agent's copy of active
23120 file as agent's adjustments are now stored in their own
23121 file. Remove optional parameter.
23122 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23123 servers. Add use of min/max range limits from server's local
23124 file.
23125 (gnus-agent-save-alist): Remove unused optional argument.
23126 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23127 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23128 (gnus-agent-set-local): A per-server file that keeps min/max range
23129 limits for articles known to the agent. Provides a fast mechanism
23130 for altering many active ranges.
23131 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23132 active file (local makes it unnecessary).
23133 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23134
23135 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23136 (agent-enable-undownloaded-faces): Add.
23137
23138 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23139 disable it when sending to "nndraft:queue".
23140 (gnus-group-send-queue): Add safety check to avoid sending queue
23141 when unplugged.
23142
23143 * gnus-group.el (gnus-group-catchup): Use new
23144 gnus-sequence-of-unread-articles, not
23145 gnus-list-of-unread-articles, to avoid exhausting memory with huge
23146 numbers of articles. Use gnus-range-map to avoid having to
23147 uncompress the unread list.
23148 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23149 Fix invalid ange-ftp reference.
23150
23151 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23152 (gnus-sorted-range-intersection): Intersection of two ranges
23153 without requiring that they first be uncompressed.
23154
23155 * gnus-start.el (gnus-activate-group): Unless blocked by the
23156 caller, possibly expand the active range to include both cached
23157 and agentized articles.
23158 (gnus-convert-old-newsrc): Rewrote in anticipation of having
23159 multiple version-dependent converters.
23160 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23161 gnus-agent-save-active.
23162 (gnus-save-newsrc-file): Save dirty agent range limits.
23163
23164 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23165 gnus-agent-possibly-alter-active.
23166 (gnus-adjust-marked-articles): Faster handling of simple lists.
23167
23168 2004-01-21 Jesper Harder <harder@ifa.au.dk>
23169
23170 * spam-stat.el (spam-stat-test-directory): New optional argument
23171 displays a list of files detected. Suggested by Andrew Cohen
23172 <cohen@andy.bu.edu>.
23173 (spam-stat-buffer-words-with-scores): Don't narrow and change
23174 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
23175
23176 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
23177
23178 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23179 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23180 (spam-spamassassin-arguments)
23181 (spam-spamassassin-spam-flag-header)
23182 (spam-spamassassin-positive-spam-flag-header)
23183 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23184 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23185 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23186 (spam-list-of-processors, spam-list-of-checks)
23187 (spam-list-of-statistical-checks, spam-registration-functions)
23188 (spam-check-spamassassin-headers, spam-check-spamassassin)
23189 (spam-spamassassin-score)
23190 (spam-spamassassin-register-with-sa-learn)
23191 (spam-spamassassin-register-spam-routine)
23192 (spam-spamassassin-register-ham-routine)
23193 (spam-assassin-register-spam-routine)
23194 (spam-assassin-register-ham-routine): Add SpamAssassin support.
23195 (spam-bogofilter-score): Fix to show article before scoring.
23196
23197 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
23198
23199 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23200 default scoring function.
23201 (spam-generic-score): Call spam-spamassassin-score if
23202 spam-use-spamassassin or spam-use-spamassassin-headers is on;
23203 spam-bogofilter-score otherwise.
23204
23205 * gnus.el (spam-process, spam-autodetect-methods):
23206 Add spamassassin and spamassassin-headers.
23207
23208 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
23209
23210 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23211 Suppress unnecessary messages.
23212
23213 2004-01-20 Jesper Harder <harder@ifa.au.dk>
23214
23215 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23216 make-hash-table.
23217
23218 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
23219
23220 * canlock.el (base64-encode-string): Don't autoload it.
23221
23222 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
23223
23224 * run-at-time.el: Remove useless (require 'itimer),
23225 eval-and-compile and (featurep 'xemacs).
23226
23227 2004-01-16 Jesper Harder <harder@ifa.au.dk>
23228
23229 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23230 GROUP is a virtual group.
23231
23232 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
23233
23234 * gnus.el: Autoload `message-y-or-n-p'.
23235
23236 2004-01-15 Jesper Harder <harder@ifa.au.dk>
23237
23238 * pgg-parse.el: Remove unnecessary (require 'custom).
23239
23240 * pgg-def.el: do.
23241
23242 * nnmail.el: do.
23243
23244 * gnus-undo.el: do.
23245
23246 * gnus-picon.el: do.
23247
23248 * gnus-util.el: do.
23249
23250 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
23251
23252 * gnus-sum.el (gnus-pick-line-number): Add autoload.
23253
23254 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
23255
23256 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23257 handle, as well as a list.
23258
23259 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23260 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23261 (mm-w3m-cid-retrieve): Simplify.
23262
23263 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
23264
23265 * message.el (message-kill-to-signature): Allow prefix arg to
23266 specify number of lines to keep before signature.
23267
23268 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
23269
23270 * message.el (message-kill-to-signature): Change docstring.
23271
23272 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
23273
23274 * canlock.el: Always require sha1-el.
23275 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23276
23277 * message.el: Autoload sha1 only when compiling.
23278
23279 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
23280
23281 * message.el (message-canlock-generate): Require sha1-el.
23282
23283 2004-01-13 Jesper Harder <harder@ifa.au.dk>
23284
23285 * message.el (message-expand-name): Silence the byte compiler.
23286
23287 2004-01-13 Simon Josefsson <jas@extundo.com>
23288
23289 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23290 Invoke gnus-score-mode.
23291 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23292
23293 * gnus-range.el (gnus-compress-sequence): Doc fix.
23294 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23295
23296 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23297
23298 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23299
23300 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
23301
23302 * spam.el (spam-get-article-as-string): Update to use
23303 gnus-request-article-this-buffer, much simpler.
23304 (spam-get-article-as-buffer): Remove.
23305
23306 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
23307
23308 * message.el (message-expand-name): Use EUDC if the user uses that.
23309
23310 2004-01-12 Jesper Harder <harder@ifa.au.dk>
23311
23312 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23313 character for the encoding to avoid consing a string.
23314
23315 * rfc2047.el (rfc2047-decode-string): Don't cons a string
23316 unnecessarily.
23317
23318 * mm-util.el (mm-replace-chars-in-string): Remove.
23319
23320 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23321 of mm-replace-chars-in-string.
23322
23323 2004-01-11 Jesper Harder <harder@ifa.au.dk>
23324
23325 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23326
23327 * mm-util.el (mm-subst-char-in-string): Support inplace.
23328
23329 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23330 a new string in every iteration. Use shy groups.
23331
23332 2004-01-10 Jesper Harder <harder@ifa.au.dk>
23333
23334 * gnus-srvr.el (gnus-browse-unsubscribe-group):
23335 * gnus-soup.el (gnus-soup-group-brew):
23336 * gnus-msg.el (gnus-put-message):
23337 * gnus-move.el (gnus-group-move-group-to-server):
23338 * gnus-kill.el (gnus-batch-score):
23339 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23340 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23341 (gnus-group-update-group, gnus-group-read-group)
23342 (gnus-group-make-group, gnus-group-make-help-group)
23343 (gnus-group-make-archive-group, gnus-group-make-directory-group)
23344 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23345 (gnus-group-sort-by-unread, gnus-group-catchup)
23346 (gnus-group-unsubscribe-group, gnus-group-kill-group)
23347 (gnus-group-yank-group, gnus-group-set-info)
23348 (gnus-group-list-groups):
23349 * gnus.el (gnus-generate-new-group-name):
23350 * gnus-delay.el (gnus-delay-send-queue):
23351 * nnvirtual.el (nnvirtual-catchup-group):
23352 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23353 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23354 (gnus-group-prepare-topics, gnus-topic-check-topology):
23355 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23356 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23357 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23358 (gnus-group-make-articles-read):
23359 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23360 (gnus-group-change-level, gnus-kill-newsgroup)
23361 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23362 (gnus-get-unread-articles, gnus-make-articles-unread)
23363 (gnus-make-ascending-articles-unread): Use accessor
23364 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23365 to get group information for improved readability.
23366
23367 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23368
23369 * gnus-art.el (article-decode-mime-words, article-babel)
23370 (gnus-article-highlight-signature, gnus-article-add-buttons)
23371 (gnus-signature-toggle): Use gnus-with-article-buffer.
23372
23373 * gnus-art.el (gnus-article-highlight-headers)
23374 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23375
23376 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23377 (gnus-article-set-globals, gnus-request-article-this-buffer)
23378 (gnus-button-message-id, gnus-article-maybe-hide-headers)
23379 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23380 (gnus-mime-display-alternative): Use with-current-buffer.
23381
23382 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23383
23384 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23385 also under 80 char limit, and call gnus-error if needed.
23386 (spam-fetch-article-header): Fix - it was a
23387 buffer-local variable (gnus-newsgroup-data).
23388 (spam-find-spam): Use spam-generate-fake-headers, forget about
23389 spam-insert-fake-headers.
23390 (spam-insert-fake-headers): Remove.
23391
23392 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23393
23394 * deuglify.el (gnus-article-outlook-unwrap-lines)
23395 (gnus-outlook-rearrange-article)
23396 (gnus-outlook-repair-attribution-outlook)
23397 (gnus-outlook-repair-attribution-block)
23398 (gnus-outlook-repair-attribution-other): Remove redundant
23399 save-excursion.
23400
23401 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
23402
23403 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23404 (spam-fetch-field-subject-fast)
23405 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23406 (spam-fetch-article-header): Add functions to deal with Gnus
23407 internals for fast retrieval of article header data.
23408 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23409
23410 2004-01-09 Jesper Harder <harder@ifa.au.dk>
23411
23412 * pop3.el (pop3-md5): Remove.
23413 (pop3-apop): Replace pop3-md5 with md5.
23414
23415 * mm-bodies.el: base64 is always built-in.
23416
23417 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23418 Use with-current-buffer.
23419
23420 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
23421
23422 * canlock.el (canlock-insert-header): Remove excessive grouping in
23423 regexp.
23424
23425 * gnus-sum.el (gnus-summary-read-document): Ditto.
23426
23427 * gnus-uu.el (gnus-uu-part-number): Ditto.
23428
23429 * html2text.el (html2text-remove-tags): Ditto.
23430 (html2text-format-tags): Ditto.
23431 (html2text-format-single-elements): Ditto.
23432
23433 * mml.el (mml-parse-1): Ditto.
23434
23435 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23436
23437 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23438
23439 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23440
23441 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23442
23443 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23444
23445 2003-11-15 Simon Josefsson <jas@extundo.com>
23446
23447 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23448 (pgg-gpg-lookup-key): Use regexp match instead of
23449 split-string (split-string is different between emacs 21.2 and
23450 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
23451
23452 2004-01-08 Jesper Harder <harder@ifa.au.dk>
23453
23454 * gnus-art.el (gnus-mime-view-all-parts)
23455 (gnus-article-part-wrapper, gnus-article-view-part):
23456 Use with-current-buffer.
23457
23458 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23459
23460 * spam.el (spam-disable-spam-split-during-ham-respool)
23461 (spam-spamoracle-database, spam-cache-lookups)
23462 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23463 (spam-group-ham-mark-p, spam-group-spam-mark-p)
23464 (spam-group-ham-marks, spam-group-spam-marks)
23465 (spam-group-spam-contents-p, spam-group-ham-contents-p)
23466 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23467 also add spam-use-blackholes to the statistical checks.
23468 (spam-fetch-field-fast): Add interface to fetching fields, may
23469 become a macro.
23470 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23471 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23472 (spam-insert-fake-headers): Fake an article when needed.
23473 (spam-find-spam): Fake article when possible.
23474 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23475 (spam-check-bogofilter-headers): Use message-fetch-field instead
23476 of nnmail-fetch-field.
23477
23478 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
23479
23480 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23481
23482 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
23483
23484 * spam.el (spam-split): Do not require spam-use-CHECK to be
23485 enabled if that check is passed to spam-split explicitly; also
23486 fix so 'spam doesn't get converted to spam-split-group when
23487 spam-split-symbolic-return is t.
23488 (spam-find-spam): Find registrations of the article and use those
23489 instead of re-running spam-split to find the spam/ham
23490 classification of the article.
23491 (spam-log-processing-to-registry, spam-log-registered-p)
23492 (spam-log-unregistration-needed-p, spam-log-undo-registration):
23493 Use gnus-error instead of gnus-message.
23494 (spam-log-registration-type): Add function to determine the
23495 classification of a message based on registry entries; will
23496 return nil if both 'spam and 'ham are found.
23497 (spam-check-BBDB): Expand all the BBDB macros here so we can have
23498 a reasonably fast local cache without the loading errors.
23499 (spam-cache-lookups): Set to t by default.
23500 (spam-find-spam): Don't try to guess spam-cache-lookups.
23501 (spam-enter-whitelist, spam-enter-blacklist): Clear the
23502 spam-caches entry.
23503 (spam-filelist-build-cache, spam-filelist-check-cache):
23504 Fix caching of whitelist/blacklist entries.
23505 (spam-check-whitelist, spam-check-blacklist):
23506 Invoke spam-from-listed-p with a type, not a cache variable.
23507 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23508
23509 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23510
23511 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23512
23513 * nnmail.el (nnmail-split-fancy): do.
23514
23515 * mml.el (mml-parse): do.
23516
23517 * gnus-score.el (gnus-enter-score-words-into-hashtb)
23518 (gnus-score-adaptive): do.
23519
23520 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23521
23522 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23523 (gnus-mime-button-map): Don't set keymap parent.
23524 (gnus-button-ctan-directory-regexp): Use shy grouping.
23525 (gnus-prev-page-map): Don't set keymap parent.
23526 (gnus-prev-page-map): Remove duplicated one.
23527 (gnus-next-page-map): Don't set keymap parent.
23528 (gnus-mime-security-button-map): Ditto.
23529
23530 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23531 version number.
23532
23533 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23534
23535 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23536
23537 * canlock.el (canlock-sha1-function): Remove.
23538 (canlock-sha1-function-for-verify): Remove.
23539 (canlock-openssl-program): Remove.
23540 (canlock-openssl-args): Remove.
23541 (canlock-ignore-errors): Remove.
23542 (canlock-sha1-with-openssl): Remove.
23543 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23544 (canlock-verify): Don't use canlock-ignore-errors.
23545
23546 * sha1-el.el (sha1-string-external): Make it can return a string
23547 in binary form.
23548 (sha1-region-external): Ditto.
23549 (sha1-string-internal): Ditto.
23550 (sha1-region-internal): Ditto.
23551 (sha1-region): Ditto.
23552 (sha1-string): Ditto.
23553 (sha1): Ditto.
23554
23555 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23556
23557 * spam.el (spam-report-articles-gmane): New command.
23558
23559 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
23560
23561 * gnus.el: Don't make unnecessary *Group* buffer when loading.
23562
23563 * run-at-time.el (run-at-time-saved): Remove.
23564 (run-at-time): Doc fix.
23565
23566 2004-01-07 Jesper Harder <harder@ifa.au.dk>
23567
23568 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23569 (gnus-summary-limit-map): Add it.
23570 (gnus-summary-make-menu-bar): do.
23571
23572 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
23573
23574 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23575 Make attempt at some caching support (done for BBDB only now).
23576 (spam-find-spam): Set spam-cache-lookups if there are more than 2
23577 addresses to be checked.
23578 (spam-clear-cache-BBDB): Add function, to be invoked by
23579 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23580 (spam-check-BBDB): Check and use the caches, if
23581 spam-cache-lookups is on, remove superfluous (provide).
23582
23583 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
23584
23585 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23586
23587 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
23588
23589 * run-at-time.el (run-at-time-saved): Move to after the definition
23590 of `run-at-time'.
23591
23592 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
23593
23594 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23595 mm-w3m-local-map-property.
23596
23597 * mm-view.el (mm-w3m-mode-map): Remove.
23598 (mm-w3m-local-map-property): Remove.
23599 (mm-inline-text-html-render-with-w3m): Don't use
23600 mm-w3m-local-map-property.
23601
23602 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23603
23604 * run-at-time.el: New file.
23605
23606 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23607 of gnus-set-text-properties.
23608
23609 * gnus-uu.el (gnus-uu-save-article): Ditto.
23610
23611 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23612
23613 * gnus-cite.el (gnus-cite-parse): Ditto.
23614
23615 * gnus-art.el (gnus-button-push): Use set-text-properties instead
23616 of gnus-.
23617
23618 * gnus.el: Change calls to nnheader-run-at-time and
23619 password-run-at-time throughout to use run-at-time directly.
23620
23621 * password.el: Remove definition of run-at-time.
23622
23623 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
23624
23625 * mml.el (mml-minibuffer-read-disposition): Show attachment type
23626 in prompt.
23627
23628 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23629
23630 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23631 XEmacs version.
23632
23633 * dns.el (dns-make-network-process): Use `open-network-stream'
23634 instead of `gnus-xmas-open-network-stream'.
23635
23636 * .cvsignore: Add auto-autoloads.el, custom-load.el.
23637
23638 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23639
23640 * gnus-art.el (gnus-mime-display-alternative)
23641 (gnus-insert-mime-button, gnus-insert-mime-security-button)
23642 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23643 Don't use gnus-local-map-property.
23644
23645 * gnus-util.el (gnus-local-map-property): Remove.
23646
23647 * mm-view.el (mm-view-pkcs7-decrypt):
23648 Replace gnus-completing-read-maybe-default with completing-read.
23649
23650 * gnus-util.el (gnus-completing-read): do.
23651 (gnus-completing-read-maybe-default): Remove.
23652
23653 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
23654
23655 * password.el: Only autoload `run-at-time' if not XEmacs.
23656 Only autoload the itimer functions if XEmacs.
23657
23658 2004-01-06 Jesper Harder <harder@ifa.au.dk>
23659
23660 * gnus-art.el (gnus-read-string): Remove.
23661 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23662 read-string.
23663
23664 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
23665
23666 * netrc.el: Autoload password-read.
23667 (netrc): Add configuration group.
23668 (netrc-encoding-method, netrc-openssl-path):
23669 Add variables for encoding and decoding of files with symmetric
23670 ciphers.
23671 (netrc-encode): Add assistant function to encode a file with
23672 netrc-encoding-method.
23673 (netrc-parse): Add interactive parameter, added optional
23674 decoding if netrc-encoding-method is non-nil but otherwise
23675 behavior is standard.
23676 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23677 Do s/encode/encrypt/ everywhere.
23678
23679 * spam.el: Remove executable-find autoload.
23680
23681 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23682
23683 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23684
23685 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23686
23687 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
23688
23689 * gnus-art.el (gnus-treat-ansi-sequences)
23690 (article-treat-ansi-sequences): New variable and function.
23691 Suggested by Dan Jacobson <jidanni@jidanni.org>.
23692
23693 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23694 Use it.
23695
23696 2004-01-05 Jesper Harder <harder@ifa.au.dk>
23697
23698 * mm-util.el (mm-quote-arg): Remove.
23699
23700 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23701 shell-quote-argument.
23702
23703 * gnus-uu.el (gnus-uu-command): do.
23704
23705 * gnus-sum.el (gnus-summary-insert-pseudos): do.
23706
23707 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23708 with make-char.
23709
23710 * mm-util.el (mm-make-char): Remove.
23711
23712 * mml.el (mml-mode): Replace gnus-add-minor-mode with
23713 add-minor-mode.
23714
23715 * gnus-undo.el (gnus-undo-mode): do.
23716
23717 * gnus-topic.el (gnus-topic-mode): do.
23718
23719 * gnus-sum.el (gnus-dead-summary-mode): do.
23720
23721 * gnus-start.el (gnus-slave-mode): do.
23722
23723 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23724
23725 * gnus-ml.el (gnus-mailing-list-mode): do.
23726
23727 * gnus-gl.el (gnus-grouplens-mode): do.
23728
23729 * gnus-draft.el (gnus-draft-mode): do.
23730
23731 * gnus-dired.el (gnus-dired-mode): do.
23732
23733 * gnus-ems.el (gnus-add-minor-mode): Remove.
23734
23735 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23736 Replace gnus-char-width with char-width.
23737
23738 * gnus-ems.el (gnus-char-width): Remove.
23739
23740 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23741 Replace gnus-char-width with char-width.
23742
23743 * gnus-ems.el (gnus-char-width): Remove.
23744
23745 * spam-stat.el (with-syntax-table): Remove with-syntax-table
23746 definition.
23747 Remove Emacs 20 hash table compatibility code.
23748
23749 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
23750 20 compatibility code.
23751
23752 * spam.el (spam-point-at-eol): Replace with point-at-eol.
23753
23754 * smime.el (smime-point-at-eol): Replace with point-at-eol.
23755
23756 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
23757 Replace with point-at-{eol,bol}.
23758
23759 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
23760
23761 * imap.el (imap-point-at-eol): Replace with point-at-eol.
23762
23763 * flow-fill.el (fill-flowed-point-at-bol)
23764 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
23765
23766 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
23767 Replace with point-at-{eol,bol} throughout all files.
23768
23769 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
23770
23771 * ntlm.el (ntlm-string-as-unibyte): New macro.
23772 (ntlm-build-auth-response): Use it.
23773
23774 Remove Emacs 20 stuff:
23775 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
23776 of delq and copy-sequence.
23777 * gnus-art.el (popup-menu): Remove the compiler macro.
23778 * nnmail.el (nnmail-split-fancy): Don't support customizing with
23779 Emacs 20.
23780
23781 2004-01-05 Simon Josefsson <jas@extundo.com>
23782
23783 * ntlm.el: Fix namespace. Change smb-passwd-hash into
23784 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
23785 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
23786 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
23787 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
23788 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
23789 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
23790 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
23791 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
23792 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
23793 ntlm-string-permute, string-lshift into ntlm-string-lshift,
23794 string-xor into ntlm-string-xor.
23795 Suggested by Jesper Harder <harder@myrealbox.com>.
23796
23797 * ntlm.el: Don't include poem.
23798
23799 * md4.el (print-int32, print-string-hexa): Remove.
23800 Suggested by Jesper Harder <harder@myrealbox.com>.
23801
23802 * sasl-ntlm.el, ntlm.el, md4.el: New files.
23803
23804 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
23805 probably breaks emacs with DL patch, but do we care? Is anyone
23806 still using the DL stuff?)
23807
23808 * sieve-manage.el: Use the password package.
23809 (sieve-manage-read-passwd): Remove.
23810 (sieve-manage-interactive-login): Use password. Re-add
23811 condition-case around loop.
23812
23813 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
23814 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
23815 Use the password package.
23816
23817 2003-02-19 Simon Josefsson <jas@extundo.com>
23818
23819 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
23820 token.
23821
23822 2002-08-07 Simon Josefsson <jas@extundo.com>
23823
23824 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
23825 (sieve-manage-authenticators):
23826 (sieve-manage-authenticator-alist): Add some SASL mechs.
23827 (sieve-sasl-auth): New function.
23828 (sieve-manage-cram-md5-auth):
23829 (sieve-manage-plain-auth): Rewrite using SASL library.
23830 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
23831 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
23832 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
23833 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
23834
23835 2004-01-05 Simon Josefsson <jas@extundo.com>
23836
23837 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
23838 New files.
23839
23840 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23841
23842 * gnus-group.el (gnus-no-groups-message): Update.
23843
23844 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
23845
23846 2003-11-09 Simon Josefsson <jas@extundo.com>
23847
23848 * imap.el: Support for ID IMAP extension (RFC 2971).
23849 (imap-local-variables): Add imap-id.
23850 (imap-id): New variable.
23851 (imap-id): New function.
23852 (imap-parse-response): Parse untagged ID response.
23853 * nnimap.el (nnimap-id): New variable.
23854 (nnimap-open-connection): Use it.
23855
23856 2003-12-28 Simon Josefsson <jas@extundo.com>
23857
23858 * gnus-score.el (gnus-score-edit-all-score): New.
23859 * gnus-group.el (gnus-group-score-map): Bind it to W e.
23860
23861 2004-01-04 Simon Josefsson <jas@extundo.com>
23862
23863 * password.el: Add.
23864
23865 2004-01-04 Mario Lang <lang@zid.tugraz.at>
23866
23867 * dns.el (dns-query-types): Fix typo.
23868 (dns-query-types): New function.
23869 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
23870 PTR and SOA replies, see RFC 1035.
23871
23872 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23873
23874 * gnus.el (gnus-logo-color-style): Change colors to `no'.
23875
23876 * Move to Changelog.2.
23877
23878 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23879
23880 * gnus.el (gnus-version-number): Bump version.
23881
23882 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23883
23884 * gnus.el: No Gnus v0.1 is released.
23885
23886 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23887
23888 * gnus.el: No Gnus v0.0 is released.
23889
23890 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23891
23892 * gnus.el (gnus-version-number): Bump.
23893 (gnus-version): No.
23894
23895 See ChangeLog.2 for earlier changes.
23896
23897 Copyright (C) 2004-2012 Free Software Foundation, Inc.
23898
23899 This file is part of GNU Emacs.
23900
23901 GNU Emacs is free software: you can redistribute it and/or modify
23902 it under the terms of the GNU General Public License as published by
23903 the Free Software Foundation, either version 3 of the License, or
23904 (at your option) any later version.
23905
23906 GNU Emacs is distributed in the hope that it will be useful,
23907 but WITHOUT ANY WARRANTY; without even the implied warranty of
23908 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23909 GNU General Public License for more details.
23910
23911 You should have received a copy of the GNU General Public License
23912 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23913
23914 ;; Local Variables:
23915 ;; coding: utf-8
23916 ;; fill-column: 79
23917 ;; add-log-time-zone-rule: t
23918 ;; End: