Refill some copyright headers.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-01-15 Glenn Morris <rgm@gnu.org>
2
3 * message.el (message-mail): A compose-mail function should
4 accept headers as strings.
5
6 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
7
8 * message.el (message-tool-bar-gnome): Tweak tool-bar items. Add
9 :vert-only tags.
10 (message-mail): New arg RETURN-ACTION.
11 (message-return-action): New var.
12 (message-bury): Use it.
13 (message-mode): Make it buffer-local.
14 (message-send-and-exit): Always call message-bury.
15
16 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
17 message-mail.
18
19 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
20
21 * nnimap.el (nnimap-convert-partial-article): Protect against
22 zero-length body parts.
23
24 * mm-decode.el (mm-preferred-alternative-precedence): Discourage
25 showing empty parts.
26
27 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
28 and stuff if the backend didn't return the article number. This fixes
29 an Exchange-related nnimap bug.
30
31 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
32 group window, because it does the wrong thing when a separate frame
33 displays the group buffer.
34
35 * proto-stream.el (open-protocol-stream): Protect against the low-level
36 transport functions returning nil.
37
38 2011-01-07 Daiki Ueno <ueno@unixuser.org>
39
40 * mml2015.el (epg-sub-key-fingerprint): Autoload.
41 (mml2015-epg-find-usable-secret-key): New function.
42 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
43 mml2015-epg-find-usable-key (Bug#7797).
44 (mml2015-epg-encrypt): Ditto.
45
46 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
47
48 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
49
50 2011-01-03 Glenn Morris <rgm@gnu.org>
51
52 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
53
54 * sieve.el (sieve-open-server): Give a more explicit error if
55 sieve-manage-open returns nil. (Bug#7720)
56
57 2011-01-02 Karl Fogel <kfogel@red-bean.com>
58
59 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
60
61 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
62
63 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
64 This avoids sending passwords in plain text over non-encrypted
65 channels.
66
67 * shr.el (shr-rescale-image): Display all GIF images as animated images.
68
69 * nnimap.el (nnimap-login): Refactored out into own function, and
70 implement CRAM-MD5.
71 (nnimap-wait-for-line): Refactored out.
72
73 * mm-view.el (mml-smime): Require.
74
75 2010-12-20 David Engster <deng@eml.cc>
76
77 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
78 use EPG to decrypt S/MIME messages instead of openssl.
79
80 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
81
82 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
83
84 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
85 status is the group clearly is unreachable.
86
87 * auth-source.el (auth-source-create): Add the optional second
88 parameter to `local-variable-p' to be compatible with XEmacs.
89
90 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
91
92 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
93 work when using a compressed nnml folder.
94
95 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
96
97 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
98 backends after sanitising on entry, because this never makes sense:
99 If the articles have gone missing, then the data no longer exists on
100 the backend, and if they haven't, then Gnus is wrong, and shouldn't
101 overwrite anything anyway.
102
103 * shr.el (shr-insert-document): Bind shr-width dynamically to
104 window-width if it's nil.
105
106 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
107
108 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
109 with the meaning of using the full emacs window width for rendering.
110
111 2010-12-27 Daiki Ueno <ueno@unixuser.org>
112
113 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
114 case when sender is not given.
115
116 2010-12-23 Julien Danjou <julien@danjou.info>
117
118 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
119 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
120 the addresses, otherwise we might misplaced the gravatar.
121
122 2010-12-21 Daiki Ueno <ueno@unixuser.org>
123
124 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
125 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
126 obsolete in Emacs.
127
128 2010-12-20 Julien Danjou <julien@danjou.info>
129
130 * gnus-util.el (gnus-rescale-image): Revert last change.
131
132 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
133
134 * gnus-group.el (gnus-group-delete-articles): New command.
135
136 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
137
138 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
139
140 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
141
142 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
143 here, since it's up to the backends to do CRLF removal if their
144 protocol has it.
145
146 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
147
148 2010-12-17 Julien Danjou <julien@danjou.info>
149
150 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
151 they are from file. Can also scale up.
152
153 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
154
155 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
156 gnus-use-agent.
157 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
158
159 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
160
161 2010-12-17 Julien Danjou <julien@danjou.info>
162
163 * gravatar.el (gravatar-retrieve-synchronously): New function.
164 (gravatar-get-data): Make more robust.
165
166 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
167
168 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
169 to really consider the last line.
170
171 2010-12-16 Daiki Ueno <ueno@unixuser.org>
172
173 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
174 list of recipient keys, or use symmetric encryption if not a list.
175 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
176 EPA override, replacing the call to `netrc-store-data'.
177
178 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
179
180 * gnus-srvr.el: Avoid passing nil regexp argument to
181 delete-matching-lines.
182
183 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
184
185 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
186 fetching stops when Gnus exits.
187
188 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
189 function.
190 (nnfolder-request-expire-articles): Save all the buffers after doing
191 expiry.
192
193 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
194 the last article", since that led to serious performance regressions
195 when expiring nnml groups.
196
197 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
198
199 * nnir.el: Improve customizations.
200
201 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
202
203 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
204
205 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
206 group has been killed.
207 (gnus-group-yank-group): Ditto.
208
209 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
210
211 * nnimap.el (nnimap-request-update-group-status): New function.
212
213 * gnus-int.el (gnus-request-update-group-status): New interface
214 function.
215
216 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
217 copying read-ness to the backends.
218
219 * nnimap.el (nnimap-quirk): New function.
220 (nnimap-retrieve-group-data-early): Use it.
221 (nnimap-quirks): New alist.
222
223 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
224
225 * shr.el (shr-insert): Set shr-start after deleting trailing space;
226 don't delete it within indentation.
227
228 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
229
230 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
231 previous line.
232
233 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
234
235 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
236 QRESYNC command by deleting a superfluous space which broke Cyrus
237 servers. This change will break other servers that are buggy the other
238 way around.
239
240 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
241
242 * spam.el: Reindent and fix long lines.
243 (spam-copy-or-move-routine): Exclude invalid move destinations.
244
245 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
246
247 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
248 installed the registry.
249
250 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
251
252 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
253 groupname doesn't contain "gmane".
254
255 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
256
257 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
258 (gnus-1): Don't create the nndrafts group twice.
259 (gnus-setup-news): There's no need to read the active file here, since
260 that's done again later on a per-backend basis.
261 (gnus-start-draft-setup): Make sure that the new group is started out
262 empty.
263
264 * gnus-agent.el (gnus-agentize): Don't create the queue group
265 automatically on startup. It'll be created later, if needed.
266
267 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
268 of automatically subscribed groups.
269 (gnus-auto-subscribed-categories): New variable.
270 (gnus-matches-options-n): Use it.
271 (gnus-default-subscribed-newsgroups): Remove unused variable.
272 (gnus-start-draft-setup): Message a bit less.
273
274 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
275
276 * nnir.el (nnir-run-imap): Return article list in order of increasing
277 UID.
278
279 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
280
281 * gnus-sum.el (gnus-summary-enter-digest-group): Mention
282 gnus-auto-select-on-ephemeral-exit.
283
284 * proto-stream.el (proto-stream-open-network-only): Fix the calling
285 convention of the network-only option.
286
287 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
288
289 * proto-stream.el (proto-stream-open-network-only): New function to
290 have a way to specify non-STARTTLS upgrade connections.
291
292 2010-12-10 Julien Danjou <julien@danjou.info>
293
294 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
295 email address is nil.
296
297 * message.el (message-bogus-recipient-p): Set address to "" if nil.
298
299 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
300
301 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
302 deletion.
303 (nnir-run-imap): Only need to parse list once.
304
305 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
306
307 * shr.el (shr-tag-script): Ignore <script>.
308 (shr-tag-label): Add <label> support.
309
310 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
311
312 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
313
314 * shr.el (shr-image-displayer): Work for images lined side by side.
315
316 2010-12-08 Robert Pluim <rpluim@gmail.com>
317
318 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
319 parameter, since XEmacs doesn't accept t as a parameter.
320
321 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
322
323 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
324 ids.
325 (nnir-run-gmane): Simplify groupspec formatting.
326 (nnir-request-expire-articles): New function.
327
328 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
329
330 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
331 overflow, possibly.
332
333 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
334 (shr-render-td): Handle td style="" better.
335 (shr-tag-table): Use the color from the style sheet.
336 (shr-render-td): Make sure we copy over all the overlays, too.
337
338 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
339
340 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
341 (nnir-request-article): Improve article retrieval.
342
343 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
344
345 * mm-util.el (mm-extra-numeric-entities): New variable.
346
347 * mm-url.el (mm-url-decode-entities):
348 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
349
350 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * message.el: Use completion-at-point.
353 (message-completion-function): New fun, extracted from message-tab.
354 (message-mode): Use it for completion-at-point-functions.
355 (message-tab): Use it and completion-at-point.
356
357 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
358
359 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
360 character if a non-breakable character follows.
361
362 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
363
364 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
365 any stream.
366
367 * shr.el (shr-tag-font): Colorize the region.
368 (shr-tag-body): Ditto.
369 (shr-tag-font): Actually let the styles be inherited instead of
370 overwriting them.
371 (shr-tag-font): Get the background color right.
372 (shr-tag-style): Ignore all <style> tags for the moment.
373
374 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
375 a Message-ID to avoid having nnimap depend on gnus-sum.
376
377 * shr.el (shr-descend): Only colorize something if we have a node that
378 sets colors.
379
380 2010-12-06 Julien Danjou <julien@danjou.info>
381
382 * shr.el (shr-render-td): Render td content with shr-descend, so style
383 will be applied to <td> too.
384 (shr-colorize-region): Colorize region even if we only have a background.
385 (shr-tag-body): Fix color and background color inheritance.
386 Do not recolorize after shr-generic.
387 (shr-tag-font): Let shr-generic colorize via inheritance.
388
389 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
390
391 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
392
393 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
394
395 * nnir.el (nnir-request-move-article): Remove obsolete code.
396
397 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
398
399 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
400
401 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
402
403 * gnus-sum.el (gnus-summary-respool-article): The completion function
404 expects a list instead of an alist.
405
406 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
407 string as the parameter.
408
409 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
410
411 * shr.el (shr-stylesheet): New dynamic variable for cascading the
412 styles.
413 (shr-colorize-region): New function.
414 (shr-insert-background-overlay): Remove.
415 (shr-render-td): Background setting should be taken care of on a higher
416 level.
417 (shr-tag-body): Use post-hoc colorizations.
418 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
419 (shr-put-color-1): Don't overwrite old colors.
420 (shr-colorize-region): When the background color isn't explicit, use
421 a fixed background.
422
423 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
424 nnmail variables.
425
426 2010-12-05 Bjørn Mork <bjorn@mork.no>
427
428 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
429 unless necessary.
430
431 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
432
433 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
434 server.
435
436 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
437
438 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
439 so that TAB works.
440
441 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
442 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
443
444 * shr.el (shr-urlify): Show the URL before the title to avoid
445 misleading URLs.
446
447 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
448
449 * shr.el (shr-urlify): Display the title in <a> tags.
450
451 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
452
453 * nnir.el (nnir-categorize): Replace mapcar with mapc.
454
455 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
456
457 * nnir.el: Rearrange code to allow macros to be autoloaded by
458 gnus-sum.el.
459 (nnir-retrieve-headers-override-function): Make this variable
460 customizable.
461 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
462
463 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
464 from nnir.el.
465
466 2010-12-03 Julien Danjou <julien@danjou.info>
467
468 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
469
470 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
471
472 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
473 allow optional argument `environment'.
474
475 2010-12-03 Glenn Morris <rgm@gnu.org>
476
477 * mm-extern.el (message-goto-body): Update declaration.
478
479 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
480
481 * gnus-util.el (gnus-macroexpand-all): New function.
482
483 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
484 instead of macroexpand-all that is unavailable in XEmacs.
485
486 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
487
488 * nnir.el (nnir-summary-line-format): New variable.
489 (nnir-mode): Use it.
490 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
491 (nnir-article-ids): Reimplement as defsubst.
492 (nnir-retrieve-headers): Don't mangle the subject header.
493 (nnir-run-imap): Use 100 as RSV score.
494 (nnir-run-find-grep): Fix for full server searching.
495 (nnir-run-gmane): Better restriction to gmane groups.
496
497 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
498 summary buffers.
499
500 2010-12-02 Julien Danjou <julien@danjou.info>
501
502 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
503
504 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
505
506 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
507 support.
508
509 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
510
511 * nnir.el: Update to handle the registry better.
512 (autoload): Silence byte-compiler.
513 (nnir-open-server): Add a hook for nnir groups.
514 (nnir-request-move-article): Don't mangle the header. Better to use
515 formating variables (which will be added in the future).
516 (nnir-registry-action): Update the registry using the original article
517 group name.
518 (nnir-mode): Install nnir-specific hooks for updating the registry.
519
520 * gnus-sum.el
521 (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
522 obsolete variables.
523 (gnus-summary-move-article): Remove use of obsolete variables.
524 (gnus-summary-local-variables): Make move and delete hooks local to
525 summary buffers.
526
527 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
528
529 * rtree.el: New file.
530
531 2010-12-01 Julien Danjou <julien@danjou.info>
532
533 * message.el (message-user-organization): Do not use
534 gnus-local-organization.
535
536 * gnus.el: Remove gnus-local-organization.
537
538 * gnus-msg.el: Remove nastygram thing.
539
540 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
541
542 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
543 funcall.
544
545 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
546
547 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
548 names.
549
550 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
551 characters.
552
553 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
554 to t of inhibit-read-only since it is inside gnus-with-article-headers.
555 Suggested by Štěpán Němec <stepnem@gmail.com>.
556 (gnus-gravatar-transform-address): Use mail-extract-address-components
557 that supports non-ASCII names rather than mail-header-parse-addresses.
558
559 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
560
561 * proto-stream.el (open-protocol-stream): All starttls connections are
562 handled by the network handler.
563
564 2010-11-30 Julien Danjou <julien@danjou.info>
565
566 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
567 (nnimap-open-connection-1): Fix PREAUTH.
568
569 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
570
571 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
572
573 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
574 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
575 (shr-insert): Use them.
576 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
577
578 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
579
580 * nnir.el (nnir-request-move-article): Bail out if original group
581 doesn't support article moves.
582 (nnir-get-active): Improve active list retrieval.
583
584 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
585
586 * shr.el (shr-find-fill-point): Don't break before apostrophes.
587
588 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
589
590 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
591 seem to accept strings-with-numbers as port numbers,
592
593 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
594
595 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
596 change the registry.
597
598 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
599
600 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
601 delete-dups that is not available in XEmacs 21.4.
602
603 * mm-util.el (mm-delete-duplicates): Add comment.
604
605 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
606
607 * nnir.el (nnir-ignored-newsgroups): New variable.
608 (nnir-get-active): Use it.
609
610 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * proto-stream.el (proto-stream-open-network): Add some comments.
613
614 * nntp.el (nntp-open-connection): Provide a :success condition.
615
616 * nnimap.el (nnimap-open-connection-1): Ditto.
617
618 * proto-stream.el (proto-stream-open-network): See what the response to
619 the STARTTLS command is.
620
621 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
622 backwards compatibility).
623 (nnimap-open-connection-1): Really respect nnimap-server-port.
624
625 * proto-stream.el (proto-stream-open-network): When doing opportunistic
626 TLS upgrades we don't really care about the identity of the peer.
627 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
628 that what we've checked for.
629 (proto-stream-always-use-starttls): Only default to t if
630 open-gnutls-stream exists.
631 (proto-stream-open-network): If STARTTLS failed, then just open a
632 normal connection.
633 (proto-stream-open-network): Wait until the greeting before doing
634 STARTTLS.
635
636 * nntp.el (nntp-open-connection): Report what the connection error is.
637
638 * proto-stream.el (open-protocol-stream): Renamed from
639 open-proto-stream.
640
641 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
642
643 * nnimap.el (nnimap-stream): Change default to `undecided'.
644 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
645 first, and then network.
646 (nnimap-open-connection-1): Respect nnimap-server-port.
647 (nnimap-open-connection): Be more backwards-compatible.
648
649 * proto-stream.el (proto-stream-always-use-starttls): New variable.
650 (proto-stream-open-starttls): De-duplicate the starttls code.
651 (proto-stream-open-starttls): Folded back into the main function.
652 (proto-stream-open-network): Fix typo in the gnutls path.
653 (proto-stream-command): Refactor out.
654
655 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
656
657 * proto-stream.el (proto-stream-open-starttls): Actually implement the
658 starttls.el STARTTLS.
659
660 * color.el (color-lab->srgb): Fix function call name.
661
662 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
663 if we're using tls.el.
664 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
665 built in, then don't try to establish a STARTTLS connection.
666
667 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
668 servers.
669
670 * proto-stream.el (open-proto-stream): Use network, not stream.
671 (open-proto-stream): Add a way to specify what the end of a command is.
672
673 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
674 connections types.
675 (nntp-open-network-stream): Remove.
676 (nntp-open-ssl-stream): Remove.
677 (nntp-open-tls-stream): Remove.
678 (nntp-ssl-program): Remove.
679
680 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
681
682 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
683
684 * nnir.el: Fix typos.
685 (nnir-retrieve-headers-override-function): Rename variable to reflect
686 new semantics.
687 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
688 macros.
689 (nnir-request-article, nnir-request-move-article): Use them.
690 (nnir-categorize): New function.
691 (nnir-run-query): Use it.
692 (nnir-retrieve-headers): Rewrite to batch header retrieval.
693 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
694 sorted.
695 (nnir-group-full-name): Use gnus-group-full-name instead.
696 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
697 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
698
699 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
700
701 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
702
703 * proto-stream.el: New library to provide protocol-specific
704 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
705 protocols.
706 (open-proto-stream): Complete the documentation.
707 (proto-stream-open-network): Fix some typos.
708
709 * nnimap.el (nnimap-open-connection): Use it.
710
711 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
712
713 * pop3.el (pop3-open-server): Read server greeting before starting TLS
714 negotiation.
715
716 2010-11-26 Julien Danjou <julien@danjou.info>
717
718 * color.el: Rename various rgb functions to srgb.
719
720 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
721
722 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
723 names.
724
725 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
726
727 * shr.el (shr-insert): Revert last change.
728 (shr-find-fill-point): Never leave point being at bol;
729 relax the kinsoku limitation when rendering tables.
730
731 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
732
733 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
734 results from -accept-article.
735
736 * shr-color.el: Require cl when compiling.
737
738 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
739 checkin.
740
741 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
742
743 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
744
745 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
746 'add and 'delete to set backend marks.
747
748 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
749
750 * nnheader.el (nnheader-update-marks-actions): Refactor out.
751
752 * nntp.el (nntp-request-set-mark): Use it.
753
754 * nnfolder.el (nnfolder-request-set-mark): Ditto.
755
756 * nnml.el (nnml-request-set-mark): Ditto.
757
758 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
759 introduces regressions in article selection.
760 (nnimap-find-uid-response): New function.
761 (nnimap-request-accept-article): Use the UID returned, if any.
762 (nnimap-request-move-article): Use the UID returned, if any.
763 (nnimap-get-groups): Reimplement to work with folded lines.
764 (nnimap-find-uid-response): The UID is the last element in the list.
765 (nnimap-request-set-mark): Extend syntax with 'set.
766
767 * nnml.el (nnml-request-set-mark): Ditto.
768
769 * nnfolder.el (nnfolder-request-set-mark): Ditto.
770
771 * nntp.el (nntp-request-set-mark): Ditto.
772
773 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * message.el (message-called-interactively-p): A temporary macro.
776 (message-goto-body): Use it temporarily.
777
778 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
779
780 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
781 (nnimap-last-response-string): Unfold quoted lines, if they exist.
782 (nnimap-last-response-string): Fix last unfolding fix.
783
784 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
785
786 * shr.el (shr-insert): Fix the way to fold lines.
787
788 2010-11-25 Julien Danjou <julien@danjou.info>
789
790 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
791
792 * color.el: Rename from color-lab.el
793 (color-rgb->hex): Add.
794 (color-complement): Add.
795 (color-complement-hex): Add.
796
797 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
798
799 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
800
801 * shr-color.el (shr-color-visible): Don't bug out if the colour names
802 don't exist.
803
804 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
805
806 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
807 assuming that article displaying or another mml-preview may be
808 interrupted for an error or for the like.
809
810 * shr.el (shr-get-background): Fix argument name.
811
812 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
815
816 * gnus-sum.el (gnus-summary-include-articles): New function.
817
818 * message.el (message-goto-body): called-interactively-p needs a
819 parameter, so use `any'.
820
821 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
822 clear marks before moving, since they're synced from the Gnus side
823 first.
824
825 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
826 (gnus-summary-move-article): Copy over all marks before moving, so that
827 IMAP doesn't think a new article has arrived.
828
829 2010-11-24 Julien Danjou <julien@danjou.info>
830
831 * shr.el (shr-insert-background-overlay): Fix typo.
832 (shr-render-td): Copy the background before rendering.
833
834 * shr-color.el (shr-color-visible): Fix docstring.
835
836 * shr.el (shr-tag-table): Add bgcolor support.
837 (shr-render-td): Add bgcolor support.
838 (shr-get-background): Add.
839 (shr-insert-foreground-overlay): Use shr-get-background.
840
841 * message.el (message-goto-body): Use called-interactively-p.
842 (message-in-body-p): message-goto-body returns point.
843
844 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
845
846 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
847 Fixes something or other in Emacs 23, and is backwards compatible.
848
849 * message.el (message-goto-body): Remove the <#secure special-casing,
850 which is too special.
851
852 * shr.el (shr-parse-style): Drop !important from styles.
853
854 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
855
856 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
857 this function to return incorrect results when calling it with an
858 explicit article argument different from
859 (gnus-summary-article-number).
860
861 2010-11-24 Julien Danjou <julien@danjou.info>
862
863 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
864 (shr-tag-body): Add background support.
865 (shr-descend): Add background support.
866 (shr-tag-title): Add.
867
868 * shr-color.el (shr-color-visible): Really return original background
869 if fixed.
870
871 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * shr.el (shr-color-check): Protect against non-existant colour names.
874
875 2010-11-24 Julien Danjou <julien@danjou.info>
876
877 * color-lab.el: Require 'cl when compiling.
878
879 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
880
881 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
882 matched part.
883
884 * color-lab.el: Fix all expt calls to use float type.
885
886 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
887
888 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
889 expression to shr-color-check as is.
890
891 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
892
893 * color-lab.el: Add coding cookie.
894 (float-pi): Use eval-and-compile.
895
896 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * shr.el (shr-insert-color-overlay): Split stuff like
899 "#444444 !important" to find the real colour.
900 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
901 parse <font color="red"> entries.
902
903 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
904
905 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
906 point when parsing headers.
907
908 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
909 is positioned properly when parsing headers.
910
911 2010-11-23 Julien Danjou <julien@danjou.info>
912
913 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
914
915 * shr-color.el (shr-color->hexadecimal): Add support for color names.
916
917 * shr.el (shr-parse-style): Replace \n with space in style parsing.
918
919 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
920 shr-color-hue-to-rgb.
921 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
922
923 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
924
925 * shr.el (shr-color->hexadecimal): Autoload.
926 (shr-descend): Add color to all tags.
927
928 2010-11-22 Julien Danjou <julien@danjou.info>
929
930 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
931 shr-color->hexadecimal.
932
933 * shr-color.el (shr-color->hexadecimal): Add converting functions for
934 RGB() or HSL() color representation.
935
936 * shr.el (shr-tag-font): Add.
937 (shr-tag-color-check): New function to get better colors.
938 (shr-tag-insert-color-overlay): Factorize code between tag-font and
939 tag-span.
940
941 * shr-color.el: New file.
942
943 * color-lab.el: New file.
944
945 * gnus-art.el (gnus-url-mailto): Do not downcase args.
946
947 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
948
949 * nnir.el: Fix typo in comments.
950 (nnir-run-imap): Simplify code. No need to reverse artlist.
951 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
952
953 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
954
955 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
956
957 * nnimap.el (nnimap-get-capabilities): Refactor out.
958 (nnimap-open-connection): Re-request capabilities after STARTTLS.
959
960 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
961
962 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
963 appearing when `mm-uu-hide-markers' is nil.
964
965 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
966
967 * nnimap.el (nnimap-unselect-group): Make into its own function.
968 (nnimap-request-rename-group): Unselect group before renaming.
969 This had gotten lost somewhere.
970 (nnimap-request-accept-article): Keep track of examined groups, and
971 unselect the group before APPENDing to read-only groups.
972 (nnimap-request-move-article): Clear flags before moving so that they
973 can be re-set later.
974
975 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
976
977 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
978 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
979
980 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
981
982 * gnus-art.el (gnus-mime-display-single)
983 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
984 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
985 parameter.
986
987 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
988
989 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
990 (shr-table-vertical-line): New variable.
991 (shr-insert-table): Use it.
992
993 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
994
995 * gnus-html.el (gnus-html-wash-images): Don't display images if
996 gnus-inhibit-images is non-nil; register displayer for cid images.
997 (gnus-html-display-image): Work for cid image.
998 (gnus-html-insert-image): Allow arguments.
999 (gnus-html-put-image): Inhibit read-only.
1000 (gnus-html-prefetch-images): Don't prefetch images if
1001 gnus-inhibit-images is non-nil.
1002
1003 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1004
1005 * shr.el (shr-put-image): Break lines when inserting big pictures.
1006
1007 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1008
1009 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1010 sender, thanks Katsumi Yamaoka.
1011
1012 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1013
1014 * nnir.el (nnir-run-imap): Reverse the article list for each group
1015 rather than the whole list.
1016
1017 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1018
1019 * shr.el (shr-image-displayer): Protect function against non-existent
1020 image source.
1021
1022 * gnus-art.el (gnus-inhibit-images): New user option.
1023 (gnus-mime-display-single): Don't display image if it is non-nil.
1024
1025 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1026 gnus-inhibit-images.
1027
1028 * shr.el (shr-image-displayer): New function.
1029 (shr-tag-img): Use it.
1030
1031 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1032
1033 * mml2015.el (mml2015-epg-sign): Use From header.
1034
1035 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
1037 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1038
1039 * gnus-util.el (gnus-find-text-property-region): Return markers.
1040
1041 * shr.el (shr-tag-img): Put a displayer in the text property.
1042
1043 * gnus-util.el (gnus-find-text-property-region): New utility function.
1044
1045 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1046 (gnus-html-show-images): Remove.
1047
1048 * gnus-art.el (gnus-article-show-images): New, more general function.
1049
1050 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1051 image url text properties.
1052
1053 * shr.el: Ditto.
1054
1055 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1056 gnus-agent-auto-agentize-methods is set. Which it isn't.
1057
1058 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1061 work for two or more articles.
1062
1063 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1064
1065 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1066 divide an image that's in an html article to two or more when washing
1067 non-ASCII characters in alt text of it.
1068
1069 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1070
1071 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1072 smime-decrypt-region using function argument.
1073 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1074
1075 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1076
1077 * smime.el (smime-decrypt-region): Catch it.
1078
1079 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1080
1081 * smime.el (smime-mode-map): Move initialization into declaration.
1082 (gnus-run-mode-hooks): Don't autoload.
1083 (smime-mode): Use define-derived-mode.
1084
1085 2010-11-11 Glenn Morris <rgm@gnu.org>
1086
1087 * smime.el (from): Restrict declaration to XEmacs.
1088
1089 * nnir.el (gnus-group-topic-name): Autoload.
1090
1091 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1092
1093 * shr.el (shr-insert): Don't break long line if it is because of
1094 kinsoku-bol characters in the line end.
1095
1096 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1097
1098 * nnir.el (nnir-request-move-article): Fix to provide original group
1099 and subject.
1100 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1101 been retrieved.
1102
1103 * gnus-sum.el (gnus-summary-move-article): Use original group and
1104 subject for virtual articles such as those in an nnir summary buffer.
1105
1106 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1107
1108 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1109 least 21.5).
1110
1111 * smime.el (from): Declare it again for XEmacs.
1112
1113 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1114
1115 * message.el (message-resend): Don't disable encoding unless it's
1116 already encoded.
1117
1118 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1119 low-numbered articles.
1120
1121 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1122
1123 * rfc2047.el (rfc2047-syntax-table): Simplify.
1124
1125 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1126 set-char-table-range for XEmacs.
1127
1128 2010-11-10 Glenn Morris <rgm@gnu.org>
1129
1130 * smime.el (from): Remove unused declaration.
1131
1132 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1133 (gnus-float-time): On Emacs, always an alias.
1134
1135 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1136 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1137
1138 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1139
1140 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1141
1142 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1143
1144 * shr.el (browse-url-mailto): Autoload.
1145
1146 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1147
1148 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1149 regexp doesn't need quoting.
1150
1151 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1152
1153 * message.el (message-subject-trailing-was-ask-regexp)
1154 (message-subject-trailing-was-regexp): Match was: in addition to was.
1155
1156 2010-11-09 Glenn Morris <rgm@gnu.org>
1157
1158 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1159 (nnbabyl-check-mbox): Use point-at-bol.
1160
1161 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1162
1163 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1164
1165 * message.el (message-mailto): New function.
1166 (message-mailto): Should accept other parameters.
1167 (message-mailto): Remove since it duplicates browse-url-mailto
1168 functionality.
1169
1170 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171
1172 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1173 methods.
1174 (gnus-read-active-file): Ditto.
1175
1176 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1177 ": " from the prompt.
1178 (gnus-group-make-group): Ditto.
1179
1180 2010-11-07 Glenn Morris <rgm@gnu.org>
1181
1182 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1183 (gnus-bookmark-kill-line): Use point-at-eol.
1184
1185 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1186
1187 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1188 asterisks in From header.
1189
1190 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1191
1192 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1193 string to avoid making the From headers syntactically invalid.
1194
1195 * message.el (message-send-mail): Don't insert courtesy messages if the
1196 message already has List-Post and List-ID messages.
1197
1198 2010-11-06 Glenn Morris <rgm@gnu.org>
1199
1200 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1201 `condition', `type', `length' a prefix.
1202 (gnus-treat-predicate): Update for above name changes.
1203
1204 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1205
1206 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1207 binding. Handled by `gnus-summary-refer-thread' instead.
1208 (nnir-warp-to-article): New backend function.
1209
1210 * nnimap.el (nnimap-request-thread): Force dependency updating.
1211
1212 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1213 (gnus-summary-refer-thread): Rework to improve thread-referral.
1214
1215 * gnus-int.el (gnus-warp-to-article): New function.
1216
1217 * gnus-sum.el (gnus-summary-article-map): Bind it.
1218
1219 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1220
1221 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1222 gnus-summary-refer-thread.
1223
1224 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1225 headers.
1226 (gnus-summary-limit-include-thread): Prevent articles in thread from
1227 being cut in gnus-cut-threads.
1228 (gnus-summary-refer-thread): Limit retrieved headers to those in
1229 thread.
1230
1231 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1232
1233 * message.el (message-send-mail): Use the value of
1234 message-courtesy-message from the message buffer.
1235
1236 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1237
1238 * shr.el (shr-browse-url): Implement mailto: URLs.
1239
1240 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1241 "raw".
1242
1243 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1244 if it's already selected.
1245
1246 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1247
1248 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1249
1250 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1251 to measure the length and truncate alt text.
1252
1253 2010-11-03 Glenn Morris <rgm@gnu.org>
1254
1255 * nndiary.el (nndiary-generate-nov-databases-1)
1256 (nndiary-generate-active-info): Rename dynamic variable `files' to
1257 something less generic.
1258
1259 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1260
1261 * nnir.el (nnir-request-move-article): Call the underlying backend to
1262 move articles from nnir.
1263
1264 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1265
1266 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1267
1268 2010-11-02 Julien Danjou <julien@danjou.info>
1269
1270 * nnir.el: Remove wais support.
1271
1272 2010-11-02 Glenn Morris <rgm@gnu.org>
1273
1274 * gnus-html.el: Reorder requirements to quieten compiler.
1275
1276 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1277
1278 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1279 properly for XEmacs as well.
1280 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1281 (gnus-article-natural-long-line-p): Use window-width rather than
1282 frame-width.
1283
1284 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1285
1286 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1287 (nnir-read-parms): Don't modify query.
1288 (nnir-run-query): Add ability to search topic on current line.
1289 (nnir-get-active): Clean up.
1290
1291 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1292
1293 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1294 degenerate articles.
1295
1296 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1297 (gnus-print-buffer): Just print the buffer as is, without any copying
1298 to a buffer and then re-highlighting.
1299
1300 * nnimap.el (nnimap-request-group): Store the new updated info.
1301 (nnimap-request-group): Select the group when we don't know whether it
1302 exists or not.
1303
1304 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1305 groups.
1306
1307 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1308 groups.
1309
1310 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1311 groups.
1312
1313 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1314 long-lines case by only filling the long lines.
1315
1316 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1317 (bug #7311).
1318
1319 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * shr.el: No need to declare `declare-function' since shr.el is for
1322 only Emacsen that provide `libxml-parse-html-region'.
1323
1324 2010-11-01 Glenn Morris <rgm@gnu.org>
1325
1326 * mm-util.el (gnus-completing-read): Autoload.
1327 (mm-read-coding-system): Simplify Emacs definition.
1328
1329 * nnmail.el (gnus-activate-group):
1330 * nnimap.el (gnutls-negotiate):
1331 * nntp.el (netrc-parse): Fix declarations.
1332
1333 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1336 string-match-p in Emacs >=23.
1337
1338 * gnus-msg.el (gnus-configure-posting-styles)
1339 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1340
1341 2010-11-01 Glenn Morris <rgm@gnu.org>
1342
1343 * nnir.el (declare-function): Add compat stub.
1344 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1345 (nnir-run-gmane): Require 'mm-url.
1346
1347 * mm-util.el (mm-string-to-multibyte): Simplify.
1348
1349 * shr.el (declare-function): Add compat stub.
1350 (url-cache-create-filename): Declare.
1351 (mm-disable-multibyte, widget-convert-button): Autoload.
1352
1353 * smime.el (ldap-search): Declare.
1354 (smime-cert-by-ldap-1): Require ldap on Emacs.
1355
1356 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1357 (nnimap-keepalive): Use gnus-float-time.
1358
1359 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1360 (mail-source-delete-crash-box): Use gnus-float-time.
1361
1362 * gnus-dired.el (gnus-completing-read): Autoload.
1363
1364 * mm-view.el (gnus-rescale-image): Autoload.
1365
1366 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1367
1368 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1369
1370 * sieve-manage.el: Require 'cl when compiling.
1371
1372 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1373 (gnus-iswitchb-completing-read): Require iswitchb.
1374 (gnus-select-frame-set-input-focus): Silence compiler.
1375
1376 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1377
1378 * message.el (message-subject-trailing-was-query): Change default to t,
1379 since I think that's what most people want.
1380
1381 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1382 appending for easier debugging.
1383 (nnimap-wait-for-connection): Take a regexp.
1384 (nnimap-request-accept-article): Wait for the continuation line before
1385 sending anything unless we're streaming.
1386
1387 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1388 leave the header washing to take place.
1389
1390 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1391
1392 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1393 regular expression match and replace in posting styles.
1394
1395 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1396
1397 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1398 an entire server.
1399 (nnir-get-active): New function.
1400 (nnir-run-imap): Use it.
1401 (nnir-run-gmane): Who knew, gmane search returns an article score!
1402
1403 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1404 server on the current line with nnir.
1405
1406 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
1408 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1409 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1410 left edge.
1411 (gnus-article-foldable-buffer): Skip past the prefix when determining
1412 raggedness.
1413
1414 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1415 the raw article, and change `C-u g' to show the article without doing
1416 treatments.
1417
1418 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1419 on to `gnus-treat-article'.
1420 (gnus-inhibit-article-treatments): New variable.
1421
1422 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1423
1424 * gnus-art.el (gnus-treatment-function-alist): Have
1425 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1426 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1427 sections.
1428
1429 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1430 parameter.
1431 (gnus-article-fill-cited-long-lines): New function.
1432 (gnus-article-fill-cited-article): Allow filling only long sections.
1433
1434 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1435 and non-punctuation (like after the apostrophe in "'We").
1436
1437 * gnus-sum.el (gnus-summary-select-article): Make sure
1438 gnus-original-article-buffer is alive.
1439
1440 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1441 reflect the order they're in in the digest.
1442
1443 * gnus.el (gnus-group-startup-message): Move point to the start of the
1444 buffer.
1445
1446 * nnimap.el (nnimap-capability): New function.
1447 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1448 is set.
1449
1450 2010-10-31 David Engster <dengste@eml.cc>
1451
1452 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1453 conform with changes to gnus-completing-read.
1454
1455 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1456
1457 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1458
1459 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1460
1461 * nnir.el: Move defvar, defcustom around to keep file organized
1462 and keep byte-compiler quiet.
1463 (nnir-read-parms): Accept search-engine as arg.
1464 (nnir-run-query): Pass search-engine as arg.
1465 (nnir-search-engine): Remove.
1466
1467 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1468
1469 * shr.el (shr-generic): The text nodes should be text, not :text.
1470
1471 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1472 later in the file.
1473
1474 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1475
1476 * nnir.el: General clean up. Allow searching with multiple engines.
1477 Allow separate extra-parameters for each engine.
1478 Batch queries when possible.
1479 (nnir-imap-default-search-key,nnir-method-default-engines):
1480 Add customize interface.
1481 (nnir-run-gmane): New engine.
1482 (nnir-engines): Use it. Qualify all prompts with engine name.
1483 (nnir-search-engine): Remove global variable.
1484 (nnir-run-hyrex): Restore for now.
1485 (nnir-extra-parms,nnir-search-history): New variables.
1486 (gnus-group-make-nnir-group): Use them.
1487 (nnir-group-server): Remove in favor of gnus-group-server.
1488 (nnir-request-group): Avoid searching twice.
1489 (nnir-sort-groups-by-server): New function.
1490
1491 2010-10-30 Julien Danjou <julien@danjou.info>
1492
1493 * gnus-group.el: Remove gnus-group-fetch-control.
1494
1495 * gnus-start.el (gnus-find-new-newsgroups):
1496 Remove gnus-check-first-time-used.
1497
1498 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1499
1500 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1501
1502 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1503 set on groups that don't have \* permanentflags.
1504
1505 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1506
1507 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1508 control the background color.
1509 (shr-tag-img): Ignore very small web bug type images.
1510 (shr-put-image): Add help-echo alt texts to the images.
1511 (shr-tag-video): Show the video poster image.
1512
1513 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1514
1515 * shr.el (shr-table-depth): New variable.
1516 (shr-tag-table-1): Only insert the images after the top-level table.
1517
1518 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1519
1520 * gnus-util.el (gnus-list-memq-of-list): New function.
1521
1522 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1523 selected.
1524 (nnimap-unsplittable-articles): New slot.
1525 (nnimap-new-articles): Use it.
1526
1527 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1528
1529 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1530 move to the previous line on `M-g'.
1531
1532 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1533
1534 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1535 *-request-group, which seems unnecessary.
1536
1537 * nnimap.el (nnimap-quote-specials): Function copied over from
1538 imap.el.
1539 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1540 they support that. Suggested by Tom Regner.
1541
1542 2010-10-29 Julien Danjou <julien@danjou.info>
1543
1544 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1545 defalias.
1546 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1547
1548 * gnus.el: Remove `gnus-nntp-service' variable.
1549 (gnus-secondary-servers): Make obsolete.
1550 (gnus-nntp-server): Make obsolete.
1551
1552 * gnus-start.el (gnus-1): Remove x-splash calls.
1553
1554 * gnus-ems.el (gnus-x-splash): Remove.
1555
1556 * gnus.el (gnus-group-startup-message): Simplify/update code.
1557
1558 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1559 capability before doing anything.
1560 (gnus-group-insert-group-line): Remove useless
1561 gnus-group-remove-excess-properties.
1562
1563 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1564
1565 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1566
1567 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1568
1569 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1570 config after reselecting.
1571
1572 2010-10-28 Julien Danjou <julien@danjou.info>
1573
1574 * shr.el (shr-put-image): Use point even if only inserting text.
1575 (shr-put-image): Save excursion when inserting alt text on non-graphic
1576 display, so the behaviour is the same when we are on a graphic display.
1577
1578 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1579
1580 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1581
1582 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1583 (gnus-mime-copy-part): Check coding system, not charset.
1584 (gnus-mime-view-part-externally): Never remove part.
1585 (gnus-mime-view-part-internally): Don't remove part here.
1586 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1587 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1588 multipart/alternative.
1589
1590 * mm-decode.el (mm-display-part): Take optional arg `force'.
1591
1592 2010-10-26 Julien Danjou <julien@danjou.info>
1593
1594 * gnus-group.el (gnus-group-default-list-level): Add this function to
1595 compute the default list level.
1596 (gnus-group-default-list-level): Add possibility to use a function.
1597
1598 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1599
1600 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1601
1602 * gnus-group.el (gnus-group-completing-read)
1603 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1604 gnus-replace-in-string.
1605
1606 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1607
1608 * shr.el (shr-tag-div): Add.
1609
1610 2010-10-25 Julien Danjou <julien@danjou.info>
1611
1612 * gnus-util.el: Remove `gnus-with-local-quit'.
1613
1614 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1615
1616 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1617
1618 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1619 the original article buffer.
1620
1621 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * nnimap.el (nnimap-request-head): New function.
1624 (nnimap-request-move-article): Try to be slighly faster by not
1625 requesting the entire message when moving.
1626 (nnimap-transform-headers): Don't bug out on bodiless articles.
1627 (nnimap-send-command): Have no outstanding messages if the IMAP server
1628 doesn't support streaming.
1629 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1630
1631 2010-10-24 Julien Danjou <julien@danjou.info>
1632
1633 * message.el (message-default-headers): Fix type.
1634
1635 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1636
1637 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1638 prefetching images.
1639
1640 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1641 backend for unknown groups. This is mainly useful for nnimap groups.
1642
1643 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1644 group isn't covered by the agent.
1645
1646 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1647
1648 * nnir.el (nnir-method-default-engines): New variable.
1649 (nnir-run-query): Use it.
1650 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1651 (gnus-summary-nnir-goto-thread): Change group if needed.
1652
1653 * gnus-group.el (gnus-group-group-map): Add key binding for
1654 gnus-group-make-nnir-group.
1655
1656 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1657
1658 * shr.el (shr-tag-object): Add.
1659
1660 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1661 original article buffer live.
1662 (gnus-summary-select-article-buffer):
1663 Mention gnus-widen-article-buffer.
1664
1665 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666
1667 * shr.el (shr-tag-strong): Add.
1668
1669 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1670
1671 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1672 group names. They mess up the group buffer badly.
1673
1674 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1675
1676 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1677 instead of the summary one.
1678
1679 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1680
1681 * mml.el (mml-preview): Work properly when editing article.
1682
1683 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1684 gnus-have-read-active-file if it's already been in.
1685
1686 2010-10-22 Tom Tromey <tromey@redhat.com>
1687
1688 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1689 gnus-group-completing-read.
1690
1691 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1692
1693 * message.el (message-mode-map): Don't bind M-; to comment region, to
1694 allow the global comment-dwim to work.
1695
1696 2010-10-21 Julien Danjou <julien@danjou.info>
1697
1698 * message.el (message-setup-1): Allow message-default-headers to be a
1699 function.
1700
1701 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1702
1703 * shr.el (shr-tag-table): Simplify.
1704
1705 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1706
1707 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1708 to avoid trying to snarf invalid stuff.
1709
1710 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1711
1712 * gnus.el (gnus-message-archive-group): Quote value.
1713 (gnus-message-archive-group): Mark as changed.
1714
1715 * shr.el (shr-add-font): Don't put the font properties on the newline
1716 or the indentation.
1717
1718 * message.el (message-fix-before-sending): Change options when sending
1719 non-printable characters.
1720
1721 * gnus.el (gnus-message-archive-method): Change the default to
1722 monthly outgoing groups.
1723
1724 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1725 that have gotten new numbers.
1726
1727 * nnimap.el (nnimap-request-replace-article): New function.
1728
1729 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1730
1731 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1732 (nnrss-request-article): Don't use special html washing code.
1733
1734 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1735
1736 * shr.el (shr-tag-table): Remove useless nconc.
1737
1738 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1739
1740 * gnus-art.el (article-wash-html): Simplify and remove the charset
1741 stuff. Use the normal html rendering code instead of the special html
1742 washing code.
1743
1744 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1745 `gnus-w3m' symbols.
1746 (mm-text-html-washer-alist): Remove.
1747
1748 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1749 (mm-inline-media-tests): Remove use.
1750 (mm-text-html-renderer): Change default to the `shr' symbol.
1751
1752 * mm-view.el (mm-inline-text-html): Remove use.
1753
1754 * gnus-art.el (gnus-blocked-images): New function. Allow the
1755 `gnus-blocked-images' to be a function.
1756 (gnus-article-wash-function): Remove.
1757
1758 2010-10-20 Julien Danjou <julien@danjou.info>
1759
1760 * spam.el (spam-list-of-processors): Mark as obsolete.
1761
1762 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1763 (nnimap-insert-partial-structure): Fix boundary detection.
1764
1765 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1766
1767 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1768 run file-truename on remote files. This can be expensive and even
1769 prevent one from editing drafts if some unrelated buffer has a stale
1770 connection.
1771
1772 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1773
1774 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1775 kinsoku-eol regardless of shr-kinsoku-shorten.
1776 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1777 (shr-tag-table): Support caption, thead, and tfoot.
1778
1779 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1780
1781 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1782 lines.
1783 (shr-save-contents): New command and keystroke.
1784
1785 * nndoc.el (nndoc-type-alist): Add git support.
1786 (nndoc-git-type-p): New function.
1787 (nndoc-transform-git-article): Ditto.
1788 (nndoc-transform-git-headers): Ditto.
1789 (nndoc-transform-git-headers): Generate Subject headers.
1790
1791 * shr.el (shr-parse-style): New function.
1792 (shr-tag-span): Ditto.
1793
1794 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1795 to `G G' to avoid collisions.
1796
1797 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1798
1799 * shr.el: Load kinsoku if necessary.
1800 (shr-kinsoku-shorten): New internal variable.
1801 (shr-find-fill-point): Make kinsoku shorten text line if
1802 shr-kinsoku-shorten is bound to non-nil.
1803 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1804 shr-indentation too when testing if table is wider than frame width.
1805 (shr-insert-table): Use `string-width' instead of `length' to measure
1806 text width.
1807 (shr-insert-table-ruler): Make sure indentation is done at bol.
1808
1809 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1812 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1813 undecoded network data.
1814
1815 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1816
1817 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1818 name in the mode line spec so that the mode line menu works
1819 (bug #2431).
1820
1821 * message.el (message-get-reply-headers): If we're fed `to-address',
1822 then always use that.
1823
1824 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1825 aren't so wide as to need to switch off the edit menu.
1826
1827 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1828 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1829
1830 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1831 `M-g'.
1832 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1833 the permanent marks.
1834
1835 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1836
1837 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1838 Splitting according to references/in-reply-to obeys the ignore-groups
1839 variable, while splitting by sender and subject do not.
1840
1841 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1842
1843 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1844 alist, so that we can look for non-Unicode chars.
1845 (article-translate-strings): Allow both character and string maps.
1846
1847 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * shr.el (shr-insert): Don't insert space behind a wide character
1850 categorized as kinsoku-bol, or between characters both categorized as
1851 nospace.
1852
1853 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1854
1855 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1856 headers to gnus-newsgroup-headers.
1857
1858 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1859
1860 * shr.el (shr-tag-img): Don't align images -- since we're not
1861 rescaling, this often leads to ugly displays.
1862
1863 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1864
1865 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1866 duplicates.
1867
1868 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1869
1870 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1871 call.
1872
1873 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1874
1875 * gnus.el: Autoload gnus-html-show-images.
1876
1877 * nnimap.el: Use nnheader-message throughout.
1878
1879 * shr.el (shr-tag-img): Ignore images with no data.
1880
1881 2010-10-15 Julien Danjou <julien@danjou.info>
1882
1883 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1884 a possibility to disable format=flow encoding when using hard newlines.
1885
1886 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1887
1888 * shr.el (shr-insert): Remove space inserted before or after a
1889 breakable character or at the beginning or the end of a line.
1890 (shr-find-fill-point): Do kinsoku; find the second best point or give
1891 it up if there's no breakable point.
1892
1893 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1894
1895 * nnimap.el (nnimap-open-connection): Message when opening connection
1896 for debugging purposes.
1897
1898 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1899 on every setup buffer call to allow this to change from article to
1900 article.
1901
1902 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1903 buffers where we have a wide table.
1904
1905 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1906
1907 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1908 uses *-request-thread.
1909
1910 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1911
1912 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1913 incantation, which is no longer valid.
1914
1915 2010-10-14 Julien Danjou <julien@danjou.info>
1916
1917 * shr.el: Fix defcustom type (char -> character).
1918
1919 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1920
1921 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1922 programs.
1923
1924 2010-10-14 Julien Danjou <julien@danjou.info>
1925
1926 * shr.el (shr-tag-a): Use url-link as widget type.
1927
1928 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1929 `gnus-group-get-icon'.
1930
1931 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1932
1933 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1934 This should make server editing work better.
1935
1936 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1937
1938 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1939 (nnimap-parse-flags): Fix regexp.
1940
1941 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1942 probably work for CJVK text, too.
1943
1944 * nnimap.el (nnimap-extend-tls-programs): Remove.
1945 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1946
1947 2010-10-13 Julien Danjou <julien@danjou.info>
1948
1949 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1950 responses.
1951
1952 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1953
1954 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1955
1956 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1957 anything in Emacs.
1958
1959 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1960
1961 2010-10-13 Julien Danjou <julien@danjou.info>
1962
1963 * shr.el (shr-width): Make shr-width a defcustom with default to
1964 fill-column.
1965 (shr-tag-img): Use shr-width rather than fill-column.
1966
1967 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1968
1969 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1970
1971 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1972 position when (X-)Faces exist.
1973 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1974 avatars when called interactively.
1975
1976 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1977
1978 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1979 gnus-article-x-face-too-ugly is bound.
1980
1981 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1982
1983 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1984
1985 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1986 mailbox that doesn't exist.
1987
1988 2010-10-12 Julien Danjou <julien@danjou.info>
1989
1990 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1991 (shr-get-image-data): Encode URL properly when fetching from cache.
1992 (shr-tag-img): Use aligned-to spaces to align correctly images.
1993
1994 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1995 before inserting the Gravatar.
1996
1997 * shr.el (shr-tag-img): Add align attribute support for <img>.
1998
1999 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2000
2001 * gnus-gravatar.el (gnus-art): Require.
2002
2003 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2004 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2005 Remove long obsoleted functions.
2006
2007 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2010
2011 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2012 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2013 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2014 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2015 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2016 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2017 Fix comment for declare-function.
2018
2019 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2020
2021 * nnimap.el (nnimap-request-rename-group): Select group read-only
2022 before renaming it.
2023
2024 * shr.el (shr-insert): Fix up the white space only regexp.
2025
2026 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2027 bodies. Protect against this. Reported by Michael Welsh Duggan.
2028
2029 * shr.el (shr-current-column): New function.
2030 (shr-find-fill-point): New function.
2031
2032 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2033
2034 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2035 numbers.
2036
2037 2010-10-11 Julien Danjou <julien@danjou.info>
2038
2039 * shr.el (shr-hr-line): Add.
2040 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2041 display hr lines.
2042 (shr-max-columns): Do not change state to nil if we just inserting
2043 spaces.
2044
2045 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2048 select the last group.
2049
2050 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2051
2052 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2053
2054 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055
2056 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2057 for Gnus.
2058 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2059 (nnimap-update-qresync-info): Mark \Seen articles as read.
2060
2061 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2062 non-variable, too.
2063
2064 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2065 available.
2066 (nnimap-update-info): Rely more on the current active than the param
2067 active to avoid marking articles as read too much.
2068
2069 * auth-source.el (auth-source-create): Use (user-login-name) for the
2070 user name default.
2071
2072 * nnimap.el (nnimap-update-info): If the server doesn't return any
2073 useful info, just use the previous info.
2074 (nnimap-update-info): Prefer old info over start-article.
2075 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2076
2077 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2078
2079 * nnir.el (autoload): Clean up autoloads.
2080 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2081 Use key rather than value.
2082 (nnir-imap-search-other): New variable.
2083 (nnir-read-parm): Use it.
2084 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2085 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2086
2087 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2090 the process, too.
2091
2092 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2093
2094 * spam.el (gnus-summary-mode-map): Bind to "$".
2095 Suggested by Russ Allbery.
2096
2097 * shr.el: Rework the way things are indented by <li> slightly.
2098
2099 * gnus.el (gnus-group-set-parameter): Fix typo.
2100
2101 * nnimap.el: Start implementing QRESYNC support.
2102
2103 2010-10-09 Julien Danjou <julien@danjou.info>
2104
2105 * nnir.el (nnir-engines): Fix too many arguments.
2106
2107 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
2109 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2110 group is the "last", so that the backends like nnfolder actually save
2111 their folders.
2112
2113 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2114 try to use that for the tls stream.
2115 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2116 UIDVALIDITY and find out which groups are read-only and not.
2117 (nnimap-get-flags): Use the same marks parsing code as the rest of
2118 nnimap.
2119
2120 2010-10-09 Julien Danjou <julien@danjou.info>
2121
2122 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2123
2124 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2125 retrieving gravatars.
2126
2127 * shr.el (shr-table-corner): Add.
2128 (shr-table-line): Add.
2129 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2130
2131 2010-10-08 Julien Danjou <julien@danjou.info>
2132
2133 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2134
2135 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2136
2137 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2138
2139 * gnus-sum.el (gnus-mark-article-as-unread)
2140 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2141 (gnus-summary-set-bookmark): Use it.
2142
2143 * gnus-msg.el (gnus-setup-message): Use it.
2144
2145 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2146
2147 * gnus.el (gnus-group-remove-parameter): Use it.
2148
2149 * gnus-group.el (gnus-group-make-web-group): Use it.
2150
2151 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2152
2153 * nnregistry.el: Update docs to mention manual.
2154
2155 * gnus-registry.el: Update docs to mention nnregistry.el.
2156 (gnus-registry-initialize): Don't install nnregistry refer method
2157 automatically.
2158 (gnus-registry-install-nnregistry): Remove it.
2159
2160 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2161
2162 * shr.el (shr-insert): Don't insert double spaces.
2163
2164 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2165
2166 * gnus-gravatar.el (gnus-treat-from-gravatar)
2167 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2168 called interactively.
2169
2170 * gnus-art.el (gnus-mime-view-part-externally)
2171 (gnus-mime-view-part-internally): Make predicate function passed to
2172 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2173 of a mime type.
2174
2175 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2176
2177 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * shr.el (require): Require cl when compiling.
2180 (shr-tag-hr): New function.
2181
2182 * nnimap.el (nnimap-update-info): Remove double setting of high.
2183 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2184 This makes nnimap work properly on Courier again.
2185
2186 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2187 the variable for backwards compatability.
2188
2189 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2190 the file name before using to avoid setting mm-default-directory to
2191 nil.
2192
2193 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2194 bidning gnus-agent variables.
2195
2196 * shr.el (shr-render-td): Use a cache for the table rendering function
2197 to avoid getting an exponential rendering behaviour in nested tables.
2198 (shr-insert): Rework the line-breaking algorithm.
2199 (shr-insert): Don't leave trailing spaces.
2200 (shr-insert-table): Also insert empty TDs.
2201 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2202
2203 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2204
2205 * gnus-sum.el (gnus-number): Rename from `number'.
2206 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2207 (gnus-summary-limit-children): Update uses correspondingly.
2208
2209 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2210
2211 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2212 (gnus-gravatar-transform-address): Don't show avatars of people of
2213 which mail addresses match gnus-gravatar-too-ugly.
2214
2215 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216
2217 * shr.el (shr-table-widths): Expand TD elements to fill available
2218 space.
2219
2220 2010-10-07 Julien Danjou <julien@danjou.info>
2221
2222 * nnimap.el (nnimap-request-rename-group): Add this method.
2223
2224 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2227 name from XEmacs' function-arglist.
2228
2229 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2230 gravatar under XEmacs.
2231
2232 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2233
2234 * auth-source.el: Update docs with TODO items.
2235
2236 * gnus-sync.el: Update docs to explain state and plans.
2237
2238 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2239 Hooks for mark updates.
2240 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2241
2242 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2243 hooks with arguments, which is needed for mark update hooks.
2244
2245 2010-10-06 Julien Danjou <julien@danjou.info>
2246
2247 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2248 was matched.
2249
2250 * sieve-manage.el: Update example in `Commentary'.
2251
2252 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2253
2254 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2255 not 2000.
2256 (sieve-manage-authenticate): Re-add function.
2257
2258 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2259
2260 * shr.el (shr-insert): Get 'space transition right.
2261 (shr-render-td): Only delete space at the end of the TD.
2262
2263 * nnimap.el (nnimap-open-connection): Prepare to support
2264 open-gnutls-stream.
2265
2266 * shr.el: Rearrange function order to be more logical.
2267
2268 2010-10-06 Julien Danjou <julien@danjou.info>
2269
2270 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2271 (nnrss-discover-feed): Remove 404 URL in docstring.
2272
2273 * nnir.el: Fix Swish-E URL.
2274 Fix Namazu URL.
2275
2276 * message.el (message-change-subject): Remove 404 URL in a comment.
2277
2278 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2281 called interactively.
2282
2283 * gnus-util.el (gnus-remove-if): Allow hash table.
2284 (gnus-remove-if-not): New function.
2285
2286 * gnus-art.el (gnus-mime-view-part-as-type)
2287 * gnus-score.el (gnus-summary-score-effect)
2288 * gnus-sum.el (gnus-read-move-group-name):
2289 Replace remove-if-not with gnus-remove-if-not.
2290
2291 * gnus-group.el (gnus-group-completing-read):
2292 Regard collection as a hash table if it is not a list.
2293
2294 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2295
2296 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2297
2298 * shr.el: Document the table-rendering algorithm.
2299
2300 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2301 invalid URLs.
2302
2303 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2304 line-broken.
2305 (shr-tag-img): Ignore image fetching errors.
2306 (shr-overlays-in-region): Compute overlay positions correctly.
2307
2308 * mm-decode.el (mm-shr): Require shr.
2309
2310 * gnus-art.el (gnus-blocked-images): Move variable here.
2311
2312 * shr.el (shr-insert-table): Bind free variable.
2313
2314 * mm-decode.el (mm-shr): Bind shr-content-function.
2315
2316 * shr.el (shr-content-function): New variable.
2317
2318 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2319 added for symmetry.
2320
2321 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2322
2323 * gnus-group.el (gnus-group-make-group): Doc fix.
2324
2325 * nnimap.el (nnimap-request-newgroups): Return success.
2326
2327 * shr.el (shr-find-elements): New function.
2328 (shr-tag-table): Put all the images after the table.
2329 (shr-tag-table): Really inhibit images inside the table.
2330 (shr-collect-overlays): Copy over overlays from the TD elements to the
2331 main document.
2332
2333 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2334 gnus-blocked-images.
2335
2336 2010-10-05 Julien Danjou <julien@danjou.info>
2337
2338 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2339
2340 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2341 (gnus-html-maximum-image-size): Add this function.
2342 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2343
2344 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2345 server-value of the capability is nil.
2346
2347 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2348
2349 * shr.el (shr-tag-em): Add <EM> tag.
2350
2351 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2352
2353 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2354 customizable.
2355
2356 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2357 handing broken links to browse-url.
2358
2359 2010-10-05 Julien Danjou <julien@danjou.info>
2360
2361 * gnus-util.el (gnus-emacs-completing-read)
2362 (gnus-iswitchb-completing-read): Use autoload rather than require.
2363
2364 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2365
2366 * gnus-util.el (gnus-completing-read-function): Exclude
2367 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2368 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2369 XEmacs.
2370
2371 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2372 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2373
2374 * gnus-html.el: Don't require help-fns under XEmacs.
2375 (gnus-html-schedule-image-fetching): Work for XEmacs.
2376
2377 * mm-decode.el (mm-shr): Decode contents by charset.
2378
2379 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2380
2381 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2382 unknown.
2383
2384 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2385 (shr-get-image-data): Ensure against the cache file missing.
2386
2387 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2388 for data.
2389
2390 * spam-report.el (spam-report-url-ping-plain): Don't query about
2391 killing the process.
2392
2393 * shr.el (shr-render-td): Protect against too-wide text.
2394
2395 2010-10-04 Julien Danjou <julien@danjou.info>
2396
2397 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2398 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2399
2400 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2401 retrieved.
2402
2403 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2404
2405 * shr.el (browse-url): Require.
2406 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2407 lines.
2408 (shr-show-alt-text, shr-browse-image): New commands.
2409 (shr-browse-url, shr-copy-url): New commands.
2410
2411 * gnus-sum.el (gnus-widen-article-window): New variable.
2412 (gnus-summary-select-article-buffer): Use it.
2413
2414 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2415 without @ signs.
2416
2417 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2418
2419 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2420
2421 2010-10-04 Julien Danjou <julien@danjou.info>
2422
2423 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2424 for XEmacs.
2425
2426 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2427
2428 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2429
2430 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2431 (nnimap-close-server): Implement.
2432
2433 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2434 (shr-insert): Tweak line breaking.
2435 (shr-insert): Handle <pre> better.
2436 (shr-tag-li): Get <li> indentation right.
2437 (shr-tag-li): Get <li> indentation even righter.
2438 (shr-tag-blockquote): Ensure paragraph start.
2439 (shr-make-table): Tweak table generation.
2440 (shr-make-table): Fix typo.
2441
2442 * shr.el: Implement table rendering.
2443
2444 2010-10-04 Julien Danjou <julien@danjou.info>
2445
2446 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2447
2448 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449
2450 * shr.el (shr-insert): Use string anchors instead of line anchors.
2451
2452 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * shr.el: Add headings.
2455 (shr-ensure-paragraph): Actually work.
2456 (shr-tag-li): Make <ul> prettier.
2457 (shr-insert): Get white space at the beginning/end of elements right.
2458 (shr-tag-p): Collapse subsequent <p>s.
2459 (shr-ensure-paragraph): Don't insert double line feeds after blank
2460 lines.
2461 (shr-insert): \t is also space.
2462 (shr-tag-s): Fix "s" tag name function.
2463 (shr-tag-s): Fix face prop name.
2464
2465 2010-10-03 Julien Danjou <julien@danjou.info>
2466
2467 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2468
2469 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2470 gnus-window-inside-pixel-edges.
2471
2472 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2473 gnus-ems.
2474
2475 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2476
2477 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2478 function.
2479
2480 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2481 resize choice.
2482
2483 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2484
2485 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2486 beginning of the buffer.
2487
2488 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2489 article buffer again.
2490
2491 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2492
2493 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2494 when it's at the start of the buffer.
2495
2496 * shr.el (shr-tag-blockquote): Convert name.
2497 (shr-rescale-image): Use the right image-size variant.
2498
2499 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2500 buffer isn't shown, then select the current article first instead of
2501 bugging out.
2502 (gnus-summary-select-article-buffer): Show both the article and summary
2503 buffers again.
2504
2505 * shr.el (shr-fontize-cont): Protect against regions with no text.
2506 Rename tag functions to shr-tag-* for enhanced security.
2507 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2508
2509 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2510
2511 * shr.el (shr-insert):
2512 * pop3.el (pop3-movemail):
2513 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2514 loaded.
2515
2516 2010-10-03 Glenn Morris <rgm@gnu.org>
2517
2518 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2519
2520 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2521
2522 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2523
2524 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2525
2526 * gnus-util.el (gnus-make-local-hook): Simplify.
2527
2528 2010-10-02 Julien Danjou <julien@danjou.info>
2529
2530 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2531 (gnus-ido-completing-read): New function.
2532 (gnus-emacs-completing-read): New function.
2533 (gnus-completing-read): Use gnus-completing-read-function.
2534 Add gnus-completing-read-function.
2535
2536 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2537
2538 * shr.el (shr-insert-document): Autoload.
2539 (shr-img): Be silent.
2540 (shr-insert): Add a newline after every picture before text.
2541 (shr-add-font): Use overlays for combining faces.
2542 (shr-insert): Pass upwards the text start point.
2543
2544 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2545 possible.
2546 (mm-shr): New function.
2547
2548 2010-10-02 Julien Danjou <julien@danjou.info>
2549
2550 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2551 should go backward.
2552
2553 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2554
2555 * shr.el (shr): Fix typo in provide call.
2556
2557 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2558
2559 * shr.el: New file.
2560
2561 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2562
2563 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2564 completing read.
2565
2566 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2567
2568 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2569 we're being queried about. Suggested by Dan Jacobson.
2570
2571 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2572 Suggested by Jason Eisner.
2573
2574 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2575 table, too. Suggested by Stefan Wiens.
2576 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2577 the table unnecessary. Suggested by Stefan Wiens.
2578
2579 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2580 longer needed, and probably doesn't work either, as pointed out by
2581 Stefan Wiens.
2582 (gnus-summary-exit): Remove call to the clearing function.
2583 (gnus-summary-exit-no-update): Ditto.
2584
2585 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2586 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2587 Reported by Stefan Monnier.
2588 (gnus-summary-save-in-rmail): Ditto.
2589
2590 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2591 article buffer, instead of both the article buffer and the summary
2592 buffer. Sort of suggested by Dan Jacobson.
2593
2594 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2595
2596 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2597 Suggested by Dan Jacobson.
2598
2599 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2600 documentation clearer.
2601
2602 * message.el (message-shorten-references): Comment on the number "21".
2603 Suggested by Stefan Monnier.
2604
2605 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2606 Suggested by Dan Jacobson.
2607
2608 * gnus.el (gnus-large-newsgroup):
2609 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2610
2611 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2612 externalize attachments. Bug reported by Steve Wen.
2613
2614 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2615 really message anything to the user.
2616
2617 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2618 directly.
2619
2620 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2621 messages in empty groups.
2622
2623 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2624
2625 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2626 non-UIDNEXT group.
2627
2628 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2629
2630 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2631 not the value from the collection.
2632
2633 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2634 values. This sometimes happens on some groups that have no info.
2635 (nnimap-request-newgroups): New function.
2636
2637 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2638
2639 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2640 check into `gnus-registry-initialize'.
2641 (gnus-registry-initialize): Ditto.
2642 Fix and extend header docs.
2643
2644 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2645
2646 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2647 regexp backtrace overflows.
2648
2649 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2650 for starttls that tls.el implements; i.e. openssl.
2651
2652 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2653
2654 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2655 (gravatar-create-image): New function that's an alias to
2656 gnus-xmas-create-image, gnus-create-image, or create-image.
2657 (gravatar-data->image): Use it.
2658
2659 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2660
2661 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2662 install the nnregistry refer method.
2663 (gnus-registry-install-hooks): Use it.
2664 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2665 unfollowed groups.
2666
2667 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2668
2669 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2670 expanding threads.
2671
2672 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * nnir.el: Use the server names without suffixes (bug #7009).
2675
2676 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2677 unencrypted to STARTTLS, if possible.
2678
2679 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2680
2681 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2682 headers before superseding.
2683
2684 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2685
2686 * nnrss.el (nnrss-use-local): Add documentation.
2687
2688 * nnimap.el (nnimap-extend-tls-programs): New function.
2689 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2690 (nnimap-wait-for-connection): Accept the greeting from the stupid
2691 output from openssl s_client -starttls, too.
2692
2693 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2694 article number.
2695 (nnimap-split-fancy): New variable.
2696 (nnimap-split-incoming-mail): Use it.
2697
2698 * nntp.el (nntp-server-list-active-group): Document.
2699
2700 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2701 SELECT to get the message-id.
2702
2703 * mail-source.el (mail-sources): Remove webmail support.
2704 (defvar): Ditto.
2705 (mail-source-fetcher-alist): Ditto.
2706 (mail-source-fetch-webmail): Remove.
2707
2708 * webmail.el: Remove -- doesn't seem relevant any more.
2709
2710 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2711
2712 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2713 the \r.
2714
2715 2010-09-30 Julien Danjou <julien@danjou.info>
2716
2717 * gnus-agent.el (gnus-agent-add-group): Fix call to
2718 gnus-completing-read.
2719
2720 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2721
2722 * nndoc.el (nndoc-retrieve-groups): New function.
2723
2724 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2725 `default', use nnmail-split-methods.
2726 (nnimap-request-article): Downcase the NILs so that they are nil.
2727
2728 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2729 symbol.
2730
2731 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2732 code, since if the user has requested network, that's what they ought
2733 to get.
2734 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2735 (nnimap-split-rule): Mark as obsolete.
2736
2737 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2738 New variable.
2739
2740 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2741 correct slot, too.
2742
2743 2010-09-29 Julien Danjou <julien@danjou.info>
2744
2745 * gnus.el (gnus-local-domain): Declare variable obsolete.
2746
2747 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2748 Fix history computing.
2749 (gnus-ido-completing-read): Require ido.
2750
2751 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2752
2753 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2754 build Gnus.
2755
2756 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2757 when interpreting the structures.
2758 (nnimap-request-accept-article): Add \r\n to the lines to make this
2759 work with Cyrus.
2760
2761 * nndraft.el (nndraft-request-expire-articles): Use the group name
2762 instead if "nndraft". Fix found by Nils Ackermann.
2763
2764 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2765
2766 * nnregistry.el: Add.
2767
2768 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * nnmail.el (group, group-art-list, group-art):
2771 Remove unneeded directives.
2772
2773 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2774
2775 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2776 (mm-mime-charset)
2777 * rfc2047.el (rfc2047-syntax-table)
2778 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2779
2780 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2781 rather than `insert-file-contents' and `eval-region'.
2782
2783 2010-09-29 Julien Danjou <julien@danjou.info>
2784
2785 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2786 replacement of `gnus-gravatar-relief' to mimic
2787 `gnus-faces-properties-alist'.
2788 Add :version property.
2789
2790 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * mail-source.el (mail-source-report-new-mail)
2793 * message.el (message-default-mail-headers)
2794 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2795
2796 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2797
2798 2010-09-28 Julien Danjou <julien@danjou.info>
2799
2800 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2801 mail-address contains the same string as real-name.
2802
2803 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2804 non-blank in header, otherwise it'll get stripped.
2805
2806 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2807 real-name, and then for mail address rather than doing : or , search.
2808
2809 2010-09-27 Julien Danjou <julien@danjou.info>
2810
2811 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2812 right completing-read function.
2813 (gnus-use-ido): New variable
2814 (gnus-completing-read-with-default): Remove.
2815 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2816 (gnus-agent-add-group):
2817 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2818 * mm-view.el (mm-view-pkcs7-decrypt):
2819 * mm-util.el (mm-codepage-setup):
2820 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2821 * mml-smime.el (mml-smime-openssl-sign-query):
2822 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2823 (mml-insert-multipart):
2824 * gnus-msg.el (gnus-summary-yank-message):
2825 * gnus-int.el (gnus-start-news-server):
2826 * mm-decode.el (mm-interactively-view-part):
2827 * gnus-dired.el (gnus-dired-attach):
2828 * gnus.el (gnus-read-method):
2829 * gnus-bookmark.el (gnus-bookmark-jump):
2830 * gnus-art.el (gnus-mime-view-part-as-type)
2831 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2832 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2833 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2834 * nnmairix.el (nnmairix-create-server-and-default-group)
2835 (nnmairix-update-groups, nnmairix-get-server)
2836 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2837 (nnmairix-get-group-from-file-path):
2838 * nnrss.el (nnrss-find-rss-via-syndic8):
2839 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2840 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2841 (gnus-group-browse-foreign-server):
2842 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2843 (gnus-summary-execute-command, gnus-summary-respool-article)
2844 (gnus-read-move-group-name):
2845 * gnus-score.el (gnus-summary-increase-score)
2846 (gnus-summary-score-effect):
2847 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2848
2849 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2850
2851 * nnimap.el (auth-source-forget-user-or-password)
2852 (auth-source-user-or-password): Autoload.
2853
2854 * message.el (message-from-style, message-interactive)
2855 (message-signature): Remove comment.
2856 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2857 always.
2858 (message-sendmail-envelope-from): Comment fix.
2859 (message-yank-prefix): Default to mail-yank-prefix always.
2860 (message-indentation-spaces):
2861 Default to mail-indentation-spaces always.
2862 (message-signature-file): Default to mail-signature-file always.
2863
2864 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2865
2866 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2867 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2868 new articles.
2869
2870 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2871 parts.
2872 (nnimap-request-article): Work with the t setting, too.
2873
2874 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2875 that you don't get flashes of other buffers.
2876 (gnus-summary-show-complete-article): Intern before setting.
2877
2878 2010-09-27 David Engster <dengste@eml.cc>
2879
2880 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2881 well as HEADERS.
2882 (nnmairix-retrieve-headers): Provide new argument for the above.
2883
2884 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
2886 * gnus-sum.el (gnus-summary-move-article): Don't alter
2887 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2888 group.
2889
2890 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2891
2892 * message.el (message-cite-prefix-regexp): Revert my last edit.
2893
2894 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2895 variable instead of the Gnus variable.
2896
2897 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2898
2899 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2900
2901 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2902 since some servers don't like it.
2903 (nnimap-open-connection): Forget credentials if the server says the
2904 password was wrong.
2905 (nnimap-parse-line): Protect against invalid data.
2906
2907 * gnus-sum.el (gnus-summary-move-article): Add comment.
2908 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2909 nothing alters it while scanning for new messages.
2910
2911 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2912 which may or may not help.
2913 (nnimap-open-connection): If we're doing a stream connection, and then
2914 discover we're on a STARTTLS-capable server, then open a STARTTLS
2915 connection instead.
2916
2917 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * nnimap.el (utf7): Require.
2920
2921 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2922 prefix.
2923
2924 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2927
2928 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
2930 * nnimap.el (nnimap-request-accept-article): Message the error on
2931 error.
2932
2933 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2936
2937 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2938
2939 * nndoc.el (nndoc-request-list): Return success always.
2940
2941 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2942 `fetch-old' -- we only want to fetch the articles we've requested.
2943 The rest are in the agent, probably.
2944 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2945 disappeared server" to something low. It's not important.
2946
2947 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2948 arrived before the FETCH data.
2949
2950 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2951 target here, because we don't know the Gnus name of the group.
2952
2953 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2954 for the correct group.
2955
2956 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2957
2958 * gnus.el (gnus): Give a final warning after startup.
2959
2960 * gnus-util.el (gnus-action-message-log): New variable.
2961 (gnus-message): Use it.
2962 (gnus-final-warning): New function.
2963
2964 * nnimap.el (nnimap-open-connection): Record the greeting.
2965 (nnimap): Add greeting.
2966
2967 2010-09-26 Julien Danjou <julien@danjou.info>
2968
2969 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2970 arguments.
2971 (gnus-html-wash-images): Fix spec computing to include start/end.
2972
2973 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2974
2975 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2976
2977 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2978 deletion.
2979 (nnimap-retrieve-headers): Don't select the group, because that's
2980 already done by nnimap-possibly-change-group.
2981
2982 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2983 (gnus-picon-transform-address): Use it.
2984
2985 * mail-source.el (mail-source-value): Revert previous patch.
2986
2987 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2988 on failure.
2989 (nnimap-open-connection): Look up both virtual and physical server name
2990 credentials.
2991
2992 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2993
2994 2009-02-08 Dave Love <fx@gnu.org>
2995
2996 * gnus-win.el (gnus-window-to-buffer-helper)
2997 (gnus-all-windows-visible-p): Function needn't be a symbol.
2998
2999 * mail-source.el (mail-source-value): Function needn't be a symbol.
3000
3001 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3002
3003 * message.el (message-cite-prefix-regexp): Remove } from the cite
3004 prefix.
3005
3006 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3007 highlight again, so that the highlight is correct.
3008
3009 * gnus-picon.el (gnus-picon): Remove again.
3010 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3011
3012 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3013 doing the header highlightling, so that the background colour of the
3014 picon is correct.
3015
3016 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3017 (gnus-picon): Ditto.
3018 (gnus-picon): Reinstate. The background colour for picons is white.
3019 (gnus-picon-insert-glyph): Make the background white.
3020
3021 * nnml.el (nnml-open-nov): Don't return dead buffers.
3022
3023 * auth-source.el (auth-source-create): Query the user for whether to
3024 store the credentials.
3025
3026 * auth-source.el (auth-source-user-or-password): Use the existing auth
3027 sources, if any, for creation.
3028
3029 * gnus.el (gnus-group-fast-parameter): Return the last matching
3030 parameter instead of the first matching parameter.
3031
3032 2010-09-26 Julien Danjou <julien@danjou.info>
3033
3034 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3035
3036 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3037
3038 * mml2015.el (mml2015-use): Remove gpg support.
3039
3040 * mml1991.el (mml1991-function-alist): Remove gpg function.
3041 (mml1991-gpg-sign): Remove.
3042
3043 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3044
3045 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3046 (gnus-browse-unsubscribe-current-group): Document it.
3047 (gnus-browse-unsubscribe-group): Use it.
3048
3049 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3050
3051 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3052 address to the To list for easier response.
3053
3054 * gnus.el (gnus-play-startup-jingle): Remove.
3055 (gnus-splash): Don't play jingle.
3056 (gnus): Silence gnus-load message.
3057
3058 * gnus-art.el (gnus-treat-play-sounds): Remove.
3059
3060 * gnus.el (gnus-play-jingle): Remove audio support.
3061
3062 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3063
3064 * earcon.el: Remove -- no users.
3065
3066 * gnus-audio.el: Remove -- no users of this package.
3067
3068 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3069
3070 * gnus-start.el (gnus-setup-news): Remove nocem support.
3071
3072 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3073
3074 * gnus.el (gnus-use-nocem): Remove.
3075
3076 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3077 Remove.
3078
3079 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3080 uses NoCeM any more.
3081
3082 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3083 (gnus-button-ctan-handler): Ditto.
3084 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3085 (gnus-button-ctan-directory-regexp): Ditto.
3086 (gnus-button-handle-ctan): Ditto.
3087 (gnus-button-tex-level): Ditto.
3088 (gnus-button-alist): Remove CTAN stuff.
3089
3090 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3091
3092 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3093 nnimap-streaming test.
3094
3095 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3096 servers twice.
3097
3098 * nnimap.el (nnimap-open-connection): Add more error reporting when
3099 nnimap fails early.
3100
3101 * nnheader.el (nnheader-get-report-string): New function.
3102 (nnheader-get-report): Use it.
3103
3104 * gnus-int.el (gnus-check-server): Say what the error was when opening
3105 failed.
3106
3107 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3108 using streaming.
3109
3110 2010-09-25 Julien Danjou <julien@danjou.info>
3111
3112 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3113 gnus-window-inside-pixel-edges.
3114
3115 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3118
3119 * mm-decode.el (mm-save-part): Allow saving to other directories the
3120 normal Emacs way.
3121
3122 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3123 Suggested by Jay Berkenbilt.
3124
3125 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3126 there isn't a single byte.
3127
3128 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3129 just do it. It doesn't really seem to matter what the user responds
3130 here, I think, so it's just a confusing question.
3131
3132 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3133 non-streaming case.
3134
3135 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3136 (gnus-article-encrypt-body): Use it.
3137
3138 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3139 keystroke.
3140
3141 * nnimap.el (nnimap-find-wanted-parts-1):
3142 Use gnus-fetch-partial-articles.
3143
3144 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3145
3146 * nnimap.el (nnimap-insert-partial-structure): New function.
3147 (nnimap-get-partial-article): New function.
3148 (nnimap-request-article): Use it.
3149 (nnimap-wait-for-response): Return whether the wait was successful.
3150 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3151 retrieval wasn't successful.
3152 (nnimap-retrieve-group-data-early): Allow throttling servers.
3153 (nnimap-streaming): New variable.
3154 (nnimap-fetch-partial-articles): Remove.
3155
3156 * mm-decode.el (mm-with-part): Protect against killed buffers.
3157
3158 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3159 for prettier summary display.
3160
3161 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3162
3163 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3164
3165 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3168 apparently third-party libraries depend on it.
3169
3170 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3171 before starting negotiation.
3172
3173 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3174 privacy reasons.
3175 (gnus-treat-mail-gravatar): Ditto.
3176
3177 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3178 buffer when inserting images. Inserting text into the headers, for
3179 instance, can make them invalid.
3180
3181 2010-09-25 Julien Danjou <julien@danjou.info>
3182
3183 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3184 variables.
3185
3186 * nnheader.el: Remove useless variables news-reply-yank-from and
3187 news-reply-yank-message-id.
3188
3189 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3190 variables.
3191
3192 * mml1991.el: Remove useless mml1991-verbose.
3193
3194 * gnus.el: Remove useless variable gnus-use-generic-from.
3195 Remove obsolete variable gnus-topic-indentation.
3196
3197 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3198
3199 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3200
3201 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3202
3203 * gnus-group.el: Remove useless gnus-group-icon-cache.
3204 Remove useless gnus-ephemeral-group-server.
3205
3206 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3207
3208 * mml2015.el: Remove useless mml2015-verbose.
3209
3210 * mml-smime.el: Remove useless mml-smime-verbose.
3211
3212 * gnus.el: Remove useless gnus-local-domain.
3213
3214 * gnus-gravatar.el (gnus-gravatar-transform-address):
3215 Use gnus-gravatar-size.
3216
3217 * gnus-art.el: Remove useless gnus-treat-translate.
3218
3219 2010-09-24 Julien Danjou <julien@danjou.info>
3220
3221 * gnus-sum.el: Add support for Gravatars.
3222
3223 * gnus-art.el: Add support for Gravatars.
3224
3225 * gnus-gravatar.el: Add this file.
3226
3227 * gravatar.el: Add this file.
3228
3229 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3230
3231 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3232
3233 * gnus-group.el (gnus-group-fetch-faq): Remove.
3234
3235 * gnus.el (gnus-group-faq-directory): Remove.
3236
3237 * gnus-group.el (gnus-group-fetch-charter): Remove.
3238
3239 * gnus.el (gnus-group-charter-alist): Remove.
3240
3241 * gnus-group.el (gnus-group-archive-directory): Remove.
3242 (gnus-group-recent-archive-directory): Ditto.
3243 (gnus-group-make-archive-group): Remove.
3244
3245 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3246
3247 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3248 use the same article number for all the cached articles.
3249
3250 * nnimap.el (nnimap-command): Register the last command time so
3251 that we can use it for idling NOOPs.
3252 (nnimap-open-connection): Start the keeplive timer.
3253 (nnimap-make-process-buffer): Store all the process buffers.
3254 (nnimap-keepalive): New function.
3255
3256 * starttls.el (starttls-open-stream): Add autoload cookie.
3257
3258 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3259
3260 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3261 handling.
3262
3263 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264
3265 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3266 its data structures.
3267
3268 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3269 instead of the cl.el copy-list.
3270 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3271 equalp.
3272
3273 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3274
3275 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3276 and tool-bar-local-item-from-menu.
3277
3278 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3279 mode-line-highlight face for Emacs.
3280
3281 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3282 loading gnus-sum.elc; fix comment for canlock-verify.
3283 (gnus-article-jump-to-part): Use read-number.
3284 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3285 Remove Emacs pre-21 compatible code for help-echo.
3286 (gnus-article-next-page-1): No need to adjust the number of lines.
3287 (gnus-article-describe-bindings): Always use help-buffer.
3288
3289 * gnus-audio.el (gnus-audio-inline-sound)
3290 * gnus-cus.el (gnus-custom-mode)
3291 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3292
3293 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3294
3295 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3296 compatible code.
3297
3298 2010-09-24 Glenn Morris <rgm@gnu.org>
3299
3300 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3301 visiting the fcc file in rmail-mode.
3302
3303 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3304
3305 * nnir.el: Silence the byte compiler.
3306
3307 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3308 alias to browse-url-url-encode-chars if any.
3309 (gnus-html-encode-url): Use it.
3310
3311 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3312
3313 * gnus-start.el (gnus-use-backend-marks): New variable.
3314 (gnus-get-unread-articles-in-group): Use it.
3315
3316 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3317 makeover.
3318
3319 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3320
3321 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3322
3323 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3324
3325 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3326 Remove.
3327 (gnus-setup-news-hook):
3328 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3329
3330 * gnus-int.el (gnus-request-update-info): Protect against backends not
3331 having the function.
3332
3333 * nnimap.el (nnimap-stream): Mention starttls.
3334 (nnimap-open-connection): Add starttls support.
3335
3336 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3337
3338 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3339
3340 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3341
3342 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3343 BODYSTRUCTUREs.
3344 (nnimap-transform-headers): Unfold quoted {42} headers.
3345
3346 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3347 the info.
3348 (gnus-get-unread-articles): Only call updatep on backends that support
3349 it.
3350
3351 * nnweb.el (nnweb-request-update-info): NOOP.
3352
3353 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3354
3355 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3356 since it only deals with marks.
3357
3358 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3359 gnus-request-marks, and make a new gnus-request-update-info.
3360
3361 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3362 the active instead of the high number, which is usually too low.
3363
3364 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3365
3366 * encrypt.el: Remove.
3367
3368 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3369
3370 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3371 server in symbolic form.
3372
3373 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3374
3375 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3376
3377 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3378 (nnimap-update-info): Fix up code slightly.
3379
3380 * gnus-int.el (gnus-open-server): Add tracing for performance
3381 debugging.
3382
3383 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3384 (gnus-group-insert-group-line): Pass the real group name so that it
3385 gets the right data.
3386
3387 * gnus-start.el (gnus-get-unread-articles): Don't have
3388 `gnus-get-unread-articles-in-group' update info, since that can be
3389 really slow and doesn't seem to be needed?
3390
3391 2010-09-22 Julien Danjou <julien@danjou.info>
3392
3393 * gnus-group.el (gnus-group-insert-group-line):
3394 Call gnus-group-highlight-line.
3395 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3396 default hook list.
3397 (gnus-group-update-eval-form): Add new function.
3398 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3399 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3400
3401 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3402
3403 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3404 immediate, then expire all articles.
3405 (nnimap-update-info): Fix off-by-one errors.
3406 (nnimap-flags-to-marks): Would return no marks lists for group with no
3407 flags. Instead return the other data.
3408
3409 2010-09-22 Julien Danjou <julien@danjou.info>
3410
3411 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3412 Only return an icon.
3413 (gnus-group-insert-group-line): Compute icon to return.
3414
3415 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3416 (gnus-html-image-fetched): Only cache if
3417 gnus-html-image-automatic-caching is set.
3418 (gnus-html-image-fetched): Check for errors.
3419
3420 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3421
3422 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3423 once per method on `g'. This ensures that backends like nnfolder don't
3424 open all their folders.
3425
3426 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3427 (nnimap-request-list): Nix out group in the correct buffer.
3428 (nnimap-parse-flags): Implement by using `read' instead of
3429 hand-parsing.
3430 (nnimap-flags-to-marks): Pass on permanent-flags.
3431 (nnimap-make-process-buffer): Record the server name.
3432 (nnimap-parse-flags): Fix typo.
3433 (nnimap-request-scan): Run split on the server in general, not just a
3434 single group.
3435
3436 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3437 parameter, and propagate this downwards.
3438
3439 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3440 since EXAMINE changes it on the server.
3441
3442 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3443 this command might take a while.
3444
3445 2010-09-22 Julien Danjou <julien@danjou.info>
3446
3447 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3448 harmful if you have 2 images side-by-side, they can't be properly
3449 update on text deletion. Using text-property is safer here.
3450 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3451 data.
3452
3453 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3454
3455 * nnimap.el (nnimap-expunge-inbox): Remove.
3456 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3457 (nnimap-expunge): Flip default to t.
3458
3459 * gnus.el (gnus-method-to-server): Don't push things to the cache
3460 unless it's unique.
3461 (gnus-server-to-method): Ditto.
3462
3463 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3464
3465 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3466
3467 2010-09-22 Julien Danjou <julien@danjou.info>
3468
3469 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3470 get the start of data.
3471 (gnus-html-encode-url): Add this function to encode special chars in
3472 URL.
3473 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3474 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3475
3476 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3477 default.
3478 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3479
3480 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3481 images alt-text.
3482 (gnus-html-put-image): Put alt-text as help-echo.
3483
3484 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3487 * mm-util.el (mm-decompress-buffer)
3488 * nnir.el (nnir-run-find-grep)
3489 * pop3.el (pop3-list): Use 3rd arg of split-string.
3490
3491 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3492
3493 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3494 outside the active range. Suggested by Dan Christensen.
3495
3496 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3497 slightly later to avoid double-getting it.
3498
3499 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3500 previous patch.
3501
3502 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3503
3504 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3505
3506 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3507
3508 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3509
3510 * gnus-int.el (gnus-open-server): Give a better error message in the
3511 "go offline" case.
3512
3513 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3514 marks for nnimap, which is seldom the right thing to do.
3515
3516 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3517 (gnus-same-method-different-name): New function.
3518
3519 * nnimap.el (parse-time): Require.
3520
3521 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3522 method in the presence of many similar methods.
3523
3524 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3525
3526 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3527 nnml-inhibit-expiry.
3528
3529 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3530 find out whether methods are equal.
3531
3532 * nnimap.el (nnimap-find-expired-articles): New function.
3533 (nnimap-process-expiry-targets): New function.
3534 (nnimap-request-move-article): Request the article before looking at
3535 what the Message-ID is. Fix found by Andrew Cohen.
3536 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3537
3538 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3539 for oldness in addition to being a predicate.
3540
3541 * nnimap.el (nnimap-request-group): When we have zero articles, return
3542 the right data to Gnus.
3543 (nnimap-request-expire-articles): Only delete articles immediately if
3544 the target is 'delete.
3545
3546 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3547 method, this would bug out.
3548
3549 * gnus-group.el (gnus-group-expunge-group): Rename from
3550 gnus-group-nnimap-expunge, and implemented as a normal interface
3551 function.
3552
3553 * gnus-int.el (gnus-request-expunge-group): New function.
3554
3555 * nnimap.el (nnimap-request-create-group): Implement.
3556 (nnimap-request-expunge-group): New function.
3557
3558 2010-09-21 Julien Danjou <julien@danjou.info>
3559
3560 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3561 (gnus-html-cache-expired): Add new function.
3562 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3563 wethever we should display image for fetch it.
3564 Compute alt-text earlier to pass it to the fetching function too.
3565 (gnus-html-schedule-image-fetching): Change function argument to only
3566 get one image at a time, not a list.
3567 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3568 cache.
3569 (gnus-html-get-image-data): New function to retrieve image data from
3570 cache.
3571 (gnus-html-put-image): Change buffer argument to use image data rather
3572 than file, and place image above region rather than inserting a new
3573 one. Do not take alt-text as argument, since it's useless now: we place
3574 the image above alt-text.
3575 (gnus-html-prune-cache): Remove.
3576 (gnus-html-show-images): Start to fetch image when we find one, do not
3577 push into a temporary list.
3578 (gnus-html-prefetch-images): Only fetch image if they have expired.
3579 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3580 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3581
3582 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3583
3584 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3585
3586 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3587
3588 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3589 spec inser "*" if the group isn't active instead of 0.
3590
3591 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3592 opening the server.
3593 (nnimap-request-delete-group): Implement group deletion.
3594 (nnimap-transform-headers): Return the size of the entire message in
3595 the Bytes header, not just the size of the first part.
3596 (nnimap-request-move-article): When moving an article from nnimap,
3597 request the article first so the accepting form has an article to
3598 accept. Reported by Dan Christensen.
3599 (nnimap-command): Make sure that the error message doesn't error out.
3600
3601 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3602
3603 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3604 we haven't requested anything.
3605
3606 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3607
3608 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3609 "". Fix found by Andrew Cohen.
3610
3611 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3612 instead of -encode-string.
3613
3614 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3615
3616 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3617
3618 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3619 by mm-subst-char-in-string.
3620
3621 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3622
3623 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3624 waiting for the connection string.
3625
3626 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3627 arriving.
3628
3629 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3630 bogus characters. This allows selecting certain Gmail groups.
3631
3632 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3633 (nnimap-fetch-partial-articles): New variable.
3634 (nnimap-open-connection): When looking for credentials, also use the
3635 nnimap-server-port.
3636 (nnimap-request-article): Return the group/article number, so that Gnus
3637 `^' works as expected.
3638 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3639
3640 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3641 comments.
3642 (gnus-methods-sloppily-equal): New function.
3643 (gnus): When using the development version of Gnus, load the gnus-load
3644 file.
3645
3646 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3647 `gnus-open-server' on each method before trying to scan them etc.
3648 This ensures that all the backend parameters are set correctly.
3649
3650 * nnimap.el (nnimap-authenticator): New variable.
3651 (nnimap-open-connection): Allow anonymous login.
3652 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3653 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3654
3655 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3656 patch, found by Knut Anders Hatlen.
3657
3658 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3659
3660 * gnus-agent.el (gnus-agent-batch-confirmation)
3661 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3662 to gnus-message.
3663 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3664 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3665 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3666 * gnus-int.el (gnus-open-server): Likewise.
3667 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3668 (gnus-score-check-syntax): Likewise.
3669 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3670 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3671 Likewise.
3672 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3673
3674 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3675
3676 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3677 calling conventions so that prefetch doesn't bug out.
3678
3679 2010-09-19 Julien Danjou <julien@danjou.info>
3680
3681 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3682 rather than `subst-char-in-region' in order to be able to replace ASCII
3683 char by UTF-8 ones.
3684
3685 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3686 than curl.
3687 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3688 the right URL and ALT text on images.
3689 (gnus-html-wash-tags): Fix tag case.
3690 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3691 (gnus-article-html): Add -o display_ins_del=2 option.
3692 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3693
3694 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3695
3696 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3697 the extra mail headers, which sometimes seem to happen for unknown
3698 reasons.
3699
3700 * mail-parse.el (mail-header-encode-parameter): Define as
3701 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3702 (or most, perhaps?) mail readers don't understand the latter, but do
3703 understand the former.
3704
3705 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3706 to nil, so that no methods are automatically agentized. I think this
3707 is probably what most users want.
3708
3709 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3710 from url-retrieve, for instance about invalid URLs.
3711
3712 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3713 groups that have no articles.
3714 (nnimap-request-article): Check that we really got an article when we
3715 requested one.
3716
3717 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3718 doesn't exist.
3719
3720 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3721 nntp buffer so the agent can save it.
3722 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3723 that CRLF doesn't get translated to \n.
3724 (nnimap-open-connection): Don't make 'shell commands only send \n.
3725
3726 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3727
3728 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3729 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3730 Update var name.
3731 (nnml-generate-nov-file): Use dolist.
3732 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3733 Use with-current-buffer.
3734
3735 2010-09-18 Julien Danjou <julien@danjou.info>
3736
3737 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3738 parallel.
3739
3740 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3741
3742 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3743 the range update right.
3744 (nnimap-request-group): Don't make `M-g' bug out on group with no
3745 marks.
3746 (nnoo): Require, so that other packages can require nnimap.
3747 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3748 command we're looking for. This helps when the server sends more
3749 responses after we've gotten everything we expected.
3750 (nnimap): Add a `newlinep' field to keep track of end-of-line
3751 conventions.
3752 Don't send CRLF to things that don't want it.
3753 (nnimap-request-accept-article): Ditto.
3754
3755 2010-09-18 Julien Danjou <julien@danjou.info>
3756
3757 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3758 than curl to retrieve images.
3759
3760 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3761
3762 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3763 the marks.
3764 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3765 (nnimap-wait-for-connection): New function.
3766 (nnimap-open-connection): If we have PREAUTH, don't query for login
3767 credentials.
3768 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3769 when doing a partial update.
3770
3771 2010-09-18 Julien Danjou <julien@danjou.info>
3772
3773 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3774 tags.
3775
3776 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3777
3778 * nnimap.el (nnimap-credentials): New function.
3779 (nnimap-open-connection): Use the new function to look for credentials
3780 also on the numeric equivalents of "imap" and "imaps".
3781
3782 * gnus-start.el (gnus-activate-group): Send the info to
3783 gnus-request-group.
3784
3785 * nnimap.el (nnimap-request-group): Have the "check" version of the
3786 function parse flags and update the info, so that a `M-g' get a total
3787 resync of all flags from the group.
3788
3789 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3790 to allow backends to alter the info on group selection. Also alter all
3791 the backend -request-group functions to take the parameter.
3792
3793 * nnimap.el (nnimap-store-info): New function.
3794 (nnimap-update-info): Store the info for later usage.
3795 (nnimap-request-group): Use the stored info for the dont-check case, so
3796 that we don't retrieve all marks when we enter a group.
3797
3798 * nnimap.el: Use deffoo instead of defun for interface functions.
3799
3800 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3801 update the group info. This makes the nndraft groups, for instance, go
3802 back to their old behaviour.
3803
3804 * gnus-sum.el (gnus-select-newsgroup): Indent.
3805
3806 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3807 in.
3808 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3809 nothing.
3810
3811 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3812 from methods that are denied.
3813
3814 * gnus-int.el (gnus-method-denied-p): New function.
3815
3816 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3817 store the password instead of netrc.
3818 (nnimap-open-connection): Don't error out when we can't make a
3819 connections.
3820
3821 * auth-source.el (auth-source-create): In the password prompt, say what
3822 we're querying for. Also prompt for user name if that hasn't been
3823 given.
3824
3825 * nnimap.el (nnimap-with-process-buffer): Remove.
3826
3827 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3828
3829 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3830 method when we're reading from the agent.
3831
3832 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3833
3834 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3835 that's probably most useful for users.
3836
3837 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3838 "failed" all the time.
3839
3840 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3841 ...)) with (with-current-buffer ... ).
3842
3843 * nntp.el (nntp-open-server): Return whether the open was successful or
3844 not.
3845
3846 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3847 select an unread unseen article first.
3848
3849 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3850 /etc/services, supply some sensible port defaults.
3851
3852 2010-09-17 Julien Danjou <julien@danjou.info>
3853
3854 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3855
3856 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3857
3858 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3859 doesn't have any parameters.
3860
3861 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3862
3863 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3864 only upcased checks.
3865
3866 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3867
3868 * nnimap.el (nnimap-open-shell-stream): New function.
3869 (nnimap-open-connection): Use it.
3870 (nnimap-transform-headers): Get the number of lines in each message.
3871 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3872 number of lines.
3873 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3874 problem.
3875
3876 * utf7.el (utf7-encode): Autoload.
3877
3878 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3879 to allow the mail splitting to not return a default group. This is
3880 useful for nnimap, which will leave unmatched mail in the inbox.
3881
3882 * nnimap.el: Rewritten.
3883
3884 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3885 nnimap usage.
3886
3887 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3888 if the move is internal, so that nnimap can do fast internal moves.
3889
3890 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3891 data.
3892 (gnus-read-active-for-groups): Support finishing the early retrieval of
3893 data.
3894
3895 * gnus-range.el (gnus-range-nconcat): New function.
3896
3897 * gnus-int.el (gnus-finish-retrieve-group-infos)
3898 (gnus-retrieve-group-data-early): New functions.
3899
3900 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3901
3902 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3903 (nnrss-retrieve-groups):
3904 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3905 (pop3-quit): Use with-current-buffer.
3906
3907 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3910 instead of nnheader-accept-process-output.
3911
3912 * gnus-html.el (gnus-html-schedule-image-fetching)
3913 (gnus-html-prefetch-images): Replace process-kill-without-query by
3914 gnus-set-process-query-on-exit-flag.
3915
3916 2010-09-16 Romain Francoise <romain@orebokech.com>
3917
3918 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3919
3920 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3921
3922 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3923 parameter to unintern is mandatory-ish in Emacs 24.
3924
3925 * gnus-html.el (gnus-html-schedule-image-fetching)
3926 (gnus-html-prefetch-images): Check for curl before using it.
3927
3928 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3929 depend on curl, which isn't essential.
3930
3931 * imap.el: Revert back to version
3932 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3933 seem problematic.
3934
3935 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * gnus-registry.el (gnus-registry-install-shortcuts):
3938 Explicitly pass `obarray' to `unintern' to avoid a warning.
3939
3940 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3941
3942 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3943 change.
3944
3945 * nnrss.el (nnrss-request-list): Remove this function and related
3946 functions, including the moreover stuff.
3947
3948 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3949
3950 * nnrss.el (nnrss-retrieve-groups): New function.
3951
3952 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * .dir-locals.el: Add no-byte-compile cookie.
3955
3956 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3957
3958 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3959 for back end that doesn't support request-scan.
3960
3961 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3962
3963 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3964 then do request scans from the backends.
3965
3966 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3967 avoid running a hook per line, since this takes a lot of time,
3968 profiling shows.
3969 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3970 directly if gnus-visual-p is true.
3971
3972 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3973
3974 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3975 groups; replace mapcar with dolist which is a bit faster; pass groups
3976 info to gnus-read-active-file-1.
3977 (gnus-read-active-file-1): Scan only specified groups if the new
3978 optional arg `infos' is given.
3979
3980 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3981
3982 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3983
3984 * pop3.el (pop3-movemail): Remove.
3985 (pop3-streaming-movemail): Rename to pop3-movemail.
3986
3987 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3988 don't restrict end-tag searches to the end of the line.
3989
3990 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3993 articles of every unchecked group to t, which means unknown since the
3994 server has never been opened.
3995
3996 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * gnus-html.el (gnus-html-show-alt-text): New command.
3999 (gnus-html-browse-image): Ditto.
4000 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4001 to browse the image directly.
4002 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4003 better.
4004
4005 * gnus-async.el (gnus-async-article-callback):
4006 Call `gnus-html-prefetch-images' unconditionally.
4007
4008 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4009 before feeding URLs to curl.
4010
4011 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4012
4013 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4014 internal images as deletable by `W D D'.
4015
4016 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4017 (gnus-async-article-callback): Fix typo.
4018
4019 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4020
4021 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4022 current line to work around bugs in the output from w3m.
4023
4024 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4025 for groups that want that.
4026
4027 * nntp.el (nntp-wait-for-string): Supply a timeout for
4028 accept-process-output to ensure progress.
4029
4030 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4031 level to get unread articles from, then use that for foreign groups,
4032 too.
4033
4034 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4035 confuses the rest of the function.
4036
4037 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4038 for the methods that support -retrieve-groups, too.
4039
4040 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4041
4042 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * pop3.el: Require cl when compiling.
4045 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4046
4047 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4048
4049 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4050 that aren't going to be activated.
4051 (gnus-get-unread-articles): Fix up the last commit.
4052
4053 * gnus-html.el (gnus-article-html): Allow calling without specifying
4054 the handle. In that case, dissect the buffer first.
4055
4056 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4057
4058 * nnimap.el (nnimap-open-connection): Revert the change that would look
4059 into authinfo for imaps instead of imap.
4060
4061 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4062 say that you don't want to call gnus-request-group with don-check, but
4063 do check the reponse. This is for virtual groups only.
4064 (gnus-get-unread-articles): Count the archive groups as secondary, so
4065 that they're activated the same way as before.
4066
4067 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4068 case-insensitively.
4069 (nnimap-debug): Remove.
4070
4071 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4072 mail from a file, and the file doesn't exist.
4073
4074 * pop3.el (pop3-streaming-movemail): Return t for success.
4075
4076 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4077 .authinfo if we're using ssl connection.
4078
4079 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4080 already have if we're in a main Gnus `g' run.
4081
4082 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4083
4084 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4087
4088 * nnmh.el (nnmh-request-list-1): Bind `file'.
4089
4090 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4091 alias to set-process-query-on-exit-flag or process-kill-without-query.
4092 (pop3-open-server): Use it.
4093
4094 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4095
4096 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4097 box to the Incoming file. Fixes mistake in previous checkin.
4098
4099 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4100 request loop (for debugging purposes) removed.
4101
4102 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4103 culprit is more visible.
4104 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4105 (nnml-add-incremental-nov): New functions to do "incremental" nov
4106 updates, where we just append to the end of the existing nov files
4107 without reading/writing them in full.
4108
4109 * mail-source.el (mail-source-delete-crash-box): Really only check the
4110 incoming files once in a while.
4111
4112 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4113
4114 * mail-source.el (mail-source-delete-crash-box): Only check the
4115 incoming files for deletion once per day to save a lot of file
4116 accesses.
4117
4118 * pop3.el (pop3-logon): Fix up unbound variable typo.
4119
4120 * mail-source.el (pop3-streaming-movemail): Autoload.
4121
4122 * pop3.el (pop3-streaming-movemail):
4123 Respect pop3-leave-mail-on-server.
4124
4125 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4126 retrieval.
4127
4128 * pop3.el (pop3-process-filter): Remove unused function.
4129 (pop3-streaming-movemail, pop3-send-streaming-command)
4130 (pop3-wait-for-messages, pop3-write-to-file)
4131 (pop3-number-of-responses): New functions for streaming pop3
4132 retrieval.
4133
4134 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4135 come from no known methods.
4136 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4137 list.
4138
4139 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4140 message sizes.
4141 (pop3-movemail): Use erase-buffer instead of looping and deleting
4142 regions, which seems rather odd.
4143
4144 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4145 file once per `g' run.
4146
4147 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4148 directories. This makes the draft queue directory work.
4149
4150 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4151 data from the backends, so that we only request the list of groups from
4152 each method once. This should speed things up considerably.
4153
4154 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4155 detect that it's not implemented.
4156
4157 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4158 we actually do recurse down into the tree, but don't stat all leaf
4159 nodes.
4160
4161 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4162 then say so instead of bugging out.
4163
4164 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4165 files exist before trying to read them.
4166
4167 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4168 around <pre_int>.
4169
4170 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4171
4172 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4173
4174 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * mm-util.el (mm-image-load-path): Just return the image directories,
4177 not all directories in the path in addition to the image directories.
4178 (mm-image-load-path): Maintain a cache of the image directories so that
4179 the `g' command in Gnus doesn't have to stat dozens of directories each
4180 time.
4181
4182 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4183 (gnus-html-wash-tags): Add a new `i' command to insert images.
4184 (gnus-html-insert-image): New command and keystroke.
4185 (gnus-html-redisplay-with-images): New command and keystroke.
4186 (gnus-html-show-images): Rename command.
4187 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4188 spacers.
4189 (gnus-html-wash-tags): Decode entities at the end, so that entities
4190 inside the tags don't mess up the rest of the "parsing".
4191
4192 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4193 so that nnimap methods aren't agentized by default. There's apparently
4194 many problems related to agent/imap behaviour.
4195
4196 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4197
4198 * gnus-html.el: Doc fix.
4199
4200 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4203 glyph-width and glyph-height instead of display-graphic-p and
4204 image-size; make avoidance of displaying small images work for XEmacs.
4205
4206 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4207 for XEmacs.
4208
4209 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4210 of symbol that holds plist data.
4211 (gnus-process-plist): Remove plist of process after getting it.
4212
4213 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4214
4215 * message.el (message-generate-hashcash): Change default to
4216 'opportunistic if hashcash is installed.
4217
4218 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4219 (gnus-html-put-image): Only call image-size once, since it's somewhat
4220 time-consuming on remote X servers.
4221
4222 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4223
4224 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4225 decoded contents.
4226 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4227
4228 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4229
4230 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4231 group line format, since it isn't very interesting.
4232
4233 * gnus-agent.el (gnus-agent-short-article),
4234 (gnus-agent-long-article): Increase values for these two variables,
4235 since most people are likely to have more network connection and
4236 storage than before.
4237
4238 * gnus.el (gnus-refer-article-method): Change default to 'current.
4239 When referring an article, the common behaviour is to refer it from the
4240 current select method, not the native select method. The chances of
4241 the native select method having the message in question is rather slim
4242 these days.
4243
4244 * gnus-sum.el (gnus-auto-select-subject): Change default to
4245 `unseen-or-unread'. I think it's likely that most people want to
4246 select an unseen article over a previously seen, but unread one.
4247
4248 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4249 means that in the article buffer none of the minor mode elements will
4250 be shown, usually, and this is not desirable in most cases.
4251
4252 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4253 that commands like `d' (and the like) go to the next line in the
4254 buffer, instead of the next unread article. I think this is the
4255 behaviour that is most natural for most users.
4256 (gnus-single-article-buffer): Change default to nil, so that people can
4257 have as many article buffers open as they have summary buffer. I think
4258 this is the most natural way for the groups to behave.
4259
4260 * message.el (message-generate-new-buffers): Change default to
4261 `unsent', so that all new message buffers start their names with the
4262 string "*unsent", and it's easier to find the buffers if you move from
4263 them.
4264
4265 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4266
4267 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4268 small. They're probably tracking images.
4269 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4270 (gnus-html-rescale-image): Yet another try at getting the image sizing
4271 right.
4272
4273 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4274 nntp-marks-file-name is nil.
4275
4276 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4277
4278 * gnus-html.el (gnus-html-wash-tags)
4279 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4280 Better logging.
4281
4282 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4283
4284 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4285
4286 * gnus-html.el (gnus-html-wash-tags): Check the value of
4287 gnus-blocked-images in the summary buffer.
4288
4289 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4290
4291 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4292
4293 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4294
4295 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4296 like "a", it seems like.
4297 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4298 since it needs to be picked from the correct buffer.
4299
4300 * nnwfm.el: Remove.
4301
4302 * nnlistserv.el: Remove.
4303
4304 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4305
4306 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4307 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4308
4309 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * nnkiboze.el: Remove.
4312
4313 * nndb.el: Remove.
4314
4315 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4316 alt text.
4317 (gnus-html-rescale-image): Try to get the rescaling logic right for
4318 images that are just wide and not tall.
4319
4320 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4321 overshadow variable bindings.
4322
4323 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4324
4325 * gnus-html.el (gnus-html-wash-tags)
4326 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4327 Add extra logging.
4328
4329 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4330
4331 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4332 (gnus-max-image-proportion): New variable.
4333 (gnus-html-rescale-image): New function.
4334 (gnus-html-put-image): Rescale images.
4335
4336 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 Fix up some byte-compiler warnings.
4339 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4340 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4341 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4342 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4343 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4344 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4345 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4346
4347 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4348
4349 * gnus-html.el (gnus-article-html): Decode contents by charset.
4350
4351 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4352
4353 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4354 (gnus-html-frame-width, gnus-blocked-images)
4355 * message.el (message-prune-recipient-rules): Add custom version.
4356 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4357
4358 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4359 functions.
4360
4361 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4362 gnus-process-get.
4363
4364 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4365
4366 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4367 instead of lsub directly.
4368
4369 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4370
4371 * nnwarchive.el: Remove.
4372
4373 * gnus-soup.el: Remove.
4374
4375 * nnsoup.el: Remove.
4376
4377 * nnultimate.el: Remove.
4378
4379 * gnus-html.el (gnus-blocked-images): New variable.
4380
4381 * message.el (message-prune-recipients): New function.
4382 (message-prune-recipient-rules): New variable.
4383
4384 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4385 guess whether a long line is natural text or not.
4386
4387 * gnus-html.el (gnus-html-schedule-image-fetching):
4388 Use gnus-process-plist and friends for compatibility.
4389
4390 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * gnus-html.el: Require packages that define macros used in this file.
4393 (gnus-article-mouse-face): Declare to silence byte-compiler.
4394 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4395 process-get.
4396 (gnus-html-put-image): Use plist-get to avoid getf.
4397 (gnus-html-prefetch-images): Use with-current-buffer.
4398
4399 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4400
4401 * gnus-ems.el: Provide compatibility functions for
4402 gnus-set-process-plist.
4403
4404 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4405 * gnus.el (gnus-valid-select-methods)
4406 * message.el (message-send-mail-partially-limit)
4407 * mm-decode.el (mm-text-html-renderer)
4408 * mml.el (mml-insert-mime-headers-always)
4409 * smiley.el (smiley-regexp-alist): Bump custom version.
4410
4411 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4412
4413 * gnus-html.el: require mm-url.
4414 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4415 with the url to `url'.
4416 (gnus-html-wash-tags): Support cid: URLs/images.
4417
4418 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4419
4420 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4421 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4422 bindings, as they aren't useful at all. `w' is moved to `W w'.
4423
4424 * gnus-move.el: Remove file, since it doesn't really work.
4425
4426 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4427 UTF-8. This seems to fix problems with some German web feeds.
4428
4429 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4430 at the top so that the proper colours are applied.
4431
4432 * gnus-art.el (gnus-article-view-part): Doc fix.
4433
4434 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4435 XEmacs-compatible.
4436 (gnus-html-put-image): Don't do images on non-graphic displays.
4437
4438 * nnslashdot.el: Remove this unused backend.
4439
4440 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4441 actions.
4442 (gnus-undo-register-1): Revert last change.
4443
4444 * gnus-group.el (gnus-group-completing-read): Protect against not
4445 having completion-styles bound.
4446
4447 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4448 make broken recipients happier.
4449
4450 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4451
4452 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4453 point parameter.
4454
4455 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4456 completion-styles for group selection.
4457
4458 2009-02-04 Andreas Schwab <schwab@suse.de>
4459
4460 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4461 headers and regexp-quote the match if necessary.
4462
4463 2009-03-24 Miles Bader <miles@gnu.org>
4464
4465 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4466 the blinking smiley.
4467
4468 2009-03-24 Simon Josefsson <simon@josefsson.org>
4469
4470 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4471 blink smiley.
4472
4473 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4476 where the dribbel file lives exists.
4477
4478 * message.el (message-send-mail-partially-limit): Change the default to
4479 nil, since most people don't want this.
4480
4481 * mm-url.el (mm-url-decode-entities): Also decode entities like
4482 &#x3212.
4483
4484 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4485
4486 * gnus-sum.el (gnus-summary-idna-message):
4487 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4488 Hyperlink urls in docstrings with URL `...'.
4489
4490 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4491
4492 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4493 functions.
4494
4495 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4496
4497 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4498 say what the mouseover text should be.
4499
4500 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4501 version of the mm-w3m-safe-url-regexp variable to only download images
4502 in the groups where we want that to happen.
4503
4504 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4505
4506 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4507 easier debugging.
4508 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4509 big pictures in the article buffer.
4510
4511 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4512 gnus-article-html.
4513 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4514 w3m.
4515
4516 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4517
4518 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519
4520 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4521 which doesn't exist.
4522
4523 * message.el (message-inhibit-ecomplete): New variable to allow some
4524 function to inhibit ecomplete address storage.
4525 (message-resend): Disable ecomplete message storage when resending
4526 messages.
4527
4528 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4529
4530 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4531
4532 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4533 Save excursion while copying, moving, and deleting articles in order to
4534 prevent the cursor from jumping to unforeseen place.
4535
4536 2010-08-17 Glenn Morris <rgm@gnu.org>
4537
4538 * gnus-sync.el: Require gnus components whose functions are used.
4539
4540 * gnus-art.el (bookmark-make-record-function):
4541 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4542 Declare for compiler.
4543
4544 * mm-url.el (mml-compute-boundary): Autoload.
4545
4546 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4547
4548 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4549
4550 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4551
4552 Typo fix "hoo4a" -> "hook".
4553
4554 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4555
4556 2010-08-14 Glenn Morris <rgm@gnu.org>
4557
4558 * gnus-sync.el (gnus-sync): Fix defgroup version.
4559
4560 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4561
4562 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4563
4564 * gnus-sync.el: Fix docs.
4565 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4566 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4567
4568 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4569
4570 Optimizations for gnus-sync.el.
4571
4572 * gnus-sync.el: Add docs about gnus-sync-backend
4573 possibilities.
4574 (gnus-sync-save): Remove unnecessary message.
4575 (gnus-sync-read): Optimize and show what groups were skipped.
4576
4577 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4578
4579 Minor bug fixes for gnus-sync.el.
4580
4581 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4582 Don't read the sync on get-new-news.
4583
4584 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4585 quiet.
4586
4587 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4588 (fix typo).
4589
4590 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4591
4592 Make saving and restoring of hidden threads work with overlays.
4593 Patch applied by Ted Zlatanov.
4594
4595 * gnus-sum.el (gnus-hidden-threads-configuration)
4596 (gnus-restore-hidden-threads-configuration): Update to deal with text
4597 properties, rather than searching for a magic character.
4598
4599 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4600
4601 New gnus-sync.el library for synchronization of marks.
4602
4603 * gnus-sync.el: New library for synchronization of marks.
4604
4605 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4606 renamed from `gnus-registry-grep-in-list'.
4607
4608 * gnus-registry.el (gnus-registry-follow-group-p):
4609 Use `gnus-grep-in-list'.
4610
4611 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4612
4613 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4614
4615 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4616 determining charset of text fails.
4617
4618 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * nnmail.el (nnmail-get-new-mail-1): Revert.
4621
4622 * nnml.el (nnml-active-number): Make sure names of newly created groups
4623 in nnml-group-alist are encoded.
4624
4625 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4626
4627 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4628 containing non-ASCII characters in active file for nnml back end.
4629
4630 2010-07-24 David Engster <dengste@eml.cc>
4631
4632 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4633 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4634
4635 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4636
4637 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4638 tag (Bug#6654).
4639
4640 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4641
4642 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4643 the article buffer, not the summary buffer.
4644
4645 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4646
4647 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4648 Emacs 23 as well.
4649
4650 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4651
4652 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4653 Patch applied by Karl Fogel.
4654
4655 * gnus-sum.el (gnus-summary-bookmark-make-record):
4656 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4657
4658 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4659
4660 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4661 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4662 C-w still not working correctly from Article buffers; Thierry's
4663 patch to fix that will be applied after this.
4664
4665 * gnus-art.el (bookmark-make-record-function): New local variable.
4666
4667 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4668 article buffer.
4669 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4670
4671 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4672
4673 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4674 on changes in bookmark.el.
4675
4676 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4677
4678 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4679 the *other* type of HTML form submission.
4680
4681 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4682
4683 * auth-source.el (auth-source-pick): If choice does not contain a
4684 questioned keyword, set the check to t.
4685
4686 2010-06-12 Romain Francoise <romain@orebokech.com>
4687
4688 * gnus-util.el (gnus-date-get-time): Move up before first use.
4689
4690 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4691
4692 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4693 (gnus-article-edit-part): Bind it to make last part that is substituted
4694 or deleted visible.
4695 (gnus-mime-display-single): Buttonize part of which id equals to
4696 gnus-mime-buttonized-part-id.
4697
4698 2010-06-10 Dan Christensen <jdc@uwo.ca>
4699
4700 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4701 (gnus-dd-mmm): Use gnus-date-get-time.
4702 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4703 simplify logic.
4704 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4705 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4706
4707 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4708
4709 * auth-source.el (top): Autoload `secrets-list-collections',
4710 `secrets-create-item', `secrets-delete-item'.
4711 (auth-sources): Fix tag string.
4712 (auth-get-source, auth-source-retrieve, auth-source-create)
4713 (auth-source-delete): New defuns.
4714 (auth-source-pick): Rewrite in order to avoid 2 passes.
4715 (auth-source-forget-user-or-password): New parameter USERNAME.
4716 (auth-source-user-or-password): New parameters CREATE-MISSING and
4717 DELETE-EXISTING. Retrieve password interactively, if needed.
4718
4719 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4720
4721 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4722 deleting unused directories when gnus-expert-user is t.
4723
4724 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4725
4726 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4727 for each temp file when gnus-article-browse-delete-temp is ask.
4728
4729 2010-05-20 Kevin Ryde <user42@zip.com.au>
4730
4731 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4732
4733 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4734
4735 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4736 article unless decoding article to be saved.
4737
4738 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4739
4740 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4741 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4742 generated within the mm-with-unibyte-current-buffer macro.
4743
4744 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4745
4746 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4747 to nil when we're in a mml-preview buffer and no group is selected.
4748
4749 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4750
4751 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4752 when catching the `C-g'. Reported by "Leo".
4753
4754 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * message.el (message-forward-make-body-plain)
4757 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4758 multibyte-string-p.
4759
4760 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * message.el (message-forward-make-body-mml): Assume original message
4763 is multibyte string; error on unibyte.
4764 (message-forward-make-body-plain): Ditto; don't add excessive newline
4765 in body end.
4766
4767 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4768
4769 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4770 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4771
4772 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4773
4774 * mm-extern.el (mm-extern-url): Don't use
4775 mm-with-unibyte-current-buffer.
4776 (mm-extern-cache-contents): Use with-current-buffer instead of
4777 save-excursion + set-buffer.
4778
4779 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * mm-util.el (mm-emacs-mule): Remove.
4782
4783 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4784
4785 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4786 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4787 change.
4788
4789 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4790
4791 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4792 bind the default value of enable-multibyte-characters to nil.
4793
4794 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * message.el (message-forward-make-body-plain)
4797 (message-forward-make-body-mml):
4798 Don't use mm-with-unibyte-current-buffer.
4799
4800 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4801
4802 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4803 (Bug#5592).
4804
4805 2010-05-07 Julien Danjou <julien@danjou.info>
4806
4807 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4808 it to mm-pipe-part.
4809
4810 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4811 it is given.
4812
4813 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 * nnweb.el (nnweb-gmane-search)
4816 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4817 XEmacs.
4818
4819 * gnus-art.el (gnus-article-browse-html-parts)
4820 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4821 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4822 make-temp-file.
4823
4824 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4825 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4826 compiling.
4827
4828 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4829 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4830 XEmacs when compiling.
4831
4832 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4833 gnus-pick-mode-off-hook for XEmacs when compiling.
4834 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4835 gnus-binary-mode-off-hook for XEmacs when compiling.
4836
4837 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4838 Return nil if char-charset is not available.
4839
4840 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4841 macro.
4842
4843 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4844 instead of encode-coding-string.
4845
4846 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4847 'xemacs) instead of mm-emacs-mule to switch function definitions.
4848 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4849
4850 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4851
4852 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4853
4854 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4855
4856 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4857 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4858
4859 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4860
4861 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4862 alias `jka-compr-delete-temp-file' no longer exists.
4863
4864 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 Use define-minor-mode in Gnus where applicable.
4867 * mml.el (mml-mode): Use define-minor-mode.
4868 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4869 (gnus-undo-mode): Use define-minor-mode.
4870 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4871 (gnus-dead-summary-mode): Use define-minor-mode.
4872 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4873 Initialize in declaration.
4874 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4875 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4876 (gnus-mailing-list-mode): Use define-minor-mode.
4877 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4878 (gnus-draft-mode): Use define-minor-mode.
4879 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4880 (gnus-dired-mode): Use define-minor-mode.
4881
4882 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4883
4884 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4885 handles on recursive mml-to-mime translation and check them for
4886 boundary delimiter collisions. Reported by Greg Troxel.
4887
4888 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4889
4890 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4891
4892 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * mm-util.el (mm-find-buffer-file-coding-system):
4895 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4896
4897 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4898
4899 * message.el (message-generate-headers): Record insertion of optional
4900 headers as well. Otherwise the check to prevent repeated insertion of
4901 optional headers is a no-op.
4902
4903 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4904
4905 * smime.el: Don't mention CVS.
4906
4907 * nnrss.el (nnrss-fetch): Don't mention CVS.
4908
4909 * nnir.el: Don't mention CVS.
4910
4911 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * gnus-sum.el (gnus-summary-bookmark-make-record):
4914 Add `location' field.
4915
4916 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4919 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4920 Use with-current-buffer to silence the byte-compiler.
4921 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4922 bother to require `gnus'.
4923 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4924
4925 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4926
4927 * gnus-sum.el (gnus-summary-bookmark-make-record)
4928 (gnus-summary-bookmark-jump): New functions.
4929 (gnus-summary-mode): Setup bookmark support.
4930
4931 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4932
4933 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4934 if set.
4935
4936 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4939 gnus-article-browse-html-save-cid-image; make it work recursively for
4940 forwarded messages as well.
4941 (gnus-article-browse-html-parts): Work when prefix arg is given.
4942 (gnus-article-browse-html-article): Doc fix.
4943
4944 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4945
4946 * message.el (message-default-mail-headers):
4947 (message-default-headers): Carry the value mail-default-headers over
4948 into message-default-mail-headers, rather than message-default-headers.
4949
4950 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4951
4952 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4953 charset.
4954
4955 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4956 charset into the <meta> tag when the article is encoded to utf-8.
4957
4958 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * gnus-art.el (gnus-article-browse-delete-temp-files):
4961 Delete directories as well.
4962 (gnus-article-browse-html-parts): Work for images that do not specify
4963 file names; delete temp directory when quitting; insert header at the
4964 right place; use file: scheme for image files.
4965
4966 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
4967
4968 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4969 (gnus-article-browse-html-parts): Use it to make temporary cid image
4970 files in addition to html file so that browser may display them.
4971
4972 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4973
4974 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4975
4976 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4977
4978 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4979
4980 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4981
4982 * auth-source.el (auth-sources): Change default to be simpler.
4983 Explain about Secret Service API sources. Improve Customize options.
4984 (auth-source-pick): Change to accept any number of search parameters.
4985 Implement fallbacks iteratively, not recursively. Add scoring on the
4986 second pass and sort by score. Call Secret Service API when needed.
4987 (auth-source-user-or-password): Use it. Call Secret Service API
4988 directly when needed to get the user name and the password.
4989
4990 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * message.el (message-interactive): Doc fix.
4993 (message-qmail-inject-args): Reflow.
4994 (message-kill-to-signature): Fix typo in docstring.
4995
4996 * smiley.el (smiley-buffer): Fix typo in docstring.
4997
4998 2010-03-24 Glenn Morris <rgm@gnu.org>
4999
5000 * mail-source.el (gnus-message): Declare.
5001 (mail-source-delete-old-incoming): Require gnus-util.
5002
5003 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5004
5005 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5006
5007 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5008
5009 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5010 password-cache's default if it is not bound.
5011 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5012 password-cache-expiry's default if it is not bound.
5013
5014 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5015 available in Emacs 21.
5016
5017 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5018
5019 * auth-source.el (auth-sources): Fix up definition so extra parameters
5020 are always inline.
5021
5022 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5023
5024 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5025 wasn't updated after mismatch. Clear cached mailbox info correctly
5026 when uidvalidity changes.
5027 (nnimap-group-prefixed-name): New function to avoid some code
5028 duplication.
5029 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5030 (nnimap-request-group): Use it.
5031 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5032 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5033 with many imap folders. This is done by caching the group status from
5034 the imap server persistently in a group parameter `imap-status'. (This
5035 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5036 but not persistently, so every Gnus startup was still very slow.)
5037
5038 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5039
5040 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5041 secrets.el dependency.
5042 (auth-sources): Add optional user name. Add secrets.el configuration
5043 choice (unused right now).
5044
5045 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * gnus-sum.el (gnus-summary-make-menu-bar):
5048 Let `gnus-registry-install-shortcuts' fill in the functions.
5049
5050 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5051 warnings.
5052 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5053 (gnus-registry-install-shortcuts): Populate and use it in a
5054 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5055
5056 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5057
5058 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5059 In-place substitutions for the group name encoding/decoding.
5060 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5061 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5062 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5063 (nnimap-update-unseen, nnimap-request-list)
5064 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5065 (nnimap-request-set-mark, nnimap-split-to-groups)
5066 (nnimap-split-articles, nnimap-request-newgroups)
5067 (nnimap-request-create-group, nnimap-request-accept-article)
5068 (nnimap-request-delete-group, nnimap-request-rename-group)
5069 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5070 `encoded-mbx' for consistency.
5071 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5072 variable `imap-current-mailbox'.
5073
5074 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5075 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5076
5077 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5078
5079 * pop3.el (pop3-display-message-size-flag): Display message size byte
5080 counts during POP3 download.
5081 (pop3-movemail): Use it.
5082 (pop3-list): Implement listing of available messages.
5083
5084 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5085
5086 * nnir.el (nnir-get-article-nov-override-function): New function to
5087 override the normal NOV retrieval.
5088 (nnir-retrieve-headers): Use it.
5089
5090 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5091
5092 * auth-source.el (netrc-machine-user-or-password): Autoload.
5093
5094 2010-03-19 Glenn Morris <rgm@gnu.org>
5095
5096 Stop message.el from loading about 40 libraries it doesn't always need.
5097 The general approach is to autoload rather than require, and to
5098 require in the specific functions rather than the file. (Bug#5642)
5099
5100 * gmm-utils.el: Don't require wid-edit.
5101 (widget-create-child-value, widget-convert, widget-default-get):
5102 Autoload.
5103
5104 * gnus-util.el: Don't require time-date, netrc.
5105 (message-fetch-field, gnus-group-name-decode): Declare rather than
5106 autoloading.
5107 (gnus-fetch-field): Require message.
5108 (gnus-decode-newsgroups): Require gnus-group.
5109
5110 * ietf-drums.el: Don't require time-date.
5111
5112 * message.el: Don't require hashcash, canlock, ecomplete.
5113 Do require mail-utils. Require nnheader only when compiling.
5114 (smtpmail-default-smtp-server): Remove declaration.
5115 (message-send-mail-function): Check smtpmail-default-smtp-server
5116 is bound rather than requiring smtpmail.
5117 (message-auto-save-directory, message-insert-signature):
5118 Use expand-file-name rather than nnheader-concat.
5119 (nnheader-insert-file-contents): Autoload.
5120 (hashcash-wait-async): Declare.
5121 (message-send-mail): Only call gnus-setup-posting-charset if
5122 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5123 (message-send-mail-with-sendmail): Require sendmail.
5124 (canlock-password, canlock-password-for-verify): Declare.
5125 (message-canlock-password): Require canlock.
5126 (nnheader-get-report): Autoload.
5127 (gnus-setup-posting-charset): Declare.
5128 (message-send-news): Require gnus-msg.
5129 (message-make-references, message-make-in-reply-to): Use mail-header-id
5130 rather than the alias mail-header-message-id.
5131 (ecomplete-add-item, ecomplete-save): Declare.
5132 (message-put-addresses-in-ecomplete): Require ecomplete.
5133 (ecomplete-display-matches): Autoload.
5134
5135 * mm-decode.el: Don't require mailcap, gnus-util.
5136 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5137 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5138 Autoload.
5139 (mailcap-mime-extensions): Declare.
5140
5141 * mm-encode.el: Don't require mailcap.
5142 (mailcap-extension-to-mime): Autoload.
5143
5144 * mml-sec.el: Don't require password-cache.
5145
5146 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5147 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5148 (mml-minibuffer-read-type): Require mailcap.
5149 (mml-preview): Require gnus-msg.
5150
5151 * mml1991.el: Require password-cache.
5152 (password-cache-expiry): Remove declaration.
5153
5154 * mml2015.el: Require password-cache.
5155 (password-cache-expiry): Remove declaration.
5156
5157 * nneething.el (mailcap): Require mailcap.
5158
5159 * nnheader.el (declare-function): Add compatibility stub.
5160 (message-remove-header): Declare rather than autoload.
5161 (nnheader-replace-header): Require message.
5162
5163 * nnimap.el (declare-function): Add compatibility stub.
5164 (netrc-parse, netrc-machine-user-or-password): Declare.
5165 (nnimap-open-connection): Require netrc.
5166
5167 * nntp.el (declare-function): Add compatibility stub.
5168 (netrc-parse, netrc-machine, netrc-get): Declare.
5169 (nntp-send-authinfo): Require netrc.
5170
5171 * rfc2047.el: Don't require qp.
5172 (quoted-printable-encode-region, quoted-printable-decode-string):
5173 Autoload.
5174
5175 * sieve-mode.el: Don't require easymenu.
5176 (easy-menu-add-item): Autoload it.
5177
5178 * spam-stat.el (time-to-number-of-days): Autoload it.
5179
5180 2010-03-17 Kevin Ryde <user42@zip.com.au>
5181
5182 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5183 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5184 value if any backslash escapes).
5185
5186 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5187
5188 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5189 if it is available. (bug#5647)
5190
5191 2010-02-26 Glenn Morris <rgm@gnu.org>
5192
5193 * message.el (message-send-mail-function): Change the default, so that
5194 it inherits from a customized send-mail-function. (Bug#5643)
5195
5196 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5199 shell-command-to-string signals an error (bug#5299).
5200
5201 2010-02-24 Glenn Morris <rgm@gnu.org>
5202
5203 * message.el (message-smtpmail-send-it)
5204 (message-send-mail-with-mailclient): Doc fixes.
5205
5206 2010-02-16 Glenn Morris <rgm@gnu.org>
5207
5208 * message.el (message-default-mail-headers): Change the default value
5209 to ease the transition from mail-mode to message-mode. (Bug#5555)
5210
5211 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * message.el (message-mail): Just pass yank-action on to message-setup.
5214 (message-setup): Handle (FUN . ARGS) form of yank-action.
5215 (message-with-reply-buffer, message-widen-reply)
5216 (message-yank-original): Handle non-buffer values of
5217 message-reply-buffer (Bug#4080).
5218 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5219
5220 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5223 Fix typo in docstring.
5224
5225 2010-01-08 Jason Rumney <jasonr@gnu.org>
5226
5227 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5228 response.
5229
5230 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5231
5232 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5233
5234 * message.el (message-check-news-header-syntax): Protect against a
5235 string that `rfc822-addresses' returns when parsing fails.
5236
5237 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5238
5239 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5240 (gnus-previous-char-property-change): New functions.
5241
5242 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5243
5244 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5245
5246 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5247 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5248
5249 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * message.el (message-exchange-point-and-mark): Rework last change to
5252 avoid using optional arg of exchange-point-and-mark, for backward
5253 compatibility.
5254
5255 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * message.el (message-exchange-point-and-mark):
5258 Call exchange-point-and-mark with an argument rather than setting
5259 mark-active by hand (Bug#5175).
5260
5261 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5262
5263 * nntp.el (nntp-service-to-port): Work for service expressed with
5264 numeric string; replace [:digit:] with [0-9] for XEmacs.
5265
5266 2009-12-17 Glenn Morris <rgm@gnu.org>
5267
5268 * gnus-group.el (gnus-bug-group-download-format-alist):
5269 Change emacs entry to debbugs.gnu.org. Bump :version.
5270
5271 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5272
5273 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5274
5275 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5276
5277 * message.el (message-info): Explain why we use `Info-goto-node'.
5278
5279 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * message.el (message-completion-in-region): New compatibility function.
5282 (message-expand-group): Use it.
5283
5284 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5285
5286 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5287 with no unread article should be listed if the 2nd arg `predicate' is
5288 given.
5289
5290 2009-11-29 Juri Linkov <juri@jurta.org>
5291
5292 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5293 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5294 on `gnus-recenter'. (Bug#4698, Bug#4981)
5295
5296 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5297
5298 * message.el (message-from-style, message-interactive)
5299 (message-signature): Always set default values from the corresponding
5300 mail-* variables.
5301 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5302 (message-yank-prefix, message-indentation-spaces)
5303 (message-signature-file, message-default-headers): Use boundp rather
5304 than (featurep 'xemacs) to check if the corresponding mail-* variables
5305 exist.
5306
5307 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * message.el (message-send-mail-with-sendmail): Revert last change.
5310
5311 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5312
5313 * message.el (message-from-style, message-interactive)
5314 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5315 (message-yank-prefix, message-indentation-spaces, message-signature)
5316 (message-signature-file, message-default-headers): For GNU Emacs, set
5317 default values from the corresponding mail-* variables.
5318 (message-send-mail-with-sendmail): Use envelope-from only if
5319 mail-specify-envelope-from is non-nil.
5320
5321 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5322
5323 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5324 containing tspecial characters if they have been already quoted.
5325
5326 2009-10-24 Glenn Morris <rgm@gnu.org>
5327
5328 * gnus-art.el (help-xref-stack-item): Define for compiler.
5329
5330 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5331
5332 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5333
5334 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5335
5336 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5337 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5338
5339 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5342 (gnus-overlays-in): New alias to overlays-in.
5343
5344 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5345 gnus-overlay-get, and gnus-delete-overlay.
5346 (gnus-summary-show-thread): Make it work as well for systems in which
5347 next-single-char-property-change is not available.
5348 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5349
5350 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5351
5352 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5353
5354 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5355
5356 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5357 and XEmacs that don't have `remove-overlays'.
5358
5359 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5362 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5363 selective display. Use overlays instead.
5364
5365 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5366
5367 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5368
5369 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5370
5371 * spam-stat.el (spam-stat-load): Fix typo in message.
5372
5373 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5374
5375 * gnus-art.el (gnus-article-encrypt-body):
5376 * message.el (message-check-recipients):
5377 * mm-util.el (mm-codepage-setup):
5378 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5379 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5380
5381 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5382
5383 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5384 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5385 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5386 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5387 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5388
5389 2009-09-18 Glenn Morris <rgm@gnu.org>
5390
5391 * gnus-diary.el (gnus-diary-check-message):
5392 * message.el (message-insert-formatted-citation-line):
5393 * nnbabyl.el (top-level):
5394 * nndiary.el (nndiary-schedule):
5395 Fix typos in condition-case handlers.
5396
5397 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5400 configuration that provides the sole article window in a frame;
5401 position point correctly after deleting a part.
5402
5403 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5404
5405 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5406 (spam-resolve-registrations-routine): Use it to unregister articles
5407 that change status.
5408
5409 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5410
5411 * nnrss.el (nnrss-request-article): Remove binding of
5412 default-enable-multibyte-characters that has gotten needless by
5413 the 2007-07-13 change in rfc2047-encode-message-header.
5414
5415 * mml.el (mml-insert-multipart): Error on the message header.
5416 (mml-insert-part): Error on the message header; position point at
5417 the end of a MIME tag.
5418
5419 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5420
5421 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5422 (gnus-float-time): Alias to float-time if it exists.
5423
5424 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5425 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5426 float-time is available; suppress compile warning for time-to-seconds.
5427
5428 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5429
5430 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5431 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5432 Add the optional argument `encoding' that overrides the default.
5433
5434 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5435 mm-encode-buffer.
5436
5437 2009-09-04 Glenn Morris <rgm@gnu.org>
5438
5439 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5440 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5441 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5442 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5443 * mm-util.el (mm-with-unibyte-current-buffer)
5444 (mm-find-buffer-file-coding-system):
5445 * yenc.el (yenc-decode-region): Use default-value rather than
5446 default-enable-multibyte-characters.
5447
5448 2009-09-03 Glenn Morris <rgm@gnu.org>
5449
5450 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5451 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5452 than default-enable-multibyte-characters.
5453
5454 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5455
5456 * gnus-art.el (gnus-article-read-summary-keys):
5457 Fix gnus-buffer-configuration's value temporarily used.
5458
5459 2009-09-02 Glenn Morris <rgm@gnu.org>
5460
5461 * gnus-util.el (gnus-float-time): New function.
5462 * gnus-delay.el (gnus-delay-article):
5463 * gnus-sum.el (gnus-thread-latest-date):
5464 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5465 * nnspool.el (nnspool-request-newgroups):
5466 Use gnus-float-time rather than time-to-seconds.
5467 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5468
5469 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5470 (gnus-header-subject-face, gnus-header-newsgroups-face)
5471 (gnus-header-name-face, gnus-header-content-face):
5472 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5473 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5474 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5475 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5476 (gnus-cite-face-11):
5477 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5478 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5479 (gnus-server-closed-face, gnus-server-denied-face)
5480 (gnus-server-offline-face):
5481 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5482 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5483 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5484 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5485 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5486 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5487 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5488 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5489 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5490 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5491 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5492 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5493 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5494 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5495 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5496 (gnus-summary-high-undownloaded-face)
5497 (gnus-summary-low-undownloaded-face)
5498 (gnus-summary-normal-undownloaded-face)
5499 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5500 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5501 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5502 (gnus-splash-face):
5503 * message.el (message-header-to-face, message-header-cc-face)
5504 (message-header-subject-face, message-header-newsgroups-face)
5505 (message-header-other-face, message-header-name-face)
5506 (message-header-xheader-face, message-separator-face)
5507 (message-cited-text-face, message-mml-face):
5508 * sieve-mode.el (sieve-control-commands-face)
5509 (sieve-action-commands-face, sieve-test-commands-face)
5510 (sieve-tagged-arguments-face):
5511 * spam.el (spam-face):
5512 Mark face aliases with "-face" in the name as obsolete.
5513
5514 2009-09-01 Glenn Morris <rgm@gnu.org>
5515
5516 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5517 than goto-line.
5518
5519 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5520
5521 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5522 Don't move point if the command is invoked inside the message header.
5523
5524 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5527 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5528 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5529 * nnir.el (nnir-swish-e-index-file):
5530 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5531 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5532 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5533 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5534 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5535 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5536
5537 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5538
5539 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5540 Don't save excursion.
5541
5542 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * nnheader.el (nnheader-find-file-noselect):
5545 * mm-util.el (mm-insert-file-contents):
5546 Use (default-value 'major-mode) instead of default-major-mode.
5547
5548 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5551
5552 2009-08-25 Glenn Morris <rgm@gnu.org>
5553
5554 * nnir.el (top-level): Don't require cl at run-time.
5555 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5556 Replace cl-function substitute with gnus-replace-in-string.
5557 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5558 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5559 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5560 simplified expansions.
5561
5562 2009-08-22 Glenn Morris <rgm@gnu.org>
5563
5564 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5565 goto-line.
5566
5567 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5570
5571 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5572 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5573 (gnus-mm-display-part, gnus-mime-display-single)
5574 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5575 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5576
5577 * gnus-sum.el
5578 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5579 (gnus-summary-move-article): Add expirable mark to articles copied or
5580 moved to group that has auto-expire turned on if the option is non-nil.
5581
5582 2009-07-24 Glenn Morris <rgm@gnu.org>
5583
5584 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5585 Fix typo. (Bug#3903)
5586
5587 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5588
5589 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5590 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5591 that should not be used for draft articles.
5592 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5593 that has no concern in minor mode keys.
5594 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5595 Abolish.
5596
5597 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5598
5599 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5600 article without making inquiry to a user for unknown encoding.
5601
5602 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5603 (nnmaildir--scan): Assume i-node and device number that file-attributes
5604 returns might be cons-cell.
5605
5606 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5607
5608 * auth-source.el: Remove docs now in auth.texi. Don't use
5609 `gnus-message' for logging. Add new variables `auth-source-debug' and
5610 `auth-source-hide-passwords' and use them.
5611
5612 2009-07-15 Glenn Morris <rgm@gnu.org>
5613
5614 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5615
5616 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5617
5618 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5619 excessive whitespace from the default values of title and description.
5620
5621 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5622
5623 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5624 mail-fetch-field to fetch Content-Description header in order to
5625 exclude newlines.
5626
5627 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5630 to deleted part.
5631
5632 2009-05-30 David Engster <dengste@eml.cc>
5633
5634 * nnmairix.el: Remove old documentation in the commentary block.
5635 (nnmairix-request-group): Do not update active file for nnml back ends.
5636 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5637 end so that overview files are ignored.
5638 (nnmairix-update-groups): Make updating the groups more robust by using
5639 marks.
5640 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5641 with dollar characters in message-id.
5642
5643 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5644
5645 * spam.el: Use dns-query instead of query-dns. Was renamed on
5646 2008-12-25 in dns.el.
5647
5648 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5651 could happen if the text is only composed of spaces and/or tabs.
5652
5653 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5654
5655 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5656 when sending a queued message to avoid extra mml tags.
5657
5658 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5659
5660 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5661
5662 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5663
5664 * gnus-dired.el: Remove autoload for gnus-setup-message.
5665 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5666 displaying Gnus logo; always use compose-mail.
5667
5668 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5669
5670 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5671
5672 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5673
5674 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5675 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5676 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5677 available.
5678 (gnus-nocem-epg-verify): New function.
5679
5680 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5681
5682 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5683
5684 2009-02-15 Glenn Morris <rgm@gnu.org>
5685
5686 * gnus-util.el (rmail-insert-rmail-file-header)
5687 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5688 autoloads.
5689 (rmail-default-rmail-file): Remove unnecessary declaration.
5690 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5691
5692 2009-02-14 Glenn Morris <rgm@gnu.org>
5693
5694 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5695 variable (only used in gnus-util, which declares it anyway).
5696 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5697 which was only needed by gnus-art (changed to not use it any more).
5698 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5699 only used in gnus-util, which autoloads it itself.
5700 (rmail-update-summary): Fix autoload.
5701
5702 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5703 rather than rmail-output-to-rmail-file.
5704
5705 2009-02-07 Glenn Morris <rgm@gnu.org>
5706
5707 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5708 autoload of function that no longer exists.
5709 (rmail-toggle-header): Declare.
5710 (message-forward-rmail-make-body): Handle mbox Rmail.
5711
5712 2009-01-31 Glenn Morris <rgm@gnu.org>
5713
5714 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5715 2009-01-09 change.
5716
5717 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5718
5719 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5720 (auth-source-forget-all-cached): New convenience function.
5721 (auth-source-user-or-password): Accept list of modes or a single mode.
5722
5723 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5724 auth-source modes.
5725
5726 * nnimap.el (nnimap-open-connection): Use list of
5727 auth-source modes.
5728
5729 * nntp.el (nntp-send-authinfo): Use list of
5730 auth-source modes.
5731
5732 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5733
5734 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5735 now.
5736
5737 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5738
5739 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5740 coding system in XEmacs; add a workaround for XEmacs.
5741
5742 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5743
5744 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5745 of current-language-environment.
5746
5747 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5748
5749 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5750 available at runtime.
5751
5752 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5753
5754 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5755
5756 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5757
5758 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5759 the greatest positive fixnum value doesn't work under an XEmacs with
5760 bignum support; use the most-positive-fixnum constant instead,
5761 available since Emacs 21.1 with cl and XEmacs 21.1.
5762
5763 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5766 XEmacs gets not to work.
5767
5768 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5769
5770 * mm-util.el (mm-coding-system-priorities): Allow the value like
5771 "Japanese (UTF-8)" of current-language-environment.
5772
5773 2009-01-09 Glenn Morris <rgm@gnu.org>
5774
5775 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5776 with last-command-event.
5777
5778 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5779
5780 * message.el (message-fix-before-sending): Amend comment.
5781
5782 2009-01-07 David Engster <dengste@eml.cc>
5783
5784 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5785 simplified server definitions by converting it via
5786 gnus-server-to-method.
5787
5788 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5789
5790 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5791 parameter's operands.
5792
5793 2009-01-06 David Engster <dengste@eml.cc>
5794
5795 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5796 primary select method (for gnus-group-mark-article-as-read).
5797
5798 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5799
5800 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5801 `(gnus)Face', not `(gnus)X-Face'.
5802
5803 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5804
5805 * mm-util.el (mm-ucs-to-char): New function.
5806
5807 * mm-url.el (mm-url-decode-entities): Use it.
5808
5809 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5810
5811 * message.el (message-fix-before-sending): Add `eight-bit' to
5812 illegible-text check.
5813
5814 2009-01-03 Michael Olson <mwolson@gnu.org>
5815
5816 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5817 `headers' is nil. This can occur if the IMAP server does not have
5818 permissions to read messages from a folder, but can write new messages
5819 to the folder.
5820 (nnimap-request-article-part): Do not insert `data' if it is nil.
5821
5822 2009-01-01 Dave Love <fx@gnu.org>
5823
5824 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5825
5826 * nnimap.el: Fix author email.
5827 (nnimap-split-rule): Add FIXME comment.
5828 (nnimap-debug): Fix doc string.
5829
5830 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5831
5832 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5833 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5834 to check if those variables exist (first appeared in Emacs 18.50).
5835
5836 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * mm-util.el (mm-line-number-at-pos): New function.
5839
5840 * spam-report.el (spam-report-process-queue): Use it.
5841
5842 2008-12-24 David Engster <dengste@eml.cc>
5843
5844 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5845 parameters that haven't existed as variables as buffer-local variables.
5846
5847 2008-12-23 Dave Love <fx@gnu.org>
5848
5849 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5850 cadar.
5851
5852 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5853 imap-starttls-p.
5854 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5855
5856 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5857
5858 * spam-report.el (spam-report-gmane-max-requests): New constant.
5859 (spam-report-gmane-wait): New variable.
5860 (spam-report-gmane-ham, spam-report-gmane-spam)
5861 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5862 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5863 the server.
5864
5865 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5866 Add explanations.
5867
5868 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5869 nnheader-accept-process-output and nnheader-read-timeout if available.
5870 (pop3-movemail): Use it.
5871
5872 * message.el (message-check-news-body-syntax): Fix signature check if
5873 there's an attachment.
5874
5875 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5876
5877 * mm-util.el: Add comments to the mm- emulating functions.
5878
5879 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5880
5881 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5882 Reported by Stephen Berman <stephen.berman@gmx.net>.
5883
5884 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5885
5886 * mm-util.el (mm-substring-no-properties): New function.
5887 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5888 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5889 (mm-string-to-multibyte): Doc fix.
5890
5891 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5892
5893 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * mml.el (mml-attach-file): Strip text properties from file name.
5896 (Bug#1574)
5897
5898 2008-12-16 Glenn Morris <rgm@gnu.org>
5899
5900 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5901
5902 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5903
5904 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5905 knows since the charset specified might be a bogus alias that
5906 mm-charset-synonym-alist provides.
5907
5908 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5909
5910 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5911 "ISO_8859-1".
5912
5913 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5914
5915 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * mm-util.el (mm-charset-eval-alist):
5918 Define it before mm-charset-to-coding-system.
5919 (mm-charset-to-coding-system): Add optional argument `silent';
5920 define it before mm-charset-override-alist.
5921 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5922 default value if it can be used in Emacs currently running;
5923 silence mm-charset-to-coding-system.
5924
5925 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5926
5927 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5928 `allow-override' which says whether to use `mm-charset-override-alist'.
5929 (rfc2047-decode-encoded-words): Use it.
5930
5931 * mm-util.el (mm-charset-override-alist): Fix custom type;
5932 add `(gb2312 . gbk)' to choices.
5933
5934 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5935
5936 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5937 fast.
5938
5939 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5940
5941 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5942
5943 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5944 on links.
5945
5946 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5947
5948 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5949
5950 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5951 users' addresses that don't have domain parts.
5952 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5953 rather than message-narrow-to-head since there will be the message
5954 header separator.
5955
5956 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5959 since the result is inserted in a unibyte buffer anyway.
5960 (nnimap-demule-use-string-to-multibyte): Remove.
5961 (nnimap-demule): Alias it to mm-string-to-multibyte.
5962
5963 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5964
5965 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5966 variable for debugging bug#464 and bug#1174.
5967 (nnimap-demule): Use it.
5968
5969 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5970
5971 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5972 score calculation correctly.
5973
5974 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * message.el (message-send-mail): Just set the buffer to unibyte
5977 rather than use mm-with-unibyte-current-buffer which does a lot more.
5978 (message-send-mail-partially): Don't bother with
5979 mm-with-unibyte-current-buffer since it's already been made unibyte by
5980 message-send-mail.
5981
5982 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5983
5984 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5985
5986 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5987
5988 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5989
5990 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5991
5992 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5993 require itself and to remove `with-no-warnings'.
5994
5995 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5996
5997 * starttls.el (starttls-any-program-available): Get the name of the
5998 available TLS layer program.
5999 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6000 well as the host name in the "opening" message.
6001
6002 * auth-source.el (auth-source-cache, auth-source-do-cache)
6003 (auth-source-user-or-password): Cache passwords and logins by default,
6004 allow override with `auth-source-do-cache'.
6005 (auth-source-forget-user-or-password): Allow users to remove cache
6006 entries if needed.
6007
6008 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6009
6010 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6011 condition-case to only the forward-sexp call.
6012
6013 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6014
6015 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6016 quotes contained. Make it more robust regardless by an extra
6017 condition-case wrapper.
6018
6019 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6020
6021 * nnml.el (nnml-request-expire-articles): Check if the function set to
6022 `nnmail-expiry-target' returns the symbol `delete'.
6023
6024 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6025
6026 * nnmail.el (nnmail-expiry-target): Fix custom type.
6027
6028 2008-10-02 Glenn Morris <rgm@gnu.org>
6029
6030 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6031 Silence compiler warning.
6032
6033 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6034
6035 * mml.el (mml-menu): Don't assume mml2015 is bound.
6036
6037 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6038
6039 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6040 exists.
6041
6042 2008-09-27 Glenn Morris <rgm@gnu.org>
6043
6044 * gnus-util.el (mail-header-remove-comments): Autoload it.
6045
6046 2008-09-27 Andreas Schwab <schwab@suse.de>
6047
6048 * gnus-util.el (gnus-split-references): Strip comments.
6049 (gnus-parent-id): Likewise.
6050
6051 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6052
6053 * message.el (message-confirm-send): Fix version.
6054
6055 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6056
6057 * message.el (message-idna-to-ascii-rhs-1): Use
6058 mail-extract-address-components rather than mail-header-parse-addresses
6059 that is an alias by default to ietf-drums-parse-addresses that does not
6060 support non-ASCII names in headers' contents.
6061
6062 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6063
6064 * message.el (message-confirm-send): Fix variable documentation to
6065 avoid the "y/n" wording.
6066
6067 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6068
6069 * message.el (message-set-auto-save-file-name): Save to a different
6070 filename so multiple messages (especially drafts) can be recovered.
6071
6072 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6073
6074 * message.el (message-confirm-send): Add appropriate version.
6075
6076 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6077
6078 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6079 defvar.
6080
6081 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6082
6083 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6084 (mm-pkcs7-enveloped-magic): Ditto.
6085
6086 2008-09-17 Simon Josefsson <simon@josefsson.org>
6087
6088 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6089 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6090
6091 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6092
6093 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6094 default, it's better.
6095
6096 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6097
6098 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6099 summary line gnus-number property and ignore them (with a warning
6100 message).
6101
6102 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6103
6104 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6105 macro caddr in the interactive form since it won't be expanded.
6106
6107 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6108
6109 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6110 `charset'; fix name of function called recursively.
6111 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6112
6113 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6116 (gnus-mime-set-charset-parameters): New function.
6117 (gnus-mime-view-part-as-charset): Use it to correctly display part
6118 specifying wrong charset.
6119
6120 2008-09-08 David Engster <dengste@eml.cc>
6121
6122 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6123 in completing-read for back end server.
6124
6125 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6126
6127 * message.el (message-confirm-send): New variable to confirm sending a
6128 message.
6129 (message-send): Use it.
6130
6131 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6132
6133 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6134
6135 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6138
6139 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6140
6141 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6142 prevent tracking too many groups.
6143 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6144 Use it.
6145
6146 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6147
6148 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6149 moving point to the bottom of the window in order to avoid recentering.
6150
6151 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6152
6153 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6154 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6155 (gnus-article-beginning-of-window): Fix calculation.
6156
6157 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * gnus-msg.el (gnus-summary-supersede-article)
6160 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6161 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6162 message header.
6163
6164 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6165
6166 * message.el:
6167 * gnus-start.el:
6168 * gnus-registry.el: Remove VMS support.
6169
6170 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6173 macro.
6174 (rfc2104-hash): Use it.
6175
6176 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6179 (gnus-summary-sort-by-most-recent-date): New commands.
6180 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6181 and menu entries.
6182
6183 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6184
6185 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6186 don't redisplay article for raw contents; remove plural articles stuff.
6187
6188 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6189 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6190 on gnus-summary-save-article; display results properly.
6191
6192 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6193
6194 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6195
6196 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6197
6198 * gnus-art.el (gnus-summary-save-in-pipe):
6199 Consider gnus-save-all-headers.
6200
6201 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6202
6203 * gnus-util.el (ns-focus-frame): Remove declaration.
6204 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6205 like x.
6206
6207 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6208
6209 * rfc2104.el (rfc2104-zero): Delete defconst.
6210 (rfc2104-hex-alist): Likewise.
6211 (rfc2104-hex-to-int): Delete func.
6212 (rfc2104-hexstring-to-bitstring): Likewise.
6213 (rfc2104-nybbles): New defconst.
6214 (rfc2104-hash): Rewrite for speed.
6215
6216 2008-07-16 Glenn Morris <rgm@gnu.org>
6217
6218 * gnus-util.el (ns-focus-frame): Declare for compiler.
6219
6220 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6221
6222 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6223 set as a group parameter.
6224 (gnus-summary-save-in-pipe): Work when it is called independently.
6225 (gnus-summary-pipe-to-muttprint): Don't modify
6226 gnus-summary-pipe-output-default-command.
6227
6228 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6229
6230 * message.el (message-send-mail-with-sendmail):
6231 Display the error message.
6232
6233 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6234
6235 * gnus-art.el (gnus-default-article-saver):
6236 Add gnus-summary-save-in-pipe to choices.
6237 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6238 gnus-summary-pipe-output-default-command as the default command.
6239 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6240 instead of gnus-last-shell-command.
6241
6242 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6243 New user option.
6244 (gnus-summary-muttprint-program): Mention the value will be changed.
6245 (gnus-summary-save-article): Force showing of all headers.
6246 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6247
6248 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6249
6250 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6251
6252 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * nnimap.el (nnimap-id):
6255 * sieve-manage.el (sieve-manage-open): Doc fixes.
6256
6257 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6258
6259 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6260 if available.
6261
6262 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6265
6266 * nnkiboze.el (nnkiboze-generate-group):
6267 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6268
6269 * nnmairix.el: Require CL.
6270
6271 2008-06-15 David Engster <dengste@eml.cc>
6272
6273 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6274
6275 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6276
6277 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6278 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6279 runtime choice under XEmacs.
6280
6281 * gnus-sum.el (gnus-summary-set-display-table):
6282 Use `gnus-put-display-table', `gnus-get-display-table',
6283 `gnus-set-display-table' for the display table, instead of `aset'.
6284
6285 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * nnmairix.el: Add autoloads.
6288
6289 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6290
6291 * nnmairix.el (nnmairix-delete-recreate-group)
6292 (nnmairix-update-and-clear-marks): Fix error messages.
6293
6294 2008-06-14 David Engster <dengste@eml.cc>
6295
6296 * nnmairix.el: Upgrade to version 0.6.
6297 (nnmairix-group-toggle-propmarks-this-group)
6298 (nnmairix-group-toggle-readmarks-this-group)
6299 (nnmairix-group-delete-recreate-this-group)
6300 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6301 (nnmairix-remove-tick-mark-original-article): New commands.
6302 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6303 (nnmairix-propagate-marks-to-nnmairix-groups)
6304 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6305 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6306 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6307 functions needed for marks propagation and manipulation of read marks.
6308 (nnmairix-update-groups): New function.
6309 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6310 (nnmairix-determine-original-group-from-registry)
6311 (nnmairix-determine-original-group-from-path)
6312 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6313 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6314 New helper functions.
6315 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6316 keystrokes for new commands.
6317 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6318 (nnmairix-request-group): Check allow-fast group parameter.
6319 (nnmairix-request-create-group): Set allow-fast group parameter if
6320 nnmairix-allowfast-default is set.
6321 (nnmairix-close-group): Propagate marks upon closing if needed.
6322 (nnmairix-group-toggle-threads-this-group): Use new.
6323 nnmairix-group-toggle-parameter helper function.
6324 (nnmairix-search): Better check for empty search result.
6325 (nnmairix-goto-original-article): Use new helper functions for
6326 determining original article.
6327 (nnmairix-show-original-article): Make sure message-id is in brackets.
6328 (nnmairix-call-mairix-binary): Change variable name.
6329 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6330 helper function.
6331 (nnmairix-widget-toggle-activate): Fix doc string.
6332
6333 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6334
6335 * nnir.el: Require edmacro when compiling with XEmacs.
6336 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6337 available in Emacs 21.
6338
6339 2008-06-11 Glenn Morris <rgm@gnu.org>
6340
6341 * gnus-util.el (x-focus-frame):
6342 * gnus.el (image-size):
6343 * mm-decode.el (image-size): Declare.
6344
6345 * gnus-picon.el (declare-function): Add compat definition.
6346 (image-size): Declare.
6347
6348 * gnus-group.el (tool-bar-map):
6349 * gnus-sum.el (tool-bar-map): Define for compiler.
6350
6351 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6352
6353 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6354
6355 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6356 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6357 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6358 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6359 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6360 * sieve-manage.el, spam-report.el, spam.el:
6361 Remove unnecessary eval-and-compile of autoloads.
6362
6363 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6364
6365 * auth-source.el: Precise Tramp doc.
6366
6367 2008-06-07 Glenn Morris <rgm@gnu.org>
6368
6369 * nnmairix.el: Remove unnecessary eval-when-compile.
6370
6371 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6372
6373 * nnir.el: New file.
6374
6375 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * gnus-util.el (gnus-read-shell-command): New function.
6378 * mm-decode.el (mm-pipe-part):
6379 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6380
6381 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6382
6383 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6384
6385 2008-06-03 Glenn Morris <rgm@gnu.org>
6386
6387 * pop3.el (nnheader-accept-process-output): Autoload it.
6388
6389 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6390
6391 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6392 are not 2-digit hexadecimal characters that follow `%'s.
6393
6394 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6395
6396 * message.el (message-bogus-recipient-p): Fix type in doc string.
6397 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6398 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6399 Improve custom options.
6400 (message-bogus-recipient-p): Adjust accordingly.
6401
6402 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6403
6404 * nnmairix.el: Require edmacro when compiling with XEmacs.
6405
6406 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6407
6408 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6409 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6410
6411 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6412
6413 * auth-source.el: Add more docs.
6414
6415 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6416
6417 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6418 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6419 retrieval faster in some cases, but might make CPU usage larger.
6420 If this has any bad side effects, we might revert this change.
6421
6422 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6423 seems to make mail retrieval much, much faster.
6424 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6425 unconditionally.
6426
6427 * gnus-draft.el (gnus-group-send-queue):
6428 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6429
6430 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6431
6432 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6433
6434 * message.el (message-bogus-address-regexp): Fix and improve custom
6435 type.
6436 (message-setup-hook): Add message-check-recipients as custom option.
6437
6438 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * message.el (message-cite-function): Remove bogus autoload which crept
6441 in during merge from v5-10.
6442
6443 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6444
6445 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6446
6447 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6448
6449 * auth-source.el: Preliminary Tramp docs.
6450 (auth-sources): Change the default auth-sources to use
6451 EPA .gpg files.
6452
6453 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6454
6455 * nntp.el: Autoload `auth-source-user-or-password'.
6456 (nntp-send-authinfo): Use it.
6457
6458 * nnimap.el: Autoload `auth-source-user-or-password'.
6459 (nnimap-open-connection): Use it.
6460
6461 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6462 for the gnus-message function.
6463 (auth-source-user-or-password): Use it.
6464
6465 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6468 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6469 (rfc2104-hash): Use it.
6470
6471 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6472
6473 * gnus-art.el (gnus-article-toggle-truncate-lines):
6474 Don't use `iff' in docstring.
6475
6476 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6477
6478 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6479
6480 * gnus-util.el (gnus-extract-address-component-name)
6481 (gnus-extract-address-component-email): Convenience functions around
6482 `gnus-extract-address-components'.
6483
6484 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6485 Use `gnus-extract-address-component-email' to fix bug of comparing full
6486 sender name to `user-mail-address'.
6487
6488 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6489
6490 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6491 catch/throw to optimize.
6492 (gnus-registry-find-keywords): Just use member to find a keyword.
6493
6494 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6497 is current before calling gnus-server-prepare.
6498 (gnus-server-setup-buffer, gnus-server-update-server)
6499 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6500
6501 2008-05-04 Juri Linkov <juri@jurta.org>
6502
6503 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6504 (mailcap-file-default-commands): Use mailcap-replace-in-string
6505 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6506 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6507
6508 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6509
6510 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6511
6512 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6513
6514 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6515 hooks.
6516 (gnus-update-read-articles): Speed up non-marks-using users.
6517 (gnus-use-marks): Define gnus-use-marks.
6518 (gnus-propagate-marks): Rename variable to something more sensible.
6519
6520 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6521
6522 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6523 (gmm-image-load-path-for-library): Fix typos in docstrings.
6524 (gmm-message): Reflow docstring.
6525
6526 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6527
6528 * mail-source.el (mail-source-set-1, mail-source-bind):
6529 Move auth-source code out of the macro to clean it up and fix bugs.
6530
6531 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6532
6533 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6534 by sender if it's equal to user-mail-address, it's likely to be
6535 useless.
6536
6537 * mail-source.el (mail-source-bind): Don't use user or password if they
6538 are not bound. Unintern them if they are nil. Don't use server unless
6539 it's bound, and default it to empty string otherwise.
6540
6541 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6542
6543 * mail-source.el: Load auth-source.el.
6544 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6545 get user name or password, if auth-sources is set up.
6546
6547 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6548 strategy of splitting with parent.
6549 (gnus-registry-split-fancy-with-parent)
6550 (gnus-registry-post-process-groups): Use it and fix prior
6551 bug (returning a list as the split result).
6552
6553 * auth-source.el (auth-sources): Remove server parameter.
6554 (auth-source-pick, auth-source-user-or-password)
6555 (auth-source-user-or-password-imap)
6556 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6557 (auth-source-user-or-password-sftp)
6558 (auth-source-user-or-password-smtp): Remove server parameter.
6559
6560 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6561
6562 * smime.el (smime-sign-region, smime-encrypt-region)
6563 (smime-decrypt-region):
6564 Remove redundant calls to `generate-new-buffer-name'.
6565
6566 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6567
6568 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6569 Don't use QP for message/rfc822.
6570 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6571
6572 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * sieve-manage.el (sieve-string-bytes): Remove.
6575 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6576 correct byte-length only if the process's coding-system is the same as
6577 the one used internally by Emacs to represent strings.
6578
6579 2008-04-22 Juri Linkov <juri@jurta.org>
6580
6581 * mailcap.el (mailcap-file-default-commands): New function.
6582
6583 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6584
6585 * message.el (message-signature-separator, message-cite-function):
6586 Change custom version.
6587
6588 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6589
6590 * mm-decode.el (mm-display-external): Make temp file read-only.
6591
6592 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6593
6594 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6595 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6596 `C-c C-f d'.
6597
6598 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6599
6600 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6601
6602 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6603
6604 * auth-source.el: Add docs.
6605 (auth-sources): Modify format to support server.
6606 (auth-source-pick, auth-source-user-or-password)
6607 (auth-source-user-or-password-imap)
6608 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6609 (auth-source-user-or-password-sftp)
6610 (auth-source-user-or-password-smtp): Add server parameter.
6611
6612 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6613
6614 * gnus-registry.el: Initialize the registry when gnus-registry-install
6615 is t.
6616
6617 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6618
6619 * compface.el (uncompface): Make buffer unibyte.
6620
6621 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * mail-source.el (mail-source-value):
6624 Prefer fboundp to functionp so it works with macros as well.
6625
6626 2008-04-05 Glenn Morris <rgm@gnu.org>
6627
6628 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6629
6630 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6633 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6634
6635 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6636 multibyteness after rather than before erasing it.
6637
6638 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6639 mm-with-multibyte.
6640 (gnus-request-article-this-buffer): Make sure the proper decoding is
6641 used if gnus-original-article-buffer happens to be unibyte.
6642
6643 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6644 default-enable-multibyte-characters.
6645
6646 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6647 default-enable-multibyte-characters.
6648
6649 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6650
6651 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6652
6653 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6656 Fix last change in case the element is not even a symbol.
6657
6658 2008-04-02 Simon Josefsson <simon@josefsson.org>
6659
6660 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6661 imap-enable-exchange-bug-workaround.
6662 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6663
6664 2008-04-01 Simon Josefsson <simon@josefsson.org>
6665
6666 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6667 a 100 byte status-checks into a 2-3MB transfer for each group.
6668 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6669 to enable bug workaround or not.
6670 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6671
6672 2008-03-31 Glenn Morris <rgm@gnu.org>
6673
6674 * message.el (mml2015-use): Declare for compiler.
6675 (message-info): Require mml2015 when appropriate.
6676
6677 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6680 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6681 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6682 (nntp-service-to-port): New function.
6683 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6684 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6685 (nntp-open-netcat-stream): New function.
6686 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6687
6688 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6689
6690 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6691
6692 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6695
6696 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6697
6698 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6699
6700 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6701
6702 * message.el (message-signature-separator): Change default.
6703 Improve custom type.
6704 (message-cite-function): Change default to
6705 message-cite-original-without-signature.
6706
6707 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6708 toggle.
6709
6710 * message.el (message-check-news-body-syntax): Fix signature check.
6711 (message-setup-1): Mark buffer as unmodified _after_ running
6712 message-setup-hook and handling message-alternative-emails.
6713 (message-shorten-references): Be more strict when building list of
6714 valid references to comply with GNKSA.
6715
6716 * gnus-group.el (gnus-read-ephemeral-bug-group)
6717 (gnus-read-ephemeral-debian-bug-group)
6718 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6719
6720 * message.el (message-info): Don't use booleanp which isn't supported
6721 in Emacs 21 and XEmacs.
6722
6723 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6724
6725 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6726 gnus-group-gmane-group-download-format.
6727 (gnus-group-read-ephemeral-gmane-group): Rename from
6728 gnus-group-read-ephemeral-gmane-group.
6729 (gnus-read-ephemeral-gmane-group-url): Rename from
6730 gnus-group-read-ephemeral-gmane-group-url.
6731 (gnus-bug-group-download-format-alist): New variable.
6732 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6733 (gnus-read-ephemeral-emacs-bug-group): New commands.
6734
6735 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6736
6737 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6738 (gnus-visible-headers): Improve custom type.
6739
6740 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6741
6742 * mml.el (mml-menu): Add workarounds for XEmacs.
6743
6744 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6745 X-Boundary header.
6746
6747 * message.el (message-simplify-recipients): Fix previous commit.
6748
6749 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * mm-util.el (mm-set-buffer-multibyte): New function.
6752 * mm-decode.el (mm-copy-to-buffer): Use it.
6753
6754 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6755 Prefer fboundp to functionp so it works with macros as well.
6756
6757 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6758
6759 * message.el (message-alter-recipients-discard-bogus-full-name):
6760 New function.
6761 (message-alter-recipients-function): New variable.
6762 (message-get-reply-headers): Use it.
6763 (message-replace-header): New helper function.
6764 (message-recipients-without-full-name): New variable.
6765 (message-simplify-recipients): New command.
6766
6767 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6768
6769 * message.el (message-info): Handle EasyPG manual.
6770
6771 * mml.el (mml-menu): Add entry for EasyPG.
6772
6773 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6774
6775 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6776 parameter.
6777
6778 * message.el (message-disassociate-draft): Specify drafts group name
6779 fully.
6780
6781 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6782
6783 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6784 Eliminate unnecessary duplicates from the match list.
6785
6786 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6787
6788 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6789 args of `how-many' of which the XEmacs version doesn't take; declare
6790 Info-index-next as function.
6791
6792 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6793
6794 * gnus-score.el (gnus-score-headers): Fix handling of
6795 gnus-inhibit-slow-scoring.
6796
6797 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6798 string.
6799 (gnus-button-url-regexp): Improve handling of parenthesis.
6800 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6801 (gnus-button-handle-info-keystrokes): Handle index entries.
6802
6803 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6804
6805 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6806 Incoming* files.
6807
6808 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6809
6810 * auth-source.el (auth-sources): Rename from auth-source-choices.
6811 (auth-source-pick): Use it.
6812
6813 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6814
6815 * auth-source.el (auth-source-protocols)
6816 (auth-source-protocols-customize, auth-source-choices): Add and
6817 modified variable customizations and defaults.
6818 (auth-source-pick, auth-source-user-or-password)
6819 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6820 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6821 (auth-source-user-or-password-sftp)
6822 (auth-source-user-or-password-smtp): Use new variables and provide an
6823 interface to netrc.el.
6824
6825 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6828 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6829 Make sure the nntp port to specify is a string.
6830
6831 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * nntp.el: Use with-current-buffer.
6834 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6835 dubious mm-with-unibyte-current-buffer.
6836 (nntp-with-open-group-function): New function extracted from
6837 nntp-with-open-group macro.
6838 (nntp-with-open-group): Use the function, so it's easier to debug.
6839 Add indentation and debugging info.
6840 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6841 Recommend the use of the netcat alternatives.
6842
6843 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6844 Avoid mm-string-as-multibyte as well.
6845
6846 * nnweb.el (nnweb-insert-html):
6847 Remove use of nnheader-string-as-multibyte.
6848
6849 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6850 (nnheader-string-as-multibyte): Remove.
6851
6852 * mm-view.el: Use inhibit-read-only.
6853 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6854 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6855 or unibyte-string.
6856
6857 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6858 (mm-uu-yenc-extract): Use with-current-buffer.
6859
6860 * gnus-soup.el (gnus-soup-send-packet): Don't use
6861 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6862
6863 * nnmh.el: Use with-current-buffer.
6864 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6865 mm-string-as-multibyte on the output of mm-encode-coding-string.
6866
6867 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6868 (nnimap-request-move-article): Use with-current-buffer.
6869
6870 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6871 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6872 conversion uses string-make-unibyte rather than string-as-unibyte.
6873
6874 * gnus-msg.el: Use with-current-buffer.
6875
6876 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6877
6878 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6879
6880 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6881 string for caching if it is 'PIN.
6882
6883 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6884
6885 * mail-source.el (mail-source-delete-old-incoming-confirm):
6886 Change default to nil.
6887 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6888
6889 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6892 (gnus-article-goto-prev-page): Work for articles having ^L's.
6893
6894 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6895
6896 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6897
6898 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6899
6900 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6901 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6902 (gnus-bookmark-jump): Adjust some variable names.
6903
6904 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6905
6906 * auth-source.el: New package.
6907 (auth-source-choices): Add customization entry point variable.
6908
6909 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6910 bug.
6911
6912 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6913
6914 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6915 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6916 (gnus-registry-install-shortcuts): Rename from
6917 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6918 the `gnus-registry-mark-map' keymap dynamically from
6919 `gnus-registry-marks'. The generated functions update the summary line
6920 when a registry mark is added or deleted, and will call
6921 `gnus-registry-install-p' (see the comments in the code).
6922 (gnus-registry-user-format-function-M): Use concat intelligently.
6923
6924 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6925 the registry mark functions.
6926
6927 2008-03-05 Glenn Morris <rgm@gnu.org>
6928
6929 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6930 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6931 gnus-art.
6932 (top-level): No need to load own source when compiling.
6933
6934 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6935
6936 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6937 Suggested by <chris.anderton@zetnet.co.uk>.
6938
6939 2008-03-04 Glenn Morris <rgm@gnu.org>
6940
6941 * gnus-sum.el (top-level): No need to require gnus when compiling,
6942 since unconditionally required near start of file.
6943 (gnus-summary-display-while-building): Move definition before use.
6944
6945 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6946
6947 * gnus-registry.el (gnus-registry-user-format-function-M):
6948 Add formatting function.
6949
6950 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6951
6952 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6953 with plists.
6954 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6955 Use new format.
6956
6957 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6960 `where-is-internal' that returns a range of key sequences.
6961
6962 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6965
6966 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6967 (gnus-summary-jump-to-group): Consider windows on other displayed
6968 frames as well. Similar changes might be needed elsewhere, but that's
6969 the one I've bumped into during my use.
6970
6971 * nndoc.el (nndoc-oe-dbx-type-p):
6972 * gnus-msg.el (gnus-debug):
6973 * gnus-group.el (gnus-update-group-mark-positions):
6974 Use mm-string-to-multibyte.
6975
6976 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6979 doesn't handle NotDashEscaped.
6980
6981 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6982 (mml-dnd-attach-options): Fix typo in custom choice.
6983
6984 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6985 Change nndoc-article-type to mbox.
6986 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6987
6988 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6989 to nil, instead of html2text.
6990
6991 * imap.el (imap-debug): Add `imap-ping-server'.
6992
6993 * gnus-bookmark.el: Add FIXMEs.
6994
6995 * message.el (message-form-letter-separator)
6996 (message-send-form-letter-delay): New variables.
6997 (message-send-form-letter): Use them. New command to send form
6998 letters. Requested by Uwe Siart.
6999 (message-send-mail-function): Doc fix. Add "Other" custom option.
7000
7001 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7002
7003 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7004 empty author.
7005
7006 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7007
7008 * gnus-registry.el (gnus-registry-marks): Add variable for
7009 customization of marks and their appearance.
7010 (gnus-registry-read-mark): Use it.
7011 (gnus-registry-do-marks): Add utility function to loop through
7012 `gnus-registry-marks'.
7013 (gnus-registry-install-shortcuts-and-menus): Add function to install
7014 shortcuts and menus.
7015 (gnus-registry-initialize): Use it.
7016 (gnus-registry-default-mark): Clarify documentation.
7017
7018 2008-02-29 Glenn Morris <rgm@gnu.org>
7019
7020 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7021 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7022 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7023 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7024 Change defcustom :version from 23.0 to 23.1.
7025
7026 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7027
7028 * gnus-registry.el (gnus-registry-follow-group-p)
7029 (gnus-registry-post-process-groups): Add functions to aid registry
7030 splitting and improve logging. Clarify behavior in function
7031 documentation.
7032 (gnus-registry-split-fancy-with-parent): Use them.
7033
7034 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * gnus-art.el: Use with-current-buffer.
7037
7038 2008-02-27 David Engster <dengste@eml.cc>
7039
7040 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7041 Express real group name in the response.
7042
7043 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7044
7045 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7046 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7047 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7048 autoload gnus-registry-fetch-group when compiling.
7049 (nnmairix-request-group-with-article-number-correction):
7050 Remove unreferenced argument passed to nnmairix-call-backend.
7051
7052 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7053
7054 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7055 (mm-uu-extract): Improve face for low color ttys.
7056 Reported by Sascha Wilde.
7057
7058 2008-02-27 Glenn Morris <rgm@gnu.org>
7059
7060 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7061 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7062 variables to defconsts. Convert comments to doc-strings.
7063 (nnmairix-last-server, nnmairix-current-server): Convert from free
7064 variables to defvars. Convert comments to doc-strings.
7065 (gnus-registry-fetch-group): Autoload.
7066 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7067 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7068 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7069 caddr.
7070 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7071 nnmairix-request-group-with-article-number-correction call.
7072 (nnmairix-fast, nnmairix-group): New, less general names, for free
7073 variables passed from nnmairix-request-group to
7074 nnmairix-request-group-with-article-number-correction. Declare.
7075 (nnmairix-request-group-with-article-number-correction):
7076 Use nnmairix-fast, nnmairix-group rather than fast, group.
7077
7078 2008-02-26 David Engster <dengste@eml.cc>
7079
7080 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7081 version 0.5.
7082
7083 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7084
7085 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7086 instead of making an extra function call. Don't add the current group
7087 to articles only when they have the group. Use
7088 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7089 Reported by David <de_bb@arcor.de>.
7090
7091 2008-02-24 Miles Bader <miles@gnu.org>
7092
7093 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7094 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7095 (mm-find-mime-charset-region):
7096 * mm-bodies.el (mm-encode-body):
7097 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7098
7099 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7100
7101 * mail-source.el (mail-source-delete-incoming): Change default.
7102 Supplement doc string.
7103
7104 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7105
7106 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7107
7108 * nnmail.el (nnmail-message-id-cache-file): Derive from
7109 `gnus-home-directory'.
7110
7111 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7112
7113 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7114 Document negative prefix.
7115
7116 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7117
7118 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7119
7120 * message.el (message-unsent-separator): Add the Exim bounce
7121 separator.
7122
7123 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7124
7125 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7126 list.
7127 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7128 recipient/signer list.
7129
7130 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7131
7132 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7133 fbound (Emacs 23 unicode), signal an error.
7134
7135 2008-02-08 Glenn Morris <rgm@gnu.org>
7136
7137 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7138
7139 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7140
7141 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7142 ports to the calls to `netrc-machine-user-or-password' in addition to
7143 "imap" and "imaps".
7144
7145 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7146
7147 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7148 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7149 <hanche@math.ntnu.no>.
7150
7151 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7154
7155 2008-02-01 Zhang Wei <id.brep@gmail.com>
7156
7157 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7158
7159 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7160
7161 2008-02-01 Miles Bader <miles@gnu.org>
7162
7163 * mml.el (mml-parse-1): Remove apparently vestigial use of
7164 `mm-hack-charsets'.
7165 * mm-bodies.el (mm-encode-body): Likewise.
7166
7167 2008-02-01 Kenichi Handa <handa@m17n.org>
7168
7169 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7170 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7171 (rfc2104-hash): Convert the result of concat to unibyte string.
7172
7173 2008-02-01 Dave Love <fx@gnu.org>
7174
7175 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7176 coding-system-for-read.
7177 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7178
7179 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7180 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7181 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7182
7183 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7184
7185 * mail-source.el (mail-sources): Add `group' choice.
7186
7187 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7188 parameter `in-group' to control into which group the articles go.
7189 Add treatment of `group' mail-source.
7190
7191 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7192
7193 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7194 * message.el (message-beginning-of-line): Use featurep instead of bound
7195 tests in order to resolve conditionals at compile time.
7196
7197 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7198
7199 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7200
7201 * mm-decode.el (mm-dissect-buffer): Decode description.
7202
7203 * mml.el (mml-to-mime): Encode message header first.
7204
7205 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7206
7207 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7208 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7209
7210 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7211
7212 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7213
7214 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7217 prefix keys.
7218 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7219 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7220 gnus-xmas.el.
7221
7222 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7223
7224 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7225 Add new variables for article mark management.
7226 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7227 list of extra data entries which, when present, will indicate that the
7228 article ID should not be trimmed from the registry.
7229 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7230 functions.
7231 (gnus-registry-read-mark): New function to read a mark name from the
7232 user.
7233 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7234 (gnus-registry-set-article-mark-internal): New functions to add and
7235 remove marks.
7236 (gnus-registry-get-article-marks): New function to show the marks for
7237 an article, or retrieve them for further use.
7238
7239 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7242 keys when no argument is given.
7243
7244 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7245
7246 * gnus-sum.el (gnus-article-sort-by-random)
7247 (gnus-thread-sort-by-random): Fix doc strings.
7248 Reported by jidanni@jidanni.org.
7249
7250 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 * gnus-art.el (gnus-article-describe-bindings): New function.
7253 (gnus-article-read-summary-keys): Use it.
7254 (gnus-article-mode-map): Bind `C-h b' to it.
7255
7256 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7259 XEmacs.
7260 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7261 Protect against non-character events.
7262
7263 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7264
7265 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7266 New command.
7267 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7268 instead of END. Change name of the temp file.
7269 (gnus-group-gmane-group-download-format): Add doc string. Make it
7270 customizable.
7271
7272 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7275 bind `S W' to gnus-article-wide-reply-with-original; set default
7276 binding to gnus-article-read-summary-send-keys.
7277 (gnus-article-read-summary-keys): Fix the order of keys; display
7278 continuation keys correctly in the echo area; describe bindings
7279 correctly when keys end with `C-h'.
7280 (gnus-article-read-summary-send-keys): New function.
7281 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7282 Work for gnus-article-read-summary-send-keys; display continuation keys
7283 correctly in the echo area.
7284 (gnus-article-reply-with-original): Ignore prefix argument.
7285 (gnus-article-wide-reply-with-original): New function.
7286
7287 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7288
7289 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7290 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7291
7292 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7293
7294 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7295 (gnus-group-read-ephemeral-gmane-group): New command.
7296
7297 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7298
7299 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7300
7301 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7302
7303 * message.el (message-send-mail-function): Increase custom version.
7304
7305 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7306 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7307
7308 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7311 html parts correctly; support forwarded messages.
7312 (gnus-article-browse-html-article): Remove work buffers.
7313
7314 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7315 compiling.
7316 (netrc-bound-and-true-p): New macro.
7317 (netrc-parse): Use it instead of bound-and-true-p that is not available
7318 in XEmacs 21.4.
7319
7320 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7321
7322 * gnus-registry.el (gnus-registry-mark-article)
7323 (gnus-registry-article-marks): Add functionality to mark articles
7324 through the Gnus registry.
7325
7326 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7327 (netrc-parse): Use encrypt-file-alist to determine if
7328 encrypt-find-model or encrypt-insert-file-contents should be used.
7329
7330 2007-12-19 Glenn Morris <rgm@gnu.org>
7331
7332 * mml.el (message-options-set, message-narrow-to-head)
7333 (message-in-body-p, message-mail-p, message-encode-message-body):
7334 Autoload.
7335 (message-remove-header, message-narrow-to-headers-or-head)
7336 (message-subscribed-p, message-make-mail-followup-to)
7337 (message-position-on-field, message-news-p)
7338 (message-options-set-recipient, message-generate-headers)
7339 (message-sort-headers): Declare as functions.
7340
7341 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7342
7343 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7344 convention in doc string.
7345
7346 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7347
7348 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7349 title to html parts.
7350 (gnus-article-browse-html-article): Pass message header to it.
7351
7352 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7353
7354 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7355
7356 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7357 or password compatible with XEmacs.
7358
7359 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7360
7361 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7362 format document.
7363 (gnus-mime-delete-part): Don't write description line if empty.
7364 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7365
7366 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7367
7368 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7369 (gnus-summary-mark-read-and-unread-as-read)
7370 (gnus-summary-mark-current-read-and-unread-as-read)
7371 (gnus-summary-mark-unread-as-ticked): Doc fix.
7372 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7373
7374 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7375
7376 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7377 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7378
7379 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7380
7381 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7382 yes-or-no-p.
7383
7384 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7385
7386 * mm-decode.el (mm-add-meta-html-tag): New function.
7387 (mm-save-part-to-file, mm-pipe-part): Use it.
7388
7389 * gnus-art.el (gnus-article-browse-delete-temp-files):
7390 Use gnus-y-or-n-p instead of y-or-n-p.
7391 (gnus-article-browse-html-parts): Work with message/external-body; use
7392 mm-add-meta-html-tag.
7393
7394 2007-12-11 Glenn Morris <rgm@gnu.org>
7395
7396 * gnus-cache.el: Require gnus-sum not just when compiling.
7397
7398 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7399
7400 * gnus-int.el (gnus-server-opened, gnus-status-message):
7401 Move definitions before use.
7402
7403 * mm-decode.el: Require gnus-util.
7404 (mm-remove-part): Only call delete-annotation on XEmacs.
7405
7406 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7407
7408 * nnmail.el: Require gnus-int.
7409
7410 * spam.el: Move `require's before `eval-when-compile's.
7411
7412 * gnus-ems.el (gnus-alive-p):
7413 * gnus-fun.el (message-goto-eoh):
7414 * gnus-util.el (gnus-group-name-decode):
7415 * mail-source.el (gnus-compress-sequence):
7416 * message.el (Info-goto-node, format-spec):
7417 * mm-bodies.el (message-options-get):
7418 * mm-decode.el (mm-view-pkcs7):
7419 * mm-util.el (gmm-write-region):
7420 * mml-smime.el (mml-compute-boundary)
7421 (gnus-completing-read-with-default):
7422 * mml.el (widget-button-press, gnus-make-hashtable):
7423 * mml1991.el (mm-decode-content-transfer-encoding)
7424 (mm-encode-content-transfer-encoding)
7425 (message-options-get, message-options-set):
7426 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7427 * nnfolder.el (gnus-request-group):
7428 * nnheader.el (ietf-drums-unfold-fws):
7429 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7430 * smime.el (gnus-run-mode-hooks):
7431 * spam-stat.el (gnus-message): Autoload.
7432
7433 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7434 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7435 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7436 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7437 Add declare-function compatibility definition.
7438
7439 * gnus-cache.el (nnvirtual-find-group-art):
7440 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7441 (gnus-add-image, gnus-add-wash-type):
7442 * gnus-group.el (nnkiboze-score-file):
7443 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7444 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7445 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7446 (message-tokenize-header, gnus-get-buffer-create)
7447 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7448 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7449 * gnus.el (gnus-group-decoded-name):
7450 * mail-source.el (imap-capability):
7451 * mm-bodies.el (message-options-set):
7452 * mm-decode.el (gnus-configure-windows):
7453 * mm-extern.el (message-goto-body):
7454 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7455 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7456 (epg-sub-key-validity, message-options-set):
7457 * mml.el (widget-event-point, gnus-configure-windows):
7458 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7459 * mml2015.el (epg-check-configuration, epg-configuration)
7460 (message-options-set):
7461 * nndb.el (nndb-request-article):
7462 * nnfolder.el (gnus-request-create-group):
7463 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7464 * nnmaildir.el (gnus-group-mark-article-read):
7465 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7466 * rfc1843.el (message-fetch-field):
7467 * spam.el (gnus-extract-address-components):
7468 Declare as functions.
7469
7470 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7473
7474 2007-12-09 Glenn Morris <rgm@gnu.org>
7475
7476 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7477
7478 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7479 * message.el, mm-view.el, sieve-manage.el, smime.el:
7480 Add declare-function compatibility definition.
7481
7482 * gnus-art.el (w3-region, w3m-region, Info-menu):
7483 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7484 * gnus-sum.el (gnus-get-predicate):
7485 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7486 * message.el (mail-abbrev-in-expansion-header-p):
7487 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7488 (w3m-detect-meta-charset, w3m-region):
7489 * sieve-manage.el (password-read, password-cache-add)
7490 (password-cache-remove):
7491 * smime.el (password-read-and-add): Declare as functions.
7492
7493 2007-12-08 David Kastrup <dak@gnu.org>
7494
7495 * gnus-sum.el (gnus-summary-simplify-subject-query):
7496 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7497 `message'.
7498
7499 2007-12-07 Glenn Morris <rgm@gnu.org>
7500
7501 * gnus-art.el (article-make-date-line): Revert previous change.
7502
7503 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7504
7505 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7506
7507 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7508
7509 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7510 Call gnus-add-to-range ranges only once with a prepared article-list.
7511
7512 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7513
7514 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7515 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7516 group names with backslashes.
7517 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7518
7519 2007-12-06 Deepak Goel <deego3@gmail.com>
7520
7521 * gnus-art.el (article-make-date-line):
7522 * gnus-start.el (gnus-load):
7523 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7524
7525 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * gnus-art.el (gnus-use-idna)
7528 * gnus-start.el (gnus-site-init-file)
7529 * message.el (message-use-idna)
7530 * mm-uu.el (mm-uu-hide-markers)
7531 * smiley.el (smiley-style): Revert changes that suppress warnings.
7532
7533 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7534
7535 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7536 specify charset to html source.
7537 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7538
7539 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7542 idna-program in order to suppress byte compile warning issued by XEmacs
7543 that came to byte compile the default value section of defcustom forms
7544 recently.
7545
7546 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7547 value of installation-directory.
7548
7549 * message.el (message-use-idna): Don't directly refer to the value of
7550 idna-program.
7551
7552 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7553
7554 * smiley.el (smiley-style): Don't directly call face-attribute.
7555
7556 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7557
7558 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7559
7560 * gnus-dired.el: Reduce Gnus dependencies.
7561 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7562 Don't require. Use autoloads instead.
7563 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7564 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7565 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7566 (gnus-dired-mode): Adjust doc string.
7567 (gnus-dired-mail-mode): New variable.
7568 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7569 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7570 (gnus-dired-mail-buffers): New function. Return mail or message
7571 composition buffers.
7572 (gnus-dired-attach): Use it.
7573 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7574 NO-DECODE.
7575 (gnus-dired-print): Use `gnus-print-buffer' depending on
7576 `gnus-dired-mail-mode'.
7577
7578 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7579
7580 * rfc2047.el (rfc2047-encoded-word-regexp)
7581 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7582 explaining what regexp patterns are for.
7583
7584 2007-12-04 Glenn Morris <rgm@gnu.org>
7585
7586 * password.el: Move to ../password-cache.el.
7587
7588 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7589 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7590 * mml-smime.el (password-read, password-cache-add)
7591 (password-cache-remove):
7592 No need to autoload, since mml-sec requires password.
7593
7594 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7595 * message.el (gnus-extract-address-components):
7596 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7597
7598 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7599 password.
7600
7601 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7602
7603 * mailcap.el: Reduce dependencies.
7604 (mail-header-parse-content-type): Autoload.
7605 (mailcap-delete-duplicates): New alias.
7606 (mailcap-mime-info): Add optional argument NO-DECODE.
7607 (mailcap-mime-types): Use mailcap-delete-duplicates.
7608
7609 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7610
7611 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7612
7613 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7614 function.
7615
7616 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7617 (gnus-uu-yenc-article): New function.
7618
7619 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7620
7621 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7622
7623 2007-12-02 Glenn Morris <rgm@gnu.org>
7624
7625 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7626 Move to ../net.
7627
7628 * binhex.el, uudecode.el: Move to ../mail.
7629
7630 * encrypt.el: Remove file.
7631
7632 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7635 matches on patches.
7636
7637 * gnus-art.el (gnus-article-browse-html-article):
7638 Mention `mm-text-html-renderer' in the doc string.
7639
7640 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7641 string. Add comments.
7642
7643 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7644 if rhs is ASCII.
7645
7646 2007-12-01 Glenn Morris <rgm@gnu.org>
7647
7648 * dig.el, dns.el: Move to ../net.
7649 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7650
7651 * mail-source.el (top-level): Require format-spec before
7652 eval-when-compile.
7653
7654 2007-11-30 Glenn Morris <rgm@gnu.org>
7655
7656 * encrypt.el: Require password, rather than autoloading password-read.
7657
7658 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7659
7660 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7661 caller can indicate whether the cache should be disregarded for this
7662 call. This way the result of the call is reproducible at all times and
7663 can be considered a canonical server name for the supplied method.
7664 (gnus-agent-method-p): Canonicalize server names by pushing their
7665 method through `gnus-method-to-server' using the no-cache argument.
7666
7667 * gnus-srvr.el (gnus-server-insert-server-line):
7668 Call `gnus-method-to-server' with `no-cache' argument.
7669
7670 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7671 gnus-agent-possibly-synchronize-flags as this should be called when the
7672 server is actually being opened.
7673 (gnus-agent-possibly-synchronize-flags)
7674 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7675 flags file of an agentized server to the latter function.
7676
7677 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7678 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7679 after a connection has been established successfully.
7680
7681 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7682
7683 * gnus-art.el (article-display-face): Force to display face if called
7684 interactively; check if gnus-article-x-face-too-ugly matches author.
7685 (article-display-x-face): Display face even if From header is missing
7686 as article-display-face does.
7687
7688 2007-11-28 Richard Stallman <rms@gnu.org>
7689
7690 * md4.el: Move to ../.
7691 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7692
7693 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7694
7695 * mail-source.el (mail-sources): Default to fetch from file for
7696 compatibility with default of nnmail-spool-file.
7697
7698 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7699
7700 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7701 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7702 to look for encoded word that should be encoded again.
7703 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7704 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7705 encoding pattern.
7706 (rfc2047-decode-region): Switch strict regexp and loose one according
7707 to rfc2047-allow-irregular-q-encoded-words.
7708
7709 2007-11-26 Simon Josefsson <simon@josefsson.org>
7710
7711 * imap.el: Move to ../net directory.
7712
7713 2007-11-25 Romain Francoise <romain@orebokech.com>
7714
7715 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7716
7717 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7718
7719 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7720 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7721
7722 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7723 `nnmail-spool-file'.
7724
7725 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7726 `nnmail-spool-file'.
7727
7728 * gnus-move.el (gnus-change-server): Ditto.
7729
7730 * gnus-kill.el (gnus-batch-score): Ditto.
7731
7732 * gnus-cache.el (gnus-jog-cache): Ditto.
7733
7734 * gnus-msg.el (gnus-summary-reply):
7735 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7736
7737 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7738
7739 * gnus-cache.el (gnus-cache-generate-nov-databases):
7740 Use nnml-generate-nov-databases-directory instead of
7741 nnml-generate-nov-databases-1.
7742
7743 2007-11-24 Glenn Morris <rgm@gnu.org>
7744
7745 * message.el (message-tool-bar-retro): Update for rename
7746 mail_send.xpm->mail-send.xpm.
7747
7748 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7749
7750 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7751 `smime-ldap-search' for Emacs 22 and up.
7752
7753 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7754
7755 * hashcash.el: Move to ../mail directory.
7756
7757 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7758
7759 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7760 `smime-ldap-search' for Emacs 22 and up.
7761
7762 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7763
7764 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7765
7766 * message.el (message-send-mail-function): Fix error convention.
7767 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7768 (message-widen-reply, message-send-mail, message-talkative-question)
7769 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7770 (message-clone-locals, message-send-news): Use with-current-buffer.
7771 (message-insert-or-toggle-importance): Remove unused var `valid'.
7772 (message-make-references): Remove unused var `new-references'.
7773 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7774
7775 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7776
7777 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7778 (spam-split-symbolic-return-positive): Reflow docstring.
7779 (spam-backends, spam-summary-exit-behavior)
7780 (spam-mark-ham-unread-before-move-from-spam-group)
7781 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7782 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7783 (spam-clear-cache, spam-backend-check, spam-install-backend)
7784 (spam-install-statistical-backend, spam-list-of-processors)
7785 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7786 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7787 (spam-check-crm114, spam-initialize, spam-unload-hook):
7788 Fix typos in docstrings.
7789
7790 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7793 been checked if they have never been read and those group levels are
7794 higher than the one that a user specified.
7795
7796 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7797
7798 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7799 foreign groups unless a group level is specified by a user.
7800 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7801
7802 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7803
7804 * message.el (message-send-mail-function): Require sendmail.
7805
7806 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7807
7808 * message.el (message-send-mail-function): Check for smtpmail too.
7809
7810 * utf7.el (utf7-encode, utf7-decode): Use coding system
7811 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7812
7813 * message.el (message-send-mail-function): New function.
7814 (message-send-mail-function): Set default using
7815 message-send-mail-function. Adjust doc string.
7816 (message-send-mail-with-mailclient): New function.
7817
7818 2007-11-17 Richard Stallman <rms@gnu.org>
7819
7820 * assistant.el: Remove file.
7821
7822 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * smime.el (from):
7825 * rfc2047.el (message-posting-charset):
7826 * qp.el (mm-use-ultra-safe-encoding):
7827 * pop3.el (parse-time-months):
7828 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7829 * nnml.el (files):
7830 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7831 (jka-compr-compression-info-list, ange-ftp-path-format)
7832 (efs-path-regexp):
7833 * nndiary.el (files):
7834 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7835 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7836 (epg-digest-algorithm-alist, inhibit-redisplay)
7837 (password-cache-expiry):
7838 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7839 (pgg-output-buffer, password-cache-expiry):
7840 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7841 (efs-path-regexp):
7842 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7843 (inhibit-redisplay):
7844 * mm-uu.el (file-name, start-point, end-point, entry)
7845 (gnus-newsgroup-name, gnus-newsgroup-charset):
7846 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7847 (latin-unity-ucs-list):
7848 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7849 (mm-uu-binhex-decode-function):
7850 * message.el (gnus-message-group-art, gnus-list-identifiers)
7851 (rmail-enable-mime-composing, gnus-local-organization)
7852 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7853 (gnus-read-active-file, facemenu-add-face-function)
7854 (facemenu-remove-face-function, gnus-article-decoded-p)
7855 (tool-bar-mode):
7856 * mail-source.el (display-time-mail-function):
7857 * gnus-util.el (nnmail-pathname-coding-system)
7858 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7859 (gnus-original-article-buffer, gnus-user-agent)
7860 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7861 (xemacs-codename, sxemacs-codename, emacs-program-version):
7862 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7863 * gnus-start.el (gnus-agent-covered-methods)
7864 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7865 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7866 (gnus-newsgroup-headers, gnus-group-list-mode)
7867 (gnus-group-mark-positions, gnus-newsgroup-data)
7868 (gnus-newsgroup-unreads, nnoo-state-alist)
7869 (gnus-current-select-method, mail-sources)
7870 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7871 (nnmail-spool-file, gnus-cache-active-hashtb):
7872 * gnus-mh.el (mh-lib-progs):
7873 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7874 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7875 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7876 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7877 (gnus-group-buffer):
7878 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7879 (font-lock-set-defaults):
7880 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7881 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7882 (gnus-summary-post-menu, total-parts, type, condition, length):
7883 * gnus-agent.el (gnus-agent-read-agentview):
7884 * flow-fill.el (show-trailing-whitespace):
7885 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7886 eval-and-compile wrappers for byte compiler pacifiers.
7887
7888 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7889 (mm-display-inline-fontify): Check for featurep 'xemacs not
7890 extent-list.
7891
7892 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7893 itimer-list.
7894 (mm-create-image-xemacs): Only do something for XEmacs.
7895 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7896
7897 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7898
7899 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7900 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7901
7902 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7903
7904 * nnimap.el (nnimap-split-download-body):
7905 * gnus-demon.el (gnus-demon):
7906 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7907
7908 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7909
7910 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7911 New macros.
7912 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7913 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7914 copy data from unibyte buffer to multibyte current buffer.
7915 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7916 to copy data from unibyte current buffer to multibyte buffer.
7917 (nntp-make-process-buffer): Make process buffer unibyte.
7918
7919 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7920
7921 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7922
7923 * pop3.el (pop3-open-server): Accept and process data more robustly at
7924 connexion start to avoid spurious "POP SSL connexion failed" errors.
7925
7926 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7927
7928 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7929 read group names.
7930
7931 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7934
7935 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7936
7937 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7938 (nnmail-save-active): Use a unibyte buffer when saving active file,
7939 which may contain non-ASCII group names.
7940
7941 * nnml.el (nnml-request-group): Decode group names in messages.
7942
7943 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7944
7945 * message.el (message-citation-line-function)
7946 (message-insert-formatted-citation-line): Fix spelling of
7947 `message-insert-formated-citation-line'.
7948
7949 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7952
7953 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7956 nnmail-pathname-coding-system.
7957
7958 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7959 that a user enters; decode group names in messages.
7960
7961 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7962
7963 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7966
7967 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7968
7969 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7970 risky local variable.
7971
7972 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7973
7974 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7975
7976 * encrypt.el: Improve documentation to fix function name typo.
7977 Reported by Daiki Ueno <ueno@unixuser.org>.
7978
7979 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7980
7981 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7982 even if the point is not in the last page of an article.
7983 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7984 back to the previous page.
7985
7986 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7987
7988 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7989
7990 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7991
7992 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7993
7994 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * message.el (message-check-news-body-syntax):
7997 Avoid mm-string-as-multibyte.
7998 (message-hide-headers): Don't assume (point-min)==1.
7999
8000 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8001
8002 * message.el (message-remove-blank-cited-lines): Fix if remove is
8003 given.
8004 (message-bogus-address-regexp): New variable.
8005 (message-bogus-recipient-p): New function.
8006 (message-check-recipients): New command.
8007 (message-syntax-checks): Add `bogus-recipient'.
8008 (message-fix-before-sending): Add `bogus-recipient'.
8009
8010 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8011 (gnus-treat-body-boundary): Don't test window-system.
8012
8013 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8014
8015 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8016
8017 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8018
8019 * gnus.el: Bump version to Gnus v5.13.
8020
8021 2007-10-28 Miles Bader <miles@gnu.org>
8022
8023 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8024 at compile-time too.
8025
8026 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8027
8028 * gnus-msg.el (gnus-message-setup-hook):
8029 Add `message-remove-blank-cited-lines' to options.
8030
8031 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8032
8033 * message.el (message-remove-blank-cited-lines): New function.
8034 Suggested by Karl Plästerer.
8035
8036 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8039 mapc.
8040
8041 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8042 (top-level): Use mapc to set functions to be traced for debugging.
8043
8044 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8045 called for effect with while loop.
8046
8047 * message.el (message-talkative-question): Replace mapcar called for
8048 effect with mapc.
8049
8050 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8051 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8052 called for effect with dolist.
8053
8054 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8055
8056 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8057 gnus-extra-headers and nnmail-extra-headers.
8058
8059 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8060 called for effect with dolist.
8061 (top-level): Use mapc to set functions to be traced for debugging.
8062
8063 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8064 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8065 dolist.
8066
8067 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8068 Replace mapcar called for effect with mapc.
8069 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8070 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8071 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8072 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8073
8074 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8075 remove-if that's a cl function.
8076
8077 * webmail.el (webmail-debug): Replace mapcar called for effect with
8078 dolist.
8079
8080 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8083 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8084 with while loop.
8085
8086 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8087 functions from article-* functions.
8088 (gnus-multi-decode-header): Replace mapcar called for effect with
8089 dolist.
8090
8091 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8092 (gnus-bookmark-show-details): Replace mapcar called for effect with
8093 while loop.
8094
8095 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8096 called for effect with while loop.
8097
8098 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8099 with dolist.
8100
8101 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8102 Replace mapcar called for effect with dolist.
8103
8104 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8105
8106 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8107 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8108 Replace mapcar called for effect with dolist.
8109 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8110 mapc.
8111
8112 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8113 Replace mapcar called for effect with dolist.
8114 (gnus-topic-list): Replace mapcar called for effect with mapc.
8115
8116 * gnus.el: Use mapc instead of mapcar to add autoloads.
8117
8118 2007-10-23 Richard Stallman <rms@gnu.org>
8119
8120 * gnus-group.el (gnus-group-highlight): Mark as risky.
8121
8122 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * gnus.el (gnus-server-to-method): Return method found first in
8125 gnus-newsrc-alist.
8126
8127 * gnus-art.el (gnus-article-highlight-signature)
8128 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8129 button overlay without the front stickiness.
8130
8131 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8132
8133 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8134 overview buffer needed a catch to receive its throw.
8135 (gnus-agent-flush-cache): Declare as interactive to make this function
8136 easier to use.
8137
8138 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8141 `next-line'.
8142
8143 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8144
8145 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8146 exclude address matching message-dont-reply-to-names.
8147
8148 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8149
8150 * gnus-util.el (gnus-string<): New function.
8151
8152 * gnus-sum.el (gnus-article-sort-by-author)
8153 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8154
8155 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8156
8157 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8158 the frame-focus tag is set in gnus-buffer-configuration.
8159
8160 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8161
8162 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8163 the front stickiness.
8164
8165 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8166
8167 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8168 url pattern; remove duplicate one.
8169 (gnus-article-extend-url-button): New function.
8170 (gnus-article-add-buttons): Use it.
8171 (gnus-button-push): Use concatenated url that it makes.
8172
8173 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8174
8175 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8176 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8177
8178 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8181 Don't hardcode point-min==1.
8182
8183 2007-09-30 David Kastrup <dak@gnu.org>
8184
8185 * gnus-art.el (gnus-article-reply-with-original)
8186 (gnus-article-followup-with-original): When `transient-mark-mode' is
8187 off, refrain from active-region behavior for followups.
8188
8189 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8190
8191 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8192 Fix comment about "iso8859-1".
8193
8194 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8195
8196 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8197 ones returned from the verify-function.
8198
8199 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8200 Call mml2015-extract-cleartext-signature if extraction failed.
8201
8202 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8203
8204 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8205 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8206 failed.
8207
8208 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8209
8210 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8211
8212 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8213
8214 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8215 to mark a thread as expirable. Add variable `hide' to handle hiding of
8216 thread for both the null and zero (kill/expire thread) universal prefix
8217 cases.
8218 (gnus-summary-expire-thread): Add new function to expire a thread,
8219 using gnus-summary-kill-thread.
8220 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8221 shortcuts for gnus-summary-expire-thread.
8222 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8223 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8224
8225 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8226
8227 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8228 extras value, so an extras entry can be deleted.
8229 (gnus-registry-delete-extra-entry): Use it.
8230 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8231 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8232 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8233 storage through the gnus-registry, and provide an appropriate API for
8234 it.
8235
8236 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8237
8238 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8239 Suggested by Leo <sdl.web@gmail.com>.
8240
8241 * gnus.el: Do.
8242
8243 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8246 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8247
8248 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8249
8250 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8251 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8252
8253 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8254
8255 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8256 newline.
8257 (nnmbox-request-accept-article): Don't change article in source buffer;
8258 narrow to header to use message-fetch-field rather than
8259 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8260 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8261 as delimiters; make sure article ends with newline.
8262 (nnmbox-delete-mail): Correct last position of article to be deleted;
8263 ignore X-Gnus-Newsgroup header in article body.
8264 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8265 positions; make sure article ends with newline.
8266
8267 * message.el (message-display-abbrev): Don't infloop when a user
8268 inserts SPC in the beginning of header.
8269
8270 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8273 list of groups not followed by default. Fix type to be regexp.
8274 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8275
8276 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8277
8278 * hmac-def.el (define-hmac-function): Switch from old-style to
8279 new-style backquotes.
8280
8281 * md4.el (md4-make-step): Likewise.
8282
8283 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8284
8285 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8286 raw-text coding system when saving .newsrc file, which may contain
8287 non-ASCII group names.
8288
8289 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8290
8291 * gnus-cus.el (gnus-score-extra): New widget.
8292 (gnus-score-extra-convert): New function.
8293 (gnus-score-customize): Use it for Extra.
8294
8295 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8296
8297 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8298 (mml2015-mailcrypt-clear-verify): Use it.
8299 (mml2015-gpg-clear-verify): Use it.
8300 (mml2015-pgg-clear-verify): Use it.
8301 (mml2015-epg-clear-verify): Replace the current part with the output
8302 from GnuPG; don't extract the plaintext by itself.
8303
8304 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8305 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8306 mml2015-clear-verify-function; don't touch the armor headers or
8307 dash-escaped text here.
8308
8309 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8312 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8313 parts, or application/octet-stream as a last resort.
8314 (gnus-mime-view-part-as-type): Don't toggle display.
8315 (gnus-mime-view-part-as-charset): Don't turn off display before
8316 querying charset.
8317
8318 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8319 stuff to undisplayer function in Emacs.
8320 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8321
8322 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8323 text/calendar parts.
8324
8325 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8328 decoding text/calendar parts.
8329
8330 * message.el (message-forward-make-body-mime): Always mark body as
8331 having no illegible text; remove signed-or-encrypted argument.
8332 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8333
8334 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8335 (mml-generate-mime-1): Don't encode body if it is specified to be in
8336 raw form; don't make buffer be unibyte when inserting multibyte string.
8337
8338 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8339
8340 * sha1.el: Fix up comment style.
8341 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8342 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8343
8344 * hex-util.el: Fix up comment style.
8345 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8346
8347 * gnus-salt.el: Use with-current-buffer.
8348 (gnus-pick-setup-message): Fix long-standing typo.
8349
8350 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8351
8352 * imap.el (imap-logout-timeout): New variable.
8353 (imap-logout, imap-logout-wait): New functions.
8354 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8355
8356 * nnimap.el (nnimap-logout-timeout): New server variable.
8357 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8358 nnimap-logout-timeout.
8359
8360 * gnus-art.el (gnus-article-summary-command-nosave)
8361 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8362
8363 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8364
8365 * gnus.el (gnus-maximum-newsgroup): New variable.
8366
8367 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8368 according to gnus-maximum-newsgroup.
8369
8370 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8371 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8372 Limit the range of articles according to gnus-maximum-newsgroup.
8373
8374 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8375
8376 * gnus-art.el (gnus-sticky-article): Fix problems described in
8377 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8378 Don't perform gnus-configure-windows here; reuse existing sticky
8379 article buffer.
8380
8381 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8382 it doesn't exist in gnus-article-mode.
8383
8384 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8385
8386 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8387 (gnus-agent-decoded-group-name): New function.
8388 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8389 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8390
8391 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8392
8393 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8394 Add binding for gnus-sticky-article.
8395 (gnus-summary-exit): Don't kill sticky article buffers.
8396
8397 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8398 article buffer.
8399 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8400 (gnus-kill-sticky-article-buffers): New commands.
8401
8402 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8403
8404 * nntp.el (nntp-xref-number-is-evil): New server variable.
8405 (nntp-find-group-and-number): If it is non-nil, don't trust article
8406 numbers in the Xref header.
8407
8408 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8409
8410 * gnus-agent.el (gnus-agent-read-group): New function.
8411 (gnus-agent-flush-group, gnus-agent-expire-group)
8412 (gnus-agent-regenerate-group): Use it.
8413 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8414 nnmail-pathname-coding-system.
8415
8416 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8417
8418 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8419
8420 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8421 that are unread as unread, and also as selected so that information of
8422 marks having been changed by a user may be updated when exiting group.
8423
8424 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8425
8426 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8427
8428 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8431 calculated ignoring signature parts to gnus-treat-article.
8432
8433 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8434
8435 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8436 a point here in order to keep the window start.
8437 (gnus-insert-mime-security-button): Make a button overlay without the
8438 front stickiness.
8439 (gnus-mime-display-security): Goto the end of a button.
8440
8441 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8442
8443 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8444
8445 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8446 group-name-at-point.
8447 (gnus-group-completing-read): New function that offers decoded
8448 non-ASCII group names for completion.
8449 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8450 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8451 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8452 (gnus-group-fetch-control): Use it.
8453 (gnus-fetch-group): Use group-name-at-point for the initial value
8454 rather than the default value; use gnus-alive-p.
8455
8456 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8457 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8458 (gnus-summary-post-news): Use gnus-group-completing-read.
8459
8460 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8461 (gnus-read-move-group-name): Decode group name for completion.
8462
8463 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8464
8465 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8466 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8467 Yamaoka slightly modified the code).
8468
8469 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8470
8471 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8472 (nnmail-split-incoming): Bind it.
8473
8474 * nnml.el (nnml-group-name-charset): New function.
8475 (nnml-decoded-group-name): Use it; don't decode group name if
8476 nnmail-group-names-not-encoded-p is non-nil.
8477 (nnml-encoded-group-name): New function.
8478 (nnml-group-pathname): Inline nnml-decoded-group-name.
8479 (nnml-request-expire-articles): Decode group name in message.
8480 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8481 nnmail-pathname-coding-system.
8482 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8483 not decoded ones according to nnmail-group-names-not-encoded-p.
8484 (nnml-generate-active-info): Use nnml-encoded-group-name.
8485
8486 2007-08-08 Glenn Morris <rgm@gnu.org>
8487
8488 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8489 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8490 doc-strings and comments.
8491
8492 2007-07-25 Glenn Morris <rgm@gnu.org>
8493
8494 * Relicense all FSF files to GPLv3 or later.
8495
8496 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8497
8498 * gnus-sum.el (gnus-summary-move-article):
8499 Make gnus-summary-respool-article work.
8500
8501 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8502
8503 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8504 string.
8505
8506 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8507
8508 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8509 that should be ignored when comparing distant RSS articles with local
8510 ones.
8511 (nnrss-make-hash-index): New function. Create a hash index according
8512 to the ignored fields.
8513 (nnrss-check-group): Use it.
8514
8515 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8516
8517 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8518
8519 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8520
8521 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8522 the new optional argument ENCODED is non-nil.
8523 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8524 coding system for encoding group name.
8525 (gnus-group-make-rss-group): Pass un-encoded group name to
8526 gnus-group-make-group.
8527 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8528 encoded.
8529
8530 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8531 Encode group name to which articles are moved or copied.
8532 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8533 coding system for encoding Newsgroup, Followup-To and Xref headers.
8534
8535 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8536 marks; use nnheader-file-coding-system to write a file.
8537 (nnagent-retrieve-headers): Bind file-name-coding-system to
8538 nnmail-pathname-coding-system.
8539
8540 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8541
8542 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8543 (nnml-request-article, nnml-request-create-group)
8544 (nnml-request-rename-group, nnml-find-id)
8545 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8546 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8547 (nnml-save-marks): Use nnml-group-pathname instead of
8548 nnmail-group-pathname.
8549
8550 (nnml-request-create-group, nnml-request-expire-articles)
8551 (nnml-request-move-article, nnml-request-delete-group)
8552 (nnml-deletable-article-p, nnml-possibly-create-directory)
8553 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8554 (nnml-open-marks): Bind file-name-coding-system to
8555 nnmail-pathname-coding-system.
8556
8557 (nnml-request-article): Pass server argument to nnml-find-group-number.
8558 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8559 Pass server argument to nnml-possibly-create-directory.
8560 (nnml-request-accept-article): Pass server argument to
8561 nnml-active-number and nnml-save-mail.
8562 (nnml-find-group-number): Pass server argument to nnml-find-id.
8563 (nnml-request-update-info): Pass server argument to
8564 nnml-marks-changed-p.
8565
8566 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8567 (nnml-save-mail, nnml-active-number): Add server argument.
8568
8569 (nnml-request-delete-group): Warn if group is missing.
8570 (nnml-get-nov-buffer): Decode group name.
8571 (nnml-generate-active-info): Encode group name.
8572 (nnml-open-marks): Decode group name in messages.
8573
8574 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8577 if it is not specified.
8578 (gnus-article-pipe-part, gnus-article-save-part)
8579 (gnus-article-interactively-view-part, gnus-article-copy-part)
8580 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8581 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8582 (gnus-article-replace-part, gnus-article-delete-part)
8583 (gnus-article-view-part-as-type): Pass raw prefix argument to
8584 gnus-article-part-wrapper.
8585
8586 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * gnus-agent.el (gnus-agent-save-active):
8589 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8590
8591 * gnus-cache.el (gnus-cache-save-buffers)
8592 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8593 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8594 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8595 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8596 (gnus-cache-generate-active, gnus-cache-rename-group)
8597 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8598 (gnus-cache-update-overview-total-fetched-for):
8599 Bind file-name-coding-system to nnmail-pathname-coding-system.
8600 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8601 New variables.
8602 (gnus-cache-decoded-group-name): New function.
8603 (gnus-cache-file-name): Use it.
8604 (gnus-cache-generate-active): Use non-decoded group name for active.
8605
8606 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8607 right place.
8608 (gnus-write-active-file): Don't break non-ASCII group names.
8609
8610 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8611 nnmail-pathname-coding-system.
8612
8613 * gnus-uu.el (gnus-uu-decode-save): Typo.
8614
8615 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8616
8617 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8618
8619 2007-07-14 David Kastrup <dak@gnu.org>
8620
8621 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8622 finishing actions if we did not edit the article.
8623
8624 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8627 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8628 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8629 (gnus-agent-flush-group, gnus-agent-flush-cache)
8630 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8631 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8632 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8633 (gnus-agent-regenerate-group)
8634 (gnus-agent-update-files-total-fetched-for)
8635 (gnus-agent-update-view-total-fetched-for):
8636 Bind file-name-coding-system to nnmail-pathname-coding-system.
8637 (gnus-agent-group-pathname): Don't encode file names by
8638 nnmail-pathname-coding-system.
8639 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8640 coding-system-for-write instead of buffer-file-coding-system to
8641 gnus-agent-file-coding-system.
8642
8643 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8644 Decode group name.
8645
8646 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8647
8648 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8649 (gnus-read-newsrc-el-file): Make group names unibyte.
8650
8651 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8652 nnmail-pathname-coding-system.
8653
8654 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8655 (nnrss-request-delete-group): Bind file-name-coding-system to
8656 nnmail-pathname-coding-system.
8657 (nnrss-read-server-data, nnrss-read-group-data):
8658 Bind file-name-coding-system correctly.
8659 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8660
8661 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8662 (nntp-server-to-method-cache): New variable.
8663 (nntp-group-pathname): New function that decodes non-ASCII group names.
8664 (nntp-possibly-create-directory, nntp-marks-changed-p)
8665 (nntp-save-marks, nntp-open-marks): Use it.
8666 (nntp-possibly-create-directory, nntp-open-marks):
8667 Bind file-name-coding-system to nnmail-pathname-coding-system.
8668 (nntp-open-marks): Decode group names when bootstrapping marks.
8669
8670 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8671 Newsgroups and Folowup-To headers.
8672
8673 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8674
8675 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8676 (gnus-server-closed-face, gnus-server-denied-face)
8677 (gnus-server-offline-face): Remove variable.
8678 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8679
8680 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8681 of modifying message-stack directly for XEmacs.
8682
8683 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8684 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8685 if the coding-system argument is nil for XEmacs.
8686
8687 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8688 mm-charset-override-alist.
8689
8690 * rfc2047.el: Don't require base64; require rfc2045 for the function
8691 rfc2045-encode-string.
8692 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8693 to quote the parameter value.
8694
8695 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8696
8697 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8698 form in gnus-group-name-charset-method-alist.
8699
8700 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8701 overrides the default layout edit-form.
8702
8703 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8704
8705 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8706
8707 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8708
8709 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8710 as unfetched articles.
8711
8712 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8713
8714 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8715
8716 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8717
8718 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8719 original back end that keeps marks in the local system.
8720
8721 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8724 arg of pop-to-buffer for XEmacs.
8725 (gnus-article-read-summary-keys): Ditto; don't restore window
8726 configuration if summary command ends up with neither article buffer
8727 nor summary buffer; describe bindings if summary keys end with C-h.
8728
8729 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8730
8731 * message.el (message-fix-before-sending): Skip raw message part to be
8732 forwarded while checking illegible text.
8733 (message-forward-make-body-mime, message-forward-make-body):
8734 Mark signed or encrypted raw message as having no illegible text.
8735
8736 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8737
8738 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8739 (gnus-message-with-timestamp-1): New macro.
8740 (gnus-message-with-timestamp): New function.
8741 (gnus-message): Use them.
8742
8743 * nnheader.el (nnheader-message): Use them.
8744
8745 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8746
8747 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8748 .newsrc.eld file.
8749
8750 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8751
8752 * gnus-agent.el (gnus-agent-fetch-headers)
8753 (gnus-agent-retrieve-headers):
8754 Bind gnus-decode-encoded-address-function to identity.
8755
8756 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8757 available also when the server returns simply a dot.
8758
8759 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8760
8761 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8762
8763 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8764
8765 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * gnus-ems.el (gnus-x-splash): Make it work.
8768
8769 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8770 from being used.
8771
8772 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8773
8774 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8775 the front stickiness.
8776 (gnus-article-summary-command-nosave): Correct the order of the
8777 arguments passed to pop-to-buffer.
8778 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8779 summary command ends up with the article buffer.
8780
8781 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8782 the same faces.
8783
8784 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8785
8786 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8787
8788 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8789
8790 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8791 * gnus-sum.el (gnus-summary-highlight):
8792 * mail-source.el (mail-source-delete-old-incoming-confirm):
8793 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8794
8795 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8796
8797 * gnus-art.el (gnus-mime-view-part-externally)
8798 (gnus-mime-view-part-internally): Fix predicate function passed to
8799 completing-read.
8800
8801 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8802
8803 * gnus.el (gnus-update-message-archive-method): Add :version.
8804
8805 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * gnus.el (gnus-update-message-archive-method): New variable.
8808
8809 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8810 according to gnus-message-archive-method if
8811 gnus-update-message-archive-method is non-nil.
8812
8813 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8814
8815 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8816 Suggested by Loic Dachary <loic@dachary.org>.
8817 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8818
8819 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8820
8821 * message.el (message-pop-to-buffer): Add switch-function argument.
8822 (message-mail): Pass switch-function argument to it.
8823
8824 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8825
8826 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8827 Improve doc string.
8828
8829 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8830
8831 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8832 (gnus-header-content)
8833 * gnus-cite.el (gnus-cite-10)
8834 * gnus-srvr.el (gnus-server-closed)
8835 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8836 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8837 (gnus-group-mail-3-empty, gnus-group-mail-low)
8838 (gnus-group-mail-low-empty, gnus-splash)
8839 * message.el (message-header-to, message-header-cc)
8840 (message-header-subject, message-header-other, message-header-name)
8841 (message-header-xheader, message-separator, message-cited-text)
8842 (message-mml): Lighten colors of faces used for dark background.
8843
8844 2007-05-24 Simon Josefsson <simon@josefsson.org>
8845
8846 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8847 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8848
8849 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * message.el (message-narrow-to-headers-or-head):
8852 Ignore mail-header-separator in the body.
8853
8854 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8855
8856 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8857 same as window size.
8858
8859 2007-05-22 Kevin Ryde <user42@zip.com.au>
8860
8861 * message.el (message-font-lock-keywords): Use message-header-xheader
8862 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8863 ahead of the anything pattern, to get it recognised.
8864
8865 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8866
8867 * gnus-sum.el (gnus-articles-to-read)
8868 (gnus-summary-insert-old-articles): Don't truncate group name for
8869 `read-string'.
8870
8871 * gnus-util.el (gnus-limit-string): Delete this function.
8872
8873 * gnus-sum.el (gnus-simplify-subject-fully):
8874 Use `truncate-string-to-width' instead.
8875
8876 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8877
8878 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8879 Tell if, on summary exit, the next group has to be selected.
8880 (gnus-summary-exit): Use it.
8881
8882 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8883
8884 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8885 non-break space.
8886
8887 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8888
8889 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8890 Check if group is not a directory.
8891 (nnfolder-request-expire-articles): Don't delete articles if the target
8892 group is not available.
8893
8894 * nnml.el (nnml-request-create-group): Properly check if group is not a
8895 file.
8896 (nnml-request-expire-articles): Don't delete articles if the target
8897 group is not available.
8898
8899 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8900 Don't quote characters that are within parentheses.
8901
8902 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8905 (gnus-handle-ephemeral-exit): Select article according to it.
8906
8907 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8908
8909 * message.el (message-insert-formated-citation-line): Remove newline.
8910 (message-citation-line-format): Add final \n here so that the user can
8911 avoid a blank line.
8912
8913 2007-05-03 Dan Christensen <jdc@uwo.ca>
8914
8915 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8916 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8917 Update lanl/arXiv support.
8918
8919 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8920
8921 * gnus.el: Bump version number.
8922
8923 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8924
8925 * gnus.el (gnus-version-number): Bump version.
8926
8927 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8928
8929 * gnus.el: No Gnus v0.6 is released.
8930
8931 2007-04-27 Didier Verna <didier@xemacs.org>
8932
8933 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8934 * gmm-utils.el (gmm-regexp-concat): ... here.
8935 * message.el: Don't require 'gnus-util.
8936 (message-dont-reply-to-names): Handle name change above.
8937 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8938
8939 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8940
8941 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8942 since the initial value varies according to the system.
8943
8944 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8945
8946 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8947
8948 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8949
8950 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8951
8952 2007-04-24 Didier Verna <didier@xemacs.org>
8953
8954 Improve the type of gnus-ignored-from-addresses.
8955 * gnus-util.el (gnus-orify-regexp): New function.
8956 * message.el (gnus-util): Require it.
8957 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8958 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8959 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8960
8961 2007-04-24 Didier Verna <didier@xemacs.org>
8962
8963 * gnus-sum.el:
8964 * gnus-utils.el: Fix some trailing whitespaces.
8965
8966 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8967
8968 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8969 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8970 article's Message-ID; refer parent article in summary buffer.
8971
8972 * message.el (message-bounce): Call mime-to-mml.
8973
8974 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8977
8978 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8979
8980 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8981 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8982 displayed of multipart/alternative part if it is invoked from summary
8983 buffer.
8984
8985 * mm-view.el (mm-inline-text-html-render-with-w3m)
8986 (mm-inline-text-html-render-with-w3m-standalone)
8987 (mm-inline-render-with-function): Use mail-parse-charset by default.
8988
8989 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8990
8991 * parse-time.el (parse-time-string-chars): Check if CHAR
8992 is less than the length of parse-time-syntax.
8993
8994 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8995
8996 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8997 from gnus-newsgroup-processable.
8998
8999 2007-04-16 Didier Verna <didier@xemacs.org>
9000
9001 * gnus-msg.el (gnus-configure-posting-styles):
9002 Handle message-signature-directory properly with :file syntax.
9003 Reported by "Leo".
9004
9005 2007-04-11 Didier Verna <didier@xemacs.org>
9006
9007 New user option: message-signature-directory.
9008 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9009 * message.el (message-insert-signature): Ditto.
9010 * message.el (message-signature-file): Doc update.
9011 * message.el (message-signature-directory): New.
9012
9013 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9014
9015 * gnus-msg.el (gnus-inews-yank-articles):
9016 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9017
9018 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9019
9020 * message.el (message-yank-original): Make sure cited text ends with
9021 newline; don't exchange point and mark.
9022
9023 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9024
9025 * tls.el (open-tls-stream): Properly handle case where there
9026 is no associated buffer.
9027
9028 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9029
9030 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9031 message-yank-original, make sure (< mark TEXT point).
9032
9033 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9034
9035 * message.el (message-fill-column): New variable.
9036 (message-mode): Use it. Add comment on a possible new hook.
9037
9038 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9039 (nnmail-get-new-mail): Reformat.
9040
9041 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9042
9043 * gmm-utils.el: Fix Commentary.
9044 (gmm-tool-bar-from-list): Fix typo in doc string.
9045
9046 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9047
9048 * message.el (message-yank-original): Don't switch point and mark
9049 unnecessarily to put point and mark as documented.
9050
9051 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9052
9053 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9054 from the message heads.
9055
9056 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9057
9058 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9059 article buffer does not have a window. This may not be the best
9060 solution but is certainly better than setting the start of the null,
9061 that is the current, window.
9062
9063 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9064
9065 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9066 (gnus-draft-setup): Run it.
9067
9068 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9069 gnus-score-fast-scoring. Allow regexp.
9070 (gnus-score-headers): Use it.
9071
9072 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9073 XEmacs.
9074
9075 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9076 string.
9077 (gnus-button-alist): Also catch `<f1> k ...'.
9078 (gnus-treat-display-x-face): Fix doc string.
9079
9080 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9081
9082 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9083 evaluation of gnus-extended-version to ensure correct generation of the
9084 User-Agent header when message-generate-headers-first is used.
9085
9086 2007-03-24 Simon Josefsson <simon@josefsson.org>
9087
9088 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9089 hashcash-path is nil. Don't call callback with incorrect number of
9090 parameters if val is 0.
9091
9092 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9093
9094 * message.el (message-required-news-headers):
9095 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9096
9097 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9098
9099 * message.el (message-generate-new-buffers): Change the meaning of the
9100 nil value; add `standard' to the choices; treat t as `unique'; improve
9101 doc string.
9102 (gnus-select-frame-set-input-focus): Autoload.
9103 (message-buffer-name): Search for the existing message buffer if
9104 message-generate-new-buffers is nil or `standard'; treat the value t of
9105 message-generate-new-buffers as `unique'.
9106 (message-pop-to-buffer): Raise the frame already displaying the message
9107 buffer; clear the echo area after querying.
9108 (message-setup): Pass the `continue' argument to compose-mail.
9109 (message-mail): Prefer `switch-function' if it is given; search for the
9110 existing message buffer if the `continue' argument is non-nil; pass
9111 continue and switch-function arguments to compose-mail by way of
9112 message-setup.
9113 (message-mail-other-window): Adjust argument of message-setup.
9114 (message-mail-other-frame): Ditto.
9115
9116 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9117
9118 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9119 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9120 to turn font-lock on when turning gnus-message-citation-mode on.
9121
9122 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9123
9124 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9125 (mml-smime-function-alist): New variable; add epg as the backend.
9126 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9127 mml-smime- functions instead.
9128 * mm-view.el: Require smime.
9129
9130 2007-03-05 Didier Verna <didier@xemacs.org>
9131
9132 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9133 instead of just inheritance for posting styles.
9134 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9135
9136 2007-02-24 John Paul Wallington <jpw@pobox.com>
9137
9138 * tls.el (tls-certtool-program): Fix custom type.
9139
9140 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9141
9142 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9143 and point-at-eol instead of line-(beginning|end)-position.
9144
9145 * assistant.el (assistant-parse-buffer): Ditto.
9146
9147 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9148
9149 * mml2015.el (mml2015-epg-find-usable-key): New function.
9150 (mml2015-epg-sign): Use it.
9151 (mml2015-epg-encrypt): Use it.
9152
9153 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * message.el (message-make-in-reply-to): Quote name containing
9156 non-ASCII characters. It will make the RFC2047 encoder cause an error
9157 if there are special characters. Reported by NAKAJI Hiroyuki
9158 <nakaji@jp.freebsd.org>.
9159
9160 2007-02-27 Didier Verna <didier@xemacs.org>
9161
9162 Include the group parameters as well as the topic ones in the
9163 inheritance filter process.
9164 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9165 argument GROUP-PARAMS-LIST.
9166 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9167
9168 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9169
9170 * nntp.el (nntp-never-echoes-commands)
9171 (nntp-open-connection-functions-never-echo-commands): New variables.
9172 (nntp-send-command): Use them.
9173
9174 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9175
9176 * mml2015.el (mml2015-epg-verify): Simplify.
9177
9178 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9179
9180 * mml.el (mml-content-disposition-alist): New user option.
9181 (mml-content-disposition): New function.
9182 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9183 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9184
9185 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9186
9187 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9188 verification.
9189
9190 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9191
9192 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9193 articles posted in the last 24 hours.
9194
9195 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9198
9199 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9200
9201 * nntp.el (nntp-send-command): Don't wait for echoes when
9202 nntp-open-ssl-stream is used.
9203
9204 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9205
9206 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9207 (gnus-message-add-citation-keywords)
9208 (gnus-message-remove-citation-keywords): Remove.
9209 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9210 directly, make the variables in font-lock-defaults buffer-local, add
9211 gnus-message-citation-keywords to them and then update the value of
9212 font-lock-keywords.
9213
9214 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9215
9216 * message.el (message-cite-original-1): Don't call
9217 gnus-article-highlight-citation.
9218
9219 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9220 citations; fix line count.
9221
9222 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9225 (gnus-message-add-citation-keywords)
9226 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9227 versions of font-lock-add-keywords and font-lock-remove-keywords to
9228 work with XEmacs correctly.
9229
9230 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9231
9232 * gnus-cite.el (gnus-cite-face-list): Set the values of
9233 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9234 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9235 (gnus-message-cite-prefix-regexp): New variable.
9236 (gnus-message-search-citation-line): Use it; protect against long
9237 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9238 the 0th match data for Emacs.
9239 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9240 (gnus-message-add-citation-keywords): Append keywords rather than
9241 prepending; emulate font-lock-add-keywords if it is not available.
9242 (gnus-message-remove-citation-keywords):
9243 Emulate font-lock-remove-keywords if it is not available.
9244
9245 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9246
9247 * message.el (message-cite-prefix-regexp): Set the value of
9248 gnus-message-cite-prefix-regexp.
9249
9250 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9251
9252 * nnweb.el (nnweb-google-parse-1): Update parser.
9253
9254 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9257
9258 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9259
9260 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9261 regexp.
9262
9263 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9266 string-to-multibyte.
9267 (uudecode-decode-region-internal): Use it.
9268
9269 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9270
9271 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9272 Fix custom choice.
9273
9274 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9275
9276 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9277
9278 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9279
9280 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9281 `write-region' to respect `mm-inhibit-file-name-handlers'.
9282
9283 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9284
9285 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9286 Use gnus-home-directory instead of "~/" or "$HOME".
9287
9288 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9289
9290 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9291 to mention filename.
9292 Add comments at beginning regarding usage.
9293 (encrypt-write-file-contents): Change interactive so a string is
9294 acceptable. If the file has no associated model, show an error instead
9295 of a nonsense prompt.
9296
9297 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9298
9299 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9300 Thanks to Yoshihiko Yamada for kind notification of this typo.
9301
9302 2007-01-12 Kenichi Handa <handa@m17n.org>
9303
9304 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9305 multibyte buffer.
9306
9307 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9308
9309 * gnus-score.el (gnus-score-fast-scoring): New variable.
9310 (gnus-score-headers): Use it.
9311
9312 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9313
9314 * message.el (message-cite-original-1):
9315 Call gnus-article-highlight-citation if requested.
9316 (message-make-from): Allow name and address as optional arguments.
9317
9318 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9319
9320 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9321 bugs to doc string.
9322 (gnus-button-alist): Add mid\\|message-id.
9323 (gnus-button-fetch-group): Extend for use in
9324 `browse-url-browser-function'.
9325 (gnus-button-url-regexp): Try to catch paired parentheses like in
9326 Wikipedia URLs.
9327
9328 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9329 Suggested by Simon Krahnke <overlord@gmx.li>.
9330
9331 2007-01-13 Romain Francoise <romain@orebokech.com>
9332
9333 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9334 Update copyright.
9335
9336 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9337
9338 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9339
9340 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9341
9342 * gnus-registry.el (gnus-registry-unfollowed-groups)
9343 (gnus-registry-split-fancy-with-parent): Fix documentation.
9344
9345 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9346
9347 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9348 from nnweb groups.
9349
9350 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9351
9352 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9353 Xref urls. Erase buffer before requesting head.
9354
9355 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9356
9357 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9358
9359 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9360 customizable.
9361
9362 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9363
9364 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9365 no signing key is found.
9366 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9367 no encrypting and/or signing key is found.
9368
9369 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9370
9371 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9372
9373 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9374
9375 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9376 headers read from disk with the ones newly found in the current search.
9377 This should no longer cause problems, because the article numbers in
9378 Gmane's `nov.php' output are ignored since the previous change.
9379
9380 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9381
9382 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9383
9384 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9385
9386 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9387
9388 2007-01-01 Romain Francoise <romain@orebokech.com>
9389
9390 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9391
9392 2006-12-31 Steve Youngs <steve@sxemacs.org>
9393
9394 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9395 `define-minor-mode' macro definition expanded properly.
9396 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9397 exclude it there.
9398
9399 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9400 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9401 `fboundp' test.
9402 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9403 This is OK to autoload in (S)XEmacs now.
9404
9405 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9406
9407 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9408 keystroke.
9409 (gnus-summary-limit-to-singletons): Fix typo.
9410
9411 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9412 else fails.
9413
9414 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9415
9416 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9417 docstring.
9418
9419 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9420 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9421 (gnus-summary-insert-dormant-articles): Fix typo in message.
9422
9423 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9424
9425 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9426 nil for XEmacs.
9427 (gnus-message-citation-mode): Don't autoload in XEmacs.
9428
9429 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9430
9431 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9432
9433 * nnimap.el (nnimap-expunge-search-string):
9434 Mention nnimap-search-uids-not-since-is-evil in docstring.
9435
9436 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9437
9438 * spam.el: Revert to make-obsolete-variable because
9439 define-obsolete-variable-alias is not supported in Emacs 21.
9440
9441 * spam.el (spam-ifile-path, spam-ifile-database-path)
9442 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9443 make-obsolete-variable.
9444 (spam-bsfilter-path, spam-bsfilter-program)
9445 (spam-spamassassin-path, spam-spamassassin-program)
9446 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9447 Don't use "path" inappropriately.
9448 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9449 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9450 variable names.
9451
9452 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9453
9454 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9455 summary buffer.
9456
9457 * password.el (password-cache-remove): Use clear-string to burn
9458 password, if available.
9459
9460 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9461
9462 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9463
9464 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9465
9466 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9467 (gnus-message-highlight-citation): Move defcustom here from
9468 gnus-cite.el.
9469 (gnus-message-citation-mode): Autoload.
9470
9471 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9472 checks to make it compile with XEmacs.
9473 (gnus-message-citation-mode): New minor mode.
9474 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9475 (gnus-message-highlight-citation): New variables.
9476 (gnus-message-search-citation-line)
9477 (gnus-message-add-citation-keywords)
9478 (gnus-message-remove-citation-keywords)
9479 (turn-on-gnus-message-citation-mode)
9480 (turn-off-gnus-message-citation-mode): New functions.
9481
9482 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9483
9484 * gnus-cite.el: Enable highlighting of different citation levels in
9485 message-mode.
9486
9487 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9488
9489 * message.el (message-make-fqdn): Fix comment.
9490 (message-bogus-system-names): Add ".local".
9491
9492 * spam.el (spam-ifile-path, spam-ifile-program)
9493 (spam-ifile-database-path, spam-ifile-database)
9494 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9495 Don't use "path" inappropriately.
9496 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9497 strings.
9498 (spam-check-ifile, spam-ifile-register-with-ifile)
9499 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9500 Use new variable names.
9501
9502 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9503 (gnus-treat-display-smileys): Simplify using
9504 gnus-image-type-available-p.
9505
9506 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9507 available.
9508
9509 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9510
9511 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9512 one after turning on the buffer's multibyteness instead of decoding
9513 them directly in the unibyte buffer that causes unexpected conversion
9514 in Emacs 23 (unicode).
9515
9516 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9517
9518 * message.el (message-generate-hashcash): Fix custom type.
9519
9520 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9521
9522 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9523
9524 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9525
9526 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9527 disconnect icons. Add help text.
9528
9529 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9530
9531 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9532 negated to be consistent with the others we handle.
9533
9534 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9535
9536 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9537 version of gnus-summary-buffer to something, so that we can use two
9538 article buffers at the same time.
9539
9540 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9541
9542 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9543 trigger all the extra headers.
9544 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9545 sorting.
9546
9547 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9548
9549 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9550 solid groups.
9551
9552 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9553
9554 * legacy-gnus-agent.el: Add Copyright notice.
9555
9556 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9557
9558 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9559
9560 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9561
9562 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9563
9564 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9565 to make it work reliably in CVS Emacs.
9566 (gnus-summary-limit-strange-charsets-predicate)
9567 (gnus-summary-limit-to-predicate): New functions.
9568
9569 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9570
9571 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9572 specifying array size.
9573 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9574 array if it is too small.
9575 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9576 (gnus-sort-threads-loop): New function.
9577
9578 2006-12-06 Chris Moore <dooglus@gmail.com>
9579
9580 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9581 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9582
9583 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9584
9585 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9586 options.
9587
9588 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9589
9590 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9591 DOS-ing the recipient.
9592
9593 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9594 the headers when creating the mapping to avoid mismappings.
9595 (nnweb-gmane-create-mapping): Always nix out old mapping.
9596
9597 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9600 and mm-verify-option to never.
9601
9602 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9603
9604 * message.el (message-signed-or-encrypted-p): New function.
9605 (message-forward-make-body): Use it.
9606
9607 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9608 Replace encode-coding-string with mm-encode-coding-string.
9609
9610 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * nneething.el (nneething-decode-file-name):
9613 Replace decode-coding-string with mm-decode-coding-string.
9614
9615 * gnus-int.el (gnus-open-server): Say failed server's name.
9616
9617 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9618
9619 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9620 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9621
9622 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9623 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9624 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9625 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9626 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9627 (gnus-subscribe-newsgroup, gnus-1):
9628 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9629 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9630 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9631 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9632
9633 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9634
9635 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9636 keystroke.
9637 (gnus-summary-limit-to-bodies): Implement headersp.
9638
9639 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9640
9641 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9642
9643 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9644
9645 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9646
9647 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9648
9649 * message.el (message-generate-hashcash): Expand range of values to
9650 include `opportunistic'.
9651 (message-send-mail): Use it.
9652
9653 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9654
9655 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9656 and comment it.
9657
9658 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9659
9660 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9661
9662 * gnus-util.el (gnus-extract-address-components): Improve comment.
9663
9664 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9665
9666 * gnus-util.el (gnus-extract-address-components): Work with address in
9667 which the name portion contains @.
9668
9669 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9670
9671 * gnus.el (gnus-start): Move custom group up.
9672 (gnus-select-method): Don't autoload, but make it available for
9673 `customize-variable'.
9674 (gnus-getenv-nntpserver): Don't autoload.
9675
9676 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9677
9678 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9679
9680 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * message.el (message-sendmail-extra-arguments): New variable.
9683 (message-send-mail-with-sendmail): Use it.
9684
9685 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9686
9687 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9688 mm-with-unibyte-current-buffer to make string unibyte.
9689
9690 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9691 mm-string-as-multibyte.
9692
9693 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9694
9695 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9696 Reported by Werner Koch <wk@gnupg.org>.
9697
9698 2006-11-14 Daiki Ueno <ueno@p360>
9699
9700 * mml2015.el: Autoload epa-select-keys when compiling.
9701
9702 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9703
9704 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9705 message-options.
9706 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9707
9708 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9709
9710 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9711 EasyPG (< 0.0.6).
9712 (mml2015-always-trust): New user option.
9713 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9714 prompt.
9715
9716 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9717
9718 * nntp.el (nntp-authinfo-force): New variable.
9719 (nntp-send-authinfo): Use it.
9720
9721 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9722
9723 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9724 decode encoded words. Improve prompt. Add comment about forwarding.
9725 (message-replacement-char): Move up.
9726
9727 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9728
9729 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9730 instead of gnus-intersection because arguments of gnus-sorted-nunion
9731 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9732
9733 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9734
9735 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9736 (message-simplify-subject-functions):
9737 Enable message-strip-subject-encoded-words by default.
9738
9739 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9740
9741 * message.el (message-strip-subject-encoded-words): New function.
9742 (message-simplify-subject-functions): New variable.
9743 (message-simplify-subject): Use it. Fix typo in doc string.
9744 Support message-strip-subject-encoded-words.
9745
9746 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * gnus-diary.el (gnus-diary-delay-format-function):
9749 * nndiary.el (nndiary-reminders):
9750 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9751
9752 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9753
9754 * gnus-art.el (article-hide-boring-headers): Fetch date from
9755 gnus-original-article-buffer to avoid problems with localized date
9756 strings.
9757
9758 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9759
9760 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9761
9762 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9763
9764 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9765 New variables.
9766 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9767 (mm-charset-synonym-alist): Move some entries to
9768 mm-codepage-iso-8859-list.
9769 (mm-charset-synonym-alist, mm-charset-override-alist):
9770 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9771
9772 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9775
9776 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9777
9778 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9779 with Emacs 21 and XEmacs.
9780
9781 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9782
9783 * spam.el (spam-parse-address): New function for better parsing,
9784 catching errors, etc.
9785 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9786
9787 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9788
9789 * mm-view.el: Add interactive arg to html2text autoload.
9790
9791 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9792
9793 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9794
9795 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9796
9797 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9798 New variables.
9799 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9800 (mm-charset-synonym-alist): Move some entries to
9801 mm-codepage-iso-8859-list.
9802
9803 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9804
9805 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9806
9807 * message.el (message-citation-line-format)
9808 (message-insert-formated-citation-line): Fix implementation of %E, %N
9809 and %n according to the doc string.
9810
9811 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9812
9813 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9814 Use car-safe to avoid bad parses.
9815
9816 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9819 names.
9820
9821 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9822
9823 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9824
9825 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9826 header.
9827
9828 * message.el (message-draft-headers): Add Date.
9829 (message-headers-to-generate): Fix typo in docstring.
9830
9831 * nndraft.el (nndraft-required-headers): New variable.
9832 (nndraft-generate-headers): Use it.
9833
9834 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9835
9836 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9837
9838 * gnus-registry.el (gnus-registry-wash-for-keywords)
9839 (gnus-registry-find-keywords): New functions to allow easy searching of
9840 articles that are in the registry.
9841
9842 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9843
9844 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9845 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9846 Reported by Damien Elmes <damien@repose.cx>.
9847
9848 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9849
9850 * gnus.el (gnus-mime): Remove unused custom group.
9851
9852 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9853
9854 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9855 "blank line" when searching for end of armor headers.
9856
9857 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9858
9859 * gmm-utils.el (gmm-write-region): Fix variable name.
9860
9861 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9862
9863 * gmm-utils.el (gmm-write-region): New function based on compatibility
9864 code from `mm-make-temp-file'.
9865
9866 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9867
9868 * nnmaildir.el (nnmaildir--update-nov)
9869 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9870 Use `gmm-write-region'.
9871
9872 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9873
9874 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9875 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9876
9877 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9878
9879 * message.el (message-replacement-char): New variable.
9880 (message-fix-before-sending): Use it.
9881 (message-simplify-subject): New function to remove duplicate code.
9882 (message-reply, message-followup): Use it.
9883
9884 * gnus-sum.el (gnus-summary-make-menu-bar):
9885 Clarify gnus-summary-limit-to-articles.
9886
9887 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9888
9889 * gnus-util.el (gnus-with-local-quit): New macro.
9890
9891 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9892
9893 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9894
9895 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9896 ignore non-string data.
9897
9898 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9899
9900 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9901 non-string data (needs to be done in the registry too).
9902
9903 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9904
9905 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9906 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9907 (gnus-registry-split-fancy-with-parent)
9908 (gnus-registry-fetch-simplified-message-subject-fast)
9909 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9910 Remove text properties on ingress into the registry and when it's saved.
9911 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9912 registry from entries with no groups.
9913
9914 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9915
9916 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9917 function to remove string properties.
9918
9919 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9920
9921 * gmm-utils.el (gmm): Adjust custom version.
9922
9923 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9924 Adjust custom version.
9925
9926 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9927
9928 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9929
9930 * gnus-art.el (gnus-insert-prev-page-button)
9931 (gnus-insert-next-page-button): Simplify. Reformat.
9932
9933 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9934
9935 * gnus-art.el (gnus-insert-prev-page-button)
9936 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9937
9938 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9939
9940 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9941
9942 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9943
9944 * gnus-art.el (gnus-insert-mime-button)
9945 (gnus-insert-mime-security-button):
9946 Apply gnus-article-button-face to MIME and security buttons.
9947
9948 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9949
9950 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9951 readable.
9952
9953 2006-09-20 Steve Youngs <steve@sxemacs.org>
9954
9955 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9956 `browse-url-of-file' instead of `browse-url'.
9957
9958 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9959
9960 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9961 regexp. Articles containing quotation were cut prematurely.
9962
9963 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * message.el (message-cite-original-1): Use nobody by default for the
9966 value of From header.
9967 (message-reply): Ditto.
9968
9969 2006-09-11 Daiki Ueno <ueno@unixuser.org>
9970
9971 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9972 to the gnus-info. This fixes a bug of inline-PGP message verification.
9973 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9974
9975 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9976
9977 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9978 mails in the doc string. Add some URLs in comment.
9979 (pop3-movemail): Warn about pop3-leave-mail-on-server.
9980
9981 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9982
9983 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9984 backslashes handling and the way to find boundaries of quoted strings.
9985
9986 2006-09-07 Daiki Ueno <ueno@unixuser.org>
9987
9988 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9989 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9990 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9991 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9992
9993 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9994
9995 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9996 doc string.
9997 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9998
9999 2006-09-06 Simon Josefsson <jas@extundo.com>
10000
10001 * mml2015.el (mml2015-use): Doc fix, mention epg.
10002
10003 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10004
10005 * mml2015.el (mml2015-use): Default to epg, if available.
10006
10007 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10008
10009 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10010 message-sender.
10011 (mml1991-epg-encrypt): Ditto.
10012 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10013 message-sender.
10014 (mml2015-epg-encrypt): Ditto.
10015
10016 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10017
10018 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10019 several common directories.
10020
10021 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10022
10023 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10024 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10025
10026 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10027
10028 * gnus-art.el (article-decode-encoded-words): Make it fast.
10029
10030 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10031
10032 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10033
10034 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10035 in quoted string into `\'.
10036
10037 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10038
10039 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10040 Use standard-syntax-table.
10041
10042 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10043
10044 * gnus-art.el (gnus-decode-address-function): New variable.
10045 (article-decode-encoded-words): Use it to decode headers which are
10046 assumed to contain addresses.
10047 (gnus-mime-delete-part): Remove useless `or'.
10048
10049 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10050 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10051 (gnus-nov-parse-line): Use it to decode From header.
10052 (gnus-get-newsgroup-headers): Ditto.
10053 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10054
10055 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10056 (mail-decode-encoded-address-string): New alias.
10057
10058 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10059 New function.
10060 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10061 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10062 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10063 (rfc2047-decode-string): Ditto.
10064 (rfc2047-decode-address-region): New function.
10065 (rfc2047-decode-address-string): New function.
10066
10067 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10068
10069 * message.el (message-caesar-buffer-body): Allow rotating headers.
10070
10071 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10072
10073 * message.el (message-insert-formated-citation-line): Fix %f.
10074 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10075
10076 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10077
10078 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10079 (gnus-bookmark-mouse-available-p): New macro.
10080 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10081 (gnus-bookmark-bmenu-show-infos): Use it.
10082 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10083 (gnus-bookmark-bmenu-hide-infos): Ditto.
10084 (gnus-bookmark-remove-properties): New function.
10085 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10086 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10087 (gnus-bookmark-write-file): Bind coding-system-for-write.
10088 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10089 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10090 group before selecting it.
10091 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10092 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10093 quit-window if it is not available; use gnus-mouse-2 and bind it to
10094 gnus-bookmark-bmenu-select-by-mouse.
10095 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10096 (gnus-bookmark-bmenu-select-by-mouse): New function.
10097
10098 2006-08-13 Romain Francoise <romain@orebokech.com>
10099
10100 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10101 space.
10102
10103 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10104
10105 * compface.el (uncompface): Use binary rather than raw-text-unix.
10106
10107 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10108
10109 * compface.el (uncompface): Make sure the eol conversion doesn't take
10110 place when communicating with the external programs.
10111 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10112
10113 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10114
10115 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10116
10117 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10118
10119 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10120 Make it more robust by parsing author and date independently.
10121
10122 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10123
10124 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10125
10126 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10127
10128 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10129 first matching secret key.
10130 (mml2015-epg-encrypt): Ditto.
10131
10132 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10133 first matching secret key.
10134 (mml1991-epg-encrypt): Ditto.
10135
10136 * mml2015.el (mml2015-encrypt-to-self): New user option.
10137 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10138 mml2015-epg-encrypt-to-self is set.
10139
10140 * mml1991.el (mml1991-encrypt-to-self): New variable.
10141 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10142 mml1991-epg-encrypt-to-self is set.
10143
10144 * mml2015.el (mml2015-signers): New user option.
10145 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10146 (mml2015-epg-encrypt): Allow to select signing keys.
10147
10148 * mml1991.el (mml1991-signers): New variable.
10149 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10150 (mml1991-epg-encrypt): Allow to select signing keys.
10151
10152 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10153
10154 * nnheader.el (nnheader-insert-head): Make it work even if the file
10155 uses CRLF for the line-break code.
10156
10157 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10158
10159 * mml2015.el: Require mml-sec instead of password.
10160 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10161 (mml2015-cache-passphrase): Inherit the default value from
10162 mml-secure-cache-passphrase.
10163 (mml2015-passphrase-cache-expiry): Inherit the default value from
10164 mml-secure-passphrase-cache-expiry.
10165
10166 * mml1991.el: Require mml-sec instead of password.
10167 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10168 (mml1991-cache-passphrase): Inherit the default value from
10169 mml-secure-cache-passphrase.
10170 (mml1991-passphrase-cache-expiry): Inherit the default value from
10171 mml-secure-passphrase-cache-expiry.
10172
10173 * mml-sec.el: Require password.
10174 (mml-secure-verbose): New user option.
10175 (mml-secure-cache-passphrase): New user option.
10176 (mml-secure-passphrase-cache-expiry): New user option.
10177
10178 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10179
10180 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10181 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10182 andreas@altroot.de (Andreas Vögele).
10183
10184 FIXME: Use `tiny change'?
10185
10186 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10187
10188 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10189 workaround for the url package included with Emacs.
10190
10191 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10192
10193 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10194
10195 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10196 correctly. This fixes a bug caused by the 2006-05-12 change.
10197
10198 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10199
10200 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10201 some information about the error when saying that the `bogus' mail
10202 group will be used.
10203
10204 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10205
10206 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10207 string.
10208
10209 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10210
10211 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10212
10213 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10214
10215 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10216
10217 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10218
10219 * mml1991.el (mml1991-function-alist): Add epg.
10220 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10221 (mml1991-epg-encrypt): New functions.
10222
10223 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10224
10225 * mml2015.el (mml2015-verbose): New variable.
10226 (mml2015-cache-passphrase): Ditto.
10227 (mml2015-passphrase-cache-expiry): Ditto.
10228 (mml2015-function-alist): Add epg.
10229 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10230 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10231 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10232 New functions.
10233
10234 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10235
10236 * message.el (message-cite-original-1): Preserve region when removing
10237 quoted text due to X-No-Archive in order to avoid bogus attribution
10238 when citing multiple messages.
10239
10240 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10241
10242 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10243 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10244
10245 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10246
10247 * gnus-diary.el (gnus-user-format-function-d)
10248 (gnus-user-format-function-D): Autoload.
10249
10250 * imap.el (Commentary): Fix typo.
10251
10252 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10253 2006-04-22 contribution.
10254
10255 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10256
10257 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10258 It didn't really fix the bogosity I'm seeing with solid web groups.
10259
10260 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10261
10262 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10263 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10264 created using server names. If we use the feature without declaring
10265 it, Gnus does not properly manage server and group state.
10266
10267 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10268 bound.
10269
10270 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10271
10272 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10273 looking up the method using GROUP's prefix before inventing a new one.
10274 It is used on killed/unknown groups in various places where returning
10275 an all-new method isn't expected by the caller.
10276
10277 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10278 and match semantics of gnus-group-real-prefix.
10279
10280 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10281
10282 * nnmail.el (nnmail-broken-references-mailers): New variable.
10283 (nnmail-ignore-broken-references): New function generalizing
10284 nnmail-fix-eudora-headers.
10285 (nnmail-fix-eudora-headers): Now obsolete.
10286
10287 * gnus-art.el (gnus-button-handle-custom):
10288 Support `customize-apropos*'.
10289
10290 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10291
10292 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10293
10294 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10295 articles.
10296
10297 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10298
10299 * message.el (message-cite-reply-above): New variable.
10300 (message-yank-original): Use it.
10301
10302 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10303
10304 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10305
10306 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10307
10308 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10309 as read.
10310
10311 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10312
10313 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10314
10315 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10316 (gnus-bookmark-default-file): Use gnus-directory.
10317 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10318 Remove "*" in doc string.
10319 (gnus-bookmark-write-file): Simplify.
10320 (gnus-bookmark-maybe-sort-alist): Use `when'.
10321 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10322 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10323 Add FIXME about Emacs 21 and XEmacs compatibility.
10324 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10325 compatibility.
10326 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10327 compatibility.
10328 (gnus-bookmark-menu-heading): Fix version.
10329
10330 2006-06-19 Bastien Guerry <bzg@altern.org>
10331
10332 * gnus-bookmark.el: New file.
10333
10334 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10335
10336 * message.el (message-syntax-checks): Doc fix.
10337
10338 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10339
10340 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10341 unsubscribed groups as if they were killed ones. It causes duplicate
10342 entries in gnus-newsrc-alist.
10343
10344 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10345
10346 * message.el (message-syntax-checks): Doc fix.
10347 (message-send-mail): Add check for continuation headers.
10348 (message-check-news-header-syntax): Fix regexp used to check for
10349 continuation headers.
10350
10351 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10352
10353 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10354
10355 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10356
10357 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10358
10359 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10360
10361 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10362 default-truncate-lines.
10363
10364 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10365
10366 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10367 to fill the utf-8 entry.
10368
10369 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10370
10371 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10372
10373 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10374
10375 * gnus-agent.el (directory-files-and-attributes): Move all the way
10376 forward (the third and final move).
10377 (gnus-agent-read-agentview): Trap reconstruction errors due to
10378 nonexistent directory. Handle by returning nil.
10379
10380 2006-05-30 Didier Verna <didier@xemacs.org>
10381
10382 * message.el (message-dont-reply-to-names): Update the custom type.
10383 * message.el (message-dont-reply-to-names): New defsubst: potentially
10384 convert a list of regexps into a single one.
10385 * message.el (message-get-reply-headers): Use it.
10386 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10387
10388 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * gnus-agent.el (directory-files-and-attributes): Move forward.
10391
10392 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10393
10394 * gnus-ml.el (gnus-mailing-list-subscribe)
10395 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10396 (gnus-mailing-list-message): Fix doc strings.
10397
10398 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10399
10400 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10401 of doing it manually.
10402
10403 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10404
10405 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10406 comment.
10407
10408 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10409
10410 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10411 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10412 (gnus-agent-read-local): All symbols allocated in my-obarray.
10413 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10414 (gnus-agent-regenerate-group): Check numeric names to see if they are
10415 messages or groups.
10416 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10417 better way of do this...)
10418
10419 * gnus-cache.el (gnus-agent-total-fetched-for):
10420 Ignore 'dummy.group' (there should be a better way of do this...)
10421
10422 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10425 (gnus-saved-headers): Ditto.
10426 (gnus-default-article-saver): Mention functions may have properties.
10427 (gnus-article-save): Override gnus-save-all-headers and
10428 gnus-saved-headers by :headers property which saver function may have.
10429 (gnus-summary-save-in-file): Add :headers property.
10430 (gnus-summary-write-to-file): Ditto.
10431
10432 * gnus-sum.el (gnus-summary-save-article): Bind
10433 gnus-prompt-before-saving to t when saving many articles in a file;
10434 always show all headers.
10435
10436 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10437
10438 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10439 marks.
10440
10441 * message.el (message-indent-citation): Add optional arguments to allow
10442 using it outside of message buffers.
10443
10444 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10445 (gnus-article-treat-unfold-headers): Use it.
10446 (gnus-article-truncate-lines): New variable.
10447 (gnus-article-mode): Use it.
10448 (gnus-article-toggle-truncate-lines): New function.
10449
10450 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10451 Add gnus-article-toggle-truncate-lines.
10452
10453 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10454 coding system in XEmacs, use binary.
10455
10456 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10459 after-load-alist.
10460
10461 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10462 this function should save decoded articles.
10463 (gnus-summary-write-to-file): Use property to specify this function
10464 should save decoded articles and specify gnus-summary-save-in-file
10465 should be used to save articles other than the first one when saving
10466 many articles.
10467 (gnus-summary-save-body-in-file): Use property to specify this
10468 function should save decoded articles.
10469 (gnus-summary-write-body-to-file): Use property to specify this
10470 function should save decoded articles and specify
10471 gnus-summary-save-body-in-file should be used to save articles other
10472 than the first one when saving many articles.
10473
10474 * gnus-sum.el (gnus-summary-save-article): Simplify.
10475
10476 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10477
10478 * gnus-art.el (gnus-default-article-saver):
10479 Add gnus-summary-write-body-to-file.
10480 (gnus-article-save-coding-system): Don't use coding system object
10481 in XEmacs.
10482 (gnus-read-save-file-name): Add optional `dir-var' argument which
10483 specifies directory in which files are saved; work even if optional
10484 `variable' argument is not specified.
10485 (gnus-summary-write-to-file): Read file name.
10486 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10487 (gnus-summary-write-body-to-file): New function.
10488
10489 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10490 (gnus-summary-local-variables): Add it.
10491 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10492 (gnus-summary-save-article): Remove optional `decode' argument;
10493 determine whether to decode articles by the value of
10494 gnus-default-article-saver; when saving many files using
10495 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10496 it first and use gnus-summary-save-in-file or
10497 gnus-summary-save-body-in-file thereafter unless
10498 gnus-prompt-before-saving is always; move point to article which
10499 will be saved.
10500 (gnus-summary-save-article-file): Revert.
10501 (gnus-summary-write-article-file): Revert.
10502 (gnus-summary-save-article-body-file): Revert.
10503 (gnus-summary-write-article-body-file): New function.
10504
10505 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10506
10507 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10508
10509 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * gnus-art.el (gnus-default-article-saver): Doc fix.
10512 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10513 from gnus-summary-save-article-coding-system, and default to a
10514 certain coding system.
10515 (gnus-output-to-file): Add coding cookie and encode text according
10516 to gnus-article-save-coding-system; don't use mm-append-to-file.
10517
10518 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10519 gnus-art.el and rename to gnus-article-save-coding-system.
10520 (gnus-summary-save-article): Require gnus-art; don't show all
10521 headers if it decodes articles; don't add coding cookie here;
10522 don't bind mm-text-coding-system-for-write.
10523 (gnus-summary-save-article-file): Save decoded articles.
10524 (gnus-summary-write-article-file): When saving many files, use
10525 gnus-summary-write-to-file first and gnus-summary-save-in-file
10526 thereafter unless gnus-prompt-before-saving is always.
10527 (gnus-summary-save-article-body-file): Save decoded articles.
10528
10529 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10530
10531 * nnrss.el (nnrss-check-group): Bind hash-index.
10532
10533 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10534
10535 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10536 its hash index. Store this hash in `nnrss-group-data'.
10537 (nnrss-read-group-data): Update accordingly.
10538
10539 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10540
10541 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10542 entry.
10543
10544 * gnus-sum.el (gnus-summary-make-menu-bar):
10545 Add gnus-article-browse-html-article.
10546
10547 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10548
10549 * gnus-sum.el (gnus-summary-mime-map):
10550 Add gnus-article-browse-html-article.
10551
10552 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10553
10554 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10555 suitable coding systems in customize.
10556
10557 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10558
10559 * mail-source.el (mail-sources): Fix custom type.
10560
10561 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10562
10563 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10564 (gnus-summary-expire-articles-now): Shorten prompt.
10565
10566 * gmm-utils.el (wid-edit): Require.
10567 (defun-gmm): Rename from `gmm-defun-compat'.
10568 (gmm-image-search-load-path): Use it.
10569 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10570
10571 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10572
10573 * gnus-sum.el (gnus-summary-save-article-coding-system):
10574 New variable.
10575 (gnus-summary-save-article): Add optional `decode' argument.
10576 If it is set and gnus-summary-save-article-coding-system is non-nil,
10577 save decoded article.
10578 (gnus-summary-write-article-file): Save decoded article if
10579 gnus-summary-save-article-coding-system is non-nil.
10580
10581 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10582 type.
10583
10584 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10585
10586 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10587
10588 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10589
10590 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10591 first to test gnus-single-article-buffer which may be buffer-local.
10592
10593 * gnus-sum.el (gnus-summary-setup-buffer):
10594 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10595 group; make gnus-article-buffer, gnus-article-current, and
10596 gnus-original-article-buffer always buffer-local.
10597 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10598 group.
10599 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10600
10601 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10602
10603 * nnml.el (nnml-request-compact-group): Compressed files might not
10604 have .gz extension.
10605
10606 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10609 (mm-copy-to-buffer): Use with-current-buffer.
10610 (mm-display-part): Simplify.
10611 (mm-inlinable-p): Add optional arg `type'.
10612
10613 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10616 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10617 Try harder to show the attachment internally or externally using
10618 gnus-mime-view-part-as-type.
10619
10620 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10621
10622 * message.el (message-from-style, message-signature-separator)
10623 (message-user-organization-file, message-send-mail-function)
10624 (message-citation-line-function, message-yank-prefix)
10625 (message-indent-citation-function, message-signature)
10626 (message-signature-file, message-signature-insert-empty-line):
10627 Remove autoloads.
10628
10629 * gnus-art.el (gnus-buttonized-mime-types):
10630 Remove "multipart/signed". Revert 2006-04-26 change.
10631
10632 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10633
10634 * gnus.el (gnus-version-number): Bump version.
10635
10636 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10637
10638 * gnus.el: No Gnus v0.5 is released.
10639
10640 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10641
10642 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10643 fetching articles by message-id.
10644
10645 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10646
10647 * message.el (hashcash): Require hashcash as normal.
10648
10649 * ecomplete.el (ecomplete-highlight-match-line):
10650 Use point-at-eol.
10651 (ecomplete-highlight-match-line): Use `highlight', because that
10652 face exists in both Emacs and XEmacs.
10653
10654 * message.el (message-display-abbrev): Use point-at-bol.
10655
10656 * mail-source.el: Don't require timer/timer-funcs.
10657
10658 * gnus-async.el: Ditto.
10659
10660 * password.el: Ditto.
10661
10662 * mm-url.el: Ditto.
10663
10664 * mm-util.el: Require timer/timer-funcs.
10665
10666 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10667
10668 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10669 Close.
10670
10671 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10672
10673 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10674 unibyte after clear-decrypt function runs.
10675
10676 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10677 returns as a unibyte string.
10678
10679 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10680
10681 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10682 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10683 (mml1991-pgg-encrypt): Ditto.
10684
10685 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10686
10687 * message.el (message-user-organization-file): Check several
10688 locations of the organization file.
10689
10690 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10691 Add gnus-article-view-part-as-type.
10692
10693 * gnus-art.el (gnus-article-view-part-as-type): New function.
10694
10695 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10696 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10697
10698 * mml.el: Simplify autoload.
10699 (mml-mode): defvar dnd-protocol-alist instead of using
10700 symbol-value.
10701 (mml-default-directory): New variable.
10702 (mml-minibuffer-read-file): Use it.
10703 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10704
10705 * message.el (message-citation-line-format): New variable.
10706 (message-insert-formated-citation-line): New function.
10707 (message-citation-line-function):
10708 Add `message-insert-formated-citation-line' to custom type.
10709
10710 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10711 to doc string.
10712
10713 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10714 depending on mm-verify-option.
10715
10716 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10717
10718 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10719 binding pgg-* variables; reimplement the section which prevents
10720 MIME header from being signed.
10721 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10722 pgg-text-mode; remove a blank line at the top of body.
10723
10724 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10725 lines at the top of body; use gnus-newsgroup-charset if there's no
10726 Charset header.
10727
10728 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10729
10730 * message.el (message-self-insert-commands): Doc fix.
10731
10732 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10733 (mm-uu-pgp-encrypted-test): Ditto.
10734 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10735 between header and body; return application/pgp-encrypted handle
10736 if decryption failed; decode decrypted body by charset.
10737
10738 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10739 element match to application/pgp-*.
10740
10741 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10742
10743 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10744 HTML.
10745
10746 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10747
10748 * mail-source.el (mail-source-call-script): Message the error
10749 string.
10750
10751 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10752
10753 * gnus-util.el (gnus-byte-compile): Use it.
10754
10755 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10756
10757 * gnus-util.el (kill-empty-logs): New function.
10758
10759 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10760
10761 * message.el (message-mail-alias-type): Doc fix.
10762 (message-mail-alias-type-p): New function.
10763 (message-send): Use it.
10764 (message-mode): Ditto.
10765 (message-strip-forbidden-properties): Ditto.
10766
10767 * ecomplete.el (ecomplete-database-file-coding-system):
10768 New variable.
10769 (ecomplete-save): Use it.
10770 (ecomplete-setup): Use it.
10771
10772 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10773
10774 * message.el (message-self-insert-commands): New variable.
10775 (message-strip-forbidden-properties): Use it.
10776
10777 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10778
10779 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10780 that doesn't make XEmacs choke.
10781
10782 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10783
10784 * gnus-util.el (gnus-replace-in-string):
10785 Prefer replace-regexp-in-string over of replace-in-string.
10786
10787 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10788
10789 * gnus-util.el (gnus-select-frame-set-input-focus):
10790 Use select-frame-set-input-focus if it is available in XEmacs; use
10791 definition defined in Emacs 22 for old Emacsen.
10792
10793 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10794
10795 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10796
10797 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10798
10799 * gnus-registry.el (gnus-registry-cache-save): Remove text
10800 properties when saving via the temp buffer.
10801
10802 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10803
10804 * message.el (message-generate-hashcash): Honor custom type.
10805
10806 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10807
10808 * message.el (message-generate-hashcash): Default to non-nil when
10809 hashcash is found.
10810
10811 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10812 (gnus-refer-thread-limit): Increase default to 500.
10813
10814 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10815
10816 * flow-fill.el (fill-flowed): Allow delete-space.
10817
10818 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10819
10820 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10821 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10822 Remove autoloads.
10823
10824 2006-04-18 Simon Josefsson <jas@extundo.com>
10825
10826 * message.el (message-generate-hashcash): Default to.
10827
10828 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10829
10830 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10831 concatenating segments rather than before concatenating them.
10832
10833 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10834
10835 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10836
10837 * imap.el (imap-quote-specials): New function.
10838 (imap-login-auth): Quote specials.
10839
10840 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10841
10842 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10843
10844 * message.el (message-forward-make-body-plain):
10845 Allow message-forward-ignored-headers to be a list.
10846 (message-remove-ignored-headers): Factor out into function.
10847 (message-forward-make-body-mml): Use it.
10848 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10849 (rfc2231-parse-string): Allow concatanation of parameters that
10850 aren't contiguous. The test case is
10851 (mail-header-parse-content-type "message/external-body;
10852 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10853 access-type=LOCAL-FILE;
10854 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10855
10856 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * nntp.el (nntp-accept-process-output): Return the value of
10859 `nnheader-accept-process-output'.
10860
10861 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10862
10863 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10864 (gnus-button-alist): Recognize more diff formats.
10865 (gnus-button-patch): Strip directory.
10866
10867 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10868
10869 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10870 Emacs 22 when setting focus.
10871
10872 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10873
10874 * gnus-art.el (gnus-article-treat-types): Do treatment of
10875 text/x-verbatim parts.
10876 (gnus-button-patch): New command.
10877
10878 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10879 addresses that contain invalid characters.
10880
10881 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10882
10883 * message.el (message-put-addresses-in-ecomplete):
10884 Use gnus-replace-in-string.
10885 (message-is-yours-p): Use the more correct
10886 mail-header-parse-address instead of
10887 mail-extract-address-components.
10888 (message-put-addresses-in-ecomplete): Fix typo.
10889
10890 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10891 keystroke.
10892
10893 * gnus-art.el (gnus-treatment-function-alist): Change order of
10894 newsgroups/generic header folding to avoid double-folding.
10895
10896 * message.el (message-hidden-headers): Add X-Draft-From.
10897
10898 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10899 New command.
10900 (gnus-summary-repeat-search-article-backward): New command.
10901
10902 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10903 groups in the parent topic.
10904
10905 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10906
10907 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10908 (spam-extra-header-to-number): Return the CRM114 number as a
10909 number instead of a string.
10910
10911 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10912
10913 * gnus-art.el (gnus-face-properties-alist): Move here from
10914 gnus-fun.
10915
10916 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10917
10918 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10919
10920 * message.el (message-strip-forbidden-properties): Only display on
10921 self-insert-command.
10922
10923 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10924 reindent.
10925 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10926
10927 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10928
10929 * smiley.el (smiley-style): Fix typo.
10930
10931 2006-03-23 Kenichi Handa <handa@m17n.org>
10932
10933 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10934 instead of set-buffer-multibyte.
10935
10936 2006-03-23 Kenichi Handa <handa@m17n.org>
10937
10938 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10939 buffer and then decode the buffer text if necessary.
10940 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10941 first, and after mm-encode-body, change the buffer to unibyte.
10942
10943 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10944
10945 * hashcash.el (hashcash-insert-payment-async-2):
10946 Use message-goto-eoh instead of doing it manually.
10947 (mail-add-payment): Use message-narrow-to-header instead of trying
10948 to do the same itself.
10949
10950 * message.el (message-hidden-headers): Add Face.
10951
10952 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10953 reparenting code.
10954 (gnus-summary-reparent-children): Refactored out code.
10955 (gnus-summary-thread-map): New keystroke.
10956 (gnus-summary-reparent-children): Make into command.
10957
10958 * smiley.el (smiley-style): Default to `medium' if using a large
10959 font.
10960
10961 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10962 does it itself.
10963
10964 * message.el (message-point-in-header-p): Simplify definition.
10965
10966 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10967
10968 * nnagent.el (nnagent-request-set-mark): Silence log file
10969 writing.
10970 (nnagent-request-set-mark): Use write-region instead of
10971 append-to-file.
10972
10973 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10974 strange select method.
10975
10976 * ecomplete.el (ecomplete-display-matches): Get highlightling
10977 right.
10978 (ecomplete-display-matches): Use literals.
10979 (ecomplete-display-matches): Disable message logging.
10980
10981 * message.el (message-display-abbrev): Small optimization.
10982
10983 * ecomplete.el (ecomplete-display-matches): Allow automatic
10984 display.
10985
10986 * message.el (message-strip-forbidden-properties):
10987 Display abbrevs.
10988 (message-display-abbrev): Get automatic display right.
10989
10990 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10991 keystrokes.
10992
10993 2006-04-13 Romain Francoise <romain@orebokech.com>
10994
10995 TODO: Backport to v5-10!
10996
10997 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10998 Move here (and rename) from gnus-registry.el.
10999
11000 * gnus-registry.el: Require gnus-util.
11001 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11002
11003 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11004
11005 * gnus-group.el (gnus-group-catchup-current):
11006 Change if-then-else-if-then-else into cond.
11007 (gnus-group-catchup): Indent.
11008 (group-name-at-point): New function.
11009 (gnus-fetch-group): Provide default from thing at point.
11010
11011 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11012
11013 * message.el (message-display-abbrev): Fix regexp.
11014
11015 * ecomplete.el (ecomplete-highlight-match-line):
11016 Reimplement choosing.
11017 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11018 dead variables.
11019
11020 * message.el (message-newline-and-indent): Remove debugging.
11021 (message-display-abbrev): Use new implementation.
11022
11023 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11024
11025 * gnus-art.el (gnus-article-mode):
11026 Set cursor-in-non-selected-windows to nil.
11027
11028 * smiley.el: Revert previous change.
11029 (smiley-data-directory): defvar it before using it in the
11030 defcustom of `smiley-style'.
11031
11032 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * message.el (message-newline-and-indent): New function.
11035
11036 * ecomplete.el: Implement more bits.
11037
11038 * message.el (message-put-addresses-in-ecomplete): Clean up the
11039 string.
11040
11041 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11042
11043 * gnus-sum.el (gnus-summary-save-parts):
11044 Bind gnus-summary-save-parts-counter and use it to make unique file
11045 names.
11046
11047 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11048
11049 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11050 parameter to say whether to actually parse the individual
11051 addresses.
11052
11053 * message.el (message-put-addresses-in-ecomplete): New function.
11054 (ecomplete): Require.
11055 (message-mail-alias-type): Add ecomplete as an option.
11056
11057 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11058
11059 * flow-fill.el (fill-flowed): Remove trailing space from blank
11060 quoted lines.
11061
11062 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11063
11064 * smiley.el (smiley-style): Move definition later to avoid a
11065 compilation warning.
11066
11067 2006-04-12 Kenichi Handa <handa@m17n.org>
11068
11069 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11070 buffer and then decode the buffer text if necessary.
11071 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11072 first, and after mm-encode-body, change the buffer to unibyte.
11073 Use mm-disable-multibyte instead of set-buffer-multibyte.
11074
11075 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11076
11077 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11078 Content-Type header instead of Content-Disposition header.
11079 (gnus-mime-inline-part): Ditto.
11080 (gnus-mime-view-part-as-charset): Ignore charset that the part
11081 specifies.
11082
11083 * mm-decode.el (mm-display-part): Work with external parts and
11084 usual parts similarly.
11085
11086 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11087 instead of gnus-display-mime.
11088
11089 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11090 instead of with-temp-buffer.
11091
11092 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11093 tag to summarized topics part in order to encode non-ASCII text.
11094
11095 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11096
11097 * smiley.el (smiley-style): New variable.
11098 (smiley-directory): New function.
11099 (smiley-data-directory): Derive from `smiley-style' using
11100 `smiley-directory'.
11101 (smiley-regexp-alist): Add new entries.
11102
11103 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11104 (gnus-article-browse-delete-temp): Add :version.
11105
11106 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11107
11108 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11109 the sieve region.
11110
11111 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11112
11113 * gnus.el (gnus-version-number): Bump version.
11114
11115 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11116
11117 * gnus.el: No Gnus v0.4 is released.
11118
11119 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11120
11121 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11122 layout.
11123
11124 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11125 unknown charset.
11126
11127 * message.el (message-header-synonyms): Add Original-To to the
11128 default.
11129
11130 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11131 optional parameter.
11132
11133 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11134
11135 * gnus-fun.el (gnus): Require it for gnus-directory.
11136
11137 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11138
11139 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11140
11141 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11142
11143 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11144
11145 2006-04-05 Simon Josefsson <jas@extundo.com>
11146
11147 * password.el (password-reset): New function.
11148
11149 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11150
11151 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11152 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11153
11154 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11155
11156 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11157 Some whitespace was matched into the url, which broke browsing hits
11158 > 100 when mm-url-use-external was nil.
11159
11160 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11161
11162 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11163 Check gnus-extra-headers for 'Newsgroups.
11164
11165 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11166 bound.
11167
11168 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11169
11170 * pgg-gpg.el: Clean up process buffers every time gpg processes
11171 complete.
11172
11173 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11174
11175 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11176 doc string.
11177
11178 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11179
11180 * pgg-gpg.el (pgg-gpg-process-filter)
11181 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11182
11183 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11184 lines, temporary fix.
11185
11186 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11187
11188 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11189
11190 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11191
11192 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11193 default-enable-multibyte-characters. This reverts the change from
11194 revision 6.17 which is no longer necessary because the passphrase
11195 is sent separately now. GnuPG messages are unreadable under
11196 multibyte locales with default-enable-multibyte-characters set to
11197 nil.
11198
11199 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11200
11201 * message.el (message-tool-bar-gnome): Move "spell".
11202
11203 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11204
11205 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11206 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11207 instead.
11208
11209 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11210
11211 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11212 Improve newsgroups handling for NNTP overviews which don't include
11213 Newsgroups.
11214
11215 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11216
11217 * message.el (message-resend): Bind message-generate-hashcash to nil.
11218
11219 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11220
11221 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11222 when searching for already-paid recipients.
11223
11224 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11225
11226 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11227 passphrases when it is not needed.
11228 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11229 passphrase stuff from gpg, should only be necessary when you use
11230 gpg with a smartcard.
11231
11232 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11233
11234 * mml.el (mml-insert-mime): Ignore cached contents of
11235 message/external-body part.
11236
11237 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11238 (mm-insert-part): Ditto.
11239
11240 2006-03-23 Simon Josefsson <jas@extundo.com>
11241
11242 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11243 Reiner.
11244 (pgg-gpg-use-agent-p): Use it again.
11245
11246 2006-03-23 Simon Josefsson <jas@extundo.com>
11247
11248 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11249 older emacsen.
11250 (pgg-gpg-use-agent-p): Don't use it.
11251
11252 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11253
11254 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11255 if we can.
11256
11257 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11258
11259 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11260 (pgg-gpg-update-agent): New function.
11261 (pgg-gpg-use-agent-p): New function.
11262 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11263 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11264 (pgg-gpg-sign-region): Use it.
11265
11266 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11267
11268 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11269 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11270
11271 2006-03-21 Simon Josefsson <jas@extundo.com>
11272
11273 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11274 <wilde@sha-bang.de>.
11275 (pgg-gpg-use-agent): New variable.
11276 (pgg-gpg-process-region): Use it.
11277 (pgg-gpg-encrypt-region): Likewise.
11278 (pgg-gpg-encrypt-symmetric-region): Likewise.
11279 (pgg-gpg-decrypt-region): Likewise.
11280 (pgg-gpg-sign-region): Likewise.
11281 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11282
11283 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11284
11285 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11286
11287 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11288 Add comment on version.
11289
11290 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11291
11292 * smiley.el: Add missing test smiley.
11293
11294 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11295
11296 * mm-decode.el (mm-with-part): New macro.
11297 (mm-get-part): Use it; work with message/external-body as well.
11298 (mm-save-part): Treat name and filename equally.
11299
11300 * mm-extern.el (mm-extern-cache-contents): New function.
11301 (mm-inline-external-body): Use it; force the part to be displayed;
11302 move undisplayer added to the cached handle to the parent.
11303
11304 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11305 (gnus-mime-view-part-as-type): Work with message/external-body.
11306
11307 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11308
11309 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11310
11311 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11312 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11313 Emacs.]
11314
11315 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11316
11317 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11318 path rather than symbol. Always return list of directories.
11319 Guarantee that image directory comes first. [Sync with image.el,
11320 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11321
11322 * message.el (message-make-tool-bar): Adjust to new API of
11323 `gmm-image-load-path-for-library'.
11324
11325 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11326
11327 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11328
11329 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11330
11331 * gnus-art.el (gnus-article-only-boring-p):
11332 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11333 intangible text.
11334 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11335
11336 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11337
11338 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11339 Use `defun' instead of `gmm-defun-compat'.
11340
11341 2006-03-14 Simon Josefsson <jas@extundo.com>
11342
11343 * message.el (message-unique-id): Don't use message-number-base36
11344 if (user-uid) is a float.
11345 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11346
11347 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11348
11349 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11350
11351 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11352 empty line between a part and a message part.
11353
11354 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11355
11356 * smiley.el: Add more test smileys.
11357 (smiley-data-directory, smiley-regexp-alist)
11358 (gnus-smiley-file-types): Fix doc strings.
11359 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11360 adding new elements.
11361 (smiley-mouse-map): Unused code. Make it a comment.
11362
11363 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11366 scan latest NoCeM messages instead of old ones.
11367 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11368 delimiters that are recently used.
11369 (gnus-nocem-load-cache): Add autoload cookie.
11370
11371 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11372
11373 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11374 level which is larger than gnus-use-nocem is specified.
11375
11376 * gnus-group.el (gnus-group-get-new-news): Ditto.
11377
11378 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11379
11380 * gnus-util.el (gnus-tool-bar-update): New function.
11381
11382 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11383 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11384
11385 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11386
11387 * gnus-group.el (gnus-group-redraw-when-idle)
11388 (gnus-group-redraw-check): Remove.
11389 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11390
11391 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11394 if optional last element is specified in splits (FIELD VALUE...).
11395
11396 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11397
11398 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11399 to gmm-image-load-path-for-library. Call with no-error argument.
11400 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11401
11402 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11403
11404 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11405
11406 * gmm-utils.el (gmm-image-load-path): Remove alias.
11407
11408 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11409
11410 * gmm-utils.el (gmm-image-load-path): Add alias.
11411
11412 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11413 nnml-generate-nov-databases-1.
11414 (nnml-generate-nov-databases): Use it.
11415 (nnml-generate-nov-databases-directory): Document no-active
11416 argument.
11417
11418 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11419 directory if path is t. Add no-error.
11420
11421 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11422 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11423
11424 * gnus-art.el (gnus-article-browse-delete-temp-files):
11425 Simplify resetting gnus-article-browse-html-temp-list.
11426
11427 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11428 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11429 Add example to docstring. Rename local variables. Move error
11430 checks to default case in cond and simplify.
11431
11432 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11433
11434 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11435 handle is multipart when calling it recursively.
11436 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11437
11438 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11439
11440 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11441 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11442
11443 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11444
11445 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11446 is loaded.
11447
11448 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11449 loaded.
11450
11451 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11452
11453 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11454 to "Emacs 23 (unicode)" in doc string.
11455
11456 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11457 "Emacs 23 (unicode)" in comment.
11458
11459 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11460
11461 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11462
11463 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11464 characters 160 through 255 in Emacs 23.
11465
11466 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11467
11468 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11469 gnus-article-browse-html-temp.
11470 (gnus-article-browse-delete-temp): Make it customizable.
11471 Add `file'. Adjust doc string.
11472 (gnus-article-browse-delete-temp-files): Add argument.
11473 Allow query for each file. Adjust doc string.
11474 (gnus-article-browse-html-parts):
11475 Add `gnus-article-browse-delete-temp-files' to
11476 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11477
11478 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11479
11480 * gnus-art.el (gnus-article-browse-html-temp)
11481 (gnus-article-browse-delete-temp): New variables.
11482 (gnus-article-browse-delete-temp-files): New function.
11483 (gnus-article-browse-html-parts): Use it.
11484
11485 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11486
11487 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11488
11489 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11490 string.
11491
11492 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11493 gnus-summary-insert-new-articles when unplugged.
11494 Remove gnus-summary-search-article-forward.
11495
11496 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11497 display-visual-class instead of display-color-cells.
11498
11499 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11500
11501 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11502 message/* containing non-ASCII text properly.
11503
11504 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11505
11506 * message.el: Require gmm-utils, remove autoloads.
11507 (message-tool-bar): Set default based on
11508 gmm-tool-bar-style.
11509 (message-tool-bar-gnome): Add gmm-customize-mode.
11510
11511 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11512 gmm-tool-bar-style.
11513 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11514
11515 * gnus-group.el (gnus-group-tool-bar): Set default based on
11516 gmm-tool-bar-style.
11517 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11518
11519 * gmm-utils.el (gmm-image-directory): Rename variable from
11520 gmm-image-load-path.
11521 (gmm-image-load-path): Use gmm-image-directory.
11522 (gmm-customize-mode): New function.
11523 (gmm-tool-bar-style): New variable.
11524
11525 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11526 gnus-group-redraw-line-number.
11527 (gnus-group-redraw-check): Simplify.
11528 (gnus-group-tool-bar-update): Remove redraw check.
11529 (gnus-group-make-tool-bar): Add redraw check.
11530
11531 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11532
11533 * gnus-art.el (gnus-button): Add missing parentheses.
11534
11535 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11536
11537 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11538
11539 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11540
11541 * gnus-art.el (gnus-button): New face.
11542 (gnus-article-button-face): Use it.
11543
11544 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11545 Add gnus-summary-next-page. Re-order.
11546
11547 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11548 next-node are now included.
11549 (gnus-group-redraw-line-number): New internal variable.
11550 (gnus-group-redraw-check): Helper function for updating the tool
11551 bar.
11552 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11553
11554 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11555
11556 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11557 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11558 Use it to match format of Spamassassin 3.0 and later.
11559 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11560 (spam-check-bogofilter)
11561 (spam-bogofilter-register-with-bogofilter): Fix args of
11562 `gnus-error' calls.
11563
11564 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11565
11566 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11567 unnecessary interaction when sending queued mails.
11568 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11569
11570 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11571
11572 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11573 first or last are nil.
11574
11575 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11576
11577 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11578
11579 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11580
11581 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11582
11583 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11584
11585 * dns.el (query-dns): Protect more against buggy tcp output.
11586
11587 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11588
11589 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11590 nov.php.
11591
11592 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11593
11594 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11595 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11596 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11597 output on the server side.
11598 (nnweb-google-create-mapping): Update regexps and add some
11599 progress indication.
11600
11601 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11602
11603 * gnus-group.el (gnus-group-tool-bar-gnome):
11604 Fix gnus-agent-toggle-plugged. Re-order icons.
11605 (gnus-group-tool-bar-gnome):
11606 Add gnus-group-{prev,next}-unread-group.
11607 (gnus-group-tool-bar-gnome): Re-order icons.
11608
11609 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11610 Move gnus-summary-insert-new-articles.
11611
11612 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11613 Fix comments.
11614
11615 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11616 also available in Emacs 21.3.
11617
11618 * message.el (message-fix-before-sending): Change "Emacs 22" to
11619 "Emacs 23 (unicode)" in comment.
11620
11621 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11622 "Emacs 23 (unicode)" in comment.
11623
11624 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11625 comment.
11626 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11627
11628 * mm-view.el (mm-fill-flowed): Add :version.
11629
11630 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11631
11632 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11633 and load-path.
11634
11635 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11636
11637 * message.el: Autoload gmm-image-load-path.
11638 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11639 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11640 consitency.
11641
11642 * gmm-utils.el (gmm-image-load-path): Also search in
11643 "../etc/images". Don't set gmm-image-load-path if we don't find
11644 the image.
11645
11646 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11647
11648 * gmm-utils.el (gmm-image-load-path): Don't make
11649 `gmm-image-load-path' include subdirectories which the second arg
11650 `image' might specify.
11651
11652 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11653 subdirectory to icon file names.
11654
11655 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11656
11657 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11658
11659 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11660 gmm-image-load-path calls.
11661
11662 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11663
11664 * message.el (message-make-tool-bar): Ditto.
11665
11666 * mml.el (mml-preview): Add comment concerning tool bar icons.
11667
11668 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11669 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11670
11671 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11672 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11673
11674 * message.el (message-tool-bar-gnome): Use new icon names.
11675 (message-make-tool-bar): Use `gmm-image-load-path'.
11676
11677 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11678 New functions from MH-E.
11679 (gmm-image-load-path): New variable from MH-E.
11680 (gmm-image-load-path): New function from MH-E. Add arguments
11681 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11682 *-image-load-path-called-flag.
11683
11684 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11685
11686 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11687
11688 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11689
11690 * nnimap.el (nnimap-request-move-article): Change folder back to
11691 source group before deleting.
11692
11693 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11694
11695 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11696
11697 * gnus-art.el (mm-url-insert-file-contents-external):
11698 Autoload mm-url.
11699
11700 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11701
11702 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11703
11704 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11705 coding system which mm-charset-to-coding-system returns for a
11706 given charset is valid.
11707
11708 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11709
11710 * html2text.el (html2text-remove-tag-list):
11711 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11712
11713 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11714
11715 * gnus-cus.el: Revert 2005-10-17 change.
11716
11717 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * gnus-art.el (article-strip-banner):
11720 Call article-really-strip-banner only when the regexp match is made.
11721
11722 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11723
11724 * gnus-art.el (article-strip-banner):
11725 Use gnus-extract-address-components instead of
11726 mail-header-parse-addresses to make it work with non-ASCII text;
11727 remove mail-encode-encoded-word-string.
11728
11729 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11730 values which are surrounded with \"...\"; make it never cause a
11731 Lisp error; give up parsing of parameters if it failed in
11732 extracting type.
11733
11734 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11735
11736 * smime.el (smime-cert-by-ldap-1): Fix bug where
11737 `smime-ldap-search' returns results without userCertificates.
11738
11739 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11740
11741 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11742
11743 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11744
11745 * spam.el (spam-check-spamassassin-headers): Adapt format for
11746 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11747 <ari@mbf.ocn.ne.jp>.
11748 (spam-list-of-processors): Add spam-use-gmane.
11749
11750 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11751
11752 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11753 make-temp-file; make it work with XEmacs as well.
11754
11755 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11756 mm-make-temp-file.
11757
11758 * mm-decode.el (mm-display-external): Use the 3rd arg of
11759 mm-make-temp-file.
11760 (mm-create-image-xemacs): Ditto.
11761
11762 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11763
11764 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11765 with message-narrow-to-headers.
11766 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11767 (gnus-draft-check-draft-articles): New function.
11768 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11769
11770 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11771
11772 * gnus-art.el (gnus-article-browse-html-parts):
11773 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11774 Don't use suffix argument for mm-make-temp-file for Emacs 21
11775 compatibility. Remove useless `format'.
11776
11777 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11778
11779 * nnweb.el (nnweb-google-wash-article): Update regexps.
11780 (nnweb-group-alist): Use defvoo instead of defvar.
11781
11782 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11783
11784 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11785 re-loading nn* modules.
11786
11787 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11790 for `tool-bar-mode' and don't check it's default-value.
11791
11792 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11793
11794 * message.el (message-make-tool-bar): Ditto.
11795
11796 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11797 `substring'. Shorten tmp-file name.
11798
11799 * gnus.el: Remove bogus comment.
11800
11801 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11802
11803 * gnus-art.el (gnus-article-browse-html-parts): New function.
11804 (gnus-article-browse-html-article): New function for viewing html
11805 articles with a browser.
11806
11807 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11808
11809 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11810 (mml2015-pgg-encrypt): Ditto.
11811
11812 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11813 (mml1991-pgg-encrypt): Ditto.
11814
11815 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11816
11817 * nnfolder.el (nnfolder-insert-newsgroup-line):
11818 Use message-make-date instead of current-time-string.
11819
11820 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11821 to gnus-decoded which mm-uu might set.
11822
11823 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11824
11825 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11826 don't decode quoted parameters; remove misimported Emacs code.
11827 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11828 (rfc2231-decode-encoded-string): Don't use split-string which
11829 behaves differently according to Emacs version; use
11830 mm-decode-coding-region to convert charset to coding-system.
11831 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11832 (rfc2231-encode-string): Remove misimported Emacs code.
11833
11834 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11835
11836 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11837 when calling mail-header-parse-content-type.
11838 (article-de-quoted-unreadable): Ditto.
11839 (article-de-base64-unreadable): Ditto.
11840 (article-wash-html): Ditto.
11841
11842 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11843 calling mail-header-parse-content-type and
11844 mail-header-parse-content-disposition.
11845 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11846 mail-header-parse-content-type.
11847
11848 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11849 insert charset and format parameters; encode description after
11850 inserting it to buffer.
11851 (mml-insert-parameter): Fold lines properly even if a parameter is
11852 segmented into two or more lines; change the max column to 76.
11853
11854 * rfc1843.el (rfc1843-decode-article-body): Don't use
11855 ignore-errors when calling mail-header-parse-content-type.
11856
11857 * rfc2231.el (rfc2231-parse-string): Return at least type if
11858 possible; don't cause an error even if it fails in parsing of
11859 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11860 (rfc2231-encode-string): Don't break lines at the beginning, leave
11861 it to mml-insert-parameter.
11862
11863 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11864 calling mail-header-parse-content-type.
11865
11866 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11867
11868 * spam-report.el (spam-report-gmane-use-article-number):
11869 Improve doc string.
11870 (spam-report-gmane-internal): Check if a suitable header was found
11871 in the article.
11872
11873 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11874
11875 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11876 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11877
11878 2006-02-05 Romain Francoise <romain@orebokech.com>
11879
11880 Update copyright notices of all files in the gnus directory.
11881
11882 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11883
11884 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11885
11886 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11887
11888 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11889 segmented lines of parameter value to cope with Thunderbird 1.5
11890 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11891 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11892 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11893
11894 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11895
11896 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11897 parts.
11898
11899 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11900
11901 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11902 there's only one active file for all servers.
11903 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11904 solid groups. Gnus might have used a FAST request to select the group.
11905 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11906 and nnweb-search redundantly in the active file.
11907 (nnweb-request-list): Don't list bogus groups. There can only be one.
11908 (nnweb-request-create-group): Don't use ARGS.
11909 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11910 initialisations. Let nnoo do the work.
11911
11912 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11915 Say the part has been decoded.
11916
11917 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11918
11919 2006-01-31 Kevin Ryde <user42@zip.com.au>
11920
11921 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11922 mailcap-viewer-test-cache when there's no 'test clause, since that
11923 will invert the meaning of a "nil" test previously determined by
11924 mailcap-mailcap-entry-passes-test.
11925
11926 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11927
11928 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11929 compiling.
11930
11931 * gnus-sum.el: Ditto.
11932
11933 * message.el: Don't bind tool-bar-map when compiling.
11934
11935 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11936
11937 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11938
11939 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11940
11941 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11942 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11943 current Google Groups.
11944
11945 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11946
11947 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11948 and tool-bar-mode.
11949
11950 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11951 and tool-bar-mode.
11952
11953 * message.el (message-tool-bar-update): Simplify.
11954 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11955
11956 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11957 gnus-summary-buffer.
11958 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11959 gnus-summary-reply.
11960
11961 * gmm-utils.el (gmm): Add :version.
11962
11963 2006-01-26 Steve Youngs <steve@sxemacs.org>
11964
11965 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11966 Don't autoload.
11967
11968 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11969
11970 * gmm-utils.el (gmm-verbose): Add :group.
11971
11972 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
11973
11974 * message.el: Change some comments WRT tool-bars.
11975
11976 * gnus-sum.el (gnus-summary-tool-bar)
11977 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11978 (gnus-summary-tool-bar-zap-list): New variables.
11979 (gnus-summary-make-tool-bar): Complete rewrite using
11980 `gmm-tool-bar-from-list'.
11981
11982 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11983 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11984 New variables.
11985 (gnus-group-make-tool-bar): Complete rewrite using
11986 `gmm-tool-bar-from-list'.
11987 (gnus-group-tool-bar-update): New function.
11988
11989 * message.el (message-mode-field-menu): Add "Show hidden Headers".
11990
11991 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
11992
11993 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11994 is dissected into a single part of which the type is the same as
11995 the given one; decode charset.
11996
11997 2006-01-21 Kevin Ryde <user42@zip.com.au>
11998
11999 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12000 into alists as symbol not string, since that's what
12001 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12002 look for.
12003
12004 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12005
12006 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12007 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12008
12009 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12010
12011 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12012
12013 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12014 (gnus-mime-security-button-menu): New definition.
12015 (gnus-mime-security-button-map): Use them.
12016 (gnus-mime-security-button-menu): New function.
12017 (gnus-insert-mime-security-button): Addition to help echo.
12018 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12019 (gnus-mime-security-pipe-part): New functions.
12020
12021 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12022 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12023
12024 * mm-decode.el (mm-handle-set-disposition): Remove.
12025 (mm-handle-set-description): Remove.
12026
12027 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12028
12029 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12030 (mm-w3m-standalone-supports-m17n-p): New function.
12031 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12032 w3m usage.
12033
12034 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12035 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12036
12037 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12038
12039 * message.el (message-tool-bar-zap-list):
12040 Use gmm-tool-bar-zap-list as custom type.
12041 (message-tool-bar-update): New function.
12042 (message-tool-bar, message-tool-bar-gnome)
12043 (message-tool-bar-retro): Add message-tool-bar-update.
12044 (message-tool-bar-gnome): Add flyspell-buffer.
12045
12046 * gnus-util.el (gnus-error): Describe `args'.
12047
12048 * gmm-utils.el (gmm-error): Describe `args'.
12049 (gmm-tool-bar-zap-list): New widget.
12050 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12051
12052 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12055 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12056 the number of recursive calls.
12057
12058 * mm-decode.el (mm-handle-set-disposition): New macro.
12059 (mm-handle-set-description): New macro.
12060
12061 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12062
12063 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12064 encoding.
12065
12066 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12067
12068 * message.el (message-tool-bar-zap-list, message-tool-bar)
12069 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12070 (message-tool-bar-local-item-from-menu): Remove.
12071 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12072 (message-make-tool-bar): New function.
12073 (message-mode): Use `message-make-tool-bar'.
12074
12075 * gmm-utils.el: New file.
12076 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12077 (gmm-lazy): New widget copied from `nnmail.el'.
12078 (gmm-tool-bar-from-list): New function for creating customizable
12079 tool bars.
12080 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12081 output.
12082 (gmm): Add :prefix to defgroup.
12083
12084 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12085
12086 * gmm-utils.el (gmm-widget-p): New function.
12087
12088 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12089
12090 * mml.el (mml-attach-file): Describe `description' in doc string.
12091 (mml-menu): Add Emacs MIME manual and PGG manual.
12092
12093 2006-01-20 Richard M. Stallman <rms@gnu.org>
12094
12095 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12096
12097 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12098
12099 * nntp.el (nntp-end-of-line): Doc fix.
12100
12101 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12102
12103 * imap.el (imap-open): Handle case where buffer is a buffer
12104 object.
12105
12106 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12107
12108 * gnus-delay.el (gnus-delay): Don't autoload.
12109 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12110 to be re-loaded when customizing the `gnus-delay' group.
12111
12112 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12113
12114 * message.el (message-insert-citation-line): Use newlines.
12115
12116 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12117
12118 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12119
12120 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12121
12122 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12123
12124 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12125
12126 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12127
12128 * mm-decode.el (mm-inlined-types): Add application/pgp.
12129 (mm-automatic-display): Ditto.
12130
12131 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12132 part as text.
12133
12134 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12135
12136 * nnrss.el: Update copyright.
12137 (nnrss-opml-import): Query whether to subscribe to each entry.
12138
12139 * gnus-art.el:
12140 * gnus-sum.el:
12141 * mm-uu.el:
12142 * mm-view.el: Update copyright.
12143
12144 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12145
12146 * message.el (message-info): New function.
12147 (message-mode-menu): Add it.
12148 Update copyright.
12149
12150 * ChangeLog: Fix and update copyright.
12151
12152 2006-01-13 Romain Francoise <romain@orebokech.com>
12153
12154 * message.el (message-forward-subject-name-subject): Prefer the
12155 address to 'nowhere' if the sender has no name.
12156 Fix typo. Update copyright year.
12157
12158 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * gnus-art.el (article-wash-html):
12161 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12162 (gnus-article-wash-html-with-w3m-standalone): New function.
12163
12164 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12165 mm-inline-text-html-render-with-w3m-standalone.
12166 (mm-text-html-washer-alist): Map w3m-standalone to
12167 gnus-article-wash-html-with-w3m-standalone.
12168 (mm-inline-text-html-render-with-w3m-standalone): New function.
12169
12170 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12171
12172 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12173 Improve LaTeX.
12174
12175 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12176
12177 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12178 (nnrss-request-article): Render text/plain parts as HTML.
12179
12180 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12181 the buffer.
12182
12183 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12184
12185 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12186 custom definition of `gnus-posting-styles'.
12187
12188 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12189 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12190
12191 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12192
12193 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12194 Use nntp for bug archive.
12195
12196 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12197
12198 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12199 parts.
12200 (nnrss-normalize-date): New function converts ISO 8601 date into
12201 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12202 (nnrss-check-group): Use it.
12203
12204 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12205
12206 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12207
12208 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12209 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12210 (nnrss-insert-w3): Ditto.
12211
12212 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12213
12214 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12215 the articles to be forwarded including the case where neither a
12216 number of articles nor a region is specified.
12217
12218 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12219
12220 * nnrss.el (nnrss-request-article): Fix last change; fill
12221 text/plain parts.
12222
12223 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12224
12225 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12226 in text/plain part.
12227 (nnrss-check-group): Don't add excessive newline to dc:subject.
12228
12229 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12230
12231 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12232 article.
12233
12234 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12235
12236 * nnml.el: Don't require gnus-bcklg. Autoload it.
12237 (nnml-use-compressed-files, nnml-save-mail): Support other
12238 comression programs such as bzip2.
12239
12240 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12241
12242 * dns.el (query-dns): Make sure we check the buffer size before
12243 removing tcp headers.
12244
12245 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12246
12247 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12248 remove MIME buttons associated with multipart/alternative parts.
12249 (gnus-mime-display-alternative): Tag buttons using `article-type'
12250 text property.
12251
12252 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12253 associated with multipart/alternative parts.
12254
12255 * gnus-art.el (gnus-signature-separator): Fix custom type.
12256
12257 * mm-decode.el (mm-inlined-types): Fix custom type.
12258 (mm-keep-viewer-alive-types): Ditto.
12259 (mm-automatic-display): Ditto.
12260 (mm-attachment-override-types): Ditto.
12261 (mm-inline-override-types): Ditto.
12262 (mm-automatic-external-display): Ditto.
12263
12264 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12265
12266 * spam-report.el (spam-report-user-mail-address)
12267 (spam-report-user-agent): New variables.
12268 (spam-report-url-ping-plain): Use spam-report-user-agent.
12269
12270 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12271
12272 * gnus-art.el (gnus-button-handle-custom): Do not just use
12273 `customize-apropos' for any "M-x customize-*" button but the
12274 function called for. Accept both the function name and its
12275 argument in order to achieve this.
12276 (gnus-button-alist): Remove support for "custom:" URL's.
12277 Pass function name to `gnus-button-handle-custom' in case of "M-x
12278 customize-*" buttons.
12279
12280 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12281
12282 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12283 multipart/alternative and add xref to mm-discouraged-alternatives
12284 in doc string.
12285
12286 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12287 gnus-buttonized-mime-types in doc string.
12288
12289 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12290
12291 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12292 Suggest image/.* in the doc string.
12293
12294 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12295
12296 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12297 message-marks (Debian bug #342521).
12298
12299 2005-12-12 Simon Josefsson <jas@extundo.com>
12300
12301 * password.el (password-read-from-cache): Add.
12302 (password-read): Use it.
12303
12304 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12305
12306 * rfc2047.el (rfc2047-charset-to-coding-system):
12307 Recognize us-ascii as a MIME charset.
12308
12309 * mm-bodies.el (mm-decode-content-transfer-encoding):
12310 Protect against the case where the 2nd arg TYPE is nil.
12311
12312 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12313
12314 * pop3.el (pop3-stream-type): Fix custom version.
12315
12316 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12317
12318 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12319
12320 * mm-decode.el (mm-display-external): Add missing cdr.
12321
12322 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12323
12324 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12325 RFC1524) if it is in mailcap or add a suffix according to
12326 mailcap-mime-extensions when generating a temp filename; postpone
12327 deleting a temp file for 2 seconds for some wrappers, shell
12328 scripts, and so on, which might exit right after having started a
12329 viewer command as a background job.
12330
12331 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12332
12333 * nntp.el (nntp-marks-directory): Fix custom group.
12334
12335 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12336 steps when < 10.
12337
12338 * gnus-start.el (gnus-no-server-1):
12339 Mention `gnus-level-default-subscribed' in doc string.
12340
12341 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12342
12343 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12344 parens.
12345
12346 2005-11-26 Dave Love <fx@gnu.org>
12347
12348 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12349 (tls-program, tls-success): Provide openssl alternative.
12350
12351 * starttls.el: Doc fixes.
12352 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12353 SERVICE to PORT.
12354
12355 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12356 port null or service name.
12357 (starttls-negotiate): Autoload.
12358
12359 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12360
12361 * message.el (message-kill-to-signature): Fix interactive spec.
12362
12363 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12364
12365 * pop3.el (pop3-open-server): Recognize a string as a service name.
12366
12367 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12368
12369 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12370
12371 2005-11-23 Dave Love <fx@gnu.org>
12372
12373 Add pop3s, pop3/starttls.
12374
12375 * pop3.el (pop3-authentication-scheme): Clarify doc.
12376 (open-tls-stream, starttls-open-stream): Autoload.
12377 (pop3-stream-type): New.
12378 (pop3-open-server): Use it.
12379
12380 * mail-source.el (mail-sources): Fix some :types. Add stream type
12381 for POP.
12382 (mail-source-keyword-map): Add :stream for POP.
12383 (mail-source-fetch-pop): Use pop3-stream-type.
12384
12385 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12386
12387 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12388 of current-time-string.
12389
12390 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12391
12392 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12393 date header.
12394
12395 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12396
12397 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12398 it can seriously impact performance as it bypasses the agent's
12399 local caches.
12400
12401 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12402
12403 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12404 must be explicitly online rather than "not explicitly offline" for
12405 its flags to be synchronized.
12406
12407 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12408 that gnus-uu-unmark-thread will function correctly.
12409
12410 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12411 1024K is instead displayed as 1M.
12412
12413 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12414
12415 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12416
12417 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12418
12419 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12420
12421 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12422
12423 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12424 error message to display actual error condition.
12425 (gnus-agent-save-local): Avoid saving symbols that are bound to
12426 nil as they simply result in a warning message in
12427 gnus-agent-read-local.
12428
12429 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12430
12431 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12432 rather than make-variable-buffer-local for file-precious-flag.
12433
12434 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12435
12436 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12437 for duplicates which are removed. The invalid sort check then
12438 triggers a rescan after the sort as sorting may have moved
12439 duplicate entries such that they can be cheaply detected.
12440
12441 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12442
12443 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12444
12445 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12446
12447 * gnus-agent.el (gnus-agent-article-alist-save-format):
12448 Change internal variable to a custom variable. Change default value
12449 from compressed(2) to uncompressed(1).
12450 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12451 support for uncompressed agentview files. Taken together, reading
12452 the agentview file should now be 6-7 times faster.
12453
12454 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12455
12456 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12457 as a buffer-local variable. This avoids creating truncated
12458 dribble files as a result of a hang up, eg.
12459
12460 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12461
12462 * gnus-start.el (gnus-start-draft-setup):
12463 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12464
12465 * gnus.el (gnus-splash): Change custom group.
12466 (gnus-group-get-parameter, gnus-group-parameter-value):
12467 Describe allow-list argument.
12468
12469 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12470 string.
12471
12472 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12473
12474 * gnus-art.el (gnus-default-article-saver): Add user-defined
12475 `function' to custom type.
12476
12477 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12478
12479 * imap.el (imap-open): Handle case where buffer is a buffer
12480 object.
12481
12482 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12483
12484 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12485 long lines.
12486 (gnus-cache-delete-group): Wrap doc strings.
12487
12488 * gnus-agent.el (gnus-agent-rename-group)
12489 (gnus-agent-delete-group): Wrap doc strings.
12490
12491 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12492
12493 * gnus-start.el (gnus-1): Add "native" to
12494 gnus-predefined-server-alist.
12495
12496 * gnus.el (gnus-method-to-server): Don't add "native" to the
12497 lists here, because that leads to problems when
12498 gnus-select-method is bound.
12499
12500 2005-11-09 Simon Josefsson <jas@extundo.com>
12501
12502 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12503 use (not sort-by-date) instead.
12504
12505 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * gnus-delay.el (gnus-delay-group): Don't autoload.
12508 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12509 to be re-loaded when customizing the `gnus-delay' group.
12510
12511 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12512
12513 * message.el: Revert last changes.
12514 (message-insert-citation-line): Use newlines.
12515
12516 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12517
12518 * message.el (message-courtesy-message)
12519 (message-mark-insert-begin, message-mark-insert-end)
12520 (message-elide-ellipsis, message-cancel-message)
12521 (message-add-header, message-change-subject)
12522 (message-cross-post-followup-to-header)
12523 (message-cross-post-insert-note, message-reduce-to-to-cc)
12524 (message-widen-reply, message-delete-not-region)
12525 (message-kill-to-signature, message-insert-signature)
12526 (message-insert-importance-high, message-insert-importance-low)
12527 (message-insert-or-toggle-importance)
12528 (message-insert-disposition-notification-to)
12529 (message-indent-citation, message-yank-original)
12530 (message-cite-original-without-signature, message-cite-original)
12531 (message-insert-citation-line, message-position-on-field)
12532 (message-fix-before-sending, message-send-mail-partially)
12533 (message-send-mail, message-send-mail-with-sendmail)
12534 (message-send-mail-with-qmail, message-send-news)
12535 (message-check-news-header-syntax, message-generate-headers)
12536 (message-insert-courtesy-copy, message-fill-address)
12537 (message-fill-header, message-shorten-references)
12538 (message-setup-1, message-cancel-news)
12539 (message-forward-make-body-plain, message-forward-make-body-mime)
12540 (message-forward-make-body-mml, message-encode-message-body)
12541 (message-forward-make-body-digest-plain)
12542 (message-forward-make-body-digest-mime)
12543 (message-use-alternative-email-as-from): Insert `hard-newline'
12544 instead of ordinary newlines.
12545
12546 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12547
12548 * message.el (message-generate-headers): Downcase the argument
12549 given to message-check-element.
12550
12551 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12552
12553 * nntp.el (nntp-authinfo-rejected): New error condition.
12554 (nntp-wait-for): Use new error condition to signal authentication
12555 error.
12556 (nntp-retrieve-data): Rethrow new error condition to break out of
12557 recursive call to nntp-send-authinfo.
12558
12559 2005-11-08 Romain Francoise <romain@orebokech.com>
12560
12561 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12562 (gnus-summary-exit-map): Bind to `Z p'.
12563 (gnus-summary-make-menu-bar): Add menu item.
12564
12565 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12566
12567 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12568 (gnus-treat-*): Add `first' in all doc strings.
12569
12570 * gnus-group.el (gnus-group-compact-group): Fix typo.
12571
12572 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12573
12574 * gnus.el (gnus-parameters-case-fold-search): New variable.
12575 (gnus-parameters-get-parameter): Use it.
12576
12577 * gnus-score.el (gnus-home-score-file): Doc fix.
12578
12579 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12580
12581 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12582
12583 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12584
12585 * mm-util.el (mm-special-display-p): New function.
12586
12587 * mml.el (mml-preview): Use it; doc fix.
12588
12589 2005-10-29 Romain Francoise <romain@orebokech.com>
12590
12591 * message.el (message-fix-before-sending): Fix comment.
12592
12593 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12594
12595 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12596
12597 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12598
12599 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12600 Used in gnus-score.el.
12601
12602 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12603
12604 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12605
12606 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12607
12608 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12609 whitespace removed in revision 7.8. Use concatenated string to
12610 protect trailing whitespace.
12611
12612 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12613
12614 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12615 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12616 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12617 Courier IMAP ("some version from 2004"). Mostly based on similar
12618 code in the same function.
12619
12620 2005-10-26 Didier Verna <didier@xemacs.org>
12621
12622 * gnus-group.el (gnus-group-compact-group): Invalidate original
12623 article buffer.
12624 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12625 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12626 NOV database and in article itself.
12627 Invalidate article backlog.
12628
12629 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12630
12631 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12632
12633 2005-10-26 Simon Josefsson <jas@extundo.com>
12634
12635 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12636 part of 2004-07-25 change.
12637
12638 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12639
12640 * message.el (message-display-completion-list): New function.
12641 (message-expand-group): Use it; make sure the Completions buffer
12642 is modifiable.
12643
12644 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12645
12646 * imap.el (imap-open): Handle case where buffer is a buffer object.
12647
12648 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12649
12650 * pgg-def.el:
12651 * pgg-gpg.el:
12652 * pgg-parse.el:
12653 * pgg-pgp.el:
12654 * pgg-pgp5.el:
12655 * pgg.el: Move to the parent lisp directory.
12656
12657 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12660 user-mail-name is an empty string.
12661
12662 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12663
12664 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12665 depending on gnus-score-decay-constant.
12666
12667 * encrypt.el (encrypt-insert-file-contents)
12668 (encrypt-write-file-contents): Don't use `gnus-message'.
12669
12670 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12671 arguments.
12672 (mm-uu-type-alist): Add message-marks and insert-marks.
12673 Pass arguments to mm-uu-verbatim-marks-extract.
12674 (mm-uu-hide-markers): New variable.
12675 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12676
12677 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12678 (gnus-convert-image-to-face-command): Use "convert" by default to
12679 allow other input image formats.
12680 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12681 accordingly.
12682
12683 2005-10-23 Simon Josefsson <jas@extundo.com>
12684
12685 * imap.el (imap-gssapi-program): Align command line parameters
12686 with latest GNU SASL.
12687 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12688
12689 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12690
12691 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12692 HTML.
12693 (nnslashdot-request-article): Ditto.
12694
12695 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12696
12697 * mail-source.el (mail-source-fetch-pop): Require pop3.
12698 (mail-source-check-pop): Ditto.
12699
12700 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12701
12702 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12703 errors.
12704
12705 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12706
12707 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12708 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12709
12710 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12711
12712 * mm-bodies.el (mm-decode-string):
12713 Call `mm-charset-to-coding-system' with allow-override argument.
12714
12715 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12716
12717 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12718 (rfc2047-charset-to-coding-system): New function.
12719 (rfc2047-decode-encoded-words): New function.
12720 (rfc2047-decode-region): Use them.
12721 (rfc2047-decode-cte): Remove.
12722 (rfc2047-parse-and-decode): Remove.
12723 (rfc2047-decode): Remove.
12724
12725 2005-10-15 Kenichi Handa <handa@m17n.org>
12726
12727 * rfc2047.el (rfc2047-decode-cte): New function.
12728 (rfc2047-decode-region): Change the way to decode successive
12729 encoded-words: decode B- or Q-encoding in each encoded-word,
12730 concatenate them, and decode it as charset.
12731
12732 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12733
12734 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12735 widget-move-and-invoke.
12736 (gnus-custom-mode): Use gnus-custom-map.
12737
12738 2005-10-15 Bill Wohler <wohler@newt.com>
12739
12740 * message.el (message-tool-bar-map): Rename image file from
12741 mail_send to mail/send.
12742
12743 2005-10-16 Masatake YAMATO <jet@gyve.org>
12744
12745 * message.el (message-expand-group): Pass the common
12746 prefix substring of completion to `display-completion-list'.
12747
12748 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12749
12750 * mml-sec.el (mml-secure-method): New internal variable.
12751 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12752 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12753 New functions using mml-secure-method.
12754
12755 * mml.el (mml-mode-map): Add key bindings for those functions.
12756 (mml-menu): Simplify security menu entries. Suggested by Jesper
12757 Harder <harder@myrealbox.com>.
12758 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12759 Goto end of message if point is the headers of the message.
12760
12761 * message.el (message-in-body-p): New function.
12762
12763 * assistant.el: Autoload gnus-util and netrc.
12764
12765 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12766 Use `mm-charset-override-alist' only when decoding.
12767
12768 * mm-bodies.el (mm-decode-body):
12769 Call `mm-charset-to-coding-system' with allow-override argument.
12770
12771 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12772 `filename' from Content-Disposition if Content-Type doesn't
12773 provide `name'.
12774 (gnus-mime-view-part-as-type): Set default instead of
12775 initial-input.
12776
12777 2005-10-09 Daniel Brockman <daniel@brockman.se>
12778
12779 * format-spec.el (format-spec): Propagate text properties of % spec.
12780
12781 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12782
12783 * gnus-art.el (gnus-treat-predicate): Add `first'.
12784
12785 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12786
12787 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12788 (mm-charset-override-alist): New variable.
12789 (mm-charset-to-coding-system): Use it.
12790 (mm-codepage-setup): New helper function.
12791 (mm-charset-eval-alist): New variable.
12792 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12793 Warn about unknown charsets.
12794
12795 2005-10-04 David Hansen <david.hansen@gmx.net>
12796
12797 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12798 (nnrss-check-group): Ditto.
12799
12800 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12801
12802 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12803 Rename x-gnus-verbatim to x-verbatim.
12804 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12805
12806 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12807 x-verbatim.
12808
12809 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12810
12811 * gnus-util.el (gnus-remove-duplicates): Remove.
12812
12813 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12814 instead of gnus-remove-duplicates.
12815
12816 * message.el (message-remove-duplicates): Remove.
12817 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12818 message-remove-duplicates.
12819
12820 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12821 available, else use implementation from `delete-dups'.
12822
12823 * message.el (message-insert-expires): New function.
12824 (message-mode-map): Add key binding.
12825 (message-mode-field-menu): Add menu entry.
12826 (message-mode): Document it.
12827 (message-make-expires-date): Use `message-make-date'.
12828
12829 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12830
12831 * message.el (message-make-expires-date): New function.
12832
12833 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12834
12835 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12836
12837 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12838
12839 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12840 function rather than the diff-mode.el package.
12841 (mm-display-external): Use with-current-buffer.
12842 (mm-viewer-completion-map, mm-viewer-completion-map):
12843 Move initialization inside declaration.
12844
12845 2005-09-29 Simon Josefsson <jas@extundo.com>
12846
12847 * spam.el: Load hashcash when compiling, to avoid warnings.
12848 Don't autoload mail-check-payment.
12849 (spam-check-hashcash): Define unconditionally, since hashcash.el
12850 is part of Gnus now. Ignore errors from payment checking.
12851
12852 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12853
12854 * message.el (message-bold-region, message-unbold-region):
12855 Rename from `bold-region' and `unbold-region'.
12856
12857 * message.el: Remove useless autoloads.
12858
12859 2005-09-28 Simon Josefsson <jas@extundo.com>
12860
12861 * message.el (message-use-idna): Default to t.
12862 (message-use-idna): Test whether encoding works too. Doc fix.
12863
12864 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12865
12866 * nntp.el (nntp-warn-about-losing-connection): Remove.
12867
12868 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12869
12870 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12871 customizable. Change default value.
12872 (mm-uu-diff-groups-regexp): Change default value.
12873 (mm-uu-type-alist): Add doc string.
12874 (mm-uu-configure): Add doc string. Make it interactive.
12875 (mm-uu-tex-groups-regexp): New variable.
12876 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12877 (mm-uu-type-alist): Add LaTeX documents.
12878 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12879 of "text/verbatim".
12880 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12881
12882 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12883 instead of "text/verbatim".
12884
12885 * message.el (message-mark-inserted-region)
12886 (message-mark-insert-file): Use slrn style marks when called with
12887 prefix argument.
12888
12889 2005-09-27 Simon Josefsson <jas@extundo.com>
12890
12891 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12892
12893 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12894
12895 * message.el (message-remove-duplicates): New function.
12896 Implementation borrowed from `gnus-remove-duplicates'.
12897 (message-idna-to-ascii-rhs): Also encode idna addresses in
12898 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12899 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12900 only ask about the same idna domain once per header and also tell
12901 in what header to replace the idna domain.
12902
12903 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12904 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12905 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12906 a header is decoded and not just the last one.
12907
12908 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12911 has been decoded.
12912
12913 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12914 (mm-insert-part): Don't modify text if it has been decoded.
12915
12916 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12917 decoded.
12918
12919 * mm-view.el (mm-inline-text): Don't strip text props unless
12920 decoding enriched or richtext parts.
12921
12922 2005-09-25 Romain Francoise <romain@orebokech.com>
12923
12924 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12925 * gnus-start.el (gnus-subscribe-interactively):
12926 * gnus-uu.el (gnus-uu-grab-articles):
12927 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12928 space.
12929
12930 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12931
12932 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12933 * mm-view.el (mm-view-pkcs7-decrypt):
12934 * gnus-sum.el (gnus-summary-limit-to-extra)
12935 (gnus-summary-respool-article, gnus-read-move-group-name):
12936 * gnus-score.el (gnus-summary-increase-score):
12937 * gnus-util.el (gnus-completing-read-with-default):
12938 * gnus-art.el (gnus-read-save-file-name)
12939 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12940 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12941 * message.el (message-check-news-header-syntax):
12942 Follow convention for reading with the minibuffer.
12943
12944 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12945
12946 * spam-report.el (spam-report-url-ping-plain):
12947 Use gnus-extended-version as User-Agent.
12948
12949 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12950 default value is nil.
12951
12952 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12953 (mm-uu-verbatim-marks-extract): New function.
12954 (mm-uu-extract): New face.
12955 (mm-uu-copy-to-buffer): Use it.
12956
12957 * spam-report.el (spam-report-gmane-ham): Rename from
12958 `spam-report-gmane-unspam'.
12959 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12960 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12961
12962 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12963 Autoload.
12964 (spam-report-gmane-unregister-routine):
12965 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12966
12967 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12968
12969 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12970 (spam-report-gmane-unregister-routine): Add support for gmane
12971 unregistration.
12972
12973 * spam-report.el (spam-report-gmane-unspam)
12974 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12975 (spam-report-gmane): Change to take a single article and do unspam
12976 registration.
12977
12978 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12979
12980 * mm-url.el (mm-url-decode-entities): Fix regexp.
12981
12982 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12983
12984 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12985 default to nil, to be able to use Gnus at all. If the default
12986 switches to something else, then the function should be fixed not
12987 be exceedingly slow.
12988
12989 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12990
12991 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12992 fail hard.
12993
12994 * spam-report.el: Add better Keywords line.
12995
12996 * spam.el: Add Maintainer and better Keywords line.
12997
12998 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12999
13000 * gnus-art.el (gnus-article-replace-part)
13001 (gnus-mime-replace-part): New functions.
13002 (gnus-mime-action-alist, gnus-mime-button-commands)
13003 (gnus-mime-save-part-and-strip): Add file argument.
13004 (gnus-article-part-wrapper): Add interactive argument.
13005
13006 * gnus-sum.el (gnus-summary-mime-map):
13007 Add `gnus-article-replace-part'.
13008
13009 2005-09-19 Didier Verna <didier@xemacs.org>
13010
13011 The nnml compaction feature:
13012 * nnml.el (nnml-request-compact-group): New function.
13013 * nnml.el (nnml-request-compact): New function.
13014 * gnus-int.el (gnus-request-compact-group): New function.
13015 * gnus-int.el (gnus-request-compact): New function.
13016 * gnus-group.el (gnus-group-compact-group): New function.
13017 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13018 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13019 * gnus-srvr.el (gnus-server-compact-server): New function.
13020 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13021 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13022
13023 2005-09-18 Deepak Goel <deego@gnufans.org>
13024
13025 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13026 format spec.
13027
13028 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13029
13030 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13031
13032 2005-09-15 Romain Francoise <romain@orebokech.com>
13033
13034 * message.el (message-fill-paragraph): Clarify docstring.
13035
13036 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13037
13038 * gnus-art.el (gnus-mime-display-part): Protect against broken
13039 MIME messages.
13040
13041 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13042
13043 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13044 before parsing header.
13045
13046 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13047
13048 * html2text.el (html2text-replace-list): Add new entities.
13049
13050 2005-09-11 Romain Francoise <romain@orebokech.com>
13051
13052 * message.el (message-alternative-emails): Improve docstring.
13053 (message-setup-1): Call `message-use-alternative-email-as-from'
13054 after `message-setup-hook' to give it precedence over posting
13055 styles, etc.
13056 (message-use-alternative-email-as-from): Add docstring.
13057 Remove the original From header if present.
13058
13059 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13060 (nnml-save-mail): Use it.
13061
13062 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13063 articles. Add new argument `silent'.
13064 (gnus-uu-mark-all): Report the total number of marked articles.
13065
13066 2005-09-10 Romain Francoise <romain@orebokech.com>
13067
13068 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13069 (gnus-uu-mark-series): Likewise.
13070
13071 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13072
13073 * spam-report.el (spam-report-gmane): Fix generation of spam
13074 report URL.
13075
13076 2005-09-10 Simon Josefsson <jas@extundo.com>
13077
13078 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13079 t, based on discussion on the ding list with Robert Epprecht
13080 <epprecht@solnet.ch>.
13081
13082 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13083
13084 * spam-report.el (spam-report-gmane): Make it work without
13085 X-Report-Spam header. Gmane now only provides Archived-At.
13086 This is only used if `spam-report-gmane-use-article-number' is nil.
13087 (spam-report-gmane-spam-header): Remove. Not used anymore.
13088
13089 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13090 make `gnus-summary-sort-by-recipient' work with threading.
13091
13092 * nnweb.el (nnweb-google-wash-article): Print a message if article
13093 is not available.
13094
13095 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13096
13097 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13098 change. Decode text/* parts content before displaying.
13099
13100 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13101
13102 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13103
13104 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13105
13106 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13107
13108 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13109
13110 * message.el (message-tab-body-function): Fix mismatched custom type.
13111
13112 * gnus.el (gnus-group-change-level-function): Ditto.
13113
13114 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13115
13116 * gnus-art.el (gnus-signature-limit)
13117 (gnus-article-mime-part-function): Ditto.
13118
13119 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13120
13121 * mml.el (mml-mode): Silence the byte compiler.
13122
13123 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13124 using `(sit-for 0)' before moving the point to the specified part;
13125 skip unbuttonized parts.
13126 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13127 return to the summary window if gnus-auto-select-part is non-nil.
13128
13129 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13130
13131 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13132 New variables.
13133 (mml-dnd-attach-file, mml-mode): Use them.
13134
13135 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13136 Make fetching article by MID work again for Google Groups.
13137 Add FIXME concerning gnus-group-make-web-group.
13138
13139 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13140 Don't depend on Gnus by using mail-extract-address-components if
13141 gnus-extract-address-components is not bound.
13142
13143 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13144
13145 * gnus-art.el (gnus-mime-display-security): Don't display the
13146 signature, but only the signed part.
13147
13148 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13151
13152 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13153 list, not listp.
13154
13155 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13156
13157 * mm-encode.el (mm-encode-content-transfer-encoding):
13158 Likewise when encoding.
13159
13160 * mm-bodies.el (mm-decode-content-transfer-encoding):
13161 De-canonicalize CRLF for all text content types, not just
13162 text/plain.
13163
13164 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13165
13166 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13167 valid article; point arrow and cursor at the MIME button.
13168
13169 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13170
13171 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13172 Suggested by Dan Christensen <jdc@uwo.ca>.
13173
13174 * mm-decode.el (mm-save-part): Enable change of prompt.
13175
13176 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13177
13178 * gnus-msg.el (gnus-inews-add-send-actions):
13179 Make `message-post-method' lambda parameter ARG `&optional'.
13180
13181 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13182
13183 * gnus-sum.el (gnus-summary-mime-map):
13184 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13185 gnus-article-jump-to-part.
13186
13187 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13188 (gnus-article-edit-part): Use it.
13189 (gnus-article-part-wrapper): Add no-handle argument.
13190 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13191 New functions.
13192
13193 2005-08-29 Romain Francoise <romain@orebokech.com>
13194
13195 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13196 docstring.
13197 (gnus-face-from-file): Likewise.
13198
13199 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13200
13201 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13202 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13203 non-nil.
13204 (gnus-auto-select-part): New variable.
13205 (gnus-article-jump-to-part): New function.
13206 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13207 (gnus-mime-delete-part): Allow selecting specified part after
13208 deleting or stripping parts.
13209 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13210 part if argument is bogus.
13211
13212 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13213
13214 * gnus-art.el (w3m-minor-mode-map):
13215 * gnus-spec.el (gnus-newsrc-file-version):
13216 * gnus-util.el (nnmail-active-file-coding-system)
13217 (gnus-original-article-buffer, gnus-user-agent):
13218 * gnus.el (gnus-ham-process-destinations)
13219 (gnus-parameter-ham-marks-alist)
13220 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13221 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13222 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13223 * mm-decode.el (gnus-current-window-configuration):
13224 * mm-extern.el (gnus-article-mime-handles):
13225 * mm-url.el (url-current-object, url-package-name)
13226 (url-package-version):
13227 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13228 (smime-keys, w3m-cid-retrieve-function-alist)
13229 (w3m-current-buffer, w3m-display-inline-images)
13230 (w3m-minor-mode-map):
13231 * mml-smime.el (gnus-extract-address-components):
13232 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13233 (gnus-newsrc-hashtb, message-default-charset)
13234 (message-deletable-headers, message-options)
13235 (message-posting-charset, message-required-mail-headers)
13236 (message-required-news-headers):
13237 * mml1991.el (mc-pgp-always-sign):
13238 * mml2015.el (mc-pgp-always-sign):
13239 * nnheader.el (nnmail-extra-headers):
13240 * rfc1843.el (gnus-decode-encoded-word-function)
13241 (gnus-decode-header-function, gnus-newsgroup-name):
13242 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13243
13244 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13245
13246 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13247 the end of the date treatments.
13248
13249 2005-08-15 Simon Josefsson <jas@extundo.com>
13250
13251 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13252 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13253 Capello and Romain Francoise.
13254 (pgg-fetch-key-function): Remove, not used?
13255 (pgg-insert-url-with-w3): Require url, to get
13256 url-insert-file-contents regardless of where it is defined.
13257
13258 2005-08-13 Romain Francoise <romain@orebokech.com>
13259
13260 * message.el (message-cite-original-1): New function.
13261 (message-cite-original): Use it.
13262 (message-cite-original-without-signature): Ditto.
13263
13264 2005-08-08 Romain Francoise <romain@orebokech.com>
13265
13266 * message.el (message-yank-empty-prefix): New variable.
13267 (message-indent-citation): Use it.
13268 (message-cite-original-without-signature): Respect X-No-Archive.
13269
13270 2005-08-08 Simon Josefsson <jas@extundo.com>
13271
13272 * pgg.el: Autoload url-insert-file-contents instead of loading
13273 w3/url.
13274 (pgg-insert-url-with-w3): Don't load url here.
13275
13276 2005-08-07 Jesper Harder <harder@phys.au.dk>
13277
13278 * message.el (message-kill-to-signature): Don't insert newline at
13279 bol.
13280 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13281
13282 2005-08-06 Romain Francoise <romain@orebokech.com>
13283
13284 * message.el (message-user-fqdn): Fix typo in docstring.
13285
13286 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13287
13288 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13289
13290 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13291
13292 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13293
13294 * mm-bodies.el (mm-encode-body): Use coding system rather than
13295 charset to encode text.
13296
13297 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13298 number of charsets if utf-8 is available (XEmacs).
13299
13300 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13301
13302 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13303 taken from `gnus-button-mid-or-mail-regexp'.
13304 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13305 (gnus-button-alist): Improve regexp for domain part of the MIDs
13306 for news:localpart@domain buttons.
13307 (gnus-button-ctan-directory-regexp): Update.
13308
13309 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13310
13311 * sieve-manage.el (sieve-manage-interactive-login):
13312 Use make-local-variable rather than make-variable-buffer-local.
13313 (sieve-manage-open): Ditto.
13314 (sieve-manage-authenticate): Ditto.
13315
13316 * mml.el (mml-generate-mime-1): Make the content type default to
13317 text/plain if the filename is not specified.
13318
13319 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13320
13321 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13322 instead of insert-buffer.
13323
13324 * message.el (message-yank-original): Ditto; set the mark at the
13325 end of the yanked message.
13326
13327 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13328
13329 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13330 lines to scroll rather than to stop it.
13331
13332 * mml.el (mml-generate-default-type): Add doc string.
13333 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13334 default to application/octet-stream when determining the content
13335 type if it is not specified for the part or the mml contents; add
13336 a comment about mml-generate-default-type.
13337
13338 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13339
13340 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13341 make it default to application/octet-stream when determining the
13342 content type if it is not specified for the external contents.
13343
13344 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13345
13346 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13347 segmented parameter but also other parameters might be there.
13348
13349 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13350
13351 * mm-decode.el (mm-display-external): Delete temp file, directory
13352 and buffer immediately if the external process is exited.
13353
13354 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13357 fewer lines than that of scroll-margin.
13358 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13359
13360 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13361
13362 * gnus-art.el (gnus-article-next-page): Revert.
13363 (gnus-article-beginning-of-window): New macro.
13364 (gnus-article-next-page-1): Use it.
13365 (gnus-article-prev-page): Ditto.
13366 (gnus-article-edit-part): Use insert-buffer-substring instead of
13367 insert-buffer.
13368 (gnus-article-edit-exit): Ditto.
13369
13370 * gnus-util.el (gnus-beginning-of-window): Remove.
13371 (gnus-end-of-window): Remove.
13372
13373 2005-07-25 Simon Josefsson <jas@extundo.com>
13374
13375 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13376 to have the url package without w3. Reported by Daiki Ueno
13377 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13378
13379 2005-07-20 Didier Verna <didier@xemacs.org>
13380
13381 * gnus-diary.el: Remove the description comment (nndiary is now
13382 properly documented in the Gnus manual).
13383 Fix the spelling of "Back End".
13384 * nndiary.el: Ditto.
13385 Fix the copyright notice.
13386
13387 2005-07-18 Romain Francoise <romain@orebokech.com>
13388
13389 * gnus-sum.el (gnus-summary-to-prefix)
13390 (gnus-summary-newsgroup-prefix): New variables.
13391 (gnus-summary-from-or-to-or-newsgroups): Use them.
13392
13393 2005-07-17 Romain Francoise <romain@orebokech.com>
13394
13395 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13396 space as it's generally not especially interesting to the user.
13397
13398 2005-07-16 Romain Francoise <romain@orebokech.com>
13399
13400 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13401 nil to avoid prompting and file modification if one of the
13402 messages at the top of the nnfolder file contains a copyright
13403 notice.
13404 Update copyright notice.
13405
13406 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13407 instead of `current-time-string' as the latter creates a time
13408 string that is not RFC 2822 compliant (it lacks the zone).
13409 Update copyright notice.
13410
13411 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13414 for text/rtf. Display default in prompt. Pass default for M-n.
13415
13416 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13417
13418 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13419
13420 * gnus-msg.el (gnus-button-mailto):
13421 Remove save-selected-window-window hackery because it relies on
13422 save-selected-window internals.
13423
13424 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13425
13426 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13427 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13428 (gnus-article-prev-page): Ditto.
13429
13430 * gnus-util.el (gnus-beginning-of-window): New function.
13431 (gnus-end-of-window): New function.
13432
13433 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13434
13435 * gnus-score.el (gnus-score-edit-all-score):
13436 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13437 gnus-message.
13438
13439 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13440
13441 * gnus-msg.el (gnus-button-mailto):
13442 Remove save-selected-window-window hackery because it relies on
13443 save-selected-window internals.
13444
13445 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13446
13447 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13448 add-minor-mode.
13449 (gnus-binary-mode): Ditto.
13450
13451 * gnus-topic.el (gnus-topic-mode): Ditto.
13452
13453 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13454
13455 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13456 (gnus-article-prev-page): Take scroll-margin into consideration.
13457
13458 2005-07-04 Lute Kamstra <lute@gnu.org>
13459
13460 Update FSF's address in GPL notices.
13461
13462 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13463
13464 * gnus.el (gnus-exit):
13465 * gnus-group.el (gnus-group-icons):
13466 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13467
13468 * gnus-nocem.el (gnus-nocem):
13469 * message.el (message-various, message-buffers, message-sending)
13470 (message-interface, message-forwarding, message-insertion)
13471 (message-headers, message-news, message-mail):
13472 * pgg-gpg.el (pgg-gpg):
13473 * pgg-parse.el (pgg-parse):
13474 * pgg-pgp.el (pgg-pgp):
13475 * pgg-pgp5.el (pgg-pgp5):
13476 * pop3.el (pop3): Finish `defgroup' description with period.
13477
13478 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13479
13480 * gnus-art.el (article-display-face): Improve the efficiency.
13481 (article-display-x-face): Ditto; remove grey x-face stuff.
13482
13483 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13484
13485 * gnus-art.el (article-display-face): Correct the position in
13486 which Faces are inserted.
13487
13488 2005-06-29 Didier Verna <didier@xemacs.org>
13489
13490 * gnus-art.el (article-display-face): Display faces in correct
13491 order.
13492
13493 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13494
13495 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13496 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13497 (gnus-nocem-check-article): Fetch the Type header.
13498 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13499 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13500 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13501 make sure gnus-nocem-hashtb is initialized.
13502 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13503 (gnus-nocem-unwanted-article-p): Ditto.
13504
13505 * pgg.el (pgg-verify): Return the verification result.
13506
13507 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13508
13509 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13510 is ascii.
13511
13512 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13513
13514 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13515 `show-nonbreak-escape'.
13516
13517 2005-06-23 Lute Kamstra <lute@gnu.org>
13518
13519 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13520
13521 * dig.el (dig-mode):
13522 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13523
13524 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13525
13526 * nnimap.el (nnimap-split-download-body): Fix spellings.
13527
13528 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13529
13530 * gnus-art.el (gnus-article-encrypt-body):
13531 * gnus-cus.el (gnus-score-customize):
13532 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13533 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13534
13535 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13536
13537 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13538 header by looking for magic "MII" at the beginnig.
13539
13540 2005-06-16 Miles Bader <miles@gnu.org>
13541
13542 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13543 (assistant-field-face): New backward-compatibility alias for renamed
13544 face.
13545 (assistant-render-text): Use renamed assistant-field face.
13546
13547 * spam.el (spam): Remove "-face" suffix from face name.
13548 (spam-face): New backward-compatibility alias for renamed face.
13549 (spam-face, spam-initialize): Use renamed spam face.
13550
13551 * message.el (message-header-to, message-header-cc)
13552 (message-header-subject, message-header-newsgroups)
13553 (message-header-other, message-header-name)
13554 (message-header-xheader, message-separator, message-cited-text)
13555 (message-mml): Remove "-face" suffix from face names.
13556 (message-header-to-face, message-header-cc-face)
13557 (message-header-subject-face, message-header-newsgroups-face)
13558 (message-header-other-face, message-header-name-face)
13559 (message-header-xheader-face, message-separator-face)
13560 (message-cited-text-face, message-mml-face):
13561 New backward-compatibility aliases for renamed faces.
13562 (message-font-lock-keywords): Use renamed message faces.
13563
13564 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13565 (sieve-test-commands, sieve-tagged-arguments):
13566 Remove "-face" suffix from face names.
13567 (sieve-control-commands-face, sieve-action-commands-face)
13568 (sieve-test-commands-face, sieve-tagged-arguments-face):
13569 New backward-compatibility aliases for renamed faces.
13570 (sieve-control-commands-face, sieve-action-commands-face)
13571 (sieve-test-commands-face, sieve-tagged-arguments-face):
13572 Use renamed sieve faces.
13573
13574 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13575 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13576 (gnus-group-news-3-empty, gnus-group-news-4)
13577 (gnus-group-news-4-empty, gnus-group-news-5)
13578 (gnus-group-news-5-empty, gnus-group-news-6)
13579 (gnus-group-news-6-empty, gnus-group-news-low)
13580 (gnus-group-news-low-empty, gnus-group-mail-1)
13581 (gnus-group-mail-1-empty, gnus-group-mail-2)
13582 (gnus-group-mail-2-empty, gnus-group-mail-3)
13583 (gnus-group-mail-3-empty, gnus-group-mail-low)
13584 (gnus-group-mail-low-empty, gnus-summary-selected)
13585 (gnus-summary-cancelled, gnus-summary-high-ticked)
13586 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13587 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13588 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13589 (gnus-summary-low-undownloaded)
13590 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13591 (gnus-summary-low-unread, gnus-summary-normal-unread)
13592 (gnus-summary-high-read, gnus-summary-low-read)
13593 (gnus-summary-normal-read, gnus-splash):
13594 Remove "-face" suffix from face names.
13595 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13596 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13597 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13598 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13599 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13600 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13601 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13602 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13603 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13604 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13605 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13606 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13607 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13608 (gnus-summary-normal-ticked-face)
13609 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13610 (gnus-summary-normal-ancient-face)
13611 (gnus-summary-high-undownloaded-face)
13612 (gnus-summary-low-undownloaded-face)
13613 (gnus-summary-normal-undownloaded-face)
13614 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13615 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13616 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13617 (gnus-splash-face):
13618 New backward-compatibility aliases for renamed faces.
13619 (gnus-group-startup-message): Use renamed gnus faces.
13620
13621 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13622 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13623 (gnus-server-agent): Remove "-face" suffix from face names.
13624 (gnus-server-agent-face, gnus-server-opened-face)
13625 (gnus-server-closed-face, gnus-server-denied-face)
13626 (gnus-server-offline-face):
13627 New backward-compatibility aliases for renamed faces.
13628 (gnus-server-agent-face, gnus-server-opened-face)
13629 (gnus-server-closed-face, gnus-server-denied-face)
13630 (gnus-server-offline-face): Use renamed gnus faces.
13631
13632 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13633 Remove "-face" suffix from face names.
13634 (gnus-picon-xbm-face, gnus-picon-face):
13635 New backward-compatibility aliases for renamed faces.
13636
13637 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13638 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13639 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13640 (gnus-cite-11): Remove "-face" suffix from face names.
13641 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13642 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13643 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13644 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13645 New backward-compatibility aliases for renamed faces.
13646 (gnus-cite-attribution-face, gnus-cite-face-list)
13647 (gnus-article-boring-faces): Use renamed gnus faces.
13648
13649 * gnus-art.el (gnus-signature, gnus-header-from)
13650 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13651 (gnus-header-content): Remove "-face" suffix from face names.
13652 (gnus-signature-face, gnus-header-from-face)
13653 (gnus-header-subject-face, gnus-header-newsgroups-face)
13654 (gnus-header-name-face, gnus-header-content-face):
13655 New backward-compatibility aliases for renamed faces.
13656 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13657
13658 * gnus-sum.el (gnus-summary-selected-face)
13659 (gnus-summary-highlight): Use renamed gnus faces.
13660 * gnus-group.el (gnus-group-highlight): Likewise.
13661
13662 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13663
13664 * gnus-sieve.el (gnus-sieve-article-add-rule):
13665 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13666 * spam-stat.el (spam-stat-buffer-change-to-spam)
13667 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13668
13669 * message.el (message-is-yours-p):
13670 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13671
13672 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13673
13674 * mm-view.el (mm-inline-text): Withdraw the last change.
13675
13676 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13677
13678 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13679 executing enriched-decode.
13680
13681 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13682
13683 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13684 charset of tar files.
13685
13686 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13687
13688 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13689
13690 2005-06-04 Lute Kamstra <lute@gnu.org>
13691
13692 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13693 information is never recorded.
13694
13695 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13698
13699 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13700
13701 * pop3.el (pop3-apop): Run md5 in the binary mode.
13702
13703 * starttls.el (starttls-set-process-query-on-exit-flag):
13704 Use eval-and-compile.
13705
13706 2005-05-31 Simon Josefsson <jas@extundo.com>
13707
13708 * smime.el (smime-replace-in-string): Define.
13709 (smime-cert-by-ldap-1): Use it.
13710
13711 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13712
13713 * gnus-art.el (article-display-x-face): Replace
13714 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13715
13716 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13717 set-process-query-on-exit-flag or process-kill-without-query.
13718
13719 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13720 loop instead of replace-regexp.
13721
13722 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13723 instead of process-kill-without-query if it is available.
13724
13725 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13726 instead of find-file-hooks if it is available.
13727
13728 * mml1991.el: Bind pgg-default-user-id when compiling.
13729
13730 * mml2015.el: Bind pgg-default-user-id when compiling.
13731
13732 * nndraft.el (nndraft-request-associate-buffer):
13733 Use write-contents-functions instead of write-contents-hooks if it is
13734 available.
13735
13736 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13737 instead of find-file-hooks if it is available.
13738
13739 * nntp.el (nntp-open-connection): Replace
13740 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13741 (nntp-open-ssl-stream): Ditto.
13742 (nntp-open-tls-stream): Ditto.
13743
13744 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13745 set-process-query-on-exit-flag or process-kill-without-query.
13746 (starttls-open-stream-gnutls): Use it instead of
13747 process-kill-without-query.
13748 (starttls-open-stream): Ditto.
13749
13750 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13751
13752 * smime.el (smime-cert-by-ldap-1): Don't use
13753 replace-regexp-in-string.
13754
13755 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13756
13757 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13758
13759 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13760 in PEM format. Adjust to the XEmacs compability.
13761
13762 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13763
13764 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13765 by `string-to-number'.
13766 * gnus-agent.el (gnus-agent-regenerate-group)
13767 (gnus-agent-fetch-articles): Ditto.
13768 * gnus-art.el (gnus-button-fetch-group): Ditto.
13769 * gnus-cache.el (gnus-cache-generate-active)
13770 (gnus-cache-articles-in-group): Ditto.
13771 * gnus-group.el (gnus-group-set-current-level)
13772 (gnus-group-insert-group-line): Ditto.
13773 * gnus-score.el (gnus-score-set-expunge-below)
13774 (gnus-score-set-mark-below, gnus-summary-score-effect)
13775 (gnus-summary-score-entry): Ditto.
13776 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13777 (gnus-soup-pack): Ditto.
13778 * gnus-spec.el (gnus-xmas-format): Ditto.
13779 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13780 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13781 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13782 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13783 * nndb.el (nndb-get-remote-expire-response): Ditto.
13784 * nndiary.el (nndiary-parse-schedule-value)
13785 (nndiary-string-to-number, nndiary-request-replace-article)
13786 (nndiary-request-article): Ditto.
13787 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13788 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13789 * nneething.el (nneething-make-head): Ditto.
13790 * nnfolder.el (nnfolder-request-article)
13791 (nnfolder-retrieve-headers): Ditto.
13792 * nnheader.el (nnheader-file-to-number): Ditto.
13793 * nnkiboze.el (nnkiboze-request-article): Ditto.
13794 * nnmail.el (nnmail-process-unix-mail-format)
13795 (nnmail-process-babyl-mail-format): Ditto.
13796 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13797 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13798 (nnmh-request-create-group, nnmh-request-list-1)
13799 (nnmh-request-group, nnmh-request-article): Ditto.
13800 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13801 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13802 * nnsoup.el (nnsoup-make-active): Ditto.
13803 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13804 * nntp.el (nntp-find-group-and-number)
13805 (nntp-retrieve-headers-with-xover): Ditto.
13806 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13807 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13808 (pgg-format-key-identifier): Ditto.
13809 * pop3.el (pop3-last, pop3-stat): Ditto.
13810 * qp.el (quoted-printable-decode-region): Ditto.
13811
13812 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13813 of concat.
13814
13815 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13816
13817 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13818
13819 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13820
13821 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13822
13823 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13824
13825 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13826
13827 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13828
13829 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13830 (gnus-carpal-mode): Ditto.
13831
13832 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13833 (gnus-browse-mode): Ditto.
13834
13835 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13836
13837 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13838
13839 2005-05-29 Richard M. Stallman <rms@gnu.org>
13840
13841 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13842
13843 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13844
13845 * gnus-util.el (gnus-run-mode-hooks): New function.
13846
13847 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13848
13849 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13850
13851 * gnus-agent.el (gnus-agent-make-mode-line-string):
13852 Use mode-line-highlight as mouse-face.
13853
13854 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13855
13856 * canlock.el (canlock): Change the parent group to news.
13857
13858 * deuglify.el (gnus-outlook-deuglify): Add :group.
13859
13860 * dig.el (dig): Add :group.
13861
13862 * dns-mode.el (dns-mode): Add :group.
13863
13864 * encrypt.el (encrypt): Add :group.
13865
13866 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13867 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13868 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13869 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13870 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13871
13872 * gnus-diary.el (gnus-diary): Add :group.
13873
13874 * gnus.el (gnus-group-news-1-face): Add :group.
13875 (gnus-group-news-1-empty-face): Ditto.
13876 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13877 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13878 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13879 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13880 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13881 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13882 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13883 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13884 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13885 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13886 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13887 (gnus-summary-high-ticked-face): Ditto.
13888 (gnus-summary-low-ticked-face): Ditto.
13889 (gnus-summary-normal-ticked-face): Ditto.
13890 (gnus-summary-high-ancient-face): Ditto.
13891 (gnus-summary-low-ancient-face): Ditto.
13892 (gnus-summary-normal-ancient-face): Ditto.
13893 (gnus-summary-high-undownloaded-face): Ditto.
13894 (gnus-summary-low-undownloaded-face): Ditto.
13895 (gnus-summary-normal-undownloaded-face): Ditto.
13896 (gnus-summary-high-unread-face): Ditto.
13897 (gnus-summary-low-unread-face): Ditto.
13898 (gnus-summary-normal-unread-face): Ditto.
13899 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13900 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13901
13902 * hashcash.el (hashcash): New custom group.
13903 (hashcash-default-payment): Add :group.
13904 (hashcash-payment-alist): Ditto.
13905 (hashcash-default-accept-payment): Ditto.
13906 (hashcash-accept-resources): Ditto.
13907 (hashcash-path): Ditto.
13908 (hashcash-extra-generate-parameters): Ditto.
13909 (hashcash-double-spend-database): Ditto.
13910 (hashcash-in-news): Ditto.
13911
13912 * message.el (message-minibuffer-local-map): Add :group.
13913
13914 * netrc.el (netrc): Add :group.
13915
13916 * sieve-manage.el (sieve-manage-log): Add :group.
13917 (sieve-manage-default-user): Diito.
13918 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13919 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13920 (sieve-manage-authenticators): Ditto.
13921 (sieve-manage-authenticator-alist): Ditto.
13922 (sieve-manage-default-port): Ditto.
13923
13924 * sieve-mode.el (sieve-control-commands-face): Add :group.
13925 (sieve-action-commands-face): Ditto.
13926 (sieve-test-commands-face): Ditto.
13927 (sieve-tagged-arguments-face): Ditto.
13928
13929 * smime.el (smime): Add :group.
13930
13931 * spam-report.el (spam-report): Add :group.
13932
13933 * spam.el (spam, spam-face): Add :group.
13934
13935 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13936
13937 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13938 return \n.\n.\n at the end of articles. Protect against that.
13939 (nntp-with-open-group): Allow debugging.
13940
13941 * nnheader.el (mail-header-set-extra): Make into a function
13942 because I just could't understand how to quote the list properly.
13943
13944 * dns.el (query-dns-cached): New function.
13945
13946 2005-05-26 Lute Kamstra <lute@gnu.org>
13947
13948 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13949
13950 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * gnus-art.el: Don't autoload mail-extract-address-components.
13953
13954 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13955 eval-and-compile to evaluate it.
13956
13957 * hashcash.el: Don't autoload executable-find.
13958
13959 * nndb.el: Don't declare the nndb back end two or more times; don't
13960 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13961
13962 * nntp.el: Autoload format-spec instead of format; use
13963 eval-and-compile to evaluate autoload forms.
13964
13965 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13966
13967 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13968
13969 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13970
13971 * gnus.el (gnus-version-number): Bump version.
13972
13973 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13974
13975 * gnus.el: No Gnus v0.3 is released.
13976
13977 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13978
13979 * gnus-art.el (gnus-article-edit-part): Disable undo.
13980
13981 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13982
13983 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13984 gnus-article-date-lapsed-new-header is t if date timer is active;
13985 skip headers in which the original date value is empty.
13986 (gnus-article-save-original-date): Redefine it as a macro.
13987 (gnus-display-mime): Use it.
13988
13989 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13990
13991 * gnus-art.el (article-date-ut): Support converting date in
13992 forwarded parts as well.
13993 (gnus-article-save-original-date): New function.
13994 (gnus-display-mime): Use it.
13995
13996 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13997
13998 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13999 enclosure element of <item>.
14000
14001 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14002
14003 * message.el (message-kill-buffer-query): Rename from
14004 `message-kill-buffer-query-if-modified'. Add :version.
14005
14006 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14007
14008 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14009 window layout.
14010
14011 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14012
14013 * mml.el: Autoload dnd when compiling.
14014
14015 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14016
14017 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14018 x-dnd-*.
14019
14020 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14021
14022 * qp.el (quoted-printable-encode-region): Save excursion.
14023
14024 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14025
14026 * message.el (message-kill-buffer-query-if-modified): Add new variable
14027 so the user can kill a modified message buffer quickly.
14028 (message-kill-buffer): Use it.
14029
14030 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14031
14032 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14033 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14034
14035 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14036
14037 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14038 contained in text because xml.el decodes entities) with LFs.
14039
14040 2005-04-11 Lute Kamstra <lute@gnu.org>
14041
14042 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14043 differently.
14044
14045 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14046
14047 * mm-util.el (mm-detect-coding-region): Typo.
14048
14049 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14050
14051 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14052
14053 2005-04-06 Deepak Goel <deego@gnufans.org>
14054
14055 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14056 user-function allow user modifications of the scores.
14057 (spam-stat-score-buffer-user): New function, to allow
14058 user-computed modifications to the score.
14059 (spam-stat-score-buffer-user-functions): List of additional
14060 scoring functions.
14061 (spam-stat-error-holder): Global temporary error holder.
14062 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14063 variable.
14064
14065 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14066
14067 * gnus-registry.el (gnus-registry-clean-empty-function)
14068 (gnus-registry-trim, gnus-registry-fetch-groups)
14069 (gnus-registry-delete-group): Groups that match
14070 `gnus-registry-ignored-groups' are removed from the registry
14071 entries, not just ignored for splitting. This helps clean up the
14072 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14073 to get all the groups a message ID is in.
14074
14075 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14076 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14077 (spam-stat-score-buffer-user-functions): Add :number custom type.
14078
14079 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14080
14081 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14082 argument in XEmacs.
14083
14084 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14085 (nnrss-request-group): Decode group name first.
14086 (nnrss-request-article): Make a text/plain article if mml-to-mime
14087 failed.
14088 (nnrss-get-encoding): Return a compatible encoding according to
14089 nnrss-compatible-encoding-alist.
14090 (nnrss-find-el): Use consp instead of listp.
14091 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14092
14093 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14096 which Emacs 20 doesn't support.
14097 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14098
14099 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14100
14101 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14102 silence the byte compiler inside the defun.
14103
14104 * gnus-demon.el (parse-time-string): Add autoload.
14105
14106 * gnus-delay.el (parse-time-string): Add autoload.
14107
14108 * gnus-art.el (parse-time-string): Add autoload.
14109
14110 * nnultimate.el (parse-time): Require for `parse-time-string'.
14111
14112 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14113
14114 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14115
14116 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14117
14118 * smime.el (smime-ldap-host-list): Add :version.
14119
14120 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14121
14122 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14123 pass it to `gnus-browse-read-group'.
14124 (gnus-browse-read-group): Add NUMBER argument and pass it to
14125 `gnus-group-read-ephemeral-group'.
14126
14127 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14128 argument and pass it to `gnus-group-read-group'.
14129
14130 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14131
14132 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14133 mm-xemacs-find-mime-charset-1 if we have the mule feature
14134 available at runtime.
14135
14136 2005-03-25 Werner Lemberg <wl@gnu.org>
14137
14138 * nnmaildir.el: Replace `illegal' with `invalid'.
14139
14140 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14141
14142 * gnus-start.el (gnus-display-time-event-handler):
14143 Check display-time-timer at runtime rather than only at load time
14144 in case display-time-mode is turned off in the mean time.
14145
14146 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14147
14148 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14149 used.
14150
14151 * nneething.el (nneething-map-file-directory): Derive from
14152 `gnus-directory'.
14153
14154 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14155 the To/Cc button.
14156
14157 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14158
14159 * nnmaildir.el (nnmaildir-request-accept-article):
14160 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14161
14162 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14163
14164 * gnus-async.el: Require timer-funcs at compile time when in
14165 XEmacs for `run-with-idle-timer'.
14166
14167 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14168
14169 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14170 autoloaded function.
14171
14172 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14175
14176 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14177
14178 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14179
14180 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14181
14182 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14183 Add gnus-expert-user to default.
14184
14185 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14186
14187 * nnimap.el (nnimap-open-server): Ditto.
14188
14189 * imap.el (imap-authenticate): Fix typo.
14190
14191 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14192
14193 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14194 buffer (since IMAP server might return FETCH response out of
14195 order, and the nntp buffer must be sorted).
14196
14197 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14198
14199 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14200 comparison on string.
14201
14202 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14203 (gnus-agent-score): Rename category keywords to match gnus-cus.
14204 (gnus-agent-summary-fetch-series): Modify to protect against
14205 gnus-agent-summary-fetch-group clearing processable flags.
14206 (gnus-agent-synchronize-group-flags): Update live group buffer as
14207 synchronization may occur due to the user toggle the plugged
14208 status.
14209 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14210 successfully downloaded.
14211 (gnus-agent-expire-group-1): Avoid using markers when the overview
14212 is in ascending order; greatly improves performance.
14213 (gnus-agent-regenerate-group):
14214 Use gnus-agent-synchronize-group-flags to reset read status in both
14215 gnus and server.
14216 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14217
14218 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14219
14220 * message.el: Don't autoload former message-utils variables.
14221 (message-strip-subject-trailing-was): Change doc string.
14222
14223 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14224 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14225 (nnweb-google-search): Add "hl=en" here.
14226 (nnweb-google-parse-1, nnweb-google-create-mapping):
14227 Don't hardcode URL.
14228
14229 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14230
14231 * message.el (message-get-reply-headers, message-followup):
14232 Mention related variables `message-use-followup-to' and
14233 `message-use-mail-followup-to', in the information buffer.
14234
14235 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14236 of broken groups(-beta).google.com.
14237
14238 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14239
14240 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14241 parameter to invoked gnus-request-move-article; remove the
14242 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14243 all at once instead of once per article.
14244 (gnus-summary-remove-process-mark): Accept a list of articles as
14245 well as a single article for processing.
14246
14247 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14248 parameter.
14249
14250 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14251
14252 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14253
14254 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14255 parameter.
14256
14257 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14258 parameter.
14259
14260 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14261 parameter and remove the gnus-sum-hint-move-is-internal variable.
14262
14263 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14264 parameter.
14265
14266 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14267 parameter.
14268
14269 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14270 parameter.
14271
14272 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14273
14274 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14275 parameter.
14276
14277 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14278 parameter.
14279
14280 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14283 a more conservative way.
14284
14285 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14288 buffer, so it moves the window's cursor.
14289
14290 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14291
14292 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14293 `mm-dissect-multipart' and receive the from field as an (optional)
14294 argument from `mm-dissect-multipart'.
14295 (mm-dissect-multipart): Receive the from field as an argument and
14296 pass it on when we call `mm-dissect-buffer' on MIME parts.
14297 Fixes verification/decryption of signed/encrypted MIME parts.
14298
14299 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14300
14301 * gnus-sum.el (gnus-summary-move-article):
14302 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14303 whatever it calls (right now, only nnimap-request-move article
14304 respects it).
14305
14306 * nnimap.el (nnimap-request-move-article):
14307 When gnus-sum-hint-move-is-internal is set, don't do the extra
14308 nnimap-request-article.
14309
14310 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14311
14312 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14313
14314 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14315 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14316
14317 * gnus-sum.el (gnus-summary-caesar-message):
14318 Apply `gnus-treat-article' after rotation.
14319
14320 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14321 doc string.
14322
14323 2005-02-22 Simon Josefsson <jas@extundo.com>
14324
14325 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14326 `password-cache-expiry' instead). Reported by Arne Jørgensen
14327 <arne@arnested.dk>.
14328 (encrypt): Add password-cache and password-cache-expiry as group
14329 members.
14330
14331 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14332
14333 * smime.el (smime-ldap-host-list): Doc fix.
14334 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14335 cache) password.
14336 (smime-sign-region): Use it.
14337 (smime-decrypt-region): Use it.
14338 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14339 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14340 fails.
14341 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14342 certificate from DER to PEM format rather than calling openssl.
14343
14344 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14345
14346 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14347 for signing/encryption.
14348
14349 * mml.el (mml-parse-1): Use them.
14350
14351 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14352
14353 * nnrss.el (nnrss-verbose): Remove.
14354 (nnrss-request-group): Use `nnheader-message' instead.
14355
14356 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14357
14358 * nnrss.el (nnrss-verbose): New variable.
14359 (nnrss-request-group): Make it say nnrss is requesting a group.
14360
14361 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14362
14363 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14364 Handle news URL with given port correctly.
14365
14366 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14367
14368 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14369 containing special characters.
14370
14371 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14372
14373 * mml.el (mime-to-mml): Ditto.
14374
14375 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14376 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14377 (rfc2047-decode-region): Quote decoded words containing special
14378 characters when rfc2047-quote-decoded-words-containing-tspecials
14379 is non-nil.
14380
14381 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14382
14383 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14384
14385 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14386
14387 2005-02-15 Simon Josefsson <jas@extundo.com>
14388
14389 * nnimap.el (nnimap-debug): Doc fix.
14390
14391 * imap.el (imap-debug): Doc fix.
14392
14393 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14394
14395 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14396
14397 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14398
14399 * gnus.el (spam-contents): Improve docs for spam-contents
14400 parameter in its variable incarnation.
14401
14402 2005-02-14 Simon Josefsson <jas@extundo.com>
14403
14404 * smime-ldap.el: Use require instead of load-library for ldap.
14405 (smime-ldap-search): Indent.
14406 (smime-ldap-search-internal): Shorten line.
14407
14408 * smime.el (smime-cert-by-dns): Add doc-string.
14409 (smime-cert-by-ldap-1): Indent.
14410
14411 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14412 mml-smime-get-dns-ldap.
14413 (mml-smime-encrypt-query): Use new function. Default to ldap.
14414
14415 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14416
14417 * smime.el: Require smime-ldap.
14418 (smime-ldap-host-list): New variable.
14419 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14420
14421 * mml-smime.el (mml-smime-encrypt-query): New function.
14422 (mml-smime-encrypt-query): Use it.
14423
14424 * smime-ldap.el: New file.
14425
14426 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14427
14428 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14429
14430 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14431
14432 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14433 argument in doc string. Make query for type more clear.
14434
14435 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14436
14437 * gnus.el (gnus-group-startup-message): Search for gnus images in
14438 etc/images/gnus.
14439 * mm-util.el (mm-image-load-path): Likewise.
14440 * smiley.el (smiley-data-directory): Search for smilies in
14441 etc/images/smilies.
14442
14443 2005-02-09 Kim F. Storm <storm@cua.dk>
14444
14445 Change Emacs release version from 21.4 to 22.1 throughout.
14446 Change Emacs development version from 21.3.50 to 22.0.50.
14447
14448 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14449
14450 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14451
14452 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14453 non-Mule XEmacs as well.
14454 (mm-decompress-buffer): Signal an error intentionally if it does
14455 not decompress compressed data because auto-compression-mode is
14456 disabled.
14457
14458 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14459
14460 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14461 an ID in the registry even if it has no groups.
14462
14463 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14464
14465 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14466 merge it into mm-decompress-buffer.
14467 (gnus-mime-copy-part): Use the MIME part charset, the value which
14468 a user specified or gnus-newsgroup-charset for decoding, like
14469 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14470 save-buffer what was used. Suggested by Kevin Ryde
14471 <user42@zip.com.au>.
14472 (gnus-mime-inline-part): Allow the name parameter as well as the
14473 filename parameter; force decompressing of compressed data; always
14474 display contents being not decoded as unibyte.
14475
14476 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14477 as well as the filename parameter.
14478
14479 * mm-util.el (mm-decompress-buffer):
14480 Merge gnus-mime-jka-compr-maybe-uncompress.
14481 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14482 of compressed data.
14483
14484 2005-02-08 Simon Josefsson <jas@extundo.com>
14485
14486 * imap.el (imap-log): Doc fix.
14487
14488 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14489
14490 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14491 the coding cookies; decompress compressed parts.
14492
14493 * mml.el (mml-generate-mime-1): Add the charset parameter according
14494 to the value which a user specified manually or the coding cookie.
14495
14496 * mm-util.el (mm-string-to-multibyte): New function.
14497 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14498 (mm-coding-system-to-mime-charset): New function.
14499 (mm-decompress-buffer): New function.
14500 (mm-find-buffer-file-coding-system): New function.
14501
14502 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14503 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14504 parts.
14505
14506 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14507
14508 * mm-view.el (mm-display-inline-fontify): Decode a part according
14509 to the charset parameter.
14510
14511 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14512
14513 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14514 prefix arg is neither nil nor a number, as info specifies.
14515
14516 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14517
14518 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14519 timestamps.
14520
14521 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14522
14523 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14524 groups error checking and notify user.
14525
14526 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14527
14528 * message.el (message-send-mail-function): Check existence of
14529 sendmail-program first before using default value
14530 `message-send-mail-with-sendmail'. Otherwise use more generic
14531 `smtpmail-send-it'.
14532
14533 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14534
14535 * nntp.el (nntp-request-update-info): Always return nil.
14536
14537 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14540
14541 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14542
14543 * message.el (message-beginning-of-line): Change the behavior when
14544 invoked between BOL and : so that it first moves backward.
14545
14546 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14547
14548 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14549 article buffer when editing of the article is discarded.
14550 (gnus-article-prepare): Revert.
14551
14552 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14553
14554 * gnus-art.el (gnus-article-prepare):
14555 Remove message-strip-forbidden-properties from the local hook.
14556
14557 2005-01-27 Simon Josefsson <jas@extundo.com>
14558
14559 * password.el (password-cache-add): Only start one timer per key.
14560 Reported by Derek Atkins <warlord@MIT.EDU>.
14561
14562 2005-01-26 Steve Youngs <steve@sxemacs.org>
14563
14564 * run-at-time.el: Remove. It is no longer needed as
14565 timer-funcs.el in the xemacs-base package has a working version of
14566 `run-at-time'.
14567
14568 * password.el: Require timer-funcs instead of run-at-time in
14569 XEmacs.
14570 Remove `password-run-at-time' macro.
14571 (password-cache-add): Use `run-at-time' instead of
14572 `password-run-at-time'.
14573
14574 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14575 for `run-with-idle-timer'.
14576
14577 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14578 for `run-at-time'.
14579
14580 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14581 for `with-timeout'.
14582
14583 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14584
14585 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14586 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14587
14588 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14589
14590 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14591 sensitively.
14592
14593 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14594
14595 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14596
14597 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14598
14599 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14600 which will be inserted according to the multibyteness of a buffer
14601 rather than the type of contents. Suggested by ARISAWA Akihiro
14602 <ari@mbf.ocn.ne.jp>.
14603
14604 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14605 of string which old xml.el may return rather than a string.
14606
14607 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14608
14609 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14610
14611 2005-01-16 Simon Josefsson <jas@extundo.com>
14612
14613 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14614 idn/idna.el isn't available.
14615 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14616 <michael@waxrat.com>.
14617
14618 * hashcash.el: Remove non-FSF copyright header.
14619
14620 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14621 (hashcash-generate-payment): Use it.
14622 (hashcash-generate-payment-async): Use it.
14623
14624 2005-01-15 Simon Josefsson <jas@extundo.com>
14625
14626 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14627 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14628
14629 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14630 gnus-summary-idna-message.
14631 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14632 (gnus-summary-idna-message): New function.
14633
14634 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14635
14636 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14637 gnus-novice-user.
14638
14639 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14640
14641 * nnrss.el (nnrss-request-delete-group): Delete entries in
14642 nnrss-group-alist as well.
14643 (nnrss-save-server-data): Insert newline.
14644
14645 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14646
14647 * gnus.el (gnus-user-agent): Use list of symbols instead of
14648 symbols. Display full version number for (S)XEmacs.
14649 Optionally display (S)XEmacs codename.
14650
14651 * gnus-util.el (gnus-emacs-version): Update for new
14652 `gnus-user-agent'.
14653
14654 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14655 Gnus version.
14656
14657 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14658
14659 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14660 which is unreadable in some setups.
14661
14662 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14663
14664 * gnus-spec.el (gnus-update-format-specifications): Flush the
14665 group format spec cache if it doesn't support decoded group names.
14666
14667 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14668
14669 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14670 Allow to apply decay on score files matching a regexp.
14671
14672 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14673
14674 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14675 compatibility in %g and %c.
14676
14677 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14678
14679 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14680 name for only %g and %c.
14681 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14682 of gnus-tmp-group to decoded group name.
14683 (gnus-group-make-rss-group): Exclude `/'s from group names.
14684
14685 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14686
14687 * nnrss.el (nnrss-get-encoding): Fix regexp.
14688
14689 2004-12-27 Simon Josefsson <jas@extundo.com>
14690
14691 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14692 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14693 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14694
14695 2004-12-17 Kim F. Storm <storm@cua.dk>
14696
14697 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14698
14699 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14700
14701 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14702
14703 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14704
14705 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14706
14707 * nnrss.el: Require rfc2047 and mml.
14708 (nnrss-file-coding-system): New variable.
14709 (nnrss-format-string): Redefine it as an inline function.
14710 (nnrss-decode-group-name): New function.
14711 (nnrss-string-as-multibyte): Remove.
14712 (nnrss-retrieve-headers): Decode group name; don't use
14713 nnrss-format-string.
14714 (nnrss-request-group): Decode group name.
14715 (nnrss-request-article): Decode group name; allow a Message-ID as
14716 well as an article number; don't use nnrss-format-string; encode a
14717 Message-ID string which may contain non-ASCII characters; use
14718 mml-to-mime to compose a MIME article.
14719 (nnrss-request-expire-articles): Decode group name.
14720 (nnrss-request-delete-group): Decode group name.
14721 (nnrss-fetch): Clarify error message.
14722 (nnrss-read-server-data): Use insert-file-contents instead of load;
14723 bind file-name-coding-system; use multibyte buffer.
14724 (nnrss-save-server-data): Bind coding-system-for-write to the
14725 value of nnrss-file-coding-system; bind file-name-coding-system;
14726 add coding cookie.
14727 (nnrss-read-group-data): Use insert-file-contents instead of load;
14728 bind file-name-coding-system; use multibyte buffer.
14729 (nnrss-save-group-data): Bind coding-system-for-write to the
14730 value of nnrss-file-coding-system; bind file-name-coding-system.
14731 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14732 make it work with non-ASCII text.
14733 (nnrss-find-el): Make it work with old xml.el as well.
14734
14735 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14736
14737 * nnrss.el (nnrss-get-encoding): New function.
14738 (nnrss-fetch): Use unibyte buffer initially; bind
14739 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14740 decode contents according to the encoding attribute.
14741 (nnrss-save-group-data): Add coding cookie.
14742 (nnrss-mime-encode-string): New function.
14743 (nnrss-check-group): Use it to encode subject and author.
14744
14745 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14746
14747 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14748 imaginary variable.
14749
14750 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14751
14752 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14753 correctly even if there are wide characters.
14754
14755 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14756
14757 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14758 downcased symbol names; make a new cache instead of reusing
14759 bbdb-hashtable.
14760
14761 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14762
14763 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14764 concatenating segments rather than before concatenating them.
14765 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14766
14767 * message.el (message-get-reply-headers): Bind `extra'.
14768
14769 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14770
14771 * message.el (message-extra-wide-headers): New variable.
14772 (message-get-reply-headers): Use it.
14773
14774 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14775
14776 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14777 (gnus-agent-group-pathname): Ditto.
14778
14779 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14780
14781 * gnus-group.el (gnus-group-make-group): Decode group name.
14782 (gnus-group-make-rss-group): Register the group data after opening
14783 the nnrss group.
14784
14785 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14786
14787 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14788 by expiry now get marked as read.
14789
14790 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14791
14792 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14793
14794 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14795
14796 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14797 unify Latin characters in XEmacs.
14798 (mm-find-mime-charset-region): Use it.
14799
14800 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14801
14802 * gnus-util.el (gnus-delete-directory): New function.
14803
14804 * gnus-agent.el (gnus-agent-delete-group): Use it.
14805
14806 * gnus-cache.el (gnus-cache-delete-group): Use it.
14807
14808 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14809
14810 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14811 names.
14812
14813 2004-12-16 Simon Josefsson <jas@extundo.com>
14814
14815 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14816
14817 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14818
14819 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14820
14821 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14822 (gnus-group-set-current-level): Decode group name.
14823
14824 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14825
14826 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14827 failed.
14828
14829 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14830
14831 * gnus-group.el (gnus-group-delete-group): Decode group name.
14832 (gnus-group-make-rss-group): Encode group name.
14833 (gnus-group-catchup-current): Decode group name.
14834 (gnus-group-kill-group): Decode group name.
14835
14836 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14839
14840 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14841
14842 * gnus-group.el (gnus-group-make-rss-group):
14843 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14844
14845 * gnus-start.el (gnus-setup-news): Honor user's setting to
14846 gnus-message-archive-method. Suggested by Lute Kamstra
14847 <lute@gnu.org>.
14848
14849 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14850
14851 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14852 global counterparts of the buffer-local variables.
14853
14854 2004-11-16 Romain Francoise <romain@orebokech.com>
14855
14856 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14857 counterparts of the buffer-local variables.
14858
14859 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14860
14861 * message.el (message-forbidden-properties): Fix typo in doc
14862 string.
14863
14864 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14865
14866 * gnus-util.el (gnus-replace-in-string): Add doc string.
14867
14868 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14869 to avoid problems when splitting mails with many recipients.
14870
14871 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14872
14873 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14874 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14875
14876 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14877
14878 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14879 if there is no hashtable in memory or file modification time is
14880 newer than cached timestamp.
14881
14882 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14883
14884 * gnus-sum.el (gnus-summary-limit-to-recipient):
14885 Implement not-matching option.
14886
14887 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14888
14889 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14890 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14891 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14892 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14893 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14894 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14895
14896 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14897
14898 * message.el (message-forward-make-body-mml): Remove headers
14899 according to message-forward-ignored-headers if a message is decoded.
14900
14901 2004-12-02 Romain Francoise <romain@orebokech.com>
14902
14903 * message.el (message-forward-make-body-plain): Always remove
14904 headers according to message-forward-ignored-headers.
14905
14906 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14907
14908 * spam.el (spam-summary-prepare-exit): Remove the
14909 gnus-summary-limit pop for now, it has problems with ham marks for
14910 me.
14911
14912 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14913
14914 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14915 correctly.
14916
14917 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14918
14919 * format-spec.el (format-spec): Message the char.
14920
14921 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14922
14923 * gnus-art.el (gnus-split-methods): Reformat comments.
14924
14925 * spam.el (spam-summary-prepare-exit): Remove article limits
14926 before exiting the summary buffer.
14927
14928 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14929
14930 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14931 order to silence the byte compiler.
14932
14933 * spam.el: Fix the way to silence the byte compiler, which
14934 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14935 bbdb-search-simple, spam-BBDB-register-routine,
14936 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14937 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14938 spam-stat-buffer-is-spam, spam-stat-load,
14939 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14940 spam-stat-save and spam-stat-split-fancy.
14941
14942 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14943
14944 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14945 which may confuse users.
14946 (canlock-password-for-verify): Ditto.
14947
14948 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14949
14950 * gnus-art.el (gnus-emphasis-alist): Ditto.
14951
14952 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14953
14954 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14955
14956 * gnus-start.el (gnus-save-killed-list): Ditto.
14957
14958 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14959 (gnus-sum-thread-tree-root): Ditto.
14960 (gnus-sum-thread-tree-false-root): Ditto.
14961 (gnus-sum-thread-tree-single-indent): Ditto.
14962
14963 * message.el (message-courtesy-message): Ditto.
14964 (message-archive-note): Ditto.
14965 (message-subscribed-address-file): Ditto.
14966 (message-user-fqdn): Ditto.
14967
14968 * spam-report.el (spam-report-gmane-regex): Ditto.
14969
14970 * spam.el (spam-blackhole-good-server-regex): Ditto.
14971
14972 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * mml.el (mml-preview): Widen the message buffer before copying
14975 the contents to the preview buffer; sort headers before previewing.
14976
14977 * message.el (message-hidden-headers): Fix the way to avoid a bug
14978 in the `repeat' widget in Emacs 21.3 or earlier.
14979
14980 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14981
14982 * message.el (message-hidden-headers): Default to "^References:".
14983 Improve customization type. Suggested by Reiner Steib
14984 <Reiner.Steib@gmx.de>.
14985
14986 2004-11-25 Romain Francoise <romain@orebokech.com>
14987
14988 * message.el (message-strip-forbidden-properties): Remove check for
14989 obsolete `message-hidden' text property, hidden headers are not
14990 accessible in the buffer anymore.
14991
14992 2004-11-22 Romain Francoise <romain@orebokech.com>
14993
14994 * message.el (message-header-format-alist): Add `From' in list
14995 so that it can be sorted.
14996 (message-fix-before-sending): Widen and sort headers before
14997 sending.
14998 (message-hide-headers): Use narrowing to hide headers by moving
14999 them to the top of the buffer and narrowing to the region
15000 underneath.
15001
15002 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15003
15004 * message.el (message-strip-forbidden-properties):
15005 Bind buffer-read-only (etc) to nil.
15006
15007 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15008
15009 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15010 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15011
15012 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15013
15014 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15015
15016 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15017
15018 * dns.el (query-dns): Use sit-for to time instead of
15019 accept-process-output, since that doesn't seem to work on udp
15020 sockets.
15021
15022 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15023
15024 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15025
15026 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15027
15028 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15029 doc string. Improve doc string.
15030
15031 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15032
15033 * nntp.el (nntp-request-update-info): Return nil if
15034 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15035 may not call gnus-activate-group which uselessly issues the GROUP
15036 commands for all nntp groups and wastes time. Reported by Romain
15037 Francoise <romain@orebokech.com>.
15038
15039 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15040
15041 2004-11-15 Simon Josefsson <jas@extundo.com>
15042
15043 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15044 headers separately.
15045 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15046 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15047
15048 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15049
15050 * gnus-start.el (gnus-convert-old-newsrc):
15051 Assign legacy-gnus-agent to 5.10.7.
15052
15053 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15054
15055 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15056 start of the lines.
15057
15058 2004-11-14 Magnus Henoch <mange@freemail.hu>
15059
15060 * hashcash.el (hashcash-default-payment): Change default to 20.
15061 (hashcash-default-accept-payment): Change default to 20.
15062 (hashcash-process-alist): New variable.
15063 (hashcash-generate-payment-async): Add.
15064 (hashcash-already-paid-p): Add.
15065 (hashcash-insert-payment): Don't generate payments twice.
15066 (hashcash-insert-payment-async): Add.
15067 (hashcash-insert-payment-async-2): Add.
15068 (hashcash-cancel-async): Add.
15069 (hashcash-wait-async): Add.
15070 (hashcash-processes-running-p): Add.
15071 (hashcash-wait-or-cancel): Add.
15072 (mail-add-payment): New optional argument. Conditionally start
15073 asynchronous calculation.
15074 (mail-add-payment-async): Add.
15075
15076 * message.el (message-send-mail): Wait for asynchronous hashcash
15077 results. Don't clobber existing X-Hashcash headers.
15078 (message-setup-1): Call mail-add-payment-async when
15079 message-generate-hashcash is non-nil.
15080
15081 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15082
15083 * message.el (message-use-alternative-email-as-from): Examine the
15084 From header as well; use message-make-from in order to include a
15085 user's full name.
15086
15087 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15088
15089 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15090 default; improve customization type.
15091 (gnus-emphasis-custom-with-format): New macro.
15092 (gnus-emphasis-custom-value-to-external): New function.
15093 (gnus-emphasis-custom-value-to-internal): New function.
15094
15095 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15096
15097 * dns.el (query-dns): Resolve reverse addresses.
15098
15099 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15100
15101 * gnus-group.el (gnus-group-get-new-news): Use it.
15102
15103 * gnus-start.el (gnus-check-reasonable-setup): New function.
15104
15105 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15106
15107 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15108 "Args out of range" error. Reported by Arnaud Giersch
15109 <arnaud.giersch@free.fr>.
15110
15111 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15112
15113 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15114
15115 2004-11-04 Richard M. Stallman <rms@gnu.org>
15116
15117 * spam.el (spam group): Add :version.
15118
15119 * pgg-def.el (pgg group): Add :version.
15120
15121 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15122
15123 * gnus-art.el (gnus-article-edit-article): Don't associate the
15124 article buffer with a draft file. This is a temporary measure
15125 against the 2004-08-22 change to gnus-article-edit-mode.
15126
15127 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15128
15129 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15130 (html2text-format-tags): Remove unused variable `attr'.
15131
15132 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15133
15134 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15135
15136 * spam-stat.el (spam-stat): Add :version.
15137
15138 * sieve.el (sieve): Add :version.
15139
15140 * sha1.el (sha1): Add :version.
15141 (sha1-use-external): Remove redundant version.
15142
15143 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15144 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15145 (nnmail-split-fancy-match-partial-words)
15146 (nnmail-split-lowercase-expanded): Add :version.
15147
15148 * nndiary.el (nndiary): Add :version.
15149
15150 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15151
15152 * mml-sec.el (mml-default-sign-method)
15153 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15154 Add :version.
15155
15156 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15157
15158 * mm-url.el (mm-url-use-external, mm-url-program)
15159 (mm-url-arguments): Add :version.
15160
15161 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15162 (mm-attachment-file-modes, mm-decrypt-option)
15163 (mm-w3m-safe-url-regexp): Add :version.
15164
15165 * message.el (message-cite-prefix-regexp)
15166 (message-sendmail-envelope-from, message-minibuffer-local-map)
15167 (message-user-fqdn, message-completion-alist): Add :version.
15168
15169 * gnus-win.el (gnus-configure-windows-hook)
15170 (gnus-use-frames-on-any-display): Add :version.
15171
15172 * gnus-art.el (gnus-article-address-banner-alist)
15173 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15174 (gnus-treat-from-picon, gnus-treat-mail-picon)
15175 (gnus-treat-x-pgp-sig): Add :version.
15176
15177 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15178 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15179 (gnus-summary-article-delete-hook)
15180 (gnus-summary-display-while-building): Add :version.
15181
15182 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15183 (gnus-get-top-new-news-hook): Add :version.
15184
15185 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15186 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15187
15188 * gnus-registry.el (gnus-registry): Add :version.
15189
15190 * gnus-spec.el (gnus-use-correct-string-widths)
15191 (gnus-make-format-preserve-properties): Add :version.
15192
15193 * gnus.el (gnus-group-charter-alist)
15194 (gnus-group-fetch-control-use-browse-url)
15195 (gnus-install-group-spam-parameters): Add :version.
15196
15197 * gnus-diary.el (gnus-diary): Add :version.
15198
15199 * gnus-delay.el (gnus-delay): Add :version.
15200
15201 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15202 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15203 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15204 Add :version.
15205
15206 * gnus-agent.el (gnus-agent-max-fetch-size)
15207 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15208 (gnus-agent-prompt-send-queue): Add :version.
15209
15210 * deuglify.el (gnus-outlook-deuglify): Add :version.
15211
15212 * html2text.el: Beautify code. Improve doc strings.
15213 Some checkdoc cleanup.
15214 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15215
15216 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15217
15218 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15219
15220 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15221
15222 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15223 when package is loaded.
15224
15225 * spam.el (spam-summary-score-preferred-header): Add global preference
15226 for people who want to override the default SpamAssassin over
15227 Bogofilter preference (when both are set).
15228 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15229 (spam-user-format-function-S):
15230 Check spam-summary-score-preferred-header.
15231 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15232 (spam-user-format-function-S): Format the score correctly.
15233
15234 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15235
15236 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15237 signature file. Suggested by Manoj Srivastava
15238 <srivasta@golden-gryphon.com>.
15239
15240 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15241 iso-2022-jp even in the Japanese language environment.
15242 Suggested by Jason Rumney <jasonr@gnu.org>.
15243
15244 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15245
15246 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15247 use the same characters as the dummy marks; make it free from
15248 getting affected by the language environment.
15249 (gnus-summary-read-group-1): Update mark positions only when the
15250 format spec is updated.
15251
15252 * gnus-spec.el (gnus-update-format-specifications): Return a list
15253 of updated types.
15254
15255 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15256
15257 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15258 of boundp to check if display-warning is available.
15259
15260 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15261
15262 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15263
15264 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15265
15266 * nnspool.el (nnspool-spool-directory): Use news-path if the
15267 news-directory variable is not bound.
15268
15269 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15270 function instead of display-warning if it is not available.
15271
15272 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15273
15274 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15275 v5-10: Use `point-at-bol'.
15276
15277 2004-10-26 Simon Josefsson <jas@extundo.com>
15278
15279 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15280 <chenggao@gmail.com>.
15281
15282 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15283
15284 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15285 instead.
15286
15287 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15288
15289 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15290 to remove a server from the nnimap-server-buffer-alist.
15291 (nnimap-open-connection, nnimap-close-server): Use it.
15292
15293 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15294
15295 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15296
15297 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15298 running the major-mode function.
15299
15300 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15301
15302 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15303 dummy marks in the right way.
15304
15305 2004-10-18 David Edmondson <dme@dme.org>
15306
15307 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15308 excessively.
15309
15310 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15311
15312 * gnus-util.el (gnus-split-references): Accept a nil references
15313 string and go on blissfully.
15314
15315 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15316 cases where the references string is non-nil but has no references.
15317
15318 * encrypt.el: Add autoload tags.
15319
15320 * spam.el (spam-resolve-registrations-routine): Remove article
15321 from unregistration list too. Reported by David Hanak
15322 <dhanak@isis.vanderbilt.edu>
15323
15324 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15325
15326 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15327 nil. Change custom type.
15328
15329 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15330
15331 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15332
15333 * gnus-sum.el (gnus-summary-move-article): Use it.
15334
15335 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15336
15337 * encrypt.el: Add autoload cookies.
15338
15339 * spam.el (spam-backend-article-list-property)
15340 (spam-backend-get-article-todo-list)
15341 (spam-backend-put-article-todo-list)
15342 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15343 Resolve registrations separately.
15344 (spam-register-routine): Format comments.
15345 (spam-unregister-routine, spam-register-routine): Always call with
15346 specific-articles, no default list.
15347 (spam-summary-prepare-exit): Use the spam-classifications function.
15348
15349 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15350 gnus-encrypt.el.
15351
15352 * encrypt.el: Copied from gnus-encrypt.el.
15353
15354 * gnus-encrypt.el: Commented that it's obsolete.
15355
15356 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15357
15358 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15359 (gnus-score-save): Use it.
15360
15361 * message.el (message-bury): Use `window-dedicated-p'.
15362
15363 2004-10-15 Simon Josefsson <jas@extundo.com>
15364
15365 * pop3.el (top-level): Don't require nnheader.
15366 (pop3-read-timeout): Add.
15367 (pop3-accept-process-output): Add.
15368 (pop3-read-response, pop3-retr): Use it.
15369
15370 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15371
15372 * spam.el (spam-register-routine): Move comment.
15373 (spam-verify-bogofilter): Use 'unknown for the initial
15374 spam-bogofilter-valid state, not 'never.
15375
15376 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15377 for netrc-machine.
15378
15379 * nnimap.el (nnimap-open-connection):
15380 Use netrc-machine-user-or-password.
15381
15382 2004-10-17 Richard M. Stallman <rms@gnu.org>
15383
15384 * gnus-registry.el (gnus-registry-unload-hook):
15385 Set as a variable with add-hook.
15386
15387 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15388 of news-path.
15389
15390 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15391
15392 * spam.el: Delete duplicate `provide'.
15393 (spam-unload-hook): Set as a variable with add-hook.
15394
15395 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15396
15397 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15398 in the doc string.
15399
15400 * message.el (message-ignored-news-headers)
15401 (message-ignored-supersedes-headers)
15402 (message-ignored-resent-headers)
15403 (message-forward-ignored-headers): Improve custom type.
15404
15405 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15406
15407 * message.el (message-tokenize-header): Fix 2004-09-06 change
15408 which used point-min in the wrong place.
15409
15410 2004-10-12 Simon Josefsson <jas@extundo.com>
15411
15412 * tls.el (tls-certtool-program): New variable.
15413 (tls-certificate-information): New function, based on
15414 ssl-certificate-information.
15415
15416 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15417
15418 * compface.el: Move the version of ELisp-based uncompface program
15419 to the contrib directory because of the copyright problem.
15420
15421 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15422
15423 * message.el (message-kill-buffer): Raise the current frame.
15424
15425 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15426
15427 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15428
15429 * gnus.el (message-y-or-n-p): Autoload.
15430
15431 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15432 (pop3-password-required, pop3-authentication-scheme)
15433 (pop3-leave-mail-on-server): Make customizable.
15434 (pop3): New custom group.
15435 (pop3-retr): Remove `sleep-for' statements.
15436 Suggested by Dave Love <fx@gnu.org>.
15437
15438 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15439 Windows/DOS.
15440
15441 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15442 (imap-parse-body): Fix incorrect use of `assert'.
15443 Suggested by Dave Love <fx@gnu.org>.
15444
15445 * mml.el (mml-minibuffer-read-disposition): Require match.
15446 Suggested by Dave Love <fx@gnu.org>.
15447
15448 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15449
15450 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15451 doc string.
15452
15453 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15454
15455 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15456
15457 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15458
15459 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15460 instead of calling `mm-insert-inline', to decode text/* parts
15461 before displaying them.
15462
15463 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15464
15465 * mm-uu.el (mm-uu-text-plain-type): New variable.
15466 (mm-uu-pgp-signed-extract-1): Use it.
15467 (mm-uu-pgp-encrypted-extract-1): Use it.
15468 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15469 bind mm-uu-text-plain-type with that value.
15470 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15471 mm-uu-dissect.
15472
15473 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15474
15475 * gnus-group.el (gnus-update-group-mark-positions):
15476 * gnus-sum.el (gnus-update-summary-mark-positions):
15477 * message.el (message-check-news-body-syntax):
15478 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15479 of string-as-multibyte.
15480
15481 2004-10-05 Juri Linkov <juri@jurta.org>
15482
15483 * gnus-group.el (gnus-update-group-mark-positions):
15484 * gnus-sum.el (gnus-update-summary-mark-positions):
15485 * message.el (message-check-news-body-syntax):
15486 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15487 8-bit unibyte values to a multibyte string for search functions.
15488
15489 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15490
15491 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15492 (mm-uu-dissect-text-parts): New function.
15493
15494 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15495 dissect text parts.
15496
15497 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15498 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15499
15500 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15501
15502 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15503 Use gnus-current-topics instead of gnus-current-topic.
15504
15505 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15506
15507 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15508
15509 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15510
15511 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15512 where approriate.
15513
15514 * nnml.el (nnml-generate-active-info): do.
15515
15516 * nndiary.el (nndiary-generate-active-info): do.
15517
15518 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15519 (gnus-topic-move): do.
15520
15521 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15522 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15523
15524 * gnus-srvr.el (gnus-server-prepare)
15525 (gnus-server-open-all-servers): do.
15526
15527 * gnus-msg.el (gnus-summary-cancel-article)
15528 (gnus-summary-resend-message)
15529 (gnus-summary-mail-crosspost-complaint): do.
15530
15531 * gnus-move.el (gnus-change-server): do.
15532
15533 * gnus-group.el (gnus-group-unmark-all-groups)
15534 (gnus-group-set-current-level): do.
15535
15536 2004-10-04 Simon Josefsson <jas@extundo.com>
15537
15538 * message.el (message-generate-hashcash): Doc fix.
15539
15540 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15541
15542 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15543 avoid infinite recursion via gnus-get-function.
15544
15545 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15546
15547 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15548
15549 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15550
15551 * nnmail.el (nnmail-split-history): do.
15552
15553 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15554 (nnml-request-delete-group): do.
15555
15556 * nnslashdot.el (nnslashdot-read-groups): do.
15557
15558 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15559 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15560
15561 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15562 (nnspool-sift-nov-with-sed): Use last.
15563 (nnspool-retrieve-headers-with-nov): Use mapc.
15564 (nnspool-request-newgroups): Use dolist.
15565 (nnspool-request-group): Use last.
15566
15567 * nntp.el (nntp-read-server-type): Use dolist.
15568
15569 * nnvirtual.el (nnvirtual-create-mapping)
15570 (nnvirtual-update-read-and-marked): Use dolist.
15571 (nnvirtual-convert-headers): Simplify.
15572
15573 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15574
15575 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15576 Add support for sync'ing tick marks.
15577
15578 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15579
15580 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15581 there's no visible header.
15582
15583 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15584
15585 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15586 When necessary, pass full group name to gnus-request-set-marks.
15587
15588 2004-10-01 Simon Josefsson <jas@extundo.com>
15589
15590 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15591 acroread.
15592
15593 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15594
15595 * spam-report.el (spam-report-gmane): Fix interactive.
15596
15597 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15598
15599 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15600 when writing file.
15601 (gnus-agent-synchronize-flags): Don't default to being
15602 interactive.
15603
15604 2004-09-30 Simon Josefsson <jas@extundo.com>
15605
15606 * message.el (message-generate-hashcash): Add.
15607 (message-send-mail): Use it, call mail-add-payment.
15608
15609 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15610
15611 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15612
15613 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15614
15615 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15616 gnus-requst-update-info with explicit code to sync the in-memory
15617 info read flags with the marks being sync'd to the backend.
15618
15619 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15620
15621 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15622
15623 * spam.el (spam-verify-bogofilter): Add new function.
15624 (spam-check-bogofilter)
15625 (spam-bogofilter-register-with-bogofilter): Use it.
15626 (spam-verify-bogofilter): Add small fixes.
15627
15628 2004-09-28 Simon Josefsson <jas@extundo.com>
15629
15630 * hashcash.el (hashcash-generate-payment): Revert.
15631
15632 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15633
15634 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15635 Use gnus-extract-references instead of gnus-split-references.
15636
15637 * gnus-util.el (gnus-extract-references): Add new function, analogous
15638 to gnus-split-references but extracts only the message-ID without
15639 anything extra.
15640
15641 * hashcash.el (hashcash-generate-payment)
15642 (hashcash-check-payment): Do the right thing if hashcash-path is
15643 nil (because the hashcash program could not be found).
15644
15645 * spam.el (spam-use-hashcash): Remove comment.
15646
15647 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15648
15649 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15650 (gnus-cache-enter-article, gnus-cache-remove-article)
15651 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15652
15653 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15654
15655 * gnus-art.el (article-hide-boring-headers)
15656 (article-translate-strings, article-display-face)
15657 (gnus-article-mime-match-handle-first)
15658 (gnus-article-highlight-headers)
15659 (gnus-article-add-buttons-to-head): do.
15660
15661 2004-09-27 Simon Josefsson <jas@extundo.com>
15662
15663 * hashcash.el: New version, from
15664 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15665 ../contrib/.
15666
15667 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15668
15669 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15670
15671 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15672
15673 * gnus-dup.el (gnus-dup-open): Use mapc.
15674 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15675
15676 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15677 Reported by Stefan Wiens <s.wi@gmx.net>.
15678
15679 * gnus.el (gnus-shutdown): Use dolist.
15680
15681 * gnus-undo.el (gnus-undo): Use mapc.
15682
15683 * nnrss.el (nnrss-generate-active): do.
15684
15685 * message.el (message-cite-original-without-signature)
15686 (message-cite-original): Use mapc.
15687 (message-do-actions, message-make-forward-subject): Use dolist.
15688
15689 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15690
15691 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15692 deletion to remove entire duplicate line. Fixes merged article
15693 number bug.
15694
15695 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15696
15697 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15698 servers that are offline. Avoids having gnus-agent-toggle-plugged
15699 first ask if you want to open a server and then, even when you
15700 responded with no, asking if you want to synchronize the server's
15701 flags.
15702 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15703 multi-line expressions.
15704 (gnus-agent-synchronize-group-flags): New internal function.
15705 Updates marks in memory (in the info structure) AND in the
15706 backend.
15707
15708 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15709
15710 * nnagent.el (nnagent-request-set-mark):
15711 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15712 method, to ensure that synchronization updates marks in the
15713 backend and in the info (in memory) structure.
15714
15715 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15716
15717 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15718 convention fully; don't miss the root article of a thread; make
15719 the X-Draft-From header with correct article numbers.
15720
15721 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15722
15723 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15724 unless plugged. Disable the agent so that an open failure causes
15725 an error.
15726
15727 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15728 Revert 2004-09-21 change. The backend must be opened while
15729 synchronizing flags even when the backend stores the flags
15730 locally.
15731
15732 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15733
15734 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15735 in `header' match. Reported by Svend Tollak Munkejord.
15736
15737 * message.el (message-cite-original): Fix use of
15738 `message-cite-articles-with-x-no-archive'.
15739
15740 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15741
15742 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15743 (gnus-window-to-buffer): Ditto.
15744
15745 * mml.el (mml-preview-buffer): New variable.
15746 (mml-preview): Manage window layout with gnus-buffer-configuration.
15747
15748 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15749 X-Draft-From header even if those articles aren't quoted.
15750
15751 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15752
15753 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15754 (gnus-request-set-mark, gnus-request-update-mark): Use new
15755 g-s-t-u-l-m to decide to use backend even when unplugged.
15756
15757 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15758
15759 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15760 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15761
15762 2004-09-20 Simon Josefsson <jas@extundo.com>
15763
15764 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15765 "utf-16-le".
15766
15767 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15768
15769 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15770
15771 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15772
15773 * uudecode.el (uudecode-use-external): Add :version.
15774
15775 * smime.el (smime-CA-file, smime-encrypt-cipher)
15776 (smime-dns-server): Add :version.
15777
15778 * smiley.el (gnus-smiley-file-types): Add :version.
15779
15780 * sha1.el (sha1-use-external): Add :version.
15781
15782 * pgg-def.el (pgg-query-keyserver): Add :version.
15783
15784 * nnmail.el (nnmail-fancy-expiry-targets)
15785 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15786 Add :version.
15787
15788 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15789 (nnimap-retrieve-groups-asynchronous): Add :version.
15790 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15791
15792 * mml.el (mml-content-disposition-parameters)
15793 (mml-insert-mime-headers-always): Add :version.
15794
15795 * mm-util.el (mm-coding-system-priorities): Add :version.
15796
15797 * mm-decode.el (mm-inline-text-html-with-images)
15798 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15799 (mm-verify-option): Add :version.
15800 (mm-text-html-renderer): Change :version.
15801
15802 * message.el (message-fcc-externalize-attachments)
15803 (message-required-headers, message-draft-headers)
15804 (message-subject-trailing-was-query)
15805 (message-subject-trailing-was-ask-regexp)
15806 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15807 (message-mark-insert-end, message-archive-header)
15808 (message-archive-note, message-cross-post-default)
15809 (message-cross-post-note, message-followup-to-note)
15810 (message-cross-post-note-function, message-use-mail-followup-to)
15811 (message-subscribed-address-functions)
15812 (message-subscribed-address-file, message-subscribed-addresses)
15813 (message-subscribed-regexps, message-allow-no-recipients)
15814 (message-yank-cited-prefix, message-signature-insert-empty-line)
15815 (message-hidden-headers, message-hierarchical-addresses)
15816 (message-mail-user-agent, message-use-idna)
15817 (message-valid-fqdn-regexp)
15818 (message-strip-special-text-properties, message-header-synonyms)
15819 (message-beginning-of-line, message-tab-body-function): Add :version.
15820 (message-insert-canlock, message-wide-reply-confirm-recipients):
15821 Change :version.
15822
15823 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15824 and :version.
15825 (mail-source-delete-old-incoming-confirm)
15826 (mail-source-movemail-program): Add :version.
15827
15828 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15829 (gnus-agent-cache, gnus-agent): Change :version.
15830
15831 * gnus-util.el (gnus-use-byte-compile): Change :version.
15832
15833 * gnus-sum.el (gnus-summary-make-false-root-always)
15834 (gnus-summary-default-high-score)
15835 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15836 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15837 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15838 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15839 (gnus-sum-thread-tree-single-indent)
15840 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15841 (gnus-sum-thread-tree-leaf-with-other)
15842 (gnus-sum-thread-tree-single-leaf): Add :version.
15843 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15844 (gnus-article-loose-mime): Change :version.
15845
15846 * gnus-start.el (gnus-backup-startup-file)
15847 (gnus-save-startup-file-via-temp-buffer): Add :version.
15848
15849 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15850 (gnus-server-offline-face): Add :version.
15851
15852 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15853
15854 * gnus-msg.el (gnus-gcc-externalize-attachments)
15855 (gnus-debug-files, gnus-debug-exclude-variables)
15856 (gnus-discouraged-post-methods): Change :version.
15857 (gnus-confirm-mail-reply-to-news)
15858 (gnus-confirm-treat-mail-like-news): Add :version.
15859
15860 * gnus-int.el (gnus-server-unopen-status): Add :version.
15861
15862 * gnus-group.el (gnus-group-jump-to-group-prompt)
15863 (gnus-large-ephemeral-newsgroup)
15864 (gnus-fetch-old-ephemeral-headers): Add :version.
15865
15866 * gnus-fun.el (gnus-x-face-directory)
15867 (gnus-convert-pbm-to-x-face-command)
15868 (gnus-convert-image-to-x-face-command)
15869 (gnus-convert-image-to-face-command): Add :version.
15870
15871 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15872
15873 * gnus-cite.el (gnus-cite-blank-line-after-header)
15874 (gnus-article-boring-faces): Add :version.
15875
15876 * gnus-art.el (gnus-buttonized-mime-types)
15877 (gnus-inhibit-mime-unbuttonizing)
15878 (gnus-treat-display-face)
15879 (gnus-treat-body-boundary): Change :version.
15880 (gnus-body-boundary-delimiter, gnus-picon-databases)
15881 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15882 (gnus-treat-date-english, gnus-treat-fold-headers)
15883 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15884 (gnus-treat-mail-picon, gnus-treat-wash-html)
15885 (gnus-article-encrypt-protocol)
15886 (gnus-use-idna, gnus-article-over-scroll)
15887 (gnus-mime-display-multipart-alternative-as-mixed)
15888 (gnus-mime-display-multipart-related-as-mixed)
15889 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15890 (gnus-ctan-url, gnus-button-ctan-handler)
15891 (gnus-button-handle-ctan-bogus-regexp)
15892 (gnus-button-ctan-directory-regexp)
15893 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15894 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15895 (gnus-button-man-level, gnus-button-emacs-level)
15896 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15897
15898 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15899 (gnus-agent-go-online): Change :version.
15900 (gnus-agent-expire-unagentized-dirs)
15901 (gnus-agent-auto-agentize-methods): Add :version.
15902
15903 * flow-fill.el (fill-flowed-display-column)
15904 (fill-flowed-encode-column): Add :version.
15905
15906 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15907 (gnus-outlook-deuglify-unwrap-max)
15908 (gnus-outlook-deuglify-cite-marks)
15909 (gnus-outlook-deuglify-unwrap-stop-chars)
15910 (gnus-outlook-deuglify-no-wrap-chars)
15911 (gnus-outlook-deuglify-attrib-cut-regexp)
15912 (gnus-outlook-deuglify-attrib-verb-regexp)
15913 (gnus-outlook-deuglify-attrib-end-regexp)
15914 (gnus-outlook-display-hook): Add :version.
15915
15916 * binhex.el (binhex-use-external): Add :version.
15917
15918 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15921 and `invisible'.
15922
15923 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15924
15925 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15926 in gnus-registry-trim.
15927
15928 2004-09-13 Simon Josefsson <jas@extundo.com>
15929
15930 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15931
15932 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15933
15934 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15935 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15936 <yamaoka@jpl.org>.
15937 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15938 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15939 <yamaoka@jpl.org>.
15940
15941 * sieve.el (sieve-manage-mode): Ditto.
15942
15943 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15944
15945 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15946
15947 2004-09-11 Simon Josefsson <jas@extundo.com>
15948
15949 * dns-mode.el: Add.
15950
15951 * mm-view.el (mm-display-dns-inline): Add.
15952
15953 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15954 (mm-automatic-display): Ditto.
15955
15956 * mailcap.el (mailcap-mime-data): Add text/dns.
15957 (mailcap-mime-extensions): Map .soa to text/dns.
15958
15959 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15960
15961 * gnus-art.el (article-decode-mime-words, article-babel)
15962 (gnus-article-highlight-signature, gnus-article-add-buttons)
15963 (gnus-signature-toggle): Remove unnecessary bindings of
15964 `inhibit-read-only' inherited from v5.10 merge.
15965
15966 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15967
15968 * nntp.el (nntp): New customization group.
15969 (nntp-authinfo-file): Add customization group.
15970
15971 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15972
15973 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15974
15975 * gnus.el (to-address, to-list, subscribed)
15976 (large-newsgroup-initial): Ditto.
15977
15978 * flow-fill.el (fill-flowed-display-column)
15979 (fill-flowed-encode-column): Ditto.
15980
15981 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15984 Use point-min rather than 1.
15985 (message-send-mail): Use buffer-size rather than point-max.
15986
15987 * gnus-sum.el (gnus-summary-search-article-forward):
15988 Signal a specific `search-failed' rather than a generic `error'.
15989
15990 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15991 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15992 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15993
15994 2004-09-10 Simon Josefsson <jas@extundo.com>
15995
15996 * nndb.el (require): Remove tcp and duplicate cl.
15997
15998 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15999
16000 * gnus-agent.el (directory-files-and-attributes): Move forward.
16001
16002 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16003
16004 * gnus-agent.el (directory-files-and-attributes):
16005 Optionally defined to support XEmacs.
16006
16007 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16008
16009 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16010 to avoid run-time CL dependencies.
16011 (gnus-agent-unfetch-articles): New function.
16012 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16013 article numbers even when local .overview file is missing.
16014 (gnus-agent-read-article-number): New function. Only accepts
16015 27-bit article numbers.
16016 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16017 Use gnus-agent-read-article-number.
16018 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16019 from backend while recognizing that article numbers in .overview
16020 must be valid.
16021 (gnus-agent-update-files-total-fetched-for):
16022 Use directory-files-and-attributes to improve performance.
16023 * gnus-int.el (gnus-request-move-article):
16024 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16025 improve performance.
16026
16027 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16028 some users confused by references to .newsrc when they only have a
16029 .newsrc.eld file.
16030 (gnus-convert-mark-converter-prompt)
16031 (gnus-convert-converter-needs-prompt): Fix use of property list.
16032 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16033 New function. Used internally to only display 'gnus converting
16034 files' message when actually necessary.
16035
16036 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16037 methods now autoloaded.
16038
16039 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16040
16041 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16042 identifiers.
16043
16044 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16045
16046 * gnus-picon.el: Fix indentation and closing parenthesis.
16047
16048 2004-09-01 Simon Josefsson <jas@extundo.com>
16049
16050 * message.el (message-canlock-generate): Require sha1, not
16051 sha1-el. (Can we get rid of this require altogether? It is ugly
16052 to require within a function. Sadly, if sha1.el isn't loaded, the
16053 let binding in m-c-g will hide the defcustom definition, which is
16054 bad.)
16055
16056 * canlock.el: Require sha1, not sha1-el.
16057
16058 * message.el: Don't autoload sha1 (there is a autoload cookie in
16059 sha1.el).
16060
16061 * sha1-el.el: Rename to sha1.el.
16062
16063 2004-08-30 Juanma Barranquero <lektu@terra.es>
16064
16065 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16066
16067 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16070
16071 2004-08-30 Kim F. Storm <storm@cua.dk>
16072
16073 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16074
16075 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16076 Add :group 'nnimap.
16077
16078 2004-08-30 Andreas Schwab <schwab@suse.de>
16079
16080 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16081 ?* and ?\;.
16082
16083 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16084 and ?\' to symbol instead of whitespace.
16085
16086 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16087
16088 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16089
16090 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16091 instead of re-search-forward.
16092
16093 * gnus-uu.el (gnus-uu-save-article): Ditto.
16094 (gnus-uu-post-encode-uuencode): Ditto.
16095
16096 * html2text.el (html2text-clean-list-items): Ditto.
16097 (html2text-clean-dtdd): Ditto.
16098 (html2text-format-tags): Ditto.
16099
16100 * message.el (message-send-mail-with-sendmail): Fix regexp.
16101 (message-fill-field-general): Use search-forward instead of
16102 re-search-forward.
16103 (unbold-region): Ditto.
16104
16105 * nnrss.el (nnrss-request-article): Ditto.
16106
16107 * nnslashdot.el (nnslashdot-request-article): Ditto.
16108
16109 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16110
16111 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16112 "Unrecognized menu descriptor" error in XEmacs.
16113
16114 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16115
16116 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16117 parent article of a sparse article in the thread hashtb.
16118
16119 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16120
16121 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16122 (nnmail-expand-newtext): Lowercase expanded entries if
16123 nnmail-split-lowercase-expanded is non-nil.
16124
16125 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16126
16127 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16128
16129 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16130 of gnus-tmp-news-method into string under XEmacs. It will be
16131 passed to gnus-correct-length which takes only a string argument.
16132
16133 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16134
16135 * gnus-util.el (gnus-bind-print-variables): New macro.
16136 (gnus-prin1): Use it.
16137 (gnus-prin1-to-string): Use it.
16138 (gnus-pp): New function.
16139 (gnus-pp-to-string): New function.
16140
16141 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16142 Replace pp-to-string with gnus-pp-to-string.
16143 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16144 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16145 * gnus-msg.el (gnus-debug): Ditto.
16146 * gnus-score.el (gnus-score-save): Ditto.
16147 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16148 gnus-pp-to-string.
16149 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16150 with gnus-pp.
16151 * score-mode.el (gnus-score-pretty-print): Ditto.
16152 * webmail.el (webmail-debug): Ditto.
16153
16154 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16155
16156 * gnus-art.el (article-display-face, article-display-x-face):
16157 Use buffer-read-only.
16158
16159 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * gnus-art.el (article-hide-list-identifiers):
16162 Bind inhibit-read-only as t.
16163
16164 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16165
16166 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16167
16168 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16171 (gnus-narrow-to-page): Don't assume point-min == 1.
16172 (gnus-article-edit-mode): Derive from message-mode.
16173
16174 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16175 point-min == 1.
16176
16177 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16178 Disable incorrect use of `assert'.
16179
16180 * message.el (message-mode): Set comment-start-skip.
16181
16182 2004-08-22 Sam Steingold <sds@gnu.org>
16183
16184 * pop3.el (pop3-leave-mail-on-server): New user variable.
16185 (pop3-movemail): Delete mail only when it is nil.
16186
16187 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16188
16189 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16190
16191 * mml.el (mml-preview): Use `pop-to-buffer'.
16192
16193 * message.el (message-goto-mail-followup-to): Insert after "To".
16194 (message-carefully-insert-headers): Add comment.
16195
16196 * gnus.el: Remove unused variable `gnus-article-check-size'.
16197
16198 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16199
16200 * gnus-art.el (gnus-button-alist):
16201 Improve `gnus-button-handle-library' entry.
16202
16203 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16204
16205 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16206 Use downcase, since XEmacs capitalizes error messages differently.
16207
16208 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16209
16210 * nntp.el: Add (require 'gnus) due to reference to
16211 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16212
16213 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16214
16215 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16216 Bind `mm-fill-flowed'.
16217
16218 * mm-decode.el (mm-dissect-singlepart): Check it.
16219
16220 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16221
16222 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16223 'imap' for netrc parsing.
16224
16225 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16226
16227 * mailcap.el (mailcap-mime-data): Mark as risky.
16228
16229 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16230
16231 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16232 may be included in the encoded word.
16233 (rfc2047-encode): Don't append a space if the encoded word
16234 includes close parenthesis.
16235
16236 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16237
16238 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16239 of text within parentheses.
16240
16241 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16242
16243 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16244 (gnus-encrypt-write-file-contents): Make the password key the file
16245 name PLUS the cipher, not just the cipher. Also remove failed
16246 passwords from the cache.
16247
16248 2004-08-06 Simon Josefsson <jas@extundo.com>
16249
16250 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16251 Doc fix.
16252
16253 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16254
16255 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16256 LWSP.
16257
16258 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16259
16260 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16261 Try to append in-reply-to: data to the references: header.
16262
16263 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16264 (netrc-parse): Use gnus-encrypt.el functions.
16265
16266 * gnus-encrypt.el: Add new file for encryption support; currently
16267 does only a few GPG ciphers and an internal XOR cipher.
16268
16269 * password.el: Add comments on using password-read-and-add.
16270 (password-read-and-add): Add function to read and add the
16271 password to the cache at once.
16272
16273 2004-07-28 Simon Josefsson <jas@extundo.com>
16274
16275 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16276 parameter (but don't use it, for now).
16277
16278 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16279 instead of hard coding to nil.
16280
16281 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16282
16283 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16284 as mm-inline-image-xemacs does.
16285
16286 2004-07-26 Simon Josefsson <jas@extundo.com>
16287
16288 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16289 Revert part of 2004-07-17 change below.
16290
16291 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16292
16293 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16294 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16295
16296 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16297
16298 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16299 quotes that actually start with ">" at the beginning of the
16300 lines.
16301
16302 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16303
16304 * rfc2047.el (rfc2047-encode-region): Fix last change.
16305 (rfc2047-encode-parameter): Remove useless concat.
16306
16307 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16308
16309 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16310 encode special characters; fix some kind of misconfigured headers;
16311 signal a real error if debug-on-quit or debug-on-error is non-nil.
16312 (rfc2047-encode-max-chars): New variable.
16313 (rfc2047-encode-1): Use it.
16314 (rfc2047-encode-parameter): New function.
16315
16316 * mml.el (mml-insert-parameter): Remove an excessive space.
16317
16318 2004-07-17 Simon Josefsson <jas@extundo.com>
16319
16320 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16321 Kai Grossjohann <kai@emptydomain.de>.
16322 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16323 (gnus-group-make-menu-bar): Ditto.
16324
16325 * gnus-util.el (gnus-group-server): Add.
16326
16327 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16328
16329 * message.el (message-clone-locals): Clone sendmail and smtp
16330 variables.
16331
16332 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16333
16334 * rfc2047.el (rfc2047-encode-region): Fix last change.
16335
16336 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16337
16338 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16339 characters as non-special.
16340
16341 2004-07-09 Simon Josefsson <jas@extundo.com>
16342
16343 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16344 Users will lose all flag changes made while unplugged with
16345 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16346 good default. See numerous reports on ding mailing list.
16347
16348 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16349
16350 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16351 add generate-head-function and generate-article-function to the
16352 rfc822-forward entry.
16353 (nndoc-rfc822-forward-generate-article): New function.
16354 (nndoc-rfc822-forward-generate-head): New function.
16355
16356 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16357
16358 2004-07-06 Dan Christensen <jdc@uwo.ca>
16359
16360 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16361 respect display group parameter and gnus-summary-expunge-below.
16362 (gnus-articles-to-read): Remove unused reference to display group
16363 parameter.
16364
16365 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
16367 * nnheader.el (nnheader-uniquify-message-id): New experimental
16368 variable.
16369 (nnheader-nov-read-message-id): Use it.
16370
16371 * spam-report.el (spam-report-gmane): Add interactive.
16372
16373 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16374
16375 * mm-encode.el (mm-content-transfer-encoding-defaults):
16376 Use qp-or-base64 for the application/* types.
16377
16378 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16379
16380 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16381
16382 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16383
16384 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16385 trim value.
16386
16387 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16388
16389 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16390 New macro and function.
16391 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16392
16393 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16394
16395 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16396 after-load-alist.
16397
16398 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16399
16400 * gnus-group.el (gnus-group-get-new-news-this-group):
16401 Don't update info that isn't there.
16402
16403 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16404
16405 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16406 entry.
16407
16408 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16409
16410 * mm-view.el (mm-inline-render-with-function): Use multibyte
16411 buffer; decode html source by charset.
16412
16413 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16414
16415 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16416 Mule-UCS is loaded under XEmacs.
16417 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16418
16419 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16420
16421 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16422
16423 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16424
16425 * mm-util.el (mm-coding-system-p): Return a coding-system.
16426 (mm-mime-mule-charset-alist): Use shift_jis instead of
16427 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16428 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16429 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16430 instead of japanese-shift-jis and iso-latin-1 respectively in
16431 order to share the default value with both Emacs and XEmacs-mule.
16432 (mm-mule-charset-to-mime-charset):
16433 Make mm-coding-system-priorities effective.
16434 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16435 while predicating of candidates upon the priorities.
16436
16437 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16438
16439 * gnus-sum.el (gnus-summary-make-menu-bar):
16440 Add gnus-uu-invert-processable.
16441
16442 * gnus.el: Autoload gnus-uu-invert-processable.
16443
16444 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16445
16446 * mm-util.el (mm-with-multibyte-buffer): New macro.
16447
16448 * rfc2047.el (rfc2047-encode-string): Use it.
16449 (rfc2047-encode-region): Move point to the end of the region after
16450 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16451
16452 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16455 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16456
16457 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16458
16459 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16460 (gnus-cite-parse): Ignore quoted envelope From_.
16461 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16462
16463 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16464
16465 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16466 invalid addresses.
16467
16468 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16469
16470 * spam.el: Change section markers, revise TODO list.
16471 (spam-backends): Make new master list of all installed backends.
16472 (spam-summary-exit-behavior): Add new variable to determine how
16473 messages moves are done at summary exit.
16474 (spam-move-spam-nonspam-groups-only)
16475 (spam-process-ham-in-nonham-groups)
16476 (spam-process-ham-in-spam-groups): Remove variables, the
16477 spam-summary-exit-behavior variable should be used to manage this
16478 behavior.
16479 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16480 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16481 and spam-old-spam-articles.
16482 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16483 Add empty variables, placeholders for the backends they represent.
16484 (spam-set-difference): Move, unchanged.
16485 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16486 unless the user has a processor variable.
16487 (spam-classifications, spam-classification-valid-p)
16488 (spam-backend-properties, spam-backend-property-valid-p)
16489 (spam-backend-function-type-valid-p)
16490 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16491 (spam-report-articles-gmane, spam-report-articles-resend):
16492 Remove functions, they are not needed.
16493 (spam-install-backend-super, spam-backend-list)
16494 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16495 (spam-backend-function, spam-backend-ham-registration-function)
16496 (spam-backend-spam-registration-function)
16497 (spam-backend-ham-unregistration-function)
16498 (spam-backend-spam-unregistration-function)
16499 (spam-backend-statistical-p, spam-backend-mover-p)
16500 (spam-install-backend-alias, spam-install-checkonly-backend)
16501 (spam-install-mover-backend, spam-install-nocheck-backend)
16502 (spam-install-backend, spam-install-statistical-backend)
16503 (spam-install-statistical-checkonly-backend): Add backend installation
16504 support.
16505 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16506 (spam-group-processor-p): Use the new backend code and respect the
16507 summary exit behavior.
16508 (spam-mark-spam-as-expired-and-move-routine): Remove.
16509 (spam-summary-prepare): Change to use the new spam-old-articles
16510 variable.
16511 (spam-copy-or-move-routine, spam-copy-spam-routine)
16512 (spam-move-spam-routine, spam-copy-ham-routine)
16513 (spam-move-ham-routine): Add code to copy/move ham or spam.
16514 (spam-fetch-field-fast): Improve doc and code, plus allow the
16515 'number request.
16516 (spam-list-of-checks, spam-list-of-statistical-checks):
16517 Remove variables.
16518 (spam-split, spam-find-spam): Use the new backend code.
16519 (spam-registration-functions): Remove variable.
16520 (spam-unregister-routine): Add convenience wrapper.
16521 (spam-log-undo-registration, spam-register-routine)
16522 (spam-log-processing-to-registry)
16523 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16524 where possible.
16525 (spam-check-gmane-xref, spam-check-regex-headers)
16526 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16527 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16528 (spam-check-bogofilter-headers, spam-check-spamoracle)
16529 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16530 (spam-check-crm114-headers): Use the spam-split-group that
16531 spam-split prepares, no need to determine it every time.
16532
16533 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16534 to the nnheader-parse-naked-head call.
16535
16536 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16537
16538 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16539 the nnheader-nov-read-message-id call.
16540
16541 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16542
16543 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16544 gnus-activate-group twice. Suggested by Markus Peter
16545 <warp@spin.de>.
16546
16547 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16548
16549 * gnus-art.el (gnus-article-time-format): Exchange the order of
16550 day and month in the default value; fix customization type.
16551 (article-date-ut): Use add-text-properties.
16552 (article-make-date-line): Use message-make-date instead of
16553 current-time-string.
16554
16555 * message.el (message-fetch-field): Don't use set-text-properties.
16556 (message-make-date): Simplify.
16557
16558 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16559
16560 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16561 (rfc2047-encode-region): Treat text within parentheses as special;
16562 show the original text when error has occurred.
16563
16564 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16565 already-computed method to gnus-activate-group.
16566
16567 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16568 same select-methods identical Lisp objects.
16569
16570 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16571 object when modifying the info.
16572
16573 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16574
16575 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16576 gnus-opened-servers since it has never been opened with the new
16577 configuration yet.
16578
16579 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16580
16581 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16582 arg to nnheader-generate-fake-message-id.
16583
16584 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16585
16586 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16587 number and build a fake message ID localized to a group and
16588 article number (so it's repeatable from that point on).
16589 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16590 ID format.
16591
16592 * gnus-sum.el (gnus-get-newsgroup-headers):
16593 Call nnheader-generate-fake-message-id with the article number.
16594
16595 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16596
16597 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16598 end-of-buffer.
16599
16600 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16601
16602 * message.el (message-ignored-supersedes-headers): Add Approved.
16603
16604 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16605
16606 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16607 goto-char.
16608 (rfc2047-encode): Fold the line before encoding.
16609
16610 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16611
16612 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16613 folding -- not all headers can be folded, and this should be done
16614 by the message composition mode. Probably. I think.
16615
16616 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16617
16618 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16619 fast.
16620
16621 * gnus-ems.el (gnus-remove-image): Don't use
16622 message-text-with-property; remove only the image found first.
16623
16624 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16625
16626 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16627
16628 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16629
16630 * message.el (message-text-with-property): Make it fast and accept
16631 optional arguments.
16632 (message-strip-forbidden-properties): Use it.
16633 (message-fix-before-sending): Follow the m-t-w-p change.
16634
16635 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16636
16637 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16638
16639 * gnus-art.el (article-hide-headers): Don't change the buffer
16640 mistakenly when performing mml-preview even if
16641 gnus-single-article-buffer is nil.
16642
16643 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16644
16645 * message.el (message-expand-name-databases): New user option.
16646 (message-expand-name): Use it.
16647
16648 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16649
16650 * spam.el (spam-report-articles-resend)
16651 (spam-report-resend-register-routine): Allow ham reporting.
16652 (spam-report-resend-register-ham-routine): Add wrapper.
16653 (spam-registration-functions): Add ham resending functions.
16654 (spam-list-of-processors): Add ham resend processor.
16655
16656 * gnus.el (ham-resend-to): Add new group parameter.
16657 (spam-process): Add ham resend option.
16658
16659 * spam-report.el (spam-report-resend): Allow reporting ham.
16660 (spam-report-resend-ham): Add wrapper.
16661
16662 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16663
16664 * message.el (message-cite-articles-with-x-no-archive):
16665 New variable.
16666 (message-cite-original): Use it.
16667
16668 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16669
16670 * message.el (message-cite-original): Respect X-No-Archive.
16671
16672 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * gnus-art.el (article-hide-headers): Refer to the values for
16675 gnus-ignored-headers and gnus-visible-headers in the summary
16676 buffer since a user may have set them as group parameters.
16677
16678 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16679
16680 * assistant.el (assistant-node-name): Add convenience function.
16681 (assistant-render-text, assistant-render-node): Add error handling,
16682 plus handle multiple next nodes.
16683 (assistant-find-next-node): Comment out for now.
16684 (assistant-find-next-nodes): Add function, returns list of next
16685 nodes.
16686
16687 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16688
16689 * mail-source.el (mail-source-directory): Fix doc-string.
16690
16691 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16692
16693 * assistant.el (assistant-render-text, assistant-eval): Add :set
16694 widget type, which is different because it takes and returns a
16695 list. Much hilarity ensues.
16696
16697 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16698
16699 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16700
16701 * gnus-group.el (gnus-group-get-new-news-this-group):
16702 Add doc-string.
16703
16704 * gnus-start.el (gnus-activate-group): Add doc-string.
16705
16706 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16707
16708 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16709
16710 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16711
16712 * assistant.el (assistant-render-text): Try to add a :set
16713 widget, more to come.
16714
16715 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16716 strings.
16717 (spam-report-articles-resend)
16718 (spam-register-routine): Do registration iff any articles warrant
16719 it.
16720 (spam-summary-prepare-exit): Change log message for nil group
16721 destinations.
16722
16723 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16724
16725 * spam.el (spam-report-resend-register-routine):
16726 Allow spam-report-resend-to to be a group parameter or a global value.
16727
16728 2004-05-26 Simon Josefsson <jas@extundo.com>
16729
16730 * starttls.el: Merge with my GNUTLS based starttls.el.
16731 (starttls-gnutls-program, starttls-use-gnutls)
16732 (starttls-extra-arguments, starttls-process-connection-type)
16733 (starttls-connect, starttls-failure, starttls-success):
16734 New variables.
16735 (starttls-program, starttls-extra-args): Doc fix.
16736 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16737 New functions.
16738 (starttls-negotiate, starttls-open-stream):
16739 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16740 function if it is set.
16741
16742 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16743
16744 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16745 structured fields.
16746
16747 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16748
16749 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16750
16751 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16752
16753 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16754 Add variable.
16755 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16756 assigning the spam-mark to new messages.
16757
16758 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16759
16760 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16761
16762 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16763
16764 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16765 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16766 default.
16767
16768 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16769
16770 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16771 correct data.
16772
16773 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16774
16775 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16776 (spam-group-processor-p): Fix function.
16777 (spam-group-processor-multiple-p)
16778 (spam-group-spam-processor-report-gmane-p)
16779 (spam-group-spam-processor-report-resend-p)
16780 (spam-group-spam-processor-bogofilter-p)
16781 (spam-group-spam-processor-blacklist-p)
16782 (spam-group-spam-processor-ifile-p)
16783 (spam-group-ham-processor-ifile-p)
16784 (spam-group-spam-processor-spamoracle-p)
16785 (spam-group-spam-processor-crm114-p)
16786 (spam-group-ham-processor-bogofilter-p)
16787 (spam-group-spam-processor-stat-p)
16788 (spam-group-ham-processor-stat-p)
16789 (spam-group-ham-processor-whitelist-p)
16790 (spam-group-ham-processor-BBDB-p)
16791 (spam-group-ham-processor-spamoracle-p)
16792 (spam-group-ham-processor-copy-p): Remove functions with some
16793 prejudice against unneeded code.
16794 (spam-report-articles-resend)
16795 (spam-report-resend-register-routine): Allow the group/topic
16796 spam-resend-to value to override spam-report-resend-to.
16797 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16798 properly now.
16799
16800 * gnus.el (spam-resend-to): Add group/topic parameter.
16801 (spam-process): Move the OBSOLETE processors to the end of the
16802 choices.
16803
16804 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16805
16806 * spam-report.el (spam-report-resend-to, spam-report-resend):
16807 Start with resend-to set to nil, and then ask the user if necessary.
16808 (spam-report-resend): spam-report-resend takes a list of articles, not
16809 separate article numbers.
16810
16811 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16812
16813 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16814 addition to emacs-w3m.
16815
16816 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16817
16818 * assistant.el (assistant-authinfo-data): New function.
16819 (assistant-eval): Eval for entire assistant.
16820
16821 * netrc.el (netrc-services-file): New variable.
16822 (netrc-parse-services): New function.
16823 (netrc-find-service-name): New function.
16824 (netrc-find-service-number): New function.
16825 (netrc-port-equal): New function.
16826 (netrc-machine): Use it.
16827
16828 * nnimap.el (nnimap-open-connection): Use netrc.
16829
16830 * gnus-util.el (gnus-netrc-get): Remove aliases.
16831
16832 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16833
16834 * assistant.el (wid-edit): Fix compilation.
16835
16836 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16837
16838 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16839
16840 * gnus-util.el (gnus-set-file-modes): New function. (small
16841 patch).
16842
16843 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16844
16845 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16846
16847 * assistant.el (assistant-render-node): Fix up rendering and
16848 read-only text.
16849 (assistant-render-node): Reset.
16850 (assistant-make-read-only): Not sticky.
16851
16852 2004-05-20 Danny Siu <dsiu@adobe.com>
16853
16854 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16855 centered even when gnus-auto-center-summary is t
16856
16857 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16858
16859 * dns.el (dns-get-txt-answer): New function.
16860 (dns-read-txt): Ditto.
16861 (query-dns): Use it.
16862
16863 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16864
16865 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16866 active for foreign groups even if the group level is higher than
16867 the specified value.
16868
16869 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16870
16871 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16872 non-active groups.
16873
16874 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16875
16876 2004-05-20 Magnus Henoch <mange@freemail.hu>
16877
16878 * dns.el (dns-read-type): Add support for SVR. (small patch)
16879
16880 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16881
16882 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16883 (spam-crm114-header, spam-crm114-spam-switch)
16884 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16885 (spam-crm114-positive-spam-header)
16886 (spam-crm114-database-directory, spam-list-of-processors)
16887 (spam-group-spam-processor-crm114-p)
16888 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16889 (spam-generic-score, spam-list-of-checks)
16890 (spam-list-of-statistical-checks, spam-registration-functions)
16891 (spam-check-crm114-headers, spam-crm114-score)
16892 (spam-check-crm114, spam-crm114-register-with-crm114)
16893 (spam-crm114-register-spam-routine)
16894 (spam-crm114-unregister-spam-routine)
16895 (spam-crm114-register-ham-routine)
16896 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16897 From asjo@koldfront.dk (Adam Sjøgren).
16898
16899 * gnus.el: Add spam-use-crm114.
16900
16901 * spam.el (spam-list-of-processors, spam-registration-functions):
16902 Add spam-use-resend.
16903 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16904 (spam-report-articles-gmane): Add doc fix.
16905 (spam-report-articles-resend, spam-report-resend-register-routine):
16906 Add wrappers around spam-report-resend-to.
16907
16908 * spam-report.el (spam-report-resend-to, spam-report-resend):
16909 Add support for resending spam.
16910 (spam-report-gmane): Fix line length >80.
16911
16912 * gnus.el (spam-process): Add spam-use-resend.
16913
16914 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16915
16916 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16917 number of processed spam messages.
16918 (spam-ham-copy-or-move-routine): Return the number of processed
16919 ham messages.
16920 (spam-summary-prepare-exit): Use the above values to decide
16921 whether status messages shouled be displayed.
16922
16923 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16924
16925 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16926 `rfc2047-encoding-function-alist' in order to avoid conflicting
16927 with the old version.
16928 (rfc2047-encode-region): Concatenate words containing non-ASCII
16929 characters in structured fields; don't encode space-delimited
16930 ASCII words even in unstructured fields; don't break words at
16931 char-category boundaries.
16932 (rfc2047-encode-1): New function.
16933 (rfc2047-encode): Use it; encode text so that it occupies the
16934 maximum width within 76-column; work correctly on Q encoding for
16935 iso-2022-* charsets.
16936 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16937 sure not to break a line just after the header name.
16938 (rfc2047-b-encode-region): Remove.
16939 (rfc2047-b-encode-string): New function.
16940 (rfc2047-q-encode-region): Remove.
16941 (rfc2047-q-encode-string): New function.
16942
16943 * mm-util.el (mm-replace-in-string): New function.
16944
16945 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16946
16947 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16948 Really get it right.
16949 (gnus-inews-make-draft): Really.
16950
16951 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16952
16953 * nnmh.el (nnmh-request-list-1): Don't check the link count
16954 before descending. (small patch)
16955
16956 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16957
16958 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16959 stuff.
16960
16961 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16962 Match on real group name.
16963
16964 * gnus-art.el (gnus-signature-limit): Doc fix.
16965
16966 * gnus-msg.el (gnus-inews-make-draft): Quote list.
16967
16968 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16969
16970 * gnus-draft.el (gnus-draft-send):
16971 Bind rfc2047-encode-encoded-words.
16972
16973 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16974 (rfc2047-encodable-p): Say that =? needs encoding.
16975 (rfc2047-encode-encoded-words): New variable.
16976
16977 * gnus-group.el (gnus-group-select-group): Doc fix.
16978
16979 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16980
16981 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16982 to nil.
16983
16984 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16985
16986 * nnheader.el (nnheader-get-lines-and-char): New function.
16987
16988 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
16989
16990 * gnus-msg.el (gnus-summary-followup-with-original):
16991 Document yanking of region when active.
16992
16993 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
16994
16995 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16996 groups if the group level is higher than the specified value.
16997
16998 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16999
17000 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17001 (gnus-group-jump-to-group): Add prefix argument using
17002 `gnus-group-jump-to-group-prompt'. Query before jumping to
17003 non-active group.
17004
17005 * compface.el (uncompface): Be verbose when changing
17006 `uncompface-use-external'.
17007
17008 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17009 handle manual section.
17010
17011 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17012
17013 * gnus-art.el (gnus-button-alist): Revert previous change.
17014
17015 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17016
17017 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17018
17019 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17020
17021 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17022 whether backend can accept message.
17023
17024 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17025
17026 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17027
17028 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17029 Avoid creating directory when nntp-marks-is-evil is true.
17030 Reported by Reiner Steib.
17031
17032 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17033
17034 * gnus-picon.el (gnus-picon-style): New variable.
17035 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17036 (gnus-picon-transform-address): Support `gnus-picon-style'.
17037 From Jesper Harder <harder@ifa.au.dk>.
17038
17039 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17040
17041 * message.el (message-fill-field): Return point.
17042 (message-generate-headers): Go to end of field.
17043
17044 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17045 stuff for non-living groups.
17046
17047 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17048
17049 * gnus-art.el (gnus-article-followup-with-original)
17050 (gnus-article-reply-with-original): gnus-mark-active-p ->
17051 gnus-region-active-p.
17052
17053 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17054
17055 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17056 only when there is spam or ham to be processed.
17057
17058 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17059
17060 * mail-source.el (mail-source-delete-crash-box): Refactor.
17061 (mail-source-fetch): Use it.
17062 (mail-source-fetch-file): Ditto.
17063 (mail-source-fetch-directory): Run postscript in loop.
17064 (mail-source-fetch-pop): Delete.
17065 (mail-source-fetch-maildir): Ditto.
17066 (mail-source-fetch-imap): Ditto.
17067
17068 * imap.el (imap-authenticators): Comment out sasl.
17069
17070 * message.el (message-skip-to-next-address): New function.
17071 (message-fill-header-address): Refactor.
17072 (message-fill-address): Use it.
17073 (message-delete-address): Use it.
17074 (message-fill-header-general): Refactor.
17075 (message-fill-field-address): Rename.
17076 (message-narrow-to-field): Find the start of the header.
17077 (message-header-format-alist): Don't pre-fill.
17078 (message-fill-header): Remove.
17079 (message-insert-header): New function.
17080 (message-shorten-references): Use it.
17081
17082 * rfc2047.el (rfc2047-field-value): Strip props.
17083
17084 * mail-parse.el (mail-header-make-address): New alias.
17085
17086 * ietf-drums.el (ietf-drums-make-address): New function.
17087
17088 * imap.el: Add compiler directives.
17089
17090 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17091
17092 * gnus-art.el (article-decode-idna-rhs): Don't use
17093 message-idna-inside-rhs-p.
17094
17095 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17096
17097 * message.el (message-idna-inside-rhs-p): Remove.
17098 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17099
17100 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17101 false positives.
17102
17103 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17104
17105 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17106
17107 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17108
17109 * nneething.el (nneething-file-name): Don't create spurious
17110 files.
17111
17112 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17113 (gnus-inews-do-gcc): Remove sleep.
17114
17115 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17116 part under point.
17117
17118 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17119 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17120
17121 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17122
17123 * spam.el (spam-summary-prepare-exit): Fix (length).
17124
17125 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17126
17127 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17128 as expired without moving it" message when there are spam
17129 messages left.
17130
17131 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17132
17133 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17134 header is not nil.
17135
17136 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17137
17138 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17139 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17140 (nntp-marks-changed-p): New arg SERVER.
17141 (nntp-request-update-info): Adjust caller.
17142
17143 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17144
17145 * nntp.el (nntp-save-marks): Pass missing arg.
17146
17147 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17148
17149 * nntp.el: Support marks.
17150 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17151 (nntp-marks-modtime, nntp-marks-directory): New variables.
17152 (nntp-request-set-mark, nntp-request-update-info)
17153 (nntp-possibly-create-directory, nntp-marks-changed-p)
17154 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17155 New functions.
17156
17157 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17158
17159 * gnus-score.el (gnus-score-insert-help):
17160 Use gnus-select-lowest-window.
17161
17162 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17163 appt-select-lowest-window and rename to gnus-select-lowest-window.
17164
17165 * gnus.el: do.
17166
17167 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17168
17169 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17170 encodings of MIME-encoded words, in order to improve
17171 interoperability with several broken MUAs.
17172
17173 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17174
17175 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17176 tags, only when charsets are not specified in headers.
17177 (mm-inline-text-html-render-with-w3m): Ditto.
17178
17179 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17180
17181 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17182 instead of MIME-decoded from fields when checking
17183 `gnus-article-address-banner-alist'.
17184
17185 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17186
17187 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17188 description rather than subject.
17189
17190 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17191
17192 * gnus.el (gnus-version-number): Bump.
17193
17194 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17195
17196 * gnus.el: No Gnus v0.2 is released.
17197
17198 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17199
17200 * gnus-agent.el (gnus-agent-read-agentview):
17201 Inline gnus-uncompress-range.
17202
17203 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17204
17205 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17206 `exec-installed-p'.
17207
17208 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17209
17210 * gnus.el (spam-process, spam-autodetect-methods):
17211 Add bsfilter and bsfilter-headers.
17212
17213 * spam.el (spam-bsfilter): New customize group.
17214 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17215 (spam-bsfilter-header, spam-bsfilter-probability-header)
17216 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17217 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17218 (spam-bsfilter-database-directory): New options.
17219 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17220 (spam-list-of-statistical-checks, spam-registration-functions):
17221 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17222 (spam-bsfilter-score): New command.
17223 (spam-check-bsfilter-headers, spam-check-bsfilter)
17224 (spam-bsfilter-register-with-bsfilter)
17225 (spam-bsfilter-register-spam-routine)
17226 (spam-bsfilter-unregister-spam-routine)
17227 (spam-bsfilter-register-ham-routine)
17228 (spam-bsfilter-unregister-ham-routine): New functions.
17229 (spam-generic-score): Support bsfilter; Accept an optional argument
17230 to recalcurate spam score even if scoring header has already been
17231 added.
17232 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17233 optional argument to recalcurate spam score even if scoring header
17234 has already been added.
17235
17236 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17237
17238 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17239 strings! Reported by David D. Smith <davidsmith@acm.org>.
17240 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17241 link is missing.
17242
17243 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17244
17245 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17246 (html2text-get-attr): Rewrite.
17247
17248 * message.el (message-setup-1): Remove redundant put-text-property
17249 on mail-header-separator.
17250
17251 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17252
17253 * gnus-registry.el (gnus-registry-cache-whitespace)
17254 (gnus-registry-action, gnus-registry-spool-action)
17255 (gnus-registry-split-fancy-with-parent): Change message levels
17256 from 5 to 3 or 7, as needed.
17257
17258 * spam.el (spam-summary-prepare-exit)
17259 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17260 (spam-split, spam-find-spam, spam-log-undo-registration)
17261 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17262 level from 5 to 6.
17263
17264 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17265
17266 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17267 2004-03-04 change).
17268
17269 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17270
17271 * sieve-manage.el (sieve-manage-open):
17272 * nnweb.el (nnweb-insert-html):
17273 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17274 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17275 * nnspool.el (nnspool-request-group):
17276 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17277 * nnml.el (nnml-request-update-info):
17278 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17279 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17280 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17281 (nnimap-request-set-mark):
17282 * nnfolder.el (nnfolder-request-update-info):
17283 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17284 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17285 * gnus-uu.el (gnus-uu-find-articles-matching):
17286 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17287 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17288 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17289 * gnus-nocem.el (gnus-nocem-scan-groups):
17290 * gnus-int.el (gnus-start-news-server):
17291 * gnus-group.el (gnus-group-make-kiboze-group)
17292 (gnus-group-browse-foreign-server):
17293 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17294 Use mapc when appropriate.
17295
17296 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17297
17298 FIXME: Make separate entries for each person.
17299
17300 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17301 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17302 <shields@msrl.com>:
17303
17304 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17305 may need for spam sorting and scoring.
17306 (spam-user-format-function-S): Add user format function suitable for
17307 general use.
17308 (spam-article-sort-by-spam-status): Add sorting function for summary
17309 sorting.
17310 (spam-extra-header-to-number): Add function to get a score from a
17311 header.
17312 (spam-summary-score): Add function to get a numeric score from the
17313 headers.
17314 (spam-generic-score): Fix function doc, was in wrong place.
17315 (spam-initialize): Take symbols when it's run, and install the
17316 extra headers that spam-necessary-extra-headers thinks we need.
17317
17318 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17319
17320 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17321 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17322
17323 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17324
17325 * gnus-sum.el (gnus-set-global-variables)
17326 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17327 (gnus-article-get-xrefs, gnus-summary-best-group)
17328 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17329 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17330 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17331 Use with-current-buffer.
17332
17333 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17334
17335 * spam.el (spam-summary-prepare-exit): Simplify logic.
17336 (spam-fetch-article-header): Read the article header if it's not
17337 available.
17338 (spam-list-articles): Simplify logic.
17339 (spam-filelist-register-routine): Fix bug with unregister-list.
17340
17341 * gnus-registry.el: Fix comments at beginning.
17342
17343 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17344
17345 * message.el (message-cater-to-broken-inn): Remove.
17346 (message-shorten-references): Make sure the total folded length of
17347 References is shorter than 998 characters to cater to a bug in INN
17348 2.3. Also, don't pretend that references aren't folded -- this
17349 hasn't worked for a while.
17350
17351 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17352
17353 * gnus-agent.el (gnus-agentize):
17354 gnus-agent-send-mail-real-function no longer set to current value
17355 of message-send-mail-function but rather a lambda that calls
17356 message-send-mail-function. The change makes the agent real-time
17357 responsive to user changes to message-send-mail-function.
17358
17359 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17360
17361 * legacy-gnus-agent.el
17362 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17363 help from Florian Weimer <fw@deneb.enyo.de>
17364
17365 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17366
17367 * nnmail.el (nnmail-cache-insert): Revert last change.
17368
17369 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17370
17371 * nnmail.el (nnmail-cache-insert): Always check whether
17372 nnmail-cache-ignore-groups matches a group name.
17373
17374 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17375
17376 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17377 (spam-find-spam, spam-log-processing-to-registry)
17378 (spam-log-registered-p, spam-log-unregistration-needed-p)
17379 (spam-log-undo-registration): Use gnus-message instead of
17380 gnus-error, none of these errors are fatal.
17381
17382 * gnus-registry.el (gnus-registry-clean-empty-function)
17383 (gnus-registry-clean-empty): Remove only empty entries without
17384 extra data.
17385
17386 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17387
17388 * spam-stat.el (spam-stat-buffer-change-to-spam)
17389 (spam-stat-buffer-change-to-non-spam): Change (error) to
17390 (gnus-message 8) invocation.
17391
17392 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17393
17394 * nntp.el (nntp-via-netcat-command): New variable.
17395 (nntp-via-netcat-switches): New variable.
17396 (nntp-open-via-rlogin-and-netcat): New function.
17397 (nntp-open-connection-function): Doc fix.
17398 (nntp-telnet-command): Doc fix.
17399 (nntp-end-of-line): Doc fix.
17400 (nntp-via-rlogin-command): Doc fix.
17401 (nntp-via-user-name): Doc fix.
17402 (nntp-via-address): Doc fix.
17403
17404 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17405
17406 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17407 error in Emacs 21.1.
17408
17409 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17410
17411 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17412
17413 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17414
17415 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17416 (gnus-agent-with-refreshed-group): New macro.
17417 (gnus-agent-rename-group): New function.
17418 (gnus-agent-delete-group): New function.
17419 (gnus-agent-save-group-info): Use gnus-command-method when
17420 `method' parameter is nil. Don't write nil entries into the
17421 active file.
17422 (gnus-agent-get-group-info): New function.
17423 (gnus-agent-fetch-articles):
17424 Use gnus-agent-update-files-total-fetched-for to increment disk space
17425 used.
17426 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17427 Use gnus-agent-update-view-total-fetched-for to increment disk space
17428 used.
17429 (gnus-agent-get-local): Add optional parameters to avoid calling
17430 gnus-group-real-name and gnus-find-method-for-group.
17431 (gnus-agent-set-local): Delete stored entry if either min, or max,
17432 are nil.
17433 (gnus-agent-fetch-session): Reworded error/quit messages.
17434 On quit, use gnus-agent-regenerate-group to record existence of any
17435 articles fetched to disk before the quit occurred.
17436 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17437 gnus-agent-update-view-total-fetched-for, and
17438 gnus-agent-update-files-total-fetched-for to decrement disk space
17439 used.
17440 (gnus-agent-retrieve-headers):
17441 Use gnus-agent-update-view-total-fetched-for to increment disk space
17442 used.
17443 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17444 with gnus-agent-update-files-total-fetched-for to decrement disk
17445 space and fresh group buffer.
17446 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17447 (gnus-agent-need-update-total-fetched-for): New variable.
17448 (gnus-agent-update-files-total-fetched-for): New function.
17449 (gnus-agent-update-view-total-fetched-for): New function.
17450 (gnus-agent-total-fetched-for): New function.
17451
17452 * gnus-cache.el (gnus-cache-save-buffers):
17453 Use gnus-cache-update-overview-total-fetched-for to change disk space
17454 used by this group.
17455 (gnus-cache-possibly-enter-article):
17456 Use gnus-cache-update-file-total-fetched-for to increment disk space
17457 used by this group.
17458 (gnus-cache-possibly-remove-article):
17459 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17460 used by this group.
17461 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17462 (gnus-cache-rename-group): New function.
17463 (gnus-cache-delete-group): New function.
17464 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17465 (gnus-cache-need-update-total-fetched-for): New variable.
17466 (gnus-cache-with-refreshed-group): New macro.
17467 (gnus-cache-update-file-total-fetched-for): New function.
17468 (gnus-cache-update-overview-total-fetched-for): New function.
17469 (gnus-cache-rename-group-total-fetched-for): New function.
17470 (gnus-cache-delete-group-total-fetched-for): New function.
17471 (gnus-cache-total-fetched-for): New function.
17472
17473 * gnus-group.el: Require gnus-sum and autoload functions to
17474 resolve warnings when gnus-group.el compiled alone.
17475 (gnus-group-line-format): Documented new %F.
17476 (size of Fetched data) group line format; identifies disk space
17477 used by agent and cache.
17478 (gnus-group-line-format-alist): Defined new F format.
17479 (gnus-total-fetched-for): New function.
17480 (gnus-group-delete-group): No longer update
17481 gnus-cache-active-altered as gnus-request-delete-group now keeps
17482 the cache in sync.
17483 (gnus-group-list-active): Let the agent store a server's active
17484 list if currently plugged.
17485
17486 * gnus-int.el (gnus-request-delete-group):
17487 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17488 local disk in sync with the server.
17489 (gnus-request-rename-group):
17490 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17491 local disk in sync with the server.
17492
17493 * gnus-start.el (gnus-get-unread-articles):
17494 Cosmetic simplification to logic.
17495
17496 * gnus-util.el (gnus-rename-file): New function.
17497
17498 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17499
17500 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17501
17502 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17503
17504 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17505 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17506
17507 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17508
17509 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17510 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17511
17512 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17513
17514 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17515
17516 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17517
17518 * spam.el (spam-set-difference): Add function to replace
17519 gnus-set-difference in spam.el.
17520 (spam-summary-prepare-exit): Use spam-set-difference.
17521
17522 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17523
17524 * gnus-registry.el (gnus-registry-cache-file): Update to use
17525 gnus-dribble-directory OR gnus-home-directory OR ~.
17526 (gnus-registry-split-fancy-with-parent): Fix doc.
17527
17528 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17529
17530 * message.el (message-exchange-point-and-mark):
17531 Use message-mark-active-p. Suggested by Jesper Harder
17532 <harder@ifa.au.dk>.
17533
17534 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17535
17536 * message.el (message-exchange-point-and-mark): Don't activate
17537 region if it was inactive. Suggested by Hiroshi Fujishima
17538 <pooh@nature.tsukuba.ac.jp>.
17539
17540 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17541
17542 * gnus-art.el (article-display-face): Display Faces in the same
17543 order as X-Faces.
17544
17545 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17546
17547 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17548
17549 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17550
17551 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17552 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17553 (gnus-article-mime-hierarchy): Remove.
17554 (gnus-article-mime-hierarchy-next): Remove.
17555 (gnus-article-mode): Revert 2004-03-19 change.
17556 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17557 (gnus-insert-mime-button): Revert 2004-03-19 change.
17558 (gnus-mime-accumulate-hierarchy): Remove.
17559 (gnus-mime-enter-multipart): Remove.
17560 (gnus-mime-leave-multipart): Remove.
17561 (gnus-mime-display-part): Revert 2004-03-19 change.
17562 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17563
17564 * mml.el (mml-preview): Revert 2004-03-19 change.
17565
17566 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17567
17568 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17569
17570 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17571
17572 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17573 t while entering a file name using the mm-with-multibyte macro.
17574 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17575
17576 * mm-util.el (mm-with-multibyte): New macro.
17577
17578 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17579
17580 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17581 New user option.
17582 (gnus-mime-multipart-functions): Doc and customization fix.
17583 (gnus-article-mime-hierarchy): New variable.
17584 (gnus-article-mime-hierarchy-next): New variable.
17585 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17586 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17587 gnus-article-mime-hierarchy-next to nil.
17588 (gnus-insert-mime-button): Show hierarchy numbers.
17589 (gnus-mime-accumulate-hierarchy): New function.
17590 (gnus-mime-enter-multipart): New function.
17591 (gnus-mime-leave-multipart): New function.
17592 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17593 (gnus-mime-display-alternative): Show hierarchy numbers.
17594
17595 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17596 gnus-article-mime-hierarchy-next to nil.
17597
17598 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17599
17600 * dns.el: Don't require gnus-xmas.
17601
17602 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17603
17604 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17605 inline PGP.
17606 (mml-menu): Disable mml-quote-region if mark is inactive.
17607
17608 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17609
17610 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17611 when the group's active is not available.
17612
17613 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17614
17615 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17616 error.
17617
17618 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17619
17620 * imap.el (imap-store-password): New variable.
17621 (imap-interactive-login): Use it.
17622 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17623
17624 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17625
17626 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17627 window-start and hscroll to summary window.
17628
17629 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17630
17631 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17632 conversion message to newsrc-dribble when an actual conversion is
17633 performed.
17634
17635 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17636
17637 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17638
17639 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17640
17641 * mm-decode.el (mm-complicated-handles): New function reviving
17642 former definition of mm-multiple-handles.
17643
17644 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17645 (gnus-mime-delete-part): Use it.
17646
17647 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17648
17649 * gnus-agent.el (gnus-agent-read-local):
17650 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17651 avoid the implicit assumption that they will always be equal.
17652 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17653 coding-system-for-write, as the with-temp-file macro first prints
17654 to a buffer then saves the buffer.
17655
17656 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17657
17658 * gnus-art.el (gnus-article-edit-part): New function.
17659 (gnus-mime-save-part-and-strip): Use it; do query instead of
17660 signaling an error; don't use mm-multiple-handles.
17661 (gnus-mime-delete-part): Ditto.
17662
17663 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17664
17665 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17666 old file versions.
17667 (gnus-group-prepare-hook): Remove function that converted list
17668 form of gnus-agent-expire-days to group properties.
17669
17670 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17671 (gnus-request-accept-article): Re-indented.
17672
17673 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17674 converters to handle old agent file formats. Add logic for a
17675 "backup before upgrading warning".
17676 (gnus-convert-mark-converter-prompt): Developers can mark
17677 functions as needing (default), or not needing,
17678 gnus-convert-old-newsrc's "backup before upgrading warning".
17679 (gnus-convert-converter-needs-prompt): Tests whether the user
17680 should be protected from potentially irreversable changes by the
17681 function.
17682
17683 * legacy-gnus-agent.el: New. Provides converters that are only
17684 loaded when gnus-convert-old-newsrc needs to call them.
17685
17686 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17687
17688 * mail-source.el (mail-source-touch-pop): Doc fix.
17689
17690 * message.el (message-smtpmail-send-it): Doc fix.
17691
17692 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17693
17694 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17695
17696 * nnmail.el (nnmail-split-fancy): do.
17697
17698 * gnus-kill.el (gnus-kill, gnus-execute): do.
17699
17700 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17701
17702 * gnus-sum.el (gnus-widget-reversible-match)
17703 (gnus-widget-reversible-to-internal)
17704 (gnus-widget-reversible-to-external): New functions.
17705 (gnus-widget-reversible): New widget.
17706 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17707
17708 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17709
17710 * gnus-sum.el (gnus-thread-sort-functions)
17711 (gnus-article-sort-functions): Document `(not F)' items.
17712
17713 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17714
17715 * spam.el (spam-use-gmane-xref): Add new backend.
17716 (spam-gmane-xref-spam-group): Add variable to control the name of the
17717 Gmane spam group.
17718 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17719 (spam-regex-headers-spam, spam-regex-headers-ham)
17720 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17721 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17722 backends and checks.
17723 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17724
17725 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17726 an autodetect method.
17727
17728 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17729
17730 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17731 articles are being added to a group.
17732 (gnus-request-replace-article): Inform the agent that articles
17733 need to be uncached as the cached contents are no longer valid.
17734
17735 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17736
17737 * binhex.el: Don't autoload executable-find.
17738
17739 * canlock.el: Don't autoload mail-fetch-field.
17740
17741 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17742
17743 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17744 rmail-dont-reply-to and rmail-output.
17745
17746 * gnus-score.el: Don't autoload ffap-string-at-point.
17747
17748 * gnus-setup.el: Don't autoload sc-cite-original.
17749
17750 * imap.el: Don't autoload base64-decode-string,
17751 base64-encode-string and md5.
17752
17753 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17754 and rmail-msg-restore-non-pruned-header.
17755
17756 * mm-decode.el: Don't autoload executable-find.
17757
17758 * mm-url.el: Don't autoload executable-find.
17759
17760 * mm-view.el: Don't autoload diff-mode.
17761
17762 * nndb.el: Don't autoload news-reply-mode, news-setup,
17763 cancel-timer and telnet.
17764
17765 * password.el: Don't autoload run-at-time for Emacs.
17766
17767 * sha1-el.el: Don't autoload executable-find.
17768
17769 * sieve-mode.el: Don't autoload c-mode.
17770
17771 * uudecode.el: Don't autoload executable-find.
17772
17773 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17774
17775 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17776 (gnus-agent-possibly-alter-active): Avoid null in numeric
17777 comparison.
17778 (gnus-agent-set-local): Refuse to save null in local object table.
17779 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17780 list of articles that will be marked as unread.
17781
17782 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17783
17784 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17785
17786 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17787
17788 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17789 language tags.
17790
17791 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17792
17793 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17794 Don't bind "obarray".
17795
17796 * gnus-sum.el (gnus-thread-sort-functions):
17797 Add `gnus-thread-sort-by-most-recent-number' and
17798 `gnus-thread-sort-by-most-recent-date'.
17799 Reported by Kai Grossjohann <kai@emptydomain.de>.
17800
17801 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17802
17803 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17804
17805 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17806
17807 * gnus-cus.el (gnus-agent-customize-category):
17808 Remove ignore-errors macro reference that required cl to be loaded at
17809 run-time.
17810
17811 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17812 single-interval range of the form (min . max). Previously the
17813 range had to look like ((min . max)). Likewise, return
17814 (min . max) rather than ((min . max)).
17815 (gnus-range-map): Use gnus-range-normalize to accept
17816 single-interval range.
17817
17818 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17819 the cache, but not the agent, now appear with their usual face.
17820
17821 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17822
17823 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17824 w3m-safe-url-regexp variable buffer-local.
17825
17826 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17827
17828 2004-02-27 Simon Josefsson <jas@extundo.com>
17829
17830 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17831 gnus-group-real-prefix.
17832 (gnus-summary-move-article): Use it, instead of
17833 gnus-group-real-prefix.
17834
17835 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17836
17837 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17838 w3m-safe-url-regexp variable buffer-local and set it as the value
17839 of mm-w3m-safe-url-regexp.
17840
17841 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17842
17843 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17844 parsing gnus-posting-styles when the message is not for replying.
17845
17846 * nnrss.el (nnrss-opml-export):
17847 Use mm-set-buffer-file-coding-system instead of
17848 set-buffer-file-coding-system.
17849
17850 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17851
17852 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17853 of checkdoc.el).
17854 * nnrss.el: do.
17855 * gnus-mlspl.el: do.
17856 * gnus-ml.el: do.
17857 * gnus-srvr.el: do.
17858
17859 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17860
17861 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17862
17863 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17864 Corrections to custom-manual links.
17865
17866 * gnus-art.el (gnus-article): Ditto.
17867
17868 * mm-decode.el (mime-display, mime-security): Ditto.
17869
17870 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17871
17872 * flow-fill.el: Typo.
17873
17874 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17875
17876 * spam-wash.el: New file.
17877
17878 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17879
17880 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17881
17882 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17883
17884 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17885 to be run with new-articles as LIST1, not LIST2.
17886 (spam-registration-functions): Add spam-use-ham-copy as a nil
17887 registration backend.
17888
17889 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17890
17891 * spam-stat.el (spam-stat-washing-hook): New option.
17892 (spam-stat-buffer-words): Use it.
17893 (spam-stat-process-directory, spam-stat-test-directory):
17894 Use insert-file-contents-literally.
17895 (spam-stat-coding-system): New variable.
17896 (spam-stat-load, spam-stat-save): Use it.
17897
17898 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17899
17900 * spam-report.el (spam-report-plug-agent):
17901 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17902
17903 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17904
17905 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17906 Allow / in mailto URLs.
17907
17908 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17909
17910 * spam-report.el (spam-report-process-queue): Fix interactive use.
17911 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17912 (spam-report-unplug-agent): Doc fixes.
17913 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17914 (spam-report-agentize, spam-report-deagentize):
17915 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17916
17917 * message.el (message-setup-fill-variables): Add mml tags to
17918 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17919 <ajk@iu.edu>.
17920 (message-mode): Don't modify paragraph-separate there.
17921
17922 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17923
17924 * compface.el (uncompface-use-external): Default to undecided.
17925 (uncompface-use-external-threshold): New variable.
17926 (uncompface-float-time): New macro.
17927 (uncompface): Determine whether to use the external decoder if
17928 uncompface-use-external is undecided.
17929
17930 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17931
17932 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17933 after images.
17934
17935 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17936
17937 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17938
17939 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17940
17941 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17942
17943 * gnus-sum.el (gnus-summary-limit-to-age)
17944 (gnus-summary-limit-children): do.
17945
17946 * gnus-int.el (gnus-request-scan): do.
17947
17948 * gnus-group.el (gnus-group-suspend): do.
17949
17950 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17951
17952 * gnus-cite.el (gnus-cite-parse-attributions): do.
17953
17954 * gnus-agent.el (gnus-summary-set-agent-mark)
17955 (gnus-agent-regenerate-group): do.
17956
17957 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17958
17959 * binhex.el (binhex-decode-region-internal): do.
17960
17961 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17962
17963 * gnus-fun.el (gnus-face-properties-alist): New user option.
17964 (gnus-display-x-face-in-from): Use it.
17965
17966 * gnus-art.el (article-display-face): Ditto.
17967
17968 * compface.el (uncompface-use-external): Default to nil.
17969
17970 2004-02-12 Jesper Harder <harder@ifa.au.dk>
17971
17972 * nntp.el (nntp-erase-buffer): New function.
17973 (nntp-retrieve-data, nntp-send-command)
17974 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17975 (nntp-possibly-change-group): Use it.
17976
17977 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17978 Use with-current-buffer.
17979
17980 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
17981
17982 * compface.el: Merge the ELisp-based uncompface program.
17983 (compface): New customization group.
17984 (uncompface-use-external): New user option.
17985 (uncompface): Call uncompface-internal if uncompface-use-external
17986 is nil.
17987 (uncompface-internal): New function. Note that there are also
17988 some other functions and variables added for this function.
17989
17990 2004-02-10 Jesper Harder <harder@ifa.au.dk>
17991
17992 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17993 if necessary.
17994
17995 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
17996
17997 * spam-report.el (spam-report-unplug-agent)
17998 (spam-report-plug-agent, spam-report-deagentize)
17999 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18000 Add support for the Agent in spam-report: when unplugged, report to a
18001 file; when plugged, submit all the requests.
18002
18003 * spam.el (spam-register-routine): Fix message about
18004 registration.
18005
18006 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18007
18008 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18009 dependencies.
18010 (rfc2047-encode): Use it.
18011
18012 * gnus-art.el (gnus-button-marker-list): Move before first
18013 reference.
18014
18015 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18016 (imap-parse-body): Fix format string mismatch.
18017
18018 * gnus-score.el (gnus-summary-increase-score): do.
18019
18020 * nnrss.el (nnrss-close): New function.
18021
18022 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18023
18024 * nnrss.el (nnrss-make-filename): New function.
18025 (nnrss-request-delete-group, nnrss-read-server-data)
18026 (nnrss-save-server-data, nnrss-read-group-data)
18027 (nnrss-save-group-data): Use it.
18028 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18029 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18030 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18031
18032 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18033
18034 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18035
18036 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18037
18038 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18039 files.
18040
18041 * message.el (message-generate-headers-first): Don't quote nil
18042 and t in docstrings.
18043
18044 * imap.el (imap-id): do.
18045
18046 * gnus-agent.el (gnus-agent-consider-all-articles)
18047 (gnus-agent-queue-mail): do.
18048
18049 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18050
18051 * spam-report.el (spam-report-process-queue): New function.
18052 Process requests from `spam-report-requests-file'.
18053 (spam-report-process-queue): Doc fix.
18054
18055 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18056
18057 * spam.el (spam-register-routine)
18058 (spam-log-processing-to-registry, spam-log-registered-p)
18059 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18060 Change "check" to "spam-check" for semi-clarity.
18061
18062 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18063
18064 * pop3.el: Require nnheader.
18065
18066 * mml-smime.el: Require cl. Autoload message-fetch-field.
18067
18068 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18069
18070 * gnus-picon.el: Require cl.
18071
18072 * gnus-fun.el: Require gnus-ems and gnus-util.
18073
18074 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18075
18076 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18077
18078 * gnus-art.el (gnus-article-edit-mode): Define before first
18079 reference.
18080
18081 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18082
18083 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18084 (gnus-uu-post-encoded): Use point-at-bol.
18085
18086 * gnus-topic.el (gnus-group-active-topic-p): do.
18087
18088 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18089
18090 * gnus-group.el (gnus-group-kill-region): do.
18091
18092 * gnus-art.el (article-date-ut): do.
18093
18094 * message.el (message-fetch-field): Remove redundant
18095 case-fold-search binding.
18096 (message-narrow-to-field): Simplify.
18097
18098 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18099
18100 * spam.el (spam-directory): Derive from `gnus-directory'.
18101
18102 * spam-report.el (spam-report-url-to-file)
18103 (spam-report-requests-file): New function and variable for offline
18104 reporting.
18105 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18106 and user defined function.
18107 (spam-report-url-ping-mm-url): Remove doubled slash.
18108
18109 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18110
18111 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18112
18113 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18114
18115 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18116 Fix format string mismatch.
18117
18118 * sieve.el (sieve-deactivate-all): do.
18119
18120 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18121
18122 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18123
18124 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18125
18126 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18127
18128 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18129
18130 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18131 the list of checks.
18132
18133 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18134
18135 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18136 padding.
18137
18138 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18139
18140 * mm-view.el (mm-fill-flowed): New variable.
18141 (mm-inline-text): Use it.
18142
18143 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18144
18145 * spam.el (spam-spamassassin-register-ham-routine)
18146 (spam-spamassassin-register-spam-routine): Fix function names.
18147
18148 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18149
18150 * gnus.el (gnus-tmp-grouplens): Remove.
18151 (gnus-summary-line-format): Remove grouplens.
18152
18153 * gnus-group.el (gnus-group-line-format): Ditto.
18154
18155 * gnus-spec.el (gnus-format-specs): Ditto.
18156 (gnus-update-format-specifications): Flush the group format spec
18157 cache if there's the grouplens stuff.
18158 (gnus-parse-simple-format): Replace %l with the empty string.
18159
18160 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18161
18162 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18163 omission.
18164
18165 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18166
18167 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18168 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18169
18170 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18171
18172 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18173 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18174 New macros and functions.
18175 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18176 Handle > NLINK_MAX messages.
18177 * nnmaildir.el (nnmaildir-request-set-mark):
18178 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18179
18180 2004-01-25 Alex Schroeder <alex@gnu.org>
18181
18182 * spam-stat.el (spam-stat-process-directory-age): New option.
18183 (spam-stat-process-directory): Use it.
18184
18185 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18186
18187 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18188 (spam-stat-save): Accept prefix argument.
18189
18190 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18191
18192 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18193 links" error.
18194
18195 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18196
18197 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18198 compatibility with old .newsrc.eld files.
18199
18200 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18201
18202 * gnus-start.el (gnus-1): do.
18203
18204 * gnus-group.el (gnus-group-line-format-alist): do.
18205
18206 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18207
18208 * gnus-gl.el: Remove.
18209
18210 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18211
18212 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18213 marks consisting of a single range {for example, (3 . 5)} rather
18214 than a list of a single range { ((3 . 5)) }.
18215
18216 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18217
18218 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18219 Use with-current-buffer.
18220 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18221 avoid consing a string.
18222
18223 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18224 Remove obsolete entries for big5 and gb2312.
18225
18226 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18227
18228 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18229 uncompressed list.
18230
18231 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18232
18233 * spam-stat.el (spam-stat-strip-xref): New function.
18234 (spam-stat-process-directory): Use it.
18235
18236 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18237 here -- it's done in message-fetch-field.
18238
18239 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18240
18241 * gnus-agent.el (gnus-agent-queue-mail)
18242 (gnus-agent-prompt-send-queue): New variables.
18243 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18244 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18245 "nndraft:queue" along to gnus-draft-send.
18246 Use gnus-agent-prompt-send-queue.
18247 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18248 is "nndraft:queue". Suggested by Gaute Strokkenes
18249 <gs234@srcf.ucam.org>
18250
18251 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18252 (agent-enable-undownloaded-faces): Add.
18253 (gnus-agent-cat-groups): Use eval-and-compile, not
18254 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18255 method of gnus-agent-cat-groups even when the buffer has been
18256 evaled.
18257 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18258 delete gnus-agent-save-active-1.
18259 (gnus-agent-save-groups): Delete. Identical to
18260 gnus-agent-save-active.
18261 (gnus-agent-write-active): No longer adjust agent's copy of active
18262 file as agent's adjustments are now stored in their own
18263 file. Remove optional parameter.
18264 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18265 servers. Add use of min/max range limits from server's local
18266 file.
18267 (gnus-agent-save-alist): Remove unused optional argument.
18268 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18269 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18270 (gnus-agent-set-local): A per-server file that keeps min/max range
18271 limits for articles known to the agent. Provides a fast mechanism
18272 for altering many active ranges.
18273 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18274 active file (local makes it unnecessary).
18275 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18276
18277 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18278 (agent-enable-undownloaded-faces): Add.
18279
18280 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18281 disable it when sending to "nndraft:queue".
18282 (gnus-group-send-queue): Add safety check to avoid sending queue
18283 when unplugged.
18284
18285 * gnus-group.el (gnus-group-catchup): Use new
18286 gnus-sequence-of-unread-articles, not
18287 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18288 numbers of articles. Use gnus-range-map to avoid having to
18289 uncompress the unread list.
18290 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18291 Fix invalid ange-ftp reference.
18292
18293 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18294 (gnus-sorted-range-intersection): Intersection of two ranges
18295 without requiring that they first be uncompressed.
18296
18297 * gnus-start.el (gnus-activate-group): Unless blocked by the
18298 caller, possibly expand the active range to include both cached
18299 and agentized articles.
18300 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18301 multiple version-dependent converters.
18302 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18303 gnus-agent-save-active.
18304 (gnus-save-newsrc-file): Save dirty agent range limits.
18305
18306 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18307 gnus-agent-possibly-alter-active.
18308 (gnus-adjust-marked-articles): Faster handling of simple lists
18309
18310 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18311
18312 * spam-stat.el (spam-stat-test-directory): New optional argument
18313 displays a list of files detected. Suggested by Andrew Cohen
18314 <cohen@andy.bu.edu>.
18315 (spam-stat-buffer-words-with-scores): Don't narrow and change
18316 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18317
18318 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18319
18320 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18321 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18322 (spam-spamassassin-arguments)
18323 (spam-spamassassin-spam-flag-header)
18324 (spam-spamassassin-positive-spam-flag-header)
18325 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18326 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18327 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18328 (spam-list-of-processors, spam-list-of-checks)
18329 (spam-list-of-statistical-checks, spam-registration-functions)
18330 (spam-check-spamassassin-headers, spam-check-spamassassin)
18331 (spam-spamassassin-score)
18332 (spam-spamassassin-register-with-sa-learn)
18333 (spam-spamassassin-register-spam-routine)
18334 (spam-spamassassin-register-ham-routine)
18335 (spam-assassin-register-spam-routine)
18336 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18337 (spam-bogofilter-score): Fix to show article before scoring.
18338
18339 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18340
18341 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18342 default scoring function.
18343 (spam-generic-score): Call spam-spamassassin-score if
18344 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18345 spam-bogofilter-score otherwise.
18346
18347 * gnus.el (spam-process, spam-autodetect-methods):
18348 Add spamassassin and spamassassin-headers.
18349
18350 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18351
18352 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18353 Suppress unnecessary messages.
18354
18355 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18356
18357 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18358 make-hash-table.
18359
18360 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18361
18362 * canlock.el (base64-encode-string): Don't autoload it.
18363
18364 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18365
18366 * run-at-time.el: Remove useless (require 'itimer),
18367 eval-and-compile and (featurep 'xemacs).
18368
18369 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18370
18371 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18372 GROUP is a virtual group.
18373
18374 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18375
18376 * gnus.el: Autoload `message-y-or-n-p'.
18377
18378 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18379
18380 * pgg-parse.el: Remove unnecessary (require 'custom).
18381
18382 * pgg-def.el: do.
18383
18384 * nnmail.el: do.
18385
18386 * gnus-undo.el: do.
18387
18388 * gnus-picon.el: do.
18389
18390 * gnus-util.el: do.
18391
18392 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18393
18394 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18395
18396 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18397
18398 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18399 handle, as well as a list.
18400
18401 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18402 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18403 (mm-w3m-cid-retrieve): Simplify.
18404
18405 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18406
18407 * message.el (message-kill-to-signature): Allow prefix arg to
18408 specify number of lines to keep before signature.
18409
18410 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18411
18412 * message.el (message-kill-to-signature): Change docstring.
18413
18414 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18415
18416 * canlock.el: Always require sha1-el.
18417 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18418
18419 * message.el: Autoload sha1 only when compiling.
18420
18421 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18422
18423 * message.el (message-canlock-generate): Require sha1-el.
18424
18425 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18426
18427 * message.el (message-expand-name): Silence the byte compiler.
18428
18429 2004-01-13 Simon Josefsson <jas@extundo.com>
18430
18431 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18432 Invoke gnus-score-mode.
18433 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18434
18435 * gnus-range.el (gnus-compress-sequence): Doc fix.
18436 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18437
18438 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18439
18440 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18441
18442 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18443
18444 * spam.el (spam-get-article-as-string): Update to use
18445 gnus-request-article-this-buffer, much simpler.
18446 (spam-get-article-as-buffer): Remove.
18447
18448 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18449
18450 * message.el (message-expand-name): Use EUDC if the user uses that.
18451
18452 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18453
18454 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18455 character for the encoding to avoid consing a string.
18456
18457 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18458 unnecessarily.
18459
18460 * mm-util.el (mm-replace-chars-in-string): Remove.
18461
18462 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18463 of mm-replace-chars-in-string.
18464
18465 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18466
18467 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18468
18469 * mm-util.el (mm-subst-char-in-string): Support inplace.
18470
18471 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18472 a new string in every iteration. Use shy groups.
18473
18474 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18475
18476 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18477 * gnus-soup.el (gnus-soup-group-brew):
18478 * gnus-msg.el (gnus-put-message):
18479 * gnus-move.el (gnus-group-move-group-to-server):
18480 * gnus-kill.el (gnus-batch-score):
18481 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18482 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18483 (gnus-group-update-group, gnus-group-read-group)
18484 (gnus-group-make-group, gnus-group-make-help-group)
18485 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18486 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18487 (gnus-group-sort-by-unread, gnus-group-catchup)
18488 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18489 (gnus-group-yank-group, gnus-group-set-info)
18490 (gnus-group-list-groups):
18491 * gnus.el (gnus-generate-new-group-name):
18492 * gnus-delay.el (gnus-delay-send-queue):
18493 * nnvirtual.el (nnvirtual-catchup-group):
18494 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18495 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18496 (gnus-group-prepare-topics, gnus-topic-check-topology):
18497 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18498 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18499 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18500 (gnus-group-make-articles-read):
18501 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18502 (gnus-group-change-level, gnus-kill-newsgroup)
18503 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18504 (gnus-get-unread-articles, gnus-make-articles-unread)
18505 (gnus-make-ascending-articles-unread): Use accessor
18506 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18507 to get group information for improved readability.
18508
18509 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18510
18511 * gnus-art.el (article-decode-mime-words, article-babel)
18512 (gnus-article-highlight-signature, gnus-article-add-buttons)
18513 (gnus-signature-toggle): Use gnus-with-article-buffer.
18514
18515 * gnus-art.el (gnus-article-highlight-headers)
18516 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18517
18518 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18519 (gnus-article-set-globals, gnus-request-article-this-buffer)
18520 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18521 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18522 (gnus-mime-display-alternative): Use with-current-buffer.
18523
18524 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18525
18526 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18527 also under 80 char limit, and call gnus-error if needed.
18528 (spam-fetch-article-header): Fix - it was a
18529 buffer-local variable (gnus-newsgroup-data).
18530 (spam-find-spam): Use spam-generate-fake-headers, forget about
18531 spam-insert-fake-headers.
18532 (spam-insert-fake-headers): Remove.
18533
18534 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18535
18536 * deuglify.el (gnus-article-outlook-unwrap-lines)
18537 (gnus-outlook-rearrange-article)
18538 (gnus-outlook-repair-attribution-outlook)
18539 (gnus-outlook-repair-attribution-block)
18540 (gnus-outlook-repair-attribution-other): Remove redundant
18541 save-excursion.
18542
18543 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18544
18545 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18546 (spam-fetch-field-subject-fast)
18547 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18548 (spam-fetch-article-header): Add functions to deal with Gnus
18549 internals for fast retrieval of article header data.
18550 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18551
18552 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18553
18554 * pop3.el (pop3-md5): Remove.
18555 (pop3-apop): Replace pop3-md5 with md5.
18556
18557 * mm-bodies.el: base64 is always built-in.
18558
18559 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18560 Use with-current-buffer.
18561
18562 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18563
18564 * canlock.el (canlock-insert-header): Remove excessive grouping in
18565 regexp.
18566
18567 * gnus-sum.el (gnus-summary-read-document): Ditto.
18568
18569 * gnus-uu.el (gnus-uu-part-number): Ditto.
18570
18571 * html2text.el (html2text-remove-tags): Ditto.
18572 (html2text-format-tags): Ditto.
18573 (html2text-format-single-elements): Ditto.
18574
18575 * mml.el (mml-parse-1): Ditto.
18576
18577 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18578
18579 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18580
18581 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18582
18583 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18584
18585 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18586
18587 2003-11-15 Simon Josefsson <jas@extundo.com>
18588
18589 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18590 (pgg-gpg-lookup-key): Use regexp match instead of
18591 split-string (split-string is different between emacs 21.2 and
18592 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18593
18594 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18595
18596 * gnus-art.el (gnus-mime-view-all-parts)
18597 (gnus-article-part-wrapper, gnus-article-view-part):
18598 Use with-current-buffer.
18599
18600 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18601
18602 * spam.el (spam-disable-spam-split-during-ham-respool)
18603 (spam-spamoracle-database, spam-cache-lookups)
18604 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18605 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18606 (spam-group-ham-marks, spam-group-spam-marks)
18607 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18608 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18609 also add spam-use-blackholes to the statistical checks.
18610 (spam-fetch-field-fast): Add interface to fetching fields, may
18611 become a macro.
18612 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18613 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18614 (spam-insert-fake-headers): Fake an article when needed.
18615 (spam-find-spam): Fake article when possible.
18616 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18617 (spam-check-bogofilter-headers): Use message-fetch-field instead
18618 of nnmail-fetch-field.
18619
18620 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18621
18622 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18623
18624 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18625
18626 * spam.el (spam-split): Do not require spam-use-CHECK to be
18627 enabled if that check is passed to spam-split explicitly; also
18628 fix so 'spam doesn't get converted to spam-split-group when
18629 spam-split-symbolic-return is t.
18630 (spam-find-spam): Find registrations of the article and use those
18631 instead of re-running spam-split to find the spam/ham
18632 classification of the article.
18633 (spam-log-processing-to-registry, spam-log-registered-p)
18634 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18635 Use gnus-error instead of gnus-message.
18636 (spam-log-registration-type): Add function to determine the
18637 classification of a message based on registry entries; will
18638 return nil if both 'spam and 'ham are found.
18639 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18640 a reasonably fast local cache without the loading errors.
18641 (spam-cache-lookups): Set to t by default.
18642 (spam-find-spam): Don't try to guess spam-cache-lookups.
18643 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18644 spam-caches entry.
18645 (spam-filelist-build-cache, spam-filelist-check-cache):
18646 Fix caching of whitelist/blacklist entries.
18647 (spam-check-whitelist, spam-check-blacklist):
18648 Invoke spam-from-listed-p with a type, not a cache variable.
18649 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18650
18651 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18652
18653 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18654
18655 * nnmail.el (nnmail-split-fancy): do.
18656
18657 * mml.el (mml-parse): do.
18658
18659 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18660 (gnus-score-adaptive): do.
18661
18662 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18663
18664 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18665 (gnus-mime-button-map): Don't set keymap parent.
18666 (gnus-button-ctan-directory-regexp): Use shy grouping.
18667 (gnus-prev-page-map): Don't set keymap parent.
18668 (gnus-prev-page-map): Remove duplicated one.
18669 (gnus-next-page-map): Don't set keymap parent.
18670 (gnus-mime-security-button-map): Ditto.
18671
18672 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18673 version number.
18674
18675 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18676
18677 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18678
18679 * canlock.el (canlock-sha1-function): Remove.
18680 (canlock-sha1-function-for-verify): Remove.
18681 (canlock-openssl-program): Remove.
18682 (canlock-openssl-args): Remove.
18683 (canlock-ignore-errors): Remove.
18684 (canlock-sha1-with-openssl): Remove.
18685 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18686 (canlock-verify): Don't use canlock-ignore-errors.
18687
18688 * sha1-el.el (sha1-string-external): Make it can return a string
18689 in binary form.
18690 (sha1-region-external): Ditto.
18691 (sha1-string-internal): Ditto.
18692 (sha1-region-internal): Ditto.
18693 (sha1-region): Ditto.
18694 (sha1-string): Ditto.
18695 (sha1): Ditto.
18696
18697 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18698
18699 * spam.el (spam-report-articles-gmane): New command.
18700
18701 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18702
18703 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18704
18705 * run-at-time.el (run-at-time-saved): Remove.
18706 (run-at-time): Doc fix.
18707
18708 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18709
18710 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18711 (gnus-summary-limit-map): Add it.
18712 (gnus-summary-make-menu-bar): do.
18713
18714 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18715
18716 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18717 Make attempt at some caching support (done for BBDB only now).
18718 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18719 addresses to be checked.
18720 (spam-clear-cache-BBDB): Add function, to be invoked by
18721 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18722 (spam-check-BBDB): Check and use the caches, if
18723 spam-cache-lookups is on, remove superfluous (provide).
18724
18725 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18726
18727 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18728
18729 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18730
18731 * run-at-time.el (run-at-time-saved): Move to after the definition
18732 of `run-at-time'.
18733
18734 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18735
18736 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18737 mm-w3m-local-map-property.
18738
18739 * mm-view.el (mm-w3m-mode-map): Remove.
18740 (mm-w3m-local-map-property): Remove.
18741 (mm-inline-text-html-render-with-w3m): Don't use
18742 mm-w3m-local-map-property.
18743
18744 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18745
18746 * run-at-time.el: New file.
18747
18748 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18749 of gnus-set-text-properties.
18750
18751 * gnus-uu.el (gnus-uu-save-article): Ditto.
18752
18753 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18754
18755 * gnus-cite.el (gnus-cite-parse): Ditto.
18756
18757 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18758 of gnus-.
18759
18760 * gnus.el: Change calls to nnheader-run-at-time and
18761 password-run-at-time throughout to use run-at-time directly.
18762
18763 * password.el: Remove definition of run-at-time.
18764
18765 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18766
18767 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18768 in prompt.
18769
18770 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18771
18772 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18773 XEmacs version.
18774
18775 * dns.el (dns-make-network-process): Use `open-network-stream'
18776 instead of `gnus-xmas-open-network-stream'.
18777
18778 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18779
18780 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18781
18782 * gnus-art.el (gnus-mime-display-alternative)
18783 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18784 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18785 Don't use gnus-local-map-property.
18786
18787 * gnus-util.el (gnus-local-map-property): Remove.
18788
18789 * mm-view.el (mm-view-pkcs7-decrypt):
18790 Replace gnus-completing-read-maybe-default with completing-read.
18791
18792 * gnus-util.el (gnus-completing-read): do.
18793 (gnus-completing-read-maybe-default): Remove.
18794
18795 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18796
18797 * password.el: Only autoload `run-at-time' if not XEmacs.
18798 Only autoload the itimer functions if XEmacs.
18799
18800 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18801
18802 * gnus-art.el (gnus-read-string): Remove.
18803 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18804 read-string.
18805
18806 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18807
18808 * netrc.el: Autoload password-read.
18809 (netrc): Add configuration group.
18810 (netrc-encoding-method, netrc-openssl-path):
18811 Add variables for encoding and decoding of files with symmetric
18812 ciphers.
18813 (netrc-encode): Add assistant function to encode a file with
18814 netrc-encoding-method.
18815 (netrc-parse): Add interactive parameter, added optional
18816 decoding if netrc-encoding-method is non-nil but otherwise
18817 behavior is standard.
18818 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18819 Do s/encode/encrypt/ everywhere.
18820
18821 * spam.el: Remove executable-find autoload.
18822
18823 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18824
18825 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18826
18827 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18828
18829 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18830
18831 * gnus-art.el (gnus-treat-ansi-sequences)
18832 (article-treat-ansi-sequences): New variable and function.
18833 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18834
18835 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18836 Use it.
18837
18838 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18839
18840 * mm-util.el (mm-quote-arg): Remove.
18841
18842 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18843 shell-quote-argument.
18844
18845 * gnus-uu.el (gnus-uu-command): do.
18846
18847 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18848
18849 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18850 with make-char.
18851
18852 * mm-util.el (mm-make-char): Remove.
18853
18854 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18855 add-minor-mode.
18856
18857 * gnus-undo.el (gnus-undo-mode): do.
18858
18859 * gnus-topic.el (gnus-topic-mode): do.
18860
18861 * gnus-sum.el (gnus-dead-summary-mode): do.
18862
18863 * gnus-start.el (gnus-slave-mode): do.
18864
18865 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18866
18867 * gnus-ml.el (gnus-mailing-list-mode): do.
18868
18869 * gnus-gl.el (gnus-grouplens-mode): do.
18870
18871 * gnus-draft.el (gnus-draft-mode): do.
18872
18873 * gnus-dired.el (gnus-dired-mode): do.
18874
18875 * gnus-ems.el (gnus-add-minor-mode): Remove.
18876
18877 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18878 Replace gnus-char-width with char-width.
18879
18880 * gnus-ems.el (gnus-char-width): Remove.
18881
18882 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18883 Replace gnus-char-width with char-width.
18884
18885 * gnus-ems.el (gnus-char-width): Remove.
18886
18887 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18888 definition.
18889 Remove Emacs 20 hash table compatibility code.
18890
18891 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18892 20 compatibility code.
18893
18894 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18895
18896 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18897
18898 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18899 Replace with point-at-{eol,bol}.
18900
18901 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18902
18903 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18904
18905 * flow-fill.el (fill-flowed-point-at-bol)
18906 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18907
18908 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18909 Replace with point-at-{eol,bol} throughout all files.
18910
18911 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18912
18913 * ntlm.el (ntlm-string-as-unibyte): New macro.
18914 (ntlm-build-auth-response): Use it.
18915
18916 Remove Emacs 20 stuff:
18917 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18918 of delq and copy-sequence.
18919 * gnus-art.el (popup-menu): Remove the compiler macro.
18920 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18921 Emacs 20.
18922
18923 2004-01-05 Simon Josefsson <jas@extundo.com>
18924
18925 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18926 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18927 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18928 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18929 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18930 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18931 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18932 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18933 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18934 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18935 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18936 string-xor into ntlm-string-xor.
18937 Suggested by Jesper Harder <harder@myrealbox.com>.
18938
18939 * ntlm.el: Don't include poem.
18940
18941 * md4.el (print-int32, print-string-hexa): Remove.
18942 Suggested by Jesper Harder <harder@myrealbox.com>.
18943
18944 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18945
18946 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18947 probably breaks emacs with DL patch, but do we care? Is anyone
18948 still using the DL stuff?)
18949
18950 * sieve-manage.el: Use the password package.
18951 (sieve-manage-read-passwd): Remove.
18952 (sieve-manage-interactive-login): Use password. Re-add
18953 condition-case around loop.
18954
18955 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18956 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18957 Use the password package.
18958
18959 2003-02-19 Simon Josefsson <jas@extundo.com>
18960
18961 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18962 token.
18963
18964 2002-08-07 Simon Josefsson <jas@extundo.com>
18965
18966 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18967 (sieve-manage-authenticators):
18968 (sieve-manage-authenticator-alist): Add some SASL mechs.
18969 (sieve-sasl-auth): New function.
18970 (sieve-manage-cram-md5-auth):
18971 (sieve-manage-plain-auth): Rewrite using SASL library.
18972 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18973 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18974 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18975 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18976
18977 2004-01-05 Simon Josefsson <jas@extundo.com>
18978
18979 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18980 New files.
18981
18982 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18983
18984 * gnus-group.el (gnus-no-groups-message): Update.
18985
18986 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18987
18988 2003-11-09 Simon Josefsson <jas@extundo.com>
18989
18990 * imap.el: Support for ID IMAP extension (RFC 2971).
18991 (imap-local-variables): Add imap-id.
18992 (imap-id): New variable.
18993 (imap-id): New function.
18994 (imap-parse-response): Parse untagged ID response.
18995 * nnimap.el (nnimap-id): New variable.
18996 (nnimap-open-connection): Use it.
18997
18998 2003-12-28 Simon Josefsson <jas@extundo.com>
18999
19000 * gnus-score.el (gnus-score-edit-all-score): New.
19001 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19002
19003 2004-01-04 Simon Josefsson <jas@extundo.com>
19004
19005 * password.el: Add.
19006
19007 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19008
19009 * dns.el (dns-query-types): Fix typo.
19010 (dns-query-types): New function.
19011 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19012 PTR and SOA replies, see RFC 1035.
19013
19014 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19015
19016 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19017
19018 * Move to Changelog.2.
19019
19020 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19021
19022 * gnus.el (gnus-version-number): Bump version.
19023
19024 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19025
19026 * gnus.el: No Gnus v0.1 is released.
19027
19028 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19029
19030 * gnus.el: No Gnus v0.0 is released.
19031
19032 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19033
19034 * gnus.el (gnus-version-number): Bump.
19035 (gnus-version): No.
19036
19037 See ChangeLog.2 for earlier changes.
19038
19039 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
19040 Free Software Foundation, Inc.
19041
19042 This file is part of GNU Emacs.
19043
19044 GNU Emacs is free software: you can redistribute it and/or modify
19045 it under the terms of the GNU General Public License as published by
19046 the Free Software Foundation, either version 3 of the License, or
19047 (at your option) any later version.
19048
19049 GNU Emacs is distributed in the hope that it will be useful,
19050 but WITHOUT ANY WARRANTY; without even the implied warranty of
19051 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19052 GNU General Public License for more details.
19053
19054 You should have received a copy of the GNU General Public License
19055 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19056
19057 ;; Local Variables:
19058 ;; coding: utf-8
19059 ;; fill-column: 79
19060 ;; add-log-time-zone-rule: t
19061 ;; End: