47d08e8609f1eff02b53c0938abc43aee2d3d800
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2
3 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4 used.
5 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7 we're using an encrypted connection.
8
9 * proto-stream.el: Alter the interface functions to also return the
10 actual stream type used: network or tls.
11
12 2011-01-25 Julien Danjou <julien@danjou.info>
13
14 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
15 (mm-display-javascript-inline): New function.
16
17 * mm-decode.el (mm-inline-media-tests): Add application/javascript
18 viewing function.
19
20 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
21
22 * shr.el (shr-expand-newlines): Fix variable name.
23
24 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
25
26 * shr.el (shr-expand-newlines): Make nested boxes work.
27
28 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
29
30 * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
31 backgrounds.
32 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
33 in a more sensible manner.
34
35 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
36
37 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
38 if EPG is loaded.
39
40 2011-01-24 Julien Danjou <julien@danjou.info>
41
42 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
43 tags.
44
45 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
46
47 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
48 commands.
49
50 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
51 in the article buffer.
52 (gnus-gravatar-insert): Use blank space from the current buffer to
53 avoid breaking text properties. This makes X-Sent updating work again.
54
55 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
56
57 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
58
59 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
60 fix the bug in url-http.el instead.
61
62 * shr.el (shr-image-fetched): Ditto.
63
64 * shr.el (shr-image-fetched): Avoid having point move in the article
65 buffer.
66
67 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
68 buffer after being called. It's apparently being killed by url.el, and
69 killing it made point move to end-of-buffer in a random buffer.
70
71 * shr.el (shr-image-fetched): Ditto.
72
73 2011-01-23 Julien Danjou <julien@danjou.info>
74
75 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
76
77 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
78 text/x-org.
79
80 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
81
82 * gnus-sum.el (gnus-summary-move-article): Protect against backends
83 (i.e., nnimap) returning nil as the article number.
84
85 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
86
87 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
88 "DelSp" parameter in RFC3676.
89
90 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
91
92 * message.el (message-check-recipients): Display the encoded version of
93 the bogus address if they differ.
94
95 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
96 after sending.
97
98 * gnus-agent.el (gnus-agent-send-mail): Ditto.
99
100 * gnus-group.el (gnus-group-refresh-group): New convenience function.
101
102 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
103 group buffer after sending the queue.
104
105 * gnus-agent.el (gnus-agent-send-mail): Ditto.
106
107 2011-01-22 Julien Danjou <julien@danjou.info>
108
109 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
110
111 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
112
113 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
114 nested related parts.
115
116 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
117 unexpired articles. This fixes the regression that led expiry marks to
118 disappear from nnfolder groups.
119
120 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
123 Don't confuse the "ret" of "retrograde" with RET.
124
125 2011-01-21 Julien Danjou <julien@danjou.info>
126
127 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
128 than mm-insert-inline.
129
130 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
131
132 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
133 Widen article buffer.
134
135 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
138 the temp buffer.
139 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
140
141 2011-01-20 Julien Danjou <julien@danjou.info>
142
143 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
144
145 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
146 than mm-insert-inline to insert inline part: this respect
147 mm-inline-media-tests displayers.
148
149 * mm-view.el (mm-display-shell-script-inline): New function.
150
151 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
152
153 * mm-uu.el (mm-uu-type-alist): Add org block.
154 (mm-uu-org-src-code-block-extract): New function.
155
156 * mm-view.el (mm-display-org-inline): New function.
157
158 * mm-decode.el (mm-automatic-display): Add text/org.
159
160 * mailcap.el (mailcap-mime-extensions): Add .org.
161
162 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
163
164 * gnus-art.el (gnus-article-highlight): Remove argument passed to
165 gnus-article-add-buttons.
166
167 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
168
169 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
170 From header with a date and "nobody" as the sender.
171
172 2011-01-19 Julien Danjou <julien@danjou.info>
173
174 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
175 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
176 if you have the same regexp several times.
177 (gnus-button-push): Fix matching when regexp is symbol.
178
179 2011-01-15 Glenn Morris <rgm@gnu.org>
180
181 * message.el (message-mail): A compose-mail function should
182 accept headers as strings.
183
184 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
185
186 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
187 Add :vert-only tags.
188 (message-mail): New arg RETURN-ACTION.
189 (message-return-action): New var.
190 (message-bury): Use it.
191 (message-mode): Make it buffer-local.
192 (message-send-and-exit): Always call message-bury.
193
194 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
195 message-mail.
196
197 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
198
199 * nnimap.el (nnimap-convert-partial-article): Protect against
200 zero-length body parts.
201
202 * mm-decode.el (mm-preferred-alternative-precedence):
203 Discourage showing empty parts.
204
205 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
206 and stuff if the backend didn't return the article number. This fixes
207 an Exchange-related nnimap bug.
208
209 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
210 group window, because it does the wrong thing when a separate frame
211 displays the group buffer.
212
213 * proto-stream.el (open-protocol-stream): Protect against the low-level
214 transport functions returning nil.
215
216 2011-01-07 Daiki Ueno <ueno@unixuser.org>
217
218 * mml2015.el (epg-sub-key-fingerprint): Autoload.
219 (mml2015-epg-find-usable-secret-key): New function.
220 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
221 mml2015-epg-find-usable-key (Bug#7797).
222 (mml2015-epg-encrypt): Ditto.
223
224 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
225
226 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
227
228 2011-01-03 Glenn Morris <rgm@gnu.org>
229
230 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
231
232 * sieve.el (sieve-open-server): Give a more explicit error if
233 sieve-manage-open returns nil. (Bug#7720)
234
235 2011-01-02 Karl Fogel <kfogel@red-bean.com>
236
237 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
238
239 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
240
241 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
242 This avoids sending passwords in plain text over non-encrypted
243 channels.
244
245 * shr.el (shr-rescale-image): Display all GIF images as animated images.
246
247 * nnimap.el (nnimap-login): Refactored out into own function, and
248 implement CRAM-MD5.
249 (nnimap-wait-for-line): Refactored out.
250
251 * mm-view.el (mml-smime): Require.
252
253 2010-12-20 David Engster <deng@eml.cc>
254
255 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
256 use EPG to decrypt S/MIME messages instead of openssl.
257
258 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
261
262 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
263 status is the group clearly is unreachable.
264
265 * auth-source.el (auth-source-create): Add the optional second
266 parameter to `local-variable-p' to be compatible with XEmacs.
267
268 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
269
270 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
271 work when using a compressed nnml folder.
272
273 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
274
275 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
276 backends after sanitising on entry, because this never makes sense:
277 If the articles have gone missing, then the data no longer exists on
278 the backend, and if they haven't, then Gnus is wrong, and shouldn't
279 overwrite anything anyway.
280
281 * shr.el (shr-insert-document): Bind shr-width dynamically to
282 window-width if it's nil.
283
284 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
285
286 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
287 with the meaning of using the full emacs window width for rendering.
288
289 2010-12-27 Daiki Ueno <ueno@unixuser.org>
290
291 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
292 case when sender is not given.
293
294 2010-12-23 Julien Danjou <julien@danjou.info>
295
296 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
297 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
298 the addresses, otherwise we might misplaced the gravatar.
299
300 2010-12-21 Daiki Ueno <ueno@unixuser.org>
301
302 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
303 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
304 obsolete in Emacs.
305
306 2010-12-20 Julien Danjou <julien@danjou.info>
307
308 * gnus-util.el (gnus-rescale-image): Revert last change.
309
310 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
311
312 * gnus-group.el (gnus-group-delete-articles): New command.
313
314 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
315
316 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
317
318 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
319
320 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
321 here, since it's up to the backends to do CRLF removal if their
322 protocol has it.
323
324 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
325
326 2010-12-17 Julien Danjou <julien@danjou.info>
327
328 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
329 they are from file. Can also scale up.
330
331 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
332
333 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
334 gnus-use-agent.
335 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
336
337 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
338
339 2010-12-17 Julien Danjou <julien@danjou.info>
340
341 * gravatar.el (gravatar-retrieve-synchronously): New function.
342 (gravatar-get-data): Make more robust.
343
344 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
345
346 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
347 to really consider the last line.
348
349 2010-12-16 Daiki Ueno <ueno@unixuser.org>
350
351 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
352 list of recipient keys, or use symmetric encryption if not a list.
353 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
354 EPA override, replacing the call to `netrc-store-data'.
355
356 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
357
358 * gnus-srvr.el: Avoid passing nil regexp argument to
359 delete-matching-lines.
360
361 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
362
363 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
364 fetching stops when Gnus exits.
365
366 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
367 function.
368 (nnfolder-request-expire-articles): Save all the buffers after doing
369 expiry.
370
371 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
372 the last article", since that led to serious performance regressions
373 when expiring nnml groups.
374
375 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
376
377 * nnir.el: Improve customizations.
378
379 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
380
381 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
382
383 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
384 group has been killed.
385 (gnus-group-yank-group): Ditto.
386
387 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
388
389 * nnimap.el (nnimap-request-update-group-status): New function.
390
391 * gnus-int.el (gnus-request-update-group-status): New interface
392 function.
393
394 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
395 copying read-ness to the backends.
396
397 * nnimap.el (nnimap-quirk): New function.
398 (nnimap-retrieve-group-data-early): Use it.
399 (nnimap-quirks): New alist.
400
401 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
402
403 * shr.el (shr-insert): Set shr-start after deleting trailing space;
404 don't delete it within indentation.
405
406 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
407
408 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
409 previous line.
410
411 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
412
413 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
414 QRESYNC command by deleting a superfluous space which broke Cyrus
415 servers. This change will break other servers that are buggy the other
416 way around.
417
418 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
419
420 * spam.el: Reindent and fix long lines.
421 (spam-copy-or-move-routine): Exclude invalid move destinations.
422
423 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
424
425 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
426 installed the registry.
427
428 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
429
430 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
431 groupname doesn't contain "gmane".
432
433 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
434
435 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
436 (gnus-1): Don't create the nndrafts group twice.
437 (gnus-setup-news): There's no need to read the active file here, since
438 that's done again later on a per-backend basis.
439 (gnus-start-draft-setup): Make sure that the new group is started out
440 empty.
441
442 * gnus-agent.el (gnus-agentize): Don't create the queue group
443 automatically on startup. It'll be created later, if needed.
444
445 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
446 of automatically subscribed groups.
447 (gnus-auto-subscribed-categories): New variable.
448 (gnus-matches-options-n): Use it.
449 (gnus-default-subscribed-newsgroups): Remove unused variable.
450 (gnus-start-draft-setup): Message a bit less.
451
452 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
453
454 * nnir.el (nnir-run-imap): Return article list in order of increasing
455 UID.
456
457 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
458
459 * gnus-sum.el (gnus-summary-enter-digest-group):
460 Mention gnus-auto-select-on-ephemeral-exit.
461
462 * proto-stream.el (proto-stream-open-network-only): Fix the calling
463 convention of the network-only option.
464
465 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
466
467 * proto-stream.el (proto-stream-open-network-only): New function to
468 have a way to specify non-STARTTLS upgrade connections.
469
470 2010-12-10 Julien Danjou <julien@danjou.info>
471
472 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
473 email address is nil.
474
475 * message.el (message-bogus-recipient-p): Set address to "" if nil.
476
477 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
478
479 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
480 deletion.
481 (nnir-run-imap): Only need to parse list once.
482
483 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
484
485 * shr.el (shr-tag-script): Ignore <script>.
486 (shr-tag-label): Add <label> support.
487
488 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
489
490 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
491
492 * shr.el (shr-image-displayer): Work for images lined side by side.
493
494 2010-12-08 Robert Pluim <rpluim@gmail.com>
495
496 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
497 parameter, since XEmacs doesn't accept t as a parameter.
498
499 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
500
501 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
502 ids.
503 (nnir-run-gmane): Simplify groupspec formatting.
504 (nnir-request-expire-articles): New function.
505
506 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
507
508 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
509 overflow, possibly.
510
511 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
512 (shr-render-td): Handle td style="" better.
513 (shr-tag-table): Use the color from the style sheet.
514 (shr-render-td): Make sure we copy over all the overlays, too.
515
516 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
517
518 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
519 (nnir-request-article): Improve article retrieval.
520
521 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
522
523 * mm-util.el (mm-extra-numeric-entities): New variable.
524
525 * mm-url.el (mm-url-decode-entities):
526 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
527
528 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * message.el: Use completion-at-point.
531 (message-completion-function): New fun, extracted from message-tab.
532 (message-mode): Use it for completion-at-point-functions.
533 (message-tab): Use it and completion-at-point.
534
535 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
536
537 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
538 character if a non-breakable character follows.
539
540 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
543 any stream.
544
545 * shr.el (shr-tag-font): Colorize the region.
546 (shr-tag-body): Ditto.
547 (shr-tag-font): Actually let the styles be inherited instead of
548 overwriting them.
549 (shr-tag-font): Get the background color right.
550 (shr-tag-style): Ignore all <style> tags for the moment.
551
552 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
553 a Message-ID to avoid having nnimap depend on gnus-sum.
554
555 * shr.el (shr-descend): Only colorize something if we have a node that
556 sets colors.
557
558 2010-12-06 Julien Danjou <julien@danjou.info>
559
560 * shr.el (shr-render-td): Render td content with shr-descend, so style
561 will be applied to <td> too.
562 (shr-colorize-region): Colorize region even if we only have a background.
563 (shr-tag-body): Fix color and background color inheritance.
564 Do not recolorize after shr-generic.
565 (shr-tag-font): Let shr-generic colorize via inheritance.
566
567 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
568
569 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
570
571 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
572
573 * nnir.el (nnir-request-move-article): Remove obsolete code.
574
575 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
576
577 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
578
579 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
580
581 * gnus-sum.el (gnus-summary-respool-article): The completion function
582 expects a list instead of an alist.
583
584 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
585 string as the parameter.
586
587 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
588
589 * shr.el (shr-stylesheet): New dynamic variable for cascading the
590 styles.
591 (shr-colorize-region): New function.
592 (shr-insert-background-overlay): Remove.
593 (shr-render-td): Background setting should be taken care of on a higher
594 level.
595 (shr-tag-body): Use post-hoc colorizations.
596 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
597 (shr-put-color-1): Don't overwrite old colors.
598 (shr-colorize-region): When the background color isn't explicit, use
599 a fixed background.
600
601 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
602 nnmail variables.
603
604 2010-12-05 Bjørn Mork <bjorn@mork.no>
605
606 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
607 unless necessary.
608
609 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
610
611 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
612 server.
613
614 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
615
616 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
617 so that TAB works.
618
619 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
620 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
621
622 * shr.el (shr-urlify): Show the URL before the title to avoid
623 misleading URLs.
624
625 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
626
627 * shr.el (shr-urlify): Display the title in <a> tags.
628
629 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
630
631 * nnir.el (nnir-categorize): Replace mapcar with mapc.
632
633 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
634
635 * nnir.el: Rearrange code to allow macros to be autoloaded by
636 gnus-sum.el.
637 (nnir-retrieve-headers-override-function): Make this variable
638 customizable.
639 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
640
641 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
642 from nnir.el.
643
644 2010-12-03 Julien Danjou <julien@danjou.info>
645
646 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
647
648 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
649
650 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
651 allow optional argument `environment'.
652
653 2010-12-03 Glenn Morris <rgm@gnu.org>
654
655 * mm-extern.el (message-goto-body): Update declaration.
656
657 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
658
659 * gnus-util.el (gnus-macroexpand-all): New function.
660
661 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
662 instead of macroexpand-all that is unavailable in XEmacs.
663
664 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
665
666 * nnir.el (nnir-summary-line-format): New variable.
667 (nnir-mode): Use it.
668 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
669 (nnir-article-ids): Reimplement as defsubst.
670 (nnir-retrieve-headers): Don't mangle the subject header.
671 (nnir-run-imap): Use 100 as RSV score.
672 (nnir-run-find-grep): Fix for full server searching.
673 (nnir-run-gmane): Better restriction to gmane groups.
674
675 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
676 summary buffers.
677
678 2010-12-02 Julien Danjou <julien@danjou.info>
679
680 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
681
682 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
683
684 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
685 support.
686
687 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
688
689 * nnir.el: Update to handle the registry better.
690 (autoload): Silence byte-compiler.
691 (nnir-open-server): Add a hook for nnir groups.
692 (nnir-request-move-article): Don't mangle the header. Better to use
693 formating variables (which will be added in the future).
694 (nnir-registry-action): Update the registry using the original article
695 group name.
696 (nnir-mode): Install nnir-specific hooks for updating the registry.
697
698 * gnus-sum.el
699 (gnus-article-original-subject,gnus-newsgroup-original-name):
700 Remove obsolete variables.
701 (gnus-summary-move-article): Remove use of obsolete variables.
702 (gnus-summary-local-variables): Make move and delete hooks local to
703 summary buffers.
704
705 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
706
707 * rtree.el: New file.
708
709 2010-12-01 Julien Danjou <julien@danjou.info>
710
711 * message.el (message-user-organization): Do not use
712 gnus-local-organization.
713
714 * gnus.el: Remove gnus-local-organization.
715
716 * gnus-msg.el: Remove nastygram thing.
717
718 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
719
720 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
721 funcall.
722
723 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
724
725 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
726 names.
727
728 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
729 characters.
730
731 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
732 to t of inhibit-read-only since it is inside gnus-with-article-headers.
733 Suggested by Štěpán Němec <stepnem@gmail.com>.
734 (gnus-gravatar-transform-address): Use mail-extract-address-components
735 that supports non-ASCII names rather than mail-header-parse-addresses.
736
737 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
738
739 * proto-stream.el (open-protocol-stream): All starttls connections are
740 handled by the network handler.
741
742 2010-11-30 Julien Danjou <julien@danjou.info>
743
744 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
745 (nnimap-open-connection-1): Fix PREAUTH.
746
747 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
748
749 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
750
751 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
752 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
753 (shr-insert): Use them.
754 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
755
756 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
757
758 * nnir.el (nnir-request-move-article): Bail out if original group
759 doesn't support article moves.
760 (nnir-get-active): Improve active list retrieval.
761
762 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
763
764 * shr.el (shr-find-fill-point): Don't break before apostrophes.
765
766 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
767
768 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
769 seem to accept strings-with-numbers as port numbers,
770
771 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
772
773 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
774 change the registry.
775
776 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
777
778 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
779 delete-dups that is not available in XEmacs 21.4.
780
781 * mm-util.el (mm-delete-duplicates): Add comment.
782
783 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
784
785 * nnir.el (nnir-ignored-newsgroups): New variable.
786 (nnir-get-active): Use it.
787
788 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
789
790 * proto-stream.el (proto-stream-open-network): Add some comments.
791
792 * nntp.el (nntp-open-connection): Provide a :success condition.
793
794 * nnimap.el (nnimap-open-connection-1): Ditto.
795
796 * proto-stream.el (proto-stream-open-network): See what the response to
797 the STARTTLS command is.
798
799 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
800 backwards compatibility).
801 (nnimap-open-connection-1): Really respect nnimap-server-port.
802
803 * proto-stream.el (proto-stream-open-network): When doing opportunistic
804 TLS upgrades we don't really care about the identity of the peer.
805 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
806 that what we've checked for.
807 (proto-stream-always-use-starttls): Only default to t if
808 open-gnutls-stream exists.
809 (proto-stream-open-network): If STARTTLS failed, then just open a
810 normal connection.
811 (proto-stream-open-network): Wait until the greeting before doing
812 STARTTLS.
813
814 * nntp.el (nntp-open-connection): Report what the connection error is.
815
816 * proto-stream.el (open-protocol-stream): Rename from
817 open-proto-stream.
818
819 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
820
821 * nnimap.el (nnimap-stream): Change default to `undecided'.
822 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
823 first, and then network.
824 (nnimap-open-connection-1): Respect nnimap-server-port.
825 (nnimap-open-connection): Be more backwards-compatible.
826
827 * proto-stream.el (proto-stream-always-use-starttls): New variable.
828 (proto-stream-open-starttls): De-duplicate the starttls code.
829 (proto-stream-open-starttls): Folded back into the main function.
830 (proto-stream-open-network): Fix typo in the gnutls path.
831 (proto-stream-command): Refactor out.
832
833 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
834
835 * proto-stream.el (proto-stream-open-starttls): Actually implement the
836 starttls.el STARTTLS.
837
838 * color.el (color-lab->srgb): Fix function call name.
839
840 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
841 if we're using tls.el.
842 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
843 built in, then don't try to establish a STARTTLS connection.
844
845 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
846 servers.
847
848 * proto-stream.el (open-proto-stream): Use network, not stream.
849 (open-proto-stream): Add a way to specify what the end of a command is.
850
851 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
852 connections types.
853 (nntp-open-network-stream): Remove.
854 (nntp-open-ssl-stream): Remove.
855 (nntp-open-tls-stream): Remove.
856 (nntp-ssl-program): Remove.
857
858 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
859
860 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
861
862 * nnir.el: Fix typos.
863 (nnir-retrieve-headers-override-function): Rename variable to reflect
864 new semantics.
865 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
866 macros.
867 (nnir-request-article, nnir-request-move-article): Use them.
868 (nnir-categorize): New function.
869 (nnir-run-query): Use it.
870 (nnir-retrieve-headers): Rewrite to batch header retrieval.
871 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
872 sorted.
873 (nnir-group-full-name): Use gnus-group-full-name instead.
874 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
875 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
876
877 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
878
879 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
880
881 * proto-stream.el: New library to provide protocol-specific
882 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
883 protocols.
884 (open-proto-stream): Complete the documentation.
885 (proto-stream-open-network): Fix some typos.
886
887 * nnimap.el (nnimap-open-connection): Use it.
888
889 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
890
891 * pop3.el (pop3-open-server): Read server greeting before starting TLS
892 negotiation.
893
894 2010-11-26 Julien Danjou <julien@danjou.info>
895
896 * color.el: Rename various rgb functions to srgb.
897
898 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
899
900 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
901 names.
902
903 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
904
905 * shr.el (shr-insert): Revert last change.
906 (shr-find-fill-point): Never leave point being at bol;
907 relax the kinsoku limitation when rendering tables.
908
909 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
910
911 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
912 results from -accept-article.
913
914 * shr-color.el: Require cl when compiling.
915
916 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
917 checkin.
918
919 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
920
921 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
922
923 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
924 'add and 'delete to set backend marks.
925
926 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
927
928 * nnheader.el (nnheader-update-marks-actions): Refactor out.
929
930 * nntp.el (nntp-request-set-mark): Use it.
931
932 * nnfolder.el (nnfolder-request-set-mark): Ditto.
933
934 * nnml.el (nnml-request-set-mark): Ditto.
935
936 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
937 introduces regressions in article selection.
938 (nnimap-find-uid-response): New function.
939 (nnimap-request-accept-article): Use the UID returned, if any.
940 (nnimap-request-move-article): Use the UID returned, if any.
941 (nnimap-get-groups): Reimplement to work with folded lines.
942 (nnimap-find-uid-response): The UID is the last element in the list.
943 (nnimap-request-set-mark): Extend syntax with 'set.
944
945 * nnml.el (nnml-request-set-mark): Ditto.
946
947 * nnfolder.el (nnfolder-request-set-mark): Ditto.
948
949 * nntp.el (nntp-request-set-mark): Ditto.
950
951 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * message.el (message-called-interactively-p): A temporary macro.
954 (message-goto-body): Use it temporarily.
955
956 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
957
958 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
959 (nnimap-last-response-string): Unfold quoted lines, if they exist.
960 (nnimap-last-response-string): Fix last unfolding fix.
961
962 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
963
964 * shr.el (shr-insert): Fix the way to fold lines.
965
966 2010-11-25 Julien Danjou <julien@danjou.info>
967
968 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
969
970 * color.el: Rename from color-lab.el
971 (color-rgb->hex): Add.
972 (color-complement): Add.
973 (color-complement-hex): Add.
974
975 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
976
977 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
978
979 * shr-color.el (shr-color-visible): Don't bug out if the colour names
980 don't exist.
981
982 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
983
984 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
985 assuming that article displaying or another mml-preview may be
986 interrupted for an error or for the like.
987
988 * shr.el (shr-get-background): Fix argument name.
989
990 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
991
992 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
993
994 * gnus-sum.el (gnus-summary-include-articles): New function.
995
996 * message.el (message-goto-body): called-interactively-p needs a
997 parameter, so use `any'.
998
999 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1000 clear marks before moving, since they're synced from the Gnus side
1001 first.
1002
1003 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1004 (gnus-summary-move-article): Copy over all marks before moving, so that
1005 IMAP doesn't think a new article has arrived.
1006
1007 2010-11-24 Julien Danjou <julien@danjou.info>
1008
1009 * shr.el (shr-insert-background-overlay): Fix typo.
1010 (shr-render-td): Copy the background before rendering.
1011
1012 * shr-color.el (shr-color-visible): Fix docstring.
1013
1014 * shr.el (shr-tag-table): Add bgcolor support.
1015 (shr-render-td): Add bgcolor support.
1016 (shr-get-background): Add.
1017 (shr-insert-foreground-overlay): Use shr-get-background.
1018
1019 * message.el (message-goto-body): Use called-interactively-p.
1020 (message-in-body-p): message-goto-body returns point.
1021
1022 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1023
1024 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
1025 Fixes something or other in Emacs 23, and is backwards compatible.
1026
1027 * message.el (message-goto-body): Remove the <#secure special-casing,
1028 which is too special.
1029
1030 * shr.el (shr-parse-style): Drop !important from styles.
1031
1032 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
1033
1034 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1035 this function to return incorrect results when calling it with an
1036 explicit article argument different from
1037 (gnus-summary-article-number).
1038
1039 2010-11-24 Julien Danjou <julien@danjou.info>
1040
1041 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1042 (shr-tag-body): Add background support.
1043 (shr-descend): Add background support.
1044 (shr-tag-title): Add.
1045
1046 * shr-color.el (shr-color-visible): Really return original background
1047 if fixed.
1048
1049 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1050
1051 * shr.el (shr-color-check): Protect against non-existant colour names.
1052
1053 2010-11-24 Julien Danjou <julien@danjou.info>
1054
1055 * color-lab.el: Require 'cl when compiling.
1056
1057 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1058
1059 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1060 matched part.
1061
1062 * color-lab.el: Fix all expt calls to use float type.
1063
1064 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1065
1066 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1067 expression to shr-color-check as is.
1068
1069 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1070
1071 * color-lab.el: Add coding cookie.
1072 (float-pi): Use eval-and-compile.
1073
1074 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1075
1076 * shr.el (shr-insert-color-overlay): Split stuff like
1077 "#444444 !important" to find the real colour.
1078 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1079 parse <font color="red"> entries.
1080
1081 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
1082
1083 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
1084 point when parsing headers.
1085
1086 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
1087 is positioned properly when parsing headers.
1088
1089 2010-11-23 Julien Danjou <julien@danjou.info>
1090
1091 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1092
1093 * shr-color.el (shr-color->hexadecimal): Add support for color names.
1094
1095 * shr.el (shr-parse-style): Replace \n with space in style parsing.
1096
1097 * shr-color.el (shr-color-hsl-to-rgb-fractions):
1098 Use shr-color-hue-to-rgb.
1099 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1100
1101 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1102
1103 * shr.el (shr-color->hexadecimal): Autoload.
1104 (shr-descend): Add color to all tags.
1105
1106 2010-11-22 Julien Danjou <julien@danjou.info>
1107
1108 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1109 shr-color->hexadecimal.
1110
1111 * shr-color.el (shr-color->hexadecimal): Add converting functions for
1112 RGB() or HSL() color representation.
1113
1114 * shr.el (shr-tag-font): Add.
1115 (shr-tag-color-check): New function to get better colors.
1116 (shr-tag-insert-color-overlay): Factorize code between tag-font and
1117 tag-span.
1118
1119 * shr-color.el: New file.
1120
1121 * color-lab.el: New file.
1122
1123 * gnus-art.el (gnus-url-mailto): Do not downcase args.
1124
1125 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
1126
1127 * nnir.el: Fix typo in comments.
1128 (nnir-run-imap): Simplify code. No need to reverse artlist.
1129 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1130
1131 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1132
1133 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1134
1135 * nnimap.el (nnimap-get-capabilities): Refactor out.
1136 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1137
1138 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1139
1140 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1141 appearing when `mm-uu-hide-markers' is nil.
1142
1143 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1144
1145 * nnimap.el (nnimap-unselect-group): Make into its own function.
1146 (nnimap-request-rename-group): Unselect group before renaming.
1147 This had gotten lost somewhere.
1148 (nnimap-request-accept-article): Keep track of examined groups, and
1149 unselect the group before APPENDing to read-only groups.
1150 (nnimap-request-move-article): Clear flags before moving so that they
1151 can be re-set later.
1152
1153 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1156 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1157
1158 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1159
1160 * gnus-art.el (gnus-mime-display-single)
1161 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1162 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1163 parameter.
1164
1165 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1166
1167 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1168 (shr-table-vertical-line): New variable.
1169 (shr-insert-table): Use it.
1170
1171 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1172
1173 * gnus-html.el (gnus-html-wash-images): Don't display images if
1174 gnus-inhibit-images is non-nil; register displayer for cid images.
1175 (gnus-html-display-image): Work for cid image.
1176 (gnus-html-insert-image): Allow arguments.
1177 (gnus-html-put-image): Inhibit read-only.
1178 (gnus-html-prefetch-images): Don't prefetch images if
1179 gnus-inhibit-images is non-nil.
1180
1181 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1182
1183 * shr.el (shr-put-image): Break lines when inserting big pictures.
1184
1185 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1186
1187 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1188 sender, thanks Katsumi Yamaoka.
1189
1190 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1191
1192 * nnir.el (nnir-run-imap): Reverse the article list for each group
1193 rather than the whole list.
1194
1195 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1196
1197 * shr.el (shr-image-displayer): Protect function against non-existent
1198 image source.
1199
1200 * gnus-art.el (gnus-inhibit-images): New user option.
1201 (gnus-mime-display-single): Don't display image if it is non-nil.
1202
1203 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1204 gnus-inhibit-images.
1205
1206 * shr.el (shr-image-displayer): New function.
1207 (shr-tag-img): Use it.
1208
1209 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1210
1211 * mml2015.el (mml2015-epg-sign): Use From header.
1212
1213 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1214
1215 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1216
1217 * gnus-util.el (gnus-find-text-property-region): Return markers.
1218
1219 * shr.el (shr-tag-img): Put a displayer in the text property.
1220
1221 * gnus-util.el (gnus-find-text-property-region): New utility function.
1222
1223 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1224 (gnus-html-show-images): Remove.
1225
1226 * gnus-art.el (gnus-article-show-images): New, more general function.
1227
1228 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1229 image url text properties.
1230
1231 * shr.el: Ditto.
1232
1233 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1234 gnus-agent-auto-agentize-methods is set. Which it isn't.
1235
1236 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1237
1238 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1239 work for two or more articles.
1240
1241 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1242
1243 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1244 divide an image that's in an html article to two or more when washing
1245 non-ASCII characters in alt text of it.
1246
1247 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1248
1249 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1250 smime-decrypt-region using function argument.
1251 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1252
1253 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1254
1255 * smime.el (smime-decrypt-region): Catch it.
1256
1257 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1258
1259 * smime.el (smime-mode-map): Move initialization into declaration.
1260 (gnus-run-mode-hooks): Don't autoload.
1261 (smime-mode): Use define-derived-mode.
1262
1263 2010-11-11 Glenn Morris <rgm@gnu.org>
1264
1265 * smime.el (from): Restrict declaration to XEmacs.
1266
1267 * nnir.el (gnus-group-topic-name): Autoload.
1268
1269 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1270
1271 * shr.el (shr-insert): Don't break long line if it is because of
1272 kinsoku-bol characters in the line end.
1273
1274 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1275
1276 * nnir.el (nnir-request-move-article): Fix to provide original group
1277 and subject.
1278 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1279 been retrieved.
1280
1281 * gnus-sum.el (gnus-summary-move-article): Use original group and
1282 subject for virtual articles such as those in an nnir summary buffer.
1283
1284 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1285
1286 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1287 least 21.5).
1288
1289 * smime.el (from): Declare it again for XEmacs.
1290
1291 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1292
1293 * message.el (message-resend): Don't disable encoding unless it's
1294 already encoded.
1295
1296 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1297 low-numbered articles.
1298
1299 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1300
1301 * rfc2047.el (rfc2047-syntax-table): Simplify.
1302
1303 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1304 set-char-table-range for XEmacs.
1305
1306 2010-11-10 Glenn Morris <rgm@gnu.org>
1307
1308 * smime.el (from): Remove unused declaration.
1309
1310 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1311 (gnus-float-time): On Emacs, always an alias.
1312
1313 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1314 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1315
1316 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1317
1318 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1319
1320 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1321
1322 * shr.el (browse-url-mailto): Autoload.
1323
1324 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1325
1326 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1327 regexp doesn't need quoting.
1328
1329 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1330
1331 * message.el (message-subject-trailing-was-ask-regexp)
1332 (message-subject-trailing-was-regexp): Match was: in addition to was.
1333
1334 2010-11-09 Glenn Morris <rgm@gnu.org>
1335
1336 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1337 (nnbabyl-check-mbox): Use point-at-bol.
1338
1339 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1340
1341 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1342
1343 * message.el (message-mailto): New function.
1344 (message-mailto): Should accept other parameters.
1345 (message-mailto): Remove since it duplicates browse-url-mailto
1346 functionality.
1347
1348 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1349
1350 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1351 methods.
1352 (gnus-read-active-file): Ditto.
1353
1354 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1355 ": " from the prompt.
1356 (gnus-group-make-group): Ditto.
1357
1358 2010-11-07 Glenn Morris <rgm@gnu.org>
1359
1360 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1361 (gnus-bookmark-kill-line): Use point-at-eol.
1362
1363 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1366 asterisks in From header.
1367
1368 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1369
1370 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1371 string to avoid making the From headers syntactically invalid.
1372
1373 * message.el (message-send-mail): Don't insert courtesy messages if the
1374 message already has List-Post and List-ID messages.
1375
1376 2010-11-06 Glenn Morris <rgm@gnu.org>
1377
1378 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1379 `condition', `type', `length' a prefix.
1380 (gnus-treat-predicate): Update for above name changes.
1381
1382 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1383
1384 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1385 binding. Handled by `gnus-summary-refer-thread' instead.
1386 (nnir-warp-to-article): New backend function.
1387
1388 * nnimap.el (nnimap-request-thread): Force dependency updating.
1389
1390 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1391 (gnus-summary-refer-thread): Rework to improve thread-referral.
1392
1393 * gnus-int.el (gnus-warp-to-article): New function.
1394
1395 * gnus-sum.el (gnus-summary-article-map): Bind it.
1396
1397 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1398
1399 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1400 gnus-summary-refer-thread.
1401
1402 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1403 headers.
1404 (gnus-summary-limit-include-thread): Prevent articles in thread from
1405 being cut in gnus-cut-threads.
1406 (gnus-summary-refer-thread): Limit retrieved headers to those in
1407 thread.
1408
1409 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1410
1411 * message.el (message-send-mail): Use the value of
1412 message-courtesy-message from the message buffer.
1413
1414 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1415
1416 * shr.el (shr-browse-url): Implement mailto: URLs.
1417
1418 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1419 "raw".
1420
1421 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1422 if it's already selected.
1423
1424 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1425
1426 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1427
1428 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1429 to measure the length and truncate alt text.
1430
1431 2010-11-03 Glenn Morris <rgm@gnu.org>
1432
1433 * nndiary.el (nndiary-generate-nov-databases-1)
1434 (nndiary-generate-active-info): Rename dynamic variable `files' to
1435 something less generic.
1436
1437 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1438
1439 * nnir.el (nnir-request-move-article): Call the underlying backend to
1440 move articles from nnir.
1441
1442 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1443
1444 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1445
1446 2010-11-02 Julien Danjou <julien@danjou.info>
1447
1448 * nnir.el: Remove wais support.
1449
1450 2010-11-02 Glenn Morris <rgm@gnu.org>
1451
1452 * gnus-html.el: Reorder requirements to quieten compiler.
1453
1454 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1455
1456 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1457 properly for XEmacs as well.
1458 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1459 (gnus-article-natural-long-line-p): Use window-width rather than
1460 frame-width.
1461
1462 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1463
1464 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1465 (nnir-read-parms): Don't modify query.
1466 (nnir-run-query): Add ability to search topic on current line.
1467 (nnir-get-active): Clean up.
1468
1469 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470
1471 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1472 degenerate articles.
1473
1474 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1475 (gnus-print-buffer): Just print the buffer as is, without any copying
1476 to a buffer and then re-highlighting.
1477
1478 * nnimap.el (nnimap-request-group): Store the new updated info.
1479 (nnimap-request-group): Select the group when we don't know whether it
1480 exists or not.
1481
1482 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1483 groups.
1484
1485 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1486 groups.
1487
1488 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1489 groups.
1490
1491 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1492 long-lines case by only filling the long lines.
1493
1494 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1495 (bug #7311).
1496
1497 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1498
1499 * shr.el: No need to declare `declare-function' since shr.el is for
1500 only Emacsen that provide `libxml-parse-html-region'.
1501
1502 2010-11-01 Glenn Morris <rgm@gnu.org>
1503
1504 * mm-util.el (gnus-completing-read): Autoload.
1505 (mm-read-coding-system): Simplify Emacs definition.
1506
1507 * nnmail.el (gnus-activate-group):
1508 * nnimap.el (gnutls-negotiate):
1509 * nntp.el (netrc-parse): Fix declarations.
1510
1511 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1512
1513 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1514 string-match-p in Emacs >=23.
1515
1516 * gnus-msg.el (gnus-configure-posting-styles)
1517 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1518
1519 2010-11-01 Glenn Morris <rgm@gnu.org>
1520
1521 * nnir.el (declare-function): Add compat stub.
1522 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1523 (nnir-run-gmane): Require 'mm-url.
1524
1525 * mm-util.el (mm-string-to-multibyte): Simplify.
1526
1527 * shr.el (declare-function): Add compat stub.
1528 (url-cache-create-filename): Declare.
1529 (mm-disable-multibyte, widget-convert-button): Autoload.
1530
1531 * smime.el (ldap-search): Declare.
1532 (smime-cert-by-ldap-1): Require ldap on Emacs.
1533
1534 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1535 (nnimap-keepalive): Use gnus-float-time.
1536
1537 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1538 (mail-source-delete-crash-box): Use gnus-float-time.
1539
1540 * gnus-dired.el (gnus-completing-read): Autoload.
1541
1542 * mm-view.el (gnus-rescale-image): Autoload.
1543
1544 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1545
1546 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1547
1548 * sieve-manage.el: Require 'cl when compiling.
1549
1550 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1551 (gnus-iswitchb-completing-read): Require iswitchb.
1552 (gnus-select-frame-set-input-focus): Silence compiler.
1553
1554 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1555
1556 * message.el (message-subject-trailing-was-query): Change default to t,
1557 since I think that's what most people want.
1558
1559 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1560 appending for easier debugging.
1561 (nnimap-wait-for-connection): Take a regexp.
1562 (nnimap-request-accept-article): Wait for the continuation line before
1563 sending anything unless we're streaming.
1564
1565 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1566 leave the header washing to take place.
1567
1568 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1569
1570 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1571 regular expression match and replace in posting styles.
1572
1573 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1574
1575 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1576 an entire server.
1577 (nnir-get-active): New function.
1578 (nnir-run-imap): Use it.
1579 (nnir-run-gmane): Who knew, gmane search returns an article score!
1580
1581 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1582 server on the current line with nnir.
1583
1584 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1585
1586 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1587 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1588 left edge.
1589 (gnus-article-foldable-buffer): Skip past the prefix when determining
1590 raggedness.
1591
1592 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1593 the raw article, and change `C-u g' to show the article without doing
1594 treatments.
1595
1596 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1597 on to `gnus-treat-article'.
1598 (gnus-inhibit-article-treatments): New variable.
1599
1600 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1601
1602 * gnus-art.el (gnus-treatment-function-alist): Have
1603 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1604 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1605 sections.
1606
1607 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1608 parameter.
1609 (gnus-article-fill-cited-long-lines): New function.
1610 (gnus-article-fill-cited-article): Allow filling only long sections.
1611
1612 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1613 and non-punctuation (like after the apostrophe in "'We").
1614
1615 * gnus-sum.el (gnus-summary-select-article): Make sure
1616 gnus-original-article-buffer is alive.
1617
1618 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1619 reflect the order they're in in the digest.
1620
1621 * gnus.el (gnus-group-startup-message): Move point to the start of the
1622 buffer.
1623
1624 * nnimap.el (nnimap-capability): New function.
1625 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1626 is set.
1627
1628 2010-10-31 David Engster <dengste@eml.cc>
1629
1630 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1631 conform with changes to gnus-completing-read.
1632
1633 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1634
1635 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1636
1637 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1638
1639 * nnir.el: Move defvar, defcustom around to keep file organized
1640 and keep byte-compiler quiet.
1641 (nnir-read-parms): Accept search-engine as arg.
1642 (nnir-run-query): Pass search-engine as arg.
1643 (nnir-search-engine): Remove.
1644
1645 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * shr.el (shr-generic): The text nodes should be text, not :text.
1648
1649 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1650 later in the file.
1651
1652 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1653
1654 * nnir.el: General clean up. Allow searching with multiple engines.
1655 Allow separate extra-parameters for each engine.
1656 Batch queries when possible.
1657 (nnir-imap-default-search-key,nnir-method-default-engines):
1658 Add customize interface.
1659 (nnir-run-gmane): New engine.
1660 (nnir-engines): Use it. Qualify all prompts with engine name.
1661 (nnir-search-engine): Remove global variable.
1662 (nnir-run-hyrex): Restore for now.
1663 (nnir-extra-parms,nnir-search-history): New variables.
1664 (gnus-group-make-nnir-group): Use them.
1665 (nnir-group-server): Remove in favor of gnus-group-server.
1666 (nnir-request-group): Avoid searching twice.
1667 (nnir-sort-groups-by-server): New function.
1668
1669 2010-10-30 Julien Danjou <julien@danjou.info>
1670
1671 * gnus-group.el: Remove gnus-group-fetch-control.
1672
1673 * gnus-start.el (gnus-find-new-newsgroups):
1674 Remove gnus-check-first-time-used.
1675
1676 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1677
1678 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1679
1680 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1681 set on groups that don't have \* permanentflags.
1682
1683 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1684
1685 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1686 control the background color.
1687 (shr-tag-img): Ignore very small web bug type images.
1688 (shr-put-image): Add help-echo alt texts to the images.
1689 (shr-tag-video): Show the video poster image.
1690
1691 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1692
1693 * shr.el (shr-table-depth): New variable.
1694 (shr-tag-table-1): Only insert the images after the top-level table.
1695
1696 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1697
1698 * gnus-util.el (gnus-list-memq-of-list): New function.
1699
1700 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1701 selected.
1702 (nnimap-unsplittable-articles): New slot.
1703 (nnimap-new-articles): Use it.
1704
1705 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1706
1707 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1708 move to the previous line on `M-g'.
1709
1710 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1711
1712 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1713 *-request-group, which seems unnecessary.
1714
1715 * nnimap.el (nnimap-quote-specials): Function copied over from
1716 imap.el.
1717 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1718 they support that. Suggested by Tom Regner.
1719
1720 2010-10-29 Julien Danjou <julien@danjou.info>
1721
1722 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1723 defalias.
1724 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1725
1726 * gnus.el: Remove `gnus-nntp-service' variable.
1727 (gnus-secondary-servers): Make obsolete.
1728 (gnus-nntp-server): Make obsolete.
1729
1730 * gnus-start.el (gnus-1): Remove x-splash calls.
1731
1732 * gnus-ems.el (gnus-x-splash): Remove.
1733
1734 * gnus.el (gnus-group-startup-message): Simplify/update code.
1735
1736 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1737 capability before doing anything.
1738 (gnus-group-insert-group-line): Remove useless
1739 gnus-group-remove-excess-properties.
1740
1741 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1744
1745 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
1747 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1748 config after reselecting.
1749
1750 2010-10-28 Julien Danjou <julien@danjou.info>
1751
1752 * shr.el (shr-put-image): Use point even if only inserting text.
1753 (shr-put-image): Save excursion when inserting alt text on non-graphic
1754 display, so the behaviour is the same when we are on a graphic display.
1755
1756 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1757
1758 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1759
1760 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1761 (gnus-mime-copy-part): Check coding system, not charset.
1762 (gnus-mime-view-part-externally): Never remove part.
1763 (gnus-mime-view-part-internally): Don't remove part here.
1764 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1765 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1766 multipart/alternative.
1767
1768 * mm-decode.el (mm-display-part): Take optional arg `force'.
1769
1770 2010-10-26 Julien Danjou <julien@danjou.info>
1771
1772 * gnus-group.el (gnus-group-default-list-level): Add this function to
1773 compute the default list level.
1774 (gnus-group-default-list-level): Add possibility to use a function.
1775
1776 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1777
1778 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1779
1780 * gnus-group.el (gnus-group-completing-read)
1781 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1782 gnus-replace-in-string.
1783
1784 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * shr.el (shr-tag-div): Add.
1787
1788 2010-10-25 Julien Danjou <julien@danjou.info>
1789
1790 * gnus-util.el: Remove `gnus-with-local-quit'.
1791
1792 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1793
1794 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1795
1796 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1797 the original article buffer.
1798
1799 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1800
1801 * nnimap.el (nnimap-request-head): New function.
1802 (nnimap-request-move-article): Try to be slighly faster by not
1803 requesting the entire message when moving.
1804 (nnimap-transform-headers): Don't bug out on bodiless articles.
1805 (nnimap-send-command): Have no outstanding messages if the IMAP server
1806 doesn't support streaming.
1807 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1808
1809 2010-10-24 Julien Danjou <julien@danjou.info>
1810
1811 * message.el (message-default-headers): Fix type.
1812
1813 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814
1815 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1816 prefetching images.
1817
1818 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1819 backend for unknown groups. This is mainly useful for nnimap groups.
1820
1821 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1822 group isn't covered by the agent.
1823
1824 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1825
1826 * nnir.el (nnir-method-default-engines): New variable.
1827 (nnir-run-query): Use it.
1828 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1829 (gnus-summary-nnir-goto-thread): Change group if needed.
1830
1831 * gnus-group.el (gnus-group-group-map): Add key binding for
1832 gnus-group-make-nnir-group.
1833
1834 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1835
1836 * shr.el (shr-tag-object): Add.
1837
1838 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1839 original article buffer live.
1840 (gnus-summary-select-article-buffer):
1841 Mention gnus-widen-article-buffer.
1842
1843 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1844
1845 * shr.el (shr-tag-strong): Add.
1846
1847 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1848
1849 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1850 group names. They mess up the group buffer badly.
1851
1852 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1853
1854 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1855 instead of the summary one.
1856
1857 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * mml.el (mml-preview): Work properly when editing article.
1860
1861 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1862 gnus-have-read-active-file if it's already been in.
1863
1864 2010-10-22 Tom Tromey <tromey@redhat.com>
1865
1866 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1867 gnus-group-completing-read.
1868
1869 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
1871 * message.el (message-mode-map): Don't bind M-; to comment region, to
1872 allow the global comment-dwim to work.
1873
1874 2010-10-21 Julien Danjou <julien@danjou.info>
1875
1876 * message.el (message-setup-1): Allow message-default-headers to be a
1877 function.
1878
1879 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1880
1881 * shr.el (shr-tag-table): Simplify.
1882
1883 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1884
1885 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1886 to avoid trying to snarf invalid stuff.
1887
1888 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1889
1890 * gnus.el (gnus-message-archive-group): Quote value.
1891 (gnus-message-archive-group): Mark as changed.
1892
1893 * shr.el (shr-add-font): Don't put the font properties on the newline
1894 or the indentation.
1895
1896 * message.el (message-fix-before-sending): Change options when sending
1897 non-printable characters.
1898
1899 * gnus.el (gnus-message-archive-method): Change the default to
1900 monthly outgoing groups.
1901
1902 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1903 that have gotten new numbers.
1904
1905 * nnimap.el (nnimap-request-replace-article): New function.
1906
1907 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1908
1909 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1910 (nnrss-request-article): Don't use special html washing code.
1911
1912 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * shr.el (shr-tag-table): Remove useless nconc.
1915
1916 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1917
1918 * gnus-art.el (article-wash-html): Simplify and remove the charset
1919 stuff. Use the normal html rendering code instead of the special html
1920 washing code.
1921
1922 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1923 `gnus-w3m' symbols.
1924 (mm-text-html-washer-alist): Remove.
1925
1926 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1927 (mm-inline-media-tests): Remove use.
1928 (mm-text-html-renderer): Change default to the `shr' symbol.
1929
1930 * mm-view.el (mm-inline-text-html): Remove use.
1931
1932 * gnus-art.el (gnus-blocked-images): New function. Allow the
1933 `gnus-blocked-images' to be a function.
1934 (gnus-article-wash-function): Remove.
1935
1936 2010-10-20 Julien Danjou <julien@danjou.info>
1937
1938 * spam.el (spam-list-of-processors): Mark as obsolete.
1939
1940 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1941 (nnimap-insert-partial-structure): Fix boundary detection.
1942
1943 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1944
1945 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1946 run file-truename on remote files. This can be expensive and even
1947 prevent one from editing drafts if some unrelated buffer has a stale
1948 connection.
1949
1950 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1951
1952 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1953 kinsoku-eol regardless of shr-kinsoku-shorten.
1954 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1955 (shr-tag-table): Support caption, thead, and tfoot.
1956
1957 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1958
1959 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1960 lines.
1961 (shr-save-contents): New command and keystroke.
1962
1963 * nndoc.el (nndoc-type-alist): Add git support.
1964 (nndoc-git-type-p): New function.
1965 (nndoc-transform-git-article): Ditto.
1966 (nndoc-transform-git-headers): Ditto.
1967 (nndoc-transform-git-headers): Generate Subject headers.
1968
1969 * shr.el (shr-parse-style): New function.
1970 (shr-tag-span): Ditto.
1971
1972 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1973 to `G G' to avoid collisions.
1974
1975 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * shr.el: Load kinsoku if necessary.
1978 (shr-kinsoku-shorten): New internal variable.
1979 (shr-find-fill-point): Make kinsoku shorten text line if
1980 shr-kinsoku-shorten is bound to non-nil.
1981 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1982 shr-indentation too when testing if table is wider than frame width.
1983 (shr-insert-table): Use `string-width' instead of `length' to measure
1984 text width.
1985 (shr-insert-table-ruler): Make sure indentation is done at bol.
1986
1987 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1988
1989 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1990 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1991 undecoded network data.
1992
1993 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1994
1995 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1996 name in the mode line spec so that the mode line menu works
1997 (bug #2431).
1998
1999 * message.el (message-get-reply-headers): If we're fed `to-address',
2000 then always use that.
2001
2002 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2003 aren't so wide as to need to switch off the edit menu.
2004
2005 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2006 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2007
2008 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2009 `M-g'.
2010 (nnimap-update-info): Update flags/read marks even if \* isn't part of
2011 the permanent marks.
2012
2013 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
2014
2015 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2016 Splitting according to references/in-reply-to obeys the ignore-groups
2017 variable, while splitting by sender and subject do not.
2018
2019 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2020
2021 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2022 alist, so that we can look for non-Unicode chars.
2023 (article-translate-strings): Allow both character and string maps.
2024
2025 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2026
2027 * shr.el (shr-insert): Don't insert space behind a wide character
2028 categorized as kinsoku-bol, or between characters both categorized as
2029 nospace.
2030
2031 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
2032
2033 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
2034 headers to gnus-newsgroup-headers.
2035
2036 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2037
2038 * shr.el (shr-tag-img): Don't align images -- since we're not
2039 rescaling, this often leads to ugly displays.
2040
2041 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
2042
2043 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2044 duplicates.
2045
2046 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
2047
2048 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2049 call.
2050
2051 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2052
2053 * gnus.el: Autoload gnus-html-show-images.
2054
2055 * nnimap.el: Use nnheader-message throughout.
2056
2057 * shr.el (shr-tag-img): Ignore images with no data.
2058
2059 2010-10-15 Julien Danjou <julien@danjou.info>
2060
2061 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2062 a possibility to disable format=flow encoding when using hard newlines.
2063
2064 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * shr.el (shr-insert): Remove space inserted before or after a
2067 breakable character or at the beginning or the end of a line.
2068 (shr-find-fill-point): Do kinsoku; find the second best point or give
2069 it up if there's no breakable point.
2070
2071 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2072
2073 * nnimap.el (nnimap-open-connection): Message when opening connection
2074 for debugging purposes.
2075
2076 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2077 on every setup buffer call to allow this to change from article to
2078 article.
2079
2080 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2081 buffers where we have a wide table.
2082
2083 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
2084
2085 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2086 uses *-request-thread.
2087
2088 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
2090 * nnimap.el (nnimap-open-connection): Remove %s from openssl
2091 incantation, which is no longer valid.
2092
2093 2010-10-14 Julien Danjou <julien@danjou.info>
2094
2095 * shr.el: Fix defcustom type (char -> character).
2096
2097 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2098
2099 * nnimap.el (nnimap-open-connection): tls-program should be a list of
2100 programs.
2101
2102 2010-10-14 Julien Danjou <julien@danjou.info>
2103
2104 * shr.el (shr-tag-a): Use url-link as widget type.
2105
2106 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2107 `gnus-group-get-icon'.
2108
2109 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2110
2111 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2112 This should make server editing work better.
2113
2114 * shr.el (shr-find-fill-point): Don't inloop on indented text.
2115
2116 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2117 (nnimap-parse-flags): Fix regexp.
2118
2119 * shr.el (shr-find-fill-point): Use a filling algorithm that should
2120 probably work for CJVK text, too.
2121
2122 * nnimap.el (nnimap-extend-tls-programs): Remove.
2123 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2124
2125 2010-10-13 Julien Danjou <julien@danjou.info>
2126
2127 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2128 responses.
2129
2130 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2131
2132 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2133
2134 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2135 anything in Emacs.
2136
2137 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2138
2139 2010-10-13 Julien Danjou <julien@danjou.info>
2140
2141 * shr.el (shr-width): Make shr-width a defcustom with default to
2142 fill-column.
2143 (shr-tag-img): Use shr-width rather than fill-column.
2144
2145 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2146
2147 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2148
2149 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2150 position when (X-)Faces exist.
2151 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2152 avatars when called interactively.
2153
2154 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2155
2156 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2157 gnus-article-x-face-too-ugly is bound.
2158
2159 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2160
2161 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2162
2163 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2164 mailbox that doesn't exist.
2165
2166 2010-10-12 Julien Danjou <julien@danjou.info>
2167
2168 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2169 (shr-get-image-data): Encode URL properly when fetching from cache.
2170 (shr-tag-img): Use aligned-to spaces to align correctly images.
2171
2172 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2173 before inserting the Gravatar.
2174
2175 * shr.el (shr-tag-img): Add align attribute support for <img>.
2176
2177 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * gnus-gravatar.el (gnus-art): Require.
2180
2181 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2182 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2183 Remove long obsoleted functions.
2184
2185 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2186
2187 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2188
2189 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2190 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2191 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2192 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2193 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2194 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2195 Fix comment for declare-function.
2196
2197 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2198
2199 * nnimap.el (nnimap-request-rename-group): Select group read-only
2200 before renaming it.
2201
2202 * shr.el (shr-insert): Fix up the white space only regexp.
2203
2204 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2205 bodies. Protect against this. Reported by Michael Welsh Duggan.
2206
2207 * shr.el (shr-current-column): New function.
2208 (shr-find-fill-point): New function.
2209
2210 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2211
2212 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2213 numbers.
2214
2215 2010-10-11 Julien Danjou <julien@danjou.info>
2216
2217 * shr.el (shr-hr-line): Add.
2218 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2219 display hr lines.
2220 (shr-max-columns): Do not change state to nil if we just inserting
2221 spaces.
2222
2223 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2224
2225 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2226 select the last group.
2227
2228 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2229
2230 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2231
2232 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2233
2234 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2235 for Gnus.
2236 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2237 (nnimap-update-qresync-info): Mark \Seen articles as read.
2238
2239 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2240 non-variable, too.
2241
2242 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2243 available.
2244 (nnimap-update-info): Rely more on the current active than the param
2245 active to avoid marking articles as read too much.
2246
2247 * auth-source.el (auth-source-create): Use (user-login-name) for the
2248 user name default.
2249
2250 * nnimap.el (nnimap-update-info): If the server doesn't return any
2251 useful info, just use the previous info.
2252 (nnimap-update-info): Prefer old info over start-article.
2253 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2254
2255 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2256
2257 * nnir.el (autoload): Clean up autoloads.
2258 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2259 Use key rather than value.
2260 (nnir-imap-search-other): New variable.
2261 (nnir-read-parm): Use it.
2262 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2263 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2264
2265 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2268 the process, too.
2269
2270 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2271
2272 * spam.el (gnus-summary-mode-map): Bind to "$".
2273 Suggested by Russ Allbery.
2274
2275 * shr.el: Rework the way things are indented by <li> slightly.
2276
2277 * gnus.el (gnus-group-set-parameter): Fix typo.
2278
2279 * nnimap.el: Start implementing QRESYNC support.
2280
2281 2010-10-09 Julien Danjou <julien@danjou.info>
2282
2283 * nnir.el (nnir-engines): Fix too many arguments.
2284
2285 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2286
2287 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2288 group is the "last", so that the backends like nnfolder actually save
2289 their folders.
2290
2291 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2292 try to use that for the tls stream.
2293 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2294 UIDVALIDITY and find out which groups are read-only and not.
2295 (nnimap-get-flags): Use the same marks parsing code as the rest of
2296 nnimap.
2297
2298 2010-10-09 Julien Danjou <julien@danjou.info>
2299
2300 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2301
2302 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2303 retrieving gravatars.
2304
2305 * shr.el (shr-table-corner): Add.
2306 (shr-table-line): Add.
2307 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2308
2309 2010-10-08 Julien Danjou <julien@danjou.info>
2310
2311 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2312
2313 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2314
2315 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2316
2317 * gnus-sum.el (gnus-mark-article-as-unread)
2318 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2319 (gnus-summary-set-bookmark): Use it.
2320
2321 * gnus-msg.el (gnus-setup-message): Use it.
2322
2323 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2324
2325 * gnus.el (gnus-group-remove-parameter): Use it.
2326
2327 * gnus-group.el (gnus-group-make-web-group): Use it.
2328
2329 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2330
2331 * nnregistry.el: Update docs to mention manual.
2332
2333 * gnus-registry.el: Update docs to mention nnregistry.el.
2334 (gnus-registry-initialize): Don't install nnregistry refer method
2335 automatically.
2336 (gnus-registry-install-nnregistry): Remove it.
2337
2338 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2339
2340 * shr.el (shr-insert): Don't insert double spaces.
2341
2342 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2343
2344 * gnus-gravatar.el (gnus-treat-from-gravatar)
2345 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2346 called interactively.
2347
2348 * gnus-art.el (gnus-mime-view-part-externally)
2349 (gnus-mime-view-part-internally): Make predicate function passed to
2350 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2351 of a mime type.
2352
2353 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2354
2355 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2356
2357 * shr.el (require): Require cl when compiling.
2358 (shr-tag-hr): New function.
2359
2360 * nnimap.el (nnimap-update-info): Remove double setting of high.
2361 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2362 This makes nnimap work properly on Courier again.
2363
2364 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2365 the variable for backwards compatability.
2366
2367 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2368 the file name before using to avoid setting mm-default-directory to
2369 nil.
2370
2371 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2372 bidning gnus-agent variables.
2373
2374 * shr.el (shr-render-td): Use a cache for the table rendering function
2375 to avoid getting an exponential rendering behaviour in nested tables.
2376 (shr-insert): Rework the line-breaking algorithm.
2377 (shr-insert): Don't leave trailing spaces.
2378 (shr-insert-table): Also insert empty TDs.
2379 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2380
2381 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * gnus-sum.el (gnus-number): Rename from `number'.
2384 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2385 (gnus-summary-limit-children): Update uses correspondingly.
2386
2387 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2388
2389 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2390 (gnus-gravatar-transform-address): Don't show avatars of people of
2391 which mail addresses match gnus-gravatar-too-ugly.
2392
2393 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2394
2395 * shr.el (shr-table-widths): Expand TD elements to fill available
2396 space.
2397
2398 2010-10-07 Julien Danjou <julien@danjou.info>
2399
2400 * nnimap.el (nnimap-request-rename-group): Add this method.
2401
2402 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2405 name from XEmacs' function-arglist.
2406
2407 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2408 gravatar under XEmacs.
2409
2410 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2411
2412 * auth-source.el: Update docs with TODO items.
2413
2414 * gnus-sync.el: Update docs to explain state and plans.
2415
2416 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2417 Hooks for mark updates.
2418 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2419
2420 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2421 hooks with arguments, which is needed for mark update hooks.
2422
2423 2010-10-06 Julien Danjou <julien@danjou.info>
2424
2425 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2426 was matched.
2427
2428 * sieve-manage.el: Update example in `Commentary'.
2429
2430 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2431
2432 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2433 not 2000.
2434 (sieve-manage-authenticate): Re-add function.
2435
2436 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2437
2438 * shr.el (shr-insert): Get 'space transition right.
2439 (shr-render-td): Only delete space at the end of the TD.
2440
2441 * nnimap.el (nnimap-open-connection): Prepare to support
2442 open-gnutls-stream.
2443
2444 * shr.el: Rearrange function order to be more logical.
2445
2446 2010-10-06 Julien Danjou <julien@danjou.info>
2447
2448 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2449 (nnrss-discover-feed): Remove 404 URL in docstring.
2450
2451 * nnir.el: Fix Swish-E URL.
2452 Fix Namazu URL.
2453
2454 * message.el (message-change-subject): Remove 404 URL in a comment.
2455
2456 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2457
2458 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2459 called interactively.
2460
2461 * gnus-util.el (gnus-remove-if): Allow hash table.
2462 (gnus-remove-if-not): New function.
2463
2464 * gnus-art.el (gnus-mime-view-part-as-type)
2465 * gnus-score.el (gnus-summary-score-effect)
2466 * gnus-sum.el (gnus-read-move-group-name):
2467 Replace remove-if-not with gnus-remove-if-not.
2468
2469 * gnus-group.el (gnus-group-completing-read):
2470 Regard collection as a hash table if it is not a list.
2471
2472 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2475
2476 * shr.el: Document the table-rendering algorithm.
2477
2478 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2479 invalid URLs.
2480
2481 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2482 line-broken.
2483 (shr-tag-img): Ignore image fetching errors.
2484 (shr-overlays-in-region): Compute overlay positions correctly.
2485
2486 * mm-decode.el (mm-shr): Require shr.
2487
2488 * gnus-art.el (gnus-blocked-images): Move variable here.
2489
2490 * shr.el (shr-insert-table): Bind free variable.
2491
2492 * mm-decode.el (mm-shr): Bind shr-content-function.
2493
2494 * shr.el (shr-content-function): New variable.
2495
2496 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2497 added for symmetry.
2498
2499 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2500
2501 * gnus-group.el (gnus-group-make-group): Doc fix.
2502
2503 * nnimap.el (nnimap-request-newgroups): Return success.
2504
2505 * shr.el (shr-find-elements): New function.
2506 (shr-tag-table): Put all the images after the table.
2507 (shr-tag-table): Really inhibit images inside the table.
2508 (shr-collect-overlays): Copy over overlays from the TD elements to the
2509 main document.
2510
2511 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2512 gnus-blocked-images.
2513
2514 2010-10-05 Julien Danjou <julien@danjou.info>
2515
2516 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2517
2518 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2519 (gnus-html-maximum-image-size): Add this function.
2520 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2521
2522 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2523 server-value of the capability is nil.
2524
2525 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2526
2527 * shr.el (shr-tag-em): Add <EM> tag.
2528
2529 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2530
2531 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2532 customizable.
2533
2534 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2535 handing broken links to browse-url.
2536
2537 2010-10-05 Julien Danjou <julien@danjou.info>
2538
2539 * gnus-util.el (gnus-emacs-completing-read)
2540 (gnus-iswitchb-completing-read): Use autoload rather than require.
2541
2542 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2543
2544 * gnus-util.el (gnus-completing-read-function): Exclude
2545 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2546 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2547 XEmacs.
2548
2549 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2550 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2551
2552 * gnus-html.el: Don't require help-fns under XEmacs.
2553 (gnus-html-schedule-image-fetching): Work for XEmacs.
2554
2555 * mm-decode.el (mm-shr): Decode contents by charset.
2556
2557 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
2559 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2560 unknown.
2561
2562 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2563 (shr-get-image-data): Ensure against the cache file missing.
2564
2565 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2566 for data.
2567
2568 * spam-report.el (spam-report-url-ping-plain): Don't query about
2569 killing the process.
2570
2571 * shr.el (shr-render-td): Protect against too-wide text.
2572
2573 2010-10-04 Julien Danjou <julien@danjou.info>
2574
2575 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2576 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2577
2578 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2579 retrieved.
2580
2581 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582
2583 * shr.el (browse-url): Require.
2584 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2585 lines.
2586 (shr-show-alt-text, shr-browse-image): New commands.
2587 (shr-browse-url, shr-copy-url): New commands.
2588
2589 * gnus-sum.el (gnus-widen-article-window): New variable.
2590 (gnus-summary-select-article-buffer): Use it.
2591
2592 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2593 without @ signs.
2594
2595 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2596
2597 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2598
2599 2010-10-04 Julien Danjou <julien@danjou.info>
2600
2601 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2602 for XEmacs.
2603
2604 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2605
2606 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2607
2608 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2609 (nnimap-close-server): Implement.
2610
2611 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2612 (shr-insert): Tweak line breaking.
2613 (shr-insert): Handle <pre> better.
2614 (shr-tag-li): Get <li> indentation right.
2615 (shr-tag-li): Get <li> indentation even righter.
2616 (shr-tag-blockquote): Ensure paragraph start.
2617 (shr-make-table): Tweak table generation.
2618 (shr-make-table): Fix typo.
2619
2620 * shr.el: Implement table rendering.
2621
2622 2010-10-04 Julien Danjou <julien@danjou.info>
2623
2624 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2625
2626 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2627
2628 * shr.el (shr-insert): Use string anchors instead of line anchors.
2629
2630 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2631
2632 * shr.el: Add headings.
2633 (shr-ensure-paragraph): Actually work.
2634 (shr-tag-li): Make <ul> prettier.
2635 (shr-insert): Get white space at the beginning/end of elements right.
2636 (shr-tag-p): Collapse subsequent <p>s.
2637 (shr-ensure-paragraph): Don't insert double line feeds after blank
2638 lines.
2639 (shr-insert): \t is also space.
2640 (shr-tag-s): Fix "s" tag name function.
2641 (shr-tag-s): Fix face prop name.
2642
2643 2010-10-03 Julien Danjou <julien@danjou.info>
2644
2645 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2646
2647 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2648 gnus-window-inside-pixel-edges.
2649
2650 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2651 gnus-ems.
2652
2653 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2654
2655 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2656 function.
2657
2658 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2659 resize choice.
2660
2661 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2662
2663 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2664 beginning of the buffer.
2665
2666 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2667 article buffer again.
2668
2669 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2670
2671 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2672 when it's at the start of the buffer.
2673
2674 * shr.el (shr-tag-blockquote): Convert name.
2675 (shr-rescale-image): Use the right image-size variant.
2676
2677 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2678 buffer isn't shown, then select the current article first instead of
2679 bugging out.
2680 (gnus-summary-select-article-buffer): Show both the article and summary
2681 buffers again.
2682
2683 * shr.el (shr-fontize-cont): Protect against regions with no text.
2684 Rename tag functions to shr-tag-* for enhanced security.
2685 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2686
2687 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2688
2689 * shr.el (shr-insert):
2690 * pop3.el (pop3-movemail):
2691 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2692 loaded.
2693
2694 2010-10-03 Glenn Morris <rgm@gnu.org>
2695
2696 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2697
2698 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2699
2700 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2701
2702 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2703
2704 * gnus-util.el (gnus-make-local-hook): Simplify.
2705
2706 2010-10-02 Julien Danjou <julien@danjou.info>
2707
2708 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2709 (gnus-ido-completing-read): New function.
2710 (gnus-emacs-completing-read): New function.
2711 (gnus-completing-read): Use gnus-completing-read-function.
2712 Add gnus-completing-read-function.
2713
2714 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * shr.el (shr-insert-document): Autoload.
2717 (shr-img): Be silent.
2718 (shr-insert): Add a newline after every picture before text.
2719 (shr-add-font): Use overlays for combining faces.
2720 (shr-insert): Pass upwards the text start point.
2721
2722 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2723 possible.
2724 (mm-shr): New function.
2725
2726 2010-10-02 Julien Danjou <julien@danjou.info>
2727
2728 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2729 should go backward.
2730
2731 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2732
2733 * shr.el (shr): Fix typo in provide call.
2734
2735 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2736
2737 * shr.el: New file.
2738
2739 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2740
2741 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2742 completing read.
2743
2744 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2747 we're being queried about. Suggested by Dan Jacobson.
2748
2749 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2750 Suggested by Jason Eisner.
2751
2752 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2753 table, too. Suggested by Stefan Wiens.
2754 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2755 the table unnecessary. Suggested by Stefan Wiens.
2756
2757 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2758 longer needed, and probably doesn't work either, as pointed out by
2759 Stefan Wiens.
2760 (gnus-summary-exit): Remove call to the clearing function.
2761 (gnus-summary-exit-no-update): Ditto.
2762
2763 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2764 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2765 Reported by Stefan Monnier.
2766 (gnus-summary-save-in-rmail): Ditto.
2767
2768 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2769 article buffer, instead of both the article buffer and the summary
2770 buffer. Sort of suggested by Dan Jacobson.
2771
2772 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2773
2774 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2775 Suggested by Dan Jacobson.
2776
2777 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2778 documentation clearer.
2779
2780 * message.el (message-shorten-references): Comment on the number "21".
2781 Suggested by Stefan Monnier.
2782
2783 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2784 Suggested by Dan Jacobson.
2785
2786 * gnus.el (gnus-large-newsgroup):
2787 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2788
2789 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2790 externalize attachments. Bug reported by Steve Wen.
2791
2792 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2793 really message anything to the user.
2794
2795 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2796 directly.
2797
2798 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2799 messages in empty groups.
2800
2801 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2802
2803 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2804 non-UIDNEXT group.
2805
2806 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2807
2808 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2809 not the value from the collection.
2810
2811 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2812 values. This sometimes happens on some groups that have no info.
2813 (nnimap-request-newgroups): New function.
2814
2815 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2816
2817 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2818 check into `gnus-registry-initialize'.
2819 (gnus-registry-initialize): Ditto.
2820 Fix and extend header docs.
2821
2822 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2823
2824 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2825 regexp backtrace overflows.
2826
2827 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2828 for starttls that tls.el implements; i.e. openssl.
2829
2830 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2831
2832 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2833 (gravatar-create-image): New function that's an alias to
2834 gnus-xmas-create-image, gnus-create-image, or create-image.
2835 (gravatar-data->image): Use it.
2836
2837 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2838
2839 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2840 install the nnregistry refer method.
2841 (gnus-registry-install-hooks): Use it.
2842 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2843 unfollowed groups.
2844
2845 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2846
2847 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2848 expanding threads.
2849
2850 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2851
2852 * nnir.el: Use the server names without suffixes (bug #7009).
2853
2854 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2855 unencrypted to STARTTLS, if possible.
2856
2857 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2858
2859 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2860 headers before superseding.
2861
2862 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2863
2864 * nnrss.el (nnrss-use-local): Add documentation.
2865
2866 * nnimap.el (nnimap-extend-tls-programs): New function.
2867 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2868 (nnimap-wait-for-connection): Accept the greeting from the stupid
2869 output from openssl s_client -starttls, too.
2870
2871 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2872 article number.
2873 (nnimap-split-fancy): New variable.
2874 (nnimap-split-incoming-mail): Use it.
2875
2876 * nntp.el (nntp-server-list-active-group): Document.
2877
2878 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2879 SELECT to get the message-id.
2880
2881 * mail-source.el (mail-sources): Remove webmail support.
2882 (defvar): Ditto.
2883 (mail-source-fetcher-alist): Ditto.
2884 (mail-source-fetch-webmail): Remove.
2885
2886 * webmail.el: Remove -- doesn't seem relevant any more.
2887
2888 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2889
2890 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2891 the \r.
2892
2893 2010-09-30 Julien Danjou <julien@danjou.info>
2894
2895 * gnus-agent.el (gnus-agent-add-group): Fix call to
2896 gnus-completing-read.
2897
2898 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2899
2900 * nndoc.el (nndoc-retrieve-groups): New function.
2901
2902 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2903 `default', use nnmail-split-methods.
2904 (nnimap-request-article): Downcase the NILs so that they are nil.
2905
2906 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2907 symbol.
2908
2909 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2910 code, since if the user has requested network, that's what they ought
2911 to get.
2912 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2913 (nnimap-split-rule): Mark as obsolete.
2914
2915 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2916 New variable.
2917
2918 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2919 correct slot, too.
2920
2921 2010-09-29 Julien Danjou <julien@danjou.info>
2922
2923 * gnus.el (gnus-local-domain): Declare variable obsolete.
2924
2925 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2926 Fix history computing.
2927 (gnus-ido-completing-read): Require ido.
2928
2929 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2930
2931 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2932 build Gnus.
2933
2934 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2935 when interpreting the structures.
2936 (nnimap-request-accept-article): Add \r\n to the lines to make this
2937 work with Cyrus.
2938
2939 * nndraft.el (nndraft-request-expire-articles): Use the group name
2940 instead if "nndraft". Fix found by Nils Ackermann.
2941
2942 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2943
2944 * nnregistry.el: Add.
2945
2946 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * nnmail.el (group, group-art-list, group-art):
2949 Remove unneeded directives.
2950
2951 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2952
2953 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2954 (mm-mime-charset)
2955 * rfc2047.el (rfc2047-syntax-table)
2956 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2957
2958 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2959 rather than `insert-file-contents' and `eval-region'.
2960
2961 2010-09-29 Julien Danjou <julien@danjou.info>
2962
2963 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2964 replacement of `gnus-gravatar-relief' to mimic
2965 `gnus-faces-properties-alist'.
2966 Add :version property.
2967
2968 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2969
2970 * mail-source.el (mail-source-report-new-mail)
2971 * message.el (message-default-mail-headers)
2972 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2973
2974 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2975
2976 2010-09-28 Julien Danjou <julien@danjou.info>
2977
2978 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2979 mail-address contains the same string as real-name.
2980
2981 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2982 non-blank in header, otherwise it'll get stripped.
2983
2984 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2985 real-name, and then for mail address rather than doing : or , search.
2986
2987 2010-09-27 Julien Danjou <julien@danjou.info>
2988
2989 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2990 right completing-read function.
2991 (gnus-use-ido): New variable
2992 (gnus-completing-read-with-default): Remove.
2993 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2994 (gnus-agent-add-group):
2995 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2996 * mm-view.el (mm-view-pkcs7-decrypt):
2997 * mm-util.el (mm-codepage-setup):
2998 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2999 * mml-smime.el (mml-smime-openssl-sign-query):
3000 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3001 (mml-insert-multipart):
3002 * gnus-msg.el (gnus-summary-yank-message):
3003 * gnus-int.el (gnus-start-news-server):
3004 * mm-decode.el (mm-interactively-view-part):
3005 * gnus-dired.el (gnus-dired-attach):
3006 * gnus.el (gnus-read-method):
3007 * gnus-bookmark.el (gnus-bookmark-jump):
3008 * gnus-art.el (gnus-mime-view-part-as-type)
3009 (gnus-mime-action-on-part, gnus-article-encrypt-body):
3010 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3011 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3012 * nnmairix.el (nnmairix-create-server-and-default-group)
3013 (nnmairix-update-groups, nnmairix-get-server)
3014 (nnmairix-backend-to-server, nnmairix-goto-original-article)
3015 (nnmairix-get-group-from-file-path):
3016 * nnrss.el (nnrss-find-rss-via-syndic8):
3017 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3018 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3019 (gnus-group-browse-foreign-server):
3020 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3021 (gnus-summary-execute-command, gnus-summary-respool-article)
3022 (gnus-read-move-group-name):
3023 * gnus-score.el (gnus-summary-increase-score)
3024 (gnus-summary-score-effect):
3025 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3026
3027 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
3028
3029 * nnimap.el (auth-source-forget-user-or-password)
3030 (auth-source-user-or-password): Autoload.
3031
3032 * message.el (message-from-style, message-interactive)
3033 (message-signature): Remove comment.
3034 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3035 always.
3036 (message-sendmail-envelope-from): Comment fix.
3037 (message-yank-prefix): Default to mail-yank-prefix always.
3038 (message-indentation-spaces):
3039 Default to mail-indentation-spaces always.
3040 (message-signature-file): Default to mail-signature-file always.
3041
3042 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3043
3044 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3045 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3046 new articles.
3047
3048 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3049 parts.
3050 (nnimap-request-article): Work with the t setting, too.
3051
3052 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3053 that you don't get flashes of other buffers.
3054 (gnus-summary-show-complete-article): Intern before setting.
3055
3056 2010-09-27 David Engster <dengste@eml.cc>
3057
3058 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3059 well as HEADERS.
3060 (nnmairix-retrieve-headers): Provide new argument for the above.
3061
3062 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3063
3064 * gnus-sum.el (gnus-summary-move-article): Don't alter
3065 gnus-newsgroup-active. This makes `/ N' work after copying to the same
3066 group.
3067
3068 * nnimap.el (nnimap-update-info): Don't destructively alter active.
3069
3070 * message.el (message-cite-prefix-regexp): Revert my last edit.
3071
3072 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3073 variable instead of the Gnus variable.
3074
3075 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3076
3077 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3078
3079 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3080 since some servers don't like it.
3081 (nnimap-open-connection): Forget credentials if the server says the
3082 password was wrong.
3083 (nnimap-parse-line): Protect against invalid data.
3084
3085 * gnus-sum.el (gnus-summary-move-article): Add comment.
3086 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3087 nothing alters it while scanning for new messages.
3088
3089 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3090 which may or may not help.
3091 (nnimap-open-connection): If we're doing a stream connection, and then
3092 discover we're on a STARTTLS-capable server, then open a STARTTLS
3093 connection instead.
3094
3095 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
3097 * nnimap.el (utf7): Require.
3098
3099 * message.el (message-cite-prefix-regexp): Remove "}" from citation
3100 prefix.
3101
3102 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
3103
3104 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3105
3106 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3107
3108 * nnimap.el (nnimap-request-accept-article): Message the error on
3109 error.
3110
3111 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
3112
3113 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3114
3115 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * nndoc.el (nndoc-request-list): Return success always.
3118
3119 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3120 `fetch-old' -- we only want to fetch the articles we've requested.
3121 The rest are in the agent, probably.
3122 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3123 disappeared server" to something low. It's not important.
3124
3125 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3126 arrived before the FETCH data.
3127
3128 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3129 target here, because we don't know the Gnus name of the group.
3130
3131 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3132 for the correct group.
3133
3134 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3135
3136 * gnus.el (gnus): Give a final warning after startup.
3137
3138 * gnus-util.el (gnus-action-message-log): New variable.
3139 (gnus-message): Use it.
3140 (gnus-final-warning): New function.
3141
3142 * nnimap.el (nnimap-open-connection): Record the greeting.
3143 (nnimap): Add greeting.
3144
3145 2010-09-26 Julien Danjou <julien@danjou.info>
3146
3147 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3148 arguments.
3149 (gnus-html-wash-images): Fix spec computing to include start/end.
3150
3151 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3152
3153 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3154
3155 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3156 deletion.
3157 (nnimap-retrieve-headers): Don't select the group, because that's
3158 already done by nnimap-possibly-change-group.
3159
3160 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3161 (gnus-picon-transform-address): Use it.
3162
3163 * mail-source.el (mail-source-value): Revert previous patch.
3164
3165 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3166 on failure.
3167 (nnimap-open-connection): Look up both virtual and physical server name
3168 credentials.
3169
3170 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3171
3172 2009-02-08 Dave Love <fx@gnu.org>
3173
3174 * gnus-win.el (gnus-window-to-buffer-helper)
3175 (gnus-all-windows-visible-p): Function needn't be a symbol.
3176
3177 * mail-source.el (mail-source-value): Function needn't be a symbol.
3178
3179 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
3181 * message.el (message-cite-prefix-regexp): Remove } from the cite
3182 prefix.
3183
3184 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3185 highlight again, so that the highlight is correct.
3186
3187 * gnus-picon.el (gnus-picon): Remove again.
3188 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3189
3190 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3191 doing the header highlightling, so that the background colour of the
3192 picon is correct.
3193
3194 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3195 (gnus-picon): Ditto.
3196 (gnus-picon): Reinstate. The background colour for picons is white.
3197 (gnus-picon-insert-glyph): Make the background white.
3198
3199 * nnml.el (nnml-open-nov): Don't return dead buffers.
3200
3201 * auth-source.el (auth-source-create): Query the user for whether to
3202 store the credentials.
3203
3204 * auth-source.el (auth-source-user-or-password): Use the existing auth
3205 sources, if any, for creation.
3206
3207 * gnus.el (gnus-group-fast-parameter): Return the last matching
3208 parameter instead of the first matching parameter.
3209
3210 2010-09-26 Julien Danjou <julien@danjou.info>
3211
3212 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3213
3214 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3215
3216 * mml2015.el (mml2015-use): Remove gpg support.
3217
3218 * mml1991.el (mml1991-function-alist): Remove gpg function.
3219 (mml1991-gpg-sign): Remove.
3220
3221 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3222
3223 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3224 (gnus-browse-unsubscribe-current-group): Document it.
3225 (gnus-browse-unsubscribe-group): Use it.
3226
3227 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3228
3229 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3230 address to the To list for easier response.
3231
3232 * gnus.el (gnus-play-startup-jingle): Remove.
3233 (gnus-splash): Don't play jingle.
3234 (gnus): Silence gnus-load message.
3235
3236 * gnus-art.el (gnus-treat-play-sounds): Remove.
3237
3238 * gnus.el (gnus-play-jingle): Remove audio support.
3239
3240 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3241
3242 * earcon.el: Remove -- no users.
3243
3244 * gnus-audio.el: Remove -- no users of this package.
3245
3246 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3247
3248 * gnus-start.el (gnus-setup-news): Remove nocem support.
3249
3250 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3251
3252 * gnus.el (gnus-use-nocem): Remove.
3253
3254 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3255 Remove.
3256
3257 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3258 uses NoCeM any more.
3259
3260 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3261 (gnus-button-ctan-handler): Ditto.
3262 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3263 (gnus-button-ctan-directory-regexp): Ditto.
3264 (gnus-button-handle-ctan): Ditto.
3265 (gnus-button-tex-level): Ditto.
3266 (gnus-button-alist): Remove CTAN stuff.
3267
3268 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
3270 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3271 nnimap-streaming test.
3272
3273 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3274 servers twice.
3275
3276 * nnimap.el (nnimap-open-connection): Add more error reporting when
3277 nnimap fails early.
3278
3279 * nnheader.el (nnheader-get-report-string): New function.
3280 (nnheader-get-report): Use it.
3281
3282 * gnus-int.el (gnus-check-server): Say what the error was when opening
3283 failed.
3284
3285 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3286 using streaming.
3287
3288 2010-09-25 Julien Danjou <julien@danjou.info>
3289
3290 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3291 gnus-window-inside-pixel-edges.
3292
3293 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3294
3295 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3296
3297 * mm-decode.el (mm-save-part): Allow saving to other directories the
3298 normal Emacs way.
3299
3300 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3301 Suggested by Jay Berkenbilt.
3302
3303 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3304 there isn't a single byte.
3305
3306 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3307 just do it. It doesn't really seem to matter what the user responds
3308 here, I think, so it's just a confusing question.
3309
3310 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3311 non-streaming case.
3312
3313 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3314 (gnus-article-encrypt-body): Use it.
3315
3316 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3317 keystroke.
3318
3319 * nnimap.el (nnimap-find-wanted-parts-1):
3320 Use gnus-fetch-partial-articles.
3321
3322 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3323
3324 * nnimap.el (nnimap-insert-partial-structure): New function.
3325 (nnimap-get-partial-article): New function.
3326 (nnimap-request-article): Use it.
3327 (nnimap-wait-for-response): Return whether the wait was successful.
3328 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3329 retrieval wasn't successful.
3330 (nnimap-retrieve-group-data-early): Allow throttling servers.
3331 (nnimap-streaming): New variable.
3332 (nnimap-fetch-partial-articles): Remove.
3333
3334 * mm-decode.el (mm-with-part): Protect against killed buffers.
3335
3336 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3337 for prettier summary display.
3338
3339 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3340
3341 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3342
3343 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3344
3345 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3346 apparently third-party libraries depend on it.
3347
3348 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3349 before starting negotiation.
3350
3351 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3352 privacy reasons.
3353 (gnus-treat-mail-gravatar): Ditto.
3354
3355 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3356 buffer when inserting images. Inserting text into the headers, for
3357 instance, can make them invalid.
3358
3359 2010-09-25 Julien Danjou <julien@danjou.info>
3360
3361 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3362 variables.
3363
3364 * nnheader.el: Remove useless variables news-reply-yank-from and
3365 news-reply-yank-message-id.
3366
3367 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3368 variables.
3369
3370 * mml1991.el: Remove useless mml1991-verbose.
3371
3372 * gnus.el: Remove useless variable gnus-use-generic-from.
3373 Remove obsolete variable gnus-topic-indentation.
3374
3375 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3376
3377 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3378
3379 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3380
3381 * gnus-group.el: Remove useless gnus-group-icon-cache.
3382 Remove useless gnus-ephemeral-group-server.
3383
3384 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3385
3386 * mml2015.el: Remove useless mml2015-verbose.
3387
3388 * mml-smime.el: Remove useless mml-smime-verbose.
3389
3390 * gnus.el: Remove useless gnus-local-domain.
3391
3392 * gnus-gravatar.el (gnus-gravatar-transform-address):
3393 Use gnus-gravatar-size.
3394
3395 * gnus-art.el: Remove useless gnus-treat-translate.
3396
3397 2010-09-24 Julien Danjou <julien@danjou.info>
3398
3399 * gnus-sum.el: Add support for Gravatars.
3400
3401 * gnus-art.el: Add support for Gravatars.
3402
3403 * gnus-gravatar.el: Add this file.
3404
3405 * gravatar.el: Add this file.
3406
3407 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3408
3409 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3410
3411 * gnus-group.el (gnus-group-fetch-faq): Remove.
3412
3413 * gnus.el (gnus-group-faq-directory): Remove.
3414
3415 * gnus-group.el (gnus-group-fetch-charter): Remove.
3416
3417 * gnus.el (gnus-group-charter-alist): Remove.
3418
3419 * gnus-group.el (gnus-group-archive-directory): Remove.
3420 (gnus-group-recent-archive-directory): Ditto.
3421 (gnus-group-make-archive-group): Remove.
3422
3423 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3424
3425 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3426 use the same article number for all the cached articles.
3427
3428 * nnimap.el (nnimap-command): Register the last command time so
3429 that we can use it for idling NOOPs.
3430 (nnimap-open-connection): Start the keeplive timer.
3431 (nnimap-make-process-buffer): Store all the process buffers.
3432 (nnimap-keepalive): New function.
3433
3434 * starttls.el (starttls-open-stream): Add autoload cookie.
3435
3436 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3437
3438 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3439 handling.
3440
3441 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3442
3443 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3444 its data structures.
3445
3446 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3447 instead of the cl.el copy-list.
3448 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3449 equalp.
3450
3451 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3452
3453 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3454 and tool-bar-local-item-from-menu.
3455
3456 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3457 mode-line-highlight face for Emacs.
3458
3459 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3460 loading gnus-sum.elc; fix comment for canlock-verify.
3461 (gnus-article-jump-to-part): Use read-number.
3462 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3463 Remove Emacs pre-21 compatible code for help-echo.
3464 (gnus-article-next-page-1): No need to adjust the number of lines.
3465 (gnus-article-describe-bindings): Always use help-buffer.
3466
3467 * gnus-audio.el (gnus-audio-inline-sound)
3468 * gnus-cus.el (gnus-custom-mode)
3469 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3470
3471 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3472
3473 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3474 compatible code.
3475
3476 2010-09-24 Glenn Morris <rgm@gnu.org>
3477
3478 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3479 visiting the fcc file in rmail-mode.
3480
3481 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3482
3483 * nnir.el: Silence the byte compiler.
3484
3485 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3486 alias to browse-url-url-encode-chars if any.
3487 (gnus-html-encode-url): Use it.
3488
3489 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3490
3491 * gnus-start.el (gnus-use-backend-marks): New variable.
3492 (gnus-get-unread-articles-in-group): Use it.
3493
3494 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3495 makeover.
3496
3497 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3498
3499 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3500
3501 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3502
3503 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3504 Remove.
3505 (gnus-setup-news-hook):
3506 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3507
3508 * gnus-int.el (gnus-request-update-info): Protect against backends not
3509 having the function.
3510
3511 * nnimap.el (nnimap-stream): Mention starttls.
3512 (nnimap-open-connection): Add starttls support.
3513
3514 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3515
3516 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3517
3518 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519
3520 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3521 BODYSTRUCTUREs.
3522 (nnimap-transform-headers): Unfold quoted {42} headers.
3523
3524 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3525 the info.
3526 (gnus-get-unread-articles): Only call updatep on backends that support
3527 it.
3528
3529 * nnweb.el (nnweb-request-update-info): NOOP.
3530
3531 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3532
3533 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3534 since it only deals with marks.
3535
3536 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3537 gnus-request-marks, and make a new gnus-request-update-info.
3538
3539 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3540 the active instead of the high number, which is usually too low.
3541
3542 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3543
3544 * encrypt.el: Remove.
3545
3546 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3547
3548 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3549 server in symbolic form.
3550
3551 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3552
3553 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3554
3555 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3556 (nnimap-update-info): Fix up code slightly.
3557
3558 * gnus-int.el (gnus-open-server): Add tracing for performance
3559 debugging.
3560
3561 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3562 (gnus-group-insert-group-line): Pass the real group name so that it
3563 gets the right data.
3564
3565 * gnus-start.el (gnus-get-unread-articles): Don't have
3566 `gnus-get-unread-articles-in-group' update info, since that can be
3567 really slow and doesn't seem to be needed?
3568
3569 2010-09-22 Julien Danjou <julien@danjou.info>
3570
3571 * gnus-group.el (gnus-group-insert-group-line):
3572 Call gnus-group-highlight-line.
3573 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3574 default hook list.
3575 (gnus-group-update-eval-form): Add new function.
3576 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3577 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3578
3579 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3580
3581 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3582 immediate, then expire all articles.
3583 (nnimap-update-info): Fix off-by-one errors.
3584 (nnimap-flags-to-marks): Would return no marks lists for group with no
3585 flags. Instead return the other data.
3586
3587 2010-09-22 Julien Danjou <julien@danjou.info>
3588
3589 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3590 Only return an icon.
3591 (gnus-group-insert-group-line): Compute icon to return.
3592
3593 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3594 (gnus-html-image-fetched): Only cache if
3595 gnus-html-image-automatic-caching is set.
3596 (gnus-html-image-fetched): Check for errors.
3597
3598 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3599
3600 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3601 once per method on `g'. This ensures that backends like nnfolder don't
3602 open all their folders.
3603
3604 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3605 (nnimap-request-list): Nix out group in the correct buffer.
3606 (nnimap-parse-flags): Implement by using `read' instead of
3607 hand-parsing.
3608 (nnimap-flags-to-marks): Pass on permanent-flags.
3609 (nnimap-make-process-buffer): Record the server name.
3610 (nnimap-parse-flags): Fix typo.
3611 (nnimap-request-scan): Run split on the server in general, not just a
3612 single group.
3613
3614 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3615 parameter, and propagate this downwards.
3616
3617 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3618 since EXAMINE changes it on the server.
3619
3620 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3621 this command might take a while.
3622
3623 2010-09-22 Julien Danjou <julien@danjou.info>
3624
3625 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3626 harmful if you have 2 images side-by-side, they can't be properly
3627 update on text deletion. Using text-property is safer here.
3628 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3629 data.
3630
3631 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3632
3633 * nnimap.el (nnimap-expunge-inbox): Remove.
3634 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3635 (nnimap-expunge): Flip default to t.
3636
3637 * gnus.el (gnus-method-to-server): Don't push things to the cache
3638 unless it's unique.
3639 (gnus-server-to-method): Ditto.
3640
3641 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3642
3643 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3644
3645 2010-09-22 Julien Danjou <julien@danjou.info>
3646
3647 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3648 get the start of data.
3649 (gnus-html-encode-url): Add this function to encode special chars in
3650 URL.
3651 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3652 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3653
3654 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3655 default.
3656 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3657
3658 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3659 images alt-text.
3660 (gnus-html-put-image): Put alt-text as help-echo.
3661
3662 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3663
3664 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3665 * mm-util.el (mm-decompress-buffer)
3666 * nnir.el (nnir-run-find-grep)
3667 * pop3.el (pop3-list): Use 3rd arg of split-string.
3668
3669 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3670
3671 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3672 outside the active range. Suggested by Dan Christensen.
3673
3674 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3675 slightly later to avoid double-getting it.
3676
3677 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3678 previous patch.
3679
3680 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3681
3682 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3683
3684 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3685
3686 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3687
3688 * gnus-int.el (gnus-open-server): Give a better error message in the
3689 "go offline" case.
3690
3691 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3692 marks for nnimap, which is seldom the right thing to do.
3693
3694 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3695 (gnus-same-method-different-name): New function.
3696
3697 * nnimap.el (parse-time): Require.
3698
3699 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3700 method in the presence of many similar methods.
3701
3702 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3703
3704 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3705 nnml-inhibit-expiry.
3706
3707 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3708 find out whether methods are equal.
3709
3710 * nnimap.el (nnimap-find-expired-articles): New function.
3711 (nnimap-process-expiry-targets): New function.
3712 (nnimap-request-move-article): Request the article before looking at
3713 what the Message-ID is. Fix found by Andrew Cohen.
3714 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3715
3716 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3717 for oldness in addition to being a predicate.
3718
3719 * nnimap.el (nnimap-request-group): When we have zero articles, return
3720 the right data to Gnus.
3721 (nnimap-request-expire-articles): Only delete articles immediately if
3722 the target is 'delete.
3723
3724 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3725 method, this would bug out.
3726
3727 * gnus-group.el (gnus-group-expunge-group): Rename from
3728 gnus-group-nnimap-expunge, and implemented as a normal interface
3729 function.
3730
3731 * gnus-int.el (gnus-request-expunge-group): New function.
3732
3733 * nnimap.el (nnimap-request-create-group): Implement.
3734 (nnimap-request-expunge-group): New function.
3735
3736 2010-09-21 Julien Danjou <julien@danjou.info>
3737
3738 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3739 (gnus-html-cache-expired): Add new function.
3740 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3741 wethever we should display image for fetch it.
3742 Compute alt-text earlier to pass it to the fetching function too.
3743 (gnus-html-schedule-image-fetching): Change function argument to only
3744 get one image at a time, not a list.
3745 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3746 cache.
3747 (gnus-html-get-image-data): New function to retrieve image data from
3748 cache.
3749 (gnus-html-put-image): Change buffer argument to use image data rather
3750 than file, and place image above region rather than inserting a new
3751 one. Do not take alt-text as argument, since it's useless now: we place
3752 the image above alt-text.
3753 (gnus-html-prune-cache): Remove.
3754 (gnus-html-show-images): Start to fetch image when we find one, do not
3755 push into a temporary list.
3756 (gnus-html-prefetch-images): Only fetch image if they have expired.
3757 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3758 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3759
3760 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3761
3762 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3763
3764 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3765
3766 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3767 spec inser "*" if the group isn't active instead of 0.
3768
3769 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3770 opening the server.
3771 (nnimap-request-delete-group): Implement group deletion.
3772 (nnimap-transform-headers): Return the size of the entire message in
3773 the Bytes header, not just the size of the first part.
3774 (nnimap-request-move-article): When moving an article from nnimap,
3775 request the article first so the accepting form has an article to
3776 accept. Reported by Dan Christensen.
3777 (nnimap-command): Make sure that the error message doesn't error out.
3778
3779 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3780
3781 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3782 we haven't requested anything.
3783
3784 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3787 "". Fix found by Andrew Cohen.
3788
3789 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3790 instead of -encode-string.
3791
3792 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3793
3794 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3795
3796 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3797 by mm-subst-char-in-string.
3798
3799 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
3801 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3802 waiting for the connection string.
3803
3804 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3805 arriving.
3806
3807 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3808 bogus characters. This allows selecting certain Gmail groups.
3809
3810 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3811 (nnimap-fetch-partial-articles): New variable.
3812 (nnimap-open-connection): When looking for credentials, also use the
3813 nnimap-server-port.
3814 (nnimap-request-article): Return the group/article number, so that Gnus
3815 `^' works as expected.
3816 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3817
3818 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3819 comments.
3820 (gnus-methods-sloppily-equal): New function.
3821 (gnus): When using the development version of Gnus, load the gnus-load
3822 file.
3823
3824 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3825 `gnus-open-server' on each method before trying to scan them etc.
3826 This ensures that all the backend parameters are set correctly.
3827
3828 * nnimap.el (nnimap-authenticator): New variable.
3829 (nnimap-open-connection): Allow anonymous login.
3830 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3831 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3832
3833 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3834 patch, found by Knut Anders Hatlen.
3835
3836 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3837
3838 * gnus-agent.el (gnus-agent-batch-confirmation)
3839 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3840 to gnus-message.
3841 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3842 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3843 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3844 * gnus-int.el (gnus-open-server): Likewise.
3845 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3846 (gnus-score-check-syntax): Likewise.
3847 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3848 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3849 Likewise.
3850 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3851
3852 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3853
3854 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3855 calling conventions so that prefetch doesn't bug out.
3856
3857 2010-09-19 Julien Danjou <julien@danjou.info>
3858
3859 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3860 rather than `subst-char-in-region' in order to be able to replace ASCII
3861 char by UTF-8 ones.
3862
3863 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3864 than curl.
3865 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3866 the right URL and ALT text on images.
3867 (gnus-html-wash-tags): Fix tag case.
3868 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3869 (gnus-article-html): Add -o display_ins_del=2 option.
3870 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3871
3872 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3873
3874 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3875 the extra mail headers, which sometimes seem to happen for unknown
3876 reasons.
3877
3878 * mail-parse.el (mail-header-encode-parameter): Define as
3879 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3880 (or most, perhaps?) mail readers don't understand the latter, but do
3881 understand the former.
3882
3883 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3884 to nil, so that no methods are automatically agentized. I think this
3885 is probably what most users want.
3886
3887 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3888 from url-retrieve, for instance about invalid URLs.
3889
3890 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3891 groups that have no articles.
3892 (nnimap-request-article): Check that we really got an article when we
3893 requested one.
3894
3895 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3896 doesn't exist.
3897
3898 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3899 nntp buffer so the agent can save it.
3900 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3901 that CRLF doesn't get translated to \n.
3902 (nnimap-open-connection): Don't make 'shell commands only send \n.
3903
3904 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3907 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3908 Update var name.
3909 (nnml-generate-nov-file): Use dolist.
3910 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3911 Use with-current-buffer.
3912
3913 2010-09-18 Julien Danjou <julien@danjou.info>
3914
3915 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3916 parallel.
3917
3918 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3919
3920 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3921 the range update right.
3922 (nnimap-request-group): Don't make `M-g' bug out on group with no
3923 marks.
3924 (nnoo): Require, so that other packages can require nnimap.
3925 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3926 command we're looking for. This helps when the server sends more
3927 responses after we've gotten everything we expected.
3928 (nnimap): Add a `newlinep' field to keep track of end-of-line
3929 conventions.
3930 Don't send CRLF to things that don't want it.
3931 (nnimap-request-accept-article): Ditto.
3932
3933 2010-09-18 Julien Danjou <julien@danjou.info>
3934
3935 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3936 than curl to retrieve images.
3937
3938 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3939
3940 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3941 the marks.
3942 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3943 (nnimap-wait-for-connection): New function.
3944 (nnimap-open-connection): If we have PREAUTH, don't query for login
3945 credentials.
3946 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3947 when doing a partial update.
3948
3949 2010-09-18 Julien Danjou <julien@danjou.info>
3950
3951 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3952 tags.
3953
3954 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3955
3956 * nnimap.el (nnimap-credentials): New function.
3957 (nnimap-open-connection): Use the new function to look for credentials
3958 also on the numeric equivalents of "imap" and "imaps".
3959
3960 * gnus-start.el (gnus-activate-group): Send the info to
3961 gnus-request-group.
3962
3963 * nnimap.el (nnimap-request-group): Have the "check" version of the
3964 function parse flags and update the info, so that a `M-g' get a total
3965 resync of all flags from the group.
3966
3967 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3968 to allow backends to alter the info on group selection. Also alter all
3969 the backend -request-group functions to take the parameter.
3970
3971 * nnimap.el (nnimap-store-info): New function.
3972 (nnimap-update-info): Store the info for later usage.
3973 (nnimap-request-group): Use the stored info for the dont-check case, so
3974 that we don't retrieve all marks when we enter a group.
3975
3976 * nnimap.el: Use deffoo instead of defun for interface functions.
3977
3978 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3979 update the group info. This makes the nndraft groups, for instance, go
3980 back to their old behaviour.
3981
3982 * gnus-sum.el (gnus-select-newsgroup): Indent.
3983
3984 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3985 in.
3986 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3987 nothing.
3988
3989 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3990 from methods that are denied.
3991
3992 * gnus-int.el (gnus-method-denied-p): New function.
3993
3994 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3995 store the password instead of netrc.
3996 (nnimap-open-connection): Don't error out when we can't make a
3997 connections.
3998
3999 * auth-source.el (auth-source-create): In the password prompt, say what
4000 we're querying for. Also prompt for user name if that hasn't been
4001 given.
4002
4003 * nnimap.el (nnimap-with-process-buffer): Remove.
4004
4005 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4008 method when we're reading from the agent.
4009
4010 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4011
4012 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4013 that's probably most useful for users.
4014
4015 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4016 "failed" all the time.
4017
4018 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4019 ...)) with (with-current-buffer ... ).
4020
4021 * nntp.el (nntp-open-server): Return whether the open was successful or
4022 not.
4023
4024 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4025 select an unread unseen article first.
4026
4027 * nnimap.el (nnimap-open-connection): If the user doesn't have a
4028 /etc/services, supply some sensible port defaults.
4029
4030 2010-09-17 Julien Danjou <julien@danjou.info>
4031
4032 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4033
4034 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
4035
4036 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4037 doesn't have any parameters.
4038
4039 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4040
4041 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4042 only upcased checks.
4043
4044 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4045
4046 * nnimap.el (nnimap-open-shell-stream): New function.
4047 (nnimap-open-connection): Use it.
4048 (nnimap-transform-headers): Get the number of lines in each message.
4049 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4050 number of lines.
4051 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
4052 problem.
4053
4054 * utf7.el (utf7-encode): Autoload.
4055
4056 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4057 to allow the mail splitting to not return a default group. This is
4058 useful for nnimap, which will leave unmatched mail in the inbox.
4059
4060 * nnimap.el: Rewritten.
4061
4062 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4063 nnimap usage.
4064
4065 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4066 if the move is internal, so that nnimap can do fast internal moves.
4067
4068 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4069 data.
4070 (gnus-read-active-for-groups): Support finishing the early retrieval of
4071 data.
4072
4073 * gnus-range.el (gnus-range-nconcat): New function.
4074
4075 * gnus-int.el (gnus-finish-retrieve-group-infos)
4076 (gnus-retrieve-group-data-early): New functions.
4077
4078 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
4079
4080 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4081 (nnrss-retrieve-groups):
4082 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4083 (pop3-quit): Use with-current-buffer.
4084
4085 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
4086
4087 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4088 instead of nnheader-accept-process-output.
4089
4090 * gnus-html.el (gnus-html-schedule-image-fetching)
4091 (gnus-html-prefetch-images): Replace process-kill-without-query by
4092 gnus-set-process-query-on-exit-flag.
4093
4094 2010-09-16 Romain Francoise <romain@orebokech.com>
4095
4096 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4097
4098 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4099
4100 * gnus-registry.el (gnus-registry-install-shortcuts): The second
4101 parameter to unintern is mandatory-ish in Emacs 24.
4102
4103 * gnus-html.el (gnus-html-schedule-image-fetching)
4104 (gnus-html-prefetch-images): Check for curl before using it.
4105
4106 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4107 depend on curl, which isn't essential.
4108
4109 * imap.el: Revert back to version
4110 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4111 seem problematic.
4112
4113 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * gnus-registry.el (gnus-registry-install-shortcuts):
4116 Explicitly pass `obarray' to `unintern' to avoid a warning.
4117
4118 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4119
4120 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4121 change.
4122
4123 * nnrss.el (nnrss-request-list): Remove this function and related
4124 functions, including the moreover stuff.
4125
4126 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4127
4128 * nnrss.el (nnrss-retrieve-groups): New function.
4129
4130 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
4131
4132 * .dir-locals.el: Add no-byte-compile cookie.
4133
4134 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4137 for back end that doesn't support request-scan.
4138
4139 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4140
4141 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4142 then do request scans from the backends.
4143
4144 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4145 avoid running a hook per line, since this takes a lot of time,
4146 profiling shows.
4147 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4148 directly if gnus-visual-p is true.
4149
4150 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4151
4152 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4153 groups; replace mapcar with dolist which is a bit faster; pass groups
4154 info to gnus-read-active-file-1.
4155 (gnus-read-active-file-1): Scan only specified groups if the new
4156 optional arg `infos' is given.
4157
4158 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4159
4160 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4161
4162 * pop3.el (pop3-movemail): Remove.
4163 (pop3-streaming-movemail): Rename to pop3-movemail.
4164
4165 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4166 don't restrict end-tag searches to the end of the line.
4167
4168 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4169
4170 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4171 articles of every unchecked group to t, which means unknown since the
4172 server has never been opened.
4173
4174 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * gnus-html.el (gnus-html-show-alt-text): New command.
4177 (gnus-html-browse-image): Ditto.
4178 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4179 to browse the image directly.
4180 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4181 better.
4182
4183 * gnus-async.el (gnus-async-article-callback):
4184 Call `gnus-html-prefetch-images' unconditionally.
4185
4186 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4187 before feeding URLs to curl.
4188
4189 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4190
4191 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4192 internal images as deletable by `W D D'.
4193
4194 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4195 (gnus-async-article-callback): Fix typo.
4196
4197 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4198
4199 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4200 current line to work around bugs in the output from w3m.
4201
4202 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4203 for groups that want that.
4204
4205 * nntp.el (nntp-wait-for-string): Supply a timeout for
4206 accept-process-output to ensure progress.
4207
4208 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4209 level to get unread articles from, then use that for foreign groups,
4210 too.
4211
4212 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4213 confuses the rest of the function.
4214
4215 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4216 for the methods that support -retrieve-groups, too.
4217
4218 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4219
4220 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4221
4222 * pop3.el: Require cl when compiling.
4223 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4224
4225 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4226
4227 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4228 that aren't going to be activated.
4229 (gnus-get-unread-articles): Fix up the last commit.
4230
4231 * gnus-html.el (gnus-article-html): Allow calling without specifying
4232 the handle. In that case, dissect the buffer first.
4233
4234 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4235
4236 * nnimap.el (nnimap-open-connection): Revert the change that would look
4237 into authinfo for imaps instead of imap.
4238
4239 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4240 say that you don't want to call gnus-request-group with don-check, but
4241 do check the reponse. This is for virtual groups only.
4242 (gnus-get-unread-articles): Count the archive groups as secondary, so
4243 that they're activated the same way as before.
4244
4245 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4246 case-insensitively.
4247 (nnimap-debug): Remove.
4248
4249 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4250 mail from a file, and the file doesn't exist.
4251
4252 * pop3.el (pop3-streaming-movemail): Return t for success.
4253
4254 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4255 .authinfo if we're using ssl connection.
4256
4257 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4258 already have if we're in a main Gnus `g' run.
4259
4260 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4261
4262 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4263
4264 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4265
4266 * nnmh.el (nnmh-request-list-1): Bind `file'.
4267
4268 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4269 alias to set-process-query-on-exit-flag or process-kill-without-query.
4270 (pop3-open-server): Use it.
4271
4272 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4275 box to the Incoming file. Fixes mistake in previous checkin.
4276
4277 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4278 request loop (for debugging purposes) removed.
4279
4280 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4281 culprit is more visible.
4282 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4283 (nnml-add-incremental-nov): New functions to do "incremental" nov
4284 updates, where we just append to the end of the existing nov files
4285 without reading/writing them in full.
4286
4287 * mail-source.el (mail-source-delete-crash-box): Really only check the
4288 incoming files once in a while.
4289
4290 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4291
4292 * mail-source.el (mail-source-delete-crash-box): Only check the
4293 incoming files for deletion once per day to save a lot of file
4294 accesses.
4295
4296 * pop3.el (pop3-logon): Fix up unbound variable typo.
4297
4298 * mail-source.el (pop3-streaming-movemail): Autoload.
4299
4300 * pop3.el (pop3-streaming-movemail):
4301 Respect pop3-leave-mail-on-server.
4302
4303 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4304 retrieval.
4305
4306 * pop3.el (pop3-process-filter): Remove unused function.
4307 (pop3-streaming-movemail, pop3-send-streaming-command)
4308 (pop3-wait-for-messages, pop3-write-to-file)
4309 (pop3-number-of-responses): New functions for streaming pop3
4310 retrieval.
4311
4312 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4313 come from no known methods.
4314 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4315 list.
4316
4317 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4318 message sizes.
4319 (pop3-movemail): Use erase-buffer instead of looping and deleting
4320 regions, which seems rather odd.
4321
4322 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4323 file once per `g' run.
4324
4325 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4326 directories. This makes the draft queue directory work.
4327
4328 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4329 data from the backends, so that we only request the list of groups from
4330 each method once. This should speed things up considerably.
4331
4332 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4333 detect that it's not implemented.
4334
4335 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4336 we actually do recurse down into the tree, but don't stat all leaf
4337 nodes.
4338
4339 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4340 then say so instead of bugging out.
4341
4342 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4343 files exist before trying to read them.
4344
4345 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4346 around <pre_int>.
4347
4348 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4349
4350 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4351
4352 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * mm-util.el (mm-image-load-path): Just return the image directories,
4355 not all directories in the path in addition to the image directories.
4356 (mm-image-load-path): Maintain a cache of the image directories so that
4357 the `g' command in Gnus doesn't have to stat dozens of directories each
4358 time.
4359
4360 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4361 (gnus-html-wash-tags): Add a new `i' command to insert images.
4362 (gnus-html-insert-image): New command and keystroke.
4363 (gnus-html-redisplay-with-images): New command and keystroke.
4364 (gnus-html-show-images): Rename command.
4365 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4366 spacers.
4367 (gnus-html-wash-tags): Decode entities at the end, so that entities
4368 inside the tags don't mess up the rest of the "parsing".
4369
4370 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4371 so that nnimap methods aren't agentized by default. There's apparently
4372 many problems related to agent/imap behaviour.
4373
4374 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4375
4376 * gnus-html.el: Doc fix.
4377
4378 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4379
4380 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4381 glyph-width and glyph-height instead of display-graphic-p and
4382 image-size; make avoidance of displaying small images work for XEmacs.
4383
4384 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4385 for XEmacs.
4386
4387 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4388 of symbol that holds plist data.
4389 (gnus-process-plist): Remove plist of process after getting it.
4390
4391 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4392
4393 * message.el (message-generate-hashcash): Change default to
4394 'opportunistic if hashcash is installed.
4395
4396 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4397 (gnus-html-put-image): Only call image-size once, since it's somewhat
4398 time-consuming on remote X servers.
4399
4400 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4401
4402 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4403 decoded contents.
4404 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4405
4406 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4407
4408 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4409 group line format, since it isn't very interesting.
4410
4411 * gnus-agent.el (gnus-agent-short-article),
4412 (gnus-agent-long-article): Increase values for these two variables,
4413 since most people are likely to have more network connection and
4414 storage than before.
4415
4416 * gnus.el (gnus-refer-article-method): Change default to 'current.
4417 When referring an article, the common behaviour is to refer it from the
4418 current select method, not the native select method. The chances of
4419 the native select method having the message in question is rather slim
4420 these days.
4421
4422 * gnus-sum.el (gnus-auto-select-subject): Change default to
4423 `unseen-or-unread'. I think it's likely that most people want to
4424 select an unseen article over a previously seen, but unread one.
4425
4426 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4427 means that in the article buffer none of the minor mode elements will
4428 be shown, usually, and this is not desirable in most cases.
4429
4430 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4431 that commands like `d' (and the like) go to the next line in the
4432 buffer, instead of the next unread article. I think this is the
4433 behaviour that is most natural for most users.
4434 (gnus-single-article-buffer): Change default to nil, so that people can
4435 have as many article buffers open as they have summary buffer. I think
4436 this is the most natural way for the groups to behave.
4437
4438 * message.el (message-generate-new-buffers): Change default to
4439 `unsent', so that all new message buffers start their names with the
4440 string "*unsent", and it's easier to find the buffers if you move from
4441 them.
4442
4443 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4444
4445 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4446 small. They're probably tracking images.
4447 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4448 (gnus-html-rescale-image): Yet another try at getting the image sizing
4449 right.
4450
4451 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4452 nntp-marks-file-name is nil.
4453
4454 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4455
4456 * gnus-html.el (gnus-html-wash-tags)
4457 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4458 Better logging.
4459
4460 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4461
4462 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4463
4464 * gnus-html.el (gnus-html-wash-tags): Check the value of
4465 gnus-blocked-images in the summary buffer.
4466
4467 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4468
4469 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4470
4471 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4472
4473 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4474 like "a", it seems like.
4475 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4476 since it needs to be picked from the correct buffer.
4477
4478 * nnwfm.el: Remove.
4479
4480 * nnlistserv.el: Remove.
4481
4482 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4483
4484 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4485 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4486
4487 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4488
4489 * nnkiboze.el: Remove.
4490
4491 * nndb.el: Remove.
4492
4493 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4494 alt text.
4495 (gnus-html-rescale-image): Try to get the rescaling logic right for
4496 images that are just wide and not tall.
4497
4498 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4499 overshadow variable bindings.
4500
4501 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4502
4503 * gnus-html.el (gnus-html-wash-tags)
4504 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4505 Add extra logging.
4506
4507 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4508
4509 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4510 (gnus-max-image-proportion): New variable.
4511 (gnus-html-rescale-image): New function.
4512 (gnus-html-put-image): Rescale images.
4513
4514 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4515
4516 Fix up some byte-compiler warnings.
4517 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4518 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4519 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4520 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4521 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4522 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4523 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4524
4525 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4526
4527 * gnus-html.el (gnus-article-html): Decode contents by charset.
4528
4529 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4530
4531 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4532 (gnus-html-frame-width, gnus-blocked-images)
4533 * message.el (message-prune-recipient-rules): Add custom version.
4534 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4535
4536 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4537 functions.
4538
4539 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4540 gnus-process-get.
4541
4542 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4543
4544 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4545 instead of lsub directly.
4546
4547 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * nnwarchive.el: Remove.
4550
4551 * gnus-soup.el: Remove.
4552
4553 * nnsoup.el: Remove.
4554
4555 * nnultimate.el: Remove.
4556
4557 * gnus-html.el (gnus-blocked-images): New variable.
4558
4559 * message.el (message-prune-recipients): New function.
4560 (message-prune-recipient-rules): New variable.
4561
4562 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4563 guess whether a long line is natural text or not.
4564
4565 * gnus-html.el (gnus-html-schedule-image-fetching):
4566 Use gnus-process-plist and friends for compatibility.
4567
4568 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4569
4570 * gnus-html.el: Require packages that define macros used in this file.
4571 (gnus-article-mouse-face): Declare to silence byte-compiler.
4572 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4573 process-get.
4574 (gnus-html-put-image): Use plist-get to avoid getf.
4575 (gnus-html-prefetch-images): Use with-current-buffer.
4576
4577 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4578
4579 * gnus-ems.el: Provide compatibility functions for
4580 gnus-set-process-plist.
4581
4582 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4583 * gnus.el (gnus-valid-select-methods)
4584 * message.el (message-send-mail-partially-limit)
4585 * mm-decode.el (mm-text-html-renderer)
4586 * mml.el (mml-insert-mime-headers-always)
4587 * smiley.el (smiley-regexp-alist): Bump custom version.
4588
4589 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590
4591 * gnus-html.el: require mm-url.
4592 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4593 with the url to `url'.
4594 (gnus-html-wash-tags): Support cid: URLs/images.
4595
4596 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4597
4598 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4599 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4600 bindings, as they aren't useful at all. `w' is moved to `W w'.
4601
4602 * gnus-move.el: Remove file, since it doesn't really work.
4603
4604 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4605 UTF-8. This seems to fix problems with some German web feeds.
4606
4607 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4608 at the top so that the proper colours are applied.
4609
4610 * gnus-art.el (gnus-article-view-part): Doc fix.
4611
4612 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4613 XEmacs-compatible.
4614 (gnus-html-put-image): Don't do images on non-graphic displays.
4615
4616 * nnslashdot.el: Remove this unused backend.
4617
4618 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4619 actions.
4620 (gnus-undo-register-1): Revert last change.
4621
4622 * gnus-group.el (gnus-group-completing-read): Protect against not
4623 having completion-styles bound.
4624
4625 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4626 make broken recipients happier.
4627
4628 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4629
4630 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4631 point parameter.
4632
4633 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4634 completion-styles for group selection.
4635
4636 2009-02-04 Andreas Schwab <schwab@suse.de>
4637
4638 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4639 headers and regexp-quote the match if necessary.
4640
4641 2009-03-24 Miles Bader <miles@gnu.org>
4642
4643 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4644 the blinking smiley.
4645
4646 2009-03-24 Simon Josefsson <simon@josefsson.org>
4647
4648 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4649 blink smiley.
4650
4651 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4654 where the dribbel file lives exists.
4655
4656 * message.el (message-send-mail-partially-limit): Change the default to
4657 nil, since most people don't want this.
4658
4659 * mm-url.el (mm-url-decode-entities): Also decode entities like
4660 &#x3212.
4661
4662 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4663
4664 * gnus-sum.el (gnus-summary-idna-message):
4665 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4666 Hyperlink urls in docstrings with URL `...'.
4667
4668 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4669
4670 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4671 functions.
4672
4673 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
4675 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4676 say what the mouseover text should be.
4677
4678 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4679 version of the mm-w3m-safe-url-regexp variable to only download images
4680 in the groups where we want that to happen.
4681
4682 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4683
4684 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4685 easier debugging.
4686 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4687 big pictures in the article buffer.
4688
4689 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4690 gnus-article-html.
4691 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4692 w3m.
4693
4694 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4695
4696 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4697
4698 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4699 which doesn't exist.
4700
4701 * message.el (message-inhibit-ecomplete): New variable to allow some
4702 function to inhibit ecomplete address storage.
4703 (message-resend): Disable ecomplete message storage when resending
4704 messages.
4705
4706 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4707
4708 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4709
4710 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4711 Save excursion while copying, moving, and deleting articles in order to
4712 prevent the cursor from jumping to unforeseen place.
4713
4714 2010-08-17 Glenn Morris <rgm@gnu.org>
4715
4716 * gnus-sync.el: Require gnus components whose functions are used.
4717
4718 * gnus-art.el (bookmark-make-record-function):
4719 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4720 Declare for compiler.
4721
4722 * mm-url.el (mml-compute-boundary): Autoload.
4723
4724 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4725
4726 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4727
4728 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4729
4730 Typo fix "hoo4a" -> "hook".
4731
4732 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4733
4734 2010-08-14 Glenn Morris <rgm@gnu.org>
4735
4736 * gnus-sync.el (gnus-sync): Fix defgroup version.
4737
4738 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4739
4740 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4741
4742 * gnus-sync.el: Fix docs.
4743 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4744 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4745
4746 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4747
4748 Optimizations for gnus-sync.el.
4749
4750 * gnus-sync.el: Add docs about gnus-sync-backend
4751 possibilities.
4752 (gnus-sync-save): Remove unnecessary message.
4753 (gnus-sync-read): Optimize and show what groups were skipped.
4754
4755 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4756
4757 Minor bug fixes for gnus-sync.el.
4758
4759 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4760 Don't read the sync on get-new-news.
4761
4762 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4763 quiet.
4764
4765 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4766 (fix typo).
4767
4768 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4769
4770 Make saving and restoring of hidden threads work with overlays.
4771 Patch applied by Ted Zlatanov.
4772
4773 * gnus-sum.el (gnus-hidden-threads-configuration)
4774 (gnus-restore-hidden-threads-configuration): Update to deal with text
4775 properties, rather than searching for a magic character.
4776
4777 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4778
4779 New gnus-sync.el library for synchronization of marks.
4780
4781 * gnus-sync.el: New library for synchronization of marks.
4782
4783 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4784 renamed from `gnus-registry-grep-in-list'.
4785
4786 * gnus-registry.el (gnus-registry-follow-group-p):
4787 Use `gnus-grep-in-list'.
4788
4789 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4790
4791 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4792
4793 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4794 determining charset of text fails.
4795
4796 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 * nnmail.el (nnmail-get-new-mail-1): Revert.
4799
4800 * nnml.el (nnml-active-number): Make sure names of newly created groups
4801 in nnml-group-alist are encoded.
4802
4803 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4804
4805 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4806 containing non-ASCII characters in active file for nnml back end.
4807
4808 2010-07-24 David Engster <dengste@eml.cc>
4809
4810 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4811 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4812
4813 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4814
4815 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4816 tag (Bug#6654).
4817
4818 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4819
4820 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4821 the article buffer, not the summary buffer.
4822
4823 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4824
4825 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4826 Emacs 23 as well.
4827
4828 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4829
4830 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4831 Patch applied by Karl Fogel.
4832
4833 * gnus-sum.el (gnus-summary-bookmark-make-record):
4834 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4835
4836 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4837
4838 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4839 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4840 C-w still not working correctly from Article buffers; Thierry's
4841 patch to fix that will be applied after this.
4842
4843 * gnus-art.el (bookmark-make-record-function): New local variable.
4844
4845 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4846 article buffer.
4847 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4848
4849 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4850
4851 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4852 on changes in bookmark.el.
4853
4854 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4855
4856 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4857 the *other* type of HTML form submission.
4858
4859 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4860
4861 * auth-source.el (auth-source-pick): If choice does not contain a
4862 questioned keyword, set the check to t.
4863
4864 2010-06-12 Romain Francoise <romain@orebokech.com>
4865
4866 * gnus-util.el (gnus-date-get-time): Move up before first use.
4867
4868 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4871 (gnus-article-edit-part): Bind it to make last part that is substituted
4872 or deleted visible.
4873 (gnus-mime-display-single): Buttonize part of which id equals to
4874 gnus-mime-buttonized-part-id.
4875
4876 2010-06-10 Dan Christensen <jdc@uwo.ca>
4877
4878 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4879 (gnus-dd-mmm): Use gnus-date-get-time.
4880 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4881 simplify logic.
4882 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4883 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4884
4885 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4886
4887 * auth-source.el (top): Autoload `secrets-list-collections',
4888 `secrets-create-item', `secrets-delete-item'.
4889 (auth-sources): Fix tag string.
4890 (auth-get-source, auth-source-retrieve, auth-source-create)
4891 (auth-source-delete): New defuns.
4892 (auth-source-pick): Rewrite in order to avoid 2 passes.
4893 (auth-source-forget-user-or-password): New parameter USERNAME.
4894 (auth-source-user-or-password): New parameters CREATE-MISSING and
4895 DELETE-EXISTING. Retrieve password interactively, if needed.
4896
4897 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4898
4899 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4900 deleting unused directories when gnus-expert-user is t.
4901
4902 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4903
4904 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4905 for each temp file when gnus-article-browse-delete-temp is ask.
4906
4907 2010-05-20 Kevin Ryde <user42@zip.com.au>
4908
4909 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4910
4911 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4912
4913 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4914 article unless decoding article to be saved.
4915
4916 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4917
4918 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4919 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4920 generated within the mm-with-unibyte-current-buffer macro.
4921
4922 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4923
4924 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4925 to nil when we're in a mml-preview buffer and no group is selected.
4926
4927 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4928
4929 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4930 when catching the `C-g'. Reported by "Leo".
4931
4932 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * message.el (message-forward-make-body-plain)
4935 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4936 multibyte-string-p.
4937
4938 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4939
4940 * message.el (message-forward-make-body-mml): Assume original message
4941 is multibyte string; error on unibyte.
4942 (message-forward-make-body-plain): Ditto; don't add excessive newline
4943 in body end.
4944
4945 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4946
4947 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4948 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4949
4950 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4951
4952 * mm-extern.el (mm-extern-url): Don't use
4953 mm-with-unibyte-current-buffer.
4954 (mm-extern-cache-contents): Use with-current-buffer instead of
4955 save-excursion + set-buffer.
4956
4957 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4958
4959 * mm-util.el (mm-emacs-mule): Remove.
4960
4961 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4962
4963 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4964 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4965 change.
4966
4967 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4970 bind the default value of enable-multibyte-characters to nil.
4971
4972 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4973
4974 * message.el (message-forward-make-body-plain)
4975 (message-forward-make-body-mml):
4976 Don't use mm-with-unibyte-current-buffer.
4977
4978 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4979
4980 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4981 (Bug#5592).
4982
4983 2010-05-07 Julien Danjou <julien@danjou.info>
4984
4985 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4986 it to mm-pipe-part.
4987
4988 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4989 it is given.
4990
4991 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4992
4993 * nnweb.el (nnweb-gmane-search)
4994 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4995 XEmacs.
4996
4997 * gnus-art.el (gnus-article-browse-html-parts)
4998 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4999 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5000 make-temp-file.
5001
5002 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5003 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5004 compiling.
5005
5006 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5007 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5008 XEmacs when compiling.
5009
5010 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5011 gnus-pick-mode-off-hook for XEmacs when compiling.
5012 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5013 gnus-binary-mode-off-hook for XEmacs when compiling.
5014
5015 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5016 Return nil if char-charset is not available.
5017
5018 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5019 macro.
5020
5021 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5022 instead of encode-coding-string.
5023
5024 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5025 'xemacs) instead of mm-emacs-mule to switch function definitions.
5026 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5027
5028 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
5029
5030 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5031
5032 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
5033
5034 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5035 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5036
5037 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
5038
5039 * mm-util.el (mm-decompress-buffer): Use `delete-file';
5040 alias `jka-compr-delete-temp-file' no longer exists.
5041
5042 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 Use define-minor-mode in Gnus where applicable.
5045 * mml.el (mml-mode): Use define-minor-mode.
5046 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5047 (gnus-undo-mode): Use define-minor-mode.
5048 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5049 (gnus-dead-summary-mode): Use define-minor-mode.
5050 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5051 Initialize in declaration.
5052 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5053 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5054 (gnus-mailing-list-mode): Use define-minor-mode.
5055 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5056 (gnus-draft-mode): Use define-minor-mode.
5057 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5058 (gnus-dired-mode): Use define-minor-mode.
5059
5060 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
5061
5062 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5063 handles on recursive mml-to-mime translation and check them for
5064 boundary delimiter collisions. Reported by Greg Troxel.
5065
5066 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5067
5068 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5069
5070 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * mm-util.el (mm-find-buffer-file-coding-system):
5073 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5074
5075 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
5076
5077 * message.el (message-generate-headers): Record insertion of optional
5078 headers as well. Otherwise the check to prevent repeated insertion of
5079 optional headers is a no-op.
5080
5081 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
5082
5083 * smime.el: Don't mention CVS.
5084
5085 * nnrss.el (nnrss-fetch): Don't mention CVS.
5086
5087 * nnir.el: Don't mention CVS.
5088
5089 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * gnus-sum.el (gnus-summary-bookmark-make-record):
5092 Add `location' field.
5093
5094 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * gnus-sum.el: Add bookmark declarations to silence the compiler.
5097 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5098 Use with-current-buffer to silence the byte-compiler.
5099 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5100 bother to require `gnus'.
5101 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
5102
5103 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5104
5105 * gnus-sum.el (gnus-summary-bookmark-make-record)
5106 (gnus-summary-bookmark-jump): New functions.
5107 (gnus-summary-mode): Setup bookmark support.
5108
5109 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
5110
5111 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5112 if set.
5113
5114 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
5115
5116 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5117 gnus-article-browse-html-save-cid-image; make it work recursively for
5118 forwarded messages as well.
5119 (gnus-article-browse-html-parts): Work when prefix arg is given.
5120 (gnus-article-browse-html-article): Doc fix.
5121
5122 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
5123
5124 * message.el (message-default-mail-headers):
5125 (message-default-headers): Carry the value mail-default-headers over
5126 into message-default-mail-headers, rather than message-default-headers.
5127
5128 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
5129
5130 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5131 charset.
5132
5133 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5134 charset into the <meta> tag when the article is encoded to utf-8.
5135
5136 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5137
5138 * gnus-art.el (gnus-article-browse-delete-temp-files):
5139 Delete directories as well.
5140 (gnus-article-browse-html-parts): Work for images that do not specify
5141 file names; delete temp directory when quitting; insert header at the
5142 right place; use file: scheme for image files.
5143
5144 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5145
5146 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5147 (gnus-article-browse-html-parts): Use it to make temporary cid image
5148 files in addition to html file so that browser may display them.
5149
5150 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5151
5152 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5153
5154 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5155
5156 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5157
5158 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5159
5160 * auth-source.el (auth-sources): Change default to be simpler.
5161 Explain about Secret Service API sources. Improve Customize options.
5162 (auth-source-pick): Change to accept any number of search parameters.
5163 Implement fallbacks iteratively, not recursively. Add scoring on the
5164 second pass and sort by score. Call Secret Service API when needed.
5165 (auth-source-user-or-password): Use it. Call Secret Service API
5166 directly when needed to get the user name and the password.
5167
5168 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * message.el (message-interactive): Doc fix.
5171 (message-qmail-inject-args): Reflow.
5172 (message-kill-to-signature): Fix typo in docstring.
5173
5174 * smiley.el (smiley-buffer): Fix typo in docstring.
5175
5176 2010-03-24 Glenn Morris <rgm@gnu.org>
5177
5178 * mail-source.el (gnus-message): Declare.
5179 (mail-source-delete-old-incoming): Require gnus-util.
5180
5181 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5184
5185 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5186
5187 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5188 password-cache's default if it is not bound.
5189 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5190 password-cache-expiry's default if it is not bound.
5191
5192 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5193 available in Emacs 21.
5194
5195 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5196
5197 * auth-source.el (auth-sources): Fix up definition so extra parameters
5198 are always inline.
5199
5200 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5201
5202 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5203 wasn't updated after mismatch. Clear cached mailbox info correctly
5204 when uidvalidity changes.
5205 (nnimap-group-prefixed-name): New function to avoid some code
5206 duplication.
5207 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5208 (nnimap-request-group): Use it.
5209 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5210 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5211 with many imap folders. This is done by caching the group status from
5212 the imap server persistently in a group parameter `imap-status'. (This
5213 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5214 but not persistently, so every Gnus startup was still very slow.)
5215
5216 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5217
5218 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5219 secrets.el dependency.
5220 (auth-sources): Add optional user name. Add secrets.el configuration
5221 choice (unused right now).
5222
5223 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5224
5225 * gnus-sum.el (gnus-summary-make-menu-bar):
5226 Let `gnus-registry-install-shortcuts' fill in the functions.
5227
5228 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5229 warnings.
5230 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5231 (gnus-registry-install-shortcuts): Populate and use it in a
5232 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5233
5234 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5235
5236 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5237 In-place substitutions for the group name encoding/decoding.
5238 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5239 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5240 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5241 (nnimap-update-unseen, nnimap-request-list)
5242 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5243 (nnimap-request-set-mark, nnimap-split-to-groups)
5244 (nnimap-split-articles, nnimap-request-newgroups)
5245 (nnimap-request-create-group, nnimap-request-accept-article)
5246 (nnimap-request-delete-group, nnimap-request-rename-group)
5247 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5248 `encoded-mbx' for consistency.
5249 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5250 variable `imap-current-mailbox'.
5251
5252 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5253 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5254
5255 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5256
5257 * pop3.el (pop3-display-message-size-flag): Display message size byte
5258 counts during POP3 download.
5259 (pop3-movemail): Use it.
5260 (pop3-list): Implement listing of available messages.
5261
5262 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5263
5264 * nnir.el (nnir-get-article-nov-override-function): New function to
5265 override the normal NOV retrieval.
5266 (nnir-retrieve-headers): Use it.
5267
5268 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5269
5270 * auth-source.el (netrc-machine-user-or-password): Autoload.
5271
5272 2010-03-19 Glenn Morris <rgm@gnu.org>
5273
5274 Stop message.el from loading about 40 libraries it doesn't always need.
5275 The general approach is to autoload rather than require, and to
5276 require in the specific functions rather than the file. (Bug#5642)
5277
5278 * gmm-utils.el: Don't require wid-edit.
5279 (widget-create-child-value, widget-convert, widget-default-get):
5280 Autoload.
5281
5282 * gnus-util.el: Don't require time-date, netrc.
5283 (message-fetch-field, gnus-group-name-decode): Declare rather than
5284 autoloading.
5285 (gnus-fetch-field): Require message.
5286 (gnus-decode-newsgroups): Require gnus-group.
5287
5288 * ietf-drums.el: Don't require time-date.
5289
5290 * message.el: Don't require hashcash, canlock, ecomplete.
5291 Do require mail-utils. Require nnheader only when compiling.
5292 (smtpmail-default-smtp-server): Remove declaration.
5293 (message-send-mail-function): Check smtpmail-default-smtp-server
5294 is bound rather than requiring smtpmail.
5295 (message-auto-save-directory, message-insert-signature):
5296 Use expand-file-name rather than nnheader-concat.
5297 (nnheader-insert-file-contents): Autoload.
5298 (hashcash-wait-async): Declare.
5299 (message-send-mail): Only call gnus-setup-posting-charset if
5300 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5301 (message-send-mail-with-sendmail): Require sendmail.
5302 (canlock-password, canlock-password-for-verify): Declare.
5303 (message-canlock-password): Require canlock.
5304 (nnheader-get-report): Autoload.
5305 (gnus-setup-posting-charset): Declare.
5306 (message-send-news): Require gnus-msg.
5307 (message-make-references, message-make-in-reply-to): Use mail-header-id
5308 rather than the alias mail-header-message-id.
5309 (ecomplete-add-item, ecomplete-save): Declare.
5310 (message-put-addresses-in-ecomplete): Require ecomplete.
5311 (ecomplete-display-matches): Autoload.
5312
5313 * mm-decode.el: Don't require mailcap, gnus-util.
5314 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5315 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5316 Autoload.
5317 (mailcap-mime-extensions): Declare.
5318
5319 * mm-encode.el: Don't require mailcap.
5320 (mailcap-extension-to-mime): Autoload.
5321
5322 * mml-sec.el: Don't require password-cache.
5323
5324 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5325 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5326 (mml-minibuffer-read-type): Require mailcap.
5327 (mml-preview): Require gnus-msg.
5328
5329 * mml1991.el: Require password-cache.
5330 (password-cache-expiry): Remove declaration.
5331
5332 * mml2015.el: Require password-cache.
5333 (password-cache-expiry): Remove declaration.
5334
5335 * nneething.el (mailcap): Require mailcap.
5336
5337 * nnheader.el (declare-function): Add compatibility stub.
5338 (message-remove-header): Declare rather than autoload.
5339 (nnheader-replace-header): Require message.
5340
5341 * nnimap.el (declare-function): Add compatibility stub.
5342 (netrc-parse, netrc-machine-user-or-password): Declare.
5343 (nnimap-open-connection): Require netrc.
5344
5345 * nntp.el (declare-function): Add compatibility stub.
5346 (netrc-parse, netrc-machine, netrc-get): Declare.
5347 (nntp-send-authinfo): Require netrc.
5348
5349 * rfc2047.el: Don't require qp.
5350 (quoted-printable-encode-region, quoted-printable-decode-string):
5351 Autoload.
5352
5353 * sieve-mode.el: Don't require easymenu.
5354 (easy-menu-add-item): Autoload it.
5355
5356 * spam-stat.el (time-to-number-of-days): Autoload it.
5357
5358 2010-03-17 Kevin Ryde <user42@zip.com.au>
5359
5360 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5361 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5362 value if any backslash escapes).
5363
5364 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5365
5366 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5367 if it is available. (bug#5647)
5368
5369 2010-02-26 Glenn Morris <rgm@gnu.org>
5370
5371 * message.el (message-send-mail-function): Change the default, so that
5372 it inherits from a customized send-mail-function. (Bug#5643)
5373
5374 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5375
5376 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5377 shell-command-to-string signals an error (bug#5299).
5378
5379 2010-02-24 Glenn Morris <rgm@gnu.org>
5380
5381 * message.el (message-smtpmail-send-it)
5382 (message-send-mail-with-mailclient): Doc fixes.
5383
5384 2010-02-16 Glenn Morris <rgm@gnu.org>
5385
5386 * message.el (message-default-mail-headers): Change the default value
5387 to ease the transition from mail-mode to message-mode. (Bug#5555)
5388
5389 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5390
5391 * message.el (message-mail): Just pass yank-action on to message-setup.
5392 (message-setup): Handle (FUN . ARGS) form of yank-action.
5393 (message-with-reply-buffer, message-widen-reply)
5394 (message-yank-original): Handle non-buffer values of
5395 message-reply-buffer (Bug#4080).
5396 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5397
5398 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5401 Fix typo in docstring.
5402
5403 2010-01-08 Jason Rumney <jasonr@gnu.org>
5404
5405 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5406 response.
5407
5408 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5409
5410 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5411
5412 * message.el (message-check-news-header-syntax): Protect against a
5413 string that `rfc822-addresses' returns when parsing fails.
5414
5415 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5416
5417 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5418 (gnus-previous-char-property-change): New functions.
5419
5420 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5421
5422 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5423
5424 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5425 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5426
5427 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5428
5429 * message.el (message-exchange-point-and-mark): Rework last change to
5430 avoid using optional arg of exchange-point-and-mark, for backward
5431 compatibility.
5432
5433 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5434
5435 * message.el (message-exchange-point-and-mark):
5436 Call exchange-point-and-mark with an argument rather than setting
5437 mark-active by hand (Bug#5175).
5438
5439 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * nntp.el (nntp-service-to-port): Work for service expressed with
5442 numeric string; replace [:digit:] with [0-9] for XEmacs.
5443
5444 2009-12-17 Glenn Morris <rgm@gnu.org>
5445
5446 * gnus-group.el (gnus-bug-group-download-format-alist):
5447 Change emacs entry to debbugs.gnu.org. Bump :version.
5448
5449 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5452
5453 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5454
5455 * message.el (message-info): Explain why we use `Info-goto-node'.
5456
5457 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * message.el (message-completion-in-region): New compatibility function.
5460 (message-expand-group): Use it.
5461
5462 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5463
5464 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5465 with no unread article should be listed if the 2nd arg `predicate' is
5466 given.
5467
5468 2009-11-29 Juri Linkov <juri@jurta.org>
5469
5470 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5471 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5472 on `gnus-recenter'. (Bug#4698, Bug#4981)
5473
5474 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5475
5476 * message.el (message-from-style, message-interactive)
5477 (message-signature): Always set default values from the corresponding
5478 mail-* variables.
5479 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5480 (message-yank-prefix, message-indentation-spaces)
5481 (message-signature-file, message-default-headers): Use boundp rather
5482 than (featurep 'xemacs) to check if the corresponding mail-* variables
5483 exist.
5484
5485 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5486
5487 * message.el (message-send-mail-with-sendmail): Revert last change.
5488
5489 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * message.el (message-from-style, message-interactive)
5492 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5493 (message-yank-prefix, message-indentation-spaces, message-signature)
5494 (message-signature-file, message-default-headers): For GNU Emacs, set
5495 default values from the corresponding mail-* variables.
5496 (message-send-mail-with-sendmail): Use envelope-from only if
5497 mail-specify-envelope-from is non-nil.
5498
5499 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5500
5501 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5502 containing tspecial characters if they have been already quoted.
5503
5504 2009-10-24 Glenn Morris <rgm@gnu.org>
5505
5506 * gnus-art.el (help-xref-stack-item): Define for compiler.
5507
5508 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5509
5510 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5511
5512 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5513
5514 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5515 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5516
5517 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5520 (gnus-overlays-in): New alias to overlays-in.
5521
5522 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5523 gnus-overlay-get, and gnus-delete-overlay.
5524 (gnus-summary-show-thread): Make it work as well for systems in which
5525 next-single-char-property-change is not available.
5526 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5527
5528 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5529
5530 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5531
5532 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5533
5534 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5535 and XEmacs that don't have `remove-overlays'.
5536
5537 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5540 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5541 selective display. Use overlays instead.
5542
5543 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5544
5545 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5546
5547 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * spam-stat.el (spam-stat-load): Fix typo in message.
5550
5551 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * gnus-art.el (gnus-article-encrypt-body):
5554 * message.el (message-check-recipients):
5555 * mm-util.el (mm-codepage-setup):
5556 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5557 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5558
5559 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5560
5561 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5562 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5563 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5564 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5565 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5566
5567 2009-09-18 Glenn Morris <rgm@gnu.org>
5568
5569 * gnus-diary.el (gnus-diary-check-message):
5570 * message.el (message-insert-formatted-citation-line):
5571 * nnbabyl.el (top-level):
5572 * nndiary.el (nndiary-schedule):
5573 Fix typos in condition-case handlers.
5574
5575 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5576
5577 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5578 configuration that provides the sole article window in a frame;
5579 position point correctly after deleting a part.
5580
5581 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5582
5583 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5584 (spam-resolve-registrations-routine): Use it to unregister articles
5585 that change status.
5586
5587 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5588
5589 * nnrss.el (nnrss-request-article): Remove binding of
5590 default-enable-multibyte-characters that has gotten needless by
5591 the 2007-07-13 change in rfc2047-encode-message-header.
5592
5593 * mml.el (mml-insert-multipart): Error on the message header.
5594 (mml-insert-part): Error on the message header; position point at
5595 the end of a MIME tag.
5596
5597 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5598
5599 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5600 (gnus-float-time): Alias to float-time if it exists.
5601
5602 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5603 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5604 float-time is available; suppress compile warning for time-to-seconds.
5605
5606 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5607
5608 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5609 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5610 Add the optional argument `encoding' that overrides the default.
5611
5612 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5613 mm-encode-buffer.
5614
5615 2009-09-04 Glenn Morris <rgm@gnu.org>
5616
5617 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5618 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5619 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5620 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5621 * mm-util.el (mm-with-unibyte-current-buffer)
5622 (mm-find-buffer-file-coding-system):
5623 * yenc.el (yenc-decode-region): Use default-value rather than
5624 default-enable-multibyte-characters.
5625
5626 2009-09-03 Glenn Morris <rgm@gnu.org>
5627
5628 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5629 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5630 than default-enable-multibyte-characters.
5631
5632 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5633
5634 * gnus-art.el (gnus-article-read-summary-keys):
5635 Fix gnus-buffer-configuration's value temporarily used.
5636
5637 2009-09-02 Glenn Morris <rgm@gnu.org>
5638
5639 * gnus-util.el (gnus-float-time): New function.
5640 * gnus-delay.el (gnus-delay-article):
5641 * gnus-sum.el (gnus-thread-latest-date):
5642 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5643 * nnspool.el (nnspool-request-newgroups):
5644 Use gnus-float-time rather than time-to-seconds.
5645 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5646
5647 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5648 (gnus-header-subject-face, gnus-header-newsgroups-face)
5649 (gnus-header-name-face, gnus-header-content-face):
5650 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5651 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5652 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5653 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5654 (gnus-cite-face-11):
5655 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5656 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5657 (gnus-server-closed-face, gnus-server-denied-face)
5658 (gnus-server-offline-face):
5659 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5660 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5661 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5662 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5663 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5664 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5665 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5666 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5667 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5668 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5669 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5670 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5671 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5672 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5673 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5674 (gnus-summary-high-undownloaded-face)
5675 (gnus-summary-low-undownloaded-face)
5676 (gnus-summary-normal-undownloaded-face)
5677 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5678 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5679 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5680 (gnus-splash-face):
5681 * message.el (message-header-to-face, message-header-cc-face)
5682 (message-header-subject-face, message-header-newsgroups-face)
5683 (message-header-other-face, message-header-name-face)
5684 (message-header-xheader-face, message-separator-face)
5685 (message-cited-text-face, message-mml-face):
5686 * sieve-mode.el (sieve-control-commands-face)
5687 (sieve-action-commands-face, sieve-test-commands-face)
5688 (sieve-tagged-arguments-face):
5689 * spam.el (spam-face):
5690 Mark face aliases with "-face" in the name as obsolete.
5691
5692 2009-09-01 Glenn Morris <rgm@gnu.org>
5693
5694 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5695 than goto-line.
5696
5697 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5698
5699 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5700 Don't move point if the command is invoked inside the message header.
5701
5702 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5703
5704 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5705 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5706 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5707 * nnir.el (nnir-swish-e-index-file):
5708 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5709 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5710 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5711 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5712 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5713 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5714
5715 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5716
5717 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5718 Don't save excursion.
5719
5720 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * nnheader.el (nnheader-find-file-noselect):
5723 * mm-util.el (mm-insert-file-contents):
5724 Use (default-value 'major-mode) instead of default-major-mode.
5725
5726 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5729
5730 2009-08-25 Glenn Morris <rgm@gnu.org>
5731
5732 * nnir.el (top-level): Don't require cl at run-time.
5733 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5734 Replace cl-function substitute with gnus-replace-in-string.
5735 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5736 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5737 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5738 simplified expansions.
5739
5740 2009-08-22 Glenn Morris <rgm@gnu.org>
5741
5742 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5743 goto-line.
5744
5745 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5748
5749 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5750 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5751 (gnus-mm-display-part, gnus-mime-display-single)
5752 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5753 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5754
5755 * gnus-sum.el
5756 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5757 (gnus-summary-move-article): Add expirable mark to articles copied or
5758 moved to group that has auto-expire turned on if the option is non-nil.
5759
5760 2009-07-24 Glenn Morris <rgm@gnu.org>
5761
5762 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5763 Fix typo. (Bug#3903)
5764
5765 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5766
5767 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5768 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5769 that should not be used for draft articles.
5770 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5771 that has no concern in minor mode keys.
5772 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5773 Abolish.
5774
5775 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5776
5777 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5778 article without making inquiry to a user for unknown encoding.
5779
5780 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5781 (nnmaildir--scan): Assume i-node and device number that file-attributes
5782 returns might be cons-cell.
5783
5784 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5785
5786 * auth-source.el: Remove docs now in auth.texi. Don't use
5787 `gnus-message' for logging. Add new variables `auth-source-debug' and
5788 `auth-source-hide-passwords' and use them.
5789
5790 2009-07-15 Glenn Morris <rgm@gnu.org>
5791
5792 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5793
5794 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5795
5796 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5797 excessive whitespace from the default values of title and description.
5798
5799 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5802 mail-fetch-field to fetch Content-Description header in order to
5803 exclude newlines.
5804
5805 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5806
5807 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5808 to deleted part.
5809
5810 2009-05-30 David Engster <dengste@eml.cc>
5811
5812 * nnmairix.el: Remove old documentation in the commentary block.
5813 (nnmairix-request-group): Do not update active file for nnml back ends.
5814 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5815 end so that overview files are ignored.
5816 (nnmairix-update-groups): Make updating the groups more robust by using
5817 marks.
5818 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5819 with dollar characters in message-id.
5820
5821 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5822
5823 * spam.el: Use dns-query instead of query-dns. Was renamed on
5824 2008-12-25 in dns.el.
5825
5826 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5827
5828 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5829 could happen if the text is only composed of spaces and/or tabs.
5830
5831 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5832
5833 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5834 when sending a queued message to avoid extra mml tags.
5835
5836 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5839
5840 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5841
5842 * gnus-dired.el: Remove autoload for gnus-setup-message.
5843 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5844 displaying Gnus logo; always use compose-mail.
5845
5846 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5847
5848 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5849
5850 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5851
5852 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5853 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5854 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5855 available.
5856 (gnus-nocem-epg-verify): New function.
5857
5858 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5859
5860 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5861
5862 2009-02-15 Glenn Morris <rgm@gnu.org>
5863
5864 * gnus-util.el (rmail-insert-rmail-file-header)
5865 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5866 autoloads.
5867 (rmail-default-rmail-file): Remove unnecessary declaration.
5868 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5869
5870 2009-02-14 Glenn Morris <rgm@gnu.org>
5871
5872 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5873 variable (only used in gnus-util, which declares it anyway).
5874 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5875 which was only needed by gnus-art (changed to not use it any more).
5876 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5877 only used in gnus-util, which autoloads it itself.
5878 (rmail-update-summary): Fix autoload.
5879
5880 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5881 rather than rmail-output-to-rmail-file.
5882
5883 2009-02-07 Glenn Morris <rgm@gnu.org>
5884
5885 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5886 autoload of function that no longer exists.
5887 (rmail-toggle-header): Declare.
5888 (message-forward-rmail-make-body): Handle mbox Rmail.
5889
5890 2009-01-31 Glenn Morris <rgm@gnu.org>
5891
5892 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5893 2009-01-09 change.
5894
5895 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5896
5897 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5898 (auth-source-forget-all-cached): New convenience function.
5899 (auth-source-user-or-password): Accept list of modes or a single mode.
5900
5901 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5902 auth-source modes.
5903
5904 * nnimap.el (nnimap-open-connection): Use list of
5905 auth-source modes.
5906
5907 * nntp.el (nntp-send-authinfo): Use list of
5908 auth-source modes.
5909
5910 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5911
5912 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5913 now.
5914
5915 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5918 coding system in XEmacs; add a workaround for XEmacs.
5919
5920 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5921
5922 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5923 of current-language-environment.
5924
5925 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5926
5927 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5928 available at runtime.
5929
5930 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5931
5932 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5933
5934 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5935
5936 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5937 the greatest positive fixnum value doesn't work under an XEmacs with
5938 bignum support; use the most-positive-fixnum constant instead,
5939 available since Emacs 21.1 with cl and XEmacs 21.1.
5940
5941 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5942
5943 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5944 XEmacs gets not to work.
5945
5946 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5947
5948 * mm-util.el (mm-coding-system-priorities): Allow the value like
5949 "Japanese (UTF-8)" of current-language-environment.
5950
5951 2009-01-09 Glenn Morris <rgm@gnu.org>
5952
5953 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5954 with last-command-event.
5955
5956 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5957
5958 * message.el (message-fix-before-sending): Amend comment.
5959
5960 2009-01-07 David Engster <dengste@eml.cc>
5961
5962 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5963 simplified server definitions by converting it via
5964 gnus-server-to-method.
5965
5966 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5967
5968 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5969 parameter's operands.
5970
5971 2009-01-06 David Engster <dengste@eml.cc>
5972
5973 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5974 primary select method (for gnus-group-mark-article-as-read).
5975
5976 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5977
5978 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5979 `(gnus)Face', not `(gnus)X-Face'.
5980
5981 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * mm-util.el (mm-ucs-to-char): New function.
5984
5985 * mm-url.el (mm-url-decode-entities): Use it.
5986
5987 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5988
5989 * message.el (message-fix-before-sending): Add `eight-bit' to
5990 illegible-text check.
5991
5992 2009-01-03 Michael Olson <mwolson@gnu.org>
5993
5994 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5995 `headers' is nil. This can occur if the IMAP server does not have
5996 permissions to read messages from a folder, but can write new messages
5997 to the folder.
5998 (nnimap-request-article-part): Do not insert `data' if it is nil.
5999
6000 2009-01-01 Dave Love <fx@gnu.org>
6001
6002 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6003
6004 * nnimap.el: Fix author email.
6005 (nnimap-split-rule): Add FIXME comment.
6006 (nnimap-debug): Fix doc string.
6007
6008 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6011 overlay-arrow-position and overlay-arrow-string buffer-local; no need
6012 to check if those variables exist (first appeared in Emacs 18.50).
6013
6014 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * mm-util.el (mm-line-number-at-pos): New function.
6017
6018 * spam-report.el (spam-report-process-queue): Use it.
6019
6020 2008-12-24 David Engster <dengste@eml.cc>
6021
6022 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6023 parameters that haven't existed as variables as buffer-local variables.
6024
6025 2008-12-23 Dave Love <fx@gnu.org>
6026
6027 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6028 cadar.
6029
6030 * sieve-manage.el (sieve-manage-starttls-p): Rename from
6031 imap-starttls-p.
6032 (sieve-manage-starttls-open): Rename from imap-starttls-open.
6033
6034 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
6035
6036 * spam-report.el (spam-report-gmane-max-requests): New constant.
6037 (spam-report-gmane-wait): New variable.
6038 (spam-report-gmane-ham, spam-report-gmane-spam)
6039 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6040 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6041 the server.
6042
6043 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6044 Add explanations.
6045
6046 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6047 nnheader-accept-process-output and nnheader-read-timeout if available.
6048 (pop3-movemail): Use it.
6049
6050 * message.el (message-check-news-body-syntax): Fix signature check if
6051 there's an attachment.
6052
6053 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * mm-util.el: Add comments to the mm- emulating functions.
6056
6057 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
6058
6059 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6060 Reported by Stephen Berman <stephen.berman@gmx.net>.
6061
6062 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
6063
6064 * mm-util.el (mm-substring-no-properties): New function.
6065 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6066 (mm-special-display-p): Enable those lambda forms to be byte compiled.
6067 (mm-string-to-multibyte): Doc fix.
6068
6069 * mml.el (mml-attach-file): Use mm-substring-no-properties.
6070
6071 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6072
6073 * mml.el (mml-attach-file): Strip text properties from file name.
6074 (Bug#1574)
6075
6076 2008-12-16 Glenn Morris <rgm@gnu.org>
6077
6078 * mm-util.el (mm-charset-override-alist): Declare for compiler.
6079
6080 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6081
6082 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6083 knows since the charset specified might be a bogus alias that
6084 mm-charset-synonym-alist provides.
6085
6086 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6087
6088 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6089 "ISO_8859-1".
6090
6091 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6092
6093 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * mm-util.el (mm-charset-eval-alist):
6096 Define it before mm-charset-to-coding-system.
6097 (mm-charset-to-coding-system): Add optional argument `silent';
6098 define it before mm-charset-override-alist.
6099 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6100 default value if it can be used in Emacs currently running;
6101 silence mm-charset-to-coding-system.
6102
6103 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
6104
6105 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6106 `allow-override' which says whether to use `mm-charset-override-alist'.
6107 (rfc2047-decode-encoded-words): Use it.
6108
6109 * mm-util.el (mm-charset-override-alist): Fix custom type;
6110 add `(gb2312 . gbk)' to choices.
6111
6112 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
6113
6114 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6115 fast.
6116
6117 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6118
6119 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
6120
6121 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6122 on links.
6123
6124 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6125
6126 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6127
6128 * message.el (message-idna-to-ascii-rhs-1): Protect against local
6129 users' addresses that don't have domain parts.
6130 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6131 rather than message-narrow-to-head since there will be the message
6132 header separator.
6133
6134 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6135
6136 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6137 since the result is inserted in a unibyte buffer anyway.
6138 (nnimap-demule-use-string-to-multibyte): Remove.
6139 (nnimap-demule): Alias it to mm-string-to-multibyte.
6140
6141 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6142
6143 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6144 variable for debugging bug#464 and bug#1174.
6145 (nnimap-demule): Use it.
6146
6147 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6148
6149 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6150 score calculation correctly.
6151
6152 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * message.el (message-send-mail): Just set the buffer to unibyte
6155 rather than use mm-with-unibyte-current-buffer which does a lot more.
6156 (message-send-mail-partially): Don't bother with
6157 mm-with-unibyte-current-buffer since it's already been made unibyte by
6158 message-send-mail.
6159
6160 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6161
6162 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6163
6164 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6165
6166 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6167
6168 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6169
6170 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6171 require itself and to remove `with-no-warnings'.
6172
6173 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6174
6175 * starttls.el (starttls-any-program-available): Get the name of the
6176 available TLS layer program.
6177 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6178 well as the host name in the "opening" message.
6179
6180 * auth-source.el (auth-source-cache, auth-source-do-cache)
6181 (auth-source-user-or-password): Cache passwords and logins by default,
6182 allow override with `auth-source-do-cache'.
6183 (auth-source-forget-user-or-password): Allow users to remove cache
6184 entries if needed.
6185
6186 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6187
6188 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6189 condition-case to only the forward-sexp call.
6190
6191 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6192
6193 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6194 quotes contained. Make it more robust regardless by an extra
6195 condition-case wrapper.
6196
6197 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6198
6199 * nnml.el (nnml-request-expire-articles): Check if the function set to
6200 `nnmail-expiry-target' returns the symbol `delete'.
6201
6202 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6203
6204 * nnmail.el (nnmail-expiry-target): Fix custom type.
6205
6206 2008-10-02 Glenn Morris <rgm@gnu.org>
6207
6208 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6209 Silence compiler warning.
6210
6211 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * mml.el (mml-menu): Don't assume mml2015 is bound.
6214
6215 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6218 exists.
6219
6220 2008-09-27 Glenn Morris <rgm@gnu.org>
6221
6222 * gnus-util.el (mail-header-remove-comments): Autoload it.
6223
6224 2008-09-27 Andreas Schwab <schwab@suse.de>
6225
6226 * gnus-util.el (gnus-split-references): Strip comments.
6227 (gnus-parent-id): Likewise.
6228
6229 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6230
6231 * message.el (message-confirm-send): Fix version.
6232
6233 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6234
6235 * message.el (message-idna-to-ascii-rhs-1): Use
6236 mail-extract-address-components rather than mail-header-parse-addresses
6237 that is an alias by default to ietf-drums-parse-addresses that does not
6238 support non-ASCII names in headers' contents.
6239
6240 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6241
6242 * message.el (message-confirm-send): Fix variable documentation to
6243 avoid the "y/n" wording.
6244
6245 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6246
6247 * message.el (message-set-auto-save-file-name): Save to a different
6248 filename so multiple messages (especially drafts) can be recovered.
6249
6250 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6251
6252 * message.el (message-confirm-send): Add appropriate version.
6253
6254 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6255
6256 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6257 defvar.
6258
6259 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6260
6261 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6262 (mm-pkcs7-enveloped-magic): Ditto.
6263
6264 2008-09-17 Simon Josefsson <simon@josefsson.org>
6265
6266 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6267 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6268
6269 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6270
6271 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6272 default, it's better.
6273
6274 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6275
6276 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6277 summary line gnus-number property and ignore them (with a warning
6278 message).
6279
6280 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6281
6282 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6283 macro caddr in the interactive form since it won't be expanded.
6284
6285 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6286
6287 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6288 `charset'; fix name of function called recursively.
6289 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6290
6291 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6292
6293 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6294 (gnus-mime-set-charset-parameters): New function.
6295 (gnus-mime-view-part-as-charset): Use it to correctly display part
6296 specifying wrong charset.
6297
6298 2008-09-08 David Engster <dengste@eml.cc>
6299
6300 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6301 in completing-read for back end server.
6302
6303 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6304
6305 * message.el (message-confirm-send): New variable to confirm sending a
6306 message.
6307 (message-send): Use it.
6308
6309 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6310
6311 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6312
6313 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6314
6315 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6316
6317 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6318
6319 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6320 prevent tracking too many groups.
6321 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6322 Use it.
6323
6324 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6325
6326 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6327 moving point to the bottom of the window in order to avoid recentering.
6328
6329 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6330
6331 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6332 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6333 (gnus-article-beginning-of-window): Fix calculation.
6334
6335 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6336
6337 * gnus-msg.el (gnus-summary-supersede-article)
6338 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6339 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6340 message header.
6341
6342 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6343
6344 * message.el:
6345 * gnus-start.el:
6346 * gnus-registry.el: Remove VMS support.
6347
6348 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6349
6350 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6351 macro.
6352 (rfc2104-hash): Use it.
6353
6354 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6355
6356 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6357 (gnus-summary-sort-by-most-recent-date): New commands.
6358 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6359 and menu entries.
6360
6361 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6362
6363 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6364 don't redisplay article for raw contents; remove plural articles stuff.
6365
6366 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6367 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6368 on gnus-summary-save-article; display results properly.
6369
6370 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6371
6372 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6373
6374 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * gnus-art.el (gnus-summary-save-in-pipe):
6377 Consider gnus-save-all-headers.
6378
6379 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6380
6381 * gnus-util.el (ns-focus-frame): Remove declaration.
6382 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6383 like x.
6384
6385 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6386
6387 * rfc2104.el (rfc2104-zero): Delete defconst.
6388 (rfc2104-hex-alist): Likewise.
6389 (rfc2104-hex-to-int): Delete func.
6390 (rfc2104-hexstring-to-bitstring): Likewise.
6391 (rfc2104-nybbles): New defconst.
6392 (rfc2104-hash): Rewrite for speed.
6393
6394 2008-07-16 Glenn Morris <rgm@gnu.org>
6395
6396 * gnus-util.el (ns-focus-frame): Declare for compiler.
6397
6398 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6399
6400 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6401 set as a group parameter.
6402 (gnus-summary-save-in-pipe): Work when it is called independently.
6403 (gnus-summary-pipe-to-muttprint): Don't modify
6404 gnus-summary-pipe-output-default-command.
6405
6406 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * message.el (message-send-mail-with-sendmail):
6409 Display the error message.
6410
6411 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6412
6413 * gnus-art.el (gnus-default-article-saver):
6414 Add gnus-summary-save-in-pipe to choices.
6415 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6416 gnus-summary-pipe-output-default-command as the default command.
6417 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6418 instead of gnus-last-shell-command.
6419
6420 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6421 New user option.
6422 (gnus-summary-muttprint-program): Mention the value will be changed.
6423 (gnus-summary-save-article): Force showing of all headers.
6424 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6425
6426 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6427
6428 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6429
6430 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6431
6432 * nnimap.el (nnimap-id):
6433 * sieve-manage.el (sieve-manage-open): Doc fixes.
6434
6435 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6436
6437 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6438 if available.
6439
6440 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6443
6444 * nnkiboze.el (nnkiboze-generate-group):
6445 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6446
6447 * nnmairix.el: Require CL.
6448
6449 2008-06-15 David Engster <dengste@eml.cc>
6450
6451 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6452
6453 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6454
6455 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6456 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6457 runtime choice under XEmacs.
6458
6459 * gnus-sum.el (gnus-summary-set-display-table):
6460 Use `gnus-put-display-table', `gnus-get-display-table',
6461 `gnus-set-display-table' for the display table, instead of `aset'.
6462
6463 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6464
6465 * nnmairix.el: Add autoloads.
6466
6467 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6468
6469 * nnmairix.el (nnmairix-delete-recreate-group)
6470 (nnmairix-update-and-clear-marks): Fix error messages.
6471
6472 2008-06-14 David Engster <dengste@eml.cc>
6473
6474 * nnmairix.el: Upgrade to version 0.6.
6475 (nnmairix-group-toggle-propmarks-this-group)
6476 (nnmairix-group-toggle-readmarks-this-group)
6477 (nnmairix-group-delete-recreate-this-group)
6478 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6479 (nnmairix-remove-tick-mark-original-article): New commands.
6480 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6481 (nnmairix-propagate-marks-to-nnmairix-groups)
6482 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6483 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6484 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6485 functions needed for marks propagation and manipulation of read marks.
6486 (nnmairix-update-groups): New function.
6487 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6488 (nnmairix-determine-original-group-from-registry)
6489 (nnmairix-determine-original-group-from-path)
6490 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6491 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6492 New helper functions.
6493 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6494 keystrokes for new commands.
6495 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6496 (nnmairix-request-group): Check allow-fast group parameter.
6497 (nnmairix-request-create-group): Set allow-fast group parameter if
6498 nnmairix-allowfast-default is set.
6499 (nnmairix-close-group): Propagate marks upon closing if needed.
6500 (nnmairix-group-toggle-threads-this-group): Use new.
6501 nnmairix-group-toggle-parameter helper function.
6502 (nnmairix-search): Better check for empty search result.
6503 (nnmairix-goto-original-article): Use new helper functions for
6504 determining original article.
6505 (nnmairix-show-original-article): Make sure message-id is in brackets.
6506 (nnmairix-call-mairix-binary): Change variable name.
6507 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6508 helper function.
6509 (nnmairix-widget-toggle-activate): Fix doc string.
6510
6511 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6512
6513 * nnir.el: Require edmacro when compiling with XEmacs.
6514 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6515 available in Emacs 21.
6516
6517 2008-06-11 Glenn Morris <rgm@gnu.org>
6518
6519 * gnus-util.el (x-focus-frame):
6520 * gnus.el (image-size):
6521 * mm-decode.el (image-size): Declare.
6522
6523 * gnus-picon.el (declare-function): Add compat definition.
6524 (image-size): Declare.
6525
6526 * gnus-group.el (tool-bar-map):
6527 * gnus-sum.el (tool-bar-map): Define for compiler.
6528
6529 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6530
6531 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6532
6533 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6534 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6535 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6536 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6537 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6538 * sieve-manage.el, spam-report.el, spam.el:
6539 Remove unnecessary eval-and-compile of autoloads.
6540
6541 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6542
6543 * auth-source.el: Precise Tramp doc.
6544
6545 2008-06-07 Glenn Morris <rgm@gnu.org>
6546
6547 * nnmairix.el: Remove unnecessary eval-when-compile.
6548
6549 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6550
6551 * nnir.el: New file.
6552
6553 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * gnus-util.el (gnus-read-shell-command): New function.
6556 * mm-decode.el (mm-pipe-part):
6557 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6558
6559 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6560
6561 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6562
6563 2008-06-03 Glenn Morris <rgm@gnu.org>
6564
6565 * pop3.el (nnheader-accept-process-output): Autoload it.
6566
6567 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6568
6569 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6570 are not 2-digit hexadecimal characters that follow `%'s.
6571
6572 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6573
6574 * message.el (message-bogus-recipient-p): Fix type in doc string.
6575 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6576 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6577 Improve custom options.
6578 (message-bogus-recipient-p): Adjust accordingly.
6579
6580 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6581
6582 * nnmairix.el: Require edmacro when compiling with XEmacs.
6583
6584 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6587 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6588
6589 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6590
6591 * auth-source.el: Add more docs.
6592
6593 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6594
6595 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6596 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6597 retrieval faster in some cases, but might make CPU usage larger.
6598 If this has any bad side effects, we might revert this change.
6599
6600 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6601 seems to make mail retrieval much, much faster.
6602 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6603 unconditionally.
6604
6605 * gnus-draft.el (gnus-group-send-queue):
6606 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6607
6608 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6609
6610 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6611
6612 * message.el (message-bogus-address-regexp): Fix and improve custom
6613 type.
6614 (message-setup-hook): Add message-check-recipients as custom option.
6615
6616 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6617
6618 * message.el (message-cite-function): Remove bogus autoload which crept
6619 in during merge from v5-10.
6620
6621 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6622
6623 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6624
6625 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6626
6627 * auth-source.el: Preliminary Tramp docs.
6628 (auth-sources): Change the default auth-sources to use
6629 EPA .gpg files.
6630
6631 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6632
6633 * nntp.el: Autoload `auth-source-user-or-password'.
6634 (nntp-send-authinfo): Use it.
6635
6636 * nnimap.el: Autoload `auth-source-user-or-password'.
6637 (nnimap-open-connection): Use it.
6638
6639 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6640 for the gnus-message function.
6641 (auth-source-user-or-password): Use it.
6642
6643 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6646 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6647 (rfc2104-hash): Use it.
6648
6649 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * gnus-art.el (gnus-article-toggle-truncate-lines):
6652 Don't use `iff' in docstring.
6653
6654 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6655
6656 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6657
6658 * gnus-util.el (gnus-extract-address-component-name)
6659 (gnus-extract-address-component-email): Convenience functions around
6660 `gnus-extract-address-components'.
6661
6662 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6663 Use `gnus-extract-address-component-email' to fix bug of comparing full
6664 sender name to `user-mail-address'.
6665
6666 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6667
6668 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6669 catch/throw to optimize.
6670 (gnus-registry-find-keywords): Just use member to find a keyword.
6671
6672 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6675 is current before calling gnus-server-prepare.
6676 (gnus-server-setup-buffer, gnus-server-update-server)
6677 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6678
6679 2008-05-04 Juri Linkov <juri@jurta.org>
6680
6681 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6682 (mailcap-file-default-commands): Use mailcap-replace-in-string
6683 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6684 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6685
6686 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6687
6688 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6689
6690 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6693 hooks.
6694 (gnus-update-read-articles): Speed up non-marks-using users.
6695 (gnus-use-marks): Define gnus-use-marks.
6696 (gnus-propagate-marks): Rename variable to something more sensible.
6697
6698 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6699
6700 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6701 (gmm-image-load-path-for-library): Fix typos in docstrings.
6702 (gmm-message): Reflow docstring.
6703
6704 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6705
6706 * mail-source.el (mail-source-set-1, mail-source-bind):
6707 Move auth-source code out of the macro to clean it up and fix bugs.
6708
6709 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6710
6711 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6712 by sender if it's equal to user-mail-address, it's likely to be
6713 useless.
6714
6715 * mail-source.el (mail-source-bind): Don't use user or password if they
6716 are not bound. Unintern them if they are nil. Don't use server unless
6717 it's bound, and default it to empty string otherwise.
6718
6719 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6720
6721 * mail-source.el: Load auth-source.el.
6722 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6723 get user name or password, if auth-sources is set up.
6724
6725 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6726 strategy of splitting with parent.
6727 (gnus-registry-split-fancy-with-parent)
6728 (gnus-registry-post-process-groups): Use it and fix prior
6729 bug (returning a list as the split result).
6730
6731 * auth-source.el (auth-sources): Remove server parameter.
6732 (auth-source-pick, auth-source-user-or-password)
6733 (auth-source-user-or-password-imap)
6734 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6735 (auth-source-user-or-password-sftp)
6736 (auth-source-user-or-password-smtp): Remove server parameter.
6737
6738 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * smime.el (smime-sign-region, smime-encrypt-region)
6741 (smime-decrypt-region):
6742 Remove redundant calls to `generate-new-buffer-name'.
6743
6744 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6745
6746 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6747 Don't use QP for message/rfc822.
6748 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6749
6750 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * sieve-manage.el (sieve-string-bytes): Remove.
6753 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6754 correct byte-length only if the process's coding-system is the same as
6755 the one used internally by Emacs to represent strings.
6756
6757 2008-04-22 Juri Linkov <juri@jurta.org>
6758
6759 * mailcap.el (mailcap-file-default-commands): New function.
6760
6761 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6762
6763 * message.el (message-signature-separator, message-cite-function):
6764 Change custom version.
6765
6766 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6767
6768 * mm-decode.el (mm-display-external): Make temp file read-only.
6769
6770 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6771
6772 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6773 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6774 `C-c C-f d'.
6775
6776 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6777
6778 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6779
6780 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6781
6782 * auth-source.el: Add docs.
6783 (auth-sources): Modify format to support server.
6784 (auth-source-pick, auth-source-user-or-password)
6785 (auth-source-user-or-password-imap)
6786 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6787 (auth-source-user-or-password-sftp)
6788 (auth-source-user-or-password-smtp): Add server parameter.
6789
6790 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6791
6792 * gnus-registry.el: Initialize the registry when gnus-registry-install
6793 is t.
6794
6795 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * compface.el (uncompface): Make buffer unibyte.
6798
6799 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6800
6801 * mail-source.el (mail-source-value):
6802 Prefer fboundp to functionp so it works with macros as well.
6803
6804 2008-04-05 Glenn Morris <rgm@gnu.org>
6805
6806 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6807
6808 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6811 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6812
6813 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6814 multibyteness after rather than before erasing it.
6815
6816 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6817 mm-with-multibyte.
6818 (gnus-request-article-this-buffer): Make sure the proper decoding is
6819 used if gnus-original-article-buffer happens to be unibyte.
6820
6821 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6822 default-enable-multibyte-characters.
6823
6824 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6825 default-enable-multibyte-characters.
6826
6827 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6828
6829 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6830
6831 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6834 Fix last change in case the element is not even a symbol.
6835
6836 2008-04-02 Simon Josefsson <simon@josefsson.org>
6837
6838 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6839 imap-enable-exchange-bug-workaround.
6840 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6841
6842 2008-04-01 Simon Josefsson <simon@josefsson.org>
6843
6844 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6845 a 100 byte status-checks into a 2-3MB transfer for each group.
6846 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6847 to enable bug workaround or not.
6848 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6849
6850 2008-03-31 Glenn Morris <rgm@gnu.org>
6851
6852 * message.el (mml2015-use): Declare for compiler.
6853 (message-info): Require mml2015 when appropriate.
6854
6855 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6856
6857 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6858 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6859 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6860 (nntp-service-to-port): New function.
6861 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6862 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6863 (nntp-open-netcat-stream): New function.
6864 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6865
6866 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6867
6868 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6869
6870 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6871
6872 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6873
6874 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6875
6876 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6877
6878 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6879
6880 * message.el (message-signature-separator): Change default.
6881 Improve custom type.
6882 (message-cite-function): Change default to
6883 message-cite-original-without-signature.
6884
6885 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6886 toggle.
6887
6888 * message.el (message-check-news-body-syntax): Fix signature check.
6889 (message-setup-1): Mark buffer as unmodified _after_ running
6890 message-setup-hook and handling message-alternative-emails.
6891 (message-shorten-references): Be more strict when building list of
6892 valid references to comply with GNKSA.
6893
6894 * gnus-group.el (gnus-read-ephemeral-bug-group)
6895 (gnus-read-ephemeral-debian-bug-group)
6896 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6897
6898 * message.el (message-info): Don't use booleanp which isn't supported
6899 in Emacs 21 and XEmacs.
6900
6901 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6902
6903 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6904 gnus-group-gmane-group-download-format.
6905 (gnus-group-read-ephemeral-gmane-group): Rename from
6906 gnus-group-read-ephemeral-gmane-group.
6907 (gnus-read-ephemeral-gmane-group-url): Rename from
6908 gnus-group-read-ephemeral-gmane-group-url.
6909 (gnus-bug-group-download-format-alist): New variable.
6910 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6911 (gnus-read-ephemeral-emacs-bug-group): New commands.
6912
6913 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6914
6915 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6916 (gnus-visible-headers): Improve custom type.
6917
6918 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6919
6920 * mml.el (mml-menu): Add workarounds for XEmacs.
6921
6922 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6923 X-Boundary header.
6924
6925 * message.el (message-simplify-recipients): Fix previous commit.
6926
6927 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * mm-util.el (mm-set-buffer-multibyte): New function.
6930 * mm-decode.el (mm-copy-to-buffer): Use it.
6931
6932 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6933 Prefer fboundp to functionp so it works with macros as well.
6934
6935 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6936
6937 * message.el (message-alter-recipients-discard-bogus-full-name):
6938 New function.
6939 (message-alter-recipients-function): New variable.
6940 (message-get-reply-headers): Use it.
6941 (message-replace-header): New helper function.
6942 (message-recipients-without-full-name): New variable.
6943 (message-simplify-recipients): New command.
6944
6945 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6946
6947 * message.el (message-info): Handle EasyPG manual.
6948
6949 * mml.el (mml-menu): Add entry for EasyPG.
6950
6951 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6952
6953 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6954 parameter.
6955
6956 * message.el (message-disassociate-draft): Specify drafts group name
6957 fully.
6958
6959 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6960
6961 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6962 Eliminate unnecessary duplicates from the match list.
6963
6964 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6965
6966 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6967 args of `how-many' of which the XEmacs version doesn't take; declare
6968 Info-index-next as function.
6969
6970 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * gnus-score.el (gnus-score-headers): Fix handling of
6973 gnus-inhibit-slow-scoring.
6974
6975 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6976 string.
6977 (gnus-button-url-regexp): Improve handling of parenthesis.
6978 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6979 (gnus-button-handle-info-keystrokes): Handle index entries.
6980
6981 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6984 Incoming* files.
6985
6986 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6987
6988 * auth-source.el (auth-sources): Rename from auth-source-choices.
6989 (auth-source-pick): Use it.
6990
6991 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6992
6993 * auth-source.el (auth-source-protocols)
6994 (auth-source-protocols-customize, auth-source-choices): Add and
6995 modified variable customizations and defaults.
6996 (auth-source-pick, auth-source-user-or-password)
6997 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6998 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6999 (auth-source-user-or-password-sftp)
7000 (auth-source-user-or-password-smtp): Use new variables and provide an
7001 interface to netrc.el.
7002
7003 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7006 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7007 Make sure the nntp port to specify is a string.
7008
7009 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * nntp.el: Use with-current-buffer.
7012 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7013 dubious mm-with-unibyte-current-buffer.
7014 (nntp-with-open-group-function): New function extracted from
7015 nntp-with-open-group macro.
7016 (nntp-with-open-group): Use the function, so it's easier to debug.
7017 Add indentation and debugging info.
7018 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7019 Recommend the use of the netcat alternatives.
7020
7021 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7022 Avoid mm-string-as-multibyte as well.
7023
7024 * nnweb.el (nnweb-insert-html):
7025 Remove use of nnheader-string-as-multibyte.
7026
7027 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7028 (nnheader-string-as-multibyte): Remove.
7029
7030 * mm-view.el: Use inhibit-read-only.
7031 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7032 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7033 or unibyte-string.
7034
7035 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7036 (mm-uu-yenc-extract): Use with-current-buffer.
7037
7038 * gnus-soup.el (gnus-soup-send-packet): Don't use
7039 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7040
7041 * nnmh.el: Use with-current-buffer.
7042 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7043 mm-string-as-multibyte on the output of mm-encode-coding-string.
7044
7045 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7046 (nnimap-request-move-article): Use with-current-buffer.
7047
7048 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7049 inserting the handle-buffer's text, so the implicit multibyte->unibyte
7050 conversion uses string-make-unibyte rather than string-as-unibyte.
7051
7052 * gnus-msg.el: Use with-current-buffer.
7053
7054 * message.el (message-ignored-resent-headers): Add "Delivered-To".
7055
7056 2008-03-10 Daiki Ueno <ueno@unixuser.org>
7057
7058 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7059 string for caching if it is 'PIN.
7060
7061 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7062
7063 * mail-source.el (mail-source-delete-old-incoming-confirm):
7064 Change default to nil.
7065 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7066
7067 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
7068
7069 * gnus-art.el (gnus-narrow-to-page): Position point properly.
7070 (gnus-article-goto-prev-page): Work for articles having ^L's.
7071
7072 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7073
7074 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7075
7076 2008-03-07 Karl Fogel <kfogel@red-bean.com>
7077
7078 * gnus-bookmark.el: Adjust for renames in bookmark.el.
7079 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7080 (gnus-bookmark-jump): Adjust some variable names.
7081
7082 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
7083
7084 * auth-source.el: New package.
7085 (auth-source-choices): Add customization entry point variable.
7086
7087 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7088 bug.
7089
7090 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
7091
7092 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7093 (gnus-registry-initialize, gnus-registry-install-p): Use it.
7094 (gnus-registry-install-shortcuts): Rename from
7095 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
7096 the `gnus-registry-mark-map' keymap dynamically from
7097 `gnus-registry-marks'. The generated functions update the summary line
7098 when a registry mark is added or deleted, and will call
7099 `gnus-registry-install-p' (see the comments in the code).
7100 (gnus-registry-user-format-function-M): Use concat intelligently.
7101
7102 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7103 the registry mark functions.
7104
7105 2008-03-05 Glenn Morris <rgm@gnu.org>
7106
7107 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7108 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7109 gnus-art.
7110 (top-level): No need to load own source when compiling.
7111
7112 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7113
7114 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7115 Suggested by <chris.anderton@zetnet.co.uk>.
7116
7117 2008-03-04 Glenn Morris <rgm@gnu.org>
7118
7119 * gnus-sum.el (top-level): No need to require gnus when compiling,
7120 since unconditionally required near start of file.
7121 (gnus-summary-display-while-building): Move definition before use.
7122
7123 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
7124
7125 * gnus-registry.el (gnus-registry-user-format-function-M):
7126 Add formatting function.
7127
7128 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7129
7130 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7131 with plists.
7132 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7133 Use new format.
7134
7135 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7136
7137 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7138 `where-is-internal' that returns a range of key sequences.
7139
7140 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7143
7144 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7145 (gnus-summary-jump-to-group): Consider windows on other displayed
7146 frames as well. Similar changes might be needed elsewhere, but that's
7147 the one I've bumped into during my use.
7148
7149 * nndoc.el (nndoc-oe-dbx-type-p):
7150 * gnus-msg.el (gnus-debug):
7151 * gnus-group.el (gnus-update-group-mark-positions):
7152 Use mm-string-to-multibyte.
7153
7154 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7155
7156 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7157 doesn't handle NotDashEscaped.
7158
7159 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7160 (mml-dnd-attach-options): Fix typo in custom choice.
7161
7162 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7163 Change nndoc-article-type to mbox.
7164 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7165
7166 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7167 to nil, instead of html2text.
7168
7169 * imap.el (imap-debug): Add `imap-ping-server'.
7170
7171 * gnus-bookmark.el: Add FIXMEs.
7172
7173 * message.el (message-form-letter-separator)
7174 (message-send-form-letter-delay): New variables.
7175 (message-send-form-letter): Use them. New command to send form
7176 letters. Requested by Uwe Siart.
7177 (message-send-mail-function): Doc fix. Add "Other" custom option.
7178
7179 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7180
7181 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7182 empty author.
7183
7184 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7185
7186 * gnus-registry.el (gnus-registry-marks): Add variable for
7187 customization of marks and their appearance.
7188 (gnus-registry-read-mark): Use it.
7189 (gnus-registry-do-marks): Add utility function to loop through
7190 `gnus-registry-marks'.
7191 (gnus-registry-install-shortcuts-and-menus): Add function to install
7192 shortcuts and menus.
7193 (gnus-registry-initialize): Use it.
7194 (gnus-registry-default-mark): Clarify documentation.
7195
7196 2008-02-29 Glenn Morris <rgm@gnu.org>
7197
7198 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7199 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7200 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7201 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7202 Change defcustom :version from 23.0 to 23.1.
7203
7204 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7205
7206 * gnus-registry.el (gnus-registry-follow-group-p)
7207 (gnus-registry-post-process-groups): Add functions to aid registry
7208 splitting and improve logging. Clarify behavior in function
7209 documentation.
7210 (gnus-registry-split-fancy-with-parent): Use them.
7211
7212 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * gnus-art.el: Use with-current-buffer.
7215
7216 2008-02-27 David Engster <dengste@eml.cc>
7217
7218 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7219 Express real group name in the response.
7220
7221 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7222
7223 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7224 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7225 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7226 autoload gnus-registry-fetch-group when compiling.
7227 (nnmairix-request-group-with-article-number-correction):
7228 Remove unreferenced argument passed to nnmairix-call-backend.
7229
7230 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7231
7232 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7233 (mm-uu-extract): Improve face for low color ttys.
7234 Reported by Sascha Wilde.
7235
7236 2008-02-27 Glenn Morris <rgm@gnu.org>
7237
7238 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7239 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7240 variables to defconsts. Convert comments to doc-strings.
7241 (nnmairix-last-server, nnmairix-current-server): Convert from free
7242 variables to defvars. Convert comments to doc-strings.
7243 (gnus-registry-fetch-group): Autoload.
7244 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7245 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7246 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7247 caddr.
7248 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7249 nnmairix-request-group-with-article-number-correction call.
7250 (nnmairix-fast, nnmairix-group): New, less general names, for free
7251 variables passed from nnmairix-request-group to
7252 nnmairix-request-group-with-article-number-correction. Declare.
7253 (nnmairix-request-group-with-article-number-correction):
7254 Use nnmairix-fast, nnmairix-group rather than fast, group.
7255
7256 2008-02-26 David Engster <dengste@eml.cc>
7257
7258 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7259 version 0.5.
7260
7261 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7262
7263 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7264 instead of making an extra function call. Don't add the current group
7265 to articles only when they have the group. Use
7266 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7267 Reported by David <de_bb@arcor.de>.
7268
7269 2008-02-24 Miles Bader <miles@gnu.org>
7270
7271 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7272 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7273 (mm-find-mime-charset-region):
7274 * mm-bodies.el (mm-encode-body):
7275 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7276
7277 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7278
7279 * mail-source.el (mail-source-delete-incoming): Change default.
7280 Supplement doc string.
7281
7282 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7283
7284 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7285
7286 * nnmail.el (nnmail-message-id-cache-file): Derive from
7287 `gnus-home-directory'.
7288
7289 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7290
7291 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7292 Document negative prefix.
7293
7294 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7295
7296 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7297
7298 * message.el (message-unsent-separator): Add the Exim bounce
7299 separator.
7300
7301 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7302
7303 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7304 list.
7305 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7306 recipient/signer list.
7307
7308 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7309
7310 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7311 fbound (Emacs 23 unicode), signal an error.
7312
7313 2008-02-08 Glenn Morris <rgm@gnu.org>
7314
7315 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7316
7317 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7318
7319 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7320 ports to the calls to `netrc-machine-user-or-password' in addition to
7321 "imap" and "imaps".
7322
7323 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7324
7325 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7326 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7327 <hanche@math.ntnu.no>.
7328
7329 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7332
7333 2008-02-01 Zhang Wei <id.brep@gmail.com>
7334
7335 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7336
7337 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7338
7339 2008-02-01 Miles Bader <miles@gnu.org>
7340
7341 * mml.el (mml-parse-1): Remove apparently vestigial use of
7342 `mm-hack-charsets'.
7343 * mm-bodies.el (mm-encode-body): Likewise.
7344
7345 2008-02-01 Kenichi Handa <handa@m17n.org>
7346
7347 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7348 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7349 (rfc2104-hash): Convert the result of concat to unibyte string.
7350
7351 2008-02-01 Dave Love <fx@gnu.org>
7352
7353 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7354 coding-system-for-read.
7355 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7356
7357 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7358 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7359 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7360
7361 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7362
7363 * mail-source.el (mail-sources): Add `group' choice.
7364
7365 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7366 parameter `in-group' to control into which group the articles go.
7367 Add treatment of `group' mail-source.
7368
7369 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7370
7371 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7372 * message.el (message-beginning-of-line): Use featurep instead of bound
7373 tests in order to resolve conditionals at compile time.
7374
7375 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7376
7377 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7378
7379 * mm-decode.el (mm-dissect-buffer): Decode description.
7380
7381 * mml.el (mml-to-mime): Encode message header first.
7382
7383 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7384
7385 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7386 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7387
7388 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7389
7390 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7391
7392 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7395 prefix keys.
7396 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7397 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7398 gnus-xmas.el.
7399
7400 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7401
7402 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7403 Add new variables for article mark management.
7404 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7405 list of extra data entries which, when present, will indicate that the
7406 article ID should not be trimmed from the registry.
7407 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7408 functions.
7409 (gnus-registry-read-mark): New function to read a mark name from the
7410 user.
7411 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7412 (gnus-registry-set-article-mark-internal): New functions to add and
7413 remove marks.
7414 (gnus-registry-get-article-marks): New function to show the marks for
7415 an article, or retrieve them for further use.
7416
7417 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7418
7419 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7420 keys when no argument is given.
7421
7422 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7423
7424 * gnus-sum.el (gnus-article-sort-by-random)
7425 (gnus-thread-sort-by-random): Fix doc strings.
7426 Reported by jidanni@jidanni.org.
7427
7428 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * gnus-art.el (gnus-article-describe-bindings): New function.
7431 (gnus-article-read-summary-keys): Use it.
7432 (gnus-article-mode-map): Bind `C-h b' to it.
7433
7434 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7435
7436 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7437 XEmacs.
7438 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7439 Protect against non-character events.
7440
7441 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7442
7443 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7444 New command.
7445 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7446 instead of END. Change name of the temp file.
7447 (gnus-group-gmane-group-download-format): Add doc string. Make it
7448 customizable.
7449
7450 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7451
7452 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7453 bind `S W' to gnus-article-wide-reply-with-original; set default
7454 binding to gnus-article-read-summary-send-keys.
7455 (gnus-article-read-summary-keys): Fix the order of keys; display
7456 continuation keys correctly in the echo area; describe bindings
7457 correctly when keys end with `C-h'.
7458 (gnus-article-read-summary-send-keys): New function.
7459 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7460 Work for gnus-article-read-summary-send-keys; display continuation keys
7461 correctly in the echo area.
7462 (gnus-article-reply-with-original): Ignore prefix argument.
7463 (gnus-article-wide-reply-with-original): New function.
7464
7465 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7466
7467 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7468 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7469
7470 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7471
7472 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7473 (gnus-group-read-ephemeral-gmane-group): New command.
7474
7475 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7476
7477 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7478
7479 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7480
7481 * message.el (message-send-mail-function): Increase custom version.
7482
7483 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7484 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7485
7486 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7487
7488 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7489 html parts correctly; support forwarded messages.
7490 (gnus-article-browse-html-article): Remove work buffers.
7491
7492 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7493 compiling.
7494 (netrc-bound-and-true-p): New macro.
7495 (netrc-parse): Use it instead of bound-and-true-p that is not available
7496 in XEmacs 21.4.
7497
7498 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7499
7500 * gnus-registry.el (gnus-registry-mark-article)
7501 (gnus-registry-article-marks): Add functionality to mark articles
7502 through the Gnus registry.
7503
7504 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7505 (netrc-parse): Use encrypt-file-alist to determine if
7506 encrypt-find-model or encrypt-insert-file-contents should be used.
7507
7508 2007-12-19 Glenn Morris <rgm@gnu.org>
7509
7510 * mml.el (message-options-set, message-narrow-to-head)
7511 (message-in-body-p, message-mail-p, message-encode-message-body):
7512 Autoload.
7513 (message-remove-header, message-narrow-to-headers-or-head)
7514 (message-subscribed-p, message-make-mail-followup-to)
7515 (message-position-on-field, message-news-p)
7516 (message-options-set-recipient, message-generate-headers)
7517 (message-sort-headers): Declare as functions.
7518
7519 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7520
7521 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7522 convention in doc string.
7523
7524 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7525
7526 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7527 title to html parts.
7528 (gnus-article-browse-html-article): Pass message header to it.
7529
7530 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7531
7532 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7533
7534 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7535 or password compatible with XEmacs.
7536
7537 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7538
7539 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7540 format document.
7541 (gnus-mime-delete-part): Don't write description line if empty.
7542 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7543
7544 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7545
7546 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7547 (gnus-summary-mark-read-and-unread-as-read)
7548 (gnus-summary-mark-current-read-and-unread-as-read)
7549 (gnus-summary-mark-unread-as-ticked): Doc fix.
7550 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7551
7552 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7553
7554 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7555 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7556
7557 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7558
7559 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7560 yes-or-no-p.
7561
7562 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * mm-decode.el (mm-add-meta-html-tag): New function.
7565 (mm-save-part-to-file, mm-pipe-part): Use it.
7566
7567 * gnus-art.el (gnus-article-browse-delete-temp-files):
7568 Use gnus-y-or-n-p instead of y-or-n-p.
7569 (gnus-article-browse-html-parts): Work with message/external-body; use
7570 mm-add-meta-html-tag.
7571
7572 2007-12-11 Glenn Morris <rgm@gnu.org>
7573
7574 * gnus-cache.el: Require gnus-sum not just when compiling.
7575
7576 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7577
7578 * gnus-int.el (gnus-server-opened, gnus-status-message):
7579 Move definitions before use.
7580
7581 * mm-decode.el: Require gnus-util.
7582 (mm-remove-part): Only call delete-annotation on XEmacs.
7583
7584 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7585
7586 * nnmail.el: Require gnus-int.
7587
7588 * spam.el: Move `require's before `eval-when-compile's.
7589
7590 * gnus-ems.el (gnus-alive-p):
7591 * gnus-fun.el (message-goto-eoh):
7592 * gnus-util.el (gnus-group-name-decode):
7593 * mail-source.el (gnus-compress-sequence):
7594 * message.el (Info-goto-node, format-spec):
7595 * mm-bodies.el (message-options-get):
7596 * mm-decode.el (mm-view-pkcs7):
7597 * mm-util.el (gmm-write-region):
7598 * mml-smime.el (mml-compute-boundary)
7599 (gnus-completing-read-with-default):
7600 * mml.el (widget-button-press, gnus-make-hashtable):
7601 * mml1991.el (mm-decode-content-transfer-encoding)
7602 (mm-encode-content-transfer-encoding)
7603 (message-options-get, message-options-set):
7604 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7605 * nnfolder.el (gnus-request-group):
7606 * nnheader.el (ietf-drums-unfold-fws):
7607 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7608 * smime.el (gnus-run-mode-hooks):
7609 * spam-stat.el (gnus-message): Autoload.
7610
7611 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7612 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7613 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7614 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7615 Add declare-function compatibility definition.
7616
7617 * gnus-cache.el (nnvirtual-find-group-art):
7618 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7619 (gnus-add-image, gnus-add-wash-type):
7620 * gnus-group.el (nnkiboze-score-file):
7621 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7622 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7623 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7624 (message-tokenize-header, gnus-get-buffer-create)
7625 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7626 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7627 * gnus.el (gnus-group-decoded-name):
7628 * mail-source.el (imap-capability):
7629 * mm-bodies.el (message-options-set):
7630 * mm-decode.el (gnus-configure-windows):
7631 * mm-extern.el (message-goto-body):
7632 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7633 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7634 (epg-sub-key-validity, message-options-set):
7635 * mml.el (widget-event-point, gnus-configure-windows):
7636 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7637 * mml2015.el (epg-check-configuration, epg-configuration)
7638 (message-options-set):
7639 * nndb.el (nndb-request-article):
7640 * nnfolder.el (gnus-request-create-group):
7641 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7642 * nnmaildir.el (gnus-group-mark-article-read):
7643 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7644 * rfc1843.el (message-fetch-field):
7645 * spam.el (gnus-extract-address-components):
7646 Declare as functions.
7647
7648 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7649
7650 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7651
7652 2007-12-09 Glenn Morris <rgm@gnu.org>
7653
7654 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7655
7656 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7657 * message.el, mm-view.el, sieve-manage.el, smime.el:
7658 Add declare-function compatibility definition.
7659
7660 * gnus-art.el (w3-region, w3m-region, Info-menu):
7661 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7662 * gnus-sum.el (gnus-get-predicate):
7663 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7664 * message.el (mail-abbrev-in-expansion-header-p):
7665 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7666 (w3m-detect-meta-charset, w3m-region):
7667 * sieve-manage.el (password-read, password-cache-add)
7668 (password-cache-remove):
7669 * smime.el (password-read-and-add): Declare as functions.
7670
7671 2007-12-08 David Kastrup <dak@gnu.org>
7672
7673 * gnus-sum.el (gnus-summary-simplify-subject-query):
7674 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7675 `message'.
7676
7677 2007-12-07 Glenn Morris <rgm@gnu.org>
7678
7679 * gnus-art.el (article-make-date-line): Revert previous change.
7680
7681 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7682
7683 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7684
7685 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7686
7687 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7688 Call gnus-add-to-range ranges only once with a prepared article-list.
7689
7690 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7691
7692 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7693 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7694 group names with backslashes.
7695 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7696
7697 2007-12-06 Deepak Goel <deego3@gmail.com>
7698
7699 * gnus-art.el (article-make-date-line):
7700 * gnus-start.el (gnus-load):
7701 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7702
7703 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus-art.el (gnus-use-idna)
7706 * gnus-start.el (gnus-site-init-file)
7707 * message.el (message-use-idna)
7708 * mm-uu.el (mm-uu-hide-markers)
7709 * smiley.el (smiley-style): Revert changes that suppress warnings.
7710
7711 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7714 specify charset to html source.
7715 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7716
7717 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7718
7719 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7720 idna-program in order to suppress byte compile warning issued by XEmacs
7721 that came to byte compile the default value section of defcustom forms
7722 recently.
7723
7724 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7725 value of installation-directory.
7726
7727 * message.el (message-use-idna): Don't directly refer to the value of
7728 idna-program.
7729
7730 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7731
7732 * smiley.el (smiley-style): Don't directly call face-attribute.
7733
7734 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7735
7736 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7737
7738 * gnus-dired.el: Reduce Gnus dependencies.
7739 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7740 Don't require. Use autoloads instead.
7741 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7742 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7743 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7744 (gnus-dired-mode): Adjust doc string.
7745 (gnus-dired-mail-mode): New variable.
7746 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7747 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7748 (gnus-dired-mail-buffers): New function. Return mail or message
7749 composition buffers.
7750 (gnus-dired-attach): Use it.
7751 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7752 NO-DECODE.
7753 (gnus-dired-print): Use `gnus-print-buffer' depending on
7754 `gnus-dired-mail-mode'.
7755
7756 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * rfc2047.el (rfc2047-encoded-word-regexp)
7759 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7760 explaining what regexp patterns are for.
7761
7762 2007-12-04 Glenn Morris <rgm@gnu.org>
7763
7764 * password.el: Move to ../password-cache.el.
7765
7766 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7767 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7768 * mml-smime.el (password-read, password-cache-add)
7769 (password-cache-remove):
7770 No need to autoload, since mml-sec requires password.
7771
7772 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7773 * message.el (gnus-extract-address-components):
7774 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7775
7776 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7777 password.
7778
7779 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7780
7781 * mailcap.el: Reduce dependencies.
7782 (mail-header-parse-content-type): Autoload.
7783 (mailcap-delete-duplicates): New alias.
7784 (mailcap-mime-info): Add optional argument NO-DECODE.
7785 (mailcap-mime-types): Use mailcap-delete-duplicates.
7786
7787 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7788
7789 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7790
7791 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7792 function.
7793
7794 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7795 (gnus-uu-yenc-article): New function.
7796
7797 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7798
7799 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7800
7801 2007-12-02 Glenn Morris <rgm@gnu.org>
7802
7803 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7804 Move to ../net.
7805
7806 * binhex.el, uudecode.el: Move to ../mail.
7807
7808 * encrypt.el: Remove file.
7809
7810 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7811
7812 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7813 matches on patches.
7814
7815 * gnus-art.el (gnus-article-browse-html-article):
7816 Mention `mm-text-html-renderer' in the doc string.
7817
7818 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7819 string. Add comments.
7820
7821 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7822 if rhs is ASCII.
7823
7824 2007-12-01 Glenn Morris <rgm@gnu.org>
7825
7826 * dig.el, dns.el: Move to ../net.
7827 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7828
7829 * mail-source.el (top-level): Require format-spec before
7830 eval-when-compile.
7831
7832 2007-11-30 Glenn Morris <rgm@gnu.org>
7833
7834 * encrypt.el: Require password, rather than autoloading password-read.
7835
7836 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7837
7838 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7839 caller can indicate whether the cache should be disregarded for this
7840 call. This way the result of the call is reproducible at all times and
7841 can be considered a canonical server name for the supplied method.
7842 (gnus-agent-method-p): Canonicalize server names by pushing their
7843 method through `gnus-method-to-server' using the no-cache argument.
7844
7845 * gnus-srvr.el (gnus-server-insert-server-line):
7846 Call `gnus-method-to-server' with `no-cache' argument.
7847
7848 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7849 gnus-agent-possibly-synchronize-flags as this should be called when the
7850 server is actually being opened.
7851 (gnus-agent-possibly-synchronize-flags)
7852 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7853 flags file of an agentized server to the latter function.
7854
7855 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7856 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7857 after a connection has been established successfully.
7858
7859 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7860
7861 * gnus-art.el (article-display-face): Force to display face if called
7862 interactively; check if gnus-article-x-face-too-ugly matches author.
7863 (article-display-x-face): Display face even if From header is missing
7864 as article-display-face does.
7865
7866 2007-11-28 Richard Stallman <rms@gnu.org>
7867
7868 * md4.el: Move to ../.
7869 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7870
7871 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7872
7873 * mail-source.el (mail-sources): Default to fetch from file for
7874 compatibility with default of nnmail-spool-file.
7875
7876 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7877
7878 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7879 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7880 to look for encoded word that should be encoded again.
7881 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7882 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7883 encoding pattern.
7884 (rfc2047-decode-region): Switch strict regexp and loose one according
7885 to rfc2047-allow-irregular-q-encoded-words.
7886
7887 2007-11-26 Simon Josefsson <simon@josefsson.org>
7888
7889 * imap.el: Move to ../net directory.
7890
7891 2007-11-25 Romain Francoise <romain@orebokech.com>
7892
7893 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7894
7895 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7896
7897 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7898 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7899
7900 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7901 `nnmail-spool-file'.
7902
7903 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7904 `nnmail-spool-file'.
7905
7906 * gnus-move.el (gnus-change-server): Ditto.
7907
7908 * gnus-kill.el (gnus-batch-score): Ditto.
7909
7910 * gnus-cache.el (gnus-jog-cache): Ditto.
7911
7912 * gnus-msg.el (gnus-summary-reply):
7913 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7914
7915 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7916
7917 * gnus-cache.el (gnus-cache-generate-nov-databases):
7918 Use nnml-generate-nov-databases-directory instead of
7919 nnml-generate-nov-databases-1.
7920
7921 2007-11-24 Glenn Morris <rgm@gnu.org>
7922
7923 * message.el (message-tool-bar-retro): Update for rename
7924 mail_send.xpm->mail-send.xpm.
7925
7926 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7927
7928 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7929 `smime-ldap-search' for Emacs 22 and up.
7930
7931 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * hashcash.el: Move to ../mail directory.
7934
7935 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7936
7937 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7938 `smime-ldap-search' for Emacs 22 and up.
7939
7940 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7941
7942 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7943
7944 * message.el (message-send-mail-function): Fix error convention.
7945 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7946 (message-widen-reply, message-send-mail, message-talkative-question)
7947 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7948 (message-clone-locals, message-send-news): Use with-current-buffer.
7949 (message-insert-or-toggle-importance): Remove unused var `valid'.
7950 (message-make-references): Remove unused var `new-references'.
7951 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7952
7953 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7954
7955 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7956 (spam-split-symbolic-return-positive): Reflow docstring.
7957 (spam-backends, spam-summary-exit-behavior)
7958 (spam-mark-ham-unread-before-move-from-spam-group)
7959 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7960 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7961 (spam-clear-cache, spam-backend-check, spam-install-backend)
7962 (spam-install-statistical-backend, spam-list-of-processors)
7963 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7964 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7965 (spam-check-crm114, spam-initialize, spam-unload-hook):
7966 Fix typos in docstrings.
7967
7968 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7969
7970 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7971 been checked if they have never been read and those group levels are
7972 higher than the one that a user specified.
7973
7974 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7975
7976 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7977 foreign groups unless a group level is specified by a user.
7978 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7979
7980 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7981
7982 * message.el (message-send-mail-function): Require sendmail.
7983
7984 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7985
7986 * message.el (message-send-mail-function): Check for smtpmail too.
7987
7988 * utf7.el (utf7-encode, utf7-decode): Use coding system
7989 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7990
7991 * message.el (message-send-mail-function): New function.
7992 (message-send-mail-function): Set default using
7993 message-send-mail-function. Adjust doc string.
7994 (message-send-mail-with-mailclient): New function.
7995
7996 2007-11-17 Richard Stallman <rms@gnu.org>
7997
7998 * assistant.el: Remove file.
7999
8000 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8001
8002 * smime.el (from):
8003 * rfc2047.el (message-posting-charset):
8004 * qp.el (mm-use-ultra-safe-encoding):
8005 * pop3.el (parse-time-months):
8006 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8007 * nnml.el (files):
8008 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8009 (jka-compr-compression-info-list, ange-ftp-path-format)
8010 (efs-path-regexp):
8011 * nndiary.el (files):
8012 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8013 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8014 (epg-digest-algorithm-alist, inhibit-redisplay)
8015 (password-cache-expiry):
8016 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8017 (pgg-output-buffer, password-cache-expiry):
8018 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8019 (efs-path-regexp):
8020 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8021 (inhibit-redisplay):
8022 * mm-uu.el (file-name, start-point, end-point, entry)
8023 (gnus-newsgroup-name, gnus-newsgroup-charset):
8024 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8025 (latin-unity-ucs-list):
8026 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8027 (mm-uu-binhex-decode-function):
8028 * message.el (gnus-message-group-art, gnus-list-identifiers)
8029 (rmail-enable-mime-composing, gnus-local-organization)
8030 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8031 (gnus-read-active-file, facemenu-add-face-function)
8032 (facemenu-remove-face-function, gnus-article-decoded-p)
8033 (tool-bar-mode):
8034 * mail-source.el (display-time-mail-function):
8035 * gnus-util.el (nnmail-pathname-coding-system)
8036 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8037 (gnus-original-article-buffer, gnus-user-agent)
8038 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8039 (xemacs-codename, sxemacs-codename, emacs-program-version):
8040 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8041 * gnus-start.el (gnus-agent-covered-methods)
8042 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8043 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8044 (gnus-newsgroup-headers, gnus-group-list-mode)
8045 (gnus-group-mark-positions, gnus-newsgroup-data)
8046 (gnus-newsgroup-unreads, nnoo-state-alist)
8047 (gnus-current-select-method, mail-sources)
8048 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8049 (nnmail-spool-file, gnus-cache-active-hashtb):
8050 * gnus-mh.el (mh-lib-progs):
8051 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8052 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8053 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8054 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8055 (gnus-group-buffer):
8056 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8057 (font-lock-set-defaults):
8058 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8059 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8060 (gnus-summary-post-menu, total-parts, type, condition, length):
8061 * gnus-agent.el (gnus-agent-read-agentview):
8062 * flow-fill.el (show-trailing-whitespace):
8063 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8064 eval-and-compile wrappers for byte compiler pacifiers.
8065
8066 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8067 (mm-display-inline-fontify): Check for featurep 'xemacs not
8068 extent-list.
8069
8070 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8071 itimer-list.
8072 (mm-create-image-xemacs): Only do something for XEmacs.
8073 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8074
8075 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8076
8077 * gnus-registry.el (gnus-adaptive-word-syntax-table):
8078 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8079
8080 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
8081
8082 * nnimap.el (nnimap-split-download-body):
8083 * gnus-demon.el (gnus-demon):
8084 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8085
8086 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8087
8088 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8089 New macros.
8090 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8091 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8092 copy data from unibyte buffer to multibyte current buffer.
8093 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8094 to copy data from unibyte current buffer to multibyte buffer.
8095 (nntp-make-process-buffer): Make process buffer unibyte.
8096
8097 * pop3.el (pop3-open-server): Fix typo in Lisp code.
8098
8099 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
8100
8101 * pop3.el (pop3-open-server): Accept and process data more robustly at
8102 connexion start to avoid spurious "POP SSL connexion failed" errors.
8103
8104 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
8105
8106 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8107 read group names.
8108
8109 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
8110
8111 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8112
8113 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * nnmail.el (nnmail-parse-active): Make group names unibyte.
8116 (nnmail-save-active): Use a unibyte buffer when saving active file,
8117 which may contain non-ASCII group names.
8118
8119 * nnml.el (nnml-request-group): Decode group names in messages.
8120
8121 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
8122
8123 * message.el (message-citation-line-function)
8124 (message-insert-formatted-citation-line): Fix spelling of
8125 `message-insert-formated-citation-line'.
8126
8127 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
8128
8129 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8130
8131 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8132
8133 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8134 nnmail-pathname-coding-system.
8135
8136 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8137 that a user enters; decode group names in messages.
8138
8139 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8140
8141 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8142
8143 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8144
8145 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8146
8147 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8148 risky local variable.
8149
8150 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8151
8152 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8153
8154 * encrypt.el: Improve documentation to fix function name typo.
8155 Reported by Daiki Ueno <ueno@unixuser.org>.
8156
8157 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8158
8159 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8160 even if the point is not in the last page of an article.
8161 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8162 back to the previous page.
8163
8164 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8165
8166 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8167
8168 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8169
8170 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8171
8172 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * message.el (message-check-news-body-syntax):
8175 Avoid mm-string-as-multibyte.
8176 (message-hide-headers): Don't assume (point-min)==1.
8177
8178 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * message.el (message-remove-blank-cited-lines): Fix if remove is
8181 given.
8182 (message-bogus-address-regexp): New variable.
8183 (message-bogus-recipient-p): New function.
8184 (message-check-recipients): New command.
8185 (message-syntax-checks): Add `bogus-recipient'.
8186 (message-fix-before-sending): Add `bogus-recipient'.
8187
8188 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8189 (gnus-treat-body-boundary): Don't test window-system.
8190
8191 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8192
8193 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8194
8195 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8196
8197 * gnus.el: Bump version to Gnus v5.13.
8198
8199 2007-10-28 Miles Bader <miles@gnu.org>
8200
8201 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8202 at compile-time too.
8203
8204 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8205
8206 * gnus-msg.el (gnus-message-setup-hook):
8207 Add `message-remove-blank-cited-lines' to options.
8208
8209 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8210
8211 * message.el (message-remove-blank-cited-lines): New function.
8212 Suggested by Karl Plästerer.
8213
8214 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8217 mapc.
8218
8219 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8220 (top-level): Use mapc to set functions to be traced for debugging.
8221
8222 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8223 called for effect with while loop.
8224
8225 * message.el (message-talkative-question): Replace mapcar called for
8226 effect with mapc.
8227
8228 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8229 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8230 called for effect with dolist.
8231
8232 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8233
8234 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8235 gnus-extra-headers and nnmail-extra-headers.
8236
8237 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8238 called for effect with dolist.
8239 (top-level): Use mapc to set functions to be traced for debugging.
8240
8241 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8242 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8243 dolist.
8244
8245 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8246 Replace mapcar called for effect with mapc.
8247 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8248 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8249 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8250 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8251
8252 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8253 remove-if that's a cl function.
8254
8255 * webmail.el (webmail-debug): Replace mapcar called for effect with
8256 dolist.
8257
8258 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8259
8260 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8261 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8262 with while loop.
8263
8264 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8265 functions from article-* functions.
8266 (gnus-multi-decode-header): Replace mapcar called for effect with
8267 dolist.
8268
8269 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8270 (gnus-bookmark-show-details): Replace mapcar called for effect with
8271 while loop.
8272
8273 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8274 called for effect with while loop.
8275
8276 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8277 with dolist.
8278
8279 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8280 Replace mapcar called for effect with dolist.
8281
8282 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8283
8284 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8285 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8286 Replace mapcar called for effect with dolist.
8287 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8288 mapc.
8289
8290 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8291 Replace mapcar called for effect with dolist.
8292 (gnus-topic-list): Replace mapcar called for effect with mapc.
8293
8294 * gnus.el: Use mapc instead of mapcar to add autoloads.
8295
8296 2007-10-23 Richard Stallman <rms@gnu.org>
8297
8298 * gnus-group.el (gnus-group-highlight): Mark as risky.
8299
8300 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8301
8302 * gnus.el (gnus-server-to-method): Return method found first in
8303 gnus-newsrc-alist.
8304
8305 * gnus-art.el (gnus-article-highlight-signature)
8306 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8307 button overlay without the front stickiness.
8308
8309 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8310
8311 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8312 overview buffer needed a catch to receive its throw.
8313 (gnus-agent-flush-cache): Declare as interactive to make this function
8314 easier to use.
8315
8316 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8317
8318 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8319 `next-line'.
8320
8321 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8322
8323 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8324 exclude address matching message-dont-reply-to-names.
8325
8326 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * gnus-util.el (gnus-string<): New function.
8329
8330 * gnus-sum.el (gnus-article-sort-by-author)
8331 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8332
8333 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8336 the frame-focus tag is set in gnus-buffer-configuration.
8337
8338 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8339
8340 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8341 the front stickiness.
8342
8343 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8344
8345 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8346 url pattern; remove duplicate one.
8347 (gnus-article-extend-url-button): New function.
8348 (gnus-article-add-buttons): Use it.
8349 (gnus-button-push): Use concatenated url that it makes.
8350
8351 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8354 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8355
8356 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8359 Don't hardcode point-min==1.
8360
8361 2007-09-30 David Kastrup <dak@gnu.org>
8362
8363 * gnus-art.el (gnus-article-reply-with-original)
8364 (gnus-article-followup-with-original): When `transient-mark-mode' is
8365 off, refrain from active-region behavior for followups.
8366
8367 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8368
8369 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8370 Fix comment about "iso8859-1".
8371
8372 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8373
8374 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8375 ones returned from the verify-function.
8376
8377 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8378 Call mml2015-extract-cleartext-signature if extraction failed.
8379
8380 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8381
8382 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8383 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8384 failed.
8385
8386 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8387
8388 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8389
8390 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8391
8392 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8393 to mark a thread as expirable. Add variable `hide' to handle hiding of
8394 thread for both the null and zero (kill/expire thread) universal prefix
8395 cases.
8396 (gnus-summary-expire-thread): Add new function to expire a thread,
8397 using gnus-summary-kill-thread.
8398 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8399 shortcuts for gnus-summary-expire-thread.
8400 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8401 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8402
8403 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8404
8405 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8406 extras value, so an extras entry can be deleted.
8407 (gnus-registry-delete-extra-entry): Use it.
8408 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8409 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8410 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8411 storage through the gnus-registry, and provide an appropriate API for
8412 it.
8413
8414 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8417 Suggested by Leo <sdl.web@gmail.com>.
8418
8419 * gnus.el: Do.
8420
8421 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8422
8423 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8424 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8425
8426 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8427
8428 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8429 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8430
8431 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8432
8433 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8434 newline.
8435 (nnmbox-request-accept-article): Don't change article in source buffer;
8436 narrow to header to use message-fetch-field rather than
8437 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8438 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8439 as delimiters; make sure article ends with newline.
8440 (nnmbox-delete-mail): Correct last position of article to be deleted;
8441 ignore X-Gnus-Newsgroup header in article body.
8442 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8443 positions; make sure article ends with newline.
8444
8445 * message.el (message-display-abbrev): Don't infloop when a user
8446 inserts SPC in the beginning of header.
8447
8448 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8449
8450 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8451 list of groups not followed by default. Fix type to be regexp.
8452 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8453
8454 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8455
8456 * hmac-def.el (define-hmac-function): Switch from old-style to
8457 new-style backquotes.
8458
8459 * md4.el (md4-make-step): Likewise.
8460
8461 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8462
8463 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8464 raw-text coding system when saving .newsrc file, which may contain
8465 non-ASCII group names.
8466
8467 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8468
8469 * gnus-cus.el (gnus-score-extra): New widget.
8470 (gnus-score-extra-convert): New function.
8471 (gnus-score-customize): Use it for Extra.
8472
8473 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8474
8475 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8476 (mml2015-mailcrypt-clear-verify): Use it.
8477 (mml2015-gpg-clear-verify): Use it.
8478 (mml2015-pgg-clear-verify): Use it.
8479 (mml2015-epg-clear-verify): Replace the current part with the output
8480 from GnuPG; don't extract the plaintext by itself.
8481
8482 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8483 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8484 mml2015-clear-verify-function; don't touch the armor headers or
8485 dash-escaped text here.
8486
8487 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8490 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8491 parts, or application/octet-stream as a last resort.
8492 (gnus-mime-view-part-as-type): Don't toggle display.
8493 (gnus-mime-view-part-as-charset): Don't turn off display before
8494 querying charset.
8495
8496 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8497 stuff to undisplayer function in Emacs.
8498 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8499
8500 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8501 text/calendar parts.
8502
8503 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8504
8505 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8506 decoding text/calendar parts.
8507
8508 * message.el (message-forward-make-body-mime): Always mark body as
8509 having no illegible text; remove signed-or-encrypted argument.
8510 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8511
8512 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8513 (mml-generate-mime-1): Don't encode body if it is specified to be in
8514 raw form; don't make buffer be unibyte when inserting multibyte string.
8515
8516 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8517
8518 * sha1.el: Fix up comment style.
8519 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8520 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8521
8522 * hex-util.el: Fix up comment style.
8523 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8524
8525 * gnus-salt.el: Use with-current-buffer.
8526 (gnus-pick-setup-message): Fix long-standing typo.
8527
8528 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8529
8530 * imap.el (imap-logout-timeout): New variable.
8531 (imap-logout, imap-logout-wait): New functions.
8532 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8533
8534 * nnimap.el (nnimap-logout-timeout): New server variable.
8535 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8536 nnimap-logout-timeout.
8537
8538 * gnus-art.el (gnus-article-summary-command-nosave)
8539 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8540
8541 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8542
8543 * gnus.el (gnus-maximum-newsgroup): New variable.
8544
8545 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8546 according to gnus-maximum-newsgroup.
8547
8548 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8549 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8550 Limit the range of articles according to gnus-maximum-newsgroup.
8551
8552 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8553
8554 * gnus-art.el (gnus-sticky-article): Fix problems described in
8555 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8556 Don't perform gnus-configure-windows here; reuse existing sticky
8557 article buffer.
8558
8559 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8560 it doesn't exist in gnus-article-mode.
8561
8562 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8563
8564 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8565 (gnus-agent-decoded-group-name): New function.
8566 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8567 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8568
8569 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8570
8571 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8572 Add binding for gnus-sticky-article.
8573 (gnus-summary-exit): Don't kill sticky article buffers.
8574
8575 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8576 article buffer.
8577 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8578 (gnus-kill-sticky-article-buffers): New commands.
8579
8580 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * nntp.el (nntp-xref-number-is-evil): New server variable.
8583 (nntp-find-group-and-number): If it is non-nil, don't trust article
8584 numbers in the Xref header.
8585
8586 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-agent.el (gnus-agent-read-group): New function.
8589 (gnus-agent-flush-group, gnus-agent-expire-group)
8590 (gnus-agent-regenerate-group): Use it.
8591 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8592 nnmail-pathname-coding-system.
8593
8594 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8595
8596 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8597
8598 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8599 that are unread as unread, and also as selected so that information of
8600 marks having been changed by a user may be updated when exiting group.
8601
8602 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8603
8604 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8605
8606 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8607
8608 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8609 calculated ignoring signature parts to gnus-treat-article.
8610
8611 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8614 a point here in order to keep the window start.
8615 (gnus-insert-mime-security-button): Make a button overlay without the
8616 front stickiness.
8617 (gnus-mime-display-security): Goto the end of a button.
8618
8619 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8620
8621 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8622
8623 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8624 group-name-at-point.
8625 (gnus-group-completing-read): New function that offers decoded
8626 non-ASCII group names for completion.
8627 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8628 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8629 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8630 (gnus-group-fetch-control): Use it.
8631 (gnus-fetch-group): Use group-name-at-point for the initial value
8632 rather than the default value; use gnus-alive-p.
8633
8634 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8635 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8636 (gnus-summary-post-news): Use gnus-group-completing-read.
8637
8638 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8639 (gnus-read-move-group-name): Decode group name for completion.
8640
8641 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8642
8643 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8644 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8645 Yamaoka slightly modified the code).
8646
8647 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8648
8649 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8650 (nnmail-split-incoming): Bind it.
8651
8652 * nnml.el (nnml-group-name-charset): New function.
8653 (nnml-decoded-group-name): Use it; don't decode group name if
8654 nnmail-group-names-not-encoded-p is non-nil.
8655 (nnml-encoded-group-name): New function.
8656 (nnml-group-pathname): Inline nnml-decoded-group-name.
8657 (nnml-request-expire-articles): Decode group name in message.
8658 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8659 nnmail-pathname-coding-system.
8660 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8661 not decoded ones according to nnmail-group-names-not-encoded-p.
8662 (nnml-generate-active-info): Use nnml-encoded-group-name.
8663
8664 2007-08-08 Glenn Morris <rgm@gnu.org>
8665
8666 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8667 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8668 doc-strings and comments.
8669
8670 2007-07-25 Glenn Morris <rgm@gnu.org>
8671
8672 * Relicense all FSF files to GPLv3 or later.
8673
8674 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8675
8676 * gnus-sum.el (gnus-summary-move-article):
8677 Make gnus-summary-respool-article work.
8678
8679 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8680
8681 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8682 string.
8683
8684 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8685
8686 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8687 that should be ignored when comparing distant RSS articles with local
8688 ones.
8689 (nnrss-make-hash-index): New function. Create a hash index according
8690 to the ignored fields.
8691 (nnrss-check-group): Use it.
8692
8693 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8694
8695 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8696
8697 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8698
8699 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8700 the new optional argument ENCODED is non-nil.
8701 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8702 coding system for encoding group name.
8703 (gnus-group-make-rss-group): Pass un-encoded group name to
8704 gnus-group-make-group.
8705 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8706 encoded.
8707
8708 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8709 Encode group name to which articles are moved or copied.
8710 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8711 coding system for encoding Newsgroup, Followup-To and Xref headers.
8712
8713 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8714 marks; use nnheader-file-coding-system to write a file.
8715 (nnagent-retrieve-headers): Bind file-name-coding-system to
8716 nnmail-pathname-coding-system.
8717
8718 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8719
8720 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8721 (nnml-request-article, nnml-request-create-group)
8722 (nnml-request-rename-group, nnml-find-id)
8723 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8724 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8725 (nnml-save-marks): Use nnml-group-pathname instead of
8726 nnmail-group-pathname.
8727
8728 (nnml-request-create-group, nnml-request-expire-articles)
8729 (nnml-request-move-article, nnml-request-delete-group)
8730 (nnml-deletable-article-p, nnml-possibly-create-directory)
8731 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8732 (nnml-open-marks): Bind file-name-coding-system to
8733 nnmail-pathname-coding-system.
8734
8735 (nnml-request-article): Pass server argument to nnml-find-group-number.
8736 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8737 Pass server argument to nnml-possibly-create-directory.
8738 (nnml-request-accept-article): Pass server argument to
8739 nnml-active-number and nnml-save-mail.
8740 (nnml-find-group-number): Pass server argument to nnml-find-id.
8741 (nnml-request-update-info): Pass server argument to
8742 nnml-marks-changed-p.
8743
8744 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8745 (nnml-save-mail, nnml-active-number): Add server argument.
8746
8747 (nnml-request-delete-group): Warn if group is missing.
8748 (nnml-get-nov-buffer): Decode group name.
8749 (nnml-generate-active-info): Encode group name.
8750 (nnml-open-marks): Decode group name in messages.
8751
8752 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8753
8754 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8755 if it is not specified.
8756 (gnus-article-pipe-part, gnus-article-save-part)
8757 (gnus-article-interactively-view-part, gnus-article-copy-part)
8758 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8759 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8760 (gnus-article-replace-part, gnus-article-delete-part)
8761 (gnus-article-view-part-as-type): Pass raw prefix argument to
8762 gnus-article-part-wrapper.
8763
8764 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * gnus-agent.el (gnus-agent-save-active):
8767 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8768
8769 * gnus-cache.el (gnus-cache-save-buffers)
8770 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8771 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8772 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8773 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8774 (gnus-cache-generate-active, gnus-cache-rename-group)
8775 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8776 (gnus-cache-update-overview-total-fetched-for):
8777 Bind file-name-coding-system to nnmail-pathname-coding-system.
8778 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8779 New variables.
8780 (gnus-cache-decoded-group-name): New function.
8781 (gnus-cache-file-name): Use it.
8782 (gnus-cache-generate-active): Use non-decoded group name for active.
8783
8784 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8785 right place.
8786 (gnus-write-active-file): Don't break non-ASCII group names.
8787
8788 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8789 nnmail-pathname-coding-system.
8790
8791 * gnus-uu.el (gnus-uu-decode-save): Typo.
8792
8793 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8794
8795 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8796
8797 2007-07-14 David Kastrup <dak@gnu.org>
8798
8799 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8800 finishing actions if we did not edit the article.
8801
8802 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8803
8804 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8805 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8806 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8807 (gnus-agent-flush-group, gnus-agent-flush-cache)
8808 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8809 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8810 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8811 (gnus-agent-regenerate-group)
8812 (gnus-agent-update-files-total-fetched-for)
8813 (gnus-agent-update-view-total-fetched-for):
8814 Bind file-name-coding-system to nnmail-pathname-coding-system.
8815 (gnus-agent-group-pathname): Don't encode file names by
8816 nnmail-pathname-coding-system.
8817 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8818 coding-system-for-write instead of buffer-file-coding-system to
8819 gnus-agent-file-coding-system.
8820
8821 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8822 Decode group name.
8823
8824 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8825
8826 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8827 (gnus-read-newsrc-el-file): Make group names unibyte.
8828
8829 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8830 nnmail-pathname-coding-system.
8831
8832 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8833 (nnrss-request-delete-group): Bind file-name-coding-system to
8834 nnmail-pathname-coding-system.
8835 (nnrss-read-server-data, nnrss-read-group-data):
8836 Bind file-name-coding-system correctly.
8837 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8838
8839 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8840 (nntp-server-to-method-cache): New variable.
8841 (nntp-group-pathname): New function that decodes non-ASCII group names.
8842 (nntp-possibly-create-directory, nntp-marks-changed-p)
8843 (nntp-save-marks, nntp-open-marks): Use it.
8844 (nntp-possibly-create-directory, nntp-open-marks):
8845 Bind file-name-coding-system to nnmail-pathname-coding-system.
8846 (nntp-open-marks): Decode group names when bootstrapping marks.
8847
8848 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8849 Newsgroups and Folowup-To headers.
8850
8851 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8852
8853 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8854 (gnus-server-closed-face, gnus-server-denied-face)
8855 (gnus-server-offline-face): Remove variable.
8856 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8857
8858 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8859 of modifying message-stack directly for XEmacs.
8860
8861 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8862 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8863 if the coding-system argument is nil for XEmacs.
8864
8865 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8866 mm-charset-override-alist.
8867
8868 * rfc2047.el: Don't require base64; require rfc2045 for the function
8869 rfc2045-encode-string.
8870 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8871 to quote the parameter value.
8872
8873 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8876 form in gnus-group-name-charset-method-alist.
8877
8878 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8879 overrides the default layout edit-form.
8880
8881 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8882
8883 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8884
8885 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8886
8887 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8888 as unfetched articles.
8889
8890 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8891
8892 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8893
8894 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8897 original back end that keeps marks in the local system.
8898
8899 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8900
8901 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8902 arg of pop-to-buffer for XEmacs.
8903 (gnus-article-read-summary-keys): Ditto; don't restore window
8904 configuration if summary command ends up with neither article buffer
8905 nor summary buffer; describe bindings if summary keys end with C-h.
8906
8907 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8908
8909 * message.el (message-fix-before-sending): Skip raw message part to be
8910 forwarded while checking illegible text.
8911 (message-forward-make-body-mime, message-forward-make-body):
8912 Mark signed or encrypted raw message as having no illegible text.
8913
8914 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8915
8916 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8917 (gnus-message-with-timestamp-1): New macro.
8918 (gnus-message-with-timestamp): New function.
8919 (gnus-message): Use them.
8920
8921 * nnheader.el (nnheader-message): Use them.
8922
8923 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8924
8925 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8926 .newsrc.eld file.
8927
8928 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * gnus-agent.el (gnus-agent-fetch-headers)
8931 (gnus-agent-retrieve-headers):
8932 Bind gnus-decode-encoded-address-function to identity.
8933
8934 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8935 available also when the server returns simply a dot.
8936
8937 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8938
8939 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8940
8941 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8942
8943 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8944
8945 * gnus-ems.el (gnus-x-splash): Make it work.
8946
8947 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8948 from being used.
8949
8950 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8951
8952 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8953 the front stickiness.
8954 (gnus-article-summary-command-nosave): Correct the order of the
8955 arguments passed to pop-to-buffer.
8956 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8957 summary command ends up with the article buffer.
8958
8959 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8960 the same faces.
8961
8962 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8965
8966 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8967
8968 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8969 * gnus-sum.el (gnus-summary-highlight):
8970 * mail-source.el (mail-source-delete-old-incoming-confirm):
8971 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8972
8973 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8974
8975 * gnus-art.el (gnus-mime-view-part-externally)
8976 (gnus-mime-view-part-internally): Fix predicate function passed to
8977 completing-read.
8978
8979 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8980
8981 * gnus.el (gnus-update-message-archive-method): Add :version.
8982
8983 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * gnus.el (gnus-update-message-archive-method): New variable.
8986
8987 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8988 according to gnus-message-archive-method if
8989 gnus-update-message-archive-method is non-nil.
8990
8991 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8992
8993 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8994 Suggested by Loic Dachary <loic@dachary.org>.
8995 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8996
8997 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8998
8999 * message.el (message-pop-to-buffer): Add switch-function argument.
9000 (message-mail): Pass switch-function argument to it.
9001
9002 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
9003
9004 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9005 Improve doc string.
9006
9007 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
9008
9009 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9010 (gnus-header-content)
9011 * gnus-cite.el (gnus-cite-10)
9012 * gnus-srvr.el (gnus-server-closed)
9013 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9014 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9015 (gnus-group-mail-3-empty, gnus-group-mail-low)
9016 (gnus-group-mail-low-empty, gnus-splash)
9017 * message.el (message-header-to, message-header-cc)
9018 (message-header-subject, message-header-other, message-header-name)
9019 (message-header-xheader, message-separator, message-cited-text)
9020 (message-mml): Lighten colors of faces used for dark background.
9021
9022 2007-05-24 Simon Josefsson <simon@josefsson.org>
9023
9024 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9025 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
9026
9027 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
9028
9029 * message.el (message-narrow-to-headers-or-head):
9030 Ignore mail-header-separator in the body.
9031
9032 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9033
9034 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9035 same as window size.
9036
9037 2007-05-22 Kevin Ryde <user42@zip.com.au>
9038
9039 * message.el (message-font-lock-keywords): Use message-header-xheader
9040 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
9041 ahead of the anything pattern, to get it recognised.
9042
9043 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
9044
9045 * gnus-sum.el (gnus-articles-to-read)
9046 (gnus-summary-insert-old-articles): Don't truncate group name for
9047 `read-string'.
9048
9049 * gnus-util.el (gnus-limit-string): Delete this function.
9050
9051 * gnus-sum.el (gnus-simplify-subject-fully):
9052 Use `truncate-string-to-width' instead.
9053
9054 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
9055
9056 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9057 Tell if, on summary exit, the next group has to be selected.
9058 (gnus-summary-exit): Use it.
9059
9060 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
9061
9062 * gnus-art.el (gnus-article-mode): Fix comment about displaying
9063 non-break space.
9064
9065 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
9066
9067 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9068 Check if group is not a directory.
9069 (nnfolder-request-expire-articles): Don't delete articles if the target
9070 group is not available.
9071
9072 * nnml.el (nnml-request-create-group): Properly check if group is not a
9073 file.
9074 (nnml-request-expire-articles): Don't delete articles if the target
9075 group is not available.
9076
9077 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9078 Don't quote characters that are within parentheses.
9079
9080 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
9081
9082 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9083 (gnus-handle-ephemeral-exit): Select article according to it.
9084
9085 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
9086
9087 * message.el (message-insert-formated-citation-line): Remove newline.
9088 (message-citation-line-format): Add final \n here so that the user can
9089 avoid a blank line.
9090
9091 2007-05-03 Dan Christensen <jdc@uwo.ca>
9092
9093 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9094 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9095 Update lanl/arXiv support.
9096
9097 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9098
9099 * gnus.el: Bump version number.
9100
9101 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9102
9103 * gnus.el (gnus-version-number): Bump version.
9104
9105 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9106
9107 * gnus.el: No Gnus v0.6 is released.
9108
9109 2007-04-27 Didier Verna <didier@xemacs.org>
9110
9111 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9112 * gmm-utils.el (gmm-regexp-concat): ... here.
9113 * message.el: Don't require 'gnus-util.
9114 (message-dont-reply-to-names): Handle name change above.
9115 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9116
9117 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
9118
9119 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9120 since the initial value varies according to the system.
9121
9122 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9123
9124 * mm-util.el (mm-charset-synonym-alist): Defcustom.
9125
9126 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
9127
9128 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9129
9130 2007-04-24 Didier Verna <didier@xemacs.org>
9131
9132 Improve the type of gnus-ignored-from-addresses.
9133 * gnus-util.el (gnus-orify-regexp): New function.
9134 * message.el (gnus-util): Require it.
9135 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9136 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9137 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9138
9139 2007-04-24 Didier Verna <didier@xemacs.org>
9140
9141 * gnus-sum.el:
9142 * gnus-utils.el: Fix some trailing whitespaces.
9143
9144 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9147 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9148 article's Message-ID; refer parent article in summary buffer.
9149
9150 * message.el (message-bounce): Call mime-to-mml.
9151
9152 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9155
9156 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9157
9158 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9159 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9160 displayed of multipart/alternative part if it is invoked from summary
9161 buffer.
9162
9163 * mm-view.el (mm-inline-text-html-render-with-w3m)
9164 (mm-inline-text-html-render-with-w3m-standalone)
9165 (mm-inline-render-with-function): Use mail-parse-charset by default.
9166
9167 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9168
9169 * parse-time.el (parse-time-string-chars): Check if CHAR
9170 is less than the length of parse-time-syntax.
9171
9172 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9173
9174 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9175 from gnus-newsgroup-processable.
9176
9177 2007-04-16 Didier Verna <didier@xemacs.org>
9178
9179 * gnus-msg.el (gnus-configure-posting-styles):
9180 Handle message-signature-directory properly with :file syntax.
9181 Reported by "Leo".
9182
9183 2007-04-11 Didier Verna <didier@xemacs.org>
9184
9185 New user option: message-signature-directory.
9186 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9187 * message.el (message-insert-signature): Ditto.
9188 * message.el (message-signature-file): Doc update.
9189 * message.el (message-signature-directory): New.
9190
9191 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9192
9193 * gnus-msg.el (gnus-inews-yank-articles):
9194 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9195
9196 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9197
9198 * message.el (message-yank-original): Make sure cited text ends with
9199 newline; don't exchange point and mark.
9200
9201 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * tls.el (open-tls-stream): Properly handle case where there
9204 is no associated buffer.
9205
9206 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9207
9208 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9209 message-yank-original, make sure (< mark TEXT point).
9210
9211 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9212
9213 * message.el (message-fill-column): New variable.
9214 (message-mode): Use it. Add comment on a possible new hook.
9215
9216 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9217 (nnmail-get-new-mail): Reformat.
9218
9219 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9220
9221 * gmm-utils.el: Fix Commentary.
9222 (gmm-tool-bar-from-list): Fix typo in doc string.
9223
9224 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9225
9226 * message.el (message-yank-original): Don't switch point and mark
9227 unnecessarily to put point and mark as documented.
9228
9229 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9230
9231 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9232 from the message heads.
9233
9234 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9235
9236 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9237 article buffer does not have a window. This may not be the best
9238 solution but is certainly better than setting the start of the null,
9239 that is the current, window.
9240
9241 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9242
9243 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9244 (gnus-draft-setup): Run it.
9245
9246 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9247 gnus-score-fast-scoring. Allow regexp.
9248 (gnus-score-headers): Use it.
9249
9250 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9251 XEmacs.
9252
9253 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9254 string.
9255 (gnus-button-alist): Also catch `<f1> k ...'.
9256 (gnus-treat-display-x-face): Fix doc string.
9257
9258 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9259
9260 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9261 evaluation of gnus-extended-version to ensure correct generation of the
9262 User-Agent header when message-generate-headers-first is used.
9263
9264 2007-03-24 Simon Josefsson <simon@josefsson.org>
9265
9266 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9267 hashcash-path is nil. Don't call callback with incorrect number of
9268 parameters if val is 0.
9269
9270 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9271
9272 * message.el (message-required-news-headers):
9273 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9274
9275 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9276
9277 * message.el (message-generate-new-buffers): Change the meaning of the
9278 nil value; add `standard' to the choices; treat t as `unique'; improve
9279 doc string.
9280 (gnus-select-frame-set-input-focus): Autoload.
9281 (message-buffer-name): Search for the existing message buffer if
9282 message-generate-new-buffers is nil or `standard'; treat the value t of
9283 message-generate-new-buffers as `unique'.
9284 (message-pop-to-buffer): Raise the frame already displaying the message
9285 buffer; clear the echo area after querying.
9286 (message-setup): Pass the `continue' argument to compose-mail.
9287 (message-mail): Prefer `switch-function' if it is given; search for the
9288 existing message buffer if the `continue' argument is non-nil; pass
9289 continue and switch-function arguments to compose-mail by way of
9290 message-setup.
9291 (message-mail-other-window): Adjust argument of message-setup.
9292 (message-mail-other-frame): Ditto.
9293
9294 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9295
9296 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9297 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9298 to turn font-lock on when turning gnus-message-citation-mode on.
9299
9300 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9301
9302 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9303 (mml-smime-function-alist): New variable; add epg as the backend.
9304 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9305 mml-smime- functions instead.
9306 * mm-view.el: Require smime.
9307
9308 2007-03-05 Didier Verna <didier@xemacs.org>
9309
9310 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9311 instead of just inheritance for posting styles.
9312 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9313
9314 2007-02-24 John Paul Wallington <jpw@pobox.com>
9315
9316 * tls.el (tls-certtool-program): Fix custom type.
9317
9318 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9319
9320 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9321 and point-at-eol instead of line-(beginning|end)-position.
9322
9323 * assistant.el (assistant-parse-buffer): Ditto.
9324
9325 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9326
9327 * mml2015.el (mml2015-epg-find-usable-key): New function.
9328 (mml2015-epg-sign): Use it.
9329 (mml2015-epg-encrypt): Use it.
9330
9331 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9332
9333 * message.el (message-make-in-reply-to): Quote name containing
9334 non-ASCII characters. It will make the RFC2047 encoder cause an error
9335 if there are special characters. Reported by NAKAJI Hiroyuki
9336 <nakaji@jp.freebsd.org>.
9337
9338 2007-02-27 Didier Verna <didier@xemacs.org>
9339
9340 Include the group parameters as well as the topic ones in the
9341 inheritance filter process.
9342 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9343 argument GROUP-PARAMS-LIST.
9344 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9345
9346 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9347
9348 * nntp.el (nntp-never-echoes-commands)
9349 (nntp-open-connection-functions-never-echo-commands): New variables.
9350 (nntp-send-command): Use them.
9351
9352 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9353
9354 * mml2015.el (mml2015-epg-verify): Simplify.
9355
9356 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9357
9358 * mml.el (mml-content-disposition-alist): New user option.
9359 (mml-content-disposition): New function.
9360 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9361 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9362
9363 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9364
9365 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9366 verification.
9367
9368 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9369
9370 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9371 articles posted in the last 24 hours.
9372
9373 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9376
9377 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9378
9379 * nntp.el (nntp-send-command): Don't wait for echoes when
9380 nntp-open-ssl-stream is used.
9381
9382 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9383
9384 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9385 (gnus-message-add-citation-keywords)
9386 (gnus-message-remove-citation-keywords): Remove.
9387 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9388 directly, make the variables in font-lock-defaults buffer-local, add
9389 gnus-message-citation-keywords to them and then update the value of
9390 font-lock-keywords.
9391
9392 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9393
9394 * message.el (message-cite-original-1): Don't call
9395 gnus-article-highlight-citation.
9396
9397 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9398 citations; fix line count.
9399
9400 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9401
9402 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9403 (gnus-message-add-citation-keywords)
9404 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9405 versions of font-lock-add-keywords and font-lock-remove-keywords to
9406 work with XEmacs correctly.
9407
9408 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9409
9410 * gnus-cite.el (gnus-cite-face-list): Set the values of
9411 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9412 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9413 (gnus-message-cite-prefix-regexp): New variable.
9414 (gnus-message-search-citation-line): Use it; protect against long
9415 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9416 the 0th match data for Emacs.
9417 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9418 (gnus-message-add-citation-keywords): Append keywords rather than
9419 prepending; emulate font-lock-add-keywords if it is not available.
9420 (gnus-message-remove-citation-keywords):
9421 Emulate font-lock-remove-keywords if it is not available.
9422
9423 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9424
9425 * message.el (message-cite-prefix-regexp): Set the value of
9426 gnus-message-cite-prefix-regexp.
9427
9428 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9429
9430 * nnweb.el (nnweb-google-parse-1): Update parser.
9431
9432 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9435
9436 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9437
9438 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9439 regexp.
9440
9441 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9442
9443 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9444 string-to-multibyte.
9445 (uudecode-decode-region-internal): Use it.
9446
9447 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9448
9449 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9450 Fix custom choice.
9451
9452 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9453
9454 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9455
9456 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9457
9458 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9459 `write-region' to respect `mm-inhibit-file-name-handlers'.
9460
9461 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9462
9463 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9464 Use gnus-home-directory instead of "~/" or "$HOME".
9465
9466 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9467
9468 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9469 to mention filename.
9470 Add comments at beginning regarding usage.
9471 (encrypt-write-file-contents): Change interactive so a string is
9472 acceptable. If the file has no associated model, show an error instead
9473 of a nonsense prompt.
9474
9475 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9476
9477 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9478 Thanks to Yoshihiko Yamada for kind notification of this typo.
9479
9480 2007-01-12 Kenichi Handa <handa@m17n.org>
9481
9482 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9483 multibyte buffer.
9484
9485 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9486
9487 * gnus-score.el (gnus-score-fast-scoring): New variable.
9488 (gnus-score-headers): Use it.
9489
9490 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9491
9492 * message.el (message-cite-original-1):
9493 Call gnus-article-highlight-citation if requested.
9494 (message-make-from): Allow name and address as optional arguments.
9495
9496 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9497
9498 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9499 bugs to doc string.
9500 (gnus-button-alist): Add mid\\|message-id.
9501 (gnus-button-fetch-group): Extend for use in
9502 `browse-url-browser-function'.
9503 (gnus-button-url-regexp): Try to catch paired parentheses like in
9504 Wikipedia URLs.
9505
9506 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9507 Suggested by Simon Krahnke <overlord@gmx.li>.
9508
9509 2007-01-13 Romain Francoise <romain@orebokech.com>
9510
9511 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9512 Update copyright.
9513
9514 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9515
9516 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9517
9518 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9519
9520 * gnus-registry.el (gnus-registry-unfollowed-groups)
9521 (gnus-registry-split-fancy-with-parent): Fix documentation.
9522
9523 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9524
9525 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9526 from nnweb groups.
9527
9528 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9529
9530 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9531 Xref urls. Erase buffer before requesting head.
9532
9533 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9534
9535 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9538 customizable.
9539
9540 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9541
9542 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9543 no signing key is found.
9544 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9545 no encrypting and/or signing key is found.
9546
9547 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9548
9549 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9550
9551 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9552
9553 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9554 headers read from disk with the ones newly found in the current search.
9555 This should no longer cause problems, because the article numbers in
9556 Gmane's `nov.php' output are ignored since the previous change.
9557
9558 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9559
9560 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9561
9562 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9563
9564 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9565
9566 2007-01-01 Romain Francoise <romain@orebokech.com>
9567
9568 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9569
9570 2006-12-31 Steve Youngs <steve@sxemacs.org>
9571
9572 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9573 `define-minor-mode' macro definition expanded properly.
9574 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9575 exclude it there.
9576
9577 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9578 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9579 `fboundp' test.
9580 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9581 This is OK to autoload in (S)XEmacs now.
9582
9583 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9584
9585 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9586 keystroke.
9587 (gnus-summary-limit-to-singletons): Fix typo.
9588
9589 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9590 else fails.
9591
9592 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9593
9594 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9595 docstring.
9596
9597 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9598 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9599 (gnus-summary-insert-dormant-articles): Fix typo in message.
9600
9601 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9602
9603 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9604 nil for XEmacs.
9605 (gnus-message-citation-mode): Don't autoload in XEmacs.
9606
9607 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9608
9609 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9610
9611 * nnimap.el (nnimap-expunge-search-string):
9612 Mention nnimap-search-uids-not-since-is-evil in docstring.
9613
9614 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9615
9616 * spam.el: Revert to make-obsolete-variable because
9617 define-obsolete-variable-alias is not supported in Emacs 21.
9618
9619 * spam.el (spam-ifile-path, spam-ifile-database-path)
9620 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9621 make-obsolete-variable.
9622 (spam-bsfilter-path, spam-bsfilter-program)
9623 (spam-spamassassin-path, spam-spamassassin-program)
9624 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9625 Don't use "path" inappropriately.
9626 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9627 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9628 variable names.
9629
9630 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9631
9632 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9633 summary buffer.
9634
9635 * password.el (password-cache-remove): Use clear-string to burn
9636 password, if available.
9637
9638 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9639
9640 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9641
9642 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9643
9644 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9645 (gnus-message-highlight-citation): Move defcustom here from
9646 gnus-cite.el.
9647 (gnus-message-citation-mode): Autoload.
9648
9649 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9650 checks to make it compile with XEmacs.
9651 (gnus-message-citation-mode): New minor mode.
9652 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9653 (gnus-message-highlight-citation): New variables.
9654 (gnus-message-search-citation-line)
9655 (gnus-message-add-citation-keywords)
9656 (gnus-message-remove-citation-keywords)
9657 (turn-on-gnus-message-citation-mode)
9658 (turn-off-gnus-message-citation-mode): New functions.
9659
9660 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9661
9662 * gnus-cite.el: Enable highlighting of different citation levels in
9663 message-mode.
9664
9665 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9666
9667 * message.el (message-make-fqdn): Fix comment.
9668 (message-bogus-system-names): Add ".local".
9669
9670 * spam.el (spam-ifile-path, spam-ifile-program)
9671 (spam-ifile-database-path, spam-ifile-database)
9672 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9673 Don't use "path" inappropriately.
9674 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9675 strings.
9676 (spam-check-ifile, spam-ifile-register-with-ifile)
9677 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9678 Use new variable names.
9679
9680 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9681 (gnus-treat-display-smileys): Simplify using
9682 gnus-image-type-available-p.
9683
9684 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9685 available.
9686
9687 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9690 one after turning on the buffer's multibyteness instead of decoding
9691 them directly in the unibyte buffer that causes unexpected conversion
9692 in Emacs 23 (unicode).
9693
9694 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9695
9696 * message.el (message-generate-hashcash): Fix custom type.
9697
9698 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9699
9700 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9701
9702 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9703
9704 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9705 disconnect icons. Add help text.
9706
9707 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9708
9709 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9710 negated to be consistent with the others we handle.
9711
9712 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9713
9714 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9715 version of gnus-summary-buffer to something, so that we can use two
9716 article buffers at the same time.
9717
9718 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9719
9720 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9721 trigger all the extra headers.
9722 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9723 sorting.
9724
9725 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9726
9727 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9728 solid groups.
9729
9730 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9731
9732 * legacy-gnus-agent.el: Add Copyright notice.
9733
9734 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9737
9738 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9739
9740 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9741
9742 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9743 to make it work reliably in CVS Emacs.
9744 (gnus-summary-limit-strange-charsets-predicate)
9745 (gnus-summary-limit-to-predicate): New functions.
9746
9747 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9748
9749 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9750 specifying array size.
9751 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9752 array if it is too small.
9753 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9754 (gnus-sort-threads-loop): New function.
9755
9756 2006-12-06 Chris Moore <dooglus@gmail.com>
9757
9758 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9759 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9760
9761 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9762
9763 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9764 options.
9765
9766 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9767
9768 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9769 DOS-ing the recipient.
9770
9771 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9772 the headers when creating the mapping to avoid mismappings.
9773 (nnweb-gmane-create-mapping): Always nix out old mapping.
9774
9775 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9776
9777 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9778 and mm-verify-option to never.
9779
9780 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9781
9782 * message.el (message-signed-or-encrypted-p): New function.
9783 (message-forward-make-body): Use it.
9784
9785 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9786 Replace encode-coding-string with mm-encode-coding-string.
9787
9788 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * nneething.el (nneething-decode-file-name):
9791 Replace decode-coding-string with mm-decode-coding-string.
9792
9793 * gnus-int.el (gnus-open-server): Say failed server's name.
9794
9795 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9796
9797 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9798 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9799
9800 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9801 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9802 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9803 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9804 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9805 (gnus-subscribe-newsgroup, gnus-1):
9806 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9807 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9808 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9809 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9810
9811 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9812
9813 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9814 keystroke.
9815 (gnus-summary-limit-to-bodies): Implement headersp.
9816
9817 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9818
9819 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9820
9821 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9822
9823 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9824
9825 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9826
9827 * message.el (message-generate-hashcash): Expand range of values to
9828 include `opportunistic'.
9829 (message-send-mail): Use it.
9830
9831 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9832
9833 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9834 and comment it.
9835
9836 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9837
9838 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9839
9840 * gnus-util.el (gnus-extract-address-components): Improve comment.
9841
9842 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * gnus-util.el (gnus-extract-address-components): Work with address in
9845 which the name portion contains @.
9846
9847 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9848
9849 * gnus.el (gnus-start): Move custom group up.
9850 (gnus-select-method): Don't autoload, but make it available for
9851 `customize-variable'.
9852 (gnus-getenv-nntpserver): Don't autoload.
9853
9854 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9855
9856 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9857
9858 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9859
9860 * message.el (message-sendmail-extra-arguments): New variable.
9861 (message-send-mail-with-sendmail): Use it.
9862
9863 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9864
9865 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9866 mm-with-unibyte-current-buffer to make string unibyte.
9867
9868 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9869 mm-string-as-multibyte.
9870
9871 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9872
9873 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9874 Reported by Werner Koch <wk@gnupg.org>.
9875
9876 2006-11-14 Daiki Ueno <ueno@p360>
9877
9878 * mml2015.el: Autoload epa-select-keys when compiling.
9879
9880 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9881
9882 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9883 message-options.
9884 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9885
9886 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9887
9888 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9889 EasyPG (< 0.0.6).
9890 (mml2015-always-trust): New user option.
9891 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9892 prompt.
9893
9894 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9895
9896 * nntp.el (nntp-authinfo-force): New variable.
9897 (nntp-send-authinfo): Use it.
9898
9899 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9900
9901 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9902 decode encoded words. Improve prompt. Add comment about forwarding.
9903 (message-replacement-char): Move up.
9904
9905 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9906
9907 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9908 instead of gnus-intersection because arguments of gnus-sorted-nunion
9909 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9910
9911 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9912
9913 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9914 (message-simplify-subject-functions):
9915 Enable message-strip-subject-encoded-words by default.
9916
9917 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9918
9919 * message.el (message-strip-subject-encoded-words): New function.
9920 (message-simplify-subject-functions): New variable.
9921 (message-simplify-subject): Use it. Fix typo in doc string.
9922 Support message-strip-subject-encoded-words.
9923
9924 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9925
9926 * gnus-diary.el (gnus-diary-delay-format-function):
9927 * nndiary.el (nndiary-reminders):
9928 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9929
9930 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9931
9932 * gnus-art.el (article-hide-boring-headers): Fetch date from
9933 gnus-original-article-buffer to avoid problems with localized date
9934 strings.
9935
9936 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9937
9938 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9939
9940 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9941
9942 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9943 New variables.
9944 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9945 (mm-charset-synonym-alist): Move some entries to
9946 mm-codepage-iso-8859-list.
9947 (mm-charset-synonym-alist, mm-charset-override-alist):
9948 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9949
9950 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9951
9952 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9953
9954 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9955
9956 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9957 with Emacs 21 and XEmacs.
9958
9959 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9960
9961 * spam.el (spam-parse-address): New function for better parsing,
9962 catching errors, etc.
9963 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9964
9965 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9966
9967 * mm-view.el: Add interactive arg to html2text autoload.
9968
9969 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9970
9971 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9972
9973 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9974
9975 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9976 New variables.
9977 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9978 (mm-charset-synonym-alist): Move some entries to
9979 mm-codepage-iso-8859-list.
9980
9981 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9982
9983 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9984
9985 * message.el (message-citation-line-format)
9986 (message-insert-formated-citation-line): Fix implementation of %E, %N
9987 and %n according to the doc string.
9988
9989 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9990
9991 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9992 Use car-safe to avoid bad parses.
9993
9994 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9995
9996 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9997 names.
9998
9999 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10000
10001 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10002
10003 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10004 header.
10005
10006 * message.el (message-draft-headers): Add Date.
10007 (message-headers-to-generate): Fix typo in docstring.
10008
10009 * nndraft.el (nndraft-required-headers): New variable.
10010 (nndraft-generate-headers): Use it.
10011
10012 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10013
10014 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10015
10016 * gnus-registry.el (gnus-registry-wash-for-keywords)
10017 (gnus-registry-find-keywords): New functions to allow easy searching of
10018 articles that are in the registry.
10019
10020 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
10021
10022 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10023 Use ietf-drums-parse-address instead of gnus-extract-address-components.
10024 Reported by Damien Elmes <damien@repose.cx>.
10025
10026 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
10027
10028 * gnus.el (gnus-mime): Remove unused custom group.
10029
10030 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10031
10032 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10033 "blank line" when searching for end of armor headers.
10034
10035 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
10036
10037 * gmm-utils.el (gmm-write-region): Fix variable name.
10038
10039 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10040
10041 * gmm-utils.el (gmm-write-region): New function based on compatibility
10042 code from `mm-make-temp-file'.
10043
10044 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10045
10046 * nnmaildir.el (nnmaildir--update-nov)
10047 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10048 Use `gmm-write-region'.
10049
10050 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
10051
10052 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10053 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10054
10055 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10056
10057 * message.el (message-replacement-char): New variable.
10058 (message-fix-before-sending): Use it.
10059 (message-simplify-subject): New function to remove duplicate code.
10060 (message-reply, message-followup): Use it.
10061
10062 * gnus-sum.el (gnus-summary-make-menu-bar):
10063 Clarify gnus-summary-limit-to-articles.
10064
10065 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
10066
10067 * gnus-util.el (gnus-with-local-quit): New macro.
10068
10069 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10070
10071 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
10072
10073 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10074 ignore non-string data.
10075
10076 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10077
10078 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10079 non-string data (needs to be done in the registry too).
10080
10081 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10082
10083 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10084 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10085 (gnus-registry-split-fancy-with-parent)
10086 (gnus-registry-fetch-simplified-message-subject-fast)
10087 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10088 Remove text properties on ingress into the registry and when it's saved.
10089 (gnus-registry-clean-empty-function): Fix bug with cleaning the
10090 registry from entries with no groups.
10091
10092 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10093
10094 * gnus-util.el (gnus-string-remove-all-properties): Add utility
10095 function to remove string properties.
10096
10097 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
10098
10099 * gmm-utils.el (gmm): Adjust custom version.
10100
10101 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10102 Adjust custom version.
10103
10104 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10105
10106 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
10107
10108 * gnus-art.el (gnus-insert-prev-page-button)
10109 (gnus-insert-next-page-button): Simplify. Reformat.
10110
10111 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10112
10113 * gnus-art.el (gnus-insert-prev-page-button)
10114 (gnus-insert-next-page-button): Apply gnus-article-button-face.
10115
10116 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10119
10120 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
10121
10122 * gnus-art.el (gnus-insert-mime-button)
10123 (gnus-insert-mime-security-button):
10124 Apply gnus-article-button-face to MIME and security buttons.
10125
10126 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
10127
10128 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10129 readable.
10130
10131 2006-09-20 Steve Youngs <steve@sxemacs.org>
10132
10133 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10134 `browse-url-of-file' instead of `browse-url'.
10135
10136 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10137
10138 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10139 regexp. Articles containing quotation were cut prematurely.
10140
10141 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * message.el (message-cite-original-1): Use nobody by default for the
10144 value of From header.
10145 (message-reply): Ditto.
10146
10147 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10148
10149 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10150 to the gnus-info. This fixes a bug of inline-PGP message verification.
10151 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10152
10153 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10154
10155 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10156 mails in the doc string. Add some URLs in comment.
10157 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10158
10159 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10160
10161 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10162 backslashes handling and the way to find boundaries of quoted strings.
10163
10164 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10165
10166 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10167 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10168 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10169 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10170
10171 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10172
10173 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10174 doc string.
10175 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10176
10177 2006-09-06 Simon Josefsson <jas@extundo.com>
10178
10179 * mml2015.el (mml2015-use): Doc fix, mention epg.
10180
10181 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10182
10183 * mml2015.el (mml2015-use): Default to epg, if available.
10184
10185 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10186
10187 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10188 message-sender.
10189 (mml1991-epg-encrypt): Ditto.
10190 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10191 message-sender.
10192 (mml2015-epg-encrypt): Ditto.
10193
10194 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10195
10196 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10197 several common directories.
10198
10199 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10200
10201 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10202 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10203
10204 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10205
10206 * gnus-art.el (article-decode-encoded-words): Make it fast.
10207
10208 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10209
10210 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10211
10212 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10213 in quoted string into `\'.
10214
10215 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10216
10217 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10218 Use standard-syntax-table.
10219
10220 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * gnus-art.el (gnus-decode-address-function): New variable.
10223 (article-decode-encoded-words): Use it to decode headers which are
10224 assumed to contain addresses.
10225 (gnus-mime-delete-part): Remove useless `or'.
10226
10227 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10228 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10229 (gnus-nov-parse-line): Use it to decode From header.
10230 (gnus-get-newsgroup-headers): Ditto.
10231 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10232
10233 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10234 (mail-decode-encoded-address-string): New alias.
10235
10236 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10237 New function.
10238 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10239 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10240 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10241 (rfc2047-decode-string): Ditto.
10242 (rfc2047-decode-address-region): New function.
10243 (rfc2047-decode-address-string): New function.
10244
10245 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * message.el (message-caesar-buffer-body): Allow rotating headers.
10248
10249 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10250
10251 * message.el (message-insert-formated-citation-line): Fix %f.
10252 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10253
10254 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10255
10256 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10257 (gnus-bookmark-mouse-available-p): New macro.
10258 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10259 (gnus-bookmark-bmenu-show-infos): Use it.
10260 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10261 (gnus-bookmark-bmenu-hide-infos): Ditto.
10262 (gnus-bookmark-remove-properties): New function.
10263 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10264 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10265 (gnus-bookmark-write-file): Bind coding-system-for-write.
10266 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10267 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10268 group before selecting it.
10269 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10270 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10271 quit-window if it is not available; use gnus-mouse-2 and bind it to
10272 gnus-bookmark-bmenu-select-by-mouse.
10273 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10274 (gnus-bookmark-bmenu-select-by-mouse): New function.
10275
10276 2006-08-13 Romain Francoise <romain@orebokech.com>
10277
10278 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10279 space.
10280
10281 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * compface.el (uncompface): Use binary rather than raw-text-unix.
10284
10285 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10286
10287 * compface.el (uncompface): Make sure the eol conversion doesn't take
10288 place when communicating with the external programs.
10289 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10290
10291 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10292
10293 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10294
10295 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10296
10297 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10298 Make it more robust by parsing author and date independently.
10299
10300 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10301
10302 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10303
10304 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10305
10306 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10307 first matching secret key.
10308 (mml2015-epg-encrypt): Ditto.
10309
10310 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10311 first matching secret key.
10312 (mml1991-epg-encrypt): Ditto.
10313
10314 * mml2015.el (mml2015-encrypt-to-self): New user option.
10315 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10316 mml2015-epg-encrypt-to-self is set.
10317
10318 * mml1991.el (mml1991-encrypt-to-self): New variable.
10319 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10320 mml1991-epg-encrypt-to-self is set.
10321
10322 * mml2015.el (mml2015-signers): New user option.
10323 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10324 (mml2015-epg-encrypt): Allow to select signing keys.
10325
10326 * mml1991.el (mml1991-signers): New variable.
10327 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10328 (mml1991-epg-encrypt): Allow to select signing keys.
10329
10330 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10331
10332 * nnheader.el (nnheader-insert-head): Make it work even if the file
10333 uses CRLF for the line-break code.
10334
10335 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10336
10337 * mml2015.el: Require mml-sec instead of password.
10338 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10339 (mml2015-cache-passphrase): Inherit the default value from
10340 mml-secure-cache-passphrase.
10341 (mml2015-passphrase-cache-expiry): Inherit the default value from
10342 mml-secure-passphrase-cache-expiry.
10343
10344 * mml1991.el: Require mml-sec instead of password.
10345 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10346 (mml1991-cache-passphrase): Inherit the default value from
10347 mml-secure-cache-passphrase.
10348 (mml1991-passphrase-cache-expiry): Inherit the default value from
10349 mml-secure-passphrase-cache-expiry.
10350
10351 * mml-sec.el: Require password.
10352 (mml-secure-verbose): New user option.
10353 (mml-secure-cache-passphrase): New user option.
10354 (mml-secure-passphrase-cache-expiry): New user option.
10355
10356 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10357
10358 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10359 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10360 andreas@altroot.de (Andreas Vögele).
10361
10362 FIXME: Use `tiny change'?
10363
10364 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10365
10366 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10367 workaround for the url package included with Emacs.
10368
10369 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10370
10371 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10374 correctly. This fixes a bug caused by the 2006-05-12 change.
10375
10376 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10377
10378 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10379 some information about the error when saying that the `bogus' mail
10380 group will be used.
10381
10382 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10383
10384 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10385 string.
10386
10387 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10388
10389 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10390
10391 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10392
10393 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10394
10395 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10396
10397 * mml1991.el (mml1991-function-alist): Add epg.
10398 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10399 (mml1991-epg-encrypt): New functions.
10400
10401 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10402
10403 * mml2015.el (mml2015-verbose): New variable.
10404 (mml2015-cache-passphrase): Ditto.
10405 (mml2015-passphrase-cache-expiry): Ditto.
10406 (mml2015-function-alist): Add epg.
10407 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10408 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10409 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10410 New functions.
10411
10412 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10413
10414 * message.el (message-cite-original-1): Preserve region when removing
10415 quoted text due to X-No-Archive in order to avoid bogus attribution
10416 when citing multiple messages.
10417
10418 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10419
10420 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10421 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10422
10423 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10424
10425 * gnus-diary.el (gnus-user-format-function-d)
10426 (gnus-user-format-function-D): Autoload.
10427
10428 * imap.el (Commentary): Fix typo.
10429
10430 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10431 2006-04-22 contribution.
10432
10433 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10434
10435 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10436 It didn't really fix the bogosity I'm seeing with solid web groups.
10437
10438 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10439
10440 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10441 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10442 created using server names. If we use the feature without declaring
10443 it, Gnus does not properly manage server and group state.
10444
10445 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10446 bound.
10447
10448 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10449
10450 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10451 looking up the method using GROUP's prefix before inventing a new one.
10452 It is used on killed/unknown groups in various places where returning
10453 an all-new method isn't expected by the caller.
10454
10455 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10456 and match semantics of gnus-group-real-prefix.
10457
10458 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10459
10460 * nnmail.el (nnmail-broken-references-mailers): New variable.
10461 (nnmail-ignore-broken-references): New function generalizing
10462 nnmail-fix-eudora-headers.
10463 (nnmail-fix-eudora-headers): Now obsolete.
10464
10465 * gnus-art.el (gnus-button-handle-custom):
10466 Support `customize-apropos*'.
10467
10468 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10471
10472 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10473 articles.
10474
10475 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10476
10477 * message.el (message-cite-reply-above): New variable.
10478 (message-yank-original): Use it.
10479
10480 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10481
10482 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10483
10484 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10485
10486 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10487 as read.
10488
10489 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10490
10491 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10492
10493 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10494 (gnus-bookmark-default-file): Use gnus-directory.
10495 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10496 Remove "*" in doc string.
10497 (gnus-bookmark-write-file): Simplify.
10498 (gnus-bookmark-maybe-sort-alist): Use `when'.
10499 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10500 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10501 Add FIXME about Emacs 21 and XEmacs compatibility.
10502 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10503 compatibility.
10504 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10505 compatibility.
10506 (gnus-bookmark-menu-heading): Fix version.
10507
10508 2006-06-19 Bastien Guerry <bzg@altern.org>
10509
10510 * gnus-bookmark.el: New file.
10511
10512 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10513
10514 * message.el (message-syntax-checks): Doc fix.
10515
10516 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10517
10518 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10519 unsubscribed groups as if they were killed ones. It causes duplicate
10520 entries in gnus-newsrc-alist.
10521
10522 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10523
10524 * message.el (message-syntax-checks): Doc fix.
10525 (message-send-mail): Add check for continuation headers.
10526 (message-check-news-header-syntax): Fix regexp used to check for
10527 continuation headers.
10528
10529 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10530
10531 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10532
10533 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10534
10535 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10536
10537 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10538
10539 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10540 default-truncate-lines.
10541
10542 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10543
10544 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10545 to fill the utf-8 entry.
10546
10547 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10548
10549 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10550
10551 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10552
10553 * gnus-agent.el (directory-files-and-attributes): Move all the way
10554 forward (the third and final move).
10555 (gnus-agent-read-agentview): Trap reconstruction errors due to
10556 nonexistent directory. Handle by returning nil.
10557
10558 2006-05-30 Didier Verna <didier@xemacs.org>
10559
10560 * message.el (message-dont-reply-to-names): Update the custom type.
10561 * message.el (message-dont-reply-to-names): New defsubst: potentially
10562 convert a list of regexps into a single one.
10563 * message.el (message-get-reply-headers): Use it.
10564 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10565
10566 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * gnus-agent.el (directory-files-and-attributes): Move forward.
10569
10570 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10571
10572 * gnus-ml.el (gnus-mailing-list-subscribe)
10573 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10574 (gnus-mailing-list-message): Fix doc strings.
10575
10576 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10577
10578 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10579 of doing it manually.
10580
10581 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10582
10583 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10584 comment.
10585
10586 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10587
10588 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10589 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10590 (gnus-agent-read-local): All symbols allocated in my-obarray.
10591 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10592 (gnus-agent-regenerate-group): Check numeric names to see if they are
10593 messages or groups.
10594 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10595 better way of do this...)
10596
10597 * gnus-cache.el (gnus-agent-total-fetched-for):
10598 Ignore 'dummy.group' (there should be a better way of do this...)
10599
10600 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10601
10602 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10603 (gnus-saved-headers): Ditto.
10604 (gnus-default-article-saver): Mention functions may have properties.
10605 (gnus-article-save): Override gnus-save-all-headers and
10606 gnus-saved-headers by :headers property which saver function may have.
10607 (gnus-summary-save-in-file): Add :headers property.
10608 (gnus-summary-write-to-file): Ditto.
10609
10610 * gnus-sum.el (gnus-summary-save-article): Bind
10611 gnus-prompt-before-saving to t when saving many articles in a file;
10612 always show all headers.
10613
10614 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10615
10616 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10617 marks.
10618
10619 * message.el (message-indent-citation): Add optional arguments to allow
10620 using it outside of message buffers.
10621
10622 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10623 (gnus-article-treat-unfold-headers): Use it.
10624 (gnus-article-truncate-lines): New variable.
10625 (gnus-article-mode): Use it.
10626 (gnus-article-toggle-truncate-lines): New function.
10627
10628 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10629 Add gnus-article-toggle-truncate-lines.
10630
10631 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10632 coding system in XEmacs, use binary.
10633
10634 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10635
10636 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10637 after-load-alist.
10638
10639 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10640 this function should save decoded articles.
10641 (gnus-summary-write-to-file): Use property to specify this function
10642 should save decoded articles and specify gnus-summary-save-in-file
10643 should be used to save articles other than the first one when saving
10644 many articles.
10645 (gnus-summary-save-body-in-file): Use property to specify this
10646 function should save decoded articles.
10647 (gnus-summary-write-body-to-file): Use property to specify this
10648 function should save decoded articles and specify
10649 gnus-summary-save-body-in-file should be used to save articles other
10650 than the first one when saving many articles.
10651
10652 * gnus-sum.el (gnus-summary-save-article): Simplify.
10653
10654 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10655
10656 * gnus-art.el (gnus-default-article-saver):
10657 Add gnus-summary-write-body-to-file.
10658 (gnus-article-save-coding-system): Don't use coding system object
10659 in XEmacs.
10660 (gnus-read-save-file-name): Add optional `dir-var' argument which
10661 specifies directory in which files are saved; work even if optional
10662 `variable' argument is not specified.
10663 (gnus-summary-write-to-file): Read file name.
10664 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10665 (gnus-summary-write-body-to-file): New function.
10666
10667 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10668 (gnus-summary-local-variables): Add it.
10669 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10670 (gnus-summary-save-article): Remove optional `decode' argument;
10671 determine whether to decode articles by the value of
10672 gnus-default-article-saver; when saving many files using
10673 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10674 it first and use gnus-summary-save-in-file or
10675 gnus-summary-save-body-in-file thereafter unless
10676 gnus-prompt-before-saving is always; move point to article which
10677 will be saved.
10678 (gnus-summary-save-article-file): Revert.
10679 (gnus-summary-write-article-file): Revert.
10680 (gnus-summary-save-article-body-file): Revert.
10681 (gnus-summary-write-article-body-file): New function.
10682
10683 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10684
10685 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10686
10687 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10688
10689 * gnus-art.el (gnus-default-article-saver): Doc fix.
10690 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10691 from gnus-summary-save-article-coding-system, and default to a
10692 certain coding system.
10693 (gnus-output-to-file): Add coding cookie and encode text according
10694 to gnus-article-save-coding-system; don't use mm-append-to-file.
10695
10696 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10697 gnus-art.el and rename to gnus-article-save-coding-system.
10698 (gnus-summary-save-article): Require gnus-art; don't show all
10699 headers if it decodes articles; don't add coding cookie here;
10700 don't bind mm-text-coding-system-for-write.
10701 (gnus-summary-save-article-file): Save decoded articles.
10702 (gnus-summary-write-article-file): When saving many files, use
10703 gnus-summary-write-to-file first and gnus-summary-save-in-file
10704 thereafter unless gnus-prompt-before-saving is always.
10705 (gnus-summary-save-article-body-file): Save decoded articles.
10706
10707 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10708
10709 * nnrss.el (nnrss-check-group): Bind hash-index.
10710
10711 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10712
10713 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10714 its hash index. Store this hash in `nnrss-group-data'.
10715 (nnrss-read-group-data): Update accordingly.
10716
10717 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10718
10719 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10720 entry.
10721
10722 * gnus-sum.el (gnus-summary-make-menu-bar):
10723 Add gnus-article-browse-html-article.
10724
10725 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10726
10727 * gnus-sum.el (gnus-summary-mime-map):
10728 Add gnus-article-browse-html-article.
10729
10730 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10731
10732 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10733 suitable coding systems in customize.
10734
10735 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10736
10737 * mail-source.el (mail-sources): Fix custom type.
10738
10739 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10740
10741 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10742 (gnus-summary-expire-articles-now): Shorten prompt.
10743
10744 * gmm-utils.el (wid-edit): Require.
10745 (defun-gmm): Rename from `gmm-defun-compat'.
10746 (gmm-image-search-load-path): Use it.
10747 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10748
10749 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10750
10751 * gnus-sum.el (gnus-summary-save-article-coding-system):
10752 New variable.
10753 (gnus-summary-save-article): Add optional `decode' argument.
10754 If it is set and gnus-summary-save-article-coding-system is non-nil,
10755 save decoded article.
10756 (gnus-summary-write-article-file): Save decoded article if
10757 gnus-summary-save-article-coding-system is non-nil.
10758
10759 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10760 type.
10761
10762 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10763
10764 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10765
10766 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10767
10768 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10769 first to test gnus-single-article-buffer which may be buffer-local.
10770
10771 * gnus-sum.el (gnus-summary-setup-buffer):
10772 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10773 group; make gnus-article-buffer, gnus-article-current, and
10774 gnus-original-article-buffer always buffer-local.
10775 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10776 group.
10777 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10778
10779 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10780
10781 * nnml.el (nnml-request-compact-group): Compressed files might not
10782 have .gz extension.
10783
10784 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10787 (mm-copy-to-buffer): Use with-current-buffer.
10788 (mm-display-part): Simplify.
10789 (mm-inlinable-p): Add optional arg `type'.
10790
10791 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10794 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10795 Try harder to show the attachment internally or externally using
10796 gnus-mime-view-part-as-type.
10797
10798 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10799
10800 * message.el (message-from-style, message-signature-separator)
10801 (message-user-organization-file, message-send-mail-function)
10802 (message-citation-line-function, message-yank-prefix)
10803 (message-indent-citation-function, message-signature)
10804 (message-signature-file, message-signature-insert-empty-line):
10805 Remove autoloads.
10806
10807 * gnus-art.el (gnus-buttonized-mime-types):
10808 Remove "multipart/signed". Revert 2006-04-26 change.
10809
10810 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10811
10812 * gnus.el (gnus-version-number): Bump version.
10813
10814 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10815
10816 * gnus.el: No Gnus v0.5 is released.
10817
10818 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10819
10820 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10821 fetching articles by message-id.
10822
10823 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10824
10825 * message.el (hashcash): Require hashcash as normal.
10826
10827 * ecomplete.el (ecomplete-highlight-match-line):
10828 Use point-at-eol.
10829 (ecomplete-highlight-match-line): Use `highlight', because that
10830 face exists in both Emacs and XEmacs.
10831
10832 * message.el (message-display-abbrev): Use point-at-bol.
10833
10834 * mail-source.el: Don't require timer/timer-funcs.
10835
10836 * gnus-async.el: Ditto.
10837
10838 * password.el: Ditto.
10839
10840 * mm-url.el: Ditto.
10841
10842 * mm-util.el: Require timer/timer-funcs.
10843
10844 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10845
10846 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10847 Close.
10848
10849 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10850
10851 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10852 unibyte after clear-decrypt function runs.
10853
10854 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10855 returns as a unibyte string.
10856
10857 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10858
10859 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10860 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10861 (mml1991-pgg-encrypt): Ditto.
10862
10863 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10864
10865 * message.el (message-user-organization-file): Check several
10866 locations of the organization file.
10867
10868 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10869 Add gnus-article-view-part-as-type.
10870
10871 * gnus-art.el (gnus-article-view-part-as-type): New function.
10872
10873 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10874 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10875
10876 * mml.el: Simplify autoload.
10877 (mml-mode): defvar dnd-protocol-alist instead of using
10878 symbol-value.
10879 (mml-default-directory): New variable.
10880 (mml-minibuffer-read-file): Use it.
10881 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10882
10883 * message.el (message-citation-line-format): New variable.
10884 (message-insert-formated-citation-line): New function.
10885 (message-citation-line-function):
10886 Add `message-insert-formated-citation-line' to custom type.
10887
10888 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10889 to doc string.
10890
10891 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10892 depending on mm-verify-option.
10893
10894 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10895
10896 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10897 binding pgg-* variables; reimplement the section which prevents
10898 MIME header from being signed.
10899 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10900 pgg-text-mode; remove a blank line at the top of body.
10901
10902 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10903 lines at the top of body; use gnus-newsgroup-charset if there's no
10904 Charset header.
10905
10906 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10907
10908 * message.el (message-self-insert-commands): Doc fix.
10909
10910 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10911 (mm-uu-pgp-encrypted-test): Ditto.
10912 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10913 between header and body; return application/pgp-encrypted handle
10914 if decryption failed; decode decrypted body by charset.
10915
10916 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10917 element match to application/pgp-*.
10918
10919 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10920
10921 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10922 HTML.
10923
10924 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10925
10926 * mail-source.el (mail-source-call-script): Message the error
10927 string.
10928
10929 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10930
10931 * gnus-util.el (gnus-byte-compile): Use it.
10932
10933 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10934
10935 * gnus-util.el (kill-empty-logs): New function.
10936
10937 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10938
10939 * message.el (message-mail-alias-type): Doc fix.
10940 (message-mail-alias-type-p): New function.
10941 (message-send): Use it.
10942 (message-mode): Ditto.
10943 (message-strip-forbidden-properties): Ditto.
10944
10945 * ecomplete.el (ecomplete-database-file-coding-system):
10946 New variable.
10947 (ecomplete-save): Use it.
10948 (ecomplete-setup): Use it.
10949
10950 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10951
10952 * message.el (message-self-insert-commands): New variable.
10953 (message-strip-forbidden-properties): Use it.
10954
10955 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10956
10957 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10958 that doesn't make XEmacs choke.
10959
10960 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10961
10962 * gnus-util.el (gnus-replace-in-string):
10963 Prefer replace-regexp-in-string over of replace-in-string.
10964
10965 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10966
10967 * gnus-util.el (gnus-select-frame-set-input-focus):
10968 Use select-frame-set-input-focus if it is available in XEmacs; use
10969 definition defined in Emacs 22 for old Emacsen.
10970
10971 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10972
10973 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10974
10975 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10976
10977 * gnus-registry.el (gnus-registry-cache-save): Remove text
10978 properties when saving via the temp buffer.
10979
10980 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10981
10982 * message.el (message-generate-hashcash): Honor custom type.
10983
10984 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * message.el (message-generate-hashcash): Default to non-nil when
10987 hashcash is found.
10988
10989 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10990 (gnus-refer-thread-limit): Increase default to 500.
10991
10992 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10993
10994 * flow-fill.el (fill-flowed): Allow delete-space.
10995
10996 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10997
10998 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10999 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11000 Remove autoloads.
11001
11002 2006-04-18 Simon Josefsson <jas@extundo.com>
11003
11004 * message.el (message-generate-hashcash): Default to.
11005
11006 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
11007
11008 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11009 concatenating segments rather than before concatenating them.
11010
11011 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11012
11013 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11014
11015 * imap.el (imap-quote-specials): New function.
11016 (imap-login-auth): Quote specials.
11017
11018 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11019
11020 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11021
11022 * message.el (message-forward-make-body-plain):
11023 Allow message-forward-ignored-headers to be a list.
11024 (message-remove-ignored-headers): Factor out into function.
11025 (message-forward-make-body-mml): Use it.
11026 * rfc2231.el (rfc2231-parse-string): Remove dead code.
11027 (rfc2231-parse-string): Allow concatanation of parameters that
11028 aren't contiguous. The test case is
11029 (mail-header-parse-content-type "message/external-body;
11030 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11031 access-type=LOCAL-FILE;
11032 name*1*=plugh%2fhello-sailor%2fbing.pdf")
11033
11034 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11035
11036 * nntp.el (nntp-accept-process-output): Return the value of
11037 `nnheader-accept-process-output'.
11038
11039 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11040
11041 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11042 (gnus-button-alist): Recognize more diff formats.
11043 (gnus-button-patch): Strip directory.
11044
11045 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
11046
11047 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11048 Emacs 22 when setting focus.
11049
11050 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
11052 * gnus-art.el (gnus-article-treat-types): Do treatment of
11053 text/x-verbatim parts.
11054 (gnus-button-patch): New command.
11055
11056 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11057 addresses that contain invalid characters.
11058
11059 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11060
11061 * message.el (message-put-addresses-in-ecomplete):
11062 Use gnus-replace-in-string.
11063 (message-is-yours-p): Use the more correct
11064 mail-header-parse-address instead of
11065 mail-extract-address-components.
11066 (message-put-addresses-in-ecomplete): Fix typo.
11067
11068 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11069 keystroke.
11070
11071 * gnus-art.el (gnus-treatment-function-alist): Change order of
11072 newsgroups/generic header folding to avoid double-folding.
11073
11074 * message.el (message-hidden-headers): Add X-Draft-From.
11075
11076 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11077 New command.
11078 (gnus-summary-repeat-search-article-backward): New command.
11079
11080 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11081 groups in the parent topic.
11082
11083 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
11084
11085 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11086 (spam-extra-header-to-number): Return the CRM114 number as a
11087 number instead of a string.
11088
11089 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11090
11091 * gnus-art.el (gnus-face-properties-alist): Move here from
11092 gnus-fun.
11093
11094 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11095
11096 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
11098 * message.el (message-strip-forbidden-properties): Only display on
11099 self-insert-command.
11100
11101 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11102 reindent.
11103 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11104
11105 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
11106
11107 * smiley.el (smiley-style): Fix typo.
11108
11109 2006-03-23 Kenichi Handa <handa@m17n.org>
11110
11111 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11112 instead of set-buffer-multibyte.
11113
11114 2006-03-23 Kenichi Handa <handa@m17n.org>
11115
11116 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11117 buffer and then decode the buffer text if necessary.
11118 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11119 first, and after mm-encode-body, change the buffer to unibyte.
11120
11121 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11122
11123 * hashcash.el (hashcash-insert-payment-async-2):
11124 Use message-goto-eoh instead of doing it manually.
11125 (mail-add-payment): Use message-narrow-to-header instead of trying
11126 to do the same itself.
11127
11128 * message.el (message-hidden-headers): Add Face.
11129
11130 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11131 reparenting code.
11132 (gnus-summary-reparent-children): Refactored out code.
11133 (gnus-summary-thread-map): New keystroke.
11134 (gnus-summary-reparent-children): Make into command.
11135
11136 * smiley.el (smiley-style): Default to `medium' if using a large
11137 font.
11138
11139 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11140 does it itself.
11141
11142 * message.el (message-point-in-header-p): Simplify definition.
11143
11144 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11145
11146 * nnagent.el (nnagent-request-set-mark): Silence log file
11147 writing.
11148 (nnagent-request-set-mark): Use write-region instead of
11149 append-to-file.
11150
11151 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11152 strange select method.
11153
11154 * ecomplete.el (ecomplete-display-matches): Get highlightling
11155 right.
11156 (ecomplete-display-matches): Use literals.
11157 (ecomplete-display-matches): Disable message logging.
11158
11159 * message.el (message-display-abbrev): Small optimization.
11160
11161 * ecomplete.el (ecomplete-display-matches): Allow automatic
11162 display.
11163
11164 * message.el (message-strip-forbidden-properties):
11165 Display abbrevs.
11166 (message-display-abbrev): Get automatic display right.
11167
11168 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11169 keystrokes.
11170
11171 2006-04-13 Romain Francoise <romain@orebokech.com>
11172
11173 TODO: Backport to v5-10!
11174
11175 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11176 Move here (and rename) from gnus-registry.el.
11177
11178 * gnus-registry.el: Require gnus-util.
11179 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11180
11181 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11182
11183 * gnus-group.el (gnus-group-catchup-current):
11184 Change if-then-else-if-then-else into cond.
11185 (gnus-group-catchup): Indent.
11186 (group-name-at-point): New function.
11187 (gnus-fetch-group): Provide default from thing at point.
11188
11189 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11190
11191 * message.el (message-display-abbrev): Fix regexp.
11192
11193 * ecomplete.el (ecomplete-highlight-match-line):
11194 Reimplement choosing.
11195 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11196 dead variables.
11197
11198 * message.el (message-newline-and-indent): Remove debugging.
11199 (message-display-abbrev): Use new implementation.
11200
11201 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11202
11203 * gnus-art.el (gnus-article-mode):
11204 Set cursor-in-non-selected-windows to nil.
11205
11206 * smiley.el: Revert previous change.
11207 (smiley-data-directory): defvar it before using it in the
11208 defcustom of `smiley-style'.
11209
11210 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * message.el (message-newline-and-indent): New function.
11213
11214 * ecomplete.el: Implement more bits.
11215
11216 * message.el (message-put-addresses-in-ecomplete): Clean up the
11217 string.
11218
11219 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11220
11221 * gnus-sum.el (gnus-summary-save-parts):
11222 Bind gnus-summary-save-parts-counter and use it to make unique file
11223 names.
11224
11225 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11226
11227 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11228 parameter to say whether to actually parse the individual
11229 addresses.
11230
11231 * message.el (message-put-addresses-in-ecomplete): New function.
11232 (ecomplete): Require.
11233 (message-mail-alias-type): Add ecomplete as an option.
11234
11235 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11236
11237 * flow-fill.el (fill-flowed): Remove trailing space from blank
11238 quoted lines.
11239
11240 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11241
11242 * smiley.el (smiley-style): Move definition later to avoid a
11243 compilation warning.
11244
11245 2006-04-12 Kenichi Handa <handa@m17n.org>
11246
11247 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11248 buffer and then decode the buffer text if necessary.
11249 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11250 first, and after mm-encode-body, change the buffer to unibyte.
11251 Use mm-disable-multibyte instead of set-buffer-multibyte.
11252
11253 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11256 Content-Type header instead of Content-Disposition header.
11257 (gnus-mime-inline-part): Ditto.
11258 (gnus-mime-view-part-as-charset): Ignore charset that the part
11259 specifies.
11260
11261 * mm-decode.el (mm-display-part): Work with external parts and
11262 usual parts similarly.
11263
11264 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11265 instead of gnus-display-mime.
11266
11267 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11268 instead of with-temp-buffer.
11269
11270 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11271 tag to summarized topics part in order to encode non-ASCII text.
11272
11273 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11274
11275 * smiley.el (smiley-style): New variable.
11276 (smiley-directory): New function.
11277 (smiley-data-directory): Derive from `smiley-style' using
11278 `smiley-directory'.
11279 (smiley-regexp-alist): Add new entries.
11280
11281 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11282 (gnus-article-browse-delete-temp): Add :version.
11283
11284 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11285
11286 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11287 the sieve region.
11288
11289 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11290
11291 * gnus.el (gnus-version-number): Bump version.
11292
11293 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11294
11295 * gnus.el: No Gnus v0.4 is released.
11296
11297 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11298
11299 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11300 layout.
11301
11302 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11303 unknown charset.
11304
11305 * message.el (message-header-synonyms): Add Original-To to the
11306 default.
11307
11308 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11309 optional parameter.
11310
11311 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11312
11313 * gnus-fun.el (gnus): Require it for gnus-directory.
11314
11315 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11316
11317 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11318
11319 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11320
11321 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11322
11323 2006-04-05 Simon Josefsson <jas@extundo.com>
11324
11325 * password.el (password-reset): New function.
11326
11327 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11328
11329 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11330 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11331
11332 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11333
11334 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11335 Some whitespace was matched into the url, which broke browsing hits
11336 > 100 when mm-url-use-external was nil.
11337
11338 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11339
11340 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11341 Check gnus-extra-headers for 'Newsgroups.
11342
11343 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11344 bound.
11345
11346 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11347
11348 * pgg-gpg.el: Clean up process buffers every time gpg processes
11349 complete.
11350
11351 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11352
11353 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11354 doc string.
11355
11356 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11357
11358 * pgg-gpg.el (pgg-gpg-process-filter)
11359 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11360
11361 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11362 lines, temporary fix.
11363
11364 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11365
11366 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11367
11368 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11369
11370 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11371 default-enable-multibyte-characters. This reverts the change from
11372 revision 6.17 which is no longer necessary because the passphrase
11373 is sent separately now. GnuPG messages are unreadable under
11374 multibyte locales with default-enable-multibyte-characters set to
11375 nil.
11376
11377 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11378
11379 * message.el (message-tool-bar-gnome): Move "spell".
11380
11381 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11382
11383 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11384 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11385 instead.
11386
11387 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11388
11389 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11390 Improve newsgroups handling for NNTP overviews which don't include
11391 Newsgroups.
11392
11393 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11394
11395 * message.el (message-resend): Bind message-generate-hashcash to nil.
11396
11397 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11398
11399 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11400 when searching for already-paid recipients.
11401
11402 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11403
11404 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11405 passphrases when it is not needed.
11406 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11407 passphrase stuff from gpg, should only be necessary when you use
11408 gpg with a smartcard.
11409
11410 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11411
11412 * mml.el (mml-insert-mime): Ignore cached contents of
11413 message/external-body part.
11414
11415 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11416 (mm-insert-part): Ditto.
11417
11418 2006-03-23 Simon Josefsson <jas@extundo.com>
11419
11420 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11421 Reiner.
11422 (pgg-gpg-use-agent-p): Use it again.
11423
11424 2006-03-23 Simon Josefsson <jas@extundo.com>
11425
11426 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11427 older emacsen.
11428 (pgg-gpg-use-agent-p): Don't use it.
11429
11430 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11431
11432 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11433 if we can.
11434
11435 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11436
11437 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11438 (pgg-gpg-update-agent): New function.
11439 (pgg-gpg-use-agent-p): New function.
11440 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11441 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11442 (pgg-gpg-sign-region): Use it.
11443
11444 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11445
11446 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11447 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11448
11449 2006-03-21 Simon Josefsson <jas@extundo.com>
11450
11451 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11452 <wilde@sha-bang.de>.
11453 (pgg-gpg-use-agent): New variable.
11454 (pgg-gpg-process-region): Use it.
11455 (pgg-gpg-encrypt-region): Likewise.
11456 (pgg-gpg-encrypt-symmetric-region): Likewise.
11457 (pgg-gpg-decrypt-region): Likewise.
11458 (pgg-gpg-sign-region): Likewise.
11459 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11460
11461 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11464
11465 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11466 Add comment on version.
11467
11468 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11469
11470 * smiley.el: Add missing test smiley.
11471
11472 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * mm-decode.el (mm-with-part): New macro.
11475 (mm-get-part): Use it; work with message/external-body as well.
11476 (mm-save-part): Treat name and filename equally.
11477
11478 * mm-extern.el (mm-extern-cache-contents): New function.
11479 (mm-inline-external-body): Use it; force the part to be displayed;
11480 move undisplayer added to the cached handle to the parent.
11481
11482 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11483 (gnus-mime-view-part-as-type): Work with message/external-body.
11484
11485 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11486
11487 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11488
11489 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11490 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11491 Emacs.]
11492
11493 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11494
11495 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11496 path rather than symbol. Always return list of directories.
11497 Guarantee that image directory comes first. [Sync with image.el,
11498 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11499
11500 * message.el (message-make-tool-bar): Adjust to new API of
11501 `gmm-image-load-path-for-library'.
11502
11503 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11504
11505 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11506
11507 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11508
11509 * gnus-art.el (gnus-article-only-boring-p):
11510 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11511 intangible text.
11512 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11513
11514 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11515
11516 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11517 Use `defun' instead of `gmm-defun-compat'.
11518
11519 2006-03-14 Simon Josefsson <jas@extundo.com>
11520
11521 * message.el (message-unique-id): Don't use message-number-base36
11522 if (user-uid) is a float.
11523 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11524
11525 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11526
11527 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11528
11529 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11530 empty line between a part and a message part.
11531
11532 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11533
11534 * smiley.el: Add more test smileys.
11535 (smiley-data-directory, smiley-regexp-alist)
11536 (gnus-smiley-file-types): Fix doc strings.
11537 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11538 adding new elements.
11539 (smiley-mouse-map): Unused code. Make it a comment.
11540
11541 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11542
11543 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11544 scan latest NoCeM messages instead of old ones.
11545 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11546 delimiters that are recently used.
11547 (gnus-nocem-load-cache): Add autoload cookie.
11548
11549 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11550
11551 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11552 level which is larger than gnus-use-nocem is specified.
11553
11554 * gnus-group.el (gnus-group-get-new-news): Ditto.
11555
11556 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11557
11558 * gnus-util.el (gnus-tool-bar-update): New function.
11559
11560 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11561 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11562
11563 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11564
11565 * gnus-group.el (gnus-group-redraw-when-idle)
11566 (gnus-group-redraw-check): Remove.
11567 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11568
11569 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11572 if optional last element is specified in splits (FIELD VALUE...).
11573
11574 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11575
11576 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11577 to gmm-image-load-path-for-library. Call with no-error argument.
11578 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11579
11580 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11581
11582 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11583
11584 * gmm-utils.el (gmm-image-load-path): Remove alias.
11585
11586 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11587
11588 * gmm-utils.el (gmm-image-load-path): Add alias.
11589
11590 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11591 nnml-generate-nov-databases-1.
11592 (nnml-generate-nov-databases): Use it.
11593 (nnml-generate-nov-databases-directory): Document no-active
11594 argument.
11595
11596 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11597 directory if path is t. Add no-error.
11598
11599 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11600 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11601
11602 * gnus-art.el (gnus-article-browse-delete-temp-files):
11603 Simplify resetting gnus-article-browse-html-temp-list.
11604
11605 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11606 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11607 Add example to docstring. Rename local variables. Move error
11608 checks to default case in cond and simplify.
11609
11610 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11611
11612 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11613 handle is multipart when calling it recursively.
11614 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11615
11616 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11617
11618 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11619 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11620
11621 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11622
11623 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11624 is loaded.
11625
11626 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11627 loaded.
11628
11629 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11630
11631 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11632 to "Emacs 23 (unicode)" in doc string.
11633
11634 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11635 "Emacs 23 (unicode)" in comment.
11636
11637 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11638
11639 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11640
11641 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11642 characters 160 through 255 in Emacs 23.
11643
11644 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11645
11646 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11647 gnus-article-browse-html-temp.
11648 (gnus-article-browse-delete-temp): Make it customizable.
11649 Add `file'. Adjust doc string.
11650 (gnus-article-browse-delete-temp-files): Add argument.
11651 Allow query for each file. Adjust doc string.
11652 (gnus-article-browse-html-parts):
11653 Add `gnus-article-browse-delete-temp-files' to
11654 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11655
11656 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11657
11658 * gnus-art.el (gnus-article-browse-html-temp)
11659 (gnus-article-browse-delete-temp): New variables.
11660 (gnus-article-browse-delete-temp-files): New function.
11661 (gnus-article-browse-html-parts): Use it.
11662
11663 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11664
11665 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11666
11667 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11668 string.
11669
11670 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11671 gnus-summary-insert-new-articles when unplugged.
11672 Remove gnus-summary-search-article-forward.
11673
11674 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11675 display-visual-class instead of display-color-cells.
11676
11677 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11678
11679 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11680 message/* containing non-ASCII text properly.
11681
11682 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11683
11684 * message.el: Require gmm-utils, remove autoloads.
11685 (message-tool-bar): Set default based on
11686 gmm-tool-bar-style.
11687 (message-tool-bar-gnome): Add gmm-customize-mode.
11688
11689 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11690 gmm-tool-bar-style.
11691 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11692
11693 * gnus-group.el (gnus-group-tool-bar): Set default based on
11694 gmm-tool-bar-style.
11695 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11696
11697 * gmm-utils.el (gmm-image-directory): Rename variable from
11698 gmm-image-load-path.
11699 (gmm-image-load-path): Use gmm-image-directory.
11700 (gmm-customize-mode): New function.
11701 (gmm-tool-bar-style): New variable.
11702
11703 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11704 gnus-group-redraw-line-number.
11705 (gnus-group-redraw-check): Simplify.
11706 (gnus-group-tool-bar-update): Remove redraw check.
11707 (gnus-group-make-tool-bar): Add redraw check.
11708
11709 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11710
11711 * gnus-art.el (gnus-button): Add missing parentheses.
11712
11713 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11714
11715 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11716
11717 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11718
11719 * gnus-art.el (gnus-button): New face.
11720 (gnus-article-button-face): Use it.
11721
11722 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11723 Add gnus-summary-next-page. Re-order.
11724
11725 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11726 next-node are now included.
11727 (gnus-group-redraw-line-number): New internal variable.
11728 (gnus-group-redraw-check): Helper function for updating the tool
11729 bar.
11730 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11731
11732 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11733
11734 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11735 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11736 Use it to match format of Spamassassin 3.0 and later.
11737 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11738 (spam-check-bogofilter)
11739 (spam-bogofilter-register-with-bogofilter): Fix args of
11740 `gnus-error' calls.
11741
11742 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11743
11744 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11745 unnecessary interaction when sending queued mails.
11746 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11747
11748 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11749
11750 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11751 first or last are nil.
11752
11753 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11754
11755 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11756
11757 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11758
11759 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11760
11761 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11762
11763 * dns.el (query-dns): Protect more against buggy tcp output.
11764
11765 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11766
11767 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11768 nov.php.
11769
11770 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11771
11772 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11773 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11774 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11775 output on the server side.
11776 (nnweb-google-create-mapping): Update regexps and add some
11777 progress indication.
11778
11779 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11780
11781 * gnus-group.el (gnus-group-tool-bar-gnome):
11782 Fix gnus-agent-toggle-plugged. Re-order icons.
11783 (gnus-group-tool-bar-gnome):
11784 Add gnus-group-{prev,next}-unread-group.
11785 (gnus-group-tool-bar-gnome): Re-order icons.
11786
11787 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11788 Move gnus-summary-insert-new-articles.
11789
11790 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11791 Fix comments.
11792
11793 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11794 also available in Emacs 21.3.
11795
11796 * message.el (message-fix-before-sending): Change "Emacs 22" to
11797 "Emacs 23 (unicode)" in comment.
11798
11799 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11800 "Emacs 23 (unicode)" in comment.
11801
11802 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11803 comment.
11804 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11805
11806 * mm-view.el (mm-fill-flowed): Add :version.
11807
11808 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11809
11810 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11811 and load-path.
11812
11813 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11814
11815 * message.el: Autoload gmm-image-load-path.
11816 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11817 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11818 consitency.
11819
11820 * gmm-utils.el (gmm-image-load-path): Also search in
11821 "../etc/images". Don't set gmm-image-load-path if we don't find
11822 the image.
11823
11824 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11825
11826 * gmm-utils.el (gmm-image-load-path): Don't make
11827 `gmm-image-load-path' include subdirectories which the second arg
11828 `image' might specify.
11829
11830 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11831 subdirectory to icon file names.
11832
11833 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11834
11835 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11836
11837 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11838 gmm-image-load-path calls.
11839
11840 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11841
11842 * message.el (message-make-tool-bar): Ditto.
11843
11844 * mml.el (mml-preview): Add comment concerning tool bar icons.
11845
11846 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11847 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11848
11849 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11850 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11851
11852 * message.el (message-tool-bar-gnome): Use new icon names.
11853 (message-make-tool-bar): Use `gmm-image-load-path'.
11854
11855 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11856 New functions from MH-E.
11857 (gmm-image-load-path): New variable from MH-E.
11858 (gmm-image-load-path): New function from MH-E. Add arguments
11859 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11860 *-image-load-path-called-flag.
11861
11862 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11863
11864 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11865
11866 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11867
11868 * nnimap.el (nnimap-request-move-article): Change folder back to
11869 source group before deleting.
11870
11871 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11874
11875 * gnus-art.el (mm-url-insert-file-contents-external):
11876 Autoload mm-url.
11877
11878 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11879
11880 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11881
11882 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11883 coding system which mm-charset-to-coding-system returns for a
11884 given charset is valid.
11885
11886 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11887
11888 * html2text.el (html2text-remove-tag-list):
11889 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11890
11891 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11892
11893 * gnus-cus.el: Revert 2005-10-17 change.
11894
11895 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11896
11897 * gnus-art.el (article-strip-banner):
11898 Call article-really-strip-banner only when the regexp match is made.
11899
11900 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11901
11902 * gnus-art.el (article-strip-banner):
11903 Use gnus-extract-address-components instead of
11904 mail-header-parse-addresses to make it work with non-ASCII text;
11905 remove mail-encode-encoded-word-string.
11906
11907 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11908 values which are surrounded with \"...\"; make it never cause a
11909 Lisp error; give up parsing of parameters if it failed in
11910 extracting type.
11911
11912 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11913
11914 * smime.el (smime-cert-by-ldap-1): Fix bug where
11915 `smime-ldap-search' returns results without userCertificates.
11916
11917 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11918
11919 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11920
11921 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11922
11923 * spam.el (spam-check-spamassassin-headers): Adapt format for
11924 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11925 <ari@mbf.ocn.ne.jp>.
11926 (spam-list-of-processors): Add spam-use-gmane.
11927
11928 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11929
11930 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11931 make-temp-file; make it work with XEmacs as well.
11932
11933 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11934 mm-make-temp-file.
11935
11936 * mm-decode.el (mm-display-external): Use the 3rd arg of
11937 mm-make-temp-file.
11938 (mm-create-image-xemacs): Ditto.
11939
11940 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11941
11942 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11943 with message-narrow-to-headers.
11944 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11945 (gnus-draft-check-draft-articles): New function.
11946 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11947
11948 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11949
11950 * gnus-art.el (gnus-article-browse-html-parts):
11951 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11952 Don't use suffix argument for mm-make-temp-file for Emacs 21
11953 compatibility. Remove useless `format'.
11954
11955 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11956
11957 * nnweb.el (nnweb-google-wash-article): Update regexps.
11958 (nnweb-group-alist): Use defvoo instead of defvar.
11959
11960 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11961
11962 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11963 re-loading nn* modules.
11964
11965 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11966
11967 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11968 for `tool-bar-mode' and don't check it's default-value.
11969
11970 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11971
11972 * message.el (message-make-tool-bar): Ditto.
11973
11974 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11975 `substring'. Shorten tmp-file name.
11976
11977 * gnus.el: Remove bogus comment.
11978
11979 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11980
11981 * gnus-art.el (gnus-article-browse-html-parts): New function.
11982 (gnus-article-browse-html-article): New function for viewing html
11983 articles with a browser.
11984
11985 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11986
11987 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11988 (mml2015-pgg-encrypt): Ditto.
11989
11990 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11991 (mml1991-pgg-encrypt): Ditto.
11992
11993 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11994
11995 * nnfolder.el (nnfolder-insert-newsgroup-line):
11996 Use message-make-date instead of current-time-string.
11997
11998 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11999 to gnus-decoded which mm-uu might set.
12000
12001 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
12002
12003 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12004 don't decode quoted parameters; remove misimported Emacs code.
12005 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12006 (rfc2231-decode-encoded-string): Don't use split-string which
12007 behaves differently according to Emacs version; use
12008 mm-decode-coding-region to convert charset to coding-system.
12009 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12010 (rfc2231-encode-string): Remove misimported Emacs code.
12011
12012 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
12013
12014 * gnus-art.el (article-decode-charset): Don't use ignore-errors
12015 when calling mail-header-parse-content-type.
12016 (article-de-quoted-unreadable): Ditto.
12017 (article-de-base64-unreadable): Ditto.
12018 (article-wash-html): Ditto.
12019
12020 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12021 calling mail-header-parse-content-type and
12022 mail-header-parse-content-disposition.
12023 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12024 mail-header-parse-content-type.
12025
12026 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12027 insert charset and format parameters; encode description after
12028 inserting it to buffer.
12029 (mml-insert-parameter): Fold lines properly even if a parameter is
12030 segmented into two or more lines; change the max column to 76.
12031
12032 * rfc1843.el (rfc1843-decode-article-body): Don't use
12033 ignore-errors when calling mail-header-parse-content-type.
12034
12035 * rfc2231.el (rfc2231-parse-string): Return at least type if
12036 possible; don't cause an error even if it fails in parsing of
12037 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12038 (rfc2231-encode-string): Don't break lines at the beginning, leave
12039 it to mml-insert-parameter.
12040
12041 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12042 calling mail-header-parse-content-type.
12043
12044 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
12045
12046 * spam-report.el (spam-report-gmane-use-article-number):
12047 Improve doc string.
12048 (spam-report-gmane-internal): Check if a suitable header was found
12049 in the article.
12050
12051 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
12052
12053 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12054 (rfc2231-encode-string): Make param*=value always begin with LWSP.
12055
12056 2006-02-05 Romain Francoise <romain@orebokech.com>
12057
12058 Update copyright notices of all files in the gnus directory.
12059
12060 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12061
12062 * nnweb.el (nnweb-request-group): Avoid growing overview files.
12063
12064 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12067 segmented lines of parameter value to cope with Thunderbird 1.5
12068 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12069 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12070 (rfc2231-encode-string): Don't make lines exceeding 76 column.
12071
12072 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
12073
12074 * mml.el (mml-generate-mime-1): Correct the order of inline signed
12075 parts.
12076
12077 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12078
12079 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12080 there's only one active file for all servers.
12081 (nnweb-request-scan): Make sure nnweb-articles is initialized on
12082 solid groups. Gnus might have used a FAST request to select the group.
12083 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12084 and nnweb-search redundantly in the active file.
12085 (nnweb-request-list): Don't list bogus groups. There can only be one.
12086 (nnweb-request-create-group): Don't use ARGS.
12087 (nnweb-possibly-change-server, nnweb-request-group): Remove some
12088 initialisations. Let nnoo do the work.
12089
12090 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
12091
12092 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12093 Say the part has been decoded.
12094
12095 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12096
12097 2006-01-31 Kevin Ryde <user42@zip.com.au>
12098
12099 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12100 mailcap-viewer-test-cache when there's no 'test clause, since that
12101 will invert the meaning of a "nil" test previously determined by
12102 mailcap-mailcap-entry-passes-test.
12103
12104 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
12105
12106 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12107 compiling.
12108
12109 * gnus-sum.el: Ditto.
12110
12111 * message.el: Don't bind tool-bar-map when compiling.
12112
12113 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
12114
12115 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12116
12117 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
12118
12119 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12120 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12121 current Google Groups.
12122
12123 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
12124
12125 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12126 and tool-bar-mode.
12127
12128 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12129 and tool-bar-mode.
12130
12131 * message.el (message-tool-bar-update): Simplify.
12132 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12133
12134 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12135 gnus-summary-buffer.
12136 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12137 gnus-summary-reply.
12138
12139 * gmm-utils.el (gmm): Add :version.
12140
12141 2006-01-26 Steve Youngs <steve@sxemacs.org>
12142
12143 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12144 Don't autoload.
12145
12146 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12147
12148 * gmm-utils.el (gmm-verbose): Add :group.
12149
12150 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12151
12152 * message.el: Change some comments WRT tool-bars.
12153
12154 * gnus-sum.el (gnus-summary-tool-bar)
12155 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12156 (gnus-summary-tool-bar-zap-list): New variables.
12157 (gnus-summary-make-tool-bar): Complete rewrite using
12158 `gmm-tool-bar-from-list'.
12159
12160 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12161 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12162 New variables.
12163 (gnus-group-make-tool-bar): Complete rewrite using
12164 `gmm-tool-bar-from-list'.
12165 (gnus-group-tool-bar-update): New function.
12166
12167 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12168
12169 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12170
12171 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12172 is dissected into a single part of which the type is the same as
12173 the given one; decode charset.
12174
12175 2006-01-21 Kevin Ryde <user42@zip.com.au>
12176
12177 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12178 into alists as symbol not string, since that's what
12179 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12180 look for.
12181
12182 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12183
12184 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12185 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12186
12187 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12188
12189 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12190
12191 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12192 (gnus-mime-security-button-menu): New definition.
12193 (gnus-mime-security-button-map): Use them.
12194 (gnus-mime-security-button-menu): New function.
12195 (gnus-insert-mime-security-button): Addition to help echo.
12196 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12197 (gnus-mime-security-pipe-part): New functions.
12198
12199 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12200 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12201
12202 * mm-decode.el (mm-handle-set-disposition): Remove.
12203 (mm-handle-set-description): Remove.
12204
12205 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12206
12207 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12208 (mm-w3m-standalone-supports-m17n-p): New function.
12209 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12210 w3m usage.
12211
12212 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12213 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12214
12215 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12216
12217 * message.el (message-tool-bar-zap-list):
12218 Use gmm-tool-bar-zap-list as custom type.
12219 (message-tool-bar-update): New function.
12220 (message-tool-bar, message-tool-bar-gnome)
12221 (message-tool-bar-retro): Add message-tool-bar-update.
12222 (message-tool-bar-gnome): Add flyspell-buffer.
12223
12224 * gnus-util.el (gnus-error): Describe `args'.
12225
12226 * gmm-utils.el (gmm-error): Describe `args'.
12227 (gmm-tool-bar-zap-list): New widget.
12228 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12229
12230 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12231
12232 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12233 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12234 the number of recursive calls.
12235
12236 * mm-decode.el (mm-handle-set-disposition): New macro.
12237 (mm-handle-set-description): New macro.
12238
12239 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12240
12241 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12242 encoding.
12243
12244 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12245
12246 * message.el (message-tool-bar-zap-list, message-tool-bar)
12247 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12248 (message-tool-bar-local-item-from-menu): Remove.
12249 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12250 (message-make-tool-bar): New function.
12251 (message-mode): Use `message-make-tool-bar'.
12252
12253 * gmm-utils.el: New file.
12254 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12255 (gmm-lazy): New widget copied from `nnmail.el'.
12256 (gmm-tool-bar-from-list): New function for creating customizable
12257 tool bars.
12258 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12259 output.
12260 (gmm): Add :prefix to defgroup.
12261
12262 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12263
12264 * gmm-utils.el (gmm-widget-p): New function.
12265
12266 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12267
12268 * mml.el (mml-attach-file): Describe `description' in doc string.
12269 (mml-menu): Add Emacs MIME manual and PGG manual.
12270
12271 2006-01-20 Richard M. Stallman <rms@gnu.org>
12272
12273 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12274
12275 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12276
12277 * nntp.el (nntp-end-of-line): Doc fix.
12278
12279 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12280
12281 * imap.el (imap-open): Handle case where buffer is a buffer
12282 object.
12283
12284 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * gnus-delay.el (gnus-delay): Don't autoload.
12287 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12288 to be re-loaded when customizing the `gnus-delay' group.
12289
12290 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * message.el (message-insert-citation-line): Use newlines.
12293
12294 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12297
12298 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12299
12300 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12301
12302 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12303
12304 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12305
12306 * mm-decode.el (mm-inlined-types): Add application/pgp.
12307 (mm-automatic-display): Ditto.
12308
12309 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12310 part as text.
12311
12312 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12313
12314 * nnrss.el: Update copyright.
12315 (nnrss-opml-import): Query whether to subscribe to each entry.
12316
12317 * gnus-art.el:
12318 * gnus-sum.el:
12319 * mm-uu.el:
12320 * mm-view.el: Update copyright.
12321
12322 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12323
12324 * message.el (message-info): New function.
12325 (message-mode-menu): Add it.
12326 Update copyright.
12327
12328 * ChangeLog: Fix and update copyright.
12329
12330 2006-01-13 Romain Francoise <romain@orebokech.com>
12331
12332 * message.el (message-forward-subject-name-subject): Prefer the
12333 address to 'nowhere' if the sender has no name.
12334 Fix typo. Update copyright year.
12335
12336 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12337
12338 * gnus-art.el (article-wash-html):
12339 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12340 (gnus-article-wash-html-with-w3m-standalone): New function.
12341
12342 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12343 mm-inline-text-html-render-with-w3m-standalone.
12344 (mm-text-html-washer-alist): Map w3m-standalone to
12345 gnus-article-wash-html-with-w3m-standalone.
12346 (mm-inline-text-html-render-with-w3m-standalone): New function.
12347
12348 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12349
12350 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12351 Improve LaTeX.
12352
12353 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12354
12355 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12356 (nnrss-request-article): Render text/plain parts as HTML.
12357
12358 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12359 the buffer.
12360
12361 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12362
12363 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12364 custom definition of `gnus-posting-styles'.
12365
12366 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12367 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12368
12369 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12370
12371 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12372 Use nntp for bug archive.
12373
12374 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12375
12376 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12377 parts.
12378 (nnrss-normalize-date): New function converts ISO 8601 date into
12379 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12380 (nnrss-check-group): Use it.
12381
12382 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12383
12384 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12385
12386 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12387 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12388 (nnrss-insert-w3): Ditto.
12389
12390 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12391
12392 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12393 the articles to be forwarded including the case where neither a
12394 number of articles nor a region is specified.
12395
12396 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12397
12398 * nnrss.el (nnrss-request-article): Fix last change; fill
12399 text/plain parts.
12400
12401 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12402
12403 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12404 in text/plain part.
12405 (nnrss-check-group): Don't add excessive newline to dc:subject.
12406
12407 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12408
12409 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12410 article.
12411
12412 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12413
12414 * nnml.el: Don't require gnus-bcklg. Autoload it.
12415 (nnml-use-compressed-files, nnml-save-mail): Support other
12416 comression programs such as bzip2.
12417
12418 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12419
12420 * dns.el (query-dns): Make sure we check the buffer size before
12421 removing tcp headers.
12422
12423 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12424
12425 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12426 remove MIME buttons associated with multipart/alternative parts.
12427 (gnus-mime-display-alternative): Tag buttons using `article-type'
12428 text property.
12429
12430 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12431 associated with multipart/alternative parts.
12432
12433 * gnus-art.el (gnus-signature-separator): Fix custom type.
12434
12435 * mm-decode.el (mm-inlined-types): Fix custom type.
12436 (mm-keep-viewer-alive-types): Ditto.
12437 (mm-automatic-display): Ditto.
12438 (mm-attachment-override-types): Ditto.
12439 (mm-inline-override-types): Ditto.
12440 (mm-automatic-external-display): Ditto.
12441
12442 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12443
12444 * spam-report.el (spam-report-user-mail-address)
12445 (spam-report-user-agent): New variables.
12446 (spam-report-url-ping-plain): Use spam-report-user-agent.
12447
12448 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12449
12450 * gnus-art.el (gnus-button-handle-custom): Do not just use
12451 `customize-apropos' for any "M-x customize-*" button but the
12452 function called for. Accept both the function name and its
12453 argument in order to achieve this.
12454 (gnus-button-alist): Remove support for "custom:" URL's.
12455 Pass function name to `gnus-button-handle-custom' in case of "M-x
12456 customize-*" buttons.
12457
12458 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12459
12460 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12461 multipart/alternative and add xref to mm-discouraged-alternatives
12462 in doc string.
12463
12464 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12465 gnus-buttonized-mime-types in doc string.
12466
12467 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12468
12469 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12470 Suggest image/.* in the doc string.
12471
12472 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12473
12474 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12475 message-marks (Debian bug #342521).
12476
12477 2005-12-12 Simon Josefsson <jas@extundo.com>
12478
12479 * password.el (password-read-from-cache): Add.
12480 (password-read): Use it.
12481
12482 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12483
12484 * rfc2047.el (rfc2047-charset-to-coding-system):
12485 Recognize us-ascii as a MIME charset.
12486
12487 * mm-bodies.el (mm-decode-content-transfer-encoding):
12488 Protect against the case where the 2nd arg TYPE is nil.
12489
12490 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12491
12492 * pop3.el (pop3-stream-type): Fix custom version.
12493
12494 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12495
12496 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12497
12498 * mm-decode.el (mm-display-external): Add missing cdr.
12499
12500 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12501
12502 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12503 RFC1524) if it is in mailcap or add a suffix according to
12504 mailcap-mime-extensions when generating a temp filename; postpone
12505 deleting a temp file for 2 seconds for some wrappers, shell
12506 scripts, and so on, which might exit right after having started a
12507 viewer command as a background job.
12508
12509 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12510
12511 * nntp.el (nntp-marks-directory): Fix custom group.
12512
12513 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12514 steps when < 10.
12515
12516 * gnus-start.el (gnus-no-server-1):
12517 Mention `gnus-level-default-subscribed' in doc string.
12518
12519 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12520
12521 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12522 parens.
12523
12524 2005-11-26 Dave Love <fx@gnu.org>
12525
12526 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12527 (tls-program, tls-success): Provide openssl alternative.
12528
12529 * starttls.el: Doc fixes.
12530 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12531 SERVICE to PORT.
12532
12533 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12534 port null or service name.
12535 (starttls-negotiate): Autoload.
12536
12537 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12538
12539 * message.el (message-kill-to-signature): Fix interactive spec.
12540
12541 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12542
12543 * pop3.el (pop3-open-server): Recognize a string as a service name.
12544
12545 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12546
12547 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12548
12549 2005-11-23 Dave Love <fx@gnu.org>
12550
12551 Add pop3s, pop3/starttls.
12552
12553 * pop3.el (pop3-authentication-scheme): Clarify doc.
12554 (open-tls-stream, starttls-open-stream): Autoload.
12555 (pop3-stream-type): New.
12556 (pop3-open-server): Use it.
12557
12558 * mail-source.el (mail-sources): Fix some :types. Add stream type
12559 for POP.
12560 (mail-source-keyword-map): Add :stream for POP.
12561 (mail-source-fetch-pop): Use pop3-stream-type.
12562
12563 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12564
12565 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12566 of current-time-string.
12567
12568 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12569
12570 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12571 date header.
12572
12573 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12574
12575 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12576 it can seriously impact performance as it bypasses the agent's
12577 local caches.
12578
12579 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12580
12581 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12582 must be explicitly online rather than "not explicitly offline" for
12583 its flags to be synchronized.
12584
12585 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12586 that gnus-uu-unmark-thread will function correctly.
12587
12588 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12589 1024K is instead displayed as 1M.
12590
12591 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12592
12593 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12594
12595 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12596
12597 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12598
12599 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12600
12601 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12602 error message to display actual error condition.
12603 (gnus-agent-save-local): Avoid saving symbols that are bound to
12604 nil as they simply result in a warning message in
12605 gnus-agent-read-local.
12606
12607 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12608
12609 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12610 rather than make-variable-buffer-local for file-precious-flag.
12611
12612 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12613
12614 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12615 for duplicates which are removed. The invalid sort check then
12616 triggers a rescan after the sort as sorting may have moved
12617 duplicate entries such that they can be cheaply detected.
12618
12619 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12620
12621 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12622
12623 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12624
12625 * gnus-agent.el (gnus-agent-article-alist-save-format):
12626 Change internal variable to a custom variable. Change default value
12627 from compressed(2) to uncompressed(1).
12628 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12629 support for uncompressed agentview files. Taken together, reading
12630 the agentview file should now be 6-7 times faster.
12631
12632 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12633
12634 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12635 as a buffer-local variable. This avoids creating truncated
12636 dribble files as a result of a hang up, eg.
12637
12638 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12639
12640 * gnus-start.el (gnus-start-draft-setup):
12641 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12642
12643 * gnus.el (gnus-splash): Change custom group.
12644 (gnus-group-get-parameter, gnus-group-parameter-value):
12645 Describe allow-list argument.
12646
12647 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12648 string.
12649
12650 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * gnus-art.el (gnus-default-article-saver): Add user-defined
12653 `function' to custom type.
12654
12655 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12656
12657 * imap.el (imap-open): Handle case where buffer is a buffer
12658 object.
12659
12660 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12661
12662 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12663 long lines.
12664 (gnus-cache-delete-group): Wrap doc strings.
12665
12666 * gnus-agent.el (gnus-agent-rename-group)
12667 (gnus-agent-delete-group): Wrap doc strings.
12668
12669 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12670
12671 * gnus-start.el (gnus-1): Add "native" to
12672 gnus-predefined-server-alist.
12673
12674 * gnus.el (gnus-method-to-server): Don't add "native" to the
12675 lists here, because that leads to problems when
12676 gnus-select-method is bound.
12677
12678 2005-11-09 Simon Josefsson <jas@extundo.com>
12679
12680 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12681 use (not sort-by-date) instead.
12682
12683 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * gnus-delay.el (gnus-delay-group): Don't autoload.
12686 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12687 to be re-loaded when customizing the `gnus-delay' group.
12688
12689 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12690
12691 * message.el: Revert last changes.
12692 (message-insert-citation-line): Use newlines.
12693
12694 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12695
12696 * message.el (message-courtesy-message)
12697 (message-mark-insert-begin, message-mark-insert-end)
12698 (message-elide-ellipsis, message-cancel-message)
12699 (message-add-header, message-change-subject)
12700 (message-cross-post-followup-to-header)
12701 (message-cross-post-insert-note, message-reduce-to-to-cc)
12702 (message-widen-reply, message-delete-not-region)
12703 (message-kill-to-signature, message-insert-signature)
12704 (message-insert-importance-high, message-insert-importance-low)
12705 (message-insert-or-toggle-importance)
12706 (message-insert-disposition-notification-to)
12707 (message-indent-citation, message-yank-original)
12708 (message-cite-original-without-signature, message-cite-original)
12709 (message-insert-citation-line, message-position-on-field)
12710 (message-fix-before-sending, message-send-mail-partially)
12711 (message-send-mail, message-send-mail-with-sendmail)
12712 (message-send-mail-with-qmail, message-send-news)
12713 (message-check-news-header-syntax, message-generate-headers)
12714 (message-insert-courtesy-copy, message-fill-address)
12715 (message-fill-header, message-shorten-references)
12716 (message-setup-1, message-cancel-news)
12717 (message-forward-make-body-plain, message-forward-make-body-mime)
12718 (message-forward-make-body-mml, message-encode-message-body)
12719 (message-forward-make-body-digest-plain)
12720 (message-forward-make-body-digest-mime)
12721 (message-use-alternative-email-as-from): Insert `hard-newline'
12722 instead of ordinary newlines.
12723
12724 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12725
12726 * message.el (message-generate-headers): Downcase the argument
12727 given to message-check-element.
12728
12729 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12730
12731 * nntp.el (nntp-authinfo-rejected): New error condition.
12732 (nntp-wait-for): Use new error condition to signal authentication
12733 error.
12734 (nntp-retrieve-data): Rethrow new error condition to break out of
12735 recursive call to nntp-send-authinfo.
12736
12737 2005-11-08 Romain Francoise <romain@orebokech.com>
12738
12739 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12740 (gnus-summary-exit-map): Bind to `Z p'.
12741 (gnus-summary-make-menu-bar): Add menu item.
12742
12743 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12744
12745 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12746 (gnus-treat-*): Add `first' in all doc strings.
12747
12748 * gnus-group.el (gnus-group-compact-group): Fix typo.
12749
12750 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12751
12752 * gnus.el (gnus-parameters-case-fold-search): New variable.
12753 (gnus-parameters-get-parameter): Use it.
12754
12755 * gnus-score.el (gnus-home-score-file): Doc fix.
12756
12757 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12758
12759 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12760
12761 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12762
12763 * mm-util.el (mm-special-display-p): New function.
12764
12765 * mml.el (mml-preview): Use it; doc fix.
12766
12767 2005-10-29 Romain Francoise <romain@orebokech.com>
12768
12769 * message.el (message-fix-before-sending): Fix comment.
12770
12771 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12772
12773 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12774
12775 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12776
12777 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12778 Used in gnus-score.el.
12779
12780 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12781
12782 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12783
12784 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12785
12786 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12787 whitespace removed in revision 7.8. Use concatenated string to
12788 protect trailing whitespace.
12789
12790 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12791
12792 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12793 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12794 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12795 Courier IMAP ("some version from 2004"). Mostly based on similar
12796 code in the same function.
12797
12798 2005-10-26 Didier Verna <didier@xemacs.org>
12799
12800 * gnus-group.el (gnus-group-compact-group): Invalidate original
12801 article buffer.
12802 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12803 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12804 NOV database and in article itself.
12805 Invalidate article backlog.
12806
12807 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12808
12809 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12810
12811 2005-10-26 Simon Josefsson <jas@extundo.com>
12812
12813 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12814 part of 2004-07-25 change.
12815
12816 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12817
12818 * message.el (message-display-completion-list): New function.
12819 (message-expand-group): Use it; make sure the Completions buffer
12820 is modifiable.
12821
12822 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12823
12824 * imap.el (imap-open): Handle case where buffer is a buffer object.
12825
12826 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12827
12828 * pgg-def.el:
12829 * pgg-gpg.el:
12830 * pgg-parse.el:
12831 * pgg-pgp.el:
12832 * pgg-pgp5.el:
12833 * pgg.el: Move to the parent lisp directory.
12834
12835 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12836
12837 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12838 user-mail-name is an empty string.
12839
12840 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12841
12842 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12843 depending on gnus-score-decay-constant.
12844
12845 * encrypt.el (encrypt-insert-file-contents)
12846 (encrypt-write-file-contents): Don't use `gnus-message'.
12847
12848 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12849 arguments.
12850 (mm-uu-type-alist): Add message-marks and insert-marks.
12851 Pass arguments to mm-uu-verbatim-marks-extract.
12852 (mm-uu-hide-markers): New variable.
12853 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12854
12855 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12856 (gnus-convert-image-to-face-command): Use "convert" by default to
12857 allow other input image formats.
12858 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12859 accordingly.
12860
12861 2005-10-23 Simon Josefsson <jas@extundo.com>
12862
12863 * imap.el (imap-gssapi-program): Align command line parameters
12864 with latest GNU SASL.
12865 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12866
12867 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12868
12869 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12870 HTML.
12871 (nnslashdot-request-article): Ditto.
12872
12873 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12874
12875 * mail-source.el (mail-source-fetch-pop): Require pop3.
12876 (mail-source-check-pop): Ditto.
12877
12878 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12879
12880 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12881 errors.
12882
12883 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12884
12885 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12886 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12887
12888 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12889
12890 * mm-bodies.el (mm-decode-string):
12891 Call `mm-charset-to-coding-system' with allow-override argument.
12892
12893 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12894
12895 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12896 (rfc2047-charset-to-coding-system): New function.
12897 (rfc2047-decode-encoded-words): New function.
12898 (rfc2047-decode-region): Use them.
12899 (rfc2047-decode-cte): Remove.
12900 (rfc2047-parse-and-decode): Remove.
12901 (rfc2047-decode): Remove.
12902
12903 2005-10-15 Kenichi Handa <handa@m17n.org>
12904
12905 * rfc2047.el (rfc2047-decode-cte): New function.
12906 (rfc2047-decode-region): Change the way to decode successive
12907 encoded-words: decode B- or Q-encoding in each encoded-word,
12908 concatenate them, and decode it as charset.
12909
12910 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12911
12912 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12913 widget-move-and-invoke.
12914 (gnus-custom-mode): Use gnus-custom-map.
12915
12916 2005-10-15 Bill Wohler <wohler@newt.com>
12917
12918 * message.el (message-tool-bar-map): Rename image file from
12919 mail_send to mail/send.
12920
12921 2005-10-16 Masatake YAMATO <jet@gyve.org>
12922
12923 * message.el (message-expand-group): Pass the common
12924 prefix substring of completion to `display-completion-list'.
12925
12926 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12927
12928 * mml-sec.el (mml-secure-method): New internal variable.
12929 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12930 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12931 New functions using mml-secure-method.
12932
12933 * mml.el (mml-mode-map): Add key bindings for those functions.
12934 (mml-menu): Simplify security menu entries. Suggested by Jesper
12935 Harder <harder@myrealbox.com>.
12936 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12937 Goto end of message if point is the headers of the message.
12938
12939 * message.el (message-in-body-p): New function.
12940
12941 * assistant.el: Autoload gnus-util and netrc.
12942
12943 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12944 Use `mm-charset-override-alist' only when decoding.
12945
12946 * mm-bodies.el (mm-decode-body):
12947 Call `mm-charset-to-coding-system' with allow-override argument.
12948
12949 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12950 `filename' from Content-Disposition if Content-Type doesn't
12951 provide `name'.
12952 (gnus-mime-view-part-as-type): Set default instead of
12953 initial-input.
12954
12955 2005-10-09 Daniel Brockman <daniel@brockman.se>
12956
12957 * format-spec.el (format-spec): Propagate text properties of % spec.
12958
12959 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * gnus-art.el (gnus-treat-predicate): Add `first'.
12962
12963 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12964
12965 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12966 (mm-charset-override-alist): New variable.
12967 (mm-charset-to-coding-system): Use it.
12968 (mm-codepage-setup): New helper function.
12969 (mm-charset-eval-alist): New variable.
12970 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12971 Warn about unknown charsets.
12972
12973 2005-10-04 David Hansen <david.hansen@gmx.net>
12974
12975 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12976 (nnrss-check-group): Ditto.
12977
12978 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12981 Rename x-gnus-verbatim to x-verbatim.
12982 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12983
12984 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12985 x-verbatim.
12986
12987 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12988
12989 * gnus-util.el (gnus-remove-duplicates): Remove.
12990
12991 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12992 instead of gnus-remove-duplicates.
12993
12994 * message.el (message-remove-duplicates): Remove.
12995 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12996 message-remove-duplicates.
12997
12998 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12999 available, else use implementation from `delete-dups'.
13000
13001 * message.el (message-insert-expires): New function.
13002 (message-mode-map): Add key binding.
13003 (message-mode-field-menu): Add menu entry.
13004 (message-mode): Document it.
13005 (message-make-expires-date): Use `message-make-date'.
13006
13007 2005-10-04 Josh Huber <huber@alum.wpi.edu>
13008
13009 * message.el (message-make-expires-date): New function.
13010
13011 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
13012
13013 * time-date.el: Autoload parse-time-string, XEmacs needs it.
13014
13015 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13018 function rather than the diff-mode.el package.
13019 (mm-display-external): Use with-current-buffer.
13020 (mm-viewer-completion-map, mm-viewer-completion-map):
13021 Move initialization inside declaration.
13022
13023 2005-09-29 Simon Josefsson <jas@extundo.com>
13024
13025 * spam.el: Load hashcash when compiling, to avoid warnings.
13026 Don't autoload mail-check-payment.
13027 (spam-check-hashcash): Define unconditionally, since hashcash.el
13028 is part of Gnus now. Ignore errors from payment checking.
13029
13030 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
13031
13032 * message.el (message-bold-region, message-unbold-region):
13033 Rename from `bold-region' and `unbold-region'.
13034
13035 * message.el: Remove useless autoloads.
13036
13037 2005-09-28 Simon Josefsson <jas@extundo.com>
13038
13039 * message.el (message-use-idna): Default to t.
13040 (message-use-idna): Test whether encoding works too. Doc fix.
13041
13042 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
13043
13044 * nntp.el (nntp-warn-about-losing-connection): Remove.
13045
13046 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
13047
13048 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13049 customizable. Change default value.
13050 (mm-uu-diff-groups-regexp): Change default value.
13051 (mm-uu-type-alist): Add doc string.
13052 (mm-uu-configure): Add doc string. Make it interactive.
13053 (mm-uu-tex-groups-regexp): New variable.
13054 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13055 (mm-uu-type-alist): Add LaTeX documents.
13056 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13057 of "text/verbatim".
13058 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13059
13060 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13061 instead of "text/verbatim".
13062
13063 * message.el (message-mark-inserted-region)
13064 (message-mark-insert-file): Use slrn style marks when called with
13065 prefix argument.
13066
13067 2005-09-27 Simon Josefsson <jas@extundo.com>
13068
13069 * message.el (message-idna-to-ascii-rhs-1): Reformat.
13070
13071 2005-09-27 Arne Jørgensen <arne@arnested.dk>
13072
13073 * message.el (message-remove-duplicates): New function.
13074 Implementation borrowed from `gnus-remove-duplicates'.
13075 (message-idna-to-ascii-rhs): Also encode idna addresses in
13076 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13077 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13078 only ask about the same idna domain once per header and also tell
13079 in what header to replace the idna domain.
13080
13081 * gnus-art.el (article-decode-idna-rhs): Also decode idna
13082 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13083 (article-decode-idna-rhs): Fix regexp so that all idna-address in
13084 a header is decoded and not just the last one.
13085
13086 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
13087
13088 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13089 has been decoded.
13090
13091 * mm-decode.el (mm-automatic-display): Add text/verbatim.
13092 (mm-insert-part): Don't modify text if it has been decoded.
13093
13094 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13095 decoded.
13096
13097 * mm-view.el (mm-inline-text): Don't strip text props unless
13098 decoding enriched or richtext parts.
13099
13100 2005-09-25 Romain Francoise <romain@orebokech.com>
13101
13102 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13103 * gnus-start.el (gnus-subscribe-interactively):
13104 * gnus-uu.el (gnus-uu-grab-articles):
13105 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13106 space.
13107
13108 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13109
13110 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13111 * mm-view.el (mm-view-pkcs7-decrypt):
13112 * gnus-sum.el (gnus-summary-limit-to-extra)
13113 (gnus-summary-respool-article, gnus-read-move-group-name):
13114 * gnus-score.el (gnus-summary-increase-score):
13115 * gnus-util.el (gnus-completing-read-with-default):
13116 * gnus-art.el (gnus-read-save-file-name)
13117 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13118 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13119 * message.el (message-check-news-header-syntax):
13120 Follow convention for reading with the minibuffer.
13121
13122 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
13123
13124 * spam-report.el (spam-report-url-ping-plain):
13125 Use gnus-extended-version as User-Agent.
13126
13127 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13128 default value is nil.
13129
13130 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13131 (mm-uu-verbatim-marks-extract): New function.
13132 (mm-uu-extract): New face.
13133 (mm-uu-copy-to-buffer): Use it.
13134
13135 * spam-report.el (spam-report-gmane-ham): Rename from
13136 `spam-report-gmane-unspam'.
13137 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13138 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13139
13140 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13141 Autoload.
13142 (spam-report-gmane-unregister-routine):
13143 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13144
13145 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13146
13147 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13148 (spam-report-gmane-unregister-routine): Add support for gmane
13149 unregistration.
13150
13151 * spam-report.el (spam-report-gmane-unspam)
13152 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13153 (spam-report-gmane): Change to take a single article and do unspam
13154 registration.
13155
13156 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13157
13158 * mm-url.el (mm-url-decode-entities): Fix regexp.
13159
13160 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13161
13162 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13163 default to nil, to be able to use Gnus at all. If the default
13164 switches to something else, then the function should be fixed not
13165 be exceedingly slow.
13166
13167 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13168
13169 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13170 fail hard.
13171
13172 * spam-report.el: Add better Keywords line.
13173
13174 * spam.el: Add Maintainer and better Keywords line.
13175
13176 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13177
13178 * gnus-art.el (gnus-article-replace-part)
13179 (gnus-mime-replace-part): New functions.
13180 (gnus-mime-action-alist, gnus-mime-button-commands)
13181 (gnus-mime-save-part-and-strip): Add file argument.
13182 (gnus-article-part-wrapper): Add interactive argument.
13183
13184 * gnus-sum.el (gnus-summary-mime-map):
13185 Add `gnus-article-replace-part'.
13186
13187 2005-09-19 Didier Verna <didier@xemacs.org>
13188
13189 The nnml compaction feature:
13190 * nnml.el (nnml-request-compact-group): New function.
13191 * nnml.el (nnml-request-compact): New function.
13192 * gnus-int.el (gnus-request-compact-group): New function.
13193 * gnus-int.el (gnus-request-compact): New function.
13194 * gnus-group.el (gnus-group-compact-group): New function.
13195 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13196 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13197 * gnus-srvr.el (gnus-server-compact-server): New function.
13198 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13199 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13200
13201 2005-09-18 Deepak Goel <deego@gnufans.org>
13202
13203 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13204 format spec.
13205
13206 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13207
13208 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13209
13210 2005-09-15 Romain Francoise <romain@orebokech.com>
13211
13212 * message.el (message-fill-paragraph): Clarify docstring.
13213
13214 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13215
13216 * gnus-art.el (gnus-mime-display-part): Protect against broken
13217 MIME messages.
13218
13219 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13220
13221 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13222 before parsing header.
13223
13224 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13225
13226 * html2text.el (html2text-replace-list): Add new entities.
13227
13228 2005-09-11 Romain Francoise <romain@orebokech.com>
13229
13230 * message.el (message-alternative-emails): Improve docstring.
13231 (message-setup-1): Call `message-use-alternative-email-as-from'
13232 after `message-setup-hook' to give it precedence over posting
13233 styles, etc.
13234 (message-use-alternative-email-as-from): Add docstring.
13235 Remove the original From header if present.
13236
13237 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13238 (nnml-save-mail): Use it.
13239
13240 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13241 articles. Add new argument `silent'.
13242 (gnus-uu-mark-all): Report the total number of marked articles.
13243
13244 2005-09-10 Romain Francoise <romain@orebokech.com>
13245
13246 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13247 (gnus-uu-mark-series): Likewise.
13248
13249 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13250
13251 * spam-report.el (spam-report-gmane): Fix generation of spam
13252 report URL.
13253
13254 2005-09-10 Simon Josefsson <jas@extundo.com>
13255
13256 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13257 t, based on discussion on the ding list with Robert Epprecht
13258 <epprecht@solnet.ch>.
13259
13260 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13261
13262 * spam-report.el (spam-report-gmane): Make it work without
13263 X-Report-Spam header. Gmane now only provides Archived-At.
13264 This is only used if `spam-report-gmane-use-article-number' is nil.
13265 (spam-report-gmane-spam-header): Remove. Not used anymore.
13266
13267 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13268 make `gnus-summary-sort-by-recipient' work with threading.
13269
13270 * nnweb.el (nnweb-google-wash-article): Print a message if article
13271 is not available.
13272
13273 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13274
13275 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13276 change. Decode text/* parts content before displaying.
13277
13278 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13279
13280 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13281
13282 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13283
13284 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13285
13286 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13287
13288 * message.el (message-tab-body-function): Fix mismatched custom type.
13289
13290 * gnus.el (gnus-group-change-level-function): Ditto.
13291
13292 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13293
13294 * gnus-art.el (gnus-signature-limit)
13295 (gnus-article-mime-part-function): Ditto.
13296
13297 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13298
13299 * mml.el (mml-mode): Silence the byte compiler.
13300
13301 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13302 using `(sit-for 0)' before moving the point to the specified part;
13303 skip unbuttonized parts.
13304 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13305 return to the summary window if gnus-auto-select-part is non-nil.
13306
13307 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13308
13309 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13310 New variables.
13311 (mml-dnd-attach-file, mml-mode): Use them.
13312
13313 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13314 Make fetching article by MID work again for Google Groups.
13315 Add FIXME concerning gnus-group-make-web-group.
13316
13317 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13318 Don't depend on Gnus by using mail-extract-address-components if
13319 gnus-extract-address-components is not bound.
13320
13321 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13322
13323 * gnus-art.el (gnus-mime-display-security): Don't display the
13324 signature, but only the signed part.
13325
13326 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13327
13328 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13329
13330 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13331 list, not listp.
13332
13333 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13334
13335 * mm-encode.el (mm-encode-content-transfer-encoding):
13336 Likewise when encoding.
13337
13338 * mm-bodies.el (mm-decode-content-transfer-encoding):
13339 De-canonicalize CRLF for all text content types, not just
13340 text/plain.
13341
13342 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13343
13344 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13345 valid article; point arrow and cursor at the MIME button.
13346
13347 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13348
13349 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13350 Suggested by Dan Christensen <jdc@uwo.ca>.
13351
13352 * mm-decode.el (mm-save-part): Enable change of prompt.
13353
13354 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13355
13356 * gnus-msg.el (gnus-inews-add-send-actions):
13357 Make `message-post-method' lambda parameter ARG `&optional'.
13358
13359 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13360
13361 * gnus-sum.el (gnus-summary-mime-map):
13362 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13363 gnus-article-jump-to-part.
13364
13365 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13366 (gnus-article-edit-part): Use it.
13367 (gnus-article-part-wrapper): Add no-handle argument.
13368 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13369 New functions.
13370
13371 2005-08-29 Romain Francoise <romain@orebokech.com>
13372
13373 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13374 docstring.
13375 (gnus-face-from-file): Likewise.
13376
13377 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13378
13379 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13380 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13381 non-nil.
13382 (gnus-auto-select-part): New variable.
13383 (gnus-article-jump-to-part): New function.
13384 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13385 (gnus-mime-delete-part): Allow selecting specified part after
13386 deleting or stripping parts.
13387 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13388 part if argument is bogus.
13389
13390 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13391
13392 * gnus-art.el (w3m-minor-mode-map):
13393 * gnus-spec.el (gnus-newsrc-file-version):
13394 * gnus-util.el (nnmail-active-file-coding-system)
13395 (gnus-original-article-buffer, gnus-user-agent):
13396 * gnus.el (gnus-ham-process-destinations)
13397 (gnus-parameter-ham-marks-alist)
13398 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13399 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13400 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13401 * mm-decode.el (gnus-current-window-configuration):
13402 * mm-extern.el (gnus-article-mime-handles):
13403 * mm-url.el (url-current-object, url-package-name)
13404 (url-package-version):
13405 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13406 (smime-keys, w3m-cid-retrieve-function-alist)
13407 (w3m-current-buffer, w3m-display-inline-images)
13408 (w3m-minor-mode-map):
13409 * mml-smime.el (gnus-extract-address-components):
13410 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13411 (gnus-newsrc-hashtb, message-default-charset)
13412 (message-deletable-headers, message-options)
13413 (message-posting-charset, message-required-mail-headers)
13414 (message-required-news-headers):
13415 * mml1991.el (mc-pgp-always-sign):
13416 * mml2015.el (mc-pgp-always-sign):
13417 * nnheader.el (nnmail-extra-headers):
13418 * rfc1843.el (gnus-decode-encoded-word-function)
13419 (gnus-decode-header-function, gnus-newsgroup-name):
13420 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13421
13422 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13423
13424 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13425 the end of the date treatments.
13426
13427 2005-08-15 Simon Josefsson <jas@extundo.com>
13428
13429 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13430 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13431 Capello and Romain Francoise.
13432 (pgg-fetch-key-function): Remove, not used?
13433 (pgg-insert-url-with-w3): Require url, to get
13434 url-insert-file-contents regardless of where it is defined.
13435
13436 2005-08-13 Romain Francoise <romain@orebokech.com>
13437
13438 * message.el (message-cite-original-1): New function.
13439 (message-cite-original): Use it.
13440 (message-cite-original-without-signature): Ditto.
13441
13442 2005-08-08 Romain Francoise <romain@orebokech.com>
13443
13444 * message.el (message-yank-empty-prefix): New variable.
13445 (message-indent-citation): Use it.
13446 (message-cite-original-without-signature): Respect X-No-Archive.
13447
13448 2005-08-08 Simon Josefsson <jas@extundo.com>
13449
13450 * pgg.el: Autoload url-insert-file-contents instead of loading
13451 w3/url.
13452 (pgg-insert-url-with-w3): Don't load url here.
13453
13454 2005-08-07 Jesper Harder <harder@phys.au.dk>
13455
13456 * message.el (message-kill-to-signature): Don't insert newline at
13457 bol.
13458 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13459
13460 2005-08-06 Romain Francoise <romain@orebokech.com>
13461
13462 * message.el (message-user-fqdn): Fix typo in docstring.
13463
13464 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13465
13466 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13467
13468 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13469
13470 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13471
13472 * mm-bodies.el (mm-encode-body): Use coding system rather than
13473 charset to encode text.
13474
13475 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13476 number of charsets if utf-8 is available (XEmacs).
13477
13478 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13479
13480 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13481 taken from `gnus-button-mid-or-mail-regexp'.
13482 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13483 (gnus-button-alist): Improve regexp for domain part of the MIDs
13484 for news:localpart@domain buttons.
13485 (gnus-button-ctan-directory-regexp): Update.
13486
13487 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13488
13489 * sieve-manage.el (sieve-manage-interactive-login):
13490 Use make-local-variable rather than make-variable-buffer-local.
13491 (sieve-manage-open): Ditto.
13492 (sieve-manage-authenticate): Ditto.
13493
13494 * mml.el (mml-generate-mime-1): Make the content type default to
13495 text/plain if the filename is not specified.
13496
13497 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13498
13499 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13500 instead of insert-buffer.
13501
13502 * message.el (message-yank-original): Ditto; set the mark at the
13503 end of the yanked message.
13504
13505 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13506
13507 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13508 lines to scroll rather than to stop it.
13509
13510 * mml.el (mml-generate-default-type): Add doc string.
13511 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13512 default to application/octet-stream when determining the content
13513 type if it is not specified for the part or the mml contents; add
13514 a comment about mml-generate-default-type.
13515
13516 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13517
13518 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13519 make it default to application/octet-stream when determining the
13520 content type if it is not specified for the external contents.
13521
13522 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13523
13524 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13525 segmented parameter but also other parameters might be there.
13526
13527 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13528
13529 * mm-decode.el (mm-display-external): Delete temp file, directory
13530 and buffer immediately if the external process is exited.
13531
13532 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13533
13534 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13535 fewer lines than that of scroll-margin.
13536 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13537
13538 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13539
13540 * gnus-art.el (gnus-article-next-page): Revert.
13541 (gnus-article-beginning-of-window): New macro.
13542 (gnus-article-next-page-1): Use it.
13543 (gnus-article-prev-page): Ditto.
13544 (gnus-article-edit-part): Use insert-buffer-substring instead of
13545 insert-buffer.
13546 (gnus-article-edit-exit): Ditto.
13547
13548 * gnus-util.el (gnus-beginning-of-window): Remove.
13549 (gnus-end-of-window): Remove.
13550
13551 2005-07-25 Simon Josefsson <jas@extundo.com>
13552
13553 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13554 to have the url package without w3. Reported by Daiki Ueno
13555 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13556
13557 2005-07-20 Didier Verna <didier@xemacs.org>
13558
13559 * gnus-diary.el: Remove the description comment (nndiary is now
13560 properly documented in the Gnus manual).
13561 Fix the spelling of "Back End".
13562 * nndiary.el: Ditto.
13563 Fix the copyright notice.
13564
13565 2005-07-18 Romain Francoise <romain@orebokech.com>
13566
13567 * gnus-sum.el (gnus-summary-to-prefix)
13568 (gnus-summary-newsgroup-prefix): New variables.
13569 (gnus-summary-from-or-to-or-newsgroups): Use them.
13570
13571 2005-07-17 Romain Francoise <romain@orebokech.com>
13572
13573 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13574 space as it's generally not especially interesting to the user.
13575
13576 2005-07-16 Romain Francoise <romain@orebokech.com>
13577
13578 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13579 nil to avoid prompting and file modification if one of the
13580 messages at the top of the nnfolder file contains a copyright
13581 notice.
13582 Update copyright notice.
13583
13584 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13585 instead of `current-time-string' as the latter creates a time
13586 string that is not RFC 2822 compliant (it lacks the zone).
13587 Update copyright notice.
13588
13589 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13592 for text/rtf. Display default in prompt. Pass default for M-n.
13593
13594 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13595
13596 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13597
13598 * gnus-msg.el (gnus-button-mailto):
13599 Remove save-selected-window-window hackery because it relies on
13600 save-selected-window internals.
13601
13602 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13603
13604 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13605 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13606 (gnus-article-prev-page): Ditto.
13607
13608 * gnus-util.el (gnus-beginning-of-window): New function.
13609 (gnus-end-of-window): New function.
13610
13611 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13612
13613 * gnus-score.el (gnus-score-edit-all-score):
13614 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13615 gnus-message.
13616
13617 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13618
13619 * gnus-msg.el (gnus-button-mailto):
13620 Remove save-selected-window-window hackery because it relies on
13621 save-selected-window internals.
13622
13623 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13624
13625 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13626 add-minor-mode.
13627 (gnus-binary-mode): Ditto.
13628
13629 * gnus-topic.el (gnus-topic-mode): Ditto.
13630
13631 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13632
13633 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13634 (gnus-article-prev-page): Take scroll-margin into consideration.
13635
13636 2005-07-04 Lute Kamstra <lute@gnu.org>
13637
13638 Update FSF's address in GPL notices.
13639
13640 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13641
13642 * gnus.el (gnus-exit):
13643 * gnus-group.el (gnus-group-icons):
13644 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13645
13646 * gnus-nocem.el (gnus-nocem):
13647 * message.el (message-various, message-buffers, message-sending)
13648 (message-interface, message-forwarding, message-insertion)
13649 (message-headers, message-news, message-mail):
13650 * pgg-gpg.el (pgg-gpg):
13651 * pgg-parse.el (pgg-parse):
13652 * pgg-pgp.el (pgg-pgp):
13653 * pgg-pgp5.el (pgg-pgp5):
13654 * pop3.el (pop3): Finish `defgroup' description with period.
13655
13656 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13657
13658 * gnus-art.el (article-display-face): Improve the efficiency.
13659 (article-display-x-face): Ditto; remove grey x-face stuff.
13660
13661 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13662
13663 * gnus-art.el (article-display-face): Correct the position in
13664 which Faces are inserted.
13665
13666 2005-06-29 Didier Verna <didier@xemacs.org>
13667
13668 * gnus-art.el (article-display-face): Display faces in correct
13669 order.
13670
13671 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13672
13673 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13674 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13675 (gnus-nocem-check-article): Fetch the Type header.
13676 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13677 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13678 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13679 make sure gnus-nocem-hashtb is initialized.
13680 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13681 (gnus-nocem-unwanted-article-p): Ditto.
13682
13683 * pgg.el (pgg-verify): Return the verification result.
13684
13685 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13686
13687 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13688 is ascii.
13689
13690 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13691
13692 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13693 `show-nonbreak-escape'.
13694
13695 2005-06-23 Lute Kamstra <lute@gnu.org>
13696
13697 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13698
13699 * dig.el (dig-mode):
13700 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13701
13702 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13703
13704 * nnimap.el (nnimap-split-download-body): Fix spellings.
13705
13706 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13707
13708 * gnus-art.el (gnus-article-encrypt-body):
13709 * gnus-cus.el (gnus-score-customize):
13710 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13711 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13712
13713 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13714
13715 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13716 header by looking for magic "MII" at the beginnig.
13717
13718 2005-06-16 Miles Bader <miles@gnu.org>
13719
13720 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13721 (assistant-field-face): New backward-compatibility alias for renamed
13722 face.
13723 (assistant-render-text): Use renamed assistant-field face.
13724
13725 * spam.el (spam): Remove "-face" suffix from face name.
13726 (spam-face): New backward-compatibility alias for renamed face.
13727 (spam-face, spam-initialize): Use renamed spam face.
13728
13729 * message.el (message-header-to, message-header-cc)
13730 (message-header-subject, message-header-newsgroups)
13731 (message-header-other, message-header-name)
13732 (message-header-xheader, message-separator, message-cited-text)
13733 (message-mml): Remove "-face" suffix from face names.
13734 (message-header-to-face, message-header-cc-face)
13735 (message-header-subject-face, message-header-newsgroups-face)
13736 (message-header-other-face, message-header-name-face)
13737 (message-header-xheader-face, message-separator-face)
13738 (message-cited-text-face, message-mml-face):
13739 New backward-compatibility aliases for renamed faces.
13740 (message-font-lock-keywords): Use renamed message faces.
13741
13742 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13743 (sieve-test-commands, sieve-tagged-arguments):
13744 Remove "-face" suffix from face names.
13745 (sieve-control-commands-face, sieve-action-commands-face)
13746 (sieve-test-commands-face, sieve-tagged-arguments-face):
13747 New backward-compatibility aliases for renamed faces.
13748 (sieve-control-commands-face, sieve-action-commands-face)
13749 (sieve-test-commands-face, sieve-tagged-arguments-face):
13750 Use renamed sieve faces.
13751
13752 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13753 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13754 (gnus-group-news-3-empty, gnus-group-news-4)
13755 (gnus-group-news-4-empty, gnus-group-news-5)
13756 (gnus-group-news-5-empty, gnus-group-news-6)
13757 (gnus-group-news-6-empty, gnus-group-news-low)
13758 (gnus-group-news-low-empty, gnus-group-mail-1)
13759 (gnus-group-mail-1-empty, gnus-group-mail-2)
13760 (gnus-group-mail-2-empty, gnus-group-mail-3)
13761 (gnus-group-mail-3-empty, gnus-group-mail-low)
13762 (gnus-group-mail-low-empty, gnus-summary-selected)
13763 (gnus-summary-cancelled, gnus-summary-high-ticked)
13764 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13765 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13766 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13767 (gnus-summary-low-undownloaded)
13768 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13769 (gnus-summary-low-unread, gnus-summary-normal-unread)
13770 (gnus-summary-high-read, gnus-summary-low-read)
13771 (gnus-summary-normal-read, gnus-splash):
13772 Remove "-face" suffix from face names.
13773 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13774 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13775 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13776 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13777 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13778 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13779 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13780 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13781 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13782 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13783 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13784 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13785 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13786 (gnus-summary-normal-ticked-face)
13787 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13788 (gnus-summary-normal-ancient-face)
13789 (gnus-summary-high-undownloaded-face)
13790 (gnus-summary-low-undownloaded-face)
13791 (gnus-summary-normal-undownloaded-face)
13792 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13793 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13794 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13795 (gnus-splash-face):
13796 New backward-compatibility aliases for renamed faces.
13797 (gnus-group-startup-message): Use renamed gnus faces.
13798
13799 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13800 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13801 (gnus-server-agent): Remove "-face" suffix from face names.
13802 (gnus-server-agent-face, gnus-server-opened-face)
13803 (gnus-server-closed-face, gnus-server-denied-face)
13804 (gnus-server-offline-face):
13805 New backward-compatibility aliases for renamed faces.
13806 (gnus-server-agent-face, gnus-server-opened-face)
13807 (gnus-server-closed-face, gnus-server-denied-face)
13808 (gnus-server-offline-face): Use renamed gnus faces.
13809
13810 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13811 Remove "-face" suffix from face names.
13812 (gnus-picon-xbm-face, gnus-picon-face):
13813 New backward-compatibility aliases for renamed faces.
13814
13815 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13816 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13817 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13818 (gnus-cite-11): Remove "-face" suffix from face names.
13819 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13820 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13821 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13822 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13823 New backward-compatibility aliases for renamed faces.
13824 (gnus-cite-attribution-face, gnus-cite-face-list)
13825 (gnus-article-boring-faces): Use renamed gnus faces.
13826
13827 * gnus-art.el (gnus-signature, gnus-header-from)
13828 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13829 (gnus-header-content): Remove "-face" suffix from face names.
13830 (gnus-signature-face, gnus-header-from-face)
13831 (gnus-header-subject-face, gnus-header-newsgroups-face)
13832 (gnus-header-name-face, gnus-header-content-face):
13833 New backward-compatibility aliases for renamed faces.
13834 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13835
13836 * gnus-sum.el (gnus-summary-selected-face)
13837 (gnus-summary-highlight): Use renamed gnus faces.
13838 * gnus-group.el (gnus-group-highlight): Likewise.
13839
13840 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13841
13842 * gnus-sieve.el (gnus-sieve-article-add-rule):
13843 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13844 * spam-stat.el (spam-stat-buffer-change-to-spam)
13845 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13846
13847 * message.el (message-is-yours-p):
13848 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13849
13850 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852 * mm-view.el (mm-inline-text): Withdraw the last change.
13853
13854 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13855
13856 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13857 executing enriched-decode.
13858
13859 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13860
13861 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13862 charset of tar files.
13863
13864 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13865
13866 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13867
13868 2005-06-04 Lute Kamstra <lute@gnu.org>
13869
13870 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13871 information is never recorded.
13872
13873 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13874
13875 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13876
13877 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13878
13879 * pop3.el (pop3-apop): Run md5 in the binary mode.
13880
13881 * starttls.el (starttls-set-process-query-on-exit-flag):
13882 Use eval-and-compile.
13883
13884 2005-05-31 Simon Josefsson <jas@extundo.com>
13885
13886 * smime.el (smime-replace-in-string): Define.
13887 (smime-cert-by-ldap-1): Use it.
13888
13889 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13890
13891 * gnus-art.el (article-display-x-face): Replace
13892 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13893
13894 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13895 set-process-query-on-exit-flag or process-kill-without-query.
13896
13897 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13898 loop instead of replace-regexp.
13899
13900 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13901 instead of process-kill-without-query if it is available.
13902
13903 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13904 instead of find-file-hooks if it is available.
13905
13906 * mml1991.el: Bind pgg-default-user-id when compiling.
13907
13908 * mml2015.el: Bind pgg-default-user-id when compiling.
13909
13910 * nndraft.el (nndraft-request-associate-buffer):
13911 Use write-contents-functions instead of write-contents-hooks if it is
13912 available.
13913
13914 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13915 instead of find-file-hooks if it is available.
13916
13917 * nntp.el (nntp-open-connection): Replace
13918 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13919 (nntp-open-ssl-stream): Ditto.
13920 (nntp-open-tls-stream): Ditto.
13921
13922 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13923 set-process-query-on-exit-flag or process-kill-without-query.
13924 (starttls-open-stream-gnutls): Use it instead of
13925 process-kill-without-query.
13926 (starttls-open-stream): Ditto.
13927
13928 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13929
13930 * smime.el (smime-cert-by-ldap-1): Don't use
13931 replace-regexp-in-string.
13932
13933 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13934
13935 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13936
13937 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13938 in PEM format. Adjust to the XEmacs compability.
13939
13940 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13941
13942 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13943 by `string-to-number'.
13944 * gnus-agent.el (gnus-agent-regenerate-group)
13945 (gnus-agent-fetch-articles): Ditto.
13946 * gnus-art.el (gnus-button-fetch-group): Ditto.
13947 * gnus-cache.el (gnus-cache-generate-active)
13948 (gnus-cache-articles-in-group): Ditto.
13949 * gnus-group.el (gnus-group-set-current-level)
13950 (gnus-group-insert-group-line): Ditto.
13951 * gnus-score.el (gnus-score-set-expunge-below)
13952 (gnus-score-set-mark-below, gnus-summary-score-effect)
13953 (gnus-summary-score-entry): Ditto.
13954 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13955 (gnus-soup-pack): Ditto.
13956 * gnus-spec.el (gnus-xmas-format): Ditto.
13957 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13958 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13959 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13960 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13961 * nndb.el (nndb-get-remote-expire-response): Ditto.
13962 * nndiary.el (nndiary-parse-schedule-value)
13963 (nndiary-string-to-number, nndiary-request-replace-article)
13964 (nndiary-request-article): Ditto.
13965 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13966 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13967 * nneething.el (nneething-make-head): Ditto.
13968 * nnfolder.el (nnfolder-request-article)
13969 (nnfolder-retrieve-headers): Ditto.
13970 * nnheader.el (nnheader-file-to-number): Ditto.
13971 * nnkiboze.el (nnkiboze-request-article): Ditto.
13972 * nnmail.el (nnmail-process-unix-mail-format)
13973 (nnmail-process-babyl-mail-format): Ditto.
13974 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13975 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13976 (nnmh-request-create-group, nnmh-request-list-1)
13977 (nnmh-request-group, nnmh-request-article): Ditto.
13978 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13979 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13980 * nnsoup.el (nnsoup-make-active): Ditto.
13981 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13982 * nntp.el (nntp-find-group-and-number)
13983 (nntp-retrieve-headers-with-xover): Ditto.
13984 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13985 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13986 (pgg-format-key-identifier): Ditto.
13987 * pop3.el (pop3-last, pop3-stat): Ditto.
13988 * qp.el (quoted-printable-decode-region): Ditto.
13989
13990 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13991 of concat.
13992
13993 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13994
13995 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13996
13997 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13998
13999 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14000
14001 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14002
14003 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14004
14005 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14006
14007 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14008 (gnus-carpal-mode): Ditto.
14009
14010 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14011 (gnus-browse-mode): Ditto.
14012
14013 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14014
14015 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14016
14017 2005-05-29 Richard M. Stallman <rms@gnu.org>
14018
14019 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14020
14021 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
14022
14023 * gnus-util.el (gnus-run-mode-hooks): New function.
14024
14025 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14026
14027 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
14028
14029 * gnus-agent.el (gnus-agent-make-mode-line-string):
14030 Use mode-line-highlight as mouse-face.
14031
14032 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
14033
14034 * canlock.el (canlock): Change the parent group to news.
14035
14036 * deuglify.el (gnus-outlook-deuglify): Add :group.
14037
14038 * dig.el (dig): Add :group.
14039
14040 * dns-mode.el (dns-mode): Add :group.
14041
14042 * encrypt.el (encrypt): Add :group.
14043
14044 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14045 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14046 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14047 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14048 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14049
14050 * gnus-diary.el (gnus-diary): Add :group.
14051
14052 * gnus.el (gnus-group-news-1-face): Add :group.
14053 (gnus-group-news-1-empty-face): Ditto.
14054 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14055 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14056 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14057 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14058 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14059 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14060 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14061 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14062 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14063 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14064 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14065 (gnus-summary-high-ticked-face): Ditto.
14066 (gnus-summary-low-ticked-face): Ditto.
14067 (gnus-summary-normal-ticked-face): Ditto.
14068 (gnus-summary-high-ancient-face): Ditto.
14069 (gnus-summary-low-ancient-face): Ditto.
14070 (gnus-summary-normal-ancient-face): Ditto.
14071 (gnus-summary-high-undownloaded-face): Ditto.
14072 (gnus-summary-low-undownloaded-face): Ditto.
14073 (gnus-summary-normal-undownloaded-face): Ditto.
14074 (gnus-summary-high-unread-face): Ditto.
14075 (gnus-summary-low-unread-face): Ditto.
14076 (gnus-summary-normal-unread-face): Ditto.
14077 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14078 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14079
14080 * hashcash.el (hashcash): New custom group.
14081 (hashcash-default-payment): Add :group.
14082 (hashcash-payment-alist): Ditto.
14083 (hashcash-default-accept-payment): Ditto.
14084 (hashcash-accept-resources): Ditto.
14085 (hashcash-path): Ditto.
14086 (hashcash-extra-generate-parameters): Ditto.
14087 (hashcash-double-spend-database): Ditto.
14088 (hashcash-in-news): Ditto.
14089
14090 * message.el (message-minibuffer-local-map): Add :group.
14091
14092 * netrc.el (netrc): Add :group.
14093
14094 * sieve-manage.el (sieve-manage-log): Add :group.
14095 (sieve-manage-default-user): Diito.
14096 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14097 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14098 (sieve-manage-authenticators): Ditto.
14099 (sieve-manage-authenticator-alist): Ditto.
14100 (sieve-manage-default-port): Ditto.
14101
14102 * sieve-mode.el (sieve-control-commands-face): Add :group.
14103 (sieve-action-commands-face): Ditto.
14104 (sieve-test-commands-face): Ditto.
14105 (sieve-tagged-arguments-face): Ditto.
14106
14107 * smime.el (smime): Add :group.
14108
14109 * spam-report.el (spam-report): Add :group.
14110
14111 * spam.el (spam, spam-face): Add :group.
14112
14113 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14114
14115 * nntp.el (nntp-next-result-arrived-p): Some news servers may
14116 return \n.\n.\n at the end of articles. Protect against that.
14117 (nntp-with-open-group): Allow debugging.
14118
14119 * nnheader.el (mail-header-set-extra): Make into a function
14120 because I just could't understand how to quote the list properly.
14121
14122 * dns.el (query-dns-cached): New function.
14123
14124 2005-05-26 Lute Kamstra <lute@gnu.org>
14125
14126 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14127
14128 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
14129
14130 * gnus-art.el: Don't autoload mail-extract-address-components.
14131
14132 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14133 eval-and-compile to evaluate it.
14134
14135 * hashcash.el: Don't autoload executable-find.
14136
14137 * nndb.el: Don't declare the nndb back end two or more times; don't
14138 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14139
14140 * nntp.el: Autoload format-spec instead of format; use
14141 eval-and-compile to evaluate autoload forms.
14142
14143 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14144
14145 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14146
14147 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14148
14149 * gnus.el (gnus-version-number): Bump version.
14150
14151 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14152
14153 * gnus.el: No Gnus v0.3 is released.
14154
14155 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14156
14157 * gnus-art.el (gnus-article-edit-part): Disable undo.
14158
14159 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14160
14161 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14162 gnus-article-date-lapsed-new-header is t if date timer is active;
14163 skip headers in which the original date value is empty.
14164 (gnus-article-save-original-date): Redefine it as a macro.
14165 (gnus-display-mime): Use it.
14166
14167 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14168
14169 * gnus-art.el (article-date-ut): Support converting date in
14170 forwarded parts as well.
14171 (gnus-article-save-original-date): New function.
14172 (gnus-display-mime): Use it.
14173
14174 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14175
14176 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14177 enclosure element of <item>.
14178
14179 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14180
14181 * message.el (message-kill-buffer-query): Rename from
14182 `message-kill-buffer-query-if-modified'. Add :version.
14183
14184 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14185
14186 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14187 window layout.
14188
14189 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14190
14191 * mml.el: Autoload dnd when compiling.
14192
14193 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14194
14195 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14196 x-dnd-*.
14197
14198 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14199
14200 * qp.el (quoted-printable-encode-region): Save excursion.
14201
14202 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14203
14204 * message.el (message-kill-buffer-query-if-modified): Add new variable
14205 so the user can kill a modified message buffer quickly.
14206 (message-kill-buffer): Use it.
14207
14208 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14209
14210 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14211 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14212
14213 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14214
14215 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14216 contained in text because xml.el decodes entities) with LFs.
14217
14218 2005-04-11 Lute Kamstra <lute@gnu.org>
14219
14220 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14221 differently.
14222
14223 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * mm-util.el (mm-detect-coding-region): Typo.
14226
14227 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14228
14229 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14230
14231 2005-04-06 Deepak Goel <deego@gnufans.org>
14232
14233 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14234 user-function allow user modifications of the scores.
14235 (spam-stat-score-buffer-user): New function, to allow
14236 user-computed modifications to the score.
14237 (spam-stat-score-buffer-user-functions): List of additional
14238 scoring functions.
14239 (spam-stat-error-holder): Global temporary error holder.
14240 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14241 variable.
14242
14243 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14244
14245 * gnus-registry.el (gnus-registry-clean-empty-function)
14246 (gnus-registry-trim, gnus-registry-fetch-groups)
14247 (gnus-registry-delete-group): Groups that match
14248 `gnus-registry-ignored-groups' are removed from the registry
14249 entries, not just ignored for splitting. This helps clean up the
14250 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14251 to get all the groups a message ID is in.
14252
14253 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14254 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14255 (spam-stat-score-buffer-user-functions): Add :number custom type.
14256
14257 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14258
14259 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14260 argument in XEmacs.
14261
14262 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14263 (nnrss-request-group): Decode group name first.
14264 (nnrss-request-article): Make a text/plain article if mml-to-mime
14265 failed.
14266 (nnrss-get-encoding): Return a compatible encoding according to
14267 nnrss-compatible-encoding-alist.
14268 (nnrss-find-el): Use consp instead of listp.
14269 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14270
14271 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14272
14273 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14274 which Emacs 20 doesn't support.
14275 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14276
14277 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14278
14279 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14280 silence the byte compiler inside the defun.
14281
14282 * gnus-demon.el (parse-time-string): Add autoload.
14283
14284 * gnus-delay.el (parse-time-string): Add autoload.
14285
14286 * gnus-art.el (parse-time-string): Add autoload.
14287
14288 * nnultimate.el (parse-time): Require for `parse-time-string'.
14289
14290 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14291
14292 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14293
14294 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14295
14296 * smime.el (smime-ldap-host-list): Add :version.
14297
14298 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14299
14300 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14301 pass it to `gnus-browse-read-group'.
14302 (gnus-browse-read-group): Add NUMBER argument and pass it to
14303 `gnus-group-read-ephemeral-group'.
14304
14305 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14306 argument and pass it to `gnus-group-read-group'.
14307
14308 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14309
14310 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14311 mm-xemacs-find-mime-charset-1 if we have the mule feature
14312 available at runtime.
14313
14314 2005-03-25 Werner Lemberg <wl@gnu.org>
14315
14316 * nnmaildir.el: Replace `illegal' with `invalid'.
14317
14318 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * gnus-start.el (gnus-display-time-event-handler):
14321 Check display-time-timer at runtime rather than only at load time
14322 in case display-time-mode is turned off in the mean time.
14323
14324 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14325
14326 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14327 used.
14328
14329 * nneething.el (nneething-map-file-directory): Derive from
14330 `gnus-directory'.
14331
14332 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14333 the To/Cc button.
14334
14335 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14336
14337 * nnmaildir.el (nnmaildir-request-accept-article):
14338 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14339
14340 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14341
14342 * gnus-async.el: Require timer-funcs at compile time when in
14343 XEmacs for `run-with-idle-timer'.
14344
14345 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14346
14347 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14348 autoloaded function.
14349
14350 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14353
14354 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14355
14356 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14357
14358 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14359
14360 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14361 Add gnus-expert-user to default.
14362
14363 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14364
14365 * nnimap.el (nnimap-open-server): Ditto.
14366
14367 * imap.el (imap-authenticate): Fix typo.
14368
14369 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14370
14371 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14372 buffer (since IMAP server might return FETCH response out of
14373 order, and the nntp buffer must be sorted).
14374
14375 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14376
14377 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14378 comparison on string.
14379
14380 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14381 (gnus-agent-score): Rename category keywords to match gnus-cus.
14382 (gnus-agent-summary-fetch-series): Modify to protect against
14383 gnus-agent-summary-fetch-group clearing processable flags.
14384 (gnus-agent-synchronize-group-flags): Update live group buffer as
14385 synchronization may occur due to the user toggle the plugged
14386 status.
14387 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14388 successfully downloaded.
14389 (gnus-agent-expire-group-1): Avoid using markers when the overview
14390 is in ascending order; greatly improves performance.
14391 (gnus-agent-regenerate-group):
14392 Use gnus-agent-synchronize-group-flags to reset read status in both
14393 gnus and server.
14394 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14395
14396 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14397
14398 * message.el: Don't autoload former message-utils variables.
14399 (message-strip-subject-trailing-was): Change doc string.
14400
14401 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14402 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14403 (nnweb-google-search): Add "hl=en" here.
14404 (nnweb-google-parse-1, nnweb-google-create-mapping):
14405 Don't hardcode URL.
14406
14407 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14408
14409 * message.el (message-get-reply-headers, message-followup):
14410 Mention related variables `message-use-followup-to' and
14411 `message-use-mail-followup-to', in the information buffer.
14412
14413 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14414 of broken groups(-beta).google.com.
14415
14416 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14417
14418 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14419 parameter to invoked gnus-request-move-article; remove the
14420 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14421 all at once instead of once per article.
14422 (gnus-summary-remove-process-mark): Accept a list of articles as
14423 well as a single article for processing.
14424
14425 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14426 parameter.
14427
14428 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14429
14430 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14431
14432 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14433 parameter.
14434
14435 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14436 parameter.
14437
14438 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14439 parameter and remove the gnus-sum-hint-move-is-internal variable.
14440
14441 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14442 parameter.
14443
14444 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14445 parameter.
14446
14447 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14448 parameter.
14449
14450 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14451
14452 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14453 parameter.
14454
14455 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14456 parameter.
14457
14458 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14459
14460 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14461 a more conservative way.
14462
14463 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14464
14465 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14466 buffer, so it moves the window's cursor.
14467
14468 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14469
14470 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14471 `mm-dissect-multipart' and receive the from field as an (optional)
14472 argument from `mm-dissect-multipart'.
14473 (mm-dissect-multipart): Receive the from field as an argument and
14474 pass it on when we call `mm-dissect-buffer' on MIME parts.
14475 Fixes verification/decryption of signed/encrypted MIME parts.
14476
14477 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14478
14479 * gnus-sum.el (gnus-summary-move-article):
14480 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14481 whatever it calls (right now, only nnimap-request-move article
14482 respects it).
14483
14484 * nnimap.el (nnimap-request-move-article):
14485 When gnus-sum-hint-move-is-internal is set, don't do the extra
14486 nnimap-request-article.
14487
14488 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14489
14490 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14491
14492 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14493 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14494
14495 * gnus-sum.el (gnus-summary-caesar-message):
14496 Apply `gnus-treat-article' after rotation.
14497
14498 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14499 doc string.
14500
14501 2005-02-22 Simon Josefsson <jas@extundo.com>
14502
14503 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14504 `password-cache-expiry' instead). Reported by Arne Jørgensen
14505 <arne@arnested.dk>.
14506 (encrypt): Add password-cache and password-cache-expiry as group
14507 members.
14508
14509 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14510
14511 * smime.el (smime-ldap-host-list): Doc fix.
14512 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14513 cache) password.
14514 (smime-sign-region): Use it.
14515 (smime-decrypt-region): Use it.
14516 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14517 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14518 fails.
14519 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14520 certificate from DER to PEM format rather than calling openssl.
14521
14522 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14523
14524 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14525 for signing/encryption.
14526
14527 * mml.el (mml-parse-1): Use them.
14528
14529 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14530
14531 * nnrss.el (nnrss-verbose): Remove.
14532 (nnrss-request-group): Use `nnheader-message' instead.
14533
14534 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14535
14536 * nnrss.el (nnrss-verbose): New variable.
14537 (nnrss-request-group): Make it say nnrss is requesting a group.
14538
14539 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14540
14541 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14542 Handle news URL with given port correctly.
14543
14544 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14545
14546 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14547 containing special characters.
14548
14549 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14550
14551 * mml.el (mime-to-mml): Ditto.
14552
14553 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14554 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14555 (rfc2047-decode-region): Quote decoded words containing special
14556 characters when rfc2047-quote-decoded-words-containing-tspecials
14557 is non-nil.
14558
14559 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14560
14561 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14562
14563 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14564
14565 2005-02-15 Simon Josefsson <jas@extundo.com>
14566
14567 * nnimap.el (nnimap-debug): Doc fix.
14568
14569 * imap.el (imap-debug): Doc fix.
14570
14571 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14572
14573 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14574
14575 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14576
14577 * gnus.el (spam-contents): Improve docs for spam-contents
14578 parameter in its variable incarnation.
14579
14580 2005-02-14 Simon Josefsson <jas@extundo.com>
14581
14582 * smime-ldap.el: Use require instead of load-library for ldap.
14583 (smime-ldap-search): Indent.
14584 (smime-ldap-search-internal): Shorten line.
14585
14586 * smime.el (smime-cert-by-dns): Add doc-string.
14587 (smime-cert-by-ldap-1): Indent.
14588
14589 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14590 mml-smime-get-dns-ldap.
14591 (mml-smime-encrypt-query): Use new function. Default to ldap.
14592
14593 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14594
14595 * smime.el: Require smime-ldap.
14596 (smime-ldap-host-list): New variable.
14597 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14598
14599 * mml-smime.el (mml-smime-encrypt-query): New function.
14600 (mml-smime-encrypt-query): Use it.
14601
14602 * smime-ldap.el: New file.
14603
14604 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14605
14606 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14607
14608 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14609
14610 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14611 argument in doc string. Make query for type more clear.
14612
14613 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14614
14615 * gnus.el (gnus-group-startup-message): Search for gnus images in
14616 etc/images/gnus.
14617 * mm-util.el (mm-image-load-path): Likewise.
14618 * smiley.el (smiley-data-directory): Search for smilies in
14619 etc/images/smilies.
14620
14621 2005-02-09 Kim F. Storm <storm@cua.dk>
14622
14623 Change Emacs release version from 21.4 to 22.1 throughout.
14624 Change Emacs development version from 21.3.50 to 22.0.50.
14625
14626 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14627
14628 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14629
14630 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14631 non-Mule XEmacs as well.
14632 (mm-decompress-buffer): Signal an error intentionally if it does
14633 not decompress compressed data because auto-compression-mode is
14634 disabled.
14635
14636 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14637
14638 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14639 an ID in the registry even if it has no groups.
14640
14641 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14642
14643 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14644 merge it into mm-decompress-buffer.
14645 (gnus-mime-copy-part): Use the MIME part charset, the value which
14646 a user specified or gnus-newsgroup-charset for decoding, like
14647 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14648 save-buffer what was used. Suggested by Kevin Ryde
14649 <user42@zip.com.au>.
14650 (gnus-mime-inline-part): Allow the name parameter as well as the
14651 filename parameter; force decompressing of compressed data; always
14652 display contents being not decoded as unibyte.
14653
14654 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14655 as well as the filename parameter.
14656
14657 * mm-util.el (mm-decompress-buffer):
14658 Merge gnus-mime-jka-compr-maybe-uncompress.
14659 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14660 of compressed data.
14661
14662 2005-02-08 Simon Josefsson <jas@extundo.com>
14663
14664 * imap.el (imap-log): Doc fix.
14665
14666 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14667
14668 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14669 the coding cookies; decompress compressed parts.
14670
14671 * mml.el (mml-generate-mime-1): Add the charset parameter according
14672 to the value which a user specified manually or the coding cookie.
14673
14674 * mm-util.el (mm-string-to-multibyte): New function.
14675 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14676 (mm-coding-system-to-mime-charset): New function.
14677 (mm-decompress-buffer): New function.
14678 (mm-find-buffer-file-coding-system): New function.
14679
14680 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14681 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14682 parts.
14683
14684 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14685
14686 * mm-view.el (mm-display-inline-fontify): Decode a part according
14687 to the charset parameter.
14688
14689 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14690
14691 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14692 prefix arg is neither nil nor a number, as info specifies.
14693
14694 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14695
14696 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14697 timestamps.
14698
14699 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14700
14701 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14702 groups error checking and notify user.
14703
14704 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14705
14706 * message.el (message-send-mail-function): Check existence of
14707 sendmail-program first before using default value
14708 `message-send-mail-with-sendmail'. Otherwise use more generic
14709 `smtpmail-send-it'.
14710
14711 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14712
14713 * nntp.el (nntp-request-update-info): Always return nil.
14714
14715 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14716
14717 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14718
14719 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * message.el (message-beginning-of-line): Change the behavior when
14722 invoked between BOL and : so that it first moves backward.
14723
14724 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14725
14726 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14727 article buffer when editing of the article is discarded.
14728 (gnus-article-prepare): Revert.
14729
14730 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * gnus-art.el (gnus-article-prepare):
14733 Remove message-strip-forbidden-properties from the local hook.
14734
14735 2005-01-27 Simon Josefsson <jas@extundo.com>
14736
14737 * password.el (password-cache-add): Only start one timer per key.
14738 Reported by Derek Atkins <warlord@MIT.EDU>.
14739
14740 2005-01-26 Steve Youngs <steve@sxemacs.org>
14741
14742 * run-at-time.el: Remove. It is no longer needed as
14743 timer-funcs.el in the xemacs-base package has a working version of
14744 `run-at-time'.
14745
14746 * password.el: Require timer-funcs instead of run-at-time in
14747 XEmacs.
14748 Remove `password-run-at-time' macro.
14749 (password-cache-add): Use `run-at-time' instead of
14750 `password-run-at-time'.
14751
14752 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14753 for `run-with-idle-timer'.
14754
14755 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14756 for `run-at-time'.
14757
14758 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14759 for `with-timeout'.
14760
14761 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14764 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14765
14766 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14767
14768 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14769 sensitively.
14770
14771 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14772
14773 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14774
14775 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14776
14777 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14778 which will be inserted according to the multibyteness of a buffer
14779 rather than the type of contents. Suggested by ARISAWA Akihiro
14780 <ari@mbf.ocn.ne.jp>.
14781
14782 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14783 of string which old xml.el may return rather than a string.
14784
14785 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14786
14787 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14788
14789 2005-01-16 Simon Josefsson <jas@extundo.com>
14790
14791 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14792 idn/idna.el isn't available.
14793 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14794 <michael@waxrat.com>.
14795
14796 * hashcash.el: Remove non-FSF copyright header.
14797
14798 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14799 (hashcash-generate-payment): Use it.
14800 (hashcash-generate-payment-async): Use it.
14801
14802 2005-01-15 Simon Josefsson <jas@extundo.com>
14803
14804 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14805 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14806
14807 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14808 gnus-summary-idna-message.
14809 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14810 (gnus-summary-idna-message): New function.
14811
14812 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14813
14814 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14815 gnus-novice-user.
14816
14817 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * nnrss.el (nnrss-request-delete-group): Delete entries in
14820 nnrss-group-alist as well.
14821 (nnrss-save-server-data): Insert newline.
14822
14823 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14824
14825 * gnus.el (gnus-user-agent): Use list of symbols instead of
14826 symbols. Display full version number for (S)XEmacs.
14827 Optionally display (S)XEmacs codename.
14828
14829 * gnus-util.el (gnus-emacs-version): Update for new
14830 `gnus-user-agent'.
14831
14832 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14833 Gnus version.
14834
14835 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14836
14837 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14838 which is unreadable in some setups.
14839
14840 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14841
14842 * gnus-spec.el (gnus-update-format-specifications): Flush the
14843 group format spec cache if it doesn't support decoded group names.
14844
14845 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14846
14847 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14848 Allow to apply decay on score files matching a regexp.
14849
14850 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14851
14852 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14853 compatibility in %g and %c.
14854
14855 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14856
14857 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14858 name for only %g and %c.
14859 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14860 of gnus-tmp-group to decoded group name.
14861 (gnus-group-make-rss-group): Exclude `/'s from group names.
14862
14863 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14864
14865 * nnrss.el (nnrss-get-encoding): Fix regexp.
14866
14867 2004-12-27 Simon Josefsson <jas@extundo.com>
14868
14869 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14870 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14871 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14872
14873 2004-12-17 Kim F. Storm <storm@cua.dk>
14874
14875 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14876
14877 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14878
14879 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14880
14881 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14882
14883 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14884
14885 * nnrss.el: Require rfc2047 and mml.
14886 (nnrss-file-coding-system): New variable.
14887 (nnrss-format-string): Redefine it as an inline function.
14888 (nnrss-decode-group-name): New function.
14889 (nnrss-string-as-multibyte): Remove.
14890 (nnrss-retrieve-headers): Decode group name; don't use
14891 nnrss-format-string.
14892 (nnrss-request-group): Decode group name.
14893 (nnrss-request-article): Decode group name; allow a Message-ID as
14894 well as an article number; don't use nnrss-format-string; encode a
14895 Message-ID string which may contain non-ASCII characters; use
14896 mml-to-mime to compose a MIME article.
14897 (nnrss-request-expire-articles): Decode group name.
14898 (nnrss-request-delete-group): Decode group name.
14899 (nnrss-fetch): Clarify error message.
14900 (nnrss-read-server-data): Use insert-file-contents instead of load;
14901 bind file-name-coding-system; use multibyte buffer.
14902 (nnrss-save-server-data): Bind coding-system-for-write to the
14903 value of nnrss-file-coding-system; bind file-name-coding-system;
14904 add coding cookie.
14905 (nnrss-read-group-data): Use insert-file-contents instead of load;
14906 bind file-name-coding-system; use multibyte buffer.
14907 (nnrss-save-group-data): Bind coding-system-for-write to the
14908 value of nnrss-file-coding-system; bind file-name-coding-system.
14909 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14910 make it work with non-ASCII text.
14911 (nnrss-find-el): Make it work with old xml.el as well.
14912
14913 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14914
14915 * nnrss.el (nnrss-get-encoding): New function.
14916 (nnrss-fetch): Use unibyte buffer initially; bind
14917 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14918 decode contents according to the encoding attribute.
14919 (nnrss-save-group-data): Add coding cookie.
14920 (nnrss-mime-encode-string): New function.
14921 (nnrss-check-group): Use it to encode subject and author.
14922
14923 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14924
14925 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14926 imaginary variable.
14927
14928 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14929
14930 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14931 correctly even if there are wide characters.
14932
14933 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14934
14935 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14936 downcased symbol names; make a new cache instead of reusing
14937 bbdb-hashtable.
14938
14939 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14940
14941 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14942 concatenating segments rather than before concatenating them.
14943 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14944
14945 * message.el (message-get-reply-headers): Bind `extra'.
14946
14947 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14948
14949 * message.el (message-extra-wide-headers): New variable.
14950 (message-get-reply-headers): Use it.
14951
14952 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14953
14954 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14955 (gnus-agent-group-pathname): Ditto.
14956
14957 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14958
14959 * gnus-group.el (gnus-group-make-group): Decode group name.
14960 (gnus-group-make-rss-group): Register the group data after opening
14961 the nnrss group.
14962
14963 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14964
14965 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14966 by expiry now get marked as read.
14967
14968 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14969
14970 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14971
14972 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14973
14974 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14975 unify Latin characters in XEmacs.
14976 (mm-find-mime-charset-region): Use it.
14977
14978 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14979
14980 * gnus-util.el (gnus-delete-directory): New function.
14981
14982 * gnus-agent.el (gnus-agent-delete-group): Use it.
14983
14984 * gnus-cache.el (gnus-cache-delete-group): Use it.
14985
14986 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14989 names.
14990
14991 2004-12-16 Simon Josefsson <jas@extundo.com>
14992
14993 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14994
14995 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14996
14997 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14998
14999 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15000 (gnus-group-set-current-level): Decode group name.
15001
15002 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
15003
15004 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15005 failed.
15006
15007 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * gnus-group.el (gnus-group-delete-group): Decode group name.
15010 (gnus-group-make-rss-group): Encode group name.
15011 (gnus-group-catchup-current): Decode group name.
15012 (gnus-group-kill-group): Decode group name.
15013
15014 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15017
15018 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
15019
15020 * gnus-group.el (gnus-group-make-rss-group):
15021 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15022
15023 * gnus-start.el (gnus-setup-news): Honor user's setting to
15024 gnus-message-archive-method. Suggested by Lute Kamstra
15025 <lute@gnu.org>.
15026
15027 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
15028
15029 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15030 global counterparts of the buffer-local variables.
15031
15032 2004-11-16 Romain Francoise <romain@orebokech.com>
15033
15034 * gnus-sum.el (gnus-summary-exit): Don't clear the global
15035 counterparts of the buffer-local variables.
15036
15037 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15038
15039 * message.el (message-forbidden-properties): Fix typo in doc
15040 string.
15041
15042 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
15043
15044 * gnus-util.el (gnus-replace-in-string): Add doc string.
15045
15046 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15047 to avoid problems when splitting mails with many recipients.
15048
15049 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15050
15051 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15052 pop-to-buffer, covered by the subsequent gnus-configure-windows.
15053
15054 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
15055
15056 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15057 if there is no hashtable in memory or file modification time is
15058 newer than cached timestamp.
15059
15060 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
15061
15062 * gnus-sum.el (gnus-summary-limit-to-recipient):
15063 Implement not-matching option.
15064
15065 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
15066
15067 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15068 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15069 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15070 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15071 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
15072 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15073
15074 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
15075
15076 * message.el (message-forward-make-body-mml): Remove headers
15077 according to message-forward-ignored-headers if a message is decoded.
15078
15079 2004-12-02 Romain Francoise <romain@orebokech.com>
15080
15081 * message.el (message-forward-make-body-plain): Always remove
15082 headers according to message-forward-ignored-headers.
15083
15084 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
15085
15086 * spam.el (spam-summary-prepare-exit): Remove the
15087 gnus-summary-limit pop for now, it has problems with ham marks for
15088 me.
15089
15090 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
15091
15092 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15093 correctly.
15094
15095 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
15096
15097 * format-spec.el (format-spec): Message the char.
15098
15099 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
15100
15101 * gnus-art.el (gnus-split-methods): Reformat comments.
15102
15103 * spam.el (spam-summary-prepare-exit): Remove article limits
15104 before exiting the summary buffer.
15105
15106 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15107
15108 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15109 order to silence the byte compiler.
15110
15111 * spam.el: Fix the way to silence the byte compiler, which
15112 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15113 bbdb-search-simple, spam-BBDB-register-routine,
15114 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15115 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15116 spam-stat-buffer-is-spam, spam-stat-load,
15117 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15118 spam-stat-save and spam-stat-split-fancy.
15119
15120 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
15121
15122 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15123 which may confuse users.
15124 (canlock-password-for-verify): Ditto.
15125
15126 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15127
15128 * gnus-art.el (gnus-emphasis-alist): Ditto.
15129
15130 * gnus-registry.el (gnus-registry-max-entries): Ditto.
15131
15132 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15133
15134 * gnus-start.el (gnus-save-killed-list): Ditto.
15135
15136 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15137 (gnus-sum-thread-tree-root): Ditto.
15138 (gnus-sum-thread-tree-false-root): Ditto.
15139 (gnus-sum-thread-tree-single-indent): Ditto.
15140
15141 * message.el (message-courtesy-message): Ditto.
15142 (message-archive-note): Ditto.
15143 (message-subscribed-address-file): Ditto.
15144 (message-user-fqdn): Ditto.
15145
15146 * spam-report.el (spam-report-gmane-regex): Ditto.
15147
15148 * spam.el (spam-blackhole-good-server-regex): Ditto.
15149
15150 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15151
15152 * mml.el (mml-preview): Widen the message buffer before copying
15153 the contents to the preview buffer; sort headers before previewing.
15154
15155 * message.el (message-hidden-headers): Fix the way to avoid a bug
15156 in the `repeat' widget in Emacs 21.3 or earlier.
15157
15158 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15159
15160 * message.el (message-hidden-headers): Default to "^References:".
15161 Improve customization type. Suggested by Reiner Steib
15162 <Reiner.Steib@gmx.de>.
15163
15164 2004-11-25 Romain Francoise <romain@orebokech.com>
15165
15166 * message.el (message-strip-forbidden-properties): Remove check for
15167 obsolete `message-hidden' text property, hidden headers are not
15168 accessible in the buffer anymore.
15169
15170 2004-11-22 Romain Francoise <romain@orebokech.com>
15171
15172 * message.el (message-header-format-alist): Add `From' in list
15173 so that it can be sorted.
15174 (message-fix-before-sending): Widen and sort headers before
15175 sending.
15176 (message-hide-headers): Use narrowing to hide headers by moving
15177 them to the top of the buffer and narrowing to the region
15178 underneath.
15179
15180 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15181
15182 * message.el (message-strip-forbidden-properties):
15183 Bind buffer-read-only (etc) to nil.
15184
15185 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15186
15187 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15188 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15189
15190 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15191
15192 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15193
15194 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15195
15196 * dns.el (query-dns): Use sit-for to time instead of
15197 accept-process-output, since that doesn't seem to work on udp
15198 sockets.
15199
15200 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15201
15202 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15203
15204 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15205
15206 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15207 doc string. Improve doc string.
15208
15209 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15210
15211 * nntp.el (nntp-request-update-info): Return nil if
15212 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15213 may not call gnus-activate-group which uselessly issues the GROUP
15214 commands for all nntp groups and wastes time. Reported by Romain
15215 Francoise <romain@orebokech.com>.
15216
15217 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15218
15219 2004-11-15 Simon Josefsson <jas@extundo.com>
15220
15221 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15222 headers separately.
15223 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15224 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15225
15226 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15227
15228 * gnus-start.el (gnus-convert-old-newsrc):
15229 Assign legacy-gnus-agent to 5.10.7.
15230
15231 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15232
15233 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15234 start of the lines.
15235
15236 2004-11-14 Magnus Henoch <mange@freemail.hu>
15237
15238 * hashcash.el (hashcash-default-payment): Change default to 20.
15239 (hashcash-default-accept-payment): Change default to 20.
15240 (hashcash-process-alist): New variable.
15241 (hashcash-generate-payment-async): Add.
15242 (hashcash-already-paid-p): Add.
15243 (hashcash-insert-payment): Don't generate payments twice.
15244 (hashcash-insert-payment-async): Add.
15245 (hashcash-insert-payment-async-2): Add.
15246 (hashcash-cancel-async): Add.
15247 (hashcash-wait-async): Add.
15248 (hashcash-processes-running-p): Add.
15249 (hashcash-wait-or-cancel): Add.
15250 (mail-add-payment): New optional argument. Conditionally start
15251 asynchronous calculation.
15252 (mail-add-payment-async): Add.
15253
15254 * message.el (message-send-mail): Wait for asynchronous hashcash
15255 results. Don't clobber existing X-Hashcash headers.
15256 (message-setup-1): Call mail-add-payment-async when
15257 message-generate-hashcash is non-nil.
15258
15259 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15260
15261 * message.el (message-use-alternative-email-as-from): Examine the
15262 From header as well; use message-make-from in order to include a
15263 user's full name.
15264
15265 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15266
15267 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15268 default; improve customization type.
15269 (gnus-emphasis-custom-with-format): New macro.
15270 (gnus-emphasis-custom-value-to-external): New function.
15271 (gnus-emphasis-custom-value-to-internal): New function.
15272
15273 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15274
15275 * dns.el (query-dns): Resolve reverse addresses.
15276
15277 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15278
15279 * gnus-group.el (gnus-group-get-new-news): Use it.
15280
15281 * gnus-start.el (gnus-check-reasonable-setup): New function.
15282
15283 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15286 "Args out of range" error. Reported by Arnaud Giersch
15287 <arnaud.giersch@free.fr>.
15288
15289 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15290
15291 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15292
15293 2004-11-04 Richard M. Stallman <rms@gnu.org>
15294
15295 * spam.el (spam group): Add :version.
15296
15297 * pgg-def.el (pgg group): Add :version.
15298
15299 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15300
15301 * gnus-art.el (gnus-article-edit-article): Don't associate the
15302 article buffer with a draft file. This is a temporary measure
15303 against the 2004-08-22 change to gnus-article-edit-mode.
15304
15305 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15306
15307 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15308 (html2text-format-tags): Remove unused variable `attr'.
15309
15310 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15311
15312 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15313
15314 * spam-stat.el (spam-stat): Add :version.
15315
15316 * sieve.el (sieve): Add :version.
15317
15318 * sha1.el (sha1): Add :version.
15319 (sha1-use-external): Remove redundant version.
15320
15321 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15322 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15323 (nnmail-split-fancy-match-partial-words)
15324 (nnmail-split-lowercase-expanded): Add :version.
15325
15326 * nndiary.el (nndiary): Add :version.
15327
15328 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15329
15330 * mml-sec.el (mml-default-sign-method)
15331 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15332 Add :version.
15333
15334 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15335
15336 * mm-url.el (mm-url-use-external, mm-url-program)
15337 (mm-url-arguments): Add :version.
15338
15339 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15340 (mm-attachment-file-modes, mm-decrypt-option)
15341 (mm-w3m-safe-url-regexp): Add :version.
15342
15343 * message.el (message-cite-prefix-regexp)
15344 (message-sendmail-envelope-from, message-minibuffer-local-map)
15345 (message-user-fqdn, message-completion-alist): Add :version.
15346
15347 * gnus-win.el (gnus-configure-windows-hook)
15348 (gnus-use-frames-on-any-display): Add :version.
15349
15350 * gnus-art.el (gnus-article-address-banner-alist)
15351 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15352 (gnus-treat-from-picon, gnus-treat-mail-picon)
15353 (gnus-treat-x-pgp-sig): Add :version.
15354
15355 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15356 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15357 (gnus-summary-article-delete-hook)
15358 (gnus-summary-display-while-building): Add :version.
15359
15360 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15361 (gnus-get-top-new-news-hook): Add :version.
15362
15363 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15364 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15365
15366 * gnus-registry.el (gnus-registry): Add :version.
15367
15368 * gnus-spec.el (gnus-use-correct-string-widths)
15369 (gnus-make-format-preserve-properties): Add :version.
15370
15371 * gnus.el (gnus-group-charter-alist)
15372 (gnus-group-fetch-control-use-browse-url)
15373 (gnus-install-group-spam-parameters): Add :version.
15374
15375 * gnus-diary.el (gnus-diary): Add :version.
15376
15377 * gnus-delay.el (gnus-delay): Add :version.
15378
15379 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15380 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15381 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15382 Add :version.
15383
15384 * gnus-agent.el (gnus-agent-max-fetch-size)
15385 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15386 (gnus-agent-prompt-send-queue): Add :version.
15387
15388 * deuglify.el (gnus-outlook-deuglify): Add :version.
15389
15390 * html2text.el: Beautify code. Improve doc strings.
15391 Some checkdoc cleanup.
15392 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15393
15394 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15395
15396 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15397
15398 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15399
15400 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15401 when package is loaded.
15402
15403 * spam.el (spam-summary-score-preferred-header): Add global preference
15404 for people who want to override the default SpamAssassin over
15405 Bogofilter preference (when both are set).
15406 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15407 (spam-user-format-function-S):
15408 Check spam-summary-score-preferred-header.
15409 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15410 (spam-user-format-function-S): Format the score correctly.
15411
15412 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15413
15414 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15415 signature file. Suggested by Manoj Srivastava
15416 <srivasta@golden-gryphon.com>.
15417
15418 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15419 iso-2022-jp even in the Japanese language environment.
15420 Suggested by Jason Rumney <jasonr@gnu.org>.
15421
15422 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15423
15424 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15425 use the same characters as the dummy marks; make it free from
15426 getting affected by the language environment.
15427 (gnus-summary-read-group-1): Update mark positions only when the
15428 format spec is updated.
15429
15430 * gnus-spec.el (gnus-update-format-specifications): Return a list
15431 of updated types.
15432
15433 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15434
15435 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15436 of boundp to check if display-warning is available.
15437
15438 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15439
15440 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15441
15442 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15443
15444 * nnspool.el (nnspool-spool-directory): Use news-path if the
15445 news-directory variable is not bound.
15446
15447 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15448 function instead of display-warning if it is not available.
15449
15450 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15451
15452 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15453 v5-10: Use `point-at-bol'.
15454
15455 2004-10-26 Simon Josefsson <jas@extundo.com>
15456
15457 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15458 <chenggao@gmail.com>.
15459
15460 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15461
15462 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15463 instead.
15464
15465 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15466
15467 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15468 to remove a server from the nnimap-server-buffer-alist.
15469 (nnimap-open-connection, nnimap-close-server): Use it.
15470
15471 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15472
15473 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15474
15475 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15476 running the major-mode function.
15477
15478 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15479
15480 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15481 dummy marks in the right way.
15482
15483 2004-10-18 David Edmondson <dme@dme.org>
15484
15485 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15486 excessively.
15487
15488 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15489
15490 * gnus-util.el (gnus-split-references): Accept a nil references
15491 string and go on blissfully.
15492
15493 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15494 cases where the references string is non-nil but has no references.
15495
15496 * encrypt.el: Add autoload tags.
15497
15498 * spam.el (spam-resolve-registrations-routine): Remove article
15499 from unregistration list too. Reported by David Hanak
15500 <dhanak@isis.vanderbilt.edu>
15501
15502 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15503
15504 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15505 nil. Change custom type.
15506
15507 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15508
15509 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15510
15511 * gnus-sum.el (gnus-summary-move-article): Use it.
15512
15513 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15514
15515 * encrypt.el: Add autoload cookies.
15516
15517 * spam.el (spam-backend-article-list-property)
15518 (spam-backend-get-article-todo-list)
15519 (spam-backend-put-article-todo-list)
15520 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15521 Resolve registrations separately.
15522 (spam-register-routine): Format comments.
15523 (spam-unregister-routine, spam-register-routine): Always call with
15524 specific-articles, no default list.
15525 (spam-summary-prepare-exit): Use the spam-classifications function.
15526
15527 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15528 gnus-encrypt.el.
15529
15530 * encrypt.el: Copied from gnus-encrypt.el.
15531
15532 * gnus-encrypt.el: Commented that it's obsolete.
15533
15534 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15535
15536 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15537 (gnus-score-save): Use it.
15538
15539 * message.el (message-bury): Use `window-dedicated-p'.
15540
15541 2004-10-15 Simon Josefsson <jas@extundo.com>
15542
15543 * pop3.el (top-level): Don't require nnheader.
15544 (pop3-read-timeout): Add.
15545 (pop3-accept-process-output): Add.
15546 (pop3-read-response, pop3-retr): Use it.
15547
15548 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15549
15550 * spam.el (spam-register-routine): Move comment.
15551 (spam-verify-bogofilter): Use 'unknown for the initial
15552 spam-bogofilter-valid state, not 'never.
15553
15554 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15555 for netrc-machine.
15556
15557 * nnimap.el (nnimap-open-connection):
15558 Use netrc-machine-user-or-password.
15559
15560 2004-10-17 Richard M. Stallman <rms@gnu.org>
15561
15562 * gnus-registry.el (gnus-registry-unload-hook):
15563 Set as a variable with add-hook.
15564
15565 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15566 of news-path.
15567
15568 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15569
15570 * spam.el: Delete duplicate `provide'.
15571 (spam-unload-hook): Set as a variable with add-hook.
15572
15573 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15574
15575 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15576 in the doc string.
15577
15578 * message.el (message-ignored-news-headers)
15579 (message-ignored-supersedes-headers)
15580 (message-ignored-resent-headers)
15581 (message-forward-ignored-headers): Improve custom type.
15582
15583 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15584
15585 * message.el (message-tokenize-header): Fix 2004-09-06 change
15586 which used point-min in the wrong place.
15587
15588 2004-10-12 Simon Josefsson <jas@extundo.com>
15589
15590 * tls.el (tls-certtool-program): New variable.
15591 (tls-certificate-information): New function, based on
15592 ssl-certificate-information.
15593
15594 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15595
15596 * compface.el: Move the version of ELisp-based uncompface program
15597 to the contrib directory because of the copyright problem.
15598
15599 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15600
15601 * message.el (message-kill-buffer): Raise the current frame.
15602
15603 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15604
15605 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15606
15607 * gnus.el (message-y-or-n-p): Autoload.
15608
15609 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15610 (pop3-password-required, pop3-authentication-scheme)
15611 (pop3-leave-mail-on-server): Make customizable.
15612 (pop3): New custom group.
15613 (pop3-retr): Remove `sleep-for' statements.
15614 Suggested by Dave Love <fx@gnu.org>.
15615
15616 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15617 Windows/DOS.
15618
15619 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15620 (imap-parse-body): Fix incorrect use of `assert'.
15621 Suggested by Dave Love <fx@gnu.org>.
15622
15623 * mml.el (mml-minibuffer-read-disposition): Require match.
15624 Suggested by Dave Love <fx@gnu.org>.
15625
15626 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15627
15628 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15629 doc string.
15630
15631 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15632
15633 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15634
15635 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15636
15637 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15638 instead of calling `mm-insert-inline', to decode text/* parts
15639 before displaying them.
15640
15641 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15642
15643 * mm-uu.el (mm-uu-text-plain-type): New variable.
15644 (mm-uu-pgp-signed-extract-1): Use it.
15645 (mm-uu-pgp-encrypted-extract-1): Use it.
15646 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15647 bind mm-uu-text-plain-type with that value.
15648 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15649 mm-uu-dissect.
15650
15651 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15652
15653 * gnus-group.el (gnus-update-group-mark-positions):
15654 * gnus-sum.el (gnus-update-summary-mark-positions):
15655 * message.el (message-check-news-body-syntax):
15656 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15657 of string-as-multibyte.
15658
15659 2004-10-05 Juri Linkov <juri@jurta.org>
15660
15661 * gnus-group.el (gnus-update-group-mark-positions):
15662 * gnus-sum.el (gnus-update-summary-mark-positions):
15663 * message.el (message-check-news-body-syntax):
15664 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15665 8-bit unibyte values to a multibyte string for search functions.
15666
15667 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15668
15669 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15670 (mm-uu-dissect-text-parts): New function.
15671
15672 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15673 dissect text parts.
15674
15675 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15676 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15677
15678 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15679
15680 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15681 Use gnus-current-topics instead of gnus-current-topic.
15682
15683 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15684
15685 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15686
15687 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15688
15689 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15690 where approriate.
15691
15692 * nnml.el (nnml-generate-active-info): do.
15693
15694 * nndiary.el (nndiary-generate-active-info): do.
15695
15696 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15697 (gnus-topic-move): do.
15698
15699 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15700 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15701
15702 * gnus-srvr.el (gnus-server-prepare)
15703 (gnus-server-open-all-servers): do.
15704
15705 * gnus-msg.el (gnus-summary-cancel-article)
15706 (gnus-summary-resend-message)
15707 (gnus-summary-mail-crosspost-complaint): do.
15708
15709 * gnus-move.el (gnus-change-server): do.
15710
15711 * gnus-group.el (gnus-group-unmark-all-groups)
15712 (gnus-group-set-current-level): do.
15713
15714 2004-10-04 Simon Josefsson <jas@extundo.com>
15715
15716 * message.el (message-generate-hashcash): Doc fix.
15717
15718 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15719
15720 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15721 avoid infinite recursion via gnus-get-function.
15722
15723 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15724
15725 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15726
15727 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15728
15729 * nnmail.el (nnmail-split-history): do.
15730
15731 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15732 (nnml-request-delete-group): do.
15733
15734 * nnslashdot.el (nnslashdot-read-groups): do.
15735
15736 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15737 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15738
15739 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15740 (nnspool-sift-nov-with-sed): Use last.
15741 (nnspool-retrieve-headers-with-nov): Use mapc.
15742 (nnspool-request-newgroups): Use dolist.
15743 (nnspool-request-group): Use last.
15744
15745 * nntp.el (nntp-read-server-type): Use dolist.
15746
15747 * nnvirtual.el (nnvirtual-create-mapping)
15748 (nnvirtual-update-read-and-marked): Use dolist.
15749 (nnvirtual-convert-headers): Simplify.
15750
15751 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15752
15753 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15754 Add support for sync'ing tick marks.
15755
15756 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15757
15758 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15759 there's no visible header.
15760
15761 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15762
15763 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15764 When necessary, pass full group name to gnus-request-set-marks.
15765
15766 2004-10-01 Simon Josefsson <jas@extundo.com>
15767
15768 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15769 acroread.
15770
15771 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15772
15773 * spam-report.el (spam-report-gmane): Fix interactive.
15774
15775 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15776
15777 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15778 when writing file.
15779 (gnus-agent-synchronize-flags): Don't default to being
15780 interactive.
15781
15782 2004-09-30 Simon Josefsson <jas@extundo.com>
15783
15784 * message.el (message-generate-hashcash): Add.
15785 (message-send-mail): Use it, call mail-add-payment.
15786
15787 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15788
15789 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15790
15791 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15792
15793 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15794 gnus-requst-update-info with explicit code to sync the in-memory
15795 info read flags with the marks being sync'd to the backend.
15796
15797 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15798
15799 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15800
15801 * spam.el (spam-verify-bogofilter): Add new function.
15802 (spam-check-bogofilter)
15803 (spam-bogofilter-register-with-bogofilter): Use it.
15804 (spam-verify-bogofilter): Add small fixes.
15805
15806 2004-09-28 Simon Josefsson <jas@extundo.com>
15807
15808 * hashcash.el (hashcash-generate-payment): Revert.
15809
15810 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15811
15812 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15813 Use gnus-extract-references instead of gnus-split-references.
15814
15815 * gnus-util.el (gnus-extract-references): Add new function, analogous
15816 to gnus-split-references but extracts only the message-ID without
15817 anything extra.
15818
15819 * hashcash.el (hashcash-generate-payment)
15820 (hashcash-check-payment): Do the right thing if hashcash-path is
15821 nil (because the hashcash program could not be found).
15822
15823 * spam.el (spam-use-hashcash): Remove comment.
15824
15825 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15826
15827 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15828 (gnus-cache-enter-article, gnus-cache-remove-article)
15829 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15830
15831 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15832
15833 * gnus-art.el (article-hide-boring-headers)
15834 (article-translate-strings, article-display-face)
15835 (gnus-article-mime-match-handle-first)
15836 (gnus-article-highlight-headers)
15837 (gnus-article-add-buttons-to-head): do.
15838
15839 2004-09-27 Simon Josefsson <jas@extundo.com>
15840
15841 * hashcash.el: New version, from
15842 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15843 ../contrib/.
15844
15845 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15846
15847 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15848
15849 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15850
15851 * gnus-dup.el (gnus-dup-open): Use mapc.
15852 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15853
15854 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15855 Reported by Stefan Wiens <s.wi@gmx.net>.
15856
15857 * gnus.el (gnus-shutdown): Use dolist.
15858
15859 * gnus-undo.el (gnus-undo): Use mapc.
15860
15861 * nnrss.el (nnrss-generate-active): do.
15862
15863 * message.el (message-cite-original-without-signature)
15864 (message-cite-original): Use mapc.
15865 (message-do-actions, message-make-forward-subject): Use dolist.
15866
15867 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15868
15869 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15870 deletion to remove entire duplicate line. Fixes merged article
15871 number bug.
15872
15873 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15874
15875 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15876 servers that are offline. Avoids having gnus-agent-toggle-plugged
15877 first ask if you want to open a server and then, even when you
15878 responded with no, asking if you want to synchronize the server's
15879 flags.
15880 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15881 multi-line expressions.
15882 (gnus-agent-synchronize-group-flags): New internal function.
15883 Updates marks in memory (in the info structure) AND in the
15884 backend.
15885
15886 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15887
15888 * nnagent.el (nnagent-request-set-mark):
15889 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15890 method, to ensure that synchronization updates marks in the
15891 backend and in the info (in memory) structure.
15892
15893 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15894
15895 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15896 convention fully; don't miss the root article of a thread; make
15897 the X-Draft-From header with correct article numbers.
15898
15899 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15900
15901 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15902 unless plugged. Disable the agent so that an open failure causes
15903 an error.
15904
15905 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15906 Revert 2004-09-21 change. The backend must be opened while
15907 synchronizing flags even when the backend stores the flags
15908 locally.
15909
15910 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15911
15912 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15913 in `header' match. Reported by Svend Tollak Munkejord.
15914
15915 * message.el (message-cite-original): Fix use of
15916 `message-cite-articles-with-x-no-archive'.
15917
15918 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15919
15920 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15921 (gnus-window-to-buffer): Ditto.
15922
15923 * mml.el (mml-preview-buffer): New variable.
15924 (mml-preview): Manage window layout with gnus-buffer-configuration.
15925
15926 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15927 X-Draft-From header even if those articles aren't quoted.
15928
15929 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15930
15931 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15932 (gnus-request-set-mark, gnus-request-update-mark): Use new
15933 g-s-t-u-l-m to decide to use backend even when unplugged.
15934
15935 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15936
15937 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15938 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15939
15940 2004-09-20 Simon Josefsson <jas@extundo.com>
15941
15942 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15943 "utf-16-le".
15944
15945 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15948
15949 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15950
15951 * uudecode.el (uudecode-use-external): Add :version.
15952
15953 * smime.el (smime-CA-file, smime-encrypt-cipher)
15954 (smime-dns-server): Add :version.
15955
15956 * smiley.el (gnus-smiley-file-types): Add :version.
15957
15958 * sha1.el (sha1-use-external): Add :version.
15959
15960 * pgg-def.el (pgg-query-keyserver): Add :version.
15961
15962 * nnmail.el (nnmail-fancy-expiry-targets)
15963 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15964 Add :version.
15965
15966 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15967 (nnimap-retrieve-groups-asynchronous): Add :version.
15968 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15969
15970 * mml.el (mml-content-disposition-parameters)
15971 (mml-insert-mime-headers-always): Add :version.
15972
15973 * mm-util.el (mm-coding-system-priorities): Add :version.
15974
15975 * mm-decode.el (mm-inline-text-html-with-images)
15976 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15977 (mm-verify-option): Add :version.
15978 (mm-text-html-renderer): Change :version.
15979
15980 * message.el (message-fcc-externalize-attachments)
15981 (message-required-headers, message-draft-headers)
15982 (message-subject-trailing-was-query)
15983 (message-subject-trailing-was-ask-regexp)
15984 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15985 (message-mark-insert-end, message-archive-header)
15986 (message-archive-note, message-cross-post-default)
15987 (message-cross-post-note, message-followup-to-note)
15988 (message-cross-post-note-function, message-use-mail-followup-to)
15989 (message-subscribed-address-functions)
15990 (message-subscribed-address-file, message-subscribed-addresses)
15991 (message-subscribed-regexps, message-allow-no-recipients)
15992 (message-yank-cited-prefix, message-signature-insert-empty-line)
15993 (message-hidden-headers, message-hierarchical-addresses)
15994 (message-mail-user-agent, message-use-idna)
15995 (message-valid-fqdn-regexp)
15996 (message-strip-special-text-properties, message-header-synonyms)
15997 (message-beginning-of-line, message-tab-body-function): Add :version.
15998 (message-insert-canlock, message-wide-reply-confirm-recipients):
15999 Change :version.
16000
16001 * mail-source.el (mail-source-ignore-errors): Add :group, :type
16002 and :version.
16003 (mail-source-delete-old-incoming-confirm)
16004 (mail-source-movemail-program): Add :version.
16005
16006 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16007 (gnus-agent-cache, gnus-agent): Change :version.
16008
16009 * gnus-util.el (gnus-use-byte-compile): Change :version.
16010
16011 * gnus-sum.el (gnus-summary-make-false-root-always)
16012 (gnus-summary-default-high-score)
16013 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16014 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16015 (gnus-read-all-available-headers, gnus-article-emulate-mime)
16016 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16017 (gnus-sum-thread-tree-single-indent)
16018 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16019 (gnus-sum-thread-tree-leaf-with-other)
16020 (gnus-sum-thread-tree-single-leaf): Add :version.
16021 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16022 (gnus-article-loose-mime): Change :version.
16023
16024 * gnus-start.el (gnus-backup-startup-file)
16025 (gnus-save-startup-file-via-temp-buffer): Add :version.
16026
16027 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16028 (gnus-server-offline-face): Add :version.
16029
16030 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16031
16032 * gnus-msg.el (gnus-gcc-externalize-attachments)
16033 (gnus-debug-files, gnus-debug-exclude-variables)
16034 (gnus-discouraged-post-methods): Change :version.
16035 (gnus-confirm-mail-reply-to-news)
16036 (gnus-confirm-treat-mail-like-news): Add :version.
16037
16038 * gnus-int.el (gnus-server-unopen-status): Add :version.
16039
16040 * gnus-group.el (gnus-group-jump-to-group-prompt)
16041 (gnus-large-ephemeral-newsgroup)
16042 (gnus-fetch-old-ephemeral-headers): Add :version.
16043
16044 * gnus-fun.el (gnus-x-face-directory)
16045 (gnus-convert-pbm-to-x-face-command)
16046 (gnus-convert-image-to-x-face-command)
16047 (gnus-convert-image-to-face-command): Add :version.
16048
16049 * gnus-delay.el (gnus-delay-default-hour): Add :version.
16050
16051 * gnus-cite.el (gnus-cite-blank-line-after-header)
16052 (gnus-article-boring-faces): Add :version.
16053
16054 * gnus-art.el (gnus-buttonized-mime-types)
16055 (gnus-inhibit-mime-unbuttonizing)
16056 (gnus-treat-display-face)
16057 (gnus-treat-body-boundary): Change :version.
16058 (gnus-body-boundary-delimiter, gnus-picon-databases)
16059 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16060 (gnus-treat-date-english, gnus-treat-fold-headers)
16061 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16062 (gnus-treat-mail-picon, gnus-treat-wash-html)
16063 (gnus-article-encrypt-protocol)
16064 (gnus-use-idna, gnus-article-over-scroll)
16065 (gnus-mime-display-multipart-alternative-as-mixed)
16066 (gnus-mime-display-multipart-related-as-mixed)
16067 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16068 (gnus-ctan-url, gnus-button-ctan-handler)
16069 (gnus-button-handle-ctan-bogus-regexp)
16070 (gnus-button-ctan-directory-regexp)
16071 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16072 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16073 (gnus-button-man-level, gnus-button-emacs-level)
16074 (gnus-button-message-level, gnus-button-browse-level): Add :version.
16075
16076 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16077 (gnus-agent-go-online): Change :version.
16078 (gnus-agent-expire-unagentized-dirs)
16079 (gnus-agent-auto-agentize-methods): Add :version.
16080
16081 * flow-fill.el (fill-flowed-display-column)
16082 (fill-flowed-encode-column): Add :version.
16083
16084 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16085 (gnus-outlook-deuglify-unwrap-max)
16086 (gnus-outlook-deuglify-cite-marks)
16087 (gnus-outlook-deuglify-unwrap-stop-chars)
16088 (gnus-outlook-deuglify-no-wrap-chars)
16089 (gnus-outlook-deuglify-attrib-cut-regexp)
16090 (gnus-outlook-deuglify-attrib-verb-regexp)
16091 (gnus-outlook-deuglify-attrib-end-regexp)
16092 (gnus-outlook-display-hook): Add :version.
16093
16094 * binhex.el (binhex-use-external): Add :version.
16095
16096 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
16097
16098 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16099 and `invisible'.
16100
16101 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
16102
16103 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16104 in gnus-registry-trim.
16105
16106 2004-09-13 Simon Josefsson <jas@extundo.com>
16107
16108 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16109
16110 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16111
16112 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16113 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16114 <yamaoka@jpl.org>.
16115 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16116 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16117 <yamaoka@jpl.org>.
16118
16119 * sieve.el (sieve-manage-mode): Ditto.
16120
16121 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
16122
16123 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16124
16125 2004-09-11 Simon Josefsson <jas@extundo.com>
16126
16127 * dns-mode.el: Add.
16128
16129 * mm-view.el (mm-display-dns-inline): Add.
16130
16131 * mm-decode.el (mm-inline-media-tests): Add text/dns.
16132 (mm-automatic-display): Ditto.
16133
16134 * mailcap.el (mailcap-mime-data): Add text/dns.
16135 (mailcap-mime-extensions): Map .soa to text/dns.
16136
16137 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16138
16139 * gnus-art.el (article-decode-mime-words, article-babel)
16140 (gnus-article-highlight-signature, gnus-article-add-buttons)
16141 (gnus-signature-toggle): Remove unnecessary bindings of
16142 `inhibit-read-only' inherited from v5.10 merge.
16143
16144 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16145
16146 * nntp.el (nntp): New customization group.
16147 (nntp-authinfo-file): Add customization group.
16148
16149 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16150
16151 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16152
16153 * gnus.el (to-address, to-list, subscribed)
16154 (large-newsgroup-initial): Ditto.
16155
16156 * flow-fill.el (fill-flowed-display-column)
16157 (fill-flowed-encode-column): Ditto.
16158
16159 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16162 Use point-min rather than 1.
16163 (message-send-mail): Use buffer-size rather than point-max.
16164
16165 * gnus-sum.el (gnus-summary-search-article-forward):
16166 Signal a specific `search-failed' rather than a generic `error'.
16167
16168 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16169 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16170 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16171
16172 2004-09-10 Simon Josefsson <jas@extundo.com>
16173
16174 * nndb.el (require): Remove tcp and duplicate cl.
16175
16176 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16177
16178 * gnus-agent.el (directory-files-and-attributes): Move forward.
16179
16180 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16181
16182 * gnus-agent.el (directory-files-and-attributes):
16183 Optionally defined to support XEmacs.
16184
16185 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16186
16187 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16188 to avoid run-time CL dependencies.
16189 (gnus-agent-unfetch-articles): New function.
16190 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16191 article numbers even when local .overview file is missing.
16192 (gnus-agent-read-article-number): New function. Only accepts
16193 27-bit article numbers.
16194 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16195 Use gnus-agent-read-article-number.
16196 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16197 from backend while recognizing that article numbers in .overview
16198 must be valid.
16199 (gnus-agent-update-files-total-fetched-for):
16200 Use directory-files-and-attributes to improve performance.
16201 * gnus-int.el (gnus-request-move-article):
16202 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16203 improve performance.
16204
16205 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16206 some users confused by references to .newsrc when they only have a
16207 .newsrc.eld file.
16208 (gnus-convert-mark-converter-prompt)
16209 (gnus-convert-converter-needs-prompt): Fix use of property list.
16210 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16211 New function. Used internally to only display 'gnus converting
16212 files' message when actually necessary.
16213
16214 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16215 methods now autoloaded.
16216
16217 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16218
16219 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16220 identifiers.
16221
16222 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16223
16224 * gnus-picon.el: Fix indentation and closing parenthesis.
16225
16226 2004-09-01 Simon Josefsson <jas@extundo.com>
16227
16228 * message.el (message-canlock-generate): Require sha1, not
16229 sha1-el. (Can we get rid of this require altogether? It is ugly
16230 to require within a function. Sadly, if sha1.el isn't loaded, the
16231 let binding in m-c-g will hide the defcustom definition, which is
16232 bad.)
16233
16234 * canlock.el: Require sha1, not sha1-el.
16235
16236 * message.el: Don't autoload sha1 (there is a autoload cookie in
16237 sha1.el).
16238
16239 * sha1-el.el: Rename to sha1.el.
16240
16241 2004-08-30 Juanma Barranquero <lektu@terra.es>
16242
16243 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16244
16245 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16246
16247 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16248
16249 2004-08-30 Kim F. Storm <storm@cua.dk>
16250
16251 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16252
16253 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16254 Add :group 'nnimap.
16255
16256 2004-08-30 Andreas Schwab <schwab@suse.de>
16257
16258 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16259 ?* and ?\;.
16260
16261 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16262 and ?\' to symbol instead of whitespace.
16263
16264 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16265
16266 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16267
16268 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16269 instead of re-search-forward.
16270
16271 * gnus-uu.el (gnus-uu-save-article): Ditto.
16272 (gnus-uu-post-encode-uuencode): Ditto.
16273
16274 * html2text.el (html2text-clean-list-items): Ditto.
16275 (html2text-clean-dtdd): Ditto.
16276 (html2text-format-tags): Ditto.
16277
16278 * message.el (message-send-mail-with-sendmail): Fix regexp.
16279 (message-fill-field-general): Use search-forward instead of
16280 re-search-forward.
16281 (unbold-region): Ditto.
16282
16283 * nnrss.el (nnrss-request-article): Ditto.
16284
16285 * nnslashdot.el (nnslashdot-request-article): Ditto.
16286
16287 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16288
16289 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16290 "Unrecognized menu descriptor" error in XEmacs.
16291
16292 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16293
16294 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16295 parent article of a sparse article in the thread hashtb.
16296
16297 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16298
16299 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16300 (nnmail-expand-newtext): Lowercase expanded entries if
16301 nnmail-split-lowercase-expanded is non-nil.
16302
16303 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16304
16305 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16306
16307 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16308 of gnus-tmp-news-method into string under XEmacs. It will be
16309 passed to gnus-correct-length which takes only a string argument.
16310
16311 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16312
16313 * gnus-util.el (gnus-bind-print-variables): New macro.
16314 (gnus-prin1): Use it.
16315 (gnus-prin1-to-string): Use it.
16316 (gnus-pp): New function.
16317 (gnus-pp-to-string): New function.
16318
16319 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16320 Replace pp-to-string with gnus-pp-to-string.
16321 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16322 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16323 * gnus-msg.el (gnus-debug): Ditto.
16324 * gnus-score.el (gnus-score-save): Ditto.
16325 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16326 gnus-pp-to-string.
16327 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16328 with gnus-pp.
16329 * score-mode.el (gnus-score-pretty-print): Ditto.
16330 * webmail.el (webmail-debug): Ditto.
16331
16332 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16333
16334 * gnus-art.el (article-display-face, article-display-x-face):
16335 Use buffer-read-only.
16336
16337 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16338
16339 * gnus-art.el (article-hide-list-identifiers):
16340 Bind inhibit-read-only as t.
16341
16342 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16343
16344 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16345
16346 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16347
16348 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16349 (gnus-narrow-to-page): Don't assume point-min == 1.
16350 (gnus-article-edit-mode): Derive from message-mode.
16351
16352 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16353 point-min == 1.
16354
16355 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16356 Disable incorrect use of `assert'.
16357
16358 * message.el (message-mode): Set comment-start-skip.
16359
16360 2004-08-22 Sam Steingold <sds@gnu.org>
16361
16362 * pop3.el (pop3-leave-mail-on-server): New user variable.
16363 (pop3-movemail): Delete mail only when it is nil.
16364
16365 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16366
16367 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16368
16369 * mml.el (mml-preview): Use `pop-to-buffer'.
16370
16371 * message.el (message-goto-mail-followup-to): Insert after "To".
16372 (message-carefully-insert-headers): Add comment.
16373
16374 * gnus.el: Remove unused variable `gnus-article-check-size'.
16375
16376 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16377
16378 * gnus-art.el (gnus-button-alist):
16379 Improve `gnus-button-handle-library' entry.
16380
16381 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16382
16383 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16384 Use downcase, since XEmacs capitalizes error messages differently.
16385
16386 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16387
16388 * nntp.el: Add (require 'gnus) due to reference to
16389 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16390
16391 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16392
16393 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16394 Bind `mm-fill-flowed'.
16395
16396 * mm-decode.el (mm-dissect-singlepart): Check it.
16397
16398 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16399
16400 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16401 'imap' for netrc parsing.
16402
16403 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16404
16405 * mailcap.el (mailcap-mime-data): Mark as risky.
16406
16407 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16408
16409 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16410 may be included in the encoded word.
16411 (rfc2047-encode): Don't append a space if the encoded word
16412 includes close parenthesis.
16413
16414 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16415
16416 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16417 of text within parentheses.
16418
16419 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16420
16421 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16422 (gnus-encrypt-write-file-contents): Make the password key the file
16423 name PLUS the cipher, not just the cipher. Also remove failed
16424 passwords from the cache.
16425
16426 2004-08-06 Simon Josefsson <jas@extundo.com>
16427
16428 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16429 Doc fix.
16430
16431 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16432
16433 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16434 LWSP.
16435
16436 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16437
16438 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16439 Try to append in-reply-to: data to the references: header.
16440
16441 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16442 (netrc-parse): Use gnus-encrypt.el functions.
16443
16444 * gnus-encrypt.el: Add new file for encryption support; currently
16445 does only a few GPG ciphers and an internal XOR cipher.
16446
16447 * password.el: Add comments on using password-read-and-add.
16448 (password-read-and-add): Add function to read and add the
16449 password to the cache at once.
16450
16451 2004-07-28 Simon Josefsson <jas@extundo.com>
16452
16453 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16454 parameter (but don't use it, for now).
16455
16456 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16457 instead of hard coding to nil.
16458
16459 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16460
16461 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16462 as mm-inline-image-xemacs does.
16463
16464 2004-07-26 Simon Josefsson <jas@extundo.com>
16465
16466 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16467 Revert part of 2004-07-17 change below.
16468
16469 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16470
16471 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16472 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16473
16474 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16475
16476 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16477 quotes that actually start with ">" at the beginning of the
16478 lines.
16479
16480 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16481
16482 * rfc2047.el (rfc2047-encode-region): Fix last change.
16483 (rfc2047-encode-parameter): Remove useless concat.
16484
16485 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16486
16487 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16488 encode special characters; fix some kind of misconfigured headers;
16489 signal a real error if debug-on-quit or debug-on-error is non-nil.
16490 (rfc2047-encode-max-chars): New variable.
16491 (rfc2047-encode-1): Use it.
16492 (rfc2047-encode-parameter): New function.
16493
16494 * mml.el (mml-insert-parameter): Remove an excessive space.
16495
16496 2004-07-17 Simon Josefsson <jas@extundo.com>
16497
16498 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16499 Kai Grossjohann <kai@emptydomain.de>.
16500 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16501 (gnus-group-make-menu-bar): Ditto.
16502
16503 * gnus-util.el (gnus-group-server): Add.
16504
16505 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16506
16507 * message.el (message-clone-locals): Clone sendmail and smtp
16508 variables.
16509
16510 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16511
16512 * rfc2047.el (rfc2047-encode-region): Fix last change.
16513
16514 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16515
16516 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16517 characters as non-special.
16518
16519 2004-07-09 Simon Josefsson <jas@extundo.com>
16520
16521 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16522 Users will lose all flag changes made while unplugged with
16523 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16524 good default. See numerous reports on ding mailing list.
16525
16526 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16527
16528 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16529 add generate-head-function and generate-article-function to the
16530 rfc822-forward entry.
16531 (nndoc-rfc822-forward-generate-article): New function.
16532 (nndoc-rfc822-forward-generate-head): New function.
16533
16534 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16535
16536 2004-07-06 Dan Christensen <jdc@uwo.ca>
16537
16538 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16539 respect display group parameter and gnus-summary-expunge-below.
16540 (gnus-articles-to-read): Remove unused reference to display group
16541 parameter.
16542
16543 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16544
16545 * nnheader.el (nnheader-uniquify-message-id): New experimental
16546 variable.
16547 (nnheader-nov-read-message-id): Use it.
16548
16549 * spam-report.el (spam-report-gmane): Add interactive.
16550
16551 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16552
16553 * mm-encode.el (mm-content-transfer-encoding-defaults):
16554 Use qp-or-base64 for the application/* types.
16555
16556 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16557
16558 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16559
16560 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16561
16562 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16563 trim value.
16564
16565 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16566
16567 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16568 New macro and function.
16569 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16570
16571 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16572
16573 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16574 after-load-alist.
16575
16576 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16577
16578 * gnus-group.el (gnus-group-get-new-news-this-group):
16579 Don't update info that isn't there.
16580
16581 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16582
16583 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16584 entry.
16585
16586 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16587
16588 * mm-view.el (mm-inline-render-with-function): Use multibyte
16589 buffer; decode html source by charset.
16590
16591 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16592
16593 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16594 Mule-UCS is loaded under XEmacs.
16595 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16596
16597 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16598
16599 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16600
16601 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16602
16603 * mm-util.el (mm-coding-system-p): Return a coding-system.
16604 (mm-mime-mule-charset-alist): Use shift_jis instead of
16605 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16606 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16607 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16608 instead of japanese-shift-jis and iso-latin-1 respectively in
16609 order to share the default value with both Emacs and XEmacs-mule.
16610 (mm-mule-charset-to-mime-charset):
16611 Make mm-coding-system-priorities effective.
16612 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16613 while predicating of candidates upon the priorities.
16614
16615 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16616
16617 * gnus-sum.el (gnus-summary-make-menu-bar):
16618 Add gnus-uu-invert-processable.
16619
16620 * gnus.el: Autoload gnus-uu-invert-processable.
16621
16622 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16623
16624 * mm-util.el (mm-with-multibyte-buffer): New macro.
16625
16626 * rfc2047.el (rfc2047-encode-string): Use it.
16627 (rfc2047-encode-region): Move point to the end of the region after
16628 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16629
16630 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16631
16632 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16633 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16634
16635 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16636
16637 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16638 (gnus-cite-parse): Ignore quoted envelope From_.
16639 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16640
16641 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16642
16643 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16644 invalid addresses.
16645
16646 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16647
16648 * spam.el: Change section markers, revise TODO list.
16649 (spam-backends): Make new master list of all installed backends.
16650 (spam-summary-exit-behavior): Add new variable to determine how
16651 messages moves are done at summary exit.
16652 (spam-move-spam-nonspam-groups-only)
16653 (spam-process-ham-in-nonham-groups)
16654 (spam-process-ham-in-spam-groups): Remove variables, the
16655 spam-summary-exit-behavior variable should be used to manage this
16656 behavior.
16657 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16658 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16659 and spam-old-spam-articles.
16660 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16661 Add empty variables, placeholders for the backends they represent.
16662 (spam-set-difference): Move, unchanged.
16663 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16664 unless the user has a processor variable.
16665 (spam-classifications, spam-classification-valid-p)
16666 (spam-backend-properties, spam-backend-property-valid-p)
16667 (spam-backend-function-type-valid-p)
16668 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16669 (spam-report-articles-gmane, spam-report-articles-resend):
16670 Remove functions, they are not needed.
16671 (spam-install-backend-super, spam-backend-list)
16672 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16673 (spam-backend-function, spam-backend-ham-registration-function)
16674 (spam-backend-spam-registration-function)
16675 (spam-backend-ham-unregistration-function)
16676 (spam-backend-spam-unregistration-function)
16677 (spam-backend-statistical-p, spam-backend-mover-p)
16678 (spam-install-backend-alias, spam-install-checkonly-backend)
16679 (spam-install-mover-backend, spam-install-nocheck-backend)
16680 (spam-install-backend, spam-install-statistical-backend)
16681 (spam-install-statistical-checkonly-backend): Add backend installation
16682 support.
16683 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16684 (spam-group-processor-p): Use the new backend code and respect the
16685 summary exit behavior.
16686 (spam-mark-spam-as-expired-and-move-routine): Remove.
16687 (spam-summary-prepare): Change to use the new spam-old-articles
16688 variable.
16689 (spam-copy-or-move-routine, spam-copy-spam-routine)
16690 (spam-move-spam-routine, spam-copy-ham-routine)
16691 (spam-move-ham-routine): Add code to copy/move ham or spam.
16692 (spam-fetch-field-fast): Improve doc and code, plus allow the
16693 'number request.
16694 (spam-list-of-checks, spam-list-of-statistical-checks):
16695 Remove variables.
16696 (spam-split, spam-find-spam): Use the new backend code.
16697 (spam-registration-functions): Remove variable.
16698 (spam-unregister-routine): Add convenience wrapper.
16699 (spam-log-undo-registration, spam-register-routine)
16700 (spam-log-processing-to-registry)
16701 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16702 where possible.
16703 (spam-check-gmane-xref, spam-check-regex-headers)
16704 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16705 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16706 (spam-check-bogofilter-headers, spam-check-spamoracle)
16707 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16708 (spam-check-crm114-headers): Use the spam-split-group that
16709 spam-split prepares, no need to determine it every time.
16710
16711 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16712 to the nnheader-parse-naked-head call.
16713
16714 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16715
16716 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16717 the nnheader-nov-read-message-id call.
16718
16719 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16720
16721 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16722 gnus-activate-group twice. Suggested by Markus Peter
16723 <warp@spin.de>.
16724
16725 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16726
16727 * gnus-art.el (gnus-article-time-format): Exchange the order of
16728 day and month in the default value; fix customization type.
16729 (article-date-ut): Use add-text-properties.
16730 (article-make-date-line): Use message-make-date instead of
16731 current-time-string.
16732
16733 * message.el (message-fetch-field): Don't use set-text-properties.
16734 (message-make-date): Simplify.
16735
16736 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16737
16738 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16739 (rfc2047-encode-region): Treat text within parentheses as special;
16740 show the original text when error has occurred.
16741
16742 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16743 already-computed method to gnus-activate-group.
16744
16745 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16746 same select-methods identical Lisp objects.
16747
16748 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16749 object when modifying the info.
16750
16751 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16752
16753 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16754 gnus-opened-servers since it has never been opened with the new
16755 configuration yet.
16756
16757 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16758
16759 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16760 arg to nnheader-generate-fake-message-id.
16761
16762 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16763
16764 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16765 number and build a fake message ID localized to a group and
16766 article number (so it's repeatable from that point on).
16767 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16768 ID format.
16769
16770 * gnus-sum.el (gnus-get-newsgroup-headers):
16771 Call nnheader-generate-fake-message-id with the article number.
16772
16773 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16774
16775 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16776 end-of-buffer.
16777
16778 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16779
16780 * message.el (message-ignored-supersedes-headers): Add Approved.
16781
16782 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16783
16784 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16785 goto-char.
16786 (rfc2047-encode): Fold the line before encoding.
16787
16788 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16789
16790 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16791 folding -- not all headers can be folded, and this should be done
16792 by the message composition mode. Probably. I think.
16793
16794 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16795
16796 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16797 fast.
16798
16799 * gnus-ems.el (gnus-remove-image): Don't use
16800 message-text-with-property; remove only the image found first.
16801
16802 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16803
16804 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16805
16806 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16807
16808 * message.el (message-text-with-property): Make it fast and accept
16809 optional arguments.
16810 (message-strip-forbidden-properties): Use it.
16811 (message-fix-before-sending): Follow the m-t-w-p change.
16812
16813 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16814
16815 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16816
16817 * gnus-art.el (article-hide-headers): Don't change the buffer
16818 mistakenly when performing mml-preview even if
16819 gnus-single-article-buffer is nil.
16820
16821 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16822
16823 * message.el (message-expand-name-databases): New user option.
16824 (message-expand-name): Use it.
16825
16826 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16827
16828 * spam.el (spam-report-articles-resend)
16829 (spam-report-resend-register-routine): Allow ham reporting.
16830 (spam-report-resend-register-ham-routine): Add wrapper.
16831 (spam-registration-functions): Add ham resending functions.
16832 (spam-list-of-processors): Add ham resend processor.
16833
16834 * gnus.el (ham-resend-to): Add new group parameter.
16835 (spam-process): Add ham resend option.
16836
16837 * spam-report.el (spam-report-resend): Allow reporting ham.
16838 (spam-report-resend-ham): Add wrapper.
16839
16840 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16841
16842 * message.el (message-cite-articles-with-x-no-archive):
16843 New variable.
16844 (message-cite-original): Use it.
16845
16846 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16847
16848 * message.el (message-cite-original): Respect X-No-Archive.
16849
16850 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16851
16852 * gnus-art.el (article-hide-headers): Refer to the values for
16853 gnus-ignored-headers and gnus-visible-headers in the summary
16854 buffer since a user may have set them as group parameters.
16855
16856 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16857
16858 * assistant.el (assistant-node-name): Add convenience function.
16859 (assistant-render-text, assistant-render-node): Add error handling,
16860 plus handle multiple next nodes.
16861 (assistant-find-next-node): Comment out for now.
16862 (assistant-find-next-nodes): Add function, returns list of next
16863 nodes.
16864
16865 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16866
16867 * mail-source.el (mail-source-directory): Fix doc-string.
16868
16869 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16870
16871 * assistant.el (assistant-render-text, assistant-eval): Add :set
16872 widget type, which is different because it takes and returns a
16873 list. Much hilarity ensues.
16874
16875 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16876
16877 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16878
16879 * gnus-group.el (gnus-group-get-new-news-this-group):
16880 Add doc-string.
16881
16882 * gnus-start.el (gnus-activate-group): Add doc-string.
16883
16884 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16885
16886 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16887
16888 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16889
16890 * assistant.el (assistant-render-text): Try to add a :set
16891 widget, more to come.
16892
16893 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16894 strings.
16895 (spam-report-articles-resend)
16896 (spam-register-routine): Do registration iff any articles warrant
16897 it.
16898 (spam-summary-prepare-exit): Change log message for nil group
16899 destinations.
16900
16901 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16902
16903 * spam.el (spam-report-resend-register-routine):
16904 Allow spam-report-resend-to to be a group parameter or a global value.
16905
16906 2004-05-26 Simon Josefsson <jas@extundo.com>
16907
16908 * starttls.el: Merge with my GNUTLS based starttls.el.
16909 (starttls-gnutls-program, starttls-use-gnutls)
16910 (starttls-extra-arguments, starttls-process-connection-type)
16911 (starttls-connect, starttls-failure, starttls-success):
16912 New variables.
16913 (starttls-program, starttls-extra-args): Doc fix.
16914 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16915 New functions.
16916 (starttls-negotiate, starttls-open-stream):
16917 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16918 function if it is set.
16919
16920 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16921
16922 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16923 structured fields.
16924
16925 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16926
16927 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16928
16929 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16930
16931 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16932 Add variable.
16933 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16934 assigning the spam-mark to new messages.
16935
16936 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16937
16938 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16939
16940 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16941
16942 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16943 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16944 default.
16945
16946 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16947
16948 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16949 correct data.
16950
16951 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16952
16953 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16954 (spam-group-processor-p): Fix function.
16955 (spam-group-processor-multiple-p)
16956 (spam-group-spam-processor-report-gmane-p)
16957 (spam-group-spam-processor-report-resend-p)
16958 (spam-group-spam-processor-bogofilter-p)
16959 (spam-group-spam-processor-blacklist-p)
16960 (spam-group-spam-processor-ifile-p)
16961 (spam-group-ham-processor-ifile-p)
16962 (spam-group-spam-processor-spamoracle-p)
16963 (spam-group-spam-processor-crm114-p)
16964 (spam-group-ham-processor-bogofilter-p)
16965 (spam-group-spam-processor-stat-p)
16966 (spam-group-ham-processor-stat-p)
16967 (spam-group-ham-processor-whitelist-p)
16968 (spam-group-ham-processor-BBDB-p)
16969 (spam-group-ham-processor-spamoracle-p)
16970 (spam-group-ham-processor-copy-p): Remove functions with some
16971 prejudice against unneeded code.
16972 (spam-report-articles-resend)
16973 (spam-report-resend-register-routine): Allow the group/topic
16974 spam-resend-to value to override spam-report-resend-to.
16975 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16976 properly now.
16977
16978 * gnus.el (spam-resend-to): Add group/topic parameter.
16979 (spam-process): Move the OBSOLETE processors to the end of the
16980 choices.
16981
16982 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16983
16984 * spam-report.el (spam-report-resend-to, spam-report-resend):
16985 Start with resend-to set to nil, and then ask the user if necessary.
16986 (spam-report-resend): spam-report-resend takes a list of articles, not
16987 separate article numbers.
16988
16989 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16990
16991 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16992 addition to emacs-w3m.
16993
16994 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16995
16996 * assistant.el (assistant-authinfo-data): New function.
16997 (assistant-eval): Eval for entire assistant.
16998
16999 * netrc.el (netrc-services-file): New variable.
17000 (netrc-parse-services): New function.
17001 (netrc-find-service-name): New function.
17002 (netrc-find-service-number): New function.
17003 (netrc-port-equal): New function.
17004 (netrc-machine): Use it.
17005
17006 * nnimap.el (nnimap-open-connection): Use netrc.
17007
17008 * gnus-util.el (gnus-netrc-get): Remove aliases.
17009
17010 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17011
17012 * assistant.el (wid-edit): Fix compilation.
17013
17014 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17015
17016 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
17017
17018 * gnus-util.el (gnus-set-file-modes): New function. (small
17019 patch).
17020
17021 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17022
17023 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17024
17025 * assistant.el (assistant-render-node): Fix up rendering and
17026 read-only text.
17027 (assistant-render-node): Reset.
17028 (assistant-make-read-only): Not sticky.
17029
17030 2004-05-20 Danny Siu <dsiu@adobe.com>
17031
17032 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17033 centered even when gnus-auto-center-summary is t
17034
17035 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17036
17037 * dns.el (dns-get-txt-answer): New function.
17038 (dns-read-txt): Ditto.
17039 (query-dns): Use it.
17040
17041 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
17042
17043 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17044 active for foreign groups even if the group level is higher than
17045 the specified value.
17046
17047 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
17048
17049 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17050 non-active groups.
17051
17052 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17053
17054 2004-05-20 Magnus Henoch <mange@freemail.hu>
17055
17056 * dns.el (dns-read-type): Add support for SVR. (small patch)
17057
17058 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
17059
17060 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17061 (spam-crm114-header, spam-crm114-spam-switch)
17062 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17063 (spam-crm114-positive-spam-header)
17064 (spam-crm114-database-directory, spam-list-of-processors)
17065 (spam-group-spam-processor-crm114-p)
17066 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17067 (spam-generic-score, spam-list-of-checks)
17068 (spam-list-of-statistical-checks, spam-registration-functions)
17069 (spam-check-crm114-headers, spam-crm114-score)
17070 (spam-check-crm114, spam-crm114-register-with-crm114)
17071 (spam-crm114-register-spam-routine)
17072 (spam-crm114-unregister-spam-routine)
17073 (spam-crm114-register-ham-routine)
17074 (spam-crm114-unregister-ham-routine): Add CRM114 support.
17075 From asjo@koldfront.dk (Adam Sjøgren).
17076
17077 * gnus.el: Add spam-use-crm114.
17078
17079 * spam.el (spam-list-of-processors, spam-registration-functions):
17080 Add spam-use-resend.
17081 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17082 (spam-report-articles-gmane): Add doc fix.
17083 (spam-report-articles-resend, spam-report-resend-register-routine):
17084 Add wrappers around spam-report-resend-to.
17085
17086 * spam-report.el (spam-report-resend-to, spam-report-resend):
17087 Add support for resending spam.
17088 (spam-report-gmane): Fix line length >80.
17089
17090 * gnus.el (spam-process): Add spam-use-resend.
17091
17092 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17093
17094 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17095 number of processed spam messages.
17096 (spam-ham-copy-or-move-routine): Return the number of processed
17097 ham messages.
17098 (spam-summary-prepare-exit): Use the above values to decide
17099 whether status messages shouled be displayed.
17100
17101 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
17102
17103 * rfc2047.el (rfc2047-encode-function-alist): Rename from
17104 `rfc2047-encoding-function-alist' in order to avoid conflicting
17105 with the old version.
17106 (rfc2047-encode-region): Concatenate words containing non-ASCII
17107 characters in structured fields; don't encode space-delimited
17108 ASCII words even in unstructured fields; don't break words at
17109 char-category boundaries.
17110 (rfc2047-encode-1): New function.
17111 (rfc2047-encode): Use it; encode text so that it occupies the
17112 maximum width within 76-column; work correctly on Q encoding for
17113 iso-2022-* charsets.
17114 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17115 sure not to break a line just after the header name.
17116 (rfc2047-b-encode-region): Remove.
17117 (rfc2047-b-encode-string): New function.
17118 (rfc2047-q-encode-region): Remove.
17119 (rfc2047-q-encode-string): New function.
17120
17121 * mm-util.el (mm-replace-in-string): New function.
17122
17123 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
17124
17125 * gnus-msg.el (gnus-inews-make-draft-meta-information):
17126 Really get it right.
17127 (gnus-inews-make-draft): Really.
17128
17129 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
17130
17131 * nnmh.el (nnmh-request-list-1): Don't check the link count
17132 before descending. (small patch)
17133
17134 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17135
17136 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17137 stuff.
17138
17139 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17140 Match on real group name.
17141
17142 * gnus-art.el (gnus-signature-limit): Doc fix.
17143
17144 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17145
17146 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17147
17148 * gnus-draft.el (gnus-draft-send):
17149 Bind rfc2047-encode-encoded-words.
17150
17151 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17152 (rfc2047-encodable-p): Say that =? needs encoding.
17153 (rfc2047-encode-encoded-words): New variable.
17154
17155 * gnus-group.el (gnus-group-select-group): Doc fix.
17156
17157 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17158
17159 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17160 to nil.
17161
17162 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17163
17164 * nnheader.el (nnheader-get-lines-and-char): New function.
17165
17166 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17167
17168 * gnus-msg.el (gnus-summary-followup-with-original):
17169 Document yanking of region when active.
17170
17171 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17172
17173 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17174 groups if the group level is higher than the specified value.
17175
17176 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17177
17178 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17179 (gnus-group-jump-to-group): Add prefix argument using
17180 `gnus-group-jump-to-group-prompt'. Query before jumping to
17181 non-active group.
17182
17183 * compface.el (uncompface): Be verbose when changing
17184 `uncompface-use-external'.
17185
17186 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17187 handle manual section.
17188
17189 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17190
17191 * gnus-art.el (gnus-button-alist): Revert previous change.
17192
17193 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17194
17195 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17196
17197 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17198
17199 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17200 whether backend can accept message.
17201
17202 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17203
17204 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17205
17206 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17207 Avoid creating directory when nntp-marks-is-evil is true.
17208 Reported by Reiner Steib.
17209
17210 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17211
17212 * gnus-picon.el (gnus-picon-style): New variable.
17213 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17214 (gnus-picon-transform-address): Support `gnus-picon-style'.
17215 From Jesper Harder <harder@ifa.au.dk>.
17216
17217 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17218
17219 * message.el (message-fill-field): Return point.
17220 (message-generate-headers): Go to end of field.
17221
17222 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17223 stuff for non-living groups.
17224
17225 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17226
17227 * gnus-art.el (gnus-article-followup-with-original)
17228 (gnus-article-reply-with-original): gnus-mark-active-p ->
17229 gnus-region-active-p.
17230
17231 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17232
17233 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17234 only when there is spam or ham to be processed.
17235
17236 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17237
17238 * mail-source.el (mail-source-delete-crash-box): Refactor.
17239 (mail-source-fetch): Use it.
17240 (mail-source-fetch-file): Ditto.
17241 (mail-source-fetch-directory): Run postscript in loop.
17242 (mail-source-fetch-pop): Delete.
17243 (mail-source-fetch-maildir): Ditto.
17244 (mail-source-fetch-imap): Ditto.
17245
17246 * imap.el (imap-authenticators): Comment out sasl.
17247
17248 * message.el (message-skip-to-next-address): New function.
17249 (message-fill-header-address): Refactor.
17250 (message-fill-address): Use it.
17251 (message-delete-address): Use it.
17252 (message-fill-header-general): Refactor.
17253 (message-fill-field-address): Rename.
17254 (message-narrow-to-field): Find the start of the header.
17255 (message-header-format-alist): Don't pre-fill.
17256 (message-fill-header): Remove.
17257 (message-insert-header): New function.
17258 (message-shorten-references): Use it.
17259
17260 * rfc2047.el (rfc2047-field-value): Strip props.
17261
17262 * mail-parse.el (mail-header-make-address): New alias.
17263
17264 * ietf-drums.el (ietf-drums-make-address): New function.
17265
17266 * imap.el: Add compiler directives.
17267
17268 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17269
17270 * gnus-art.el (article-decode-idna-rhs): Don't use
17271 message-idna-inside-rhs-p.
17272
17273 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17274
17275 * message.el (message-idna-inside-rhs-p): Remove.
17276 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17277
17278 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17279 false positives.
17280
17281 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17282
17283 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17284
17285 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17286
17287 * nneething.el (nneething-file-name): Don't create spurious
17288 files.
17289
17290 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17291 (gnus-inews-do-gcc): Remove sleep.
17292
17293 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17294 part under point.
17295
17296 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17297 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17298
17299 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17300
17301 * spam.el (spam-summary-prepare-exit): Fix (length).
17302
17303 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17304
17305 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17306 as expired without moving it" message when there are spam
17307 messages left.
17308
17309 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17310
17311 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17312 header is not nil.
17313
17314 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17315
17316 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17317 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17318 (nntp-marks-changed-p): New arg SERVER.
17319 (nntp-request-update-info): Adjust caller.
17320
17321 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17322
17323 * nntp.el (nntp-save-marks): Pass missing arg.
17324
17325 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17326
17327 * nntp.el: Support marks.
17328 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17329 (nntp-marks-modtime, nntp-marks-directory): New variables.
17330 (nntp-request-set-mark, nntp-request-update-info)
17331 (nntp-possibly-create-directory, nntp-marks-changed-p)
17332 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17333 New functions.
17334
17335 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17336
17337 * gnus-score.el (gnus-score-insert-help):
17338 Use gnus-select-lowest-window.
17339
17340 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17341 appt-select-lowest-window and rename to gnus-select-lowest-window.
17342
17343 * gnus.el: do.
17344
17345 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17346
17347 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17348 encodings of MIME-encoded words, in order to improve
17349 interoperability with several broken MUAs.
17350
17351 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17352
17353 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17354 tags, only when charsets are not specified in headers.
17355 (mm-inline-text-html-render-with-w3m): Ditto.
17356
17357 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17358
17359 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17360 instead of MIME-decoded from fields when checking
17361 `gnus-article-address-banner-alist'.
17362
17363 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17364
17365 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17366 description rather than subject.
17367
17368 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17369
17370 * gnus.el (gnus-version-number): Bump.
17371
17372 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17373
17374 * gnus.el: No Gnus v0.2 is released.
17375
17376 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17377
17378 * gnus-agent.el (gnus-agent-read-agentview):
17379 Inline gnus-uncompress-range.
17380
17381 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17382
17383 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17384 `exec-installed-p'.
17385
17386 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17387
17388 * gnus.el (spam-process, spam-autodetect-methods):
17389 Add bsfilter and bsfilter-headers.
17390
17391 * spam.el (spam-bsfilter): New customize group.
17392 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17393 (spam-bsfilter-header, spam-bsfilter-probability-header)
17394 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17395 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17396 (spam-bsfilter-database-directory): New options.
17397 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17398 (spam-list-of-statistical-checks, spam-registration-functions):
17399 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17400 (spam-bsfilter-score): New command.
17401 (spam-check-bsfilter-headers, spam-check-bsfilter)
17402 (spam-bsfilter-register-with-bsfilter)
17403 (spam-bsfilter-register-spam-routine)
17404 (spam-bsfilter-unregister-spam-routine)
17405 (spam-bsfilter-register-ham-routine)
17406 (spam-bsfilter-unregister-ham-routine): New functions.
17407 (spam-generic-score): Support bsfilter; Accept an optional argument
17408 to recalcurate spam score even if scoring header has already been
17409 added.
17410 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17411 optional argument to recalcurate spam score even if scoring header
17412 has already been added.
17413
17414 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17415
17416 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17417 strings! Reported by David D. Smith <davidsmith@acm.org>.
17418 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17419 link is missing.
17420
17421 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17422
17423 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17424 (html2text-get-attr): Rewrite.
17425
17426 * message.el (message-setup-1): Remove redundant put-text-property
17427 on mail-header-separator.
17428
17429 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17430
17431 * gnus-registry.el (gnus-registry-cache-whitespace)
17432 (gnus-registry-action, gnus-registry-spool-action)
17433 (gnus-registry-split-fancy-with-parent): Change message levels
17434 from 5 to 3 or 7, as needed.
17435
17436 * spam.el (spam-summary-prepare-exit)
17437 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17438 (spam-split, spam-find-spam, spam-log-undo-registration)
17439 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17440 level from 5 to 6.
17441
17442 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17443
17444 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17445 2004-03-04 change).
17446
17447 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17448
17449 * sieve-manage.el (sieve-manage-open):
17450 * nnweb.el (nnweb-insert-html):
17451 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17452 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17453 * nnspool.el (nnspool-request-group):
17454 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17455 * nnml.el (nnml-request-update-info):
17456 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17457 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17458 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17459 (nnimap-request-set-mark):
17460 * nnfolder.el (nnfolder-request-update-info):
17461 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17462 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17463 * gnus-uu.el (gnus-uu-find-articles-matching):
17464 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17465 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17466 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17467 * gnus-nocem.el (gnus-nocem-scan-groups):
17468 * gnus-int.el (gnus-start-news-server):
17469 * gnus-group.el (gnus-group-make-kiboze-group)
17470 (gnus-group-browse-foreign-server):
17471 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17472 Use mapc when appropriate.
17473
17474 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17475
17476 FIXME: Make separate entries for each person.
17477
17478 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17479 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17480 <shields@msrl.com>:
17481
17482 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17483 may need for spam sorting and scoring.
17484 (spam-user-format-function-S): Add user format function suitable for
17485 general use.
17486 (spam-article-sort-by-spam-status): Add sorting function for summary
17487 sorting.
17488 (spam-extra-header-to-number): Add function to get a score from a
17489 header.
17490 (spam-summary-score): Add function to get a numeric score from the
17491 headers.
17492 (spam-generic-score): Fix function doc, was in wrong place.
17493 (spam-initialize): Take symbols when it's run, and install the
17494 extra headers that spam-necessary-extra-headers thinks we need.
17495
17496 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17497
17498 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17499 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17500
17501 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17502
17503 * gnus-sum.el (gnus-set-global-variables)
17504 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17505 (gnus-article-get-xrefs, gnus-summary-best-group)
17506 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17507 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17508 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17509 Use with-current-buffer.
17510
17511 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17512
17513 * spam.el (spam-summary-prepare-exit): Simplify logic.
17514 (spam-fetch-article-header): Read the article header if it's not
17515 available.
17516 (spam-list-articles): Simplify logic.
17517 (spam-filelist-register-routine): Fix bug with unregister-list.
17518
17519 * gnus-registry.el: Fix comments at beginning.
17520
17521 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17522
17523 * message.el (message-cater-to-broken-inn): Remove.
17524 (message-shorten-references): Make sure the total folded length of
17525 References is shorter than 998 characters to cater to a bug in INN
17526 2.3. Also, don't pretend that references aren't folded -- this
17527 hasn't worked for a while.
17528
17529 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17530
17531 * gnus-agent.el (gnus-agentize):
17532 gnus-agent-send-mail-real-function no longer set to current value
17533 of message-send-mail-function but rather a lambda that calls
17534 message-send-mail-function. The change makes the agent real-time
17535 responsive to user changes to message-send-mail-function.
17536
17537 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17538
17539 * legacy-gnus-agent.el
17540 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17541 help from Florian Weimer <fw@deneb.enyo.de>
17542
17543 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17544
17545 * nnmail.el (nnmail-cache-insert): Revert last change.
17546
17547 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17548
17549 * nnmail.el (nnmail-cache-insert): Always check whether
17550 nnmail-cache-ignore-groups matches a group name.
17551
17552 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17553
17554 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17555 (spam-find-spam, spam-log-processing-to-registry)
17556 (spam-log-registered-p, spam-log-unregistration-needed-p)
17557 (spam-log-undo-registration): Use gnus-message instead of
17558 gnus-error, none of these errors are fatal.
17559
17560 * gnus-registry.el (gnus-registry-clean-empty-function)
17561 (gnus-registry-clean-empty): Remove only empty entries without
17562 extra data.
17563
17564 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17565
17566 * spam-stat.el (spam-stat-buffer-change-to-spam)
17567 (spam-stat-buffer-change-to-non-spam): Change (error) to
17568 (gnus-message 8) invocation.
17569
17570 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17571
17572 * nntp.el (nntp-via-netcat-command): New variable.
17573 (nntp-via-netcat-switches): New variable.
17574 (nntp-open-via-rlogin-and-netcat): New function.
17575 (nntp-open-connection-function): Doc fix.
17576 (nntp-telnet-command): Doc fix.
17577 (nntp-end-of-line): Doc fix.
17578 (nntp-via-rlogin-command): Doc fix.
17579 (nntp-via-user-name): Doc fix.
17580 (nntp-via-address): Doc fix.
17581
17582 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17583
17584 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17585 error in Emacs 21.1.
17586
17587 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17588
17589 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17590
17591 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17592
17593 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17594 (gnus-agent-with-refreshed-group): New macro.
17595 (gnus-agent-rename-group): New function.
17596 (gnus-agent-delete-group): New function.
17597 (gnus-agent-save-group-info): Use gnus-command-method when
17598 `method' parameter is nil. Don't write nil entries into the
17599 active file.
17600 (gnus-agent-get-group-info): New function.
17601 (gnus-agent-fetch-articles):
17602 Use gnus-agent-update-files-total-fetched-for to increment disk space
17603 used.
17604 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17605 Use gnus-agent-update-view-total-fetched-for to increment disk space
17606 used.
17607 (gnus-agent-get-local): Add optional parameters to avoid calling
17608 gnus-group-real-name and gnus-find-method-for-group.
17609 (gnus-agent-set-local): Delete stored entry if either min, or max,
17610 are nil.
17611 (gnus-agent-fetch-session): Reworded error/quit messages.
17612 On quit, use gnus-agent-regenerate-group to record existence of any
17613 articles fetched to disk before the quit occurred.
17614 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17615 gnus-agent-update-view-total-fetched-for, and
17616 gnus-agent-update-files-total-fetched-for to decrement disk space
17617 used.
17618 (gnus-agent-retrieve-headers):
17619 Use gnus-agent-update-view-total-fetched-for to increment disk space
17620 used.
17621 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17622 with gnus-agent-update-files-total-fetched-for to decrement disk
17623 space and fresh group buffer.
17624 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17625 (gnus-agent-need-update-total-fetched-for): New variable.
17626 (gnus-agent-update-files-total-fetched-for): New function.
17627 (gnus-agent-update-view-total-fetched-for): New function.
17628 (gnus-agent-total-fetched-for): New function.
17629
17630 * gnus-cache.el (gnus-cache-save-buffers):
17631 Use gnus-cache-update-overview-total-fetched-for to change disk space
17632 used by this group.
17633 (gnus-cache-possibly-enter-article):
17634 Use gnus-cache-update-file-total-fetched-for to increment disk space
17635 used by this group.
17636 (gnus-cache-possibly-remove-article):
17637 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17638 used by this group.
17639 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17640 (gnus-cache-rename-group): New function.
17641 (gnus-cache-delete-group): New function.
17642 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17643 (gnus-cache-need-update-total-fetched-for): New variable.
17644 (gnus-cache-with-refreshed-group): New macro.
17645 (gnus-cache-update-file-total-fetched-for): New function.
17646 (gnus-cache-update-overview-total-fetched-for): New function.
17647 (gnus-cache-rename-group-total-fetched-for): New function.
17648 (gnus-cache-delete-group-total-fetched-for): New function.
17649 (gnus-cache-total-fetched-for): New function.
17650
17651 * gnus-group.el: Require gnus-sum and autoload functions to
17652 resolve warnings when gnus-group.el compiled alone.
17653 (gnus-group-line-format): Documented new %F.
17654 (size of Fetched data) group line format; identifies disk space
17655 used by agent and cache.
17656 (gnus-group-line-format-alist): Defined new F format.
17657 (gnus-total-fetched-for): New function.
17658 (gnus-group-delete-group): No longer update
17659 gnus-cache-active-altered as gnus-request-delete-group now keeps
17660 the cache in sync.
17661 (gnus-group-list-active): Let the agent store a server's active
17662 list if currently plugged.
17663
17664 * gnus-int.el (gnus-request-delete-group):
17665 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17666 local disk in sync with the server.
17667 (gnus-request-rename-group):
17668 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17669 local disk in sync with the server.
17670
17671 * gnus-start.el (gnus-get-unread-articles):
17672 Cosmetic simplification to logic.
17673
17674 * gnus-util.el (gnus-rename-file): New function.
17675
17676 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17677
17678 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17679
17680 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17681
17682 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17683 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17684
17685 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17686
17687 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17688 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17689
17690 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17691
17692 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17693
17694 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17695
17696 * spam.el (spam-set-difference): Add function to replace
17697 gnus-set-difference in spam.el.
17698 (spam-summary-prepare-exit): Use spam-set-difference.
17699
17700 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17701
17702 * gnus-registry.el (gnus-registry-cache-file): Update to use
17703 gnus-dribble-directory OR gnus-home-directory OR ~.
17704 (gnus-registry-split-fancy-with-parent): Fix doc.
17705
17706 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17707
17708 * message.el (message-exchange-point-and-mark):
17709 Use message-mark-active-p. Suggested by Jesper Harder
17710 <harder@ifa.au.dk>.
17711
17712 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17713
17714 * message.el (message-exchange-point-and-mark): Don't activate
17715 region if it was inactive. Suggested by Hiroshi Fujishima
17716 <pooh@nature.tsukuba.ac.jp>.
17717
17718 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17719
17720 * gnus-art.el (article-display-face): Display Faces in the same
17721 order as X-Faces.
17722
17723 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17724
17725 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17726
17727 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17728
17729 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17730 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17731 (gnus-article-mime-hierarchy): Remove.
17732 (gnus-article-mime-hierarchy-next): Remove.
17733 (gnus-article-mode): Revert 2004-03-19 change.
17734 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17735 (gnus-insert-mime-button): Revert 2004-03-19 change.
17736 (gnus-mime-accumulate-hierarchy): Remove.
17737 (gnus-mime-enter-multipart): Remove.
17738 (gnus-mime-leave-multipart): Remove.
17739 (gnus-mime-display-part): Revert 2004-03-19 change.
17740 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17741
17742 * mml.el (mml-preview): Revert 2004-03-19 change.
17743
17744 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17745
17746 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17747
17748 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17749
17750 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17751 t while entering a file name using the mm-with-multibyte macro.
17752 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17753
17754 * mm-util.el (mm-with-multibyte): New macro.
17755
17756 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17757
17758 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17759 New user option.
17760 (gnus-mime-multipart-functions): Doc and customization fix.
17761 (gnus-article-mime-hierarchy): New variable.
17762 (gnus-article-mime-hierarchy-next): New variable.
17763 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17764 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17765 gnus-article-mime-hierarchy-next to nil.
17766 (gnus-insert-mime-button): Show hierarchy numbers.
17767 (gnus-mime-accumulate-hierarchy): New function.
17768 (gnus-mime-enter-multipart): New function.
17769 (gnus-mime-leave-multipart): New function.
17770 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17771 (gnus-mime-display-alternative): Show hierarchy numbers.
17772
17773 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17774 gnus-article-mime-hierarchy-next to nil.
17775
17776 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17777
17778 * dns.el: Don't require gnus-xmas.
17779
17780 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17781
17782 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17783 inline PGP.
17784 (mml-menu): Disable mml-quote-region if mark is inactive.
17785
17786 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17787
17788 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17789 when the group's active is not available.
17790
17791 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17792
17793 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17794 error.
17795
17796 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17797
17798 * imap.el (imap-store-password): New variable.
17799 (imap-interactive-login): Use it.
17800 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17801
17802 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17803
17804 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17805 window-start and hscroll to summary window.
17806
17807 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17808
17809 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17810 conversion message to newsrc-dribble when an actual conversion is
17811 performed.
17812
17813 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17814
17815 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17816
17817 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17818
17819 * mm-decode.el (mm-complicated-handles): New function reviving
17820 former definition of mm-multiple-handles.
17821
17822 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17823 (gnus-mime-delete-part): Use it.
17824
17825 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17826
17827 * gnus-agent.el (gnus-agent-read-local):
17828 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17829 avoid the implicit assumption that they will always be equal.
17830 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17831 coding-system-for-write, as the with-temp-file macro first prints
17832 to a buffer then saves the buffer.
17833
17834 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17835
17836 * gnus-art.el (gnus-article-edit-part): New function.
17837 (gnus-mime-save-part-and-strip): Use it; do query instead of
17838 signaling an error; don't use mm-multiple-handles.
17839 (gnus-mime-delete-part): Ditto.
17840
17841 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17842
17843 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17844 old file versions.
17845 (gnus-group-prepare-hook): Remove function that converted list
17846 form of gnus-agent-expire-days to group properties.
17847
17848 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17849 (gnus-request-accept-article): Re-indented.
17850
17851 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17852 converters to handle old agent file formats. Add logic for a
17853 "backup before upgrading warning".
17854 (gnus-convert-mark-converter-prompt): Developers can mark
17855 functions as needing (default), or not needing,
17856 gnus-convert-old-newsrc's "backup before upgrading warning".
17857 (gnus-convert-converter-needs-prompt): Tests whether the user
17858 should be protected from potentially irreversable changes by the
17859 function.
17860
17861 * legacy-gnus-agent.el: New. Provides converters that are only
17862 loaded when gnus-convert-old-newsrc needs to call them.
17863
17864 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17865
17866 * mail-source.el (mail-source-touch-pop): Doc fix.
17867
17868 * message.el (message-smtpmail-send-it): Doc fix.
17869
17870 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17871
17872 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17873
17874 * nnmail.el (nnmail-split-fancy): do.
17875
17876 * gnus-kill.el (gnus-kill, gnus-execute): do.
17877
17878 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17879
17880 * gnus-sum.el (gnus-widget-reversible-match)
17881 (gnus-widget-reversible-to-internal)
17882 (gnus-widget-reversible-to-external): New functions.
17883 (gnus-widget-reversible): New widget.
17884 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17885
17886 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17887
17888 * gnus-sum.el (gnus-thread-sort-functions)
17889 (gnus-article-sort-functions): Document `(not F)' items.
17890
17891 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17892
17893 * spam.el (spam-use-gmane-xref): Add new backend.
17894 (spam-gmane-xref-spam-group): Add variable to control the name of the
17895 Gmane spam group.
17896 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17897 (spam-regex-headers-spam, spam-regex-headers-ham)
17898 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17899 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17900 backends and checks.
17901 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17902
17903 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17904 an autodetect method.
17905
17906 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17907
17908 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17909 articles are being added to a group.
17910 (gnus-request-replace-article): Inform the agent that articles
17911 need to be uncached as the cached contents are no longer valid.
17912
17913 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17914
17915 * binhex.el: Don't autoload executable-find.
17916
17917 * canlock.el: Don't autoload mail-fetch-field.
17918
17919 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17920
17921 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17922 rmail-dont-reply-to and rmail-output.
17923
17924 * gnus-score.el: Don't autoload ffap-string-at-point.
17925
17926 * gnus-setup.el: Don't autoload sc-cite-original.
17927
17928 * imap.el: Don't autoload base64-decode-string,
17929 base64-encode-string and md5.
17930
17931 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17932 and rmail-msg-restore-non-pruned-header.
17933
17934 * mm-decode.el: Don't autoload executable-find.
17935
17936 * mm-url.el: Don't autoload executable-find.
17937
17938 * mm-view.el: Don't autoload diff-mode.
17939
17940 * nndb.el: Don't autoload news-reply-mode, news-setup,
17941 cancel-timer and telnet.
17942
17943 * password.el: Don't autoload run-at-time for Emacs.
17944
17945 * sha1-el.el: Don't autoload executable-find.
17946
17947 * sieve-mode.el: Don't autoload c-mode.
17948
17949 * uudecode.el: Don't autoload executable-find.
17950
17951 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17952
17953 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17954 (gnus-agent-possibly-alter-active): Avoid null in numeric
17955 comparison.
17956 (gnus-agent-set-local): Refuse to save null in local object table.
17957 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17958 list of articles that will be marked as unread.
17959
17960 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17961
17962 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17963
17964 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17965
17966 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17967 language tags.
17968
17969 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17970
17971 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17972 Don't bind "obarray".
17973
17974 * gnus-sum.el (gnus-thread-sort-functions):
17975 Add `gnus-thread-sort-by-most-recent-number' and
17976 `gnus-thread-sort-by-most-recent-date'.
17977 Reported by Kai Grossjohann <kai@emptydomain.de>.
17978
17979 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17980
17981 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17982
17983 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17984
17985 * gnus-cus.el (gnus-agent-customize-category):
17986 Remove ignore-errors macro reference that required cl to be loaded at
17987 run-time.
17988
17989 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17990 single-interval range of the form (min . max). Previously the
17991 range had to look like ((min . max)). Likewise, return
17992 (min . max) rather than ((min . max)).
17993 (gnus-range-map): Use gnus-range-normalize to accept
17994 single-interval range.
17995
17996 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17997 the cache, but not the agent, now appear with their usual face.
17998
17999 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
18000
18001 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18002 w3m-safe-url-regexp variable buffer-local.
18003
18004 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18005
18006 2004-02-27 Simon Josefsson <jas@extundo.com>
18007
18008 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18009 gnus-group-real-prefix.
18010 (gnus-summary-move-article): Use it, instead of
18011 gnus-group-real-prefix.
18012
18013 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
18014
18015 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18016 w3m-safe-url-regexp variable buffer-local and set it as the value
18017 of mm-w3m-safe-url-regexp.
18018
18019 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18020
18021 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18022 parsing gnus-posting-styles when the message is not for replying.
18023
18024 * nnrss.el (nnrss-opml-export):
18025 Use mm-set-buffer-file-coding-system instead of
18026 set-buffer-file-coding-system.
18027
18028 2004-02-27 Jesper Harder <harder@ifa.au.dk>
18029
18030 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18031 of checkdoc.el).
18032 * nnrss.el: do.
18033 * gnus-mlspl.el: do.
18034 * gnus-ml.el: do.
18035 * gnus-srvr.el: do.
18036
18037 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18038
18039 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
18040
18041 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18042 Corrections to custom-manual links.
18043
18044 * gnus-art.el (gnus-article): Ditto.
18045
18046 * mm-decode.el (mime-display, mime-security): Ditto.
18047
18048 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18049
18050 * flow-fill.el: Typo.
18051
18052 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
18053
18054 * spam-wash.el: New file.
18055
18056 2004-02-26 Mark A. Hershberger <mah@everybody.org>
18057
18058 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18059
18060 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
18061
18062 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18063 to be run with new-articles as LIST1, not LIST2.
18064 (spam-registration-functions): Add spam-use-ham-copy as a nil
18065 registration backend.
18066
18067 2004-02-26 Jesper Harder <harder@ifa.au.dk>
18068
18069 * spam-stat.el (spam-stat-washing-hook): New option.
18070 (spam-stat-buffer-words): Use it.
18071 (spam-stat-process-directory, spam-stat-test-directory):
18072 Use insert-file-contents-literally.
18073 (spam-stat-coding-system): New variable.
18074 (spam-stat-load, spam-stat-save): Use it.
18075
18076 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
18077
18078 * spam-report.el (spam-report-plug-agent):
18079 Quote spam-report-url-to-file and spam-report-url-ping-plain.
18080
18081 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
18082
18083 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18084 Allow / in mailto URLs.
18085
18086 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
18087
18088 * spam-report.el (spam-report-process-queue): Fix interactive use.
18089 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18090 (spam-report-unplug-agent): Doc fixes.
18091 (spam-report-url-ping-mm-url, spam-report-url-to-file)
18092 (spam-report-agentize, spam-report-deagentize):
18093 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
18094
18095 * message.el (message-setup-fill-variables): Add mml tags to
18096 paragraph-start and paragraph-separate. Suggested by Andrew Korty
18097 <ajk@iu.edu>.
18098 (message-mode): Don't modify paragraph-separate there.
18099
18100 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
18101
18102 * compface.el (uncompface-use-external): Default to undecided.
18103 (uncompface-use-external-threshold): New variable.
18104 (uncompface-float-time): New macro.
18105 (uncompface): Determine whether to use the external decoder if
18106 uncompface-use-external is undecided.
18107
18108 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18109
18110 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18111 after images.
18112
18113 * gnus-art.el (gnus-mime-display-single): Remove dead code.
18114
18115 2004-02-14 Jesper Harder <harder@ifa.au.dk>
18116
18117 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18118
18119 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18120
18121 * gnus-sum.el (gnus-summary-limit-to-age)
18122 (gnus-summary-limit-children): do.
18123
18124 * gnus-int.el (gnus-request-scan): do.
18125
18126 * gnus-group.el (gnus-group-suspend): do.
18127
18128 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18129
18130 * gnus-cite.el (gnus-cite-parse-attributions): do.
18131
18132 * gnus-agent.el (gnus-summary-set-agent-mark)
18133 (gnus-agent-regenerate-group): do.
18134
18135 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18136
18137 * binhex.el (binhex-decode-region-internal): do.
18138
18139 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18140
18141 * gnus-fun.el (gnus-face-properties-alist): New user option.
18142 (gnus-display-x-face-in-from): Use it.
18143
18144 * gnus-art.el (article-display-face): Ditto.
18145
18146 * compface.el (uncompface-use-external): Default to nil.
18147
18148 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18149
18150 * nntp.el (nntp-erase-buffer): New function.
18151 (nntp-retrieve-data, nntp-send-command)
18152 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18153 (nntp-possibly-change-group): Use it.
18154
18155 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18156 Use with-current-buffer.
18157
18158 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18159
18160 * compface.el: Merge the ELisp-based uncompface program.
18161 (compface): New customization group.
18162 (uncompface-use-external): New user option.
18163 (uncompface): Call uncompface-internal if uncompface-use-external
18164 is nil.
18165 (uncompface-internal): New function. Note that there are also
18166 some other functions and variables added for this function.
18167
18168 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18169
18170 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18171 if necessary.
18172
18173 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18174
18175 * spam-report.el (spam-report-unplug-agent)
18176 (spam-report-plug-agent, spam-report-deagentize)
18177 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18178 Add support for the Agent in spam-report: when unplugged, report to a
18179 file; when plugged, submit all the requests.
18180
18181 * spam.el (spam-register-routine): Fix message about
18182 registration.
18183
18184 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18185
18186 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18187 dependencies.
18188 (rfc2047-encode): Use it.
18189
18190 * gnus-art.el (gnus-button-marker-list): Move before first
18191 reference.
18192
18193 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18194 (imap-parse-body): Fix format string mismatch.
18195
18196 * gnus-score.el (gnus-summary-increase-score): do.
18197
18198 * nnrss.el (nnrss-close): New function.
18199
18200 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18201
18202 * nnrss.el (nnrss-make-filename): New function.
18203 (nnrss-request-delete-group, nnrss-read-server-data)
18204 (nnrss-save-server-data, nnrss-read-group-data)
18205 (nnrss-save-group-data): Use it.
18206 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18207 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18208 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18209
18210 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18211
18212 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18213
18214 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18215
18216 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18217 files.
18218
18219 * message.el (message-generate-headers-first): Don't quote nil
18220 and t in docstrings.
18221
18222 * imap.el (imap-id): do.
18223
18224 * gnus-agent.el (gnus-agent-consider-all-articles)
18225 (gnus-agent-queue-mail): do.
18226
18227 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18228
18229 * spam-report.el (spam-report-process-queue): New function.
18230 Process requests from `spam-report-requests-file'.
18231 (spam-report-process-queue): Doc fix.
18232
18233 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18234
18235 * spam.el (spam-register-routine)
18236 (spam-log-processing-to-registry, spam-log-registered-p)
18237 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18238 Change "check" to "spam-check" for semi-clarity.
18239
18240 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18241
18242 * pop3.el: Require nnheader.
18243
18244 * mml-smime.el: Require cl. Autoload message-fetch-field.
18245
18246 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18247
18248 * gnus-picon.el: Require cl.
18249
18250 * gnus-fun.el: Require gnus-ems and gnus-util.
18251
18252 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18253
18254 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18255
18256 * gnus-art.el (gnus-article-edit-mode): Define before first
18257 reference.
18258
18259 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18260
18261 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18262 (gnus-uu-post-encoded): Use point-at-bol.
18263
18264 * gnus-topic.el (gnus-group-active-topic-p): do.
18265
18266 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18267
18268 * gnus-group.el (gnus-group-kill-region): do.
18269
18270 * gnus-art.el (article-date-ut): do.
18271
18272 * message.el (message-fetch-field): Remove redundant
18273 case-fold-search binding.
18274 (message-narrow-to-field): Simplify.
18275
18276 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18277
18278 * spam.el (spam-directory): Derive from `gnus-directory'.
18279
18280 * spam-report.el (spam-report-url-to-file)
18281 (spam-report-requests-file): New function and variable for offline
18282 reporting.
18283 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18284 and user defined function.
18285 (spam-report-url-ping-mm-url): Remove doubled slash.
18286
18287 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18288
18289 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18290
18291 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18292
18293 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18294 Fix format string mismatch.
18295
18296 * sieve.el (sieve-deactivate-all): do.
18297
18298 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18299
18300 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18301
18302 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18303
18304 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18305
18306 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18307
18308 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18309 the list of checks.
18310
18311 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18312
18313 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18314 padding.
18315
18316 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18317
18318 * mm-view.el (mm-fill-flowed): New variable.
18319 (mm-inline-text): Use it.
18320
18321 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18322
18323 * spam.el (spam-spamassassin-register-ham-routine)
18324 (spam-spamassassin-register-spam-routine): Fix function names.
18325
18326 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18327
18328 * gnus.el (gnus-tmp-grouplens): Remove.
18329 (gnus-summary-line-format): Remove grouplens.
18330
18331 * gnus-group.el (gnus-group-line-format): Ditto.
18332
18333 * gnus-spec.el (gnus-format-specs): Ditto.
18334 (gnus-update-format-specifications): Flush the group format spec
18335 cache if there's the grouplens stuff.
18336 (gnus-parse-simple-format): Replace %l with the empty string.
18337
18338 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18339
18340 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18341 omission.
18342
18343 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18344
18345 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18346 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18347
18348 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18349
18350 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18351 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18352 New macros and functions.
18353 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18354 Handle > NLINK_MAX messages.
18355 * nnmaildir.el (nnmaildir-request-set-mark):
18356 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18357
18358 2004-01-25 Alex Schroeder <alex@gnu.org>
18359
18360 * spam-stat.el (spam-stat-process-directory-age): New option.
18361 (spam-stat-process-directory): Use it.
18362
18363 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18364
18365 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18366 (spam-stat-save): Accept prefix argument.
18367
18368 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18369
18370 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18371 links" error.
18372
18373 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18374
18375 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18376 compatibility with old .newsrc.eld files.
18377
18378 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18379
18380 * gnus-start.el (gnus-1): do.
18381
18382 * gnus-group.el (gnus-group-line-format-alist): do.
18383
18384 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18385
18386 * gnus-gl.el: Remove.
18387
18388 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18389
18390 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18391 marks consisting of a single range {for example, (3 . 5)} rather
18392 than a list of a single range { ((3 . 5)) }.
18393
18394 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18395
18396 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18397 Use with-current-buffer.
18398 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18399 avoid consing a string.
18400
18401 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18402 Remove obsolete entries for big5 and gb2312.
18403
18404 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18405
18406 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18407 uncompressed list.
18408
18409 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18410
18411 * spam-stat.el (spam-stat-strip-xref): New function.
18412 (spam-stat-process-directory): Use it.
18413
18414 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18415 here -- it's done in message-fetch-field.
18416
18417 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18418
18419 * gnus-agent.el (gnus-agent-queue-mail)
18420 (gnus-agent-prompt-send-queue): New variables.
18421 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18422 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18423 "nndraft:queue" along to gnus-draft-send.
18424 Use gnus-agent-prompt-send-queue.
18425 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18426 is "nndraft:queue". Suggested by Gaute Strokkenes
18427 <gs234@srcf.ucam.org>
18428
18429 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18430 (agent-enable-undownloaded-faces): Add.
18431 (gnus-agent-cat-groups): Use eval-and-compile, not
18432 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18433 method of gnus-agent-cat-groups even when the buffer has been
18434 evaled.
18435 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18436 delete gnus-agent-save-active-1.
18437 (gnus-agent-save-groups): Delete. Identical to
18438 gnus-agent-save-active.
18439 (gnus-agent-write-active): No longer adjust agent's copy of active
18440 file as agent's adjustments are now stored in their own
18441 file. Remove optional parameter.
18442 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18443 servers. Add use of min/max range limits from server's local
18444 file.
18445 (gnus-agent-save-alist): Remove unused optional argument.
18446 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18447 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18448 (gnus-agent-set-local): A per-server file that keeps min/max range
18449 limits for articles known to the agent. Provides a fast mechanism
18450 for altering many active ranges.
18451 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18452 active file (local makes it unnecessary).
18453 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18454
18455 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18456 (agent-enable-undownloaded-faces): Add.
18457
18458 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18459 disable it when sending to "nndraft:queue".
18460 (gnus-group-send-queue): Add safety check to avoid sending queue
18461 when unplugged.
18462
18463 * gnus-group.el (gnus-group-catchup): Use new
18464 gnus-sequence-of-unread-articles, not
18465 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18466 numbers of articles. Use gnus-range-map to avoid having to
18467 uncompress the unread list.
18468 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18469 Fix invalid ange-ftp reference.
18470
18471 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18472 (gnus-sorted-range-intersection): Intersection of two ranges
18473 without requiring that they first be uncompressed.
18474
18475 * gnus-start.el (gnus-activate-group): Unless blocked by the
18476 caller, possibly expand the active range to include both cached
18477 and agentized articles.
18478 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18479 multiple version-dependent converters.
18480 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18481 gnus-agent-save-active.
18482 (gnus-save-newsrc-file): Save dirty agent range limits.
18483
18484 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18485 gnus-agent-possibly-alter-active.
18486 (gnus-adjust-marked-articles): Faster handling of simple lists
18487
18488 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18489
18490 * spam-stat.el (spam-stat-test-directory): New optional argument
18491 displays a list of files detected. Suggested by Andrew Cohen
18492 <cohen@andy.bu.edu>.
18493 (spam-stat-buffer-words-with-scores): Don't narrow and change
18494 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18495
18496 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18497
18498 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18499 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18500 (spam-spamassassin-arguments)
18501 (spam-spamassassin-spam-flag-header)
18502 (spam-spamassassin-positive-spam-flag-header)
18503 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18504 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18505 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18506 (spam-list-of-processors, spam-list-of-checks)
18507 (spam-list-of-statistical-checks, spam-registration-functions)
18508 (spam-check-spamassassin-headers, spam-check-spamassassin)
18509 (spam-spamassassin-score)
18510 (spam-spamassassin-register-with-sa-learn)
18511 (spam-spamassassin-register-spam-routine)
18512 (spam-spamassassin-register-ham-routine)
18513 (spam-assassin-register-spam-routine)
18514 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18515 (spam-bogofilter-score): Fix to show article before scoring.
18516
18517 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18518
18519 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18520 default scoring function.
18521 (spam-generic-score): Call spam-spamassassin-score if
18522 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18523 spam-bogofilter-score otherwise.
18524
18525 * gnus.el (spam-process, spam-autodetect-methods):
18526 Add spamassassin and spamassassin-headers.
18527
18528 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18529
18530 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18531 Suppress unnecessary messages.
18532
18533 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18534
18535 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18536 make-hash-table.
18537
18538 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18539
18540 * canlock.el (base64-encode-string): Don't autoload it.
18541
18542 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18543
18544 * run-at-time.el: Remove useless (require 'itimer),
18545 eval-and-compile and (featurep 'xemacs).
18546
18547 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18548
18549 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18550 GROUP is a virtual group.
18551
18552 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18553
18554 * gnus.el: Autoload `message-y-or-n-p'.
18555
18556 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18557
18558 * pgg-parse.el: Remove unnecessary (require 'custom).
18559
18560 * pgg-def.el: do.
18561
18562 * nnmail.el: do.
18563
18564 * gnus-undo.el: do.
18565
18566 * gnus-picon.el: do.
18567
18568 * gnus-util.el: do.
18569
18570 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18571
18572 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18573
18574 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18575
18576 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18577 handle, as well as a list.
18578
18579 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18580 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18581 (mm-w3m-cid-retrieve): Simplify.
18582
18583 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18584
18585 * message.el (message-kill-to-signature): Allow prefix arg to
18586 specify number of lines to keep before signature.
18587
18588 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18589
18590 * message.el (message-kill-to-signature): Change docstring.
18591
18592 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18593
18594 * canlock.el: Always require sha1-el.
18595 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18596
18597 * message.el: Autoload sha1 only when compiling.
18598
18599 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18600
18601 * message.el (message-canlock-generate): Require sha1-el.
18602
18603 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18604
18605 * message.el (message-expand-name): Silence the byte compiler.
18606
18607 2004-01-13 Simon Josefsson <jas@extundo.com>
18608
18609 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18610 Invoke gnus-score-mode.
18611 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18612
18613 * gnus-range.el (gnus-compress-sequence): Doc fix.
18614 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18615
18616 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18617
18618 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18619
18620 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18621
18622 * spam.el (spam-get-article-as-string): Update to use
18623 gnus-request-article-this-buffer, much simpler.
18624 (spam-get-article-as-buffer): Remove.
18625
18626 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18627
18628 * message.el (message-expand-name): Use EUDC if the user uses that.
18629
18630 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18631
18632 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18633 character for the encoding to avoid consing a string.
18634
18635 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18636 unnecessarily.
18637
18638 * mm-util.el (mm-replace-chars-in-string): Remove.
18639
18640 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18641 of mm-replace-chars-in-string.
18642
18643 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18644
18645 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18646
18647 * mm-util.el (mm-subst-char-in-string): Support inplace.
18648
18649 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18650 a new string in every iteration. Use shy groups.
18651
18652 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18653
18654 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18655 * gnus-soup.el (gnus-soup-group-brew):
18656 * gnus-msg.el (gnus-put-message):
18657 * gnus-move.el (gnus-group-move-group-to-server):
18658 * gnus-kill.el (gnus-batch-score):
18659 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18660 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18661 (gnus-group-update-group, gnus-group-read-group)
18662 (gnus-group-make-group, gnus-group-make-help-group)
18663 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18664 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18665 (gnus-group-sort-by-unread, gnus-group-catchup)
18666 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18667 (gnus-group-yank-group, gnus-group-set-info)
18668 (gnus-group-list-groups):
18669 * gnus.el (gnus-generate-new-group-name):
18670 * gnus-delay.el (gnus-delay-send-queue):
18671 * nnvirtual.el (nnvirtual-catchup-group):
18672 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18673 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18674 (gnus-group-prepare-topics, gnus-topic-check-topology):
18675 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18676 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18677 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18678 (gnus-group-make-articles-read):
18679 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18680 (gnus-group-change-level, gnus-kill-newsgroup)
18681 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18682 (gnus-get-unread-articles, gnus-make-articles-unread)
18683 (gnus-make-ascending-articles-unread): Use accessor
18684 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18685 to get group information for improved readability.
18686
18687 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18688
18689 * gnus-art.el (article-decode-mime-words, article-babel)
18690 (gnus-article-highlight-signature, gnus-article-add-buttons)
18691 (gnus-signature-toggle): Use gnus-with-article-buffer.
18692
18693 * gnus-art.el (gnus-article-highlight-headers)
18694 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18695
18696 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18697 (gnus-article-set-globals, gnus-request-article-this-buffer)
18698 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18699 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18700 (gnus-mime-display-alternative): Use with-current-buffer.
18701
18702 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18703
18704 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18705 also under 80 char limit, and call gnus-error if needed.
18706 (spam-fetch-article-header): Fix - it was a
18707 buffer-local variable (gnus-newsgroup-data).
18708 (spam-find-spam): Use spam-generate-fake-headers, forget about
18709 spam-insert-fake-headers.
18710 (spam-insert-fake-headers): Remove.
18711
18712 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18713
18714 * deuglify.el (gnus-article-outlook-unwrap-lines)
18715 (gnus-outlook-rearrange-article)
18716 (gnus-outlook-repair-attribution-outlook)
18717 (gnus-outlook-repair-attribution-block)
18718 (gnus-outlook-repair-attribution-other): Remove redundant
18719 save-excursion.
18720
18721 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18722
18723 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18724 (spam-fetch-field-subject-fast)
18725 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18726 (spam-fetch-article-header): Add functions to deal with Gnus
18727 internals for fast retrieval of article header data.
18728 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18729
18730 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18731
18732 * pop3.el (pop3-md5): Remove.
18733 (pop3-apop): Replace pop3-md5 with md5.
18734
18735 * mm-bodies.el: base64 is always built-in.
18736
18737 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18738 Use with-current-buffer.
18739
18740 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18741
18742 * canlock.el (canlock-insert-header): Remove excessive grouping in
18743 regexp.
18744
18745 * gnus-sum.el (gnus-summary-read-document): Ditto.
18746
18747 * gnus-uu.el (gnus-uu-part-number): Ditto.
18748
18749 * html2text.el (html2text-remove-tags): Ditto.
18750 (html2text-format-tags): Ditto.
18751 (html2text-format-single-elements): Ditto.
18752
18753 * mml.el (mml-parse-1): Ditto.
18754
18755 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18756
18757 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18758
18759 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18760
18761 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18762
18763 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18764
18765 2003-11-15 Simon Josefsson <jas@extundo.com>
18766
18767 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18768 (pgg-gpg-lookup-key): Use regexp match instead of
18769 split-string (split-string is different between emacs 21.2 and
18770 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18771
18772 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18773
18774 * gnus-art.el (gnus-mime-view-all-parts)
18775 (gnus-article-part-wrapper, gnus-article-view-part):
18776 Use with-current-buffer.
18777
18778 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18779
18780 * spam.el (spam-disable-spam-split-during-ham-respool)
18781 (spam-spamoracle-database, spam-cache-lookups)
18782 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18783 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18784 (spam-group-ham-marks, spam-group-spam-marks)
18785 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18786 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18787 also add spam-use-blackholes to the statistical checks.
18788 (spam-fetch-field-fast): Add interface to fetching fields, may
18789 become a macro.
18790 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18791 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18792 (spam-insert-fake-headers): Fake an article when needed.
18793 (spam-find-spam): Fake article when possible.
18794 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18795 (spam-check-bogofilter-headers): Use message-fetch-field instead
18796 of nnmail-fetch-field.
18797
18798 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18799
18800 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18801
18802 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18803
18804 * spam.el (spam-split): Do not require spam-use-CHECK to be
18805 enabled if that check is passed to spam-split explicitly; also
18806 fix so 'spam doesn't get converted to spam-split-group when
18807 spam-split-symbolic-return is t.
18808 (spam-find-spam): Find registrations of the article and use those
18809 instead of re-running spam-split to find the spam/ham
18810 classification of the article.
18811 (spam-log-processing-to-registry, spam-log-registered-p)
18812 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18813 Use gnus-error instead of gnus-message.
18814 (spam-log-registration-type): Add function to determine the
18815 classification of a message based on registry entries; will
18816 return nil if both 'spam and 'ham are found.
18817 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18818 a reasonably fast local cache without the loading errors.
18819 (spam-cache-lookups): Set to t by default.
18820 (spam-find-spam): Don't try to guess spam-cache-lookups.
18821 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18822 spam-caches entry.
18823 (spam-filelist-build-cache, spam-filelist-check-cache):
18824 Fix caching of whitelist/blacklist entries.
18825 (spam-check-whitelist, spam-check-blacklist):
18826 Invoke spam-from-listed-p with a type, not a cache variable.
18827 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18828
18829 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18830
18831 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18832
18833 * nnmail.el (nnmail-split-fancy): do.
18834
18835 * mml.el (mml-parse): do.
18836
18837 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18838 (gnus-score-adaptive): do.
18839
18840 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18841
18842 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18843 (gnus-mime-button-map): Don't set keymap parent.
18844 (gnus-button-ctan-directory-regexp): Use shy grouping.
18845 (gnus-prev-page-map): Don't set keymap parent.
18846 (gnus-prev-page-map): Remove duplicated one.
18847 (gnus-next-page-map): Don't set keymap parent.
18848 (gnus-mime-security-button-map): Ditto.
18849
18850 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18851 version number.
18852
18853 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18854
18855 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18856
18857 * canlock.el (canlock-sha1-function): Remove.
18858 (canlock-sha1-function-for-verify): Remove.
18859 (canlock-openssl-program): Remove.
18860 (canlock-openssl-args): Remove.
18861 (canlock-ignore-errors): Remove.
18862 (canlock-sha1-with-openssl): Remove.
18863 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18864 (canlock-verify): Don't use canlock-ignore-errors.
18865
18866 * sha1-el.el (sha1-string-external): Make it can return a string
18867 in binary form.
18868 (sha1-region-external): Ditto.
18869 (sha1-string-internal): Ditto.
18870 (sha1-region-internal): Ditto.
18871 (sha1-region): Ditto.
18872 (sha1-string): Ditto.
18873 (sha1): Ditto.
18874
18875 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18876
18877 * spam.el (spam-report-articles-gmane): New command.
18878
18879 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18880
18881 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18882
18883 * run-at-time.el (run-at-time-saved): Remove.
18884 (run-at-time): Doc fix.
18885
18886 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18887
18888 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18889 (gnus-summary-limit-map): Add it.
18890 (gnus-summary-make-menu-bar): do.
18891
18892 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18893
18894 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18895 Make attempt at some caching support (done for BBDB only now).
18896 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18897 addresses to be checked.
18898 (spam-clear-cache-BBDB): Add function, to be invoked by
18899 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18900 (spam-check-BBDB): Check and use the caches, if
18901 spam-cache-lookups is on, remove superfluous (provide).
18902
18903 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18904
18905 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18906
18907 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18908
18909 * run-at-time.el (run-at-time-saved): Move to after the definition
18910 of `run-at-time'.
18911
18912 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18913
18914 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18915 mm-w3m-local-map-property.
18916
18917 * mm-view.el (mm-w3m-mode-map): Remove.
18918 (mm-w3m-local-map-property): Remove.
18919 (mm-inline-text-html-render-with-w3m): Don't use
18920 mm-w3m-local-map-property.
18921
18922 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18923
18924 * run-at-time.el: New file.
18925
18926 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18927 of gnus-set-text-properties.
18928
18929 * gnus-uu.el (gnus-uu-save-article): Ditto.
18930
18931 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18932
18933 * gnus-cite.el (gnus-cite-parse): Ditto.
18934
18935 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18936 of gnus-.
18937
18938 * gnus.el: Change calls to nnheader-run-at-time and
18939 password-run-at-time throughout to use run-at-time directly.
18940
18941 * password.el: Remove definition of run-at-time.
18942
18943 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18944
18945 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18946 in prompt.
18947
18948 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18949
18950 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18951 XEmacs version.
18952
18953 * dns.el (dns-make-network-process): Use `open-network-stream'
18954 instead of `gnus-xmas-open-network-stream'.
18955
18956 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18957
18958 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18959
18960 * gnus-art.el (gnus-mime-display-alternative)
18961 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18962 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18963 Don't use gnus-local-map-property.
18964
18965 * gnus-util.el (gnus-local-map-property): Remove.
18966
18967 * mm-view.el (mm-view-pkcs7-decrypt):
18968 Replace gnus-completing-read-maybe-default with completing-read.
18969
18970 * gnus-util.el (gnus-completing-read): do.
18971 (gnus-completing-read-maybe-default): Remove.
18972
18973 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18974
18975 * password.el: Only autoload `run-at-time' if not XEmacs.
18976 Only autoload the itimer functions if XEmacs.
18977
18978 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18979
18980 * gnus-art.el (gnus-read-string): Remove.
18981 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18982 read-string.
18983
18984 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18985
18986 * netrc.el: Autoload password-read.
18987 (netrc): Add configuration group.
18988 (netrc-encoding-method, netrc-openssl-path):
18989 Add variables for encoding and decoding of files with symmetric
18990 ciphers.
18991 (netrc-encode): Add assistant function to encode a file with
18992 netrc-encoding-method.
18993 (netrc-parse): Add interactive parameter, added optional
18994 decoding if netrc-encoding-method is non-nil but otherwise
18995 behavior is standard.
18996 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18997 Do s/encode/encrypt/ everywhere.
18998
18999 * spam.el: Remove executable-find autoload.
19000
19001 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19002
19003 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19004
19005 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19006
19007 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
19008
19009 * gnus-art.el (gnus-treat-ansi-sequences)
19010 (article-treat-ansi-sequences): New variable and function.
19011 Suggested by Dan Jacobson <jidanni@jidanni.org>.
19012
19013 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19014 Use it.
19015
19016 2004-01-05 Jesper Harder <harder@ifa.au.dk>
19017
19018 * mm-util.el (mm-quote-arg): Remove.
19019
19020 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19021 shell-quote-argument.
19022
19023 * gnus-uu.el (gnus-uu-command): do.
19024
19025 * gnus-sum.el (gnus-summary-insert-pseudos): do.
19026
19027 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19028 with make-char.
19029
19030 * mm-util.el (mm-make-char): Remove.
19031
19032 * mml.el (mml-mode): Replace gnus-add-minor-mode with
19033 add-minor-mode.
19034
19035 * gnus-undo.el (gnus-undo-mode): do.
19036
19037 * gnus-topic.el (gnus-topic-mode): do.
19038
19039 * gnus-sum.el (gnus-dead-summary-mode): do.
19040
19041 * gnus-start.el (gnus-slave-mode): do.
19042
19043 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19044
19045 * gnus-ml.el (gnus-mailing-list-mode): do.
19046
19047 * gnus-gl.el (gnus-grouplens-mode): do.
19048
19049 * gnus-draft.el (gnus-draft-mode): do.
19050
19051 * gnus-dired.el (gnus-dired-mode): do.
19052
19053 * gnus-ems.el (gnus-add-minor-mode): Remove.
19054
19055 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19056 Replace gnus-char-width with char-width.
19057
19058 * gnus-ems.el (gnus-char-width): Remove.
19059
19060 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19061 Replace gnus-char-width with char-width.
19062
19063 * gnus-ems.el (gnus-char-width): Remove.
19064
19065 * spam-stat.el (with-syntax-table): Remove with-syntax-table
19066 definition.
19067 Remove Emacs 20 hash table compatibility code.
19068
19069 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19070 20 compatibility code.
19071
19072 * spam.el (spam-point-at-eol): Replace with point-at-eol.
19073
19074 * smime.el (smime-point-at-eol): Replace with point-at-eol.
19075
19076 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19077 Replace with point-at-{eol,bol}.
19078
19079 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19080
19081 * imap.el (imap-point-at-eol): Replace with point-at-eol.
19082
19083 * flow-fill.el (fill-flowed-point-at-bol)
19084 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19085
19086 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19087 Replace with point-at-{eol,bol} throughout all files.
19088
19089 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
19090
19091 * ntlm.el (ntlm-string-as-unibyte): New macro.
19092 (ntlm-build-auth-response): Use it.
19093
19094 Remove Emacs 20 stuff:
19095 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19096 of delq and copy-sequence.
19097 * gnus-art.el (popup-menu): Remove the compiler macro.
19098 * nnmail.el (nnmail-split-fancy): Don't support customizing with
19099 Emacs 20.
19100
19101 2004-01-05 Simon Josefsson <jas@extundo.com>
19102
19103 * ntlm.el: Fix namespace. Change smb-passwd-hash into
19104 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19105 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19106 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19107 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19108 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19109 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19110 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19111 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19112 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19113 ntlm-string-permute, string-lshift into ntlm-string-lshift,
19114 string-xor into ntlm-string-xor.
19115 Suggested by Jesper Harder <harder@myrealbox.com>.
19116
19117 * ntlm.el: Don't include poem.
19118
19119 * md4.el (print-int32, print-string-hexa): Remove.
19120 Suggested by Jesper Harder <harder@myrealbox.com>.
19121
19122 * sasl-ntlm.el, ntlm.el, md4.el: New files.
19123
19124 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
19125 probably breaks emacs with DL patch, but do we care? Is anyone
19126 still using the DL stuff?)
19127
19128 * sieve-manage.el: Use the password package.
19129 (sieve-manage-read-passwd): Remove.
19130 (sieve-manage-interactive-login): Use password. Re-add
19131 condition-case around loop.
19132
19133 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19134 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19135 Use the password package.
19136
19137 2003-02-19 Simon Josefsson <jas@extundo.com>
19138
19139 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19140 token.
19141
19142 2002-08-07 Simon Josefsson <jas@extundo.com>
19143
19144 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19145 (sieve-manage-authenticators):
19146 (sieve-manage-authenticator-alist): Add some SASL mechs.
19147 (sieve-sasl-auth): New function.
19148 (sieve-manage-cram-md5-auth):
19149 (sieve-manage-plain-auth): Rewrite using SASL library.
19150 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19151 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19152 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19153 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19154
19155 2004-01-05 Simon Josefsson <jas@extundo.com>
19156
19157 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19158 New files.
19159
19160 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19161
19162 * gnus-group.el (gnus-no-groups-message): Update.
19163
19164 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19165
19166 2003-11-09 Simon Josefsson <jas@extundo.com>
19167
19168 * imap.el: Support for ID IMAP extension (RFC 2971).
19169 (imap-local-variables): Add imap-id.
19170 (imap-id): New variable.
19171 (imap-id): New function.
19172 (imap-parse-response): Parse untagged ID response.
19173 * nnimap.el (nnimap-id): New variable.
19174 (nnimap-open-connection): Use it.
19175
19176 2003-12-28 Simon Josefsson <jas@extundo.com>
19177
19178 * gnus-score.el (gnus-score-edit-all-score): New.
19179 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19180
19181 2004-01-04 Simon Josefsson <jas@extundo.com>
19182
19183 * password.el: Add.
19184
19185 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19186
19187 * dns.el (dns-query-types): Fix typo.
19188 (dns-query-types): New function.
19189 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19190 PTR and SOA replies, see RFC 1035.
19191
19192 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19193
19194 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19195
19196 * Move to Changelog.2.
19197
19198 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19199
19200 * gnus.el (gnus-version-number): Bump version.
19201
19202 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19203
19204 * gnus.el: No Gnus v0.1 is released.
19205
19206 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19207
19208 * gnus.el: No Gnus v0.0 is released.
19209
19210 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19211
19212 * gnus.el (gnus-version-number): Bump.
19213 (gnus-version): No.
19214
19215 See ChangeLog.2 for earlier changes.
19216
19217 Copyright (C) 2004-2011
19218 Free Software Foundation, Inc.
19219
19220 This file is part of GNU Emacs.
19221
19222 GNU Emacs is free software: you can redistribute it and/or modify
19223 it under the terms of the GNU General Public License as published by
19224 the Free Software Foundation, either version 3 of the License, or
19225 (at your option) any later version.
19226
19227 GNU Emacs is distributed in the hope that it will be useful,
19228 but WITHOUT ANY WARRANTY; without even the implied warranty of
19229 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19230 GNU General Public License for more details.
19231
19232 You should have received a copy of the GNU General Public License
19233 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19234
19235 ;; Local Variables:
19236 ;; coding: utf-8
19237 ;; fill-column: 79
19238 ;; add-log-time-zone-rule: t
19239 ;; End: