Merge chages made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-sum.el (gnus-summary-move-article): Protect against backends
4 (i.e., nnimap) returning nil as the article number.
5
6 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp>
7
8 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
9 "DelSp" parameter in RFC3676.
10
11 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
12
13 * message.el (message-check-recipients): Display the encoded version of
14 the bogus address if they differ.
15
16 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
17 after sending.
18
19 * gnus-agent.el (gnus-agent-send-mail): Ditto.
20
21 * gnus-group.el (gnus-group-refresh-group): New convenience function.
22
23 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
24 group buffer after sending the queue.
25
26 * gnus-agent.el (gnus-agent-send-mail): Ditto.
27
28 2011-01-22 Julien Danjou <julien@danjou.info>
29
30 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
31
32 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
33
34 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
35 nested related parts.
36
37 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
38 unexpired articles. This fixes the regression that led expiry marks to
39 disappear from nnfolder groups.
40
41 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
44 Don't confuse the "ret" of "retrograde" with RET.
45
46 2011-01-21 Julien Danjou <julien@danjou.info>
47
48 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
49 than mm-insert-inline.
50
51 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
52
53 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
54 Widen article buffer.
55
56 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
59 the temp buffer.
60 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
61
62 2011-01-20 Julien Danjou <julien@danjou.info>
63
64 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
65
66 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
67 than mm-insert-inline to insert inline part: this respect
68 mm-inline-media-tests displayers.
69
70 * mm-view.el (mm-display-shell-script-inline): New function.
71
72 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
73
74 * mm-uu.el (mm-uu-type-alist): Add org block.
75 (mm-uu-org-src-code-block-extract): New function.
76
77 * mm-view.el (mm-display-org-inline): New function.
78
79 * mm-decode.el (mm-automatic-display): Add text/org.
80
81 * mailcap.el (mailcap-mime-extensions): Add .org.
82
83 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
84
85 * gnus-art.el (gnus-article-highlight): Remove argument passed to
86 gnus-article-add-buttons.
87
88 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
89
90 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
91 From header with a date and "nobody" as the sender.
92
93 2011-01-19 Julien Danjou <julien@danjou.info>
94
95 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
96 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
97 if you have the same regexp several times.
98 (gnus-button-push): Fix matching when regexp is symbol.
99
100 2011-01-15 Glenn Morris <rgm@gnu.org>
101
102 * message.el (message-mail): A compose-mail function should
103 accept headers as strings.
104
105 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
106
107 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
108 Add :vert-only tags.
109 (message-mail): New arg RETURN-ACTION.
110 (message-return-action): New var.
111 (message-bury): Use it.
112 (message-mode): Make it buffer-local.
113 (message-send-and-exit): Always call message-bury.
114
115 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
116 message-mail.
117
118 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
119
120 * nnimap.el (nnimap-convert-partial-article): Protect against
121 zero-length body parts.
122
123 * mm-decode.el (mm-preferred-alternative-precedence):
124 Discourage showing empty parts.
125
126 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
127 and stuff if the backend didn't return the article number. This fixes
128 an Exchange-related nnimap bug.
129
130 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
131 group window, because it does the wrong thing when a separate frame
132 displays the group buffer.
133
134 * proto-stream.el (open-protocol-stream): Protect against the low-level
135 transport functions returning nil.
136
137 2011-01-07 Daiki Ueno <ueno@unixuser.org>
138
139 * mml2015.el (epg-sub-key-fingerprint): Autoload.
140 (mml2015-epg-find-usable-secret-key): New function.
141 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
142 mml2015-epg-find-usable-key (Bug#7797).
143 (mml2015-epg-encrypt): Ditto.
144
145 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
146
147 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
148
149 2011-01-03 Glenn Morris <rgm@gnu.org>
150
151 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
152
153 * sieve.el (sieve-open-server): Give a more explicit error if
154 sieve-manage-open returns nil. (Bug#7720)
155
156 2011-01-02 Karl Fogel <kfogel@red-bean.com>
157
158 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
159
160 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
161
162 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
163 This avoids sending passwords in plain text over non-encrypted
164 channels.
165
166 * shr.el (shr-rescale-image): Display all GIF images as animated images.
167
168 * nnimap.el (nnimap-login): Refactored out into own function, and
169 implement CRAM-MD5.
170 (nnimap-wait-for-line): Refactored out.
171
172 * mm-view.el (mml-smime): Require.
173
174 2010-12-20 David Engster <deng@eml.cc>
175
176 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
177 use EPG to decrypt S/MIME messages instead of openssl.
178
179 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
180
181 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
182
183 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
184 status is the group clearly is unreachable.
185
186 * auth-source.el (auth-source-create): Add the optional second
187 parameter to `local-variable-p' to be compatible with XEmacs.
188
189 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
190
191 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
192 work when using a compressed nnml folder.
193
194 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
195
196 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
197 backends after sanitising on entry, because this never makes sense:
198 If the articles have gone missing, then the data no longer exists on
199 the backend, and if they haven't, then Gnus is wrong, and shouldn't
200 overwrite anything anyway.
201
202 * shr.el (shr-insert-document): Bind shr-width dynamically to
203 window-width if it's nil.
204
205 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
206
207 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
208 with the meaning of using the full emacs window width for rendering.
209
210 2010-12-27 Daiki Ueno <ueno@unixuser.org>
211
212 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
213 case when sender is not given.
214
215 2010-12-23 Julien Danjou <julien@danjou.info>
216
217 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
218 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
219 the addresses, otherwise we might misplaced the gravatar.
220
221 2010-12-21 Daiki Ueno <ueno@unixuser.org>
222
223 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
224 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
225 obsolete in Emacs.
226
227 2010-12-20 Julien Danjou <julien@danjou.info>
228
229 * gnus-util.el (gnus-rescale-image): Revert last change.
230
231 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
232
233 * gnus-group.el (gnus-group-delete-articles): New command.
234
235 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
236
237 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
238
239 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
241 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
242 here, since it's up to the backends to do CRLF removal if their
243 protocol has it.
244
245 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
246
247 2010-12-17 Julien Danjou <julien@danjou.info>
248
249 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
250 they are from file. Can also scale up.
251
252 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
253
254 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
255 gnus-use-agent.
256 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
257
258 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
259
260 2010-12-17 Julien Danjou <julien@danjou.info>
261
262 * gravatar.el (gravatar-retrieve-synchronously): New function.
263 (gravatar-get-data): Make more robust.
264
265 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
266
267 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
268 to really consider the last line.
269
270 2010-12-16 Daiki Ueno <ueno@unixuser.org>
271
272 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
273 list of recipient keys, or use symmetric encryption if not a list.
274 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
275 EPA override, replacing the call to `netrc-store-data'.
276
277 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
278
279 * gnus-srvr.el: Avoid passing nil regexp argument to
280 delete-matching-lines.
281
282 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
283
284 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
285 fetching stops when Gnus exits.
286
287 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
288 function.
289 (nnfolder-request-expire-articles): Save all the buffers after doing
290 expiry.
291
292 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
293 the last article", since that led to serious performance regressions
294 when expiring nnml groups.
295
296 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
297
298 * nnir.el: Improve customizations.
299
300 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
301
302 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
303
304 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
305 group has been killed.
306 (gnus-group-yank-group): Ditto.
307
308 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
309
310 * nnimap.el (nnimap-request-update-group-status): New function.
311
312 * gnus-int.el (gnus-request-update-group-status): New interface
313 function.
314
315 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
316 copying read-ness to the backends.
317
318 * nnimap.el (nnimap-quirk): New function.
319 (nnimap-retrieve-group-data-early): Use it.
320 (nnimap-quirks): New alist.
321
322 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
323
324 * shr.el (shr-insert): Set shr-start after deleting trailing space;
325 don't delete it within indentation.
326
327 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
328
329 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
330 previous line.
331
332 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
333
334 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
335 QRESYNC command by deleting a superfluous space which broke Cyrus
336 servers. This change will break other servers that are buggy the other
337 way around.
338
339 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
340
341 * spam.el: Reindent and fix long lines.
342 (spam-copy-or-move-routine): Exclude invalid move destinations.
343
344 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
345
346 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
347 installed the registry.
348
349 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
350
351 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
352 groupname doesn't contain "gmane".
353
354 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
355
356 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
357 (gnus-1): Don't create the nndrafts group twice.
358 (gnus-setup-news): There's no need to read the active file here, since
359 that's done again later on a per-backend basis.
360 (gnus-start-draft-setup): Make sure that the new group is started out
361 empty.
362
363 * gnus-agent.el (gnus-agentize): Don't create the queue group
364 automatically on startup. It'll be created later, if needed.
365
366 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
367 of automatically subscribed groups.
368 (gnus-auto-subscribed-categories): New variable.
369 (gnus-matches-options-n): Use it.
370 (gnus-default-subscribed-newsgroups): Remove unused variable.
371 (gnus-start-draft-setup): Message a bit less.
372
373 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
374
375 * nnir.el (nnir-run-imap): Return article list in order of increasing
376 UID.
377
378 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
379
380 * gnus-sum.el (gnus-summary-enter-digest-group):
381 Mention gnus-auto-select-on-ephemeral-exit.
382
383 * proto-stream.el (proto-stream-open-network-only): Fix the calling
384 convention of the network-only option.
385
386 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
387
388 * proto-stream.el (proto-stream-open-network-only): New function to
389 have a way to specify non-STARTTLS upgrade connections.
390
391 2010-12-10 Julien Danjou <julien@danjou.info>
392
393 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
394 email address is nil.
395
396 * message.el (message-bogus-recipient-p): Set address to "" if nil.
397
398 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
399
400 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
401 deletion.
402 (nnir-run-imap): Only need to parse list once.
403
404 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
405
406 * shr.el (shr-tag-script): Ignore <script>.
407 (shr-tag-label): Add <label> support.
408
409 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
412
413 * shr.el (shr-image-displayer): Work for images lined side by side.
414
415 2010-12-08 Robert Pluim <rpluim@gmail.com>
416
417 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
418 parameter, since XEmacs doesn't accept t as a parameter.
419
420 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
421
422 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
423 ids.
424 (nnir-run-gmane): Simplify groupspec formatting.
425 (nnir-request-expire-articles): New function.
426
427 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
428
429 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
430 overflow, possibly.
431
432 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
433 (shr-render-td): Handle td style="" better.
434 (shr-tag-table): Use the color from the style sheet.
435 (shr-render-td): Make sure we copy over all the overlays, too.
436
437 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
438
439 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
440 (nnir-request-article): Improve article retrieval.
441
442 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
443
444 * mm-util.el (mm-extra-numeric-entities): New variable.
445
446 * mm-url.el (mm-url-decode-entities):
447 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
448
449 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * message.el: Use completion-at-point.
452 (message-completion-function): New fun, extracted from message-tab.
453 (message-mode): Use it for completion-at-point-functions.
454 (message-tab): Use it and completion-at-point.
455
456 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
457
458 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
459 character if a non-breakable character follows.
460
461 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
462
463 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
464 any stream.
465
466 * shr.el (shr-tag-font): Colorize the region.
467 (shr-tag-body): Ditto.
468 (shr-tag-font): Actually let the styles be inherited instead of
469 overwriting them.
470 (shr-tag-font): Get the background color right.
471 (shr-tag-style): Ignore all <style> tags for the moment.
472
473 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
474 a Message-ID to avoid having nnimap depend on gnus-sum.
475
476 * shr.el (shr-descend): Only colorize something if we have a node that
477 sets colors.
478
479 2010-12-06 Julien Danjou <julien@danjou.info>
480
481 * shr.el (shr-render-td): Render td content with shr-descend, so style
482 will be applied to <td> too.
483 (shr-colorize-region): Colorize region even if we only have a background.
484 (shr-tag-body): Fix color and background color inheritance.
485 Do not recolorize after shr-generic.
486 (shr-tag-font): Let shr-generic colorize via inheritance.
487
488 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
489
490 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
491
492 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
493
494 * nnir.el (nnir-request-move-article): Remove obsolete code.
495
496 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
497
498 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
499
500 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
502 * gnus-sum.el (gnus-summary-respool-article): The completion function
503 expects a list instead of an alist.
504
505 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
506 string as the parameter.
507
508 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
509
510 * shr.el (shr-stylesheet): New dynamic variable for cascading the
511 styles.
512 (shr-colorize-region): New function.
513 (shr-insert-background-overlay): Remove.
514 (shr-render-td): Background setting should be taken care of on a higher
515 level.
516 (shr-tag-body): Use post-hoc colorizations.
517 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
518 (shr-put-color-1): Don't overwrite old colors.
519 (shr-colorize-region): When the background color isn't explicit, use
520 a fixed background.
521
522 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
523 nnmail variables.
524
525 2010-12-05 Bjørn Mork <bjorn@mork.no>
526
527 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
528 unless necessary.
529
530 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
531
532 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
533 server.
534
535 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
536
537 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
538 so that TAB works.
539
540 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
541 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
542
543 * shr.el (shr-urlify): Show the URL before the title to avoid
544 misleading URLs.
545
546 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
547
548 * shr.el (shr-urlify): Display the title in <a> tags.
549
550 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
551
552 * nnir.el (nnir-categorize): Replace mapcar with mapc.
553
554 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
555
556 * nnir.el: Rearrange code to allow macros to be autoloaded by
557 gnus-sum.el.
558 (nnir-retrieve-headers-override-function): Make this variable
559 customizable.
560 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
561
562 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
563 from nnir.el.
564
565 2010-12-03 Julien Danjou <julien@danjou.info>
566
567 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
568
569 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
570
571 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
572 allow optional argument `environment'.
573
574 2010-12-03 Glenn Morris <rgm@gnu.org>
575
576 * mm-extern.el (message-goto-body): Update declaration.
577
578 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
579
580 * gnus-util.el (gnus-macroexpand-all): New function.
581
582 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
583 instead of macroexpand-all that is unavailable in XEmacs.
584
585 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
586
587 * nnir.el (nnir-summary-line-format): New variable.
588 (nnir-mode): Use it.
589 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
590 (nnir-article-ids): Reimplement as defsubst.
591 (nnir-retrieve-headers): Don't mangle the subject header.
592 (nnir-run-imap): Use 100 as RSV score.
593 (nnir-run-find-grep): Fix for full server searching.
594 (nnir-run-gmane): Better restriction to gmane groups.
595
596 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
597 summary buffers.
598
599 2010-12-02 Julien Danjou <julien@danjou.info>
600
601 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
602
603 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
604
605 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
606 support.
607
608 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
609
610 * nnir.el: Update to handle the registry better.
611 (autoload): Silence byte-compiler.
612 (nnir-open-server): Add a hook for nnir groups.
613 (nnir-request-move-article): Don't mangle the header. Better to use
614 formating variables (which will be added in the future).
615 (nnir-registry-action): Update the registry using the original article
616 group name.
617 (nnir-mode): Install nnir-specific hooks for updating the registry.
618
619 * gnus-sum.el
620 (gnus-article-original-subject,gnus-newsgroup-original-name):
621 Remove obsolete variables.
622 (gnus-summary-move-article): Remove use of obsolete variables.
623 (gnus-summary-local-variables): Make move and delete hooks local to
624 summary buffers.
625
626 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
627
628 * rtree.el: New file.
629
630 2010-12-01 Julien Danjou <julien@danjou.info>
631
632 * message.el (message-user-organization): Do not use
633 gnus-local-organization.
634
635 * gnus.el: Remove gnus-local-organization.
636
637 * gnus-msg.el: Remove nastygram thing.
638
639 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
640
641 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
642 funcall.
643
644 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
645
646 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
647 names.
648
649 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
650 characters.
651
652 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
653 to t of inhibit-read-only since it is inside gnus-with-article-headers.
654 Suggested by Štěpán Němec <stepnem@gmail.com>.
655 (gnus-gravatar-transform-address): Use mail-extract-address-components
656 that supports non-ASCII names rather than mail-header-parse-addresses.
657
658 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
659
660 * proto-stream.el (open-protocol-stream): All starttls connections are
661 handled by the network handler.
662
663 2010-11-30 Julien Danjou <julien@danjou.info>
664
665 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
666 (nnimap-open-connection-1): Fix PREAUTH.
667
668 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
669
670 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
671
672 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
673 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
674 (shr-insert): Use them.
675 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
676
677 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
678
679 * nnir.el (nnir-request-move-article): Bail out if original group
680 doesn't support article moves.
681 (nnir-get-active): Improve active list retrieval.
682
683 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
684
685 * shr.el (shr-find-fill-point): Don't break before apostrophes.
686
687 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
688
689 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
690 seem to accept strings-with-numbers as port numbers,
691
692 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
693
694 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
695 change the registry.
696
697 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
698
699 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
700 delete-dups that is not available in XEmacs 21.4.
701
702 * mm-util.el (mm-delete-duplicates): Add comment.
703
704 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
705
706 * nnir.el (nnir-ignored-newsgroups): New variable.
707 (nnir-get-active): Use it.
708
709 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
710
711 * proto-stream.el (proto-stream-open-network): Add some comments.
712
713 * nntp.el (nntp-open-connection): Provide a :success condition.
714
715 * nnimap.el (nnimap-open-connection-1): Ditto.
716
717 * proto-stream.el (proto-stream-open-network): See what the response to
718 the STARTTLS command is.
719
720 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
721 backwards compatibility).
722 (nnimap-open-connection-1): Really respect nnimap-server-port.
723
724 * proto-stream.el (proto-stream-open-network): When doing opportunistic
725 TLS upgrades we don't really care about the identity of the peer.
726 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
727 that what we've checked for.
728 (proto-stream-always-use-starttls): Only default to t if
729 open-gnutls-stream exists.
730 (proto-stream-open-network): If STARTTLS failed, then just open a
731 normal connection.
732 (proto-stream-open-network): Wait until the greeting before doing
733 STARTTLS.
734
735 * nntp.el (nntp-open-connection): Report what the connection error is.
736
737 * proto-stream.el (open-protocol-stream): Rename from
738 open-proto-stream.
739
740 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
742 * nnimap.el (nnimap-stream): Change default to `undecided'.
743 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
744 first, and then network.
745 (nnimap-open-connection-1): Respect nnimap-server-port.
746 (nnimap-open-connection): Be more backwards-compatible.
747
748 * proto-stream.el (proto-stream-always-use-starttls): New variable.
749 (proto-stream-open-starttls): De-duplicate the starttls code.
750 (proto-stream-open-starttls): Folded back into the main function.
751 (proto-stream-open-network): Fix typo in the gnutls path.
752 (proto-stream-command): Refactor out.
753
754 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
755
756 * proto-stream.el (proto-stream-open-starttls): Actually implement the
757 starttls.el STARTTLS.
758
759 * color.el (color-lab->srgb): Fix function call name.
760
761 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
762 if we're using tls.el.
763 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
764 built in, then don't try to establish a STARTTLS connection.
765
766 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
767 servers.
768
769 * proto-stream.el (open-proto-stream): Use network, not stream.
770 (open-proto-stream): Add a way to specify what the end of a command is.
771
772 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
773 connections types.
774 (nntp-open-network-stream): Remove.
775 (nntp-open-ssl-stream): Remove.
776 (nntp-open-tls-stream): Remove.
777 (nntp-ssl-program): Remove.
778
779 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
780
781 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
782
783 * nnir.el: Fix typos.
784 (nnir-retrieve-headers-override-function): Rename variable to reflect
785 new semantics.
786 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
787 macros.
788 (nnir-request-article, nnir-request-move-article): Use them.
789 (nnir-categorize): New function.
790 (nnir-run-query): Use it.
791 (nnir-retrieve-headers): Rewrite to batch header retrieval.
792 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
793 sorted.
794 (nnir-group-full-name): Use gnus-group-full-name instead.
795 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
796 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
797
798 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
799
800 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
801
802 * proto-stream.el: New library to provide protocol-specific
803 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
804 protocols.
805 (open-proto-stream): Complete the documentation.
806 (proto-stream-open-network): Fix some typos.
807
808 * nnimap.el (nnimap-open-connection): Use it.
809
810 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
811
812 * pop3.el (pop3-open-server): Read server greeting before starting TLS
813 negotiation.
814
815 2010-11-26 Julien Danjou <julien@danjou.info>
816
817 * color.el: Rename various rgb functions to srgb.
818
819 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
820
821 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
822 names.
823
824 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
825
826 * shr.el (shr-insert): Revert last change.
827 (shr-find-fill-point): Never leave point being at bol;
828 relax the kinsoku limitation when rendering tables.
829
830 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
831
832 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
833 results from -accept-article.
834
835 * shr-color.el: Require cl when compiling.
836
837 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
838 checkin.
839
840 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
841
842 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
843
844 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
845 'add and 'delete to set backend marks.
846
847 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
848
849 * nnheader.el (nnheader-update-marks-actions): Refactor out.
850
851 * nntp.el (nntp-request-set-mark): Use it.
852
853 * nnfolder.el (nnfolder-request-set-mark): Ditto.
854
855 * nnml.el (nnml-request-set-mark): Ditto.
856
857 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
858 introduces regressions in article selection.
859 (nnimap-find-uid-response): New function.
860 (nnimap-request-accept-article): Use the UID returned, if any.
861 (nnimap-request-move-article): Use the UID returned, if any.
862 (nnimap-get-groups): Reimplement to work with folded lines.
863 (nnimap-find-uid-response): The UID is the last element in the list.
864 (nnimap-request-set-mark): Extend syntax with 'set.
865
866 * nnml.el (nnml-request-set-mark): Ditto.
867
868 * nnfolder.el (nnfolder-request-set-mark): Ditto.
869
870 * nntp.el (nntp-request-set-mark): Ditto.
871
872 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
873
874 * message.el (message-called-interactively-p): A temporary macro.
875 (message-goto-body): Use it temporarily.
876
877 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
879 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
880 (nnimap-last-response-string): Unfold quoted lines, if they exist.
881 (nnimap-last-response-string): Fix last unfolding fix.
882
883 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
884
885 * shr.el (shr-insert): Fix the way to fold lines.
886
887 2010-11-25 Julien Danjou <julien@danjou.info>
888
889 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
890
891 * color.el: Rename from color-lab.el
892 (color-rgb->hex): Add.
893 (color-complement): Add.
894 (color-complement-hex): Add.
895
896 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
897
898 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
899
900 * shr-color.el (shr-color-visible): Don't bug out if the colour names
901 don't exist.
902
903 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
904
905 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
906 assuming that article displaying or another mml-preview may be
907 interrupted for an error or for the like.
908
909 * shr.el (shr-get-background): Fix argument name.
910
911 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
912
913 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
914
915 * gnus-sum.el (gnus-summary-include-articles): New function.
916
917 * message.el (message-goto-body): called-interactively-p needs a
918 parameter, so use `any'.
919
920 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
921 clear marks before moving, since they're synced from the Gnus side
922 first.
923
924 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
925 (gnus-summary-move-article): Copy over all marks before moving, so that
926 IMAP doesn't think a new article has arrived.
927
928 2010-11-24 Julien Danjou <julien@danjou.info>
929
930 * shr.el (shr-insert-background-overlay): Fix typo.
931 (shr-render-td): Copy the background before rendering.
932
933 * shr-color.el (shr-color-visible): Fix docstring.
934
935 * shr.el (shr-tag-table): Add bgcolor support.
936 (shr-render-td): Add bgcolor support.
937 (shr-get-background): Add.
938 (shr-insert-foreground-overlay): Use shr-get-background.
939
940 * message.el (message-goto-body): Use called-interactively-p.
941 (message-in-body-p): message-goto-body returns point.
942
943 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
944
945 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
946 Fixes something or other in Emacs 23, and is backwards compatible.
947
948 * message.el (message-goto-body): Remove the <#secure special-casing,
949 which is too special.
950
951 * shr.el (shr-parse-style): Drop !important from styles.
952
953 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
954
955 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
956 this function to return incorrect results when calling it with an
957 explicit article argument different from
958 (gnus-summary-article-number).
959
960 2010-11-24 Julien Danjou <julien@danjou.info>
961
962 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
963 (shr-tag-body): Add background support.
964 (shr-descend): Add background support.
965 (shr-tag-title): Add.
966
967 * shr-color.el (shr-color-visible): Really return original background
968 if fixed.
969
970 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
971
972 * shr.el (shr-color-check): Protect against non-existant colour names.
973
974 2010-11-24 Julien Danjou <julien@danjou.info>
975
976 * color-lab.el: Require 'cl when compiling.
977
978 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
979
980 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
981 matched part.
982
983 * color-lab.el: Fix all expt calls to use float type.
984
985 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
986
987 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
988 expression to shr-color-check as is.
989
990 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
991
992 * color-lab.el: Add coding cookie.
993 (float-pi): Use eval-and-compile.
994
995 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
996
997 * shr.el (shr-insert-color-overlay): Split stuff like
998 "#444444 !important" to find the real colour.
999 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1000 parse <font color="red"> entries.
1001
1002 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
1003
1004 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
1005 point when parsing headers.
1006
1007 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
1008 is positioned properly when parsing headers.
1009
1010 2010-11-23 Julien Danjou <julien@danjou.info>
1011
1012 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1013
1014 * shr-color.el (shr-color->hexadecimal): Add support for color names.
1015
1016 * shr.el (shr-parse-style): Replace \n with space in style parsing.
1017
1018 * shr-color.el (shr-color-hsl-to-rgb-fractions):
1019 Use shr-color-hue-to-rgb.
1020 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1021
1022 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
1024 * shr.el (shr-color->hexadecimal): Autoload.
1025 (shr-descend): Add color to all tags.
1026
1027 2010-11-22 Julien Danjou <julien@danjou.info>
1028
1029 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1030 shr-color->hexadecimal.
1031
1032 * shr-color.el (shr-color->hexadecimal): Add converting functions for
1033 RGB() or HSL() color representation.
1034
1035 * shr.el (shr-tag-font): Add.
1036 (shr-tag-color-check): New function to get better colors.
1037 (shr-tag-insert-color-overlay): Factorize code between tag-font and
1038 tag-span.
1039
1040 * shr-color.el: New file.
1041
1042 * color-lab.el: New file.
1043
1044 * gnus-art.el (gnus-url-mailto): Do not downcase args.
1045
1046 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
1047
1048 * nnir.el: Fix typo in comments.
1049 (nnir-run-imap): Simplify code. No need to reverse artlist.
1050 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1051
1052 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1053
1054 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1055
1056 * nnimap.el (nnimap-get-capabilities): Refactor out.
1057 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1058
1059 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1060
1061 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1062 appearing when `mm-uu-hide-markers' is nil.
1063
1064 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1065
1066 * nnimap.el (nnimap-unselect-group): Make into its own function.
1067 (nnimap-request-rename-group): Unselect group before renaming.
1068 This had gotten lost somewhere.
1069 (nnimap-request-accept-article): Keep track of examined groups, and
1070 unselect the group before APPENDing to read-only groups.
1071 (nnimap-request-move-article): Clear flags before moving so that they
1072 can be re-set later.
1073
1074 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1075
1076 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1077 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1078
1079 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1080
1081 * gnus-art.el (gnus-mime-display-single)
1082 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1083 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1084 parameter.
1085
1086 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1087
1088 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1089 (shr-table-vertical-line): New variable.
1090 (shr-insert-table): Use it.
1091
1092 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1093
1094 * gnus-html.el (gnus-html-wash-images): Don't display images if
1095 gnus-inhibit-images is non-nil; register displayer for cid images.
1096 (gnus-html-display-image): Work for cid image.
1097 (gnus-html-insert-image): Allow arguments.
1098 (gnus-html-put-image): Inhibit read-only.
1099 (gnus-html-prefetch-images): Don't prefetch images if
1100 gnus-inhibit-images is non-nil.
1101
1102 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1103
1104 * shr.el (shr-put-image): Break lines when inserting big pictures.
1105
1106 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1107
1108 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1109 sender, thanks Katsumi Yamaoka.
1110
1111 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1112
1113 * nnir.el (nnir-run-imap): Reverse the article list for each group
1114 rather than the whole list.
1115
1116 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1117
1118 * shr.el (shr-image-displayer): Protect function against non-existent
1119 image source.
1120
1121 * gnus-art.el (gnus-inhibit-images): New user option.
1122 (gnus-mime-display-single): Don't display image if it is non-nil.
1123
1124 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1125 gnus-inhibit-images.
1126
1127 * shr.el (shr-image-displayer): New function.
1128 (shr-tag-img): Use it.
1129
1130 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1131
1132 * mml2015.el (mml2015-epg-sign): Use From header.
1133
1134 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1135
1136 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1137
1138 * gnus-util.el (gnus-find-text-property-region): Return markers.
1139
1140 * shr.el (shr-tag-img): Put a displayer in the text property.
1141
1142 * gnus-util.el (gnus-find-text-property-region): New utility function.
1143
1144 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1145 (gnus-html-show-images): Remove.
1146
1147 * gnus-art.el (gnus-article-show-images): New, more general function.
1148
1149 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1150 image url text properties.
1151
1152 * shr.el: Ditto.
1153
1154 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1155 gnus-agent-auto-agentize-methods is set. Which it isn't.
1156
1157 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1158
1159 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1160 work for two or more articles.
1161
1162 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1165 divide an image that's in an html article to two or more when washing
1166 non-ASCII characters in alt text of it.
1167
1168 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1169
1170 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1171 smime-decrypt-region using function argument.
1172 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1173
1174 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1175
1176 * smime.el (smime-decrypt-region): Catch it.
1177
1178 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1179
1180 * smime.el (smime-mode-map): Move initialization into declaration.
1181 (gnus-run-mode-hooks): Don't autoload.
1182 (smime-mode): Use define-derived-mode.
1183
1184 2010-11-11 Glenn Morris <rgm@gnu.org>
1185
1186 * smime.el (from): Restrict declaration to XEmacs.
1187
1188 * nnir.el (gnus-group-topic-name): Autoload.
1189
1190 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1191
1192 * shr.el (shr-insert): Don't break long line if it is because of
1193 kinsoku-bol characters in the line end.
1194
1195 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1196
1197 * nnir.el (nnir-request-move-article): Fix to provide original group
1198 and subject.
1199 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1200 been retrieved.
1201
1202 * gnus-sum.el (gnus-summary-move-article): Use original group and
1203 subject for virtual articles such as those in an nnir summary buffer.
1204
1205 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1206
1207 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1208 least 21.5).
1209
1210 * smime.el (from): Declare it again for XEmacs.
1211
1212 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1213
1214 * message.el (message-resend): Don't disable encoding unless it's
1215 already encoded.
1216
1217 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1218 low-numbered articles.
1219
1220 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1221
1222 * rfc2047.el (rfc2047-syntax-table): Simplify.
1223
1224 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1225 set-char-table-range for XEmacs.
1226
1227 2010-11-10 Glenn Morris <rgm@gnu.org>
1228
1229 * smime.el (from): Remove unused declaration.
1230
1231 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1232 (gnus-float-time): On Emacs, always an alias.
1233
1234 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1235 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1236
1237 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1238
1239 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1240
1241 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1242
1243 * shr.el (browse-url-mailto): Autoload.
1244
1245 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1246
1247 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1248 regexp doesn't need quoting.
1249
1250 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1251
1252 * message.el (message-subject-trailing-was-ask-regexp)
1253 (message-subject-trailing-was-regexp): Match was: in addition to was.
1254
1255 2010-11-09 Glenn Morris <rgm@gnu.org>
1256
1257 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1258 (nnbabyl-check-mbox): Use point-at-bol.
1259
1260 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1261
1262 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1263
1264 * message.el (message-mailto): New function.
1265 (message-mailto): Should accept other parameters.
1266 (message-mailto): Remove since it duplicates browse-url-mailto
1267 functionality.
1268
1269 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270
1271 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1272 methods.
1273 (gnus-read-active-file): Ditto.
1274
1275 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1276 ": " from the prompt.
1277 (gnus-group-make-group): Ditto.
1278
1279 2010-11-07 Glenn Morris <rgm@gnu.org>
1280
1281 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1282 (gnus-bookmark-kill-line): Use point-at-eol.
1283
1284 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1287 asterisks in From header.
1288
1289 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1290
1291 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1292 string to avoid making the From headers syntactically invalid.
1293
1294 * message.el (message-send-mail): Don't insert courtesy messages if the
1295 message already has List-Post and List-ID messages.
1296
1297 2010-11-06 Glenn Morris <rgm@gnu.org>
1298
1299 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1300 `condition', `type', `length' a prefix.
1301 (gnus-treat-predicate): Update for above name changes.
1302
1303 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1304
1305 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1306 binding. Handled by `gnus-summary-refer-thread' instead.
1307 (nnir-warp-to-article): New backend function.
1308
1309 * nnimap.el (nnimap-request-thread): Force dependency updating.
1310
1311 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1312 (gnus-summary-refer-thread): Rework to improve thread-referral.
1313
1314 * gnus-int.el (gnus-warp-to-article): New function.
1315
1316 * gnus-sum.el (gnus-summary-article-map): Bind it.
1317
1318 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1319
1320 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1321 gnus-summary-refer-thread.
1322
1323 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1324 headers.
1325 (gnus-summary-limit-include-thread): Prevent articles in thread from
1326 being cut in gnus-cut-threads.
1327 (gnus-summary-refer-thread): Limit retrieved headers to those in
1328 thread.
1329
1330 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1331
1332 * message.el (message-send-mail): Use the value of
1333 message-courtesy-message from the message buffer.
1334
1335 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1336
1337 * shr.el (shr-browse-url): Implement mailto: URLs.
1338
1339 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1340 "raw".
1341
1342 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1343 if it's already selected.
1344
1345 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1346
1347 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1348
1349 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1350 to measure the length and truncate alt text.
1351
1352 2010-11-03 Glenn Morris <rgm@gnu.org>
1353
1354 * nndiary.el (nndiary-generate-nov-databases-1)
1355 (nndiary-generate-active-info): Rename dynamic variable `files' to
1356 something less generic.
1357
1358 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1359
1360 * nnir.el (nnir-request-move-article): Call the underlying backend to
1361 move articles from nnir.
1362
1363 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1364
1365 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1366
1367 2010-11-02 Julien Danjou <julien@danjou.info>
1368
1369 * nnir.el: Remove wais support.
1370
1371 2010-11-02 Glenn Morris <rgm@gnu.org>
1372
1373 * gnus-html.el: Reorder requirements to quieten compiler.
1374
1375 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1376
1377 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1378 properly for XEmacs as well.
1379 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1380 (gnus-article-natural-long-line-p): Use window-width rather than
1381 frame-width.
1382
1383 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1384
1385 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1386 (nnir-read-parms): Don't modify query.
1387 (nnir-run-query): Add ability to search topic on current line.
1388 (nnir-get-active): Clean up.
1389
1390 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1391
1392 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1393 degenerate articles.
1394
1395 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1396 (gnus-print-buffer): Just print the buffer as is, without any copying
1397 to a buffer and then re-highlighting.
1398
1399 * nnimap.el (nnimap-request-group): Store the new updated info.
1400 (nnimap-request-group): Select the group when we don't know whether it
1401 exists or not.
1402
1403 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1404 groups.
1405
1406 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1407 groups.
1408
1409 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1410 groups.
1411
1412 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1413 long-lines case by only filling the long lines.
1414
1415 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1416 (bug #7311).
1417
1418 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1419
1420 * shr.el: No need to declare `declare-function' since shr.el is for
1421 only Emacsen that provide `libxml-parse-html-region'.
1422
1423 2010-11-01 Glenn Morris <rgm@gnu.org>
1424
1425 * mm-util.el (gnus-completing-read): Autoload.
1426 (mm-read-coding-system): Simplify Emacs definition.
1427
1428 * nnmail.el (gnus-activate-group):
1429 * nnimap.el (gnutls-negotiate):
1430 * nntp.el (netrc-parse): Fix declarations.
1431
1432 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1433
1434 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1435 string-match-p in Emacs >=23.
1436
1437 * gnus-msg.el (gnus-configure-posting-styles)
1438 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1439
1440 2010-11-01 Glenn Morris <rgm@gnu.org>
1441
1442 * nnir.el (declare-function): Add compat stub.
1443 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1444 (nnir-run-gmane): Require 'mm-url.
1445
1446 * mm-util.el (mm-string-to-multibyte): Simplify.
1447
1448 * shr.el (declare-function): Add compat stub.
1449 (url-cache-create-filename): Declare.
1450 (mm-disable-multibyte, widget-convert-button): Autoload.
1451
1452 * smime.el (ldap-search): Declare.
1453 (smime-cert-by-ldap-1): Require ldap on Emacs.
1454
1455 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1456 (nnimap-keepalive): Use gnus-float-time.
1457
1458 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1459 (mail-source-delete-crash-box): Use gnus-float-time.
1460
1461 * gnus-dired.el (gnus-completing-read): Autoload.
1462
1463 * mm-view.el (gnus-rescale-image): Autoload.
1464
1465 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1466
1467 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1468
1469 * sieve-manage.el: Require 'cl when compiling.
1470
1471 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1472 (gnus-iswitchb-completing-read): Require iswitchb.
1473 (gnus-select-frame-set-input-focus): Silence compiler.
1474
1475 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1476
1477 * message.el (message-subject-trailing-was-query): Change default to t,
1478 since I think that's what most people want.
1479
1480 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1481 appending for easier debugging.
1482 (nnimap-wait-for-connection): Take a regexp.
1483 (nnimap-request-accept-article): Wait for the continuation line before
1484 sending anything unless we're streaming.
1485
1486 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1487 leave the header washing to take place.
1488
1489 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1490
1491 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1492 regular expression match and replace in posting styles.
1493
1494 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1495
1496 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1497 an entire server.
1498 (nnir-get-active): New function.
1499 (nnir-run-imap): Use it.
1500 (nnir-run-gmane): Who knew, gmane search returns an article score!
1501
1502 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1503 server on the current line with nnir.
1504
1505 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1506
1507 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1508 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1509 left edge.
1510 (gnus-article-foldable-buffer): Skip past the prefix when determining
1511 raggedness.
1512
1513 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1514 the raw article, and change `C-u g' to show the article without doing
1515 treatments.
1516
1517 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1518 on to `gnus-treat-article'.
1519 (gnus-inhibit-article-treatments): New variable.
1520
1521 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1522
1523 * gnus-art.el (gnus-treatment-function-alist): Have
1524 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1525 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1526 sections.
1527
1528 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1529 parameter.
1530 (gnus-article-fill-cited-long-lines): New function.
1531 (gnus-article-fill-cited-article): Allow filling only long sections.
1532
1533 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1534 and non-punctuation (like after the apostrophe in "'We").
1535
1536 * gnus-sum.el (gnus-summary-select-article): Make sure
1537 gnus-original-article-buffer is alive.
1538
1539 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1540 reflect the order they're in in the digest.
1541
1542 * gnus.el (gnus-group-startup-message): Move point to the start of the
1543 buffer.
1544
1545 * nnimap.el (nnimap-capability): New function.
1546 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1547 is set.
1548
1549 2010-10-31 David Engster <dengste@eml.cc>
1550
1551 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1552 conform with changes to gnus-completing-read.
1553
1554 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1555
1556 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1557
1558 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1559
1560 * nnir.el: Move defvar, defcustom around to keep file organized
1561 and keep byte-compiler quiet.
1562 (nnir-read-parms): Accept search-engine as arg.
1563 (nnir-run-query): Pass search-engine as arg.
1564 (nnir-search-engine): Remove.
1565
1566 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * shr.el (shr-generic): The text nodes should be text, not :text.
1569
1570 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1571 later in the file.
1572
1573 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1574
1575 * nnir.el: General clean up. Allow searching with multiple engines.
1576 Allow separate extra-parameters for each engine.
1577 Batch queries when possible.
1578 (nnir-imap-default-search-key,nnir-method-default-engines):
1579 Add customize interface.
1580 (nnir-run-gmane): New engine.
1581 (nnir-engines): Use it. Qualify all prompts with engine name.
1582 (nnir-search-engine): Remove global variable.
1583 (nnir-run-hyrex): Restore for now.
1584 (nnir-extra-parms,nnir-search-history): New variables.
1585 (gnus-group-make-nnir-group): Use them.
1586 (nnir-group-server): Remove in favor of gnus-group-server.
1587 (nnir-request-group): Avoid searching twice.
1588 (nnir-sort-groups-by-server): New function.
1589
1590 2010-10-30 Julien Danjou <julien@danjou.info>
1591
1592 * gnus-group.el: Remove gnus-group-fetch-control.
1593
1594 * gnus-start.el (gnus-find-new-newsgroups):
1595 Remove gnus-check-first-time-used.
1596
1597 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1598
1599 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1600
1601 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1602 set on groups that don't have \* permanentflags.
1603
1604 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1607 control the background color.
1608 (shr-tag-img): Ignore very small web bug type images.
1609 (shr-put-image): Add help-echo alt texts to the images.
1610 (shr-tag-video): Show the video poster image.
1611
1612 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1613
1614 * shr.el (shr-table-depth): New variable.
1615 (shr-tag-table-1): Only insert the images after the top-level table.
1616
1617 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1618
1619 * gnus-util.el (gnus-list-memq-of-list): New function.
1620
1621 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1622 selected.
1623 (nnimap-unsplittable-articles): New slot.
1624 (nnimap-new-articles): Use it.
1625
1626 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1627
1628 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1629 move to the previous line on `M-g'.
1630
1631 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1632
1633 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1634 *-request-group, which seems unnecessary.
1635
1636 * nnimap.el (nnimap-quote-specials): Function copied over from
1637 imap.el.
1638 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1639 they support that. Suggested by Tom Regner.
1640
1641 2010-10-29 Julien Danjou <julien@danjou.info>
1642
1643 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1644 defalias.
1645 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1646
1647 * gnus.el: Remove `gnus-nntp-service' variable.
1648 (gnus-secondary-servers): Make obsolete.
1649 (gnus-nntp-server): Make obsolete.
1650
1651 * gnus-start.el (gnus-1): Remove x-splash calls.
1652
1653 * gnus-ems.el (gnus-x-splash): Remove.
1654
1655 * gnus.el (gnus-group-startup-message): Simplify/update code.
1656
1657 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1658 capability before doing anything.
1659 (gnus-group-insert-group-line): Remove useless
1660 gnus-group-remove-excess-properties.
1661
1662 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1663
1664 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1665
1666 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1667
1668 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1669 config after reselecting.
1670
1671 2010-10-28 Julien Danjou <julien@danjou.info>
1672
1673 * shr.el (shr-put-image): Use point even if only inserting text.
1674 (shr-put-image): Save excursion when inserting alt text on non-graphic
1675 display, so the behaviour is the same when we are on a graphic display.
1676
1677 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1678
1679 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1682 (gnus-mime-copy-part): Check coding system, not charset.
1683 (gnus-mime-view-part-externally): Never remove part.
1684 (gnus-mime-view-part-internally): Don't remove part here.
1685 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1686 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1687 multipart/alternative.
1688
1689 * mm-decode.el (mm-display-part): Take optional arg `force'.
1690
1691 2010-10-26 Julien Danjou <julien@danjou.info>
1692
1693 * gnus-group.el (gnus-group-default-list-level): Add this function to
1694 compute the default list level.
1695 (gnus-group-default-list-level): Add possibility to use a function.
1696
1697 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1698
1699 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1700
1701 * gnus-group.el (gnus-group-completing-read)
1702 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1703 gnus-replace-in-string.
1704
1705 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1706
1707 * shr.el (shr-tag-div): Add.
1708
1709 2010-10-25 Julien Danjou <julien@danjou.info>
1710
1711 * gnus-util.el: Remove `gnus-with-local-quit'.
1712
1713 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1714
1715 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1716
1717 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1718 the original article buffer.
1719
1720 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1721
1722 * nnimap.el (nnimap-request-head): New function.
1723 (nnimap-request-move-article): Try to be slighly faster by not
1724 requesting the entire message when moving.
1725 (nnimap-transform-headers): Don't bug out on bodiless articles.
1726 (nnimap-send-command): Have no outstanding messages if the IMAP server
1727 doesn't support streaming.
1728 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1729
1730 2010-10-24 Julien Danjou <julien@danjou.info>
1731
1732 * message.el (message-default-headers): Fix type.
1733
1734 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1735
1736 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1737 prefetching images.
1738
1739 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1740 backend for unknown groups. This is mainly useful for nnimap groups.
1741
1742 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1743 group isn't covered by the agent.
1744
1745 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1746
1747 * nnir.el (nnir-method-default-engines): New variable.
1748 (nnir-run-query): Use it.
1749 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1750 (gnus-summary-nnir-goto-thread): Change group if needed.
1751
1752 * gnus-group.el (gnus-group-group-map): Add key binding for
1753 gnus-group-make-nnir-group.
1754
1755 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1756
1757 * shr.el (shr-tag-object): Add.
1758
1759 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1760 original article buffer live.
1761 (gnus-summary-select-article-buffer):
1762 Mention gnus-widen-article-buffer.
1763
1764 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1765
1766 * shr.el (shr-tag-strong): Add.
1767
1768 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1769
1770 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1771 group names. They mess up the group buffer badly.
1772
1773 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1774
1775 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1776 instead of the summary one.
1777
1778 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1779
1780 * mml.el (mml-preview): Work properly when editing article.
1781
1782 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1783 gnus-have-read-active-file if it's already been in.
1784
1785 2010-10-22 Tom Tromey <tromey@redhat.com>
1786
1787 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1788 gnus-group-completing-read.
1789
1790 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1791
1792 * message.el (message-mode-map): Don't bind M-; to comment region, to
1793 allow the global comment-dwim to work.
1794
1795 2010-10-21 Julien Danjou <julien@danjou.info>
1796
1797 * message.el (message-setup-1): Allow message-default-headers to be a
1798 function.
1799
1800 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * shr.el (shr-tag-table): Simplify.
1803
1804 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1805
1806 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1807 to avoid trying to snarf invalid stuff.
1808
1809 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1810
1811 * gnus.el (gnus-message-archive-group): Quote value.
1812 (gnus-message-archive-group): Mark as changed.
1813
1814 * shr.el (shr-add-font): Don't put the font properties on the newline
1815 or the indentation.
1816
1817 * message.el (message-fix-before-sending): Change options when sending
1818 non-printable characters.
1819
1820 * gnus.el (gnus-message-archive-method): Change the default to
1821 monthly outgoing groups.
1822
1823 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1824 that have gotten new numbers.
1825
1826 * nnimap.el (nnimap-request-replace-article): New function.
1827
1828 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1829
1830 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1831 (nnrss-request-article): Don't use special html washing code.
1832
1833 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835 * shr.el (shr-tag-table): Remove useless nconc.
1836
1837 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1838
1839 * gnus-art.el (article-wash-html): Simplify and remove the charset
1840 stuff. Use the normal html rendering code instead of the special html
1841 washing code.
1842
1843 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1844 `gnus-w3m' symbols.
1845 (mm-text-html-washer-alist): Remove.
1846
1847 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1848 (mm-inline-media-tests): Remove use.
1849 (mm-text-html-renderer): Change default to the `shr' symbol.
1850
1851 * mm-view.el (mm-inline-text-html): Remove use.
1852
1853 * gnus-art.el (gnus-blocked-images): New function. Allow the
1854 `gnus-blocked-images' to be a function.
1855 (gnus-article-wash-function): Remove.
1856
1857 2010-10-20 Julien Danjou <julien@danjou.info>
1858
1859 * spam.el (spam-list-of-processors): Mark as obsolete.
1860
1861 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1862 (nnimap-insert-partial-structure): Fix boundary detection.
1863
1864 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1865
1866 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1867 run file-truename on remote files. This can be expensive and even
1868 prevent one from editing drafts if some unrelated buffer has a stale
1869 connection.
1870
1871 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1872
1873 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1874 kinsoku-eol regardless of shr-kinsoku-shorten.
1875 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1876 (shr-tag-table): Support caption, thead, and tfoot.
1877
1878 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1879
1880 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1881 lines.
1882 (shr-save-contents): New command and keystroke.
1883
1884 * nndoc.el (nndoc-type-alist): Add git support.
1885 (nndoc-git-type-p): New function.
1886 (nndoc-transform-git-article): Ditto.
1887 (nndoc-transform-git-headers): Ditto.
1888 (nndoc-transform-git-headers): Generate Subject headers.
1889
1890 * shr.el (shr-parse-style): New function.
1891 (shr-tag-span): Ditto.
1892
1893 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1894 to `G G' to avoid collisions.
1895
1896 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1897
1898 * shr.el: Load kinsoku if necessary.
1899 (shr-kinsoku-shorten): New internal variable.
1900 (shr-find-fill-point): Make kinsoku shorten text line if
1901 shr-kinsoku-shorten is bound to non-nil.
1902 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1903 shr-indentation too when testing if table is wider than frame width.
1904 (shr-insert-table): Use `string-width' instead of `length' to measure
1905 text width.
1906 (shr-insert-table-ruler): Make sure indentation is done at bol.
1907
1908 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1911 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1912 undecoded network data.
1913
1914 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1915
1916 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1917 name in the mode line spec so that the mode line menu works
1918 (bug #2431).
1919
1920 * message.el (message-get-reply-headers): If we're fed `to-address',
1921 then always use that.
1922
1923 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1924 aren't so wide as to need to switch off the edit menu.
1925
1926 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1927 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1928
1929 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1930 `M-g'.
1931 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1932 the permanent marks.
1933
1934 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1935
1936 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1937 Splitting according to references/in-reply-to obeys the ignore-groups
1938 variable, while splitting by sender and subject do not.
1939
1940 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1941
1942 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1943 alist, so that we can look for non-Unicode chars.
1944 (article-translate-strings): Allow both character and string maps.
1945
1946 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1947
1948 * shr.el (shr-insert): Don't insert space behind a wide character
1949 categorized as kinsoku-bol, or between characters both categorized as
1950 nospace.
1951
1952 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1953
1954 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1955 headers to gnus-newsgroup-headers.
1956
1957 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * shr.el (shr-tag-img): Don't align images -- since we're not
1960 rescaling, this often leads to ugly displays.
1961
1962 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1963
1964 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1965 duplicates.
1966
1967 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1968
1969 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1970 call.
1971
1972 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1973
1974 * gnus.el: Autoload gnus-html-show-images.
1975
1976 * nnimap.el: Use nnheader-message throughout.
1977
1978 * shr.el (shr-tag-img): Ignore images with no data.
1979
1980 2010-10-15 Julien Danjou <julien@danjou.info>
1981
1982 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1983 a possibility to disable format=flow encoding when using hard newlines.
1984
1985 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1986
1987 * shr.el (shr-insert): Remove space inserted before or after a
1988 breakable character or at the beginning or the end of a line.
1989 (shr-find-fill-point): Do kinsoku; find the second best point or give
1990 it up if there's no breakable point.
1991
1992 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1993
1994 * nnimap.el (nnimap-open-connection): Message when opening connection
1995 for debugging purposes.
1996
1997 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1998 on every setup buffer call to allow this to change from article to
1999 article.
2000
2001 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2002 buffers where we have a wide table.
2003
2004 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
2005
2006 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2007 uses *-request-thread.
2008
2009 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010
2011 * nnimap.el (nnimap-open-connection): Remove %s from openssl
2012 incantation, which is no longer valid.
2013
2014 2010-10-14 Julien Danjou <julien@danjou.info>
2015
2016 * shr.el: Fix defcustom type (char -> character).
2017
2018 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2019
2020 * nnimap.el (nnimap-open-connection): tls-program should be a list of
2021 programs.
2022
2023 2010-10-14 Julien Danjou <julien@danjou.info>
2024
2025 * shr.el (shr-tag-a): Use url-link as widget type.
2026
2027 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2028 `gnus-group-get-icon'.
2029
2030 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2031
2032 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2033 This should make server editing work better.
2034
2035 * shr.el (shr-find-fill-point): Don't inloop on indented text.
2036
2037 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2038 (nnimap-parse-flags): Fix regexp.
2039
2040 * shr.el (shr-find-fill-point): Use a filling algorithm that should
2041 probably work for CJVK text, too.
2042
2043 * nnimap.el (nnimap-extend-tls-programs): Remove.
2044 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2045
2046 2010-10-13 Julien Danjou <julien@danjou.info>
2047
2048 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2049 responses.
2050
2051 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2052
2053 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2054
2055 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2056 anything in Emacs.
2057
2058 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2059
2060 2010-10-13 Julien Danjou <julien@danjou.info>
2061
2062 * shr.el (shr-width): Make shr-width a defcustom with default to
2063 fill-column.
2064 (shr-tag-img): Use shr-width rather than fill-column.
2065
2066 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2067
2068 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2069
2070 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2071 position when (X-)Faces exist.
2072 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2073 avatars when called interactively.
2074
2075 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2076
2077 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2078 gnus-article-x-face-too-ugly is bound.
2079
2080 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2081
2082 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2083
2084 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2085 mailbox that doesn't exist.
2086
2087 2010-10-12 Julien Danjou <julien@danjou.info>
2088
2089 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2090 (shr-get-image-data): Encode URL properly when fetching from cache.
2091 (shr-tag-img): Use aligned-to spaces to align correctly images.
2092
2093 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2094 before inserting the Gravatar.
2095
2096 * shr.el (shr-tag-img): Add align attribute support for <img>.
2097
2098 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * gnus-gravatar.el (gnus-art): Require.
2101
2102 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2103 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2104 Remove long obsoleted functions.
2105
2106 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2107
2108 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2109
2110 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2111 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2112 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2113 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2114 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2115 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2116 Fix comment for declare-function.
2117
2118 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2119
2120 * nnimap.el (nnimap-request-rename-group): Select group read-only
2121 before renaming it.
2122
2123 * shr.el (shr-insert): Fix up the white space only regexp.
2124
2125 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2126 bodies. Protect against this. Reported by Michael Welsh Duggan.
2127
2128 * shr.el (shr-current-column): New function.
2129 (shr-find-fill-point): New function.
2130
2131 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2132
2133 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2134 numbers.
2135
2136 2010-10-11 Julien Danjou <julien@danjou.info>
2137
2138 * shr.el (shr-hr-line): Add.
2139 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2140 display hr lines.
2141 (shr-max-columns): Do not change state to nil if we just inserting
2142 spaces.
2143
2144 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2145
2146 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2147 select the last group.
2148
2149 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2150
2151 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2152
2153 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2154
2155 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2156 for Gnus.
2157 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2158 (nnimap-update-qresync-info): Mark \Seen articles as read.
2159
2160 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2161 non-variable, too.
2162
2163 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2164 available.
2165 (nnimap-update-info): Rely more on the current active than the param
2166 active to avoid marking articles as read too much.
2167
2168 * auth-source.el (auth-source-create): Use (user-login-name) for the
2169 user name default.
2170
2171 * nnimap.el (nnimap-update-info): If the server doesn't return any
2172 useful info, just use the previous info.
2173 (nnimap-update-info): Prefer old info over start-article.
2174 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2175
2176 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2177
2178 * nnir.el (autoload): Clean up autoloads.
2179 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2180 Use key rather than value.
2181 (nnir-imap-search-other): New variable.
2182 (nnir-read-parm): Use it.
2183 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2184 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2185
2186 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2189 the process, too.
2190
2191 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2192
2193 * spam.el (gnus-summary-mode-map): Bind to "$".
2194 Suggested by Russ Allbery.
2195
2196 * shr.el: Rework the way things are indented by <li> slightly.
2197
2198 * gnus.el (gnus-group-set-parameter): Fix typo.
2199
2200 * nnimap.el: Start implementing QRESYNC support.
2201
2202 2010-10-09 Julien Danjou <julien@danjou.info>
2203
2204 * nnir.el (nnir-engines): Fix too many arguments.
2205
2206 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2207
2208 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2209 group is the "last", so that the backends like nnfolder actually save
2210 their folders.
2211
2212 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2213 try to use that for the tls stream.
2214 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2215 UIDVALIDITY and find out which groups are read-only and not.
2216 (nnimap-get-flags): Use the same marks parsing code as the rest of
2217 nnimap.
2218
2219 2010-10-09 Julien Danjou <julien@danjou.info>
2220
2221 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2222
2223 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2224 retrieving gravatars.
2225
2226 * shr.el (shr-table-corner): Add.
2227 (shr-table-line): Add.
2228 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2229
2230 2010-10-08 Julien Danjou <julien@danjou.info>
2231
2232 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2233
2234 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2235
2236 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2237
2238 * gnus-sum.el (gnus-mark-article-as-unread)
2239 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2240 (gnus-summary-set-bookmark): Use it.
2241
2242 * gnus-msg.el (gnus-setup-message): Use it.
2243
2244 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2245
2246 * gnus.el (gnus-group-remove-parameter): Use it.
2247
2248 * gnus-group.el (gnus-group-make-web-group): Use it.
2249
2250 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2251
2252 * nnregistry.el: Update docs to mention manual.
2253
2254 * gnus-registry.el: Update docs to mention nnregistry.el.
2255 (gnus-registry-initialize): Don't install nnregistry refer method
2256 automatically.
2257 (gnus-registry-install-nnregistry): Remove it.
2258
2259 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * shr.el (shr-insert): Don't insert double spaces.
2262
2263 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2264
2265 * gnus-gravatar.el (gnus-treat-from-gravatar)
2266 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2267 called interactively.
2268
2269 * gnus-art.el (gnus-mime-view-part-externally)
2270 (gnus-mime-view-part-internally): Make predicate function passed to
2271 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2272 of a mime type.
2273
2274 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2275
2276 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2277
2278 * shr.el (require): Require cl when compiling.
2279 (shr-tag-hr): New function.
2280
2281 * nnimap.el (nnimap-update-info): Remove double setting of high.
2282 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2283 This makes nnimap work properly on Courier again.
2284
2285 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2286 the variable for backwards compatability.
2287
2288 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2289 the file name before using to avoid setting mm-default-directory to
2290 nil.
2291
2292 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2293 bidning gnus-agent variables.
2294
2295 * shr.el (shr-render-td): Use a cache for the table rendering function
2296 to avoid getting an exponential rendering behaviour in nested tables.
2297 (shr-insert): Rework the line-breaking algorithm.
2298 (shr-insert): Don't leave trailing spaces.
2299 (shr-insert-table): Also insert empty TDs.
2300 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2301
2302 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * gnus-sum.el (gnus-number): Rename from `number'.
2305 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2306 (gnus-summary-limit-children): Update uses correspondingly.
2307
2308 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2309
2310 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2311 (gnus-gravatar-transform-address): Don't show avatars of people of
2312 which mail addresses match gnus-gravatar-too-ugly.
2313
2314 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2315
2316 * shr.el (shr-table-widths): Expand TD elements to fill available
2317 space.
2318
2319 2010-10-07 Julien Danjou <julien@danjou.info>
2320
2321 * nnimap.el (nnimap-request-rename-group): Add this method.
2322
2323 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2324
2325 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2326 name from XEmacs' function-arglist.
2327
2328 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2329 gravatar under XEmacs.
2330
2331 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2332
2333 * auth-source.el: Update docs with TODO items.
2334
2335 * gnus-sync.el: Update docs to explain state and plans.
2336
2337 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2338 Hooks for mark updates.
2339 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2340
2341 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2342 hooks with arguments, which is needed for mark update hooks.
2343
2344 2010-10-06 Julien Danjou <julien@danjou.info>
2345
2346 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2347 was matched.
2348
2349 * sieve-manage.el: Update example in `Commentary'.
2350
2351 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2352
2353 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2354 not 2000.
2355 (sieve-manage-authenticate): Re-add function.
2356
2357 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2358
2359 * shr.el (shr-insert): Get 'space transition right.
2360 (shr-render-td): Only delete space at the end of the TD.
2361
2362 * nnimap.el (nnimap-open-connection): Prepare to support
2363 open-gnutls-stream.
2364
2365 * shr.el: Rearrange function order to be more logical.
2366
2367 2010-10-06 Julien Danjou <julien@danjou.info>
2368
2369 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2370 (nnrss-discover-feed): Remove 404 URL in docstring.
2371
2372 * nnir.el: Fix Swish-E URL.
2373 Fix Namazu URL.
2374
2375 * message.el (message-change-subject): Remove 404 URL in a comment.
2376
2377 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2378
2379 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2380 called interactively.
2381
2382 * gnus-util.el (gnus-remove-if): Allow hash table.
2383 (gnus-remove-if-not): New function.
2384
2385 * gnus-art.el (gnus-mime-view-part-as-type)
2386 * gnus-score.el (gnus-summary-score-effect)
2387 * gnus-sum.el (gnus-read-move-group-name):
2388 Replace remove-if-not with gnus-remove-if-not.
2389
2390 * gnus-group.el (gnus-group-completing-read):
2391 Regard collection as a hash table if it is not a list.
2392
2393 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394
2395 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2396
2397 * shr.el: Document the table-rendering algorithm.
2398
2399 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2400 invalid URLs.
2401
2402 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2403 line-broken.
2404 (shr-tag-img): Ignore image fetching errors.
2405 (shr-overlays-in-region): Compute overlay positions correctly.
2406
2407 * mm-decode.el (mm-shr): Require shr.
2408
2409 * gnus-art.el (gnus-blocked-images): Move variable here.
2410
2411 * shr.el (shr-insert-table): Bind free variable.
2412
2413 * mm-decode.el (mm-shr): Bind shr-content-function.
2414
2415 * shr.el (shr-content-function): New variable.
2416
2417 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2418 added for symmetry.
2419
2420 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2421
2422 * gnus-group.el (gnus-group-make-group): Doc fix.
2423
2424 * nnimap.el (nnimap-request-newgroups): Return success.
2425
2426 * shr.el (shr-find-elements): New function.
2427 (shr-tag-table): Put all the images after the table.
2428 (shr-tag-table): Really inhibit images inside the table.
2429 (shr-collect-overlays): Copy over overlays from the TD elements to the
2430 main document.
2431
2432 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2433 gnus-blocked-images.
2434
2435 2010-10-05 Julien Danjou <julien@danjou.info>
2436
2437 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2438
2439 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2440 (gnus-html-maximum-image-size): Add this function.
2441 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2442
2443 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2444 server-value of the capability is nil.
2445
2446 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2447
2448 * shr.el (shr-tag-em): Add <EM> tag.
2449
2450 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2451
2452 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2453 customizable.
2454
2455 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2456 handing broken links to browse-url.
2457
2458 2010-10-05 Julien Danjou <julien@danjou.info>
2459
2460 * gnus-util.el (gnus-emacs-completing-read)
2461 (gnus-iswitchb-completing-read): Use autoload rather than require.
2462
2463 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2464
2465 * gnus-util.el (gnus-completing-read-function): Exclude
2466 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2467 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2468 XEmacs.
2469
2470 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2471 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2472
2473 * gnus-html.el: Don't require help-fns under XEmacs.
2474 (gnus-html-schedule-image-fetching): Work for XEmacs.
2475
2476 * mm-decode.el (mm-shr): Decode contents by charset.
2477
2478 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2479
2480 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2481 unknown.
2482
2483 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2484 (shr-get-image-data): Ensure against the cache file missing.
2485
2486 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2487 for data.
2488
2489 * spam-report.el (spam-report-url-ping-plain): Don't query about
2490 killing the process.
2491
2492 * shr.el (shr-render-td): Protect against too-wide text.
2493
2494 2010-10-04 Julien Danjou <julien@danjou.info>
2495
2496 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2497 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2498
2499 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2500 retrieved.
2501
2502 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
2504 * shr.el (browse-url): Require.
2505 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2506 lines.
2507 (shr-show-alt-text, shr-browse-image): New commands.
2508 (shr-browse-url, shr-copy-url): New commands.
2509
2510 * gnus-sum.el (gnus-widen-article-window): New variable.
2511 (gnus-summary-select-article-buffer): Use it.
2512
2513 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2514 without @ signs.
2515
2516 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2517
2518 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2519
2520 2010-10-04 Julien Danjou <julien@danjou.info>
2521
2522 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2523 for XEmacs.
2524
2525 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2526
2527 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2528
2529 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2530 (nnimap-close-server): Implement.
2531
2532 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2533 (shr-insert): Tweak line breaking.
2534 (shr-insert): Handle <pre> better.
2535 (shr-tag-li): Get <li> indentation right.
2536 (shr-tag-li): Get <li> indentation even righter.
2537 (shr-tag-blockquote): Ensure paragraph start.
2538 (shr-make-table): Tweak table generation.
2539 (shr-make-table): Fix typo.
2540
2541 * shr.el: Implement table rendering.
2542
2543 2010-10-04 Julien Danjou <julien@danjou.info>
2544
2545 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2546
2547 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2548
2549 * shr.el (shr-insert): Use string anchors instead of line anchors.
2550
2551 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2552
2553 * shr.el: Add headings.
2554 (shr-ensure-paragraph): Actually work.
2555 (shr-tag-li): Make <ul> prettier.
2556 (shr-insert): Get white space at the beginning/end of elements right.
2557 (shr-tag-p): Collapse subsequent <p>s.
2558 (shr-ensure-paragraph): Don't insert double line feeds after blank
2559 lines.
2560 (shr-insert): \t is also space.
2561 (shr-tag-s): Fix "s" tag name function.
2562 (shr-tag-s): Fix face prop name.
2563
2564 2010-10-03 Julien Danjou <julien@danjou.info>
2565
2566 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2567
2568 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2569 gnus-window-inside-pixel-edges.
2570
2571 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2572 gnus-ems.
2573
2574 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2575
2576 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2577 function.
2578
2579 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2580 resize choice.
2581
2582 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2583
2584 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2585 beginning of the buffer.
2586
2587 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2588 article buffer again.
2589
2590 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2591
2592 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2593 when it's at the start of the buffer.
2594
2595 * shr.el (shr-tag-blockquote): Convert name.
2596 (shr-rescale-image): Use the right image-size variant.
2597
2598 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2599 buffer isn't shown, then select the current article first instead of
2600 bugging out.
2601 (gnus-summary-select-article-buffer): Show both the article and summary
2602 buffers again.
2603
2604 * shr.el (shr-fontize-cont): Protect against regions with no text.
2605 Rename tag functions to shr-tag-* for enhanced security.
2606 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2607
2608 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * shr.el (shr-insert):
2611 * pop3.el (pop3-movemail):
2612 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2613 loaded.
2614
2615 2010-10-03 Glenn Morris <rgm@gnu.org>
2616
2617 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2618
2619 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2620
2621 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2622
2623 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2624
2625 * gnus-util.el (gnus-make-local-hook): Simplify.
2626
2627 2010-10-02 Julien Danjou <julien@danjou.info>
2628
2629 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2630 (gnus-ido-completing-read): New function.
2631 (gnus-emacs-completing-read): New function.
2632 (gnus-completing-read): Use gnus-completing-read-function.
2633 Add gnus-completing-read-function.
2634
2635 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2636
2637 * shr.el (shr-insert-document): Autoload.
2638 (shr-img): Be silent.
2639 (shr-insert): Add a newline after every picture before text.
2640 (shr-add-font): Use overlays for combining faces.
2641 (shr-insert): Pass upwards the text start point.
2642
2643 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2644 possible.
2645 (mm-shr): New function.
2646
2647 2010-10-02 Julien Danjou <julien@danjou.info>
2648
2649 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2650 should go backward.
2651
2652 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2653
2654 * shr.el (shr): Fix typo in provide call.
2655
2656 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2657
2658 * shr.el: New file.
2659
2660 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2661
2662 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2663 completing read.
2664
2665 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2666
2667 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2668 we're being queried about. Suggested by Dan Jacobson.
2669
2670 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2671 Suggested by Jason Eisner.
2672
2673 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2674 table, too. Suggested by Stefan Wiens.
2675 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2676 the table unnecessary. Suggested by Stefan Wiens.
2677
2678 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2679 longer needed, and probably doesn't work either, as pointed out by
2680 Stefan Wiens.
2681 (gnus-summary-exit): Remove call to the clearing function.
2682 (gnus-summary-exit-no-update): Ditto.
2683
2684 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2685 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2686 Reported by Stefan Monnier.
2687 (gnus-summary-save-in-rmail): Ditto.
2688
2689 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2690 article buffer, instead of both the article buffer and the summary
2691 buffer. Sort of suggested by Dan Jacobson.
2692
2693 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2694
2695 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2696 Suggested by Dan Jacobson.
2697
2698 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2699 documentation clearer.
2700
2701 * message.el (message-shorten-references): Comment on the number "21".
2702 Suggested by Stefan Monnier.
2703
2704 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2705 Suggested by Dan Jacobson.
2706
2707 * gnus.el (gnus-large-newsgroup):
2708 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2709
2710 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2711 externalize attachments. Bug reported by Steve Wen.
2712
2713 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2714 really message anything to the user.
2715
2716 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2717 directly.
2718
2719 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2720 messages in empty groups.
2721
2722 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2723
2724 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2725 non-UIDNEXT group.
2726
2727 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2728
2729 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2730 not the value from the collection.
2731
2732 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2733 values. This sometimes happens on some groups that have no info.
2734 (nnimap-request-newgroups): New function.
2735
2736 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2737
2738 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2739 check into `gnus-registry-initialize'.
2740 (gnus-registry-initialize): Ditto.
2741 Fix and extend header docs.
2742
2743 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2744
2745 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2746 regexp backtrace overflows.
2747
2748 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2749 for starttls that tls.el implements; i.e. openssl.
2750
2751 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2752
2753 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2754 (gravatar-create-image): New function that's an alias to
2755 gnus-xmas-create-image, gnus-create-image, or create-image.
2756 (gravatar-data->image): Use it.
2757
2758 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2759
2760 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2761 install the nnregistry refer method.
2762 (gnus-registry-install-hooks): Use it.
2763 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2764 unfollowed groups.
2765
2766 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2767
2768 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2769 expanding threads.
2770
2771 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2772
2773 * nnir.el: Use the server names without suffixes (bug #7009).
2774
2775 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2776 unencrypted to STARTTLS, if possible.
2777
2778 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2779
2780 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2781 headers before superseding.
2782
2783 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784
2785 * nnrss.el (nnrss-use-local): Add documentation.
2786
2787 * nnimap.el (nnimap-extend-tls-programs): New function.
2788 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2789 (nnimap-wait-for-connection): Accept the greeting from the stupid
2790 output from openssl s_client -starttls, too.
2791
2792 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2793 article number.
2794 (nnimap-split-fancy): New variable.
2795 (nnimap-split-incoming-mail): Use it.
2796
2797 * nntp.el (nntp-server-list-active-group): Document.
2798
2799 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2800 SELECT to get the message-id.
2801
2802 * mail-source.el (mail-sources): Remove webmail support.
2803 (defvar): Ditto.
2804 (mail-source-fetcher-alist): Ditto.
2805 (mail-source-fetch-webmail): Remove.
2806
2807 * webmail.el: Remove -- doesn't seem relevant any more.
2808
2809 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2810
2811 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2812 the \r.
2813
2814 2010-09-30 Julien Danjou <julien@danjou.info>
2815
2816 * gnus-agent.el (gnus-agent-add-group): Fix call to
2817 gnus-completing-read.
2818
2819 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2820
2821 * nndoc.el (nndoc-retrieve-groups): New function.
2822
2823 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2824 `default', use nnmail-split-methods.
2825 (nnimap-request-article): Downcase the NILs so that they are nil.
2826
2827 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2828 symbol.
2829
2830 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2831 code, since if the user has requested network, that's what they ought
2832 to get.
2833 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2834 (nnimap-split-rule): Mark as obsolete.
2835
2836 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2837 New variable.
2838
2839 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2840 correct slot, too.
2841
2842 2010-09-29 Julien Danjou <julien@danjou.info>
2843
2844 * gnus.el (gnus-local-domain): Declare variable obsolete.
2845
2846 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2847 Fix history computing.
2848 (gnus-ido-completing-read): Require ido.
2849
2850 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2853 build Gnus.
2854
2855 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2856 when interpreting the structures.
2857 (nnimap-request-accept-article): Add \r\n to the lines to make this
2858 work with Cyrus.
2859
2860 * nndraft.el (nndraft-request-expire-articles): Use the group name
2861 instead if "nndraft". Fix found by Nils Ackermann.
2862
2863 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2864
2865 * nnregistry.el: Add.
2866
2867 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * nnmail.el (group, group-art-list, group-art):
2870 Remove unneeded directives.
2871
2872 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2873
2874 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2875 (mm-mime-charset)
2876 * rfc2047.el (rfc2047-syntax-table)
2877 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2878
2879 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2880 rather than `insert-file-contents' and `eval-region'.
2881
2882 2010-09-29 Julien Danjou <julien@danjou.info>
2883
2884 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2885 replacement of `gnus-gravatar-relief' to mimic
2886 `gnus-faces-properties-alist'.
2887 Add :version property.
2888
2889 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2890
2891 * mail-source.el (mail-source-report-new-mail)
2892 * message.el (message-default-mail-headers)
2893 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2894
2895 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2896
2897 2010-09-28 Julien Danjou <julien@danjou.info>
2898
2899 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2900 mail-address contains the same string as real-name.
2901
2902 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2903 non-blank in header, otherwise it'll get stripped.
2904
2905 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2906 real-name, and then for mail address rather than doing : or , search.
2907
2908 2010-09-27 Julien Danjou <julien@danjou.info>
2909
2910 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2911 right completing-read function.
2912 (gnus-use-ido): New variable
2913 (gnus-completing-read-with-default): Remove.
2914 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2915 (gnus-agent-add-group):
2916 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2917 * mm-view.el (mm-view-pkcs7-decrypt):
2918 * mm-util.el (mm-codepage-setup):
2919 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2920 * mml-smime.el (mml-smime-openssl-sign-query):
2921 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2922 (mml-insert-multipart):
2923 * gnus-msg.el (gnus-summary-yank-message):
2924 * gnus-int.el (gnus-start-news-server):
2925 * mm-decode.el (mm-interactively-view-part):
2926 * gnus-dired.el (gnus-dired-attach):
2927 * gnus.el (gnus-read-method):
2928 * gnus-bookmark.el (gnus-bookmark-jump):
2929 * gnus-art.el (gnus-mime-view-part-as-type)
2930 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2931 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2932 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2933 * nnmairix.el (nnmairix-create-server-and-default-group)
2934 (nnmairix-update-groups, nnmairix-get-server)
2935 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2936 (nnmairix-get-group-from-file-path):
2937 * nnrss.el (nnrss-find-rss-via-syndic8):
2938 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2939 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2940 (gnus-group-browse-foreign-server):
2941 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2942 (gnus-summary-execute-command, gnus-summary-respool-article)
2943 (gnus-read-move-group-name):
2944 * gnus-score.el (gnus-summary-increase-score)
2945 (gnus-summary-score-effect):
2946 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2947
2948 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * nnimap.el (auth-source-forget-user-or-password)
2951 (auth-source-user-or-password): Autoload.
2952
2953 * message.el (message-from-style, message-interactive)
2954 (message-signature): Remove comment.
2955 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2956 always.
2957 (message-sendmail-envelope-from): Comment fix.
2958 (message-yank-prefix): Default to mail-yank-prefix always.
2959 (message-indentation-spaces):
2960 Default to mail-indentation-spaces always.
2961 (message-signature-file): Default to mail-signature-file always.
2962
2963 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2964
2965 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2966 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2967 new articles.
2968
2969 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2970 parts.
2971 (nnimap-request-article): Work with the t setting, too.
2972
2973 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2974 that you don't get flashes of other buffers.
2975 (gnus-summary-show-complete-article): Intern before setting.
2976
2977 2010-09-27 David Engster <dengste@eml.cc>
2978
2979 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2980 well as HEADERS.
2981 (nnmairix-retrieve-headers): Provide new argument for the above.
2982
2983 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2984
2985 * gnus-sum.el (gnus-summary-move-article): Don't alter
2986 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2987 group.
2988
2989 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2990
2991 * message.el (message-cite-prefix-regexp): Revert my last edit.
2992
2993 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2994 variable instead of the Gnus variable.
2995
2996 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2997
2998 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2999
3000 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3001 since some servers don't like it.
3002 (nnimap-open-connection): Forget credentials if the server says the
3003 password was wrong.
3004 (nnimap-parse-line): Protect against invalid data.
3005
3006 * gnus-sum.el (gnus-summary-move-article): Add comment.
3007 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3008 nothing alters it while scanning for new messages.
3009
3010 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3011 which may or may not help.
3012 (nnimap-open-connection): If we're doing a stream connection, and then
3013 discover we're on a STARTTLS-capable server, then open a STARTTLS
3014 connection instead.
3015
3016 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3017
3018 * nnimap.el (utf7): Require.
3019
3020 * message.el (message-cite-prefix-regexp): Remove "}" from citation
3021 prefix.
3022
3023 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3024
3025 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3026
3027 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * nnimap.el (nnimap-request-accept-article): Message the error on
3030 error.
3031
3032 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3033
3034 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3035
3036 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3037
3038 * nndoc.el (nndoc-request-list): Return success always.
3039
3040 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3041 `fetch-old' -- we only want to fetch the articles we've requested.
3042 The rest are in the agent, probably.
3043 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3044 disappeared server" to something low. It's not important.
3045
3046 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3047 arrived before the FETCH data.
3048
3049 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3050 target here, because we don't know the Gnus name of the group.
3051
3052 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3053 for the correct group.
3054
3055 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3056
3057 * gnus.el (gnus): Give a final warning after startup.
3058
3059 * gnus-util.el (gnus-action-message-log): New variable.
3060 (gnus-message): Use it.
3061 (gnus-final-warning): New function.
3062
3063 * nnimap.el (nnimap-open-connection): Record the greeting.
3064 (nnimap): Add greeting.
3065
3066 2010-09-26 Julien Danjou <julien@danjou.info>
3067
3068 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3069 arguments.
3070 (gnus-html-wash-images): Fix spec computing to include start/end.
3071
3072 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3073
3074 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3075
3076 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3077 deletion.
3078 (nnimap-retrieve-headers): Don't select the group, because that's
3079 already done by nnimap-possibly-change-group.
3080
3081 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3082 (gnus-picon-transform-address): Use it.
3083
3084 * mail-source.el (mail-source-value): Revert previous patch.
3085
3086 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3087 on failure.
3088 (nnimap-open-connection): Look up both virtual and physical server name
3089 credentials.
3090
3091 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3092
3093 2009-02-08 Dave Love <fx@gnu.org>
3094
3095 * gnus-win.el (gnus-window-to-buffer-helper)
3096 (gnus-all-windows-visible-p): Function needn't be a symbol.
3097
3098 * mail-source.el (mail-source-value): Function needn't be a symbol.
3099
3100 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3101
3102 * message.el (message-cite-prefix-regexp): Remove } from the cite
3103 prefix.
3104
3105 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3106 highlight again, so that the highlight is correct.
3107
3108 * gnus-picon.el (gnus-picon): Remove again.
3109 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3110
3111 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3112 doing the header highlightling, so that the background colour of the
3113 picon is correct.
3114
3115 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3116 (gnus-picon): Ditto.
3117 (gnus-picon): Reinstate. The background colour for picons is white.
3118 (gnus-picon-insert-glyph): Make the background white.
3119
3120 * nnml.el (nnml-open-nov): Don't return dead buffers.
3121
3122 * auth-source.el (auth-source-create): Query the user for whether to
3123 store the credentials.
3124
3125 * auth-source.el (auth-source-user-or-password): Use the existing auth
3126 sources, if any, for creation.
3127
3128 * gnus.el (gnus-group-fast-parameter): Return the last matching
3129 parameter instead of the first matching parameter.
3130
3131 2010-09-26 Julien Danjou <julien@danjou.info>
3132
3133 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3134
3135 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3136
3137 * mml2015.el (mml2015-use): Remove gpg support.
3138
3139 * mml1991.el (mml1991-function-alist): Remove gpg function.
3140 (mml1991-gpg-sign): Remove.
3141
3142 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3143
3144 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3145 (gnus-browse-unsubscribe-current-group): Document it.
3146 (gnus-browse-unsubscribe-group): Use it.
3147
3148 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3149
3150 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3151 address to the To list for easier response.
3152
3153 * gnus.el (gnus-play-startup-jingle): Remove.
3154 (gnus-splash): Don't play jingle.
3155 (gnus): Silence gnus-load message.
3156
3157 * gnus-art.el (gnus-treat-play-sounds): Remove.
3158
3159 * gnus.el (gnus-play-jingle): Remove audio support.
3160
3161 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3162
3163 * earcon.el: Remove -- no users.
3164
3165 * gnus-audio.el: Remove -- no users of this package.
3166
3167 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3168
3169 * gnus-start.el (gnus-setup-news): Remove nocem support.
3170
3171 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3172
3173 * gnus.el (gnus-use-nocem): Remove.
3174
3175 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3176 Remove.
3177
3178 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3179 uses NoCeM any more.
3180
3181 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3182 (gnus-button-ctan-handler): Ditto.
3183 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3184 (gnus-button-ctan-directory-regexp): Ditto.
3185 (gnus-button-handle-ctan): Ditto.
3186 (gnus-button-tex-level): Ditto.
3187 (gnus-button-alist): Remove CTAN stuff.
3188
3189 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3190
3191 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3192 nnimap-streaming test.
3193
3194 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3195 servers twice.
3196
3197 * nnimap.el (nnimap-open-connection): Add more error reporting when
3198 nnimap fails early.
3199
3200 * nnheader.el (nnheader-get-report-string): New function.
3201 (nnheader-get-report): Use it.
3202
3203 * gnus-int.el (gnus-check-server): Say what the error was when opening
3204 failed.
3205
3206 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3207 using streaming.
3208
3209 2010-09-25 Julien Danjou <julien@danjou.info>
3210
3211 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3212 gnus-window-inside-pixel-edges.
3213
3214 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3215
3216 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3217
3218 * mm-decode.el (mm-save-part): Allow saving to other directories the
3219 normal Emacs way.
3220
3221 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3222 Suggested by Jay Berkenbilt.
3223
3224 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3225 there isn't a single byte.
3226
3227 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3228 just do it. It doesn't really seem to matter what the user responds
3229 here, I think, so it's just a confusing question.
3230
3231 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3232 non-streaming case.
3233
3234 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3235 (gnus-article-encrypt-body): Use it.
3236
3237 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3238 keystroke.
3239
3240 * nnimap.el (nnimap-find-wanted-parts-1):
3241 Use gnus-fetch-partial-articles.
3242
3243 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3244
3245 * nnimap.el (nnimap-insert-partial-structure): New function.
3246 (nnimap-get-partial-article): New function.
3247 (nnimap-request-article): Use it.
3248 (nnimap-wait-for-response): Return whether the wait was successful.
3249 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3250 retrieval wasn't successful.
3251 (nnimap-retrieve-group-data-early): Allow throttling servers.
3252 (nnimap-streaming): New variable.
3253 (nnimap-fetch-partial-articles): Remove.
3254
3255 * mm-decode.el (mm-with-part): Protect against killed buffers.
3256
3257 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3258 for prettier summary display.
3259
3260 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3261
3262 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3263
3264 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3265
3266 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3267 apparently third-party libraries depend on it.
3268
3269 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3270 before starting negotiation.
3271
3272 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3273 privacy reasons.
3274 (gnus-treat-mail-gravatar): Ditto.
3275
3276 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3277 buffer when inserting images. Inserting text into the headers, for
3278 instance, can make them invalid.
3279
3280 2010-09-25 Julien Danjou <julien@danjou.info>
3281
3282 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3283 variables.
3284
3285 * nnheader.el: Remove useless variables news-reply-yank-from and
3286 news-reply-yank-message-id.
3287
3288 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3289 variables.
3290
3291 * mml1991.el: Remove useless mml1991-verbose.
3292
3293 * gnus.el: Remove useless variable gnus-use-generic-from.
3294 Remove obsolete variable gnus-topic-indentation.
3295
3296 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3297
3298 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3299
3300 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3301
3302 * gnus-group.el: Remove useless gnus-group-icon-cache.
3303 Remove useless gnus-ephemeral-group-server.
3304
3305 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3306
3307 * mml2015.el: Remove useless mml2015-verbose.
3308
3309 * mml-smime.el: Remove useless mml-smime-verbose.
3310
3311 * gnus.el: Remove useless gnus-local-domain.
3312
3313 * gnus-gravatar.el (gnus-gravatar-transform-address):
3314 Use gnus-gravatar-size.
3315
3316 * gnus-art.el: Remove useless gnus-treat-translate.
3317
3318 2010-09-24 Julien Danjou <julien@danjou.info>
3319
3320 * gnus-sum.el: Add support for Gravatars.
3321
3322 * gnus-art.el: Add support for Gravatars.
3323
3324 * gnus-gravatar.el: Add this file.
3325
3326 * gravatar.el: Add this file.
3327
3328 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3331
3332 * gnus-group.el (gnus-group-fetch-faq): Remove.
3333
3334 * gnus.el (gnus-group-faq-directory): Remove.
3335
3336 * gnus-group.el (gnus-group-fetch-charter): Remove.
3337
3338 * gnus.el (gnus-group-charter-alist): Remove.
3339
3340 * gnus-group.el (gnus-group-archive-directory): Remove.
3341 (gnus-group-recent-archive-directory): Ditto.
3342 (gnus-group-make-archive-group): Remove.
3343
3344 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3345
3346 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3347 use the same article number for all the cached articles.
3348
3349 * nnimap.el (nnimap-command): Register the last command time so
3350 that we can use it for idling NOOPs.
3351 (nnimap-open-connection): Start the keeplive timer.
3352 (nnimap-make-process-buffer): Store all the process buffers.
3353 (nnimap-keepalive): New function.
3354
3355 * starttls.el (starttls-open-stream): Add autoload cookie.
3356
3357 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3358
3359 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3360 handling.
3361
3362 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3363
3364 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3365 its data structures.
3366
3367 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3368 instead of the cl.el copy-list.
3369 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3370 equalp.
3371
3372 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3373
3374 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3375 and tool-bar-local-item-from-menu.
3376
3377 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3378 mode-line-highlight face for Emacs.
3379
3380 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3381 loading gnus-sum.elc; fix comment for canlock-verify.
3382 (gnus-article-jump-to-part): Use read-number.
3383 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3384 Remove Emacs pre-21 compatible code for help-echo.
3385 (gnus-article-next-page-1): No need to adjust the number of lines.
3386 (gnus-article-describe-bindings): Always use help-buffer.
3387
3388 * gnus-audio.el (gnus-audio-inline-sound)
3389 * gnus-cus.el (gnus-custom-mode)
3390 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3391
3392 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3393
3394 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3395 compatible code.
3396
3397 2010-09-24 Glenn Morris <rgm@gnu.org>
3398
3399 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3400 visiting the fcc file in rmail-mode.
3401
3402 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3403
3404 * nnir.el: Silence the byte compiler.
3405
3406 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3407 alias to browse-url-url-encode-chars if any.
3408 (gnus-html-encode-url): Use it.
3409
3410 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3411
3412 * gnus-start.el (gnus-use-backend-marks): New variable.
3413 (gnus-get-unread-articles-in-group): Use it.
3414
3415 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3416 makeover.
3417
3418 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3419
3420 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3421
3422 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3423
3424 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3425 Remove.
3426 (gnus-setup-news-hook):
3427 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3428
3429 * gnus-int.el (gnus-request-update-info): Protect against backends not
3430 having the function.
3431
3432 * nnimap.el (nnimap-stream): Mention starttls.
3433 (nnimap-open-connection): Add starttls support.
3434
3435 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3436
3437 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3438
3439 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3442 BODYSTRUCTUREs.
3443 (nnimap-transform-headers): Unfold quoted {42} headers.
3444
3445 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3446 the info.
3447 (gnus-get-unread-articles): Only call updatep on backends that support
3448 it.
3449
3450 * nnweb.el (nnweb-request-update-info): NOOP.
3451
3452 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3453
3454 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3455 since it only deals with marks.
3456
3457 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3458 gnus-request-marks, and make a new gnus-request-update-info.
3459
3460 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3461 the active instead of the high number, which is usually too low.
3462
3463 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3464
3465 * encrypt.el: Remove.
3466
3467 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
3469 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3470 server in symbolic form.
3471
3472 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3473
3474 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
3476 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3477 (nnimap-update-info): Fix up code slightly.
3478
3479 * gnus-int.el (gnus-open-server): Add tracing for performance
3480 debugging.
3481
3482 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3483 (gnus-group-insert-group-line): Pass the real group name so that it
3484 gets the right data.
3485
3486 * gnus-start.el (gnus-get-unread-articles): Don't have
3487 `gnus-get-unread-articles-in-group' update info, since that can be
3488 really slow and doesn't seem to be needed?
3489
3490 2010-09-22 Julien Danjou <julien@danjou.info>
3491
3492 * gnus-group.el (gnus-group-insert-group-line):
3493 Call gnus-group-highlight-line.
3494 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3495 default hook list.
3496 (gnus-group-update-eval-form): Add new function.
3497 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3498 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3499
3500 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501
3502 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3503 immediate, then expire all articles.
3504 (nnimap-update-info): Fix off-by-one errors.
3505 (nnimap-flags-to-marks): Would return no marks lists for group with no
3506 flags. Instead return the other data.
3507
3508 2010-09-22 Julien Danjou <julien@danjou.info>
3509
3510 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3511 Only return an icon.
3512 (gnus-group-insert-group-line): Compute icon to return.
3513
3514 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3515 (gnus-html-image-fetched): Only cache if
3516 gnus-html-image-automatic-caching is set.
3517 (gnus-html-image-fetched): Check for errors.
3518
3519 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
3521 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3522 once per method on `g'. This ensures that backends like nnfolder don't
3523 open all their folders.
3524
3525 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3526 (nnimap-request-list): Nix out group in the correct buffer.
3527 (nnimap-parse-flags): Implement by using `read' instead of
3528 hand-parsing.
3529 (nnimap-flags-to-marks): Pass on permanent-flags.
3530 (nnimap-make-process-buffer): Record the server name.
3531 (nnimap-parse-flags): Fix typo.
3532 (nnimap-request-scan): Run split on the server in general, not just a
3533 single group.
3534
3535 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3536 parameter, and propagate this downwards.
3537
3538 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3539 since EXAMINE changes it on the server.
3540
3541 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3542 this command might take a while.
3543
3544 2010-09-22 Julien Danjou <julien@danjou.info>
3545
3546 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3547 harmful if you have 2 images side-by-side, they can't be properly
3548 update on text deletion. Using text-property is safer here.
3549 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3550 data.
3551
3552 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3553
3554 * nnimap.el (nnimap-expunge-inbox): Remove.
3555 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3556 (nnimap-expunge): Flip default to t.
3557
3558 * gnus.el (gnus-method-to-server): Don't push things to the cache
3559 unless it's unique.
3560 (gnus-server-to-method): Ditto.
3561
3562 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3563
3564 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3565
3566 2010-09-22 Julien Danjou <julien@danjou.info>
3567
3568 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3569 get the start of data.
3570 (gnus-html-encode-url): Add this function to encode special chars in
3571 URL.
3572 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3573 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3574
3575 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3576 default.
3577 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3578
3579 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3580 images alt-text.
3581 (gnus-html-put-image): Put alt-text as help-echo.
3582
3583 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3584
3585 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3586 * mm-util.el (mm-decompress-buffer)
3587 * nnir.el (nnir-run-find-grep)
3588 * pop3.el (pop3-list): Use 3rd arg of split-string.
3589
3590 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3593 outside the active range. Suggested by Dan Christensen.
3594
3595 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3596 slightly later to avoid double-getting it.
3597
3598 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3599 previous patch.
3600
3601 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3602
3603 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3604
3605 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3606
3607 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3608
3609 * gnus-int.el (gnus-open-server): Give a better error message in the
3610 "go offline" case.
3611
3612 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3613 marks for nnimap, which is seldom the right thing to do.
3614
3615 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3616 (gnus-same-method-different-name): New function.
3617
3618 * nnimap.el (parse-time): Require.
3619
3620 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3621 method in the presence of many similar methods.
3622
3623 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3624
3625 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3626 nnml-inhibit-expiry.
3627
3628 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3629 find out whether methods are equal.
3630
3631 * nnimap.el (nnimap-find-expired-articles): New function.
3632 (nnimap-process-expiry-targets): New function.
3633 (nnimap-request-move-article): Request the article before looking at
3634 what the Message-ID is. Fix found by Andrew Cohen.
3635 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3636
3637 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3638 for oldness in addition to being a predicate.
3639
3640 * nnimap.el (nnimap-request-group): When we have zero articles, return
3641 the right data to Gnus.
3642 (nnimap-request-expire-articles): Only delete articles immediately if
3643 the target is 'delete.
3644
3645 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3646 method, this would bug out.
3647
3648 * gnus-group.el (gnus-group-expunge-group): Rename from
3649 gnus-group-nnimap-expunge, and implemented as a normal interface
3650 function.
3651
3652 * gnus-int.el (gnus-request-expunge-group): New function.
3653
3654 * nnimap.el (nnimap-request-create-group): Implement.
3655 (nnimap-request-expunge-group): New function.
3656
3657 2010-09-21 Julien Danjou <julien@danjou.info>
3658
3659 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3660 (gnus-html-cache-expired): Add new function.
3661 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3662 wethever we should display image for fetch it.
3663 Compute alt-text earlier to pass it to the fetching function too.
3664 (gnus-html-schedule-image-fetching): Change function argument to only
3665 get one image at a time, not a list.
3666 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3667 cache.
3668 (gnus-html-get-image-data): New function to retrieve image data from
3669 cache.
3670 (gnus-html-put-image): Change buffer argument to use image data rather
3671 than file, and place image above region rather than inserting a new
3672 one. Do not take alt-text as argument, since it's useless now: we place
3673 the image above alt-text.
3674 (gnus-html-prune-cache): Remove.
3675 (gnus-html-show-images): Start to fetch image when we find one, do not
3676 push into a temporary list.
3677 (gnus-html-prefetch-images): Only fetch image if they have expired.
3678 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3679 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3680
3681 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3682
3683 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3684
3685 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3686
3687 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3688 spec inser "*" if the group isn't active instead of 0.
3689
3690 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3691 opening the server.
3692 (nnimap-request-delete-group): Implement group deletion.
3693 (nnimap-transform-headers): Return the size of the entire message in
3694 the Bytes header, not just the size of the first part.
3695 (nnimap-request-move-article): When moving an article from nnimap,
3696 request the article first so the accepting form has an article to
3697 accept. Reported by Dan Christensen.
3698 (nnimap-command): Make sure that the error message doesn't error out.
3699
3700 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3701
3702 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3703 we haven't requested anything.
3704
3705 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3706
3707 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3708 "". Fix found by Andrew Cohen.
3709
3710 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3711 instead of -encode-string.
3712
3713 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3714
3715 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3716
3717 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3718 by mm-subst-char-in-string.
3719
3720 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3721
3722 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3723 waiting for the connection string.
3724
3725 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3726 arriving.
3727
3728 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3729 bogus characters. This allows selecting certain Gmail groups.
3730
3731 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3732 (nnimap-fetch-partial-articles): New variable.
3733 (nnimap-open-connection): When looking for credentials, also use the
3734 nnimap-server-port.
3735 (nnimap-request-article): Return the group/article number, so that Gnus
3736 `^' works as expected.
3737 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3738
3739 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3740 comments.
3741 (gnus-methods-sloppily-equal): New function.
3742 (gnus): When using the development version of Gnus, load the gnus-load
3743 file.
3744
3745 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3746 `gnus-open-server' on each method before trying to scan them etc.
3747 This ensures that all the backend parameters are set correctly.
3748
3749 * nnimap.el (nnimap-authenticator): New variable.
3750 (nnimap-open-connection): Allow anonymous login.
3751 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3752 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3753
3754 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3755 patch, found by Knut Anders Hatlen.
3756
3757 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3758
3759 * gnus-agent.el (gnus-agent-batch-confirmation)
3760 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3761 to gnus-message.
3762 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3763 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3764 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3765 * gnus-int.el (gnus-open-server): Likewise.
3766 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3767 (gnus-score-check-syntax): Likewise.
3768 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3769 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3770 Likewise.
3771 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3772
3773 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3774
3775 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3776 calling conventions so that prefetch doesn't bug out.
3777
3778 2010-09-19 Julien Danjou <julien@danjou.info>
3779
3780 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3781 rather than `subst-char-in-region' in order to be able to replace ASCII
3782 char by UTF-8 ones.
3783
3784 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3785 than curl.
3786 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3787 the right URL and ALT text on images.
3788 (gnus-html-wash-tags): Fix tag case.
3789 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3790 (gnus-article-html): Add -o display_ins_del=2 option.
3791 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3792
3793 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3794
3795 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3796 the extra mail headers, which sometimes seem to happen for unknown
3797 reasons.
3798
3799 * mail-parse.el (mail-header-encode-parameter): Define as
3800 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3801 (or most, perhaps?) mail readers don't understand the latter, but do
3802 understand the former.
3803
3804 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3805 to nil, so that no methods are automatically agentized. I think this
3806 is probably what most users want.
3807
3808 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3809 from url-retrieve, for instance about invalid URLs.
3810
3811 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3812 groups that have no articles.
3813 (nnimap-request-article): Check that we really got an article when we
3814 requested one.
3815
3816 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3817 doesn't exist.
3818
3819 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3820 nntp buffer so the agent can save it.
3821 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3822 that CRLF doesn't get translated to \n.
3823 (nnimap-open-connection): Don't make 'shell commands only send \n.
3824
3825 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3828 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3829 Update var name.
3830 (nnml-generate-nov-file): Use dolist.
3831 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3832 Use with-current-buffer.
3833
3834 2010-09-18 Julien Danjou <julien@danjou.info>
3835
3836 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3837 parallel.
3838
3839 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3840
3841 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3842 the range update right.
3843 (nnimap-request-group): Don't make `M-g' bug out on group with no
3844 marks.
3845 (nnoo): Require, so that other packages can require nnimap.
3846 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3847 command we're looking for. This helps when the server sends more
3848 responses after we've gotten everything we expected.
3849 (nnimap): Add a `newlinep' field to keep track of end-of-line
3850 conventions.
3851 Don't send CRLF to things that don't want it.
3852 (nnimap-request-accept-article): Ditto.
3853
3854 2010-09-18 Julien Danjou <julien@danjou.info>
3855
3856 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3857 than curl to retrieve images.
3858
3859 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3860
3861 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3862 the marks.
3863 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3864 (nnimap-wait-for-connection): New function.
3865 (nnimap-open-connection): If we have PREAUTH, don't query for login
3866 credentials.
3867 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3868 when doing a partial update.
3869
3870 2010-09-18 Julien Danjou <julien@danjou.info>
3871
3872 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3873 tags.
3874
3875 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * nnimap.el (nnimap-credentials): New function.
3878 (nnimap-open-connection): Use the new function to look for credentials
3879 also on the numeric equivalents of "imap" and "imaps".
3880
3881 * gnus-start.el (gnus-activate-group): Send the info to
3882 gnus-request-group.
3883
3884 * nnimap.el (nnimap-request-group): Have the "check" version of the
3885 function parse flags and update the info, so that a `M-g' get a total
3886 resync of all flags from the group.
3887
3888 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3889 to allow backends to alter the info on group selection. Also alter all
3890 the backend -request-group functions to take the parameter.
3891
3892 * nnimap.el (nnimap-store-info): New function.
3893 (nnimap-update-info): Store the info for later usage.
3894 (nnimap-request-group): Use the stored info for the dont-check case, so
3895 that we don't retrieve all marks when we enter a group.
3896
3897 * nnimap.el: Use deffoo instead of defun for interface functions.
3898
3899 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3900 update the group info. This makes the nndraft groups, for instance, go
3901 back to their old behaviour.
3902
3903 * gnus-sum.el (gnus-select-newsgroup): Indent.
3904
3905 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3906 in.
3907 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3908 nothing.
3909
3910 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3911 from methods that are denied.
3912
3913 * gnus-int.el (gnus-method-denied-p): New function.
3914
3915 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3916 store the password instead of netrc.
3917 (nnimap-open-connection): Don't error out when we can't make a
3918 connections.
3919
3920 * auth-source.el (auth-source-create): In the password prompt, say what
3921 we're querying for. Also prompt for user name if that hasn't been
3922 given.
3923
3924 * nnimap.el (nnimap-with-process-buffer): Remove.
3925
3926 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3927
3928 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3929 method when we're reading from the agent.
3930
3931 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3932
3933 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3934 that's probably most useful for users.
3935
3936 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3937 "failed" all the time.
3938
3939 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3940 ...)) with (with-current-buffer ... ).
3941
3942 * nntp.el (nntp-open-server): Return whether the open was successful or
3943 not.
3944
3945 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3946 select an unread unseen article first.
3947
3948 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3949 /etc/services, supply some sensible port defaults.
3950
3951 2010-09-17 Julien Danjou <julien@danjou.info>
3952
3953 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3954
3955 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3956
3957 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3958 doesn't have any parameters.
3959
3960 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3961
3962 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3963 only upcased checks.
3964
3965 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3966
3967 * nnimap.el (nnimap-open-shell-stream): New function.
3968 (nnimap-open-connection): Use it.
3969 (nnimap-transform-headers): Get the number of lines in each message.
3970 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3971 number of lines.
3972 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3973 problem.
3974
3975 * utf7.el (utf7-encode): Autoload.
3976
3977 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3978 to allow the mail splitting to not return a default group. This is
3979 useful for nnimap, which will leave unmatched mail in the inbox.
3980
3981 * nnimap.el: Rewritten.
3982
3983 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3984 nnimap usage.
3985
3986 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3987 if the move is internal, so that nnimap can do fast internal moves.
3988
3989 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3990 data.
3991 (gnus-read-active-for-groups): Support finishing the early retrieval of
3992 data.
3993
3994 * gnus-range.el (gnus-range-nconcat): New function.
3995
3996 * gnus-int.el (gnus-finish-retrieve-group-infos)
3997 (gnus-retrieve-group-data-early): New functions.
3998
3999 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4002 (nnrss-retrieve-groups):
4003 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4004 (pop3-quit): Use with-current-buffer.
4005
4006 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4009 instead of nnheader-accept-process-output.
4010
4011 * gnus-html.el (gnus-html-schedule-image-fetching)
4012 (gnus-html-prefetch-images): Replace process-kill-without-query by
4013 gnus-set-process-query-on-exit-flag.
4014
4015 2010-09-16 Romain Francoise <romain@orebokech.com>
4016
4017 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4018
4019 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * gnus-registry.el (gnus-registry-install-shortcuts): The second
4022 parameter to unintern is mandatory-ish in Emacs 24.
4023
4024 * gnus-html.el (gnus-html-schedule-image-fetching)
4025 (gnus-html-prefetch-images): Check for curl before using it.
4026
4027 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4028 depend on curl, which isn't essential.
4029
4030 * imap.el: Revert back to version
4031 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4032 seem problematic.
4033
4034 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4035
4036 * gnus-registry.el (gnus-registry-install-shortcuts):
4037 Explicitly pass `obarray' to `unintern' to avoid a warning.
4038
4039 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4042 change.
4043
4044 * nnrss.el (nnrss-request-list): Remove this function and related
4045 functions, including the moreover stuff.
4046
4047 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * nnrss.el (nnrss-retrieve-groups): New function.
4050
4051 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * .dir-locals.el: Add no-byte-compile cookie.
4054
4055 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4056
4057 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4058 for back end that doesn't support request-scan.
4059
4060 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4061
4062 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4063 then do request scans from the backends.
4064
4065 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4066 avoid running a hook per line, since this takes a lot of time,
4067 profiling shows.
4068 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4069 directly if gnus-visual-p is true.
4070
4071 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4072
4073 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4074 groups; replace mapcar with dolist which is a bit faster; pass groups
4075 info to gnus-read-active-file-1.
4076 (gnus-read-active-file-1): Scan only specified groups if the new
4077 optional arg `infos' is given.
4078
4079 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4080
4081 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4082
4083 * pop3.el (pop3-movemail): Remove.
4084 (pop3-streaming-movemail): Rename to pop3-movemail.
4085
4086 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4087 don't restrict end-tag searches to the end of the line.
4088
4089 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4090
4091 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4092 articles of every unchecked group to t, which means unknown since the
4093 server has never been opened.
4094
4095 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus-html.el (gnus-html-show-alt-text): New command.
4098 (gnus-html-browse-image): Ditto.
4099 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4100 to browse the image directly.
4101 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4102 better.
4103
4104 * gnus-async.el (gnus-async-article-callback):
4105 Call `gnus-html-prefetch-images' unconditionally.
4106
4107 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4108 before feeding URLs to curl.
4109
4110 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4111
4112 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4113 internal images as deletable by `W D D'.
4114
4115 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4116 (gnus-async-article-callback): Fix typo.
4117
4118 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4121 current line to work around bugs in the output from w3m.
4122
4123 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4124 for groups that want that.
4125
4126 * nntp.el (nntp-wait-for-string): Supply a timeout for
4127 accept-process-output to ensure progress.
4128
4129 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4130 level to get unread articles from, then use that for foreign groups,
4131 too.
4132
4133 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4134 confuses the rest of the function.
4135
4136 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4137 for the methods that support -retrieve-groups, too.
4138
4139 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4140
4141 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4142
4143 * pop3.el: Require cl when compiling.
4144 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4145
4146 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4149 that aren't going to be activated.
4150 (gnus-get-unread-articles): Fix up the last commit.
4151
4152 * gnus-html.el (gnus-article-html): Allow calling without specifying
4153 the handle. In that case, dissect the buffer first.
4154
4155 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4156
4157 * nnimap.el (nnimap-open-connection): Revert the change that would look
4158 into authinfo for imaps instead of imap.
4159
4160 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4161 say that you don't want to call gnus-request-group with don-check, but
4162 do check the reponse. This is for virtual groups only.
4163 (gnus-get-unread-articles): Count the archive groups as secondary, so
4164 that they're activated the same way as before.
4165
4166 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4167 case-insensitively.
4168 (nnimap-debug): Remove.
4169
4170 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4171 mail from a file, and the file doesn't exist.
4172
4173 * pop3.el (pop3-streaming-movemail): Return t for success.
4174
4175 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4176 .authinfo if we're using ssl connection.
4177
4178 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4179 already have if we're in a main Gnus `g' run.
4180
4181 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4182
4183 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4184
4185 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4186
4187 * nnmh.el (nnmh-request-list-1): Bind `file'.
4188
4189 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4190 alias to set-process-query-on-exit-flag or process-kill-without-query.
4191 (pop3-open-server): Use it.
4192
4193 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4194
4195 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4196 box to the Incoming file. Fixes mistake in previous checkin.
4197
4198 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4199 request loop (for debugging purposes) removed.
4200
4201 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4202 culprit is more visible.
4203 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4204 (nnml-add-incremental-nov): New functions to do "incremental" nov
4205 updates, where we just append to the end of the existing nov files
4206 without reading/writing them in full.
4207
4208 * mail-source.el (mail-source-delete-crash-box): Really only check the
4209 incoming files once in a while.
4210
4211 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4212
4213 * mail-source.el (mail-source-delete-crash-box): Only check the
4214 incoming files for deletion once per day to save a lot of file
4215 accesses.
4216
4217 * pop3.el (pop3-logon): Fix up unbound variable typo.
4218
4219 * mail-source.el (pop3-streaming-movemail): Autoload.
4220
4221 * pop3.el (pop3-streaming-movemail):
4222 Respect pop3-leave-mail-on-server.
4223
4224 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4225 retrieval.
4226
4227 * pop3.el (pop3-process-filter): Remove unused function.
4228 (pop3-streaming-movemail, pop3-send-streaming-command)
4229 (pop3-wait-for-messages, pop3-write-to-file)
4230 (pop3-number-of-responses): New functions for streaming pop3
4231 retrieval.
4232
4233 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4234 come from no known methods.
4235 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4236 list.
4237
4238 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4239 message sizes.
4240 (pop3-movemail): Use erase-buffer instead of looping and deleting
4241 regions, which seems rather odd.
4242
4243 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4244 file once per `g' run.
4245
4246 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4247 directories. This makes the draft queue directory work.
4248
4249 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4250 data from the backends, so that we only request the list of groups from
4251 each method once. This should speed things up considerably.
4252
4253 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4254 detect that it's not implemented.
4255
4256 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4257 we actually do recurse down into the tree, but don't stat all leaf
4258 nodes.
4259
4260 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4261 then say so instead of bugging out.
4262
4263 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4264 files exist before trying to read them.
4265
4266 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4267 around <pre_int>.
4268
4269 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4270
4271 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4272
4273 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4274
4275 * mm-util.el (mm-image-load-path): Just return the image directories,
4276 not all directories in the path in addition to the image directories.
4277 (mm-image-load-path): Maintain a cache of the image directories so that
4278 the `g' command in Gnus doesn't have to stat dozens of directories each
4279 time.
4280
4281 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4282 (gnus-html-wash-tags): Add a new `i' command to insert images.
4283 (gnus-html-insert-image): New command and keystroke.
4284 (gnus-html-redisplay-with-images): New command and keystroke.
4285 (gnus-html-show-images): Rename command.
4286 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4287 spacers.
4288 (gnus-html-wash-tags): Decode entities at the end, so that entities
4289 inside the tags don't mess up the rest of the "parsing".
4290
4291 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4292 so that nnimap methods aren't agentized by default. There's apparently
4293 many problems related to agent/imap behaviour.
4294
4295 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4296
4297 * gnus-html.el: Doc fix.
4298
4299 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4300
4301 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4302 glyph-width and glyph-height instead of display-graphic-p and
4303 image-size; make avoidance of displaying small images work for XEmacs.
4304
4305 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4306 for XEmacs.
4307
4308 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4309 of symbol that holds plist data.
4310 (gnus-process-plist): Remove plist of process after getting it.
4311
4312 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4313
4314 * message.el (message-generate-hashcash): Change default to
4315 'opportunistic if hashcash is installed.
4316
4317 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4318 (gnus-html-put-image): Only call image-size once, since it's somewhat
4319 time-consuming on remote X servers.
4320
4321 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4322
4323 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4324 decoded contents.
4325 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4326
4327 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4328
4329 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4330 group line format, since it isn't very interesting.
4331
4332 * gnus-agent.el (gnus-agent-short-article),
4333 (gnus-agent-long-article): Increase values for these two variables,
4334 since most people are likely to have more network connection and
4335 storage than before.
4336
4337 * gnus.el (gnus-refer-article-method): Change default to 'current.
4338 When referring an article, the common behaviour is to refer it from the
4339 current select method, not the native select method. The chances of
4340 the native select method having the message in question is rather slim
4341 these days.
4342
4343 * gnus-sum.el (gnus-auto-select-subject): Change default to
4344 `unseen-or-unread'. I think it's likely that most people want to
4345 select an unseen article over a previously seen, but unread one.
4346
4347 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4348 means that in the article buffer none of the minor mode elements will
4349 be shown, usually, and this is not desirable in most cases.
4350
4351 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4352 that commands like `d' (and the like) go to the next line in the
4353 buffer, instead of the next unread article. I think this is the
4354 behaviour that is most natural for most users.
4355 (gnus-single-article-buffer): Change default to nil, so that people can
4356 have as many article buffers open as they have summary buffer. I think
4357 this is the most natural way for the groups to behave.
4358
4359 * message.el (message-generate-new-buffers): Change default to
4360 `unsent', so that all new message buffers start their names with the
4361 string "*unsent", and it's easier to find the buffers if you move from
4362 them.
4363
4364 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4365
4366 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4367 small. They're probably tracking images.
4368 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4369 (gnus-html-rescale-image): Yet another try at getting the image sizing
4370 right.
4371
4372 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4373 nntp-marks-file-name is nil.
4374
4375 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4376
4377 * gnus-html.el (gnus-html-wash-tags)
4378 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4379 Better logging.
4380
4381 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4382
4383 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4384
4385 * gnus-html.el (gnus-html-wash-tags): Check the value of
4386 gnus-blocked-images in the summary buffer.
4387
4388 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4389
4390 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4391
4392 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4393
4394 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4395 like "a", it seems like.
4396 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4397 since it needs to be picked from the correct buffer.
4398
4399 * nnwfm.el: Remove.
4400
4401 * nnlistserv.el: Remove.
4402
4403 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4404
4405 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4406 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4407
4408 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
4410 * nnkiboze.el: Remove.
4411
4412 * nndb.el: Remove.
4413
4414 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4415 alt text.
4416 (gnus-html-rescale-image): Try to get the rescaling logic right for
4417 images that are just wide and not tall.
4418
4419 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4420 overshadow variable bindings.
4421
4422 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4423
4424 * gnus-html.el (gnus-html-wash-tags)
4425 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4426 Add extra logging.
4427
4428 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4429
4430 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4431 (gnus-max-image-proportion): New variable.
4432 (gnus-html-rescale-image): New function.
4433 (gnus-html-put-image): Rescale images.
4434
4435 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 Fix up some byte-compiler warnings.
4438 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4439 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4440 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4441 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4442 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4443 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4444 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4445
4446 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4447
4448 * gnus-html.el (gnus-article-html): Decode contents by charset.
4449
4450 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4451
4452 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4453 (gnus-html-frame-width, gnus-blocked-images)
4454 * message.el (message-prune-recipient-rules): Add custom version.
4455 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4456
4457 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4458 functions.
4459
4460 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4461 gnus-process-get.
4462
4463 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4464
4465 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4466 instead of lsub directly.
4467
4468 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * nnwarchive.el: Remove.
4471
4472 * gnus-soup.el: Remove.
4473
4474 * nnsoup.el: Remove.
4475
4476 * nnultimate.el: Remove.
4477
4478 * gnus-html.el (gnus-blocked-images): New variable.
4479
4480 * message.el (message-prune-recipients): New function.
4481 (message-prune-recipient-rules): New variable.
4482
4483 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4484 guess whether a long line is natural text or not.
4485
4486 * gnus-html.el (gnus-html-schedule-image-fetching):
4487 Use gnus-process-plist and friends for compatibility.
4488
4489 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4490
4491 * gnus-html.el: Require packages that define macros used in this file.
4492 (gnus-article-mouse-face): Declare to silence byte-compiler.
4493 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4494 process-get.
4495 (gnus-html-put-image): Use plist-get to avoid getf.
4496 (gnus-html-prefetch-images): Use with-current-buffer.
4497
4498 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4499
4500 * gnus-ems.el: Provide compatibility functions for
4501 gnus-set-process-plist.
4502
4503 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4504 * gnus.el (gnus-valid-select-methods)
4505 * message.el (message-send-mail-partially-limit)
4506 * mm-decode.el (mm-text-html-renderer)
4507 * mml.el (mml-insert-mime-headers-always)
4508 * smiley.el (smiley-regexp-alist): Bump custom version.
4509
4510 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511
4512 * gnus-html.el: require mm-url.
4513 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4514 with the url to `url'.
4515 (gnus-html-wash-tags): Support cid: URLs/images.
4516
4517 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4520 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4521 bindings, as they aren't useful at all. `w' is moved to `W w'.
4522
4523 * gnus-move.el: Remove file, since it doesn't really work.
4524
4525 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4526 UTF-8. This seems to fix problems with some German web feeds.
4527
4528 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4529 at the top so that the proper colours are applied.
4530
4531 * gnus-art.el (gnus-article-view-part): Doc fix.
4532
4533 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4534 XEmacs-compatible.
4535 (gnus-html-put-image): Don't do images on non-graphic displays.
4536
4537 * nnslashdot.el: Remove this unused backend.
4538
4539 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4540 actions.
4541 (gnus-undo-register-1): Revert last change.
4542
4543 * gnus-group.el (gnus-group-completing-read): Protect against not
4544 having completion-styles bound.
4545
4546 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4547 make broken recipients happier.
4548
4549 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4550
4551 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4552 point parameter.
4553
4554 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4555 completion-styles for group selection.
4556
4557 2009-02-04 Andreas Schwab <schwab@suse.de>
4558
4559 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4560 headers and regexp-quote the match if necessary.
4561
4562 2009-03-24 Miles Bader <miles@gnu.org>
4563
4564 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4565 the blinking smiley.
4566
4567 2009-03-24 Simon Josefsson <simon@josefsson.org>
4568
4569 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4570 blink smiley.
4571
4572 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4575 where the dribbel file lives exists.
4576
4577 * message.el (message-send-mail-partially-limit): Change the default to
4578 nil, since most people don't want this.
4579
4580 * mm-url.el (mm-url-decode-entities): Also decode entities like
4581 &#x3212.
4582
4583 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4584
4585 * gnus-sum.el (gnus-summary-idna-message):
4586 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4587 Hyperlink urls in docstrings with URL `...'.
4588
4589 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4590
4591 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4592 functions.
4593
4594 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4597 say what the mouseover text should be.
4598
4599 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4600 version of the mm-w3m-safe-url-regexp variable to only download images
4601 in the groups where we want that to happen.
4602
4603 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4604
4605 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4606 easier debugging.
4607 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4608 big pictures in the article buffer.
4609
4610 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4611 gnus-article-html.
4612 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4613 w3m.
4614
4615 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4616
4617 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4618
4619 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4620 which doesn't exist.
4621
4622 * message.el (message-inhibit-ecomplete): New variable to allow some
4623 function to inhibit ecomplete address storage.
4624 (message-resend): Disable ecomplete message storage when resending
4625 messages.
4626
4627 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4628
4629 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4630
4631 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4632 Save excursion while copying, moving, and deleting articles in order to
4633 prevent the cursor from jumping to unforeseen place.
4634
4635 2010-08-17 Glenn Morris <rgm@gnu.org>
4636
4637 * gnus-sync.el: Require gnus components whose functions are used.
4638
4639 * gnus-art.el (bookmark-make-record-function):
4640 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4641 Declare for compiler.
4642
4643 * mm-url.el (mml-compute-boundary): Autoload.
4644
4645 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4646
4647 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4648
4649 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4650
4651 Typo fix "hoo4a" -> "hook".
4652
4653 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4654
4655 2010-08-14 Glenn Morris <rgm@gnu.org>
4656
4657 * gnus-sync.el (gnus-sync): Fix defgroup version.
4658
4659 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4660
4661 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4662
4663 * gnus-sync.el: Fix docs.
4664 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4665 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4666
4667 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4668
4669 Optimizations for gnus-sync.el.
4670
4671 * gnus-sync.el: Add docs about gnus-sync-backend
4672 possibilities.
4673 (gnus-sync-save): Remove unnecessary message.
4674 (gnus-sync-read): Optimize and show what groups were skipped.
4675
4676 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4677
4678 Minor bug fixes for gnus-sync.el.
4679
4680 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4681 Don't read the sync on get-new-news.
4682
4683 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4684 quiet.
4685
4686 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4687 (fix typo).
4688
4689 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4690
4691 Make saving and restoring of hidden threads work with overlays.
4692 Patch applied by Ted Zlatanov.
4693
4694 * gnus-sum.el (gnus-hidden-threads-configuration)
4695 (gnus-restore-hidden-threads-configuration): Update to deal with text
4696 properties, rather than searching for a magic character.
4697
4698 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4699
4700 New gnus-sync.el library for synchronization of marks.
4701
4702 * gnus-sync.el: New library for synchronization of marks.
4703
4704 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4705 renamed from `gnus-registry-grep-in-list'.
4706
4707 * gnus-registry.el (gnus-registry-follow-group-p):
4708 Use `gnus-grep-in-list'.
4709
4710 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4711
4712 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4713
4714 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4715 determining charset of text fails.
4716
4717 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4718
4719 * nnmail.el (nnmail-get-new-mail-1): Revert.
4720
4721 * nnml.el (nnml-active-number): Make sure names of newly created groups
4722 in nnml-group-alist are encoded.
4723
4724 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4725
4726 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4727 containing non-ASCII characters in active file for nnml back end.
4728
4729 2010-07-24 David Engster <dengste@eml.cc>
4730
4731 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4732 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4733
4734 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4735
4736 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4737 tag (Bug#6654).
4738
4739 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4740
4741 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4742 the article buffer, not the summary buffer.
4743
4744 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4745
4746 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4747 Emacs 23 as well.
4748
4749 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4750
4751 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4752 Patch applied by Karl Fogel.
4753
4754 * gnus-sum.el (gnus-summary-bookmark-make-record):
4755 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4756
4757 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4758
4759 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4760 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4761 C-w still not working correctly from Article buffers; Thierry's
4762 patch to fix that will be applied after this.
4763
4764 * gnus-art.el (bookmark-make-record-function): New local variable.
4765
4766 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4767 article buffer.
4768 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4769
4770 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4771
4772 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4773 on changes in bookmark.el.
4774
4775 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4776
4777 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4778 the *other* type of HTML form submission.
4779
4780 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4781
4782 * auth-source.el (auth-source-pick): If choice does not contain a
4783 questioned keyword, set the check to t.
4784
4785 2010-06-12 Romain Francoise <romain@orebokech.com>
4786
4787 * gnus-util.el (gnus-date-get-time): Move up before first use.
4788
4789 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4792 (gnus-article-edit-part): Bind it to make last part that is substituted
4793 or deleted visible.
4794 (gnus-mime-display-single): Buttonize part of which id equals to
4795 gnus-mime-buttonized-part-id.
4796
4797 2010-06-10 Dan Christensen <jdc@uwo.ca>
4798
4799 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4800 (gnus-dd-mmm): Use gnus-date-get-time.
4801 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4802 simplify logic.
4803 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4804 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4805
4806 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4807
4808 * auth-source.el (top): Autoload `secrets-list-collections',
4809 `secrets-create-item', `secrets-delete-item'.
4810 (auth-sources): Fix tag string.
4811 (auth-get-source, auth-source-retrieve, auth-source-create)
4812 (auth-source-delete): New defuns.
4813 (auth-source-pick): Rewrite in order to avoid 2 passes.
4814 (auth-source-forget-user-or-password): New parameter USERNAME.
4815 (auth-source-user-or-password): New parameters CREATE-MISSING and
4816 DELETE-EXISTING. Retrieve password interactively, if needed.
4817
4818 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4819
4820 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4821 deleting unused directories when gnus-expert-user is t.
4822
4823 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4824
4825 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4826 for each temp file when gnus-article-browse-delete-temp is ask.
4827
4828 2010-05-20 Kevin Ryde <user42@zip.com.au>
4829
4830 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4831
4832 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4833
4834 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4835 article unless decoding article to be saved.
4836
4837 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4840 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4841 generated within the mm-with-unibyte-current-buffer macro.
4842
4843 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4844
4845 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4846 to nil when we're in a mml-preview buffer and no group is selected.
4847
4848 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4849
4850 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4851 when catching the `C-g'. Reported by "Leo".
4852
4853 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4854
4855 * message.el (message-forward-make-body-plain)
4856 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4857 multibyte-string-p.
4858
4859 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4860
4861 * message.el (message-forward-make-body-mml): Assume original message
4862 is multibyte string; error on unibyte.
4863 (message-forward-make-body-plain): Ditto; don't add excessive newline
4864 in body end.
4865
4866 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4867
4868 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4869 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4870
4871 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4872
4873 * mm-extern.el (mm-extern-url): Don't use
4874 mm-with-unibyte-current-buffer.
4875 (mm-extern-cache-contents): Use with-current-buffer instead of
4876 save-excursion + set-buffer.
4877
4878 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4879
4880 * mm-util.el (mm-emacs-mule): Remove.
4881
4882 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4883
4884 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4885 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4886 change.
4887
4888 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4889
4890 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4891 bind the default value of enable-multibyte-characters to nil.
4892
4893 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4894
4895 * message.el (message-forward-make-body-plain)
4896 (message-forward-make-body-mml):
4897 Don't use mm-with-unibyte-current-buffer.
4898
4899 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4900
4901 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4902 (Bug#5592).
4903
4904 2010-05-07 Julien Danjou <julien@danjou.info>
4905
4906 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4907 it to mm-pipe-part.
4908
4909 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4910 it is given.
4911
4912 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4913
4914 * nnweb.el (nnweb-gmane-search)
4915 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4916 XEmacs.
4917
4918 * gnus-art.el (gnus-article-browse-html-parts)
4919 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4920 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4921 make-temp-file.
4922
4923 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4924 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4925 compiling.
4926
4927 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4928 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4929 XEmacs when compiling.
4930
4931 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4932 gnus-pick-mode-off-hook for XEmacs when compiling.
4933 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4934 gnus-binary-mode-off-hook for XEmacs when compiling.
4935
4936 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4937 Return nil if char-charset is not available.
4938
4939 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4940 macro.
4941
4942 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4943 instead of encode-coding-string.
4944
4945 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4946 'xemacs) instead of mm-emacs-mule to switch function definitions.
4947 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4948
4949 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4950
4951 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4952
4953 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4954
4955 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4956 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4957
4958 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4961 alias `jka-compr-delete-temp-file' no longer exists.
4962
4963 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4964
4965 Use define-minor-mode in Gnus where applicable.
4966 * mml.el (mml-mode): Use define-minor-mode.
4967 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4968 (gnus-undo-mode): Use define-minor-mode.
4969 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4970 (gnus-dead-summary-mode): Use define-minor-mode.
4971 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4972 Initialize in declaration.
4973 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4974 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4975 (gnus-mailing-list-mode): Use define-minor-mode.
4976 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4977 (gnus-draft-mode): Use define-minor-mode.
4978 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4979 (gnus-dired-mode): Use define-minor-mode.
4980
4981 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4982
4983 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4984 handles on recursive mml-to-mime translation and check them for
4985 boundary delimiter collisions. Reported by Greg Troxel.
4986
4987 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4988
4989 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4990
4991 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * mm-util.el (mm-find-buffer-file-coding-system):
4994 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4995
4996 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4997
4998 * message.el (message-generate-headers): Record insertion of optional
4999 headers as well. Otherwise the check to prevent repeated insertion of
5000 optional headers is a no-op.
5001
5002 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
5003
5004 * smime.el: Don't mention CVS.
5005
5006 * nnrss.el (nnrss-fetch): Don't mention CVS.
5007
5008 * nnir.el: Don't mention CVS.
5009
5010 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5011
5012 * gnus-sum.el (gnus-summary-bookmark-make-record):
5013 Add `location' field.
5014
5015 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * gnus-sum.el: Add bookmark declarations to silence the compiler.
5018 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5019 Use with-current-buffer to silence the byte-compiler.
5020 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5021 bother to require `gnus'.
5022 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
5023
5024 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5025
5026 * gnus-sum.el (gnus-summary-bookmark-make-record)
5027 (gnus-summary-bookmark-jump): New functions.
5028 (gnus-summary-mode): Setup bookmark support.
5029
5030 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
5031
5032 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5033 if set.
5034
5035 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5036
5037 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5038 gnus-article-browse-html-save-cid-image; make it work recursively for
5039 forwarded messages as well.
5040 (gnus-article-browse-html-parts): Work when prefix arg is given.
5041 (gnus-article-browse-html-article): Doc fix.
5042
5043 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
5044
5045 * message.el (message-default-mail-headers):
5046 (message-default-headers): Carry the value mail-default-headers over
5047 into message-default-mail-headers, rather than message-default-headers.
5048
5049 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
5050
5051 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5052 charset.
5053
5054 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5055 charset into the <meta> tag when the article is encoded to utf-8.
5056
5057 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5058
5059 * gnus-art.el (gnus-article-browse-delete-temp-files):
5060 Delete directories as well.
5061 (gnus-article-browse-html-parts): Work for images that do not specify
5062 file names; delete temp directory when quitting; insert header at the
5063 right place; use file: scheme for image files.
5064
5065 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5066
5067 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5068 (gnus-article-browse-html-parts): Use it to make temporary cid image
5069 files in addition to html file so that browser may display them.
5070
5071 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5072
5073 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5074
5075 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5076
5077 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5078
5079 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5080
5081 * auth-source.el (auth-sources): Change default to be simpler.
5082 Explain about Secret Service API sources. Improve Customize options.
5083 (auth-source-pick): Change to accept any number of search parameters.
5084 Implement fallbacks iteratively, not recursively. Add scoring on the
5085 second pass and sort by score. Call Secret Service API when needed.
5086 (auth-source-user-or-password): Use it. Call Secret Service API
5087 directly when needed to get the user name and the password.
5088
5089 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * message.el (message-interactive): Doc fix.
5092 (message-qmail-inject-args): Reflow.
5093 (message-kill-to-signature): Fix typo in docstring.
5094
5095 * smiley.el (smiley-buffer): Fix typo in docstring.
5096
5097 2010-03-24 Glenn Morris <rgm@gnu.org>
5098
5099 * mail-source.el (gnus-message): Declare.
5100 (mail-source-delete-old-incoming): Require gnus-util.
5101
5102 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5103
5104 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5105
5106 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5107
5108 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5109 password-cache's default if it is not bound.
5110 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5111 password-cache-expiry's default if it is not bound.
5112
5113 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5114 available in Emacs 21.
5115
5116 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5117
5118 * auth-source.el (auth-sources): Fix up definition so extra parameters
5119 are always inline.
5120
5121 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5122
5123 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5124 wasn't updated after mismatch. Clear cached mailbox info correctly
5125 when uidvalidity changes.
5126 (nnimap-group-prefixed-name): New function to avoid some code
5127 duplication.
5128 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5129 (nnimap-request-group): Use it.
5130 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5131 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5132 with many imap folders. This is done by caching the group status from
5133 the imap server persistently in a group parameter `imap-status'. (This
5134 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5135 but not persistently, so every Gnus startup was still very slow.)
5136
5137 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5138
5139 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5140 secrets.el dependency.
5141 (auth-sources): Add optional user name. Add secrets.el configuration
5142 choice (unused right now).
5143
5144 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5145
5146 * gnus-sum.el (gnus-summary-make-menu-bar):
5147 Let `gnus-registry-install-shortcuts' fill in the functions.
5148
5149 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5150 warnings.
5151 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5152 (gnus-registry-install-shortcuts): Populate and use it in a
5153 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5154
5155 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5156
5157 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5158 In-place substitutions for the group name encoding/decoding.
5159 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5160 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5161 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5162 (nnimap-update-unseen, nnimap-request-list)
5163 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5164 (nnimap-request-set-mark, nnimap-split-to-groups)
5165 (nnimap-split-articles, nnimap-request-newgroups)
5166 (nnimap-request-create-group, nnimap-request-accept-article)
5167 (nnimap-request-delete-group, nnimap-request-rename-group)
5168 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5169 `encoded-mbx' for consistency.
5170 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5171 variable `imap-current-mailbox'.
5172
5173 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5174 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5175
5176 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5177
5178 * pop3.el (pop3-display-message-size-flag): Display message size byte
5179 counts during POP3 download.
5180 (pop3-movemail): Use it.
5181 (pop3-list): Implement listing of available messages.
5182
5183 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5184
5185 * nnir.el (nnir-get-article-nov-override-function): New function to
5186 override the normal NOV retrieval.
5187 (nnir-retrieve-headers): Use it.
5188
5189 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5190
5191 * auth-source.el (netrc-machine-user-or-password): Autoload.
5192
5193 2010-03-19 Glenn Morris <rgm@gnu.org>
5194
5195 Stop message.el from loading about 40 libraries it doesn't always need.
5196 The general approach is to autoload rather than require, and to
5197 require in the specific functions rather than the file. (Bug#5642)
5198
5199 * gmm-utils.el: Don't require wid-edit.
5200 (widget-create-child-value, widget-convert, widget-default-get):
5201 Autoload.
5202
5203 * gnus-util.el: Don't require time-date, netrc.
5204 (message-fetch-field, gnus-group-name-decode): Declare rather than
5205 autoloading.
5206 (gnus-fetch-field): Require message.
5207 (gnus-decode-newsgroups): Require gnus-group.
5208
5209 * ietf-drums.el: Don't require time-date.
5210
5211 * message.el: Don't require hashcash, canlock, ecomplete.
5212 Do require mail-utils. Require nnheader only when compiling.
5213 (smtpmail-default-smtp-server): Remove declaration.
5214 (message-send-mail-function): Check smtpmail-default-smtp-server
5215 is bound rather than requiring smtpmail.
5216 (message-auto-save-directory, message-insert-signature):
5217 Use expand-file-name rather than nnheader-concat.
5218 (nnheader-insert-file-contents): Autoload.
5219 (hashcash-wait-async): Declare.
5220 (message-send-mail): Only call gnus-setup-posting-charset if
5221 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5222 (message-send-mail-with-sendmail): Require sendmail.
5223 (canlock-password, canlock-password-for-verify): Declare.
5224 (message-canlock-password): Require canlock.
5225 (nnheader-get-report): Autoload.
5226 (gnus-setup-posting-charset): Declare.
5227 (message-send-news): Require gnus-msg.
5228 (message-make-references, message-make-in-reply-to): Use mail-header-id
5229 rather than the alias mail-header-message-id.
5230 (ecomplete-add-item, ecomplete-save): Declare.
5231 (message-put-addresses-in-ecomplete): Require ecomplete.
5232 (ecomplete-display-matches): Autoload.
5233
5234 * mm-decode.el: Don't require mailcap, gnus-util.
5235 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5236 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5237 Autoload.
5238 (mailcap-mime-extensions): Declare.
5239
5240 * mm-encode.el: Don't require mailcap.
5241 (mailcap-extension-to-mime): Autoload.
5242
5243 * mml-sec.el: Don't require password-cache.
5244
5245 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5246 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5247 (mml-minibuffer-read-type): Require mailcap.
5248 (mml-preview): Require gnus-msg.
5249
5250 * mml1991.el: Require password-cache.
5251 (password-cache-expiry): Remove declaration.
5252
5253 * mml2015.el: Require password-cache.
5254 (password-cache-expiry): Remove declaration.
5255
5256 * nneething.el (mailcap): Require mailcap.
5257
5258 * nnheader.el (declare-function): Add compatibility stub.
5259 (message-remove-header): Declare rather than autoload.
5260 (nnheader-replace-header): Require message.
5261
5262 * nnimap.el (declare-function): Add compatibility stub.
5263 (netrc-parse, netrc-machine-user-or-password): Declare.
5264 (nnimap-open-connection): Require netrc.
5265
5266 * nntp.el (declare-function): Add compatibility stub.
5267 (netrc-parse, netrc-machine, netrc-get): Declare.
5268 (nntp-send-authinfo): Require netrc.
5269
5270 * rfc2047.el: Don't require qp.
5271 (quoted-printable-encode-region, quoted-printable-decode-string):
5272 Autoload.
5273
5274 * sieve-mode.el: Don't require easymenu.
5275 (easy-menu-add-item): Autoload it.
5276
5277 * spam-stat.el (time-to-number-of-days): Autoload it.
5278
5279 2010-03-17 Kevin Ryde <user42@zip.com.au>
5280
5281 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5282 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5283 value if any backslash escapes).
5284
5285 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5286
5287 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5288 if it is available. (bug#5647)
5289
5290 2010-02-26 Glenn Morris <rgm@gnu.org>
5291
5292 * message.el (message-send-mail-function): Change the default, so that
5293 it inherits from a customized send-mail-function. (Bug#5643)
5294
5295 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5296
5297 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5298 shell-command-to-string signals an error (bug#5299).
5299
5300 2010-02-24 Glenn Morris <rgm@gnu.org>
5301
5302 * message.el (message-smtpmail-send-it)
5303 (message-send-mail-with-mailclient): Doc fixes.
5304
5305 2010-02-16 Glenn Morris <rgm@gnu.org>
5306
5307 * message.el (message-default-mail-headers): Change the default value
5308 to ease the transition from mail-mode to message-mode. (Bug#5555)
5309
5310 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * message.el (message-mail): Just pass yank-action on to message-setup.
5313 (message-setup): Handle (FUN . ARGS) form of yank-action.
5314 (message-with-reply-buffer, message-widen-reply)
5315 (message-yank-original): Handle non-buffer values of
5316 message-reply-buffer (Bug#4080).
5317 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5318
5319 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5322 Fix typo in docstring.
5323
5324 2010-01-08 Jason Rumney <jasonr@gnu.org>
5325
5326 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5327 response.
5328
5329 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5332
5333 * message.el (message-check-news-header-syntax): Protect against a
5334 string that `rfc822-addresses' returns when parsing fails.
5335
5336 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5337
5338 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5339 (gnus-previous-char-property-change): New functions.
5340
5341 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5342
5343 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5344
5345 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5346 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5347
5348 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5349
5350 * message.el (message-exchange-point-and-mark): Rework last change to
5351 avoid using optional arg of exchange-point-and-mark, for backward
5352 compatibility.
5353
5354 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5355
5356 * message.el (message-exchange-point-and-mark):
5357 Call exchange-point-and-mark with an argument rather than setting
5358 mark-active by hand (Bug#5175).
5359
5360 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5361
5362 * nntp.el (nntp-service-to-port): Work for service expressed with
5363 numeric string; replace [:digit:] with [0-9] for XEmacs.
5364
5365 2009-12-17 Glenn Morris <rgm@gnu.org>
5366
5367 * gnus-group.el (gnus-bug-group-download-format-alist):
5368 Change emacs entry to debbugs.gnu.org. Bump :version.
5369
5370 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5371
5372 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5373
5374 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5375
5376 * message.el (message-info): Explain why we use `Info-goto-node'.
5377
5378 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * message.el (message-completion-in-region): New compatibility function.
5381 (message-expand-group): Use it.
5382
5383 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5386 with no unread article should be listed if the 2nd arg `predicate' is
5387 given.
5388
5389 2009-11-29 Juri Linkov <juri@jurta.org>
5390
5391 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5392 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5393 on `gnus-recenter'. (Bug#4698, Bug#4981)
5394
5395 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5396
5397 * message.el (message-from-style, message-interactive)
5398 (message-signature): Always set default values from the corresponding
5399 mail-* variables.
5400 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5401 (message-yank-prefix, message-indentation-spaces)
5402 (message-signature-file, message-default-headers): Use boundp rather
5403 than (featurep 'xemacs) to check if the corresponding mail-* variables
5404 exist.
5405
5406 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * message.el (message-send-mail-with-sendmail): Revert last change.
5409
5410 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * message.el (message-from-style, message-interactive)
5413 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5414 (message-yank-prefix, message-indentation-spaces, message-signature)
5415 (message-signature-file, message-default-headers): For GNU Emacs, set
5416 default values from the corresponding mail-* variables.
5417 (message-send-mail-with-sendmail): Use envelope-from only if
5418 mail-specify-envelope-from is non-nil.
5419
5420 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5423 containing tspecial characters if they have been already quoted.
5424
5425 2009-10-24 Glenn Morris <rgm@gnu.org>
5426
5427 * gnus-art.el (help-xref-stack-item): Define for compiler.
5428
5429 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5430
5431 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5432
5433 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5434
5435 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5436 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5437
5438 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5439
5440 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5441 (gnus-overlays-in): New alias to overlays-in.
5442
5443 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5444 gnus-overlay-get, and gnus-delete-overlay.
5445 (gnus-summary-show-thread): Make it work as well for systems in which
5446 next-single-char-property-change is not available.
5447 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5448
5449 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5452
5453 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5454
5455 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5456 and XEmacs that don't have `remove-overlays'.
5457
5458 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5461 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5462 selective display. Use overlays instead.
5463
5464 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5467
5468 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5469
5470 * spam-stat.el (spam-stat-load): Fix typo in message.
5471
5472 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * gnus-art.el (gnus-article-encrypt-body):
5475 * message.el (message-check-recipients):
5476 * mm-util.el (mm-codepage-setup):
5477 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5478 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5479
5480 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5481
5482 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5483 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5484 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5485 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5486 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5487
5488 2009-09-18 Glenn Morris <rgm@gnu.org>
5489
5490 * gnus-diary.el (gnus-diary-check-message):
5491 * message.el (message-insert-formatted-citation-line):
5492 * nnbabyl.el (top-level):
5493 * nndiary.el (nndiary-schedule):
5494 Fix typos in condition-case handlers.
5495
5496 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5497
5498 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5499 configuration that provides the sole article window in a frame;
5500 position point correctly after deleting a part.
5501
5502 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5503
5504 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5505 (spam-resolve-registrations-routine): Use it to unregister articles
5506 that change status.
5507
5508 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5509
5510 * nnrss.el (nnrss-request-article): Remove binding of
5511 default-enable-multibyte-characters that has gotten needless by
5512 the 2007-07-13 change in rfc2047-encode-message-header.
5513
5514 * mml.el (mml-insert-multipart): Error on the message header.
5515 (mml-insert-part): Error on the message header; position point at
5516 the end of a MIME tag.
5517
5518 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5519
5520 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5521 (gnus-float-time): Alias to float-time if it exists.
5522
5523 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5524 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5525 float-time is available; suppress compile warning for time-to-seconds.
5526
5527 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5528
5529 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5530 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5531 Add the optional argument `encoding' that overrides the default.
5532
5533 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5534 mm-encode-buffer.
5535
5536 2009-09-04 Glenn Morris <rgm@gnu.org>
5537
5538 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5539 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5540 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5541 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5542 * mm-util.el (mm-with-unibyte-current-buffer)
5543 (mm-find-buffer-file-coding-system):
5544 * yenc.el (yenc-decode-region): Use default-value rather than
5545 default-enable-multibyte-characters.
5546
5547 2009-09-03 Glenn Morris <rgm@gnu.org>
5548
5549 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5550 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5551 than default-enable-multibyte-characters.
5552
5553 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5554
5555 * gnus-art.el (gnus-article-read-summary-keys):
5556 Fix gnus-buffer-configuration's value temporarily used.
5557
5558 2009-09-02 Glenn Morris <rgm@gnu.org>
5559
5560 * gnus-util.el (gnus-float-time): New function.
5561 * gnus-delay.el (gnus-delay-article):
5562 * gnus-sum.el (gnus-thread-latest-date):
5563 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5564 * nnspool.el (nnspool-request-newgroups):
5565 Use gnus-float-time rather than time-to-seconds.
5566 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5567
5568 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5569 (gnus-header-subject-face, gnus-header-newsgroups-face)
5570 (gnus-header-name-face, gnus-header-content-face):
5571 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5572 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5573 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5574 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5575 (gnus-cite-face-11):
5576 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5577 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5578 (gnus-server-closed-face, gnus-server-denied-face)
5579 (gnus-server-offline-face):
5580 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5581 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5582 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5583 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5584 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5585 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5586 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5587 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5588 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5589 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5590 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5591 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5592 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5593 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5594 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5595 (gnus-summary-high-undownloaded-face)
5596 (gnus-summary-low-undownloaded-face)
5597 (gnus-summary-normal-undownloaded-face)
5598 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5599 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5600 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5601 (gnus-splash-face):
5602 * message.el (message-header-to-face, message-header-cc-face)
5603 (message-header-subject-face, message-header-newsgroups-face)
5604 (message-header-other-face, message-header-name-face)
5605 (message-header-xheader-face, message-separator-face)
5606 (message-cited-text-face, message-mml-face):
5607 * sieve-mode.el (sieve-control-commands-face)
5608 (sieve-action-commands-face, sieve-test-commands-face)
5609 (sieve-tagged-arguments-face):
5610 * spam.el (spam-face):
5611 Mark face aliases with "-face" in the name as obsolete.
5612
5613 2009-09-01 Glenn Morris <rgm@gnu.org>
5614
5615 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5616 than goto-line.
5617
5618 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5621 Don't move point if the command is invoked inside the message header.
5622
5623 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5626 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5627 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5628 * nnir.el (nnir-swish-e-index-file):
5629 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5630 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5631 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5632 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5633 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5634 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5635
5636 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5637
5638 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5639 Don't save excursion.
5640
5641 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * nnheader.el (nnheader-find-file-noselect):
5644 * mm-util.el (mm-insert-file-contents):
5645 Use (default-value 'major-mode) instead of default-major-mode.
5646
5647 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5650
5651 2009-08-25 Glenn Morris <rgm@gnu.org>
5652
5653 * nnir.el (top-level): Don't require cl at run-time.
5654 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5655 Replace cl-function substitute with gnus-replace-in-string.
5656 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5657 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5658 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5659 simplified expansions.
5660
5661 2009-08-22 Glenn Morris <rgm@gnu.org>
5662
5663 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5664 goto-line.
5665
5666 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5669
5670 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5671 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5672 (gnus-mm-display-part, gnus-mime-display-single)
5673 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5674 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5675
5676 * gnus-sum.el
5677 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5678 (gnus-summary-move-article): Add expirable mark to articles copied or
5679 moved to group that has auto-expire turned on if the option is non-nil.
5680
5681 2009-07-24 Glenn Morris <rgm@gnu.org>
5682
5683 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5684 Fix typo. (Bug#3903)
5685
5686 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5687
5688 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5689 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5690 that should not be used for draft articles.
5691 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5692 that has no concern in minor mode keys.
5693 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5694 Abolish.
5695
5696 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5697
5698 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5699 article without making inquiry to a user for unknown encoding.
5700
5701 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5702 (nnmaildir--scan): Assume i-node and device number that file-attributes
5703 returns might be cons-cell.
5704
5705 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5706
5707 * auth-source.el: Remove docs now in auth.texi. Don't use
5708 `gnus-message' for logging. Add new variables `auth-source-debug' and
5709 `auth-source-hide-passwords' and use them.
5710
5711 2009-07-15 Glenn Morris <rgm@gnu.org>
5712
5713 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5714
5715 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5718 excessive whitespace from the default values of title and description.
5719
5720 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5721
5722 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5723 mail-fetch-field to fetch Content-Description header in order to
5724 exclude newlines.
5725
5726 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5727
5728 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5729 to deleted part.
5730
5731 2009-05-30 David Engster <dengste@eml.cc>
5732
5733 * nnmairix.el: Remove old documentation in the commentary block.
5734 (nnmairix-request-group): Do not update active file for nnml back ends.
5735 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5736 end so that overview files are ignored.
5737 (nnmairix-update-groups): Make updating the groups more robust by using
5738 marks.
5739 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5740 with dollar characters in message-id.
5741
5742 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5743
5744 * spam.el: Use dns-query instead of query-dns. Was renamed on
5745 2008-12-25 in dns.el.
5746
5747 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5750 could happen if the text is only composed of spaces and/or tabs.
5751
5752 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5753
5754 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5755 when sending a queued message to avoid extra mml tags.
5756
5757 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5758
5759 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5760
5761 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5762
5763 * gnus-dired.el: Remove autoload for gnus-setup-message.
5764 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5765 displaying Gnus logo; always use compose-mail.
5766
5767 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5768
5769 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5770
5771 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5772
5773 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5774 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5775 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5776 available.
5777 (gnus-nocem-epg-verify): New function.
5778
5779 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5780
5781 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5782
5783 2009-02-15 Glenn Morris <rgm@gnu.org>
5784
5785 * gnus-util.el (rmail-insert-rmail-file-header)
5786 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5787 autoloads.
5788 (rmail-default-rmail-file): Remove unnecessary declaration.
5789 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5790
5791 2009-02-14 Glenn Morris <rgm@gnu.org>
5792
5793 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5794 variable (only used in gnus-util, which declares it anyway).
5795 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5796 which was only needed by gnus-art (changed to not use it any more).
5797 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5798 only used in gnus-util, which autoloads it itself.
5799 (rmail-update-summary): Fix autoload.
5800
5801 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5802 rather than rmail-output-to-rmail-file.
5803
5804 2009-02-07 Glenn Morris <rgm@gnu.org>
5805
5806 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5807 autoload of function that no longer exists.
5808 (rmail-toggle-header): Declare.
5809 (message-forward-rmail-make-body): Handle mbox Rmail.
5810
5811 2009-01-31 Glenn Morris <rgm@gnu.org>
5812
5813 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5814 2009-01-09 change.
5815
5816 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5817
5818 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5819 (auth-source-forget-all-cached): New convenience function.
5820 (auth-source-user-or-password): Accept list of modes or a single mode.
5821
5822 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5823 auth-source modes.
5824
5825 * nnimap.el (nnimap-open-connection): Use list of
5826 auth-source modes.
5827
5828 * nntp.el (nntp-send-authinfo): Use list of
5829 auth-source modes.
5830
5831 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5832
5833 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5834 now.
5835
5836 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5839 coding system in XEmacs; add a workaround for XEmacs.
5840
5841 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5842
5843 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5844 of current-language-environment.
5845
5846 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5847
5848 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5849 available at runtime.
5850
5851 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5852
5853 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5854
5855 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5856
5857 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5858 the greatest positive fixnum value doesn't work under an XEmacs with
5859 bignum support; use the most-positive-fixnum constant instead,
5860 available since Emacs 21.1 with cl and XEmacs 21.1.
5861
5862 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5863
5864 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5865 XEmacs gets not to work.
5866
5867 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * mm-util.el (mm-coding-system-priorities): Allow the value like
5870 "Japanese (UTF-8)" of current-language-environment.
5871
5872 2009-01-09 Glenn Morris <rgm@gnu.org>
5873
5874 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5875 with last-command-event.
5876
5877 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5878
5879 * message.el (message-fix-before-sending): Amend comment.
5880
5881 2009-01-07 David Engster <dengste@eml.cc>
5882
5883 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5884 simplified server definitions by converting it via
5885 gnus-server-to-method.
5886
5887 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5888
5889 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5890 parameter's operands.
5891
5892 2009-01-06 David Engster <dengste@eml.cc>
5893
5894 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5895 primary select method (for gnus-group-mark-article-as-read).
5896
5897 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5898
5899 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5900 `(gnus)Face', not `(gnus)X-Face'.
5901
5902 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * mm-util.el (mm-ucs-to-char): New function.
5905
5906 * mm-url.el (mm-url-decode-entities): Use it.
5907
5908 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5909
5910 * message.el (message-fix-before-sending): Add `eight-bit' to
5911 illegible-text check.
5912
5913 2009-01-03 Michael Olson <mwolson@gnu.org>
5914
5915 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5916 `headers' is nil. This can occur if the IMAP server does not have
5917 permissions to read messages from a folder, but can write new messages
5918 to the folder.
5919 (nnimap-request-article-part): Do not insert `data' if it is nil.
5920
5921 2009-01-01 Dave Love <fx@gnu.org>
5922
5923 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5924
5925 * nnimap.el: Fix author email.
5926 (nnimap-split-rule): Add FIXME comment.
5927 (nnimap-debug): Fix doc string.
5928
5929 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5930
5931 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5932 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5933 to check if those variables exist (first appeared in Emacs 18.50).
5934
5935 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5936
5937 * mm-util.el (mm-line-number-at-pos): New function.
5938
5939 * spam-report.el (spam-report-process-queue): Use it.
5940
5941 2008-12-24 David Engster <dengste@eml.cc>
5942
5943 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5944 parameters that haven't existed as variables as buffer-local variables.
5945
5946 2008-12-23 Dave Love <fx@gnu.org>
5947
5948 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5949 cadar.
5950
5951 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5952 imap-starttls-p.
5953 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5954
5955 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5956
5957 * spam-report.el (spam-report-gmane-max-requests): New constant.
5958 (spam-report-gmane-wait): New variable.
5959 (spam-report-gmane-ham, spam-report-gmane-spam)
5960 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5961 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5962 the server.
5963
5964 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5965 Add explanations.
5966
5967 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5968 nnheader-accept-process-output and nnheader-read-timeout if available.
5969 (pop3-movemail): Use it.
5970
5971 * message.el (message-check-news-body-syntax): Fix signature check if
5972 there's an attachment.
5973
5974 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5975
5976 * mm-util.el: Add comments to the mm- emulating functions.
5977
5978 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5979
5980 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5981 Reported by Stephen Berman <stephen.berman@gmx.net>.
5982
5983 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * mm-util.el (mm-substring-no-properties): New function.
5986 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5987 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5988 (mm-string-to-multibyte): Doc fix.
5989
5990 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5991
5992 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5993
5994 * mml.el (mml-attach-file): Strip text properties from file name.
5995 (Bug#1574)
5996
5997 2008-12-16 Glenn Morris <rgm@gnu.org>
5998
5999 * mm-util.el (mm-charset-override-alist): Declare for compiler.
6000
6001 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6002
6003 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6004 knows since the charset specified might be a bogus alias that
6005 mm-charset-synonym-alist provides.
6006
6007 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6008
6009 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6010 "ISO_8859-1".
6011
6012 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6013
6014 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * mm-util.el (mm-charset-eval-alist):
6017 Define it before mm-charset-to-coding-system.
6018 (mm-charset-to-coding-system): Add optional argument `silent';
6019 define it before mm-charset-override-alist.
6020 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6021 default value if it can be used in Emacs currently running;
6022 silence mm-charset-to-coding-system.
6023
6024 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6025
6026 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6027 `allow-override' which says whether to use `mm-charset-override-alist'.
6028 (rfc2047-decode-encoded-words): Use it.
6029
6030 * mm-util.el (mm-charset-override-alist): Fix custom type;
6031 add `(gb2312 . gbk)' to choices.
6032
6033 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6034
6035 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6036 fast.
6037
6038 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6039
6040 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
6041
6042 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6043 on links.
6044
6045 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6046
6047 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6048
6049 * message.el (message-idna-to-ascii-rhs-1): Protect against local
6050 users' addresses that don't have domain parts.
6051 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6052 rather than message-narrow-to-head since there will be the message
6053 header separator.
6054
6055 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6058 since the result is inserted in a unibyte buffer anyway.
6059 (nnimap-demule-use-string-to-multibyte): Remove.
6060 (nnimap-demule): Alias it to mm-string-to-multibyte.
6061
6062 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6063
6064 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6065 variable for debugging bug#464 and bug#1174.
6066 (nnimap-demule): Use it.
6067
6068 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6069
6070 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6071 score calculation correctly.
6072
6073 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * message.el (message-send-mail): Just set the buffer to unibyte
6076 rather than use mm-with-unibyte-current-buffer which does a lot more.
6077 (message-send-mail-partially): Don't bother with
6078 mm-with-unibyte-current-buffer since it's already been made unibyte by
6079 message-send-mail.
6080
6081 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6082
6083 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6084
6085 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6086
6087 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6088
6089 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6090
6091 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6092 require itself and to remove `with-no-warnings'.
6093
6094 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6095
6096 * starttls.el (starttls-any-program-available): Get the name of the
6097 available TLS layer program.
6098 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6099 well as the host name in the "opening" message.
6100
6101 * auth-source.el (auth-source-cache, auth-source-do-cache)
6102 (auth-source-user-or-password): Cache passwords and logins by default,
6103 allow override with `auth-source-do-cache'.
6104 (auth-source-forget-user-or-password): Allow users to remove cache
6105 entries if needed.
6106
6107 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6108
6109 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6110 condition-case to only the forward-sexp call.
6111
6112 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6113
6114 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6115 quotes contained. Make it more robust regardless by an extra
6116 condition-case wrapper.
6117
6118 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * nnml.el (nnml-request-expire-articles): Check if the function set to
6121 `nnmail-expiry-target' returns the symbol `delete'.
6122
6123 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6124
6125 * nnmail.el (nnmail-expiry-target): Fix custom type.
6126
6127 2008-10-02 Glenn Morris <rgm@gnu.org>
6128
6129 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6130 Silence compiler warning.
6131
6132 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6133
6134 * mml.el (mml-menu): Don't assume mml2015 is bound.
6135
6136 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6137
6138 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6139 exists.
6140
6141 2008-09-27 Glenn Morris <rgm@gnu.org>
6142
6143 * gnus-util.el (mail-header-remove-comments): Autoload it.
6144
6145 2008-09-27 Andreas Schwab <schwab@suse.de>
6146
6147 * gnus-util.el (gnus-split-references): Strip comments.
6148 (gnus-parent-id): Likewise.
6149
6150 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6151
6152 * message.el (message-confirm-send): Fix version.
6153
6154 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6155
6156 * message.el (message-idna-to-ascii-rhs-1): Use
6157 mail-extract-address-components rather than mail-header-parse-addresses
6158 that is an alias by default to ietf-drums-parse-addresses that does not
6159 support non-ASCII names in headers' contents.
6160
6161 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6162
6163 * message.el (message-confirm-send): Fix variable documentation to
6164 avoid the "y/n" wording.
6165
6166 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6167
6168 * message.el (message-set-auto-save-file-name): Save to a different
6169 filename so multiple messages (especially drafts) can be recovered.
6170
6171 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6172
6173 * message.el (message-confirm-send): Add appropriate version.
6174
6175 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6176
6177 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6178 defvar.
6179
6180 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6181
6182 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6183 (mm-pkcs7-enveloped-magic): Ditto.
6184
6185 2008-09-17 Simon Josefsson <simon@josefsson.org>
6186
6187 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6188 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6189
6190 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6191
6192 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6193 default, it's better.
6194
6195 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6198 summary line gnus-number property and ignore them (with a warning
6199 message).
6200
6201 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6204 macro caddr in the interactive form since it won't be expanded.
6205
6206 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6207
6208 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6209 `charset'; fix name of function called recursively.
6210 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6211
6212 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6213
6214 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6215 (gnus-mime-set-charset-parameters): New function.
6216 (gnus-mime-view-part-as-charset): Use it to correctly display part
6217 specifying wrong charset.
6218
6219 2008-09-08 David Engster <dengste@eml.cc>
6220
6221 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6222 in completing-read for back end server.
6223
6224 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6225
6226 * message.el (message-confirm-send): New variable to confirm sending a
6227 message.
6228 (message-send): Use it.
6229
6230 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6231
6232 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6233
6234 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6237
6238 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6239
6240 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6241 prevent tracking too many groups.
6242 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6243 Use it.
6244
6245 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6246
6247 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6248 moving point to the bottom of the window in order to avoid recentering.
6249
6250 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6251
6252 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6253 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6254 (gnus-article-beginning-of-window): Fix calculation.
6255
6256 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * gnus-msg.el (gnus-summary-supersede-article)
6259 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6260 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6261 message header.
6262
6263 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6264
6265 * message.el:
6266 * gnus-start.el:
6267 * gnus-registry.el: Remove VMS support.
6268
6269 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6270
6271 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6272 macro.
6273 (rfc2104-hash): Use it.
6274
6275 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6276
6277 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6278 (gnus-summary-sort-by-most-recent-date): New commands.
6279 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6280 and menu entries.
6281
6282 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6283
6284 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6285 don't redisplay article for raw contents; remove plural articles stuff.
6286
6287 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6288 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6289 on gnus-summary-save-article; display results properly.
6290
6291 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6292
6293 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6294
6295 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6296
6297 * gnus-art.el (gnus-summary-save-in-pipe):
6298 Consider gnus-save-all-headers.
6299
6300 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6301
6302 * gnus-util.el (ns-focus-frame): Remove declaration.
6303 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6304 like x.
6305
6306 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6307
6308 * rfc2104.el (rfc2104-zero): Delete defconst.
6309 (rfc2104-hex-alist): Likewise.
6310 (rfc2104-hex-to-int): Delete func.
6311 (rfc2104-hexstring-to-bitstring): Likewise.
6312 (rfc2104-nybbles): New defconst.
6313 (rfc2104-hash): Rewrite for speed.
6314
6315 2008-07-16 Glenn Morris <rgm@gnu.org>
6316
6317 * gnus-util.el (ns-focus-frame): Declare for compiler.
6318
6319 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6322 set as a group parameter.
6323 (gnus-summary-save-in-pipe): Work when it is called independently.
6324 (gnus-summary-pipe-to-muttprint): Don't modify
6325 gnus-summary-pipe-output-default-command.
6326
6327 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * message.el (message-send-mail-with-sendmail):
6330 Display the error message.
6331
6332 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6333
6334 * gnus-art.el (gnus-default-article-saver):
6335 Add gnus-summary-save-in-pipe to choices.
6336 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6337 gnus-summary-pipe-output-default-command as the default command.
6338 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6339 instead of gnus-last-shell-command.
6340
6341 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6342 New user option.
6343 (gnus-summary-muttprint-program): Mention the value will be changed.
6344 (gnus-summary-save-article): Force showing of all headers.
6345 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6346
6347 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6348
6349 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6350
6351 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6352
6353 * nnimap.el (nnimap-id):
6354 * sieve-manage.el (sieve-manage-open): Doc fixes.
6355
6356 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6357
6358 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6359 if available.
6360
6361 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6364
6365 * nnkiboze.el (nnkiboze-generate-group):
6366 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6367
6368 * nnmairix.el: Require CL.
6369
6370 2008-06-15 David Engster <dengste@eml.cc>
6371
6372 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6373
6374 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6375
6376 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6377 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6378 runtime choice under XEmacs.
6379
6380 * gnus-sum.el (gnus-summary-set-display-table):
6381 Use `gnus-put-display-table', `gnus-get-display-table',
6382 `gnus-set-display-table' for the display table, instead of `aset'.
6383
6384 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6385
6386 * nnmairix.el: Add autoloads.
6387
6388 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6389
6390 * nnmairix.el (nnmairix-delete-recreate-group)
6391 (nnmairix-update-and-clear-marks): Fix error messages.
6392
6393 2008-06-14 David Engster <dengste@eml.cc>
6394
6395 * nnmairix.el: Upgrade to version 0.6.
6396 (nnmairix-group-toggle-propmarks-this-group)
6397 (nnmairix-group-toggle-readmarks-this-group)
6398 (nnmairix-group-delete-recreate-this-group)
6399 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6400 (nnmairix-remove-tick-mark-original-article): New commands.
6401 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6402 (nnmairix-propagate-marks-to-nnmairix-groups)
6403 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6404 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6405 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6406 functions needed for marks propagation and manipulation of read marks.
6407 (nnmairix-update-groups): New function.
6408 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6409 (nnmairix-determine-original-group-from-registry)
6410 (nnmairix-determine-original-group-from-path)
6411 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6412 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6413 New helper functions.
6414 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6415 keystrokes for new commands.
6416 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6417 (nnmairix-request-group): Check allow-fast group parameter.
6418 (nnmairix-request-create-group): Set allow-fast group parameter if
6419 nnmairix-allowfast-default is set.
6420 (nnmairix-close-group): Propagate marks upon closing if needed.
6421 (nnmairix-group-toggle-threads-this-group): Use new.
6422 nnmairix-group-toggle-parameter helper function.
6423 (nnmairix-search): Better check for empty search result.
6424 (nnmairix-goto-original-article): Use new helper functions for
6425 determining original article.
6426 (nnmairix-show-original-article): Make sure message-id is in brackets.
6427 (nnmairix-call-mairix-binary): Change variable name.
6428 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6429 helper function.
6430 (nnmairix-widget-toggle-activate): Fix doc string.
6431
6432 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6433
6434 * nnir.el: Require edmacro when compiling with XEmacs.
6435 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6436 available in Emacs 21.
6437
6438 2008-06-11 Glenn Morris <rgm@gnu.org>
6439
6440 * gnus-util.el (x-focus-frame):
6441 * gnus.el (image-size):
6442 * mm-decode.el (image-size): Declare.
6443
6444 * gnus-picon.el (declare-function): Add compat definition.
6445 (image-size): Declare.
6446
6447 * gnus-group.el (tool-bar-map):
6448 * gnus-sum.el (tool-bar-map): Define for compiler.
6449
6450 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6451
6452 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6453
6454 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6455 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6456 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6457 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6458 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6459 * sieve-manage.el, spam-report.el, spam.el:
6460 Remove unnecessary eval-and-compile of autoloads.
6461
6462 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6463
6464 * auth-source.el: Precise Tramp doc.
6465
6466 2008-06-07 Glenn Morris <rgm@gnu.org>
6467
6468 * nnmairix.el: Remove unnecessary eval-when-compile.
6469
6470 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6471
6472 * nnir.el: New file.
6473
6474 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * gnus-util.el (gnus-read-shell-command): New function.
6477 * mm-decode.el (mm-pipe-part):
6478 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6479
6480 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6481
6482 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6483
6484 2008-06-03 Glenn Morris <rgm@gnu.org>
6485
6486 * pop3.el (nnheader-accept-process-output): Autoload it.
6487
6488 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6489
6490 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6491 are not 2-digit hexadecimal characters that follow `%'s.
6492
6493 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6494
6495 * message.el (message-bogus-recipient-p): Fix type in doc string.
6496 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6497 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6498 Improve custom options.
6499 (message-bogus-recipient-p): Adjust accordingly.
6500
6501 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6502
6503 * nnmairix.el: Require edmacro when compiling with XEmacs.
6504
6505 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6506
6507 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6508 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6509
6510 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6511
6512 * auth-source.el: Add more docs.
6513
6514 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6515
6516 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6517 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6518 retrieval faster in some cases, but might make CPU usage larger.
6519 If this has any bad side effects, we might revert this change.
6520
6521 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6522 seems to make mail retrieval much, much faster.
6523 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6524 unconditionally.
6525
6526 * gnus-draft.el (gnus-group-send-queue):
6527 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6528
6529 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6530
6531 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6532
6533 * message.el (message-bogus-address-regexp): Fix and improve custom
6534 type.
6535 (message-setup-hook): Add message-check-recipients as custom option.
6536
6537 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6538
6539 * message.el (message-cite-function): Remove bogus autoload which crept
6540 in during merge from v5-10.
6541
6542 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6543
6544 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6545
6546 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6547
6548 * auth-source.el: Preliminary Tramp docs.
6549 (auth-sources): Change the default auth-sources to use
6550 EPA .gpg files.
6551
6552 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6553
6554 * nntp.el: Autoload `auth-source-user-or-password'.
6555 (nntp-send-authinfo): Use it.
6556
6557 * nnimap.el: Autoload `auth-source-user-or-password'.
6558 (nnimap-open-connection): Use it.
6559
6560 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6561 for the gnus-message function.
6562 (auth-source-user-or-password): Use it.
6563
6564 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6567 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6568 (rfc2104-hash): Use it.
6569
6570 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6571
6572 * gnus-art.el (gnus-article-toggle-truncate-lines):
6573 Don't use `iff' in docstring.
6574
6575 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6578
6579 * gnus-util.el (gnus-extract-address-component-name)
6580 (gnus-extract-address-component-email): Convenience functions around
6581 `gnus-extract-address-components'.
6582
6583 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6584 Use `gnus-extract-address-component-email' to fix bug of comparing full
6585 sender name to `user-mail-address'.
6586
6587 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6588
6589 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6590 catch/throw to optimize.
6591 (gnus-registry-find-keywords): Just use member to find a keyword.
6592
6593 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6596 is current before calling gnus-server-prepare.
6597 (gnus-server-setup-buffer, gnus-server-update-server)
6598 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6599
6600 2008-05-04 Juri Linkov <juri@jurta.org>
6601
6602 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6603 (mailcap-file-default-commands): Use mailcap-replace-in-string
6604 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6605 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6606
6607 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6608
6609 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6610
6611 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6612
6613 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6614 hooks.
6615 (gnus-update-read-articles): Speed up non-marks-using users.
6616 (gnus-use-marks): Define gnus-use-marks.
6617 (gnus-propagate-marks): Rename variable to something more sensible.
6618
6619 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6620
6621 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6622 (gmm-image-load-path-for-library): Fix typos in docstrings.
6623 (gmm-message): Reflow docstring.
6624
6625 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6626
6627 * mail-source.el (mail-source-set-1, mail-source-bind):
6628 Move auth-source code out of the macro to clean it up and fix bugs.
6629
6630 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6631
6632 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6633 by sender if it's equal to user-mail-address, it's likely to be
6634 useless.
6635
6636 * mail-source.el (mail-source-bind): Don't use user or password if they
6637 are not bound. Unintern them if they are nil. Don't use server unless
6638 it's bound, and default it to empty string otherwise.
6639
6640 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6641
6642 * mail-source.el: Load auth-source.el.
6643 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6644 get user name or password, if auth-sources is set up.
6645
6646 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6647 strategy of splitting with parent.
6648 (gnus-registry-split-fancy-with-parent)
6649 (gnus-registry-post-process-groups): Use it and fix prior
6650 bug (returning a list as the split result).
6651
6652 * auth-source.el (auth-sources): Remove server parameter.
6653 (auth-source-pick, auth-source-user-or-password)
6654 (auth-source-user-or-password-imap)
6655 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6656 (auth-source-user-or-password-sftp)
6657 (auth-source-user-or-password-smtp): Remove server parameter.
6658
6659 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * smime.el (smime-sign-region, smime-encrypt-region)
6662 (smime-decrypt-region):
6663 Remove redundant calls to `generate-new-buffer-name'.
6664
6665 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6666
6667 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6668 Don't use QP for message/rfc822.
6669 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6670
6671 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * sieve-manage.el (sieve-string-bytes): Remove.
6674 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6675 correct byte-length only if the process's coding-system is the same as
6676 the one used internally by Emacs to represent strings.
6677
6678 2008-04-22 Juri Linkov <juri@jurta.org>
6679
6680 * mailcap.el (mailcap-file-default-commands): New function.
6681
6682 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6683
6684 * message.el (message-signature-separator, message-cite-function):
6685 Change custom version.
6686
6687 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6688
6689 * mm-decode.el (mm-display-external): Make temp file read-only.
6690
6691 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6692
6693 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6694 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6695 `C-c C-f d'.
6696
6697 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6698
6699 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6700
6701 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6702
6703 * auth-source.el: Add docs.
6704 (auth-sources): Modify format to support server.
6705 (auth-source-pick, auth-source-user-or-password)
6706 (auth-source-user-or-password-imap)
6707 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6708 (auth-source-user-or-password-sftp)
6709 (auth-source-user-or-password-smtp): Add server parameter.
6710
6711 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6712
6713 * gnus-registry.el: Initialize the registry when gnus-registry-install
6714 is t.
6715
6716 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6717
6718 * compface.el (uncompface): Make buffer unibyte.
6719
6720 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * mail-source.el (mail-source-value):
6723 Prefer fboundp to functionp so it works with macros as well.
6724
6725 2008-04-05 Glenn Morris <rgm@gnu.org>
6726
6727 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6728
6729 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6732 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6733
6734 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6735 multibyteness after rather than before erasing it.
6736
6737 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6738 mm-with-multibyte.
6739 (gnus-request-article-this-buffer): Make sure the proper decoding is
6740 used if gnus-original-article-buffer happens to be unibyte.
6741
6742 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6743 default-enable-multibyte-characters.
6744
6745 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6746 default-enable-multibyte-characters.
6747
6748 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6749
6750 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6751
6752 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6755 Fix last change in case the element is not even a symbol.
6756
6757 2008-04-02 Simon Josefsson <simon@josefsson.org>
6758
6759 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6760 imap-enable-exchange-bug-workaround.
6761 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6762
6763 2008-04-01 Simon Josefsson <simon@josefsson.org>
6764
6765 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6766 a 100 byte status-checks into a 2-3MB transfer for each group.
6767 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6768 to enable bug workaround or not.
6769 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6770
6771 2008-03-31 Glenn Morris <rgm@gnu.org>
6772
6773 * message.el (mml2015-use): Declare for compiler.
6774 (message-info): Require mml2015 when appropriate.
6775
6776 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6779 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6780 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6781 (nntp-service-to-port): New function.
6782 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6783 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6784 (nntp-open-netcat-stream): New function.
6785 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6786
6787 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6788
6789 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6790
6791 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6794
6795 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6796
6797 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6798
6799 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6800
6801 * message.el (message-signature-separator): Change default.
6802 Improve custom type.
6803 (message-cite-function): Change default to
6804 message-cite-original-without-signature.
6805
6806 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6807 toggle.
6808
6809 * message.el (message-check-news-body-syntax): Fix signature check.
6810 (message-setup-1): Mark buffer as unmodified _after_ running
6811 message-setup-hook and handling message-alternative-emails.
6812 (message-shorten-references): Be more strict when building list of
6813 valid references to comply with GNKSA.
6814
6815 * gnus-group.el (gnus-read-ephemeral-bug-group)
6816 (gnus-read-ephemeral-debian-bug-group)
6817 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6818
6819 * message.el (message-info): Don't use booleanp which isn't supported
6820 in Emacs 21 and XEmacs.
6821
6822 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6823
6824 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6825 gnus-group-gmane-group-download-format.
6826 (gnus-group-read-ephemeral-gmane-group): Rename from
6827 gnus-group-read-ephemeral-gmane-group.
6828 (gnus-read-ephemeral-gmane-group-url): Rename from
6829 gnus-group-read-ephemeral-gmane-group-url.
6830 (gnus-bug-group-download-format-alist): New variable.
6831 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6832 (gnus-read-ephemeral-emacs-bug-group): New commands.
6833
6834 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6835
6836 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6837 (gnus-visible-headers): Improve custom type.
6838
6839 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6840
6841 * mml.el (mml-menu): Add workarounds for XEmacs.
6842
6843 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6844 X-Boundary header.
6845
6846 * message.el (message-simplify-recipients): Fix previous commit.
6847
6848 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6849
6850 * mm-util.el (mm-set-buffer-multibyte): New function.
6851 * mm-decode.el (mm-copy-to-buffer): Use it.
6852
6853 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6854 Prefer fboundp to functionp so it works with macros as well.
6855
6856 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6857
6858 * message.el (message-alter-recipients-discard-bogus-full-name):
6859 New function.
6860 (message-alter-recipients-function): New variable.
6861 (message-get-reply-headers): Use it.
6862 (message-replace-header): New helper function.
6863 (message-recipients-without-full-name): New variable.
6864 (message-simplify-recipients): New command.
6865
6866 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6867
6868 * message.el (message-info): Handle EasyPG manual.
6869
6870 * mml.el (mml-menu): Add entry for EasyPG.
6871
6872 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6873
6874 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6875 parameter.
6876
6877 * message.el (message-disassociate-draft): Specify drafts group name
6878 fully.
6879
6880 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6881
6882 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6883 Eliminate unnecessary duplicates from the match list.
6884
6885 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6886
6887 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6888 args of `how-many' of which the XEmacs version doesn't take; declare
6889 Info-index-next as function.
6890
6891 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * gnus-score.el (gnus-score-headers): Fix handling of
6894 gnus-inhibit-slow-scoring.
6895
6896 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6897 string.
6898 (gnus-button-url-regexp): Improve handling of parenthesis.
6899 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6900 (gnus-button-handle-info-keystrokes): Handle index entries.
6901
6902 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6903
6904 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6905 Incoming* files.
6906
6907 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6908
6909 * auth-source.el (auth-sources): Rename from auth-source-choices.
6910 (auth-source-pick): Use it.
6911
6912 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6913
6914 * auth-source.el (auth-source-protocols)
6915 (auth-source-protocols-customize, auth-source-choices): Add and
6916 modified variable customizations and defaults.
6917 (auth-source-pick, auth-source-user-or-password)
6918 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6919 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6920 (auth-source-user-or-password-sftp)
6921 (auth-source-user-or-password-smtp): Use new variables and provide an
6922 interface to netrc.el.
6923
6924 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6925
6926 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6927 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6928 Make sure the nntp port to specify is a string.
6929
6930 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6931
6932 * nntp.el: Use with-current-buffer.
6933 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6934 dubious mm-with-unibyte-current-buffer.
6935 (nntp-with-open-group-function): New function extracted from
6936 nntp-with-open-group macro.
6937 (nntp-with-open-group): Use the function, so it's easier to debug.
6938 Add indentation and debugging info.
6939 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6940 Recommend the use of the netcat alternatives.
6941
6942 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6943 Avoid mm-string-as-multibyte as well.
6944
6945 * nnweb.el (nnweb-insert-html):
6946 Remove use of nnheader-string-as-multibyte.
6947
6948 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6949 (nnheader-string-as-multibyte): Remove.
6950
6951 * mm-view.el: Use inhibit-read-only.
6952 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6953 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6954 or unibyte-string.
6955
6956 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6957 (mm-uu-yenc-extract): Use with-current-buffer.
6958
6959 * gnus-soup.el (gnus-soup-send-packet): Don't use
6960 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6961
6962 * nnmh.el: Use with-current-buffer.
6963 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6964 mm-string-as-multibyte on the output of mm-encode-coding-string.
6965
6966 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6967 (nnimap-request-move-article): Use with-current-buffer.
6968
6969 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6970 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6971 conversion uses string-make-unibyte rather than string-as-unibyte.
6972
6973 * gnus-msg.el: Use with-current-buffer.
6974
6975 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6976
6977 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6978
6979 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6980 string for caching if it is 'PIN.
6981
6982 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * mail-source.el (mail-source-delete-old-incoming-confirm):
6985 Change default to nil.
6986 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6987
6988 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6991 (gnus-article-goto-prev-page): Work for articles having ^L's.
6992
6993 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6994
6995 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6996
6997 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6998
6999 * gnus-bookmark.el: Adjust for renames in bookmark.el.
7000 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7001 (gnus-bookmark-jump): Adjust some variable names.
7002
7003 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
7004
7005 * auth-source.el: New package.
7006 (auth-source-choices): Add customization entry point variable.
7007
7008 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7009 bug.
7010
7011 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
7012
7013 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7014 (gnus-registry-initialize, gnus-registry-install-p): Use it.
7015 (gnus-registry-install-shortcuts): Rename from
7016 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
7017 the `gnus-registry-mark-map' keymap dynamically from
7018 `gnus-registry-marks'. The generated functions update the summary line
7019 when a registry mark is added or deleted, and will call
7020 `gnus-registry-install-p' (see the comments in the code).
7021 (gnus-registry-user-format-function-M): Use concat intelligently.
7022
7023 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7024 the registry mark functions.
7025
7026 2008-03-05 Glenn Morris <rgm@gnu.org>
7027
7028 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7029 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7030 gnus-art.
7031 (top-level): No need to load own source when compiling.
7032
7033 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7034
7035 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7036 Suggested by <chris.anderton@zetnet.co.uk>.
7037
7038 2008-03-04 Glenn Morris <rgm@gnu.org>
7039
7040 * gnus-sum.el (top-level): No need to require gnus when compiling,
7041 since unconditionally required near start of file.
7042 (gnus-summary-display-while-building): Move definition before use.
7043
7044 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
7045
7046 * gnus-registry.el (gnus-registry-user-format-function-M):
7047 Add formatting function.
7048
7049 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7050
7051 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7052 with plists.
7053 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7054 Use new format.
7055
7056 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7059 `where-is-internal' that returns a range of key sequences.
7060
7061 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7062
7063 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7064
7065 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7066 (gnus-summary-jump-to-group): Consider windows on other displayed
7067 frames as well. Similar changes might be needed elsewhere, but that's
7068 the one I've bumped into during my use.
7069
7070 * nndoc.el (nndoc-oe-dbx-type-p):
7071 * gnus-msg.el (gnus-debug):
7072 * gnus-group.el (gnus-update-group-mark-positions):
7073 Use mm-string-to-multibyte.
7074
7075 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7076
7077 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7078 doesn't handle NotDashEscaped.
7079
7080 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7081 (mml-dnd-attach-options): Fix typo in custom choice.
7082
7083 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7084 Change nndoc-article-type to mbox.
7085 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7086
7087 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7088 to nil, instead of html2text.
7089
7090 * imap.el (imap-debug): Add `imap-ping-server'.
7091
7092 * gnus-bookmark.el: Add FIXMEs.
7093
7094 * message.el (message-form-letter-separator)
7095 (message-send-form-letter-delay): New variables.
7096 (message-send-form-letter): Use them. New command to send form
7097 letters. Requested by Uwe Siart.
7098 (message-send-mail-function): Doc fix. Add "Other" custom option.
7099
7100 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7101
7102 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7103 empty author.
7104
7105 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7106
7107 * gnus-registry.el (gnus-registry-marks): Add variable for
7108 customization of marks and their appearance.
7109 (gnus-registry-read-mark): Use it.
7110 (gnus-registry-do-marks): Add utility function to loop through
7111 `gnus-registry-marks'.
7112 (gnus-registry-install-shortcuts-and-menus): Add function to install
7113 shortcuts and menus.
7114 (gnus-registry-initialize): Use it.
7115 (gnus-registry-default-mark): Clarify documentation.
7116
7117 2008-02-29 Glenn Morris <rgm@gnu.org>
7118
7119 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7120 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7121 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7122 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7123 Change defcustom :version from 23.0 to 23.1.
7124
7125 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7126
7127 * gnus-registry.el (gnus-registry-follow-group-p)
7128 (gnus-registry-post-process-groups): Add functions to aid registry
7129 splitting and improve logging. Clarify behavior in function
7130 documentation.
7131 (gnus-registry-split-fancy-with-parent): Use them.
7132
7133 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * gnus-art.el: Use with-current-buffer.
7136
7137 2008-02-27 David Engster <dengste@eml.cc>
7138
7139 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7140 Express real group name in the response.
7141
7142 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7145 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7146 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7147 autoload gnus-registry-fetch-group when compiling.
7148 (nnmairix-request-group-with-article-number-correction):
7149 Remove unreferenced argument passed to nnmairix-call-backend.
7150
7151 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7152
7153 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7154 (mm-uu-extract): Improve face for low color ttys.
7155 Reported by Sascha Wilde.
7156
7157 2008-02-27 Glenn Morris <rgm@gnu.org>
7158
7159 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7160 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7161 variables to defconsts. Convert comments to doc-strings.
7162 (nnmairix-last-server, nnmairix-current-server): Convert from free
7163 variables to defvars. Convert comments to doc-strings.
7164 (gnus-registry-fetch-group): Autoload.
7165 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7166 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7167 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7168 caddr.
7169 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7170 nnmairix-request-group-with-article-number-correction call.
7171 (nnmairix-fast, nnmairix-group): New, less general names, for free
7172 variables passed from nnmairix-request-group to
7173 nnmairix-request-group-with-article-number-correction. Declare.
7174 (nnmairix-request-group-with-article-number-correction):
7175 Use nnmairix-fast, nnmairix-group rather than fast, group.
7176
7177 2008-02-26 David Engster <dengste@eml.cc>
7178
7179 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7180 version 0.5.
7181
7182 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7183
7184 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7185 instead of making an extra function call. Don't add the current group
7186 to articles only when they have the group. Use
7187 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7188 Reported by David <de_bb@arcor.de>.
7189
7190 2008-02-24 Miles Bader <miles@gnu.org>
7191
7192 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7193 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7194 (mm-find-mime-charset-region):
7195 * mm-bodies.el (mm-encode-body):
7196 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7197
7198 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7199
7200 * mail-source.el (mail-source-delete-incoming): Change default.
7201 Supplement doc string.
7202
7203 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7204
7205 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7206
7207 * nnmail.el (nnmail-message-id-cache-file): Derive from
7208 `gnus-home-directory'.
7209
7210 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7211
7212 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7213 Document negative prefix.
7214
7215 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7216
7217 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7218
7219 * message.el (message-unsent-separator): Add the Exim bounce
7220 separator.
7221
7222 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7223
7224 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7225 list.
7226 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7227 recipient/signer list.
7228
7229 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7230
7231 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7232 fbound (Emacs 23 unicode), signal an error.
7233
7234 2008-02-08 Glenn Morris <rgm@gnu.org>
7235
7236 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7237
7238 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7239
7240 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7241 ports to the calls to `netrc-machine-user-or-password' in addition to
7242 "imap" and "imaps".
7243
7244 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7245
7246 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7247 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7248 <hanche@math.ntnu.no>.
7249
7250 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7253
7254 2008-02-01 Zhang Wei <id.brep@gmail.com>
7255
7256 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7257
7258 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7259
7260 2008-02-01 Miles Bader <miles@gnu.org>
7261
7262 * mml.el (mml-parse-1): Remove apparently vestigial use of
7263 `mm-hack-charsets'.
7264 * mm-bodies.el (mm-encode-body): Likewise.
7265
7266 2008-02-01 Kenichi Handa <handa@m17n.org>
7267
7268 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7269 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7270 (rfc2104-hash): Convert the result of concat to unibyte string.
7271
7272 2008-02-01 Dave Love <fx@gnu.org>
7273
7274 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7275 coding-system-for-read.
7276 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7277
7278 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7279 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7280 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7281
7282 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7283
7284 * mail-source.el (mail-sources): Add `group' choice.
7285
7286 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7287 parameter `in-group' to control into which group the articles go.
7288 Add treatment of `group' mail-source.
7289
7290 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7291
7292 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7293 * message.el (message-beginning-of-line): Use featurep instead of bound
7294 tests in order to resolve conditionals at compile time.
7295
7296 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7299
7300 * mm-decode.el (mm-dissect-buffer): Decode description.
7301
7302 * mml.el (mml-to-mime): Encode message header first.
7303
7304 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7305
7306 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7307 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7308
7309 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7310
7311 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7312
7313 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7314
7315 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7316 prefix keys.
7317 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7318 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7319 gnus-xmas.el.
7320
7321 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7322
7323 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7324 Add new variables for article mark management.
7325 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7326 list of extra data entries which, when present, will indicate that the
7327 article ID should not be trimmed from the registry.
7328 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7329 functions.
7330 (gnus-registry-read-mark): New function to read a mark name from the
7331 user.
7332 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7333 (gnus-registry-set-article-mark-internal): New functions to add and
7334 remove marks.
7335 (gnus-registry-get-article-marks): New function to show the marks for
7336 an article, or retrieve them for further use.
7337
7338 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7339
7340 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7341 keys when no argument is given.
7342
7343 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7344
7345 * gnus-sum.el (gnus-article-sort-by-random)
7346 (gnus-thread-sort-by-random): Fix doc strings.
7347 Reported by jidanni@jidanni.org.
7348
7349 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7350
7351 * gnus-art.el (gnus-article-describe-bindings): New function.
7352 (gnus-article-read-summary-keys): Use it.
7353 (gnus-article-mode-map): Bind `C-h b' to it.
7354
7355 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7358 XEmacs.
7359 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7360 Protect against non-character events.
7361
7362 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7363
7364 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7365 New command.
7366 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7367 instead of END. Change name of the temp file.
7368 (gnus-group-gmane-group-download-format): Add doc string. Make it
7369 customizable.
7370
7371 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7372
7373 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7374 bind `S W' to gnus-article-wide-reply-with-original; set default
7375 binding to gnus-article-read-summary-send-keys.
7376 (gnus-article-read-summary-keys): Fix the order of keys; display
7377 continuation keys correctly in the echo area; describe bindings
7378 correctly when keys end with `C-h'.
7379 (gnus-article-read-summary-send-keys): New function.
7380 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7381 Work for gnus-article-read-summary-send-keys; display continuation keys
7382 correctly in the echo area.
7383 (gnus-article-reply-with-original): Ignore prefix argument.
7384 (gnus-article-wide-reply-with-original): New function.
7385
7386 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7389 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7390
7391 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7392
7393 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7394 (gnus-group-read-ephemeral-gmane-group): New command.
7395
7396 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7397
7398 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7399
7400 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7401
7402 * message.el (message-send-mail-function): Increase custom version.
7403
7404 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7405 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7406
7407 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7408
7409 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7410 html parts correctly; support forwarded messages.
7411 (gnus-article-browse-html-article): Remove work buffers.
7412
7413 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7414 compiling.
7415 (netrc-bound-and-true-p): New macro.
7416 (netrc-parse): Use it instead of bound-and-true-p that is not available
7417 in XEmacs 21.4.
7418
7419 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7420
7421 * gnus-registry.el (gnus-registry-mark-article)
7422 (gnus-registry-article-marks): Add functionality to mark articles
7423 through the Gnus registry.
7424
7425 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7426 (netrc-parse): Use encrypt-file-alist to determine if
7427 encrypt-find-model or encrypt-insert-file-contents should be used.
7428
7429 2007-12-19 Glenn Morris <rgm@gnu.org>
7430
7431 * mml.el (message-options-set, message-narrow-to-head)
7432 (message-in-body-p, message-mail-p, message-encode-message-body):
7433 Autoload.
7434 (message-remove-header, message-narrow-to-headers-or-head)
7435 (message-subscribed-p, message-make-mail-followup-to)
7436 (message-position-on-field, message-news-p)
7437 (message-options-set-recipient, message-generate-headers)
7438 (message-sort-headers): Declare as functions.
7439
7440 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7443 convention in doc string.
7444
7445 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7446
7447 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7448 title to html parts.
7449 (gnus-article-browse-html-article): Pass message header to it.
7450
7451 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7452
7453 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7454
7455 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7456 or password compatible with XEmacs.
7457
7458 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7459
7460 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7461 format document.
7462 (gnus-mime-delete-part): Don't write description line if empty.
7463 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7464
7465 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7466
7467 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7468 (gnus-summary-mark-read-and-unread-as-read)
7469 (gnus-summary-mark-current-read-and-unread-as-read)
7470 (gnus-summary-mark-unread-as-ticked): Doc fix.
7471 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7472
7473 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7474
7475 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7476 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7477
7478 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7479
7480 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7481 yes-or-no-p.
7482
7483 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * mm-decode.el (mm-add-meta-html-tag): New function.
7486 (mm-save-part-to-file, mm-pipe-part): Use it.
7487
7488 * gnus-art.el (gnus-article-browse-delete-temp-files):
7489 Use gnus-y-or-n-p instead of y-or-n-p.
7490 (gnus-article-browse-html-parts): Work with message/external-body; use
7491 mm-add-meta-html-tag.
7492
7493 2007-12-11 Glenn Morris <rgm@gnu.org>
7494
7495 * gnus-cache.el: Require gnus-sum not just when compiling.
7496
7497 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7498
7499 * gnus-int.el (gnus-server-opened, gnus-status-message):
7500 Move definitions before use.
7501
7502 * mm-decode.el: Require gnus-util.
7503 (mm-remove-part): Only call delete-annotation on XEmacs.
7504
7505 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7506
7507 * nnmail.el: Require gnus-int.
7508
7509 * spam.el: Move `require's before `eval-when-compile's.
7510
7511 * gnus-ems.el (gnus-alive-p):
7512 * gnus-fun.el (message-goto-eoh):
7513 * gnus-util.el (gnus-group-name-decode):
7514 * mail-source.el (gnus-compress-sequence):
7515 * message.el (Info-goto-node, format-spec):
7516 * mm-bodies.el (message-options-get):
7517 * mm-decode.el (mm-view-pkcs7):
7518 * mm-util.el (gmm-write-region):
7519 * mml-smime.el (mml-compute-boundary)
7520 (gnus-completing-read-with-default):
7521 * mml.el (widget-button-press, gnus-make-hashtable):
7522 * mml1991.el (mm-decode-content-transfer-encoding)
7523 (mm-encode-content-transfer-encoding)
7524 (message-options-get, message-options-set):
7525 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7526 * nnfolder.el (gnus-request-group):
7527 * nnheader.el (ietf-drums-unfold-fws):
7528 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7529 * smime.el (gnus-run-mode-hooks):
7530 * spam-stat.el (gnus-message): Autoload.
7531
7532 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7533 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7534 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7535 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7536 Add declare-function compatibility definition.
7537
7538 * gnus-cache.el (nnvirtual-find-group-art):
7539 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7540 (gnus-add-image, gnus-add-wash-type):
7541 * gnus-group.el (nnkiboze-score-file):
7542 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7543 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7544 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7545 (message-tokenize-header, gnus-get-buffer-create)
7546 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7547 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7548 * gnus.el (gnus-group-decoded-name):
7549 * mail-source.el (imap-capability):
7550 * mm-bodies.el (message-options-set):
7551 * mm-decode.el (gnus-configure-windows):
7552 * mm-extern.el (message-goto-body):
7553 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7554 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7555 (epg-sub-key-validity, message-options-set):
7556 * mml.el (widget-event-point, gnus-configure-windows):
7557 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7558 * mml2015.el (epg-check-configuration, epg-configuration)
7559 (message-options-set):
7560 * nndb.el (nndb-request-article):
7561 * nnfolder.el (gnus-request-create-group):
7562 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7563 * nnmaildir.el (gnus-group-mark-article-read):
7564 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7565 * rfc1843.el (message-fetch-field):
7566 * spam.el (gnus-extract-address-components):
7567 Declare as functions.
7568
7569 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7572
7573 2007-12-09 Glenn Morris <rgm@gnu.org>
7574
7575 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7576
7577 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7578 * message.el, mm-view.el, sieve-manage.el, smime.el:
7579 Add declare-function compatibility definition.
7580
7581 * gnus-art.el (w3-region, w3m-region, Info-menu):
7582 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7583 * gnus-sum.el (gnus-get-predicate):
7584 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7585 * message.el (mail-abbrev-in-expansion-header-p):
7586 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7587 (w3m-detect-meta-charset, w3m-region):
7588 * sieve-manage.el (password-read, password-cache-add)
7589 (password-cache-remove):
7590 * smime.el (password-read-and-add): Declare as functions.
7591
7592 2007-12-08 David Kastrup <dak@gnu.org>
7593
7594 * gnus-sum.el (gnus-summary-simplify-subject-query):
7595 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7596 `message'.
7597
7598 2007-12-07 Glenn Morris <rgm@gnu.org>
7599
7600 * gnus-art.el (article-make-date-line): Revert previous change.
7601
7602 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7603
7604 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7605
7606 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7607
7608 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7609 Call gnus-add-to-range ranges only once with a prepared article-list.
7610
7611 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7612
7613 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7614 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7615 group names with backslashes.
7616 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7617
7618 2007-12-06 Deepak Goel <deego3@gmail.com>
7619
7620 * gnus-art.el (article-make-date-line):
7621 * gnus-start.el (gnus-load):
7622 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7623
7624 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7625
7626 * gnus-art.el (gnus-use-idna)
7627 * gnus-start.el (gnus-site-init-file)
7628 * message.el (message-use-idna)
7629 * mm-uu.el (mm-uu-hide-markers)
7630 * smiley.el (smiley-style): Revert changes that suppress warnings.
7631
7632 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7633
7634 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7635 specify charset to html source.
7636 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7637
7638 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7639
7640 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7641 idna-program in order to suppress byte compile warning issued by XEmacs
7642 that came to byte compile the default value section of defcustom forms
7643 recently.
7644
7645 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7646 value of installation-directory.
7647
7648 * message.el (message-use-idna): Don't directly refer to the value of
7649 idna-program.
7650
7651 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7652
7653 * smiley.el (smiley-style): Don't directly call face-attribute.
7654
7655 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7656
7657 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7658
7659 * gnus-dired.el: Reduce Gnus dependencies.
7660 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7661 Don't require. Use autoloads instead.
7662 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7663 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7664 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7665 (gnus-dired-mode): Adjust doc string.
7666 (gnus-dired-mail-mode): New variable.
7667 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7668 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7669 (gnus-dired-mail-buffers): New function. Return mail or message
7670 composition buffers.
7671 (gnus-dired-attach): Use it.
7672 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7673 NO-DECODE.
7674 (gnus-dired-print): Use `gnus-print-buffer' depending on
7675 `gnus-dired-mail-mode'.
7676
7677 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7678
7679 * rfc2047.el (rfc2047-encoded-word-regexp)
7680 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7681 explaining what regexp patterns are for.
7682
7683 2007-12-04 Glenn Morris <rgm@gnu.org>
7684
7685 * password.el: Move to ../password-cache.el.
7686
7687 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7688 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7689 * mml-smime.el (password-read, password-cache-add)
7690 (password-cache-remove):
7691 No need to autoload, since mml-sec requires password.
7692
7693 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7694 * message.el (gnus-extract-address-components):
7695 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7696
7697 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7698 password.
7699
7700 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7701
7702 * mailcap.el: Reduce dependencies.
7703 (mail-header-parse-content-type): Autoload.
7704 (mailcap-delete-duplicates): New alias.
7705 (mailcap-mime-info): Add optional argument NO-DECODE.
7706 (mailcap-mime-types): Use mailcap-delete-duplicates.
7707
7708 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7709
7710 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7711
7712 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7713 function.
7714
7715 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7716 (gnus-uu-yenc-article): New function.
7717
7718 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7719
7720 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7721
7722 2007-12-02 Glenn Morris <rgm@gnu.org>
7723
7724 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7725 Move to ../net.
7726
7727 * binhex.el, uudecode.el: Move to ../mail.
7728
7729 * encrypt.el: Remove file.
7730
7731 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7734 matches on patches.
7735
7736 * gnus-art.el (gnus-article-browse-html-article):
7737 Mention `mm-text-html-renderer' in the doc string.
7738
7739 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7740 string. Add comments.
7741
7742 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7743 if rhs is ASCII.
7744
7745 2007-12-01 Glenn Morris <rgm@gnu.org>
7746
7747 * dig.el, dns.el: Move to ../net.
7748 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7749
7750 * mail-source.el (top-level): Require format-spec before
7751 eval-when-compile.
7752
7753 2007-11-30 Glenn Morris <rgm@gnu.org>
7754
7755 * encrypt.el: Require password, rather than autoloading password-read.
7756
7757 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7758
7759 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7760 caller can indicate whether the cache should be disregarded for this
7761 call. This way the result of the call is reproducible at all times and
7762 can be considered a canonical server name for the supplied method.
7763 (gnus-agent-method-p): Canonicalize server names by pushing their
7764 method through `gnus-method-to-server' using the no-cache argument.
7765
7766 * gnus-srvr.el (gnus-server-insert-server-line):
7767 Call `gnus-method-to-server' with `no-cache' argument.
7768
7769 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7770 gnus-agent-possibly-synchronize-flags as this should be called when the
7771 server is actually being opened.
7772 (gnus-agent-possibly-synchronize-flags)
7773 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7774 flags file of an agentized server to the latter function.
7775
7776 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7777 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7778 after a connection has been established successfully.
7779
7780 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7781
7782 * gnus-art.el (article-display-face): Force to display face if called
7783 interactively; check if gnus-article-x-face-too-ugly matches author.
7784 (article-display-x-face): Display face even if From header is missing
7785 as article-display-face does.
7786
7787 2007-11-28 Richard Stallman <rms@gnu.org>
7788
7789 * md4.el: Move to ../.
7790 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7791
7792 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * mail-source.el (mail-sources): Default to fetch from file for
7795 compatibility with default of nnmail-spool-file.
7796
7797 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7798
7799 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7800 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7801 to look for encoded word that should be encoded again.
7802 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7803 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7804 encoding pattern.
7805 (rfc2047-decode-region): Switch strict regexp and loose one according
7806 to rfc2047-allow-irregular-q-encoded-words.
7807
7808 2007-11-26 Simon Josefsson <simon@josefsson.org>
7809
7810 * imap.el: Move to ../net directory.
7811
7812 2007-11-25 Romain Francoise <romain@orebokech.com>
7813
7814 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7815
7816 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7817
7818 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7819 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7820
7821 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7822 `nnmail-spool-file'.
7823
7824 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7825 `nnmail-spool-file'.
7826
7827 * gnus-move.el (gnus-change-server): Ditto.
7828
7829 * gnus-kill.el (gnus-batch-score): Ditto.
7830
7831 * gnus-cache.el (gnus-jog-cache): Ditto.
7832
7833 * gnus-msg.el (gnus-summary-reply):
7834 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7835
7836 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7837
7838 * gnus-cache.el (gnus-cache-generate-nov-databases):
7839 Use nnml-generate-nov-databases-directory instead of
7840 nnml-generate-nov-databases-1.
7841
7842 2007-11-24 Glenn Morris <rgm@gnu.org>
7843
7844 * message.el (message-tool-bar-retro): Update for rename
7845 mail_send.xpm->mail-send.xpm.
7846
7847 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7848
7849 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7850 `smime-ldap-search' for Emacs 22 and up.
7851
7852 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7853
7854 * hashcash.el: Move to ../mail directory.
7855
7856 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7857
7858 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7859 `smime-ldap-search' for Emacs 22 and up.
7860
7861 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7864
7865 * message.el (message-send-mail-function): Fix error convention.
7866 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7867 (message-widen-reply, message-send-mail, message-talkative-question)
7868 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7869 (message-clone-locals, message-send-news): Use with-current-buffer.
7870 (message-insert-or-toggle-importance): Remove unused var `valid'.
7871 (message-make-references): Remove unused var `new-references'.
7872 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7873
7874 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7875
7876 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7877 (spam-split-symbolic-return-positive): Reflow docstring.
7878 (spam-backends, spam-summary-exit-behavior)
7879 (spam-mark-ham-unread-before-move-from-spam-group)
7880 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7881 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7882 (spam-clear-cache, spam-backend-check, spam-install-backend)
7883 (spam-install-statistical-backend, spam-list-of-processors)
7884 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7885 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7886 (spam-check-crm114, spam-initialize, spam-unload-hook):
7887 Fix typos in docstrings.
7888
7889 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7890
7891 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7892 been checked if they have never been read and those group levels are
7893 higher than the one that a user specified.
7894
7895 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7896
7897 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7898 foreign groups unless a group level is specified by a user.
7899 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7900
7901 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7902
7903 * message.el (message-send-mail-function): Require sendmail.
7904
7905 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7906
7907 * message.el (message-send-mail-function): Check for smtpmail too.
7908
7909 * utf7.el (utf7-encode, utf7-decode): Use coding system
7910 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7911
7912 * message.el (message-send-mail-function): New function.
7913 (message-send-mail-function): Set default using
7914 message-send-mail-function. Adjust doc string.
7915 (message-send-mail-with-mailclient): New function.
7916
7917 2007-11-17 Richard Stallman <rms@gnu.org>
7918
7919 * assistant.el: Remove file.
7920
7921 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7922
7923 * smime.el (from):
7924 * rfc2047.el (message-posting-charset):
7925 * qp.el (mm-use-ultra-safe-encoding):
7926 * pop3.el (parse-time-months):
7927 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7928 * nnml.el (files):
7929 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7930 (jka-compr-compression-info-list, ange-ftp-path-format)
7931 (efs-path-regexp):
7932 * nndiary.el (files):
7933 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7934 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7935 (epg-digest-algorithm-alist, inhibit-redisplay)
7936 (password-cache-expiry):
7937 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7938 (pgg-output-buffer, password-cache-expiry):
7939 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7940 (efs-path-regexp):
7941 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7942 (inhibit-redisplay):
7943 * mm-uu.el (file-name, start-point, end-point, entry)
7944 (gnus-newsgroup-name, gnus-newsgroup-charset):
7945 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7946 (latin-unity-ucs-list):
7947 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7948 (mm-uu-binhex-decode-function):
7949 * message.el (gnus-message-group-art, gnus-list-identifiers)
7950 (rmail-enable-mime-composing, gnus-local-organization)
7951 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7952 (gnus-read-active-file, facemenu-add-face-function)
7953 (facemenu-remove-face-function, gnus-article-decoded-p)
7954 (tool-bar-mode):
7955 * mail-source.el (display-time-mail-function):
7956 * gnus-util.el (nnmail-pathname-coding-system)
7957 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7958 (gnus-original-article-buffer, gnus-user-agent)
7959 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7960 (xemacs-codename, sxemacs-codename, emacs-program-version):
7961 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7962 * gnus-start.el (gnus-agent-covered-methods)
7963 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7964 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7965 (gnus-newsgroup-headers, gnus-group-list-mode)
7966 (gnus-group-mark-positions, gnus-newsgroup-data)
7967 (gnus-newsgroup-unreads, nnoo-state-alist)
7968 (gnus-current-select-method, mail-sources)
7969 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7970 (nnmail-spool-file, gnus-cache-active-hashtb):
7971 * gnus-mh.el (mh-lib-progs):
7972 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7973 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7974 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7975 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7976 (gnus-group-buffer):
7977 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7978 (font-lock-set-defaults):
7979 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7980 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7981 (gnus-summary-post-menu, total-parts, type, condition, length):
7982 * gnus-agent.el (gnus-agent-read-agentview):
7983 * flow-fill.el (show-trailing-whitespace):
7984 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7985 eval-and-compile wrappers for byte compiler pacifiers.
7986
7987 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7988 (mm-display-inline-fontify): Check for featurep 'xemacs not
7989 extent-list.
7990
7991 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7992 itimer-list.
7993 (mm-create-image-xemacs): Only do something for XEmacs.
7994 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7995
7996 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7997
7998 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7999 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8000
8001 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8002
8003 * nnimap.el (nnimap-split-download-body):
8004 * gnus-demon.el (gnus-demon):
8005 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8006
8007 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8008
8009 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8010 New macros.
8011 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8012 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8013 copy data from unibyte buffer to multibyte current buffer.
8014 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8015 to copy data from unibyte current buffer to multibyte buffer.
8016 (nntp-make-process-buffer): Make process buffer unibyte.
8017
8018 * pop3.el (pop3-open-server): Fix typo in Lisp code.
8019
8020 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
8021
8022 * pop3.el (pop3-open-server): Accept and process data more robustly at
8023 connexion start to avoid spurious "POP SSL connexion failed" errors.
8024
8025 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8026
8027 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8028 read group names.
8029
8030 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8033
8034 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * nnmail.el (nnmail-parse-active): Make group names unibyte.
8037 (nnmail-save-active): Use a unibyte buffer when saving active file,
8038 which may contain non-ASCII group names.
8039
8040 * nnml.el (nnml-request-group): Decode group names in messages.
8041
8042 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8043
8044 * message.el (message-citation-line-function)
8045 (message-insert-formatted-citation-line): Fix spelling of
8046 `message-insert-formated-citation-line'.
8047
8048 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
8049
8050 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8051
8052 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8055 nnmail-pathname-coding-system.
8056
8057 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8058 that a user enters; decode group names in messages.
8059
8060 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8061
8062 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8063
8064 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8065
8066 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8067
8068 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8069 risky local variable.
8070
8071 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8072
8073 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8074
8075 * encrypt.el: Improve documentation to fix function name typo.
8076 Reported by Daiki Ueno <ueno@unixuser.org>.
8077
8078 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8081 even if the point is not in the last page of an article.
8082 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8083 back to the previous page.
8084
8085 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8086
8087 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8088
8089 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8092
8093 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * message.el (message-check-news-body-syntax):
8096 Avoid mm-string-as-multibyte.
8097 (message-hide-headers): Don't assume (point-min)==1.
8098
8099 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8100
8101 * message.el (message-remove-blank-cited-lines): Fix if remove is
8102 given.
8103 (message-bogus-address-regexp): New variable.
8104 (message-bogus-recipient-p): New function.
8105 (message-check-recipients): New command.
8106 (message-syntax-checks): Add `bogus-recipient'.
8107 (message-fix-before-sending): Add `bogus-recipient'.
8108
8109 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8110 (gnus-treat-body-boundary): Don't test window-system.
8111
8112 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8113
8114 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8115
8116 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8117
8118 * gnus.el: Bump version to Gnus v5.13.
8119
8120 2007-10-28 Miles Bader <miles@gnu.org>
8121
8122 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8123 at compile-time too.
8124
8125 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * gnus-msg.el (gnus-message-setup-hook):
8128 Add `message-remove-blank-cited-lines' to options.
8129
8130 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8131
8132 * message.el (message-remove-blank-cited-lines): New function.
8133 Suggested by Karl Plästerer.
8134
8135 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8136
8137 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8138 mapc.
8139
8140 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8141 (top-level): Use mapc to set functions to be traced for debugging.
8142
8143 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8144 called for effect with while loop.
8145
8146 * message.el (message-talkative-question): Replace mapcar called for
8147 effect with mapc.
8148
8149 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8150 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8151 called for effect with dolist.
8152
8153 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8154
8155 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8156 gnus-extra-headers and nnmail-extra-headers.
8157
8158 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8159 called for effect with dolist.
8160 (top-level): Use mapc to set functions to be traced for debugging.
8161
8162 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8163 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8164 dolist.
8165
8166 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8167 Replace mapcar called for effect with mapc.
8168 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8169 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8170 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8171 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8172
8173 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8174 remove-if that's a cl function.
8175
8176 * webmail.el (webmail-debug): Replace mapcar called for effect with
8177 dolist.
8178
8179 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8180
8181 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8182 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8183 with while loop.
8184
8185 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8186 functions from article-* functions.
8187 (gnus-multi-decode-header): Replace mapcar called for effect with
8188 dolist.
8189
8190 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8191 (gnus-bookmark-show-details): Replace mapcar called for effect with
8192 while loop.
8193
8194 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8195 called for effect with while loop.
8196
8197 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8198 with dolist.
8199
8200 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8201 Replace mapcar called for effect with dolist.
8202
8203 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8204
8205 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8206 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8207 Replace mapcar called for effect with dolist.
8208 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8209 mapc.
8210
8211 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8212 Replace mapcar called for effect with dolist.
8213 (gnus-topic-list): Replace mapcar called for effect with mapc.
8214
8215 * gnus.el: Use mapc instead of mapcar to add autoloads.
8216
8217 2007-10-23 Richard Stallman <rms@gnu.org>
8218
8219 * gnus-group.el (gnus-group-highlight): Mark as risky.
8220
8221 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8222
8223 * gnus.el (gnus-server-to-method): Return method found first in
8224 gnus-newsrc-alist.
8225
8226 * gnus-art.el (gnus-article-highlight-signature)
8227 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8228 button overlay without the front stickiness.
8229
8230 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8231
8232 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8233 overview buffer needed a catch to receive its throw.
8234 (gnus-agent-flush-cache): Declare as interactive to make this function
8235 easier to use.
8236
8237 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8238
8239 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8240 `next-line'.
8241
8242 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8243
8244 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8245 exclude address matching message-dont-reply-to-names.
8246
8247 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus-util.el (gnus-string<): New function.
8250
8251 * gnus-sum.el (gnus-article-sort-by-author)
8252 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8253
8254 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8257 the frame-focus tag is set in gnus-buffer-configuration.
8258
8259 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8260
8261 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8262 the front stickiness.
8263
8264 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8265
8266 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8267 url pattern; remove duplicate one.
8268 (gnus-article-extend-url-button): New function.
8269 (gnus-article-add-buttons): Use it.
8270 (gnus-button-push): Use concatenated url that it makes.
8271
8272 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8273
8274 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8275 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8276
8277 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8280 Don't hardcode point-min==1.
8281
8282 2007-09-30 David Kastrup <dak@gnu.org>
8283
8284 * gnus-art.el (gnus-article-reply-with-original)
8285 (gnus-article-followup-with-original): When `transient-mark-mode' is
8286 off, refrain from active-region behavior for followups.
8287
8288 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8289
8290 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8291 Fix comment about "iso8859-1".
8292
8293 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8294
8295 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8296 ones returned from the verify-function.
8297
8298 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8299 Call mml2015-extract-cleartext-signature if extraction failed.
8300
8301 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8302
8303 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8304 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8305 failed.
8306
8307 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8310
8311 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8312
8313 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8314 to mark a thread as expirable. Add variable `hide' to handle hiding of
8315 thread for both the null and zero (kill/expire thread) universal prefix
8316 cases.
8317 (gnus-summary-expire-thread): Add new function to expire a thread,
8318 using gnus-summary-kill-thread.
8319 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8320 shortcuts for gnus-summary-expire-thread.
8321 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8322 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8323
8324 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8325
8326 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8327 extras value, so an extras entry can be deleted.
8328 (gnus-registry-delete-extra-entry): Use it.
8329 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8330 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8331 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8332 storage through the gnus-registry, and provide an appropriate API for
8333 it.
8334
8335 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8338 Suggested by Leo <sdl.web@gmail.com>.
8339
8340 * gnus.el: Do.
8341
8342 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8343
8344 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8345 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8346
8347 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8348
8349 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8350 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8351
8352 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8355 newline.
8356 (nnmbox-request-accept-article): Don't change article in source buffer;
8357 narrow to header to use message-fetch-field rather than
8358 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8359 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8360 as delimiters; make sure article ends with newline.
8361 (nnmbox-delete-mail): Correct last position of article to be deleted;
8362 ignore X-Gnus-Newsgroup header in article body.
8363 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8364 positions; make sure article ends with newline.
8365
8366 * message.el (message-display-abbrev): Don't infloop when a user
8367 inserts SPC in the beginning of header.
8368
8369 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8370
8371 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8372 list of groups not followed by default. Fix type to be regexp.
8373 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8374
8375 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8376
8377 * hmac-def.el (define-hmac-function): Switch from old-style to
8378 new-style backquotes.
8379
8380 * md4.el (md4-make-step): Likewise.
8381
8382 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8383
8384 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8385 raw-text coding system when saving .newsrc file, which may contain
8386 non-ASCII group names.
8387
8388 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8389
8390 * gnus-cus.el (gnus-score-extra): New widget.
8391 (gnus-score-extra-convert): New function.
8392 (gnus-score-customize): Use it for Extra.
8393
8394 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8395
8396 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8397 (mml2015-mailcrypt-clear-verify): Use it.
8398 (mml2015-gpg-clear-verify): Use it.
8399 (mml2015-pgg-clear-verify): Use it.
8400 (mml2015-epg-clear-verify): Replace the current part with the output
8401 from GnuPG; don't extract the plaintext by itself.
8402
8403 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8404 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8405 mml2015-clear-verify-function; don't touch the armor headers or
8406 dash-escaped text here.
8407
8408 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8409
8410 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8411 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8412 parts, or application/octet-stream as a last resort.
8413 (gnus-mime-view-part-as-type): Don't toggle display.
8414 (gnus-mime-view-part-as-charset): Don't turn off display before
8415 querying charset.
8416
8417 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8418 stuff to undisplayer function in Emacs.
8419 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8420
8421 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8422 text/calendar parts.
8423
8424 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8425
8426 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8427 decoding text/calendar parts.
8428
8429 * message.el (message-forward-make-body-mime): Always mark body as
8430 having no illegible text; remove signed-or-encrypted argument.
8431 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8432
8433 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8434 (mml-generate-mime-1): Don't encode body if it is specified to be in
8435 raw form; don't make buffer be unibyte when inserting multibyte string.
8436
8437 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * sha1.el: Fix up comment style.
8440 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8441 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8442
8443 * hex-util.el: Fix up comment style.
8444 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8445
8446 * gnus-salt.el: Use with-current-buffer.
8447 (gnus-pick-setup-message): Fix long-standing typo.
8448
8449 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8450
8451 * imap.el (imap-logout-timeout): New variable.
8452 (imap-logout, imap-logout-wait): New functions.
8453 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8454
8455 * nnimap.el (nnimap-logout-timeout): New server variable.
8456 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8457 nnimap-logout-timeout.
8458
8459 * gnus-art.el (gnus-article-summary-command-nosave)
8460 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8461
8462 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8463
8464 * gnus.el (gnus-maximum-newsgroup): New variable.
8465
8466 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8467 according to gnus-maximum-newsgroup.
8468
8469 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8470 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8471 Limit the range of articles according to gnus-maximum-newsgroup.
8472
8473 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8474
8475 * gnus-art.el (gnus-sticky-article): Fix problems described in
8476 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8477 Don't perform gnus-configure-windows here; reuse existing sticky
8478 article buffer.
8479
8480 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8481 it doesn't exist in gnus-article-mode.
8482
8483 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8484
8485 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8486 (gnus-agent-decoded-group-name): New function.
8487 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8488 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8489
8490 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8491
8492 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8493 Add binding for gnus-sticky-article.
8494 (gnus-summary-exit): Don't kill sticky article buffers.
8495
8496 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8497 article buffer.
8498 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8499 (gnus-kill-sticky-article-buffers): New commands.
8500
8501 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * nntp.el (nntp-xref-number-is-evil): New server variable.
8504 (nntp-find-group-and-number): If it is non-nil, don't trust article
8505 numbers in the Xref header.
8506
8507 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8508
8509 * gnus-agent.el (gnus-agent-read-group): New function.
8510 (gnus-agent-flush-group, gnus-agent-expire-group)
8511 (gnus-agent-regenerate-group): Use it.
8512 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8513 nnmail-pathname-coding-system.
8514
8515 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8516
8517 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8518
8519 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8520 that are unread as unread, and also as selected so that information of
8521 marks having been changed by a user may be updated when exiting group.
8522
8523 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8524
8525 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8526
8527 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8528
8529 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8530 calculated ignoring signature parts to gnus-treat-article.
8531
8532 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8533
8534 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8535 a point here in order to keep the window start.
8536 (gnus-insert-mime-security-button): Make a button overlay without the
8537 front stickiness.
8538 (gnus-mime-display-security): Goto the end of a button.
8539
8540 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8541
8542 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8543
8544 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8545 group-name-at-point.
8546 (gnus-group-completing-read): New function that offers decoded
8547 non-ASCII group names for completion.
8548 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8549 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8550 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8551 (gnus-group-fetch-control): Use it.
8552 (gnus-fetch-group): Use group-name-at-point for the initial value
8553 rather than the default value; use gnus-alive-p.
8554
8555 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8556 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8557 (gnus-summary-post-news): Use gnus-group-completing-read.
8558
8559 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8560 (gnus-read-move-group-name): Decode group name for completion.
8561
8562 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8563
8564 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8565 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8566 Yamaoka slightly modified the code).
8567
8568 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8571 (nnmail-split-incoming): Bind it.
8572
8573 * nnml.el (nnml-group-name-charset): New function.
8574 (nnml-decoded-group-name): Use it; don't decode group name if
8575 nnmail-group-names-not-encoded-p is non-nil.
8576 (nnml-encoded-group-name): New function.
8577 (nnml-group-pathname): Inline nnml-decoded-group-name.
8578 (nnml-request-expire-articles): Decode group name in message.
8579 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8580 nnmail-pathname-coding-system.
8581 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8582 not decoded ones according to nnmail-group-names-not-encoded-p.
8583 (nnml-generate-active-info): Use nnml-encoded-group-name.
8584
8585 2007-08-08 Glenn Morris <rgm@gnu.org>
8586
8587 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8588 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8589 doc-strings and comments.
8590
8591 2007-07-25 Glenn Morris <rgm@gnu.org>
8592
8593 * Relicense all FSF files to GPLv3 or later.
8594
8595 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-sum.el (gnus-summary-move-article):
8598 Make gnus-summary-respool-article work.
8599
8600 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8601
8602 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8603 string.
8604
8605 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8606
8607 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8608 that should be ignored when comparing distant RSS articles with local
8609 ones.
8610 (nnrss-make-hash-index): New function. Create a hash index according
8611 to the ignored fields.
8612 (nnrss-check-group): Use it.
8613
8614 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8615
8616 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8617
8618 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8619
8620 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8621 the new optional argument ENCODED is non-nil.
8622 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8623 coding system for encoding group name.
8624 (gnus-group-make-rss-group): Pass un-encoded group name to
8625 gnus-group-make-group.
8626 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8627 encoded.
8628
8629 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8630 Encode group name to which articles are moved or copied.
8631 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8632 coding system for encoding Newsgroup, Followup-To and Xref headers.
8633
8634 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8635 marks; use nnheader-file-coding-system to write a file.
8636 (nnagent-retrieve-headers): Bind file-name-coding-system to
8637 nnmail-pathname-coding-system.
8638
8639 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8640
8641 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8642 (nnml-request-article, nnml-request-create-group)
8643 (nnml-request-rename-group, nnml-find-id)
8644 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8645 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8646 (nnml-save-marks): Use nnml-group-pathname instead of
8647 nnmail-group-pathname.
8648
8649 (nnml-request-create-group, nnml-request-expire-articles)
8650 (nnml-request-move-article, nnml-request-delete-group)
8651 (nnml-deletable-article-p, nnml-possibly-create-directory)
8652 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8653 (nnml-open-marks): Bind file-name-coding-system to
8654 nnmail-pathname-coding-system.
8655
8656 (nnml-request-article): Pass server argument to nnml-find-group-number.
8657 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8658 Pass server argument to nnml-possibly-create-directory.
8659 (nnml-request-accept-article): Pass server argument to
8660 nnml-active-number and nnml-save-mail.
8661 (nnml-find-group-number): Pass server argument to nnml-find-id.
8662 (nnml-request-update-info): Pass server argument to
8663 nnml-marks-changed-p.
8664
8665 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8666 (nnml-save-mail, nnml-active-number): Add server argument.
8667
8668 (nnml-request-delete-group): Warn if group is missing.
8669 (nnml-get-nov-buffer): Decode group name.
8670 (nnml-generate-active-info): Encode group name.
8671 (nnml-open-marks): Decode group name in messages.
8672
8673 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8674
8675 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8676 if it is not specified.
8677 (gnus-article-pipe-part, gnus-article-save-part)
8678 (gnus-article-interactively-view-part, gnus-article-copy-part)
8679 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8680 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8681 (gnus-article-replace-part, gnus-article-delete-part)
8682 (gnus-article-view-part-as-type): Pass raw prefix argument to
8683 gnus-article-part-wrapper.
8684
8685 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * gnus-agent.el (gnus-agent-save-active):
8688 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8689
8690 * gnus-cache.el (gnus-cache-save-buffers)
8691 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8692 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8693 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8694 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8695 (gnus-cache-generate-active, gnus-cache-rename-group)
8696 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8697 (gnus-cache-update-overview-total-fetched-for):
8698 Bind file-name-coding-system to nnmail-pathname-coding-system.
8699 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8700 New variables.
8701 (gnus-cache-decoded-group-name): New function.
8702 (gnus-cache-file-name): Use it.
8703 (gnus-cache-generate-active): Use non-decoded group name for active.
8704
8705 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8706 right place.
8707 (gnus-write-active-file): Don't break non-ASCII group names.
8708
8709 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8710 nnmail-pathname-coding-system.
8711
8712 * gnus-uu.el (gnus-uu-decode-save): Typo.
8713
8714 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8715
8716 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8717
8718 2007-07-14 David Kastrup <dak@gnu.org>
8719
8720 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8721 finishing actions if we did not edit the article.
8722
8723 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8724
8725 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8726 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8727 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8728 (gnus-agent-flush-group, gnus-agent-flush-cache)
8729 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8730 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8731 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8732 (gnus-agent-regenerate-group)
8733 (gnus-agent-update-files-total-fetched-for)
8734 (gnus-agent-update-view-total-fetched-for):
8735 Bind file-name-coding-system to nnmail-pathname-coding-system.
8736 (gnus-agent-group-pathname): Don't encode file names by
8737 nnmail-pathname-coding-system.
8738 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8739 coding-system-for-write instead of buffer-file-coding-system to
8740 gnus-agent-file-coding-system.
8741
8742 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8743 Decode group name.
8744
8745 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8746
8747 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8748 (gnus-read-newsrc-el-file): Make group names unibyte.
8749
8750 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8751 nnmail-pathname-coding-system.
8752
8753 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8754 (nnrss-request-delete-group): Bind file-name-coding-system to
8755 nnmail-pathname-coding-system.
8756 (nnrss-read-server-data, nnrss-read-group-data):
8757 Bind file-name-coding-system correctly.
8758 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8759
8760 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8761 (nntp-server-to-method-cache): New variable.
8762 (nntp-group-pathname): New function that decodes non-ASCII group names.
8763 (nntp-possibly-create-directory, nntp-marks-changed-p)
8764 (nntp-save-marks, nntp-open-marks): Use it.
8765 (nntp-possibly-create-directory, nntp-open-marks):
8766 Bind file-name-coding-system to nnmail-pathname-coding-system.
8767 (nntp-open-marks): Decode group names when bootstrapping marks.
8768
8769 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8770 Newsgroups and Folowup-To headers.
8771
8772 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8773
8774 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8775 (gnus-server-closed-face, gnus-server-denied-face)
8776 (gnus-server-offline-face): Remove variable.
8777 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8778
8779 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8780 of modifying message-stack directly for XEmacs.
8781
8782 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8783 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8784 if the coding-system argument is nil for XEmacs.
8785
8786 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8787 mm-charset-override-alist.
8788
8789 * rfc2047.el: Don't require base64; require rfc2045 for the function
8790 rfc2045-encode-string.
8791 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8792 to quote the parameter value.
8793
8794 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8797 form in gnus-group-name-charset-method-alist.
8798
8799 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8800 overrides the default layout edit-form.
8801
8802 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8803
8804 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8805
8806 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8807
8808 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8809 as unfetched articles.
8810
8811 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8812
8813 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8814
8815 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8816
8817 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8818 original back end that keeps marks in the local system.
8819
8820 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8821
8822 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8823 arg of pop-to-buffer for XEmacs.
8824 (gnus-article-read-summary-keys): Ditto; don't restore window
8825 configuration if summary command ends up with neither article buffer
8826 nor summary buffer; describe bindings if summary keys end with C-h.
8827
8828 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8829
8830 * message.el (message-fix-before-sending): Skip raw message part to be
8831 forwarded while checking illegible text.
8832 (message-forward-make-body-mime, message-forward-make-body):
8833 Mark signed or encrypted raw message as having no illegible text.
8834
8835 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8836
8837 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8838 (gnus-message-with-timestamp-1): New macro.
8839 (gnus-message-with-timestamp): New function.
8840 (gnus-message): Use them.
8841
8842 * nnheader.el (nnheader-message): Use them.
8843
8844 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8845
8846 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8847 .newsrc.eld file.
8848
8849 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * gnus-agent.el (gnus-agent-fetch-headers)
8852 (gnus-agent-retrieve-headers):
8853 Bind gnus-decode-encoded-address-function to identity.
8854
8855 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8856 available also when the server returns simply a dot.
8857
8858 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8859
8860 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8861
8862 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8863
8864 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * gnus-ems.el (gnus-x-splash): Make it work.
8867
8868 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8869 from being used.
8870
8871 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8872
8873 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8874 the front stickiness.
8875 (gnus-article-summary-command-nosave): Correct the order of the
8876 arguments passed to pop-to-buffer.
8877 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8878 summary command ends up with the article buffer.
8879
8880 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8881 the same faces.
8882
8883 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8884
8885 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8886
8887 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8888
8889 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8890 * gnus-sum.el (gnus-summary-highlight):
8891 * mail-source.el (mail-source-delete-old-incoming-confirm):
8892 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8893
8894 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * gnus-art.el (gnus-mime-view-part-externally)
8897 (gnus-mime-view-part-internally): Fix predicate function passed to
8898 completing-read.
8899
8900 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8901
8902 * gnus.el (gnus-update-message-archive-method): Add :version.
8903
8904 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * gnus.el (gnus-update-message-archive-method): New variable.
8907
8908 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8909 according to gnus-message-archive-method if
8910 gnus-update-message-archive-method is non-nil.
8911
8912 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8913
8914 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8915 Suggested by Loic Dachary <loic@dachary.org>.
8916 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8917
8918 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8919
8920 * message.el (message-pop-to-buffer): Add switch-function argument.
8921 (message-mail): Pass switch-function argument to it.
8922
8923 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8924
8925 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8926 Improve doc string.
8927
8928 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8931 (gnus-header-content)
8932 * gnus-cite.el (gnus-cite-10)
8933 * gnus-srvr.el (gnus-server-closed)
8934 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8935 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8936 (gnus-group-mail-3-empty, gnus-group-mail-low)
8937 (gnus-group-mail-low-empty, gnus-splash)
8938 * message.el (message-header-to, message-header-cc)
8939 (message-header-subject, message-header-other, message-header-name)
8940 (message-header-xheader, message-separator, message-cited-text)
8941 (message-mml): Lighten colors of faces used for dark background.
8942
8943 2007-05-24 Simon Josefsson <simon@josefsson.org>
8944
8945 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8946 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8947
8948 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * message.el (message-narrow-to-headers-or-head):
8951 Ignore mail-header-separator in the body.
8952
8953 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8954
8955 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8956 same as window size.
8957
8958 2007-05-22 Kevin Ryde <user42@zip.com.au>
8959
8960 * message.el (message-font-lock-keywords): Use message-header-xheader
8961 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8962 ahead of the anything pattern, to get it recognised.
8963
8964 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8965
8966 * gnus-sum.el (gnus-articles-to-read)
8967 (gnus-summary-insert-old-articles): Don't truncate group name for
8968 `read-string'.
8969
8970 * gnus-util.el (gnus-limit-string): Delete this function.
8971
8972 * gnus-sum.el (gnus-simplify-subject-fully):
8973 Use `truncate-string-to-width' instead.
8974
8975 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8976
8977 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8978 Tell if, on summary exit, the next group has to be selected.
8979 (gnus-summary-exit): Use it.
8980
8981 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8982
8983 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8984 non-break space.
8985
8986 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8987
8988 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8989 Check if group is not a directory.
8990 (nnfolder-request-expire-articles): Don't delete articles if the target
8991 group is not available.
8992
8993 * nnml.el (nnml-request-create-group): Properly check if group is not a
8994 file.
8995 (nnml-request-expire-articles): Don't delete articles if the target
8996 group is not available.
8997
8998 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8999 Don't quote characters that are within parentheses.
9000
9001 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
9002
9003 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9004 (gnus-handle-ephemeral-exit): Select article according to it.
9005
9006 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9007
9008 * message.el (message-insert-formated-citation-line): Remove newline.
9009 (message-citation-line-format): Add final \n here so that the user can
9010 avoid a blank line.
9011
9012 2007-05-03 Dan Christensen <jdc@uwo.ca>
9013
9014 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9015 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9016 Update lanl/arXiv support.
9017
9018 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9019
9020 * gnus.el: Bump version number.
9021
9022 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9023
9024 * gnus.el (gnus-version-number): Bump version.
9025
9026 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9027
9028 * gnus.el: No Gnus v0.6 is released.
9029
9030 2007-04-27 Didier Verna <didier@xemacs.org>
9031
9032 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9033 * gmm-utils.el (gmm-regexp-concat): ... here.
9034 * message.el: Don't require 'gnus-util.
9035 (message-dont-reply-to-names): Handle name change above.
9036 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9037
9038 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9039
9040 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9041 since the initial value varies according to the system.
9042
9043 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9044
9045 * mm-util.el (mm-charset-synonym-alist): Defcustom.
9046
9047 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
9048
9049 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9050
9051 2007-04-24 Didier Verna <didier@xemacs.org>
9052
9053 Improve the type of gnus-ignored-from-addresses.
9054 * gnus-util.el (gnus-orify-regexp): New function.
9055 * message.el (gnus-util): Require it.
9056 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9057 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9058 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9059
9060 2007-04-24 Didier Verna <didier@xemacs.org>
9061
9062 * gnus-sum.el:
9063 * gnus-utils.el: Fix some trailing whitespaces.
9064
9065 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9068 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9069 article's Message-ID; refer parent article in summary buffer.
9070
9071 * message.el (message-bounce): Call mime-to-mml.
9072
9073 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9074
9075 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9076
9077 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9078
9079 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9080 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9081 displayed of multipart/alternative part if it is invoked from summary
9082 buffer.
9083
9084 * mm-view.el (mm-inline-text-html-render-with-w3m)
9085 (mm-inline-text-html-render-with-w3m-standalone)
9086 (mm-inline-render-with-function): Use mail-parse-charset by default.
9087
9088 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9089
9090 * parse-time.el (parse-time-string-chars): Check if CHAR
9091 is less than the length of parse-time-syntax.
9092
9093 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9096 from gnus-newsgroup-processable.
9097
9098 2007-04-16 Didier Verna <didier@xemacs.org>
9099
9100 * gnus-msg.el (gnus-configure-posting-styles):
9101 Handle message-signature-directory properly with :file syntax.
9102 Reported by "Leo".
9103
9104 2007-04-11 Didier Verna <didier@xemacs.org>
9105
9106 New user option: message-signature-directory.
9107 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9108 * message.el (message-insert-signature): Ditto.
9109 * message.el (message-signature-file): Doc update.
9110 * message.el (message-signature-directory): New.
9111
9112 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9113
9114 * gnus-msg.el (gnus-inews-yank-articles):
9115 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9116
9117 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9118
9119 * message.el (message-yank-original): Make sure cited text ends with
9120 newline; don't exchange point and mark.
9121
9122 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9123
9124 * tls.el (open-tls-stream): Properly handle case where there
9125 is no associated buffer.
9126
9127 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9128
9129 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9130 message-yank-original, make sure (< mark TEXT point).
9131
9132 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9133
9134 * message.el (message-fill-column): New variable.
9135 (message-mode): Use it. Add comment on a possible new hook.
9136
9137 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9138 (nnmail-get-new-mail): Reformat.
9139
9140 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9141
9142 * gmm-utils.el: Fix Commentary.
9143 (gmm-tool-bar-from-list): Fix typo in doc string.
9144
9145 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9146
9147 * message.el (message-yank-original): Don't switch point and mark
9148 unnecessarily to put point and mark as documented.
9149
9150 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9151
9152 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9153 from the message heads.
9154
9155 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9156
9157 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9158 article buffer does not have a window. This may not be the best
9159 solution but is certainly better than setting the start of the null,
9160 that is the current, window.
9161
9162 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9163
9164 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9165 (gnus-draft-setup): Run it.
9166
9167 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9168 gnus-score-fast-scoring. Allow regexp.
9169 (gnus-score-headers): Use it.
9170
9171 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9172 XEmacs.
9173
9174 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9175 string.
9176 (gnus-button-alist): Also catch `<f1> k ...'.
9177 (gnus-treat-display-x-face): Fix doc string.
9178
9179 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9180
9181 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9182 evaluation of gnus-extended-version to ensure correct generation of the
9183 User-Agent header when message-generate-headers-first is used.
9184
9185 2007-03-24 Simon Josefsson <simon@josefsson.org>
9186
9187 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9188 hashcash-path is nil. Don't call callback with incorrect number of
9189 parameters if val is 0.
9190
9191 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9192
9193 * message.el (message-required-news-headers):
9194 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9195
9196 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * message.el (message-generate-new-buffers): Change the meaning of the
9199 nil value; add `standard' to the choices; treat t as `unique'; improve
9200 doc string.
9201 (gnus-select-frame-set-input-focus): Autoload.
9202 (message-buffer-name): Search for the existing message buffer if
9203 message-generate-new-buffers is nil or `standard'; treat the value t of
9204 message-generate-new-buffers as `unique'.
9205 (message-pop-to-buffer): Raise the frame already displaying the message
9206 buffer; clear the echo area after querying.
9207 (message-setup): Pass the `continue' argument to compose-mail.
9208 (message-mail): Prefer `switch-function' if it is given; search for the
9209 existing message buffer if the `continue' argument is non-nil; pass
9210 continue and switch-function arguments to compose-mail by way of
9211 message-setup.
9212 (message-mail-other-window): Adjust argument of message-setup.
9213 (message-mail-other-frame): Ditto.
9214
9215 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9216
9217 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9218 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9219 to turn font-lock on when turning gnus-message-citation-mode on.
9220
9221 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9222
9223 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9224 (mml-smime-function-alist): New variable; add epg as the backend.
9225 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9226 mml-smime- functions instead.
9227 * mm-view.el: Require smime.
9228
9229 2007-03-05 Didier Verna <didier@xemacs.org>
9230
9231 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9232 instead of just inheritance for posting styles.
9233 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9234
9235 2007-02-24 John Paul Wallington <jpw@pobox.com>
9236
9237 * tls.el (tls-certtool-program): Fix custom type.
9238
9239 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9240
9241 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9242 and point-at-eol instead of line-(beginning|end)-position.
9243
9244 * assistant.el (assistant-parse-buffer): Ditto.
9245
9246 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9247
9248 * mml2015.el (mml2015-epg-find-usable-key): New function.
9249 (mml2015-epg-sign): Use it.
9250 (mml2015-epg-encrypt): Use it.
9251
9252 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9253
9254 * message.el (message-make-in-reply-to): Quote name containing
9255 non-ASCII characters. It will make the RFC2047 encoder cause an error
9256 if there are special characters. Reported by NAKAJI Hiroyuki
9257 <nakaji@jp.freebsd.org>.
9258
9259 2007-02-27 Didier Verna <didier@xemacs.org>
9260
9261 Include the group parameters as well as the topic ones in the
9262 inheritance filter process.
9263 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9264 argument GROUP-PARAMS-LIST.
9265 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9266
9267 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9268
9269 * nntp.el (nntp-never-echoes-commands)
9270 (nntp-open-connection-functions-never-echo-commands): New variables.
9271 (nntp-send-command): Use them.
9272
9273 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9274
9275 * mml2015.el (mml2015-epg-verify): Simplify.
9276
9277 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9278
9279 * mml.el (mml-content-disposition-alist): New user option.
9280 (mml-content-disposition): New function.
9281 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9282 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9283
9284 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9285
9286 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9287 verification.
9288
9289 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9290
9291 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9292 articles posted in the last 24 hours.
9293
9294 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9295
9296 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9297
9298 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9299
9300 * nntp.el (nntp-send-command): Don't wait for echoes when
9301 nntp-open-ssl-stream is used.
9302
9303 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9304
9305 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9306 (gnus-message-add-citation-keywords)
9307 (gnus-message-remove-citation-keywords): Remove.
9308 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9309 directly, make the variables in font-lock-defaults buffer-local, add
9310 gnus-message-citation-keywords to them and then update the value of
9311 font-lock-keywords.
9312
9313 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9314
9315 * message.el (message-cite-original-1): Don't call
9316 gnus-article-highlight-citation.
9317
9318 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9319 citations; fix line count.
9320
9321 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9322
9323 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9324 (gnus-message-add-citation-keywords)
9325 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9326 versions of font-lock-add-keywords and font-lock-remove-keywords to
9327 work with XEmacs correctly.
9328
9329 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9330
9331 * gnus-cite.el (gnus-cite-face-list): Set the values of
9332 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9333 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9334 (gnus-message-cite-prefix-regexp): New variable.
9335 (gnus-message-search-citation-line): Use it; protect against long
9336 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9337 the 0th match data for Emacs.
9338 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9339 (gnus-message-add-citation-keywords): Append keywords rather than
9340 prepending; emulate font-lock-add-keywords if it is not available.
9341 (gnus-message-remove-citation-keywords):
9342 Emulate font-lock-remove-keywords if it is not available.
9343
9344 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9345
9346 * message.el (message-cite-prefix-regexp): Set the value of
9347 gnus-message-cite-prefix-regexp.
9348
9349 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9350
9351 * nnweb.el (nnweb-google-parse-1): Update parser.
9352
9353 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9354
9355 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9356
9357 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9358
9359 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9360 regexp.
9361
9362 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9363
9364 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9365 string-to-multibyte.
9366 (uudecode-decode-region-internal): Use it.
9367
9368 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9369
9370 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9371 Fix custom choice.
9372
9373 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9374
9375 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9376
9377 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9378
9379 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9380 `write-region' to respect `mm-inhibit-file-name-handlers'.
9381
9382 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9383
9384 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9385 Use gnus-home-directory instead of "~/" or "$HOME".
9386
9387 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9388
9389 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9390 to mention filename.
9391 Add comments at beginning regarding usage.
9392 (encrypt-write-file-contents): Change interactive so a string is
9393 acceptable. If the file has no associated model, show an error instead
9394 of a nonsense prompt.
9395
9396 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9397
9398 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9399 Thanks to Yoshihiko Yamada for kind notification of this typo.
9400
9401 2007-01-12 Kenichi Handa <handa@m17n.org>
9402
9403 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9404 multibyte buffer.
9405
9406 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9407
9408 * gnus-score.el (gnus-score-fast-scoring): New variable.
9409 (gnus-score-headers): Use it.
9410
9411 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9412
9413 * message.el (message-cite-original-1):
9414 Call gnus-article-highlight-citation if requested.
9415 (message-make-from): Allow name and address as optional arguments.
9416
9417 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9418
9419 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9420 bugs to doc string.
9421 (gnus-button-alist): Add mid\\|message-id.
9422 (gnus-button-fetch-group): Extend for use in
9423 `browse-url-browser-function'.
9424 (gnus-button-url-regexp): Try to catch paired parentheses like in
9425 Wikipedia URLs.
9426
9427 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9428 Suggested by Simon Krahnke <overlord@gmx.li>.
9429
9430 2007-01-13 Romain Francoise <romain@orebokech.com>
9431
9432 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9433 Update copyright.
9434
9435 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9436
9437 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9438
9439 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9440
9441 * gnus-registry.el (gnus-registry-unfollowed-groups)
9442 (gnus-registry-split-fancy-with-parent): Fix documentation.
9443
9444 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9445
9446 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9447 from nnweb groups.
9448
9449 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9450
9451 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9452 Xref urls. Erase buffer before requesting head.
9453
9454 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9455
9456 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9457
9458 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9459 customizable.
9460
9461 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9462
9463 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9464 no signing key is found.
9465 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9466 no encrypting and/or signing key is found.
9467
9468 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9469
9470 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9471
9472 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9473
9474 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9475 headers read from disk with the ones newly found in the current search.
9476 This should no longer cause problems, because the article numbers in
9477 Gmane's `nov.php' output are ignored since the previous change.
9478
9479 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9480
9481 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9482
9483 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9484
9485 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9486
9487 2007-01-01 Romain Francoise <romain@orebokech.com>
9488
9489 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9490
9491 2006-12-31 Steve Youngs <steve@sxemacs.org>
9492
9493 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9494 `define-minor-mode' macro definition expanded properly.
9495 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9496 exclude it there.
9497
9498 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9499 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9500 `fboundp' test.
9501 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9502 This is OK to autoload in (S)XEmacs now.
9503
9504 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9505
9506 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9507 keystroke.
9508 (gnus-summary-limit-to-singletons): Fix typo.
9509
9510 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9511 else fails.
9512
9513 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9514
9515 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9516 docstring.
9517
9518 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9519 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9520 (gnus-summary-insert-dormant-articles): Fix typo in message.
9521
9522 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9523
9524 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9525 nil for XEmacs.
9526 (gnus-message-citation-mode): Don't autoload in XEmacs.
9527
9528 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9529
9530 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9531
9532 * nnimap.el (nnimap-expunge-search-string):
9533 Mention nnimap-search-uids-not-since-is-evil in docstring.
9534
9535 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * spam.el: Revert to make-obsolete-variable because
9538 define-obsolete-variable-alias is not supported in Emacs 21.
9539
9540 * spam.el (spam-ifile-path, spam-ifile-database-path)
9541 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9542 make-obsolete-variable.
9543 (spam-bsfilter-path, spam-bsfilter-program)
9544 (spam-spamassassin-path, spam-spamassassin-program)
9545 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9546 Don't use "path" inappropriately.
9547 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9548 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9549 variable names.
9550
9551 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9552
9553 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9554 summary buffer.
9555
9556 * password.el (password-cache-remove): Use clear-string to burn
9557 password, if available.
9558
9559 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9560
9561 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9562
9563 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9564
9565 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9566 (gnus-message-highlight-citation): Move defcustom here from
9567 gnus-cite.el.
9568 (gnus-message-citation-mode): Autoload.
9569
9570 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9571 checks to make it compile with XEmacs.
9572 (gnus-message-citation-mode): New minor mode.
9573 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9574 (gnus-message-highlight-citation): New variables.
9575 (gnus-message-search-citation-line)
9576 (gnus-message-add-citation-keywords)
9577 (gnus-message-remove-citation-keywords)
9578 (turn-on-gnus-message-citation-mode)
9579 (turn-off-gnus-message-citation-mode): New functions.
9580
9581 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9582
9583 * gnus-cite.el: Enable highlighting of different citation levels in
9584 message-mode.
9585
9586 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9587
9588 * message.el (message-make-fqdn): Fix comment.
9589 (message-bogus-system-names): Add ".local".
9590
9591 * spam.el (spam-ifile-path, spam-ifile-program)
9592 (spam-ifile-database-path, spam-ifile-database)
9593 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9594 Don't use "path" inappropriately.
9595 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9596 strings.
9597 (spam-check-ifile, spam-ifile-register-with-ifile)
9598 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9599 Use new variable names.
9600
9601 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9602 (gnus-treat-display-smileys): Simplify using
9603 gnus-image-type-available-p.
9604
9605 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9606 available.
9607
9608 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9609
9610 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9611 one after turning on the buffer's multibyteness instead of decoding
9612 them directly in the unibyte buffer that causes unexpected conversion
9613 in Emacs 23 (unicode).
9614
9615 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9616
9617 * message.el (message-generate-hashcash): Fix custom type.
9618
9619 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9620
9621 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9622
9623 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9624
9625 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9626 disconnect icons. Add help text.
9627
9628 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9629
9630 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9631 negated to be consistent with the others we handle.
9632
9633 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9634
9635 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9636 version of gnus-summary-buffer to something, so that we can use two
9637 article buffers at the same time.
9638
9639 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9640
9641 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9642 trigger all the extra headers.
9643 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9644 sorting.
9645
9646 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9647
9648 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9649 solid groups.
9650
9651 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9652
9653 * legacy-gnus-agent.el: Add Copyright notice.
9654
9655 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9658
9659 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9660
9661 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9662
9663 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9664 to make it work reliably in CVS Emacs.
9665 (gnus-summary-limit-strange-charsets-predicate)
9666 (gnus-summary-limit-to-predicate): New functions.
9667
9668 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9669
9670 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9671 specifying array size.
9672 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9673 array if it is too small.
9674 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9675 (gnus-sort-threads-loop): New function.
9676
9677 2006-12-06 Chris Moore <dooglus@gmail.com>
9678
9679 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9680 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9681
9682 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9683
9684 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9685 options.
9686
9687 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9688
9689 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9690 DOS-ing the recipient.
9691
9692 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9693 the headers when creating the mapping to avoid mismappings.
9694 (nnweb-gmane-create-mapping): Always nix out old mapping.
9695
9696 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9699 and mm-verify-option to never.
9700
9701 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9702
9703 * message.el (message-signed-or-encrypted-p): New function.
9704 (message-forward-make-body): Use it.
9705
9706 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9707 Replace encode-coding-string with mm-encode-coding-string.
9708
9709 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9710
9711 * nneething.el (nneething-decode-file-name):
9712 Replace decode-coding-string with mm-decode-coding-string.
9713
9714 * gnus-int.el (gnus-open-server): Say failed server's name.
9715
9716 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9717
9718 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9719 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9720
9721 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9722 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9723 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9724 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9725 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9726 (gnus-subscribe-newsgroup, gnus-1):
9727 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9728 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9729 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9730 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9731
9732 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9733
9734 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9735 keystroke.
9736 (gnus-summary-limit-to-bodies): Implement headersp.
9737
9738 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9741
9742 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9743
9744 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9745
9746 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9747
9748 * message.el (message-generate-hashcash): Expand range of values to
9749 include `opportunistic'.
9750 (message-send-mail): Use it.
9751
9752 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9753
9754 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9755 and comment it.
9756
9757 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9758
9759 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * gnus-util.el (gnus-extract-address-components): Improve comment.
9762
9763 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9764
9765 * gnus-util.el (gnus-extract-address-components): Work with address in
9766 which the name portion contains @.
9767
9768 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9769
9770 * gnus.el (gnus-start): Move custom group up.
9771 (gnus-select-method): Don't autoload, but make it available for
9772 `customize-variable'.
9773 (gnus-getenv-nntpserver): Don't autoload.
9774
9775 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9776
9777 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9778
9779 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9780
9781 * message.el (message-sendmail-extra-arguments): New variable.
9782 (message-send-mail-with-sendmail): Use it.
9783
9784 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9787 mm-with-unibyte-current-buffer to make string unibyte.
9788
9789 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9790 mm-string-as-multibyte.
9791
9792 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9793
9794 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9795 Reported by Werner Koch <wk@gnupg.org>.
9796
9797 2006-11-14 Daiki Ueno <ueno@p360>
9798
9799 * mml2015.el: Autoload epa-select-keys when compiling.
9800
9801 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9802
9803 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9804 message-options.
9805 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9806
9807 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9808
9809 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9810 EasyPG (< 0.0.6).
9811 (mml2015-always-trust): New user option.
9812 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9813 prompt.
9814
9815 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9816
9817 * nntp.el (nntp-authinfo-force): New variable.
9818 (nntp-send-authinfo): Use it.
9819
9820 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9821
9822 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9823 decode encoded words. Improve prompt. Add comment about forwarding.
9824 (message-replacement-char): Move up.
9825
9826 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9827
9828 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9829 instead of gnus-intersection because arguments of gnus-sorted-nunion
9830 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9831
9832 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9833
9834 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9835 (message-simplify-subject-functions):
9836 Enable message-strip-subject-encoded-words by default.
9837
9838 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9839
9840 * message.el (message-strip-subject-encoded-words): New function.
9841 (message-simplify-subject-functions): New variable.
9842 (message-simplify-subject): Use it. Fix typo in doc string.
9843 Support message-strip-subject-encoded-words.
9844
9845 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9846
9847 * gnus-diary.el (gnus-diary-delay-format-function):
9848 * nndiary.el (nndiary-reminders):
9849 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9850
9851 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9852
9853 * gnus-art.el (article-hide-boring-headers): Fetch date from
9854 gnus-original-article-buffer to avoid problems with localized date
9855 strings.
9856
9857 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9858
9859 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9860
9861 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9862
9863 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9864 New variables.
9865 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9866 (mm-charset-synonym-alist): Move some entries to
9867 mm-codepage-iso-8859-list.
9868 (mm-charset-synonym-alist, mm-charset-override-alist):
9869 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9870
9871 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9872
9873 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9874
9875 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9876
9877 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9878 with Emacs 21 and XEmacs.
9879
9880 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9881
9882 * spam.el (spam-parse-address): New function for better parsing,
9883 catching errors, etc.
9884 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9885
9886 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9887
9888 * mm-view.el: Add interactive arg to html2text autoload.
9889
9890 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9891
9892 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9893
9894 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9895
9896 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9897 New variables.
9898 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9899 (mm-charset-synonym-alist): Move some entries to
9900 mm-codepage-iso-8859-list.
9901
9902 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9903
9904 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9905
9906 * message.el (message-citation-line-format)
9907 (message-insert-formated-citation-line): Fix implementation of %E, %N
9908 and %n according to the doc string.
9909
9910 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9911
9912 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9913 Use car-safe to avoid bad parses.
9914
9915 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9916
9917 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9918 names.
9919
9920 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9921
9922 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9923
9924 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9925 header.
9926
9927 * message.el (message-draft-headers): Add Date.
9928 (message-headers-to-generate): Fix typo in docstring.
9929
9930 * nndraft.el (nndraft-required-headers): New variable.
9931 (nndraft-generate-headers): Use it.
9932
9933 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9934
9935 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9936
9937 * gnus-registry.el (gnus-registry-wash-for-keywords)
9938 (gnus-registry-find-keywords): New functions to allow easy searching of
9939 articles that are in the registry.
9940
9941 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9942
9943 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9944 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9945 Reported by Damien Elmes <damien@repose.cx>.
9946
9947 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9948
9949 * gnus.el (gnus-mime): Remove unused custom group.
9950
9951 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9952
9953 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9954 "blank line" when searching for end of armor headers.
9955
9956 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9957
9958 * gmm-utils.el (gmm-write-region): Fix variable name.
9959
9960 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9961
9962 * gmm-utils.el (gmm-write-region): New function based on compatibility
9963 code from `mm-make-temp-file'.
9964
9965 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9966
9967 * nnmaildir.el (nnmaildir--update-nov)
9968 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9969 Use `gmm-write-region'.
9970
9971 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9972
9973 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9974 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9975
9976 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9977
9978 * message.el (message-replacement-char): New variable.
9979 (message-fix-before-sending): Use it.
9980 (message-simplify-subject): New function to remove duplicate code.
9981 (message-reply, message-followup): Use it.
9982
9983 * gnus-sum.el (gnus-summary-make-menu-bar):
9984 Clarify gnus-summary-limit-to-articles.
9985
9986 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-util.el (gnus-with-local-quit): New macro.
9989
9990 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9991
9992 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9993
9994 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9995 ignore non-string data.
9996
9997 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9998
9999 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10000 non-string data (needs to be done in the registry too).
10001
10002 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10003
10004 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10005 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10006 (gnus-registry-split-fancy-with-parent)
10007 (gnus-registry-fetch-simplified-message-subject-fast)
10008 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10009 Remove text properties on ingress into the registry and when it's saved.
10010 (gnus-registry-clean-empty-function): Fix bug with cleaning the
10011 registry from entries with no groups.
10012
10013 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10014
10015 * gnus-util.el (gnus-string-remove-all-properties): Add utility
10016 function to remove string properties.
10017
10018 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10019
10020 * gmm-utils.el (gmm): Adjust custom version.
10021
10022 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10023 Adjust custom version.
10024
10025 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10026
10027 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10028
10029 * gnus-art.el (gnus-insert-prev-page-button)
10030 (gnus-insert-next-page-button): Simplify. Reformat.
10031
10032 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10033
10034 * gnus-art.el (gnus-insert-prev-page-button)
10035 (gnus-insert-next-page-button): Apply gnus-article-button-face.
10036
10037 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
10038
10039 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10040
10041 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10042
10043 * gnus-art.el (gnus-insert-mime-button)
10044 (gnus-insert-mime-security-button):
10045 Apply gnus-article-button-face to MIME and security buttons.
10046
10047 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10048
10049 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10050 readable.
10051
10052 2006-09-20 Steve Youngs <steve@sxemacs.org>
10053
10054 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10055 `browse-url-of-file' instead of `browse-url'.
10056
10057 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10058
10059 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10060 regexp. Articles containing quotation were cut prematurely.
10061
10062 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10063
10064 * message.el (message-cite-original-1): Use nobody by default for the
10065 value of From header.
10066 (message-reply): Ditto.
10067
10068 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10069
10070 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10071 to the gnus-info. This fixes a bug of inline-PGP message verification.
10072 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10073
10074 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10075
10076 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10077 mails in the doc string. Add some URLs in comment.
10078 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10079
10080 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10081
10082 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10083 backslashes handling and the way to find boundaries of quoted strings.
10084
10085 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10086
10087 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10088 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10089 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10090 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10091
10092 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10093
10094 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10095 doc string.
10096 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10097
10098 2006-09-06 Simon Josefsson <jas@extundo.com>
10099
10100 * mml2015.el (mml2015-use): Doc fix, mention epg.
10101
10102 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10103
10104 * mml2015.el (mml2015-use): Default to epg, if available.
10105
10106 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10107
10108 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10109 message-sender.
10110 (mml1991-epg-encrypt): Ditto.
10111 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10112 message-sender.
10113 (mml2015-epg-encrypt): Ditto.
10114
10115 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10118 several common directories.
10119
10120 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10121
10122 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10123 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10124
10125 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * gnus-art.el (article-decode-encoded-words): Make it fast.
10128
10129 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10130
10131 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10132
10133 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10134 in quoted string into `\'.
10135
10136 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10137
10138 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10139 Use standard-syntax-table.
10140
10141 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * gnus-art.el (gnus-decode-address-function): New variable.
10144 (article-decode-encoded-words): Use it to decode headers which are
10145 assumed to contain addresses.
10146 (gnus-mime-delete-part): Remove useless `or'.
10147
10148 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10149 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10150 (gnus-nov-parse-line): Use it to decode From header.
10151 (gnus-get-newsgroup-headers): Ditto.
10152 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10153
10154 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10155 (mail-decode-encoded-address-string): New alias.
10156
10157 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10158 New function.
10159 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10160 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10161 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10162 (rfc2047-decode-string): Ditto.
10163 (rfc2047-decode-address-region): New function.
10164 (rfc2047-decode-address-string): New function.
10165
10166 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10167
10168 * message.el (message-caesar-buffer-body): Allow rotating headers.
10169
10170 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10171
10172 * message.el (message-insert-formated-citation-line): Fix %f.
10173 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10174
10175 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10178 (gnus-bookmark-mouse-available-p): New macro.
10179 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10180 (gnus-bookmark-bmenu-show-infos): Use it.
10181 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10182 (gnus-bookmark-bmenu-hide-infos): Ditto.
10183 (gnus-bookmark-remove-properties): New function.
10184 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10185 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10186 (gnus-bookmark-write-file): Bind coding-system-for-write.
10187 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10188 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10189 group before selecting it.
10190 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10191 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10192 quit-window if it is not available; use gnus-mouse-2 and bind it to
10193 gnus-bookmark-bmenu-select-by-mouse.
10194 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10195 (gnus-bookmark-bmenu-select-by-mouse): New function.
10196
10197 2006-08-13 Romain Francoise <romain@orebokech.com>
10198
10199 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10200 space.
10201
10202 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10203
10204 * compface.el (uncompface): Use binary rather than raw-text-unix.
10205
10206 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10207
10208 * compface.el (uncompface): Make sure the eol conversion doesn't take
10209 place when communicating with the external programs.
10210 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10211
10212 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10213
10214 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10215
10216 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10217
10218 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10219 Make it more robust by parsing author and date independently.
10220
10221 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10222
10223 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10224
10225 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10226
10227 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10228 first matching secret key.
10229 (mml2015-epg-encrypt): Ditto.
10230
10231 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10232 first matching secret key.
10233 (mml1991-epg-encrypt): Ditto.
10234
10235 * mml2015.el (mml2015-encrypt-to-self): New user option.
10236 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10237 mml2015-epg-encrypt-to-self is set.
10238
10239 * mml1991.el (mml1991-encrypt-to-self): New variable.
10240 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10241 mml1991-epg-encrypt-to-self is set.
10242
10243 * mml2015.el (mml2015-signers): New user option.
10244 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10245 (mml2015-epg-encrypt): Allow to select signing keys.
10246
10247 * mml1991.el (mml1991-signers): New variable.
10248 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10249 (mml1991-epg-encrypt): Allow to select signing keys.
10250
10251 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10252
10253 * nnheader.el (nnheader-insert-head): Make it work even if the file
10254 uses CRLF for the line-break code.
10255
10256 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10257
10258 * mml2015.el: Require mml-sec instead of password.
10259 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10260 (mml2015-cache-passphrase): Inherit the default value from
10261 mml-secure-cache-passphrase.
10262 (mml2015-passphrase-cache-expiry): Inherit the default value from
10263 mml-secure-passphrase-cache-expiry.
10264
10265 * mml1991.el: Require mml-sec instead of password.
10266 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10267 (mml1991-cache-passphrase): Inherit the default value from
10268 mml-secure-cache-passphrase.
10269 (mml1991-passphrase-cache-expiry): Inherit the default value from
10270 mml-secure-passphrase-cache-expiry.
10271
10272 * mml-sec.el: Require password.
10273 (mml-secure-verbose): New user option.
10274 (mml-secure-cache-passphrase): New user option.
10275 (mml-secure-passphrase-cache-expiry): New user option.
10276
10277 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10278
10279 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10280 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10281 andreas@altroot.de (Andreas Vögele).
10282
10283 FIXME: Use `tiny change'?
10284
10285 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10286
10287 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10288 workaround for the url package included with Emacs.
10289
10290 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10291
10292 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10293
10294 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10295 correctly. This fixes a bug caused by the 2006-05-12 change.
10296
10297 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10298
10299 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10300 some information about the error when saying that the `bogus' mail
10301 group will be used.
10302
10303 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10304
10305 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10306 string.
10307
10308 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10309
10310 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10311
10312 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10313
10314 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10315
10316 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10317
10318 * mml1991.el (mml1991-function-alist): Add epg.
10319 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10320 (mml1991-epg-encrypt): New functions.
10321
10322 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10323
10324 * mml2015.el (mml2015-verbose): New variable.
10325 (mml2015-cache-passphrase): Ditto.
10326 (mml2015-passphrase-cache-expiry): Ditto.
10327 (mml2015-function-alist): Add epg.
10328 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10329 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10330 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10331 New functions.
10332
10333 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10334
10335 * message.el (message-cite-original-1): Preserve region when removing
10336 quoted text due to X-No-Archive in order to avoid bogus attribution
10337 when citing multiple messages.
10338
10339 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10340
10341 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10342 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10343
10344 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10345
10346 * gnus-diary.el (gnus-user-format-function-d)
10347 (gnus-user-format-function-D): Autoload.
10348
10349 * imap.el (Commentary): Fix typo.
10350
10351 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10352 2006-04-22 contribution.
10353
10354 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10355
10356 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10357 It didn't really fix the bogosity I'm seeing with solid web groups.
10358
10359 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10360
10361 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10362 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10363 created using server names. If we use the feature without declaring
10364 it, Gnus does not properly manage server and group state.
10365
10366 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10367 bound.
10368
10369 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10370
10371 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10372 looking up the method using GROUP's prefix before inventing a new one.
10373 It is used on killed/unknown groups in various places where returning
10374 an all-new method isn't expected by the caller.
10375
10376 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10377 and match semantics of gnus-group-real-prefix.
10378
10379 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10380
10381 * nnmail.el (nnmail-broken-references-mailers): New variable.
10382 (nnmail-ignore-broken-references): New function generalizing
10383 nnmail-fix-eudora-headers.
10384 (nnmail-fix-eudora-headers): Now obsolete.
10385
10386 * gnus-art.el (gnus-button-handle-custom):
10387 Support `customize-apropos*'.
10388
10389 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10390
10391 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10392
10393 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10394 articles.
10395
10396 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10397
10398 * message.el (message-cite-reply-above): New variable.
10399 (message-yank-original): Use it.
10400
10401 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10404
10405 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10406
10407 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10408 as read.
10409
10410 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10411
10412 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10413
10414 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10415 (gnus-bookmark-default-file): Use gnus-directory.
10416 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10417 Remove "*" in doc string.
10418 (gnus-bookmark-write-file): Simplify.
10419 (gnus-bookmark-maybe-sort-alist): Use `when'.
10420 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10421 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10422 Add FIXME about Emacs 21 and XEmacs compatibility.
10423 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10424 compatibility.
10425 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10426 compatibility.
10427 (gnus-bookmark-menu-heading): Fix version.
10428
10429 2006-06-19 Bastien Guerry <bzg@altern.org>
10430
10431 * gnus-bookmark.el: New file.
10432
10433 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10434
10435 * message.el (message-syntax-checks): Doc fix.
10436
10437 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10438
10439 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10440 unsubscribed groups as if they were killed ones. It causes duplicate
10441 entries in gnus-newsrc-alist.
10442
10443 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10444
10445 * message.el (message-syntax-checks): Doc fix.
10446 (message-send-mail): Add check for continuation headers.
10447 (message-check-news-header-syntax): Fix regexp used to check for
10448 continuation headers.
10449
10450 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10453
10454 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10455
10456 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10457
10458 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10459
10460 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10461 default-truncate-lines.
10462
10463 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10464
10465 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10466 to fill the utf-8 entry.
10467
10468 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10469
10470 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10471
10472 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10473
10474 * gnus-agent.el (directory-files-and-attributes): Move all the way
10475 forward (the third and final move).
10476 (gnus-agent-read-agentview): Trap reconstruction errors due to
10477 nonexistent directory. Handle by returning nil.
10478
10479 2006-05-30 Didier Verna <didier@xemacs.org>
10480
10481 * message.el (message-dont-reply-to-names): Update the custom type.
10482 * message.el (message-dont-reply-to-names): New defsubst: potentially
10483 convert a list of regexps into a single one.
10484 * message.el (message-get-reply-headers): Use it.
10485 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10486
10487 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10488
10489 * gnus-agent.el (directory-files-and-attributes): Move forward.
10490
10491 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10492
10493 * gnus-ml.el (gnus-mailing-list-subscribe)
10494 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10495 (gnus-mailing-list-message): Fix doc strings.
10496
10497 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10498
10499 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10500 of doing it manually.
10501
10502 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10503
10504 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10505 comment.
10506
10507 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10508
10509 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10510 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10511 (gnus-agent-read-local): All symbols allocated in my-obarray.
10512 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10513 (gnus-agent-regenerate-group): Check numeric names to see if they are
10514 messages or groups.
10515 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10516 better way of do this...)
10517
10518 * gnus-cache.el (gnus-agent-total-fetched-for):
10519 Ignore 'dummy.group' (there should be a better way of do this...)
10520
10521 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10524 (gnus-saved-headers): Ditto.
10525 (gnus-default-article-saver): Mention functions may have properties.
10526 (gnus-article-save): Override gnus-save-all-headers and
10527 gnus-saved-headers by :headers property which saver function may have.
10528 (gnus-summary-save-in-file): Add :headers property.
10529 (gnus-summary-write-to-file): Ditto.
10530
10531 * gnus-sum.el (gnus-summary-save-article): Bind
10532 gnus-prompt-before-saving to t when saving many articles in a file;
10533 always show all headers.
10534
10535 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10536
10537 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10538 marks.
10539
10540 * message.el (message-indent-citation): Add optional arguments to allow
10541 using it outside of message buffers.
10542
10543 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10544 (gnus-article-treat-unfold-headers): Use it.
10545 (gnus-article-truncate-lines): New variable.
10546 (gnus-article-mode): Use it.
10547 (gnus-article-toggle-truncate-lines): New function.
10548
10549 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10550 Add gnus-article-toggle-truncate-lines.
10551
10552 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10553 coding system in XEmacs, use binary.
10554
10555 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10558 after-load-alist.
10559
10560 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10561 this function should save decoded articles.
10562 (gnus-summary-write-to-file): Use property to specify this function
10563 should save decoded articles and specify gnus-summary-save-in-file
10564 should be used to save articles other than the first one when saving
10565 many articles.
10566 (gnus-summary-save-body-in-file): Use property to specify this
10567 function should save decoded articles.
10568 (gnus-summary-write-body-to-file): Use property to specify this
10569 function should save decoded articles and specify
10570 gnus-summary-save-body-in-file should be used to save articles other
10571 than the first one when saving many articles.
10572
10573 * gnus-sum.el (gnus-summary-save-article): Simplify.
10574
10575 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10576
10577 * gnus-art.el (gnus-default-article-saver):
10578 Add gnus-summary-write-body-to-file.
10579 (gnus-article-save-coding-system): Don't use coding system object
10580 in XEmacs.
10581 (gnus-read-save-file-name): Add optional `dir-var' argument which
10582 specifies directory in which files are saved; work even if optional
10583 `variable' argument is not specified.
10584 (gnus-summary-write-to-file): Read file name.
10585 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10586 (gnus-summary-write-body-to-file): New function.
10587
10588 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10589 (gnus-summary-local-variables): Add it.
10590 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10591 (gnus-summary-save-article): Remove optional `decode' argument;
10592 determine whether to decode articles by the value of
10593 gnus-default-article-saver; when saving many files using
10594 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10595 it first and use gnus-summary-save-in-file or
10596 gnus-summary-save-body-in-file thereafter unless
10597 gnus-prompt-before-saving is always; move point to article which
10598 will be saved.
10599 (gnus-summary-save-article-file): Revert.
10600 (gnus-summary-write-article-file): Revert.
10601 (gnus-summary-save-article-body-file): Revert.
10602 (gnus-summary-write-article-body-file): New function.
10603
10604 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10605
10606 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10607
10608 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10609
10610 * gnus-art.el (gnus-default-article-saver): Doc fix.
10611 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10612 from gnus-summary-save-article-coding-system, and default to a
10613 certain coding system.
10614 (gnus-output-to-file): Add coding cookie and encode text according
10615 to gnus-article-save-coding-system; don't use mm-append-to-file.
10616
10617 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10618 gnus-art.el and rename to gnus-article-save-coding-system.
10619 (gnus-summary-save-article): Require gnus-art; don't show all
10620 headers if it decodes articles; don't add coding cookie here;
10621 don't bind mm-text-coding-system-for-write.
10622 (gnus-summary-save-article-file): Save decoded articles.
10623 (gnus-summary-write-article-file): When saving many files, use
10624 gnus-summary-write-to-file first and gnus-summary-save-in-file
10625 thereafter unless gnus-prompt-before-saving is always.
10626 (gnus-summary-save-article-body-file): Save decoded articles.
10627
10628 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10629
10630 * nnrss.el (nnrss-check-group): Bind hash-index.
10631
10632 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10633
10634 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10635 its hash index. Store this hash in `nnrss-group-data'.
10636 (nnrss-read-group-data): Update accordingly.
10637
10638 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10639
10640 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10641 entry.
10642
10643 * gnus-sum.el (gnus-summary-make-menu-bar):
10644 Add gnus-article-browse-html-article.
10645
10646 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10647
10648 * gnus-sum.el (gnus-summary-mime-map):
10649 Add gnus-article-browse-html-article.
10650
10651 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10652
10653 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10654 suitable coding systems in customize.
10655
10656 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10657
10658 * mail-source.el (mail-sources): Fix custom type.
10659
10660 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10661
10662 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10663 (gnus-summary-expire-articles-now): Shorten prompt.
10664
10665 * gmm-utils.el (wid-edit): Require.
10666 (defun-gmm): Rename from `gmm-defun-compat'.
10667 (gmm-image-search-load-path): Use it.
10668 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10669
10670 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10671
10672 * gnus-sum.el (gnus-summary-save-article-coding-system):
10673 New variable.
10674 (gnus-summary-save-article): Add optional `decode' argument.
10675 If it is set and gnus-summary-save-article-coding-system is non-nil,
10676 save decoded article.
10677 (gnus-summary-write-article-file): Save decoded article if
10678 gnus-summary-save-article-coding-system is non-nil.
10679
10680 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10681 type.
10682
10683 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10684
10685 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10686
10687 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10688
10689 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10690 first to test gnus-single-article-buffer which may be buffer-local.
10691
10692 * gnus-sum.el (gnus-summary-setup-buffer):
10693 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10694 group; make gnus-article-buffer, gnus-article-current, and
10695 gnus-original-article-buffer always buffer-local.
10696 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10697 group.
10698 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10699
10700 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10701
10702 * nnml.el (nnml-request-compact-group): Compressed files might not
10703 have .gz extension.
10704
10705 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10706
10707 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10708 (mm-copy-to-buffer): Use with-current-buffer.
10709 (mm-display-part): Simplify.
10710 (mm-inlinable-p): Add optional arg `type'.
10711
10712 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10713
10714 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10715 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10716 Try harder to show the attachment internally or externally using
10717 gnus-mime-view-part-as-type.
10718
10719 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10720
10721 * message.el (message-from-style, message-signature-separator)
10722 (message-user-organization-file, message-send-mail-function)
10723 (message-citation-line-function, message-yank-prefix)
10724 (message-indent-citation-function, message-signature)
10725 (message-signature-file, message-signature-insert-empty-line):
10726 Remove autoloads.
10727
10728 * gnus-art.el (gnus-buttonized-mime-types):
10729 Remove "multipart/signed". Revert 2006-04-26 change.
10730
10731 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10732
10733 * gnus.el (gnus-version-number): Bump version.
10734
10735 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10736
10737 * gnus.el: No Gnus v0.5 is released.
10738
10739 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10740
10741 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10742 fetching articles by message-id.
10743
10744 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10745
10746 * message.el (hashcash): Require hashcash as normal.
10747
10748 * ecomplete.el (ecomplete-highlight-match-line):
10749 Use point-at-eol.
10750 (ecomplete-highlight-match-line): Use `highlight', because that
10751 face exists in both Emacs and XEmacs.
10752
10753 * message.el (message-display-abbrev): Use point-at-bol.
10754
10755 * mail-source.el: Don't require timer/timer-funcs.
10756
10757 * gnus-async.el: Ditto.
10758
10759 * password.el: Ditto.
10760
10761 * mm-url.el: Ditto.
10762
10763 * mm-util.el: Require timer/timer-funcs.
10764
10765 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10766
10767 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10768 Close.
10769
10770 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10771
10772 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10773 unibyte after clear-decrypt function runs.
10774
10775 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10776 returns as a unibyte string.
10777
10778 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10779
10780 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10781 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10782 (mml1991-pgg-encrypt): Ditto.
10783
10784 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10785
10786 * message.el (message-user-organization-file): Check several
10787 locations of the organization file.
10788
10789 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10790 Add gnus-article-view-part-as-type.
10791
10792 * gnus-art.el (gnus-article-view-part-as-type): New function.
10793
10794 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10795 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10796
10797 * mml.el: Simplify autoload.
10798 (mml-mode): defvar dnd-protocol-alist instead of using
10799 symbol-value.
10800 (mml-default-directory): New variable.
10801 (mml-minibuffer-read-file): Use it.
10802 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10803
10804 * message.el (message-citation-line-format): New variable.
10805 (message-insert-formated-citation-line): New function.
10806 (message-citation-line-function):
10807 Add `message-insert-formated-citation-line' to custom type.
10808
10809 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10810 to doc string.
10811
10812 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10813 depending on mm-verify-option.
10814
10815 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10816
10817 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10818 binding pgg-* variables; reimplement the section which prevents
10819 MIME header from being signed.
10820 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10821 pgg-text-mode; remove a blank line at the top of body.
10822
10823 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10824 lines at the top of body; use gnus-newsgroup-charset if there's no
10825 Charset header.
10826
10827 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10828
10829 * message.el (message-self-insert-commands): Doc fix.
10830
10831 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10832 (mm-uu-pgp-encrypted-test): Ditto.
10833 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10834 between header and body; return application/pgp-encrypted handle
10835 if decryption failed; decode decrypted body by charset.
10836
10837 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10838 element match to application/pgp-*.
10839
10840 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10841
10842 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10843 HTML.
10844
10845 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10846
10847 * mail-source.el (mail-source-call-script): Message the error
10848 string.
10849
10850 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
10852 * gnus-util.el (gnus-byte-compile): Use it.
10853
10854 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10855
10856 * gnus-util.el (kill-empty-logs): New function.
10857
10858 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10859
10860 * message.el (message-mail-alias-type): Doc fix.
10861 (message-mail-alias-type-p): New function.
10862 (message-send): Use it.
10863 (message-mode): Ditto.
10864 (message-strip-forbidden-properties): Ditto.
10865
10866 * ecomplete.el (ecomplete-database-file-coding-system):
10867 New variable.
10868 (ecomplete-save): Use it.
10869 (ecomplete-setup): Use it.
10870
10871 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10872
10873 * message.el (message-self-insert-commands): New variable.
10874 (message-strip-forbidden-properties): Use it.
10875
10876 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10877
10878 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10879 that doesn't make XEmacs choke.
10880
10881 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10882
10883 * gnus-util.el (gnus-replace-in-string):
10884 Prefer replace-regexp-in-string over of replace-in-string.
10885
10886 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10887
10888 * gnus-util.el (gnus-select-frame-set-input-focus):
10889 Use select-frame-set-input-focus if it is available in XEmacs; use
10890 definition defined in Emacs 22 for old Emacsen.
10891
10892 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10893
10894 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10895
10896 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10897
10898 * gnus-registry.el (gnus-registry-cache-save): Remove text
10899 properties when saving via the temp buffer.
10900
10901 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10902
10903 * message.el (message-generate-hashcash): Honor custom type.
10904
10905 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
10907 * message.el (message-generate-hashcash): Default to non-nil when
10908 hashcash is found.
10909
10910 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10911 (gnus-refer-thread-limit): Increase default to 500.
10912
10913 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10914
10915 * flow-fill.el (fill-flowed): Allow delete-space.
10916
10917 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10918
10919 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10920 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10921 Remove autoloads.
10922
10923 2006-04-18 Simon Josefsson <jas@extundo.com>
10924
10925 * message.el (message-generate-hashcash): Default to.
10926
10927 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10928
10929 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10930 concatenating segments rather than before concatenating them.
10931
10932 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10933
10934 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10935
10936 * imap.el (imap-quote-specials): New function.
10937 (imap-login-auth): Quote specials.
10938
10939 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10940
10941 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10942
10943 * message.el (message-forward-make-body-plain):
10944 Allow message-forward-ignored-headers to be a list.
10945 (message-remove-ignored-headers): Factor out into function.
10946 (message-forward-make-body-mml): Use it.
10947 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10948 (rfc2231-parse-string): Allow concatanation of parameters that
10949 aren't contiguous. The test case is
10950 (mail-header-parse-content-type "message/external-body;
10951 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10952 access-type=LOCAL-FILE;
10953 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10954
10955 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * nntp.el (nntp-accept-process-output): Return the value of
10958 `nnheader-accept-process-output'.
10959
10960 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10961
10962 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10963 (gnus-button-alist): Recognize more diff formats.
10964 (gnus-button-patch): Strip directory.
10965
10966 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10967
10968 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10969 Emacs 22 when setting focus.
10970
10971 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10972
10973 * gnus-art.el (gnus-article-treat-types): Do treatment of
10974 text/x-verbatim parts.
10975 (gnus-button-patch): New command.
10976
10977 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10978 addresses that contain invalid characters.
10979
10980 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10981
10982 * message.el (message-put-addresses-in-ecomplete):
10983 Use gnus-replace-in-string.
10984 (message-is-yours-p): Use the more correct
10985 mail-header-parse-address instead of
10986 mail-extract-address-components.
10987 (message-put-addresses-in-ecomplete): Fix typo.
10988
10989 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10990 keystroke.
10991
10992 * gnus-art.el (gnus-treatment-function-alist): Change order of
10993 newsgroups/generic header folding to avoid double-folding.
10994
10995 * message.el (message-hidden-headers): Add X-Draft-From.
10996
10997 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10998 New command.
10999 (gnus-summary-repeat-search-article-backward): New command.
11000
11001 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11002 groups in the parent topic.
11003
11004 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
11005
11006 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11007 (spam-extra-header-to-number): Return the CRM114 number as a
11008 number instead of a string.
11009
11010 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11011
11012 * gnus-art.el (gnus-face-properties-alist): Move here from
11013 gnus-fun.
11014
11015 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11016
11017 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11018
11019 * message.el (message-strip-forbidden-properties): Only display on
11020 self-insert-command.
11021
11022 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11023 reindent.
11024 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11025
11026 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
11027
11028 * smiley.el (smiley-style): Fix typo.
11029
11030 2006-03-23 Kenichi Handa <handa@m17n.org>
11031
11032 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11033 instead of set-buffer-multibyte.
11034
11035 2006-03-23 Kenichi Handa <handa@m17n.org>
11036
11037 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11038 buffer and then decode the buffer text if necessary.
11039 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11040 first, and after mm-encode-body, change the buffer to unibyte.
11041
11042 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11043
11044 * hashcash.el (hashcash-insert-payment-async-2):
11045 Use message-goto-eoh instead of doing it manually.
11046 (mail-add-payment): Use message-narrow-to-header instead of trying
11047 to do the same itself.
11048
11049 * message.el (message-hidden-headers): Add Face.
11050
11051 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11052 reparenting code.
11053 (gnus-summary-reparent-children): Refactored out code.
11054 (gnus-summary-thread-map): New keystroke.
11055 (gnus-summary-reparent-children): Make into command.
11056
11057 * smiley.el (smiley-style): Default to `medium' if using a large
11058 font.
11059
11060 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11061 does it itself.
11062
11063 * message.el (message-point-in-header-p): Simplify definition.
11064
11065 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11066
11067 * nnagent.el (nnagent-request-set-mark): Silence log file
11068 writing.
11069 (nnagent-request-set-mark): Use write-region instead of
11070 append-to-file.
11071
11072 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11073 strange select method.
11074
11075 * ecomplete.el (ecomplete-display-matches): Get highlightling
11076 right.
11077 (ecomplete-display-matches): Use literals.
11078 (ecomplete-display-matches): Disable message logging.
11079
11080 * message.el (message-display-abbrev): Small optimization.
11081
11082 * ecomplete.el (ecomplete-display-matches): Allow automatic
11083 display.
11084
11085 * message.el (message-strip-forbidden-properties):
11086 Display abbrevs.
11087 (message-display-abbrev): Get automatic display right.
11088
11089 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11090 keystrokes.
11091
11092 2006-04-13 Romain Francoise <romain@orebokech.com>
11093
11094 TODO: Backport to v5-10!
11095
11096 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11097 Move here (and rename) from gnus-registry.el.
11098
11099 * gnus-registry.el: Require gnus-util.
11100 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11101
11102 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11103
11104 * gnus-group.el (gnus-group-catchup-current):
11105 Change if-then-else-if-then-else into cond.
11106 (gnus-group-catchup): Indent.
11107 (group-name-at-point): New function.
11108 (gnus-fetch-group): Provide default from thing at point.
11109
11110 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11111
11112 * message.el (message-display-abbrev): Fix regexp.
11113
11114 * ecomplete.el (ecomplete-highlight-match-line):
11115 Reimplement choosing.
11116 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11117 dead variables.
11118
11119 * message.el (message-newline-and-indent): Remove debugging.
11120 (message-display-abbrev): Use new implementation.
11121
11122 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11123
11124 * gnus-art.el (gnus-article-mode):
11125 Set cursor-in-non-selected-windows to nil.
11126
11127 * smiley.el: Revert previous change.
11128 (smiley-data-directory): defvar it before using it in the
11129 defcustom of `smiley-style'.
11130
11131 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11132
11133 * message.el (message-newline-and-indent): New function.
11134
11135 * ecomplete.el: Implement more bits.
11136
11137 * message.el (message-put-addresses-in-ecomplete): Clean up the
11138 string.
11139
11140 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11141
11142 * gnus-sum.el (gnus-summary-save-parts):
11143 Bind gnus-summary-save-parts-counter and use it to make unique file
11144 names.
11145
11146 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11147
11148 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11149 parameter to say whether to actually parse the individual
11150 addresses.
11151
11152 * message.el (message-put-addresses-in-ecomplete): New function.
11153 (ecomplete): Require.
11154 (message-mail-alias-type): Add ecomplete as an option.
11155
11156 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11157
11158 * flow-fill.el (fill-flowed): Remove trailing space from blank
11159 quoted lines.
11160
11161 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11162
11163 * smiley.el (smiley-style): Move definition later to avoid a
11164 compilation warning.
11165
11166 2006-04-12 Kenichi Handa <handa@m17n.org>
11167
11168 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11169 buffer and then decode the buffer text if necessary.
11170 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11171 first, and after mm-encode-body, change the buffer to unibyte.
11172 Use mm-disable-multibyte instead of set-buffer-multibyte.
11173
11174 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11175
11176 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11177 Content-Type header instead of Content-Disposition header.
11178 (gnus-mime-inline-part): Ditto.
11179 (gnus-mime-view-part-as-charset): Ignore charset that the part
11180 specifies.
11181
11182 * mm-decode.el (mm-display-part): Work with external parts and
11183 usual parts similarly.
11184
11185 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11186 instead of gnus-display-mime.
11187
11188 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11189 instead of with-temp-buffer.
11190
11191 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11192 tag to summarized topics part in order to encode non-ASCII text.
11193
11194 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11195
11196 * smiley.el (smiley-style): New variable.
11197 (smiley-directory): New function.
11198 (smiley-data-directory): Derive from `smiley-style' using
11199 `smiley-directory'.
11200 (smiley-regexp-alist): Add new entries.
11201
11202 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11203 (gnus-article-browse-delete-temp): Add :version.
11204
11205 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11206
11207 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11208 the sieve region.
11209
11210 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * gnus.el (gnus-version-number): Bump version.
11213
11214 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11215
11216 * gnus.el: No Gnus v0.4 is released.
11217
11218 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11219
11220 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11221 layout.
11222
11223 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11224 unknown charset.
11225
11226 * message.el (message-header-synonyms): Add Original-To to the
11227 default.
11228
11229 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11230 optional parameter.
11231
11232 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11233
11234 * gnus-fun.el (gnus): Require it for gnus-directory.
11235
11236 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11237
11238 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11239
11240 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11241
11242 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11243
11244 2006-04-05 Simon Josefsson <jas@extundo.com>
11245
11246 * password.el (password-reset): New function.
11247
11248 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11249
11250 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11251 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11252
11253 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11254
11255 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11256 Some whitespace was matched into the url, which broke browsing hits
11257 > 100 when mm-url-use-external was nil.
11258
11259 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11260
11261 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11262 Check gnus-extra-headers for 'Newsgroups.
11263
11264 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11265 bound.
11266
11267 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11268
11269 * pgg-gpg.el: Clean up process buffers every time gpg processes
11270 complete.
11271
11272 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11273
11274 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11275 doc string.
11276
11277 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11278
11279 * pgg-gpg.el (pgg-gpg-process-filter)
11280 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11281
11282 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11283 lines, temporary fix.
11284
11285 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11286
11287 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11288
11289 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11290
11291 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11292 default-enable-multibyte-characters. This reverts the change from
11293 revision 6.17 which is no longer necessary because the passphrase
11294 is sent separately now. GnuPG messages are unreadable under
11295 multibyte locales with default-enable-multibyte-characters set to
11296 nil.
11297
11298 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11299
11300 * message.el (message-tool-bar-gnome): Move "spell".
11301
11302 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11303
11304 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11305 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11306 instead.
11307
11308 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11309
11310 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11311 Improve newsgroups handling for NNTP overviews which don't include
11312 Newsgroups.
11313
11314 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11315
11316 * message.el (message-resend): Bind message-generate-hashcash to nil.
11317
11318 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11319
11320 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11321 when searching for already-paid recipients.
11322
11323 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11324
11325 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11326 passphrases when it is not needed.
11327 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11328 passphrase stuff from gpg, should only be necessary when you use
11329 gpg with a smartcard.
11330
11331 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11332
11333 * mml.el (mml-insert-mime): Ignore cached contents of
11334 message/external-body part.
11335
11336 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11337 (mm-insert-part): Ditto.
11338
11339 2006-03-23 Simon Josefsson <jas@extundo.com>
11340
11341 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11342 Reiner.
11343 (pgg-gpg-use-agent-p): Use it again.
11344
11345 2006-03-23 Simon Josefsson <jas@extundo.com>
11346
11347 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11348 older emacsen.
11349 (pgg-gpg-use-agent-p): Don't use it.
11350
11351 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11352
11353 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11354 if we can.
11355
11356 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11357
11358 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11359 (pgg-gpg-update-agent): New function.
11360 (pgg-gpg-use-agent-p): New function.
11361 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11362 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11363 (pgg-gpg-sign-region): Use it.
11364
11365 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11368 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11369
11370 2006-03-21 Simon Josefsson <jas@extundo.com>
11371
11372 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11373 <wilde@sha-bang.de>.
11374 (pgg-gpg-use-agent): New variable.
11375 (pgg-gpg-process-region): Use it.
11376 (pgg-gpg-encrypt-region): Likewise.
11377 (pgg-gpg-encrypt-symmetric-region): Likewise.
11378 (pgg-gpg-decrypt-region): Likewise.
11379 (pgg-gpg-sign-region): Likewise.
11380 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11381
11382 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11383
11384 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11385
11386 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11387 Add comment on version.
11388
11389 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11390
11391 * smiley.el: Add missing test smiley.
11392
11393 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * mm-decode.el (mm-with-part): New macro.
11396 (mm-get-part): Use it; work with message/external-body as well.
11397 (mm-save-part): Treat name and filename equally.
11398
11399 * mm-extern.el (mm-extern-cache-contents): New function.
11400 (mm-inline-external-body): Use it; force the part to be displayed;
11401 move undisplayer added to the cached handle to the parent.
11402
11403 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11404 (gnus-mime-view-part-as-type): Work with message/external-body.
11405
11406 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11407
11408 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11409
11410 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11411 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11412 Emacs.]
11413
11414 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11415
11416 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11417 path rather than symbol. Always return list of directories.
11418 Guarantee that image directory comes first. [Sync with image.el,
11419 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11420
11421 * message.el (message-make-tool-bar): Adjust to new API of
11422 `gmm-image-load-path-for-library'.
11423
11424 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11425
11426 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11427
11428 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11429
11430 * gnus-art.el (gnus-article-only-boring-p):
11431 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11432 intangible text.
11433 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11434
11435 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11436
11437 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11438 Use `defun' instead of `gmm-defun-compat'.
11439
11440 2006-03-14 Simon Josefsson <jas@extundo.com>
11441
11442 * message.el (message-unique-id): Don't use message-number-base36
11443 if (user-uid) is a float.
11444 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11445
11446 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11447
11448 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11449
11450 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11451 empty line between a part and a message part.
11452
11453 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11454
11455 * smiley.el: Add more test smileys.
11456 (smiley-data-directory, smiley-regexp-alist)
11457 (gnus-smiley-file-types): Fix doc strings.
11458 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11459 adding new elements.
11460 (smiley-mouse-map): Unused code. Make it a comment.
11461
11462 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11463
11464 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11465 scan latest NoCeM messages instead of old ones.
11466 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11467 delimiters that are recently used.
11468 (gnus-nocem-load-cache): Add autoload cookie.
11469
11470 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11471
11472 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11473 level which is larger than gnus-use-nocem is specified.
11474
11475 * gnus-group.el (gnus-group-get-new-news): Ditto.
11476
11477 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11478
11479 * gnus-util.el (gnus-tool-bar-update): New function.
11480
11481 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11482 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11483
11484 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11485
11486 * gnus-group.el (gnus-group-redraw-when-idle)
11487 (gnus-group-redraw-check): Remove.
11488 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11489
11490 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11491
11492 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11493 if optional last element is specified in splits (FIELD VALUE...).
11494
11495 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11496
11497 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11498 to gmm-image-load-path-for-library. Call with no-error argument.
11499 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11500
11501 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11502
11503 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11504
11505 * gmm-utils.el (gmm-image-load-path): Remove alias.
11506
11507 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11508
11509 * gmm-utils.el (gmm-image-load-path): Add alias.
11510
11511 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11512 nnml-generate-nov-databases-1.
11513 (nnml-generate-nov-databases): Use it.
11514 (nnml-generate-nov-databases-directory): Document no-active
11515 argument.
11516
11517 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11518 directory if path is t. Add no-error.
11519
11520 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11521 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11522
11523 * gnus-art.el (gnus-article-browse-delete-temp-files):
11524 Simplify resetting gnus-article-browse-html-temp-list.
11525
11526 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11527 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11528 Add example to docstring. Rename local variables. Move error
11529 checks to default case in cond and simplify.
11530
11531 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11532
11533 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11534 handle is multipart when calling it recursively.
11535 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11536
11537 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11538
11539 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11540 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11541
11542 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11543
11544 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11545 is loaded.
11546
11547 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11548 loaded.
11549
11550 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11551
11552 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11553 to "Emacs 23 (unicode)" in doc string.
11554
11555 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11556 "Emacs 23 (unicode)" in comment.
11557
11558 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11561
11562 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11563 characters 160 through 255 in Emacs 23.
11564
11565 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11566
11567 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11568 gnus-article-browse-html-temp.
11569 (gnus-article-browse-delete-temp): Make it customizable.
11570 Add `file'. Adjust doc string.
11571 (gnus-article-browse-delete-temp-files): Add argument.
11572 Allow query for each file. Adjust doc string.
11573 (gnus-article-browse-html-parts):
11574 Add `gnus-article-browse-delete-temp-files' to
11575 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11576
11577 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11578
11579 * gnus-art.el (gnus-article-browse-html-temp)
11580 (gnus-article-browse-delete-temp): New variables.
11581 (gnus-article-browse-delete-temp-files): New function.
11582 (gnus-article-browse-html-parts): Use it.
11583
11584 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11585
11586 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11587
11588 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11589 string.
11590
11591 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11592 gnus-summary-insert-new-articles when unplugged.
11593 Remove gnus-summary-search-article-forward.
11594
11595 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11596 display-visual-class instead of display-color-cells.
11597
11598 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11599
11600 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11601 message/* containing non-ASCII text properly.
11602
11603 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11604
11605 * message.el: Require gmm-utils, remove autoloads.
11606 (message-tool-bar): Set default based on
11607 gmm-tool-bar-style.
11608 (message-tool-bar-gnome): Add gmm-customize-mode.
11609
11610 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11611 gmm-tool-bar-style.
11612 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11613
11614 * gnus-group.el (gnus-group-tool-bar): Set default based on
11615 gmm-tool-bar-style.
11616 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11617
11618 * gmm-utils.el (gmm-image-directory): Rename variable from
11619 gmm-image-load-path.
11620 (gmm-image-load-path): Use gmm-image-directory.
11621 (gmm-customize-mode): New function.
11622 (gmm-tool-bar-style): New variable.
11623
11624 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11625 gnus-group-redraw-line-number.
11626 (gnus-group-redraw-check): Simplify.
11627 (gnus-group-tool-bar-update): Remove redraw check.
11628 (gnus-group-make-tool-bar): Add redraw check.
11629
11630 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11631
11632 * gnus-art.el (gnus-button): Add missing parentheses.
11633
11634 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11635
11636 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11637
11638 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11639
11640 * gnus-art.el (gnus-button): New face.
11641 (gnus-article-button-face): Use it.
11642
11643 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11644 Add gnus-summary-next-page. Re-order.
11645
11646 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11647 next-node are now included.
11648 (gnus-group-redraw-line-number): New internal variable.
11649 (gnus-group-redraw-check): Helper function for updating the tool
11650 bar.
11651 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11652
11653 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11654
11655 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11656 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11657 Use it to match format of Spamassassin 3.0 and later.
11658 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11659 (spam-check-bogofilter)
11660 (spam-bogofilter-register-with-bogofilter): Fix args of
11661 `gnus-error' calls.
11662
11663 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11664
11665 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11666 unnecessary interaction when sending queued mails.
11667 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11668
11669 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11670
11671 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11672 first or last are nil.
11673
11674 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11675
11676 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11677
11678 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11679
11680 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11681
11682 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11683
11684 * dns.el (query-dns): Protect more against buggy tcp output.
11685
11686 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11687
11688 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11689 nov.php.
11690
11691 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11692
11693 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11694 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11695 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11696 output on the server side.
11697 (nnweb-google-create-mapping): Update regexps and add some
11698 progress indication.
11699
11700 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11701
11702 * gnus-group.el (gnus-group-tool-bar-gnome):
11703 Fix gnus-agent-toggle-plugged. Re-order icons.
11704 (gnus-group-tool-bar-gnome):
11705 Add gnus-group-{prev,next}-unread-group.
11706 (gnus-group-tool-bar-gnome): Re-order icons.
11707
11708 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11709 Move gnus-summary-insert-new-articles.
11710
11711 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11712 Fix comments.
11713
11714 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11715 also available in Emacs 21.3.
11716
11717 * message.el (message-fix-before-sending): Change "Emacs 22" to
11718 "Emacs 23 (unicode)" in comment.
11719
11720 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11721 "Emacs 23 (unicode)" in comment.
11722
11723 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11724 comment.
11725 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11726
11727 * mm-view.el (mm-fill-flowed): Add :version.
11728
11729 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11732 and load-path.
11733
11734 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11735
11736 * message.el: Autoload gmm-image-load-path.
11737 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11738 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11739 consitency.
11740
11741 * gmm-utils.el (gmm-image-load-path): Also search in
11742 "../etc/images". Don't set gmm-image-load-path if we don't find
11743 the image.
11744
11745 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11746
11747 * gmm-utils.el (gmm-image-load-path): Don't make
11748 `gmm-image-load-path' include subdirectories which the second arg
11749 `image' might specify.
11750
11751 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11752 subdirectory to icon file names.
11753
11754 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11755
11756 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11757
11758 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11759 gmm-image-load-path calls.
11760
11761 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11762
11763 * message.el (message-make-tool-bar): Ditto.
11764
11765 * mml.el (mml-preview): Add comment concerning tool bar icons.
11766
11767 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11768 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11769
11770 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11771 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11772
11773 * message.el (message-tool-bar-gnome): Use new icon names.
11774 (message-make-tool-bar): Use `gmm-image-load-path'.
11775
11776 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11777 New functions from MH-E.
11778 (gmm-image-load-path): New variable from MH-E.
11779 (gmm-image-load-path): New function from MH-E. Add arguments
11780 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11781 *-image-load-path-called-flag.
11782
11783 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11784
11785 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11786
11787 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11788
11789 * nnimap.el (nnimap-request-move-article): Change folder back to
11790 source group before deleting.
11791
11792 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11793
11794 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11795
11796 * gnus-art.el (mm-url-insert-file-contents-external):
11797 Autoload mm-url.
11798
11799 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11800
11801 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11802
11803 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11804 coding system which mm-charset-to-coding-system returns for a
11805 given charset is valid.
11806
11807 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11808
11809 * html2text.el (html2text-remove-tag-list):
11810 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11811
11812 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11813
11814 * gnus-cus.el: Revert 2005-10-17 change.
11815
11816 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11817
11818 * gnus-art.el (article-strip-banner):
11819 Call article-really-strip-banner only when the regexp match is made.
11820
11821 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * gnus-art.el (article-strip-banner):
11824 Use gnus-extract-address-components instead of
11825 mail-header-parse-addresses to make it work with non-ASCII text;
11826 remove mail-encode-encoded-word-string.
11827
11828 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11829 values which are surrounded with \"...\"; make it never cause a
11830 Lisp error; give up parsing of parameters if it failed in
11831 extracting type.
11832
11833 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11834
11835 * smime.el (smime-cert-by-ldap-1): Fix bug where
11836 `smime-ldap-search' returns results without userCertificates.
11837
11838 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11839
11840 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11841
11842 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11843
11844 * spam.el (spam-check-spamassassin-headers): Adapt format for
11845 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11846 <ari@mbf.ocn.ne.jp>.
11847 (spam-list-of-processors): Add spam-use-gmane.
11848
11849 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11850
11851 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11852 make-temp-file; make it work with XEmacs as well.
11853
11854 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11855 mm-make-temp-file.
11856
11857 * mm-decode.el (mm-display-external): Use the 3rd arg of
11858 mm-make-temp-file.
11859 (mm-create-image-xemacs): Ditto.
11860
11861 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11862
11863 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11864 with message-narrow-to-headers.
11865 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11866 (gnus-draft-check-draft-articles): New function.
11867 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11868
11869 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11870
11871 * gnus-art.el (gnus-article-browse-html-parts):
11872 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11873 Don't use suffix argument for mm-make-temp-file for Emacs 21
11874 compatibility. Remove useless `format'.
11875
11876 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11877
11878 * nnweb.el (nnweb-google-wash-article): Update regexps.
11879 (nnweb-group-alist): Use defvoo instead of defvar.
11880
11881 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11882
11883 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11884 re-loading nn* modules.
11885
11886 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11887
11888 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11889 for `tool-bar-mode' and don't check it's default-value.
11890
11891 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11892
11893 * message.el (message-make-tool-bar): Ditto.
11894
11895 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11896 `substring'. Shorten tmp-file name.
11897
11898 * gnus.el: Remove bogus comment.
11899
11900 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11901
11902 * gnus-art.el (gnus-article-browse-html-parts): New function.
11903 (gnus-article-browse-html-article): New function for viewing html
11904 articles with a browser.
11905
11906 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11907
11908 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11909 (mml2015-pgg-encrypt): Ditto.
11910
11911 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11912 (mml1991-pgg-encrypt): Ditto.
11913
11914 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11915
11916 * nnfolder.el (nnfolder-insert-newsgroup-line):
11917 Use message-make-date instead of current-time-string.
11918
11919 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11920 to gnus-decoded which mm-uu might set.
11921
11922 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11923
11924 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11925 don't decode quoted parameters; remove misimported Emacs code.
11926 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11927 (rfc2231-decode-encoded-string): Don't use split-string which
11928 behaves differently according to Emacs version; use
11929 mm-decode-coding-region to convert charset to coding-system.
11930 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11931 (rfc2231-encode-string): Remove misimported Emacs code.
11932
11933 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11934
11935 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11936 when calling mail-header-parse-content-type.
11937 (article-de-quoted-unreadable): Ditto.
11938 (article-de-base64-unreadable): Ditto.
11939 (article-wash-html): Ditto.
11940
11941 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11942 calling mail-header-parse-content-type and
11943 mail-header-parse-content-disposition.
11944 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11945 mail-header-parse-content-type.
11946
11947 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11948 insert charset and format parameters; encode description after
11949 inserting it to buffer.
11950 (mml-insert-parameter): Fold lines properly even if a parameter is
11951 segmented into two or more lines; change the max column to 76.
11952
11953 * rfc1843.el (rfc1843-decode-article-body): Don't use
11954 ignore-errors when calling mail-header-parse-content-type.
11955
11956 * rfc2231.el (rfc2231-parse-string): Return at least type if
11957 possible; don't cause an error even if it fails in parsing of
11958 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11959 (rfc2231-encode-string): Don't break lines at the beginning, leave
11960 it to mml-insert-parameter.
11961
11962 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11963 calling mail-header-parse-content-type.
11964
11965 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * spam-report.el (spam-report-gmane-use-article-number):
11968 Improve doc string.
11969 (spam-report-gmane-internal): Check if a suitable header was found
11970 in the article.
11971
11972 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11973
11974 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11975 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11976
11977 2006-02-05 Romain Francoise <romain@orebokech.com>
11978
11979 Update copyright notices of all files in the gnus directory.
11980
11981 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11982
11983 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11984
11985 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11988 segmented lines of parameter value to cope with Thunderbird 1.5
11989 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11990 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11991 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11992
11993 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11994
11995 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11996 parts.
11997
11998 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11999
12000 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12001 there's only one active file for all servers.
12002 (nnweb-request-scan): Make sure nnweb-articles is initialized on
12003 solid groups. Gnus might have used a FAST request to select the group.
12004 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12005 and nnweb-search redundantly in the active file.
12006 (nnweb-request-list): Don't list bogus groups. There can only be one.
12007 (nnweb-request-create-group): Don't use ARGS.
12008 (nnweb-possibly-change-server, nnweb-request-group): Remove some
12009 initialisations. Let nnoo do the work.
12010
12011 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
12012
12013 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12014 Say the part has been decoded.
12015
12016 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12017
12018 2006-01-31 Kevin Ryde <user42@zip.com.au>
12019
12020 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12021 mailcap-viewer-test-cache when there's no 'test clause, since that
12022 will invert the meaning of a "nil" test previously determined by
12023 mailcap-mailcap-entry-passes-test.
12024
12025 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
12026
12027 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12028 compiling.
12029
12030 * gnus-sum.el: Ditto.
12031
12032 * message.el: Don't bind tool-bar-map when compiling.
12033
12034 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
12035
12036 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12037
12038 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12039
12040 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12041 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12042 current Google Groups.
12043
12044 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
12045
12046 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12047 and tool-bar-mode.
12048
12049 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12050 and tool-bar-mode.
12051
12052 * message.el (message-tool-bar-update): Simplify.
12053 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12054
12055 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12056 gnus-summary-buffer.
12057 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12058 gnus-summary-reply.
12059
12060 * gmm-utils.el (gmm): Add :version.
12061
12062 2006-01-26 Steve Youngs <steve@sxemacs.org>
12063
12064 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12065 Don't autoload.
12066
12067 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12068
12069 * gmm-utils.el (gmm-verbose): Add :group.
12070
12071 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12072
12073 * message.el: Change some comments WRT tool-bars.
12074
12075 * gnus-sum.el (gnus-summary-tool-bar)
12076 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12077 (gnus-summary-tool-bar-zap-list): New variables.
12078 (gnus-summary-make-tool-bar): Complete rewrite using
12079 `gmm-tool-bar-from-list'.
12080
12081 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12082 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12083 New variables.
12084 (gnus-group-make-tool-bar): Complete rewrite using
12085 `gmm-tool-bar-from-list'.
12086 (gnus-group-tool-bar-update): New function.
12087
12088 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12089
12090 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12091
12092 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12093 is dissected into a single part of which the type is the same as
12094 the given one; decode charset.
12095
12096 2006-01-21 Kevin Ryde <user42@zip.com.au>
12097
12098 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12099 into alists as symbol not string, since that's what
12100 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12101 look for.
12102
12103 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12104
12105 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12106 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12107
12108 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12109
12110 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12113 (gnus-mime-security-button-menu): New definition.
12114 (gnus-mime-security-button-map): Use them.
12115 (gnus-mime-security-button-menu): New function.
12116 (gnus-insert-mime-security-button): Addition to help echo.
12117 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12118 (gnus-mime-security-pipe-part): New functions.
12119
12120 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12121 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12122
12123 * mm-decode.el (mm-handle-set-disposition): Remove.
12124 (mm-handle-set-description): Remove.
12125
12126 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12127
12128 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12129 (mm-w3m-standalone-supports-m17n-p): New function.
12130 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12131 w3m usage.
12132
12133 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12134 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12135
12136 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12137
12138 * message.el (message-tool-bar-zap-list):
12139 Use gmm-tool-bar-zap-list as custom type.
12140 (message-tool-bar-update): New function.
12141 (message-tool-bar, message-tool-bar-gnome)
12142 (message-tool-bar-retro): Add message-tool-bar-update.
12143 (message-tool-bar-gnome): Add flyspell-buffer.
12144
12145 * gnus-util.el (gnus-error): Describe `args'.
12146
12147 * gmm-utils.el (gmm-error): Describe `args'.
12148 (gmm-tool-bar-zap-list): New widget.
12149 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12150
12151 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12152
12153 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12154 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12155 the number of recursive calls.
12156
12157 * mm-decode.el (mm-handle-set-disposition): New macro.
12158 (mm-handle-set-description): New macro.
12159
12160 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12161
12162 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12163 encoding.
12164
12165 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12166
12167 * message.el (message-tool-bar-zap-list, message-tool-bar)
12168 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12169 (message-tool-bar-local-item-from-menu): Remove.
12170 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12171 (message-make-tool-bar): New function.
12172 (message-mode): Use `message-make-tool-bar'.
12173
12174 * gmm-utils.el: New file.
12175 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12176 (gmm-lazy): New widget copied from `nnmail.el'.
12177 (gmm-tool-bar-from-list): New function for creating customizable
12178 tool bars.
12179 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12180 output.
12181 (gmm): Add :prefix to defgroup.
12182
12183 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12184
12185 * gmm-utils.el (gmm-widget-p): New function.
12186
12187 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12188
12189 * mml.el (mml-attach-file): Describe `description' in doc string.
12190 (mml-menu): Add Emacs MIME manual and PGG manual.
12191
12192 2006-01-20 Richard M. Stallman <rms@gnu.org>
12193
12194 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12195
12196 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12197
12198 * nntp.el (nntp-end-of-line): Doc fix.
12199
12200 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12201
12202 * imap.el (imap-open): Handle case where buffer is a buffer
12203 object.
12204
12205 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * gnus-delay.el (gnus-delay): Don't autoload.
12208 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12209 to be re-loaded when customizing the `gnus-delay' group.
12210
12211 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12212
12213 * message.el (message-insert-citation-line): Use newlines.
12214
12215 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12216
12217 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12218
12219 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12220
12221 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12222
12223 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12224
12225 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12226
12227 * mm-decode.el (mm-inlined-types): Add application/pgp.
12228 (mm-automatic-display): Ditto.
12229
12230 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12231 part as text.
12232
12233 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12234
12235 * nnrss.el: Update copyright.
12236 (nnrss-opml-import): Query whether to subscribe to each entry.
12237
12238 * gnus-art.el:
12239 * gnus-sum.el:
12240 * mm-uu.el:
12241 * mm-view.el: Update copyright.
12242
12243 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12244
12245 * message.el (message-info): New function.
12246 (message-mode-menu): Add it.
12247 Update copyright.
12248
12249 * ChangeLog: Fix and update copyright.
12250
12251 2006-01-13 Romain Francoise <romain@orebokech.com>
12252
12253 * message.el (message-forward-subject-name-subject): Prefer the
12254 address to 'nowhere' if the sender has no name.
12255 Fix typo. Update copyright year.
12256
12257 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12258
12259 * gnus-art.el (article-wash-html):
12260 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12261 (gnus-article-wash-html-with-w3m-standalone): New function.
12262
12263 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12264 mm-inline-text-html-render-with-w3m-standalone.
12265 (mm-text-html-washer-alist): Map w3m-standalone to
12266 gnus-article-wash-html-with-w3m-standalone.
12267 (mm-inline-text-html-render-with-w3m-standalone): New function.
12268
12269 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12270
12271 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12272 Improve LaTeX.
12273
12274 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12275
12276 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12277 (nnrss-request-article): Render text/plain parts as HTML.
12278
12279 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12280 the buffer.
12281
12282 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12283
12284 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12285 custom definition of `gnus-posting-styles'.
12286
12287 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12288 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12289
12290 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12291
12292 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12293 Use nntp for bug archive.
12294
12295 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12296
12297 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12298 parts.
12299 (nnrss-normalize-date): New function converts ISO 8601 date into
12300 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12301 (nnrss-check-group): Use it.
12302
12303 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12304
12305 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12306
12307 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12308 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12309 (nnrss-insert-w3): Ditto.
12310
12311 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12312
12313 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12314 the articles to be forwarded including the case where neither a
12315 number of articles nor a region is specified.
12316
12317 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12318
12319 * nnrss.el (nnrss-request-article): Fix last change; fill
12320 text/plain parts.
12321
12322 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12325 in text/plain part.
12326 (nnrss-check-group): Don't add excessive newline to dc:subject.
12327
12328 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12329
12330 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12331 article.
12332
12333 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12334
12335 * nnml.el: Don't require gnus-bcklg. Autoload it.
12336 (nnml-use-compressed-files, nnml-save-mail): Support other
12337 comression programs such as bzip2.
12338
12339 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12340
12341 * dns.el (query-dns): Make sure we check the buffer size before
12342 removing tcp headers.
12343
12344 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12345
12346 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12347 remove MIME buttons associated with multipart/alternative parts.
12348 (gnus-mime-display-alternative): Tag buttons using `article-type'
12349 text property.
12350
12351 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12352 associated with multipart/alternative parts.
12353
12354 * gnus-art.el (gnus-signature-separator): Fix custom type.
12355
12356 * mm-decode.el (mm-inlined-types): Fix custom type.
12357 (mm-keep-viewer-alive-types): Ditto.
12358 (mm-automatic-display): Ditto.
12359 (mm-attachment-override-types): Ditto.
12360 (mm-inline-override-types): Ditto.
12361 (mm-automatic-external-display): Ditto.
12362
12363 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12364
12365 * spam-report.el (spam-report-user-mail-address)
12366 (spam-report-user-agent): New variables.
12367 (spam-report-url-ping-plain): Use spam-report-user-agent.
12368
12369 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12370
12371 * gnus-art.el (gnus-button-handle-custom): Do not just use
12372 `customize-apropos' for any "M-x customize-*" button but the
12373 function called for. Accept both the function name and its
12374 argument in order to achieve this.
12375 (gnus-button-alist): Remove support for "custom:" URL's.
12376 Pass function name to `gnus-button-handle-custom' in case of "M-x
12377 customize-*" buttons.
12378
12379 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12380
12381 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12382 multipart/alternative and add xref to mm-discouraged-alternatives
12383 in doc string.
12384
12385 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12386 gnus-buttonized-mime-types in doc string.
12387
12388 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12389
12390 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12391 Suggest image/.* in the doc string.
12392
12393 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12394
12395 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12396 message-marks (Debian bug #342521).
12397
12398 2005-12-12 Simon Josefsson <jas@extundo.com>
12399
12400 * password.el (password-read-from-cache): Add.
12401 (password-read): Use it.
12402
12403 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12404
12405 * rfc2047.el (rfc2047-charset-to-coding-system):
12406 Recognize us-ascii as a MIME charset.
12407
12408 * mm-bodies.el (mm-decode-content-transfer-encoding):
12409 Protect against the case where the 2nd arg TYPE is nil.
12410
12411 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * pop3.el (pop3-stream-type): Fix custom version.
12414
12415 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12416
12417 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12418
12419 * mm-decode.el (mm-display-external): Add missing cdr.
12420
12421 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12422
12423 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12424 RFC1524) if it is in mailcap or add a suffix according to
12425 mailcap-mime-extensions when generating a temp filename; postpone
12426 deleting a temp file for 2 seconds for some wrappers, shell
12427 scripts, and so on, which might exit right after having started a
12428 viewer command as a background job.
12429
12430 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12431
12432 * nntp.el (nntp-marks-directory): Fix custom group.
12433
12434 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12435 steps when < 10.
12436
12437 * gnus-start.el (gnus-no-server-1):
12438 Mention `gnus-level-default-subscribed' in doc string.
12439
12440 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12441
12442 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12443 parens.
12444
12445 2005-11-26 Dave Love <fx@gnu.org>
12446
12447 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12448 (tls-program, tls-success): Provide openssl alternative.
12449
12450 * starttls.el: Doc fixes.
12451 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12452 SERVICE to PORT.
12453
12454 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12455 port null or service name.
12456 (starttls-negotiate): Autoload.
12457
12458 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12459
12460 * message.el (message-kill-to-signature): Fix interactive spec.
12461
12462 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12463
12464 * pop3.el (pop3-open-server): Recognize a string as a service name.
12465
12466 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12467
12468 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12469
12470 2005-11-23 Dave Love <fx@gnu.org>
12471
12472 Add pop3s, pop3/starttls.
12473
12474 * pop3.el (pop3-authentication-scheme): Clarify doc.
12475 (open-tls-stream, starttls-open-stream): Autoload.
12476 (pop3-stream-type): New.
12477 (pop3-open-server): Use it.
12478
12479 * mail-source.el (mail-sources): Fix some :types. Add stream type
12480 for POP.
12481 (mail-source-keyword-map): Add :stream for POP.
12482 (mail-source-fetch-pop): Use pop3-stream-type.
12483
12484 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12485
12486 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12487 of current-time-string.
12488
12489 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12490
12491 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12492 date header.
12493
12494 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12495
12496 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12497 it can seriously impact performance as it bypasses the agent's
12498 local caches.
12499
12500 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12501
12502 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12503 must be explicitly online rather than "not explicitly offline" for
12504 its flags to be synchronized.
12505
12506 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12507 that gnus-uu-unmark-thread will function correctly.
12508
12509 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12510 1024K is instead displayed as 1M.
12511
12512 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12513
12514 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12515
12516 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12517
12518 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12519
12520 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12521
12522 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12523 error message to display actual error condition.
12524 (gnus-agent-save-local): Avoid saving symbols that are bound to
12525 nil as they simply result in a warning message in
12526 gnus-agent-read-local.
12527
12528 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12529
12530 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12531 rather than make-variable-buffer-local for file-precious-flag.
12532
12533 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12534
12535 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12536 for duplicates which are removed. The invalid sort check then
12537 triggers a rescan after the sort as sorting may have moved
12538 duplicate entries such that they can be cheaply detected.
12539
12540 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12543
12544 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12545
12546 * gnus-agent.el (gnus-agent-article-alist-save-format):
12547 Change internal variable to a custom variable. Change default value
12548 from compressed(2) to uncompressed(1).
12549 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12550 support for uncompressed agentview files. Taken together, reading
12551 the agentview file should now be 6-7 times faster.
12552
12553 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12554
12555 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12556 as a buffer-local variable. This avoids creating truncated
12557 dribble files as a result of a hang up, eg.
12558
12559 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * gnus-start.el (gnus-start-draft-setup):
12562 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12563
12564 * gnus.el (gnus-splash): Change custom group.
12565 (gnus-group-get-parameter, gnus-group-parameter-value):
12566 Describe allow-list argument.
12567
12568 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12569 string.
12570
12571 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12572
12573 * gnus-art.el (gnus-default-article-saver): Add user-defined
12574 `function' to custom type.
12575
12576 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12577
12578 * imap.el (imap-open): Handle case where buffer is a buffer
12579 object.
12580
12581 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12582
12583 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12584 long lines.
12585 (gnus-cache-delete-group): Wrap doc strings.
12586
12587 * gnus-agent.el (gnus-agent-rename-group)
12588 (gnus-agent-delete-group): Wrap doc strings.
12589
12590 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12591
12592 * gnus-start.el (gnus-1): Add "native" to
12593 gnus-predefined-server-alist.
12594
12595 * gnus.el (gnus-method-to-server): Don't add "native" to the
12596 lists here, because that leads to problems when
12597 gnus-select-method is bound.
12598
12599 2005-11-09 Simon Josefsson <jas@extundo.com>
12600
12601 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12602 use (not sort-by-date) instead.
12603
12604 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12605
12606 * gnus-delay.el (gnus-delay-group): Don't autoload.
12607 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12608 to be re-loaded when customizing the `gnus-delay' group.
12609
12610 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12611
12612 * message.el: Revert last changes.
12613 (message-insert-citation-line): Use newlines.
12614
12615 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12616
12617 * message.el (message-courtesy-message)
12618 (message-mark-insert-begin, message-mark-insert-end)
12619 (message-elide-ellipsis, message-cancel-message)
12620 (message-add-header, message-change-subject)
12621 (message-cross-post-followup-to-header)
12622 (message-cross-post-insert-note, message-reduce-to-to-cc)
12623 (message-widen-reply, message-delete-not-region)
12624 (message-kill-to-signature, message-insert-signature)
12625 (message-insert-importance-high, message-insert-importance-low)
12626 (message-insert-or-toggle-importance)
12627 (message-insert-disposition-notification-to)
12628 (message-indent-citation, message-yank-original)
12629 (message-cite-original-without-signature, message-cite-original)
12630 (message-insert-citation-line, message-position-on-field)
12631 (message-fix-before-sending, message-send-mail-partially)
12632 (message-send-mail, message-send-mail-with-sendmail)
12633 (message-send-mail-with-qmail, message-send-news)
12634 (message-check-news-header-syntax, message-generate-headers)
12635 (message-insert-courtesy-copy, message-fill-address)
12636 (message-fill-header, message-shorten-references)
12637 (message-setup-1, message-cancel-news)
12638 (message-forward-make-body-plain, message-forward-make-body-mime)
12639 (message-forward-make-body-mml, message-encode-message-body)
12640 (message-forward-make-body-digest-plain)
12641 (message-forward-make-body-digest-mime)
12642 (message-use-alternative-email-as-from): Insert `hard-newline'
12643 instead of ordinary newlines.
12644
12645 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12646
12647 * message.el (message-generate-headers): Downcase the argument
12648 given to message-check-element.
12649
12650 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12651
12652 * nntp.el (nntp-authinfo-rejected): New error condition.
12653 (nntp-wait-for): Use new error condition to signal authentication
12654 error.
12655 (nntp-retrieve-data): Rethrow new error condition to break out of
12656 recursive call to nntp-send-authinfo.
12657
12658 2005-11-08 Romain Francoise <romain@orebokech.com>
12659
12660 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12661 (gnus-summary-exit-map): Bind to `Z p'.
12662 (gnus-summary-make-menu-bar): Add menu item.
12663
12664 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12665
12666 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12667 (gnus-treat-*): Add `first' in all doc strings.
12668
12669 * gnus-group.el (gnus-group-compact-group): Fix typo.
12670
12671 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12672
12673 * gnus.el (gnus-parameters-case-fold-search): New variable.
12674 (gnus-parameters-get-parameter): Use it.
12675
12676 * gnus-score.el (gnus-home-score-file): Doc fix.
12677
12678 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12679
12680 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12681
12682 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12683
12684 * mm-util.el (mm-special-display-p): New function.
12685
12686 * mml.el (mml-preview): Use it; doc fix.
12687
12688 2005-10-29 Romain Francoise <romain@orebokech.com>
12689
12690 * message.el (message-fix-before-sending): Fix comment.
12691
12692 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12693
12694 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12695
12696 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12697
12698 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12699 Used in gnus-score.el.
12700
12701 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12702
12703 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12704
12705 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12706
12707 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12708 whitespace removed in revision 7.8. Use concatenated string to
12709 protect trailing whitespace.
12710
12711 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12712
12713 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12714 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12715 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12716 Courier IMAP ("some version from 2004"). Mostly based on similar
12717 code in the same function.
12718
12719 2005-10-26 Didier Verna <didier@xemacs.org>
12720
12721 * gnus-group.el (gnus-group-compact-group): Invalidate original
12722 article buffer.
12723 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12724 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12725 NOV database and in article itself.
12726 Invalidate article backlog.
12727
12728 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12729
12730 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12731
12732 2005-10-26 Simon Josefsson <jas@extundo.com>
12733
12734 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12735 part of 2004-07-25 change.
12736
12737 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12738
12739 * message.el (message-display-completion-list): New function.
12740 (message-expand-group): Use it; make sure the Completions buffer
12741 is modifiable.
12742
12743 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12744
12745 * imap.el (imap-open): Handle case where buffer is a buffer object.
12746
12747 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12748
12749 * pgg-def.el:
12750 * pgg-gpg.el:
12751 * pgg-parse.el:
12752 * pgg-pgp.el:
12753 * pgg-pgp5.el:
12754 * pgg.el: Move to the parent lisp directory.
12755
12756 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12757
12758 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12759 user-mail-name is an empty string.
12760
12761 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12762
12763 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12764 depending on gnus-score-decay-constant.
12765
12766 * encrypt.el (encrypt-insert-file-contents)
12767 (encrypt-write-file-contents): Don't use `gnus-message'.
12768
12769 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12770 arguments.
12771 (mm-uu-type-alist): Add message-marks and insert-marks.
12772 Pass arguments to mm-uu-verbatim-marks-extract.
12773 (mm-uu-hide-markers): New variable.
12774 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12775
12776 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12777 (gnus-convert-image-to-face-command): Use "convert" by default to
12778 allow other input image formats.
12779 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12780 accordingly.
12781
12782 2005-10-23 Simon Josefsson <jas@extundo.com>
12783
12784 * imap.el (imap-gssapi-program): Align command line parameters
12785 with latest GNU SASL.
12786 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12787
12788 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12789
12790 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12791 HTML.
12792 (nnslashdot-request-article): Ditto.
12793
12794 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12795
12796 * mail-source.el (mail-source-fetch-pop): Require pop3.
12797 (mail-source-check-pop): Ditto.
12798
12799 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12800
12801 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12802 errors.
12803
12804 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12805
12806 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12807 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12808
12809 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12810
12811 * mm-bodies.el (mm-decode-string):
12812 Call `mm-charset-to-coding-system' with allow-override argument.
12813
12814 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12815
12816 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12817 (rfc2047-charset-to-coding-system): New function.
12818 (rfc2047-decode-encoded-words): New function.
12819 (rfc2047-decode-region): Use them.
12820 (rfc2047-decode-cte): Remove.
12821 (rfc2047-parse-and-decode): Remove.
12822 (rfc2047-decode): Remove.
12823
12824 2005-10-15 Kenichi Handa <handa@m17n.org>
12825
12826 * rfc2047.el (rfc2047-decode-cte): New function.
12827 (rfc2047-decode-region): Change the way to decode successive
12828 encoded-words: decode B- or Q-encoding in each encoded-word,
12829 concatenate them, and decode it as charset.
12830
12831 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12834 widget-move-and-invoke.
12835 (gnus-custom-mode): Use gnus-custom-map.
12836
12837 2005-10-15 Bill Wohler <wohler@newt.com>
12838
12839 * message.el (message-tool-bar-map): Rename image file from
12840 mail_send to mail/send.
12841
12842 2005-10-16 Masatake YAMATO <jet@gyve.org>
12843
12844 * message.el (message-expand-group): Pass the common
12845 prefix substring of completion to `display-completion-list'.
12846
12847 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12848
12849 * mml-sec.el (mml-secure-method): New internal variable.
12850 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12851 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12852 New functions using mml-secure-method.
12853
12854 * mml.el (mml-mode-map): Add key bindings for those functions.
12855 (mml-menu): Simplify security menu entries. Suggested by Jesper
12856 Harder <harder@myrealbox.com>.
12857 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12858 Goto end of message if point is the headers of the message.
12859
12860 * message.el (message-in-body-p): New function.
12861
12862 * assistant.el: Autoload gnus-util and netrc.
12863
12864 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12865 Use `mm-charset-override-alist' only when decoding.
12866
12867 * mm-bodies.el (mm-decode-body):
12868 Call `mm-charset-to-coding-system' with allow-override argument.
12869
12870 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12871 `filename' from Content-Disposition if Content-Type doesn't
12872 provide `name'.
12873 (gnus-mime-view-part-as-type): Set default instead of
12874 initial-input.
12875
12876 2005-10-09 Daniel Brockman <daniel@brockman.se>
12877
12878 * format-spec.el (format-spec): Propagate text properties of % spec.
12879
12880 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12881
12882 * gnus-art.el (gnus-treat-predicate): Add `first'.
12883
12884 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12885
12886 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12887 (mm-charset-override-alist): New variable.
12888 (mm-charset-to-coding-system): Use it.
12889 (mm-codepage-setup): New helper function.
12890 (mm-charset-eval-alist): New variable.
12891 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12892 Warn about unknown charsets.
12893
12894 2005-10-04 David Hansen <david.hansen@gmx.net>
12895
12896 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12897 (nnrss-check-group): Ditto.
12898
12899 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12900
12901 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12902 Rename x-gnus-verbatim to x-verbatim.
12903 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12904
12905 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12906 x-verbatim.
12907
12908 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12909
12910 * gnus-util.el (gnus-remove-duplicates): Remove.
12911
12912 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12913 instead of gnus-remove-duplicates.
12914
12915 * message.el (message-remove-duplicates): Remove.
12916 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12917 message-remove-duplicates.
12918
12919 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12920 available, else use implementation from `delete-dups'.
12921
12922 * message.el (message-insert-expires): New function.
12923 (message-mode-map): Add key binding.
12924 (message-mode-field-menu): Add menu entry.
12925 (message-mode): Document it.
12926 (message-make-expires-date): Use `message-make-date'.
12927
12928 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12929
12930 * message.el (message-make-expires-date): New function.
12931
12932 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12933
12934 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12935
12936 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12939 function rather than the diff-mode.el package.
12940 (mm-display-external): Use with-current-buffer.
12941 (mm-viewer-completion-map, mm-viewer-completion-map):
12942 Move initialization inside declaration.
12943
12944 2005-09-29 Simon Josefsson <jas@extundo.com>
12945
12946 * spam.el: Load hashcash when compiling, to avoid warnings.
12947 Don't autoload mail-check-payment.
12948 (spam-check-hashcash): Define unconditionally, since hashcash.el
12949 is part of Gnus now. Ignore errors from payment checking.
12950
12951 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12952
12953 * message.el (message-bold-region, message-unbold-region):
12954 Rename from `bold-region' and `unbold-region'.
12955
12956 * message.el: Remove useless autoloads.
12957
12958 2005-09-28 Simon Josefsson <jas@extundo.com>
12959
12960 * message.el (message-use-idna): Default to t.
12961 (message-use-idna): Test whether encoding works too. Doc fix.
12962
12963 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12964
12965 * nntp.el (nntp-warn-about-losing-connection): Remove.
12966
12967 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12968
12969 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12970 customizable. Change default value.
12971 (mm-uu-diff-groups-regexp): Change default value.
12972 (mm-uu-type-alist): Add doc string.
12973 (mm-uu-configure): Add doc string. Make it interactive.
12974 (mm-uu-tex-groups-regexp): New variable.
12975 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12976 (mm-uu-type-alist): Add LaTeX documents.
12977 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12978 of "text/verbatim".
12979 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12980
12981 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12982 instead of "text/verbatim".
12983
12984 * message.el (message-mark-inserted-region)
12985 (message-mark-insert-file): Use slrn style marks when called with
12986 prefix argument.
12987
12988 2005-09-27 Simon Josefsson <jas@extundo.com>
12989
12990 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12991
12992 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12993
12994 * message.el (message-remove-duplicates): New function.
12995 Implementation borrowed from `gnus-remove-duplicates'.
12996 (message-idna-to-ascii-rhs): Also encode idna addresses in
12997 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12998 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12999 only ask about the same idna domain once per header and also tell
13000 in what header to replace the idna domain.
13001
13002 * gnus-art.el (article-decode-idna-rhs): Also decode idna
13003 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13004 (article-decode-idna-rhs): Fix regexp so that all idna-address in
13005 a header is decoded and not just the last one.
13006
13007 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13008
13009 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13010 has been decoded.
13011
13012 * mm-decode.el (mm-automatic-display): Add text/verbatim.
13013 (mm-insert-part): Don't modify text if it has been decoded.
13014
13015 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13016 decoded.
13017
13018 * mm-view.el (mm-inline-text): Don't strip text props unless
13019 decoding enriched or richtext parts.
13020
13021 2005-09-25 Romain Francoise <romain@orebokech.com>
13022
13023 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13024 * gnus-start.el (gnus-subscribe-interactively):
13025 * gnus-uu.el (gnus-uu-grab-articles):
13026 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13027 space.
13028
13029 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13030
13031 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13032 * mm-view.el (mm-view-pkcs7-decrypt):
13033 * gnus-sum.el (gnus-summary-limit-to-extra)
13034 (gnus-summary-respool-article, gnus-read-move-group-name):
13035 * gnus-score.el (gnus-summary-increase-score):
13036 * gnus-util.el (gnus-completing-read-with-default):
13037 * gnus-art.el (gnus-read-save-file-name)
13038 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13039 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13040 * message.el (message-check-news-header-syntax):
13041 Follow convention for reading with the minibuffer.
13042
13043 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
13044
13045 * spam-report.el (spam-report-url-ping-plain):
13046 Use gnus-extended-version as User-Agent.
13047
13048 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13049 default value is nil.
13050
13051 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13052 (mm-uu-verbatim-marks-extract): New function.
13053 (mm-uu-extract): New face.
13054 (mm-uu-copy-to-buffer): Use it.
13055
13056 * spam-report.el (spam-report-gmane-ham): Rename from
13057 `spam-report-gmane-unspam'.
13058 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13059 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13060
13061 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13062 Autoload.
13063 (spam-report-gmane-unregister-routine):
13064 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13065
13066 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13067
13068 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13069 (spam-report-gmane-unregister-routine): Add support for gmane
13070 unregistration.
13071
13072 * spam-report.el (spam-report-gmane-unspam)
13073 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13074 (spam-report-gmane): Change to take a single article and do unspam
13075 registration.
13076
13077 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13078
13079 * mm-url.el (mm-url-decode-entities): Fix regexp.
13080
13081 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13082
13083 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13084 default to nil, to be able to use Gnus at all. If the default
13085 switches to something else, then the function should be fixed not
13086 be exceedingly slow.
13087
13088 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13089
13090 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13091 fail hard.
13092
13093 * spam-report.el: Add better Keywords line.
13094
13095 * spam.el: Add Maintainer and better Keywords line.
13096
13097 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13098
13099 * gnus-art.el (gnus-article-replace-part)
13100 (gnus-mime-replace-part): New functions.
13101 (gnus-mime-action-alist, gnus-mime-button-commands)
13102 (gnus-mime-save-part-and-strip): Add file argument.
13103 (gnus-article-part-wrapper): Add interactive argument.
13104
13105 * gnus-sum.el (gnus-summary-mime-map):
13106 Add `gnus-article-replace-part'.
13107
13108 2005-09-19 Didier Verna <didier@xemacs.org>
13109
13110 The nnml compaction feature:
13111 * nnml.el (nnml-request-compact-group): New function.
13112 * nnml.el (nnml-request-compact): New function.
13113 * gnus-int.el (gnus-request-compact-group): New function.
13114 * gnus-int.el (gnus-request-compact): New function.
13115 * gnus-group.el (gnus-group-compact-group): New function.
13116 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13117 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13118 * gnus-srvr.el (gnus-server-compact-server): New function.
13119 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13120 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13121
13122 2005-09-18 Deepak Goel <deego@gnufans.org>
13123
13124 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13125 format spec.
13126
13127 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13128
13129 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13130
13131 2005-09-15 Romain Francoise <romain@orebokech.com>
13132
13133 * message.el (message-fill-paragraph): Clarify docstring.
13134
13135 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13136
13137 * gnus-art.el (gnus-mime-display-part): Protect against broken
13138 MIME messages.
13139
13140 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13141
13142 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13143 before parsing header.
13144
13145 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13146
13147 * html2text.el (html2text-replace-list): Add new entities.
13148
13149 2005-09-11 Romain Francoise <romain@orebokech.com>
13150
13151 * message.el (message-alternative-emails): Improve docstring.
13152 (message-setup-1): Call `message-use-alternative-email-as-from'
13153 after `message-setup-hook' to give it precedence over posting
13154 styles, etc.
13155 (message-use-alternative-email-as-from): Add docstring.
13156 Remove the original From header if present.
13157
13158 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13159 (nnml-save-mail): Use it.
13160
13161 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13162 articles. Add new argument `silent'.
13163 (gnus-uu-mark-all): Report the total number of marked articles.
13164
13165 2005-09-10 Romain Francoise <romain@orebokech.com>
13166
13167 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13168 (gnus-uu-mark-series): Likewise.
13169
13170 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13171
13172 * spam-report.el (spam-report-gmane): Fix generation of spam
13173 report URL.
13174
13175 2005-09-10 Simon Josefsson <jas@extundo.com>
13176
13177 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13178 t, based on discussion on the ding list with Robert Epprecht
13179 <epprecht@solnet.ch>.
13180
13181 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13182
13183 * spam-report.el (spam-report-gmane): Make it work without
13184 X-Report-Spam header. Gmane now only provides Archived-At.
13185 This is only used if `spam-report-gmane-use-article-number' is nil.
13186 (spam-report-gmane-spam-header): Remove. Not used anymore.
13187
13188 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13189 make `gnus-summary-sort-by-recipient' work with threading.
13190
13191 * nnweb.el (nnweb-google-wash-article): Print a message if article
13192 is not available.
13193
13194 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13195
13196 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13197 change. Decode text/* parts content before displaying.
13198
13199 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13200
13201 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13202
13203 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13204
13205 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13206
13207 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13208
13209 * message.el (message-tab-body-function): Fix mismatched custom type.
13210
13211 * gnus.el (gnus-group-change-level-function): Ditto.
13212
13213 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13214
13215 * gnus-art.el (gnus-signature-limit)
13216 (gnus-article-mime-part-function): Ditto.
13217
13218 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13219
13220 * mml.el (mml-mode): Silence the byte compiler.
13221
13222 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13223 using `(sit-for 0)' before moving the point to the specified part;
13224 skip unbuttonized parts.
13225 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13226 return to the summary window if gnus-auto-select-part is non-nil.
13227
13228 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13229
13230 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13231 New variables.
13232 (mml-dnd-attach-file, mml-mode): Use them.
13233
13234 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13235 Make fetching article by MID work again for Google Groups.
13236 Add FIXME concerning gnus-group-make-web-group.
13237
13238 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13239 Don't depend on Gnus by using mail-extract-address-components if
13240 gnus-extract-address-components is not bound.
13241
13242 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13243
13244 * gnus-art.el (gnus-mime-display-security): Don't display the
13245 signature, but only the signed part.
13246
13247 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13248
13249 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13250
13251 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13252 list, not listp.
13253
13254 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13255
13256 * mm-encode.el (mm-encode-content-transfer-encoding):
13257 Likewise when encoding.
13258
13259 * mm-bodies.el (mm-decode-content-transfer-encoding):
13260 De-canonicalize CRLF for all text content types, not just
13261 text/plain.
13262
13263 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13264
13265 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13266 valid article; point arrow and cursor at the MIME button.
13267
13268 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13269
13270 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13271 Suggested by Dan Christensen <jdc@uwo.ca>.
13272
13273 * mm-decode.el (mm-save-part): Enable change of prompt.
13274
13275 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13276
13277 * gnus-msg.el (gnus-inews-add-send-actions):
13278 Make `message-post-method' lambda parameter ARG `&optional'.
13279
13280 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13281
13282 * gnus-sum.el (gnus-summary-mime-map):
13283 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13284 gnus-article-jump-to-part.
13285
13286 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13287 (gnus-article-edit-part): Use it.
13288 (gnus-article-part-wrapper): Add no-handle argument.
13289 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13290 New functions.
13291
13292 2005-08-29 Romain Francoise <romain@orebokech.com>
13293
13294 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13295 docstring.
13296 (gnus-face-from-file): Likewise.
13297
13298 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13299
13300 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13301 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13302 non-nil.
13303 (gnus-auto-select-part): New variable.
13304 (gnus-article-jump-to-part): New function.
13305 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13306 (gnus-mime-delete-part): Allow selecting specified part after
13307 deleting or stripping parts.
13308 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13309 part if argument is bogus.
13310
13311 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13312
13313 * gnus-art.el (w3m-minor-mode-map):
13314 * gnus-spec.el (gnus-newsrc-file-version):
13315 * gnus-util.el (nnmail-active-file-coding-system)
13316 (gnus-original-article-buffer, gnus-user-agent):
13317 * gnus.el (gnus-ham-process-destinations)
13318 (gnus-parameter-ham-marks-alist)
13319 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13320 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13321 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13322 * mm-decode.el (gnus-current-window-configuration):
13323 * mm-extern.el (gnus-article-mime-handles):
13324 * mm-url.el (url-current-object, url-package-name)
13325 (url-package-version):
13326 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13327 (smime-keys, w3m-cid-retrieve-function-alist)
13328 (w3m-current-buffer, w3m-display-inline-images)
13329 (w3m-minor-mode-map):
13330 * mml-smime.el (gnus-extract-address-components):
13331 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13332 (gnus-newsrc-hashtb, message-default-charset)
13333 (message-deletable-headers, message-options)
13334 (message-posting-charset, message-required-mail-headers)
13335 (message-required-news-headers):
13336 * mml1991.el (mc-pgp-always-sign):
13337 * mml2015.el (mc-pgp-always-sign):
13338 * nnheader.el (nnmail-extra-headers):
13339 * rfc1843.el (gnus-decode-encoded-word-function)
13340 (gnus-decode-header-function, gnus-newsgroup-name):
13341 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13342
13343 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13344
13345 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13346 the end of the date treatments.
13347
13348 2005-08-15 Simon Josefsson <jas@extundo.com>
13349
13350 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13351 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13352 Capello and Romain Francoise.
13353 (pgg-fetch-key-function): Remove, not used?
13354 (pgg-insert-url-with-w3): Require url, to get
13355 url-insert-file-contents regardless of where it is defined.
13356
13357 2005-08-13 Romain Francoise <romain@orebokech.com>
13358
13359 * message.el (message-cite-original-1): New function.
13360 (message-cite-original): Use it.
13361 (message-cite-original-without-signature): Ditto.
13362
13363 2005-08-08 Romain Francoise <romain@orebokech.com>
13364
13365 * message.el (message-yank-empty-prefix): New variable.
13366 (message-indent-citation): Use it.
13367 (message-cite-original-without-signature): Respect X-No-Archive.
13368
13369 2005-08-08 Simon Josefsson <jas@extundo.com>
13370
13371 * pgg.el: Autoload url-insert-file-contents instead of loading
13372 w3/url.
13373 (pgg-insert-url-with-w3): Don't load url here.
13374
13375 2005-08-07 Jesper Harder <harder@phys.au.dk>
13376
13377 * message.el (message-kill-to-signature): Don't insert newline at
13378 bol.
13379 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13380
13381 2005-08-06 Romain Francoise <romain@orebokech.com>
13382
13383 * message.el (message-user-fqdn): Fix typo in docstring.
13384
13385 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13386
13387 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13388
13389 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13390
13391 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13392
13393 * mm-bodies.el (mm-encode-body): Use coding system rather than
13394 charset to encode text.
13395
13396 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13397 number of charsets if utf-8 is available (XEmacs).
13398
13399 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13400
13401 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13402 taken from `gnus-button-mid-or-mail-regexp'.
13403 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13404 (gnus-button-alist): Improve regexp for domain part of the MIDs
13405 for news:localpart@domain buttons.
13406 (gnus-button-ctan-directory-regexp): Update.
13407
13408 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13409
13410 * sieve-manage.el (sieve-manage-interactive-login):
13411 Use make-local-variable rather than make-variable-buffer-local.
13412 (sieve-manage-open): Ditto.
13413 (sieve-manage-authenticate): Ditto.
13414
13415 * mml.el (mml-generate-mime-1): Make the content type default to
13416 text/plain if the filename is not specified.
13417
13418 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13419
13420 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13421 instead of insert-buffer.
13422
13423 * message.el (message-yank-original): Ditto; set the mark at the
13424 end of the yanked message.
13425
13426 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13427
13428 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13429 lines to scroll rather than to stop it.
13430
13431 * mml.el (mml-generate-default-type): Add doc string.
13432 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13433 default to application/octet-stream when determining the content
13434 type if it is not specified for the part or the mml contents; add
13435 a comment about mml-generate-default-type.
13436
13437 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13438
13439 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13440 make it default to application/octet-stream when determining the
13441 content type if it is not specified for the external contents.
13442
13443 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13444
13445 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13446 segmented parameter but also other parameters might be there.
13447
13448 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13449
13450 * mm-decode.el (mm-display-external): Delete temp file, directory
13451 and buffer immediately if the external process is exited.
13452
13453 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13454
13455 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13456 fewer lines than that of scroll-margin.
13457 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13458
13459 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13460
13461 * gnus-art.el (gnus-article-next-page): Revert.
13462 (gnus-article-beginning-of-window): New macro.
13463 (gnus-article-next-page-1): Use it.
13464 (gnus-article-prev-page): Ditto.
13465 (gnus-article-edit-part): Use insert-buffer-substring instead of
13466 insert-buffer.
13467 (gnus-article-edit-exit): Ditto.
13468
13469 * gnus-util.el (gnus-beginning-of-window): Remove.
13470 (gnus-end-of-window): Remove.
13471
13472 2005-07-25 Simon Josefsson <jas@extundo.com>
13473
13474 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13475 to have the url package without w3. Reported by Daiki Ueno
13476 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13477
13478 2005-07-20 Didier Verna <didier@xemacs.org>
13479
13480 * gnus-diary.el: Remove the description comment (nndiary is now
13481 properly documented in the Gnus manual).
13482 Fix the spelling of "Back End".
13483 * nndiary.el: Ditto.
13484 Fix the copyright notice.
13485
13486 2005-07-18 Romain Francoise <romain@orebokech.com>
13487
13488 * gnus-sum.el (gnus-summary-to-prefix)
13489 (gnus-summary-newsgroup-prefix): New variables.
13490 (gnus-summary-from-or-to-or-newsgroups): Use them.
13491
13492 2005-07-17 Romain Francoise <romain@orebokech.com>
13493
13494 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13495 space as it's generally not especially interesting to the user.
13496
13497 2005-07-16 Romain Francoise <romain@orebokech.com>
13498
13499 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13500 nil to avoid prompting and file modification if one of the
13501 messages at the top of the nnfolder file contains a copyright
13502 notice.
13503 Update copyright notice.
13504
13505 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13506 instead of `current-time-string' as the latter creates a time
13507 string that is not RFC 2822 compliant (it lacks the zone).
13508 Update copyright notice.
13509
13510 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13511
13512 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13513 for text/rtf. Display default in prompt. Pass default for M-n.
13514
13515 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13516
13517 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13518
13519 * gnus-msg.el (gnus-button-mailto):
13520 Remove save-selected-window-window hackery because it relies on
13521 save-selected-window internals.
13522
13523 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13524
13525 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13526 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13527 (gnus-article-prev-page): Ditto.
13528
13529 * gnus-util.el (gnus-beginning-of-window): New function.
13530 (gnus-end-of-window): New function.
13531
13532 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13533
13534 * gnus-score.el (gnus-score-edit-all-score):
13535 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13536 gnus-message.
13537
13538 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13539
13540 * gnus-msg.el (gnus-button-mailto):
13541 Remove save-selected-window-window hackery because it relies on
13542 save-selected-window internals.
13543
13544 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13545
13546 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13547 add-minor-mode.
13548 (gnus-binary-mode): Ditto.
13549
13550 * gnus-topic.el (gnus-topic-mode): Ditto.
13551
13552 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13553
13554 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13555 (gnus-article-prev-page): Take scroll-margin into consideration.
13556
13557 2005-07-04 Lute Kamstra <lute@gnu.org>
13558
13559 Update FSF's address in GPL notices.
13560
13561 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13562
13563 * gnus.el (gnus-exit):
13564 * gnus-group.el (gnus-group-icons):
13565 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13566
13567 * gnus-nocem.el (gnus-nocem):
13568 * message.el (message-various, message-buffers, message-sending)
13569 (message-interface, message-forwarding, message-insertion)
13570 (message-headers, message-news, message-mail):
13571 * pgg-gpg.el (pgg-gpg):
13572 * pgg-parse.el (pgg-parse):
13573 * pgg-pgp.el (pgg-pgp):
13574 * pgg-pgp5.el (pgg-pgp5):
13575 * pop3.el (pop3): Finish `defgroup' description with period.
13576
13577 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13578
13579 * gnus-art.el (article-display-face): Improve the efficiency.
13580 (article-display-x-face): Ditto; remove grey x-face stuff.
13581
13582 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13583
13584 * gnus-art.el (article-display-face): Correct the position in
13585 which Faces are inserted.
13586
13587 2005-06-29 Didier Verna <didier@xemacs.org>
13588
13589 * gnus-art.el (article-display-face): Display faces in correct
13590 order.
13591
13592 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13593
13594 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13595 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13596 (gnus-nocem-check-article): Fetch the Type header.
13597 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13598 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13599 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13600 make sure gnus-nocem-hashtb is initialized.
13601 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13602 (gnus-nocem-unwanted-article-p): Ditto.
13603
13604 * pgg.el (pgg-verify): Return the verification result.
13605
13606 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13607
13608 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13609 is ascii.
13610
13611 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13614 `show-nonbreak-escape'.
13615
13616 2005-06-23 Lute Kamstra <lute@gnu.org>
13617
13618 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13619
13620 * dig.el (dig-mode):
13621 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13622
13623 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13624
13625 * nnimap.el (nnimap-split-download-body): Fix spellings.
13626
13627 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13628
13629 * gnus-art.el (gnus-article-encrypt-body):
13630 * gnus-cus.el (gnus-score-customize):
13631 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13632 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13633
13634 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13635
13636 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13637 header by looking for magic "MII" at the beginnig.
13638
13639 2005-06-16 Miles Bader <miles@gnu.org>
13640
13641 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13642 (assistant-field-face): New backward-compatibility alias for renamed
13643 face.
13644 (assistant-render-text): Use renamed assistant-field face.
13645
13646 * spam.el (spam): Remove "-face" suffix from face name.
13647 (spam-face): New backward-compatibility alias for renamed face.
13648 (spam-face, spam-initialize): Use renamed spam face.
13649
13650 * message.el (message-header-to, message-header-cc)
13651 (message-header-subject, message-header-newsgroups)
13652 (message-header-other, message-header-name)
13653 (message-header-xheader, message-separator, message-cited-text)
13654 (message-mml): Remove "-face" suffix from face names.
13655 (message-header-to-face, message-header-cc-face)
13656 (message-header-subject-face, message-header-newsgroups-face)
13657 (message-header-other-face, message-header-name-face)
13658 (message-header-xheader-face, message-separator-face)
13659 (message-cited-text-face, message-mml-face):
13660 New backward-compatibility aliases for renamed faces.
13661 (message-font-lock-keywords): Use renamed message faces.
13662
13663 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13664 (sieve-test-commands, sieve-tagged-arguments):
13665 Remove "-face" suffix from face names.
13666 (sieve-control-commands-face, sieve-action-commands-face)
13667 (sieve-test-commands-face, sieve-tagged-arguments-face):
13668 New backward-compatibility aliases for renamed faces.
13669 (sieve-control-commands-face, sieve-action-commands-face)
13670 (sieve-test-commands-face, sieve-tagged-arguments-face):
13671 Use renamed sieve faces.
13672
13673 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13674 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13675 (gnus-group-news-3-empty, gnus-group-news-4)
13676 (gnus-group-news-4-empty, gnus-group-news-5)
13677 (gnus-group-news-5-empty, gnus-group-news-6)
13678 (gnus-group-news-6-empty, gnus-group-news-low)
13679 (gnus-group-news-low-empty, gnus-group-mail-1)
13680 (gnus-group-mail-1-empty, gnus-group-mail-2)
13681 (gnus-group-mail-2-empty, gnus-group-mail-3)
13682 (gnus-group-mail-3-empty, gnus-group-mail-low)
13683 (gnus-group-mail-low-empty, gnus-summary-selected)
13684 (gnus-summary-cancelled, gnus-summary-high-ticked)
13685 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13686 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13687 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13688 (gnus-summary-low-undownloaded)
13689 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13690 (gnus-summary-low-unread, gnus-summary-normal-unread)
13691 (gnus-summary-high-read, gnus-summary-low-read)
13692 (gnus-summary-normal-read, gnus-splash):
13693 Remove "-face" suffix from face names.
13694 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13695 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13696 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13697 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13698 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13699 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13700 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13701 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13702 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13703 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13704 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13705 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13706 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13707 (gnus-summary-normal-ticked-face)
13708 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13709 (gnus-summary-normal-ancient-face)
13710 (gnus-summary-high-undownloaded-face)
13711 (gnus-summary-low-undownloaded-face)
13712 (gnus-summary-normal-undownloaded-face)
13713 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13714 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13715 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13716 (gnus-splash-face):
13717 New backward-compatibility aliases for renamed faces.
13718 (gnus-group-startup-message): Use renamed gnus faces.
13719
13720 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13721 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13722 (gnus-server-agent): Remove "-face" suffix from face names.
13723 (gnus-server-agent-face, gnus-server-opened-face)
13724 (gnus-server-closed-face, gnus-server-denied-face)
13725 (gnus-server-offline-face):
13726 New backward-compatibility aliases for renamed faces.
13727 (gnus-server-agent-face, gnus-server-opened-face)
13728 (gnus-server-closed-face, gnus-server-denied-face)
13729 (gnus-server-offline-face): Use renamed gnus faces.
13730
13731 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13732 Remove "-face" suffix from face names.
13733 (gnus-picon-xbm-face, gnus-picon-face):
13734 New backward-compatibility aliases for renamed faces.
13735
13736 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13737 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13738 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13739 (gnus-cite-11): Remove "-face" suffix from face names.
13740 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13741 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13742 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13743 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13744 New backward-compatibility aliases for renamed faces.
13745 (gnus-cite-attribution-face, gnus-cite-face-list)
13746 (gnus-article-boring-faces): Use renamed gnus faces.
13747
13748 * gnus-art.el (gnus-signature, gnus-header-from)
13749 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13750 (gnus-header-content): Remove "-face" suffix from face names.
13751 (gnus-signature-face, gnus-header-from-face)
13752 (gnus-header-subject-face, gnus-header-newsgroups-face)
13753 (gnus-header-name-face, gnus-header-content-face):
13754 New backward-compatibility aliases for renamed faces.
13755 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13756
13757 * gnus-sum.el (gnus-summary-selected-face)
13758 (gnus-summary-highlight): Use renamed gnus faces.
13759 * gnus-group.el (gnus-group-highlight): Likewise.
13760
13761 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13762
13763 * gnus-sieve.el (gnus-sieve-article-add-rule):
13764 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13765 * spam-stat.el (spam-stat-buffer-change-to-spam)
13766 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13767
13768 * message.el (message-is-yours-p):
13769 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13770
13771 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13772
13773 * mm-view.el (mm-inline-text): Withdraw the last change.
13774
13775 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13776
13777 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13778 executing enriched-decode.
13779
13780 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13783 charset of tar files.
13784
13785 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13786
13787 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13788
13789 2005-06-04 Lute Kamstra <lute@gnu.org>
13790
13791 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13792 information is never recorded.
13793
13794 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13797
13798 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13799
13800 * pop3.el (pop3-apop): Run md5 in the binary mode.
13801
13802 * starttls.el (starttls-set-process-query-on-exit-flag):
13803 Use eval-and-compile.
13804
13805 2005-05-31 Simon Josefsson <jas@extundo.com>
13806
13807 * smime.el (smime-replace-in-string): Define.
13808 (smime-cert-by-ldap-1): Use it.
13809
13810 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13811
13812 * gnus-art.el (article-display-x-face): Replace
13813 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13814
13815 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13816 set-process-query-on-exit-flag or process-kill-without-query.
13817
13818 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13819 loop instead of replace-regexp.
13820
13821 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13822 instead of process-kill-without-query if it is available.
13823
13824 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13825 instead of find-file-hooks if it is available.
13826
13827 * mml1991.el: Bind pgg-default-user-id when compiling.
13828
13829 * mml2015.el: Bind pgg-default-user-id when compiling.
13830
13831 * nndraft.el (nndraft-request-associate-buffer):
13832 Use write-contents-functions instead of write-contents-hooks if it is
13833 available.
13834
13835 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13836 instead of find-file-hooks if it is available.
13837
13838 * nntp.el (nntp-open-connection): Replace
13839 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13840 (nntp-open-ssl-stream): Ditto.
13841 (nntp-open-tls-stream): Ditto.
13842
13843 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13844 set-process-query-on-exit-flag or process-kill-without-query.
13845 (starttls-open-stream-gnutls): Use it instead of
13846 process-kill-without-query.
13847 (starttls-open-stream): Ditto.
13848
13849 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13850
13851 * smime.el (smime-cert-by-ldap-1): Don't use
13852 replace-regexp-in-string.
13853
13854 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13855
13856 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13857
13858 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13859 in PEM format. Adjust to the XEmacs compability.
13860
13861 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13862
13863 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13864 by `string-to-number'.
13865 * gnus-agent.el (gnus-agent-regenerate-group)
13866 (gnus-agent-fetch-articles): Ditto.
13867 * gnus-art.el (gnus-button-fetch-group): Ditto.
13868 * gnus-cache.el (gnus-cache-generate-active)
13869 (gnus-cache-articles-in-group): Ditto.
13870 * gnus-group.el (gnus-group-set-current-level)
13871 (gnus-group-insert-group-line): Ditto.
13872 * gnus-score.el (gnus-score-set-expunge-below)
13873 (gnus-score-set-mark-below, gnus-summary-score-effect)
13874 (gnus-summary-score-entry): Ditto.
13875 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13876 (gnus-soup-pack): Ditto.
13877 * gnus-spec.el (gnus-xmas-format): Ditto.
13878 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13879 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13880 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13881 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13882 * nndb.el (nndb-get-remote-expire-response): Ditto.
13883 * nndiary.el (nndiary-parse-schedule-value)
13884 (nndiary-string-to-number, nndiary-request-replace-article)
13885 (nndiary-request-article): Ditto.
13886 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13887 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13888 * nneething.el (nneething-make-head): Ditto.
13889 * nnfolder.el (nnfolder-request-article)
13890 (nnfolder-retrieve-headers): Ditto.
13891 * nnheader.el (nnheader-file-to-number): Ditto.
13892 * nnkiboze.el (nnkiboze-request-article): Ditto.
13893 * nnmail.el (nnmail-process-unix-mail-format)
13894 (nnmail-process-babyl-mail-format): Ditto.
13895 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13896 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13897 (nnmh-request-create-group, nnmh-request-list-1)
13898 (nnmh-request-group, nnmh-request-article): Ditto.
13899 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13900 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13901 * nnsoup.el (nnsoup-make-active): Ditto.
13902 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13903 * nntp.el (nntp-find-group-and-number)
13904 (nntp-retrieve-headers-with-xover): Ditto.
13905 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13906 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13907 (pgg-format-key-identifier): Ditto.
13908 * pop3.el (pop3-last, pop3-stat): Ditto.
13909 * qp.el (quoted-printable-decode-region): Ditto.
13910
13911 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13912 of concat.
13913
13914 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13915
13916 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13917
13918 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13919
13920 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13921
13922 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13923
13924 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13925
13926 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13927
13928 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13929 (gnus-carpal-mode): Ditto.
13930
13931 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13932 (gnus-browse-mode): Ditto.
13933
13934 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13935
13936 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13937
13938 2005-05-29 Richard M. Stallman <rms@gnu.org>
13939
13940 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13941
13942 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13943
13944 * gnus-util.el (gnus-run-mode-hooks): New function.
13945
13946 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13947
13948 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13949
13950 * gnus-agent.el (gnus-agent-make-mode-line-string):
13951 Use mode-line-highlight as mouse-face.
13952
13953 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13954
13955 * canlock.el (canlock): Change the parent group to news.
13956
13957 * deuglify.el (gnus-outlook-deuglify): Add :group.
13958
13959 * dig.el (dig): Add :group.
13960
13961 * dns-mode.el (dns-mode): Add :group.
13962
13963 * encrypt.el (encrypt): Add :group.
13964
13965 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13966 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13967 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13968 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13969 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13970
13971 * gnus-diary.el (gnus-diary): Add :group.
13972
13973 * gnus.el (gnus-group-news-1-face): Add :group.
13974 (gnus-group-news-1-empty-face): Ditto.
13975 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13976 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13977 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13978 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13979 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13980 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13981 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13982 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13983 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13984 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13985 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13986 (gnus-summary-high-ticked-face): Ditto.
13987 (gnus-summary-low-ticked-face): Ditto.
13988 (gnus-summary-normal-ticked-face): Ditto.
13989 (gnus-summary-high-ancient-face): Ditto.
13990 (gnus-summary-low-ancient-face): Ditto.
13991 (gnus-summary-normal-ancient-face): Ditto.
13992 (gnus-summary-high-undownloaded-face): Ditto.
13993 (gnus-summary-low-undownloaded-face): Ditto.
13994 (gnus-summary-normal-undownloaded-face): Ditto.
13995 (gnus-summary-high-unread-face): Ditto.
13996 (gnus-summary-low-unread-face): Ditto.
13997 (gnus-summary-normal-unread-face): Ditto.
13998 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13999 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14000
14001 * hashcash.el (hashcash): New custom group.
14002 (hashcash-default-payment): Add :group.
14003 (hashcash-payment-alist): Ditto.
14004 (hashcash-default-accept-payment): Ditto.
14005 (hashcash-accept-resources): Ditto.
14006 (hashcash-path): Ditto.
14007 (hashcash-extra-generate-parameters): Ditto.
14008 (hashcash-double-spend-database): Ditto.
14009 (hashcash-in-news): Ditto.
14010
14011 * message.el (message-minibuffer-local-map): Add :group.
14012
14013 * netrc.el (netrc): Add :group.
14014
14015 * sieve-manage.el (sieve-manage-log): Add :group.
14016 (sieve-manage-default-user): Diito.
14017 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14018 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14019 (sieve-manage-authenticators): Ditto.
14020 (sieve-manage-authenticator-alist): Ditto.
14021 (sieve-manage-default-port): Ditto.
14022
14023 * sieve-mode.el (sieve-control-commands-face): Add :group.
14024 (sieve-action-commands-face): Ditto.
14025 (sieve-test-commands-face): Ditto.
14026 (sieve-tagged-arguments-face): Ditto.
14027
14028 * smime.el (smime): Add :group.
14029
14030 * spam-report.el (spam-report): Add :group.
14031
14032 * spam.el (spam, spam-face): Add :group.
14033
14034 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14035
14036 * nntp.el (nntp-next-result-arrived-p): Some news servers may
14037 return \n.\n.\n at the end of articles. Protect against that.
14038 (nntp-with-open-group): Allow debugging.
14039
14040 * nnheader.el (mail-header-set-extra): Make into a function
14041 because I just could't understand how to quote the list properly.
14042
14043 * dns.el (query-dns-cached): New function.
14044
14045 2005-05-26 Lute Kamstra <lute@gnu.org>
14046
14047 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14048
14049 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * gnus-art.el: Don't autoload mail-extract-address-components.
14052
14053 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14054 eval-and-compile to evaluate it.
14055
14056 * hashcash.el: Don't autoload executable-find.
14057
14058 * nndb.el: Don't declare the nndb back end two or more times; don't
14059 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14060
14061 * nntp.el: Autoload format-spec instead of format; use
14062 eval-and-compile to evaluate autoload forms.
14063
14064 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14065
14066 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14067
14068 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14069
14070 * gnus.el (gnus-version-number): Bump version.
14071
14072 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14073
14074 * gnus.el: No Gnus v0.3 is released.
14075
14076 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14077
14078 * gnus-art.el (gnus-article-edit-part): Disable undo.
14079
14080 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14081
14082 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14083 gnus-article-date-lapsed-new-header is t if date timer is active;
14084 skip headers in which the original date value is empty.
14085 (gnus-article-save-original-date): Redefine it as a macro.
14086 (gnus-display-mime): Use it.
14087
14088 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14089
14090 * gnus-art.el (article-date-ut): Support converting date in
14091 forwarded parts as well.
14092 (gnus-article-save-original-date): New function.
14093 (gnus-display-mime): Use it.
14094
14095 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14096
14097 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14098 enclosure element of <item>.
14099
14100 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14101
14102 * message.el (message-kill-buffer-query): Rename from
14103 `message-kill-buffer-query-if-modified'. Add :version.
14104
14105 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14106
14107 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14108 window layout.
14109
14110 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14111
14112 * mml.el: Autoload dnd when compiling.
14113
14114 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14115
14116 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14117 x-dnd-*.
14118
14119 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14120
14121 * qp.el (quoted-printable-encode-region): Save excursion.
14122
14123 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14124
14125 * message.el (message-kill-buffer-query-if-modified): Add new variable
14126 so the user can kill a modified message buffer quickly.
14127 (message-kill-buffer): Use it.
14128
14129 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14130
14131 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14132 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14133
14134 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14135
14136 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14137 contained in text because xml.el decodes entities) with LFs.
14138
14139 2005-04-11 Lute Kamstra <lute@gnu.org>
14140
14141 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14142 differently.
14143
14144 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * mm-util.el (mm-detect-coding-region): Typo.
14147
14148 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14149
14150 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14151
14152 2005-04-06 Deepak Goel <deego@gnufans.org>
14153
14154 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14155 user-function allow user modifications of the scores.
14156 (spam-stat-score-buffer-user): New function, to allow
14157 user-computed modifications to the score.
14158 (spam-stat-score-buffer-user-functions): List of additional
14159 scoring functions.
14160 (spam-stat-error-holder): Global temporary error holder.
14161 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14162 variable.
14163
14164 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14165
14166 * gnus-registry.el (gnus-registry-clean-empty-function)
14167 (gnus-registry-trim, gnus-registry-fetch-groups)
14168 (gnus-registry-delete-group): Groups that match
14169 `gnus-registry-ignored-groups' are removed from the registry
14170 entries, not just ignored for splitting. This helps clean up the
14171 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14172 to get all the groups a message ID is in.
14173
14174 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14175 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14176 (spam-stat-score-buffer-user-functions): Add :number custom type.
14177
14178 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14179
14180 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14181 argument in XEmacs.
14182
14183 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14184 (nnrss-request-group): Decode group name first.
14185 (nnrss-request-article): Make a text/plain article if mml-to-mime
14186 failed.
14187 (nnrss-get-encoding): Return a compatible encoding according to
14188 nnrss-compatible-encoding-alist.
14189 (nnrss-find-el): Use consp instead of listp.
14190 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14191
14192 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14193
14194 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14195 which Emacs 20 doesn't support.
14196 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14197
14198 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14199
14200 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14201 silence the byte compiler inside the defun.
14202
14203 * gnus-demon.el (parse-time-string): Add autoload.
14204
14205 * gnus-delay.el (parse-time-string): Add autoload.
14206
14207 * gnus-art.el (parse-time-string): Add autoload.
14208
14209 * nnultimate.el (parse-time): Require for `parse-time-string'.
14210
14211 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14212
14213 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14214
14215 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14216
14217 * smime.el (smime-ldap-host-list): Add :version.
14218
14219 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14220
14221 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14222 pass it to `gnus-browse-read-group'.
14223 (gnus-browse-read-group): Add NUMBER argument and pass it to
14224 `gnus-group-read-ephemeral-group'.
14225
14226 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14227 argument and pass it to `gnus-group-read-group'.
14228
14229 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14230
14231 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14232 mm-xemacs-find-mime-charset-1 if we have the mule feature
14233 available at runtime.
14234
14235 2005-03-25 Werner Lemberg <wl@gnu.org>
14236
14237 * nnmaildir.el: Replace `illegal' with `invalid'.
14238
14239 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14240
14241 * gnus-start.el (gnus-display-time-event-handler):
14242 Check display-time-timer at runtime rather than only at load time
14243 in case display-time-mode is turned off in the mean time.
14244
14245 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14246
14247 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14248 used.
14249
14250 * nneething.el (nneething-map-file-directory): Derive from
14251 `gnus-directory'.
14252
14253 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14254 the To/Cc button.
14255
14256 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14257
14258 * nnmaildir.el (nnmaildir-request-accept-article):
14259 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14260
14261 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14262
14263 * gnus-async.el: Require timer-funcs at compile time when in
14264 XEmacs for `run-with-idle-timer'.
14265
14266 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14267
14268 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14269 autoloaded function.
14270
14271 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14272
14273 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14274
14275 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14276
14277 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14278
14279 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14280
14281 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14282 Add gnus-expert-user to default.
14283
14284 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14285
14286 * nnimap.el (nnimap-open-server): Ditto.
14287
14288 * imap.el (imap-authenticate): Fix typo.
14289
14290 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14291
14292 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14293 buffer (since IMAP server might return FETCH response out of
14294 order, and the nntp buffer must be sorted).
14295
14296 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14297
14298 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14299 comparison on string.
14300
14301 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14302 (gnus-agent-score): Rename category keywords to match gnus-cus.
14303 (gnus-agent-summary-fetch-series): Modify to protect against
14304 gnus-agent-summary-fetch-group clearing processable flags.
14305 (gnus-agent-synchronize-group-flags): Update live group buffer as
14306 synchronization may occur due to the user toggle the plugged
14307 status.
14308 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14309 successfully downloaded.
14310 (gnus-agent-expire-group-1): Avoid using markers when the overview
14311 is in ascending order; greatly improves performance.
14312 (gnus-agent-regenerate-group):
14313 Use gnus-agent-synchronize-group-flags to reset read status in both
14314 gnus and server.
14315 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14316
14317 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14318
14319 * message.el: Don't autoload former message-utils variables.
14320 (message-strip-subject-trailing-was): Change doc string.
14321
14322 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14323 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14324 (nnweb-google-search): Add "hl=en" here.
14325 (nnweb-google-parse-1, nnweb-google-create-mapping):
14326 Don't hardcode URL.
14327
14328 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14329
14330 * message.el (message-get-reply-headers, message-followup):
14331 Mention related variables `message-use-followup-to' and
14332 `message-use-mail-followup-to', in the information buffer.
14333
14334 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14335 of broken groups(-beta).google.com.
14336
14337 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14338
14339 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14340 parameter to invoked gnus-request-move-article; remove the
14341 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14342 all at once instead of once per article.
14343 (gnus-summary-remove-process-mark): Accept a list of articles as
14344 well as a single article for processing.
14345
14346 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14347 parameter.
14348
14349 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14350
14351 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14352
14353 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14354 parameter.
14355
14356 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14357 parameter.
14358
14359 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14360 parameter and remove the gnus-sum-hint-move-is-internal variable.
14361
14362 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14363 parameter.
14364
14365 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14366 parameter.
14367
14368 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14369 parameter.
14370
14371 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14372
14373 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14374 parameter.
14375
14376 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14377 parameter.
14378
14379 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14382 a more conservative way.
14383
14384 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14387 buffer, so it moves the window's cursor.
14388
14389 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14390
14391 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14392 `mm-dissect-multipart' and receive the from field as an (optional)
14393 argument from `mm-dissect-multipart'.
14394 (mm-dissect-multipart): Receive the from field as an argument and
14395 pass it on when we call `mm-dissect-buffer' on MIME parts.
14396 Fixes verification/decryption of signed/encrypted MIME parts.
14397
14398 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14399
14400 * gnus-sum.el (gnus-summary-move-article):
14401 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14402 whatever it calls (right now, only nnimap-request-move article
14403 respects it).
14404
14405 * nnimap.el (nnimap-request-move-article):
14406 When gnus-sum-hint-move-is-internal is set, don't do the extra
14407 nnimap-request-article.
14408
14409 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14410
14411 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14412
14413 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14414 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14415
14416 * gnus-sum.el (gnus-summary-caesar-message):
14417 Apply `gnus-treat-article' after rotation.
14418
14419 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14420 doc string.
14421
14422 2005-02-22 Simon Josefsson <jas@extundo.com>
14423
14424 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14425 `password-cache-expiry' instead). Reported by Arne Jørgensen
14426 <arne@arnested.dk>.
14427 (encrypt): Add password-cache and password-cache-expiry as group
14428 members.
14429
14430 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14431
14432 * smime.el (smime-ldap-host-list): Doc fix.
14433 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14434 cache) password.
14435 (smime-sign-region): Use it.
14436 (smime-decrypt-region): Use it.
14437 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14438 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14439 fails.
14440 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14441 certificate from DER to PEM format rather than calling openssl.
14442
14443 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14444
14445 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14446 for signing/encryption.
14447
14448 * mml.el (mml-parse-1): Use them.
14449
14450 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14451
14452 * nnrss.el (nnrss-verbose): Remove.
14453 (nnrss-request-group): Use `nnheader-message' instead.
14454
14455 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14456
14457 * nnrss.el (nnrss-verbose): New variable.
14458 (nnrss-request-group): Make it say nnrss is requesting a group.
14459
14460 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14461
14462 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14463 Handle news URL with given port correctly.
14464
14465 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14466
14467 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14468 containing special characters.
14469
14470 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14471
14472 * mml.el (mime-to-mml): Ditto.
14473
14474 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14475 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14476 (rfc2047-decode-region): Quote decoded words containing special
14477 characters when rfc2047-quote-decoded-words-containing-tspecials
14478 is non-nil.
14479
14480 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14481
14482 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14483
14484 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14485
14486 2005-02-15 Simon Josefsson <jas@extundo.com>
14487
14488 * nnimap.el (nnimap-debug): Doc fix.
14489
14490 * imap.el (imap-debug): Doc fix.
14491
14492 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14495
14496 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14497
14498 * gnus.el (spam-contents): Improve docs for spam-contents
14499 parameter in its variable incarnation.
14500
14501 2005-02-14 Simon Josefsson <jas@extundo.com>
14502
14503 * smime-ldap.el: Use require instead of load-library for ldap.
14504 (smime-ldap-search): Indent.
14505 (smime-ldap-search-internal): Shorten line.
14506
14507 * smime.el (smime-cert-by-dns): Add doc-string.
14508 (smime-cert-by-ldap-1): Indent.
14509
14510 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14511 mml-smime-get-dns-ldap.
14512 (mml-smime-encrypt-query): Use new function. Default to ldap.
14513
14514 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14515
14516 * smime.el: Require smime-ldap.
14517 (smime-ldap-host-list): New variable.
14518 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14519
14520 * mml-smime.el (mml-smime-encrypt-query): New function.
14521 (mml-smime-encrypt-query): Use it.
14522
14523 * smime-ldap.el: New file.
14524
14525 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14526
14527 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14528
14529 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14530
14531 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14532 argument in doc string. Make query for type more clear.
14533
14534 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14535
14536 * gnus.el (gnus-group-startup-message): Search for gnus images in
14537 etc/images/gnus.
14538 * mm-util.el (mm-image-load-path): Likewise.
14539 * smiley.el (smiley-data-directory): Search for smilies in
14540 etc/images/smilies.
14541
14542 2005-02-09 Kim F. Storm <storm@cua.dk>
14543
14544 Change Emacs release version from 21.4 to 22.1 throughout.
14545 Change Emacs development version from 21.3.50 to 22.0.50.
14546
14547 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14548
14549 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14550
14551 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14552 non-Mule XEmacs as well.
14553 (mm-decompress-buffer): Signal an error intentionally if it does
14554 not decompress compressed data because auto-compression-mode is
14555 disabled.
14556
14557 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14558
14559 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14560 an ID in the registry even if it has no groups.
14561
14562 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14563
14564 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14565 merge it into mm-decompress-buffer.
14566 (gnus-mime-copy-part): Use the MIME part charset, the value which
14567 a user specified or gnus-newsgroup-charset for decoding, like
14568 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14569 save-buffer what was used. Suggested by Kevin Ryde
14570 <user42@zip.com.au>.
14571 (gnus-mime-inline-part): Allow the name parameter as well as the
14572 filename parameter; force decompressing of compressed data; always
14573 display contents being not decoded as unibyte.
14574
14575 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14576 as well as the filename parameter.
14577
14578 * mm-util.el (mm-decompress-buffer):
14579 Merge gnus-mime-jka-compr-maybe-uncompress.
14580 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14581 of compressed data.
14582
14583 2005-02-08 Simon Josefsson <jas@extundo.com>
14584
14585 * imap.el (imap-log): Doc fix.
14586
14587 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14588
14589 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14590 the coding cookies; decompress compressed parts.
14591
14592 * mml.el (mml-generate-mime-1): Add the charset parameter according
14593 to the value which a user specified manually or the coding cookie.
14594
14595 * mm-util.el (mm-string-to-multibyte): New function.
14596 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14597 (mm-coding-system-to-mime-charset): New function.
14598 (mm-decompress-buffer): New function.
14599 (mm-find-buffer-file-coding-system): New function.
14600
14601 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14602 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14603 parts.
14604
14605 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14606
14607 * mm-view.el (mm-display-inline-fontify): Decode a part according
14608 to the charset parameter.
14609
14610 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14611
14612 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14613 prefix arg is neither nil nor a number, as info specifies.
14614
14615 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14616
14617 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14618 timestamps.
14619
14620 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14621
14622 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14623 groups error checking and notify user.
14624
14625 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14626
14627 * message.el (message-send-mail-function): Check existence of
14628 sendmail-program first before using default value
14629 `message-send-mail-with-sendmail'. Otherwise use more generic
14630 `smtpmail-send-it'.
14631
14632 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14633
14634 * nntp.el (nntp-request-update-info): Always return nil.
14635
14636 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14639
14640 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14641
14642 * message.el (message-beginning-of-line): Change the behavior when
14643 invoked between BOL and : so that it first moves backward.
14644
14645 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14646
14647 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14648 article buffer when editing of the article is discarded.
14649 (gnus-article-prepare): Revert.
14650
14651 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14652
14653 * gnus-art.el (gnus-article-prepare):
14654 Remove message-strip-forbidden-properties from the local hook.
14655
14656 2005-01-27 Simon Josefsson <jas@extundo.com>
14657
14658 * password.el (password-cache-add): Only start one timer per key.
14659 Reported by Derek Atkins <warlord@MIT.EDU>.
14660
14661 2005-01-26 Steve Youngs <steve@sxemacs.org>
14662
14663 * run-at-time.el: Remove. It is no longer needed as
14664 timer-funcs.el in the xemacs-base package has a working version of
14665 `run-at-time'.
14666
14667 * password.el: Require timer-funcs instead of run-at-time in
14668 XEmacs.
14669 Remove `password-run-at-time' macro.
14670 (password-cache-add): Use `run-at-time' instead of
14671 `password-run-at-time'.
14672
14673 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14674 for `run-with-idle-timer'.
14675
14676 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14677 for `run-at-time'.
14678
14679 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14680 for `with-timeout'.
14681
14682 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14683
14684 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14685 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14686
14687 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14688
14689 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14690 sensitively.
14691
14692 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14693
14694 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14695
14696 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14697
14698 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14699 which will be inserted according to the multibyteness of a buffer
14700 rather than the type of contents. Suggested by ARISAWA Akihiro
14701 <ari@mbf.ocn.ne.jp>.
14702
14703 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14704 of string which old xml.el may return rather than a string.
14705
14706 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14707
14708 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14709
14710 2005-01-16 Simon Josefsson <jas@extundo.com>
14711
14712 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14713 idn/idna.el isn't available.
14714 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14715 <michael@waxrat.com>.
14716
14717 * hashcash.el: Remove non-FSF copyright header.
14718
14719 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14720 (hashcash-generate-payment): Use it.
14721 (hashcash-generate-payment-async): Use it.
14722
14723 2005-01-15 Simon Josefsson <jas@extundo.com>
14724
14725 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14726 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14727
14728 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14729 gnus-summary-idna-message.
14730 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14731 (gnus-summary-idna-message): New function.
14732
14733 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14734
14735 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14736 gnus-novice-user.
14737
14738 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14739
14740 * nnrss.el (nnrss-request-delete-group): Delete entries in
14741 nnrss-group-alist as well.
14742 (nnrss-save-server-data): Insert newline.
14743
14744 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14745
14746 * gnus.el (gnus-user-agent): Use list of symbols instead of
14747 symbols. Display full version number for (S)XEmacs.
14748 Optionally display (S)XEmacs codename.
14749
14750 * gnus-util.el (gnus-emacs-version): Update for new
14751 `gnus-user-agent'.
14752
14753 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14754 Gnus version.
14755
14756 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14757
14758 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14759 which is unreadable in some setups.
14760
14761 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * gnus-spec.el (gnus-update-format-specifications): Flush the
14764 group format spec cache if it doesn't support decoded group names.
14765
14766 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14767
14768 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14769 Allow to apply decay on score files matching a regexp.
14770
14771 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14772
14773 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14774 compatibility in %g and %c.
14775
14776 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14777
14778 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14779 name for only %g and %c.
14780 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14781 of gnus-tmp-group to decoded group name.
14782 (gnus-group-make-rss-group): Exclude `/'s from group names.
14783
14784 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14785
14786 * nnrss.el (nnrss-get-encoding): Fix regexp.
14787
14788 2004-12-27 Simon Josefsson <jas@extundo.com>
14789
14790 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14791 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14792 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14793
14794 2004-12-17 Kim F. Storm <storm@cua.dk>
14795
14796 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14797
14798 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14799
14800 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14801
14802 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14803
14804 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14805
14806 * nnrss.el: Require rfc2047 and mml.
14807 (nnrss-file-coding-system): New variable.
14808 (nnrss-format-string): Redefine it as an inline function.
14809 (nnrss-decode-group-name): New function.
14810 (nnrss-string-as-multibyte): Remove.
14811 (nnrss-retrieve-headers): Decode group name; don't use
14812 nnrss-format-string.
14813 (nnrss-request-group): Decode group name.
14814 (nnrss-request-article): Decode group name; allow a Message-ID as
14815 well as an article number; don't use nnrss-format-string; encode a
14816 Message-ID string which may contain non-ASCII characters; use
14817 mml-to-mime to compose a MIME article.
14818 (nnrss-request-expire-articles): Decode group name.
14819 (nnrss-request-delete-group): Decode group name.
14820 (nnrss-fetch): Clarify error message.
14821 (nnrss-read-server-data): Use insert-file-contents instead of load;
14822 bind file-name-coding-system; use multibyte buffer.
14823 (nnrss-save-server-data): Bind coding-system-for-write to the
14824 value of nnrss-file-coding-system; bind file-name-coding-system;
14825 add coding cookie.
14826 (nnrss-read-group-data): Use insert-file-contents instead of load;
14827 bind file-name-coding-system; use multibyte buffer.
14828 (nnrss-save-group-data): Bind coding-system-for-write to the
14829 value of nnrss-file-coding-system; bind file-name-coding-system.
14830 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14831 make it work with non-ASCII text.
14832 (nnrss-find-el): Make it work with old xml.el as well.
14833
14834 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14835
14836 * nnrss.el (nnrss-get-encoding): New function.
14837 (nnrss-fetch): Use unibyte buffer initially; bind
14838 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14839 decode contents according to the encoding attribute.
14840 (nnrss-save-group-data): Add coding cookie.
14841 (nnrss-mime-encode-string): New function.
14842 (nnrss-check-group): Use it to encode subject and author.
14843
14844 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14845
14846 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14847 imaginary variable.
14848
14849 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14850
14851 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14852 correctly even if there are wide characters.
14853
14854 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14855
14856 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14857 downcased symbol names; make a new cache instead of reusing
14858 bbdb-hashtable.
14859
14860 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14861
14862 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14863 concatenating segments rather than before concatenating them.
14864 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14865
14866 * message.el (message-get-reply-headers): Bind `extra'.
14867
14868 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14869
14870 * message.el (message-extra-wide-headers): New variable.
14871 (message-get-reply-headers): Use it.
14872
14873 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14876 (gnus-agent-group-pathname): Ditto.
14877
14878 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14879
14880 * gnus-group.el (gnus-group-make-group): Decode group name.
14881 (gnus-group-make-rss-group): Register the group data after opening
14882 the nnrss group.
14883
14884 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14885
14886 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14887 by expiry now get marked as read.
14888
14889 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14890
14891 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14892
14893 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14894
14895 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14896 unify Latin characters in XEmacs.
14897 (mm-find-mime-charset-region): Use it.
14898
14899 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14900
14901 * gnus-util.el (gnus-delete-directory): New function.
14902
14903 * gnus-agent.el (gnus-agent-delete-group): Use it.
14904
14905 * gnus-cache.el (gnus-cache-delete-group): Use it.
14906
14907 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14908
14909 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14910 names.
14911
14912 2004-12-16 Simon Josefsson <jas@extundo.com>
14913
14914 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14915
14916 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14917
14918 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14919
14920 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14921 (gnus-group-set-current-level): Decode group name.
14922
14923 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14924
14925 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14926 failed.
14927
14928 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14929
14930 * gnus-group.el (gnus-group-delete-group): Decode group name.
14931 (gnus-group-make-rss-group): Encode group name.
14932 (gnus-group-catchup-current): Decode group name.
14933 (gnus-group-kill-group): Decode group name.
14934
14935 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14936
14937 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14938
14939 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * gnus-group.el (gnus-group-make-rss-group):
14942 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14943
14944 * gnus-start.el (gnus-setup-news): Honor user's setting to
14945 gnus-message-archive-method. Suggested by Lute Kamstra
14946 <lute@gnu.org>.
14947
14948 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14949
14950 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14951 global counterparts of the buffer-local variables.
14952
14953 2004-11-16 Romain Francoise <romain@orebokech.com>
14954
14955 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14956 counterparts of the buffer-local variables.
14957
14958 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14959
14960 * message.el (message-forbidden-properties): Fix typo in doc
14961 string.
14962
14963 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14964
14965 * gnus-util.el (gnus-replace-in-string): Add doc string.
14966
14967 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14968 to avoid problems when splitting mails with many recipients.
14969
14970 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14971
14972 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14973 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14974
14975 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14976
14977 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14978 if there is no hashtable in memory or file modification time is
14979 newer than cached timestamp.
14980
14981 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14982
14983 * gnus-sum.el (gnus-summary-limit-to-recipient):
14984 Implement not-matching option.
14985
14986 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14987
14988 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14989 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14990 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14991 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14992 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14993 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14994
14995 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * message.el (message-forward-make-body-mml): Remove headers
14998 according to message-forward-ignored-headers if a message is decoded.
14999
15000 2004-12-02 Romain Francoise <romain@orebokech.com>
15001
15002 * message.el (message-forward-make-body-plain): Always remove
15003 headers according to message-forward-ignored-headers.
15004
15005 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
15006
15007 * spam.el (spam-summary-prepare-exit): Remove the
15008 gnus-summary-limit pop for now, it has problems with ham marks for
15009 me.
15010
15011 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
15012
15013 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15014 correctly.
15015
15016 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
15017
15018 * format-spec.el (format-spec): Message the char.
15019
15020 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
15021
15022 * gnus-art.el (gnus-split-methods): Reformat comments.
15023
15024 * spam.el (spam-summary-prepare-exit): Remove article limits
15025 before exiting the summary buffer.
15026
15027 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15028
15029 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15030 order to silence the byte compiler.
15031
15032 * spam.el: Fix the way to silence the byte compiler, which
15033 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15034 bbdb-search-simple, spam-BBDB-register-routine,
15035 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15036 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15037 spam-stat-buffer-is-spam, spam-stat-load,
15038 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15039 spam-stat-save and spam-stat-split-fancy.
15040
15041 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15042
15043 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15044 which may confuse users.
15045 (canlock-password-for-verify): Ditto.
15046
15047 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15048
15049 * gnus-art.el (gnus-emphasis-alist): Ditto.
15050
15051 * gnus-registry.el (gnus-registry-max-entries): Ditto.
15052
15053 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15054
15055 * gnus-start.el (gnus-save-killed-list): Ditto.
15056
15057 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15058 (gnus-sum-thread-tree-root): Ditto.
15059 (gnus-sum-thread-tree-false-root): Ditto.
15060 (gnus-sum-thread-tree-single-indent): Ditto.
15061
15062 * message.el (message-courtesy-message): Ditto.
15063 (message-archive-note): Ditto.
15064 (message-subscribed-address-file): Ditto.
15065 (message-user-fqdn): Ditto.
15066
15067 * spam-report.el (spam-report-gmane-regex): Ditto.
15068
15069 * spam.el (spam-blackhole-good-server-regex): Ditto.
15070
15071 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15072
15073 * mml.el (mml-preview): Widen the message buffer before copying
15074 the contents to the preview buffer; sort headers before previewing.
15075
15076 * message.el (message-hidden-headers): Fix the way to avoid a bug
15077 in the `repeat' widget in Emacs 21.3 or earlier.
15078
15079 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15080
15081 * message.el (message-hidden-headers): Default to "^References:".
15082 Improve customization type. Suggested by Reiner Steib
15083 <Reiner.Steib@gmx.de>.
15084
15085 2004-11-25 Romain Francoise <romain@orebokech.com>
15086
15087 * message.el (message-strip-forbidden-properties): Remove check for
15088 obsolete `message-hidden' text property, hidden headers are not
15089 accessible in the buffer anymore.
15090
15091 2004-11-22 Romain Francoise <romain@orebokech.com>
15092
15093 * message.el (message-header-format-alist): Add `From' in list
15094 so that it can be sorted.
15095 (message-fix-before-sending): Widen and sort headers before
15096 sending.
15097 (message-hide-headers): Use narrowing to hide headers by moving
15098 them to the top of the buffer and narrowing to the region
15099 underneath.
15100
15101 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15102
15103 * message.el (message-strip-forbidden-properties):
15104 Bind buffer-read-only (etc) to nil.
15105
15106 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15107
15108 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15109 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15110
15111 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15112
15113 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15114
15115 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15116
15117 * dns.el (query-dns): Use sit-for to time instead of
15118 accept-process-output, since that doesn't seem to work on udp
15119 sockets.
15120
15121 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15122
15123 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15124
15125 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15126
15127 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15128 doc string. Improve doc string.
15129
15130 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * nntp.el (nntp-request-update-info): Return nil if
15133 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15134 may not call gnus-activate-group which uselessly issues the GROUP
15135 commands for all nntp groups and wastes time. Reported by Romain
15136 Francoise <romain@orebokech.com>.
15137
15138 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15139
15140 2004-11-15 Simon Josefsson <jas@extundo.com>
15141
15142 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15143 headers separately.
15144 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15145 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15146
15147 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15148
15149 * gnus-start.el (gnus-convert-old-newsrc):
15150 Assign legacy-gnus-agent to 5.10.7.
15151
15152 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15153
15154 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15155 start of the lines.
15156
15157 2004-11-14 Magnus Henoch <mange@freemail.hu>
15158
15159 * hashcash.el (hashcash-default-payment): Change default to 20.
15160 (hashcash-default-accept-payment): Change default to 20.
15161 (hashcash-process-alist): New variable.
15162 (hashcash-generate-payment-async): Add.
15163 (hashcash-already-paid-p): Add.
15164 (hashcash-insert-payment): Don't generate payments twice.
15165 (hashcash-insert-payment-async): Add.
15166 (hashcash-insert-payment-async-2): Add.
15167 (hashcash-cancel-async): Add.
15168 (hashcash-wait-async): Add.
15169 (hashcash-processes-running-p): Add.
15170 (hashcash-wait-or-cancel): Add.
15171 (mail-add-payment): New optional argument. Conditionally start
15172 asynchronous calculation.
15173 (mail-add-payment-async): Add.
15174
15175 * message.el (message-send-mail): Wait for asynchronous hashcash
15176 results. Don't clobber existing X-Hashcash headers.
15177 (message-setup-1): Call mail-add-payment-async when
15178 message-generate-hashcash is non-nil.
15179
15180 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15181
15182 * message.el (message-use-alternative-email-as-from): Examine the
15183 From header as well; use message-make-from in order to include a
15184 user's full name.
15185
15186 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15187
15188 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15189 default; improve customization type.
15190 (gnus-emphasis-custom-with-format): New macro.
15191 (gnus-emphasis-custom-value-to-external): New function.
15192 (gnus-emphasis-custom-value-to-internal): New function.
15193
15194 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15195
15196 * dns.el (query-dns): Resolve reverse addresses.
15197
15198 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15199
15200 * gnus-group.el (gnus-group-get-new-news): Use it.
15201
15202 * gnus-start.el (gnus-check-reasonable-setup): New function.
15203
15204 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15205
15206 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15207 "Args out of range" error. Reported by Arnaud Giersch
15208 <arnaud.giersch@free.fr>.
15209
15210 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15211
15212 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15213
15214 2004-11-04 Richard M. Stallman <rms@gnu.org>
15215
15216 * spam.el (spam group): Add :version.
15217
15218 * pgg-def.el (pgg group): Add :version.
15219
15220 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15221
15222 * gnus-art.el (gnus-article-edit-article): Don't associate the
15223 article buffer with a draft file. This is a temporary measure
15224 against the 2004-08-22 change to gnus-article-edit-mode.
15225
15226 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15227
15228 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15229 (html2text-format-tags): Remove unused variable `attr'.
15230
15231 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15232
15233 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15234
15235 * spam-stat.el (spam-stat): Add :version.
15236
15237 * sieve.el (sieve): Add :version.
15238
15239 * sha1.el (sha1): Add :version.
15240 (sha1-use-external): Remove redundant version.
15241
15242 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15243 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15244 (nnmail-split-fancy-match-partial-words)
15245 (nnmail-split-lowercase-expanded): Add :version.
15246
15247 * nndiary.el (nndiary): Add :version.
15248
15249 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15250
15251 * mml-sec.el (mml-default-sign-method)
15252 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15253 Add :version.
15254
15255 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15256
15257 * mm-url.el (mm-url-use-external, mm-url-program)
15258 (mm-url-arguments): Add :version.
15259
15260 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15261 (mm-attachment-file-modes, mm-decrypt-option)
15262 (mm-w3m-safe-url-regexp): Add :version.
15263
15264 * message.el (message-cite-prefix-regexp)
15265 (message-sendmail-envelope-from, message-minibuffer-local-map)
15266 (message-user-fqdn, message-completion-alist): Add :version.
15267
15268 * gnus-win.el (gnus-configure-windows-hook)
15269 (gnus-use-frames-on-any-display): Add :version.
15270
15271 * gnus-art.el (gnus-article-address-banner-alist)
15272 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15273 (gnus-treat-from-picon, gnus-treat-mail-picon)
15274 (gnus-treat-x-pgp-sig): Add :version.
15275
15276 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15277 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15278 (gnus-summary-article-delete-hook)
15279 (gnus-summary-display-while-building): Add :version.
15280
15281 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15282 (gnus-get-top-new-news-hook): Add :version.
15283
15284 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15285 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15286
15287 * gnus-registry.el (gnus-registry): Add :version.
15288
15289 * gnus-spec.el (gnus-use-correct-string-widths)
15290 (gnus-make-format-preserve-properties): Add :version.
15291
15292 * gnus.el (gnus-group-charter-alist)
15293 (gnus-group-fetch-control-use-browse-url)
15294 (gnus-install-group-spam-parameters): Add :version.
15295
15296 * gnus-diary.el (gnus-diary): Add :version.
15297
15298 * gnus-delay.el (gnus-delay): Add :version.
15299
15300 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15301 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15302 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15303 Add :version.
15304
15305 * gnus-agent.el (gnus-agent-max-fetch-size)
15306 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15307 (gnus-agent-prompt-send-queue): Add :version.
15308
15309 * deuglify.el (gnus-outlook-deuglify): Add :version.
15310
15311 * html2text.el: Beautify code. Improve doc strings.
15312 Some checkdoc cleanup.
15313 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15314
15315 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15316
15317 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15318
15319 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15320
15321 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15322 when package is loaded.
15323
15324 * spam.el (spam-summary-score-preferred-header): Add global preference
15325 for people who want to override the default SpamAssassin over
15326 Bogofilter preference (when both are set).
15327 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15328 (spam-user-format-function-S):
15329 Check spam-summary-score-preferred-header.
15330 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15331 (spam-user-format-function-S): Format the score correctly.
15332
15333 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15334
15335 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15336 signature file. Suggested by Manoj Srivastava
15337 <srivasta@golden-gryphon.com>.
15338
15339 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15340 iso-2022-jp even in the Japanese language environment.
15341 Suggested by Jason Rumney <jasonr@gnu.org>.
15342
15343 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15344
15345 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15346 use the same characters as the dummy marks; make it free from
15347 getting affected by the language environment.
15348 (gnus-summary-read-group-1): Update mark positions only when the
15349 format spec is updated.
15350
15351 * gnus-spec.el (gnus-update-format-specifications): Return a list
15352 of updated types.
15353
15354 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15355
15356 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15357 of boundp to check if display-warning is available.
15358
15359 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15360
15361 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15362
15363 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15364
15365 * nnspool.el (nnspool-spool-directory): Use news-path if the
15366 news-directory variable is not bound.
15367
15368 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15369 function instead of display-warning if it is not available.
15370
15371 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15372
15373 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15374 v5-10: Use `point-at-bol'.
15375
15376 2004-10-26 Simon Josefsson <jas@extundo.com>
15377
15378 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15379 <chenggao@gmail.com>.
15380
15381 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15382
15383 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15384 instead.
15385
15386 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15387
15388 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15389 to remove a server from the nnimap-server-buffer-alist.
15390 (nnimap-open-connection, nnimap-close-server): Use it.
15391
15392 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15393
15394 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15395
15396 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15397 running the major-mode function.
15398
15399 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15400
15401 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15402 dummy marks in the right way.
15403
15404 2004-10-18 David Edmondson <dme@dme.org>
15405
15406 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15407 excessively.
15408
15409 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15410
15411 * gnus-util.el (gnus-split-references): Accept a nil references
15412 string and go on blissfully.
15413
15414 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15415 cases where the references string is non-nil but has no references.
15416
15417 * encrypt.el: Add autoload tags.
15418
15419 * spam.el (spam-resolve-registrations-routine): Remove article
15420 from unregistration list too. Reported by David Hanak
15421 <dhanak@isis.vanderbilt.edu>
15422
15423 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15424
15425 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15426 nil. Change custom type.
15427
15428 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15429
15430 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15431
15432 * gnus-sum.el (gnus-summary-move-article): Use it.
15433
15434 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15435
15436 * encrypt.el: Add autoload cookies.
15437
15438 * spam.el (spam-backend-article-list-property)
15439 (spam-backend-get-article-todo-list)
15440 (spam-backend-put-article-todo-list)
15441 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15442 Resolve registrations separately.
15443 (spam-register-routine): Format comments.
15444 (spam-unregister-routine, spam-register-routine): Always call with
15445 specific-articles, no default list.
15446 (spam-summary-prepare-exit): Use the spam-classifications function.
15447
15448 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15449 gnus-encrypt.el.
15450
15451 * encrypt.el: Copied from gnus-encrypt.el.
15452
15453 * gnus-encrypt.el: Commented that it's obsolete.
15454
15455 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15456
15457 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15458 (gnus-score-save): Use it.
15459
15460 * message.el (message-bury): Use `window-dedicated-p'.
15461
15462 2004-10-15 Simon Josefsson <jas@extundo.com>
15463
15464 * pop3.el (top-level): Don't require nnheader.
15465 (pop3-read-timeout): Add.
15466 (pop3-accept-process-output): Add.
15467 (pop3-read-response, pop3-retr): Use it.
15468
15469 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15470
15471 * spam.el (spam-register-routine): Move comment.
15472 (spam-verify-bogofilter): Use 'unknown for the initial
15473 spam-bogofilter-valid state, not 'never.
15474
15475 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15476 for netrc-machine.
15477
15478 * nnimap.el (nnimap-open-connection):
15479 Use netrc-machine-user-or-password.
15480
15481 2004-10-17 Richard M. Stallman <rms@gnu.org>
15482
15483 * gnus-registry.el (gnus-registry-unload-hook):
15484 Set as a variable with add-hook.
15485
15486 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15487 of news-path.
15488
15489 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15490
15491 * spam.el: Delete duplicate `provide'.
15492 (spam-unload-hook): Set as a variable with add-hook.
15493
15494 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15495
15496 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15497 in the doc string.
15498
15499 * message.el (message-ignored-news-headers)
15500 (message-ignored-supersedes-headers)
15501 (message-ignored-resent-headers)
15502 (message-forward-ignored-headers): Improve custom type.
15503
15504 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15505
15506 * message.el (message-tokenize-header): Fix 2004-09-06 change
15507 which used point-min in the wrong place.
15508
15509 2004-10-12 Simon Josefsson <jas@extundo.com>
15510
15511 * tls.el (tls-certtool-program): New variable.
15512 (tls-certificate-information): New function, based on
15513 ssl-certificate-information.
15514
15515 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15516
15517 * compface.el: Move the version of ELisp-based uncompface program
15518 to the contrib directory because of the copyright problem.
15519
15520 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15521
15522 * message.el (message-kill-buffer): Raise the current frame.
15523
15524 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15525
15526 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15527
15528 * gnus.el (message-y-or-n-p): Autoload.
15529
15530 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15531 (pop3-password-required, pop3-authentication-scheme)
15532 (pop3-leave-mail-on-server): Make customizable.
15533 (pop3): New custom group.
15534 (pop3-retr): Remove `sleep-for' statements.
15535 Suggested by Dave Love <fx@gnu.org>.
15536
15537 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15538 Windows/DOS.
15539
15540 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15541 (imap-parse-body): Fix incorrect use of `assert'.
15542 Suggested by Dave Love <fx@gnu.org>.
15543
15544 * mml.el (mml-minibuffer-read-disposition): Require match.
15545 Suggested by Dave Love <fx@gnu.org>.
15546
15547 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15548
15549 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15550 doc string.
15551
15552 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15553
15554 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15555
15556 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15557
15558 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15559 instead of calling `mm-insert-inline', to decode text/* parts
15560 before displaying them.
15561
15562 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15563
15564 * mm-uu.el (mm-uu-text-plain-type): New variable.
15565 (mm-uu-pgp-signed-extract-1): Use it.
15566 (mm-uu-pgp-encrypted-extract-1): Use it.
15567 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15568 bind mm-uu-text-plain-type with that value.
15569 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15570 mm-uu-dissect.
15571
15572 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15573
15574 * gnus-group.el (gnus-update-group-mark-positions):
15575 * gnus-sum.el (gnus-update-summary-mark-positions):
15576 * message.el (message-check-news-body-syntax):
15577 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15578 of string-as-multibyte.
15579
15580 2004-10-05 Juri Linkov <juri@jurta.org>
15581
15582 * gnus-group.el (gnus-update-group-mark-positions):
15583 * gnus-sum.el (gnus-update-summary-mark-positions):
15584 * message.el (message-check-news-body-syntax):
15585 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15586 8-bit unibyte values to a multibyte string for search functions.
15587
15588 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15589
15590 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15591 (mm-uu-dissect-text-parts): New function.
15592
15593 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15594 dissect text parts.
15595
15596 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15597 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15598
15599 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15600
15601 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15602 Use gnus-current-topics instead of gnus-current-topic.
15603
15604 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15605
15606 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15607
15608 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15609
15610 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15611 where approriate.
15612
15613 * nnml.el (nnml-generate-active-info): do.
15614
15615 * nndiary.el (nndiary-generate-active-info): do.
15616
15617 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15618 (gnus-topic-move): do.
15619
15620 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15621 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15622
15623 * gnus-srvr.el (gnus-server-prepare)
15624 (gnus-server-open-all-servers): do.
15625
15626 * gnus-msg.el (gnus-summary-cancel-article)
15627 (gnus-summary-resend-message)
15628 (gnus-summary-mail-crosspost-complaint): do.
15629
15630 * gnus-move.el (gnus-change-server): do.
15631
15632 * gnus-group.el (gnus-group-unmark-all-groups)
15633 (gnus-group-set-current-level): do.
15634
15635 2004-10-04 Simon Josefsson <jas@extundo.com>
15636
15637 * message.el (message-generate-hashcash): Doc fix.
15638
15639 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15640
15641 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15642 avoid infinite recursion via gnus-get-function.
15643
15644 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15645
15646 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15647
15648 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15649
15650 * nnmail.el (nnmail-split-history): do.
15651
15652 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15653 (nnml-request-delete-group): do.
15654
15655 * nnslashdot.el (nnslashdot-read-groups): do.
15656
15657 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15658 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15659
15660 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15661 (nnspool-sift-nov-with-sed): Use last.
15662 (nnspool-retrieve-headers-with-nov): Use mapc.
15663 (nnspool-request-newgroups): Use dolist.
15664 (nnspool-request-group): Use last.
15665
15666 * nntp.el (nntp-read-server-type): Use dolist.
15667
15668 * nnvirtual.el (nnvirtual-create-mapping)
15669 (nnvirtual-update-read-and-marked): Use dolist.
15670 (nnvirtual-convert-headers): Simplify.
15671
15672 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15673
15674 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15675 Add support for sync'ing tick marks.
15676
15677 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15678
15679 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15680 there's no visible header.
15681
15682 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15683
15684 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15685 When necessary, pass full group name to gnus-request-set-marks.
15686
15687 2004-10-01 Simon Josefsson <jas@extundo.com>
15688
15689 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15690 acroread.
15691
15692 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15693
15694 * spam-report.el (spam-report-gmane): Fix interactive.
15695
15696 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15697
15698 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15699 when writing file.
15700 (gnus-agent-synchronize-flags): Don't default to being
15701 interactive.
15702
15703 2004-09-30 Simon Josefsson <jas@extundo.com>
15704
15705 * message.el (message-generate-hashcash): Add.
15706 (message-send-mail): Use it, call mail-add-payment.
15707
15708 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15709
15710 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15711
15712 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15713
15714 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15715 gnus-requst-update-info with explicit code to sync the in-memory
15716 info read flags with the marks being sync'd to the backend.
15717
15718 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15719
15720 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15721
15722 * spam.el (spam-verify-bogofilter): Add new function.
15723 (spam-check-bogofilter)
15724 (spam-bogofilter-register-with-bogofilter): Use it.
15725 (spam-verify-bogofilter): Add small fixes.
15726
15727 2004-09-28 Simon Josefsson <jas@extundo.com>
15728
15729 * hashcash.el (hashcash-generate-payment): Revert.
15730
15731 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15732
15733 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15734 Use gnus-extract-references instead of gnus-split-references.
15735
15736 * gnus-util.el (gnus-extract-references): Add new function, analogous
15737 to gnus-split-references but extracts only the message-ID without
15738 anything extra.
15739
15740 * hashcash.el (hashcash-generate-payment)
15741 (hashcash-check-payment): Do the right thing if hashcash-path is
15742 nil (because the hashcash program could not be found).
15743
15744 * spam.el (spam-use-hashcash): Remove comment.
15745
15746 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15747
15748 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15749 (gnus-cache-enter-article, gnus-cache-remove-article)
15750 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15751
15752 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15753
15754 * gnus-art.el (article-hide-boring-headers)
15755 (article-translate-strings, article-display-face)
15756 (gnus-article-mime-match-handle-first)
15757 (gnus-article-highlight-headers)
15758 (gnus-article-add-buttons-to-head): do.
15759
15760 2004-09-27 Simon Josefsson <jas@extundo.com>
15761
15762 * hashcash.el: New version, from
15763 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15764 ../contrib/.
15765
15766 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15767
15768 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15769
15770 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15771
15772 * gnus-dup.el (gnus-dup-open): Use mapc.
15773 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15774
15775 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15776 Reported by Stefan Wiens <s.wi@gmx.net>.
15777
15778 * gnus.el (gnus-shutdown): Use dolist.
15779
15780 * gnus-undo.el (gnus-undo): Use mapc.
15781
15782 * nnrss.el (nnrss-generate-active): do.
15783
15784 * message.el (message-cite-original-without-signature)
15785 (message-cite-original): Use mapc.
15786 (message-do-actions, message-make-forward-subject): Use dolist.
15787
15788 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15789
15790 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15791 deletion to remove entire duplicate line. Fixes merged article
15792 number bug.
15793
15794 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15795
15796 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15797 servers that are offline. Avoids having gnus-agent-toggle-plugged
15798 first ask if you want to open a server and then, even when you
15799 responded with no, asking if you want to synchronize the server's
15800 flags.
15801 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15802 multi-line expressions.
15803 (gnus-agent-synchronize-group-flags): New internal function.
15804 Updates marks in memory (in the info structure) AND in the
15805 backend.
15806
15807 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15808
15809 * nnagent.el (nnagent-request-set-mark):
15810 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15811 method, to ensure that synchronization updates marks in the
15812 backend and in the info (in memory) structure.
15813
15814 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15815
15816 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15817 convention fully; don't miss the root article of a thread; make
15818 the X-Draft-From header with correct article numbers.
15819
15820 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15821
15822 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15823 unless plugged. Disable the agent so that an open failure causes
15824 an error.
15825
15826 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15827 Revert 2004-09-21 change. The backend must be opened while
15828 synchronizing flags even when the backend stores the flags
15829 locally.
15830
15831 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15832
15833 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15834 in `header' match. Reported by Svend Tollak Munkejord.
15835
15836 * message.el (message-cite-original): Fix use of
15837 `message-cite-articles-with-x-no-archive'.
15838
15839 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15840
15841 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15842 (gnus-window-to-buffer): Ditto.
15843
15844 * mml.el (mml-preview-buffer): New variable.
15845 (mml-preview): Manage window layout with gnus-buffer-configuration.
15846
15847 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15848 X-Draft-From header even if those articles aren't quoted.
15849
15850 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15851
15852 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15853 (gnus-request-set-mark, gnus-request-update-mark): Use new
15854 g-s-t-u-l-m to decide to use backend even when unplugged.
15855
15856 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15857
15858 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15859 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15860
15861 2004-09-20 Simon Josefsson <jas@extundo.com>
15862
15863 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15864 "utf-16-le".
15865
15866 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15867
15868 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15869
15870 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15871
15872 * uudecode.el (uudecode-use-external): Add :version.
15873
15874 * smime.el (smime-CA-file, smime-encrypt-cipher)
15875 (smime-dns-server): Add :version.
15876
15877 * smiley.el (gnus-smiley-file-types): Add :version.
15878
15879 * sha1.el (sha1-use-external): Add :version.
15880
15881 * pgg-def.el (pgg-query-keyserver): Add :version.
15882
15883 * nnmail.el (nnmail-fancy-expiry-targets)
15884 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15885 Add :version.
15886
15887 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15888 (nnimap-retrieve-groups-asynchronous): Add :version.
15889 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15890
15891 * mml.el (mml-content-disposition-parameters)
15892 (mml-insert-mime-headers-always): Add :version.
15893
15894 * mm-util.el (mm-coding-system-priorities): Add :version.
15895
15896 * mm-decode.el (mm-inline-text-html-with-images)
15897 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15898 (mm-verify-option): Add :version.
15899 (mm-text-html-renderer): Change :version.
15900
15901 * message.el (message-fcc-externalize-attachments)
15902 (message-required-headers, message-draft-headers)
15903 (message-subject-trailing-was-query)
15904 (message-subject-trailing-was-ask-regexp)
15905 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15906 (message-mark-insert-end, message-archive-header)
15907 (message-archive-note, message-cross-post-default)
15908 (message-cross-post-note, message-followup-to-note)
15909 (message-cross-post-note-function, message-use-mail-followup-to)
15910 (message-subscribed-address-functions)
15911 (message-subscribed-address-file, message-subscribed-addresses)
15912 (message-subscribed-regexps, message-allow-no-recipients)
15913 (message-yank-cited-prefix, message-signature-insert-empty-line)
15914 (message-hidden-headers, message-hierarchical-addresses)
15915 (message-mail-user-agent, message-use-idna)
15916 (message-valid-fqdn-regexp)
15917 (message-strip-special-text-properties, message-header-synonyms)
15918 (message-beginning-of-line, message-tab-body-function): Add :version.
15919 (message-insert-canlock, message-wide-reply-confirm-recipients):
15920 Change :version.
15921
15922 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15923 and :version.
15924 (mail-source-delete-old-incoming-confirm)
15925 (mail-source-movemail-program): Add :version.
15926
15927 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15928 (gnus-agent-cache, gnus-agent): Change :version.
15929
15930 * gnus-util.el (gnus-use-byte-compile): Change :version.
15931
15932 * gnus-sum.el (gnus-summary-make-false-root-always)
15933 (gnus-summary-default-high-score)
15934 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15935 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15936 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15937 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15938 (gnus-sum-thread-tree-single-indent)
15939 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15940 (gnus-sum-thread-tree-leaf-with-other)
15941 (gnus-sum-thread-tree-single-leaf): Add :version.
15942 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15943 (gnus-article-loose-mime): Change :version.
15944
15945 * gnus-start.el (gnus-backup-startup-file)
15946 (gnus-save-startup-file-via-temp-buffer): Add :version.
15947
15948 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15949 (gnus-server-offline-face): Add :version.
15950
15951 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15952
15953 * gnus-msg.el (gnus-gcc-externalize-attachments)
15954 (gnus-debug-files, gnus-debug-exclude-variables)
15955 (gnus-discouraged-post-methods): Change :version.
15956 (gnus-confirm-mail-reply-to-news)
15957 (gnus-confirm-treat-mail-like-news): Add :version.
15958
15959 * gnus-int.el (gnus-server-unopen-status): Add :version.
15960
15961 * gnus-group.el (gnus-group-jump-to-group-prompt)
15962 (gnus-large-ephemeral-newsgroup)
15963 (gnus-fetch-old-ephemeral-headers): Add :version.
15964
15965 * gnus-fun.el (gnus-x-face-directory)
15966 (gnus-convert-pbm-to-x-face-command)
15967 (gnus-convert-image-to-x-face-command)
15968 (gnus-convert-image-to-face-command): Add :version.
15969
15970 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15971
15972 * gnus-cite.el (gnus-cite-blank-line-after-header)
15973 (gnus-article-boring-faces): Add :version.
15974
15975 * gnus-art.el (gnus-buttonized-mime-types)
15976 (gnus-inhibit-mime-unbuttonizing)
15977 (gnus-treat-display-face)
15978 (gnus-treat-body-boundary): Change :version.
15979 (gnus-body-boundary-delimiter, gnus-picon-databases)
15980 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15981 (gnus-treat-date-english, gnus-treat-fold-headers)
15982 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15983 (gnus-treat-mail-picon, gnus-treat-wash-html)
15984 (gnus-article-encrypt-protocol)
15985 (gnus-use-idna, gnus-article-over-scroll)
15986 (gnus-mime-display-multipart-alternative-as-mixed)
15987 (gnus-mime-display-multipart-related-as-mixed)
15988 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15989 (gnus-ctan-url, gnus-button-ctan-handler)
15990 (gnus-button-handle-ctan-bogus-regexp)
15991 (gnus-button-ctan-directory-regexp)
15992 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15993 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15994 (gnus-button-man-level, gnus-button-emacs-level)
15995 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15996
15997 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15998 (gnus-agent-go-online): Change :version.
15999 (gnus-agent-expire-unagentized-dirs)
16000 (gnus-agent-auto-agentize-methods): Add :version.
16001
16002 * flow-fill.el (fill-flowed-display-column)
16003 (fill-flowed-encode-column): Add :version.
16004
16005 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16006 (gnus-outlook-deuglify-unwrap-max)
16007 (gnus-outlook-deuglify-cite-marks)
16008 (gnus-outlook-deuglify-unwrap-stop-chars)
16009 (gnus-outlook-deuglify-no-wrap-chars)
16010 (gnus-outlook-deuglify-attrib-cut-regexp)
16011 (gnus-outlook-deuglify-attrib-verb-regexp)
16012 (gnus-outlook-deuglify-attrib-end-regexp)
16013 (gnus-outlook-display-hook): Add :version.
16014
16015 * binhex.el (binhex-use-external): Add :version.
16016
16017 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
16018
16019 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16020 and `invisible'.
16021
16022 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16023
16024 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16025 in gnus-registry-trim.
16026
16027 2004-09-13 Simon Josefsson <jas@extundo.com>
16028
16029 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16030
16031 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16032
16033 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16034 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16035 <yamaoka@jpl.org>.
16036 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16037 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16038 <yamaoka@jpl.org>.
16039
16040 * sieve.el (sieve-manage-mode): Ditto.
16041
16042 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
16043
16044 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16045
16046 2004-09-11 Simon Josefsson <jas@extundo.com>
16047
16048 * dns-mode.el: Add.
16049
16050 * mm-view.el (mm-display-dns-inline): Add.
16051
16052 * mm-decode.el (mm-inline-media-tests): Add text/dns.
16053 (mm-automatic-display): Ditto.
16054
16055 * mailcap.el (mailcap-mime-data): Add text/dns.
16056 (mailcap-mime-extensions): Map .soa to text/dns.
16057
16058 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16059
16060 * gnus-art.el (article-decode-mime-words, article-babel)
16061 (gnus-article-highlight-signature, gnus-article-add-buttons)
16062 (gnus-signature-toggle): Remove unnecessary bindings of
16063 `inhibit-read-only' inherited from v5.10 merge.
16064
16065 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16066
16067 * nntp.el (nntp): New customization group.
16068 (nntp-authinfo-file): Add customization group.
16069
16070 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16071
16072 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16073
16074 * gnus.el (to-address, to-list, subscribed)
16075 (large-newsgroup-initial): Ditto.
16076
16077 * flow-fill.el (fill-flowed-display-column)
16078 (fill-flowed-encode-column): Ditto.
16079
16080 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16081
16082 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16083 Use point-min rather than 1.
16084 (message-send-mail): Use buffer-size rather than point-max.
16085
16086 * gnus-sum.el (gnus-summary-search-article-forward):
16087 Signal a specific `search-failed' rather than a generic `error'.
16088
16089 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16090 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16091 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16092
16093 2004-09-10 Simon Josefsson <jas@extundo.com>
16094
16095 * nndb.el (require): Remove tcp and duplicate cl.
16096
16097 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16098
16099 * gnus-agent.el (directory-files-and-attributes): Move forward.
16100
16101 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16102
16103 * gnus-agent.el (directory-files-and-attributes):
16104 Optionally defined to support XEmacs.
16105
16106 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16107
16108 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16109 to avoid run-time CL dependencies.
16110 (gnus-agent-unfetch-articles): New function.
16111 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16112 article numbers even when local .overview file is missing.
16113 (gnus-agent-read-article-number): New function. Only accepts
16114 27-bit article numbers.
16115 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16116 Use gnus-agent-read-article-number.
16117 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16118 from backend while recognizing that article numbers in .overview
16119 must be valid.
16120 (gnus-agent-update-files-total-fetched-for):
16121 Use directory-files-and-attributes to improve performance.
16122 * gnus-int.el (gnus-request-move-article):
16123 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16124 improve performance.
16125
16126 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16127 some users confused by references to .newsrc when they only have a
16128 .newsrc.eld file.
16129 (gnus-convert-mark-converter-prompt)
16130 (gnus-convert-converter-needs-prompt): Fix use of property list.
16131 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16132 New function. Used internally to only display 'gnus converting
16133 files' message when actually necessary.
16134
16135 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16136 methods now autoloaded.
16137
16138 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16139
16140 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16141 identifiers.
16142
16143 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16144
16145 * gnus-picon.el: Fix indentation and closing parenthesis.
16146
16147 2004-09-01 Simon Josefsson <jas@extundo.com>
16148
16149 * message.el (message-canlock-generate): Require sha1, not
16150 sha1-el. (Can we get rid of this require altogether? It is ugly
16151 to require within a function. Sadly, if sha1.el isn't loaded, the
16152 let binding in m-c-g will hide the defcustom definition, which is
16153 bad.)
16154
16155 * canlock.el: Require sha1, not sha1-el.
16156
16157 * message.el: Don't autoload sha1 (there is a autoload cookie in
16158 sha1.el).
16159
16160 * sha1-el.el: Rename to sha1.el.
16161
16162 2004-08-30 Juanma Barranquero <lektu@terra.es>
16163
16164 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16165
16166 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16169
16170 2004-08-30 Kim F. Storm <storm@cua.dk>
16171
16172 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16173
16174 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16175 Add :group 'nnimap.
16176
16177 2004-08-30 Andreas Schwab <schwab@suse.de>
16178
16179 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16180 ?* and ?\;.
16181
16182 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16183 and ?\' to symbol instead of whitespace.
16184
16185 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16186
16187 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16188
16189 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16190 instead of re-search-forward.
16191
16192 * gnus-uu.el (gnus-uu-save-article): Ditto.
16193 (gnus-uu-post-encode-uuencode): Ditto.
16194
16195 * html2text.el (html2text-clean-list-items): Ditto.
16196 (html2text-clean-dtdd): Ditto.
16197 (html2text-format-tags): Ditto.
16198
16199 * message.el (message-send-mail-with-sendmail): Fix regexp.
16200 (message-fill-field-general): Use search-forward instead of
16201 re-search-forward.
16202 (unbold-region): Ditto.
16203
16204 * nnrss.el (nnrss-request-article): Ditto.
16205
16206 * nnslashdot.el (nnslashdot-request-article): Ditto.
16207
16208 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16209
16210 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16211 "Unrecognized menu descriptor" error in XEmacs.
16212
16213 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16214
16215 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16216 parent article of a sparse article in the thread hashtb.
16217
16218 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16219
16220 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16221 (nnmail-expand-newtext): Lowercase expanded entries if
16222 nnmail-split-lowercase-expanded is non-nil.
16223
16224 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16225
16226 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16227
16228 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16229 of gnus-tmp-news-method into string under XEmacs. It will be
16230 passed to gnus-correct-length which takes only a string argument.
16231
16232 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16233
16234 * gnus-util.el (gnus-bind-print-variables): New macro.
16235 (gnus-prin1): Use it.
16236 (gnus-prin1-to-string): Use it.
16237 (gnus-pp): New function.
16238 (gnus-pp-to-string): New function.
16239
16240 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16241 Replace pp-to-string with gnus-pp-to-string.
16242 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16243 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16244 * gnus-msg.el (gnus-debug): Ditto.
16245 * gnus-score.el (gnus-score-save): Ditto.
16246 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16247 gnus-pp-to-string.
16248 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16249 with gnus-pp.
16250 * score-mode.el (gnus-score-pretty-print): Ditto.
16251 * webmail.el (webmail-debug): Ditto.
16252
16253 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16254
16255 * gnus-art.el (article-display-face, article-display-x-face):
16256 Use buffer-read-only.
16257
16258 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16259
16260 * gnus-art.el (article-hide-list-identifiers):
16261 Bind inhibit-read-only as t.
16262
16263 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16264
16265 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16266
16267 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16270 (gnus-narrow-to-page): Don't assume point-min == 1.
16271 (gnus-article-edit-mode): Derive from message-mode.
16272
16273 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16274 point-min == 1.
16275
16276 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16277 Disable incorrect use of `assert'.
16278
16279 * message.el (message-mode): Set comment-start-skip.
16280
16281 2004-08-22 Sam Steingold <sds@gnu.org>
16282
16283 * pop3.el (pop3-leave-mail-on-server): New user variable.
16284 (pop3-movemail): Delete mail only when it is nil.
16285
16286 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16287
16288 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16289
16290 * mml.el (mml-preview): Use `pop-to-buffer'.
16291
16292 * message.el (message-goto-mail-followup-to): Insert after "To".
16293 (message-carefully-insert-headers): Add comment.
16294
16295 * gnus.el: Remove unused variable `gnus-article-check-size'.
16296
16297 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16298
16299 * gnus-art.el (gnus-button-alist):
16300 Improve `gnus-button-handle-library' entry.
16301
16302 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16303
16304 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16305 Use downcase, since XEmacs capitalizes error messages differently.
16306
16307 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16308
16309 * nntp.el: Add (require 'gnus) due to reference to
16310 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16311
16312 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16313
16314 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16315 Bind `mm-fill-flowed'.
16316
16317 * mm-decode.el (mm-dissect-singlepart): Check it.
16318
16319 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16320
16321 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16322 'imap' for netrc parsing.
16323
16324 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16325
16326 * mailcap.el (mailcap-mime-data): Mark as risky.
16327
16328 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16329
16330 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16331 may be included in the encoded word.
16332 (rfc2047-encode): Don't append a space if the encoded word
16333 includes close parenthesis.
16334
16335 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16336
16337 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16338 of text within parentheses.
16339
16340 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16341
16342 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16343 (gnus-encrypt-write-file-contents): Make the password key the file
16344 name PLUS the cipher, not just the cipher. Also remove failed
16345 passwords from the cache.
16346
16347 2004-08-06 Simon Josefsson <jas@extundo.com>
16348
16349 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16350 Doc fix.
16351
16352 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16353
16354 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16355 LWSP.
16356
16357 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16358
16359 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16360 Try to append in-reply-to: data to the references: header.
16361
16362 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16363 (netrc-parse): Use gnus-encrypt.el functions.
16364
16365 * gnus-encrypt.el: Add new file for encryption support; currently
16366 does only a few GPG ciphers and an internal XOR cipher.
16367
16368 * password.el: Add comments on using password-read-and-add.
16369 (password-read-and-add): Add function to read and add the
16370 password to the cache at once.
16371
16372 2004-07-28 Simon Josefsson <jas@extundo.com>
16373
16374 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16375 parameter (but don't use it, for now).
16376
16377 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16378 instead of hard coding to nil.
16379
16380 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16381
16382 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16383 as mm-inline-image-xemacs does.
16384
16385 2004-07-26 Simon Josefsson <jas@extundo.com>
16386
16387 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16388 Revert part of 2004-07-17 change below.
16389
16390 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16391
16392 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16393 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16394
16395 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16396
16397 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16398 quotes that actually start with ">" at the beginning of the
16399 lines.
16400
16401 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16402
16403 * rfc2047.el (rfc2047-encode-region): Fix last change.
16404 (rfc2047-encode-parameter): Remove useless concat.
16405
16406 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16407
16408 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16409 encode special characters; fix some kind of misconfigured headers;
16410 signal a real error if debug-on-quit or debug-on-error is non-nil.
16411 (rfc2047-encode-max-chars): New variable.
16412 (rfc2047-encode-1): Use it.
16413 (rfc2047-encode-parameter): New function.
16414
16415 * mml.el (mml-insert-parameter): Remove an excessive space.
16416
16417 2004-07-17 Simon Josefsson <jas@extundo.com>
16418
16419 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16420 Kai Grossjohann <kai@emptydomain.de>.
16421 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16422 (gnus-group-make-menu-bar): Ditto.
16423
16424 * gnus-util.el (gnus-group-server): Add.
16425
16426 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16427
16428 * message.el (message-clone-locals): Clone sendmail and smtp
16429 variables.
16430
16431 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16432
16433 * rfc2047.el (rfc2047-encode-region): Fix last change.
16434
16435 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16436
16437 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16438 characters as non-special.
16439
16440 2004-07-09 Simon Josefsson <jas@extundo.com>
16441
16442 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16443 Users will lose all flag changes made while unplugged with
16444 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16445 good default. See numerous reports on ding mailing list.
16446
16447 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16448
16449 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16450 add generate-head-function and generate-article-function to the
16451 rfc822-forward entry.
16452 (nndoc-rfc822-forward-generate-article): New function.
16453 (nndoc-rfc822-forward-generate-head): New function.
16454
16455 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16456
16457 2004-07-06 Dan Christensen <jdc@uwo.ca>
16458
16459 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16460 respect display group parameter and gnus-summary-expunge-below.
16461 (gnus-articles-to-read): Remove unused reference to display group
16462 parameter.
16463
16464 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16465
16466 * nnheader.el (nnheader-uniquify-message-id): New experimental
16467 variable.
16468 (nnheader-nov-read-message-id): Use it.
16469
16470 * spam-report.el (spam-report-gmane): Add interactive.
16471
16472 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16473
16474 * mm-encode.el (mm-content-transfer-encoding-defaults):
16475 Use qp-or-base64 for the application/* types.
16476
16477 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16478
16479 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16480
16481 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16482
16483 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16484 trim value.
16485
16486 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16487
16488 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16489 New macro and function.
16490 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16491
16492 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16493
16494 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16495 after-load-alist.
16496
16497 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16498
16499 * gnus-group.el (gnus-group-get-new-news-this-group):
16500 Don't update info that isn't there.
16501
16502 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16503
16504 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16505 entry.
16506
16507 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16508
16509 * mm-view.el (mm-inline-render-with-function): Use multibyte
16510 buffer; decode html source by charset.
16511
16512 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16513
16514 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16515 Mule-UCS is loaded under XEmacs.
16516 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16517
16518 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16519
16520 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16521
16522 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16523
16524 * mm-util.el (mm-coding-system-p): Return a coding-system.
16525 (mm-mime-mule-charset-alist): Use shift_jis instead of
16526 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16527 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16528 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16529 instead of japanese-shift-jis and iso-latin-1 respectively in
16530 order to share the default value with both Emacs and XEmacs-mule.
16531 (mm-mule-charset-to-mime-charset):
16532 Make mm-coding-system-priorities effective.
16533 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16534 while predicating of candidates upon the priorities.
16535
16536 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16537
16538 * gnus-sum.el (gnus-summary-make-menu-bar):
16539 Add gnus-uu-invert-processable.
16540
16541 * gnus.el: Autoload gnus-uu-invert-processable.
16542
16543 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16544
16545 * mm-util.el (mm-with-multibyte-buffer): New macro.
16546
16547 * rfc2047.el (rfc2047-encode-string): Use it.
16548 (rfc2047-encode-region): Move point to the end of the region after
16549 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16550
16551 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16552
16553 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16554 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16555
16556 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16557
16558 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16559 (gnus-cite-parse): Ignore quoted envelope From_.
16560 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16561
16562 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16563
16564 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16565 invalid addresses.
16566
16567 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16568
16569 * spam.el: Change section markers, revise TODO list.
16570 (spam-backends): Make new master list of all installed backends.
16571 (spam-summary-exit-behavior): Add new variable to determine how
16572 messages moves are done at summary exit.
16573 (spam-move-spam-nonspam-groups-only)
16574 (spam-process-ham-in-nonham-groups)
16575 (spam-process-ham-in-spam-groups): Remove variables, the
16576 spam-summary-exit-behavior variable should be used to manage this
16577 behavior.
16578 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16579 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16580 and spam-old-spam-articles.
16581 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16582 Add empty variables, placeholders for the backends they represent.
16583 (spam-set-difference): Move, unchanged.
16584 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16585 unless the user has a processor variable.
16586 (spam-classifications, spam-classification-valid-p)
16587 (spam-backend-properties, spam-backend-property-valid-p)
16588 (spam-backend-function-type-valid-p)
16589 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16590 (spam-report-articles-gmane, spam-report-articles-resend):
16591 Remove functions, they are not needed.
16592 (spam-install-backend-super, spam-backend-list)
16593 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16594 (spam-backend-function, spam-backend-ham-registration-function)
16595 (spam-backend-spam-registration-function)
16596 (spam-backend-ham-unregistration-function)
16597 (spam-backend-spam-unregistration-function)
16598 (spam-backend-statistical-p, spam-backend-mover-p)
16599 (spam-install-backend-alias, spam-install-checkonly-backend)
16600 (spam-install-mover-backend, spam-install-nocheck-backend)
16601 (spam-install-backend, spam-install-statistical-backend)
16602 (spam-install-statistical-checkonly-backend): Add backend installation
16603 support.
16604 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16605 (spam-group-processor-p): Use the new backend code and respect the
16606 summary exit behavior.
16607 (spam-mark-spam-as-expired-and-move-routine): Remove.
16608 (spam-summary-prepare): Change to use the new spam-old-articles
16609 variable.
16610 (spam-copy-or-move-routine, spam-copy-spam-routine)
16611 (spam-move-spam-routine, spam-copy-ham-routine)
16612 (spam-move-ham-routine): Add code to copy/move ham or spam.
16613 (spam-fetch-field-fast): Improve doc and code, plus allow the
16614 'number request.
16615 (spam-list-of-checks, spam-list-of-statistical-checks):
16616 Remove variables.
16617 (spam-split, spam-find-spam): Use the new backend code.
16618 (spam-registration-functions): Remove variable.
16619 (spam-unregister-routine): Add convenience wrapper.
16620 (spam-log-undo-registration, spam-register-routine)
16621 (spam-log-processing-to-registry)
16622 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16623 where possible.
16624 (spam-check-gmane-xref, spam-check-regex-headers)
16625 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16626 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16627 (spam-check-bogofilter-headers, spam-check-spamoracle)
16628 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16629 (spam-check-crm114-headers): Use the spam-split-group that
16630 spam-split prepares, no need to determine it every time.
16631
16632 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16633 to the nnheader-parse-naked-head call.
16634
16635 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16636
16637 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16638 the nnheader-nov-read-message-id call.
16639
16640 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16641
16642 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16643 gnus-activate-group twice. Suggested by Markus Peter
16644 <warp@spin.de>.
16645
16646 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16647
16648 * gnus-art.el (gnus-article-time-format): Exchange the order of
16649 day and month in the default value; fix customization type.
16650 (article-date-ut): Use add-text-properties.
16651 (article-make-date-line): Use message-make-date instead of
16652 current-time-string.
16653
16654 * message.el (message-fetch-field): Don't use set-text-properties.
16655 (message-make-date): Simplify.
16656
16657 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16658
16659 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16660 (rfc2047-encode-region): Treat text within parentheses as special;
16661 show the original text when error has occurred.
16662
16663 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16664 already-computed method to gnus-activate-group.
16665
16666 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16667 same select-methods identical Lisp objects.
16668
16669 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16670 object when modifying the info.
16671
16672 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16675 gnus-opened-servers since it has never been opened with the new
16676 configuration yet.
16677
16678 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16679
16680 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16681 arg to nnheader-generate-fake-message-id.
16682
16683 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16684
16685 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16686 number and build a fake message ID localized to a group and
16687 article number (so it's repeatable from that point on).
16688 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16689 ID format.
16690
16691 * gnus-sum.el (gnus-get-newsgroup-headers):
16692 Call nnheader-generate-fake-message-id with the article number.
16693
16694 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16695
16696 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16697 end-of-buffer.
16698
16699 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16700
16701 * message.el (message-ignored-supersedes-headers): Add Approved.
16702
16703 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16704
16705 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16706 goto-char.
16707 (rfc2047-encode): Fold the line before encoding.
16708
16709 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16710
16711 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16712 folding -- not all headers can be folded, and this should be done
16713 by the message composition mode. Probably. I think.
16714
16715 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16716
16717 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16718 fast.
16719
16720 * gnus-ems.el (gnus-remove-image): Don't use
16721 message-text-with-property; remove only the image found first.
16722
16723 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16724
16725 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16726
16727 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16728
16729 * message.el (message-text-with-property): Make it fast and accept
16730 optional arguments.
16731 (message-strip-forbidden-properties): Use it.
16732 (message-fix-before-sending): Follow the m-t-w-p change.
16733
16734 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16735
16736 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16737
16738 * gnus-art.el (article-hide-headers): Don't change the buffer
16739 mistakenly when performing mml-preview even if
16740 gnus-single-article-buffer is nil.
16741
16742 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16743
16744 * message.el (message-expand-name-databases): New user option.
16745 (message-expand-name): Use it.
16746
16747 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16748
16749 * spam.el (spam-report-articles-resend)
16750 (spam-report-resend-register-routine): Allow ham reporting.
16751 (spam-report-resend-register-ham-routine): Add wrapper.
16752 (spam-registration-functions): Add ham resending functions.
16753 (spam-list-of-processors): Add ham resend processor.
16754
16755 * gnus.el (ham-resend-to): Add new group parameter.
16756 (spam-process): Add ham resend option.
16757
16758 * spam-report.el (spam-report-resend): Allow reporting ham.
16759 (spam-report-resend-ham): Add wrapper.
16760
16761 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16762
16763 * message.el (message-cite-articles-with-x-no-archive):
16764 New variable.
16765 (message-cite-original): Use it.
16766
16767 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16768
16769 * message.el (message-cite-original): Respect X-No-Archive.
16770
16771 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16772
16773 * gnus-art.el (article-hide-headers): Refer to the values for
16774 gnus-ignored-headers and gnus-visible-headers in the summary
16775 buffer since a user may have set them as group parameters.
16776
16777 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16778
16779 * assistant.el (assistant-node-name): Add convenience function.
16780 (assistant-render-text, assistant-render-node): Add error handling,
16781 plus handle multiple next nodes.
16782 (assistant-find-next-node): Comment out for now.
16783 (assistant-find-next-nodes): Add function, returns list of next
16784 nodes.
16785
16786 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16787
16788 * mail-source.el (mail-source-directory): Fix doc-string.
16789
16790 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16791
16792 * assistant.el (assistant-render-text, assistant-eval): Add :set
16793 widget type, which is different because it takes and returns a
16794 list. Much hilarity ensues.
16795
16796 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16797
16798 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16799
16800 * gnus-group.el (gnus-group-get-new-news-this-group):
16801 Add doc-string.
16802
16803 * gnus-start.el (gnus-activate-group): Add doc-string.
16804
16805 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16806
16807 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16808
16809 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16810
16811 * assistant.el (assistant-render-text): Try to add a :set
16812 widget, more to come.
16813
16814 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16815 strings.
16816 (spam-report-articles-resend)
16817 (spam-register-routine): Do registration iff any articles warrant
16818 it.
16819 (spam-summary-prepare-exit): Change log message for nil group
16820 destinations.
16821
16822 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16823
16824 * spam.el (spam-report-resend-register-routine):
16825 Allow spam-report-resend-to to be a group parameter or a global value.
16826
16827 2004-05-26 Simon Josefsson <jas@extundo.com>
16828
16829 * starttls.el: Merge with my GNUTLS based starttls.el.
16830 (starttls-gnutls-program, starttls-use-gnutls)
16831 (starttls-extra-arguments, starttls-process-connection-type)
16832 (starttls-connect, starttls-failure, starttls-success):
16833 New variables.
16834 (starttls-program, starttls-extra-args): Doc fix.
16835 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16836 New functions.
16837 (starttls-negotiate, starttls-open-stream):
16838 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16839 function if it is set.
16840
16841 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16842
16843 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16844 structured fields.
16845
16846 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16847
16848 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16849
16850 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16851
16852 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16853 Add variable.
16854 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16855 assigning the spam-mark to new messages.
16856
16857 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16858
16859 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16860
16861 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16862
16863 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16864 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16865 default.
16866
16867 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16868
16869 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16870 correct data.
16871
16872 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16873
16874 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16875 (spam-group-processor-p): Fix function.
16876 (spam-group-processor-multiple-p)
16877 (spam-group-spam-processor-report-gmane-p)
16878 (spam-group-spam-processor-report-resend-p)
16879 (spam-group-spam-processor-bogofilter-p)
16880 (spam-group-spam-processor-blacklist-p)
16881 (spam-group-spam-processor-ifile-p)
16882 (spam-group-ham-processor-ifile-p)
16883 (spam-group-spam-processor-spamoracle-p)
16884 (spam-group-spam-processor-crm114-p)
16885 (spam-group-ham-processor-bogofilter-p)
16886 (spam-group-spam-processor-stat-p)
16887 (spam-group-ham-processor-stat-p)
16888 (spam-group-ham-processor-whitelist-p)
16889 (spam-group-ham-processor-BBDB-p)
16890 (spam-group-ham-processor-spamoracle-p)
16891 (spam-group-ham-processor-copy-p): Remove functions with some
16892 prejudice against unneeded code.
16893 (spam-report-articles-resend)
16894 (spam-report-resend-register-routine): Allow the group/topic
16895 spam-resend-to value to override spam-report-resend-to.
16896 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16897 properly now.
16898
16899 * gnus.el (spam-resend-to): Add group/topic parameter.
16900 (spam-process): Move the OBSOLETE processors to the end of the
16901 choices.
16902
16903 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16904
16905 * spam-report.el (spam-report-resend-to, spam-report-resend):
16906 Start with resend-to set to nil, and then ask the user if necessary.
16907 (spam-report-resend): spam-report-resend takes a list of articles, not
16908 separate article numbers.
16909
16910 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16911
16912 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16913 addition to emacs-w3m.
16914
16915 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16916
16917 * assistant.el (assistant-authinfo-data): New function.
16918 (assistant-eval): Eval for entire assistant.
16919
16920 * netrc.el (netrc-services-file): New variable.
16921 (netrc-parse-services): New function.
16922 (netrc-find-service-name): New function.
16923 (netrc-find-service-number): New function.
16924 (netrc-port-equal): New function.
16925 (netrc-machine): Use it.
16926
16927 * nnimap.el (nnimap-open-connection): Use netrc.
16928
16929 * gnus-util.el (gnus-netrc-get): Remove aliases.
16930
16931 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16932
16933 * assistant.el (wid-edit): Fix compilation.
16934
16935 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16936
16937 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16938
16939 * gnus-util.el (gnus-set-file-modes): New function. (small
16940 patch).
16941
16942 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16943
16944 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16945
16946 * assistant.el (assistant-render-node): Fix up rendering and
16947 read-only text.
16948 (assistant-render-node): Reset.
16949 (assistant-make-read-only): Not sticky.
16950
16951 2004-05-20 Danny Siu <dsiu@adobe.com>
16952
16953 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16954 centered even when gnus-auto-center-summary is t
16955
16956 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957
16958 * dns.el (dns-get-txt-answer): New function.
16959 (dns-read-txt): Ditto.
16960 (query-dns): Use it.
16961
16962 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16963
16964 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16965 active for foreign groups even if the group level is higher than
16966 the specified value.
16967
16968 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16969
16970 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16971 non-active groups.
16972
16973 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16974
16975 2004-05-20 Magnus Henoch <mange@freemail.hu>
16976
16977 * dns.el (dns-read-type): Add support for SVR. (small patch)
16978
16979 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16980
16981 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16982 (spam-crm114-header, spam-crm114-spam-switch)
16983 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16984 (spam-crm114-positive-spam-header)
16985 (spam-crm114-database-directory, spam-list-of-processors)
16986 (spam-group-spam-processor-crm114-p)
16987 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16988 (spam-generic-score, spam-list-of-checks)
16989 (spam-list-of-statistical-checks, spam-registration-functions)
16990 (spam-check-crm114-headers, spam-crm114-score)
16991 (spam-check-crm114, spam-crm114-register-with-crm114)
16992 (spam-crm114-register-spam-routine)
16993 (spam-crm114-unregister-spam-routine)
16994 (spam-crm114-register-ham-routine)
16995 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16996 From asjo@koldfront.dk (Adam Sjøgren).
16997
16998 * gnus.el: Add spam-use-crm114.
16999
17000 * spam.el (spam-list-of-processors, spam-registration-functions):
17001 Add spam-use-resend.
17002 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17003 (spam-report-articles-gmane): Add doc fix.
17004 (spam-report-articles-resend, spam-report-resend-register-routine):
17005 Add wrappers around spam-report-resend-to.
17006
17007 * spam-report.el (spam-report-resend-to, spam-report-resend):
17008 Add support for resending spam.
17009 (spam-report-gmane): Fix line length >80.
17010
17011 * gnus.el (spam-process): Add spam-use-resend.
17012
17013 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17014
17015 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17016 number of processed spam messages.
17017 (spam-ham-copy-or-move-routine): Return the number of processed
17018 ham messages.
17019 (spam-summary-prepare-exit): Use the above values to decide
17020 whether status messages shouled be displayed.
17021
17022 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
17023
17024 * rfc2047.el (rfc2047-encode-function-alist): Rename from
17025 `rfc2047-encoding-function-alist' in order to avoid conflicting
17026 with the old version.
17027 (rfc2047-encode-region): Concatenate words containing non-ASCII
17028 characters in structured fields; don't encode space-delimited
17029 ASCII words even in unstructured fields; don't break words at
17030 char-category boundaries.
17031 (rfc2047-encode-1): New function.
17032 (rfc2047-encode): Use it; encode text so that it occupies the
17033 maximum width within 76-column; work correctly on Q encoding for
17034 iso-2022-* charsets.
17035 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17036 sure not to break a line just after the header name.
17037 (rfc2047-b-encode-region): Remove.
17038 (rfc2047-b-encode-string): New function.
17039 (rfc2047-q-encode-region): Remove.
17040 (rfc2047-q-encode-string): New function.
17041
17042 * mm-util.el (mm-replace-in-string): New function.
17043
17044 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17045
17046 * gnus-msg.el (gnus-inews-make-draft-meta-information):
17047 Really get it right.
17048 (gnus-inews-make-draft): Really.
17049
17050 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
17051
17052 * nnmh.el (nnmh-request-list-1): Don't check the link count
17053 before descending. (small patch)
17054
17055 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17056
17057 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17058 stuff.
17059
17060 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17061 Match on real group name.
17062
17063 * gnus-art.el (gnus-signature-limit): Doc fix.
17064
17065 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17066
17067 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17068
17069 * gnus-draft.el (gnus-draft-send):
17070 Bind rfc2047-encode-encoded-words.
17071
17072 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17073 (rfc2047-encodable-p): Say that =? needs encoding.
17074 (rfc2047-encode-encoded-words): New variable.
17075
17076 * gnus-group.el (gnus-group-select-group): Doc fix.
17077
17078 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17079
17080 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17081 to nil.
17082
17083 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17084
17085 * nnheader.el (nnheader-get-lines-and-char): New function.
17086
17087 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17088
17089 * gnus-msg.el (gnus-summary-followup-with-original):
17090 Document yanking of region when active.
17091
17092 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17093
17094 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17095 groups if the group level is higher than the specified value.
17096
17097 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17098
17099 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17100 (gnus-group-jump-to-group): Add prefix argument using
17101 `gnus-group-jump-to-group-prompt'. Query before jumping to
17102 non-active group.
17103
17104 * compface.el (uncompface): Be verbose when changing
17105 `uncompface-use-external'.
17106
17107 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17108 handle manual section.
17109
17110 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17111
17112 * gnus-art.el (gnus-button-alist): Revert previous change.
17113
17114 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17115
17116 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17117
17118 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17119
17120 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17121 whether backend can accept message.
17122
17123 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17124
17125 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17126
17127 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17128 Avoid creating directory when nntp-marks-is-evil is true.
17129 Reported by Reiner Steib.
17130
17131 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17132
17133 * gnus-picon.el (gnus-picon-style): New variable.
17134 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17135 (gnus-picon-transform-address): Support `gnus-picon-style'.
17136 From Jesper Harder <harder@ifa.au.dk>.
17137
17138 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17139
17140 * message.el (message-fill-field): Return point.
17141 (message-generate-headers): Go to end of field.
17142
17143 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17144 stuff for non-living groups.
17145
17146 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17147
17148 * gnus-art.el (gnus-article-followup-with-original)
17149 (gnus-article-reply-with-original): gnus-mark-active-p ->
17150 gnus-region-active-p.
17151
17152 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17153
17154 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17155 only when there is spam or ham to be processed.
17156
17157 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17158
17159 * mail-source.el (mail-source-delete-crash-box): Refactor.
17160 (mail-source-fetch): Use it.
17161 (mail-source-fetch-file): Ditto.
17162 (mail-source-fetch-directory): Run postscript in loop.
17163 (mail-source-fetch-pop): Delete.
17164 (mail-source-fetch-maildir): Ditto.
17165 (mail-source-fetch-imap): Ditto.
17166
17167 * imap.el (imap-authenticators): Comment out sasl.
17168
17169 * message.el (message-skip-to-next-address): New function.
17170 (message-fill-header-address): Refactor.
17171 (message-fill-address): Use it.
17172 (message-delete-address): Use it.
17173 (message-fill-header-general): Refactor.
17174 (message-fill-field-address): Rename.
17175 (message-narrow-to-field): Find the start of the header.
17176 (message-header-format-alist): Don't pre-fill.
17177 (message-fill-header): Remove.
17178 (message-insert-header): New function.
17179 (message-shorten-references): Use it.
17180
17181 * rfc2047.el (rfc2047-field-value): Strip props.
17182
17183 * mail-parse.el (mail-header-make-address): New alias.
17184
17185 * ietf-drums.el (ietf-drums-make-address): New function.
17186
17187 * imap.el: Add compiler directives.
17188
17189 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17190
17191 * gnus-art.el (article-decode-idna-rhs): Don't use
17192 message-idna-inside-rhs-p.
17193
17194 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17195
17196 * message.el (message-idna-inside-rhs-p): Remove.
17197 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17198
17199 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17200 false positives.
17201
17202 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17203
17204 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17205
17206 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17207
17208 * nneething.el (nneething-file-name): Don't create spurious
17209 files.
17210
17211 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17212 (gnus-inews-do-gcc): Remove sleep.
17213
17214 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17215 part under point.
17216
17217 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17218 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17219
17220 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17221
17222 * spam.el (spam-summary-prepare-exit): Fix (length).
17223
17224 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17225
17226 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17227 as expired without moving it" message when there are spam
17228 messages left.
17229
17230 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17231
17232 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17233 header is not nil.
17234
17235 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17236
17237 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17238 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17239 (nntp-marks-changed-p): New arg SERVER.
17240 (nntp-request-update-info): Adjust caller.
17241
17242 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17243
17244 * nntp.el (nntp-save-marks): Pass missing arg.
17245
17246 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17247
17248 * nntp.el: Support marks.
17249 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17250 (nntp-marks-modtime, nntp-marks-directory): New variables.
17251 (nntp-request-set-mark, nntp-request-update-info)
17252 (nntp-possibly-create-directory, nntp-marks-changed-p)
17253 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17254 New functions.
17255
17256 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17257
17258 * gnus-score.el (gnus-score-insert-help):
17259 Use gnus-select-lowest-window.
17260
17261 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17262 appt-select-lowest-window and rename to gnus-select-lowest-window.
17263
17264 * gnus.el: do.
17265
17266 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17267
17268 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17269 encodings of MIME-encoded words, in order to improve
17270 interoperability with several broken MUAs.
17271
17272 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17273
17274 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17275 tags, only when charsets are not specified in headers.
17276 (mm-inline-text-html-render-with-w3m): Ditto.
17277
17278 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17279
17280 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17281 instead of MIME-decoded from fields when checking
17282 `gnus-article-address-banner-alist'.
17283
17284 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17285
17286 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17287 description rather than subject.
17288
17289 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17290
17291 * gnus.el (gnus-version-number): Bump.
17292
17293 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17294
17295 * gnus.el: No Gnus v0.2 is released.
17296
17297 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17298
17299 * gnus-agent.el (gnus-agent-read-agentview):
17300 Inline gnus-uncompress-range.
17301
17302 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17303
17304 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17305 `exec-installed-p'.
17306
17307 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17308
17309 * gnus.el (spam-process, spam-autodetect-methods):
17310 Add bsfilter and bsfilter-headers.
17311
17312 * spam.el (spam-bsfilter): New customize group.
17313 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17314 (spam-bsfilter-header, spam-bsfilter-probability-header)
17315 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17316 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17317 (spam-bsfilter-database-directory): New options.
17318 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17319 (spam-list-of-statistical-checks, spam-registration-functions):
17320 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17321 (spam-bsfilter-score): New command.
17322 (spam-check-bsfilter-headers, spam-check-bsfilter)
17323 (spam-bsfilter-register-with-bsfilter)
17324 (spam-bsfilter-register-spam-routine)
17325 (spam-bsfilter-unregister-spam-routine)
17326 (spam-bsfilter-register-ham-routine)
17327 (spam-bsfilter-unregister-ham-routine): New functions.
17328 (spam-generic-score): Support bsfilter; Accept an optional argument
17329 to recalcurate spam score even if scoring header has already been
17330 added.
17331 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17332 optional argument to recalcurate spam score even if scoring header
17333 has already been added.
17334
17335 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17336
17337 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17338 strings! Reported by David D. Smith <davidsmith@acm.org>.
17339 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17340 link is missing.
17341
17342 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17343
17344 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17345 (html2text-get-attr): Rewrite.
17346
17347 * message.el (message-setup-1): Remove redundant put-text-property
17348 on mail-header-separator.
17349
17350 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17351
17352 * gnus-registry.el (gnus-registry-cache-whitespace)
17353 (gnus-registry-action, gnus-registry-spool-action)
17354 (gnus-registry-split-fancy-with-parent): Change message levels
17355 from 5 to 3 or 7, as needed.
17356
17357 * spam.el (spam-summary-prepare-exit)
17358 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17359 (spam-split, spam-find-spam, spam-log-undo-registration)
17360 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17361 level from 5 to 6.
17362
17363 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17364
17365 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17366 2004-03-04 change).
17367
17368 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17369
17370 * sieve-manage.el (sieve-manage-open):
17371 * nnweb.el (nnweb-insert-html):
17372 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17373 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17374 * nnspool.el (nnspool-request-group):
17375 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17376 * nnml.el (nnml-request-update-info):
17377 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17378 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17379 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17380 (nnimap-request-set-mark):
17381 * nnfolder.el (nnfolder-request-update-info):
17382 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17383 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17384 * gnus-uu.el (gnus-uu-find-articles-matching):
17385 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17386 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17387 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17388 * gnus-nocem.el (gnus-nocem-scan-groups):
17389 * gnus-int.el (gnus-start-news-server):
17390 * gnus-group.el (gnus-group-make-kiboze-group)
17391 (gnus-group-browse-foreign-server):
17392 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17393 Use mapc when appropriate.
17394
17395 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17396
17397 FIXME: Make separate entries for each person.
17398
17399 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17400 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17401 <shields@msrl.com>:
17402
17403 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17404 may need for spam sorting and scoring.
17405 (spam-user-format-function-S): Add user format function suitable for
17406 general use.
17407 (spam-article-sort-by-spam-status): Add sorting function for summary
17408 sorting.
17409 (spam-extra-header-to-number): Add function to get a score from a
17410 header.
17411 (spam-summary-score): Add function to get a numeric score from the
17412 headers.
17413 (spam-generic-score): Fix function doc, was in wrong place.
17414 (spam-initialize): Take symbols when it's run, and install the
17415 extra headers that spam-necessary-extra-headers thinks we need.
17416
17417 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17418
17419 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17420 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17421
17422 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17423
17424 * gnus-sum.el (gnus-set-global-variables)
17425 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17426 (gnus-article-get-xrefs, gnus-summary-best-group)
17427 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17428 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17429 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17430 Use with-current-buffer.
17431
17432 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17433
17434 * spam.el (spam-summary-prepare-exit): Simplify logic.
17435 (spam-fetch-article-header): Read the article header if it's not
17436 available.
17437 (spam-list-articles): Simplify logic.
17438 (spam-filelist-register-routine): Fix bug with unregister-list.
17439
17440 * gnus-registry.el: Fix comments at beginning.
17441
17442 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17443
17444 * message.el (message-cater-to-broken-inn): Remove.
17445 (message-shorten-references): Make sure the total folded length of
17446 References is shorter than 998 characters to cater to a bug in INN
17447 2.3. Also, don't pretend that references aren't folded -- this
17448 hasn't worked for a while.
17449
17450 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17451
17452 * gnus-agent.el (gnus-agentize):
17453 gnus-agent-send-mail-real-function no longer set to current value
17454 of message-send-mail-function but rather a lambda that calls
17455 message-send-mail-function. The change makes the agent real-time
17456 responsive to user changes to message-send-mail-function.
17457
17458 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17459
17460 * legacy-gnus-agent.el
17461 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17462 help from Florian Weimer <fw@deneb.enyo.de>
17463
17464 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17465
17466 * nnmail.el (nnmail-cache-insert): Revert last change.
17467
17468 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17469
17470 * nnmail.el (nnmail-cache-insert): Always check whether
17471 nnmail-cache-ignore-groups matches a group name.
17472
17473 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17474
17475 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17476 (spam-find-spam, spam-log-processing-to-registry)
17477 (spam-log-registered-p, spam-log-unregistration-needed-p)
17478 (spam-log-undo-registration): Use gnus-message instead of
17479 gnus-error, none of these errors are fatal.
17480
17481 * gnus-registry.el (gnus-registry-clean-empty-function)
17482 (gnus-registry-clean-empty): Remove only empty entries without
17483 extra data.
17484
17485 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17486
17487 * spam-stat.el (spam-stat-buffer-change-to-spam)
17488 (spam-stat-buffer-change-to-non-spam): Change (error) to
17489 (gnus-message 8) invocation.
17490
17491 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17492
17493 * nntp.el (nntp-via-netcat-command): New variable.
17494 (nntp-via-netcat-switches): New variable.
17495 (nntp-open-via-rlogin-and-netcat): New function.
17496 (nntp-open-connection-function): Doc fix.
17497 (nntp-telnet-command): Doc fix.
17498 (nntp-end-of-line): Doc fix.
17499 (nntp-via-rlogin-command): Doc fix.
17500 (nntp-via-user-name): Doc fix.
17501 (nntp-via-address): Doc fix.
17502
17503 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17504
17505 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17506 error in Emacs 21.1.
17507
17508 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17509
17510 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17511
17512 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17513
17514 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17515 (gnus-agent-with-refreshed-group): New macro.
17516 (gnus-agent-rename-group): New function.
17517 (gnus-agent-delete-group): New function.
17518 (gnus-agent-save-group-info): Use gnus-command-method when
17519 `method' parameter is nil. Don't write nil entries into the
17520 active file.
17521 (gnus-agent-get-group-info): New function.
17522 (gnus-agent-fetch-articles):
17523 Use gnus-agent-update-files-total-fetched-for to increment disk space
17524 used.
17525 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17526 Use gnus-agent-update-view-total-fetched-for to increment disk space
17527 used.
17528 (gnus-agent-get-local): Add optional parameters to avoid calling
17529 gnus-group-real-name and gnus-find-method-for-group.
17530 (gnus-agent-set-local): Delete stored entry if either min, or max,
17531 are nil.
17532 (gnus-agent-fetch-session): Reworded error/quit messages.
17533 On quit, use gnus-agent-regenerate-group to record existence of any
17534 articles fetched to disk before the quit occurred.
17535 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17536 gnus-agent-update-view-total-fetched-for, and
17537 gnus-agent-update-files-total-fetched-for to decrement disk space
17538 used.
17539 (gnus-agent-retrieve-headers):
17540 Use gnus-agent-update-view-total-fetched-for to increment disk space
17541 used.
17542 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17543 with gnus-agent-update-files-total-fetched-for to decrement disk
17544 space and fresh group buffer.
17545 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17546 (gnus-agent-need-update-total-fetched-for): New variable.
17547 (gnus-agent-update-files-total-fetched-for): New function.
17548 (gnus-agent-update-view-total-fetched-for): New function.
17549 (gnus-agent-total-fetched-for): New function.
17550
17551 * gnus-cache.el (gnus-cache-save-buffers):
17552 Use gnus-cache-update-overview-total-fetched-for to change disk space
17553 used by this group.
17554 (gnus-cache-possibly-enter-article):
17555 Use gnus-cache-update-file-total-fetched-for to increment disk space
17556 used by this group.
17557 (gnus-cache-possibly-remove-article):
17558 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17559 used by this group.
17560 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17561 (gnus-cache-rename-group): New function.
17562 (gnus-cache-delete-group): New function.
17563 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17564 (gnus-cache-need-update-total-fetched-for): New variable.
17565 (gnus-cache-with-refreshed-group): New macro.
17566 (gnus-cache-update-file-total-fetched-for): New function.
17567 (gnus-cache-update-overview-total-fetched-for): New function.
17568 (gnus-cache-rename-group-total-fetched-for): New function.
17569 (gnus-cache-delete-group-total-fetched-for): New function.
17570 (gnus-cache-total-fetched-for): New function.
17571
17572 * gnus-group.el: Require gnus-sum and autoload functions to
17573 resolve warnings when gnus-group.el compiled alone.
17574 (gnus-group-line-format): Documented new %F.
17575 (size of Fetched data) group line format; identifies disk space
17576 used by agent and cache.
17577 (gnus-group-line-format-alist): Defined new F format.
17578 (gnus-total-fetched-for): New function.
17579 (gnus-group-delete-group): No longer update
17580 gnus-cache-active-altered as gnus-request-delete-group now keeps
17581 the cache in sync.
17582 (gnus-group-list-active): Let the agent store a server's active
17583 list if currently plugged.
17584
17585 * gnus-int.el (gnus-request-delete-group):
17586 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17587 local disk in sync with the server.
17588 (gnus-request-rename-group):
17589 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17590 local disk in sync with the server.
17591
17592 * gnus-start.el (gnus-get-unread-articles):
17593 Cosmetic simplification to logic.
17594
17595 * gnus-util.el (gnus-rename-file): New function.
17596
17597 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17598
17599 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17600
17601 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17602
17603 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17604 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17605
17606 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17607
17608 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17609 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17610
17611 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17612
17613 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17614
17615 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17616
17617 * spam.el (spam-set-difference): Add function to replace
17618 gnus-set-difference in spam.el.
17619 (spam-summary-prepare-exit): Use spam-set-difference.
17620
17621 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17622
17623 * gnus-registry.el (gnus-registry-cache-file): Update to use
17624 gnus-dribble-directory OR gnus-home-directory OR ~.
17625 (gnus-registry-split-fancy-with-parent): Fix doc.
17626
17627 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17628
17629 * message.el (message-exchange-point-and-mark):
17630 Use message-mark-active-p. Suggested by Jesper Harder
17631 <harder@ifa.au.dk>.
17632
17633 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17634
17635 * message.el (message-exchange-point-and-mark): Don't activate
17636 region if it was inactive. Suggested by Hiroshi Fujishima
17637 <pooh@nature.tsukuba.ac.jp>.
17638
17639 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * gnus-art.el (article-display-face): Display Faces in the same
17642 order as X-Faces.
17643
17644 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17645
17646 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17647
17648 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17649
17650 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17651 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17652 (gnus-article-mime-hierarchy): Remove.
17653 (gnus-article-mime-hierarchy-next): Remove.
17654 (gnus-article-mode): Revert 2004-03-19 change.
17655 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17656 (gnus-insert-mime-button): Revert 2004-03-19 change.
17657 (gnus-mime-accumulate-hierarchy): Remove.
17658 (gnus-mime-enter-multipart): Remove.
17659 (gnus-mime-leave-multipart): Remove.
17660 (gnus-mime-display-part): Revert 2004-03-19 change.
17661 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17662
17663 * mml.el (mml-preview): Revert 2004-03-19 change.
17664
17665 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17666
17667 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17668
17669 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17670
17671 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17672 t while entering a file name using the mm-with-multibyte macro.
17673 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17674
17675 * mm-util.el (mm-with-multibyte): New macro.
17676
17677 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17678
17679 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17680 New user option.
17681 (gnus-mime-multipart-functions): Doc and customization fix.
17682 (gnus-article-mime-hierarchy): New variable.
17683 (gnus-article-mime-hierarchy-next): New variable.
17684 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17685 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17686 gnus-article-mime-hierarchy-next to nil.
17687 (gnus-insert-mime-button): Show hierarchy numbers.
17688 (gnus-mime-accumulate-hierarchy): New function.
17689 (gnus-mime-enter-multipart): New function.
17690 (gnus-mime-leave-multipart): New function.
17691 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17692 (gnus-mime-display-alternative): Show hierarchy numbers.
17693
17694 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17695 gnus-article-mime-hierarchy-next to nil.
17696
17697 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17698
17699 * dns.el: Don't require gnus-xmas.
17700
17701 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17702
17703 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17704 inline PGP.
17705 (mml-menu): Disable mml-quote-region if mark is inactive.
17706
17707 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17708
17709 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17710 when the group's active is not available.
17711
17712 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17713
17714 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17715 error.
17716
17717 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17718
17719 * imap.el (imap-store-password): New variable.
17720 (imap-interactive-login): Use it.
17721 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17722
17723 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17724
17725 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17726 window-start and hscroll to summary window.
17727
17728 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17729
17730 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17731 conversion message to newsrc-dribble when an actual conversion is
17732 performed.
17733
17734 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17735
17736 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17737
17738 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17739
17740 * mm-decode.el (mm-complicated-handles): New function reviving
17741 former definition of mm-multiple-handles.
17742
17743 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17744 (gnus-mime-delete-part): Use it.
17745
17746 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17747
17748 * gnus-agent.el (gnus-agent-read-local):
17749 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17750 avoid the implicit assumption that they will always be equal.
17751 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17752 coding-system-for-write, as the with-temp-file macro first prints
17753 to a buffer then saves the buffer.
17754
17755 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17756
17757 * gnus-art.el (gnus-article-edit-part): New function.
17758 (gnus-mime-save-part-and-strip): Use it; do query instead of
17759 signaling an error; don't use mm-multiple-handles.
17760 (gnus-mime-delete-part): Ditto.
17761
17762 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17763
17764 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17765 old file versions.
17766 (gnus-group-prepare-hook): Remove function that converted list
17767 form of gnus-agent-expire-days to group properties.
17768
17769 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17770 (gnus-request-accept-article): Re-indented.
17771
17772 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17773 converters to handle old agent file formats. Add logic for a
17774 "backup before upgrading warning".
17775 (gnus-convert-mark-converter-prompt): Developers can mark
17776 functions as needing (default), or not needing,
17777 gnus-convert-old-newsrc's "backup before upgrading warning".
17778 (gnus-convert-converter-needs-prompt): Tests whether the user
17779 should be protected from potentially irreversable changes by the
17780 function.
17781
17782 * legacy-gnus-agent.el: New. Provides converters that are only
17783 loaded when gnus-convert-old-newsrc needs to call them.
17784
17785 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17786
17787 * mail-source.el (mail-source-touch-pop): Doc fix.
17788
17789 * message.el (message-smtpmail-send-it): Doc fix.
17790
17791 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17792
17793 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17794
17795 * nnmail.el (nnmail-split-fancy): do.
17796
17797 * gnus-kill.el (gnus-kill, gnus-execute): do.
17798
17799 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17800
17801 * gnus-sum.el (gnus-widget-reversible-match)
17802 (gnus-widget-reversible-to-internal)
17803 (gnus-widget-reversible-to-external): New functions.
17804 (gnus-widget-reversible): New widget.
17805 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17806
17807 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17808
17809 * gnus-sum.el (gnus-thread-sort-functions)
17810 (gnus-article-sort-functions): Document `(not F)' items.
17811
17812 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17813
17814 * spam.el (spam-use-gmane-xref): Add new backend.
17815 (spam-gmane-xref-spam-group): Add variable to control the name of the
17816 Gmane spam group.
17817 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17818 (spam-regex-headers-spam, spam-regex-headers-ham)
17819 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17820 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17821 backends and checks.
17822 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17823
17824 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17825 an autodetect method.
17826
17827 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17828
17829 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17830 articles are being added to a group.
17831 (gnus-request-replace-article): Inform the agent that articles
17832 need to be uncached as the cached contents are no longer valid.
17833
17834 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17835
17836 * binhex.el: Don't autoload executable-find.
17837
17838 * canlock.el: Don't autoload mail-fetch-field.
17839
17840 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17841
17842 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17843 rmail-dont-reply-to and rmail-output.
17844
17845 * gnus-score.el: Don't autoload ffap-string-at-point.
17846
17847 * gnus-setup.el: Don't autoload sc-cite-original.
17848
17849 * imap.el: Don't autoload base64-decode-string,
17850 base64-encode-string and md5.
17851
17852 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17853 and rmail-msg-restore-non-pruned-header.
17854
17855 * mm-decode.el: Don't autoload executable-find.
17856
17857 * mm-url.el: Don't autoload executable-find.
17858
17859 * mm-view.el: Don't autoload diff-mode.
17860
17861 * nndb.el: Don't autoload news-reply-mode, news-setup,
17862 cancel-timer and telnet.
17863
17864 * password.el: Don't autoload run-at-time for Emacs.
17865
17866 * sha1-el.el: Don't autoload executable-find.
17867
17868 * sieve-mode.el: Don't autoload c-mode.
17869
17870 * uudecode.el: Don't autoload executable-find.
17871
17872 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17873
17874 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17875 (gnus-agent-possibly-alter-active): Avoid null in numeric
17876 comparison.
17877 (gnus-agent-set-local): Refuse to save null in local object table.
17878 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17879 list of articles that will be marked as unread.
17880
17881 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17882
17883 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17884
17885 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17886
17887 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17888 language tags.
17889
17890 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17891
17892 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17893 Don't bind "obarray".
17894
17895 * gnus-sum.el (gnus-thread-sort-functions):
17896 Add `gnus-thread-sort-by-most-recent-number' and
17897 `gnus-thread-sort-by-most-recent-date'.
17898 Reported by Kai Grossjohann <kai@emptydomain.de>.
17899
17900 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17901
17902 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17903
17904 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17905
17906 * gnus-cus.el (gnus-agent-customize-category):
17907 Remove ignore-errors macro reference that required cl to be loaded at
17908 run-time.
17909
17910 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17911 single-interval range of the form (min . max). Previously the
17912 range had to look like ((min . max)). Likewise, return
17913 (min . max) rather than ((min . max)).
17914 (gnus-range-map): Use gnus-range-normalize to accept
17915 single-interval range.
17916
17917 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17918 the cache, but not the agent, now appear with their usual face.
17919
17920 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17921
17922 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17923 w3m-safe-url-regexp variable buffer-local.
17924
17925 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17926
17927 2004-02-27 Simon Josefsson <jas@extundo.com>
17928
17929 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17930 gnus-group-real-prefix.
17931 (gnus-summary-move-article): Use it, instead of
17932 gnus-group-real-prefix.
17933
17934 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17935
17936 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17937 w3m-safe-url-regexp variable buffer-local and set it as the value
17938 of mm-w3m-safe-url-regexp.
17939
17940 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17941
17942 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17943 parsing gnus-posting-styles when the message is not for replying.
17944
17945 * nnrss.el (nnrss-opml-export):
17946 Use mm-set-buffer-file-coding-system instead of
17947 set-buffer-file-coding-system.
17948
17949 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17950
17951 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17952 of checkdoc.el).
17953 * nnrss.el: do.
17954 * gnus-mlspl.el: do.
17955 * gnus-ml.el: do.
17956 * gnus-srvr.el: do.
17957
17958 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17959
17960 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17961
17962 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17963 Corrections to custom-manual links.
17964
17965 * gnus-art.el (gnus-article): Ditto.
17966
17967 * mm-decode.el (mime-display, mime-security): Ditto.
17968
17969 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17970
17971 * flow-fill.el: Typo.
17972
17973 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17974
17975 * spam-wash.el: New file.
17976
17977 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17978
17979 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17980
17981 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17982
17983 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17984 to be run with new-articles as LIST1, not LIST2.
17985 (spam-registration-functions): Add spam-use-ham-copy as a nil
17986 registration backend.
17987
17988 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17989
17990 * spam-stat.el (spam-stat-washing-hook): New option.
17991 (spam-stat-buffer-words): Use it.
17992 (spam-stat-process-directory, spam-stat-test-directory):
17993 Use insert-file-contents-literally.
17994 (spam-stat-coding-system): New variable.
17995 (spam-stat-load, spam-stat-save): Use it.
17996
17997 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17998
17999 * spam-report.el (spam-report-plug-agent):
18000 Quote spam-report-url-to-file and spam-report-url-ping-plain.
18001
18002 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
18003
18004 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18005 Allow / in mailto URLs.
18006
18007 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18008
18009 * spam-report.el (spam-report-process-queue): Fix interactive use.
18010 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18011 (spam-report-unplug-agent): Doc fixes.
18012 (spam-report-url-ping-mm-url, spam-report-url-to-file)
18013 (spam-report-agentize, spam-report-deagentize):
18014 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
18015
18016 * message.el (message-setup-fill-variables): Add mml tags to
18017 paragraph-start and paragraph-separate. Suggested by Andrew Korty
18018 <ajk@iu.edu>.
18019 (message-mode): Don't modify paragraph-separate there.
18020
18021 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18022
18023 * compface.el (uncompface-use-external): Default to undecided.
18024 (uncompface-use-external-threshold): New variable.
18025 (uncompface-float-time): New macro.
18026 (uncompface): Determine whether to use the external decoder if
18027 uncompface-use-external is undecided.
18028
18029 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18030
18031 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18032 after images.
18033
18034 * gnus-art.el (gnus-mime-display-single): Remove dead code.
18035
18036 2004-02-14 Jesper Harder <harder@ifa.au.dk>
18037
18038 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18039
18040 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18041
18042 * gnus-sum.el (gnus-summary-limit-to-age)
18043 (gnus-summary-limit-children): do.
18044
18045 * gnus-int.el (gnus-request-scan): do.
18046
18047 * gnus-group.el (gnus-group-suspend): do.
18048
18049 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18050
18051 * gnus-cite.el (gnus-cite-parse-attributions): do.
18052
18053 * gnus-agent.el (gnus-summary-set-agent-mark)
18054 (gnus-agent-regenerate-group): do.
18055
18056 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18057
18058 * binhex.el (binhex-decode-region-internal): do.
18059
18060 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18061
18062 * gnus-fun.el (gnus-face-properties-alist): New user option.
18063 (gnus-display-x-face-in-from): Use it.
18064
18065 * gnus-art.el (article-display-face): Ditto.
18066
18067 * compface.el (uncompface-use-external): Default to nil.
18068
18069 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18070
18071 * nntp.el (nntp-erase-buffer): New function.
18072 (nntp-retrieve-data, nntp-send-command)
18073 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18074 (nntp-possibly-change-group): Use it.
18075
18076 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18077 Use with-current-buffer.
18078
18079 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18080
18081 * compface.el: Merge the ELisp-based uncompface program.
18082 (compface): New customization group.
18083 (uncompface-use-external): New user option.
18084 (uncompface): Call uncompface-internal if uncompface-use-external
18085 is nil.
18086 (uncompface-internal): New function. Note that there are also
18087 some other functions and variables added for this function.
18088
18089 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18090
18091 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18092 if necessary.
18093
18094 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18095
18096 * spam-report.el (spam-report-unplug-agent)
18097 (spam-report-plug-agent, spam-report-deagentize)
18098 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18099 Add support for the Agent in spam-report: when unplugged, report to a
18100 file; when plugged, submit all the requests.
18101
18102 * spam.el (spam-register-routine): Fix message about
18103 registration.
18104
18105 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18106
18107 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18108 dependencies.
18109 (rfc2047-encode): Use it.
18110
18111 * gnus-art.el (gnus-button-marker-list): Move before first
18112 reference.
18113
18114 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18115 (imap-parse-body): Fix format string mismatch.
18116
18117 * gnus-score.el (gnus-summary-increase-score): do.
18118
18119 * nnrss.el (nnrss-close): New function.
18120
18121 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18122
18123 * nnrss.el (nnrss-make-filename): New function.
18124 (nnrss-request-delete-group, nnrss-read-server-data)
18125 (nnrss-save-server-data, nnrss-read-group-data)
18126 (nnrss-save-group-data): Use it.
18127 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18128 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18129 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18130
18131 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18132
18133 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18134
18135 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18136
18137 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18138 files.
18139
18140 * message.el (message-generate-headers-first): Don't quote nil
18141 and t in docstrings.
18142
18143 * imap.el (imap-id): do.
18144
18145 * gnus-agent.el (gnus-agent-consider-all-articles)
18146 (gnus-agent-queue-mail): do.
18147
18148 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18149
18150 * spam-report.el (spam-report-process-queue): New function.
18151 Process requests from `spam-report-requests-file'.
18152 (spam-report-process-queue): Doc fix.
18153
18154 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18155
18156 * spam.el (spam-register-routine)
18157 (spam-log-processing-to-registry, spam-log-registered-p)
18158 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18159 Change "check" to "spam-check" for semi-clarity.
18160
18161 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18162
18163 * pop3.el: Require nnheader.
18164
18165 * mml-smime.el: Require cl. Autoload message-fetch-field.
18166
18167 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18168
18169 * gnus-picon.el: Require cl.
18170
18171 * gnus-fun.el: Require gnus-ems and gnus-util.
18172
18173 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18174
18175 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18176
18177 * gnus-art.el (gnus-article-edit-mode): Define before first
18178 reference.
18179
18180 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18181
18182 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18183 (gnus-uu-post-encoded): Use point-at-bol.
18184
18185 * gnus-topic.el (gnus-group-active-topic-p): do.
18186
18187 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18188
18189 * gnus-group.el (gnus-group-kill-region): do.
18190
18191 * gnus-art.el (article-date-ut): do.
18192
18193 * message.el (message-fetch-field): Remove redundant
18194 case-fold-search binding.
18195 (message-narrow-to-field): Simplify.
18196
18197 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18198
18199 * spam.el (spam-directory): Derive from `gnus-directory'.
18200
18201 * spam-report.el (spam-report-url-to-file)
18202 (spam-report-requests-file): New function and variable for offline
18203 reporting.
18204 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18205 and user defined function.
18206 (spam-report-url-ping-mm-url): Remove doubled slash.
18207
18208 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18209
18210 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18211
18212 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18213
18214 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18215 Fix format string mismatch.
18216
18217 * sieve.el (sieve-deactivate-all): do.
18218
18219 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18220
18221 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18222
18223 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18224
18225 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18226
18227 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18228
18229 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18230 the list of checks.
18231
18232 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18233
18234 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18235 padding.
18236
18237 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18238
18239 * mm-view.el (mm-fill-flowed): New variable.
18240 (mm-inline-text): Use it.
18241
18242 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18243
18244 * spam.el (spam-spamassassin-register-ham-routine)
18245 (spam-spamassassin-register-spam-routine): Fix function names.
18246
18247 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18248
18249 * gnus.el (gnus-tmp-grouplens): Remove.
18250 (gnus-summary-line-format): Remove grouplens.
18251
18252 * gnus-group.el (gnus-group-line-format): Ditto.
18253
18254 * gnus-spec.el (gnus-format-specs): Ditto.
18255 (gnus-update-format-specifications): Flush the group format spec
18256 cache if there's the grouplens stuff.
18257 (gnus-parse-simple-format): Replace %l with the empty string.
18258
18259 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18260
18261 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18262 omission.
18263
18264 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18265
18266 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18267 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18268
18269 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18270
18271 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18272 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18273 New macros and functions.
18274 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18275 Handle > NLINK_MAX messages.
18276 * nnmaildir.el (nnmaildir-request-set-mark):
18277 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18278
18279 2004-01-25 Alex Schroeder <alex@gnu.org>
18280
18281 * spam-stat.el (spam-stat-process-directory-age): New option.
18282 (spam-stat-process-directory): Use it.
18283
18284 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18285
18286 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18287 (spam-stat-save): Accept prefix argument.
18288
18289 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18290
18291 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18292 links" error.
18293
18294 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18295
18296 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18297 compatibility with old .newsrc.eld files.
18298
18299 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18300
18301 * gnus-start.el (gnus-1): do.
18302
18303 * gnus-group.el (gnus-group-line-format-alist): do.
18304
18305 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18306
18307 * gnus-gl.el: Remove.
18308
18309 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18310
18311 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18312 marks consisting of a single range {for example, (3 . 5)} rather
18313 than a list of a single range { ((3 . 5)) }.
18314
18315 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18316
18317 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18318 Use with-current-buffer.
18319 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18320 avoid consing a string.
18321
18322 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18323 Remove obsolete entries for big5 and gb2312.
18324
18325 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18326
18327 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18328 uncompressed list.
18329
18330 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18331
18332 * spam-stat.el (spam-stat-strip-xref): New function.
18333 (spam-stat-process-directory): Use it.
18334
18335 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18336 here -- it's done in message-fetch-field.
18337
18338 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18339
18340 * gnus-agent.el (gnus-agent-queue-mail)
18341 (gnus-agent-prompt-send-queue): New variables.
18342 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18343 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18344 "nndraft:queue" along to gnus-draft-send.
18345 Use gnus-agent-prompt-send-queue.
18346 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18347 is "nndraft:queue". Suggested by Gaute Strokkenes
18348 <gs234@srcf.ucam.org>
18349
18350 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18351 (agent-enable-undownloaded-faces): Add.
18352 (gnus-agent-cat-groups): Use eval-and-compile, not
18353 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18354 method of gnus-agent-cat-groups even when the buffer has been
18355 evaled.
18356 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18357 delete gnus-agent-save-active-1.
18358 (gnus-agent-save-groups): Delete. Identical to
18359 gnus-agent-save-active.
18360 (gnus-agent-write-active): No longer adjust agent's copy of active
18361 file as agent's adjustments are now stored in their own
18362 file. Remove optional parameter.
18363 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18364 servers. Add use of min/max range limits from server's local
18365 file.
18366 (gnus-agent-save-alist): Remove unused optional argument.
18367 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18368 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18369 (gnus-agent-set-local): A per-server file that keeps min/max range
18370 limits for articles known to the agent. Provides a fast mechanism
18371 for altering many active ranges.
18372 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18373 active file (local makes it unnecessary).
18374 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18375
18376 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18377 (agent-enable-undownloaded-faces): Add.
18378
18379 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18380 disable it when sending to "nndraft:queue".
18381 (gnus-group-send-queue): Add safety check to avoid sending queue
18382 when unplugged.
18383
18384 * gnus-group.el (gnus-group-catchup): Use new
18385 gnus-sequence-of-unread-articles, not
18386 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18387 numbers of articles. Use gnus-range-map to avoid having to
18388 uncompress the unread list.
18389 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18390 Fix invalid ange-ftp reference.
18391
18392 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18393 (gnus-sorted-range-intersection): Intersection of two ranges
18394 without requiring that they first be uncompressed.
18395
18396 * gnus-start.el (gnus-activate-group): Unless blocked by the
18397 caller, possibly expand the active range to include both cached
18398 and agentized articles.
18399 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18400 multiple version-dependent converters.
18401 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18402 gnus-agent-save-active.
18403 (gnus-save-newsrc-file): Save dirty agent range limits.
18404
18405 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18406 gnus-agent-possibly-alter-active.
18407 (gnus-adjust-marked-articles): Faster handling of simple lists
18408
18409 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18410
18411 * spam-stat.el (spam-stat-test-directory): New optional argument
18412 displays a list of files detected. Suggested by Andrew Cohen
18413 <cohen@andy.bu.edu>.
18414 (spam-stat-buffer-words-with-scores): Don't narrow and change
18415 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18416
18417 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18418
18419 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18420 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18421 (spam-spamassassin-arguments)
18422 (spam-spamassassin-spam-flag-header)
18423 (spam-spamassassin-positive-spam-flag-header)
18424 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18425 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18426 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18427 (spam-list-of-processors, spam-list-of-checks)
18428 (spam-list-of-statistical-checks, spam-registration-functions)
18429 (spam-check-spamassassin-headers, spam-check-spamassassin)
18430 (spam-spamassassin-score)
18431 (spam-spamassassin-register-with-sa-learn)
18432 (spam-spamassassin-register-spam-routine)
18433 (spam-spamassassin-register-ham-routine)
18434 (spam-assassin-register-spam-routine)
18435 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18436 (spam-bogofilter-score): Fix to show article before scoring.
18437
18438 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18439
18440 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18441 default scoring function.
18442 (spam-generic-score): Call spam-spamassassin-score if
18443 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18444 spam-bogofilter-score otherwise.
18445
18446 * gnus.el (spam-process, spam-autodetect-methods):
18447 Add spamassassin and spamassassin-headers.
18448
18449 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18450
18451 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18452 Suppress unnecessary messages.
18453
18454 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18455
18456 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18457 make-hash-table.
18458
18459 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18460
18461 * canlock.el (base64-encode-string): Don't autoload it.
18462
18463 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18464
18465 * run-at-time.el: Remove useless (require 'itimer),
18466 eval-and-compile and (featurep 'xemacs).
18467
18468 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18469
18470 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18471 GROUP is a virtual group.
18472
18473 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18474
18475 * gnus.el: Autoload `message-y-or-n-p'.
18476
18477 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18478
18479 * pgg-parse.el: Remove unnecessary (require 'custom).
18480
18481 * pgg-def.el: do.
18482
18483 * nnmail.el: do.
18484
18485 * gnus-undo.el: do.
18486
18487 * gnus-picon.el: do.
18488
18489 * gnus-util.el: do.
18490
18491 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18492
18493 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18494
18495 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18496
18497 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18498 handle, as well as a list.
18499
18500 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18501 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18502 (mm-w3m-cid-retrieve): Simplify.
18503
18504 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18505
18506 * message.el (message-kill-to-signature): Allow prefix arg to
18507 specify number of lines to keep before signature.
18508
18509 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18510
18511 * message.el (message-kill-to-signature): Change docstring.
18512
18513 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18514
18515 * canlock.el: Always require sha1-el.
18516 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18517
18518 * message.el: Autoload sha1 only when compiling.
18519
18520 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18521
18522 * message.el (message-canlock-generate): Require sha1-el.
18523
18524 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18525
18526 * message.el (message-expand-name): Silence the byte compiler.
18527
18528 2004-01-13 Simon Josefsson <jas@extundo.com>
18529
18530 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18531 Invoke gnus-score-mode.
18532 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18533
18534 * gnus-range.el (gnus-compress-sequence): Doc fix.
18535 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18536
18537 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18538
18539 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18540
18541 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18542
18543 * spam.el (spam-get-article-as-string): Update to use
18544 gnus-request-article-this-buffer, much simpler.
18545 (spam-get-article-as-buffer): Remove.
18546
18547 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18548
18549 * message.el (message-expand-name): Use EUDC if the user uses that.
18550
18551 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18552
18553 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18554 character for the encoding to avoid consing a string.
18555
18556 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18557 unnecessarily.
18558
18559 * mm-util.el (mm-replace-chars-in-string): Remove.
18560
18561 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18562 of mm-replace-chars-in-string.
18563
18564 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18565
18566 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18567
18568 * mm-util.el (mm-subst-char-in-string): Support inplace.
18569
18570 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18571 a new string in every iteration. Use shy groups.
18572
18573 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18574
18575 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18576 * gnus-soup.el (gnus-soup-group-brew):
18577 * gnus-msg.el (gnus-put-message):
18578 * gnus-move.el (gnus-group-move-group-to-server):
18579 * gnus-kill.el (gnus-batch-score):
18580 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18581 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18582 (gnus-group-update-group, gnus-group-read-group)
18583 (gnus-group-make-group, gnus-group-make-help-group)
18584 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18585 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18586 (gnus-group-sort-by-unread, gnus-group-catchup)
18587 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18588 (gnus-group-yank-group, gnus-group-set-info)
18589 (gnus-group-list-groups):
18590 * gnus.el (gnus-generate-new-group-name):
18591 * gnus-delay.el (gnus-delay-send-queue):
18592 * nnvirtual.el (nnvirtual-catchup-group):
18593 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18594 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18595 (gnus-group-prepare-topics, gnus-topic-check-topology):
18596 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18597 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18598 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18599 (gnus-group-make-articles-read):
18600 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18601 (gnus-group-change-level, gnus-kill-newsgroup)
18602 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18603 (gnus-get-unread-articles, gnus-make-articles-unread)
18604 (gnus-make-ascending-articles-unread): Use accessor
18605 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18606 to get group information for improved readability.
18607
18608 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18609
18610 * gnus-art.el (article-decode-mime-words, article-babel)
18611 (gnus-article-highlight-signature, gnus-article-add-buttons)
18612 (gnus-signature-toggle): Use gnus-with-article-buffer.
18613
18614 * gnus-art.el (gnus-article-highlight-headers)
18615 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18616
18617 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18618 (gnus-article-set-globals, gnus-request-article-this-buffer)
18619 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18620 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18621 (gnus-mime-display-alternative): Use with-current-buffer.
18622
18623 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18624
18625 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18626 also under 80 char limit, and call gnus-error if needed.
18627 (spam-fetch-article-header): Fix - it was a
18628 buffer-local variable (gnus-newsgroup-data).
18629 (spam-find-spam): Use spam-generate-fake-headers, forget about
18630 spam-insert-fake-headers.
18631 (spam-insert-fake-headers): Remove.
18632
18633 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18634
18635 * deuglify.el (gnus-article-outlook-unwrap-lines)
18636 (gnus-outlook-rearrange-article)
18637 (gnus-outlook-repair-attribution-outlook)
18638 (gnus-outlook-repair-attribution-block)
18639 (gnus-outlook-repair-attribution-other): Remove redundant
18640 save-excursion.
18641
18642 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18643
18644 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18645 (spam-fetch-field-subject-fast)
18646 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18647 (spam-fetch-article-header): Add functions to deal with Gnus
18648 internals for fast retrieval of article header data.
18649 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18650
18651 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18652
18653 * pop3.el (pop3-md5): Remove.
18654 (pop3-apop): Replace pop3-md5 with md5.
18655
18656 * mm-bodies.el: base64 is always built-in.
18657
18658 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18659 Use with-current-buffer.
18660
18661 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18662
18663 * canlock.el (canlock-insert-header): Remove excessive grouping in
18664 regexp.
18665
18666 * gnus-sum.el (gnus-summary-read-document): Ditto.
18667
18668 * gnus-uu.el (gnus-uu-part-number): Ditto.
18669
18670 * html2text.el (html2text-remove-tags): Ditto.
18671 (html2text-format-tags): Ditto.
18672 (html2text-format-single-elements): Ditto.
18673
18674 * mml.el (mml-parse-1): Ditto.
18675
18676 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18677
18678 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18679
18680 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18681
18682 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18683
18684 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18685
18686 2003-11-15 Simon Josefsson <jas@extundo.com>
18687
18688 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18689 (pgg-gpg-lookup-key): Use regexp match instead of
18690 split-string (split-string is different between emacs 21.2 and
18691 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18692
18693 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18694
18695 * gnus-art.el (gnus-mime-view-all-parts)
18696 (gnus-article-part-wrapper, gnus-article-view-part):
18697 Use with-current-buffer.
18698
18699 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18700
18701 * spam.el (spam-disable-spam-split-during-ham-respool)
18702 (spam-spamoracle-database, spam-cache-lookups)
18703 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18704 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18705 (spam-group-ham-marks, spam-group-spam-marks)
18706 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18707 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18708 also add spam-use-blackholes to the statistical checks.
18709 (spam-fetch-field-fast): Add interface to fetching fields, may
18710 become a macro.
18711 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18712 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18713 (spam-insert-fake-headers): Fake an article when needed.
18714 (spam-find-spam): Fake article when possible.
18715 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18716 (spam-check-bogofilter-headers): Use message-fetch-field instead
18717 of nnmail-fetch-field.
18718
18719 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18720
18721 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18722
18723 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18724
18725 * spam.el (spam-split): Do not require spam-use-CHECK to be
18726 enabled if that check is passed to spam-split explicitly; also
18727 fix so 'spam doesn't get converted to spam-split-group when
18728 spam-split-symbolic-return is t.
18729 (spam-find-spam): Find registrations of the article and use those
18730 instead of re-running spam-split to find the spam/ham
18731 classification of the article.
18732 (spam-log-processing-to-registry, spam-log-registered-p)
18733 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18734 Use gnus-error instead of gnus-message.
18735 (spam-log-registration-type): Add function to determine the
18736 classification of a message based on registry entries; will
18737 return nil if both 'spam and 'ham are found.
18738 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18739 a reasonably fast local cache without the loading errors.
18740 (spam-cache-lookups): Set to t by default.
18741 (spam-find-spam): Don't try to guess spam-cache-lookups.
18742 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18743 spam-caches entry.
18744 (spam-filelist-build-cache, spam-filelist-check-cache):
18745 Fix caching of whitelist/blacklist entries.
18746 (spam-check-whitelist, spam-check-blacklist):
18747 Invoke spam-from-listed-p with a type, not a cache variable.
18748 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18749
18750 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18751
18752 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18753
18754 * nnmail.el (nnmail-split-fancy): do.
18755
18756 * mml.el (mml-parse): do.
18757
18758 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18759 (gnus-score-adaptive): do.
18760
18761 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18762
18763 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18764 (gnus-mime-button-map): Don't set keymap parent.
18765 (gnus-button-ctan-directory-regexp): Use shy grouping.
18766 (gnus-prev-page-map): Don't set keymap parent.
18767 (gnus-prev-page-map): Remove duplicated one.
18768 (gnus-next-page-map): Don't set keymap parent.
18769 (gnus-mime-security-button-map): Ditto.
18770
18771 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18772 version number.
18773
18774 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18775
18776 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18777
18778 * canlock.el (canlock-sha1-function): Remove.
18779 (canlock-sha1-function-for-verify): Remove.
18780 (canlock-openssl-program): Remove.
18781 (canlock-openssl-args): Remove.
18782 (canlock-ignore-errors): Remove.
18783 (canlock-sha1-with-openssl): Remove.
18784 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18785 (canlock-verify): Don't use canlock-ignore-errors.
18786
18787 * sha1-el.el (sha1-string-external): Make it can return a string
18788 in binary form.
18789 (sha1-region-external): Ditto.
18790 (sha1-string-internal): Ditto.
18791 (sha1-region-internal): Ditto.
18792 (sha1-region): Ditto.
18793 (sha1-string): Ditto.
18794 (sha1): Ditto.
18795
18796 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18797
18798 * spam.el (spam-report-articles-gmane): New command.
18799
18800 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18801
18802 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18803
18804 * run-at-time.el (run-at-time-saved): Remove.
18805 (run-at-time): Doc fix.
18806
18807 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18808
18809 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18810 (gnus-summary-limit-map): Add it.
18811 (gnus-summary-make-menu-bar): do.
18812
18813 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18814
18815 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18816 Make attempt at some caching support (done for BBDB only now).
18817 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18818 addresses to be checked.
18819 (spam-clear-cache-BBDB): Add function, to be invoked by
18820 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18821 (spam-check-BBDB): Check and use the caches, if
18822 spam-cache-lookups is on, remove superfluous (provide).
18823
18824 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18825
18826 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18827
18828 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18829
18830 * run-at-time.el (run-at-time-saved): Move to after the definition
18831 of `run-at-time'.
18832
18833 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18834
18835 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18836 mm-w3m-local-map-property.
18837
18838 * mm-view.el (mm-w3m-mode-map): Remove.
18839 (mm-w3m-local-map-property): Remove.
18840 (mm-inline-text-html-render-with-w3m): Don't use
18841 mm-w3m-local-map-property.
18842
18843 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18844
18845 * run-at-time.el: New file.
18846
18847 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18848 of gnus-set-text-properties.
18849
18850 * gnus-uu.el (gnus-uu-save-article): Ditto.
18851
18852 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18853
18854 * gnus-cite.el (gnus-cite-parse): Ditto.
18855
18856 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18857 of gnus-.
18858
18859 * gnus.el: Change calls to nnheader-run-at-time and
18860 password-run-at-time throughout to use run-at-time directly.
18861
18862 * password.el: Remove definition of run-at-time.
18863
18864 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18865
18866 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18867 in prompt.
18868
18869 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18870
18871 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18872 XEmacs version.
18873
18874 * dns.el (dns-make-network-process): Use `open-network-stream'
18875 instead of `gnus-xmas-open-network-stream'.
18876
18877 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18878
18879 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18880
18881 * gnus-art.el (gnus-mime-display-alternative)
18882 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18883 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18884 Don't use gnus-local-map-property.
18885
18886 * gnus-util.el (gnus-local-map-property): Remove.
18887
18888 * mm-view.el (mm-view-pkcs7-decrypt):
18889 Replace gnus-completing-read-maybe-default with completing-read.
18890
18891 * gnus-util.el (gnus-completing-read): do.
18892 (gnus-completing-read-maybe-default): Remove.
18893
18894 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18895
18896 * password.el: Only autoload `run-at-time' if not XEmacs.
18897 Only autoload the itimer functions if XEmacs.
18898
18899 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18900
18901 * gnus-art.el (gnus-read-string): Remove.
18902 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18903 read-string.
18904
18905 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18906
18907 * netrc.el: Autoload password-read.
18908 (netrc): Add configuration group.
18909 (netrc-encoding-method, netrc-openssl-path):
18910 Add variables for encoding and decoding of files with symmetric
18911 ciphers.
18912 (netrc-encode): Add assistant function to encode a file with
18913 netrc-encoding-method.
18914 (netrc-parse): Add interactive parameter, added optional
18915 decoding if netrc-encoding-method is non-nil but otherwise
18916 behavior is standard.
18917 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18918 Do s/encode/encrypt/ everywhere.
18919
18920 * spam.el: Remove executable-find autoload.
18921
18922 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18923
18924 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18925
18926 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18927
18928 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18929
18930 * gnus-art.el (gnus-treat-ansi-sequences)
18931 (article-treat-ansi-sequences): New variable and function.
18932 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18933
18934 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18935 Use it.
18936
18937 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18938
18939 * mm-util.el (mm-quote-arg): Remove.
18940
18941 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18942 shell-quote-argument.
18943
18944 * gnus-uu.el (gnus-uu-command): do.
18945
18946 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18947
18948 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18949 with make-char.
18950
18951 * mm-util.el (mm-make-char): Remove.
18952
18953 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18954 add-minor-mode.
18955
18956 * gnus-undo.el (gnus-undo-mode): do.
18957
18958 * gnus-topic.el (gnus-topic-mode): do.
18959
18960 * gnus-sum.el (gnus-dead-summary-mode): do.
18961
18962 * gnus-start.el (gnus-slave-mode): do.
18963
18964 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18965
18966 * gnus-ml.el (gnus-mailing-list-mode): do.
18967
18968 * gnus-gl.el (gnus-grouplens-mode): do.
18969
18970 * gnus-draft.el (gnus-draft-mode): do.
18971
18972 * gnus-dired.el (gnus-dired-mode): do.
18973
18974 * gnus-ems.el (gnus-add-minor-mode): Remove.
18975
18976 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18977 Replace gnus-char-width with char-width.
18978
18979 * gnus-ems.el (gnus-char-width): Remove.
18980
18981 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18982 Replace gnus-char-width with char-width.
18983
18984 * gnus-ems.el (gnus-char-width): Remove.
18985
18986 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18987 definition.
18988 Remove Emacs 20 hash table compatibility code.
18989
18990 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18991 20 compatibility code.
18992
18993 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18994
18995 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18996
18997 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18998 Replace with point-at-{eol,bol}.
18999
19000 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19001
19002 * imap.el (imap-point-at-eol): Replace with point-at-eol.
19003
19004 * flow-fill.el (fill-flowed-point-at-bol)
19005 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19006
19007 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19008 Replace with point-at-{eol,bol} throughout all files.
19009
19010 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19011
19012 * ntlm.el (ntlm-string-as-unibyte): New macro.
19013 (ntlm-build-auth-response): Use it.
19014
19015 Remove Emacs 20 stuff:
19016 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19017 of delq and copy-sequence.
19018 * gnus-art.el (popup-menu): Remove the compiler macro.
19019 * nnmail.el (nnmail-split-fancy): Don't support customizing with
19020 Emacs 20.
19021
19022 2004-01-05 Simon Josefsson <jas@extundo.com>
19023
19024 * ntlm.el: Fix namespace. Change smb-passwd-hash into
19025 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19026 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19027 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19028 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19029 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19030 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19031 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19032 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19033 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19034 ntlm-string-permute, string-lshift into ntlm-string-lshift,
19035 string-xor into ntlm-string-xor.
19036 Suggested by Jesper Harder <harder@myrealbox.com>.
19037
19038 * ntlm.el: Don't include poem.
19039
19040 * md4.el (print-int32, print-string-hexa): Remove.
19041 Suggested by Jesper Harder <harder@myrealbox.com>.
19042
19043 * sasl-ntlm.el, ntlm.el, md4.el: New files.
19044
19045 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
19046 probably breaks emacs with DL patch, but do we care? Is anyone
19047 still using the DL stuff?)
19048
19049 * sieve-manage.el: Use the password package.
19050 (sieve-manage-read-passwd): Remove.
19051 (sieve-manage-interactive-login): Use password. Re-add
19052 condition-case around loop.
19053
19054 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19055 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19056 Use the password package.
19057
19058 2003-02-19 Simon Josefsson <jas@extundo.com>
19059
19060 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19061 token.
19062
19063 2002-08-07 Simon Josefsson <jas@extundo.com>
19064
19065 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19066 (sieve-manage-authenticators):
19067 (sieve-manage-authenticator-alist): Add some SASL mechs.
19068 (sieve-sasl-auth): New function.
19069 (sieve-manage-cram-md5-auth):
19070 (sieve-manage-plain-auth): Rewrite using SASL library.
19071 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19072 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19073 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19074 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19075
19076 2004-01-05 Simon Josefsson <jas@extundo.com>
19077
19078 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19079 New files.
19080
19081 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19082
19083 * gnus-group.el (gnus-no-groups-message): Update.
19084
19085 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19086
19087 2003-11-09 Simon Josefsson <jas@extundo.com>
19088
19089 * imap.el: Support for ID IMAP extension (RFC 2971).
19090 (imap-local-variables): Add imap-id.
19091 (imap-id): New variable.
19092 (imap-id): New function.
19093 (imap-parse-response): Parse untagged ID response.
19094 * nnimap.el (nnimap-id): New variable.
19095 (nnimap-open-connection): Use it.
19096
19097 2003-12-28 Simon Josefsson <jas@extundo.com>
19098
19099 * gnus-score.el (gnus-score-edit-all-score): New.
19100 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19101
19102 2004-01-04 Simon Josefsson <jas@extundo.com>
19103
19104 * password.el: Add.
19105
19106 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19107
19108 * dns.el (dns-query-types): Fix typo.
19109 (dns-query-types): New function.
19110 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19111 PTR and SOA replies, see RFC 1035.
19112
19113 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19114
19115 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19116
19117 * Move to Changelog.2.
19118
19119 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19120
19121 * gnus.el (gnus-version-number): Bump version.
19122
19123 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19124
19125 * gnus.el: No Gnus v0.1 is released.
19126
19127 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19128
19129 * gnus.el: No Gnus v0.0 is released.
19130
19131 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19132
19133 * gnus.el (gnus-version-number): Bump.
19134 (gnus-version): No.
19135
19136 See ChangeLog.2 for earlier changes.
19137
19138 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
19139 Free Software Foundation, Inc.
19140
19141 This file is part of GNU Emacs.
19142
19143 GNU Emacs is free software: you can redistribute it and/or modify
19144 it under the terms of the GNU General Public License as published by
19145 the Free Software Foundation, either version 3 of the License, or
19146 (at your option) any later version.
19147
19148 GNU Emacs is distributed in the hope that it will be useful,
19149 but WITHOUT ANY WARRANTY; without even the implied warranty of
19150 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19151 GNU General Public License for more details.
19152
19153 You should have received a copy of the GNU General Public License
19154 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19155
19156 ;; Local Variables:
19157 ;; coding: utf-8
19158 ;; fill-column: 79
19159 ;; add-log-time-zone-rule: t
19160 ;; End: