Fix merge of fix for bug #7716.
[bpt/emacs.git] / lisp / gnus / ChangeLog
CommitLineData
bb7f5cbc
G
12011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * mm-view.el (mml-smime): Require.
4
52010-12-20 David Engster <deng@eml.cc>
6
7 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
8 use EPG to decrypt S/MIME messages instead of openssl.
9
102011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11
12 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
13
14 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
15 status is the group clearly is unreachable.
16
17 * auth-source.el (auth-source-create): Add the optional second
18 parameter to `local-variable-p' to be compatible with XEmacs.
19
202011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
21
22 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
23 work when using a compressed nnml folder.
24
252011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26
27 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
28 backends after sanitising on entry, because this never makes sense:
29 If the articles have gone missing, then the data no longer exists on
30 the backend, and if they haven't, then Gnus is wrong, and shouldn't
31 overwrite anything anyway.
32
33 * shr.el (shr-insert-document): Bind shr-width dynamically to
34 window-width if it's nil.
35
362010-12-30 Tassilo Horn <tassilo@member.fsf.org>
37
38 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
39 with the meaning of using the full emacs window width for rendering.
40
fdee7cc1
DU
412010-12-27 Daiki Ueno <ueno@unixuser.org>
42
43 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
44 case when sender is not given.
45
ade9369c
JD
462010-12-23 Julien Danjou <julien@danjou.info>
47
48 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
49 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
50 the addresses, otherwise we might misplaced the gravatar.
51
9d9cfd53
DU
522010-12-21 Daiki Ueno <ueno@unixuser.org>
53
38e2584d 54 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
9d9cfd53
DU
55 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
56 obsolete in Emacs.
57
38e2584d
KY
582010-12-20 Julien Danjou <julien@danjou.info>
59
60 * gnus-util.el (gnus-rescale-image): Revert last change.
61
70041e9a
G
622010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * gnus-group.el (gnus-group-delete-articles): New command.
65
662010-12-17 Andrew Cohen <cohen@andy.bu.edu>
67
68 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
69
702010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
71
72 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
73 here, since it's up to the backends to do CRLF removal if their
74 protocol has it.
75
76 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
77
38e2584d
KY
782010-12-17 Julien Danjou <julien@danjou.info>
79
80 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
81 they are from file. Can also scale up.
82
70041e9a
G
832010-12-17 Andrew Cohen <cohen@andy.bu.edu>
84
85 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
86 gnus-use-agent.
87 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
88
89 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
90
912010-12-17 Julien Danjou <julien@danjou.info>
92
93 * gravatar.el (gravatar-retrieve-synchronously): New function.
94 (gravatar-get-data): Make more robust.
95
59a7e27d
LMI
962010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
97
98 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
99 to really consider the last line.
100
549c9aed
G
1012010-12-16 Daiki Ueno <ueno@unixuser.org>
102
103 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
104 list of recipient keys, or use symmetric encryption if not a list.
105 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
106 EPA override, replacing the call to `netrc-store-data'.
107
1082010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
109
110 * gnus-srvr.el: Avoid passing nil regexp argument to
111 delete-matching-lines.
112
1132010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
114
115 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
116 fetching stops when Gnus exits.
117
118 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
119 function.
120 (nnfolder-request-expire-articles): Save all the buffers after doing
121 expiry.
122
123 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
124 the last article", since that led to serious performance regressions
125 when expiring nnml groups.
126
1272010-12-16 Andrew Cohen <cohen@andy.bu.edu>
128
129 * nnir.el: Improve customizations.
130
1312010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
134
135 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
136 group has been killed.
137 (gnus-group-yank-group): Ditto.
138
139 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
140
141 * nnimap.el (nnimap-request-update-group-status): New function.
142
143 * gnus-int.el (gnus-request-update-group-status): New interface
144 function.
145
146 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
147 copying read-ness to the backends.
148
149 * nnimap.el (nnimap-quirk): New function.
150 (nnimap-retrieve-group-data-early): Use it.
151 (nnimap-quirks): New alist.
152
48ba8195
KY
1532010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
154
155 * shr.el (shr-insert): Set shr-start after deleting trailing space;
156 don't delete it within indentation.
157
549c9aed
G
1582010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
159
160 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
161 previous line.
162
156e3f9c
G
1632010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
164
165 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
166 QRESYNC command by deleting a superfluous space which broke Cyrus
167 servers. This change will break other servers that are buggy the other
168 way around.
169
e7b07d2f
TZ
1702010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
171
172 * spam.el: Reindent and fix long lines.
173 (spam-copy-or-move-routine): Exclude invalid move destinations.
174
27625a58
AC
1752010-12-14 Andrew Cohen <cohen@andy.bu.edu>
176
177 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
178 installed the registry.
179
99e58ed5
AC
1802010-12-13 Andrew Cohen <cohen@andy.bu.edu>
181
182 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
183 groupname doesn't contain "gmane".
184
7410c270
G
1852010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
186
187 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
188 (gnus-1): Don't create the nndrafts group twice.
189 (gnus-setup-news): There's no need to read the active file here, since
190 that's done again later on a per-backend basis.
191 (gnus-start-draft-setup): Make sure that the new group is started out
192 empty.
193
194 * gnus-agent.el (gnus-agentize): Don't create the queue group
195 automatically on startup. It'll be created later, if needed.
196
197 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
198 of automatically subscribed groups.
199 (gnus-auto-subscribed-categories): New variable.
200 (gnus-matches-options-n): Use it.
201 (gnus-default-subscribed-newsgroups): Remove unused variable.
202 (gnus-start-draft-setup): Message a bit less.
203
2042010-12-13 Andrew Cohen <cohen@andy.bu.edu>
205
206 * nnir.el (nnir-run-imap): Return article list in order of increasing
207 UID.
208
07176b2a
LMI
2092010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * gnus-sum.el (gnus-summary-enter-digest-group): Mention
212 gnus-auto-select-on-ephemeral-exit.
213
214 * proto-stream.el (proto-stream-open-network-only): Fix the calling
215 convention of the network-only option.
216
3b84b005
G
2172010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
218
219 * proto-stream.el (proto-stream-open-network-only): New function to
220 have a way to specify non-STARTTLS upgrade connections.
221
2222010-12-10 Julien Danjou <julien@danjou.info>
223
224 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
225 email address is nil.
226
227 * message.el (message-bogus-recipient-p): Set address to "" if nil.
228
2292010-12-10 Andrew Cohen <cohen@andy.bu.edu>
230
231 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
232 deletion.
233 (nnir-run-imap): Only need to parse list once.
234
f73341e2
LMI
2352010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
236
237 * shr.el (shr-tag-script): Ignore <script>.
7bafe9bc 238 (shr-tag-label): Add <label> support.
f73341e2 239
e2d0ba98
KY
2402010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
241
99139556
KY
242 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
243
e2d0ba98
KY
244 * shr.el (shr-image-displayer): Work for images lined side by side.
245
4ef06429
RP
2462010-12-08 Robert Pluim <rpluim@gmail.com>
247
248 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
249 parameter, since XEmacs doesn't accept t as a parameter.
250
47ac6170
AC
2512010-12-08 Andrew Cohen <cohen@andy.bu.edu>
252
253 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
254 ids.
255 (nnir-run-gmane): Simplify groupspec formatting.
71044abe 256 (nnir-request-expire-articles): New function.
47ac6170 257
60568d74
LMI
2582010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
261 overflow, possibly.
262
263 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
264 (shr-render-td): Handle td style="" better.
265 (shr-tag-table): Use the color from the style sheet.
266 (shr-render-td): Make sure we copy over all the overlays, too.
267
f2f6365c
AC
2682010-12-07 Andrew Cohen <cohen@andy.bu.edu>
269
270 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
271 (nnir-request-article): Improve article retrieval.
272
c912b478
KY
2732010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
274
275 * mm-util.el (mm-extra-numeric-entities): New variable.
276
277 * mm-url.el (mm-url-decode-entities):
278 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
279
674c5ccf
SM
2802010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * message.el: Use completion-at-point.
283 (message-completion-function): New fun, extracted from message-tab.
284 (message-mode): Use it for completion-at-point-functions.
285 (message-tab): Use it and completion-at-point.
286
6568edea
KY
2872010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
288
289 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
290 character if a non-breakable character follows.
291
b31b26b4
G
2922010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
293
516aa569
G
294 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
295 any stream.
296
b31b26b4
G
297 * shr.el (shr-tag-font): Colorize the region.
298 (shr-tag-body): Ditto.
299 (shr-tag-font): Actually let the styles be inherited instead of
300 overwriting them.
301 (shr-tag-font): Get the background color right.
302 (shr-tag-style): Ignore all <style> tags for the moment.
303
304 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
305 a Message-ID to avoid having nnimap depend on gnus-sum.
306
307 * shr.el (shr-descend): Only colorize something if we have a node that
308 sets colors.
309
3102010-12-06 Julien Danjou <julien@danjou.info>
311
312 * shr.el (shr-render-td): Render td content with shr-descend, so style
313 will be applied to <td> too.
314 (shr-colorize-region): Colorize region even if we only have a background.
315 (shr-tag-body): Fix color and background color inheritance.
316 Do not recolorize after shr-generic.
317 (shr-tag-font): Let shr-generic colorize via inheritance.
318
7454326a
G
3192010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
320
321 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
322
3232010-12-06 Andrew Cohen <cohen@andy.bu.edu>
324
325 * nnir.el (nnir-request-move-article): Remove obsolete code.
326
c67e426e
KY
3272010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
328
329 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
330
04db63bc
G
3312010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * gnus-sum.el (gnus-summary-respool-article): The completion function
334 expects a list instead of an alist.
335
336 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
337 string as the parameter.
338
339 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
340
341 * shr.el (shr-stylesheet): New dynamic variable for cascading the
342 styles.
343 (shr-colorize-region): New function.
344 (shr-insert-background-overlay): Remove.
345 (shr-render-td): Background setting should be taken care of on a higher
346 level.
347 (shr-tag-body): Use post-hoc colorizations.
348 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
349 (shr-put-color-1): Don't overwrite old colors.
350 (shr-colorize-region): When the background color isn't explicit, use
351 a fixed background.
352
353 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
354 nnmail variables.
355
3562010-12-05 Bjørn Mork <bjorn@mork.no>
357
358 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
359 unless necessary.
360
3612010-12-05 Andrew Cohen <cohen@andy.bu.edu>
362
363 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
364 server.
365
3662010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
369 so that TAB works.
370
371 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
372 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
373
374 * shr.el (shr-urlify): Show the URL before the title to avoid
375 misleading URLs.
376
3772010-12-04 Adam Sjøgren <asjo@koldfront.dk>
378
379 * shr.el (shr-urlify): Display the title in <a> tags.
380
3812010-12-04 Andrew Cohen <cohen@andy.bu.edu>
382
383 * nnir.el (nnir-categorize): Replace mapcar with mapc.
384
1b811c90
AC
3852010-12-03 Andrew Cohen <cohen@andy.bu.edu>
386
387 * nnir.el: Rearrange code to allow macros to be autoloaded by
388 gnus-sum.el.
389 (nnir-retrieve-headers-override-function): Make this variable
390 customizable.
391 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
392
393 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
394 from nnir.el.
395
6ce4202f
JD
3962010-12-03 Julien Danjou <julien@danjou.info>
397
398 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
399
115e0ebf
KY
4002010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
401
9778055f
KY
402 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
403 allow optional argument `environment'.
115e0ebf 404
acab4d4b
GM
4052010-12-03 Glenn Morris <rgm@gnu.org>
406
407 * mm-extern.el (message-goto-body): Update declaration.
408
d6f6af81
KY
4092010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
410
411 * gnus-util.el (gnus-macroexpand-all): New function.
412
413 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
414 instead of macroexpand-all that is unavailable in XEmacs.
415
ed797193
G
4162010-12-02 Andrew Cohen <cohen@andy.bu.edu>
417
418 * nnir.el (nnir-summary-line-format): New variable.
419 (nnir-mode): Use it.
420 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
421 (nnir-article-ids): Reimplement as defsubst.
422 (nnir-retrieve-headers): Don't mangle the subject header.
423 (nnir-run-imap): Use 100 as RSV score.
424 (nnir-run-find-grep): Fix for full server searching.
425 (nnir-run-gmane): Better restriction to gmane groups.
426
427 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
428 summary buffers.
429
4302010-12-02 Julien Danjou <julien@danjou.info>
431
432 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
433
434 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
435
436 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
437 support.
438
4392010-12-01 Andrew Cohen <cohen@andy.bu.edu>
440
441 * nnir.el: Update to handle the registry better.
442 (autoload): Silence byte-compiler.
443 (nnir-open-server): Add a hook for nnir groups.
444 (nnir-request-move-article): Don't mangle the header. Better to use
445 formating variables (which will be added in the future).
446 (nnir-registry-action): Update the registry using the original article
447 group name.
448 (nnir-mode): Install nnir-specific hooks for updating the registry.
449
450 * gnus-sum.el
451 (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
452 obsolete variables.
453 (gnus-summary-move-article): Remove use of obsolete variables.
454 (gnus-summary-local-variables): Make move and delete hooks local to
455 summary buffers.
456
4572010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
458
459 * rtree.el: New file.
460
4612010-12-01 Julien Danjou <julien@danjou.info>
462
463 * message.el (message-user-organization): Do not use
464 gnus-local-organization.
465
466 * gnus.el: Remove gnus-local-organization.
467
468 * gnus-msg.el: Remove nastygram thing.
469
4702010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
471
472 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
473 funcall.
474
4752010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
476
477 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
478 names.
479
480 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
481 characters.
482
483 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
484 to t of inhibit-read-only since it is inside gnus-with-article-headers.
485 Suggested by Štěpán Němec <stepnem@gmail.com>.
486 (gnus-gravatar-transform-address): Use mail-extract-address-components
487 that supports non-ASCII names rather than mail-header-parse-addresses.
488
4892010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
490
491 * proto-stream.el (open-protocol-stream): All starttls connections are
492 handled by the network handler.
493
4942010-11-30 Julien Danjou <julien@danjou.info>
495
496 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
497 (nnimap-open-connection-1): Fix PREAUTH.
498
499 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
500
5012010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
502
503 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
504 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
505 (shr-insert): Use them.
506 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
507
5082010-11-29 Andrew Cohen <cohen@andy.bu.edu>
509
510 * nnir.el (nnir-request-move-article): Bail out if original group
511 doesn't support article moves.
512 (nnir-get-active): Improve active list retrieval.
513
5142010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
515
516 * shr.el (shr-find-fill-point): Don't break before apostrophes.
517
5182010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
519
520 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
521 seem to accept strings-with-numbers as port numbers,
522
5232010-11-29 Andrew Cohen <cohen@andy.bu.edu>
524
525 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
526 change the registry.
527
5282010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
529
530 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
531 delete-dups that is not available in XEmacs 21.4.
532
533 * mm-util.el (mm-delete-duplicates): Add comment.
534
5352010-11-28 Andrew Cohen <cohen@andy.bu.edu>
536
537 * nnir.el (nnir-ignored-newsgroups): New variable.
538 (nnir-get-active): Use it.
539
5402010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
541
542 * proto-stream.el (proto-stream-open-network): Add some comments.
543
544 * nntp.el (nntp-open-connection): Provide a :success condition.
545
546 * nnimap.el (nnimap-open-connection-1): Ditto.
547
548 * proto-stream.el (proto-stream-open-network): See what the response to
549 the STARTTLS command is.
550
551 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
552 backwards compatibility).
553 (nnimap-open-connection-1): Really respect nnimap-server-port.
554
555 * proto-stream.el (proto-stream-open-network): When doing opportunistic
556 TLS upgrades we don't really care about the identity of the peer.
557 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
558 that what we've checked for.
559 (proto-stream-always-use-starttls): Only default to t if
560 open-gnutls-stream exists.
561 (proto-stream-open-network): If STARTTLS failed, then just open a
562 normal connection.
563 (proto-stream-open-network): Wait until the greeting before doing
564 STARTTLS.
565
566 * nntp.el (nntp-open-connection): Report what the connection error is.
567
568 * proto-stream.el (open-protocol-stream): Renamed from
569 open-proto-stream.
570
5712010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
573 * nnimap.el (nnimap-stream): Change default to `undecided'.
574 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
575 first, and then network.
576 (nnimap-open-connection-1): Respect nnimap-server-port.
577 (nnimap-open-connection): Be more backwards-compatible.
578
579 * proto-stream.el (proto-stream-always-use-starttls): New variable.
580 (proto-stream-open-starttls): De-duplicate the starttls code.
581 (proto-stream-open-starttls): Folded back into the main function.
582 (proto-stream-open-network): Fix typo in the gnutls path.
583 (proto-stream-command): Refactor out.
584
585 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
586
587 * proto-stream.el (proto-stream-open-starttls): Actually implement the
588 starttls.el STARTTLS.
589
590 * color.el (color-lab->srgb): Fix function call name.
591
592 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
593 if we're using tls.el.
594 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
595 built in, then don't try to establish a STARTTLS connection.
596
597 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
598 servers.
599
600 * proto-stream.el (open-proto-stream): Use network, not stream.
601 (open-proto-stream): Add a way to specify what the end of a command is.
602
603 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
604 connections types.
605 (nntp-open-network-stream): Remove.
606 (nntp-open-ssl-stream): Remove.
607 (nntp-open-tls-stream): Remove.
608 (nntp-ssl-program): Remove.
609
610 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
611
6122010-11-27 Andrew Cohen <cohen@andy.bu.edu>
613
614 * nnir.el: Fix typos.
615 (nnir-retrieve-headers-override-function): Rename variable to reflect
616 new semantics.
617 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
618 macros.
619 (nnir-request-article, nnir-request-move-article): Use them.
620 (nnir-categorize): New function.
621 (nnir-run-query): Use it.
622 (nnir-retrieve-headers): Rewrite to batch header retrieval.
623 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
624 sorted.
625 (nnir-group-full-name): Use gnus-group-full-name instead.
626 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
627 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
628
6292010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
630
631 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
632
633 * proto-stream.el: New library to provide protocol-specific
634 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
635 protocols.
636 (open-proto-stream): Complete the documentation.
637 (proto-stream-open-network): Fix some typos.
638
639 * nnimap.el (nnimap-open-connection): Use it.
640
07976ae3 6412010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
4b320a01
YK
642
643 * pop3.el (pop3-open-server): Read server greeting before starting TLS
644 negotiation.
645
f5462bae
JD
6462010-11-26 Julien Danjou <julien@danjou.info>
647
648 * color.el: Rename various rgb functions to srgb.
649
36af6c65
G
6502010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
651
652 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
653 names.
654
b40950bf
KY
6552010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
656
657 * shr.el (shr-insert): Revert last change.
658 (shr-find-fill-point): Never leave point being at bol;
659 relax the kinsoku limitation when rendering tables.
660
ae489548
LMI
6612010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
662
5be93fc8
LMI
663 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
664 results from -accept-article.
665
666 * shr-color.el: Require cl when compiling.
667
1e91d0eb
LMI
668 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
669 checkin.
670
671 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
672
57cc52be
LMI
673 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
674
5f285722
LMI
675 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
676 'add and 'delete to set backend marks.
677
678 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
679
680 * nnheader.el (nnheader-update-marks-actions): Refactor out.
681
682 * nntp.el (nntp-request-set-mark): Use it.
683
684 * nnfolder.el (nnfolder-request-set-mark): Ditto.
685
686 * nnml.el (nnml-request-set-mark): Ditto.
687
ae489548
LMI
688 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
689 introduces regressions in article selection.
cccb4b4c
LMI
690 (nnimap-find-uid-response): New function.
691 (nnimap-request-accept-article): Use the UID returned, if any.
692 (nnimap-request-move-article): Use the UID returned, if any.
693 (nnimap-get-groups): Reimplement to work with folded lines.
17dd2281 694 (nnimap-find-uid-response): The UID is the last element in the list.
5f285722
LMI
695 (nnimap-request-set-mark): Extend syntax with 'set.
696
697 * nnml.el (nnml-request-set-mark): Ditto.
698
699 * nnfolder.el (nnfolder-request-set-mark): Ditto.
700
701 * nntp.el (nntp-request-set-mark): Ditto.
ae489548 702
443ecb08
KY
7032010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
704
705 * message.el (message-called-interactively-p): A temporary macro.
706 (message-goto-body): Use it temporarily.
707
a56a1cce
LMI
7082010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
709
710 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
711 (nnimap-last-response-string): Unfold quoted lines, if they exist.
733de8e2 712 (nnimap-last-response-string): Fix last unfolding fix.
a56a1cce 713
fd042993
G
7142010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
715
716 * shr.el (shr-insert): Fix the way to fold lines.
717
d50717f0
JD
7182010-11-25 Julien Danjou <julien@danjou.info>
719
fd042993
G
720 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
721
722 * color.el: Rename from color-lab.el
723 (color-rgb->hex): Add.
724 (color-complement): Add.
725 (color-complement-hex): Add.
726
d50717f0
JD
727 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
728
fded65c7
LMI
7292010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
730
731 * shr-color.el (shr-color-visible): Don't bug out if the colour names
732 don't exist.
733
bbf9f302
KY
7342010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
735
e4f123a4
KY
736 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
737 assuming that article displaying or another mml-preview may be
738 interrupted for an error or for the like.
739
bbf9f302
KY
740 * shr.el (shr-get-background): Fix argument name.
741
144b7b5c
G
7422010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
743
744 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
745
746 * gnus-sum.el (gnus-summary-include-articles): New function.
747
748 * message.el (message-goto-body): called-interactively-p needs a
749 parameter, so use `any'.
750
751 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
752 clear marks before moving, since they're synced from the Gnus side
753 first.
754
755 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
756 (gnus-summary-move-article): Copy over all marks before moving, so that
757 IMAP doesn't think a new article has arrived.
758
7592010-11-24 Julien Danjou <julien@danjou.info>
760
761 * shr.el (shr-insert-background-overlay): Fix typo.
762 (shr-render-td): Copy the background before rendering.
763
764 * shr-color.el (shr-color-visible): Fix docstring.
765
766 * shr.el (shr-tag-table): Add bgcolor support.
767 (shr-render-td): Add bgcolor support.
768 (shr-get-background): Add.
769 (shr-insert-foreground-overlay): Use shr-get-background.
770
771 * message.el (message-goto-body): Use called-interactively-p.
772 (message-in-body-p): message-goto-body returns point.
773
7742010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
775
776 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
777 Fixes something or other in Emacs 23, and is backwards compatible.
778
779 * message.el (message-goto-body): Remove the <#secure special-casing,
780 which is too special.
781
782 * shr.el (shr-parse-style): Drop !important from styles.
783
7842010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
785
786 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
787 this function to return incorrect results when calling it with an
788 explicit article argument different from
789 (gnus-summary-article-number).
790
7912010-11-24 Julien Danjou <julien@danjou.info>
792
793 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
794 (shr-tag-body): Add background support.
795 (shr-descend): Add background support.
796 (shr-tag-title): Add.
797
798 * shr-color.el (shr-color-visible): Really return original background
799 if fixed.
800
67d43a1d
G
8012010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
802
803 * shr.el (shr-color-check): Protect against non-existant colour names.
804
8052010-11-24 Julien Danjou <julien@danjou.info>
806
5b42dfdd
JD
807 * color-lab.el: Require 'cl when compiling.
808
67d43a1d
G
809 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
810
811 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
812 matched part.
813
814 * color-lab.el: Fix all expt calls to use float type.
815
463bcf11
KY
8162010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
817
69881db0
KY
818 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
819 expression to shr-color-check as is.
820
4b8b6f60
KY
821 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
822
463bcf11
KY
823 * color-lab.el: Add coding cookie.
824 (float-pi): Use eval-and-compile.
825
094ae2ab
G
8262010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * shr.el (shr-insert-color-overlay): Split stuff like
829 "#444444 !important" to find the real colour.
1110d53b
LMI
830 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
831 parse <font color="red"> entries.
094ae2ab
G
832
8332010-11-23 Andrew Cohen <cohen@andy.bu.edu>
834
835 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
836 point when parsing headers.
837
838 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
839 is positioned properly when parsing headers.
840
a2994808
JD
8412010-11-23 Julien Danjou <julien@danjou.info>
842
094ae2ab
G
843 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
844
845 * shr-color.el (shr-color->hexadecimal): Add support for color names.
846
a2994808
JD
847 * shr.el (shr-parse-style): Replace \n with space in style parsing.
848
144b7b5c
G
849 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
850 shr-color-hue-to-rgb.
a2994808
JD
851 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
852
ebe79557
LMI
8532010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
854
855 * shr.el (shr-color->hexadecimal): Autoload.
856 (shr-descend): Add color to all tags.
857
440b1345
JD
8582010-11-22 Julien Danjou <julien@danjou.info>
859
ef6a2907
JD
860 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
861 shr-color->hexadecimal.
862
863 * shr-color.el (shr-color->hexadecimal): Add converting functions for
864 RGB() or HSL() color representation.
865
866 * shr.el (shr-tag-font): Add.
867 (shr-tag-color-check): New function to get better colors.
868 (shr-tag-insert-color-overlay): Factorize code between tag-font and
869 tag-span.
870
871 * shr-color.el: New file.
872
873 * color-lab.el: New file.
874
440b1345
JD
875 * gnus-art.el (gnus-url-mailto): Do not downcase args.
876
59e75882
G
8772010-11-21 Andrew Cohen <cohen@andy.bu.edu>
878
879 * nnir.el: Fix typo in comments.
880 (nnir-run-imap): Simplify code. No need to reverse artlist.
881 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
882
8832010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
884
885 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
886
887 * nnimap.el (nnimap-get-capabilities): Refactor out.
888 (nnimap-open-connection): Re-request capabilities after STARTTLS.
889
034244e5
RA
8902010-11-21 Ralf Angeli <angeli@caeruleus.net>
891
892 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
893 appearing when `mm-uu-hide-markers' is nil.
894
e39a5583
LMI
8952010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
896
296a8e19
SM
897 * nnimap.el (nnimap-unselect-group): Make into its own function.
898 (nnimap-request-rename-group): Unselect group before renaming.
899 This had gotten lost somewhere.
e39a5583
LMI
900 (nnimap-request-accept-article): Keep track of examined groups, and
901 unselect the group before APPENDing to read-only groups.
902 (nnimap-request-move-article): Clear flags before moving so that they
903 can be re-set later.
904
e7424f06
KY
9052010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
906
907 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
908 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
909
b59a9eef
KY
9102010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
911
912 * gnus-art.el (gnus-mime-display-single)
913 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
914 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
915 parameter.
916
d3098750
LMI
9172010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
918
296a8e19 919 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
d3098750
LMI
920 (shr-table-vertical-line): New variable.
921 (shr-insert-table): Use it.
922
6568a67d
KY
9232010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
924
925 * gnus-html.el (gnus-html-wash-images): Don't display images if
926 gnus-inhibit-images is non-nil; register displayer for cid images.
927 (gnus-html-display-image): Work for cid image.
928 (gnus-html-insert-image): Allow arguments.
929 (gnus-html-put-image): Inhibit read-only.
930 (gnus-html-prefetch-images): Don't prefetch images if
931 gnus-inhibit-images is non-nil.
932
c0f9edce
G
9332010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
934
935 * shr.el (shr-put-image): Break lines when inserting big pictures.
936
9372010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
938
939 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
940 sender, thanks Katsumi Yamaoka.
941
9422010-11-17 Andrew Cohen <cohen@andy.bu.edu>
943
944 * nnir.el (nnir-run-imap): Reverse the article list for each group
945 rather than the whole list.
946
40de2c6d
KY
9472010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
948
f8d8a97b
KY
949 * shr.el (shr-image-displayer): Protect function against non-existent
950 image source.
951
40de2c6d
KY
952 * gnus-art.el (gnus-inhibit-images): New user option.
953 (gnus-mime-display-single): Don't display image if it is non-nil.
954
955 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
956 gnus-inhibit-images.
957
958 * shr.el (shr-image-displayer): New function.
959 (shr-tag-img): Use it.
960
809fde05
DD
9612010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
962
963 * mml2015.el (mml2015-epg-sign): Use From header.
964
90eef047
LMI
9652010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
966
0073e031
LMI
967 * gnus-html.el (gnus-html-wash-images): Register a displayer.
968
969 * gnus-util.el (gnus-find-text-property-region): Return markers.
970
8b6f6573
LMI
971 * shr.el (shr-tag-img): Put a displayer in the text property.
972
973 * gnus-util.el (gnus-find-text-property-region): New utility function.
974
975 * gnus-html.el (gnus-html-display-image): Make the alt optional.
976 (gnus-html-show-images): Remove.
977
978 * gnus-art.el (gnus-article-show-images): New, more general function.
979
980 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
981 image url text properties.
982
983 * shr.el: Ditto.
984
90eef047
LMI
985 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
986 gnus-agent-auto-agentize-methods is set. Which it isn't.
987
3a7a03ad
KY
9882010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
989
990 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
991 work for two or more articles.
992
2f0e0dc8
KY
9932010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
994
059b2b00
KY
995 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
996 divide an image that's in an html article to two or more when washing
997 non-ASCII characters in alt text of it.
2f0e0dc8 998
b0feab7d
KY
9992010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1002 smime-decrypt-region using function argument.
1003 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1004
1005 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1006
1007 * smime.el (smime-decrypt-region): Catch it.
1008
ec54e7a4
SM
10092010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * smime.el (smime-mode-map): Move initialization into declaration.
1012 (gnus-run-mode-hooks): Don't autoload.
1013 (smime-mode): Use define-derived-mode.
1014
0b58f78e
GM
10152010-11-11 Glenn Morris <rgm@gnu.org>
1016
8d60680b
GM
1017 * smime.el (from): Restrict declaration to XEmacs.
1018
0b58f78e
GM
1019 * nnir.el (gnus-group-topic-name): Autoload.
1020
e7102c0a
KY
10212010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1022
1023 * shr.el (shr-insert): Don't break long line if it is because of
1024 kinsoku-bol characters in the line end.
1025
67a3b17c
AC
10262010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1027
54e275fa 1028 * nnir.el (nnir-request-move-article): Fix to provide original group
67a3b17c 1029 and subject.
54e275fa 1030 (nnir-warp-to-article): Don't fail on articles whose headers haven't
67a3b17c
AC
1031 been retrieved.
1032
54e275fa 1033 * gnus-sum.el (gnus-summary-move-article): Use original group and
67a3b17c
AC
1034 subject for virtual articles such as those in an nnir summary buffer.
1035
9c1d3f98
KY
10362010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1037
1038 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1039 least 21.5).
1040
1041 * smime.el (from): Declare it again for XEmacs.
1042
a7f6e5b9
LMI
10432010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1044
1045 * message.el (message-resend): Don't disable encoding unless it's
1046 already encoded.
1047
1048 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1049 low-numbered articles.
1050
fdf14191
KY
10512010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1052
3d492670
KY
1053 * rfc2047.el (rfc2047-syntax-table): Simplify.
1054
fdf14191
KY
1055 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1056 set-char-table-range for XEmacs.
1057
6f0d4bb6
GM
10582010-11-10 Glenn Morris <rgm@gnu.org>
1059
89eee1e0
GM
1060 * smime.el (from): Remove unused declaration.
1061
6f0d4bb6
GM
1062 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1063 (gnus-float-time): On Emacs, always an alias.
1064
1065 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1066 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1067
16c1b3bc
KY
10682010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1069
7dfd3008 1070 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
16c1b3bc 1071
be3c11b3
LMI
10722010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * shr.el (browse-url-mailto): Autoload.
1075
1076 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1077
1078 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1079 regexp doesn't need quoting.
1080
27410d0a
SJ
10812010-11-09 Sven Joachim <svenjoac@gmx.de>
1082
1083 * message.el (message-subject-trailing-was-ask-regexp)
1084 (message-subject-trailing-was-regexp): Match was: in addition to was.
1085
9b026d9f
GM
10862010-11-09 Glenn Morris <rgm@gnu.org>
1087
1088 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1089 (nnbabyl-check-mbox): Use point-at-bol.
1090
be3c11b3
LMI
10912010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1092
1093 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
44d51d84 1094
be3c11b3
LMI
1095 * message.el (message-mailto): New function.
1096 (message-mailto): Should accept other parameters.
1097 (message-mailto): Remove since it duplicates browse-url-mailto
1098 functionality.
44d51d84 1099
1fe0787f
LMI
11002010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1101
1102 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1103 methods.
1104 (gnus-read-active-file): Ditto.
1105
1106 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1107 ": " from the prompt.
1108 (gnus-group-make-group): Ditto.
1109
e180ab9f
GM
11102010-11-07 Glenn Morris <rgm@gnu.org>
1111
1112 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1113 (gnus-bookmark-kill-line): Use point-at-eol.
1114
c9bc6636
KY
11152010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1116
1117 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1118 asterisks in From header.
1119
4ddab346
G
11202010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1121
1122 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1123 string to avoid making the From headers syntactically invalid.
1124
1125 * message.el (message-send-mail): Don't insert courtesy messages if the
1126 message already has List-Post and List-ID messages.
1127
c497474b
GM
11282010-11-06 Glenn Morris <rgm@gnu.org>
1129
1130 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1131 `condition', `type', `length' a prefix.
1132 (gnus-treat-predicate): Update for above name changes.
1133
4ddab346
G
11342010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1135
1136 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1137 binding. Handled by `gnus-summary-refer-thread' instead.
1138 (nnir-warp-to-article): New backend function.
1139
1140 * nnimap.el (nnimap-request-thread): Force dependency updating.
1141
1142 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1143 (gnus-summary-refer-thread): Rework to improve thread-referral.
1144
1145 * gnus-int.el (gnus-warp-to-article): New function.
1146
1147 * gnus-sum.el (gnus-summary-article-map): Bind it.
1148
181cb5fb
G
11492010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1150
c497474b 1151 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
181cb5fb
G
1152 gnus-summary-refer-thread.
1153
c497474b 1154 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
181cb5fb 1155 headers.
c497474b 1156 (gnus-summary-limit-include-thread): Prevent articles in thread from
181cb5fb 1157 being cut in gnus-cut-threads.
c497474b 1158 (gnus-summary-refer-thread): Limit retrieved headers to those in
181cb5fb
G
1159 thread.
1160
11612010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1162
1163 * message.el (message-send-mail): Use the value of
1164 message-courtesy-message from the message buffer.
1165
1166 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1167
1168 * shr.el (shr-browse-url): Implement mailto: URLs.
1169
1170 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1171 "raw".
1172
1173 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1174 if it's already selected.
1175
1176 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1177
b354bc53
KY
11782010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1181 to measure the length and truncate alt text.
1182
73ab9865
GM
11832010-11-03 Glenn Morris <rgm@gnu.org>
1184
1185 * nndiary.el (nndiary-generate-nov-databases-1)
1186 (nndiary-generate-active-info): Rename dynamic variable `files' to
1187 something less generic.
1188
6ec9acb3
AC
11892010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1190
73ab9865 1191 * nnir.el (nnir-request-move-article): Call the underlying backend to
6ec9acb3
AC
1192 move articles from nnir.
1193
dc9791eb
LMI
11942010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1195
73ab9865 1196 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
dc9791eb 1197
14782c59
JD
11982010-11-02 Julien Danjou <julien@danjou.info>
1199
1200 * nnir.el: Remove wais support.
1201
cb48fe81
GM
12022010-11-02 Glenn Morris <rgm@gnu.org>
1203
1204 * gnus-html.el: Reorder requirements to quieten compiler.
1205
f939acf1
KY
12062010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1209 properly for XEmacs as well.
1210 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1211 (gnus-article-natural-long-line-p): Use window-width rather than
1212 frame-width.
1213
2960c86f
AC
12142010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1215
cb48fe81
GM
1216 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1217 (nnir-read-parms): Don't modify query.
1218 (nnir-run-query): Add ability to search topic on current line.
1219 (nnir-get-active): Clean up.
2960c86f 1220
9310f19d
LMI
12212010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1222
285cf7c8
LMI
1223 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1224 degenerate articles.
1225
1226 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1227 (gnus-print-buffer): Just print the buffer as is, without any copying
1228 to a buffer and then re-highlighting.
1229
9310f19d
LMI
1230 * nnimap.el (nnimap-request-group): Store the new updated info.
1231 (nnimap-request-group): Select the group when we don't know whether it
1232 exists or not.
1233
1234 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1235 groups.
1236
1237 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1238 groups.
1239
1240 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1241 groups.
1242
1243 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1244 long-lines case by only filling the long lines.
1245
1246 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1247 (bug #7311).
1248
84fd0e33
KY
12492010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1250
1251 * shr.el: No need to declare `declare-function' since shr.el is for
1252 only Emacsen that provide `libxml-parse-html-region'.
1253
c8ccffb1
GM
12542010-11-01 Glenn Morris <rgm@gnu.org>
1255
4c188c5a
GM
1256 * mm-util.el (gnus-completing-read): Autoload.
1257 (mm-read-coding-system): Simplify Emacs definition.
1258
4f7a670a 1259 * nnmail.el (gnus-activate-group):
c8ccffb1
GM
1260 * nnimap.el (gnutls-negotiate):
1261 * nntp.el (netrc-parse): Fix declarations.
1262
87732ef3
KY
12632010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1264
1265 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1266 string-match-p in Emacs >=23.
1267
1268 * gnus-msg.el (gnus-configure-posting-styles)
1269 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1270
a1daed2b
GM
12712010-11-01 Glenn Morris <rgm@gnu.org>
1272
e195d639
GM
1273 * nnir.el (declare-function): Add compat stub.
1274 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1275 (nnir-run-gmane): Require 'mm-url.
1276
ed1d182d
GM
1277 * mm-util.el (mm-string-to-multibyte): Simplify.
1278
85a45a69
GM
1279 * shr.el (declare-function): Add compat stub.
1280 (url-cache-create-filename): Declare.
1281 (mm-disable-multibyte, widget-convert-button): Autoload.
1282
b10d32ef
GM
1283 * smime.el (ldap-search): Declare.
1284 (smime-cert-by-ldap-1): Require ldap on Emacs.
1285
2b1e1ff4
GM
1286 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1287 (nnimap-keepalive): Use gnus-float-time.
1288
89cff466
GM
1289 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1290 (mail-source-delete-crash-box): Use gnus-float-time.
1291
26205de3 1292 * gnus-dired.el (gnus-completing-read): Autoload.
89cff466 1293
c36dea19 1294 * mm-view.el (gnus-rescale-image): Autoload.
89cff466 1295
e116c1eb
GM
1296 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1297
f979f37e
GM
1298 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1299
1d8ff0c6
GM
1300 * sieve-manage.el: Require 'cl when compiling.
1301
a1daed2b
GM
1302 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1303 (gnus-iswitchb-completing-read): Require iswitchb.
1304 (gnus-select-frame-set-input-focus): Silence compiler.
1305
389b76fa
G
13062010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1307
a8336650
LMI
1308 * message.el (message-subject-trailing-was-query): Change default to t,
1309 since I think that's what most people want.
1310
389b76fa
G
1311 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1312 appending for easier debugging.
1313 (nnimap-wait-for-connection): Take a regexp.
1314 (nnimap-request-accept-article): Wait for the continuation line before
1315 sending anything unless we're streaming.
1316
1317 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1318 leave the header washing to take place.
1319
13202010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1321
1322 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1323 regular expression match and replace in posting styles.
1324
13252010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1326
1327 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1328 an entire server.
1329 (nnir-get-active): New function.
1330 (nnir-run-imap): Use it.
1331 (nnir-run-gmane): Who knew, gmane search returns an article score!
1332
296a8e19 1333 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
389b76fa
G
1334 server on the current line with nnir.
1335
13362010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1337
1338 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1339 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1340 left edge.
1341 (gnus-article-foldable-buffer): Skip past the prefix when determining
1342 raggedness.
1343
1344 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1345 the raw article, and change `C-u g' to show the article without doing
1346 treatments.
1347
1348 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1349 on to `gnus-treat-article'.
1350 (gnus-inhibit-article-treatments): New variable.
1351
1352 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1353
1354 * gnus-art.el (gnus-treatment-function-alist): Have
1355 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1356 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1357 sections.
1358
1359 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1360 parameter.
1361 (gnus-article-fill-cited-long-lines): New function.
1362 (gnus-article-fill-cited-article): Allow filling only long sections.
1363
1364 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1365 and non-punctuation (like after the apostrophe in "'We").
1366
1367 * gnus-sum.el (gnus-summary-select-article): Make sure
1368 gnus-original-article-buffer is alive.
1369
1370 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1371 reflect the order they're in in the digest.
1372
1373 * gnus.el (gnus-group-startup-message): Move point to the start of the
1374 buffer.
1375
1376 * nnimap.el (nnimap-capability): New function.
1377 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1378 is set.
1379
324c5734
DE
13802010-10-31 David Engster <dengste@eml.cc>
1381
1382 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1383 conform with changes to gnus-completing-read.
1384
953d41c4
G
13852010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1386
1387 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1388
13892010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1390
2f5e7c6f
GM
1391 * nnir.el: Move defvar, defcustom around to keep file organized
1392 and keep byte-compiler quiet.
1393 (nnir-read-parms): Accept search-engine as arg.
1394 (nnir-run-query): Pass search-engine as arg.
1395 (nnir-search-engine): Remove.
953d41c4
G
1396
13972010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1398
1399 * shr.el (shr-generic): The text nodes should be text, not :text.
1400
1401 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1402 later in the file.
1403
14042010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1405
2f5e7c6f
GM
1406 * nnir.el: General clean up. Allow searching with multiple engines.
1407 Allow separate extra-parameters for each engine.
1408 Batch queries when possible.
1409 (nnir-imap-default-search-key,nnir-method-default-engines):
1410 Add customize interface.
1411 (nnir-run-gmane): New engine.
1412 (nnir-engines): Use it. Qualify all prompts with engine name.
1413 (nnir-search-engine): Remove global variable.
1414 (nnir-run-hyrex): Restore for now.
1415 (nnir-extra-parms,nnir-search-history): New variables.
1416 (gnus-group-make-nnir-group): Use them.
1417 (nnir-group-server): Remove in favor of gnus-group-server.
1418 (nnir-request-group): Avoid searching twice.
1419 (nnir-sort-groups-by-server): New function.
953d41c4 1420
837ba704
JD
14212010-10-30 Julien Danjou <julien@danjou.info>
1422
1423 * gnus-group.el: Remove gnus-group-fetch-control.
1424
2f5e7c6f
GM
1425 * gnus-start.el (gnus-find-new-newsgroups):
1426 Remove gnus-check-first-time-used.
837ba704
JD
1427
1428 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1429
1e961f10
KAH
14302010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1431
1432 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1433 set on groups that don't have \* permanentflags.
1434
99e65b2d
G
14352010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1436
1437 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1438 control the background color.
1439 (shr-tag-img): Ignore very small web bug type images.
1440 (shr-put-image): Add help-echo alt texts to the images.
1441 (shr-tag-video): Show the video poster image.
1442
14432010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1444
1445 * shr.el (shr-table-depth): New variable.
1446 (shr-tag-table-1): Only insert the images after the top-level table.
1447
1448 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1449
1450 * gnus-util.el (gnus-list-memq-of-list): New function.
1451
1452 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1453 selected.
1454 (nnimap-unsplittable-articles): New slot.
1455 (nnimap-new-articles): Use it.
1456
14572010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1458
1459 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1460 move to the previous line on `M-g'.
1461
14622010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1463
1464 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1465 *-request-group, which seems unnecessary.
1466
1467 * nnimap.el (nnimap-quote-specials): Function copied over from
1468 imap.el.
1469 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1470 they support that. Suggested by Tom Regner.
1471
86741733
JD
14722010-10-29 Julien Danjou <julien@danjou.info>
1473
99e65b2d
G
1474 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1475 defalias.
1476 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1477
1478 * gnus.el: Remove `gnus-nntp-service' variable.
1479 (gnus-secondary-servers): Make obsolete.
1480 (gnus-nntp-server): Make obsolete.
1481
2ec4c966
JD
1482 * gnus-start.el (gnus-1): Remove x-splash calls.
1483
1484 * gnus-ems.el (gnus-x-splash): Remove.
1485
1486 * gnus.el (gnus-group-startup-message): Simplify/update code.
1487
86741733
JD
1488 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1489 capability before doing anything.
1490 (gnus-group-insert-group-line): Remove useless
1491 gnus-group-remove-excess-properties.
1492
9efcd224
KY
14932010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1496
eb9df2c9
LMI
14972010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1498
1499 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1500 config after reselecting.
1501
cfe94935
JD
15022010-10-28 Julien Danjou <julien@danjou.info>
1503
4abff904
JD
1504 * shr.el (shr-put-image): Use point even if only inserting text.
1505 (shr-put-image): Save excursion when inserting alt text on non-graphic
1506 display, so the behaviour is the same when we are on a graphic display.
1507
cfe94935
JD
1508 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1509
a87ee50b
KY
15102010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1511
1512 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1513 (gnus-mime-copy-part): Check coding system, not charset.
1514 (gnus-mime-view-part-externally): Never remove part.
1515 (gnus-mime-view-part-internally): Don't remove part here.
1516 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1517 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1518 multipart/alternative.
1519
1520 * mm-decode.el (mm-display-part): Take optional arg `force'.
1521
11a5db4a
JD
15222010-10-26 Julien Danjou <julien@danjou.info>
1523
1524 * gnus-group.el (gnus-group-default-list-level): Add this function to
1525 compute the default list level.
1526 (gnus-group-default-list-level): Add possibility to use a function.
1527
e617ab06
KY
15282010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1529
3444dc61
KY
1530 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1531
e617ab06
KY
1532 * gnus-group.el (gnus-group-completing-read)
1533 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1534 gnus-replace-in-string.
1535
036d93bc
KY
15362010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1537
296a8e19 1538 * shr.el (shr-tag-div): Add.
036d93bc 1539
84acb2f6
JD
15402010-10-25 Julien Danjou <julien@danjou.info>
1541
1542 * gnus-util.el: Remove `gnus-with-local-quit'.
1543
1544 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1545
28090d40
LMI
15462010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1547
1548 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1549 the original article buffer.
1550
b5c575e6
G
15512010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1552
1553 * nnimap.el (nnimap-request-head): New function.
1554 (nnimap-request-move-article): Try to be slighly faster by not
1555 requesting the entire message when moving.
1556 (nnimap-transform-headers): Don't bug out on bodiless articles.
1557 (nnimap-send-command): Have no outstanding messages if the IMAP server
1558 doesn't support streaming.
1559 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1560
15612010-10-24 Julien Danjou <julien@danjou.info>
1562
1563 * message.el (message-default-headers): Fix type.
1564
de635afe
G
15652010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1566
1567 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1568 prefetching images.
1569
1570 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1571 backend for unknown groups. This is mainly useful for nnimap groups.
1572
1573 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1574 group isn't covered by the agent.
1575
15762010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1577
2f5e7c6f
GM
1578 * nnir.el (nnir-method-default-engines): New variable.
1579 (nnir-run-query): Use it.
1580 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1581 (gnus-summary-nnir-goto-thread): Change group if needed.
de635afe 1582
2f5e7c6f 1583 * gnus-group.el (gnus-group-group-map): Add key binding for
de635afe
G
1584 gnus-group-make-nnir-group.
1585
15862010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1587
2f5e7c6f 1588 * shr.el (shr-tag-object): Add.
de635afe
G
1589
1590 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1591 original article buffer live.
296a8e19
SM
1592 (gnus-summary-select-article-buffer):
1593 Mention gnus-widen-article-buffer.
de635afe 1594
530f7b67
LMI
15952010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1596
296a8e19 1597 * shr.el (shr-tag-strong): Add.
530f7b67 1598
280f417b
G
15992010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1600
530f7b67
LMI
1601 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1602 group names. They mess up the group buffer badly.
1603
280f417b
G
1604 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1605
1606 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1607 instead of the summary one.
1608
e0da801a
G
16092010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1610
f9bbc77a
KY
1611 * mml.el (mml-preview): Work properly when editing article.
1612
e0da801a
G
1613 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1614 gnus-have-read-active-file if it's already been in.
1615
16162010-10-22 Tom Tromey <tromey@redhat.com>
1617
1618 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1619 gnus-group-completing-read.
1620
d806c872
G
16212010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1622
1623 * message.el (message-mode-map): Don't bind M-; to comment region, to
1624 allow the global comment-dwim to work.
1625
16262010-10-21 Julien Danjou <julien@danjou.info>
1627
1628 * message.el (message-setup-1): Allow message-default-headers to be a
1629 function.
1630
3c066373
KY
16312010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1632
1633 * shr.el (shr-tag-table): Simplify.
1634
d815edf0 16352010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1171414d 1636
d815edf0
LMI
1637 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1638 to avoid trying to snarf invalid stuff.
1171414d 1639
d815edf0 1640 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
728fd3b9 1641
d99bf2d8
LMI
1642 * gnus.el (gnus-message-archive-group): Quote value.
1643 (gnus-message-archive-group): Mark as changed.
1644
6c85a14f
LMI
1645 * shr.el (shr-add-font): Don't put the font properties on the newline
1646 or the indentation.
1647
1648 * message.el (message-fix-before-sending): Change options when sending
1649 non-printable characters.
1650
d99bf2d8 1651 * gnus.el (gnus-message-archive-method): Change the default to
514d9128
LMI
1652 monthly outgoing groups.
1653
728fd3b9
LMI
1654 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1655 that have gotten new numbers.
1656
1657 * nnimap.el (nnimap-request-replace-article): New function.
1658
ab388ec4
KY
16592010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1660
1661 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1662 (nnrss-request-article): Don't use special html washing code.
1663
2526f423
G
16642010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1665
1666 * shr.el (shr-tag-table): Remove useless nconc.
1667
16682010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1669
1670 * gnus-art.el (article-wash-html): Simplify and remove the charset
1671 stuff. Use the normal html rendering code instead of the special html
1672 washing code.
1673
1674 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1675 `gnus-w3m' symbols.
296a8e19 1676 (mm-text-html-washer-alist): Remove.
2526f423 1677
296a8e19
SM
1678 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1679 (mm-inline-media-tests): Remove use.
2526f423
G
1680 (mm-text-html-renderer): Change default to the `shr' symbol.
1681
296a8e19 1682 * mm-view.el (mm-inline-text-html): Remove use.
2526f423
G
1683
1684 * gnus-art.el (gnus-blocked-images): New function. Allow the
1685 `gnus-blocked-images' to be a function.
296a8e19 1686 (gnus-article-wash-function): Remove.
2526f423 1687
9d1bf25d
JD
16882010-10-20 Julien Danjou <julien@danjou.info>
1689
2526f423
G
1690 * spam.el (spam-list-of-processors): Mark as obsolete.
1691
9d1bf25d 1692 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2526f423 1693 (nnimap-insert-partial-structure): Fix boundary detection.
9d1bf25d 1694
ba91f05d
G
16952010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1696
1697 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1698 run file-truename on remote files. This can be expensive and even
1699 prevent one from editing drafts if some unrelated buffer has a stale
1700 connection.
1701
9f47ba2d
KY
17022010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1703
1704 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1705 kinsoku-eol regardless of shr-kinsoku-shorten.
6c769311
KY
1706 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1707 (shr-tag-table): Support caption, thead, and tfoot.
9f47ba2d 1708
2e76c12c
LMI
17092010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1710
b643306f
LMI
1711 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1712 lines.
cdf1fca4 1713 (shr-save-contents): New command and keystroke.
b643306f 1714
2e76c12c
LMI
1715 * nndoc.el (nndoc-type-alist): Add git support.
1716 (nndoc-git-type-p): New function.
1717 (nndoc-transform-git-article): Ditto.
1718 (nndoc-transform-git-headers): Ditto.
c872595d 1719 (nndoc-transform-git-headers): Generate Subject headers.
2e76c12c
LMI
1720
1721 * shr.el (shr-parse-style): New function.
1722 (shr-tag-span): Ditto.
1723
1724 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1725 to `G G' to avoid collisions.
1726
83ffd571
KY
17272010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1728
2fe10446 1729 * shr.el: Load kinsoku if necessary.
83ffd571
KY
1730 (shr-kinsoku-shorten): New internal variable.
1731 (shr-find-fill-point): Make kinsoku shorten text line if
1732 shr-kinsoku-shorten is bound to non-nil.
1733 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1734 shr-indentation too when testing if table is wider than frame width.
1735 (shr-insert-table): Use `string-width' instead of `length' to measure
1736 text width.
1737 (shr-insert-table-ruler): Make sure indentation is done at bol.
1738
a04f9e26
SM
17392010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1742 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1743 undecoded network data.
1744
7cad71ad
G
17452010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1746
2755ee78
LMI
1747 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1748 name in the mode line spec so that the mode line menu works
1749 (bug #2431).
1750
1751 * message.el (message-get-reply-headers): If we're fed `to-address',
1752 then always use that.
1753
7cad71ad
G
1754 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1755 aren't so wide as to need to switch off the edit menu.
1756
1757 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1758 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1759
1760 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1761 `M-g'.
1762 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1763 the permanent marks.
1764
17652010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1766
a04f9e26
SM
1767 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1768 Splitting according to references/in-reply-to obeys the ignore-groups
1769 variable, while splitting by sender and subject do not.
7cad71ad
G
1770
17712010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1772
1773 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1774 alist, so that we can look for non-Unicode chars.
1775 (article-translate-strings): Allow both character and string maps.
1776
73db8b08
KY
17772010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * shr.el (shr-insert): Don't insert space behind a wide character
1780 categorized as kinsoku-bol, or between characters both categorized as
1781 nospace.
1782
b57a665d
G
17832010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1784
2f5e7c6f 1785 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
b57a665d
G
1786 headers to gnus-newsgroup-headers.
1787
17882010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1789
1790 * shr.el (shr-tag-img): Don't align images -- since we're not
1791 rescaling, this often leads to ugly displays.
1792
283f7b93
G
17932010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1794
a04f9e26 1795 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
283f7b93
G
1796 duplicates.
1797
17982010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1799
1800 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1801 call.
1802
68f6bd17
KY
18032010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1804
283f7b93
G
1805 * gnus.el: Autoload gnus-html-show-images.
1806
1807 * nnimap.el: Use nnheader-message throughout.
1808
68f6bd17
KY
1809 * shr.el (shr-tag-img): Ignore images with no data.
1810
283f7b93
G
18112010-10-15 Julien Danjou <julien@danjou.info>
1812
ba91f05d
G
1813 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1814 a possibility to disable format=flow encoding when using hard newlines.
283f7b93 1815
20438017
KY
18162010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1817
283f7b93
G
1818 * shr.el (shr-insert): Remove space inserted before or after a
1819 breakable character or at the beginning or the end of a line.
20438017
KY
1820 (shr-find-fill-point): Do kinsoku; find the second best point or give
1821 it up if there's no breakable point.
1822
030158f3
G
18232010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1824
1825 * nnimap.el (nnimap-open-connection): Message when opening connection
1826 for debugging purposes.
1827
1828 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1829 on every setup buffer call to allow this to change from article to
1830 article.
1831
1832 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1833 buffers where we have a wide table.
1834
18352010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1836
1837 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1838 uses *-request-thread.
1839
18402010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1843 incantation, which is no longer valid.
1844
18452010-10-14 Julien Danjou <julien@danjou.info>
1846
1847 * shr.el: Fix defcustom type (char -> character).
1848
0d2d1bdc
G
18492010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1852 programs.
1853
18542010-10-14 Julien Danjou <julien@danjou.info>
1855
31e96eec
JD
1856 * shr.el (shr-tag-a): Use url-link as widget type.
1857
0d2d1bdc
G
1858 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1859 `gnus-group-get-icon'.
1860
a1d16a7b
G
18612010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1862
d1090fe8
LMI
1863 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1864 This should make server editing work better.
1865
a1d16a7b
G
1866 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1867
1868 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1869 (nnimap-parse-flags): Fix regexp.
1870
1871 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1872 probably work for CJVK text, too.
1873
296a8e19 1874 * nnimap.el (nnimap-extend-tls-programs): Remove.
a1d16a7b
G
1875 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1876
18772010-10-13 Julien Danjou <julien@danjou.info>
1878
1879 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1880 responses.
1881
18822010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1885
1886 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1887 anything in Emacs.
1888
1889 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1890
d0e0de31
JD
18912010-10-13 Julien Danjou <julien@danjou.info>
1892
1893 * shr.el (shr-width): Make shr-width a defcustom with default to
1894 fill-column.
1895 (shr-tag-img): Use shr-width rather than fill-column.
1896
7417851c
KY
18972010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1898
68d9bf4b
KY
1899 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1900
7417851c
KY
1901 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1902 position when (X-)Faces exist.
1903 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1904 avatars when called interactively.
1905
ab67634f
G
19062010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1907
1908 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1909 gnus-article-x-face-too-ugly is bound.
1910
6ffab592
LMI
19112010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1912
ab67634f
G
1913 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1914
1915 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1916 mailbox that doesn't exist.
1917
19182010-10-12 Julien Danjou <julien@danjou.info>
1919
1920 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1921 (shr-get-image-data): Encode URL properly when fetching from cache.
1922 (shr-tag-img): Use aligned-to spaces to align correctly images.
1923
1924 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1925 before inserting the Gravatar.
1926
1927 * shr.el (shr-tag-img): Add align attribute support for <img>.
1928
19292010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1930
296a8e19 1931 * gnus-gravatar.el (gnus-art): Require.
ab67634f 1932
6ffab592
LMI
1933 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1934 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1935 Remove long obsoleted functions.
1936
f0b7f5a8
KY
19372010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1938
f0b7f5a8
KY
1939 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1940
ed1d182d
GM
1941 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1942 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1943 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1944 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1945 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1946 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
f0b7f5a8
KY
1947 Fix comment for declare-function.
1948
6b7df8d3
G
19492010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1950
1951 * nnimap.el (nnimap-request-rename-group): Select group read-only
1952 before renaming it.
1953
1954 * shr.el (shr-insert): Fix up the white space only regexp.
1955
1956 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1957 bodies. Protect against this. Reported by Michael Welsh Duggan.
1958
1959 * shr.el (shr-current-column): New function.
1960 (shr-find-fill-point): New function.
1961
19622010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1963
1964 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1965 numbers.
1966
19672010-10-11 Julien Danjou <julien@danjou.info>
1968
1969 * shr.el (shr-hr-line): Add.
1970 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1971 display hr lines.
1972 (shr-max-columns): Do not change state to nil if we just inserting
1973 spaces.
1974
6ec07c5a
LMI
19752010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1976
1977 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1978 select the last group.
1979
0be56f17
TZ
19802010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1981
1982 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1983
dab0271f
G
19842010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1985
1986 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1987 for Gnus.
1988 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1989 (nnimap-update-qresync-info): Mark \Seen articles as read.
1990
1991 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1992 non-variable, too.
1993
1994 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1995 available.
1996 (nnimap-update-info): Rely more on the current active than the param
1997 active to avoid marking articles as read too much.
1998
1999 * auth-source.el (auth-source-create): Use (user-login-name) for the
2000 user name default.
2001
2002 * nnimap.el (nnimap-update-info): If the server doesn't return any
2003 useful info, just use the previous info.
2004 (nnimap-update-info): Prefer old info over start-article.
2005 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2006
20072010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2008
2009 * nnir.el (autoload): Clean up autoloads.
2f5e7c6f
GM
2010 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2011 Use key rather than value.
dab0271f
G
2012 (nnir-imap-search-other): New variable.
2013 (nnir-read-parm): Use it.
2014 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2015 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2016
20172010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2020 the process, too.
2021
f7aa248a
G
20222010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2023
296a8e19
SM
2024 * spam.el (gnus-summary-mode-map): Bind to "$".
2025 Suggested by Russ Allbery.
f7aa248a
G
2026
2027 * shr.el: Rework the way things are indented by <li> slightly.
2028
2029 * gnus.el (gnus-group-set-parameter): Fix typo.
2030
2031 * nnimap.el: Start implementing QRESYNC support.
2032
20332010-10-09 Julien Danjou <julien@danjou.info>
2034
2035 * nnir.el (nnir-engines): Fix too many arguments.
2036
20372010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2038
2039 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2040 group is the "last", so that the backends like nnfolder actually save
2041 their folders.
2042
2043 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2044 try to use that for the tls stream.
2045 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2046 UIDVALIDITY and find out which groups are read-only and not.
2047 (nnimap-get-flags): Use the same marks parsing code as the rest of
2048 nnimap.
2049
afba0c4b
JD
20502010-10-09 Julien Danjou <julien@danjou.info>
2051
1736ad36
JD
2052 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2053
afba0c4b
JD
2054 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2055 retrieving gravatars.
2056
2057 * shr.el (shr-table-corner): Add.
2058 (shr-table-line): Add.
2059 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2060
36d3245f
G
20612010-10-08 Julien Danjou <julien@danjou.info>
2062
2063 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2064
20652010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2066
2067 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2068
2069 * gnus-sum.el (gnus-mark-article-as-unread)
2070 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2071 (gnus-summary-set-bookmark): Use it.
2072
2073 * gnus-msg.el (gnus-setup-message): Use it.
2074
2075 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2076
2077 * gnus.el (gnus-group-remove-parameter): Use it.
2078
2079 * gnus-group.el (gnus-group-make-web-group): Use it.
2080
2081 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2082
2083 * nnregistry.el: Update docs to mention manual.
2084
2085 * gnus-registry.el: Update docs to mention nnregistry.el.
2086 (gnus-registry-initialize): Don't install nnregistry refer method
2087 automatically.
2088 (gnus-registry-install-nnregistry): Remove it.
2089
20902010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2091
2092 * shr.el (shr-insert): Don't insert double spaces.
2093
863b61d6
KY
20942010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2095
090f6ea1
KY
2096 * gnus-gravatar.el (gnus-treat-from-gravatar)
2097 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2098 called interactively.
2099
f7aa0b8f
KY
2100 * gnus-art.el (gnus-mime-view-part-externally)
2101 (gnus-mime-view-part-internally): Make predicate function passed to
2102 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2103 of a mime type.
2104
863b61d6
KY
2105 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2106
3d319c8f
LMI
21072010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2108
2109 * shr.el (require): Require cl when compiling.
2110 (shr-tag-hr): New function.
2111
2112 * nnimap.el (nnimap-update-info): Remove double setting of high.
296a8e19
SM
2113 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2114 This makes nnimap work properly on Courier again.
3d319c8f
LMI
2115
2116 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2117 the variable for backwards compatability.
2118
2119 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2120 the file name before using to avoid setting mm-default-directory to
2121 nil.
2122
2123 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2124 bidning gnus-agent variables.
2125
2126 * shr.el (shr-render-td): Use a cache for the table rendering function
2127 to avoid getting an exponential rendering behaviour in nested tables.
2128 (shr-insert): Rework the line-breaking algorithm.
2129 (shr-insert): Don't leave trailing spaces.
2130 (shr-insert-table): Also insert empty TDs.
2131 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2132
3a3cbf0a
SM
21332010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * gnus-sum.el (gnus-number): Rename from `number'.
2136 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2137 (gnus-summary-limit-children): Update uses correspondingly.
2138
fcf2d385
KY
21392010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2140
2141 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2142 (gnus-gravatar-transform-address): Don't show avatars of people of
2143 which mail addresses match gnus-gravatar-too-ugly.
2144
a7dcc87b
G
21452010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2146
2147 * shr.el (shr-table-widths): Expand TD elements to fill available
2148 space.
2149
21502010-10-07 Julien Danjou <julien@danjou.info>
2151
2152 * nnimap.el (nnimap-request-rename-group): Add this method.
2153
814cc274
KY
21542010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2155
2156 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2157 name from XEmacs' function-arglist.
2158
2159 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2160 gravatar under XEmacs.
2161
cbabe91f
TZ
21622010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2163
2164 * auth-source.el: Update docs with TODO items.
2165
2166 * gnus-sync.el: Update docs to explain state and plans.
2167
2168 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2169 Hooks for mark updates.
2170 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2171
2172 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2173 hooks with arguments, which is needed for mark update hooks.
2174
fd9ba500
JD
21752010-10-06 Julien Danjou <julien@danjou.info>
2176
d2abc29a
JD
2177 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2178 was matched.
2179
fd9ba500
JD
2180 * sieve-manage.el: Update example in `Commentary'.
2181
2182 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2183
2184 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2185 not 2000.
2186 (sieve-manage-authenticate): Re-add function.
2187
66627fa9
G
21882010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2189
2190 * shr.el (shr-insert): Get 'space transition right.
35624242 2191 (shr-render-td): Only delete space at the end of the TD.
66627fa9
G
2192
2193 * nnimap.el (nnimap-open-connection): Prepare to support
2194 open-gnutls-stream.
2195
2196 * shr.el: Rearrange function order to be more logical.
2197
21982010-10-06 Julien Danjou <julien@danjou.info>
2199
2200 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2201 (nnrss-discover-feed): Remove 404 URL in docstring.
2202
2203 * nnir.el: Fix Swish-E URL.
2204 Fix Namazu URL.
2205
2206 * message.el (message-change-subject): Remove 404 URL in a comment.
2207
61c47336
KY
22082010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2209
568f71a8
KY
2210 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2211 called interactively.
2212
61c47336
KY
2213 * gnus-util.el (gnus-remove-if): Allow hash table.
2214 (gnus-remove-if-not): New function.
2215
2216 * gnus-art.el (gnus-mime-view-part-as-type)
2217 * gnus-score.el (gnus-summary-score-effect)
2218 * gnus-sum.el (gnus-read-move-group-name):
2219 Replace remove-if-not with gnus-remove-if-not.
2220
2221 * gnus-group.el (gnus-group-completing-read):
2222 Regard collection as a hash table if it is not a list.
2223
130e977f
LMI
22242010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2225
a0ec382a
LMI
2226 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2227
2228 * shr.el: Document the table-rendering algorithm.
2229
130e977f
LMI
2230 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2231 invalid URLs.
2232
2233 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2234 line-broken.
2235 (shr-tag-img): Ignore image fetching errors.
2236 (shr-overlays-in-region): Compute overlay positions correctly.
2237
2238 * mm-decode.el (mm-shr): Require shr.
2239
2240 * gnus-art.el (gnus-blocked-images): Move variable here.
2241
2242 * shr.el (shr-insert-table): Bind free variable.
2243
2244 * mm-decode.el (mm-shr): Bind shr-content-function.
2245
2246 * shr.el (shr-content-function): New variable.
2247
2248 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2249 added for symmetry.
2250
2251 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2252
2253 * gnus-group.el (gnus-group-make-group): Doc fix.
2254
2255 * nnimap.el (nnimap-request-newgroups): Return success.
2256
2257 * shr.el (shr-find-elements): New function.
2258 (shr-tag-table): Put all the images after the table.
2259 (shr-tag-table): Really inhibit images inside the table.
2260 (shr-collect-overlays): Copy over overlays from the TD elements to the
2261 main document.
2262
2263 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2264 gnus-blocked-images.
2265
6f7e2ffd
JD
22662010-10-05 Julien Danjou <julien@danjou.info>
2267
1d8e1f78
JD
2268 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2269
6f7e2ffd
JD
2270 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2271 (gnus-html-maximum-image-size): Add this function.
2272 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2273
2274 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2275 server-value of the capability is nil.
2276
562f5ce5
G
22772010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2278
2279 * shr.el (shr-tag-em): Add <EM> tag.
2280
22812010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2282
2283 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2284 customizable.
2285
2286 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2287 handing broken links to browse-url.
2288
50cb700c
JD
22892010-10-05 Julien Danjou <julien@danjou.info>
2290
2291 * gnus-util.el (gnus-emacs-completing-read)
2292 (gnus-iswitchb-completing-read): Use autoload rather than require.
2293
cfadea45
KY
22942010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2295
1225bc49
KY
2296 * gnus-util.el (gnus-completing-read-function): Exclude
2297 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2298 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2299 XEmacs.
2300
2301 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2302 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2303
9c619400
KY
2304 * gnus-html.el: Don't require help-fns under XEmacs.
2305 (gnus-html-schedule-image-fetching): Work for XEmacs.
2306
cfadea45
KY
2307 * mm-decode.el (mm-shr): Decode contents by charset.
2308
5d2ef6db
G
23092010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2310
130e977f
LMI
2311 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2312 unknown.
2313
71e691a5
G
2314 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2315 (shr-get-image-data): Ensure against the cache file missing.
2316
2317 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2318 for data.
2319
2320 * spam-report.el (spam-report-url-ping-plain): Don't query about
2321 killing the process.
2322
2323 * shr.el (shr-render-td): Protect against too-wide text.
2324
23252010-10-04 Julien Danjou <julien@danjou.info>
2326
2327 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2328 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2329
2330 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2331 retrieved.
2332
23332010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2334
296a8e19 2335 * shr.el (browse-url): Require.
71e691a5
G
2336 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2337 lines.
2338 (shr-show-alt-text, shr-browse-image): New commands.
2339 (shr-browse-url, shr-copy-url): New commands.
2340
2341 * gnus-sum.el (gnus-widen-article-window): New variable.
2342 (gnus-summary-select-article-buffer): Use it.
2343
2344 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2345 without @ signs.
2346
23472010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2348
2349 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2350
23512010-10-04 Julien Danjou <julien@danjou.info>
2352
2353 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2354 for XEmacs.
2355
23562010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2357
2358 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2359
2360 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2361 (nnimap-close-server): Implement.
2362
5d2ef6db 2363 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1e463294
LMI
2364 (shr-insert): Tweak line breaking.
2365 (shr-insert): Handle <pre> better.
8028ed5c
LMI
2366 (shr-tag-li): Get <li> indentation right.
2367 (shr-tag-li): Get <li> indentation even righter.
2368 (shr-tag-blockquote): Ensure paragraph start.
71e691a5
G
2369 (shr-make-table): Tweak table generation.
2370 (shr-make-table): Fix typo.
2371
2372 * shr.el: Implement table rendering.
5d2ef6db
G
2373
23742010-10-04 Julien Danjou <julien@danjou.info>
2375
2376 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2377
23179cb9
LMI
23782010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2379
2380 * shr.el (shr-insert): Use string anchors instead of line anchors.
2381
a41c2e6d
G
23822010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2383
2384 * shr.el: Add headings.
2385 (shr-ensure-paragraph): Actually work.
2386 (shr-tag-li): Make <ul> prettier.
2387 (shr-insert): Get white space at the beginning/end of elements right.
2388 (shr-tag-p): Collapse subsequent <p>s.
2389 (shr-ensure-paragraph): Don't insert double line feeds after blank
2390 lines.
2391 (shr-insert): \t is also space.
2392 (shr-tag-s): Fix "s" tag name function.
2393 (shr-tag-s): Fix face prop name.
2394
23952010-10-03 Julien Danjou <julien@danjou.info>
2396
2397 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2398
2399 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2400 gnus-window-inside-pixel-edges.
2401
2402 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2403 gnus-ems.
2404
2405 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2406
2407 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2408 function.
2409
2410 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2411 resize choice.
2412
24132010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2414
2415 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2416 beginning of the buffer.
2417
2418 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2419 article buffer again.
2420
296a8e19 2421 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
a41c2e6d
G
2422
2423 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2424 when it's at the start of the buffer.
2425
2426 * shr.el (shr-tag-blockquote): Convert name.
2427 (shr-rescale-image): Use the right image-size variant.
2428
2429 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2430 buffer isn't shown, then select the current article first instead of
2431 bugging out.
2432 (gnus-summary-select-article-buffer): Show both the article and summary
2433 buffers again.
2434
2435 * shr.el (shr-fontize-cont): Protect against regions with no text.
2436 Rename tag functions to shr-tag-* for enhanced security.
2437 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2438
d99a4591
CY
24392010-10-03 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * shr.el (shr-insert):
2442 * pop3.el (pop3-movemail):
2443 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2444 loaded.
2445
922ad43e
GM
24462010-10-03 Glenn Morris <rgm@gnu.org>
2447
0f810fbf
GM
2448 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2449
3615c80c
GM
2450 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2451
7530a81b
GM
2452 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2453
4ec3f7cf
GM
2454 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2455
922ad43e
GM
2456 * gnus-util.el (gnus-make-local-hook): Simplify.
2457
870409d4
G
24582010-10-02 Julien Danjou <julien@danjou.info>
2459
2460 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2461 (gnus-ido-completing-read): New function.
2462 (gnus-emacs-completing-read): New function.
2463 (gnus-completing-read): Use gnus-completing-read-function.
2464 Add gnus-completing-read-function.
2465
24662010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2467
2468 * shr.el (shr-insert-document): Autoload.
2469 (shr-img): Be silent.
2470 (shr-insert): Add a newline after every picture before text.
2471 (shr-add-font): Use overlays for combining faces.
2472 (shr-insert): Pass upwards the text start point.
2473
2474 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2475 possible.
2476 (mm-shr): New function.
2477
24782010-10-02 Julien Danjou <julien@danjou.info>
2479
2480 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2481 should go backward.
2482
f3fd95db
JB
24832010-10-02 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * shr.el (shr): Fix typo in provide call.
2486
367f7f81
LMI
24872010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * shr.el: New file.
2490
2491 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2492
2493 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2494 completing read.
2495
a3f57c41
G
24962010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2499 we're being queried about. Suggested by Dan Jacobson.
2500
296a8e19
SM
2501 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2502 Suggested by Jason Eisner.
a3f57c41
G
2503
2504 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2505 table, too. Suggested by Stefan Wiens.
2506 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2507 the table unnecessary. Suggested by Stefan Wiens.
2508
2509 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2510 longer needed, and probably doesn't work either, as pointed out by
2511 Stefan Wiens.
2512 (gnus-summary-exit): Remove call to the clearing function.
2513 (gnus-summary-exit-no-update): Ditto.
2514
2515 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2516 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2517 Reported by Stefan Monnier.
2518 (gnus-summary-save-in-rmail): Ditto.
2519
2520 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2521 article buffer, instead of both the article buffer and the summary
2522 buffer. Sort of suggested by Dan Jacobson.
2523
2524 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2525
2526 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2527 Suggested by Dan Jacobson.
2528
2529 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2530 documentation clearer.
2531
2532 * message.el (message-shorten-references): Comment on the number "21".
2533 Suggested by Stefan Monnier.
2534
2535 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2536 Suggested by Dan Jacobson.
2537
296a8e19
SM
2538 * gnus.el (gnus-large-newsgroup):
2539 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
a3f57c41
G
2540
2541 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2542 externalize attachments. Bug reported by Steve Wen.
2543
2544 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2545 really message anything to the user.
2546
2547 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2548 directly.
2549
2550 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2551 messages in empty groups.
2552
25532010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2554
2555 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2556 non-UIDNEXT group.
2557
25582010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2561 not the value from the collection.
2562
2563 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2564 values. This sometimes happens on some groups that have no info.
2565 (nnimap-request-newgroups): New function.
2566
25672010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2568
2569 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2570 check into `gnus-registry-initialize'.
2571 (gnus-registry-initialize): Ditto.
2572 Fix and extend header docs.
2573
aecb42aa
LMI
25742010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2575
0a887f39
LMI
2576 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2577 regexp backtrace overflows.
2578
aecb42aa
LMI
2579 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2580 for starttls that tls.el implements; i.e. openssl.
2581
4b36c6d4
KY
25822010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2583
2584 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2585 (gravatar-create-image): New function that's an alias to
2586 gnus-xmas-create-image, gnus-create-image, or create-image.
2587 (gravatar-data->image): Use it.
2588
6b958814
G
25892010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2590
2591 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2592 install the nnregistry refer method.
2593 (gnus-registry-install-hooks): Use it.
2594 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2595 unfollowed groups.
2596
25972010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2598
2599 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2600 expanding threads.
2601
26022010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2603
2604 * nnir.el: Use the server names without suffixes (bug #7009).
2605
2606 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2607 unencrypted to STARTTLS, if possible.
2608
26092010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2610
2611 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2612 headers before superseding.
2613
26142010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2615
2616 * nnrss.el (nnrss-use-local): Add documentation.
2617
2618 * nnimap.el (nnimap-extend-tls-programs): New function.
2619 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2620 (nnimap-wait-for-connection): Accept the greeting from the stupid
2621 output from openssl s_client -starttls, too.
2622
2623 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2624 article number.
2625 (nnimap-split-fancy): New variable.
2626 (nnimap-split-incoming-mail): Use it.
2627
2628 * nntp.el (nntp-server-list-active-group): Document.
2629
2630 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2631 SELECT to get the message-id.
2632
296a8e19 2633 * mail-source.el (mail-sources): Remove webmail support.
6b958814
G
2634 (defvar): Ditto.
2635 (mail-source-fetcher-alist): Ditto.
296a8e19 2636 (mail-source-fetch-webmail): Remove.
6b958814 2637
296a8e19 2638 * webmail.el: Remove -- doesn't seem relevant any more.
6b958814
G
2639
2640 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2641
2642 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2643 the \r.
2644
743595bc
JD
26452010-09-30 Julien Danjou <julien@danjou.info>
2646
2647 * gnus-agent.el (gnus-agent-add-group): Fix call to
2648 gnus-completing-read.
2649
26502010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2651
2652 * nndoc.el (nndoc-retrieve-groups): New function.
2653
2654 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2655 `default', use nnmail-split-methods.
2656 (nnimap-request-article): Downcase the NILs so that they are nil.
2657
2658 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2659 symbol.
2660
2661 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2662 code, since if the user has requested network, that's what they ought
2663 to get.
2664 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2665 (nnimap-split-rule): Mark as obsolete.
2666
296a8e19
SM
2667 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2668 New variable.
743595bc
JD
2669
2670 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2671 correct slot, too.
2672
26732010-09-29 Julien Danjou <julien@danjou.info>
2674
2675 * gnus.el (gnus-local-domain): Declare variable obsolete.
2676
2f5e7c6f
GM
2677 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2678 Fix history computing.
743595bc
JD
2679 (gnus-ido-completing-read): Require ido.
2680
26812010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2684 build Gnus.
2685
2686 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2687 when interpreting the structures.
2688 (nnimap-request-accept-article): Add \r\n to the lines to make this
2689 work with Cyrus.
2690
743595bc
JD
2691 * nndraft.el (nndraft-request-expire-articles): Use the group name
2692 instead if "nndraft". Fix found by Nils Ackermann.
2693
6b958814
G
26942010-09-29 Ludovic Courtes <ludo@gnu.org>
2695
296a8e19 2696 * nnregistry.el: Add.
6b958814 2697
01270787
SM
26982010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2699
2700 * nnmail.el (group, group-art-list, group-art):
2701 Remove unneeded directives.
2702
0c43b6f8
KY
27032010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2704
2705 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2706 (mm-mime-charset)
2707 * rfc2047.el (rfc2047-syntax-table)
2708 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2709
2710 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2711 rather than `insert-file-contents' and `eval-region'.
2712
743595bc
JD
27132010-09-29 Julien Danjou <julien@danjou.info>
2714
2715 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2716 replacement of `gnus-gravatar-relief' to mimic
2717 `gnus-faces-properties-alist'.
2718 Add :version property.
2719
5b5dafd2
KY
27202010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2721
2722 * mail-source.el (mail-source-report-new-mail)
2723 * message.el (message-default-mail-headers)
2724 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2725
2726 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2727
b6fda8fc
JD
27282010-09-28 Julien Danjou <julien@danjou.info>
2729
2730 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2731 mail-address contains the same string as real-name.
2732
2733 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2734 non-blank in header, otherwise it'll get stripped.
2735
2736 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2737 real-name, and then for mail address rather than doing : or , search.
2738
743595bc
JD
27392010-09-27 Julien Danjou <julien@danjou.info>
2740
743595bc
JD
2741 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2742 right completing-read function.
2743 (gnus-use-ido): New variable
2744 (gnus-completing-read-with-default): Remove.
296a8e19
SM
2745 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2746 (gnus-agent-add-group):
2747 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2748 * mm-view.el (mm-view-pkcs7-decrypt):
2749 * mm-util.el (mm-codepage-setup):
2750 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2751 * mml-smime.el (mml-smime-openssl-sign-query):
2752 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2753 (mml-insert-multipart):
2754 * gnus-msg.el (gnus-summary-yank-message):
2755 * gnus-int.el (gnus-start-news-server):
2756 * mm-decode.el (mm-interactively-view-part):
2757 * gnus-dired.el (gnus-dired-attach):
2758 * gnus.el (gnus-read-method):
2759 * gnus-bookmark.el (gnus-bookmark-jump):
2760 * gnus-art.el (gnus-mime-view-part-as-type)
2761 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2762 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2763 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2764 * nnmairix.el (nnmairix-create-server-and-default-group)
2765 (nnmairix-update-groups, nnmairix-get-server)
2766 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2767 (nnmairix-get-group-from-file-path):
2768 * nnrss.el (nnrss-find-rss-via-syndic8):
2769 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2770 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2771 (gnus-group-browse-foreign-server):
2772 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2773 (gnus-summary-execute-command, gnus-summary-respool-article)
2774 (gnus-read-move-group-name):
2775 * gnus-score.el (gnus-summary-increase-score)
2776 (gnus-summary-score-effect):
2777 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
743595bc 2778
e0a185ae
KY
27792010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2780
635be05a
KY
2781 * nnimap.el (auth-source-forget-user-or-password)
2782 (auth-source-user-or-password): Autoload.
2783
e0a185ae
KY
2784 * message.el (message-from-style, message-interactive)
2785 (message-signature): Remove comment.
2786 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2787 always.
2788 (message-sendmail-envelope-from): Comment fix.
2789 (message-yank-prefix): Default to mail-yank-prefix always.
296a8e19
SM
2790 (message-indentation-spaces):
2791 Default to mail-indentation-spaces always.
e0a185ae
KY
2792 (message-signature-file): Default to mail-signature-file always.
2793
9f2d52e7
G
27942010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2797 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2798 new articles.
2799
2800 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2801 parts.
2802 (nnimap-request-article): Work with the t setting, too.
2803
2804 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2805 that you don't get flashes of other buffers.
2806 (gnus-summary-show-complete-article): Intern before setting.
2807
28082010-09-27 David Engster <dengste@eml.cc>
2809
938c0d10 2810 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9f2d52e7
G
2811 well as HEADERS.
2812 (nnmairix-retrieve-headers): Provide new argument for the above.
2813
28142010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2815
2816 * gnus-sum.el (gnus-summary-move-article): Don't alter
2817 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2818 group.
2819
2820 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2821
2822 * message.el (message-cite-prefix-regexp): Revert my last edit.
2823
2824 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2825 variable instead of the Gnus variable.
2826
2827 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2828
296a8e19 2829 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9f2d52e7
G
2830
2831 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2832 since some servers don't like it.
2833 (nnimap-open-connection): Forget credentials if the server says the
2834 password was wrong.
2835 (nnimap-parse-line): Protect against invalid data.
2836
2837 * gnus-sum.el (gnus-summary-move-article): Add comment.
2838 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2839 nothing alters it while scanning for new messages.
2840
2841 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2842 which may or may not help.
2843 (nnimap-open-connection): If we're doing a stream connection, and then
2844 discover we're on a STARTTLS-capable server, then open a STARTTLS
2845 connection instead.
2846
14db1c41
LMI
28472010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2848
296a8e19 2849 * nnimap.el (utf7): Require.
14db1c41
LMI
2850
2851 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2852 prefix.
2853
1d77b63e
JB
28542010-09-27 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2857
062eae99
G
28582010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2859
2860 * nnimap.el (nnimap-request-accept-article): Message the error on
2861 error.
2862
e5fa3899
KY
28632010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2864
2865 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2866
1821a7b4
LMI
28672010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2868
82bccbfa
KY
2869 * nndoc.el (nndoc-request-list): Return success always.
2870
2871 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
296a8e19
SM
2872 `fetch-old' -- we only want to fetch the articles we've requested.
2873 The rest are in the agent, probably.
82bccbfa
KY
2874 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2875 disappeared server" to something low. It's not important.
2876
2877 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2878 arrived before the FETCH data.
2879
2880 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2881 target here, because we don't know the Gnus name of the group.
2882
2883 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2884 for the correct group.
2885
2886 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2887
2888 * gnus.el (gnus): Give a final warning after startup.
2889
2890 * gnus-util.el (gnus-action-message-log): New variable.
2891 (gnus-message): Use it.
2892 (gnus-final-warning): New function.
2893
2894 * nnimap.el (nnimap-open-connection): Record the greeting.
2895 (nnimap): Add greeting.
2896
28972010-09-26 Julien Danjou <julien@danjou.info>
2898
2899 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2900 arguments.
2901 (gnus-html-wash-images): Fix spec computing to include start/end.
2902
2903 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2904
29052010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2906
2907 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2908 deletion.
2909 (nnimap-retrieve-headers): Don't select the group, because that's
2910 already done by nnimap-possibly-change-group.
2911
2912 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2913 (gnus-picon-transform-address): Use it.
2914
2696d88f
G
2915 * mail-source.el (mail-source-value): Revert previous patch.
2916
2917 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2918 on failure.
2919 (nnimap-open-connection): Look up both virtual and physical server name
2920 credentials.
2921
2922 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2923
29242009-02-08 Dave Love <fx@gnu.org>
2925
296a8e19
SM
2926 * gnus-win.el (gnus-window-to-buffer-helper)
2927 (gnus-all-windows-visible-p): Function needn't be a symbol.
2696d88f
G
2928
2929 * mail-source.el (mail-source-value): Function needn't be a symbol.
2930
29312010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2932
2933 * message.el (message-cite-prefix-regexp): Remove } from the cite
2934 prefix.
2935
2936 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2937 highlight again, so that the highlight is correct.
2938
2939 * gnus-picon.el (gnus-picon): Remove again.
2940 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2941
1821a7b4
LMI
2942 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2943 doing the header highlightling, so that the background colour of the
2944 picon is correct.
2945
296a8e19 2946 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
1821a7b4
LMI
2947 (gnus-picon): Ditto.
2948 (gnus-picon): Reinstate. The background colour for picons is white.
2949 (gnus-picon-insert-glyph): Make the background white.
2950
2951 * nnml.el (nnml-open-nov): Don't return dead buffers.
2952
2953 * auth-source.el (auth-source-create): Query the user for whether to
2954 store the credentials.
2955
2956 * auth-source.el (auth-source-user-or-password): Use the existing auth
2957 sources, if any, for creation.
2958
2959 * gnus.el (gnus-group-fast-parameter): Return the last matching
2960 parameter instead of the first matching parameter.
2961
29622010-09-26 Julien Danjou <julien@danjou.info>
2963
2964 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2965
29662010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2967
2968 * mml2015.el (mml2015-use): Remove gpg support.
2969
2970 * mml1991.el (mml1991-function-alist): Remove gpg function.
296a8e19 2971 (mml1991-gpg-sign): Remove.
1821a7b4
LMI
2972
29732010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2974
2975 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2976 (gnus-browse-unsubscribe-current-group): Document it.
2977 (gnus-browse-unsubscribe-group): Use it.
2978
29792010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2980
2981 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2982 address to the To list for easier response.
2983
296a8e19 2984 * gnus.el (gnus-play-startup-jingle): Remove.
1821a7b4
LMI
2985 (gnus-splash): Don't play jingle.
2986 (gnus): Silence gnus-load message.
2987
296a8e19 2988 * gnus-art.el (gnus-treat-play-sounds): Remove.
1821a7b4
LMI
2989
2990 * gnus.el (gnus-play-jingle): Remove audio support.
2991
2992 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2993
296a8e19 2994 * earcon.el: Remove -- no users.
1821a7b4 2995
296a8e19 2996 * gnus-audio.el: Remove -- no users of this package.
1821a7b4
LMI
2997
2998 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2999
3000 * gnus-start.el (gnus-setup-news): Remove nocem support.
3001
296a8e19 3002 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
1821a7b4 3003
296a8e19 3004 * gnus.el (gnus-use-nocem): Remove.
1821a7b4
LMI
3005
3006 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
296a8e19 3007 Remove.
1821a7b4 3008
296a8e19 3009 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
1821a7b4
LMI
3010 uses NoCeM any more.
3011
3012 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3013 (gnus-button-ctan-handler): Ditto.
3014 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3015 (gnus-button-ctan-directory-regexp): Ditto.
3016 (gnus-button-handle-ctan): Ditto.
3017 (gnus-button-tex-level): Ditto.
296a8e19 3018 (gnus-button-alist): Remove CTAN stuff.
1821a7b4
LMI
3019
30202010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021
296a8e19 3022 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
1821a7b4
LMI
3023 nnimap-streaming test.
3024
3025 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3026 servers twice.
3027
3028 * nnimap.el (nnimap-open-connection): Add more error reporting when
3029 nnimap fails early.
3030
3031 * nnheader.el (nnheader-get-report-string): New function.
3032 (nnheader-get-report): Use it.
3033
3034 * gnus-int.el (gnus-check-server): Say what the error was when opening
3035 failed.
3036
3037 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3038 using streaming.
3039
30402010-09-25 Julien Danjou <julien@danjou.info>
3041
3042 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3043 gnus-window-inside-pixel-edges.
3044
758845a0
LMI
30452010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
1821a7b4
LMI
3047 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3048
3049 * mm-decode.el (mm-save-part): Allow saving to other directories the
3050 normal Emacs way.
3051
296a8e19
SM
3052 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3053 Suggested by Jay Berkenbilt.
1821a7b4
LMI
3054
3055 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3056 there isn't a single byte.
3057
3058 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3059 just do it. It doesn't really seem to matter what the user responds
3060 here, I think, so it's just a confusing question.
3061
3062 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3063 non-streaming case.
3064
296a8e19 3065 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
1821a7b4
LMI
3066 (gnus-article-encrypt-body): Use it.
3067
3068 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3069 keystroke.
3070
296a8e19
SM
3071 * nnimap.el (nnimap-find-wanted-parts-1):
3072 Use gnus-fetch-partial-articles.
1821a7b4
LMI
3073
3074 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3075
3076 * nnimap.el (nnimap-insert-partial-structure): New function.
3077 (nnimap-get-partial-article): New function.
3078 (nnimap-request-article): Use it.
3079 (nnimap-wait-for-response): Return whether the wait was successful.
3080 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3081 retrieval wasn't successful.
3082 (nnimap-retrieve-group-data-early): Allow throttling servers.
3083 (nnimap-streaming): New variable.
296a8e19 3084 (nnimap-fetch-partial-articles): Remove.
1821a7b4
LMI
3085
3086 * mm-decode.el (mm-with-part): Protect against killed buffers.
3087
758845a0
LMI
3088 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3089 for prettier summary display.
3090
cd178df2
AC
30912010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3092
2f5e7c6f 3093 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
cd178df2 3094
56d95d02
LMI
30952010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
6f33b4d7
LMI
3097 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3098 apparently third-party libraries depend on it.
3099
3100 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3101 before starting negotiation.
3102
6688abe0
LMI
3103 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3104 privacy reasons.
3105 (gnus-treat-mail-gravatar): Ditto.
3106
56d95d02
LMI
3107 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3108 buffer when inserting images. Inserting text into the headers, for
3109 instance, can make them invalid.
3110
e70153eb
JD
31112010-09-25 Julien Danjou <julien@danjou.info>
3112
a41db107
JD
3113 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3114 variables.
3115
3116 * nnheader.el: Remove useless variables news-reply-yank-from and
3117 news-reply-yank-message-id.
3118
3119 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3120 variables.
3121
3122 * mml1991.el: Remove useless mml1991-verbose.
3123
3124 * gnus.el: Remove useless variable gnus-use-generic-from.
3125 Remove obsolete variable gnus-topic-indentation.
3126
3127 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3128
3129 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3130
3131 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3132
3133 * gnus-group.el: Remove useless gnus-group-icon-cache.
3134 Remove useless gnus-ephemeral-group-server.
3135
3136 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3137
e70153eb
JD
3138 * mml2015.el: Remove useless mml2015-verbose.
3139
3140 * mml-smime.el: Remove useless mml-smime-verbose.
3141
3142 * gnus.el: Remove useless gnus-local-domain.
3143
296a8e19
SM
3144 * gnus-gravatar.el (gnus-gravatar-transform-address):
3145 Use gnus-gravatar-size.
e70153eb
JD
3146
3147 * gnus-art.el: Remove useless gnus-treat-translate.
3148
61b1af82
G
31492010-09-24 Julien Danjou <julien@danjou.info>
3150
3151 * gnus-sum.el: Add support for Gravatars.
3152
3153 * gnus-art.el: Add support for Gravatars.
3154
3155 * gnus-gravatar.el: Add this file.
3156
3157 * gravatar.el: Add this file.
3158
31592010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160
296a8e19 3161 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
61b1af82 3162
296a8e19 3163 * gnus-group.el (gnus-group-fetch-faq): Remove.
61b1af82 3164
296a8e19 3165 * gnus.el (gnus-group-faq-directory): Remove.
61b1af82 3166
296a8e19 3167 * gnus-group.el (gnus-group-fetch-charter): Remove.
61b1af82 3168
296a8e19 3169 * gnus.el (gnus-group-charter-alist): Remove.
61b1af82 3170
296a8e19 3171 * gnus-group.el (gnus-group-archive-directory): Remove.
61b1af82 3172 (gnus-group-recent-archive-directory): Ditto.
296a8e19 3173 (gnus-group-make-archive-group): Remove.
61b1af82
G
3174
3175 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3176
3177 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3178 use the same article number for all the cached articles.
3179
3180 * nnimap.el (nnimap-command): Register the last command time so
3181 that we can use it for idling NOOPs.
3182 (nnimap-open-connection): Start the keeplive timer.
3183 (nnimap-make-process-buffer): Store all the process buffers.
3184 (nnimap-keepalive): New function.
3185
938c0d10 3186 * starttls.el (starttls-open-stream): Add autoload cookie.
61b1af82
G
3187
31882010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3189
3190 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3191 handling.
3192
31932010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
3195 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3196 its data structures.
3197
3198 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3199 instead of the cl.el copy-list.
3200 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3201 equalp.
3202
5843126b
KY
32032010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3204
3205 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3206 and tool-bar-local-item-from-menu.
3207
3208 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3209 mode-line-highlight face for Emacs.
3210
3211 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3212 loading gnus-sum.elc; fix comment for canlock-verify.
3213 (gnus-article-jump-to-part): Use read-number.
296a8e19
SM
3214 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3215 Remove Emacs pre-21 compatible code for help-echo.
5843126b
KY
3216 (gnus-article-next-page-1): No need to adjust the number of lines.
3217 (gnus-article-describe-bindings): Always use help-buffer.
3218
3219 * gnus-audio.el (gnus-audio-inline-sound)
3220 * gnus-cus.el (gnus-custom-mode)
3221 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3222
3223 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3224
3225 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3226 compatible code.
3227
0a9f9d06 32282010-09-24 Glenn Morris <rgm@gnu.org>
872b1b16
GM
3229
3230 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3231 visiting the fcc file in rmail-mode.
3232
d3361e62
KY
32332010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3234
3235 * nnir.el: Silence the byte compiler.
3236
3237 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3238 alias to browse-url-url-encode-chars if any.
3239 (gnus-html-encode-url): Use it.
3240
b1ae92ba
G
32412010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3242
3243 * gnus-start.el (gnus-use-backend-marks): New variable.
3244 (gnus-get-unread-articles-in-group): Use it.
3245
3246 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3247 makeover.
3248
32492010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3250
3251 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3252
32532010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3254
3255 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
296a8e19
SM
3256 Remove.
3257 (gnus-setup-news-hook):
3258 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
b1ae92ba
G
3259
3260 * gnus-int.el (gnus-request-update-info): Protect against backends not
3261 having the function.
3262
3263 * nnimap.el (nnimap-stream): Mention starttls.
3264 (nnimap-open-connection): Add starttls support.
3265
32662010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3267
3268 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3269
32702010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3271
3272 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3273 BODYSTRUCTUREs.
3274 (nnimap-transform-headers): Unfold quoted {42} headers.
3275
3276 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3277 the info.
3278 (gnus-get-unread-articles): Only call updatep on backends that support
3279 it.
3280
3281 * nnweb.el (nnweb-request-update-info): NOOP.
3282
296a8e19 3283 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
b1ae92ba 3284
296a8e19 3285 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
b1ae92ba
G
3286 since it only deals with marks.
3287
296a8e19 3288 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
b1ae92ba
G
3289 gnus-request-marks, and make a new gnus-request-update-info.
3290
3291 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3292 the active instead of the high number, which is usually too low.
3293
32942010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3295
296a8e19 3296 * encrypt.el: Remove.
b1ae92ba 3297
239952b0
LMI
32982010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3299
d8ec441e
LMI
3300 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3301 server in symbolic form.
3302
296a8e19 3303 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
239952b0 3304
b069e5a6
G
33052010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3306
3307 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3308 (nnimap-update-info): Fix up code slightly.
3309
3310 * gnus-int.el (gnus-open-server): Add tracing for performance
3311 debugging.
3312
3313 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3314 (gnus-group-insert-group-line): Pass the real group name so that it
3315 gets the right data.
3316
3317 * gnus-start.el (gnus-get-unread-articles): Don't have
3318 `gnus-get-unread-articles-in-group' update info, since that can be
3319 really slow and doesn't seem to be needed?
3320
b069e5a6
G
33212010-09-22 Julien Danjou <julien@danjou.info>
3322
296a8e19
SM
3323 * gnus-group.el (gnus-group-insert-group-line):
3324 Call gnus-group-highlight-line.
b069e5a6
G
3325 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3326 default hook list.
3327 (gnus-group-update-eval-form): Add new function.
3328 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3329 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3330
33312010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3332
3333 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3334 immediate, then expire all articles.
3335 (nnimap-update-info): Fix off-by-one errors.
3336 (nnimap-flags-to-marks): Would return no marks lists for group with no
3337 flags. Instead return the other data.
3338
33392010-09-22 Julien Danjou <julien@danjou.info>
3340
296a8e19 3341 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
b069e5a6
G
3342 Only return an icon.
3343 (gnus-group-insert-group-line): Compute icon to return.
3344
296a8e19 3345 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
b069e5a6
G
3346 (gnus-html-image-fetched): Only cache if
3347 gnus-html-image-automatic-caching is set.
3348 (gnus-html-image-fetched): Check for errors.
3349
33502010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3351
3352 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3353 once per method on `g'. This ensures that backends like nnfolder don't
3354 open all their folders.
3355
3356 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3357 (nnimap-request-list): Nix out group in the correct buffer.
3358 (nnimap-parse-flags): Implement by using `read' instead of
3359 hand-parsing.
3360 (nnimap-flags-to-marks): Pass on permanent-flags.
3361 (nnimap-make-process-buffer): Record the server name.
3362 (nnimap-parse-flags): Fix typo.
3363 (nnimap-request-scan): Run split on the server in general, not just a
3364 single group.
3365
3366 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3367 parameter, and propagate this downwards.
3368
3369 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3370 since EXAMINE changes it on the server.
3371
3372 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3373 this command might take a while.
3374
33752010-09-22 Julien Danjou <julien@danjou.info>
3376
2f5e7c6f 3377 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
b1ae92ba
G
3378 harmful if you have 2 images side-by-side, they can't be properly
3379 update on text deletion. Using text-property is safer here.
b069e5a6
G
3380 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3381 data.
3382
33832010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3384
296a8e19 3385 * nnimap.el (nnimap-expunge-inbox): Remove.
b069e5a6
G
3386 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3387 (nnimap-expunge): Flip default to t.
3388
3389 * gnus.el (gnus-method-to-server): Don't push things to the cache
3390 unless it's unique.
3391 (gnus-server-to-method): Ditto.
3392
7390c1cd
TZ
33932010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3394
3395 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3396
b4e64499
JD
33972010-09-22 Julien Danjou <julien@danjou.info>
3398
b069e5a6
G
3399 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3400 get the start of data.
3401 (gnus-html-encode-url): Add this function to encode special chars in
3402 URL.
3403 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3404 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3405
c7e2ef4e
JD
3406 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3407 default.
3408 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3409
b4e64499
JD
3410 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3411 images alt-text.
3412 (gnus-html-put-image): Put alt-text as help-echo.
3413
4def29e7
KY
34142010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3417 * mm-util.el (mm-decompress-buffer)
3418 * nnir.el (nnir-run-find-grep)
3419 * pop3.el (pop3-list): Use 3rd arg of split-string.
3420
b069e5a6
G
34212010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3422
3423 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3424 outside the active range. Suggested by Dan Christensen.
3425
3426 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3427 slightly later to avoid double-getting it.
3428
3429 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3430 previous patch.
3431
3432 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3433
0617bb00
LMI
34342010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3435
3436 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3437
34382010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3439
3440 * gnus-int.el (gnus-open-server): Give a better error message in the
3441 "go offline" case.
3442
3443 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3444 marks for nnimap, which is seldom the right thing to do.
3445
3446 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3447 (gnus-same-method-different-name): New function.
3448
3449 * nnimap.el (parse-time): Require.
3450
3451 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3452 method in the presence of many similar methods.
3453
3454 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3455
3456 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3457 nnml-inhibit-expiry.
3458
3459 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3460 find out whether methods are equal.
3461
3462 * nnimap.el (nnimap-find-expired-articles): New function.
3463 (nnimap-process-expiry-targets): New function.
3464 (nnimap-request-move-article): Request the article before looking at
3465 what the Message-ID is. Fix found by Andrew Cohen.
3466 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3467
3468 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3469 for oldness in addition to being a predicate.
3470
3471 * nnimap.el (nnimap-request-group): When we have zero articles, return
3472 the right data to Gnus.
3473 (nnimap-request-expire-articles): Only delete articles immediately if
3474 the target is 'delete.
3475
3476 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3477 method, this would bug out.
3478
296a8e19 3479 * gnus-group.el (gnus-group-expunge-group): Rename from
0617bb00
LMI
3480 gnus-group-nnimap-expunge, and implemented as a normal interface
3481 function.
3482
3483 * gnus-int.el (gnus-request-expunge-group): New function.
3484
3485 * nnimap.el (nnimap-request-create-group): Implement.
3486 (nnimap-request-expunge-group): New function.
3487
2c8b2fc8
JD
34882010-09-21 Julien Danjou <julien@danjou.info>
3489
3490 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3491 (gnus-html-cache-expired): Add new function.
3492 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3493 wethever we should display image for fetch it.
3494 Compute alt-text earlier to pass it to the fetching function too.
3495 (gnus-html-schedule-image-fetching): Change function argument to only
3496 get one image at a time, not a list.
3497 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3498 cache.
3499 (gnus-html-get-image-data): New function to retrieve image data from
3500 cache.
3501 (gnus-html-put-image): Change buffer argument to use image data rather
3502 than file, and place image above region rather than inserting a new
2f5e7c6f 3503 one. Do not take alt-text as argument, since it's useless now: we place
2c8b2fc8
JD
3504 the image above alt-text.
3505 (gnus-html-prune-cache): Remove.
3506 (gnus-html-show-images): Start to fetch image when we find one, do not
3507 push into a temporary list.
3508 (gnus-html-prefetch-images): Only fetch image if they have expired.
3509 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3510 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3511
e4e22d29
KY
35122010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3513
3514 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3515
a46359d4
LMI
35162010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3517
b069e5a6
G
3518 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3519 spec inser "*" if the group isn't active instead of 0.
3520
a46359d4
LMI
3521 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3522 opening the server.
3523 (nnimap-request-delete-group): Implement group deletion.
3524 (nnimap-transform-headers): Return the size of the entire message in
3525 the Bytes header, not just the size of the first part.
3526 (nnimap-request-move-article): When moving an article from nnimap,
3527 request the article first so the accepting form has an article to
3528 accept. Reported by Dan Christensen.
3529 (nnimap-command): Make sure that the error message doesn't error out.
3530
35312010-09-20 David Edmondson <dme@dme.org> (tiny change)
3532
3533 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3534 we haven't requested anything.
3535
35362010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3537
3538 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3539 "". Fix found by Andrew Cohen.
3540
3541 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3542 instead of -encode-string.
3543
321fce93
KY
35442010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3545
3546 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3547
3548 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3549 by mm-subst-char-in-string.
3550
e8861cd2
LMI
35512010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3552
bdaa75c7
LMI
3553 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3554 waiting for the connection string.
3555
3556 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3557 arriving.
3558
3559 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3560 bogus characters. This allows selecting certain Gmail groups.
3561
3562 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3563 (nnimap-fetch-partial-articles): New variable.
3564 (nnimap-open-connection): When looking for credentials, also use the
3565 nnimap-server-port.
3566 (nnimap-request-article): Return the group/article number, so that Gnus
3567 `^' works as expected.
296a8e19 3568 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
bdaa75c7
LMI
3569
3570 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3571 comments.
3572 (gnus-methods-sloppily-equal): New function.
3573 (gnus): When using the development version of Gnus, load the gnus-load
3574 file.
3575
3576 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
296a8e19
SM
3577 `gnus-open-server' on each method before trying to scan them etc.
3578 This ensures that all the backend parameters are set correctly.
bdaa75c7
LMI
3579
3580 * nnimap.el (nnimap-authenticator): New variable.
3581 (nnimap-open-connection): Allow anonymous login.
296a8e19
SM
3582 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3583 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
bdaa75c7
LMI
3584
3585 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3586 patch, found by Knut Anders Hatlen.
3587
35882010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3589
3590 * gnus-agent.el (gnus-agent-batch-confirmation)
3591 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3592 to gnus-message.
3593 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3594 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3595 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3596 * gnus-int.el (gnus-open-server): Likewise.
3597 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3598 (gnus-score-check-syntax): Likewise.
3599 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3600 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3601 Likewise.
3602 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3603
36042010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3605
3606 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3607 calling conventions so that prefetch doesn't bug out.
3608
36092010-09-19 Julien Danjou <julien@danjou.info>
3610
3611 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3612 rather than `subst-char-in-region' in order to be able to replace ASCII
3613 char by UTF-8 ones.
3614
3615 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3616 than curl.
3617 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3618 the right URL and ALT text on images.
3619 (gnus-html-wash-tags): Fix tag case.
93acd23d 3620 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
bdaa75c7
LMI
3621 (gnus-article-html): Add -o display_ins_del=2 option.
3622 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3623
36242010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3625
3626 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3627 the extra mail headers, which sometimes seem to happen for unknown
3628 reasons.
3629
3630 * mail-parse.el (mail-header-encode-parameter): Define as
3631 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3632 (or most, perhaps?) mail readers don't understand the latter, but do
3633 understand the former.
3634
e8861cd2
LMI
3635 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3636 to nil, so that no methods are automatically agentized. I think this
3637 is probably what most users want.
3638
3639 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3640 from url-retrieve, for instance about invalid URLs.
3641
3642 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3643 groups that have no articles.
3644 (nnimap-request-article): Check that we really got an article when we
3645 requested one.
3646
3647 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3648 doesn't exist.
3649
3650 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3651 nntp buffer so the agent can save it.
3652 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3653 that CRLF doesn't get translated to \n.
3654 (nnimap-open-connection): Don't make 'shell commands only send \n.
3655
149caf54
SM
36562010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3659 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3660 Update var name.
3661 (nnml-generate-nov-file): Use dolist.
3662 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3663 Use with-current-buffer.
3664
286c4fc2
LMI
36652010-09-18 Julien Danjou <julien@danjou.info>
3666
3667 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3668 parallel.
3669
88ed5ce8
KY
36702010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3671
286c4fc2
LMI
3672 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3673 the range update right.
3674 (nnimap-request-group): Don't make `M-g' bug out on group with no
3675 marks.
296a8e19 3676 (nnoo): Require, so that other packages can require nnimap.
286c4fc2
LMI
3677 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3678 command we're looking for. This helps when the server sends more
3679 responses after we've gotten everything we expected.
3680 (nnimap): Add a `newlinep' field to keep track of end-of-line
3681 conventions.
3682 Don't send CRLF to things that don't want it.
3683 (nnimap-request-accept-article): Ditto.
3684
36852010-09-18 Julien Danjou <julien@danjou.info>
3686
3687 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3688 than curl to retrieve images.
3689
36902010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3691
3692 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3693 the marks.
3694 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3695 (nnimap-wait-for-connection): New function.
3696 (nnimap-open-connection): If we have PREAUTH, don't query for login
3697 credentials.
3698 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3699 when doing a partial update.
3700
37012010-09-18 Julien Danjou <julien@danjou.info>
3702
3703 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3704 tags.
3705
37062010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
3708 * nnimap.el (nnimap-credentials): New function.
3709 (nnimap-open-connection): Use the new function to look for credentials
3710 also on the numeric equivalents of "imap" and "imaps".
3711
3712 * gnus-start.el (gnus-activate-group): Send the info to
3713 gnus-request-group.
3714
3715 * nnimap.el (nnimap-request-group): Have the "check" version of the
3716 function parse flags and update the info, so that a `M-g' get a total
3717 resync of all flags from the group.
3718
3719 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3720 to allow backends to alter the info on group selection. Also alter all
3721 the backend -request-group functions to take the parameter.
3722
3723 * nnimap.el (nnimap-store-info): New function.
3724 (nnimap-update-info): Store the info for later usage.
3725 (nnimap-request-group): Use the stored info for the dont-check case, so
3726 that we don't retrieve all marks when we enter a group.
3727
3728 * nnimap.el: Use deffoo instead of defun for interface functions.
f58208b1 3729
bf5ba10b
LMI
3730 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3731 update the group info. This makes the nndraft groups, for instance, go
3732 back to their old behaviour.
3733
88ed5ce8
KY
3734 * gnus-sum.el (gnus-select-newsgroup): Indent.
3735
3736 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3737 in.
3738 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3739 nothing.
3740
3741 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3742 from methods that are denied.
3743
3744 * gnus-int.el (gnus-method-denied-p): New function.
3745
3746 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3747 store the password instead of netrc.
3748 (nnimap-open-connection): Don't error out when we can't make a
3749 connections.
3750
3751 * auth-source.el (auth-source-create): In the password prompt, say what
3752 we're querying for. Also prompt for user name if that hasn't been
3753 given.
3754
296a8e19 3755 * nnimap.el (nnimap-with-process-buffer): Remove.
88ed5ce8
KY
3756
37572010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3758
3759 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3760 method when we're reading from the agent.
3761
3762 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3763
3764 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3765 that's probably most useful for users.
3766
3767 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3768 "failed" all the time.
3769
3770 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3771 ...)) with (with-current-buffer ... ).
3772
3773 * nntp.el (nntp-open-server): Return whether the open was successful or
3774 not.
3775
3776 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3777 select an unread unseen article first.
3778
3779 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3780 /etc/services, supply some sensible port defaults.
3781
b069e5a6 37822010-09-17 Julien Danjou <julien@danjou.info>
88ed5ce8
KY
3783
3784 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3785
37862010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3787
3788 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3789 doesn't have any parameters.
3790
37912010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3794 only upcased checks.
3795
3796 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3797
3798 * nnimap.el (nnimap-open-shell-stream): New function.
3799 (nnimap-open-connection): Use it.
3800 (nnimap-transform-headers): Get the number of lines in each message.
3801 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3802 number of lines.
3803 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3804 problem.
3805
3806 * utf7.el (utf7-encode): Autoload.
3807
3808 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3809 to allow the mail splitting to not return a default group. This is
3810 useful for nnimap, which will leave unmatched mail in the inbox.
3811
3812 * nnimap.el: Rewritten.
3813
3814 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3815 nnimap usage.
3816
3817 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3818 if the move is internal, so that nnimap can do fast internal moves.
3819
3820 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3821 data.
3822 (gnus-read-active-for-groups): Support finishing the early retrieval of
3823 data.
3824
3825 * gnus-range.el (gnus-range-nconcat): New function.
3826
3827 * gnus-int.el (gnus-finish-retrieve-group-infos)
3828 (gnus-retrieve-group-data-early): New functions.
3829
63556fc6
SM
38302010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3833 (nnrss-retrieve-groups):
3834 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3835 (pop3-quit): Use with-current-buffer.
3836
f4530299
KY
38372010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3838
0eb04273
KY
3839 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3840 instead of nnheader-accept-process-output.
3841
f4530299
KY
3842 * gnus-html.el (gnus-html-schedule-image-fetching)
3843 (gnus-html-prefetch-images): Replace process-kill-without-query by
3844 gnus-set-process-query-on-exit-flag.
3845
eca7d7bf
RF
38462010-09-16 Romain Francoise <romain@orebokech.com>
3847
3848 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3849
01e80360
LMI
38502010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3851
b069e5a6
G
3852 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3853 parameter to unintern is mandatory-ish in Emacs 24.
3854
01e80360
LMI
3855 * gnus-html.el (gnus-html-schedule-image-fetching)
3856 (gnus-html-prefetch-images): Check for curl before using it.
3857
3858 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3859 depend on curl, which isn't essential.
3860
3861 * imap.el: Revert back to version
3862 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3863 seem problematic.
3864
5e2a84e3
JB
38652010-09-14 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * gnus-registry.el (gnus-registry-install-shortcuts):
3868 Explicitly pass `obarray' to `unintern' to avoid a warning.
3869
74769e8b
LMI
38702010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
296a8e19 3872 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
74769e8b
LMI
3873 change.
3874
296a8e19 3875 * nnrss.el (nnrss-request-list): Remove this function and related
74769e8b
LMI
3876 functions, including the moreover stuff.
3877
38782010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3879
3880 * nnrss.el (nnrss-retrieve-groups): New function.
3881
32405341
JB
38822010-09-14 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * .dir-locals.el: Add no-byte-compile cookie.
3885
dff99050
KY
38862010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3889 for back end that doesn't support request-scan.
3890
a9ec34f4
LMI
38912010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3892
3893 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3894 then do request scans from the backends.
3895
3896 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3897 avoid running a hook per line, since this takes a lot of time,
3898 profiling shows.
3899 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3900 directly if gnus-visual-p is true.
3901
39486331
KY
39022010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3903
3904 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3905 groups; replace mapcar with dolist which is a bit faster; pass groups
3906 info to gnus-read-active-file-1.
3907 (gnus-read-active-file-1): Scan only specified groups if the new
3908 optional arg `infos' is given.
3909
698ecd82
LMI
39102010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
e574f629
LMI
3912 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3913
296a8e19
SM
3914 * pop3.el (pop3-movemail): Remove.
3915 (pop3-streaming-movemail): Rename to pop3-movemail.
e574f629 3916
698ecd82
LMI
3917 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3918 don't restrict end-tag searches to the end of the line.
3919
55c9cbb0
KY
39202010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3921
3922 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3923 articles of every unchecked group to t, which means unknown since the
3924 server has never been opened.
3925
724d30be
KY
39262010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3927
99fcd180
LMI
3928 * gnus-html.el (gnus-html-show-alt-text): New command.
3929 (gnus-html-browse-image): Ditto.
3930 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3931 to browse the image directly.
9778a07a
LMI
3932 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3933 better.
99fcd180 3934
296a8e19
SM
3935 * gnus-async.el (gnus-async-article-callback):
3936 Call `gnus-html-prefetch-images' unconditionally.
724d30be
KY
3937
3938 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3939 before feeding URLs to curl.
3940
16ec6ca4
KY
39412010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3942
ecc74b38
KY
3943 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3944 internal images as deletable by `W D D'.
3945
16ec6ca4
KY
3946 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3947 (gnus-async-article-callback): Fix typo.
3948
5edc8186
LMI
39492010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3950
f9e50677
LMI
3951 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3952 current line to work around bugs in the output from w3m.
3953
8d408585
LMI
3954 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3955 for groups that want that.
3956
d832b437
LMI
3957 * nntp.el (nntp-wait-for-string): Supply a timeout for
3958 accept-process-output to ensure progress.
3959
cdad7ab2
LMI
3960 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3961 level to get unread articles from, then use that for foreign groups,
3962 too.
3963
f39ccb2e
LMI
3964 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3965 confuses the rest of the function.
3966
26f96aa0
LMI
3967 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3968 for the methods that support -retrieve-groups, too.
3969
5edc8186
LMI
3970 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3971
ed96ace9
KY
39722010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3973
3974 * pop3.el: Require cl when compiling.
3975 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3976
d65835d9
LMI
39772010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3978
a83e5f19
LMI
3979 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3980 that aren't going to be activated.
f87f756b 3981 (gnus-get-unread-articles): Fix up the last commit.
a83e5f19 3982
29cd986b
LMI
3983 * gnus-html.el (gnus-article-html): Allow calling without specifying
3984 the handle. In that case, dissect the buffer first.
3985
29d31b55
LMI
3986 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3987
d32fac69
LMI
3988 * nnimap.el (nnimap-open-connection): Revert the change that would look
3989 into authinfo for imaps instead of imap.
3990
c15c8017
LMI
3991 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3992 say that you don't want to call gnus-request-group with don-check, but
3993 do check the reponse. This is for virtual groups only.
cc4244d3
LMI
3994 (gnus-get-unread-articles): Count the archive groups as secondary, so
3995 that they're activated the same way as before.
c15c8017 3996
3733ba53
LMI
3997 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3998 case-insensitively.
296a8e19 3999 (nnimap-debug): Remove.
3733ba53 4000
8695c9a7
LMI
4001 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4002 mail from a file, and the file doesn't exist.
4003
3ff31c90
LMI
4004 * pop3.el (pop3-streaming-movemail): Return t for success.
4005
b1a069e6
LMI
4006 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4007 .authinfo if we're using ssl connection.
4008
0c6dfaf8
LMI
4009 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4010 already have if we're in a main Gnus `g' run.
4011
d65835d9
LMI
4012 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4013
c6faacb4
KY
40142010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4015
3cf628e8
KY
4016 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4017
8737ef69
KY
4018 * nnmh.el (nnmh-request-list-1): Bind `file'.
4019
c6faacb4
KY
4020 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4021 alias to set-process-query-on-exit-flag or process-kill-without-query.
4022 (pop3-open-server): Use it.
4023
eecdcaf5
LMI
40242010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4025
85816ac1
LMI
4026 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4027 box to the Incoming file. Fixes mistake in previous checkin.
4028
4029 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4030 request loop (for debugging purposes) removed.
4031
530b8957
LMI
4032 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4033 culprit is more visible.
85816ac1
LMI
4034 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4035 (nnml-add-incremental-nov): New functions to do "incremental" nov
4036 updates, where we just append to the end of the existing nov files
4037 without reading/writing them in full.
530b8957
LMI
4038
4039 * mail-source.el (mail-source-delete-crash-box): Really only check the
4040 incoming files once in a while.
4041
ff3eb82e
LMI
4042 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4043
a2bb410e
LMI
4044 * mail-source.el (mail-source-delete-crash-box): Only check the
4045 incoming files for deletion once per day to save a lot of file
4046 accesses.
4047
4048 * pop3.el (pop3-logon): Fix up unbound variable typo.
4049
4050 * mail-source.el (pop3-streaming-movemail): Autoload.
4051
296a8e19
SM
4052 * pop3.el (pop3-streaming-movemail):
4053 Respect pop3-leave-mail-on-server.
a2bb410e
LMI
4054
4055 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4056 retrieval.
4057
296a8e19 4058 * pop3.el (pop3-process-filter): Remove unused function.
a2bb410e
LMI
4059 (pop3-streaming-movemail, pop3-send-streaming-command)
4060 (pop3-wait-for-messages, pop3-write-to-file)
4061 (pop3-number-of-responses): New functions for streaming pop3
4062 retrieval.
4063
ef45ee6f
LMI
4064 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4065 come from no known methods.
fb994703
LMI
4066 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4067 list.
ef45ee6f 4068
296a8e19 4069 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
34e03853 4070 message sizes.
ef45ee6f
LMI
4071 (pop3-movemail): Use erase-buffer instead of looping and deleting
4072 regions, which seems rather odd.
34e03853 4073
4469385c
LMI
4074 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4075 file once per `g' run.
4076
2c8bcd54
LMI
4077 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4078 directories. This makes the draft queue directory work.
4079
8c3e17f8
LMI
4080 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4081 data from the backends, so that we only request the list of groups from
4082 each method once. This should speed things up considerably.
4083
4084 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4085 detect that it's not implemented.
4086
4087 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4088 we actually do recurse down into the tree, but don't stat all leaf
4089 nodes.
4090
f790bb74
LMI
4091 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4092 then say so instead of bugging out.
4093
c25d60ab
LMI
4094 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4095 files exist before trying to read them.
4096
4097 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4098 around <pre_int>.
4099
4100 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4101
eecdcaf5
LMI
4102 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4103
7426b4f7
LMI
41042010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
eecdcaf5
LMI
4106 * mm-util.el (mm-image-load-path): Just return the image directories,
4107 not all directories in the path in addition to the image directories.
4108 (mm-image-load-path): Maintain a cache of the image directories so that
4109 the `g' command in Gnus doesn't have to stat dozens of directories each
4110 time.
4111
10e91ca9
LMI
4112 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4113 (gnus-html-wash-tags): Add a new `i' command to insert images.
4114 (gnus-html-insert-image): New command and keystroke.
25f28806 4115 (gnus-html-redisplay-with-images): New command and keystroke.
296a8e19 4116 (gnus-html-show-images): Rename command.
8fab3e39
LMI
4117 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4118 spacers.
4119 (gnus-html-wash-tags): Decode entities at the end, so that entities
4120 inside the tags don't mess up the rest of the "parsing".
10e91ca9
LMI
4121
4122 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4123 so that nnimap methods aren't agentized by default. There's apparently
4124 many problems related to agent/imap behaviour.
4125
7426b4f7
LMI
4126 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4127
4128 * gnus-html.el: Doc fix.
4129
3fb8f8a1
KY
41302010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4131
73137971
KY
4132 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4133 glyph-width and glyph-height instead of display-graphic-p and
59f65f5c 4134 image-size; make avoidance of displaying small images work for XEmacs.
73137971
KY
4135
4136 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4137 for XEmacs.
4138
3fb8f8a1
KY
4139 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4140 of symbol that holds plist data.
4141 (gnus-process-plist): Remove plist of process after getting it.
4142
2e23878e
LMI
41432010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
5d97d032
LMI
4145 * message.el (message-generate-hashcash): Change default to
4146 'opportunistic if hashcash is installed.
4147
2e23878e 4148 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5d97d032
LMI
4149 (gnus-html-put-image): Only call image-size once, since it's somewhat
4150 time-consuming on remote X servers.
2e23878e 4151
60893e6f
KY
41522010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4153
4154 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4155 decoded contents.
f68a93a9 4156 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
60893e6f 4157
1d297c49
LMI
41582010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4159
e5500d2a
LMI
4160 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4161 group line format, since it isn't very interesting.
4162
954c8060
LMI
4163 * gnus-agent.el (gnus-agent-short-article),
4164 (gnus-agent-long-article): Increase values for these two variables,
4165 since most people are likely to have more network connection and
4166 storage than before.
4167
a1347097
LMI
4168 * gnus.el (gnus-refer-article-method): Change default to 'current.
4169 When referring an article, the common behaviour is to refer it from the
4170 current select method, not the native select method. The chances of
4171 the native select method having the message in question is rather slim
4172 these days.
4173
4174 * gnus-sum.el (gnus-auto-select-subject): Change default to
4175 `unseen-or-unread'. I think it's likely that most people want to
4176 select an unseen article over a previously seen, but unread one.
4177
4178 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4179 means that in the article buffer none of the minor mode elements will
4180 be shown, usually, and this is not desirable in most cases.
4181
1d297c49
LMI
4182 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4183 that commands like `d' (and the like) go to the next line in the
4184 buffer, instead of the next unread article. I think this is the
4185 behaviour that is most natural for most users.
4186 (gnus-single-article-buffer): Change default to nil, so that people can
4187 have as many article buffers open as they have summary buffer. I think
4188 this is the most natural way for the groups to behave.
4189
4190 * message.el (message-generate-new-buffers): Change default to
4191 `unsent', so that all new message buffers start their names with the
4192 string "*unsent", and it's easier to find the buffers if you move from
4193 them.
4194
a93b858c
LMI
41952010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
93acd23d 4198 small. They're probably tracking images.
36a806f3 4199 (gnus-html-wash-tags): Remove all <pre_int> place holders.
ae682ff5
LMI
4200 (gnus-html-rescale-image): Yet another try at getting the image sizing
4201 right.
a93b858c
LMI
4202
4203 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4204 nntp-marks-file-name is nil.
4205
2aafbe5a
TZ
42062010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4207
4208 * gnus-html.el (gnus-html-wash-tags)
4209 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4210 Better logging.
4211
9a4b54db
LMI
42122010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4213
296a8e19 4214 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
846daf20 4215
9a4b54db
LMI
4216 * gnus-html.el (gnus-html-wash-tags): Check the value of
4217 gnus-blocked-images in the summary buffer.
4218
9a047bac
TZ
42192010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4220
4221 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4222
261ff377
LMI
42232010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4224
c6c81576
LMI
4225 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4226 like "a", it seems like.
4227 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4228 since it needs to be picked from the correct buffer.
4229
296a8e19 4230 * nnwfm.el: Remove.
261ff377 4231
296a8e19 4232 * nnlistserv.el: Remove.
261ff377 4233
d743e0d1
TZ
42342010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4235
4236 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4237 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4238
075843d3
LMI
42392010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4240
296a8e19 4241 * nnkiboze.el: Remove.
f7362445 4242
296a8e19 4243 * nndb.el: Remove.
f7362445 4244
075843d3
LMI
4245 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4246 alt text.
1ee093a3
LMI
4247 (gnus-html-rescale-image): Try to get the rescaling logic right for
4248 images that are just wide and not tall.
075843d3
LMI
4249
4250 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4251 overshadow variable bindings.
4252
6ca07e49
TZ
42532010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4254
4255 * gnus-html.el (gnus-html-wash-tags)
296a8e19
SM
4256 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4257 Add extra logging.
6ca07e49 4258
fe01e1a3
LMI
42592010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4260
4261 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7d7520b9
LMI
4262 (gnus-max-image-proportion): New variable.
4263 (gnus-html-rescale-image): New function.
4264 (gnus-html-put-image): Rescale images.
fe01e1a3 4265
765abcce
SM
42662010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4267
4268 Fix up some byte-compiler warnings.
4269 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4270 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4271 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4272 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4273 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4274 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4275 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4276
da43765d
KY
42772010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4278
4279 * gnus-html.el (gnus-article-html): Decode contents by charset.
4280
a14b3417
KY
42812010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4282
b0e30310
KY
4283 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4284 (gnus-html-frame-width, gnus-blocked-images)
4285 * message.el (message-prune-recipient-rules): Add custom version.
4286 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4287
a14b3417
KY
4288 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4289 functions.
4290
cd110b2b
KY
4291 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4292 gnus-process-get.
4293
8f563146
KY
42942010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4295
4296 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4297 instead of lsub directly.
4298
2cdd366f
KY
42992010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4300
296a8e19 4301 * nnwarchive.el: Remove.
3c08d668 4302
296a8e19 4303 * gnus-soup.el: Remove.
c4d82de8 4304
296a8e19 4305 * nnsoup.el: Remove.
c4d82de8 4306
296a8e19 4307 * nnultimate.el: Remove.
c4d82de8 4308
51dee5ef
KY
4309 * gnus-html.el (gnus-blocked-images): New variable.
4310
2cdd366f
KY
4311 * message.el (message-prune-recipients): New function.
4312 (message-prune-recipient-rules): New variable.
4313
4314 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4315 guess whether a long line is natural text or not.
4316
296a8e19
SM
4317 * gnus-html.el (gnus-html-schedule-image-fetching):
4318 Use gnus-process-plist and friends for compatibility.
2cdd366f 4319
2d217ead
SM
43202010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * gnus-html.el: Require packages that define macros used in this file.
4323 (gnus-article-mouse-face): Declare to silence byte-compiler.
4324 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4325 process-get.
4326 (gnus-html-put-image): Use plist-get to avoid getf.
4327 (gnus-html-prefetch-images): Use with-current-buffer.
4328
1a10d421
KY
43292010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4330
2cdd366f
KY
4331 * gnus-ems.el: Provide compatibility functions for
4332 gnus-set-process-plist.
4333
1a10d421
KY
4334 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4335 * gnus.el (gnus-valid-select-methods)
4336 * message.el (message-send-mail-partially-limit)
4337 * mm-decode.el (mm-text-html-renderer)
4338 * mml.el (mml-insert-mime-headers-always)
4339 * smiley.el (smiley-regexp-alist): Bump custom version.
4340
43412010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4342
4343 * gnus-html.el: require mm-url.
ad142133
KY
4344 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4345 with the url to `url'.
4346 (gnus-html-wash-tags): Support cid: URLs/images.
1a10d421 4347
f5ec697d
KY
43482010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
c2861968
KY
4350 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4351 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
93acd23d 4352 bindings, as they aren't useful at all. `w' is moved to `W w'.
c2861968 4353
296a8e19 4354 * gnus-move.el: Remove file, since it doesn't really work.
390dd504 4355
379dde03 4356 * gnus-html.el (gnus-article-html): Tell w3m that the input is
93acd23d 4357 UTF-8. This seems to fix problems with some German web feeds.
379dde03 4358
5a2756c8
KY
4359 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4360 at the top so that the proper colours are applied.
4361
47fe149b
KY
4362 * gnus-art.el (gnus-article-view-part): Doc fix.
4363
fb16bb46
KY
4364 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4365 XEmacs-compatible.
4366 (gnus-html-put-image): Don't do images on non-graphic displays.
4367
296a8e19 4368 * nnslashdot.el: Remove this unused backend.
77ae8989 4369
75856ec0
KY
4370 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4371 actions.
77ae8989 4372 (gnus-undo-register-1): Revert last change.
75856ec0 4373
0be02d8a
KY
4374 * gnus-group.el (gnus-group-completing-read): Protect against not
4375 having completion-styles bound.
4376
4377 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4378 make broken recipients happier.
4379
929989ff
KY
4380 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4381
4382 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4383 point parameter.
4384
f5ec697d
KY
4385 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4386 completion-styles for group selection.
4387
5ec44091
KY
43882009-02-04 Andreas Schwab <schwab@suse.de>
4389
4390 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4391 headers and regexp-quote the match if necessary.
4392
07466c8e
KY
43932009-03-24 Miles Bader <miles@gnu.org>
4394
4395 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4396 the blinking smiley.
4397
43982009-03-24 Simon Josefsson <simon@josefsson.org>
4399
4400 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4401 blink smiley.
4402
8bff7c00
KY
44032010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4404
4405 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4406 where the dribbel file lives exists.
4407
4408 * message.el (message-send-mail-partially-limit): Change the default to
4409 nil, since most people don't want this.
4410
4411 * mm-url.el (mm-url-decode-entities): Also decode entities like
4412 &#x3212.
4413
0b10e437
KY
44142009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4415
4416 * gnus-sum.el (gnus-summary-idna-message):
4417 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4418 Hyperlink urls in docstrings with URL `...'.
4419
b1992461
KY
44202010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4421
4422 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4423 functions.
4424
655efd71
KY
44252010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
b1992461
KY
4427 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4428 say what the mouseover text should be.
4429
4430 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4431 version of the mm-w3m-safe-url-regexp variable to only download images
4432 in the groups where we want that to happen.
4433
4434 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4435
4436 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4437 easier debugging.
4438 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4439 big pictures in the article buffer.
4440
4441 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4442 gnus-article-html.
4443 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4444 w3m.
4445
655efd71
KY
4446 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4447
6b8382e4
KY
44482010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4449
4450 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4451 which doesn't exist.
4452
4453 * message.el (message-inhibit-ecomplete): New variable to allow some
4454 function to inhibit ecomplete address storage.
4455 (message-resend): Disable ecomplete message storage when resending
4456 messages.
4457
4458 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4459
dc6de553
KY
44602010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4461
4462 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4463 Save excursion while copying, moving, and deleting articles in order to
4464 prevent the cursor from jumping to unforeseen place.
4465
8e7d4ca1
GM
44662010-08-17 Glenn Morris <rgm@gnu.org>
4467
10506f64
GM
4468 * gnus-sync.el: Require gnus components whose functions are used.
4469
8e7d4ca1
GM
4470 * gnus-art.el (bookmark-make-record-function):
4471 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4472 Declare for compiler.
4473
4474 * mm-url.el (mml-compute-boundary): Autoload.
4475
4e815860
KY
44762010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4477
4478 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4479
ab731e1c
KY
44802010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4481
4482 Typo fix "hoo4a" -> "hook".
4483
4484 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4485
810717b6
GM
44862010-08-14 Glenn Morris <rgm@gnu.org>
4487
4488 * gnus-sync.el (gnus-sync): Fix defgroup version.
4489
8c330707
KY
44902010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4491
f5a62bb4 4492 Doc fixes and keep unknown groups (ammended for nunion bug fix).
8c330707
KY
4493
4494 * gnus-sync.el: Fix docs.
4495 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4496 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4497
186a9cbb
KY
44982010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4499
4500 Optimizations for gnus-sync.el.
4501
4502 * gnus-sync.el: Add docs about gnus-sync-backend
4503 possibilities.
4504 (gnus-sync-save): Remove unnecessary message.
4505 (gnus-sync-read): Optimize and show what groups were skipped.
4506
bbe276f2
KY
45072010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4508
4509 Minor bug fixes for gnus-sync.el.
4510
296a8e19
SM
4511 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4512 Don't read the sync on get-new-news.
79993b19 4513
bbe276f2
KY
4514 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4515 quiet.
4516
296a8e19
SM
4517 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4518 (fix typo).
bbe276f2 4519
62a83cc8
KY
45202010-07-30 Lawrence Mitchell <wence@gmx.li>
4521
4522 Make saving and restoring of hidden threads work with overlays.
4523 Patch applied by Ted Zlatanov.
4524
4525 * gnus-sum.el (gnus-hidden-threads-configuration)
4526 (gnus-restore-hidden-threads-configuration): Update to deal with text
4527 properties, rather than searching for a magic character.
4528
c4b1c354
KY
45292010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4530
62a83cc8
KY
4531 New gnus-sync.el library for synchronization of marks.
4532
77154961
KY
4533 * gnus-sync.el: New library for synchronization of marks.
4534
296a8e19 4535 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
77154961
KY
4536 renamed from `gnus-registry-grep-in-list'.
4537
296a8e19
SM
4538 * gnus-registry.el (gnus-registry-follow-group-p):
4539 Use `gnus-grep-in-list'.
77154961 4540
c4b1c354
KY
4541 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4542
cbfb9427
KY
45432010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4544
4545 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4546 determining charset of text fails.
4547
e9d1aaff
KY
45482010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4549
4550 * nnmail.el (nnmail-get-new-mail-1): Revert.
4551
4552 * nnml.el (nnml-active-number): Make sure names of newly created groups
4553 in nnml-group-alist are encoded.
4554
6f1c4158
KY
45552010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4556
4557 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4558 containing non-ASCII characters in active file for nnml back end.
4559
86fb1061
KY
45602010-07-24 David Engster <dengste@eml.cc>
4561
4562 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4563 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4564
a0abd4d6
DU
45652010-07-21 Daiki Ueno <ueno@unixuser.org>
4566
4567 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4568 tag (Bug#6654).
4569
72897ff9
KY
45702010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4571
4572 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4573 the article buffer, not the summary buffer.
4574
e859bbda
KY
45752010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4576
4577 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4578 Emacs 23 as well.
4579
45802010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
4581
4582 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4583 Patch applied by Karl Fogel.
4584
296a8e19
SM
4585 * gnus-sum.el (gnus-summary-bookmark-make-record):
4586 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8f2eaa8a 4587
33b48483
KF
45882010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4589
4590 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4591 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4592 C-w still not working correctly from Article buffers; Thierry's
4593 patch to fix that will be applied after this.
4594
4595 * gnus-art.el (bookmark-make-record-function): New local variable.
4596
e859bbda
KY
4597 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4598 article buffer.
33b48483
KF
4599 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4600
e44fa724
KF
46012010-07-13 Karl Fogel <kfogel@red-bean.com>
4602
e859bbda
KY
4603 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4604 on changes in bookmark.el.
e44fa724 4605
04c23739
MH
46062010-06-22 Mark A. Hershberger <mah@everybody.org>
4607
4608 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4609 the *other* type of HTML form submission.
4610
85350e06
MA
46112010-06-15 Michael Albinus <michael.albinus@gmx.de>
4612
4613 * auth-source.el (auth-source-pick): If choice does not contain a
4614 questioned keyword, set the check to t.
4615
89a13959
RF
46162010-06-12 Romain Francoise <romain@orebokech.com>
4617
4618 * gnus-util.el (gnus-date-get-time): Move up before first use.
4619
3e3ab3ab
KY
46202010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4623 (gnus-article-edit-part): Bind it to make last part that is substituted
4624 or deleted visible.
4625 (gnus-mime-display-single): Buttonize part of which id equals to
4626 gnus-mime-buttonized-part-id.
4627
3d6e7a43
KY
46282010-06-10 Dan Christensen <jdc@uwo.ca>
4629
4630 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4631 (gnus-dd-mmm): Use gnus-date-get-time.
4632 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4633 simplify logic.
4634 (gnus-summary-limit-to-age): Use gnus-date-get-time.
296a8e19 4635 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3d6e7a43 4636
0e4966fb
MA
46372010-06-08 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * auth-source.el (top): Autoload `secrets-list-collections',
4640 `secrets-create-item', `secrets-delete-item'.
4641 (auth-sources): Fix tag string.
4642 (auth-get-source, auth-source-retrieve, auth-source-create)
4643 (auth-source-delete): New defuns.
4644 (auth-source-pick): Rewrite in order to avoid 2 passes.
4645 (auth-source-forget-user-or-password): New parameter USERNAME.
4646 (auth-source-user-or-password): New parameters CREATE-MISSING and
4647 DELETE-EXISTING. Retrieve password interactively, if needed.
4648
5e7d4a75
KY
46492010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4650
4651 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4652 deleting unused directories when gnus-expert-user is t.
4653
3aeb9402
KY
46542010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4655
4656 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4657 for each temp file when gnus-article-browse-delete-temp is ask.
4658
e1b9db1a
KR
46592010-05-20 Kevin Ryde <user42@zip.com.au>
4660
4661 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4662
d567e92f
KY
46632010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4664
4665 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4666 article unless decoding article to be saved.
4667
7cab80f9
KY
46682010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4671 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4672 generated within the mm-with-unibyte-current-buffer macro.
4673
46742010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4675
4676 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4677 to nil when we're in a mml-preview buffer and no group is selected.
4678
4c9d39ab
KY
46792010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4680
4681 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
a628ad9d 4682 when catching the `C-g'. Reported by "Leo".
4c9d39ab 4683
706deb23
KY
46842010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * message.el (message-forward-make-body-plain)
4687 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4688 multibyte-string-p.
4689
8b320e66
KY
46902010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4691
4692 * message.el (message-forward-make-body-mml): Assume original message
4693 is multibyte string; error on unibyte.
4694 (message-forward-make-body-plain): Ditto; don't add excessive newline
4695 in body end.
4696
4767419a
KY
46972010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4698
4699 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4700 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4701
3d73e841
KY
47022010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4703
4704 * mm-extern.el (mm-extern-url): Don't use
4705 mm-with-unibyte-current-buffer.
4706 (mm-extern-cache-contents): Use with-current-buffer instead of
4707 save-excursion + set-buffer.
4708
1fdf5102
KY
47092010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4710
4711 * mm-util.el (mm-emacs-mule): Remove.
4712
47132010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4714
4715 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4716 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4717 change.
4718
72e841ce
KY
47192010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4720
4721 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4722 bind the default value of enable-multibyte-characters to nil.
4723
d8a7b272
KY
47242010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4725
4726 * message.el (message-forward-make-body-plain)
4727 (message-forward-make-body-mml):
4728 Don't use mm-with-unibyte-current-buffer.
4729
47302010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c
DU
4731
4732 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4733 (Bug#5592).
4734
9581ba4d
KY
47352010-05-07 Julien Danjou <julien@danjou.info>
4736
4737 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4738 it to mm-pipe-part.
4739
4740 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4741 it is given.
4742
765d4319
KY
47432010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4744
4745 * nnweb.el (nnweb-gmane-search)
4746 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4747 XEmacs.
4748
4749 * gnus-art.el (gnus-article-browse-html-parts)
4750 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4751 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4752 make-temp-file.
4753
4754 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4755 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4756 compiling.
4757
4758 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4759 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4760 XEmacs when compiling.
4761
4762 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4763 gnus-pick-mode-off-hook for XEmacs when compiling.
4764 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4765 gnus-binary-mode-off-hook for XEmacs when compiling.
4766
296a8e19
SM
4767 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4768 Return nil if char-charset is not available.
765d4319 4769
86d21cc0 4770 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
765d4319
KY
4771 macro.
4772
4773 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4774 instead of encode-coding-string.
4775
4776 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4777 'xemacs) instead of mm-emacs-mule to switch function definitions.
4778 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4779
16b90cfe
KY
47802010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4781
4782 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4783
72528372
KY
47842010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4785
4786 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4787 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4788
61a9da25
JB
47892010-05-03 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4792 alias `jka-compr-delete-temp-file' no longer exists.
4793
bbf52f1e
SM
47942010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 Use define-minor-mode in Gnus where applicable.
4797 * mml.el (mml-mode): Use define-minor-mode.
4798 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4799 (gnus-undo-mode): Use define-minor-mode.
4800 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4801 (gnus-dead-summary-mode): Use define-minor-mode.
4802 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4803 Initialize in declaration.
4804 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4805 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4806 (gnus-mailing-list-mode): Use define-minor-mode.
4807 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4808 (gnus-draft-mode): Use define-minor-mode.
4809 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4810 (gnus-dired-mode): Use define-minor-mode.
4811
ee309757
KY
48122010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4813
4814 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4815 handles on recursive mml-to-mime translation and check them for
a628ad9d 4816 boundary delimiter collisions. Reported by Greg Troxel.
ee309757 4817
62fe59e7
KY
48182010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4819
4820 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4821
bd486b03
SM
48222010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4823
4824 * mm-util.el (mm-find-buffer-file-coding-system):
4825 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4826
731533fd
KY
48272010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4828
4829 * message.el (message-generate-headers): Record insertion of optional
4830 headers as well. Otherwise the check to prevent repeated insertion of
4831 optional headers is a no-op.
4832
bff3818b
KY
48332010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4834
4835 * smime.el: Don't mention CVS.
4836
4837 * nnrss.el (nnrss-fetch): Don't mention CVS.
4838
4839 * nnir.el: Don't mention CVS.
4840
ebb9641f
SM
48412010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4842
6e104790
SM
4843 * gnus-sum.el (gnus-summary-bookmark-make-record):
4844 Add `location' field.
ebb9641f 4845
398a825b
SM
48462010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4849 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4850 Use with-current-buffer to silence the byte-compiler.
4851 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4852 bother to require `gnus'.
4853 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4854
45be326a
TV
48552010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4856
4857 * gnus-sum.el (gnus-summary-bookmark-make-record)
4858 (gnus-summary-bookmark-jump): New functions.
4859 (gnus-summary-mode): Setup bookmark support.
4860
d7b48791
AS
48612010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4862
4863 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4864 if set.
4865
d35ad51f
KY
48662010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4867
4868 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4869 gnus-article-browse-html-save-cid-image; make it work recursively for
4870 forwarded messages as well.
4871 (gnus-article-browse-html-parts): Work when prefix arg is given.
4872 (gnus-article-browse-html-article): Doc fix.
4873
85738751
SM
48742010-03-30 Chong Yidong <cyd@stupidchicken.com>
4875
4876 * message.el (message-default-mail-headers):
4877 (message-default-headers): Carry the value mail-default-headers over
4878 into message-default-mail-headers, rather than message-default-headers.
4879
82fc7980
KY
48802010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4881
85738751 4882 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
82fc7980
KY
4883 charset.
4884
4885 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4886 charset into the <meta> tag when the article is encoded to utf-8.
4887
20c0b2ce
KY
48882010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4889
85738751
SM
4890 * gnus-art.el (gnus-article-browse-delete-temp-files):
4891 Delete directories as well.
20c0b2ce
KY
4892 (gnus-article-browse-html-parts): Work for images that do not specify
4893 file names; delete temp directory when quitting; insert header at the
4894 right place; use file: scheme for image files.
4895
48962010-03-30 Eric Schulte <schulte.eric@gmail.com>
4897
4898 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4899 (gnus-article-browse-html-parts): Use it to make temporary cid image
4900 files in addition to html file so that browser may display them.
4901
9d9ef8e8
KY
49022010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4903
4904 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4905
afae6cd4
KY
49062010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4907
4908 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4909
fb178e4c
KY
49102010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4911
85738751
SM
4912 * auth-source.el (auth-sources): Change default to be simpler.
4913 Explain about Secret Service API sources. Improve Customize options.
fb178e4c
KY
4914 (auth-source-pick): Change to accept any number of search parameters.
4915 Implement fallbacks iteratively, not recursively. Add scoring on the
4916 second pass and sort by score. Call Secret Service API when needed.
4917 (auth-source-user-or-password): Use it. Call Secret Service API
4918 directly when needed to get the user name and the password.
4919
e867cb5d 49202010-03-24 Juanma Barranquero <lekktu@gmail.com>
2b8f62e9
JB
4921
4922 * message.el (message-interactive): Doc fix.
4923 (message-qmail-inject-args): Reflow.
4924 (message-kill-to-signature): Fix typo in docstring.
4925
4926 * smiley.el (smiley-buffer): Fix typo in docstring.
4927
16d8cf52
GM
49282010-03-24 Glenn Morris <rgm@gnu.org>
4929
4930 * mail-source.el (gnus-message): Declare.
4931 (mail-source-delete-old-incoming): Require gnus-util.
4932
ec7995fa
KY
49332010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4934
4935 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4936
4937 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4938
4939 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4940 password-cache's default if it is not bound.
4941 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4942 password-cache-expiry's default if it is not bound.
4943
4944 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4945 available in Emacs 21.
4946
49472010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4948
4949 * auth-source.el (auth-sources): Fix up definition so extra parameters
4950 are always inline.
4951
49522010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4953
296a8e19 4954 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
ec7995fa
KY
4955 wasn't updated after mismatch. Clear cached mailbox info correctly
4956 when uidvalidity changes.
4957 (nnimap-group-prefixed-name): New function to avoid some code
4958 duplication.
4959 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4960 (nnimap-request-group): Use it.
4961 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4962 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4963 with many imap folders. This is done by caching the group status from
a628ad9d 4964 the imap server persistently in a group parameter `imap-status'. (This
ec7995fa
KY
4965 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4966 but not persistently, so every Gnus startup was still very slow.)
4967
49682010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4969
4970 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4971 secrets.el dependency.
4972 (auth-sources): Add optional user name. Add secrets.el configuration
4973 choice (unused right now).
4974
49752010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4976
296a8e19
SM
4977 * gnus-sum.el (gnus-summary-make-menu-bar):
4978 Let `gnus-registry-install-shortcuts' fill in the functions.
ec7995fa
KY
4979
4980 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4981 warnings.
4982 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4983 (gnus-registry-install-shortcuts): Populate and use it in a
4984 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4985
49862010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4987
4988 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4989 In-place substitutions for the group name encoding/decoding.
4990 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4991 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4992 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4993 (nnimap-update-unseen, nnimap-request-list)
4994 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4995 (nnimap-request-set-mark, nnimap-split-to-groups)
4996 (nnimap-split-articles, nnimap-request-newgroups)
4997 (nnimap-request-create-group, nnimap-request-accept-article)
4998 (nnimap-request-delete-group, nnimap-request-rename-group)
4999 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5000 `encoded-mbx' for consistency.
5001 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5002 variable `imap-current-mailbox'.
5003
5004 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5005 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5006
50072010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5008
5009 * pop3.el (pop3-display-message-size-flag): Display message size byte
5010 counts during POP3 download.
5011 (pop3-movemail): Use it.
5012 (pop3-list): Implement listing of available messages.
5013
50142010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5015
5016 * nnir.el (nnir-get-article-nov-override-function): New function to
5017 override the normal NOV retrieval.
5018 (nnir-retrieve-headers): Use it.
5019
7d1a9163
MA
50202010-03-19 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * auth-source.el (netrc-machine-user-or-password): Autoload.
5023
aa8f8277
GM
50242010-03-19 Glenn Morris <rgm@gnu.org>
5025
5026 Stop message.el from loading about 40 libraries it doesn't always need.
5027 The general approach is to autoload rather than require, and to
5028 require in the specific functions rather than the file. (Bug#5642)
5029
5030 * gmm-utils.el: Don't require wid-edit.
5031 (widget-create-child-value, widget-convert, widget-default-get):
5032 Autoload.
5033
5034 * gnus-util.el: Don't require time-date, netrc.
5035 (message-fetch-field, gnus-group-name-decode): Declare rather than
5036 autoloading.
5037 (gnus-fetch-field): Require message.
5038 (gnus-decode-newsgroups): Require gnus-group.
5039
5040 * ietf-drums.el: Don't require time-date.
5041
5042 * message.el: Don't require hashcash, canlock, ecomplete.
5043 Do require mail-utils. Require nnheader only when compiling.
5044 (smtpmail-default-smtp-server): Remove declaration.
5045 (message-send-mail-function): Check smtpmail-default-smtp-server
5046 is bound rather than requiring smtpmail.
296a8e19
SM
5047 (message-auto-save-directory, message-insert-signature):
5048 Use expand-file-name rather than nnheader-concat.
aa8f8277
GM
5049 (nnheader-insert-file-contents): Autoload.
5050 (hashcash-wait-async): Declare.
5051 (message-send-mail): Only call gnus-setup-posting-charset if
5052 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5053 (message-send-mail-with-sendmail): Require sendmail.
5054 (canlock-password, canlock-password-for-verify): Declare.
5055 (message-canlock-password): Require canlock.
5056 (nnheader-get-report): Autoload.
5057 (gnus-setup-posting-charset): Declare.
5058 (message-send-news): Require gnus-msg.
5059 (message-make-references, message-make-in-reply-to): Use mail-header-id
5060 rather than the alias mail-header-message-id.
5061 (ecomplete-add-item, ecomplete-save): Declare.
5062 (message-put-addresses-in-ecomplete): Require ecomplete.
5063 (ecomplete-display-matches): Autoload.
5064
5065 * mm-decode.el: Don't require mailcap, gnus-util.
5066 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5067 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5068 Autoload.
5069 (mailcap-mime-extensions): Declare.
5070
5071 * mm-encode.el: Don't require mailcap.
5072 (mailcap-extension-to-mime): Autoload.
5073
5074 * mml-sec.el: Don't require password-cache.
5075
5076 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5077 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5078 (mml-minibuffer-read-type): Require mailcap.
5079 (mml-preview): Require gnus-msg.
5080
5081 * mml1991.el: Require password-cache.
5082 (password-cache-expiry): Remove declaration.
5083
5084 * mml2015.el: Require password-cache.
5085 (password-cache-expiry): Remove declaration.
5086
5087 * nneething.el (mailcap): Require mailcap.
5088
a628ad9d 5089 * nnheader.el (declare-function): Add compatibility stub.
aa8f8277
GM
5090 (message-remove-header): Declare rather than autoload.
5091 (nnheader-replace-header): Require message.
5092
5093 * nnimap.el (declare-function): Add compatibility stub.
5094 (netrc-parse, netrc-machine-user-or-password): Declare.
5095 (nnimap-open-connection): Require netrc.
5096
5097 * nntp.el (declare-function): Add compatibility stub.
5098 (netrc-parse, netrc-machine, netrc-get): Declare.
5099 (nntp-send-authinfo): Require netrc.
5100
5101 * rfc2047.el: Don't require qp.
5102 (quoted-printable-encode-region, quoted-printable-decode-string):
5103 Autoload.
5104
5105 * sieve-mode.el: Don't require easymenu.
5106 (easy-menu-add-item): Autoload it.
5107
5108 * spam-stat.el (time-to-number-of-days): Autoload it.
5109
4a44ff5f
KY
51102010-03-17 Kevin Ryde <user42@zip.com.au>
5111
5112 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5113 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5114 value if any backslash escapes).
5115
ddf5d974
KY
51162010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5117
5118 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5119 if it is available. (bug#5647)
5120
ac1af635
GM
51212010-02-26 Glenn Morris <rgm@gnu.org>
5122
5123 * message.el (message-send-mail-function): Change the default, so that
5124 it inherits from a customized send-mail-function. (Bug#5643)
5125
86f5c034
SM
51262010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5129 shell-command-to-string signals an error (bug#5299).
5130
daf4b83b
GM
51312010-02-24 Glenn Morris <rgm@gnu.org>
5132
5133 * message.el (message-smtpmail-send-it)
5134 (message-send-mail-with-mailclient): Doc fixes.
5135
dc4d6273
GM
51362010-02-16 Glenn Morris <rgm@gnu.org>
5137
5138 * message.el (message-default-mail-headers): Change the default value
5139 to ease the transition from mail-mode to message-mode. (Bug#5555)
5140
b1ea3797
CY
51412010-01-17 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * message.el (message-mail): Just pass yank-action on to message-setup.
5144 (message-setup): Handle (FUN . ARGS) form of yank-action.
5145 (message-with-reply-buffer, message-widen-reply)
5146 (message-yank-original): Handle non-buffer values of
5147 message-reply-buffer (Bug#4080).
f53a6590 5148 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
b1ea3797 5149
4963739e
JB
51502010-01-17 Juanma Barranquero <lekktu@gmail.com>
5151
5152 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5153 Fix typo in docstring.
5154
889e4d55
JR
51552010-01-08 Jason Rumney <jasonr@gnu.org>
5156
5157 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5158 response.
5159
8a908224
KY
51602010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5161
5162 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5163
5164 * message.el (message-check-news-header-syntax): Protect against a
5165 string that `rfc822-addresses' returns when parsing fails.
5166
770d9a1f
KY
51672010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5168
5169 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5170 (gnus-previous-char-property-change): New functions.
5171
5172 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5173
7b47345b
AS
51742010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5175
5176 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5177 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5178
61f49e0b
CY
51792010-01-02 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * message.el (message-exchange-point-and-mark): Rework last change to
5182 avoid using optional arg of exchange-point-and-mark, for backward
5183 compatibility.
5184
bd0948ca
CY
51852010-01-01 Chong Yidong <cyd@stupidchicken.com>
5186
296a8e19
SM
5187 * message.el (message-exchange-point-and-mark):
5188 Call exchange-point-and-mark with an argument rather than setting
bd0948ca
CY
5189 mark-active by hand (Bug#5175).
5190
49b196a5
KY
51912009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5192
78dc2a38
KY
5193 * nntp.el (nntp-service-to-port): Work for service expressed with
5194 numeric string; replace [:digit:] with [0-9] for XEmacs.
49b196a5 5195
a0db2cdd
GM
51962009-12-17 Glenn Morris <rgm@gnu.org>
5197
5198 * gnus-group.el (gnus-bug-group-download-format-alist):
5199 Change emacs entry to debbugs.gnu.org. Bump :version.
5200
029dda9c
RS
52012009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5202
5203 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5204
4a9b5bf5
RS
52052009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5206
5207 * message.el (message-info): Explain why we use `Info-goto-node'.
5208
96bdcdc4
SM
52092009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5210
5211 * message.el (message-completion-in-region): New compatibility function.
5212 (message-expand-group): Use it.
5213
7fa123c8
KY
52142009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5215
5216 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5217 with no unread article should be listed if the 2nd arg `predicate' is
5218 given.
5219
5aa75bd8
JL
52202009-11-29 Juri Linkov <juri@jurta.org>
5221
5222 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5223 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5ce6e4f4 5224 on `gnus-recenter'. (Bug#4698, Bug#4981)
5aa75bd8 5225
937e60c8
KY
52262009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5227
5228 * message.el (message-from-style, message-interactive)
5229 (message-signature): Always set default values from the corresponding
5230 mail-* variables.
5231 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5232 (message-yank-prefix, message-indentation-spaces)
5233 (message-signature-file, message-default-headers): Use boundp rather
5234 than (featurep 'xemacs) to check if the corresponding mail-* variables
5235 exist.
5236
b4d472c9
CY
52372009-11-20 Chong Yidong <cyd@stupidchicken.com>
5238
5239 * message.el (message-send-mail-with-sendmail): Revert last change.
5240
4332f3ec
CY
52412009-11-19 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * message.el (message-from-style, message-interactive)
5244 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5245 (message-yank-prefix, message-indentation-spaces, message-signature)
5246 (message-signature-file, message-default-headers): For GNU Emacs, set
5247 default values from the corresponding mail-* variables.
5248 (message-send-mail-with-sendmail): Use envelope-from only if
5249 mail-specify-envelope-from is non-nil.
5250
30123838
KY
52512009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5252
5253 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5254 containing tspecial characters if they have been already quoted.
5255
12ea3d65
GM
52562009-10-24 Glenn Morris <rgm@gnu.org>
5257
5258 * gnus-art.el (help-xref-stack-item): Define for compiler.
5259
6131a096
KY
52602009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5261
5262 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5263
9bfd9a76
KY
52642009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5267 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5268
52692009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5270
5271 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5272 (gnus-overlays-in): New alias to overlays-in.
5273
5274 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5275 gnus-overlay-get, and gnus-delete-overlay.
5276 (gnus-summary-show-thread): Make it work as well for systems in which
5277 next-single-char-property-change is not available.
5278 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5279
52802009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5281
5282 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5283
52842009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5285
5286 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5287 and XEmacs that don't have `remove-overlays'.
5288
52892009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5292 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5293 selective display. Use overlays instead.
5294
84b5fcf6
JB
52952009-10-04 Juanma Barranquero <lekktu@gmail.com>
5296
5297 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5298
0577a430
JB
52992009-09-29 Juanma Barranquero <lekktu@gmail.com>
5300
5301 * spam-stat.el (spam-stat-load): Fix typo in message.
5302
d93ec753
JB
53032009-09-23 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * gnus-art.el (gnus-article-encrypt-body):
5306 * message.el (message-check-recipients):
5307 * mm-util.el (mm-codepage-setup):
5308 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5309 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5310
54c72c31
KY
53112009-09-22 Daiki Ueno <ueno@unixuser.org>
5312
5313 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5314 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5315 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5316 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5317 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5318
63348d24
GM
53192009-09-18 Glenn Morris <rgm@gnu.org>
5320
5321 * gnus-diary.el (gnus-diary-check-message):
5322 * message.el (message-insert-formatted-citation-line):
5323 * nnbabyl.el (top-level):
5324 * nndiary.el (nndiary-schedule):
5325 Fix typos in condition-case handlers.
5326
54c72c31
KY
53272009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5328
5329 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5330 configuration that provides the sole article window in a frame;
5331 position point correctly after deleting a part.
5332
53332009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5334
5335 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5336 (spam-resolve-registrations-routine): Use it to unregister articles
5337 that change status.
5338
83ccc32c
KY
53392009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * nnrss.el (nnrss-request-article): Remove binding of
5342 default-enable-multibyte-characters that has gotten needless by
5343 the 2007-07-13 change in rfc2047-encode-message-header.
5344
5345 * mml.el (mml-insert-multipart): Error on the message header.
5346 (mml-insert-part): Error on the message header; position point at
5347 the end of a MIME tag.
5348
de0bdfe7
KY
53492009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5350
5cc79e5a
KY
5351 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5352 (gnus-float-time): Alias to float-time if it exists.
de0bdfe7
KY
5353
5354 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5355 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5356 float-time is available; suppress compile warning for time-to-seconds.
5357
53582009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5359
5360 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5361 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5362 Add the optional argument `encoding' that overrides the default.
5363
5364 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5365 mm-encode-buffer.
5366
63220e37
GM
53672009-09-04 Glenn Morris <rgm@gnu.org>
5368
5369 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5370 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5371 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5372 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5373 * mm-util.el (mm-with-unibyte-current-buffer)
5374 (mm-find-buffer-file-coding-system):
5375 * yenc.el (yenc-decode-region): Use default-value rather than
5376 default-enable-multibyte-characters.
5377
2e62b574
GM
53782009-09-03 Glenn Morris <rgm@gnu.org>
5379
5380 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5381 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5382 than default-enable-multibyte-characters.
5383
de0bdfe7
KY
53842009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5385
5386 * gnus-art.el (gnus-article-read-summary-keys):
5387 Fix gnus-buffer-configuration's value temporarily used.
5388
3d493bef
GM
53892009-09-02 Glenn Morris <rgm@gnu.org>
5390
9693d3c4
GM
5391 * gnus-util.el (gnus-float-time): New function.
5392 * gnus-delay.el (gnus-delay-article):
5393 * gnus-sum.el (gnus-thread-latest-date):
5394 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5395 * nnspool.el (nnspool-request-newgroups):
5396 Use gnus-float-time rather than time-to-seconds.
5397 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5398
3d493bef
GM
5399 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5400 (gnus-header-subject-face, gnus-header-newsgroups-face)
5401 (gnus-header-name-face, gnus-header-content-face):
5402 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5403 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5404 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5405 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5406 (gnus-cite-face-11):
5407 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5408 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5409 (gnus-server-closed-face, gnus-server-denied-face)
5410 (gnus-server-offline-face):
5411 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5412 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5413 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5414 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5415 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5416 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5417 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5418 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5419 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5420 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5421 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5422 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5423 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5424 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5425 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5426 (gnus-summary-high-undownloaded-face)
5427 (gnus-summary-low-undownloaded-face)
5428 (gnus-summary-normal-undownloaded-face)
5429 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5430 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5431 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5432 (gnus-splash-face):
5433 * message.el (message-header-to-face, message-header-cc-face)
5434 (message-header-subject-face, message-header-newsgroups-face)
5435 (message-header-other-face, message-header-name-face)
5436 (message-header-xheader-face, message-separator-face)
5437 (message-cited-text-face, message-mml-face):
5438 * sieve-mode.el (sieve-control-commands-face)
5439 (sieve-action-commands-face, sieve-test-commands-face)
5440 (sieve-tagged-arguments-face):
5441 * spam.el (spam-face):
5442 Mark face aliases with "-face" in the name as obsolete.
5443
7a4abdd6
GM
54442009-09-01 Glenn Morris <rgm@gnu.org>
5445
5446 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5447 than goto-line.
5448
29b647c5
MB
54492009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5450
5451 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5452 Don't move point if the command is invoked inside the message header.
5453
265ac10b
SM
54542009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5457 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5458 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5459 * nnir.el (nnir-swish-e-index-file):
5460 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5461 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5462 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5463 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5464 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5465 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5466
b0b63450
MB
54672009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5468
5469 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5470 Don't save excursion.
5471
14acf2f5
SM
54722009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * nnheader.el (nnheader-find-file-noselect):
5475 * mm-util.el (mm-insert-file-contents):
5476 Use (default-value 'major-mode) instead of default-major-mode.
5477
d3192c8f
SM
54782009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5481
ec179403
GM
54822009-08-25 Glenn Morris <rgm@gnu.org>
5483
5484 * nnir.el (top-level): Don't require cl at run-time.
5485 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5486 Replace cl-function substitute with gnus-replace-in-string.
5487 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5488 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5489 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5490 simplified expansions.
5491
5dcc825f
GM
54922009-08-22 Glenn Morris <rgm@gnu.org>
5493
5494 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5495 goto-line.
5496
b0b63450
MB
54972009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5498
5499 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5500
5501 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5502 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5503 (gnus-mm-display-part, gnus-mime-display-single)
5504 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5505 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5506
5507 * gnus-sum.el
5508 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5509 (gnus-summary-move-article): Add expirable mark to articles copied or
5510 moved to group that has auto-expire turned on if the option is non-nil.
5511
1d2faf98
GM
55122009-07-24 Glenn Morris <rgm@gnu.org>
5513
5514 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5515 Fix typo. (Bug#3903)
5516
6ab2c7a8
MB
55172009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5518
5519 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5520 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5521 that should not be used for draft articles.
5522 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5523 that has no concern in minor mode keys.
5524 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5525 Abolish.
5526
554a69b8
KY
55272009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5528
5529 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5530 article without making inquiry to a user for unknown encoding.
5531
5532 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5533 (nnmaildir--scan): Assume i-node and device number that file-attributes
5534 returns might be cons-cell.
5535
55362009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5537
5538 * auth-source.el: Remove docs now in auth.texi. Don't use
5539 `gnus-message' for logging. Add new variables `auth-source-debug' and
5540 `auth-source-hide-passwords' and use them.
5541
0985c8f6
GM
55422009-07-15 Glenn Morris <rgm@gnu.org>
5543
5544 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5545
ee5a613e
KY
55462009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5547
5548 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5549 excessive whitespace from the default values of title and description.
5550
aa227ba5
KY
55512009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5552
5553 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5554 mail-fetch-field to fetch Content-Description header in order to
5555 exclude newlines.
5556
0cf681b6
KY
55572009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5558
5559 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5560 to deleted part.
5561
55622009-05-30 David Engster <dengste@eml.cc>
5563
5564 * nnmairix.el: Remove old documentation in the commentary block.
5565 (nnmairix-request-group): Do not update active file for nnml back ends.
5566 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5567 end so that overview files are ignored.
5568 (nnmairix-update-groups): Make updating the groups more robust by using
5569 marks.
5570 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5571 with dollar characters in message-id.
5572
9cc20f6c
RS
55732009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5574
5575 * spam.el: Use dns-query instead of query-dns. Was renamed on
5576 2008-12-25 in dns.el.
5577
1dbc941a
SM
55782009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5579
5580 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5581 could happen if the text is only composed of spaces and/or tabs.
5582
2235f4ac
MB
55832009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5584
5585 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5586 when sending a queued message to avoid extra mml tags.
5587
9cdff613
MB
55882009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5589
5590 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5591
87202be1
KY
55922009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * gnus-dired.el: Remove autoload for gnus-setup-message.
5595 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5596 displaying Gnus logo; always use compose-mail.
5597
920b3f72
KY
55982009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5599
1e6b95a6 5600 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
920b3f72 5601
0038d478
MB
56022009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5605 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5606 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5607 available.
5608 (gnus-nocem-epg-verify): New function.
5609
9eb59592
MB
56102009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5611
5612 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5613
e38658c4
GM
56142009-02-15 Glenn Morris <rgm@gnu.org>
5615
5616 * gnus-util.el (rmail-insert-rmail-file-header)
5617 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5618 autoloads.
5619 (rmail-default-rmail-file): Remove unnecessary declaration.
5620 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5621
1faded47
GM
56222009-02-14 Glenn Morris <rgm@gnu.org>
5623
5624 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5625 variable (only used in gnus-util, which declares it anyway).
fef8d38e
GM
5626 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5627 which was only needed by gnus-art (changed to not use it any more).
1faded47
GM
5628 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5629 only used in gnus-util, which autoloads it itself.
5630 (rmail-update-summary): Fix autoload.
5631
fef8d38e
GM
5632 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5633 rather than rmail-output-to-rmail-file.
1faded47 5634
c07dfdd9
GM
56352009-02-07 Glenn Morris <rgm@gnu.org>
5636
5637 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5638 autoload of function that no longer exists.
5639 (rmail-toggle-header): Declare.
5640 (message-forward-rmail-make-body): Handle mbox Rmail.
5641
49e787c9
GM
56422009-01-31 Glenn Morris <rgm@gnu.org>
5643
5644 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5645 2009-01-09 change.
5646
3b36c17e
MB
56472009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5648
5649 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5650 (auth-source-forget-all-cached): New convenience function.
5651 (auth-source-user-or-password): Accept list of modes or a single mode.
5652
5653 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5654 auth-source modes.
5655
5656 * nnimap.el (nnimap-open-connection): Use list of
5657 auth-source modes.
5658
5659 * nntp.el (nntp-send-authinfo): Use list of
5660 auth-source modes.
5661
26b9f88d
MB
56622009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5663
5664 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5665 now.
5666
56672009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5668
5669 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5670 coding system in XEmacs; add a workaround for XEmacs.
5671
548f737d
MB
56722009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5673
5674 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5675 of current-language-environment.
5676
56772009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5678
5679 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5680 available at runtime.
5681
56822009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5683
5684 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5685
56862009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5687
5688 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5689 the greatest positive fixnum value doesn't work under an XEmacs with
5690 bignum support; use the most-positive-fixnum constant instead,
5691 available since Emacs 21.1 with cl and XEmacs 21.1.
5692
63d12d38
KY
56932009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5694
5695 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5696 XEmacs gets not to work.
5697
548f737d
MB
56982009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5699
5700 * mm-util.el (mm-coding-system-priorities): Allow the value like
5701 "Japanese (UTF-8)" of current-language-environment.
5702
ed77e66c
GM
57032009-01-09 Glenn Morris <rgm@gnu.org>
5704
5705 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5706 with last-command-event.
5707
e3e955fe
MB
57082009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5709
5710 * message.el (message-fix-before-sending): Amend comment.
5711
57122009-01-07 David Engster <dengste@eml.cc>
5713
5714 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5715 simplified server definitions by converting it via
5716 gnus-server-to-method.
5717
57182009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5719
5720 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5721 parameter's operands.
5722
57232009-01-06 David Engster <dengste@eml.cc>
5724
5725 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5726 primary select method (for gnus-group-mark-article-as-read).
5727
41ec3f54
TH
57282009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5729
5730 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5731 `(gnus)Face', not `(gnus)X-Face'.
5732
e3e955fe
MB
57332009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5734
5735 * mm-util.el (mm-ucs-to-char): New function.
5736
5737 * mm-url.el (mm-url-decode-entities): Use it.
5738
57392009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5740
5741 * message.el (message-fix-before-sending): Add `eight-bit' to
5742 illegible-text check.
5743
35203a24
MO
57442009-01-03 Michael Olson <mwolson@gnu.org>
5745
5746 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5747 `headers' is nil. This can occur if the IMAP server does not have
5748 permissions to read messages from a folder, but can write new messages
5749 to the folder.
5750 (nnimap-request-article-part): Do not insert `data' if it is nil.
5751
e3e955fe
MB
57522009-01-01 Dave Love <fx@gnu.org>
5753
5754 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5755
5756 * nnimap.el: Fix author email.
5757 (nnimap-split-rule): Add FIXME comment.
5758 (nnimap-debug): Fix doc string.
5759
57602008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5761
5762 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5763 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5764 to check if those variables exist (first appeared in Emacs 18.50).
5765
57662008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5767
5768 * mm-util.el (mm-line-number-at-pos): New function.
5769
5770 * spam-report.el (spam-report-process-queue): Use it.
5771
57722008-12-24 David Engster <dengste@eml.cc>
5773
5774 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5775 parameters that haven't existed as variables as buffer-local variables.
5776
57772008-12-23 Dave Love <fx@gnu.org>
5778
5779 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5780 cadar.
5781
296a8e19 5782 * sieve-manage.el (sieve-manage-starttls-p): Rename from
e3e955fe 5783 imap-starttls-p.
296a8e19 5784 (sieve-manage-starttls-open): Rename from imap-starttls-open.
e3e955fe
MB
5785
57862008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * spam-report.el (spam-report-gmane-max-requests): New constant.
5789 (spam-report-gmane-wait): New variable.
5790 (spam-report-gmane-ham, spam-report-gmane-spam)
5791 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5792 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5793 the server.
5794
5795 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5796 Add explanations.
5797
5798 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5799 nnheader-accept-process-output and nnheader-read-timeout if available.
5800 (pop3-movemail): Use it.
5801
5802 * message.el (message-check-news-body-syntax): Fix signature check if
5803 there's an attachment.
5804
58052008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5806
5807 * mm-util.el: Add comments to the mm- emulating functions.
5808
58092008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5810
296a8e19
SM
5811 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5812 Reported by Stephen Berman <stephen.berman@gmx.net>.
e3e955fe 5813
c7948b5f
MB
58142008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5815
5816 * mm-util.el (mm-substring-no-properties): New function.
5817 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5818 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5819 (mm-string-to-multibyte): Doc fix.
5820
5821 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5822
58232008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5824
5825 * mml.el (mml-attach-file): Strip text properties from file name.
e3e955fe
MB
5826 (Bug#1574)
5827
58282008-12-16 Glenn Morris <rgm@gnu.org>
5829
5830 * mm-util.el (mm-charset-override-alist): Declare for compiler.
c7948b5f 5831
bf46b4d4
MB
58322008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5833
5834 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5835 knows since the charset specified might be a bogus alias that
5836 mm-charset-synonym-alist provides.
5837
58382008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5839
5840 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5841 "ISO_8859-1".
5842
5843 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5844
96a22201
KY
58452008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * mm-util.el (mm-charset-eval-alist):
5848 Define it before mm-charset-to-coding-system.
5849 (mm-charset-to-coding-system): Add optional argument `silent';
5850 define it before mm-charset-override-alist.
5851 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5852 default value if it can be used in Emacs currently running;
5853 silence mm-charset-to-coding-system.
5854
b6b8f5fd
KY
58552008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5856
5857 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5858 `allow-override' which says whether to use `mm-charset-override-alist'.
5859 (rfc2047-decode-encoded-words): Use it.
5860
5861 * mm-util.el (mm-charset-override-alist): Fix custom type;
5862 add `(gb2312 . gbk)' to choices.
5863
1250af7b
KY
58642008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5865
5866 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5867 fast.
5868
5869 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5870
886367d8
KY
58712008-12-04 Naohiro Aota <nao.aota@gmail.com>
5872
5873 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5874 on links.
5875
5876 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5877
f66de92f
KY
58782008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5879
e01bbc12
KY
5880 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5881 users' addresses that don't have domain parts.
5882 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5883 rather than message-narrow-to-head since there will be the message
5884 header separator.
f66de92f 5885
06c68f84
SM
58862008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5889 since the result is inserted in a unibyte buffer anyway.
5890 (nnimap-demule-use-string-to-multibyte): Remove.
5891 (nnimap-demule): Alias it to mm-string-to-multibyte.
5892
9255ec86
RS
58932008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5896 variable for debugging bug#464 and bug#1174.
5897 (nnimap-demule): Use it.
5898
030cca00
MB
58992008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5900
5901 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5902 score calculation correctly.
5903
8a986865
SM
59042008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * message.el (message-send-mail): Just set the buffer to unibyte
5907 rather than use mm-with-unibyte-current-buffer which does a lot more.
5908 (message-send-mail-partially): Don't bother with
5909 mm-with-unibyte-current-buffer since it's already been made unibyte by
5910 message-send-mail.
5911
5b51650c
MB
59122008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5913
5914 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5915
59162008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5917
5918 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5919
ed778fad
MB
59202008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5921
5922 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5923 require itself and to remove `with-no-warnings'.
5924
59252008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5926
5927 * starttls.el (starttls-any-program-available): Get the name of the
5928 available TLS layer program.
5929 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5930 well as the host name in the "opening" message.
5931
5932 * auth-source.el (auth-source-cache, auth-source-do-cache)
5933 (auth-source-user-or-password): Cache passwords and logins by default,
5934 allow override with `auth-source-do-cache'.
5935 (auth-source-forget-user-or-password): Allow users to remove cache
5936 entries if needed.
5937
8e38a1a9
MB
59382008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5939
5940 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5941 condition-case to only the forward-sexp call.
5942
59432008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5944
5945 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5946 quotes contained. Make it more robust regardless by an extra
5947 condition-case wrapper.
5948
9091f2d3
MB
59492008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5950
5951 * nnml.el (nnml-request-expire-articles): Check if the function set to
5952 `nnmail-expiry-target' returns the symbol `delete'.
5953
5954 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5955
5956 * nnmail.el (nnmail-expiry-target): Fix custom type.
5957
06b2d4c6
GM
59582008-10-02 Glenn Morris <rgm@gnu.org>
5959
5960 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5961 Silence compiler warning.
5962
059b98fa
CY
59632008-09-30 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * mml.el (mml-menu): Don't assume mml2015 is bound.
5966
4520e527
MB
59672008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5968
5969 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5970 exists.
5971
09aece0b
GM
59722008-09-27 Glenn Morris <rgm@gnu.org>
5973
5974 * gnus-util.el (mail-header-remove-comments): Autoload it.
5975
521c4a23
AS
59762008-09-27 Andreas Schwab <schwab@suse.de>
5977
5978 * gnus-util.el (gnus-split-references): Strip comments.
5979 (gnus-parent-id): Likewise.
5980
4520e527
MB
59812008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5982
5983 * message.el (message-confirm-send): Fix version.
5984
59852008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5986
5987 * message.el (message-idna-to-ascii-rhs-1): Use
5988 mail-extract-address-components rather than mail-header-parse-addresses
5989 that is an alias by default to ietf-drums-parse-addresses that does not
5990 support non-ASCII names in headers' contents.
5991
eef5ade7
MB
59922008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5993
296a8e19 5994 * message.el (message-confirm-send): Fix variable documentation to
eef5ade7
MB
5995 avoid the "y/n" wording.
5996
4520e527 59972008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
eef5ade7
MB
5998
5999 * message.el (message-set-auto-save-file-name): Save to a different
6000 filename so multiple messages (especially drafts) can be recovered.
6001
e52cac88
MB
60022008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6003
6004 * message.el (message-confirm-send): Add appropriate version.
6005
60062008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6007
6008 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6009 defvar.
6010
60112008-09-22 Daiki Ueno <ueno@unixuser.org>
6012
6013 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6014 (mm-pkcs7-enveloped-magic): Ditto.
6015
64763fe3
MB
60162008-09-17 Simon Josefsson <simon@josefsson.org>
6017
6018 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6019 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6020
60212008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6022
6023 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6024 default, it's better.
6025
60262008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6027
6028 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6029 summary line gnus-number property and ignore them (with a warning
6030 message).
6031
1ae03cd5
KY
60322008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6033
6034 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6035 macro caddr in the interactive form since it won't be expanded.
6036
c0ccb0d6
KY
60372008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6038
6039 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6040 `charset'; fix name of function called recursively.
6041 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6042
14ce5fc2
KY
60432008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6046 (gnus-mime-set-charset-parameters): New function.
6047 (gnus-mime-view-part-as-charset): Use it to correctly display part
6048 specifying wrong charset.
6049
9e601b8d
MB
60502008-09-08 David Engster <dengste@eml.cc>
6051
6052 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6053 in completing-read for back end server.
6054
16dd13df
MB
60552008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6056
6057 * message.el (message-confirm-send): New variable to confirm sending a
6058 message.
6059 (message-send): Use it.
6060
b86402ab
MB
60612008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6062
6063 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6064
60652008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6066
6067 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6068
60692008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6070
6071 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6072 prevent tracking too many groups.
6073 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6074 Use it.
6075
9153f10d
MB
60762008-08-11 Ralf Angeli <angeli@caeruleus.net>
6077
6078 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6079 moving point to the bottom of the window in order to avoid recentering.
6080
60812008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6084 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6085 (gnus-article-beginning-of-window): Fix calculation.
6086
60872008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6088
6089 * gnus-msg.el (gnus-summary-supersede-article)
6090 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6091 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6092 message header.
6093
82cc1916
DN
60942008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6095
6096 * message.el:
6097 * gnus-start.el:
6098 * gnus-registry.el: Remove VMS support.
6099
6ecfe5c2
MB
61002008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6101
6102 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6103 macro.
6104 (rfc2104-hash): Use it.
6105
61062008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6109 (gnus-summary-sort-by-most-recent-date): New commands.
6110 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6111 and menu entries.
6112
61132008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6116 don't redisplay article for raw contents; remove plural articles stuff.
6117
6118 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6119 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6120 on gnus-summary-save-article; display results properly.
6121
d62672f3
MB
61222008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6125
61262008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6127
296a8e19
SM
6128 * gnus-art.el (gnus-summary-save-in-pipe):
6129 Consider gnus-save-all-headers.
d62672f3 6130
d221466a
DN
61312008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6132
6133 * gnus-util.el (ns-focus-frame): Remove declaration.
6134 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6135 like x.
6136
b737c3d9
TTN
61372008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6138
6139 * rfc2104.el (rfc2104-zero): Delete defconst.
6140 (rfc2104-hex-alist): Likewise.
6141 (rfc2104-hex-to-int): Delete func.
6142 (rfc2104-hexstring-to-bitstring): Likewise.
6143 (rfc2104-nybbles): New defconst.
6144 (rfc2104-hash): Rewrite for speed.
6145
3c823a0c
GM
61462008-07-16 Glenn Morris <rgm@gnu.org>
6147
6148 * gnus-util.el (ns-focus-frame): Declare for compiler.
6149
16c85f26
MB
61502008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6153 set as a group parameter.
6154 (gnus-summary-save-in-pipe): Work when it is called independently.
6155 (gnus-summary-pipe-to-muttprint): Don't modify
6156 gnus-summary-pipe-output-default-command.
6157
ad546360
SM
61582008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6159
6160 * message.el (message-send-mail-with-sendmail):
6161 Display the error message.
6162
89167438
MB
61632008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6164
ad546360
SM
6165 * gnus-art.el (gnus-default-article-saver):
6166 Add gnus-summary-save-in-pipe to choices.
89167438
MB
6167 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6168 gnus-summary-pipe-output-default-command as the default command.
6169 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6170 instead of gnus-last-shell-command.
6171
ba60bd44
JB
6172 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6173 New user option.
89167438
MB
6174 (gnus-summary-muttprint-program): Mention the value will be changed.
6175 (gnus-summary-save-article): Force showing of all headers.
6176 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6177
61782008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6179
6180 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6181
56fd9faa
JB
61822008-07-02 Juanma Barranquero <lekktu@gmail.com>
6183
6184 * nnimap.el (nnimap-id):
6185 * sieve-manage.el (sieve-manage-open): Doc fixes.
6186
68548459
JB
61872008-07-02 Francesc Rocher <rocher@member.fsf.org>
6188
6189 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6190 if available.
6191
32bed934
SM
61922008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6193
eafee8f2
SM
6194 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6195
6196 * nnkiboze.el (nnkiboze-generate-group):
6197 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6198
32bed934
SM
6199 * nnmairix.el: Require CL.
6200
2b968687
MB
62012008-06-15 David Engster <dengste@eml.cc>
6202
6203 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6204
62052008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6206
32bed934
SM
6207 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6208 New macros that expand to an `aset'/`aref' call under Emacs, and to a
2b968687
MB
6209 runtime choice under XEmacs.
6210
32bed934
SM
6211 * gnus-sum.el (gnus-summary-set-display-table):
6212 Use `gnus-put-display-table', `gnus-get-display-table',
2b968687
MB
6213 `gnus-set-display-table' for the display table, instead of `aset'.
6214
2b968687
MB
62152008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6216
6217 * nnmairix.el: Add autoloads.
6218
62192008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6220
6221 * nnmairix.el (nnmairix-delete-recreate-group)
6222 (nnmairix-update-and-clear-marks): Fix error messages.
6223
62242008-06-14 David Engster <dengste@eml.cc>
6225
6226 * nnmairix.el: Upgrade to version 0.6.
6227 (nnmairix-group-toggle-propmarks-this-group)
6228 (nnmairix-group-toggle-readmarks-this-group)
6229 (nnmairix-group-delete-recreate-this-group)
6230 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6231 (nnmairix-remove-tick-mark-original-article): New commands.
6232 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6233 (nnmairix-propagate-marks-to-nnmairix-groups)
6234 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6235 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6236 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6237 functions needed for marks propagation and manipulation of read marks.
6238 (nnmairix-update-groups): New function.
6239 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6240 (nnmairix-determine-original-group-from-registry)
6241 (nnmairix-determine-original-group-from-path)
6242 (nnmairix-get-group-from-file-path, nnmairix-map-range)
ba60bd44
JB
6243 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6244 New helper functions.
6245 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2b968687
MB
6246 keystrokes for new commands.
6247 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6248 (nnmairix-request-group): Check allow-fast group parameter.
6249 (nnmairix-request-create-group): Set allow-fast group parameter if
6250 nnmairix-allowfast-default is set.
6251 (nnmairix-close-group): Propagate marks upon closing if needed.
6252 (nnmairix-group-toggle-threads-this-group): Use new.
6253 nnmairix-group-toggle-parameter helper function.
6254 (nnmairix-search): Better check for empty search result.
6255 (nnmairix-goto-original-article): Use new helper functions for
6256 determining original article.
6257 (nnmairix-show-original-article): Make sure message-id is in brackets.
6258 (nnmairix-call-mairix-binary): Change variable name.
6259 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6260 helper function.
6261 (nnmairix-widget-toggle-activate): Fix doc string.
6262
a19a8f1b
MB
62632008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6264
6265 * nnir.el: Require edmacro when compiling with XEmacs.
6266 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6267 available in Emacs 21.
6268
8abf1b22
GM
62692008-06-11 Glenn Morris <rgm@gnu.org>
6270
6271 * gnus-util.el (x-focus-frame):
6272 * gnus.el (image-size):
6273 * mm-decode.el (image-size): Declare.
6274
6275 * gnus-picon.el (declare-function): Add compat definition.
6276 (image-size): Declare.
6277
6278 * gnus-group.el (tool-bar-map):
6279 * gnus-sum.el (tool-bar-map): Define for compiler.
6280
6281 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6282
6283 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6284
6285 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6286 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6287 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6288 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6289 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6290 * sieve-manage.el, spam-report.el, spam.el:
6291 Remove unnecessary eval-and-compile of autoloads.
6292
43d28dcd
MA
62932008-06-08 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * auth-source.el: Precise Tramp doc.
6296
966bd7bd
GM
62972008-06-07 Glenn Morris <rgm@gnu.org>
6298
6299 * nnmairix.el: Remove unnecessary eval-when-compile.
6300
63012008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
e6d2d263
MB
6302
6303 * nnir.el: New file.
6304
d346bf7e
SM
63052008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * gnus-util.el (gnus-read-shell-command): New function.
6308 * mm-decode.el (mm-pipe-part):
6309 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6310
b1d6cda3
MB
63112008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6312
6313 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6314
6459e35e
GM
63152008-06-03 Glenn Morris <rgm@gnu.org>
6316
6317 * pop3.el (nnheader-accept-process-output): Autoload it.
6318
656b4fa1
MB
63192008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6320
6321 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6322 are not 2-digit hexadecimal characters that follow `%'s.
6323
63242008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6325
6326 * message.el (message-bogus-recipient-p): Fix type in doc string.
6327 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6328 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6329 Improve custom options.
6330 (message-bogus-recipient-p): Adjust accordingly.
6331
63322008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6333
6334 * nnmairix.el: Require edmacro when compiling with XEmacs.
6335
f394fa25
MB
63362008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6337
6338 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6339 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6340
a368801c
MB
63412008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6342
6343 * auth-source.el: Add more docs.
6344
63452008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6346
6347 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6348 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
296a8e19
SM
6349 retrieval faster in some cases, but might make CPU usage larger.
6350 If this has any bad side effects, we might revert this change.
a368801c
MB
6351
6352 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6353 seems to make mail retrieval much, much faster.
6354 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
cc4a96c6 6355 unconditionally.
a368801c 6356
296a8e19
SM
6357 * gnus-draft.el (gnus-group-send-queue):
6358 Bind message-send-mail-partially-limit to nil to avoid being prompted.
a368801c 6359
03c673c9
MB
63602008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6361
6362 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6363
6364 * message.el (message-bogus-address-regexp): Fix and improve custom
6365 type.
6366 (message-setup-hook): Add message-check-recipients as custom option.
6367
58333467
MB
63682008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6369
6370 * message.el (message-cite-function): Remove bogus autoload which crept
6371 in during merge from v5-10.
6372
4079589f
MB
63732008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6374
6375 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6376
6377 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6378
6379 * auth-source.el: Preliminary Tramp docs.
6380 (auth-sources): Change the default auth-sources to use
6381 EPA .gpg files.
6382
e952b711
MB
63832008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6384
6385 * nntp.el: Autoload `auth-source-user-or-password'.
6386 (nntp-send-authinfo): Use it.
6387
6388 * nnimap.el: Autoload `auth-source-user-or-password'.
6389 (nnimap-open-connection): Use it.
6390
296a8e19 6391 * auth-source.el: Add docs on using with url-auth. Import gnus-util
e952b711
MB
6392 for the gnus-message function.
6393 (auth-source-user-or-password): Use it.
6394
4fedcc00
SM
63952008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6398 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6399 (rfc2104-hash): Use it.
6400
149cd465
JB
64012008-05-08 Juanma Barranquero <lekktu@gmail.com>
6402
6403 * gnus-art.el (gnus-article-toggle-truncate-lines):
6404 Don't use `iff' in docstring.
6405
0ab5c2be
MB
64062008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6407
6408 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6409
6410 * gnus-util.el (gnus-extract-address-component-name)
6411 (gnus-extract-address-component-email): Convenience functions around
6412 `gnus-extract-address-components'.
6413
4fedcc00
SM
6414 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6415 Use `gnus-extract-address-component-email' to fix bug of comparing full
0ab5c2be
MB
6416 sender name to `user-mail-address'.
6417
64182008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6419
6420 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6421 catch/throw to optimize.
6422 (gnus-registry-find-keywords): Just use member to find a keyword.
6423
42a83f4b
SM
64242008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6427 is current before calling gnus-server-prepare.
6428 (gnus-server-setup-buffer, gnus-server-update-server)
6429 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6430
d844ef2f
JL
64312008-05-04 Juri Linkov <juri@jurta.org>
6432
6433 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6434 (mailcap-file-default-commands): Use mailcap-replace-in-string
6435 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6436 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6437
f8a29505
MB
64382008-05-03 Reiner Steib <reiner.steib@gmx.de>
6439
6440 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6441
3a23a519
MB
64422008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6444 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6445 hooks.
6446 (gnus-update-read-articles): Speed up non-marks-using users.
6447 (gnus-use-marks): Define gnus-use-marks.
6448 (gnus-propagate-marks): Rename variable to something more sensible.
6449
38ac8b91
JB
64502008-05-02 Juanma Barranquero <lekktu@gmail.com>
6451
6452 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6453 (gmm-image-load-path-for-library): Fix typos in docstrings.
6454 (gmm-message): Reflow docstring.
6455
8336c962
MB
64562008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6457
42a83f4b
SM
6458 * mail-source.el (mail-source-set-1, mail-source-bind):
6459 Move auth-source code out of the macro to clean it up and fix bugs.
8336c962
MB
6460
64612008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6462
6463 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6464 by sender if it's equal to user-mail-address, it's likely to be
6465 useless.
6466
6467 * mail-source.el (mail-source-bind): Don't use user or password if they
6468 are not bound. Unintern them if they are nil. Don't use server unless
6469 it's bound, and default it to empty string otherwise.
6470
58a67d68
MB
64712008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6472
6473 * mail-source.el: Load auth-source.el.
6474 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6475 get user name or password, if auth-sources is set up.
6476
6477 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6478 strategy of splitting with parent.
6479 (gnus-registry-split-fancy-with-parent)
6480 (gnus-registry-post-process-groups): Use it and fix prior
6481 bug (returning a list as the split result).
6482
6483 * auth-source.el (auth-sources): Remove server parameter.
6484 (auth-source-pick, auth-source-user-or-password)
6485 (auth-source-user-or-password-imap)
6486 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6487 (auth-source-user-or-password-sftp)
6488 (auth-source-user-or-password-smtp): Remove server parameter.
6489
296fa7b4
JB
64902008-04-25 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * smime.el (smime-sign-region, smime-encrypt-region)
6493 (smime-decrypt-region):
6494 Remove redundant calls to `generate-new-buffer-name'.
6495
58a67d68
MB
64962008-04-24 Luca Capello <luca@pca.it> (tiny change)
6497
6498 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6499 Don't use QP for message/rfc822.
6500 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6501
2136a8a7
SM
65022008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * sieve-manage.el (sieve-string-bytes): Remove.
6505 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6506 correct byte-length only if the process's coding-system is the same as
6507 the one used internally by Emacs to represent strings.
6508
a837fe74
JL
65092008-04-22 Juri Linkov <juri@jurta.org>
6510
6511 * mailcap.el (mailcap-file-default-commands): New function.
6512
d55fe5bb
MB
65132008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6514
6515 * message.el (message-signature-separator, message-cite-function):
6516 Change custom version.
6517
65182008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6519
6520 * mm-decode.el (mm-display-external): Make temp file read-only.
6521
65222008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6523
6524 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6525 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6526 `C-c C-f d'.
6527
65282008-04-12 Adrian Aichner <adrian@xemacs.org>
6529
6530 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6531
65322008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6533
296a8e19 6534 * auth-source.el: Add docs.
2136a8a7 6535 (auth-sources): Modify format to support server.
d55fe5bb
MB
6536 (auth-source-pick, auth-source-user-or-password)
6537 (auth-source-user-or-password-imap)
6538 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6539 (auth-source-user-or-password-sftp)
6540 (auth-source-user-or-password-smtp): Add server parameter.
6541
65422008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6543
6544 * gnus-registry.el: Initialize the registry when gnus-registry-install
6545 is t.
6546
73f2395e
KY
65472008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6548
6549 * compface.el (uncompface): Make buffer unibyte.
6550
e66d8771
SM
65512008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * mail-source.el (mail-source-value):
6554 Prefer fboundp to functionp so it works with macros as well.
6555
407da272
GM
65562008-04-05 Glenn Morris <rgm@gnu.org>
6557
6558 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6559
3b728e95
SM
65602008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6561
d37ded9e
SM
6562 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6563 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6564
407da272
GM
6565 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6566 multibyteness after rather than before erasing it.
33e2f72c 6567
75eda25b
SM
6568 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6569 mm-with-multibyte.
407da272
GM
6570 (gnus-request-article-this-buffer): Make sure the proper decoding is
6571 used if gnus-original-article-buffer happens to be unibyte.
75eda25b 6572
2b57967e
SM
6573 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6574 default-enable-multibyte-characters.
6575
d7eb3b36
SM
6576 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6577 default-enable-multibyte-characters.
6578
7ab0253d
SM
6579 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6580
3b728e95
SM
6581 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6582
5faa2ec0
SM
65832008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6586 Fix last change in case the element is not even a symbol.
6587
59429511
MB
65882008-04-02 Simon Josefsson <simon@josefsson.org>
6589
6590 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6591 imap-enable-exchange-bug-workaround.
6592 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6593
65942008-04-01 Simon Josefsson <simon@josefsson.org>
6595
6596 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6597 a 100 byte status-checks into a 2-3MB transfer for each group.
6598 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6599 to enable bug workaround or not.
6600 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6601
a0e08467
GM
66022008-03-31 Glenn Morris <rgm@gnu.org>
6603
6604 * message.el (mml2015-use): Declare for compiler.
6605 (message-info): Require mml2015 when appropriate.
6606
990e2c2f
SM
66072008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6610 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6611 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6612 (nntp-service-to-port): New function.
6613 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6614 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6615 (nntp-open-netcat-stream): New function.
6616 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6617
59429511
MB
66182008-03-29 Sven Joachim <svenjoac@gmx.de>
6619
6620 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6621
fa98585c
SM
66222008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6625
9b3ebcb6
MB
66262008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6627
6628 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6629
66302008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6631
fa98585c
SM
6632 * message.el (message-signature-separator): Change default.
6633 Improve custom type.
9b3ebcb6
MB
6634 (message-cite-function): Change default to
6635 message-cite-original-without-signature.
6636
6637 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6638 toggle.
6639
6640 * message.el (message-check-news-body-syntax): Fix signature check.
6641 (message-setup-1): Mark buffer as unmodified _after_ running
6642 message-setup-hook and handling message-alternative-emails.
6643 (message-shorten-references): Be more strict when building list of
6644 valid references to comply with GNKSA.
6645
fa98585c
SM
6646 * gnus-group.el (gnus-read-ephemeral-bug-group)
6647 (gnus-read-ephemeral-debian-bug-group)
6648 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9b3ebcb6
MB
6649
6650 * message.el (message-info): Don't use booleanp which isn't supported
6651 in Emacs 21 and XEmacs.
6652
66532008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6654
6655 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6656 gnus-group-gmane-group-download-format.
6657 (gnus-group-read-ephemeral-gmane-group): Rename from
6658 gnus-group-read-ephemeral-gmane-group.
6659 (gnus-read-ephemeral-gmane-group-url): Rename from
6660 gnus-group-read-ephemeral-gmane-group-url.
b97439ce 6661 (gnus-bug-group-download-format-alist): New variable.
9b3ebcb6
MB
6662 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6663 (gnus-read-ephemeral-emacs-bug-group): New commands.
6664
66652008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6666
6667 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6668 (gnus-visible-headers): Improve custom type.
6669
66702008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6671
6672 * mml.el (mml-menu): Add workarounds for XEmacs.
6673
6674 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6675 X-Boundary header.
6676
6677 * message.el (message-simplify-recipients): Fix previous commit.
6678
b813166a
SM
66792008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6680
df06dd59 6681 * mm-util.el (mm-set-buffer-multibyte): New function.
61dc89b0 6682 * mm-decode.el (mm-copy-to-buffer): Use it.
df06dd59 6683
b813166a
SM
6684 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6685 Prefer fboundp to functionp so it works with macros as well.
6686
9b3ebcb6
MB
66872008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6688
5faa2ec0
SM
6689 * message.el (message-alter-recipients-discard-bogus-full-name):
6690 New function.
9b3ebcb6
MB
6691 (message-alter-recipients-function): New variable.
6692 (message-get-reply-headers): Use it.
6693 (message-replace-header): New helper function.
6694 (message-recipients-without-full-name): New variable.
6695 (message-simplify-recipients): New command.
6696
6697 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6698
6699 * message.el (message-info): Handle EasyPG manual.
6700
6701 * mml.el (mml-menu): Add entry for EasyPG.
6702
67032008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6704
6705 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6706 parameter.
6707
6708 * message.el (message-disassociate-draft): Specify drafts group name
6709 fully.
6710
67112008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6712
296a8e19
SM
6713 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6714 Eliminate unnecessary duplicates from the match list.
9b3ebcb6
MB
6715
67162008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6717
6718 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6719 args of `how-many' of which the XEmacs version doesn't take; declare
6720 Info-index-next as function.
6721
67222008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * gnus-score.el (gnus-score-headers): Fix handling of
6725 gnus-inhibit-slow-scoring.
6726
6727 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6728 string.
6729 (gnus-button-url-regexp): Improve handling of parenthesis.
6730 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6731 (gnus-button-handle-info-keystrokes): Handle index entries.
6732
67332008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6734
6735 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6736 Incoming* files.
6737
67382008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6739
296a8e19 6740 * auth-source.el (auth-sources): Rename from auth-source-choices.
9b3ebcb6
MB
6741 (auth-source-pick): Use it.
6742
67432008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6744
6745 * auth-source.el (auth-source-protocols)
296a8e19 6746 (auth-source-protocols-customize, auth-source-choices): Add and
9b3ebcb6
MB
6747 modified variable customizations and defaults.
6748 (auth-source-pick, auth-source-user-or-password)
6749 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6750 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6751 (auth-source-user-or-password-sftp)
6752 (auth-source-user-or-password-smtp): Use new variables and provide an
6753 interface to netrc.el.
6754
67552008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6756
6757 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6758 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6759 Make sure the nntp port to specify is a string.
6760
dd58a686
SM
67612008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6762
ed075cb4
SM
6763 * nntp.el: Use with-current-buffer.
6764 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6765 dubious mm-with-unibyte-current-buffer.
6766 (nntp-with-open-group-function): New function extracted from
6767 nntp-with-open-group macro.
6768 (nntp-with-open-group): Use the function, so it's easier to debug.
6769 Add indentation and debugging info.
296a8e19
SM
6770 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6771 Recommend the use of the netcat alternatives.
ed075cb4 6772
f15a9fec
SM
6773 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6774 Avoid mm-string-as-multibyte as well.
6775
944c87e0
SM
6776 * nnweb.el (nnweb-insert-html):
6777 Remove use of nnheader-string-as-multibyte.
6778
2ec9cf15
SM
6779 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6780 (nnheader-string-as-multibyte): Remove.
6781
3d2440b4
SM
6782 * mm-view.el: Use inhibit-read-only.
6783 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6784 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6785 or unibyte-string.
6786
456cace2
SM
6787 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6788 (mm-uu-yenc-extract): Use with-current-buffer.
6789
f5fcf556
SM
6790 * gnus-soup.el (gnus-soup-send-packet): Don't use
6791 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6792
c9de7755
SM
6793 * nnmh.el: Use with-current-buffer.
6794 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6795 mm-string-as-multibyte on the output of mm-encode-coding-string.
6796
3d2440b4 6797 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9c5fe825
SM
6798 (nnimap-request-move-article): Use with-current-buffer.
6799
3d2440b4
SM
6800 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6801 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6802 conversion uses string-make-unibyte rather than string-as-unibyte.
d4eb2b7e 6803
228b6ecd
SM
6804 * gnus-msg.el: Use with-current-buffer.
6805
dd58a686
SM
6806 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6807
9b3ebcb6
MB
68082008-03-10 Daiki Ueno <ueno@unixuser.org>
6809
6810 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6811 string for caching if it is 'PIN.
6812
37a68866
MB
68132008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6814
dd58a686
SM
6815 * mail-source.el (mail-source-delete-old-incoming-confirm):
6816 Change default to nil.
37a68866
MB
6817 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6818
8f7abae3
MB
68192008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6820
6821 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6822 (gnus-article-goto-prev-page): Work for articles having ^L's.
6823
6824 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6825
6826 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6827
e0385bf4
KF
68282008-03-07 Karl Fogel <kfogel@red-bean.com>
6829
56388398 6830 * gnus-bookmark.el: Adjust for renames in bookmark.el.
e0385bf4
KF
6831 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6832 (gnus-bookmark-jump): Adjust some variable names.
6833
8f7abae3 68342008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
a7b50e1c 6835
8f7abae3
MB
6836 * auth-source.el: New package.
6837 (auth-source-choices): Add customization entry point variable.
6838
6839 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6840 bug.
6841
68422008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6843
6844 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6845 (gnus-registry-initialize, gnus-registry-install-p): Use it.
dd58a686 6846 (gnus-registry-install-shortcuts): Rename from
8f7abae3
MB
6847 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6848 the `gnus-registry-mark-map' keymap dynamically from
6849 `gnus-registry-marks'. The generated functions update the summary line
6850 when a registry mark is added or deleted, and will call
6851 `gnus-registry-install-p' (see the comments in the code).
6852 (gnus-registry-user-format-function-M): Use concat intelligently.
6853
6854 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6855 the registry mark functions.
a7b50e1c 6856
c1717fbd
GM
68572008-03-05 Glenn Morris <rgm@gnu.org>
6858
6859 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6860 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6861 gnus-art.
6862 (top-level): No need to load own source when compiling.
6863
8f7abae3
MB
68642008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6865
6866 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6867 Suggested by <chris.anderton@zetnet.co.uk>.
6868
1fc34624
GM
68692008-03-04 Glenn Morris <rgm@gnu.org>
6870
6871 * gnus-sum.el (top-level): No need to require gnus when compiling,
6872 since unconditionally required near start of file.
6873 (gnus-summary-display-while-building): Move definition before use.
6874
8f7abae3
MB
68752008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6876
296a8e19
SM
6877 * gnus-registry.el (gnus-registry-user-format-function-M):
6878 Add formatting function.
8f7abae3
MB
6879
68802008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6881
296a8e19 6882 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8f7abae3
MB
6883 with plists.
6884 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6885 Use new format.
6886
68872008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6888
6889 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6890 `where-is-internal' that returns a range of key sequences.
6891
dacb905a
SM
68922008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6893
a88fd51a
SM
6894 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6895
c7a91ce1 6896 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1fc34624
GM
6897 (gnus-summary-jump-to-group): Consider windows on other displayed
6898 frames as well. Similar changes might be needed elsewhere, but that's
6899 the one I've bumped into during my use.
c7a91ce1 6900
62dc3ac3 6901 * nndoc.el (nndoc-oe-dbx-type-p):
ef1b088a 6902 * gnus-msg.el (gnus-debug):
dacb905a
SM
6903 * gnus-group.el (gnus-update-group-mark-positions):
6904 Use mm-string-to-multibyte.
6905
8f7abae3
MB
69062008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6907
6908 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6909 doesn't handle NotDashEscaped.
6910
6911 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6912 (mml-dnd-attach-options): Fix typo in custom choice.
6913
296a8e19
SM
6914 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6915 Change nndoc-article-type to mbox.
8f7abae3
MB
6916 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6917
6918 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6919 to nil, instead of html2text.
6920
6921 * imap.el (imap-debug): Add `imap-ping-server'.
6922
6923 * gnus-bookmark.el: Add FIXMEs.
6924
6925 * message.el (message-form-letter-separator)
6926 (message-send-form-letter-delay): New variables.
6927 (message-send-form-letter): Use them. New command to send form
6928 letters. Requested by Uwe Siart.
6929 (message-send-mail-function): Doc fix. Add "Other" custom option.
6930
14e8de0c
MB
69312008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6932
6933 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6934 empty author.
6935
69362008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6937
6938 * gnus-registry.el (gnus-registry-marks): Add variable for
6939 customization of marks and their appearance.
6940 (gnus-registry-read-mark): Use it.
6941 (gnus-registry-do-marks): Add utility function to loop through
6942 `gnus-registry-marks'.
6943 (gnus-registry-install-shortcuts-and-menus): Add function to install
6944 shortcuts and menus.
6945 (gnus-registry-initialize): Use it.
6946 (gnus-registry-default-mark): Clarify documentation.
6947
ab74c815
GM
69482008-02-29 Glenn Morris <rgm@gnu.org>
6949
6950 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6951 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6952 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6953 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6954 Change defcustom :version from 23.0 to 23.1.
6955
14e8de0c
MB
69562008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6957
6958 * gnus-registry.el (gnus-registry-follow-group-p)
6959 (gnus-registry-post-process-groups): Add functions to aid registry
6960 splitting and improve logging. Clarify behavior in function
6961 documentation.
6962 (gnus-registry-split-fancy-with-parent): Use them.
6963
80de1778
SM
69642008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6965
6966 * gnus-art.el: Use with-current-buffer.
6967
14e8de0c
MB
69682008-02-27 David Engster <dengste@eml.cc>
6969
6970 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6971 Express real group name in the response.
6972
69732008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6976 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6977 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6978 autoload gnus-registry-fetch-group when compiling.
296a8e19
SM
6979 (nnmairix-request-group-with-article-number-correction):
6980 Remove unreferenced argument passed to nnmairix-call-backend.
14e8de0c
MB
6981
69822008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
296a8e19
SM
6985 (mm-uu-extract): Improve face for low color ttys.
6986 Reported by Sascha Wilde.
14e8de0c 6987
da13b6cc
GM
69882008-02-27 Glenn Morris <rgm@gnu.org>
6989
6990 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
be021c01
GM
6991 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6992 variables to defconsts. Convert comments to doc-strings.
6993 (nnmairix-last-server, nnmairix-current-server): Convert from free
6994 variables to defvars. Convert comments to doc-strings.
6995 (gnus-registry-fetch-group): Autoload.
6996 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6997 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14e8de0c
MB
6998 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6999 caddr.
be021c01
GM
7000 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7001 nnmairix-request-group-with-article-number-correction call.
7002 (nnmairix-fast, nnmairix-group): New, less general names, for free
7003 variables passed from nnmairix-request-group to
7004 nnmairix-request-group-with-article-number-correction. Declare.
7005 (nnmairix-request-group-with-article-number-correction):
7006 Use nnmairix-fast, nnmairix-group rather than fast, group.
da13b6cc 7007
3d0f8a67
MB
70082008-02-26 David Engster <dengste@eml.cc>
7009
7010 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7011 version 0.5.
7012
70132008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7014
7015 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7016 instead of making an extra function call. Don't add the current group
7017 to articles only when they have the group. Use
7018 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7019 Reported by David <de_bb@arcor.de>.
7020
f5490ddc
MB
70212008-02-24 Miles Bader <miles@gnu.org>
7022
7023 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7024 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7025 (mm-find-mime-charset-region):
7026 * mm-bodies.el (mm-encode-body):
7027 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7028
52bec650
MB
70292008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7030
7031 * mail-source.el (mail-source-delete-incoming): Change default.
7032 Supplement doc string.
7033
7034 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7035
70362008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7037
7038 * nnmail.el (nnmail-message-id-cache-file): Derive from
7039 `gnus-home-directory'.
7040
70412008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7042
7043 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5e25c514 7044 Document negative prefix.
52bec650 7045
5e25c514 7046 * gnus-group.el (gnus-group-read-group): Document negative prefix.
52bec650
MB
7047
70482008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7049
7050 * message.el (message-unsent-separator): Add the Exim bounce
7051 separator.
7052
70532008-02-10 Daiki Ueno <ueno@unixuser.org>
7054
7055 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7056 list.
7057 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7058 recipient/signer list.
7059
0b9c5ab7
RS
70602008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7061
7062 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7063 fbound (Emacs 23 unicode), signal an error.
7064
1888e568
GM
70652008-02-08 Glenn Morris <rgm@gnu.org>
7066
7067 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7068
52bec650
MB
70692008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7070
7071 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7072 ports to the calls to `netrc-machine-user-or-password' in addition to
7073 "imap" and "imaps".
7074
e9198520
MB
70752008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7076
7077 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7078 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7079 <hanche@math.ntnu.no>.
7080
70812008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7082
7083 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7084
9303f985 70852008-02-01 Zhang Wei <id.brep@gmail.com>
aca7a3d2
MB
7086
7087 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7088
7089 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7090
9303f985 70912008-02-01 Miles Bader <miles@gnu.org>
aca7a3d2
MB
7092
7093 * mml.el (mml-parse-1): Remove apparently vestigial use of
7094 `mm-hack-charsets'.
7095 * mm-bodies.el (mm-encode-body): Likewise.
7096
9303f985 70972008-02-01 Kenichi Handa <handa@m17n.org>
aca7a3d2 7098
4fedcc00 7099 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
aca7a3d2
MB
7100 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7101 (rfc2104-hash): Convert the result of concat to unibyte string.
7102
9303f985 71032008-02-01 Dave Love <fx@gnu.org>
aca7a3d2 7104
aca7a3d2
MB
7105 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7106 coding-system-for-read.
7107 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7108
8385d659 7109 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
4fedcc00 7110 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8385d659 7111 (mm-find-mime-charset-region): Remove hack-charsets stuff.
aca7a3d2 7112
10ef2ef7 71132008-01-24 Michael Sperber <sperber@deinprogramm.de>
a1da1e37
MB
7114
7115 * mail-source.el (mail-sources): Add `group' choice.
7116
7117 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7118 parameter `in-group' to control into which group the articles go.
7119 Add treatment of `group' mail-source.
7120
a445370f
DN
71212008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7122
7123 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7124 * message.el (message-beginning-of-line): Use featurep instead of bound
7125 tests in order to resolve conditionals at compile time.
7126
4599d0ec
MB
71272008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7128
7129 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7130
7131 * mm-decode.el (mm-dissect-buffer): Decode description.
7132
7133 * mml.el (mml-to-mime): Encode message header first.
7134
0b6799c3
MB
71352008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7136
7137 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7138 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7139
71402008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7141
7142 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7143
71442008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7145
7146 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7147 prefix keys.
7148 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7149 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7150 gnus-xmas.el.
7151
71522008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7153
7154 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7155 Add new variables for article mark management.
7156 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7157 list of extra data entries which, when present, will indicate that the
7158 article ID should not be trimmed from the registry.
7159 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7160 functions.
7161 (gnus-registry-read-mark): New function to read a mark name from the
7162 user.
7163 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7164 (gnus-registry-set-article-mark-internal): New functions to add and
7165 remove marks.
7166 (gnus-registry-get-article-marks): New function to show the marks for
7167 an article, or retrieve them for further use.
7168
71692008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7170
7171 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7172 keys when no argument is given.
7173
71742008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7175
7176 * gnus-sum.el (gnus-article-sort-by-random)
296a8e19
SM
7177 (gnus-thread-sort-by-random): Fix doc strings.
7178 Reported by jidanni@jidanni.org.
0b6799c3
MB
7179
71802008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * gnus-art.el (gnus-article-describe-bindings): New function.
7183 (gnus-article-read-summary-keys): Use it.
7184 (gnus-article-mode-map): Bind `C-h b' to it.
7185
95838435
MB
71862008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7189 XEmacs.
296a8e19
SM
7190 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7191 Protect against non-character events.
95838435 7192
95838435
MB
71932008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7194
296a8e19
SM
7195 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7196 New command.
95838435
MB
7197 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7198 instead of END. Change name of the temp file.
7199 (gnus-group-gmane-group-download-format): Add doc string. Make it
7200 customizable.
7201
72022008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7205 bind `S W' to gnus-article-wide-reply-with-original; set default
7206 binding to gnus-article-read-summary-send-keys.
7207 (gnus-article-read-summary-keys): Fix the order of keys; display
7208 continuation keys correctly in the echo area; describe bindings
7209 correctly when keys end with `C-h'.
7210 (gnus-article-read-summary-send-keys): New function.
296a8e19
SM
7211 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7212 Work for gnus-article-read-summary-send-keys; display continuation keys
95838435
MB
7213 correctly in the echo area.
7214 (gnus-article-reply-with-original): Ignore prefix argument.
7215 (gnus-article-wide-reply-with-original): New function.
7216
d82cf70b
MB
72172008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7220 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7221
72222008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7223
7224 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7225 (gnus-group-read-ephemeral-gmane-group): New command.
7226
f3041af1
DN
72272008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7228
7229 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7230
87035689
MB
72312007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * message.el (message-send-mail-function): Increase custom version.
7234
7235 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7236 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7237
87035689
MB
72382007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7239
7240 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7241 html parts correctly; support forwarded messages.
7242 (gnus-article-browse-html-article): Remove work buffers.
7243
7244 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7245 compiling.
7246 (netrc-bound-and-true-p): New macro.
7247 (netrc-parse): Use it instead of bound-and-true-p that is not available
7248 in XEmacs 21.4.
7249
72502007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7251
7252 * gnus-registry.el (gnus-registry-mark-article)
7253 (gnus-registry-article-marks): Add functionality to mark articles
7254 through the Gnus registry.
7255
7256 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7257 (netrc-parse): Use encrypt-file-alist to determine if
7258 encrypt-find-model or encrypt-insert-file-contents should be used.
7259
541cbf8b
GM
72602007-12-19 Glenn Morris <rgm@gnu.org>
7261
7262 * mml.el (message-options-set, message-narrow-to-head)
7263 (message-in-body-p, message-mail-p, message-encode-message-body):
7264 Autoload.
7265 (message-remove-header, message-narrow-to-headers-or-head)
7266 (message-subscribed-p, message-make-mail-followup-to)
7267 (message-position-on-field, message-news-p)
7268 (message-options-set-recipient, message-generate-headers)
7269 (message-sort-headers): Declare as functions.
7270
87035689
MB
72712007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7272
7273 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7274 convention in doc string.
7275
72762007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7279 title to html parts.
7280 (gnus-article-browse-html-article): Pass message header to it.
7281
7282 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7283
72842007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7285
7286 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7287 or password compatible with XEmacs.
7288
bbbe940b
MB
72892007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7290
7291 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7292 format document.
7293 (gnus-mime-delete-part): Don't write description line if empty.
7294 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7295
880820fe 72962007-12-14 Johan Bockgård <bojohan@gnu.org>
bbbe940b
MB
7297
7298 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7299 (gnus-summary-mark-read-and-unread-as-read)
7300 (gnus-summary-mark-current-read-and-unread-as-read)
7301 (gnus-summary-mark-unread-as-ticked): Doc fix.
7302 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7303
73042007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7305
296a8e19
SM
7306 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7307 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
bbbe940b
MB
7308
73092007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7310
7311 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7312 yes-or-no-p.
7313
73142007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7315
7316 * mm-decode.el (mm-add-meta-html-tag): New function.
002876ab 7317 (mm-save-part-to-file, mm-pipe-part): Use it.
bbbe940b 7318
296a8e19
SM
7319 * gnus-art.el (gnus-article-browse-delete-temp-files):
7320 Use gnus-y-or-n-p instead of y-or-n-p.
bbbe940b
MB
7321 (gnus-article-browse-html-parts): Work with message/external-body; use
7322 mm-add-meta-html-tag.
7323
cef98b13
GM
73242007-12-11 Glenn Morris <rgm@gnu.org>
7325
7326 * gnus-cache.el: Require gnus-sum not just when compiling.
7327
7328 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7329
296a8e19
SM
7330 * gnus-int.el (gnus-server-opened, gnus-status-message):
7331 Move definitions before use.
cef98b13
GM
7332
7333 * mm-decode.el: Require gnus-util.
7334 (mm-remove-part): Only call delete-annotation on XEmacs.
7335
7336 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7337
7338 * nnmail.el: Require gnus-int.
7339
7340 * spam.el: Move `require's before `eval-when-compile's.
7341
7342 * gnus-ems.el (gnus-alive-p):
7343 * gnus-fun.el (message-goto-eoh):
5ec7fe1b 7344 * gnus-util.el (gnus-group-name-decode):
cef98b13
GM
7345 * mail-source.el (gnus-compress-sequence):
7346 * message.el (Info-goto-node, format-spec):
7347 * mm-bodies.el (message-options-get):
7348 * mm-decode.el (mm-view-pkcs7):
7349 * mm-util.el (gmm-write-region):
7350 * mml-smime.el (mml-compute-boundary)
7351 (gnus-completing-read-with-default):
7352 * mml.el (widget-button-press, gnus-make-hashtable):
7353 * mml1991.el (mm-decode-content-transfer-encoding)
7354 (mm-encode-content-transfer-encoding)
7355 (message-options-get, message-options-set):
7356 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7357 * nnfolder.el (gnus-request-group):
7358 * nnheader.el (ietf-drums-unfold-fws):
7359 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7360 * smime.el (gnus-run-mode-hooks):
7361 * spam-stat.el (gnus-message): Autoload.
7362
7363 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7364 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7365 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7366 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7367 Add declare-function compatibility definition.
7368
7369 * gnus-cache.el (nnvirtual-find-group-art):
7370 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7371 (gnus-add-image, gnus-add-wash-type):
7372 * gnus-group.el (nnkiboze-score-file):
7373 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7374 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5ec7fe1b
GM
7375 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7376 (message-tokenize-header, gnus-get-buffer-create)
7377 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7378 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
cef98b13
GM
7379 * gnus.el (gnus-group-decoded-name):
7380 * mail-source.el (imap-capability):
7381 * mm-bodies.el (message-options-set):
7382 * mm-decode.el (gnus-configure-windows):
7383 * mm-extern.el (message-goto-body):
7384 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7385 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7386 (epg-sub-key-validity, message-options-set):
7387 * mml.el (widget-event-point, gnus-configure-windows):
7388 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7389 * mml2015.el (epg-check-configuration, epg-configuration)
7390 (message-options-set):
7391 * nndb.el (nndb-request-article):
7392 * nnfolder.el (gnus-request-create-group):
7393 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7394 * nnmaildir.el (gnus-group-mark-article-read):
7395 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7396 * rfc1843.el (message-fetch-field):
7397 * spam.el (gnus-extract-address-components):
7398 Declare as functions.
7399
bbbe940b
MB
74002007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7401
7402 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7403
a5ded4c9
GM
74042007-12-09 Glenn Morris <rgm@gnu.org>
7405
7406 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7407
7408 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
030cca00 7409 * message.el, mm-view.el, sieve-manage.el, smime.el:
1d1df709 7410 Add declare-function compatibility definition.
a5ded4c9
GM
7411
7412 * gnus-art.el (w3-region, w3m-region, Info-menu):
7413 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7414 * gnus-sum.el (gnus-get-predicate):
7415 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7416 * message.el (mail-abbrev-in-expansion-header-p):
7417 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8d0f97a4 7418 (w3m-detect-meta-charset, w3m-region):
1d1df709
GM
7419 * sieve-manage.el (password-read, password-cache-add)
7420 (password-cache-remove):
8d0f97a4 7421 * smime.el (password-read-and-add): Declare as functions.
a5ded4c9 7422
274f1353
DK
74232007-12-08 David Kastrup <dak@gnu.org>
7424
7425 * gnus-sum.el (gnus-summary-simplify-subject-query):
7426 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7427 `message'.
7428
a601fb74 74292007-12-07 Glenn Morris <rgm@gnu.org>
80d06753 7430
a601fb74 7431 * gnus-art.el (article-make-date-line): Revert previous change.
80d06753 7432
af5370ad
RS
74332007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7434
7435 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7436
21ee0911
MB
74372007-12-06 Christian Plate <cplate@web.de> (tiny change)
7438
296a8e19 7439 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
21ee0911
MB
7440 Call gnus-add-to-range ranges only once with a prepared article-list.
7441
74422007-12-06 Paul Jarc <prj@po.cwru.edu>
7443
149cd465
JB
7444 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7445 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
296a8e19
SM
7446 group names with backslashes.
7447 Reported by Tassilo Horn <tassilo@member.fsf.org>.
21ee0911 7448
f0131492 74492007-12-06 Deepak Goel <deego3@gmail.com>
fd0c71e8 7450
a601fb74
GM
7451 * gnus-art.el (article-make-date-line):
7452 * gnus-start.el (gnus-load):
7453 * pop3.el (pop3-read-response): Fix buggy call to `error'.
fd0c71e8 7454
415a09fb
MB
74552007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7456
7457 * gnus-art.el (gnus-use-idna)
7458 * gnus-start.el (gnus-site-init-file)
7459 * message.el (message-use-idna)
7460 * mm-uu.el (mm-uu-hide-markers)
7461 * smiley.el (smiley-style): Revert changes that suppress warnings.
7462
74632007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7464
7465 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
296a8e19
SM
7466 specify charset to html source.
7467 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
415a09fb
MB
7468
74692007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7470
7471 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7472 idna-program in order to suppress byte compile warning issued by XEmacs
7473 that came to byte compile the default value section of defcustom forms
7474 recently.
7475
7476 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7477 value of installation-directory.
7478
7479 * message.el (message-use-idna): Don't directly refer to the value of
7480 idna-program.
7481
7482 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7483
7484 * smiley.el (smiley-style): Don't directly call face-attribute.
7485
b890d447
MB
74862007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7487
7488 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7489
7490 * gnus-dired.el: Reduce Gnus dependencies.
296a8e19
SM
7491 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7492 Don't require. Use autoloads instead.
b890d447
MB
7493 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7494 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7495 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7496 (gnus-dired-mode): Adjust doc string.
7497 (gnus-dired-mail-mode): New variable.
7498 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7499 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7500 (gnus-dired-mail-buffers): New function. Return mail or message
7501 composition buffers.
7502 (gnus-dired-attach): Use it.
7503 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7504 NO-DECODE.
7505 (gnus-dired-print): Use `gnus-print-buffer' depending on
7506 `gnus-dired-mail-mode'.
7507
75082007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7509
7510 * rfc2047.el (rfc2047-encoded-word-regexp)
7511 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7512 explaining what regexp patterns are for.
7513
13b0ef01
GM
75142007-12-04 Glenn Morris <rgm@gnu.org>
7515
7516 * password.el: Move to ../password-cache.el.
7517
7518 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7519 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7520 * mml-smime.el (password-read, password-cache-add)
7521 (password-cache-remove):
7522 No need to autoload, since mml-sec requires password.
7523
7524 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7525 * message.el (gnus-extract-address-components):
7526 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7527
7528 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7529 password.
7530
b890d447
MB
75312007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * mailcap.el: Reduce dependencies.
7534 (mail-header-parse-content-type): Autoload.
7535 (mailcap-delete-duplicates): New alias.
7536 (mailcap-mime-info): Add optional argument NO-DECODE.
7537 (mailcap-mime-types): Use mailcap-delete-duplicates.
7538
7539 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7540
75412007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7544 function.
7545
7546 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7547 (gnus-uu-yenc-article): New function.
7548
7549 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7550
296a8e19 7551 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
b890d447 7552
21662dc7
GM
75532007-12-02 Glenn Morris <rgm@gnu.org>
7554
323fc9ec
GM
7555 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7556 Move to ../net.
7557
21662dc7
GM
7558 * binhex.el, uudecode.el: Move to ../mail.
7559
ceabaeb3
GM
7560 * encrypt.el: Remove file.
7561
b890d447
MB
75622007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7563
7564 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7565 matches on patches.
7566
296a8e19
SM
7567 * gnus-art.el (gnus-article-browse-html-article):
7568 Mention `mm-text-html-renderer' in the doc string.
b890d447
MB
7569
7570 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7571 string. Add comments.
7572
7573 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7574 if rhs is ASCII.
7575
08545d0a
GM
75762007-12-01 Glenn Morris <rgm@gnu.org>
7577
fb18c032 7578 * dig.el, dns.el: Move to ../net.
c3335b6a 7579 * format-spec.el, hex-util.el, sha1.el: Move to ../.
4c1d5922 7580
08545d0a
GM
7581 * mail-source.el (top-level): Require format-spec before
7582 eval-when-compile.
7583
257a0a0d
GM
75842007-11-30 Glenn Morris <rgm@gnu.org>
7585
7586 * encrypt.el: Require password, rather than autoloading password-read.
7587
b890d447
MB
75882007-11-28 Elias Oltmanns <eo@nebensachen.de>
7589
7590 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7591 caller can indicate whether the cache should be disregarded for this
7592 call. This way the result of the call is reproducible at all times and
7593 can be considered a canonical server name for the supplied method.
7594 (gnus-agent-method-p): Canonicalize server names by pushing their
7595 method through `gnus-method-to-server' using the no-cache argument.
7596
296a8e19
SM
7597 * gnus-srvr.el (gnus-server-insert-server-line):
7598 Call `gnus-method-to-server' with `no-cache' argument.
b890d447
MB
7599
7600 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7601 gnus-agent-possibly-synchronize-flags as this should be called when the
7602 server is actually being opened.
7603 (gnus-agent-possibly-synchronize-flags)
7604 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7605 flags file of an agentized server to the latter function.
7606
7607 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7608 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7609 after a connection has been established successfully.
7610
76112007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * gnus-art.el (article-display-face): Force to display face if called
7614 interactively; check if gnus-article-x-face-too-ugly matches author.
7615 (article-display-x-face): Display face even if From header is missing
7616 as article-display-face does.
7617
d50fd8e2
GM
76182007-11-28 Richard Stallman <rms@gnu.org>
7619
7620 * md4.el: Move to ../.
7621 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7622
b890d447
MB
76232007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7624
7625 * mail-source.el (mail-sources): Default to fetch from file for
7626 compatibility with default of nnmail-spool-file.
7627
76282007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7631 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7632 to look for encoded word that should be encoded again.
7633 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7634 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7635 encoding pattern.
7636 (rfc2047-decode-region): Switch strict regexp and loose one according
7637 to rfc2047-allow-irregular-q-encoded-words.
7638
a06e7b5d
SJ
76392007-11-26 Simon Josefsson <simon@josefsson.org>
7640
7641 * imap.el: Move to ../net directory.
7642
b890d447
MB
76432007-11-25 Romain Francoise <romain@orebokech.com>
7644
7645 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7646
76472007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7648
7649 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7650 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7651
7652 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7653 `nnmail-spool-file'.
7654
7655 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7656 `nnmail-spool-file'.
7657
7658 * gnus-move.el (gnus-change-server): Ditto.
7659
7660 * gnus-kill.el (gnus-batch-score): Ditto.
7661
7662 * gnus-cache.el (gnus-jog-cache): Ditto.
7663
c9e31f32
SM
7664 * gnus-msg.el (gnus-summary-reply):
7665 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
b890d447
MB
7666
76672007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7668
c9e31f32
SM
7669 * gnus-cache.el (gnus-cache-generate-nov-databases):
7670 Use nnml-generate-nov-databases-directory instead of
b890d447
MB
7671 nnml-generate-nov-databases-1.
7672
e3b0153a
GM
76732007-11-24 Glenn Morris <rgm@gnu.org>
7674
7675 * message.el (message-tool-bar-retro): Update for rename
7676 mail_send.xpm->mail-send.xpm.
7677
b890d447
MB
76782007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7679
7680 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7681 `smime-ldap-search' for Emacs 22 and up.
7682
145cc6b9
RS
76832007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7684
63ff8478
RS
7685 * hashcash.el: Move to ../mail directory.
7686
8746c8b8
RS
7687 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7688
145cc6b9
RS
7689 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7690 `smime-ldap-search' for Emacs 22 and up.
7691
82816ba1
SM
76922007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7693
b7b80032
SM
7694 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7695
82816ba1
SM
7696 * message.el (message-send-mail-function): Fix error convention.
7697 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7698 (message-widen-reply, message-send-mail, message-talkative-question)
7699 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7700 (message-clone-locals, message-send-news): Use with-current-buffer.
7701 (message-insert-or-toggle-importance): Remove unused var `valid'.
7702 (message-make-references): Remove unused var `new-references'.
7703 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7704
3042deef
JB
77052007-11-22 Juanma Barranquero <lekktu@gmail.com>
7706
7707 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7708 (spam-split-symbolic-return-positive): Reflow docstring.
7709 (spam-backends, spam-summary-exit-behavior)
7710 (spam-mark-ham-unread-before-move-from-spam-group)
7711 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7712 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7713 (spam-clear-cache, spam-backend-check, spam-install-backend)
7714 (spam-install-statistical-backend, spam-list-of-processors)
7715 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7716 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7717 (spam-check-crm114, spam-initialize, spam-unload-hook):
7718 Fix typos in docstrings.
7719
b890d447
MB
77202007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7721
7722 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7723 been checked if they have never been read and those group levels are
7724 higher than the one that a user specified.
7725
77262007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7727
7728 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7729 foreign groups unless a group level is specified by a user.
7730 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7731
b62a39c4
RS
77322007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7733
7734 * message.el (message-send-mail-function): Require sendmail.
7735
2ea6167b
RS
77362007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7737
9e0a8576
RS
7738 * message.el (message-send-mail-function): Check for smtpmail too.
7739
f21470ef
RS
7740 * utf7.el (utf7-encode, utf7-decode): Use coding system
7741 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7742
2ea6167b
RS
7743 * message.el (message-send-mail-function): New function.
7744 (message-send-mail-function): Set default using
7745 message-send-mail-function. Adjust doc string.
7746 (message-send-mail-with-mailclient): New function.
7747
127a6f0e
GM
77482007-11-17 Richard Stallman <rms@gnu.org>
7749
7750 * assistant.el: Remove file.
7751
9efa445f
DN
77522007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7753
7754 * smime.el (from):
7755 * rfc2047.el (message-posting-charset):
7756 * qp.el (mm-use-ultra-safe-encoding):
7757 * pop3.el (parse-time-months):
7758 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7759 * nnml.el (files):
7760 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7761 (jka-compr-compression-info-list, ange-ftp-path-format)
7762 (efs-path-regexp):
7763 * nndiary.el (files):
7764 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7765 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7766 (epg-digest-algorithm-alist, inhibit-redisplay)
7767 (password-cache-expiry):
7768 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7769 (pgg-output-buffer, password-cache-expiry):
7770 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7771 (efs-path-regexp):
7772 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7773 (inhibit-redisplay):
7774 * mm-uu.el (file-name, start-point, end-point, entry)
7775 (gnus-newsgroup-name, gnus-newsgroup-charset):
7776 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7777 (latin-unity-ucs-list):
7778 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7779 (mm-uu-binhex-decode-function):
b97439ce 7780 * message.el (gnus-message-group-art, gnus-list-identifiers)
9efa445f
DN
7781 (rmail-enable-mime-composing, gnus-local-organization)
7782 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7783 (gnus-read-active-file, facemenu-add-face-function)
7784 (facemenu-remove-face-function, gnus-article-decoded-p)
7785 (tool-bar-mode):
7786 * mail-source.el (display-time-mail-function):
7787 * gnus-util.el (nnmail-pathname-coding-system)
7788 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7789 (gnus-original-article-buffer, gnus-user-agent)
7790 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7791 (xemacs-codename, sxemacs-codename, emacs-program-version):
7792 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7793 * gnus-start.el (gnus-agent-covered-methods)
7794 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7795 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7796 (gnus-newsgroup-headers, gnus-group-list-mode)
7797 (gnus-group-mark-positions, gnus-newsgroup-data)
7798 (gnus-newsgroup-unreads, nnoo-state-alist)
7799 (gnus-current-select-method, mail-sources)
7800 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7801 (nnmail-spool-file, gnus-cache-active-hashtb):
7802 * gnus-mh.el (mh-lib-progs):
7803 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7804 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7805 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7806 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7807 (gnus-group-buffer):
7808 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7809 (font-lock-set-defaults):
7810 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7811 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7812 (gnus-summary-post-menu, total-parts, type, condition, length):
7813 * gnus-agent.el (gnus-agent-read-agentview):
7814 * flow-fill.el (show-trailing-whitespace):
7815 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7816 eval-and-compile wrappers for byte compiler pacifiers.
7817
7818 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7819 (mm-display-inline-fontify): Check for featurep 'xemacs not
7820 extent-list.
7821
7822 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7823 itimer-list.
7824 (mm-create-image-xemacs): Only do something for XEmacs.
7825 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7826
7827 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7828
7829 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7830 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7831
e9346447
JB
78322007-11-15 Juanma Barranquero <lekktu@gmail.com>
7833
ec5741dc 7834 * nnimap.el (nnimap-split-download-body):
e9346447 7835 * gnus-demon.el (gnus-demon):
ec5741dc 7836 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
e9346447 7837
1428d46b
MB
78382007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7839
296a8e19
SM
7840 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7841 New macros.
1428d46b
MB
7842 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7843 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7844 copy data from unibyte buffer to multibyte current buffer.
93acd23d 7845 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
1428d46b
MB
7846 to copy data from unibyte current buffer to multibyte buffer.
7847 (nntp-make-process-buffer): Make process buffer unibyte.
7848
7849 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7850
78512007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7852
7853 * pop3.el (pop3-open-server): Accept and process data more robustly at
7854 connexion start to avoid spurious "POP SSL connexion failed" errors.
7855
78562007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7857
7858 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7859 read group names.
7860
78612007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7862
7863 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7864
78652007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7868 (nnmail-save-active): Use a unibyte buffer when saving active file,
7869 which may contain non-ASCII group names.
7870
7871 * nnml.el (nnml-request-group): Decode group names in messages.
7872
4d8a28ec
MB
78732007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7874
7875 * message.el (message-citation-line-function)
7876 (message-insert-formatted-citation-line): Fix spelling of
7877 `message-insert-formated-citation-line'.
7878
c12ecb0a
MB
78792007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7880
7881 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7882
4d8a28ec
MB
78832007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7884
7885 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7886 nnmail-pathname-coding-system.
7887
7888 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7889 that a user enters; decode group names in messages.
7890
7891 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7892
60ece9b0
MB
78932007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7894
7895 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7896
7897 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7898
7899 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7900 risky local variable.
7901
7902 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7903
79042007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7905
7906 * encrypt.el: Improve documentation to fix function name typo.
7907 Reported by Daiki Ueno <ueno@unixuser.org>.
7908
79092007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7910
7911 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7912 even if the point is not in the last page of an article.
7913 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7914 back to the previous page.
7915
c590ed3a
MB
79162007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7917
7918 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7919
60ece9b0
MB
79202007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7921
7922 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7923
c70dbcd5
SM
79242007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7925
296a8e19
SM
7926 * message.el (message-check-news-body-syntax):
7927 Avoid mm-string-as-multibyte.
c70dbcd5
SM
7928 (message-hide-headers): Don't assume (point-min)==1.
7929
437ce4be
MB
79302007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7931
7932 * message.el (message-remove-blank-cited-lines): Fix if remove is
7933 given.
7934 (message-bogus-address-regexp): New variable.
7935 (message-bogus-recipient-p): New function.
7936 (message-check-recipients): New command.
7937 (message-syntax-checks): Add `bogus-recipient'.
7938 (message-fix-before-sending): Add `bogus-recipient'.
7939
7940 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
d55fe5bb
MB
7941 (gnus-treat-body-boundary): Don't test window-system.
7942
296fa7b4 79432007-10-28 Leo <sdl.web@gmail.com> (tiny change)
d55fe5bb
MB
7944
7945 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
437ce4be 7946
c7ff939a
RS
79472007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7948
7949 * gnus.el: Bump version to Gnus v5.13.
7950
01c52d31
MB
79512007-10-28 Miles Bader <miles@gnu.org>
7952
7953 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7954 at compile-time too.
7955
437ce4be
MB
79562007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7957
296a8e19
SM
7958 * gnus-msg.el (gnus-message-setup-hook):
7959 Add `message-remove-blank-cited-lines' to options.
437ce4be 7960
01c52d31
MB
79612007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7962
7963 * message.el (message-remove-blank-cited-lines): New function.
880820fe 7964 Suggested by Karl Plästerer.
01c52d31
MB
7965
79662007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7967
7968 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7969 mapc.
7970
7971 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7972 (top-level): Use mapc to set functions to be traced for debugging.
7973
7974 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7975 called for effect with while loop.
7976
7977 * message.el (message-talkative-question): Replace mapcar called for
7978 effect with mapc.
7979
7980 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7981 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7982 called for effect with dolist.
7983
7984 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7985
7986 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7987 gnus-extra-headers and nnmail-extra-headers.
7988
7989 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7990 called for effect with dolist.
7991 (top-level): Use mapc to set functions to be traced for debugging.
7992
7993 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7994 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7995 dolist.
7996
7997 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7998 Replace mapcar called for effect with mapc.
7999 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8000 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8001 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8002 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8003
8004 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8005 remove-if that's a cl function.
8006
8007 * webmail.el (webmail-debug): Replace mapcar called for effect with
8008 dolist.
8009
01c52d31
MB
80102007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8011
8012 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8013 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8014 with while loop.
8015
8016 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8017 functions from article-* functions.
8018 (gnus-multi-decode-header): Replace mapcar called for effect with
8019 dolist.
8020
8021 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8022 (gnus-bookmark-show-details): Replace mapcar called for effect with
8023 while loop.
8024
8025 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8026 called for effect with while loop.
8027
8028 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8029 with dolist.
8030
296a8e19
SM
8031 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8032 Replace mapcar called for effect with dolist.
01c52d31
MB
8033
8034 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8035
8036 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8037 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8038 Replace mapcar called for effect with dolist.
8039 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8040 mapc.
8041
8042 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8043 Replace mapcar called for effect with dolist.
8044 (gnus-topic-list): Replace mapcar called for effect with mapc.
8045
8046 * gnus.el: Use mapc instead of mapcar to add autoloads.
8047
4b576f7d
RS
80482007-10-23 Richard Stallman <rms@gnu.org>
8049
8050 * gnus-group.el (gnus-group-highlight): Mark as risky.
8051
fdc90613
MB
80522007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * gnus.el (gnus-server-to-method): Return method found first in
8055 gnus-newsrc-alist.
8056
01c52d31
MB
8057 * gnus-art.el (gnus-article-highlight-signature)
8058 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8059 button overlay without the front stickiness.
8060
80612007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8062
8063 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8064 overview buffer needed a catch to receive its throw.
296a8e19 8065 (gnus-agent-flush-cache): Declare as interactive to make this function
01c52d31
MB
8066 easier to use.
8067
fdc90613
MB
80682007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8069
8070 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8071 `next-line'.
8072
5255e3ff
MB
80732007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8074
8075 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8076 exclude address matching message-dont-reply-to-names.
8077
b4fde39f
MB
80782007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * gnus-util.el (gnus-string<): New function.
8081
8082 * gnus-sum.el (gnus-article-sort-by-author)
01c52d31 8083 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
b4fde39f
MB
8084
80852007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8086
8087 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8088 the frame-focus tag is set in gnus-buffer-configuration.
8089
01c52d31
MB
80902007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8091
8092 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8093 the front stickiness.
8094
80952007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8096
8097 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8098 url pattern; remove duplicate one.
8099 (gnus-article-extend-url-button): New function.
8100 (gnus-article-add-buttons): Use it.
8101 (gnus-button-push): Use concatenated url that it makes.
8102
6ab3804a
JB
81032007-10-04 Juanma Barranquero <lekktu@gmail.com>
8104
8105 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8106 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8107
2f19ece7
SM
81082007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8111 Don't hardcode point-min==1.
8112
1d0df8af
DK
81132007-09-30 David Kastrup <dak@gnu.org>
8114
8115 * gnus-art.el (gnus-article-reply-with-original)
8116 (gnus-article-followup-with-original): When `transient-mark-mode' is
8117 off, refrain from active-region behavior for followups.
8118
4b70e299
MB
81192007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8120
8121 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
01c52d31
MB
8122 Fix comment about "iso8859-1".
8123
d4835507 81242007-10-08 Daiki Ueno <ueno@unixuser.org>
01c52d31
MB
8125
8126 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8127 ones returned from the verify-function.
8128
296a8e19
SM
8129 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8130 Call mml2015-extract-cleartext-signature if extraction failed.
01c52d31
MB
8131
81322007-10-07 Daiki Ueno <ueno@unixuser.org>
8133
8134 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8135 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8136 failed.
4b70e299
MB
8137
81382007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8139
e9346447 8140 * Relicense "GPLv2 or later" files to "GPLv3 or later".
4b70e299 8141
01c52d31
MB
81422007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8143
8144 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8145 to mark a thread as expirable. Add variable `hide' to handle hiding of
8146 thread for both the null and zero (kill/expire thread) universal prefix
8147 cases.
8148 (gnus-summary-expire-thread): Add new function to expire a thread,
8149 using gnus-summary-kill-thread.
8150 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8151 shortcuts for gnus-summary-expire-thread.
8152 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8153 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8154
81552007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8156
8157 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8158 extras value, so an extras entry can be deleted.
8159 (gnus-registry-delete-extra-entry): Use it.
8160 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8161 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8162 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
e46889e0
JB
8163 storage through the gnus-registry, and provide an appropriate API for
8164 it.
01c52d31 8165
4b70e299
MB
81662007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8167
8168 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8169 Suggested by Leo <sdl.web@gmail.com>.
8170
8171 * gnus.el: Do.
8172
81732007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8174
8175 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8176 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8177
8178 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8179
8180 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8181 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8182
81832007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8184
8185 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8186 newline.
8187 (nnmbox-request-accept-article): Don't change article in source buffer;
8188 narrow to header to use message-fetch-field rather than
8189 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8190 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8191 as delimiters; make sure article ends with newline.
8192 (nnmbox-delete-mail): Correct last position of article to be deleted;
8193 ignore X-Gnus-Newsgroup header in article body.
8194 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8195 positions; make sure article ends with newline.
8196
01c52d31
MB
8197 * message.el (message-display-abbrev): Don't infloop when a user
8198 inserts SPC in the beginning of header.
8199
82002007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8201
8202 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8203 list of groups not followed by default. Fix type to be regexp.
8204 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8205
82062007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8207
8208 * hmac-def.el (define-hmac-function): Switch from old-style to
8209 new-style backquotes.
8210
002876ab 8211 * md4.el (md4-make-step): Likewise.
01c52d31
MB
8212
82132007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8214
8215 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8216 raw-text coding system when saving .newsrc file, which may contain
8217 non-ASCII group names.
8218
4b70e299
MB
82192007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * gnus-cus.el (gnus-score-extra): New widget.
8222 (gnus-score-extra-convert): New function.
8223 (gnus-score-customize): Use it for Extra.
8224
01c52d31
MB
82252007-08-31 Daiki Ueno <ueno@unixuser.org>
8226
8227 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8228 (mml2015-mailcrypt-clear-verify): Use it.
8229 (mml2015-gpg-clear-verify): Use it.
8230 (mml2015-pgg-clear-verify): Use it.
8231 (mml2015-epg-clear-verify): Replace the current part with the output
8232 from GnuPG; don't extract the plaintext by itself.
8233
8234 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8235 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8236 mml2015-clear-verify-function; don't touch the armor headers or
8237 dash-escaped text here.
8238
82392007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8240
8241 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8242 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8243 parts, or application/octet-stream as a last resort.
8244 (gnus-mime-view-part-as-type): Don't toggle display.
8245 (gnus-mime-view-part-as-charset): Don't turn off display before
8246 querying charset.
8247
8248 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8249 stuff to undisplayer function in Emacs.
8250 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8251
8252 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8253 text/calendar parts.
8254
7f22a765
MB
82552007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8256
01c52d31
MB
8257 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8258 decoding text/calendar parts.
8259
8260 * message.el (message-forward-make-body-mime): Always mark body as
8261 having no illegible text; remove signed-or-encrypted argument.
8262 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8263
7f22a765
MB
8264 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8265 (mml-generate-mime-1): Don't encode body if it is specified to be in
8266 raw form; don't make buffer be unibyte when inserting multibyte string.
8267
67d0660b
SM
82682007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * sha1.el: Fix up comment style.
8271 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8272 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8273
8274 * hex-util.el: Fix up comment style.
8275 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8276
8277 * gnus-salt.el: Use with-current-buffer.
8278 (gnus-pick-setup-message): Fix long-standing typo.
8279
bdaf8a62
MB
82802007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8281
01c52d31
MB
8282 * imap.el (imap-logout-timeout): New variable.
8283 (imap-logout, imap-logout-wait): New functions.
8284 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8285
8286 * nnimap.el (nnimap-logout-timeout): New server variable.
8287 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8288 nnimap-logout-timeout.
8289
bdaf8a62
MB
8290 * gnus-art.el (gnus-article-summary-command-nosave)
8291 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8292
82932007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8294
8295 * gnus.el (gnus-maximum-newsgroup): New variable.
8296
8297 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8298 according to gnus-maximum-newsgroup.
8299
8300 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
67d0660b
SM
8301 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8302 Limit the range of articles according to gnus-maximum-newsgroup.
bdaf8a62 8303
01c52d31
MB
83042007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8305
296a8e19 8306 * gnus-art.el (gnus-sticky-article): Fix problems described in
01c52d31
MB
8307 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8308 Don't perform gnus-configure-windows here; reuse existing sticky
8309 article buffer.
8310
8311 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8312 it doesn't exist in gnus-article-mode.
8313
83142007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8317 (gnus-agent-decoded-group-name): New function.
8318 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8319 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8320
83212007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8322
8323 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8324 Add binding for gnus-sticky-article.
8325 (gnus-summary-exit): Don't kill sticky article buffers.
8326
8327 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8328 article buffer.
8329 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8330 (gnus-kill-sticky-article-buffers): New commands.
8331
37cc095b
MB
83322007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8333
8334 * nntp.el (nntp-xref-number-is-evil): New server variable.
8335 (nntp-find-group-and-number): If it is non-nil, don't trust article
8336 numbers in the Xref header.
8337
01c52d31
MB
83382007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8339
8340 * gnus-agent.el (gnus-agent-read-group): New function.
8341 (gnus-agent-flush-group, gnus-agent-expire-group)
8342 (gnus-agent-regenerate-group): Use it.
8343 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8344 nnmail-pathname-coding-system.
8345
37cc095b
MB
83462007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8347
8348 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8349
01c52d31
MB
8350 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8351 that are unread as unread, and also as selected so that information of
8352 marks having been changed by a user may be updated when exiting group.
8353
37cc095b
MB
83542007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8355
8356 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8357
01c52d31
MB
83582007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8359
8360 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8361 calculated ignoring signature parts to gnus-treat-article.
8362
83632007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8364
8365 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8366 a point here in order to keep the window start.
8367 (gnus-insert-mime-security-button): Make a button overlay without the
8368 front stickiness.
8369 (gnus-mime-display-security): Goto the end of a button.
8370
8371 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8372
83732007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8376 group-name-at-point.
8377 (gnus-group-completing-read): New function that offers decoded
8378 non-ASCII group names for completion.
8379 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8380 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8381 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8382 (gnus-group-fetch-control): Use it.
8383 (gnus-fetch-group): Use group-name-at-point for the initial value
8384 rather than the default value; use gnus-alive-p.
8385
8386 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8387 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8388 (gnus-summary-post-news): Use gnus-group-completing-read.
8389
8390 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8391 (gnus-read-move-group-name): Decode group name for completion.
8392
f0131492 83932007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
01c52d31
MB
8394
8395 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8396 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8397 Yamaoka slightly modified the code).
8398
83992007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8400
8401 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8402 (nnmail-split-incoming): Bind it.
8403
8404 * nnml.el (nnml-group-name-charset): New function.
8405 (nnml-decoded-group-name): Use it; don't decode group name if
8406 nnmail-group-names-not-encoded-p is non-nil.
8407 (nnml-encoded-group-name): New function.
8408 (nnml-group-pathname): Inline nnml-decoded-group-name.
8409 (nnml-request-expire-articles): Decode group name in message.
8410 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8411 nnmail-pathname-coding-system.
8412 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8413 not decoded ones according to nnmail-group-names-not-encoded-p.
8414 (nnml-generate-active-info): Use nnml-encoded-group-name.
8415
3ecd3a56
GM
84162007-08-08 Glenn Morris <rgm@gnu.org>
8417
8418 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8419 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8420 doc-strings and comments.
8421
cacc7b51
GM
84222007-07-25 Glenn Morris <rgm@gnu.org>
8423
8424 * Relicense all FSF files to GPLv3 or later.
8425
01c52d31 84262007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2f62a044 8427
296a8e19
SM
8428 * gnus-sum.el (gnus-summary-move-article):
8429 Make gnus-summary-respool-article work.
2f62a044 8430
f931ce84
MB
84312007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8432
8433 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8434 string.
8435
880820fe 84362007-07-20 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
8437
8438 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8439 that should be ignored when comparing distant RSS articles with local
8440 ones.
8441 (nnrss-make-hash-index): New function. Create a hash index according
8442 to the ignored fields.
8443 (nnrss-check-group): Use it.
8444
84452007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8448
8449 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8450
8451 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8452 the new optional argument ENCODED is non-nil.
8453 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8454 coding system for encoding group name.
8455 (gnus-group-make-rss-group): Pass un-encoded group name to
8456 gnus-group-make-group.
8457 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8458 encoded.
8459
8460 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8461 Encode group name to which articles are moved or copied.
8462 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8463 coding system for encoding Newsgroup, Followup-To and Xref headers.
8464
8465 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8466 marks; use nnheader-file-coding-system to write a file.
8467 (nnagent-retrieve-headers): Bind file-name-coding-system to
8468 nnmail-pathname-coding-system.
8469
8470 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8471
8472 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8473 (nnml-request-article, nnml-request-create-group)
8474 (nnml-request-rename-group, nnml-find-id)
8475 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8476 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8477 (nnml-save-marks): Use nnml-group-pathname instead of
8478 nnmail-group-pathname.
8479
8480 (nnml-request-create-group, nnml-request-expire-articles)
8481 (nnml-request-move-article, nnml-request-delete-group)
8482 (nnml-deletable-article-p, nnml-possibly-create-directory)
8483 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8484 (nnml-open-marks): Bind file-name-coding-system to
8485 nnmail-pathname-coding-system.
8486
8487 (nnml-request-article): Pass server argument to nnml-find-group-number.
296a8e19
SM
8488 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8489 Pass server argument to nnml-possibly-create-directory.
01c52d31
MB
8490 (nnml-request-accept-article): Pass server argument to
8491 nnml-active-number and nnml-save-mail.
8492 (nnml-find-group-number): Pass server argument to nnml-find-id.
8493 (nnml-request-update-info): Pass server argument to
8494 nnml-marks-changed-p.
8495
8496 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8497 (nnml-save-mail, nnml-active-number): Add server argument.
8498
8499 (nnml-request-delete-group): Warn if group is missing.
8500 (nnml-get-nov-buffer): Decode group name.
8501 (nnml-generate-active-info): Encode group name.
8502 (nnml-open-marks): Decode group name in messages.
8503
85042007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8505
8506 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8507 if it is not specified.
8508 (gnus-article-pipe-part, gnus-article-save-part)
8509 (gnus-article-interactively-view-part, gnus-article-copy-part)
8510 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8511 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8512 (gnus-article-replace-part, gnus-article-delete-part)
8513 (gnus-article-view-part-as-type): Pass raw prefix argument to
8514 gnus-article-part-wrapper.
8515
85162007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8517
296a8e19
SM
8518 * gnus-agent.el (gnus-agent-save-active):
8519 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
01c52d31
MB
8520
8521 * gnus-cache.el (gnus-cache-save-buffers)
8522 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8523 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8524 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8525 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8526 (gnus-cache-generate-active, gnus-cache-rename-group)
8527 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
296a8e19
SM
8528 (gnus-cache-update-overview-total-fetched-for):
8529 Bind file-name-coding-system to nnmail-pathname-coding-system.
8530 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8531 New variables.
01c52d31
MB
8532 (gnus-cache-decoded-group-name): New function.
8533 (gnus-cache-file-name): Use it.
8534 (gnus-cache-generate-active): Use non-decoded group name for active.
8535
8536 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8537 right place.
8538 (gnus-write-active-file): Don't break non-ASCII group names.
8539
8540 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8541 nnmail-pathname-coding-system.
8542
8543 * gnus-uu.el (gnus-uu-decode-save): Typo.
8544
f931ce84
MB
85452007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8546
8547 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8548
2f62a044
MB
85492007-07-14 David Kastrup <dak@gnu.org>
8550
8551 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8552 finishing actions if we did not edit the article.
8553
01c52d31
MB
85542007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8557 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8558 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8559 (gnus-agent-flush-group, gnus-agent-flush-cache)
8560 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8561 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8562 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8563 (gnus-agent-regenerate-group)
8564 (gnus-agent-update-files-total-fetched-for)
296a8e19
SM
8565 (gnus-agent-update-view-total-fetched-for):
8566 Bind file-name-coding-system to nnmail-pathname-coding-system.
01c52d31
MB
8567 (gnus-agent-group-pathname): Don't encode file names by
8568 nnmail-pathname-coding-system.
8569 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8570 coding-system-for-write instead of buffer-file-coding-system to
8571 gnus-agent-file-coding-system.
8572
8573 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8574 Decode group name.
8575
8576 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8577
8578 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8579 (gnus-read-newsrc-el-file): Make group names unibyte.
8580
8581 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8582 nnmail-pathname-coding-system.
8583
8584 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8585 (nnrss-request-delete-group): Bind file-name-coding-system to
8586 nnmail-pathname-coding-system.
296a8e19
SM
8587 (nnrss-read-server-data, nnrss-read-group-data):
8588 Bind file-name-coding-system correctly.
01c52d31
MB
8589 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8590
8591 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8592 (nntp-server-to-method-cache): New variable.
8593 (nntp-group-pathname): New function that decodes non-ASCII group names.
8594 (nntp-possibly-create-directory, nntp-marks-changed-p)
8595 (nntp-save-marks, nntp-open-marks): Use it.
8596 (nntp-possibly-create-directory, nntp-open-marks):
8597 Bind file-name-coding-system to nnmail-pathname-coding-system.
8598 (nntp-open-marks): Decode group names when bootstrapping marks.
8599
8600 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8601 Newsgroups and Folowup-To headers.
8602
82fe1aed
MB
86032007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8604
8605 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8606 (gnus-server-closed-face, gnus-server-denied-face)
8607 (gnus-server-offline-face): Remove variable.
8608 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8609
01c52d31
MB
8610 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8611 of modifying message-stack directly for XEmacs.
8612
82fe1aed
MB
8613 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8614 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8615 if the coding-system argument is nil for XEmacs.
8616
8617 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8618 mm-charset-override-alist.
8619
8620 * rfc2047.el: Don't require base64; require rfc2045 for the function
8621 rfc2045-encode-string.
8622 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8623 to quote the parameter value.
8624
01c52d31
MB
86252007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8628 form in gnus-group-name-charset-method-alist.
8629
8630 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8631 overrides the default layout edit-form.
8632
8633 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8634
8635 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8636
60b0b668
MB
86372007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8638
8639 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8640 as unfetched articles.
8641
86422007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8643
8644 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8645
01c52d31
MB
86462007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8647
8648 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8649 original back end that keeps marks in the local system.
8650
60b0b668
MB
86512007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8652
01c52d31
MB
8653 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8654 arg of pop-to-buffer for XEmacs.
8655 (gnus-article-read-summary-keys): Ditto; don't restore window
8656 configuration if summary command ends up with neither article buffer
8657 nor summary buffer; describe bindings if summary keys end with C-h.
8658
86592007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * message.el (message-fix-before-sending): Skip raw message part to be
8662 forwarded while checking illegible text.
296a8e19
SM
8663 (message-forward-make-body-mime, message-forward-make-body):
8664 Mark signed or encrypted raw message as having no illegible text.
01c52d31
MB
8665
86662007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8667
8668 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8669 (gnus-message-with-timestamp-1): New macro.
8670 (gnus-message-with-timestamp): New function.
8671 (gnus-message): Use them.
8672
8673 * nnheader.el (nnheader-message): Use them.
8674
86752007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8678 .newsrc.eld file.
60b0b668 8679
5cedca8d
MB
86802007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8681
8682 * gnus-agent.el (gnus-agent-fetch-headers)
296a8e19
SM
8683 (gnus-agent-retrieve-headers):
8684 Bind gnus-decode-encoded-address-function to identity.
5cedca8d
MB
8685
8686 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8687 available also when the server returns simply a dot.
8688
8689 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8690
524705ae
MB
86912007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8692
01c52d31
MB
8693 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8694
86952007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8696
524705ae
MB
8697 * gnus-ems.el (gnus-x-splash): Make it work.
8698
8699 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8700 from being used.
8701
01c52d31
MB
87022007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8703
8704 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8705 the front stickiness.
8706 (gnus-article-summary-command-nosave): Correct the order of the
8707 arguments passed to pop-to-buffer.
8708 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8709 summary command ends up with the article buffer.
8710
8711 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8712 the same faces.
524705ae 8713
770edeec
JB
87142007-06-07 Juanma Barranquero <lekktu@gmail.com>
8715
524705ae 8716 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
770edeec 8717
34c5dce5
JB
87182007-06-06 Juanma Barranquero <lekktu@gmail.com>
8719
3e3dc2c3
JB
8720 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8721 * gnus-sum.el (gnus-summary-highlight):
524705ae 8722 * mail-source.el (mail-source-delete-old-incoming-confirm):
3e3dc2c3 8723 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
34c5dce5 8724
524705ae
MB
87252007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8726
8727 * gnus-art.el (gnus-mime-view-part-externally)
8728 (gnus-mime-view-part-internally): Fix predicate function passed to
8729 completing-read.
8730
01c52d31
MB
8731 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8732
8733 * gnus.el (gnus-update-message-archive-method): Add :version.
8734
87352007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * gnus.el (gnus-update-message-archive-method): New variable.
8738
8739 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8740 according to gnus-message-archive-method if
8741 gnus-update-message-archive-method is non-nil.
8742
87432007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8744
296a8e19
SM
8745 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8746 Suggested by Loic Dachary <loic@dachary.org>.
01c52d31 8747 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
524705ae 8748
c14dcd06
CY
87492007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8750
8751 * message.el (message-pop-to-buffer): Add switch-function argument.
8752 (message-mail): Pass switch-function argument to it.
524705ae 8753
01c52d31
MB
87542007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8755
8756 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8757 Improve doc string.
8758
87592007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8760
8761 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8762 (gnus-header-content)
8763 * gnus-cite.el (gnus-cite-10)
8764 * gnus-srvr.el (gnus-server-closed)
8765 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8766 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8767 (gnus-group-mail-3-empty, gnus-group-mail-low)
8768 (gnus-group-mail-low-empty, gnus-splash)
8769 * message.el (message-header-to, message-header-cc)
8770 (message-header-subject, message-header-other, message-header-name)
8771 (message-header-xheader, message-separator, message-cited-text)
8772 (message-mml): Lighten colors of faces used for dark background.
8773
87742007-05-24 Simon Josefsson <simon@josefsson.org>
8775
8776 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8777 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8778
524705ae
MB
87792007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8780
c9e31f32
SM
8781 * message.el (message-narrow-to-headers-or-head):
8782 Ignore mail-header-separator in the body.
524705ae 8783
01c52d31
MB
87842007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8785
8786 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8787 same as window size.
8788
87892007-05-22 Kevin Ryde <user42@zip.com.au>
8790
8791 * message.el (message-font-lock-keywords): Use message-header-xheader
8792 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8793 ahead of the anything pattern, to get it recognised.
8794
880820fe 87952007-05-12 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
8796
8797 * gnus-sum.el (gnus-articles-to-read)
8798 (gnus-summary-insert-old-articles): Don't truncate group name for
8799 `read-string'.
8800
8801 * gnus-util.el (gnus-limit-string): Delete this function.
8802
296a8e19
SM
8803 * gnus-sum.el (gnus-simplify-subject-fully):
8804 Use `truncate-string-to-width' instead.
01c52d31 8805
880820fe 88062007-05-11 Michaël Cadilhac <michael@cadilhac.name>
01c52d31 8807
296a8e19
SM
8808 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8809 Tell if, on summary exit, the next group has to be selected.
01c52d31
MB
8810 (gnus-summary-exit): Use it.
8811
524705ae
MB
88122007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8813
8814 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8815 non-break space.
c14dcd06 8816
01c52d31
MB
88172007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8820 Check if group is not a directory.
8821 (nnfolder-request-expire-articles): Don't delete articles if the target
8822 group is not available.
8823
8824 * nnml.el (nnml-request-create-group): Properly check if group is not a
8825 file.
8826 (nnml-request-expire-articles): Don't delete articles if the target
8827 group is not available.
8828
8829 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8830 Don't quote characters that are within parentheses.
8831
88322007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8835 (gnus-handle-ephemeral-exit): Select article according to it.
8836
88372007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8838
8839 * message.el (message-insert-formated-citation-line): Remove newline.
8840 (message-citation-line-format): Add final \n here so that the user can
8841 avoid a blank line.
8842
88432007-05-03 Dan Christensen <jdc@uwo.ca>
8844
8845 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8846 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8847 Update lanl/arXiv support.
596e5f72 8848
01c52d31
MB
88492007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8850
8851 * gnus.el: Bump version number.
8852
88532007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8854
8855 * gnus.el (gnus-version-number): Bump version.
8856
9b3ebcb6 88572007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
01c52d31
MB
8858
8859 * gnus.el: No Gnus v0.6 is released.
8860
88612007-04-27 Didier Verna <didier@xemacs.org>
8862
296a8e19
SM
8863 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8864 * gmm-utils.el (gmm-regexp-concat): ... here.
01c52d31
MB
8865 * message.el: Don't require 'gnus-util.
8866 (message-dont-reply-to-names): Handle name change above.
8867 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8868
88692007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8870
8871 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8872 since the initial value varies according to the system.
8873
88742007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8877
88782007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8879
8880 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8881
88822007-04-24 Didier Verna <didier@xemacs.org>
8883
8884 Improve the type of gnus-ignored-from-addresses.
8885 * gnus-util.el (gnus-orify-regexp): New function.
8886 * message.el (gnus-util): Require it.
8887 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8888 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8889 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8890
88912007-04-24 Didier Verna <didier@xemacs.org>
8892
8893 * gnus-sum.el:
8894 * gnus-utils.el: Fix some trailing whitespaces.
8895
88962007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8899 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8900 article's Message-ID; refer parent article in summary buffer.
8901
8902 * message.el (message-bounce): Call mime-to-mml.
8903
89042007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
596e5f72 8907
6b554e88
MB
89082007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8909
8910 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8911 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8912 displayed of multipart/alternative part if it is invoked from summary
8913 buffer.
6b554e88
MB
8914
8915 * mm-view.el (mm-inline-text-html-render-with-w3m)
8916 (mm-inline-text-html-render-with-w3m-standalone)
8917 (mm-inline-render-with-function): Use mail-parse-charset by default.
8918
01c52d31
MB
89192007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8920
8921 * parse-time.el (parse-time-string-chars): Check if CHAR
8922 is less than the length of parse-time-syntax.
8923
89242007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8925
8926 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8927 from gnus-newsgroup-processable.
8928
89292007-04-16 Didier Verna <didier@xemacs.org>
8930
296a8e19
SM
8931 * gnus-msg.el (gnus-configure-posting-styles):
8932 Handle message-signature-directory properly with :file syntax.
8933 Reported by "Leo".
01c52d31
MB
8934
89352007-04-11 Didier Verna <didier@xemacs.org>
8936
8937 New user option: message-signature-directory.
8938 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8939 * message.el (message-insert-signature): Ditto.
8940 * message.el (message-signature-file): Doc update.
8941 * message.el (message-signature-directory): New.
8942
c429815a
MB
89432007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8944
296a8e19
SM
8945 * gnus-msg.el (gnus-inews-yank-articles):
8946 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
c429815a
MB
8947
89482007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8949
8950 * message.el (message-yank-original): Make sure cited text ends with
8951 newline; don't exchange point and mark.
8952
89532007-04-07 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * tls.el (open-tls-stream): Properly handle case where there
8956 is no associated buffer.
8957
c345112e
TTN
89582007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8959
8960 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8961 message-yank-original, make sure (< mark TEXT point).
8962
8aed9ac5
RS
89632007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8964
01c52d31
MB
8965 * message.el (message-fill-column): New variable.
8966 (message-mode): Use it. Add comment on a possible new hook.
8967
8aed9ac5
RS
8968 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8969 (nnmail-get-new-mail): Reformat.
8970
8971 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8972
8973 * gmm-utils.el: Fix Commentary.
8974 (gmm-tool-bar-from-list): Fix typo in doc string.
8975
561fb491
TTN
89762007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8977
01c52d31
MB
8978 * message.el (message-yank-original): Don't switch point and mark
8979 unnecessarily to put point and mark as documented.
8980
89812007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8982
8983 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8984 from the message heads.
8985
89862007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8987
8988 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8989 article buffer does not have a window. This may not be the best
8990 solution but is certainly better than setting the start of the null,
8991 that is the current, window.
8992
89932007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8994
8995 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8996 (gnus-draft-setup): Run it.
8997
8998 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8999 gnus-score-fast-scoring. Allow regexp.
9000 (gnus-score-headers): Use it.
9001
9002 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9003 XEmacs.
9004
9005 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9006 string.
9007 (gnus-button-alist): Also catch `<f1> k ...'.
9008 (gnus-treat-display-x-face): Fix doc string.
561fb491 9009
87ba2830
MB
90102007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9011
9012 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9013 evaluation of gnus-extended-version to ensure correct generation of the
9014 User-Agent header when message-generate-headers-first is used.
9015
01c52d31 90162007-03-24 Simon Josefsson <simon@josefsson.org>
87ba2830 9017
01c52d31
MB
9018 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9019 hashcash-path is nil. Don't call callback with incorrect number of
9020 parameters if val is 0.
87ba2830 9021
815b81c8
MB
90222007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9023
9024 * message.el (message-required-news-headers):
9025 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9026
90272007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9028
9029 * message.el (message-generate-new-buffers): Change the meaning of the
9030 nil value; add `standard' to the choices; treat t as `unique'; improve
9031 doc string.
9032 (gnus-select-frame-set-input-focus): Autoload.
9033 (message-buffer-name): Search for the existing message buffer if
9034 message-generate-new-buffers is nil or `standard'; treat the value t of
9035 message-generate-new-buffers as `unique'.
9036 (message-pop-to-buffer): Raise the frame already displaying the message
9037 buffer; clear the echo area after querying.
9038 (message-setup): Pass the `continue' argument to compose-mail.
9039 (message-mail): Prefer `switch-function' if it is given; search for the
9040 existing message buffer if the `continue' argument is non-nil; pass
9041 continue and switch-function arguments to compose-mail by way of
9042 message-setup.
9043 (message-mail-other-window): Adjust argument of message-setup.
9044 (message-mail-other-frame): Ditto.
9045
01c52d31
MB
90462007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9047
9048 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9049 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9050 to turn font-lock on when turning gnus-message-citation-mode on.
9051
90522007-03-06 Daiki Ueno <ueno@unixuser.org>
9053
9054 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9055 (mml-smime-function-alist): New variable; add epg as the backend.
9056 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9057 mml-smime- functions instead.
9058 * mm-view.el: Require smime.
9059
90602007-03-05 Didier Verna <didier@xemacs.org>
9061
9062 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9063 instead of just inheritance for posting styles.
9064 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9065
90662007-02-24 John Paul Wallington <jpw@pobox.com>
9067
9068 * tls.el (tls-certtool-program): Fix custom type.
9069
90702007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9071
9072 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9073 and point-at-eol instead of line-(beginning|end)-position.
9074
9075 * assistant.el (assistant-parse-buffer): Ditto.
9076
90772007-02-28 Daiki Ueno <ueno@unixuser.org>
9078
9079 * mml2015.el (mml2015-epg-find-usable-key): New function.
9080 (mml2015-epg-sign): Use it.
9081 (mml2015-epg-encrypt): Use it.
9082
45cb30ee
MB
90832007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9084
9085 * message.el (message-make-in-reply-to): Quote name containing
9086 non-ASCII characters. It will make the RFC2047 encoder cause an error
9087 if there are special characters. Reported by NAKAJI Hiroyuki
82bdbd4d 9088 <nakaji@jp.freebsd.org>.
45cb30ee 9089
01c52d31
MB
90902007-02-27 Didier Verna <didier@xemacs.org>
9091
9092 Include the group parameters as well as the topic ones in the
9093 inheritance filter process.
9094 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9095 argument GROUP-PARAMS-LIST.
9096 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9097
45cb30ee
MB
90982007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9099
9100 * nntp.el (nntp-never-echoes-commands)
9101 (nntp-open-connection-functions-never-echo-commands): New variables.
9102 (nntp-send-command): Use them.
9103
01c52d31
MB
91042007-02-20 Daiki Ueno <ueno@unixuser.org>
9105
296a8e19 9106 * mml2015.el (mml2015-epg-verify): Simplify.
01c52d31
MB
9107
91082007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9109
9110 * mml.el (mml-content-disposition-alist): New user option.
9111 (mml-content-disposition): New function.
9112 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9113 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9114
91152007-02-19 Daiki Ueno <ueno@unixuser.org>
9116
9117 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9118 verification.
9119
aa260d63
MB
91202007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9121
9122 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9123 articles posted in the last 24 hours.
9124
c371062c
CY
91252007-02-14 Chong Yidong <cyd@stupidchicken.com>
9126
9127 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9128
880820fe 91292007-02-14 Michaël Cadilhac <michael@cadilhac.name>
01c52d31
MB
9130
9131 * nntp.el (nntp-send-command): Don't wait for echoes when
9132 nntp-open-ssl-stream is used.
9133
91342007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9135
9136 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9137 (gnus-message-add-citation-keywords)
9138 (gnus-message-remove-citation-keywords): Remove.
9139 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9140 directly, make the variables in font-lock-defaults buffer-local, add
9141 gnus-message-citation-keywords to them and then update the value of
9142 font-lock-keywords.
9143
91442007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9145
9146 * message.el (message-cite-original-1): Don't call
9147 gnus-article-highlight-citation.
9148
9149 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9150 citations; fix line count.
9151
91522007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9153
9154 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9155 (gnus-message-add-citation-keywords)
9156 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9157 versions of font-lock-add-keywords and font-lock-remove-keywords to
9158 work with XEmacs correctly.
9159
91602007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * gnus-cite.el (gnus-cite-face-list): Set the values of
9163 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9164 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9165 (gnus-message-cite-prefix-regexp): New variable.
9166 (gnus-message-search-citation-line): Use it; protect against long
9167 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9168 the 0th match data for Emacs.
9169 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9170 (gnus-message-add-citation-keywords): Append keywords rather than
9171 prepending; emulate font-lock-add-keywords if it is not available.
296a8e19
SM
9172 (gnus-message-remove-citation-keywords):
9173 Emulate font-lock-remove-keywords if it is not available.
01c52d31
MB
9174
9175 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9176
9177 * message.el (message-cite-prefix-regexp): Set the value of
9178 gnus-message-cite-prefix-regexp.
9179
c91f4b83
MB
91802007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9181
9182 * nnweb.el (nnweb-google-parse-1): Update parser.
9183
8f77631e
JB
91842007-01-29 Juanma Barranquero <lekktu@gmail.com>
9185
9186 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9187
41e49ce6
MB
91882007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9189
9190 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9191 regexp.
9192
91932007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9194
9195 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9196 string-to-multibyte.
9197 (uudecode-decode-region-internal): Use it.
9198
b28080e3
MB
91992007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9200
296a8e19
SM
9201 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9202 Fix custom choice.
b28080e3
MB
9203
9204 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9205
01c52d31
MB
92062007-01-22 Daiki Ueno <ueno@unixuser.org>
9207
9208 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9209
9210 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9211 `write-region' to respect `mm-inhibit-file-name-handlers'.
9212
b66f54c1
MB
92132007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9214
9215 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9216 Use gnus-home-directory instead of "~/" or "$HOME".
9217
01c52d31
MB
92182007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9219
9220 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9221 to mention filename.
9222 Add comments at beginning regarding usage.
9223 (encrypt-write-file-contents): Change interactive so a string is
9224 acceptable. If the file has no associated model, show an error instead
9225 of a nonsense prompt.
9226
92272007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9228
9229 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9230 Thanks to Yoshihiko Yamada for kind notification of this typo.
9231
0d7c8ac4
KH
92322007-01-12 Kenichi Handa <handa@m17n.org>
9233
9234 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9235 multibyte buffer.
651408cb
MB
9236
92372007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9238
01c52d31
MB
9239 * gnus-score.el (gnus-score-fast-scoring): New variable.
9240 (gnus-score-headers): Use it.
9241
651408cb 9242 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
0d7c8ac4 9243
296a8e19
SM
9244 * message.el (message-cite-original-1):
9245 Call gnus-article-highlight-citation if requested.
60ece9b0 9246 (message-make-from): Allow name and address as optional arguments.
40e902eb 9247
01c52d31 9248 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
40e902eb 9249
01c52d31
MB
9250 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9251 bugs to doc string.
9252 (gnus-button-alist): Add mid\\|message-id.
9253 (gnus-button-fetch-group): Extend for use in
9254 `browse-url-browser-function'.
9255 (gnus-button-url-regexp): Try to catch paired parentheses like in
9256 Wikipedia URLs.
d84c3737 9257
01c52d31
MB
9258 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9259 Suggested by Simon Krahnke <overlord@gmx.li>.
d84c3737 9260
01c52d31 92612007-01-13 Romain Francoise <romain@orebokech.com>
ba361211 9262
01c52d31
MB
9263 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9264 Update copyright.
ba361211 9265
01c52d31 92662007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
ba361211 9267
01c52d31 9268 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
ba361211 9269
01c52d31 92702007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
ba361211 9271
01c52d31
MB
9272 * gnus-registry.el (gnus-registry-unfollowed-groups)
9273 (gnus-registry-split-fancy-with-parent): Fix documentation.
9274
92752007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9276
9277 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9278 from nnweb groups.
9279
92802006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9281
9282 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9283 Xref urls. Erase buffer before requesting head.
9284
9285 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9286
92872007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9288
9289 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9290 customizable.
9291
92922007-01-05 Daiki Ueno <ueno@unixuser.org>
9293
9294 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9295 no signing key is found.
9296 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9297 no encrypting and/or signing key is found.
9298
92992007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9300
9301 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9302
93032007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9304
9305 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9306 headers read from disk with the ones newly found in the current search.
9307 This should no longer cause problems, because the article numbers in
9308 Gmane's `nov.php' output are ignored since the previous change.
ba361211
MB
9309
93102007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9311
9312 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9313
93142007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9315
9316 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9317
01c52d31
MB
93182007-01-01 Romain Francoise <romain@orebokech.com>
9319
9320 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9321
93222006-12-31 Steve Youngs <steve@sxemacs.org>
9323
9324 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9325 `define-minor-mode' macro definition expanded properly.
9326 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9327 exclude it there.
9328
9329 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9330 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9331 `fboundp' test.
9332 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9333 This is OK to autoload in (S)XEmacs now.
9334
93352006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9336
9337 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9338 keystroke.
9339 (gnus-summary-limit-to-singletons): Fix typo.
9340
9341 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9342 else fails.
9343
db629244
MB
93442006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9345
01c52d31
MB
9346 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9347 docstring.
9348
9349 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9350 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9351 (gnus-summary-insert-dormant-articles): Fix typo in message.
9352
93532006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9354
9355 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9356 nil for XEmacs.
9357 (gnus-message-citation-mode): Don't autoload in XEmacs.
9358
9359 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
db629244 9360
880820fe 93612006-12-29 Jouni K. Seppänen <jks@iki.fi>
11e95b02 9362
296a8e19
SM
9363 * nnimap.el (nnimap-expunge-search-string):
9364 Mention nnimap-search-uids-not-since-is-evil in docstring.
11e95b02
MB
9365
93662006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9367
9368 * spam.el: Revert to make-obsolete-variable because
9369 define-obsolete-variable-alias is not supported in Emacs 21.
9370
01c52d31
MB
9371 * spam.el (spam-ifile-path, spam-ifile-database-path)
9372 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9373 make-obsolete-variable.
9374 (spam-bsfilter-path, spam-bsfilter-program)
9375 (spam-spamassassin-path, spam-spamassassin-program)
296a8e19
SM
9376 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9377 Don't use "path" inappropriately.
01c52d31
MB
9378 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9379 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9380 variable names.
9381
11e95b02
MB
93822006-12-28 Daiki Ueno <ueno@unixuser.org>
9383
9384 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9385 summary buffer.
9386
01c52d31
MB
9387 * password.el (password-cache-remove): Use clear-string to burn
9388 password, if available.
11e95b02 9389
01c52d31
MB
93902006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9391
9392 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9393
9394 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9395
9396 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9397 (gnus-message-highlight-citation): Move defcustom here from
9398 gnus-cite.el.
9399 (gnus-message-citation-mode): Autoload.
9400
9401 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9402 checks to make it compile with XEmacs.
9403 (gnus-message-citation-mode): New minor mode.
9404 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9405 (gnus-message-highlight-citation): New variables.
9406 (gnus-message-search-citation-line)
9407 (gnus-message-add-citation-keywords)
9408 (gnus-message-remove-citation-keywords)
9409 (turn-on-gnus-message-citation-mode)
9410 (turn-off-gnus-message-citation-mode): New functions.
9411
94122006-12-26 Oliver Scholz <epameinondas@gmx.de>
9413
9414 * gnus-cite.el: Enable highlighting of different citation levels in
9415 message-mode.
11e95b02
MB
9416
94172006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9418
9419 * message.el (message-make-fqdn): Fix comment.
9420 (message-bogus-system-names): Add ".local".
9421
9422 * spam.el (spam-ifile-path, spam-ifile-program)
9423 (spam-ifile-database-path, spam-ifile-database)
9424 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9425 Don't use "path" inappropriately.
9426 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9427 strings.
9428 (spam-check-ifile, spam-ifile-register-with-ifile)
296a8e19
SM
9429 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9430 Use new variable names.
11e95b02
MB
9431
9432 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9433 (gnus-treat-display-smileys): Simplify using
9434 gnus-image-type-available-p.
9435
9436 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9437 available.
9438
94392006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9440
9441 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9442 one after turning on the buffer's multibyteness instead of decoding
9443 them directly in the unibyte buffer that causes unexpected conversion
9444 in Emacs 23 (unicode).
9445
01c52d31
MB
94462006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9447
9448 * message.el (message-generate-hashcash): Fix custom type.
9449
94502006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9451
9452 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9453
9b9e104e
MB
94542006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9455
9456 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9457 disconnect icons. Add help text.
9458
01c52d31
MB
94592006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9460
9461 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9462 negated to be consistent with the others we handle.
9463
94642006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9465
9466 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9467 version of gnus-summary-buffer to something, so that we can use two
9468 article buffers at the same time.
9469
94702006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9471
9472 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9473 trigger all the extra headers.
9474 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9475 sorting.
9476
94772006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9478
9479 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9480 solid groups.
9481
bcd3e063
MB
94822006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9483
9484 * legacy-gnus-agent.el: Add Copyright notice.
9485
82e5f93f
CY
94862006-12-12 Chong Yidong <cyd@stupidchicken.com>
9487
9488 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9489
01c52d31
MB
94902006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9491
9492 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9493
9494 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9495 to make it work reliably in CVS Emacs.
9496 (gnus-summary-limit-strange-charsets-predicate)
9497 (gnus-summary-limit-to-predicate): New functions.
9498
f88e76a8
CY
94992006-12-08 Chong Yidong <cyd@stupidchicken.com>
9500
9501 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9502 specifying array size.
9503 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9504 array if it is too small.
296a8e19 9505 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
f88e76a8
CY
9506 (gnus-sort-threads-loop): New function.
9507
e925d5ae 95082006-12-06 Chris Moore <dooglus@gmail.com>
04b61ae9
JB
9509
9510 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9511 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9512
880820fe 95132006-12-04 Jouni K. Seppänen <jks@iki.fi>
3aa84d30
MB
9514
9515 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9516 options.
9517
01c52d31
MB
95182006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9519
9520 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9521 DOS-ing the recipient.
9522
9523 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9524 the headers when creating the mapping to avoid mismappings.
9525 (nnweb-gmane-create-mapping): Always nix out old mapping.
9526
95272006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9528
9529 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9530 and mm-verify-option to never.
9531
5538c331
MB
95322006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9533
01c52d31
MB
9534 * message.el (message-signed-or-encrypted-p): New function.
9535 (message-forward-make-body): Use it.
9536
9537 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9538 Replace encode-coding-string with mm-encode-coding-string.
5538c331
MB
9539
95402006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9541
296a8e19
SM
9542 * nneething.el (nneething-decode-file-name):
9543 Replace decode-coding-string with mm-decode-coding-string.
5538c331 9544
01c52d31
MB
9545 * gnus-int.el (gnus-open-server): Say failed server's name.
9546
550831ed
JB
95472006-11-24 Juanma Barranquero <lekktu@gmail.com>
9548
9549 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9550 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9551
9552 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9553 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9554 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9555 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9556 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9557 (gnus-subscribe-newsgroup, gnus-1):
9558 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9559 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9560 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9561 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9562
01c52d31
MB
95632006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9564
9565 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9566 keystroke.
9567 (gnus-summary-limit-to-bodies): Implement headersp.
9568
95692006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9570
9571 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9572
e8f0f70d
MB
95732006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9574
9575 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9576
01c52d31
MB
95772006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9578
9579 * message.el (message-generate-hashcash): Expand range of values to
9580 include `opportunistic'.
9581 (message-send-mail): Use it.
9582
b07e0143
MB
95832006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9584
9585 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9586 and comment it.
9587
9588 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9589
4573e0df
MB
95902006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9591
9592 * gnus-util.el (gnus-extract-address-components): Improve comment.
9593
95942006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9595
9596 * gnus-util.el (gnus-extract-address-components): Work with address in
9597 which the name portion contains @.
9598
95992006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9600
9601 * gnus.el (gnus-start): Move custom group up.
9602 (gnus-select-method): Don't autoload, but make it available for
9603 `customize-variable'.
9604 (gnus-getenv-nntpserver): Don't autoload.
9605
01c52d31
MB
96062006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9607
9608 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9609
96102006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9611
9612 * message.el (message-sendmail-extra-arguments): New variable.
9613 (message-send-mail-with-sendmail): Use it.
9614
4573e0df
MB
96152006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9616
9617 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9618 mm-with-unibyte-current-buffer to make string unibyte.
9619
9620 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9621 mm-string-as-multibyte.
9622
01c52d31
MB
96232006-11-14 Daiki Ueno <ueno@unixuser.org>
9624
9625 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9626 Reported by Werner Koch <wk@gnupg.org>.
9627
96282006-11-14 Daiki Ueno <ueno@p360>
9629
9630 * mml2015.el: Autoload epa-select-keys when compiling.
9631
96322006-11-13 Daiki Ueno <ueno@unixuser.org>
9633
9634 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9635 message-options.
9636 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9637
96382006-11-13 Daiki Ueno <ueno@unixuser.org>
9639
296a8e19 9640 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
01c52d31
MB
9641 EasyPG (< 0.0.6).
9642 (mml2015-always-trust): New user option.
9643 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9644 prompt.
9645
96462006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9647
9648 * nntp.el (nntp-authinfo-force): New variable.
9649 (nntp-send-authinfo): Use it.
9650
4573e0df
MB
96512006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9652
01c52d31
MB
9653 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9654 decode encoded words. Improve prompt. Add comment about forwarding.
9655 (message-replacement-char): Move up.
4573e0df
MB
9656
96572006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9658
9659 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9660 instead of gnus-intersection because arguments of gnus-sorted-nunion
9661 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9662
01c52d31
MB
96632006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9664
9665 * message.el (message-strip-subject-encoded-words): Reformat prompt.
296a8e19
SM
9666 (message-simplify-subject-functions):
9667 Enable message-strip-subject-encoded-words by default.
01c52d31
MB
9668
96692006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9670
c4cc8b9a 9671 * message.el (message-strip-subject-encoded-words): New function.
01c52d31
MB
9672 (message-simplify-subject-functions): New variable.
9673 (message-simplify-subject): Use it. Fix typo in doc string.
9674 Support message-strip-subject-encoded-words.
9675
06856b12
JB
96762006-11-03 Juanma Barranquero <lekktu@gmail.com>
9677
9678 * gnus-diary.el (gnus-diary-delay-format-function):
9679 * nndiary.el (nndiary-reminders):
9680 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9681
b193caa3
MB
96822006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9683
9684 * gnus-art.el (article-hide-boring-headers): Fetch date from
9685 gnus-original-article-buffer to avoid problems with localized date
9686 strings.
9687
96882006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9689
9690 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9691
ab785936
MB
96922006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9693
06856b12
JB
9694 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9695 New variables.
ab785936
MB
9696 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9697 (mm-charset-synonym-alist): Move some entries to
9698 mm-codepage-iso-8859-list.
296a8e19
SM
9699 (mm-charset-synonym-alist, mm-charset-override-alist):
9700 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
ab785936 9701
b90a6149
MB
97022006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9705
97062006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9707
9708 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9709 with Emacs 21 and XEmacs.
9710
01c52d31
MB
97112006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9712
9713 * spam.el (spam-parse-address): New function for better parsing,
9714 catching errors, etc.
9715 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9716
b90a6149
MB
97172006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9718
9719 * mm-view.el: Add interactive arg to html2text autoload.
9720
97212006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9722
9723 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9724
01c52d31
MB
97252006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9726
296a8e19
SM
9727 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9728 New variables.
01c52d31
MB
9729 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9730 (mm-charset-synonym-alist): Move some entries to
9731 mm-codepage-iso-8859-list.
9732
9733 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9734
97352006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9736
9737 * message.el (message-citation-line-format)
9738 (message-insert-formated-citation-line): Fix implementation of %E, %N
9739 and %n according to the doc string.
9740
97412006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9742
296a8e19
SM
9743 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9744 Use car-safe to avoid bad parses.
01c52d31 9745
c86d4601
MB
97462006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9747
9748 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9749 names.
9750
9751 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9752
97532006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9754
01c52d31
MB
9755 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9756 header.
9757
9758 * message.el (message-draft-headers): Add Date.
9759 (message-headers-to-generate): Fix typo in docstring.
9760
9761 * nndraft.el (nndraft-required-headers): New variable.
9762 (nndraft-generate-headers): Use it.
9763
9764 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9765
97662006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9767
9768 * gnus-registry.el (gnus-registry-wash-for-keywords)
9769 (gnus-registry-find-keywords): New functions to allow easy searching of
9770 articles that are in the registry.
9771
97722006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9773
296a8e19
SM
9774 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9775 Use ietf-drums-parse-address instead of gnus-extract-address-components.
01c52d31 9776 Reported by Damien Elmes <damien@repose.cx>.
c86d4601
MB
9777
97782006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9779
9780 * gnus.el (gnus-mime): Remove unused custom group.
9781
92edaeed
MB
97822006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9783
9784 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9785 "blank line" when searching for end of armor headers.
9786
97872006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9788
9789 * gmm-utils.el (gmm-write-region): Fix variable name.
9790
97912006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9792
9793 * gmm-utils.el (gmm-write-region): New function based on compatibility
9794 code from `mm-make-temp-file'.
9795
9796 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9797
9798 * nnmaildir.el (nnmaildir--update-nov)
9799 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9800 Use `gmm-write-region'.
9801
996aa8c1
MB
98022006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9803
296a8e19
SM
9804 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9805 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
01c52d31
MB
9806
9807 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9808
9809 * message.el (message-replacement-char): New variable.
9810 (message-fix-before-sending): Use it.
9811 (message-simplify-subject): New function to remove duplicate code.
9812 (message-reply, message-followup): Use it.
9813
296a8e19
SM
9814 * gnus-sum.el (gnus-summary-make-menu-bar):
9815 Clarify gnus-summary-limit-to-articles.
996aa8c1 9816
01c52d31 98172006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
996aa8c1 9818
01c52d31 9819 * gnus-util.el (gnus-with-local-quit): New macro.
996aa8c1 9820
01c52d31 9821 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
996aa8c1 9822
01c52d31 98232006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9824
01c52d31
MB
9825 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9826 ignore non-string data.
996aa8c1 9827
01c52d31 98282006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9829
01c52d31
MB
9830 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9831 non-string data (needs to be done in the registry too).
996aa8c1 9832
01c52d31 98332006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9834
01c52d31
MB
9835 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9836 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9837 (gnus-registry-split-fancy-with-parent)
9838 (gnus-registry-fetch-simplified-message-subject-fast)
9839 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9840 Remove text properties on ingress into the registry and when it's saved.
9841 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9842 registry from entries with no groups.
996aa8c1 9843
01c52d31 98442006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
996aa8c1 9845
01c52d31
MB
9846 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9847 function to remove string properties.
996aa8c1 9848
67099291
MB
98492006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * gmm-utils.el (gmm): Adjust custom version.
9852
296a8e19
SM
9853 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9854 Adjust custom version.
67099291
MB
9855
9856 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9857
01c52d31
MB
98582006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9859
9860 * gnus-art.el (gnus-insert-prev-page-button)
9861 (gnus-insert-next-page-button): Simplify. Reformat.
9862
98632006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9864
9865 * gnus-art.el (gnus-insert-prev-page-button)
9866 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9867
94019f61
CY
98682006-09-25 Chong Yidong <cyd@stupidchicken.com>
9869
9870 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9871
01c52d31
MB
98722006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9873
c4cc8b9a
JB
9874 * gnus-art.el (gnus-insert-mime-button)
9875 (gnus-insert-mime-security-button):
9876 Apply gnus-article-button-face to MIME and security buttons.
01c52d31
MB
9877
98782006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9879
9880 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9881 readable.
9882
98832006-09-20 Steve Youngs <steve@sxemacs.org>
9884
9885 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9886 `browse-url-of-file' instead of `browse-url'.
9887
0327a464
MB
98882006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9889
9890 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9891 regexp. Articles containing quotation were cut prematurely.
9892
98932006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9894
01c52d31
MB
9895 * message.el (message-cite-original-1): Use nobody by default for the
9896 value of From header.
0327a464
MB
9897 (message-reply): Ditto.
9898
01c52d31
MB
98992006-09-11 Daiki Ueno <ueno@unixuser.org>
9900
9901 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9902 to the gnus-info. This fixes a bug of inline-PGP message verification.
9903 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9904
b110774a
MB
99052006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9906
9907 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9908 mails in the doc string. Add some URLs in comment.
01c52d31 9909 (pop3-movemail): Warn about pop3-leave-mail-on-server.
b110774a
MB
9910
99112006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9912
9913 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9914 backslashes handling and the way to find boundaries of quoted strings.
9915
01c52d31
MB
99162006-09-07 Daiki Ueno <ueno@unixuser.org>
9917
9918 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9919 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9920 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9921 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9922
676c1893
RS
99232006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9924
01c52d31
MB
9925 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9926 doc string.
9927 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9928
99292006-09-06 Simon Josefsson <jas@extundo.com>
9930
9931 * mml2015.el (mml2015-use): Doc fix, mention epg.
9932
99332006-09-06 Daiki Ueno <ueno@unixuser.org>
9934
9935 * mml2015.el (mml2015-use): Default to epg, if available.
9936
99372006-09-06 Daiki Ueno <ueno@unixuser.org>
9938
9939 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9940 message-sender.
9941 (mml1991-epg-encrypt): Ditto.
9942 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9943 message-sender.
9944 (mml2015-epg-encrypt): Ditto.
676c1893 9945
de4fbbe4
CY
99462006-09-04 Chong Yidong <cyd@stupidchicken.com>
9947
9948 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9949 several common directories.
9950
01c52d31
MB
99512006-09-05 Daiki Ueno <ueno@unixuser.org>
9952
9953 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9954 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9955
d7093904
MB
99562006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9957
8fbdffe5
MB
9958 * gnus-art.el (article-decode-encoded-words): Make it fast.
9959
99602006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9961
9962 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9963
d7093904
MB
9964 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9965 in quoted string into `\'.
9966
343d6628
MB
99672006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9970 Use standard-syntax-table.
9971
99722006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9973
9974 * gnus-art.el (gnus-decode-address-function): New variable.
9975 (article-decode-encoded-words): Use it to decode headers which are
9976 assumed to contain addresses.
9977 (gnus-mime-delete-part): Remove useless `or'.
9978
9979 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9980 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9981 (gnus-nov-parse-line): Use it to decode From header.
9982 (gnus-get-newsgroup-headers): Ditto.
9983 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9984
9985 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9986 (mail-decode-encoded-address-string): New alias.
9987
9988 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9989 New function.
9990 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9991 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9992 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9993 (rfc2047-decode-string): Ditto.
9994 (rfc2047-decode-address-region): New function.
9995 (rfc2047-decode-address-string): New function.
9996
01c52d31
MB
99972006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9998
9999 * message.el (message-caesar-buffer-body): Allow rotating headers.
10000
10001 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10002
10003 * message.el (message-insert-formated-citation-line): Fix %f.
10004 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10005
100062006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10007
10008 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10009 (gnus-bookmark-mouse-available-p): New macro.
10010 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10011 (gnus-bookmark-bmenu-show-infos): Use it.
10012 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10013 (gnus-bookmark-bmenu-hide-infos): Ditto.
10014 (gnus-bookmark-remove-properties): New function.
10015 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10016 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10017 (gnus-bookmark-write-file): Bind coding-system-for-write.
10018 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10019 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10020 group before selecting it.
10021 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10022 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10023 quit-window if it is not available; use gnus-mouse-2 and bind it to
10024 gnus-bookmark-bmenu-select-by-mouse.
10025 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10026 (gnus-bookmark-bmenu-select-by-mouse): New function.
6c5d6b6c 10027
5dab7628
RF
100282006-08-13 Romain Francoise <romain@orebokech.com>
10029
10030 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10031 space.
10032
5ebdc299
MB
100332006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * compface.el (uncompface): Use binary rather than raw-text-unix.
10036
100372006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10038
10039 * compface.el (uncompface): Make sure the eol conversion doesn't take
296a8e19
SM
10040 place when communicating with the external programs.
10041 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5ebdc299
MB
10042
100432006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10044
10045 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10046
100472006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10048
10049 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10050 Make it more robust by parsing author and date independently.
10051
ebf693f3
MB
100522006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10053
10054 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10055
01c52d31
MB
100562006-07-28 Daiki Ueno <ueno@unixuser.org>
10057
10058 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10059 first matching secret key.
10060 (mml2015-epg-encrypt): Ditto.
10061
10062 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10063 first matching secret key.
10064 (mml1991-epg-encrypt): Ditto.
10065
10066 * mml2015.el (mml2015-encrypt-to-self): New user option.
10067 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10068 mml2015-epg-encrypt-to-self is set.
10069
10070 * mml1991.el (mml1991-encrypt-to-self): New variable.
10071 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10072 mml1991-epg-encrypt-to-self is set.
10073
10074 * mml2015.el (mml2015-signers): New user option.
10075 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10076 (mml2015-epg-encrypt): Allow to select signing keys.
10077
10078 * mml1991.el (mml1991-signers): New variable.
10079 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10080 (mml1991-epg-encrypt): Allow to select signing keys.
10081
ebf693f3
MB
100822006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10083
10084 * nnheader.el (nnheader-insert-head): Make it work even if the file
10085 uses CRLF for the line-break code.
10086
01c52d31
MB
100872006-07-25 Daiki Ueno <ueno@unixuser.org>
10088
10089 * mml2015.el: Require mml-sec instead of password.
10090 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10091 (mml2015-cache-passphrase): Inherit the default value from
10092 mml-secure-cache-passphrase.
10093 (mml2015-passphrase-cache-expiry): Inherit the default value from
10094 mml-secure-passphrase-cache-expiry.
10095
10096 * mml1991.el: Require mml-sec instead of password.
10097 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10098 (mml1991-cache-passphrase): Inherit the default value from
10099 mml-secure-cache-passphrase.
10100 (mml1991-passphrase-cache-expiry): Inherit the default value from
10101 mml-secure-passphrase-cache-expiry.
10102
10103 * mml-sec.el: Require password.
10104 (mml-secure-verbose): New user option.
10105 (mml-secure-cache-passphrase): New user option.
10106 (mml-secure-passphrase-cache-expiry): New user option.
10107
101082006-07-24 Daiki Ueno <ueno@unixuser.org>
10109
10110 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10111 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
880820fe 10112 andreas@altroot.de (Andreas Vögele).
01c52d31
MB
10113
10114 FIXME: Use `tiny change'?
10115
bd876f90
MB
101162006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10117
10118 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10119 workaround for the url package included with Emacs.
10120
10121 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10122
01c52d31
MB
101232006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10124
10125 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10126 correctly. This fixes a bug caused by the 2006-05-12 change.
10127
06dc8321
KF
101282006-07-18 Karl Fogel <kfogel@red-bean.com>
10129
10130 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10131 some information about the error when saying that the `bogus' mail
10132 group will be used.
10133
7ce31649
MB
101342006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10135
10136 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10137 string.
10138
b44409c9
MB
101392006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10140
10141 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10142
763bb2d4
MB
101432006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10144
10145 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10146
01c52d31
MB
101472006-07-10 Daiki Ueno <ueno@unixuser.org>
10148
10149 * mml1991.el (mml1991-function-alist): Add epg.
10150 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10151 (mml1991-epg-encrypt): New functions.
10152
101532006-07-10 Daiki Ueno <ueno@unixuser.org>
10154
10155 * mml2015.el (mml2015-verbose): New variable.
10156 (mml2015-cache-passphrase): Ditto.
10157 (mml2015-passphrase-cache-expiry): Ditto.
10158 (mml2015-function-alist): Add epg.
10159 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10160 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
296a8e19
SM
10161 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10162 New functions.
01c52d31
MB
10163
101642006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10165
10166 * message.el (message-cite-original-1): Preserve region when removing
10167 quoted text due to X-No-Archive in order to avoid bogus attribution
10168 when citing multiple messages.
10169
101702006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10171
296a8e19
SM
10172 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10173 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
01c52d31 10174
827dc73d
MB
101752006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10176
10177 * gnus-diary.el (gnus-user-format-function-d)
10178 (gnus-user-format-function-D): Autoload.
10179
01c52d31 10180 * imap.el (Commentary): Fix typo.
827dc73d 10181
01c52d31
MB
10182 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10183 2006-04-22 contribution.
10184
101852006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10186
10187 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10188 It didn't really fix the bogosity I'm seeing with solid web groups.
10189
101902006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10191
10192 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10193 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10194 created using server names. If we use the feature without declaring
10195 it, Gnus does not properly manage server and group state.
10196
10197 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10198 bound.
10199
102002006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10201
10202 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10203 looking up the method using GROUP's prefix before inventing a new one.
10204 It is used on killed/unknown groups in various places where returning
10205 an all-new method isn't expected by the caller.
10206
10207 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10208 and match semantics of gnus-group-real-prefix.
10209
102102006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10211
10212 * nnmail.el (nnmail-broken-references-mailers): New variable.
10213 (nnmail-ignore-broken-references): New function generalizing
10214 nnmail-fix-eudora-headers.
10215 (nnmail-fix-eudora-headers): Now obsolete.
10216
296a8e19
SM
10217 * gnus-art.el (gnus-button-handle-custom):
10218 Support `customize-apropos*'.
01c52d31
MB
10219
102202006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10221
10222 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10223
10224 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10225 articles.
10226
102272006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10228
10229 * message.el (message-cite-reply-above): New variable.
10230 (message-yank-original): Use it.
827dc73d 10231
a367620f
MB
102322006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10233
10234 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10235
01c52d31
MB
102362006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10237
10238 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10239 as read.
10240
10241 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10242
102432006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10244
10245 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10246 (gnus-bookmark-default-file): Use gnus-directory.
10247 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10248 Remove "*" in doc string.
10249 (gnus-bookmark-write-file): Simplify.
10250 (gnus-bookmark-maybe-sort-alist): Use `when'.
10251 (gnus-bookmark-get-bookmark): Fix typo in doc string.
296a8e19
SM
10252 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10253 Add FIXME about Emacs 21 and XEmacs compatibility.
01c52d31
MB
10254 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10255 compatibility.
10256 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10257 compatibility.
10258 (gnus-bookmark-menu-heading): Fix version.
10259
102602006-06-19 Bastien Guerry <bzg@altern.org>
10261
10262 * gnus-bookmark.el: New file.
10263
5cfd0f2e
MB
102642006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10265
10266 * message.el (message-syntax-checks): Doc fix.
10267
01c52d31
MB
102682006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10269
10270 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10271 unsubscribed groups as if they were killed ones. It causes duplicate
10272 entries in gnus-newsrc-alist.
10273
f362b760
MB
102742006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * message.el (message-syntax-checks): Doc fix.
10277 (message-send-mail): Add check for continuation headers.
10278 (message-check-news-header-syntax): Fix regexp used to check for
10279 continuation headers.
10280
102812006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10282
10283 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10284
01c52d31
MB
102852006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10286
10287 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10288
102892006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10290
10291 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10292 default-truncate-lines.
10293
26c9afc3
MB
102942006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10295
10296 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10297 to fill the utf-8 entry.
10298
01c52d31 102992006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
26c9afc3 10300
01c52d31
MB
10301 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10302
103032006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10304
10305 * gnus-agent.el (directory-files-and-attributes): Move all the way
10306 forward (the third and final move).
10307 (gnus-agent-read-agentview): Trap reconstruction errors due to
b643362c 10308 nonexistent directory. Handle by returning nil.
01c52d31
MB
10309
103102006-05-30 Didier Verna <didier@xemacs.org>
10311
10312 * message.el (message-dont-reply-to-names): Update the custom type.
10313 * message.el (message-dont-reply-to-names): New defsubst: potentially
10314 convert a list of regexps into a single one.
10315 * message.el (message-get-reply-headers): Use it.
10316 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10317
103182006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10319
10320 * gnus-agent.el (directory-files-and-attributes): Move forward.
26c9afc3
MB
10321
103222006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10323
10324 * gnus-ml.el (gnus-mailing-list-subscribe)
10325 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10326 (gnus-mailing-list-message): Fix doc strings.
10327
103282006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10329
10330 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10331 of doing it manually.
10332
01c52d31
MB
103332006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10334
10335 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10336 comment.
10337
26c9afc3
MB
103382006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10339
296a8e19
SM
10340 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10341 (gnus-agent-read-agentview): Fix handling of end-of-file error.
c4cc8b9a 10342 (gnus-agent-read-local): All symbols allocated in my-obarray.
26c9afc3
MB
10343 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10344 (gnus-agent-regenerate-group): Check numeric names to see if they are
10345 messages or groups.
01c52d31
MB
10346 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10347 better way of do this...)
10348
296a8e19
SM
10349 * gnus-cache.el (gnus-agent-total-fetched-for):
10350 Ignore 'dummy.group' (there should be a better way of do this...)
26c9afc3
MB
10351
103522006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10353
10354 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10355 (gnus-saved-headers): Ditto.
01c52d31 10356 (gnus-default-article-saver): Mention functions may have properties.
26c9afc3
MB
10357 (gnus-article-save): Override gnus-save-all-headers and
10358 gnus-saved-headers by :headers property which saver function may have.
01c52d31
MB
10359 (gnus-summary-save-in-file): Add :headers property.
10360 (gnus-summary-write-to-file): Ditto.
10361
10362 * gnus-sum.el (gnus-summary-save-article): Bind
10363 gnus-prompt-before-saving to t when saving many articles in a file;
10364 always show all headers.
10365
103662006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10367
10368 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10369 marks.
10370
10371 * message.el (message-indent-citation): Add optional arguments to allow
10372 using it outside of message buffers.
10373
10374 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10375 (gnus-article-treat-unfold-headers): Use it.
10376 (gnus-article-truncate-lines): New variable.
10377 (gnus-article-mode): Use it.
10378 (gnus-article-toggle-truncate-lines): New function.
10379
296a8e19
SM
10380 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10381 Add gnus-article-toggle-truncate-lines.
01c52d31
MB
10382
10383 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10384 coding system in XEmacs, use binary.
10385
103862006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10387
10388 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10389 after-load-alist.
10390
10391 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10392 this function should save decoded articles.
10393 (gnus-summary-write-to-file): Use property to specify this function
10394 should save decoded articles and specify gnus-summary-save-in-file
10395 should be used to save articles other than the first one when saving
10396 many articles.
10397 (gnus-summary-save-body-in-file): Use property to specify this
10398 function should save decoded articles.
10399 (gnus-summary-write-body-to-file): Use property to specify this
10400 function should save decoded articles and specify
10401 gnus-summary-save-body-in-file should be used to save articles other
10402 than the first one when saving many articles.
10403
10404 * gnus-sum.el (gnus-summary-save-article): Simplify.
10405
104062006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10407
296a8e19
SM
10408 * gnus-art.el (gnus-default-article-saver):
10409 Add gnus-summary-write-body-to-file.
01c52d31
MB
10410 (gnus-article-save-coding-system): Don't use coding system object
10411 in XEmacs.
26c9afc3
MB
10412 (gnus-read-save-file-name): Add optional `dir-var' argument which
10413 specifies directory in which files are saved; work even if optional
10414 `variable' argument is not specified.
01c52d31
MB
10415 (gnus-summary-write-to-file): Read file name.
10416 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10417 (gnus-summary-write-body-to-file): New function.
26c9afc3
MB
10418
10419 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10420 (gnus-summary-local-variables): Add it.
10421 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
01c52d31
MB
10422 (gnus-summary-save-article): Remove optional `decode' argument;
10423 determine whether to decode articles by the value of
10424 gnus-default-article-saver; when saving many files using
10425 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10426 it first and use gnus-summary-save-in-file or
10427 gnus-summary-save-body-in-file thereafter unless
10428 gnus-prompt-before-saving is always; move point to article which
10429 will be saved.
10430 (gnus-summary-save-article-file): Revert.
10431 (gnus-summary-write-article-file): Revert.
10432 (gnus-summary-save-article-body-file): Revert.
26c9afc3
MB
10433 (gnus-summary-write-article-body-file): New function.
10434
104352006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10436
01c52d31 10437 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
26c9afc3 10438
01c52d31 104392006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
26c9afc3 10440
01c52d31
MB
10441 * gnus-art.el (gnus-default-article-saver): Doc fix.
10442 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10443 from gnus-summary-save-article-coding-system, and default to a
10444 certain coding system.
10445 (gnus-output-to-file): Add coding cookie and encode text according
10446 to gnus-article-save-coding-system; don't use mm-append-to-file.
26c9afc3 10447
01c52d31
MB
10448 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10449 gnus-art.el and rename to gnus-article-save-coding-system.
10450 (gnus-summary-save-article): Require gnus-art; don't show all
10451 headers if it decodes articles; don't add coding cookie here;
10452 don't bind mm-text-coding-system-for-write.
10453 (gnus-summary-save-article-file): Save decoded articles.
10454 (gnus-summary-write-article-file): When saving many files, use
10455 gnus-summary-write-to-file first and gnus-summary-save-in-file
10456 thereafter unless gnus-prompt-before-saving is always.
10457 (gnus-summary-save-article-body-file): Save decoded articles.
26c9afc3 10458
01c52d31 104592006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
26c9afc3 10460
01c52d31 10461 * nnrss.el (nnrss-check-group): Bind hash-index.
26c9afc3 10462
880820fe 104632006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
01c52d31
MB
10464
10465 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10466 its hash index. Store this hash in `nnrss-group-data'.
10467 (nnrss-read-group-data): Update accordingly.
10468
104692006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10470
10471 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10472 entry.
10473
296a8e19
SM
10474 * gnus-sum.el (gnus-summary-make-menu-bar):
10475 Add gnus-article-browse-html-article.
01c52d31
MB
10476
104772006-05-23 Hynek Schlawack <hynek@ularx.de>
10478
296a8e19
SM
10479 * gnus-sum.el (gnus-summary-mime-map):
10480 Add gnus-article-browse-html-article.
10481
01c52d31
MB
104822006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10483
10484 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10485 suitable coding systems in customize.
10486
104872006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10488
10489 * mail-source.el (mail-sources): Fix custom type.
26c9afc3 10490
d7ba2a01
RS
104912006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10492
f18df03d
MB
10493 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10494 (gnus-summary-expire-articles-now): Shorten prompt.
10495
d7ba2a01 10496 * gmm-utils.el (wid-edit): Require.
296a8e19 10497 (defun-gmm): Rename from `gmm-defun-compat'.
d7ba2a01
RS
10498 (gmm-image-search-load-path): Use it.
10499 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10500
01c52d31
MB
105012006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10502
296a8e19
SM
10503 * gnus-sum.el (gnus-summary-save-article-coding-system):
10504 New variable.
10505 (gnus-summary-save-article): Add optional `decode' argument.
10506 If it is set and gnus-summary-save-article-coding-system is non-nil,
01c52d31
MB
10507 save decoded article.
10508 (gnus-summary-write-article-file): Save decoded article if
10509 gnus-summary-save-article-coding-system is non-nil.
10510
10511 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10512 type.
10513
105142006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10515
10516 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10517
105182006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10519
10520 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10521 first to test gnus-single-article-buffer which may be buffer-local.
10522
296a8e19
SM
10523 * gnus-sum.el (gnus-summary-setup-buffer):
10524 Make gnus-single-article-buffer buffer-local and nil in ephemeral
01c52d31
MB
10525 group; make gnus-article-buffer, gnus-article-current, and
10526 gnus-original-article-buffer always buffer-local.
10527 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10528 group.
10529 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10530
105312006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10532
10533 * nnml.el (nnml-request-compact-group): Compressed files might not
10534 have .gz extension.
10535
54e573e6
MB
105362006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10537
10538 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10539 (mm-copy-to-buffer): Use with-current-buffer.
10540 (mm-display-part): Simplify.
10541 (mm-inlinable-p): Add optional arg `type'.
10542
01c52d31
MB
105432006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10544
49c7d1ac 10545 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
54e573e6
MB
10546 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10547 Try harder to show the attachment internally or externally using
10548 gnus-mime-view-part-as-type.
10549
01c52d31 105502006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
54e573e6 10551
01c52d31
MB
10552 * message.el (message-from-style, message-signature-separator)
10553 (message-user-organization-file, message-send-mail-function)
10554 (message-citation-line-function, message-yank-prefix)
10555 (message-indent-citation-function, message-signature)
10556 (message-signature-file, message-signature-insert-empty-line):
10557 Remove autoloads.
10558
296a8e19
SM
10559 * gnus-art.el (gnus-buttonized-mime-types):
10560 Remove "multipart/signed". Revert 2006-04-26 change.
01c52d31
MB
10561
105622006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10563
10564 * gnus.el (gnus-version-number): Bump version.
10565
105662006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10567
10568 * gnus.el: No Gnus v0.5 is released.
10569
105702006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10571
10572 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10573 fetching articles by message-id.
10574
105752006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10576
10577 * message.el (hashcash): Require hashcash as normal.
10578
296a8e19
SM
10579 * ecomplete.el (ecomplete-highlight-match-line):
10580 Use point-at-eol.
01c52d31
MB
10581 (ecomplete-highlight-match-line): Use `highlight', because that
10582 face exists in both Emacs and XEmacs.
10583
10584 * message.el (message-display-abbrev): Use point-at-bol.
10585
10586 * mail-source.el: Don't require timer/timer-funcs.
10587
10588 * gnus-async.el: Ditto.
10589
10590 * password.el: Ditto.
10591
10592 * mm-url.el: Ditto.
10593
10594 * mm-util.el: Require timer/timer-funcs.
10595
105962006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10597
10598 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10599 Close.
54e573e6 10600
9606f1cb
MB
106012006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10602
10603 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10604 unibyte after clear-decrypt function runs.
10605
10606 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10607 returns as a unibyte string.
10608
305452a5
MB
106092006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10610
305452a5
MB
10611 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10612 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10613 (mml1991-pgg-encrypt): Ditto.
10614
0565caeb
MB
106152006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10616
01c52d31
MB
10617 * message.el (message-user-organization-file): Check several
10618 locations of the organization file.
0565caeb 10619
01c52d31
MB
10620 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10621 Add gnus-article-view-part-as-type.
0565caeb 10622
01c52d31 10623 * gnus-art.el (gnus-article-view-part-as-type): New function.
0565caeb
MB
10624
10625 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10626 .mobi and .travel. Remove .nato, .bitnet and .uucp.
0565caeb 10627
01c52d31
MB
10628 * mml.el: Simplify autoload.
10629 (mml-mode): defvar dnd-protocol-alist instead of using
10630 symbol-value.
10631 (mml-default-directory): New variable.
10632 (mml-minibuffer-read-file): Use it.
10633 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10634
10635 * message.el (message-citation-line-format): New variable.
10636 (message-insert-formated-citation-line): New function.
296a8e19
SM
10637 (message-citation-line-function):
10638 Add `message-insert-formated-citation-line' to custom type.
01c52d31
MB
10639
10640 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10641 to doc string.
10642
10643 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10644 depending on mm-verify-option.
0565caeb 10645
305452a5
MB
106462006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10647
10648 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10649 binding pgg-* variables; reimplement the section which prevents
10650 MIME header from being signed.
10651 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10652 pgg-text-mode; remove a blank line at the top of body.
10653
10654 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10655 lines at the top of body; use gnus-newsgroup-charset if there's no
10656 Charset header.
10657
0565caeb
MB
106582006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10659
01c52d31
MB
10660 * message.el (message-self-insert-commands): Doc fix.
10661
0565caeb
MB
10662 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10663 (mm-uu-pgp-encrypted-test): Ditto.
10664 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10665 between header and body; return application/pgp-encrypted handle
10666 if decryption failed; decode decrypted body by charset.
10667
10668 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10669 element match to application/pgp-*.
10670
01c52d31
MB
106712006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10672
10673 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10674 HTML.
10675
106762006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10677
10678 * mail-source.el (mail-source-call-script): Message the error
10679 string.
10680
106812006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10682
10683 * gnus-util.el (gnus-byte-compile): Use it.
10684
002876ab 106852006-04-22 xyblor <fake@invalid.email> (tiny change)
01c52d31
MB
10686
10687 * gnus-util.el (kill-empty-logs): New function.
10688
106892006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10690
10691 * message.el (message-mail-alias-type): Doc fix.
10692 (message-mail-alias-type-p): New function.
10693 (message-send): Use it.
10694 (message-mode): Ditto.
10695 (message-strip-forbidden-properties): Ditto.
10696
296a8e19
SM
10697 * ecomplete.el (ecomplete-database-file-coding-system):
10698 New variable.
01c52d31
MB
10699 (ecomplete-save): Use it.
10700 (ecomplete-setup): Use it.
10701
107022006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10703
10704 * message.el (message-self-insert-commands): New variable.
10705 (message-strip-forbidden-properties): Use it.
10706
107072006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10708
10709 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10710 that doesn't make XEmacs choke.
10711
f67d6742
MB
107122006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10713
49c7d1ac
SM
10714 * gnus-util.el (gnus-replace-in-string):
10715 Prefer replace-regexp-in-string over of replace-in-string.
f67d6742
MB
10716
107172006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10718
49c7d1ac
SM
10719 * gnus-util.el (gnus-select-frame-set-input-focus):
10720 Use select-frame-set-input-focus if it is available in XEmacs; use
f67d6742
MB
10721 definition defined in Emacs 22 for old Emacsen.
10722
01c52d31 107232006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
18c06a99 10724
01c52d31 10725 * mm-view.el (mm-inline-text): Use equal instead of equalp.
bd29ba20 10726
01c52d31 107272006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
bd29ba20 10728
01c52d31
MB
10729 * gnus-registry.el (gnus-registry-cache-save): Remove text
10730 properties when saving via the temp buffer.
bd29ba20 10731
01c52d31 107322006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
18c06a99 10733
01c52d31 10734 * message.el (message-generate-hashcash): Honor custom type.
18c06a99 10735
01c52d31 107362006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
18c06a99 10737
01c52d31
MB
10738 * message.el (message-generate-hashcash): Default to non-nil when
10739 hashcash is found.
18c06a99 10740
01c52d31
MB
10741 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10742 (gnus-refer-thread-limit): Increase default to 500.
e4a89ccf 10743
01c52d31 10744 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
e4a89ccf 10745
01c52d31 10746 * flow-fill.el (fill-flowed): Allow delete-space.
e4a89ccf 10747
01c52d31 107482006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
e4a89ccf 10749
01c52d31
MB
10750 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10751 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10752 Remove autoloads.
163cb72d 10753
01c52d31 107542006-04-18 Simon Josefsson <jas@extundo.com>
163cb72d 10755
01c52d31 10756 * message.el (message-generate-hashcash): Default to.
163cb72d 10757
01c52d31 107582006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
163cb72d 10759
01c52d31
MB
10760 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10761 concatenating segments rather than before concatenating them.
163cb72d 10762
01c52d31 107632006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 10764
01c52d31 10765 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14e6dc54 10766
01c52d31
MB
10767 * imap.el (imap-quote-specials): New function.
10768 (imap-login-auth): Quote specials.
14e6dc54 10769
01c52d31 107702006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 10771
01c52d31 10772 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14e6dc54 10773
296a8e19
SM
10774 * message.el (message-forward-make-body-plain):
10775 Allow message-forward-ignored-headers to be a list.
01c52d31
MB
10776 (message-remove-ignored-headers): Factor out into function.
10777 (message-forward-make-body-mml): Use it.
10778 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10779 (rfc2231-parse-string): Allow concatanation of parameters that
10780 aren't contiguous. The test case is
10781 (mail-header-parse-content-type "message/external-body;
10782 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10783 access-type=LOCAL-FILE;
10784 name*1*=plugh%2fhello-sailor%2fbing.pdf")
14e6dc54 10785
01c52d31 107862006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14e6dc54 10787
01c52d31
MB
10788 * nntp.el (nntp-accept-process-output): Return the value of
10789 `nnheader-accept-process-output'.
14e6dc54 10790
01c52d31 107912006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14e6dc54 10792
01c52d31
MB
10793 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10794 (gnus-button-alist): Recognize more diff formats.
10795 (gnus-button-patch): Strip directory.
14e6dc54 10796
01c52d31 107972006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
14e6dc54 10798
01c52d31
MB
10799 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10800 Emacs 22 when setting focus.
1b155fbd 10801
01c52d31 108022006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1b155fbd 10803
01c52d31
MB
10804 * gnus-art.el (gnus-article-treat-types): Do treatment of
10805 text/x-verbatim parts.
10806 (gnus-button-patch): New command.
b6f2cf4b 10807
01c52d31
MB
10808 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10809 addresses that contain invalid characters.
b6f2cf4b 10810
01c52d31 108112006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5af68e28 10812
296a8e19
SM
10813 * message.el (message-put-addresses-in-ecomplete):
10814 Use gnus-replace-in-string.
01c52d31
MB
10815 (message-is-yours-p): Use the more correct
10816 mail-header-parse-address instead of
10817 mail-extract-address-components.
10818 (message-put-addresses-in-ecomplete): Fix typo.
5af68e28 10819
01c52d31
MB
10820 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10821 keystroke.
77218834 10822
01c52d31
MB
10823 * gnus-art.el (gnus-treatment-function-alist): Change order of
10824 newsgroups/generic header folding to avoid double-folding.
77218834 10825
01c52d31 10826 * message.el (message-hidden-headers): Add X-Draft-From.
77218834 10827
296a8e19
SM
10828 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10829 New command.
01c52d31 10830 (gnus-summary-repeat-search-article-backward): New command.
d451514f 10831
01c52d31
MB
10832 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10833 groups in the parent topic.
10834
880820fe 108352006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
01c52d31
MB
10836
10837 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10838 (spam-extra-header-to-number): Return the CRM114 number as a
10839 number instead of a string.
10840
108412006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10842
296a8e19 10843 * gnus-art.el (gnus-face-properties-alist): Move here from
01c52d31
MB
10844 gnus-fun.
10845
10846 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10847
108482006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10849
10850 * message.el (message-strip-forbidden-properties): Only display on
10851 self-insert-command.
10852
10853 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10854 reindent.
10855 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10856
108572006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10858
10859 * smiley.el (smiley-style): Fix typo.
d451514f 10860
4f162824
KH
108612006-03-23 Kenichi Handa <handa@m17n.org>
10862
10863 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10864 instead of set-buffer-multibyte.
10865
e9e33c19
KH
108662006-03-23 Kenichi Handa <handa@m17n.org>
10867
10868 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10869 buffer and then decode the buffer text if necessary.
10870 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10871 first, and after mm-encode-body, change the buffer to unibyte.
4f162824 10872
01c52d31 108732006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 10874
296a8e19
SM
10875 * hashcash.el (hashcash-insert-payment-async-2):
10876 Use message-goto-eoh instead of doing it manually.
01c52d31
MB
10877 (mail-add-payment): Use message-narrow-to-header instead of trying
10878 to do the same itself.
f5e92214 10879
01c52d31 10880 * message.el (message-hidden-headers): Add Face.
f5e92214 10881
01c52d31
MB
10882 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10883 reparenting code.
10884 (gnus-summary-reparent-children): Refactored out code.
10885 (gnus-summary-thread-map): New keystroke.
10886 (gnus-summary-reparent-children): Make into command.
f5e92214 10887
01c52d31
MB
10888 * smiley.el (smiley-style): Default to `medium' if using a large
10889 font.
f5e92214 10890
01c52d31
MB
10891 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10892 does it itself.
f5e92214 10893
01c52d31 10894 * message.el (message-point-in-header-p): Simplify definition.
f5e92214 10895
01c52d31 108962006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
f5e92214 10897
01c52d31
MB
10898 * nnagent.el (nnagent-request-set-mark): Silence log file
10899 writing.
10900 (nnagent-request-set-mark): Use write-region instead of
10901 append-to-file.
f5e92214 10902
01c52d31
MB
10903 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10904 strange select method.
f5e92214 10905
01c52d31
MB
10906 * ecomplete.el (ecomplete-display-matches): Get highlightling
10907 right.
10908 (ecomplete-display-matches): Use literals.
10909 (ecomplete-display-matches): Disable message logging.
f5e92214 10910
01c52d31 10911 * message.el (message-display-abbrev): Small optimization.
531bedc3 10912
01c52d31
MB
10913 * ecomplete.el (ecomplete-display-matches): Allow automatic
10914 display.
531bedc3 10915
296a8e19
SM
10916 * message.el (message-strip-forbidden-properties):
10917 Display abbrevs.
01c52d31 10918 (message-display-abbrev): Get automatic display right.
531bedc3 10919
01c52d31
MB
10920 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10921 keystrokes.
531bedc3 10922
01c52d31 109232006-04-13 Romain Francoise <romain@orebokech.com>
531bedc3 10924
01c52d31 10925 TODO: Backport to v5-10!
531bedc3 10926
01c52d31 10927 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
296a8e19 10928 Move here (and rename) from gnus-registry.el.
531bedc3 10929
01c52d31
MB
10930 * gnus-registry.el: Require gnus-util.
10931 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
531bedc3 10932
01c52d31 109332006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 10934
296a8e19
SM
10935 * gnus-group.el (gnus-group-catchup-current):
10936 Change if-then-else-if-then-else into cond.
01c52d31
MB
10937 (gnus-group-catchup): Indent.
10938 (group-name-at-point): New function.
10939 (gnus-fetch-group): Provide default from thing at point.
531bedc3 10940
01c52d31 109412006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
531bedc3 10942
01c52d31 10943 * message.el (message-display-abbrev): Fix regexp.
531bedc3 10944
296a8e19
SM
10945 * ecomplete.el (ecomplete-highlight-match-line):
10946 Reimplement choosing.
01c52d31
MB
10947 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10948 dead variables.
ea8ae765 10949
01c52d31
MB
10950 * message.el (message-newline-and-indent): Remove debugging.
10951 (message-display-abbrev): Use new implementation.
ea8ae765 10952
01c52d31 109532006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
ea8ae765 10954
296a8e19
SM
10955 * gnus-art.el (gnus-article-mode):
10956 Set cursor-in-non-selected-windows to nil.
ea8ae765 10957
01c52d31
MB
10958 * smiley.el: Revert previous change.
10959 (smiley-data-directory): defvar it before using it in the
10960 defcustom of `smiley-style'.
ea8ae765 10961
01c52d31 109622006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
ea8ae765 10963
01c52d31 10964 * message.el (message-newline-and-indent): New function.
ea8ae765 10965
01c52d31 10966 * ecomplete.el: Implement more bits.
85fd8002 10967
01c52d31
MB
10968 * message.el (message-put-addresses-in-ecomplete): Clean up the
10969 string.
85fd8002 10970
01c52d31 10971 * ecomplete.el (ecomplete-add-item): Chop off decimals.
85fd8002 10972
296a8e19
SM
10973 * gnus-sum.el (gnus-summary-save-parts):
10974 Bind gnus-summary-save-parts-counter and use it to make unique file
01c52d31 10975 names.
85fd8002 10976
01c52d31 10977 * gnus-art.el (gnus-ignored-headers): Add some more headers.
61e66a15 10978
01c52d31
MB
10979 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10980 parameter to say whether to actually parse the individual
10981 addresses.
61e66a15 10982
01c52d31
MB
10983 * message.el (message-put-addresses-in-ecomplete): New function.
10984 (ecomplete): Require.
10985 (message-mail-alias-type): Add ecomplete as an option.
fe62aacc 10986
01c52d31 109872006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
fe62aacc 10988
01c52d31
MB
10989 * flow-fill.el (fill-flowed): Remove trailing space from blank
10990 quoted lines.
fe62aacc 10991
01c52d31 109922006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
fe62aacc 10993
01c52d31
MB
10994 * smiley.el (smiley-style): Move definition later to avoid a
10995 compilation warning.
fe62aacc 10996
01c52d31 109972006-04-12 Kenichi Handa <handa@m17n.org>
719120ef 10998
01c52d31
MB
10999 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11000 buffer and then decode the buffer text if necessary.
11001 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11002 first, and after mm-encode-body, change the buffer to unibyte.
11003 Use mm-disable-multibyte instead of set-buffer-multibyte.
719120ef 11004
01c52d31 110052006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
719120ef 11006
01c52d31
MB
11007 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11008 Content-Type header instead of Content-Disposition header.
11009 (gnus-mime-inline-part): Ditto.
11010 (gnus-mime-view-part-as-charset): Ignore charset that the part
11011 specifies.
719120ef 11012
01c52d31
MB
11013 * mm-decode.el (mm-display-part): Work with external parts and
11014 usual parts similarly.
719120ef 11015
01c52d31
MB
11016 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11017 instead of gnus-display-mime.
719120ef 11018
01c52d31
MB
11019 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11020 instead of with-temp-buffer.
719120ef 11021
01c52d31
MB
11022 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11023 tag to summarized topics part in order to encode non-ASCII text.
719120ef 11024
01c52d31 110252006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 11026
01c52d31
MB
11027 * smiley.el (smiley-style): New variable.
11028 (smiley-directory): New function.
11029 (smiley-data-directory): Derive from `smiley-style' using
11030 `smiley-directory'.
11031 (smiley-regexp-alist): Add new entries.
719120ef 11032
01c52d31
MB
11033 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11034 (gnus-article-browse-delete-temp): Add :version.
719120ef 11035
880820fe 110362006-04-11 Arne Jørgensen <arne@arnested.dk>
719120ef 11037
01c52d31
MB
11038 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11039 the sieve region.
719120ef 11040
01c52d31 110412006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 11042
01c52d31 11043 * gnus.el (gnus-version-number): Bump version.
719120ef 11044
01c52d31 110452006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
719120ef 11046
01c52d31 11047 * gnus.el: No Gnus v0.4 is released.
719120ef 11048
01c52d31 110492006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
719120ef 11050
01c52d31
MB
11051 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11052 layout.
719120ef 11053
01c52d31
MB
11054 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11055 unknown charset.
719120ef 11056
01c52d31
MB
11057 * message.el (message-header-synonyms): Add Original-To to the
11058 default.
ba0226dd 11059
01c52d31
MB
11060 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11061 optional parameter.
ba0226dd 11062
01c52d31 110632006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
ba0226dd 11064
01c52d31 11065 * gnus-fun.el (gnus): Require it for gnus-directory.
ba0226dd 11066
01c52d31 110672006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5f4264e5 11068
01c52d31 11069 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5f4264e5 11070
01c52d31 110712006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 11072
01c52d31 11073 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5f4264e5 11074
01c52d31 110752006-04-05 Simon Josefsson <jas@extundo.com>
5f4264e5 11076
01c52d31 11077 * password.el (password-reset): New function.
5f4264e5 11078
01c52d31 110792006-04-05 Daiki Ueno <ueno@unixuser.org>
5f4264e5 11080
296a8e19
SM
11081 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11082 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5f4264e5 11083
01c52d31 110842006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5f4264e5 11085
01c52d31
MB
11086 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11087 Some whitespace was matched into the url, which broke browsing hits
11088 > 100 when mm-url-use-external was nil.
5f4264e5 11089
01c52d31 110902006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5f4264e5 11091
296a8e19
SM
11092 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11093 Check gnus-extra-headers for 'Newsgroups.
5f4264e5 11094
01c52d31
MB
11095 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11096 bound.
e13be7a2 11097
01c52d31 110982006-04-04 Daiki Ueno <ueno@unixuser.org>
e13be7a2 11099
01c52d31
MB
11100 * pgg-gpg.el: Clean up process buffers every time gpg processes
11101 complete.
b5189759 11102
01c52d31 111032006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
b5189759 11104
01c52d31
MB
11105 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11106 doc string.
16f18d05 11107
01c52d31 111082006-04-03 Daiki Ueno <ueno@unixuser.org>
16f18d05 11109
01c52d31
MB
11110 * pgg-gpg.el (pgg-gpg-process-filter)
11111 (pgg-gpg-wait-for-completion): Check if buffer is alive.
d71c0855 11112
01c52d31
MB
11113 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11114 lines, temporary fix.
d71c0855 11115
01c52d31 111162006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 11117
01c52d31 11118 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
cf5a5c38 11119
01c52d31 111202006-03-29 Daiki Ueno <ueno@unixuser.org>
cf5a5c38 11121
01c52d31
MB
11122 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11123 default-enable-multibyte-characters. This reverts the change from
11124 revision 6.17 which is no longer necessary because the passphrase
11125 is sent separately now. GnuPG messages are unreadable under
11126 multibyte locales with default-enable-multibyte-characters set to
11127 nil.
cf5a5c38 11128
01c52d31 111292006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 11130
01c52d31 11131 * message.el (message-tool-bar-gnome): Move "spell".
cf5a5c38 11132
01c52d31 111332006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
cf5a5c38 11134
01c52d31
MB
11135 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11136 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11137 instead.
cf5a5c38 11138
01c52d31 111392006-03-27 Karl Kleinpaste <karl@charcoal.com>
cf5a5c38 11140
296a8e19
SM
11141 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11142 Improve newsgroups handling for NNTP overviews which don't include
01c52d31 11143 Newsgroups.
cf5a5c38 11144
01c52d31 111452006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9d64cd13 11146
01c52d31 11147 * message.el (message-resend): Bind message-generate-hashcash to nil.
9d64cd13 11148
01c52d31 111492006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
34128042 11150
01c52d31
MB
11151 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11152 when searching for already-paid recipients.
34128042 11153
01c52d31 111542006-03-27 Daiki Ueno <ueno@unixuser.org>
34128042 11155
01c52d31
MB
11156 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11157 passphrases when it is not needed.
11158 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11159 passphrase stuff from gpg, should only be necessary when you use
11160 gpg with a smartcard.
34128042 11161
01c52d31 111622006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
34128042 11163
01c52d31
MB
11164 * mml.el (mml-insert-mime): Ignore cached contents of
11165 message/external-body part.
34128042 11166
01c52d31
MB
11167 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11168 (mm-insert-part): Ditto.
34128042 11169
01c52d31 111702006-03-23 Simon Josefsson <jas@extundo.com>
34128042 11171
01c52d31
MB
11172 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11173 Reiner.
11174 (pgg-gpg-use-agent-p): Use it again.
c96ec15a 11175
01c52d31 111762006-03-23 Simon Josefsson <jas@extundo.com>
c96ec15a 11177
01c52d31
MB
11178 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11179 older emacsen.
11180 (pgg-gpg-use-agent-p): Don't use it.
c96ec15a 11181
01c52d31 111822006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
c96ec15a 11183
01c52d31
MB
11184 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11185 if we can.
c96ec15a 11186
01c52d31 111872006-03-22 Sascha Wilde <wilde@sha-bang.de>
c96ec15a 11188
01c52d31
MB
11189 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11190 (pgg-gpg-update-agent): New function.
11191 (pgg-gpg-use-agent-p): New function.
11192 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11193 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11194 (pgg-gpg-sign-region): Use it.
c96ec15a 11195
01c52d31 111962006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
c96ec15a 11197
01c52d31
MB
11198 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11199 Reported by Ralf Wachinger <rwachinger@gmx.de>.
c96ec15a 11200
01c52d31 112012006-03-21 Simon Josefsson <jas@extundo.com>
c96ec15a 11202
01c52d31
MB
11203 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11204 <wilde@sha-bang.de>.
11205 (pgg-gpg-use-agent): New variable.
11206 (pgg-gpg-process-region): Use it.
11207 (pgg-gpg-encrypt-region): Likewise.
11208 (pgg-gpg-encrypt-symmetric-region): Likewise.
11209 (pgg-gpg-decrypt-region): Likewise.
11210 (pgg-gpg-sign-region): Likewise.
11211 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
c96ec15a 11212
01c52d31 112132006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
88e6695f 11214
01c52d31 11215 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
88e6695f 11216
01c52d31
MB
11217 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11218 Add comment on version.
6203370b 11219
01c52d31 112202006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6203370b 11221
01c52d31 11222 * smiley.el: Add missing test smiley.
6203370b 11223
01c52d31 112242006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6203370b 11225
01c52d31
MB
11226 * mm-decode.el (mm-with-part): New macro.
11227 (mm-get-part): Use it; work with message/external-body as well.
11228 (mm-save-part): Treat name and filename equally.
6203370b 11229
01c52d31
MB
11230 * mm-extern.el (mm-extern-cache-contents): New function.
11231 (mm-inline-external-body): Use it; force the part to be displayed;
11232 move undisplayer added to the cached handle to the parent.
6203370b 11233
01c52d31
MB
11234 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11235 (gnus-mime-view-part-as-type): Work with message/external-body.
6203370b 11236
01c52d31 11237 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6203370b 11238
01c52d31 112392006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 11240
01c52d31
MB
11241 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11242 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11243 Emacs.]
46e8fe3d 11244
01c52d31 112452006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 11246
01c52d31
MB
11247 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11248 path rather than symbol. Always return list of directories.
11249 Guarantee that image directory comes first. [Sync with image.el,
11250 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
46e8fe3d 11251
01c52d31
MB
11252 * message.el (message-make-tool-bar): Adjust to new API of
11253 `gmm-image-load-path-for-library'.
46e8fe3d 11254
01c52d31 11255 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
46e8fe3d 11256
01c52d31 11257 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
46e8fe3d 11258
01c52d31 112592006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
46e8fe3d 11260
01c52d31
MB
11261 * gnus-art.el (gnus-article-only-boring-p):
11262 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11263 intangible text.
11264 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
46e8fe3d 11265
01c52d31 112662006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
46e8fe3d 11267
296a8e19
SM
11268 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11269 Use `defun' instead of `gmm-defun-compat'.
46e8fe3d 11270
01c52d31 112712006-03-14 Simon Josefsson <jas@extundo.com>
46e8fe3d 11272
01c52d31
MB
11273 * message.el (message-unique-id): Don't use message-number-base36
11274 if (user-uid) is a float.
11275 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
46e8fe3d 11276
01c52d31 112772006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
46e8fe3d 11278
01c52d31 11279 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7347faa8 11280
01c52d31
MB
11281 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11282 empty line between a part and a message part.
7347faa8 11283
01c52d31 112842006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 11285
01c52d31
MB
11286 * smiley.el: Add more test smileys.
11287 (smiley-data-directory, smiley-regexp-alist)
11288 (gnus-smiley-file-types): Fix doc strings.
11289 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11290 adding new elements.
11291 (smiley-mouse-map): Unused code. Make it a comment.
7347faa8 11292
01c52d31 112932006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
7347faa8 11294
01c52d31
MB
11295 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11296 scan latest NoCeM messages instead of old ones.
11297 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11298 delimiters that are recently used.
11299 (gnus-nocem-load-cache): Add autoload cookie.
7347faa8 11300
01c52d31 11301 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7347faa8 11302
01c52d31
MB
11303 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11304 level which is larger than gnus-use-nocem is specified.
7347faa8 11305
01c52d31 11306 * gnus-group.el (gnus-group-get-new-news): Ditto.
7347faa8 11307
01c52d31 113082006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
7347faa8 11309
01c52d31 11310 * gnus-util.el (gnus-tool-bar-update): New function.
7347faa8 11311
01c52d31
MB
11312 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11313 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7347faa8 11314
01c52d31 11315 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7347faa8 11316
01c52d31
MB
11317 * gnus-group.el (gnus-group-redraw-when-idle)
11318 (gnus-group-redraw-check): Remove.
11319 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
30c7240d 11320
01c52d31 113212006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
30c7240d 11322
01c52d31
MB
11323 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11324 if optional last element is specified in splits (FIELD VALUE...).
e499bc94 11325
01c52d31 113262006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
e499bc94 11327
01c52d31
MB
11328 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11329 to gmm-image-load-path-for-library. Call with no-error argument.
11330 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
e499bc94 11331
01c52d31 11332 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
e499bc94 11333
01c52d31 11334 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
e499bc94 11335
01c52d31 11336 * gmm-utils.el (gmm-image-load-path): Remove alias.
e499bc94 11337
01c52d31 113382006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
c4288669 11339
01c52d31 11340 * gmm-utils.el (gmm-image-load-path): Add alias.
c4288669 11341
01c52d31
MB
11342 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11343 nnml-generate-nov-databases-1.
11344 (nnml-generate-nov-databases): Use it.
11345 (nnml-generate-nov-databases-directory): Document no-active
11346 argument.
c4288669 11347
01c52d31
MB
11348 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11349 directory if path is t. Add no-error.
c4288669 11350
01c52d31
MB
11351 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11352 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
c4288669 11353
296a8e19
SM
11354 * gnus-art.el (gnus-article-browse-delete-temp-files):
11355 Simplify resetting gnus-article-browse-html-temp-list.
c4288669 11356
01c52d31
MB
11357 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11358 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11359 Add example to docstring. Rename local variables. Move error
11360 checks to default case in cond and simplify.
73043f7d 11361
01c52d31 113622006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 11363
01c52d31
MB
11364 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11365 handle is multipart when calling it recursively.
11366 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
73043f7d 11367
01c52d31 113682006-03-03 Daniel Pittman <daniel@rimspace.net>
73043f7d 11369
01c52d31
MB
11370 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11371 Don't `gnus-uncompress-range' to avoid excessive memory usage.
73043f7d 11372
01c52d31 113732006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
73043f7d 11374
01c52d31
MB
11375 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11376 is loaded.
7dafe00b 11377
01c52d31
MB
11378 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11379 loaded.
7dafe00b 11380
01c52d31 113812006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 11382
01c52d31
MB
11383 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11384 to "Emacs 23 (unicode)" in doc string.
7dafe00b 11385
01c52d31
MB
11386 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11387 "Emacs 23 (unicode)" in comment.
7dafe00b 11388
01c52d31 113892006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 11390
01c52d31 11391 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7dafe00b 11392
01c52d31
MB
11393 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11394 characters 160 through 255 in Emacs 23.
7dafe00b 11395
01c52d31 113962006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 11397
01c52d31
MB
11398 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11399 gnus-article-browse-html-temp.
296a8e19
SM
11400 (gnus-article-browse-delete-temp): Make it customizable.
11401 Add `file'. Adjust doc string.
11402 (gnus-article-browse-delete-temp-files): Add argument.
11403 Allow query for each file. Adjust doc string.
11404 (gnus-article-browse-html-parts):
11405 Add `gnus-article-browse-delete-temp-files' to
01c52d31 11406 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7dafe00b 11407
01c52d31 114082006-03-02 Hynek Schlawack <hynek@ularx.de>
7dafe00b 11409
01c52d31
MB
11410 * gnus-art.el (gnus-article-browse-html-temp)
11411 (gnus-article-browse-delete-temp): New variables.
11412 (gnus-article-browse-delete-temp-files): New function.
11413 (gnus-article-browse-html-parts): Use it.
7dafe00b 11414
01c52d31 114152006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 11416
01c52d31 11417 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7dafe00b 11418
01c52d31
MB
11419 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11420 string.
7dafe00b 11421
01c52d31 11422 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
296a8e19
SM
11423 gnus-summary-insert-new-articles when unplugged.
11424 Remove gnus-summary-search-article-forward.
7dafe00b 11425
01c52d31
MB
11426 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11427 display-visual-class instead of display-color-cells.
7dafe00b 11428
01c52d31 114292006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
7dafe00b 11430
01c52d31
MB
11431 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11432 message/* containing non-ASCII text properly.
7dafe00b 11433
01c52d31 114342006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
7dafe00b 11435
01c52d31
MB
11436 * message.el: Require gmm-utils, remove autoloads.
11437 (message-tool-bar): Set default based on
11438 gmm-tool-bar-style.
11439 (message-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 11440
01c52d31
MB
11441 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11442 gmm-tool-bar-style.
11443 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 11444
01c52d31
MB
11445 * gnus-group.el (gnus-group-tool-bar): Set default based on
11446 gmm-tool-bar-style.
11447 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7dafe00b 11448
01c52d31
MB
11449 * gmm-utils.el (gmm-image-directory): Rename variable from
11450 gmm-image-load-path.
11451 (gmm-image-load-path): Use gmm-image-directory.
11452 (gmm-customize-mode): New function.
11453 (gmm-tool-bar-style): New variable.
7dafe00b 11454
01c52d31
MB
11455 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11456 gnus-group-redraw-line-number.
11457 (gnus-group-redraw-check): Simplify.
11458 (gnus-group-tool-bar-update): Remove redraw check.
11459 (gnus-group-make-tool-bar): Add redraw check.
447505b5 11460
01c52d31 114612006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
447505b5 11462
01c52d31 11463 * gnus-art.el (gnus-button): Add missing parentheses.
3031d8b0 11464
01c52d31 114652006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3031d8b0 11466
01c52d31 11467 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
3031d8b0 11468
01c52d31 114692006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 11470
01c52d31
MB
11471 * gnus-art.el (gnus-button): New face.
11472 (gnus-article-button-face): Use it.
3031d8b0 11473
296a8e19
SM
11474 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11475 Add gnus-summary-next-page. Re-order.
3031d8b0 11476
01c52d31
MB
11477 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11478 next-node are now included.
11479 (gnus-group-redraw-line-number): New internal variable.
11480 (gnus-group-redraw-check): Helper function for updating the tool
11481 bar.
11482 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
3031d8b0 11483
01c52d31 11484 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
3031d8b0 11485
01c52d31
MB
11486 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11487 (spam-extra-header-to-number, spam-check-spamassassin-headers):
296a8e19
SM
11488 Use it to match format of Spamassassin 3.0 and later.
11489 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
01c52d31
MB
11490 (spam-check-bogofilter)
11491 (spam-bogofilter-register-with-bogofilter): Fix args of
11492 `gnus-error' calls.
3031d8b0 11493
01c52d31 114942006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 11495
01c52d31 11496 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
296a8e19
SM
11497 unnecessary interaction when sending queued mails.
11498 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
3031d8b0 11499
01c52d31 115002006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
3031d8b0 11501
01c52d31
MB
11502 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11503 first or last are nil.
3031d8b0 11504
01c52d31 115052006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3031d8b0 11506
01c52d31 11507 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
3031d8b0 11508
01c52d31 115092006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031d8b0 11510
01c52d31 11511 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
3031d8b0 11512
01c52d31 115132006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
eab52f48 11514
01c52d31 11515 * dns.el (query-dns): Protect more against buggy tcp output.
eab52f48 11516
01c52d31 115172006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 11518
01c52d31
MB
11519 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11520 nov.php.
58090a8d 11521
01c52d31 115222006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
58090a8d 11523
01c52d31
MB
11524 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11525 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11526 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11527 output on the server side.
11528 (nnweb-google-create-mapping): Update regexps and add some
11529 progress indication.
58090a8d 11530
01c52d31 115312006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 11532
296a8e19
SM
11533 * gnus-group.el (gnus-group-tool-bar-gnome):
11534 Fix gnus-agent-toggle-plugged. Re-order icons.
11535 (gnus-group-tool-bar-gnome):
11536 Add gnus-group-{prev,next}-unread-group.
01c52d31 11537 (gnus-group-tool-bar-gnome): Re-order icons.
58090a8d 11538
296a8e19
SM
11539 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11540 Move gnus-summary-insert-new-articles.
58090a8d 11541
296a8e19
SM
11542 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11543 Fix comments.
58090a8d 11544
01c52d31
MB
11545 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11546 also available in Emacs 21.3.
58090a8d 11547
01c52d31
MB
11548 * message.el (message-fix-before-sending): Change "Emacs 22" to
11549 "Emacs 23 (unicode)" in comment.
58090a8d 11550
01c52d31
MB
11551 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11552 "Emacs 23 (unicode)" in comment.
58090a8d 11553
01c52d31
MB
11554 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11555 comment.
11556 (mm-coding-system-p): Add comment about no-MULE XEmacs.
58090a8d 11557
01c52d31 11558 * mm-view.el (mm-fill-flowed): Add :version.
58090a8d 11559
01c52d31 115602006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 11561
01c52d31
MB
11562 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11563 and load-path.
58090a8d 11564
01c52d31 115652006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 11566
01c52d31
MB
11567 * message.el: Autoload gmm-image-load-path.
11568 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11569 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11570 consitency.
58090a8d 11571
01c52d31
MB
11572 * gmm-utils.el (gmm-image-load-path): Also search in
11573 "../etc/images". Don't set gmm-image-load-path if we don't find
11574 the image.
58090a8d 11575
01c52d31 115762006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
58090a8d 11577
01c52d31
MB
11578 * gmm-utils.el (gmm-image-load-path): Don't make
11579 `gmm-image-load-path' include subdirectories which the second arg
11580 `image' might specify.
58090a8d 11581
01c52d31
MB
11582 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11583 subdirectory to icon file names.
58090a8d 11584
01c52d31 11585 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9872af18 11586
01c52d31 115872006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
58090a8d 11588
01c52d31
MB
11589 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11590 gmm-image-load-path calls.
58090a8d 11591
01c52d31 11592 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
58090a8d 11593
01c52d31 11594 * message.el (message-make-tool-bar): Ditto.
58090a8d 11595
296a8e19 11596 * mml.el (mml-preview): Add comment concerning tool bar icons.
58090a8d 11597
01c52d31
MB
11598 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11599 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
58090a8d 11600
01c52d31
MB
11601 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11602 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 11603
01c52d31
MB
11604 * message.el (message-tool-bar-gnome): Use new icon names.
11605 (message-make-tool-bar): Use `gmm-image-load-path'.
9d64cd13 11606
296a8e19
SM
11607 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11608 New functions from MH-E.
01c52d31 11609 (gmm-image-load-path): New variable from MH-E.
296a8e19 11610 (gmm-image-load-path): New function from MH-E. Add arguments
01c52d31
MB
11611 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11612 *-image-load-path-called-flag.
4c2ad11d 11613
01c52d31 116142006-02-21 Milan Zamazal <pdm@brailcom.org>
4c2ad11d 11615
01c52d31 11616 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
f129a4df 11617
01c52d31 116182006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
f129a4df 11619
01c52d31
MB
11620 * nnimap.el (nnimap-request-move-article): Change folder back to
11621 source group before deleting.
6586e9c9 11622
01c52d31 116232006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6586e9c9 11624
01c52d31 11625 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
e8beac8a 11626
296a8e19
SM
11627 * gnus-art.el (mm-url-insert-file-contents-external):
11628 Autoload mm-url.
e8beac8a 11629
01c52d31 11630 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
e8beac8a 11631
01c52d31 116322006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
e8beac8a 11633
01c52d31
MB
11634 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11635 coding system which mm-charset-to-coding-system returns for a
11636 given charset is valid.
e8beac8a 11637
01c52d31 116382006-02-16 Juanma Barranquero <lekktu@gmail.com>
e8beac8a 11639
01c52d31
MB
11640 * html2text.el (html2text-remove-tag-list):
11641 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
e8beac8a 11642
01c52d31 116432006-02-14 Chong Yidong <cyd@stupidchicken.com>
e8beac8a 11644
01c52d31 11645 * gnus-cus.el: Revert 2005-10-17 change.
e8beac8a 11646
01c52d31 116472006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 11648
296a8e19
SM
11649 * gnus-art.el (article-strip-banner):
11650 Call article-really-strip-banner only when the regexp match is made.
3b059693 11651
01c52d31 116522006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
3b059693 11653
296a8e19
SM
11654 * gnus-art.el (article-strip-banner):
11655 Use gnus-extract-address-components instead of
01c52d31
MB
11656 mail-header-parse-addresses to make it work with non-ASCII text;
11657 remove mail-encode-encoded-word-string.
3b059693 11658
01c52d31
MB
11659 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11660 values which are surrounded with \"...\"; make it never cause a
11661 Lisp error; give up parsing of parameters if it failed in
11662 extracting type.
3b059693 11663
880820fe 116642006-02-14 Arne Jørgensen <arne@arnested.dk>
3b059693 11665
01c52d31
MB
11666 * smime.el (smime-cert-by-ldap-1): Fix bug where
11667 `smime-ldap-search' returns results without userCertificates.
ab513ed4 11668
01c52d31 116692006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
ab513ed4 11670
01c52d31 11671 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
28e48287 11672
01c52d31 116732006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
28e48287 11674
01c52d31
MB
11675 * spam.el (spam-check-spamassassin-headers): Adapt format for
11676 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11677 <ari@mbf.ocn.ne.jp>.
11678 (spam-list-of-processors): Add spam-use-gmane.
2a0d53ac 11679
01c52d31 116802006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
2a0d53ac 11681
01c52d31
MB
11682 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11683 make-temp-file; make it work with XEmacs as well.
9516b9f4 11684
01c52d31
MB
11685 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11686 mm-make-temp-file.
9516b9f4 11687
01c52d31
MB
11688 * mm-decode.el (mm-display-external): Use the 3rd arg of
11689 mm-make-temp-file.
11690 (mm-create-image-xemacs): Ditto.
9516b9f4 11691
01c52d31 116922006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516b9f4 11693
01c52d31
MB
11694 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11695 with message-narrow-to-headers.
11696 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11697 (gnus-draft-check-draft-articles): New function.
11698 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9516b9f4 11699
01c52d31 117002006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9516b9f4 11701
01c52d31
MB
11702 * gnus-art.el (gnus-article-browse-html-parts):
11703 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11704 Don't use suffix argument for mm-make-temp-file for Emacs 21
11705 compatibility. Remove useless `format'.
292f71fe 11706
01c52d31 117072006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
292f71fe 11708
01c52d31
MB
11709 * nnweb.el (nnweb-google-wash-article): Update regexps.
11710 (nnweb-group-alist): Use defvoo instead of defvar.
292f71fe 11711
01c52d31 117122006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
292f71fe 11713
01c52d31
MB
11714 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11715 re-loading nn* modules.
292f71fe 11716
01c52d31 117172006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
292f71fe 11718
01c52d31
MB
11719 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11720 for `tool-bar-mode' and don't check it's default-value.
292f71fe 11721
01c52d31 11722 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
292f71fe 11723
01c52d31 11724 * message.el (message-make-tool-bar): Ditto.
292f71fe 11725
01c52d31
MB
11726 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11727 `substring'. Shorten tmp-file name.
292f71fe 11728
01c52d31 11729 * gnus.el: Remove bogus comment.
292f71fe 11730
01c52d31 117312006-02-10 Hynek Schlawack <hynek@ularx.de>
bd2cef66 11732
01c52d31
MB
11733 * gnus-art.el (gnus-article-browse-html-parts): New function.
11734 (gnus-article-browse-html-article): New function for viewing html
11735 articles with a browser.
bd2cef66 11736
01c52d31 117372006-02-09 Daiki Ueno <ueno@unixuser.org>
ffda926c 11738
01c52d31
MB
11739 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11740 (mml2015-pgg-encrypt): Ditto.
ffda926c 11741
01c52d31
MB
11742 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11743 (mml1991-pgg-encrypt): Ditto.
f5fab556 11744
01c52d31 117452006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
f5fab556 11746
296a8e19
SM
11747 * nnfolder.el (nnfolder-insert-newsgroup-line):
11748 Use message-make-date instead of current-time-string.
4b9f0de2 11749
01c52d31
MB
11750 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11751 to gnus-decoded which mm-uu might set.
4b9f0de2 11752
01c52d31 117532006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
710f2e1b 11754
01c52d31
MB
11755 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11756 don't decode quoted parameters; remove misimported Emacs code.
11757 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11758 (rfc2231-decode-encoded-string): Don't use split-string which
11759 behaves differently according to Emacs version; use
11760 mm-decode-coding-region to convert charset to coding-system.
11761 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11762 (rfc2231-encode-string): Remove misimported Emacs code.
710f2e1b 11763
01c52d31 117642006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20051b27 11765
01c52d31
MB
11766 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11767 when calling mail-header-parse-content-type.
11768 (article-de-quoted-unreadable): Ditto.
11769 (article-de-base64-unreadable): Ditto.
11770 (article-wash-html): Ditto.
20051b27 11771
01c52d31
MB
11772 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11773 calling mail-header-parse-content-type and
11774 mail-header-parse-content-disposition.
11775 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11776 mail-header-parse-content-type.
82259e50 11777
01c52d31
MB
11778 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11779 insert charset and format parameters; encode description after
11780 inserting it to buffer.
11781 (mml-insert-parameter): Fold lines properly even if a parameter is
11782 segmented into two or more lines; change the max column to 76.
82259e50 11783
01c52d31
MB
11784 * rfc1843.el (rfc1843-decode-article-body): Don't use
11785 ignore-errors when calling mail-header-parse-content-type.
46f93472 11786
01c52d31
MB
11787 * rfc2231.el (rfc2231-parse-string): Return at least type if
11788 possible; don't cause an error even if it fails in parsing of
11789 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11790 (rfc2231-encode-string): Don't break lines at the beginning, leave
11791 it to mml-insert-parameter.
46f93472 11792
01c52d31
MB
11793 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11794 calling mail-header-parse-content-type.
d3a597b7 11795
01c52d31 117962006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
d3a597b7 11797
01c52d31
MB
11798 * spam-report.el (spam-report-gmane-use-article-number):
11799 Improve doc string.
11800 (spam-report-gmane-internal): Check if a suitable header was found
11801 in the article.
8753ddee 11802
01c52d31 118032006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
8753ddee 11804
01c52d31
MB
11805 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11806 (rfc2231-encode-string): Make param*=value always begin with LWSP.
8753ddee 11807
01c52d31 118082006-02-05 Romain Francoise <romain@orebokech.com>
8753ddee 11809
01c52d31 11810 Update copyright notices of all files in the gnus directory.
8753ddee 11811
01c52d31 118122006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
8753ddee 11813
01c52d31 11814 * nnweb.el (nnweb-request-group): Avoid growing overview files.
bbcb5072 11815
01c52d31 118162006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
bbcb5072 11817
01c52d31
MB
11818 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11819 segmented lines of parameter value to cope with Thunderbird 1.5
11820 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11821 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11822 (rfc2231-encode-string): Don't make lines exceeding 76 column.
c615a00c 11823
01c52d31 118242006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
c615a00c 11825
01c52d31
MB
11826 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11827 parts.
a33704bb 11828
01c52d31 118292006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
a33704bb 11830
01c52d31
MB
11831 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11832 there's only one active file for all servers.
11833 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11834 solid groups. Gnus might have used a FAST request to select the group.
11835 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11836 and nnweb-search redundantly in the active file.
11837 (nnweb-request-list): Don't list bogus groups. There can only be one.
11838 (nnweb-request-create-group): Don't use ARGS.
11839 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11840 initialisations. Let nnoo do the work.
a33704bb 11841
01c52d31 118422006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
a33704bb 11843
01c52d31
MB
11844 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11845 Say the part has been decoded.
a33704bb 11846
01c52d31 11847 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
a33704bb 11848
01c52d31 118492006-01-31 Kevin Ryde <user42@zip.com.au>
53cfefc8 11850
01c52d31
MB
11851 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11852 mailcap-viewer-test-cache when there's no 'test clause, since that
11853 will invert the meaning of a "nil" test previously determined by
11854 mailcap-mailcap-entry-passes-test.
53cfefc8 11855
01c52d31 118562006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
53cfefc8 11857
01c52d31
MB
11858 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11859 compiling.
53cfefc8 11860
01c52d31 11861 * gnus-sum.el: Ditto.
53cfefc8 11862
01c52d31 11863 * message.el: Don't bind tool-bar-map when compiling.
53cfefc8 11864
01c52d31 118652006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 11866
01c52d31 11867 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
53cfefc8 11868
01c52d31 118692006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
53cfefc8 11870
01c52d31
MB
11871 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11872 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11873 current Google Groups.
53cfefc8 11874
01c52d31 118752006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
53cfefc8 11876
01c52d31
MB
11877 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11878 and tool-bar-mode.
66841476 11879
01c52d31
MB
11880 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11881 and tool-bar-mode.
66841476 11882
01c52d31
MB
11883 * message.el (message-tool-bar-update): Simplify.
11884 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
81df110a 11885
01c52d31
MB
11886 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11887 gnus-summary-buffer.
11888 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11889 gnus-summary-reply.
81df110a 11890
01c52d31 11891 * gmm-utils.el (gmm): Add :version.
5fae1cae 11892
01c52d31 118932006-01-26 Steve Youngs <steve@sxemacs.org>
5fae1cae 11894
296a8e19
SM
11895 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11896 Don't autoload.
5fae1cae 11897
01c52d31 118982006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5fae1cae 11899
01c52d31 11900 * gmm-utils.el (gmm-verbose): Add :group.
5fae1cae 11901
01c52d31 119022006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
c4fbd740 11903
01c52d31 11904 * message.el: Change some comments WRT tool-bars.
81df110a 11905
01c52d31
MB
11906 * gnus-sum.el (gnus-summary-tool-bar)
11907 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11908 (gnus-summary-tool-bar-zap-list): New variables.
11909 (gnus-summary-make-tool-bar): Complete rewrite using
11910 `gmm-tool-bar-from-list'.
430d3ed7 11911
01c52d31 11912 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
296a8e19
SM
11913 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11914 New variables.
01c52d31
MB
11915 (gnus-group-make-tool-bar): Complete rewrite using
11916 `gmm-tool-bar-from-list'.
11917 (gnus-group-tool-bar-update): New function.
430d3ed7 11918
01c52d31 11919 * message.el (message-mode-field-menu): Add "Show hidden Headers".
430d3ed7 11920
01c52d31 119212006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
430d3ed7 11922
01c52d31
MB
11923 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11924 is dissected into a single part of which the type is the same as
11925 the given one; decode charset.
6ff5b064 11926
01c52d31 119272006-01-21 Kevin Ryde <user42@zip.com.au>
6ff5b064 11928
01c52d31
MB
11929 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11930 into alists as symbol not string, since that's what
11931 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11932 look for.
a8f6d239 11933
01c52d31 119342006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
a8f6d239 11935
01c52d31
MB
11936 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11937 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
a8f6d239 11938
01c52d31 11939 * message.el (message-tool-bar-gnome): Use gmm-ignore.
a8f6d239 11940
01c52d31 119412006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 11942
01c52d31
MB
11943 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11944 (gnus-mime-security-button-menu): New definition.
11945 (gnus-mime-security-button-map): Use them.
11946 (gnus-mime-security-button-menu): New function.
11947 (gnus-insert-mime-security-button): Addition to help echo.
11948 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11949 (gnus-mime-security-pipe-part): New functions.
d752cf53 11950
01c52d31
MB
11951 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11952 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
d752cf53 11953
01c52d31
MB
11954 * mm-decode.el (mm-handle-set-disposition): Remove.
11955 (mm-handle-set-description): Remove.
d752cf53 11956
01c52d31 119572006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
d752cf53 11958
01c52d31
MB
11959 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11960 (mm-w3m-standalone-supports-m17n-p): New function.
11961 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11962 w3m usage.
d752cf53 11963
296a8e19
SM
11964 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11965 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
d752cf53 11966
01c52d31 119672006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
d752cf53 11968
296a8e19
SM
11969 * message.el (message-tool-bar-zap-list):
11970 Use gmm-tool-bar-zap-list as custom type.
01c52d31
MB
11971 (message-tool-bar-update): New function.
11972 (message-tool-bar, message-tool-bar-gnome)
11973 (message-tool-bar-retro): Add message-tool-bar-update.
11974 (message-tool-bar-gnome): Add flyspell-buffer.
d752cf53 11975
01c52d31 11976 * gnus-util.el (gnus-error): Describe `args'.
4a2358e9 11977
01c52d31
MB
11978 * gmm-utils.el (gmm-error): Describe `args'.
11979 (gmm-tool-bar-zap-list): New widget.
11980 (gmm-tool-bar-from-list): Improve description of `zap-list'.
4a2358e9 11981
01c52d31 119822006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 11983
01c52d31
MB
11984 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11985 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11986 the number of recursive calls.
4a2358e9 11987
01c52d31
MB
11988 * mm-decode.el (mm-handle-set-disposition): New macro.
11989 (mm-handle-set-description): New macro.
4a2358e9 11990
01c52d31 119912006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
4a2358e9 11992
01c52d31
MB
11993 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11994 encoding.
4a2358e9 11995
01c52d31 119962006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 11997
01c52d31
MB
11998 * message.el (message-tool-bar-zap-list, message-tool-bar)
11999 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12000 (message-tool-bar-local-item-from-menu): Remove.
12001 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12002 (message-make-tool-bar): New function.
12003 (message-mode): Use `message-make-tool-bar'.
4a2358e9 12004
01c52d31
MB
12005 * gmm-utils.el: New file.
12006 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12007 (gmm-lazy): New widget copied from `nnmail.el'.
12008 (gmm-tool-bar-from-list): New function for creating customizable
12009 tool bars.
12010 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12011 output.
12012 (gmm): Add :prefix to defgroup.
4a2358e9 12013
01c52d31 120142006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
4a2358e9 12015
01c52d31 12016 * gmm-utils.el (gmm-widget-p): New function.
4a2358e9 12017
01c52d31 120182006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
4a2358e9 12019
01c52d31
MB
12020 * mml.el (mml-attach-file): Describe `description' in doc string.
12021 (mml-menu): Add Emacs MIME manual and PGG manual.
4a2358e9 12022
01c52d31 120232006-01-20 Richard M. Stallman <rms@gnu.org>
4a2358e9 12024
01c52d31 12025 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
4a2358e9 12026
01c52d31 120272006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
4a2358e9 12028
01c52d31 12029 * nntp.el (nntp-end-of-line): Doc fix.
4a2358e9 12030
01c52d31 120312006-01-20 Chong Yidong <cyd@stupidchicken.com>
4a2358e9 12032
01c52d31
MB
12033 * imap.el (imap-open): Handle case where buffer is a buffer
12034 object.
41e11121 12035
01c52d31 120362005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
41e11121 12037
01c52d31
MB
12038 * gnus-delay.el (gnus-delay): Don't autoload.
12039 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12040 to be re-loaded when customizing the `gnus-delay' group.
f3f01d5d 12041
01c52d31 120422005-01-20 Chong Yidong <cyd@stupidchicken.com>
f3f01d5d 12043
01c52d31 12044 * message.el (message-insert-citation-line): Use newlines.
f3f01d5d 12045
01c52d31 120462006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
f3f01d5d 12047
01c52d31 12048 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
bcc7dd61 12049
01c52d31 12050 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
bcc7dd61 12051
01c52d31 120522006-01-19 Mark D. Baushke <mdb@gnu.org>
bcc7dd61 12053
01c52d31 12054 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
bcc7dd61 12055
01c52d31 120562006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
bcc7dd61 12057
01c52d31
MB
12058 * mm-decode.el (mm-inlined-types): Add application/pgp.
12059 (mm-automatic-display): Ditto.
11e22c4a 12060
01c52d31
MB
12061 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12062 part as text.
11e22c4a 12063
01c52d31 120642006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11e22c4a 12065
01c52d31
MB
12066 * nnrss.el: Update copyright.
12067 (nnrss-opml-import): Query whether to subscribe to each entry.
97f78c9b 12068
01c52d31
MB
12069 * gnus-art.el:
12070 * gnus-sum.el:
12071 * mm-uu.el:
12072 * mm-view.el: Update copyright.
97f78c9b 12073
01c52d31 120742006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
97f78c9b 12075
01c52d31
MB
12076 * message.el (message-info): New function.
12077 (message-mode-menu): Add it.
12078 Update copyright.
97f78c9b 12079
01c52d31 12080 * ChangeLog: Fix and update copyright.
97f78c9b 12081
01c52d31 120822006-01-13 Romain Francoise <romain@orebokech.com>
afea040a 12083
01c52d31
MB
12084 * message.el (message-forward-subject-name-subject): Prefer the
12085 address to 'nowhere' if the sender has no name.
12086 Fix typo. Update copyright year.
97f78c9b 12087
01c52d31 120882006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
afea040a 12089
296a8e19
SM
12090 * gnus-art.el (article-wash-html):
12091 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
01c52d31 12092 (gnus-article-wash-html-with-w3m-standalone): New function.
afea040a 12093
01c52d31
MB
12094 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12095 mm-inline-text-html-render-with-w3m-standalone.
12096 (mm-text-html-washer-alist): Map w3m-standalone to
12097 gnus-article-wash-html-with-w3m-standalone.
12098 (mm-inline-text-html-render-with-w3m-standalone): New function.
afea040a 12099
01c52d31 121002006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
afea040a 12101
01c52d31
MB
12102 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12103 Improve LaTeX.
4b91459a 12104
01c52d31 121052006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4b91459a 12106
01c52d31
MB
12107 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12108 (nnrss-request-article): Render text/plain parts as HTML.
4b91459a 12109
01c52d31
MB
12110 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12111 the buffer.
4b91459a 12112
01c52d31 121132006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 12114
01c52d31
MB
12115 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12116 custom definition of `gnus-posting-styles'.
d44e3b45 12117
296a8e19
SM
12118 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12119 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
d44e3b45 12120
01c52d31 121212006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4b91459a 12122
01c52d31
MB
12123 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12124 Use nntp for bug archive.
4b91459a 12125
01c52d31 121262006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
c03ac728 12127
01c52d31
MB
12128 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12129 parts.
12130 (nnrss-normalize-date): New function converts ISO 8601 date into
12131 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12132 (nnrss-check-group): Use it.
c03ac728 12133
01c52d31 121342006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 12135
01c52d31 12136 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
d8a88581 12137
01c52d31
MB
12138 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12139 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12140 (nnrss-insert-w3): Ditto.
d8a88581 12141
01c52d31 121422005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
d8a88581 12143
01c52d31
MB
12144 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12145 the articles to be forwarded including the case where neither a
12146 number of articles nor a region is specified.
d8a88581 12147
01c52d31 121482005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 12149
01c52d31
MB
12150 * nnrss.el (nnrss-request-article): Fix last change; fill
12151 text/plain parts.
7573397b 12152
01c52d31 121532005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7573397b 12154
01c52d31
MB
12155 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12156 in text/plain part.
12157 (nnrss-check-group): Don't add excessive newline to dc:subject.
bcc7dd61 12158
01c52d31 121592005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
bcc7dd61 12160
01c52d31
MB
12161 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12162 article.
9ebc3953 12163
01c52d31 121642005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
9ebc3953 12165
01c52d31
MB
12166 * nnml.el: Don't require gnus-bcklg. Autoload it.
12167 (nnml-use-compressed-files, nnml-save-mail): Support other
12168 comression programs such as bzip2.
7929f858 12169
01c52d31 121702005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7929f858 12171
01c52d31
MB
12172 * dns.el (query-dns): Make sure we check the buffer size before
12173 removing tcp headers.
7929f858 12174
01c52d31 121752005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
ead25b5c 12176
01c52d31
MB
12177 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12178 remove MIME buttons associated with multipart/alternative parts.
12179 (gnus-mime-display-alternative): Tag buttons using `article-type'
12180 text property.
ead25b5c 12181
01c52d31
MB
12182 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12183 associated with multipart/alternative parts.
ead25b5c 12184
01c52d31 12185 * gnus-art.el (gnus-signature-separator): Fix custom type.
8774406b 12186
01c52d31
MB
12187 * mm-decode.el (mm-inlined-types): Fix custom type.
12188 (mm-keep-viewer-alive-types): Ditto.
12189 (mm-automatic-display): Ditto.
12190 (mm-attachment-override-types): Ditto.
12191 (mm-inline-override-types): Ditto.
12192 (mm-automatic-external-display): Ditto.
8774406b 12193
01c52d31 121942005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
a0ec7a4a 12195
01c52d31
MB
12196 * spam-report.el (spam-report-user-mail-address)
12197 (spam-report-user-agent): New variables.
12198 (spam-report-url-ping-plain): Use spam-report-user-agent.
a0ec7a4a 12199
01c52d31 122002005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
59fda2fa 12201
01c52d31
MB
12202 * gnus-art.el (gnus-button-handle-custom): Do not just use
12203 `customize-apropos' for any "M-x customize-*" button but the
12204 function called for. Accept both the function name and its
12205 argument in order to achieve this.
296a8e19
SM
12206 (gnus-button-alist): Remove support for "custom:" URL's.
12207 Pass function name to `gnus-button-handle-custom' in case of "M-x
01c52d31 12208 customize-*" buttons.
59fda2fa 12209
01c52d31 122102005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
59fda2fa 12211
01c52d31
MB
12212 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12213 multipart/alternative and add xref to mm-discouraged-alternatives
12214 in doc string.
7d0c69be 12215
01c52d31
MB
12216 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12217 gnus-buttonized-mime-types in doc string.
7d0c69be 12218
01c52d31 122192005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 12220
01c52d31
MB
12221 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12222 Suggest image/.* in the doc string.
d6697c02 12223
01c52d31 122242005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
d6697c02 12225
01c52d31
MB
12226 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12227 message-marks (Debian bug #342521).
d6697c02 12228
01c52d31 122292005-12-12 Simon Josefsson <jas@extundo.com>
84861437 12230
01c52d31
MB
12231 * password.el (password-read-from-cache): Add.
12232 (password-read): Use it.
84861437 12233
01c52d31 122342005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
84861437 12235
296a8e19
SM
12236 * rfc2047.el (rfc2047-charset-to-coding-system):
12237 Recognize us-ascii as a MIME charset.
3338c0ad 12238
296a8e19
SM
12239 * mm-bodies.el (mm-decode-content-transfer-encoding):
12240 Protect against the case where the 2nd arg TYPE is nil.
3338c0ad 12241
01c52d31 122422005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9180519b 12243
01c52d31 12244 * pop3.el (pop3-stream-type): Fix custom version.
9180519b 12245
01c52d31 12246 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
9180519b 12247
01c52d31 122482005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
23873c96 12249
01c52d31 12250 * mm-decode.el (mm-display-external): Add missing cdr.
23873c96 12251
01c52d31 122522005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
b66c24b4 12253
01c52d31
MB
12254 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12255 RFC1524) if it is in mailcap or add a suffix according to
12256 mailcap-mime-extensions when generating a temp filename; postpone
12257 deleting a temp file for 2 seconds for some wrappers, shell
12258 scripts, and so on, which might exit right after having started a
12259 viewer command as a background job.
12260
122612005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12262
12263 * nntp.el (nntp-marks-directory): Fix custom group.
12264
12265 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12266 steps when < 10.
12267
296a8e19
SM
12268 * gnus-start.el (gnus-no-server-1):
12269 Mention `gnus-level-default-subscribed' in doc string.
01c52d31
MB
12270
122712005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12272
12273 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12274 parens.
12275
122762005-11-26 Dave Love <fx@gnu.org>
12277
12278 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12279 (tls-program, tls-success): Provide openssl alternative.
12280
12281 * starttls.el: Doc fixes.
12282 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12283 SERVICE to PORT.
12284
002876ab 12285 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
01c52d31
MB
12286 port null or service name.
12287 (starttls-negotiate): Autoload.
12288
122892005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12290
12291 * message.el (message-kill-to-signature): Fix interactive spec.
12292
122932005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12294
12295 * pop3.el (pop3-open-server): Recognize a string as a service name.
12296
122972005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12298
12299 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12300
123012005-11-23 Dave Love <fx@gnu.org>
12302
12303 Add pop3s, pop3/starttls.
12304
12305 * pop3.el (pop3-authentication-scheme): Clarify doc.
12306 (open-tls-stream, starttls-open-stream): Autoload.
12307 (pop3-stream-type): New.
12308 (pop3-open-server): Use it.
12309
12310 * mail-source.el (mail-sources): Fix some :types. Add stream type
12311 for POP.
12312 (mail-source-keyword-map): Add :stream for POP.
12313 (mail-source-fetch-pop): Use pop3-stream-type.
12314
123152005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12316
12317 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12318 of current-time-string.
12319
123202005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12321
12322 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12323 date header.
12324
123252005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12326
12327 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12328 it can seriously impact performance as it bypasses the agent's
12329 local caches.
12330
123312005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12332
12333 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12334 must be explicitly online rather than "not explicitly offline" for
12335 its flags to be synchronized.
12336
12337 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12338 that gnus-uu-unmark-thread will function correctly.
12339
12340 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12341 1024K is instead displayed as 1M.
12342
123432005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12344
12345 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12346
123472005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12348
12349 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12350
123512005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12352
12353 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12354 error message to display actual error condition.
12355 (gnus-agent-save-local): Avoid saving symbols that are bound to
12356 nil as they simply result in a warning message in
12357 gnus-agent-read-local.
12358
123592005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12360
12361 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12362 rather than make-variable-buffer-local for file-precious-flag.
12363
123642005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12365
12366 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12367 for duplicates which are removed. The invalid sort check then
12368 triggers a rescan after the sort as sorting may have moved
12369 duplicate entries such that they can be cheaply detected.
12370
123712005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12372
12373 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12374
123752005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12376
296a8e19
SM
12377 * gnus-agent.el (gnus-agent-article-alist-save-format):
12378 Change internal variable to a custom variable. Change default value
01c52d31
MB
12379 from compressed(2) to uncompressed(1).
12380 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12381 support for uncompressed agentview files. Taken together, reading
12382 the agentview file should now be 6-7 times faster.
12383
123842005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12385
12386 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12387 as a buffer-local variable. This avoids creating truncated
12388 dribble files as a result of a hang up, eg.
12389
123902005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12391
296a8e19
SM
12392 * gnus-start.el (gnus-start-draft-setup):
12393 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
01c52d31
MB
12394
12395 * gnus.el (gnus-splash): Change custom group.
296a8e19
SM
12396 (gnus-group-get-parameter, gnus-group-parameter-value):
12397 Describe allow-list argument.
01c52d31
MB
12398
12399 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12400 string.
12401
124022005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12403
12404 * gnus-art.el (gnus-default-article-saver): Add user-defined
12405 `function' to custom type.
12406
124072005-10-30 Chong Yidong <cyd@stupidchicken.com>
12408
12409 * imap.el (imap-open): Handle case where buffer is a buffer
12410 object.
12411
124122005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12413
12414 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12415 long lines.
12416 (gnus-cache-delete-group): Wrap doc strings.
12417
12418 * gnus-agent.el (gnus-agent-rename-group)
12419 (gnus-agent-delete-group): Wrap doc strings.
12420
01c52d31
MB
124212005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12422
12423 * gnus-start.el (gnus-1): Add "native" to
12424 gnus-predefined-server-alist.
12425
12426 * gnus.el (gnus-method-to-server): Don't add "native" to the
12427 lists here, because that leads to problems when
12428 gnus-select-method is bound.
12429
124302005-11-09 Simon Josefsson <jas@extundo.com>
12431
12432 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12433 use (not sort-by-date) instead.
12434
124352005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12436
12437 * gnus-delay.el (gnus-delay-group): Don't autoload.
12438 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12439 to be re-loaded when customizing the `gnus-delay' group.
12440
124412005-11-19 Chong Yidong <cyd@stupidchicken.com>
12442
12443 * message.el: Revert last changes.
12444 (message-insert-citation-line): Use newlines.
12445
124462005-11-17 Chong Yidong <cyd@stupidchicken.com>
12447
12448 * message.el (message-courtesy-message)
12449 (message-mark-insert-begin, message-mark-insert-end)
12450 (message-elide-ellipsis, message-cancel-message)
12451 (message-add-header, message-change-subject)
12452 (message-cross-post-followup-to-header)
12453 (message-cross-post-insert-note, message-reduce-to-to-cc)
12454 (message-widen-reply, message-delete-not-region)
12455 (message-kill-to-signature, message-insert-signature)
12456 (message-insert-importance-high, message-insert-importance-low)
12457 (message-insert-or-toggle-importance)
12458 (message-insert-disposition-notification-to)
12459 (message-indent-citation, message-yank-original)
12460 (message-cite-original-without-signature, message-cite-original)
12461 (message-insert-citation-line, message-position-on-field)
12462 (message-fix-before-sending, message-send-mail-partially)
12463 (message-send-mail, message-send-mail-with-sendmail)
12464 (message-send-mail-with-qmail, message-send-news)
12465 (message-check-news-header-syntax, message-generate-headers)
12466 (message-insert-courtesy-copy, message-fill-address)
12467 (message-fill-header, message-shorten-references)
12468 (message-setup-1, message-cancel-news)
12469 (message-forward-make-body-plain, message-forward-make-body-mime)
12470 (message-forward-make-body-mml, message-encode-message-body)
12471 (message-forward-make-body-digest-plain)
12472 (message-forward-make-body-digest-mime)
12473 (message-use-alternative-email-as-from): Insert `hard-newline'
12474 instead of ordinary newlines.
12475
124762005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12477
12478 * message.el (message-generate-headers): Downcase the argument
12479 given to message-check-element.
12480
124812005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12482
12483 * nntp.el (nntp-authinfo-rejected): New error condition.
12484 (nntp-wait-for): Use new error condition to signal authentication
12485 error.
12486 (nntp-retrieve-data): Rethrow new error condition to break out of
12487 recursive call to nntp-send-authinfo.
12488
124892005-11-08 Romain Francoise <romain@orebokech.com>
12490
12491 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12492 (gnus-summary-exit-map): Bind to `Z p'.
12493 (gnus-summary-make-menu-bar): Add menu item.
12494
124952005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12496
12497 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12498 (gnus-treat-*): Add `first' in all doc strings.
12499
12500 * gnus-group.el (gnus-group-compact-group): Fix typo.
12501
125022005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12503
12504 * gnus.el (gnus-parameters-case-fold-search): New variable.
12505 (gnus-parameters-get-parameter): Use it.
12506
12507 * gnus-score.el (gnus-home-score-file): Doc fix.
12508
125092005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12510
12511 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12512
125132005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12514
12515 * mm-util.el (mm-special-display-p): New function.
12516
12517 * mml.el (mml-preview): Use it; doc fix.
12518
125192005-10-29 Romain Francoise <romain@orebokech.com>
12520
12521 * message.el (message-fix-before-sending): Fix comment.
12522
125232005-10-29 Jari Aalto <jari.aalto@cante.net>
12524
12525 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12526
125272005-10-29 Jari Aalto <jari.aalto@cante.net>
12528
12529 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12530 Used in gnus-score.el.
12531
125322005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12533
12534 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12535
125362005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12537
12538 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12539 whitespace removed in revision 7.8. Use concatenated string to
12540 protect trailing whitespace.
12541
880820fe 125422005-10-27 Jouni K. Seppänen <jks@iki.fi>
01c52d31
MB
12543
12544 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12545 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12546 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12547 Courier IMAP ("some version from 2004"). Mostly based on similar
12548 code in the same function.
12549
125502005-10-26 Didier Verna <didier@xemacs.org>
12551
002876ab 12552 * gnus-group.el (gnus-group-compact-group): Invalidate original
01c52d31 12553 article buffer.
002876ab 12554 * gnus-srvr.el (gnus-server-compact-server): Ditto.
c9e31f32 12555 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
01c52d31
MB
12556 NOV database and in article itself.
12557 Invalidate article backlog.
12558
125592005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12562
125632005-10-26 Simon Josefsson <jas@extundo.com>
12564
12565 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12566 part of 2004-07-25 change.
12567
125682005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12569
12570 * message.el (message-display-completion-list): New function.
12571 (message-expand-group): Use it; make sure the Completions buffer
12572 is modifiable.
12573
125742005-10-30 Chong Yidong <cyd@stupidchicken.com>
12575
c9e31f32 12576 * imap.el (imap-open): Handle case where buffer is a buffer object.
01c52d31
MB
12577
125782005-10-24 Eli Zaretskii <eliz@gnu.org>
12579
12580 * pgg-def.el:
12581 * pgg-gpg.el:
12582 * pgg-parse.el:
12583 * pgg-pgp.el:
12584 * pgg-pgp5.el:
12585 * pgg.el: Move to the parent lisp directory.
12586
125872005-10-23 Chong Yidong <cyd@stupidchicken.com>
12588
12589 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12590 user-mail-name is an empty string.
12591
125922005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12593
12594 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12595 depending on gnus-score-decay-constant.
12596
12597 * encrypt.el (encrypt-insert-file-contents)
12598 (encrypt-write-file-contents): Don't use `gnus-message'.
12599
12600 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12601 arguments.
296a8e19
SM
12602 (mm-uu-type-alist): Add message-marks and insert-marks.
12603 Pass arguments to mm-uu-verbatim-marks-extract.
01c52d31
MB
12604 (mm-uu-hide-markers): New variable.
12605 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12606
12607 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12608 (gnus-convert-image-to-face-command): Use "convert" by default to
12609 allow other input image formats.
12610 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12611 accordingly.
12612
126132005-10-23 Simon Josefsson <jas@extundo.com>
12614
12615 * imap.el (imap-gssapi-program): Align command line parameters
12616 with latest GNU SASL.
12617 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12618
126192005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12620
12621 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12622 HTML.
12623 (nnslashdot-request-article): Ditto.
12624
126252005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12626
12627 * mail-source.el (mail-source-fetch-pop): Require pop3.
12628 (mail-source-check-pop): Ditto.
12629
126302005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12631
12632 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12633 errors.
12634
126352005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12636
12637 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12638 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12639
12640 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12641
296a8e19
SM
12642 * mm-bodies.el (mm-decode-string):
12643 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
12644
126452005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12646
12647 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12648 (rfc2047-charset-to-coding-system): New function.
12649 (rfc2047-decode-encoded-words): New function.
12650 (rfc2047-decode-region): Use them.
12651 (rfc2047-decode-cte): Remove.
12652 (rfc2047-parse-and-decode): Remove.
12653 (rfc2047-decode): Remove.
12654
126552005-10-15 Kenichi Handa <handa@m17n.org>
12656
12657 * rfc2047.el (rfc2047-decode-cte): New function.
12658 (rfc2047-decode-region): Change the way to decode successive
12659 encoded-words: decode B- or Q-encoding in each encoded-word,
12660 concatenate them, and decode it as charset.
12661
126622005-10-17 Chong Yidong <cyd@stupidchicken.com>
12663
12664 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12665 widget-move-and-invoke.
12666 (gnus-custom-mode): Use gnus-custom-map.
12667
126682005-10-15 Bill Wohler <wohler@newt.com>
12669
296a8e19 12670 * message.el (message-tool-bar-map): Rename image file from
01c52d31
MB
12671 mail_send to mail/send.
12672
126732005-10-16 Masatake YAMATO <jet@gyve.org>
12674
12675 * message.el (message-expand-group): Pass the common
12676 prefix substring of completion to `display-completion-list'.
12677
126782005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12679
12680 * mml-sec.el (mml-secure-method): New internal variable.
12681 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
296a8e19
SM
12682 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12683 New functions using mml-secure-method.
01c52d31
MB
12684
12685 * mml.el (mml-mode-map): Add key bindings for those functions.
12686 (mml-menu): Simplify security menu entries. Suggested by Jesper
12687 Harder <harder@myrealbox.com>.
296a8e19
SM
12688 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12689 Goto end of message if point is the headers of the message.
01c52d31
MB
12690
12691 * message.el (message-in-body-p): New function.
12692
12693 * assistant.el: Autoload gnus-util and netrc.
12694
12695 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12696 Use `mm-charset-override-alist' only when decoding.
12697
296a8e19
SM
12698 * mm-bodies.el (mm-decode-body):
12699 Call `mm-charset-to-coding-system' with allow-override argument.
01c52d31
MB
12700
12701 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12702 `filename' from Content-Disposition if Content-Type doesn't
12703 provide `name'.
12704 (gnus-mime-view-part-as-type): Set default instead of
12705 initial-input.
12706
127072005-10-09 Daniel Brockman <daniel@brockman.se>
12708
12709 * format-spec.el (format-spec): Propagate text properties of % spec.
12710
127112005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12712
12713 * gnus-art.el (gnus-treat-predicate): Add `first'.
12714
127152005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12716
12717 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12718 (mm-charset-override-alist): New variable.
12719 (mm-charset-to-coding-system): Use it.
12720 (mm-codepage-setup): New helper function.
12721 (mm-charset-eval-alist): New variable.
296a8e19
SM
12722 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12723 Warn about unknown charsets.
01c52d31
MB
12724
127252005-10-04 David Hansen <david.hansen@gmx.net>
12726
12727 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12728 (nnrss-check-group): Ditto.
12729
127302005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12731
12732 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12733 Rename x-gnus-verbatim to x-verbatim.
12734 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12735
12736 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12737 x-verbatim.
12738
12739 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12740
12741 * gnus-util.el (gnus-remove-duplicates): Remove.
12742
12743 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12744 instead of gnus-remove-duplicates.
12745
12746 * message.el (message-remove-duplicates): Remove.
12747 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12748 message-remove-duplicates.
12749
12750 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12751 available, else use implementation from `delete-dups'.
12752
12753 * message.el (message-insert-expires): New function.
12754 (message-mode-map): Add key binding.
12755 (message-mode-field-menu): Add menu entry.
12756 (message-mode): Document it.
12757 (message-make-expires-date): Use `message-make-date'.
12758
127592005-10-04 Josh Huber <huber@alum.wpi.edu>
12760
12761 * message.el (message-make-expires-date): New function.
12762
01c52d31
MB
127632005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12764
12765 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12766
127672005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12770 function rather than the diff-mode.el package.
12771 (mm-display-external): Use with-current-buffer.
12772 (mm-viewer-completion-map, mm-viewer-completion-map):
12773 Move initialization inside declaration.
12774
127752005-09-29 Simon Josefsson <jas@extundo.com>
12776
296a8e19
SM
12777 * spam.el: Load hashcash when compiling, to avoid warnings.
12778 Don't autoload mail-check-payment.
01c52d31
MB
12779 (spam-check-hashcash): Define unconditionally, since hashcash.el
12780 is part of Gnus now. Ignore errors from payment checking.
12781
127822005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12783
296a8e19
SM
12784 * message.el (message-bold-region, message-unbold-region):
12785 Rename from `bold-region' and `unbold-region'.
01c52d31
MB
12786
12787 * message.el: Remove useless autoloads.
12788
127892005-09-28 Simon Josefsson <jas@extundo.com>
12790
12791 * message.el (message-use-idna): Default to t.
12792 (message-use-idna): Test whether encoding works too. Doc fix.
12793
127942005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12795
12796 * nntp.el (nntp-warn-about-losing-connection): Remove.
12797
127982005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12799
12800 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12801 customizable. Change default value.
12802 (mm-uu-diff-groups-regexp): Change default value.
12803 (mm-uu-type-alist): Add doc string.
12804 (mm-uu-configure): Add doc string. Make it interactive.
12805 (mm-uu-tex-groups-regexp): New variable.
12806 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12807 (mm-uu-type-alist): Add LaTeX documents.
12808 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12809 of "text/verbatim".
12810 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12811
12812 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12813 instead of "text/verbatim".
12814
12815 * message.el (message-mark-inserted-region)
12816 (message-mark-insert-file): Use slrn style marks when called with
12817 prefix argument.
12818
128192005-09-27 Simon Josefsson <jas@extundo.com>
12820
12821 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12822
880820fe 128232005-09-27 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
12824
12825 * message.el (message-remove-duplicates): New function.
12826 Implementation borrowed from `gnus-remove-duplicates'.
12827 (message-idna-to-ascii-rhs): Also encode idna addresses in
12828 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12829 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12830 only ask about the same idna domain once per header and also tell
12831 in what header to replace the idna domain.
12832
12833 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12834 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12835 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12836 a header is decoded and not just the last one.
12837
128382005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12841 has been decoded.
12842
12843 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12844 (mm-insert-part): Don't modify text if it has been decoded.
12845
12846 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12847 decoded.
12848
12849 * mm-view.el (mm-inline-text): Don't strip text props unless
12850 decoding enriched or richtext parts.
12851
128522005-09-25 Romain Francoise <romain@orebokech.com>
12853
12854 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12855 * gnus-start.el (gnus-subscribe-interactively):
12856 * gnus-uu.el (gnus-uu-grab-articles):
12857 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12858 space.
12859
128602005-09-24 Emilio C. Lopes <eclig@gmx.net>
12861
12862 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12863 * mm-view.el (mm-view-pkcs7-decrypt):
12864 * gnus-sum.el (gnus-summary-limit-to-extra)
12865 (gnus-summary-respool-article, gnus-read-move-group-name):
12866 * gnus-score.el (gnus-summary-increase-score):
12867 * gnus-util.el (gnus-completing-read-with-default):
12868 * gnus-art.el (gnus-read-save-file-name)
12869 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12870 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12871 * message.el (message-check-news-header-syntax):
12872 Follow convention for reading with the minibuffer.
12873
128742005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12875
12876 * spam-report.el (spam-report-url-ping-plain):
12877 Use gnus-extended-version as User-Agent.
12878
12879 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12880 default value is nil.
12881
296a8e19 12882 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
01c52d31
MB
12883 (mm-uu-verbatim-marks-extract): New function.
12884 (mm-uu-extract): New face.
12885 (mm-uu-copy-to-buffer): Use it.
12886
296a8e19 12887 * spam-report.el (spam-report-gmane-ham): Rename from
01c52d31 12888 `spam-report-gmane-unspam'.
296a8e19 12889 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
01c52d31
MB
12890 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12891
12892 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12893 Autoload.
296a8e19
SM
12894 (spam-report-gmane-unregister-routine):
12895 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
01c52d31
MB
12896
128972005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12898
12899 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12900 (spam-report-gmane-unregister-routine): Add support for gmane
12901 unregistration.
12902
12903 * spam-report.el (spam-report-gmane-unspam)
12904 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12905 (spam-report-gmane): Change to take a single article and do unspam
12906 registration.
12907
129082005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12909
12910 * mm-url.el (mm-url-decode-entities): Fix regexp.
12911
129122005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12913
12914 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12915 default to nil, to be able to use Gnus at all. If the default
12916 switches to something else, then the function should be fixed not
12917 be exceedingly slow.
12918
129192005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12920
12921 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12922 fail hard.
12923
12924 * spam-report.el: Add better Keywords line.
12925
12926 * spam.el: Add Maintainer and better Keywords line.
12927
129282005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12929
12930 * gnus-art.el (gnus-article-replace-part)
12931 (gnus-mime-replace-part): New functions.
12932 (gnus-mime-action-alist, gnus-mime-button-commands)
296a8e19
SM
12933 (gnus-mime-save-part-and-strip): Add file argument.
12934 (gnus-article-part-wrapper): Add interactive argument.
01c52d31 12935
296a8e19
SM
12936 * gnus-sum.el (gnus-summary-mime-map):
12937 Add `gnus-article-replace-part'.
01c52d31
MB
12938
129392005-09-19 Didier Verna <didier@xemacs.org>
12940
12941 The nnml compaction feature:
12942 * nnml.el (nnml-request-compact-group): New function.
12943 * nnml.el (nnml-request-compact): New function.
12944 * gnus-int.el (gnus-request-compact-group): New function.
12945 * gnus-int.el (gnus-request-compact): New function.
12946 * gnus-group.el (gnus-group-compact-group): New function.
12947 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12948 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12949 * gnus-srvr.el (gnus-server-compact-server): New function.
12950 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12951 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12952
129532005-09-18 Deepak Goel <deego@gnufans.org>
12954
12955 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12956 format spec.
12957
129582005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12959
12960 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12961
129622005-09-15 Romain Francoise <romain@orebokech.com>
12963
12964 * message.el (message-fill-paragraph): Clarify docstring.
12965
129662005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12967
12968 * gnus-art.el (gnus-mime-display-part): Protect against broken
12969 MIME messages.
12970
129712005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12972
12973 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12974 before parsing header.
12975
129762005-09-11 Jari Aalto <jari.aalto@cante.net>
12977
002876ab 12978 * html2text.el (html2text-replace-list): Add new entities.
01c52d31
MB
12979
129802005-09-11 Romain Francoise <romain@orebokech.com>
12981
12982 * message.el (message-alternative-emails): Improve docstring.
12983 (message-setup-1): Call `message-use-alternative-email-as-from'
12984 after `message-setup-hook' to give it precedence over posting
12985 styles, etc.
296a8e19
SM
12986 (message-use-alternative-email-as-from): Add docstring.
12987 Remove the original From header if present.
01c52d31
MB
12988
12989 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12990 (nnml-save-mail): Use it.
12991
12992 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12993 articles. Add new argument `silent'.
12994 (gnus-uu-mark-all): Report the total number of marked articles.
12995
129962005-09-10 Romain Francoise <romain@orebokech.com>
12997
12998 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12999 (gnus-uu-mark-series): Likewise.
13000
130012005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13002
13003 * spam-report.el (spam-report-gmane): Fix generation of spam
13004 report URL.
13005
130062005-09-10 Simon Josefsson <jas@extundo.com>
13007
13008 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13009 t, based on discussion on the ding list with Robert Epprecht
13010 <epprecht@solnet.ch>.
13011
130122005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13013
13014 * spam-report.el (spam-report-gmane): Make it work without
13015 X-Report-Spam header. Gmane now only provides Archived-At.
13016 This is only used if `spam-report-gmane-use-article-number' is nil.
13017 (spam-report-gmane-spam-header): Remove. Not used anymore.
13018
13019 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13020 make `gnus-summary-sort-by-recipient' work with threading.
13021
13022 * nnweb.el (nnweb-google-wash-article): Print a message if article
13023 is not available.
13024
130252005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13026
13027 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13028 change. Decode text/* parts content before displaying.
13029
130302005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13031
13032 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13033
130342005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13035
13036 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13037
130382005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13039
c9e31f32 13040 * message.el (message-tab-body-function): Fix mismatched custom type.
01c52d31
MB
13041
13042 * gnus.el (gnus-group-change-level-function): Ditto.
13043
13044 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13045
13046 * gnus-art.el (gnus-signature-limit)
13047 (gnus-article-mime-part-function): Ditto.
13048
130492005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13050
13051 * mml.el (mml-mode): Silence the byte compiler.
13052
13053 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13054 using `(sit-for 0)' before moving the point to the specified part;
13055 skip unbuttonized parts.
13056 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13057 return to the summary window if gnus-auto-select-part is non-nil.
13058
130592005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13060
296a8e19
SM
13061 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13062 New variables.
01c52d31
MB
13063 (mml-dnd-attach-file, mml-mode): Use them.
13064
13065 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
296a8e19
SM
13066 Make fetching article by MID work again for Google Groups.
13067 Add FIXME concerning gnus-group-make-web-group.
01c52d31
MB
13068
13069 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13070 Don't depend on Gnus by using mail-extract-address-components if
13071 gnus-extract-address-components is not bound.
13072
130732005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13074
13075 * gnus-art.el (gnus-mime-display-security): Don't display the
13076 signature, but only the signed part.
13077
130782005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13079
13080 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13081
13082 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13083 list, not listp.
13084
130852005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13086
296a8e19
SM
13087 * mm-encode.el (mm-encode-content-transfer-encoding):
13088 Likewise when encoding.
01c52d31
MB
13089
13090 * mm-bodies.el (mm-decode-content-transfer-encoding):
13091 De-canonicalize CRLF for all text content types, not just
13092 text/plain.
13093
130942005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13095
13096 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13097 valid article; point arrow and cursor at the MIME button.
13098
130992005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13100
13101 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13102 Suggested by Dan Christensen <jdc@uwo.ca>.
13103
13104 * mm-decode.el (mm-save-part): Enable change of prompt.
13105
131062005-08-29 Jari Aalto <jari.aalto@cante.net>
13107
296a8e19
SM
13108 * gnus-msg.el (gnus-inews-add-send-actions):
13109 Make `message-post-method' lambda parameter ARG `&optional'.
01c52d31
MB
13110
131112005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13112
296a8e19
SM
13113 * gnus-sum.el (gnus-summary-mime-map):
13114 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
01c52d31
MB
13115 gnus-article-jump-to-part.
13116
296a8e19 13117 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
01c52d31 13118 (gnus-article-edit-part): Use it.
296a8e19
SM
13119 (gnus-article-part-wrapper): Add no-handle argument.
13120 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13121 New functions.
01c52d31
MB
13122
131232005-08-29 Romain Francoise <romain@orebokech.com>
13124
13125 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13126 docstring.
13127 (gnus-face-from-file): Likewise.
13128
131292005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13130
13131 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13132 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13133 non-nil.
13134 (gnus-auto-select-part): New variable.
13135 (gnus-article-jump-to-part): New function.
13136 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13137 (gnus-mime-delete-part): Allow selecting specified part after
13138 deleting or stripping parts.
13139 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13140 part if argument is bogus.
13141
131422005-08-31 Juanma Barranquero <lekktu@gmail.com>
13143
13144 * gnus-art.el (w3m-minor-mode-map):
13145 * gnus-spec.el (gnus-newsrc-file-version):
13146 * gnus-util.el (nnmail-active-file-coding-system)
13147 (gnus-original-article-buffer, gnus-user-agent):
13148 * gnus.el (gnus-ham-process-destinations)
13149 (gnus-parameter-ham-marks-alist)
13150 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13151 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13152 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13153 * mm-decode.el (gnus-current-window-configuration):
13154 * mm-extern.el (gnus-article-mime-handles):
13155 * mm-url.el (url-current-object, url-package-name)
13156 (url-package-version):
13157 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13158 (smime-keys, w3m-cid-retrieve-function-alist)
13159 (w3m-current-buffer, w3m-display-inline-images)
13160 (w3m-minor-mode-map):
13161 * mml-smime.el (gnus-extract-address-components):
13162 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13163 (gnus-newsrc-hashtb, message-default-charset)
13164 (message-deletable-headers, message-options)
13165 (message-posting-charset, message-required-mail-headers)
13166 (message-required-news-headers):
13167 * mml1991.el (mc-pgp-always-sign):
13168 * mml2015.el (mc-pgp-always-sign):
13169 * nnheader.el (nnmail-extra-headers):
13170 * rfc1843.el (gnus-decode-encoded-word-function)
13171 (gnus-decode-header-function, gnus-newsgroup-name):
13172 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13173
131742005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13175
13176 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13177 the end of the date treatments.
13178
131792005-08-15 Simon Josefsson <jas@extundo.com>
13180
13181 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13182 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13183 Capello and Romain Francoise.
296a8e19 13184 (pgg-fetch-key-function): Remove, not used?
01c52d31
MB
13185 (pgg-insert-url-with-w3): Require url, to get
13186 url-insert-file-contents regardless of where it is defined.
13187
131882005-08-13 Romain Francoise <romain@orebokech.com>
13189
13190 * message.el (message-cite-original-1): New function.
13191 (message-cite-original): Use it.
13192 (message-cite-original-without-signature): Ditto.
13193
131942005-08-08 Romain Francoise <romain@orebokech.com>
13195
13196 * message.el (message-yank-empty-prefix): New variable.
13197 (message-indent-citation): Use it.
13198 (message-cite-original-without-signature): Respect X-No-Archive.
13199
132002005-08-08 Simon Josefsson <jas@extundo.com>
13201
13202 * pgg.el: Autoload url-insert-file-contents instead of loading
13203 w3/url.
13204 (pgg-insert-url-with-w3): Don't load url here.
13205
132062005-08-07 Jesper Harder <harder@phys.au.dk>
13207
13208 * message.el (message-kill-to-signature): Don't insert newline at
13209 bol.
13210 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13211
132122005-08-06 Romain Francoise <romain@orebokech.com>
13213
13214 * message.el (message-user-fqdn): Fix typo in docstring.
13215
132162005-08-05 Daiki Ueno <ueno@unixuser.org>
13217
13218 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13219
13220 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13221
132222005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13223
13224 * mm-bodies.el (mm-encode-body): Use coding system rather than
13225 charset to encode text.
13226
13227 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13228 number of charsets if utf-8 is available (XEmacs).
13229
132302005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13231
13232 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13233 taken from `gnus-button-mid-or-mail-regexp'.
13234 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13235 (gnus-button-alist): Improve regexp for domain part of the MIDs
13236 for news:localpart@domain buttons.
13237 (gnus-button-ctan-directory-regexp): Update.
13238
132392005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13240
296a8e19
SM
13241 * sieve-manage.el (sieve-manage-interactive-login):
13242 Use make-local-variable rather than make-variable-buffer-local.
01c52d31
MB
13243 (sieve-manage-open): Ditto.
13244 (sieve-manage-authenticate): Ditto.
13245
13246 * mml.el (mml-generate-mime-1): Make the content type default to
13247 text/plain if the filename is not specified.
13248
132492005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13250
13251 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13252 instead of insert-buffer.
13253
13254 * message.el (message-yank-original): Ditto; set the mark at the
13255 end of the yanked message.
13256
132572005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13258
13259 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13260 lines to scroll rather than to stop it.
13261
13262 * mml.el (mml-generate-default-type): Add doc string.
13263 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13264 default to application/octet-stream when determining the content
13265 type if it is not specified for the part or the mml contents; add
13266 a comment about mml-generate-default-type.
13267
132682005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13269
13270 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13271 make it default to application/octet-stream when determining the
13272 content type if it is not specified for the external contents.
13273
132742005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13275
13276 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13277 segmented parameter but also other parameters might be there.
13278
132792005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13280
13281 * mm-decode.el (mm-display-external): Delete temp file, directory
13282 and buffer immediately if the external process is exited.
13283
132842005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13285
13286 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13287 fewer lines than that of scroll-margin.
13288 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13289
132902005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13291
13292 * gnus-art.el (gnus-article-next-page): Revert.
13293 (gnus-article-beginning-of-window): New macro.
13294 (gnus-article-next-page-1): Use it.
13295 (gnus-article-prev-page): Ditto.
13296 (gnus-article-edit-part): Use insert-buffer-substring instead of
13297 insert-buffer.
13298 (gnus-article-edit-exit): Ditto.
13299
13300 * gnus-util.el (gnus-beginning-of-window): Remove.
13301 (gnus-end-of-window): Remove.
13302
133032005-07-25 Simon Josefsson <jas@extundo.com>
13304
13305 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13306 to have the url package without w3. Reported by Daiki Ueno
13307 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13308
133092005-07-20 Didier Verna <didier@xemacs.org>
13310
13311 * gnus-diary.el: Remove the description comment (nndiary is now
13312 properly documented in the Gnus manual).
13313 Fix the spelling of "Back End".
13314 * nndiary.el: Ditto.
13315 Fix the copyright notice.
13316
133172005-07-18 Romain Francoise <romain@orebokech.com>
13318
149cd465
JB
13319 * gnus-sum.el (gnus-summary-to-prefix)
13320 (gnus-summary-newsgroup-prefix): New variables.
01c52d31
MB
13321 (gnus-summary-from-or-to-or-newsgroups): Use them.
13322
133232005-07-17 Romain Francoise <romain@orebokech.com>
13324
13325 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13326 space as it's generally not especially interesting to the user.
13327
133282005-07-16 Romain Francoise <romain@orebokech.com>
13329
13330 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13331 nil to avoid prompting and file modification if one of the
13332 messages at the top of the nnfolder file contains a copyright
13333 notice.
13334 Update copyright notice.
13335
13336 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13337 instead of `current-time-string' as the latter creates a time
13338 string that is not RFC 2822 compliant (it lacks the zone).
13339 Update copyright notice.
13340
133412005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13342
13343 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13344 for text/rtf. Display default in prompt. Pass default for M-n.
13345
13346 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13347
133482005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13349
296a8e19
SM
13350 * gnus-msg.el (gnus-button-mailto):
13351 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
13352 save-selected-window internals.
13353
133542005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13355
13356 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13357 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13358 (gnus-article-prev-page): Ditto.
13359
13360 * gnus-util.el (gnus-beginning-of-window): New function.
13361 (gnus-end-of-window): New function.
13362
133632005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13364
296a8e19
SM
13365 * gnus-score.el (gnus-score-edit-all-score):
13366 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
01c52d31
MB
13367 gnus-message.
13368
133692005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13370
296a8e19
SM
13371 * gnus-msg.el (gnus-button-mailto):
13372 Remove save-selected-window-window hackery because it relies on
01c52d31
MB
13373 save-selected-window internals.
13374
133752005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13376
13377 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13378 add-minor-mode.
13379 (gnus-binary-mode): Ditto.
13380
13381 * gnus-topic.el (gnus-topic-mode): Ditto.
13382
133832005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13384
13385 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13386 (gnus-article-prev-page): Take scroll-margin into consideration.
13387
133882005-07-04 Lute Kamstra <lute@gnu.org>
13389
13390 Update FSF's address in GPL notices.
13391
133922005-07-04 Juanma Barranquero <lekktu@gmail.com>
13393
13394 * gnus.el (gnus-exit):
13395 * gnus-group.el (gnus-group-icons):
13396 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13397
13398 * gnus-nocem.el (gnus-nocem):
13399 * message.el (message-various, message-buffers, message-sending)
13400 (message-interface, message-forwarding, message-insertion)
13401 (message-headers, message-news, message-mail):
13402 * pgg-gpg.el (pgg-gpg):
13403 * pgg-parse.el (pgg-parse):
13404 * pgg-pgp.el (pgg-pgp):
13405 * pgg-pgp5.el (pgg-pgp5):
13406 * pop3.el (pop3): Finish `defgroup' description with period.
13407
134082005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13409
13410 * gnus-art.el (article-display-face): Improve the efficiency.
13411 (article-display-x-face): Ditto; remove grey x-face stuff.
13412
134132005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13414
13415 * gnus-art.el (article-display-face): Correct the position in
13416 which Faces are inserted.
13417
134182005-06-29 Didier Verna <didier@xemacs.org>
13419
13420 * gnus-art.el (article-display-face): Display faces in correct
13421 order.
13422
134232005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13424
13425 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13426 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13427 (gnus-nocem-check-article): Fetch the Type header.
13428 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13429 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13430 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13431 make sure gnus-nocem-hashtb is initialized.
13432 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13433 (gnus-nocem-unwanted-article-p): Ditto.
13434
13435 * pgg.el (pgg-verify): Return the verification result.
13436
134372005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13438
13439 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13440 is ascii.
13441
134422005-06-24 Juanma Barranquero <lekktu@gmail.com>
13443
13444 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13445 `show-nonbreak-escape'.
13446
134472005-06-23 Lute Kamstra <lute@gnu.org>
13448
13449 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13450
13451 * dig.el (dig-mode):
13452 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13453
134542005-06-21 Juanma Barranquero <lekktu@gmail.com>
13455
13456 * nnimap.el (nnimap-split-download-body): Fix spellings.
13457
134582005-06-16 Juanma Barranquero <lekktu@gmail.com>
13459
13460 * gnus-art.el (gnus-article-encrypt-body):
13461 * gnus-cus.el (gnus-score-customize):
cc398b83
JB
13462 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13463 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
b66c24b4 13464
880820fe 134652005-06-16 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
13466
13467 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13468 header by looking for magic "MII" at the beginnig.
13469
134702005-06-16 Miles Bader <miles@gnu.org>
13471
13472 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13473 (assistant-field-face): New backward-compatibility alias for renamed
13474 face.
13475 (assistant-render-text): Use renamed assistant-field face.
13476
13477 * spam.el (spam): Remove "-face" suffix from face name.
13478 (spam-face): New backward-compatibility alias for renamed face.
13479 (spam-face, spam-initialize): Use renamed spam face.
13480
13481 * message.el (message-header-to, message-header-cc)
13482 (message-header-subject, message-header-newsgroups)
13483 (message-header-other, message-header-name)
13484 (message-header-xheader, message-separator, message-cited-text)
13485 (message-mml): Remove "-face" suffix from face names.
13486 (message-header-to-face, message-header-cc-face)
13487 (message-header-subject-face, message-header-newsgroups-face)
13488 (message-header-other-face, message-header-name-face)
13489 (message-header-xheader-face, message-separator-face)
13490 (message-cited-text-face, message-mml-face):
13491 New backward-compatibility aliases for renamed faces.
13492 (message-font-lock-keywords): Use renamed message faces.
13493
13494 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13495 (sieve-test-commands, sieve-tagged-arguments):
13496 Remove "-face" suffix from face names.
13497 (sieve-control-commands-face, sieve-action-commands-face)
13498 (sieve-test-commands-face, sieve-tagged-arguments-face):
13499 New backward-compatibility aliases for renamed faces.
13500 (sieve-control-commands-face, sieve-action-commands-face)
13501 (sieve-test-commands-face, sieve-tagged-arguments-face):
13502 Use renamed sieve faces.
13503
13504 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13505 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13506 (gnus-group-news-3-empty, gnus-group-news-4)
13507 (gnus-group-news-4-empty, gnus-group-news-5)
13508 (gnus-group-news-5-empty, gnus-group-news-6)
13509 (gnus-group-news-6-empty, gnus-group-news-low)
13510 (gnus-group-news-low-empty, gnus-group-mail-1)
13511 (gnus-group-mail-1-empty, gnus-group-mail-2)
13512 (gnus-group-mail-2-empty, gnus-group-mail-3)
13513 (gnus-group-mail-3-empty, gnus-group-mail-low)
13514 (gnus-group-mail-low-empty, gnus-summary-selected)
13515 (gnus-summary-cancelled, gnus-summary-high-ticked)
13516 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13517 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13518 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13519 (gnus-summary-low-undownloaded)
13520 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13521 (gnus-summary-low-unread, gnus-summary-normal-unread)
13522 (gnus-summary-high-read, gnus-summary-low-read)
13523 (gnus-summary-normal-read, gnus-splash):
13524 Remove "-face" suffix from face names.
13525 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13526 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13527 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13528 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13529 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13530 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13531 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13532 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13533 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13534 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13535 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13536 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13537 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13538 (gnus-summary-normal-ticked-face)
13539 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13540 (gnus-summary-normal-ancient-face)
13541 (gnus-summary-high-undownloaded-face)
13542 (gnus-summary-low-undownloaded-face)
13543 (gnus-summary-normal-undownloaded-face)
13544 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13545 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13546 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13547 (gnus-splash-face):
13548 New backward-compatibility aliases for renamed faces.
13549 (gnus-group-startup-message): Use renamed gnus faces.
13550
13551 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13552 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13553 (gnus-server-agent): Remove "-face" suffix from face names.
13554 (gnus-server-agent-face, gnus-server-opened-face)
13555 (gnus-server-closed-face, gnus-server-denied-face)
13556 (gnus-server-offline-face):
13557 New backward-compatibility aliases for renamed faces.
13558 (gnus-server-agent-face, gnus-server-opened-face)
13559 (gnus-server-closed-face, gnus-server-denied-face)
13560 (gnus-server-offline-face): Use renamed gnus faces.
13561
13562 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13563 Remove "-face" suffix from face names.
13564 (gnus-picon-xbm-face, gnus-picon-face):
13565 New backward-compatibility aliases for renamed faces.
13566
13567 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13568 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13569 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13570 (gnus-cite-11): Remove "-face" suffix from face names.
13571 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13572 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13573 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13574 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13575 New backward-compatibility aliases for renamed faces.
13576 (gnus-cite-attribution-face, gnus-cite-face-list)
13577 (gnus-article-boring-faces): Use renamed gnus faces.
13578
13579 * gnus-art.el (gnus-signature, gnus-header-from)
13580 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13581 (gnus-header-content): Remove "-face" suffix from face names.
13582 (gnus-signature-face, gnus-header-from-face)
13583 (gnus-header-subject-face, gnus-header-newsgroups-face)
13584 (gnus-header-name-face, gnus-header-content-face):
13585 New backward-compatibility aliases for renamed faces.
13586 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13587
13588 * gnus-sum.el (gnus-summary-selected-face)
13589 (gnus-summary-highlight): Use renamed gnus faces.
13590 * gnus-group.el (gnus-group-highlight): Likewise.
13591
135922005-06-14 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * gnus-sieve.el (gnus-sieve-article-add-rule):
13595 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13596 * spam-stat.el (spam-stat-buffer-change-to-spam)
13597 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13598
13599 * message.el (message-is-yours-p):
13600 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13601
136022005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13603
13604 * mm-view.el (mm-inline-text): Withdraw the last change.
13605
136062005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13607
13608 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13609 executing enriched-decode.
13610
136112005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13612
13613 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13614 charset of tar files.
13615
136162005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13617
13618 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13619
136202005-06-04 Lute Kamstra <lute@gnu.org>
13621
13622 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13623 information is never recorded.
13624
136252005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13628
136292005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13630
13631 * pop3.el (pop3-apop): Run md5 in the binary mode.
13632
13633 * starttls.el (starttls-set-process-query-on-exit-flag):
13634 Use eval-and-compile.
13635
136362005-05-31 Simon Josefsson <jas@extundo.com>
13637
13638 * smime.el (smime-replace-in-string): Define.
13639 (smime-cert-by-ldap-1): Use it.
13640
136412005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13642
13643 * gnus-art.el (article-display-x-face): Replace
13644 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13645
13646 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13647 set-process-query-on-exit-flag or process-kill-without-query.
13648
13649 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13650 loop instead of replace-regexp.
13651
13652 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13653 instead of process-kill-without-query if it is available.
13654
13655 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13656 instead of find-file-hooks if it is available.
13657
13658 * mml1991.el: Bind pgg-default-user-id when compiling.
13659
13660 * mml2015.el: Bind pgg-default-user-id when compiling.
13661
13662 * nndraft.el (nndraft-request-associate-buffer):
13663 Use write-contents-functions instead of write-contents-hooks if it is
13664 available.
13665
13666 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13667 instead of find-file-hooks if it is available.
13668
13669 * nntp.el (nntp-open-connection): Replace
13670 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13671 (nntp-open-ssl-stream): Ditto.
13672 (nntp-open-tls-stream): Ditto.
13673
13674 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13675 set-process-query-on-exit-flag or process-kill-without-query.
13676 (starttls-open-stream-gnutls): Use it instead of
13677 process-kill-without-query.
13678 (starttls-open-stream): Ditto.
13679
136802005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13681
13682 * smime.el (smime-cert-by-ldap-1): Don't use
13683 replace-regexp-in-string.
13684
880820fe 136852005-05-31 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
13686
13687 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13688
13689 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
002876ab 13690 in PEM format. Adjust to the XEmacs compability.
01c52d31
MB
13691
136922005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13693
13694 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13695 by `string-to-number'.
13696 * gnus-agent.el (gnus-agent-regenerate-group)
13697 (gnus-agent-fetch-articles): Ditto.
13698 * gnus-art.el (gnus-button-fetch-group): Ditto.
13699 * gnus-cache.el (gnus-cache-generate-active)
13700 (gnus-cache-articles-in-group): Ditto.
13701 * gnus-group.el (gnus-group-set-current-level)
13702 (gnus-group-insert-group-line): Ditto.
13703 * gnus-score.el (gnus-score-set-expunge-below)
13704 (gnus-score-set-mark-below, gnus-summary-score-effect)
13705 (gnus-summary-score-entry): Ditto.
13706 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13707 (gnus-soup-pack): Ditto.
13708 * gnus-spec.el (gnus-xmas-format): Ditto.
13709 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13710 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13711 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13712 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13713 * nndb.el (nndb-get-remote-expire-response): Ditto.
13714 * nndiary.el (nndiary-parse-schedule-value)
13715 (nndiary-string-to-number, nndiary-request-replace-article)
13716 (nndiary-request-article): Ditto.
13717 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13718 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13719 * nneething.el (nneething-make-head): Ditto.
13720 * nnfolder.el (nnfolder-request-article)
13721 (nnfolder-retrieve-headers): Ditto.
13722 * nnheader.el (nnheader-file-to-number): Ditto.
13723 * nnkiboze.el (nnkiboze-request-article): Ditto.
13724 * nnmail.el (nnmail-process-unix-mail-format)
13725 (nnmail-process-babyl-mail-format): Ditto.
13726 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13727 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13728 (nnmh-request-create-group, nnmh-request-list-1)
13729 (nnmh-request-group, nnmh-request-article): Ditto.
13730 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13731 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13732 * nnsoup.el (nnsoup-make-active): Ditto.
13733 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13734 * nntp.el (nntp-find-group-and-number)
13735 (nntp-retrieve-headers-with-xover): Ditto.
13736 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13737 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13738 (pgg-format-key-identifier): Ditto.
13739 * pop3.el (pop3-last, pop3-stat): Ditto.
13740 * qp.el (quoted-printable-decode-region): Ditto.
13741
13742 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13743 of concat.
13744
137452005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13746
13747 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13748
13749 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13750
13751 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13752
13753 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13754
13755 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13756
13757 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13758
13759 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13760 (gnus-carpal-mode): Ditto.
13761
13762 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13763 (gnus-browse-mode): Ditto.
13764
13765 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13766
13767 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13768
137692005-05-29 Richard M. Stallman <rms@gnu.org>
13770
13771 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13772
137732005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13774
13775 * gnus-util.el (gnus-run-mode-hooks): New function.
13776
13777 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13778
137792005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13780
13781 * gnus-agent.el (gnus-agent-make-mode-line-string):
13782 Use mode-line-highlight as mouse-face.
13783
137842005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13785
13786 * canlock.el (canlock): Change the parent group to news.
13787
13788 * deuglify.el (gnus-outlook-deuglify): Add :group.
13789
13790 * dig.el (dig): Add :group.
13791
13792 * dns-mode.el (dns-mode): Add :group.
13793
13794 * encrypt.el (encrypt): Add :group.
13795
13796 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13797 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13798 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13799 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13800 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13801
13802 * gnus-diary.el (gnus-diary): Add :group.
13803
13804 * gnus.el (gnus-group-news-1-face): Add :group.
13805 (gnus-group-news-1-empty-face): Ditto.
13806 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13807 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13808 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13809 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13810 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13811 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13812 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13813 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13814 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13815 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13816 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13817 (gnus-summary-high-ticked-face): Ditto.
13818 (gnus-summary-low-ticked-face): Ditto.
13819 (gnus-summary-normal-ticked-face): Ditto.
13820 (gnus-summary-high-ancient-face): Ditto.
13821 (gnus-summary-low-ancient-face): Ditto.
13822 (gnus-summary-normal-ancient-face): Ditto.
13823 (gnus-summary-high-undownloaded-face): Ditto.
13824 (gnus-summary-low-undownloaded-face): Ditto.
13825 (gnus-summary-normal-undownloaded-face): Ditto.
13826 (gnus-summary-high-unread-face): Ditto.
13827 (gnus-summary-low-unread-face): Ditto.
13828 (gnus-summary-normal-unread-face): Ditto.
13829 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13830 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13831
13832 * hashcash.el (hashcash): New custom group.
13833 (hashcash-default-payment): Add :group.
13834 (hashcash-payment-alist): Ditto.
13835 (hashcash-default-accept-payment): Ditto.
13836 (hashcash-accept-resources): Ditto.
13837 (hashcash-path): Ditto.
13838 (hashcash-extra-generate-parameters): Ditto.
13839 (hashcash-double-spend-database): Ditto.
13840 (hashcash-in-news): Ditto.
13841
13842 * message.el (message-minibuffer-local-map): Add :group.
13843
13844 * netrc.el (netrc): Add :group.
13845
13846 * sieve-manage.el (sieve-manage-log): Add :group.
13847 (sieve-manage-default-user): Diito.
13848 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13849 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13850 (sieve-manage-authenticators): Ditto.
13851 (sieve-manage-authenticator-alist): Ditto.
13852 (sieve-manage-default-port): Ditto.
13853
13854 * sieve-mode.el (sieve-control-commands-face): Add :group.
13855 (sieve-action-commands-face): Ditto.
13856 (sieve-test-commands-face): Ditto.
13857 (sieve-tagged-arguments-face): Ditto.
13858
13859 * smime.el (smime): Add :group.
13860
13861 * spam-report.el (spam-report): Add :group.
13862
13863 * spam.el (spam, spam-face): Add :group.
13864
138652005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13866
13867 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13868 return \n.\n.\n at the end of articles. Protect against that.
13869 (nntp-with-open-group): Allow debugging.
13870
13871 * nnheader.el (mail-header-set-extra): Make into a function
13872 because I just could't understand how to quote the list properly.
13873
13874 * dns.el (query-dns-cached): New function.
13875
138762005-05-26 Lute Kamstra <lute@gnu.org>
13877
13878 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13879
138802005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13881
13882 * gnus-art.el: Don't autoload mail-extract-address-components.
13883
13884 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13885 eval-and-compile to evaluate it.
13886
13887 * hashcash.el: Don't autoload executable-find.
13888
13889 * nndb.el: Don't declare the nndb back end two or more times; don't
13890 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13891
13892 * nntp.el: Autoload format-spec instead of format; use
13893 eval-and-compile to evaluate autoload forms.
13894
138952005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13896
13897 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13898
138992005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13900
13901 * gnus.el (gnus-version-number): Bump version.
13902
139032005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13904
13905 * gnus.el: No Gnus v0.3 is released.
13906
139072005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13908
13909 * gnus-art.el (gnus-article-edit-part): Disable undo.
13910
139112005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13912
13913 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13914 gnus-article-date-lapsed-new-header is t if date timer is active;
13915 skip headers in which the original date value is empty.
13916 (gnus-article-save-original-date): Redefine it as a macro.
13917 (gnus-display-mime): Use it.
13918
139192005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13920
13921 * gnus-art.el (article-date-ut): Support converting date in
13922 forwarded parts as well.
13923 (gnus-article-save-original-date): New function.
13924 (gnus-display-mime): Use it.
13925
139262005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13927
13928 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13929 enclosure element of <item>.
13930
139312005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13932
296a8e19
SM
13933 * message.el (message-kill-buffer-query): Rename from
13934 `message-kill-buffer-query-if-modified'. Add :version.
01c52d31
MB
13935
139362005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13937
13938 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13939 window layout.
13940
139412005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13942
13943 * mml.el: Autoload dnd when compiling.
13944
139452005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13946
13947 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13948 x-dnd-*.
13949
139502005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13951
13952 * qp.el (quoted-printable-encode-region): Save excursion.
13953
139542005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13955
13956 * message.el (message-kill-buffer-query-if-modified): Add new variable
13957 so the user can kill a modified message buffer quickly.
13958 (message-kill-buffer): Use it.
13959
139602005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13961
13962 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13963 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13964
139652005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13966
13967 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13968 contained in text because xml.el decodes entities) with LFs.
13969
139702005-04-11 Lute Kamstra <lute@gnu.org>
13971
13972 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13973 differently.
13974
139752005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * mm-util.el (mm-detect-coding-region): Typo.
13978
139792005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13980
13981 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13982
f0131492 139832005-04-06 Deepak Goel <deego@gnufans.org>
01c52d31
MB
13984
13985 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13986 user-function allow user modifications of the scores.
13987 (spam-stat-score-buffer-user): New function, to allow
13988 user-computed modifications to the score.
002876ab
JB
13989 (spam-stat-score-buffer-user-functions): List of additional
13990 scoring functions.
13991 (spam-stat-error-holder): Global temporary error holder.
13992 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13993 variable.
01c52d31
MB
13994
139952005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13996
13997 * gnus-registry.el (gnus-registry-clean-empty-function)
13998 (gnus-registry-trim, gnus-registry-fetch-groups)
13999 (gnus-registry-delete-group): Groups that match
14000 `gnus-registry-ignored-groups' are removed from the registry
14001 entries, not just ignored for splitting. This helps clean up the
14002 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14003 to get all the groups a message ID is in.
14004
14005 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
c4cc8b9a 14006 (spam-stat-split-fancy): Change "threshhold" to "threshold".
01c52d31
MB
14007 (spam-stat-score-buffer-user-functions): Add :number custom type.
14008
140092005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14010
14011 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14012 argument in XEmacs.
14013
14014 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14015 (nnrss-request-group): Decode group name first.
14016 (nnrss-request-article): Make a text/plain article if mml-to-mime
14017 failed.
14018 (nnrss-get-encoding): Return a compatible encoding according to
14019 nnrss-compatible-encoding-alist.
14020 (nnrss-find-el): Use consp instead of listp.
14021 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14022
140232005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14024
14025 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14026 which Emacs 20 doesn't support.
14027 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14028
140292005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14030
14031 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
002876ab 14032 silence the byte compiler inside the defun.
01c52d31
MB
14033
14034 * gnus-demon.el (parse-time-string): Add autoload.
14035
14036 * gnus-delay.el (parse-time-string): Add autoload.
14037
14038 * gnus-art.el (parse-time-string): Add autoload.
14039
14040 * nnultimate.el (parse-time): Require for `parse-time-string'.
14041
140422005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14043
14044 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14045
14046 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14047
14048 * smime.el (smime-ldap-host-list): Add :version.
14049
140502005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14051
14052 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14053 pass it to `gnus-browse-read-group'.
14054 (gnus-browse-read-group): Add NUMBER argument and pass it to
14055 `gnus-group-read-ephemeral-group'.
14056
14057 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14058 argument and pass it to `gnus-group-read-group'.
14059
140602005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14061
14062 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14063 mm-xemacs-find-mime-charset-1 if we have the mule feature
14064 available at runtime.
14065
140662005-03-25 Werner Lemberg <wl@gnu.org>
14067
14068 * nnmaildir.el: Replace `illegal' with `invalid'.
14069
140702005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14071
14072 * gnus-start.el (gnus-display-time-event-handler):
14073 Check display-time-timer at runtime rather than only at load time
14074 in case display-time-mode is turned off in the mean time.
14075
140762005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14077
14078 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14079 used.
14080
14081 * nneething.el (nneething-map-file-directory): Derive from
14082 `gnus-directory'.
14083
14084 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14085 the To/Cc button.
14086
140872005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14088
14089 * nnmaildir.el (nnmaildir-request-accept-article):
14090 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14091
140922005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14093
14094 * gnus-async.el: Require timer-funcs at compile time when in
14095 XEmacs for `run-with-idle-timer'.
14096
140972005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14098
14099 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14100 autoloaded function.
14101
141022005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14103
14104 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14105
880820fe 141062005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
01c52d31
MB
14107
14108 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14109
141102005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14111
296a8e19
SM
14112 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14113 Add gnus-expert-user to default.
01c52d31
MB
14114
141152005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14116
14117 * nnimap.el (nnimap-open-server): Ditto.
14118
14119 * imap.el (imap-authenticate): Fix typo.
14120
141212005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14122
14123 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14124 buffer (since IMAP server might return FETCH response out of
14125 order, and the nntp buffer must be sorted).
14126
141272005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14128
296a8e19 14129 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
01c52d31
MB
14130 comparison on string.
14131
149cd465 14132 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
296a8e19
SM
14133 (gnus-agent-score): Rename category keywords to match gnus-cus.
14134 (gnus-agent-summary-fetch-series): Modify to protect against
01c52d31
MB
14135 gnus-agent-summary-fetch-group clearing processable flags.
14136 (gnus-agent-synchronize-group-flags): Update live group buffer as
14137 synchronization may occur due to the user toggle the plugged
14138 status.
14139 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14140 successfully downloaded.
14141 (gnus-agent-expire-group-1): Avoid using markers when the overview
14142 is in ascending order; greatly improves performance.
296a8e19
SM
14143 (gnus-agent-regenerate-group):
14144 Use gnus-agent-synchronize-group-flags to reset read status in both
01c52d31 14145 gnus and server.
296a8e19 14146 (gnus-agent-update-files-total-fetched-for): Fix initial size.
01c52d31
MB
14147
141482005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14149
14150 * message.el: Don't autoload former message-utils variables.
14151 (message-strip-subject-trailing-was): Change doc string.
14152
14153 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14154 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14155 (nnweb-google-search): Add "hl=en" here.
14156 (nnweb-google-parse-1, nnweb-google-create-mapping):
14157 Don't hardcode URL.
14158
141592005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14160
14161 * message.el (message-get-reply-headers, message-followup):
14162 Mention related variables `message-use-followup-to' and
14163 `message-use-mail-followup-to', in the information buffer.
14164
14165 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14166 of broken groups(-beta).google.com.
14167
141682005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14169
14170 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14171 parameter to invoked gnus-request-move-article; remove the
14172 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14173 all at once instead of once per article.
14174 (gnus-summary-remove-process-mark): Accept a list of articles as
14175 well as a single article for processing.
14176
14177 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14178 parameter.
14179
14180 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14181
14182 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14183
14184 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14185 parameter.
14186
14187 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14188 parameter.
14189
14190 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14191 parameter and remove the gnus-sum-hint-move-is-internal variable.
14192
14193 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14194 parameter.
14195
14196 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14197 parameter.
14198
14199 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14200 parameter.
14201
14202 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14203
14204 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14205 parameter.
14206
14207 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14208 parameter.
14209
142102005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14213 a more conservative way.
14214
142152005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14216
14217 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14218 buffer, so it moves the window's cursor.
14219
880820fe 142202005-02-26 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14221
14222 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14223 `mm-dissect-multipart' and receive the from field as an (optional)
14224 argument from `mm-dissect-multipart'.
14225 (mm-dissect-multipart): Receive the from field as an argument and
14226 pass it on when we call `mm-dissect-buffer' on MIME parts.
14227 Fixes verification/decryption of signed/encrypted MIME parts.
14228
142292005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14230
296a8e19
SM
14231 * gnus-sum.el (gnus-summary-move-article):
14232 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
01c52d31
MB
14233 whatever it calls (right now, only nnimap-request-move article
14234 respects it).
14235
296a8e19
SM
14236 * nnimap.el (nnimap-request-move-article):
14237 When gnus-sum-hint-move-is-internal is set, don't do the extra
01c52d31
MB
14238 nnimap-request-article.
14239
142402005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14241
14242 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14243
14244 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14245 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14246
14247 * gnus-sum.el (gnus-summary-caesar-message):
14248 Apply `gnus-treat-article' after rotation.
14249
14250 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14251 doc string.
14252
142532005-02-22 Simon Josefsson <jas@extundo.com>
14254
14255 * encrypt.el (encrypt-password-cache-expiry): Remove (use
880820fe 14256 `password-cache-expiry' instead). Reported by Arne Jørgensen
01c52d31
MB
14257 <arne@arnested.dk>.
14258 (encrypt): Add password-cache and password-cache-expiry as group
14259 members.
14260
880820fe 142612005-02-22 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14262
14263 * smime.el (smime-ldap-host-list): Doc fix.
14264 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14265 cache) password.
14266 (smime-sign-region): Use it.
14267 (smime-decrypt-region): Use it.
14268 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14269 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14270 fails.
14271 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14272 certificate from DER to PEM format rather than calling openssl.
14273
14274 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14275
14276 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14277 for signing/encryption.
14278
14279 * mml.el (mml-parse-1): Use them.
14280
880820fe 142812005-02-21 Arne Jørgensen <arne@arnested.dk>
01c52d31 14282
296a8e19 14283 * nnrss.el (nnrss-verbose): Remove.
01c52d31
MB
14284 (nnrss-request-group): Use `nnheader-message' instead.
14285
142862005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14287
14288 * nnrss.el (nnrss-verbose): New variable.
14289 (nnrss-request-group): Make it say nnrss is requesting a group.
14290
142912005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14292
14293 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14294 Handle news URL with given port correctly.
14295
142962005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14297
14298 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14299 containing special characters.
14300
14301 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14302
14303 * mml.el (mime-to-mml): Ditto.
14304
14305 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14306 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14307 (rfc2047-decode-region): Quote decoded words containing special
14308 characters when rfc2047-quote-decoded-words-containing-tspecials
14309 is non-nil.
14310
143112005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14312
14313 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14314
14315 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14316
143172005-02-15 Simon Josefsson <jas@extundo.com>
14318
14319 * nnimap.el (nnimap-debug): Doc fix.
14320
14321 * imap.el (imap-debug): Doc fix.
14322
143232005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14324
14325 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14326
143272005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14328
14329 * gnus.el (spam-contents): Improve docs for spam-contents
14330 parameter in its variable incarnation.
14331
143322005-02-14 Simon Josefsson <jas@extundo.com>
14333
14334 * smime-ldap.el: Use require instead of load-library for ldap.
14335 (smime-ldap-search): Indent.
14336 (smime-ldap-search-internal): Shorten line.
14337
14338 * smime.el (smime-cert-by-dns): Add doc-string.
14339 (smime-cert-by-ldap-1): Indent.
14340
296a8e19 14341 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
01c52d31
MB
14342 mml-smime-get-dns-ldap.
14343 (mml-smime-encrypt-query): Use new function. Default to ldap.
14344
880820fe 143452005-02-14 Arne Jørgensen <arne@arnested.dk>
01c52d31
MB
14346
14347 * smime.el: Require smime-ldap.
14348 (smime-ldap-host-list): New variable.
14349 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14350
14351 * mml-smime.el (mml-smime-encrypt-query): New function.
14352 (mml-smime-encrypt-query): Use it.
14353
14354 * smime-ldap.el: New file.
14355
143562005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14357
14358 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14359
143602005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14361
14362 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14363 argument in doc string. Make query for type more clear.
14364
143652005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14366
14367 * gnus.el (gnus-group-startup-message): Search for gnus images in
14368 etc/images/gnus.
14369 * mm-util.el (mm-image-load-path): Likewise.
14370 * smiley.el (smiley-data-directory): Search for smilies in
14371 etc/images/smilies.
14372
143732005-02-09 Kim F. Storm <storm@cua.dk>
14374
14375 Change Emacs release version from 21.4 to 22.1 throughout.
14376 Change Emacs development version from 21.3.50 to 22.0.50.
14377
143782005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14379
14380 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14381
14382 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14383 non-Mule XEmacs as well.
14384 (mm-decompress-buffer): Signal an error intentionally if it does
14385 not decompress compressed data because auto-compression-mode is
14386 disabled.
14387
143882005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14389
14390 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14391 an ID in the registry even if it has no groups.
14392
143932005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14394
14395 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14396 merge it into mm-decompress-buffer.
14397 (gnus-mime-copy-part): Use the MIME part charset, the value which
14398 a user specified or gnus-newsgroup-charset for decoding, like
14399 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14400 save-buffer what was used. Suggested by Kevin Ryde
14401 <user42@zip.com.au>.
14402 (gnus-mime-inline-part): Allow the name parameter as well as the
14403 filename parameter; force decompressing of compressed data; always
14404 display contents being not decoded as unibyte.
14405
14406 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14407 as well as the filename parameter.
14408
296a8e19
SM
14409 * mm-util.el (mm-decompress-buffer):
14410 Merge gnus-mime-jka-compr-maybe-uncompress.
01c52d31
MB
14411 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14412 of compressed data.
14413
144142005-02-08 Simon Josefsson <jas@extundo.com>
14415
14416 * imap.el (imap-log): Doc fix.
14417
144182005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14419
14420 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14421 the coding cookies; decompress compressed parts.
14422
10d1d0af 14423 * mml.el (mml-generate-mime-1): Add the charset parameter according
01c52d31
MB
14424 to the value which a user specified manually or the coding cookie.
14425
14426 * mm-util.el (mm-string-to-multibyte): New function.
14427 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14428 (mm-coding-system-to-mime-charset): New function.
14429 (mm-decompress-buffer): New function.
14430 (mm-find-buffer-file-coding-system): New function.
14431
14432 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14433 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14434 parts.
14435
144362005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14437
14438 * mm-view.el (mm-display-inline-fontify): Decode a part according
14439 to the charset parameter.
14440
144412005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14442
14443 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14444 prefix arg is neither nil nor a number, as info specifies.
14445
144462005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14447
14448 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14449 timestamps.
14450
144512005-02-02 Jari Aalto <jari.aalto@cante.net>
14452
14453 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14454 groups error checking and notify user.
14455
144562005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14457
14458 * message.el (message-send-mail-function): Check existence of
14459 sendmail-program first before using default value
14460 `message-send-mail-with-sendmail'. Otherwise use more generic
14461 `smtpmail-send-it'.
14462
144632005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14464
14465 * nntp.el (nntp-request-update-info): Always return nil.
14466
144672005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14468
14469 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14470
144712005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * message.el (message-beginning-of-line): Change the behavior when
14474 invoked between BOL and : so that it first moves backward.
14475
144762005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14477
14478 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14479 article buffer when editing of the article is discarded.
14480 (gnus-article-prepare): Revert.
14481
144822005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14483
14484 * gnus-art.el (gnus-article-prepare):
14485 Remove message-strip-forbidden-properties from the local hook.
14486
144872005-01-27 Simon Josefsson <jas@extundo.com>
14488
14489 * password.el (password-cache-add): Only start one timer per key.
14490 Reported by Derek Atkins <warlord@MIT.EDU>.
14491
144922005-01-26 Steve Youngs <steve@sxemacs.org>
14493
296a8e19 14494 * run-at-time.el: Remove. It is no longer needed as
01c52d31
MB
14495 timer-funcs.el in the xemacs-base package has a working version of
14496 `run-at-time'.
14497
14498 * password.el: Require timer-funcs instead of run-at-time in
14499 XEmacs.
14500 Remove `password-run-at-time' macro.
14501 (password-cache-add): Use `run-at-time' instead of
14502 `password-run-at-time'.
14503
14504 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14505 for `run-with-idle-timer'.
14506
14507 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14508 for `run-at-time'.
14509
14510 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14511 for `with-timeout'.
14512
145132005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14514
14515 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14516 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14517
145182005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14519
14520 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14521 sensitively.
14522
145232005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14524
14525 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14526
145272005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14528
14529 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14530 which will be inserted according to the multibyteness of a buffer
14531 rather than the type of contents. Suggested by ARISAWA Akihiro
14532 <ari@mbf.ocn.ne.jp>.
14533
14534 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14535 of string which old xml.el may return rather than a string.
14536
145372005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14538
14539 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14540
145412005-01-16 Simon Josefsson <jas@extundo.com>
14542
14543 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14544 idn/idna.el isn't available.
14545 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14546 <michael@waxrat.com>.
14547
14548 * hashcash.el: Remove non-FSF copyright header.
14549
14550 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14551 (hashcash-generate-payment): Use it.
14552 (hashcash-generate-payment-async): Use it.
14553
145542005-01-15 Simon Josefsson <jas@extundo.com>
14555
14556 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14557 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14558
14559 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14560 gnus-summary-idna-message.
14561 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14562 (gnus-summary-idna-message): New function.
14563
145642005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14565
14566 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14567 gnus-novice-user.
14568
145692005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14570
14571 * nnrss.el (nnrss-request-delete-group): Delete entries in
14572 nnrss-group-alist as well.
14573 (nnrss-save-server-data): Insert newline.
14574
145752005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14576
14577 * gnus.el (gnus-user-agent): Use list of symbols instead of
296a8e19
SM
14578 symbols. Display full version number for (S)XEmacs.
14579 Optionally display (S)XEmacs codename.
01c52d31
MB
14580
14581 * gnus-util.el (gnus-emacs-version): Update for new
14582 `gnus-user-agent'.
14583
14584 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14585 Gnus version.
14586
145872005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14588
14589 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14590 which is unreadable in some setups.
14591
145922005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14593
14594 * gnus-spec.el (gnus-update-format-specifications): Flush the
14595 group format spec cache if it doesn't support decoded group names.
14596
145972005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14598
c9e31f32
SM
14599 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14600 Allow to apply decay on score files matching a regexp.
01c52d31
MB
14601
146022004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14603
14604 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14605 compatibility in %g and %c.
14606
146072004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14608
14609 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14610 name for only %g and %c.
14611 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14612 of gnus-tmp-group to decoded group name.
14613 (gnus-group-make-rss-group): Exclude `/'s from group names.
14614
146152004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14616
14617 * nnrss.el (nnrss-get-encoding): Fix regexp.
14618
146192004-12-27 Simon Josefsson <jas@extundo.com>
14620
14621 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14622 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14623 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14624
146252004-12-17 Kim F. Storm <storm@cua.dk>
14626
14627 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14628
14629 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14630
146312004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14632
14633 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14634
146352004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14636
14637 * nnrss.el: Require rfc2047 and mml.
14638 (nnrss-file-coding-system): New variable.
14639 (nnrss-format-string): Redefine it as an inline function.
14640 (nnrss-decode-group-name): New function.
14641 (nnrss-string-as-multibyte): Remove.
14642 (nnrss-retrieve-headers): Decode group name; don't use
14643 nnrss-format-string.
14644 (nnrss-request-group): Decode group name.
14645 (nnrss-request-article): Decode group name; allow a Message-ID as
14646 well as an article number; don't use nnrss-format-string; encode a
14647 Message-ID string which may contain non-ASCII characters; use
14648 mml-to-mime to compose a MIME article.
14649 (nnrss-request-expire-articles): Decode group name.
14650 (nnrss-request-delete-group): Decode group name.
14651 (nnrss-fetch): Clarify error message.
14652 (nnrss-read-server-data): Use insert-file-contents instead of load;
14653 bind file-name-coding-system; use multibyte buffer.
14654 (nnrss-save-server-data): Bind coding-system-for-write to the
14655 value of nnrss-file-coding-system; bind file-name-coding-system;
14656 add coding cookie.
14657 (nnrss-read-group-data): Use insert-file-contents instead of load;
14658 bind file-name-coding-system; use multibyte buffer.
14659 (nnrss-save-group-data): Bind coding-system-for-write to the
14660 value of nnrss-file-coding-system; bind file-name-coding-system.
14661 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14662 make it work with non-ASCII text.
14663 (nnrss-find-el): Make it work with old xml.el as well.
14664
146652004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14666
14667 * nnrss.el (nnrss-get-encoding): New function.
14668 (nnrss-fetch): Use unibyte buffer initially; bind
14669 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14670 decode contents according to the encoding attribute.
14671 (nnrss-save-group-data): Add coding cookie.
14672 (nnrss-mime-encode-string): New function.
14673 (nnrss-check-group): Use it to encode subject and author.
14674
146752004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14676
14677 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14678 imaginary variable.
14679
146802004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14681
14682 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14683 correctly even if there are wide characters.
14684
146852004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14686
14687 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14688 downcased symbol names; make a new cache instead of reusing
14689 bbdb-hashtable.
14690
146912004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14692
14693 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14694 concatenating segments rather than before concatenating them.
14695 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14696
14697 * message.el (message-get-reply-headers): Bind `extra'.
14698
146992004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14700
14701 * message.el (message-extra-wide-headers): New variable.
14702 (message-get-reply-headers): Use it.
14703
147042004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14705
14706 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14707 (gnus-agent-group-pathname): Ditto.
14708
14709 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14710
14711 * gnus-group.el (gnus-group-make-group): Decode group name.
14712 (gnus-group-make-rss-group): Register the group data after opening
14713 the nnrss group.
14714
147152004-12-17 Paul Jarc <prj@po.cwru.edu>
14716
14717 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14718 by expiry now get marked as read.
14719
147202004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14721
14722 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14723
147242004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14725
14726 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14727 unify Latin characters in XEmacs.
14728 (mm-find-mime-charset-region): Use it.
14729
147302004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14731
14732 * gnus-util.el (gnus-delete-directory): New function.
14733
14734 * gnus-agent.el (gnus-agent-delete-group): Use it.
14735
14736 * gnus-cache.el (gnus-cache-delete-group): Use it.
14737
147382004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14739
14740 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14741 names.
14742
147432004-12-16 Simon Josefsson <jas@extundo.com>
14744
14745 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14746
147472004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14748
14749 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14750
14751 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14752 (gnus-group-set-current-level): Decode group name.
14753
147542004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14755
14756 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14757 failed.
14758
147592004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14760
14761 * gnus-group.el (gnus-group-delete-group): Decode group name.
14762 (gnus-group-make-rss-group): Encode group name.
14763 (gnus-group-catchup-current): Decode group name.
14764 (gnus-group-kill-group): Decode group name.
14765
147662004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14767
14768 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14769
147702004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14771
14772 * gnus-group.el (gnus-group-make-rss-group):
14773 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14774
14775 * gnus-start.el (gnus-setup-news): Honor user's setting to
14776 gnus-message-archive-method. Suggested by Lute Kamstra
14777 <lute@gnu.org>.
14778
147792004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14780
14781 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14782 global counterparts of the buffer-local variables.
14783
147842004-11-16 Romain Francoise <romain@orebokech.com>
14785
14786 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14787 counterparts of the buffer-local variables.
14788
147892004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14790
296a8e19 14791 * message.el (message-forbidden-properties): Fix typo in doc
01c52d31
MB
14792 string.
14793
147942004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14795
296a8e19 14796 * gnus-util.el (gnus-replace-in-string): Add doc string.
01c52d31
MB
14797
14798 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14799 to avoid problems when splitting mails with many recipients.
14800
148012004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14804 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14805
148062004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14807
14808 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14809 if there is no hashtable in memory or file modification time is
14810 newer than cached timestamp.
14811
148122004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14813
296a8e19
SM
14814 * gnus-sum.el (gnus-summary-limit-to-recipient):
14815 Implement not-matching option.
01c52d31
MB
14816
148172004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14818
14819 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14820 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14821 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14822 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14823 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14824 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14825
148262004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14827
14828 * message.el (message-forward-make-body-mml): Remove headers
14829 according to message-forward-ignored-headers if a message is decoded.
14830
148312004-12-02 Romain Francoise <romain@orebokech.com>
14832
14833 * message.el (message-forward-make-body-plain): Always remove
14834 headers according to message-forward-ignored-headers.
14835
148362004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14837
14838 * spam.el (spam-summary-prepare-exit): Remove the
14839 gnus-summary-limit pop for now, it has problems with ham marks for
14840 me.
14841
148422004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14843
14844 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14845 correctly.
14846
148472004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14848
14849 * format-spec.el (format-spec): Message the char.
14850
148512004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14852
14853 * gnus-art.el (gnus-split-methods): Reformat comments.
14854
14855 * spam.el (spam-summary-prepare-exit): Remove article limits
14856 before exiting the summary buffer.
14857
148582004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14859
14860 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14861 order to silence the byte compiler.
14862
14863 * spam.el: Fix the way to silence the byte compiler, which
14864 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14865 bbdb-search-simple, spam-BBDB-register-routine,
14866 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14867 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14868 spam-stat-buffer-is-spam, spam-stat-load,
14869 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14870 spam-stat-save and spam-stat-split-fancy.
14871
148722004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14873
14874 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14875 which may confuse users.
14876 (canlock-password-for-verify): Ditto.
14877
14878 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14879
14880 * gnus-art.el (gnus-emphasis-alist): Ditto.
14881
14882 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14883
14884 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14885
14886 * gnus-start.el (gnus-save-killed-list): Ditto.
14887
14888 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14889 (gnus-sum-thread-tree-root): Ditto.
14890 (gnus-sum-thread-tree-false-root): Ditto.
14891 (gnus-sum-thread-tree-single-indent): Ditto.
14892
14893 * message.el (message-courtesy-message): Ditto.
14894 (message-archive-note): Ditto.
14895 (message-subscribed-address-file): Ditto.
14896 (message-user-fqdn): Ditto.
14897
14898 * spam-report.el (spam-report-gmane-regex): Ditto.
14899
14900 * spam.el (spam-blackhole-good-server-regex): Ditto.
14901
149022004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14903
14904 * mml.el (mml-preview): Widen the message buffer before copying
14905 the contents to the preview buffer; sort headers before previewing.
14906
14907 * message.el (message-hidden-headers): Fix the way to avoid a bug
14908 in the `repeat' widget in Emacs 21.3 or earlier.
14909
149102004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14911
14912 * message.el (message-hidden-headers): Default to "^References:".
14913 Improve customization type. Suggested by Reiner Steib
14914 <Reiner.Steib@gmx.de>.
14915
149162004-11-25 Romain Francoise <romain@orebokech.com>
14917
14918 * message.el (message-strip-forbidden-properties): Remove check for
14919 obsolete `message-hidden' text property, hidden headers are not
14920 accessible in the buffer anymore.
14921
149222004-11-22 Romain Francoise <romain@orebokech.com>
14923
14924 * message.el (message-header-format-alist): Add `From' in list
14925 so that it can be sorted.
14926 (message-fix-before-sending): Widen and sort headers before
14927 sending.
14928 (message-hide-headers): Use narrowing to hide headers by moving
14929 them to the top of the buffer and narrowing to the region
14930 underneath.
14931
149322004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14933
296a8e19
SM
14934 * message.el (message-strip-forbidden-properties):
14935 Bind buffer-read-only (etc) to nil.
01c52d31
MB
14936
149372004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14938
14939 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14940 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14941
149422004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14943
14944 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14945
149462004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14947
14948 * dns.el (query-dns): Use sit-for to time instead of
14949 accept-process-output, since that doesn't seem to work on udp
14950 sockets.
14951
149522004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14953
14954 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14955
149562004-11-15 Jesper Harder <harder@ifa.au.dk>
14957
14958 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14959 doc string. Improve doc string.
14960
149612004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14962
14963 * nntp.el (nntp-request-update-info): Return nil if
14964 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14965 may not call gnus-activate-group which uselessly issues the GROUP
14966 commands for all nntp groups and wastes time. Reported by Romain
14967 Francoise <romain@orebokech.com>.
14968
14969 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14970
149712004-11-15 Simon Josefsson <jas@extundo.com>
14972
14973 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14974 headers separately.
880820fe 14975 (gnus-button-openpgp): New function, inspired by Jochen Küpper
01c52d31
MB
14976 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14977
149782004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14979
14980 * gnus-start.el (gnus-convert-old-newsrc):
14981 Assign legacy-gnus-agent to 5.10.7.
14982
149832004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14984
14985 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14986 start of the lines.
14987
149882004-11-14 Magnus Henoch <mange@freemail.hu>
14989
c4cc8b9a
JB
14990 * hashcash.el (hashcash-default-payment): Change default to 20.
14991 (hashcash-default-accept-payment): Change default to 20.
14992 (hashcash-process-alist): New variable.
14993 (hashcash-generate-payment-async): Add.
14994 (hashcash-already-paid-p): Add.
14995 (hashcash-insert-payment): Don't generate payments twice.
14996 (hashcash-insert-payment-async): Add.
14997 (hashcash-insert-payment-async-2): Add.
14998 (hashcash-cancel-async): Add.
14999 (hashcash-wait-async): Add.
15000 (hashcash-processes-running-p): Add.
15001 (hashcash-wait-or-cancel): Add.
01c52d31
MB
15002 (mail-add-payment): New optional argument. Conditionally start
15003 asynchronous calculation.
c4cc8b9a 15004 (mail-add-payment-async): Add.
01c52d31
MB
15005
15006 * message.el (message-send-mail): Wait for asynchronous hashcash
15007 results. Don't clobber existing X-Hashcash headers.
15008 (message-setup-1): Call mail-add-payment-async when
15009 message-generate-hashcash is non-nil.
15010
150112004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15012
15013 * message.el (message-use-alternative-email-as-from): Examine the
15014 From header as well; use message-make-from in order to include a
15015 user's full name.
15016
150172004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15018
15019 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15020 default; improve customization type.
15021 (gnus-emphasis-custom-with-format): New macro.
15022 (gnus-emphasis-custom-value-to-external): New function.
15023 (gnus-emphasis-custom-value-to-internal): New function.
15024
150252004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15026
15027 * dns.el (query-dns): Resolve reverse addresses.
15028
150292004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15030
15031 * gnus-group.el (gnus-group-get-new-news): Use it.
15032
15033 * gnus-start.el (gnus-check-reasonable-setup): New function.
15034
150352004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15036
15037 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15038 "Args out of range" error. Reported by Arnaud Giersch
15039 <arnaud.giersch@free.fr>.
15040
150412004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15042
15043 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15044
150452004-11-04 Richard M. Stallman <rms@gnu.org>
15046
15047 * spam.el (spam group): Add :version.
15048
15049 * pgg-def.el (pgg group): Add :version.
15050
150512004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15052
15053 * gnus-art.el (gnus-article-edit-article): Don't associate the
15054 article buffer with a draft file. This is a temporary measure
15055 against the 2004-08-22 change to gnus-article-edit-mode.
15056
150572004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15058
15059 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15060 (html2text-format-tags): Remove unused variable `attr'.
15061
150622004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15063
15064 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15065
15066 * spam-stat.el (spam-stat): Add :version.
15067
15068 * sieve.el (sieve): Add :version.
15069
15070 * sha1.el (sha1): Add :version.
15071 (sha1-use-external): Remove redundant version.
15072
15073 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15074 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15075 (nnmail-split-fancy-match-partial-words)
15076 (nnmail-split-lowercase-expanded): Add :version.
15077
15078 * nndiary.el (nndiary): Add :version.
15079
15080 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15081
15082 * mml-sec.el (mml-default-sign-method)
15083 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15084 Add :version.
15085
15086 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15087
15088 * mm-url.el (mm-url-use-external, mm-url-program)
15089 (mm-url-arguments): Add :version.
15090
15091 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15092 (mm-attachment-file-modes, mm-decrypt-option)
15093 (mm-w3m-safe-url-regexp): Add :version.
15094
15095 * message.el (message-cite-prefix-regexp)
15096 (message-sendmail-envelope-from, message-minibuffer-local-map)
15097 (message-user-fqdn, message-completion-alist): Add :version.
15098
15099 * gnus-win.el (gnus-configure-windows-hook)
15100 (gnus-use-frames-on-any-display): Add :version.
15101
15102 * gnus-art.el (gnus-article-address-banner-alist)
15103 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15104 (gnus-treat-from-picon, gnus-treat-mail-picon)
15105 (gnus-treat-x-pgp-sig): Add :version.
15106
15107 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15108 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15109 (gnus-summary-article-delete-hook)
15110 (gnus-summary-display-while-building): Add :version.
15111
15112 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
079a5e72 15113 (gnus-get-top-new-news-hook): Add :version.
01c52d31
MB
15114
15115 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15116 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15117
15118 * gnus-registry.el (gnus-registry): Add :version.
15119
15120 * gnus-spec.el (gnus-use-correct-string-widths)
15121 (gnus-make-format-preserve-properties): Add :version.
15122
15123 * gnus.el (gnus-group-charter-alist)
15124 (gnus-group-fetch-control-use-browse-url)
15125 (gnus-install-group-spam-parameters): Add :version.
15126
15127 * gnus-diary.el (gnus-diary): Add :version.
15128
15129 * gnus-delay.el (gnus-delay): Add :version.
15130
15131 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15132 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15133 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15134 Add :version.
15135
15136 * gnus-agent.el (gnus-agent-max-fetch-size)
15137 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15138 (gnus-agent-prompt-send-queue): Add :version.
15139
15140 * deuglify.el (gnus-outlook-deuglify): Add :version.
15141
296a8e19
SM
15142 * html2text.el: Beautify code. Improve doc strings.
15143 Some checkdoc cleanup.
01c52d31
MB
15144 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15145
151462004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15147
15148 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15149
151502004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15151
15152 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15153 when package is loaded.
15154
15155 * spam.el (spam-summary-score-preferred-header): Add global preference
15156 for people who want to override the default SpamAssassin over
15157 Bogofilter preference (when both are set).
15158 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
296a8e19
SM
15159 (spam-user-format-function-S):
15160 Check spam-summary-score-preferred-header.
01c52d31
MB
15161 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15162 (spam-user-format-function-S): Format the score correctly.
15163
151642004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15165
15166 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15167 signature file. Suggested by Manoj Srivastava
15168 <srivasta@golden-gryphon.com>.
15169
15170 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15171 iso-2022-jp even in the Japanese language environment.
15172 Suggested by Jason Rumney <jasonr@gnu.org>.
15173
151742004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15175
15176 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15177 use the same characters as the dummy marks; make it free from
15178 getting affected by the language environment.
15179 (gnus-summary-read-group-1): Update mark positions only when the
15180 format spec is updated.
15181
15182 * gnus-spec.el (gnus-update-format-specifications): Return a list
15183 of updated types.
15184
151852004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15186
15187 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15188 of boundp to check if display-warning is available.
15189
151902004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15191
15192 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15193
151942004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15195
15196 * nnspool.el (nnspool-spool-directory): Use news-path if the
15197 news-directory variable is not bound.
15198
15199 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15200 function instead of display-warning if it is not available.
15201
152022004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15203
15204 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15205 v5-10: Use `point-at-bol'.
15206
152072004-10-26 Simon Josefsson <jas@extundo.com>
15208
15209 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15210 <chenggao@gmail.com>.
15211
152122004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15213
15214 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15215 instead.
15216
152172004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15218
15219 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15220 to remove a server from the nnimap-server-buffer-alist.
15221 (nnimap-open-connection, nnimap-close-server): Use it.
15222
15223 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15224
152252004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15226
15227 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15228 running the major-mode function.
15229
152302004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15231
15232 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15233 dummy marks in the right way.
15234
152352004-10-18 David Edmondson <dme@dme.org>
15236
15237 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15238 excessively.
15239
152402004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15241
15242 * gnus-util.el (gnus-split-references): Accept a nil references
15243 string and go on blissfully.
15244
15245 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15246 cases where the references string is non-nil but has no references.
15247
15248 * encrypt.el: Add autoload tags.
15249
15250 * spam.el (spam-resolve-registrations-routine): Remove article
15251 from unregistration list too. Reported by David Hanak
15252 <dhanak@isis.vanderbilt.edu>
15253
152542004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15255
15256 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
296a8e19 15257 nil. Change custom type.
01c52d31
MB
15258
152592004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15260
15261 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15262
15263 * gnus-sum.el (gnus-summary-move-article): Use it.
15264
152652004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15266
15267 * encrypt.el: Add autoload cookies.
15268
15269 * spam.el (spam-backend-article-list-property)
15270 (spam-backend-get-article-todo-list)
b97439ce 15271 (spam-backend-put-article-todo-list)
01c52d31
MB
15272 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15273 Resolve registrations separately.
15274 (spam-register-routine): Format comments.
15275 (spam-unregister-routine, spam-register-routine): Always call with
15276 specific-articles, no default list.
15277 (spam-summary-prepare-exit): Use the spam-classifications function.
15278
15279 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15280 gnus-encrypt.el.
15281
002876ab 15282 * encrypt.el: Copied from gnus-encrypt.el.
01c52d31 15283
002876ab 15284 * gnus-encrypt.el: Commented that it's obsolete.
01c52d31
MB
15285
152862004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15287
15288 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15289 (gnus-score-save): Use it.
15290
15291 * message.el (message-bury): Use `window-dedicated-p'.
15292
152932004-10-15 Simon Josefsson <jas@extundo.com>
15294
15295 * pop3.el (top-level): Don't require nnheader.
15296 (pop3-read-timeout): Add.
15297 (pop3-accept-process-output): Add.
15298 (pop3-read-response, pop3-retr): Use it.
15299
153002004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15301
15302 * spam.el (spam-register-routine): Move comment.
15303 (spam-verify-bogofilter): Use 'unknown for the initial
15304 spam-bogofilter-valid state, not 'never.
15305
15306 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15307 for netrc-machine.
15308
296a8e19
SM
15309 * nnimap.el (nnimap-open-connection):
15310 Use netrc-machine-user-or-password.
01c52d31
MB
15311
153122004-10-17 Richard M. Stallman <rms@gnu.org>
15313
15314 * gnus-registry.el (gnus-registry-unload-hook):
15315 Set as a variable with add-hook.
15316
15317 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15318 of news-path.
15319
15320 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15321
15322 * spam.el: Delete duplicate `provide'.
15323 (spam-unload-hook): Set as a variable with add-hook.
15324
153252004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15326
15327 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15328 in the doc string.
15329
15330 * message.el (message-ignored-news-headers)
15331 (message-ignored-supersedes-headers)
15332 (message-ignored-resent-headers)
15333 (message-forward-ignored-headers): Improve custom type.
15334
153352004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15336
15337 * message.el (message-tokenize-header): Fix 2004-09-06 change
15338 which used point-min in the wrong place.
15339
153402004-10-12 Simon Josefsson <jas@extundo.com>
15341
15342 * tls.el (tls-certtool-program): New variable.
15343 (tls-certificate-information): New function, based on
15344 ssl-certificate-information.
15345
153462004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15347
15348 * compface.el: Move the version of ELisp-based uncompface program
15349 to the contrib directory because of the copyright problem.
15350
153512004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15352
15353 * message.el (message-kill-buffer): Raise the current frame.
15354
153552004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15356
15357 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15358
15359 * gnus.el (message-y-or-n-p): Autoload.
15360
15361 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15362 (pop3-password-required, pop3-authentication-scheme)
296a8e19 15363 (pop3-leave-mail-on-server): Make customizable.
01c52d31
MB
15364 (pop3): New custom group.
15365 (pop3-retr): Remove `sleep-for' statements.
15366 Suggested by Dave Love <fx@gnu.org>.
15367
15368 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15369 Windows/DOS.
15370
15371 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
296a8e19
SM
15372 (imap-parse-body): Fix incorrect use of `assert'.
15373 Suggested by Dave Love <fx@gnu.org>.
01c52d31
MB
15374
15375 * mml.el (mml-minibuffer-read-disposition): Require match.
15376 Suggested by Dave Love <fx@gnu.org>.
15377
153782004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15379
15380 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15381 doc string.
15382
153832004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15384
15385 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15386
153872004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15388
15389 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15390 instead of calling `mm-insert-inline', to decode text/* parts
15391 before displaying them.
15392
153932004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15394
15395 * mm-uu.el (mm-uu-text-plain-type): New variable.
15396 (mm-uu-pgp-signed-extract-1): Use it.
15397 (mm-uu-pgp-encrypted-extract-1): Use it.
15398 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15399 bind mm-uu-text-plain-type with that value.
15400 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15401 mm-uu-dissect.
15402
154032004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15404
15405 * gnus-group.el (gnus-update-group-mark-positions):
15406 * gnus-sum.el (gnus-update-summary-mark-positions):
15407 * message.el (message-check-news-body-syntax):
15408 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15409 of string-as-multibyte.
15410
154112004-10-05 Juri Linkov <juri@jurta.org>
15412
15413 * gnus-group.el (gnus-update-group-mark-positions):
15414 * gnus-sum.el (gnus-update-summary-mark-positions):
15415 * message.el (message-check-news-body-syntax):
15416 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15417 8-bit unibyte values to a multibyte string for search functions.
15418
154192004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15420
15421 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15422 (mm-uu-dissect-text-parts): New function.
15423
15424 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15425 dissect text parts.
15426
15427 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15428 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15429
15430 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15431
296a8e19
SM
15432 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15433 Use gnus-current-topics instead of gnus-current-topic.
01c52d31
MB
15434
154352004-10-06 Jesper Harder <harder@ifa.au.dk>
15436
15437 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15438
154392004-10-05 Jesper Harder <harder@ifa.au.dk>
15440
15441 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15442 where approriate.
15443
15444 * nnml.el (nnml-generate-active-info): do.
15445
15446 * nndiary.el (nndiary-generate-active-info): do.
15447
15448 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15449 (gnus-topic-move): do.
15450
15451 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15452 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15453
15454 * gnus-srvr.el (gnus-server-prepare)
15455 (gnus-server-open-all-servers): do.
15456
15457 * gnus-msg.el (gnus-summary-cancel-article)
15458 (gnus-summary-resend-message)
15459 (gnus-summary-mail-crosspost-complaint): do.
15460
15461 * gnus-move.el (gnus-change-server): do.
15462
15463 * gnus-group.el (gnus-group-unmark-all-groups)
15464 (gnus-group-set-current-level): do.
15465
154662004-10-04 Simon Josefsson <jas@extundo.com>
15467
15468 * message.el (message-generate-hashcash): Doc fix.
15469
154702004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15471
15472 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15473 avoid infinite recursion via gnus-get-function.
15474
154752004-10-02 Jesper Harder <harder@ifa.au.dk>
15476
15477 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15478
15479 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15480
15481 * nnmail.el (nnmail-split-history): do.
15482
15483 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15484 (nnml-request-delete-group): do.
15485
15486 * nnslashdot.el (nnslashdot-read-groups): do.
15487
15488 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15489 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15490
15491 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
c4cc8b9a 15492 (nnspool-sift-nov-with-sed): Use last.
01c52d31
MB
15493 (nnspool-retrieve-headers-with-nov): Use mapc.
15494 (nnspool-request-newgroups): Use dolist.
15495 (nnspool-request-group): Use last.
15496
15497 * nntp.el (nntp-read-server-type): Use dolist.
15498
15499 * nnvirtual.el (nnvirtual-create-mapping)
15500 (nnvirtual-update-read-and-marked): Use dolist.
15501 (nnvirtual-convert-headers): Simplify.
15502
155032004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15504
296a8e19
SM
15505 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15506 Add support for sync'ing tick marks.
01c52d31
MB
15507
155082004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15509
15510 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15511 there's no visible header.
15512
155132004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15514
296a8e19
SM
15515 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15516 When necessary, pass full group name to gnus-request-set-marks.
01c52d31
MB
15517
155182004-10-01 Simon Josefsson <jas@extundo.com>
15519
15520 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15521 acroread.
15522
155232004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15524
15525 * spam-report.el (spam-report-gmane): Fix interactive.
15526
15527 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15528
15529 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15530 when writing file.
15531 (gnus-agent-synchronize-flags): Don't default to being
15532 interactive.
15533
155342004-09-30 Simon Josefsson <jas@extundo.com>
15535
15536 * message.el (message-generate-hashcash): Add.
15537 (message-send-mail): Use it, call mail-add-payment.
15538
155392004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15540
15541 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15542
155432004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15544
296a8e19 15545 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
01c52d31
MB
15546 gnus-requst-update-info with explicit code to sync the in-memory
15547 info read flags with the marks being sync'd to the backend.
15548
296a8e19 15549 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
01c52d31
MB
15550
155512004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15552
15553 * spam.el (spam-verify-bogofilter): Add new function.
15554 (spam-check-bogofilter)
15555 (spam-bogofilter-register-with-bogofilter): Use it.
15556 (spam-verify-bogofilter): Add small fixes.
15557
155582004-09-28 Simon Josefsson <jas@extundo.com>
15559
15560 * hashcash.el (hashcash-generate-payment): Revert.
15561
155622004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15563
296a8e19
SM
15564 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15565 Use gnus-extract-references instead of gnus-split-references.
01c52d31
MB
15566
15567 * gnus-util.el (gnus-extract-references): Add new function, analogous
15568 to gnus-split-references but extracts only the message-ID without
15569 anything extra.
15570
15571 * hashcash.el (hashcash-generate-payment)
15572 (hashcash-check-payment): Do the right thing if hashcash-path is
15573 nil (because the hashcash program could not be found).
15574
15575 * spam.el (spam-use-hashcash): Remove comment.
15576
155772004-09-27 Jesper Harder <harder@ifa.au.dk>
15578
15579 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15580 (gnus-cache-enter-article, gnus-cache-remove-article)
15581 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15582
15583 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15584
15585 * gnus-art.el (article-hide-boring-headers)
15586 (article-translate-strings, article-display-face)
15587 (gnus-article-mime-match-handle-first)
15588 (gnus-article-highlight-headers)
15589 (gnus-article-add-buttons-to-head): do.
15590
155912004-09-27 Simon Josefsson <jas@extundo.com>
15592
15593 * hashcash.el: New version, from
15594 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15595 ../contrib/.
15596
155972004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15598
15599 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15600
156012004-09-26 Jesper Harder <harder@ifa.au.dk>
15602
15603 * gnus-dup.el (gnus-dup-open): Use mapc.
15604 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15605
15606 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15607 Reported by Stefan Wiens <s.wi@gmx.net>.
15608
15609 * gnus.el (gnus-shutdown): Use dolist.
15610
15611 * gnus-undo.el (gnus-undo): Use mapc.
15612
15613 * nnrss.el (nnrss-generate-active): do.
15614
15615 * message.el (message-cite-original-without-signature)
15616 (message-cite-original): Use mapc.
15617 (message-do-actions, message-make-forward-subject): Use dolist.
15618
156192004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15620
296a8e19 15621 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
01c52d31
MB
15622 deletion to remove entire duplicate line. Fixes merged article
15623 number bug.
15624
156252004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15626
15627 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15628 servers that are offline. Avoids having gnus-agent-toggle-plugged
15629 first ask if you want to open a server and then, even when you
15630 responded with no, asking if you want to synchronize the server's
15631 flags.
15632 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15633 multi-line expressions.
15634 (gnus-agent-synchronize-group-flags): New internal function.
15635 Updates marks in memory (in the info structure) AND in the
15636 backend.
15637
296a8e19 15638 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
01c52d31 15639
296a8e19
SM
15640 * nnagent.el (nnagent-request-set-mark):
15641 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
01c52d31
MB
15642 method, to ensure that synchronization updates marks in the
15643 backend and in the info (in memory) structure.
15644
156452004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15646
15647 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15648 convention fully; don't miss the root article of a thread; make
15649 the X-Draft-From header with correct article numbers.
15650
156512004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15652
15653 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15654 unless plugged. Disable the agent so that an open failure causes
15655 an error.
15656
15657 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
296a8e19 15658 Revert 2004-09-21 change. The backend must be opened while
01c52d31
MB
15659 synchronizing flags even when the backend stores the flags
15660 locally.
15661
156622004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15663
15664 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15665 in `header' match. Reported by Svend Tollak Munkejord.
15666
15667 * message.el (message-cite-original): Fix use of
15668 `message-cite-articles-with-x-no-archive'.
15669
156702004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15671
15672 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15673 (gnus-window-to-buffer): Ditto.
15674
15675 * mml.el (mml-preview-buffer): New variable.
15676 (mml-preview): Manage window layout with gnus-buffer-configuration.
15677
15678 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15679 X-Draft-From header even if those articles aren't quoted.
15680
156812004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15682
15683 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15684 (gnus-request-set-mark, gnus-request-update-mark): Use new
15685 g-s-t-u-l-m to decide to use backend even when unplugged.
15686
156872004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15688
15689 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15690 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15691
156922004-09-20 Simon Josefsson <jas@extundo.com>
15693
15694 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15695 "utf-16-le".
15696
156972004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15698
15699 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15700
157012004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15702
15703 * uudecode.el (uudecode-use-external): Add :version.
15704
15705 * smime.el (smime-CA-file, smime-encrypt-cipher)
15706 (smime-dns-server): Add :version.
15707
15708 * smiley.el (gnus-smiley-file-types): Add :version.
15709
15710 * sha1.el (sha1-use-external): Add :version.
15711
15712 * pgg-def.el (pgg-query-keyserver): Add :version.
15713
15714 * nnmail.el (nnmail-fancy-expiry-targets)
15715 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15716 Add :version.
15717
15718 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15719 (nnimap-retrieve-groups-asynchronous): Add :version.
296a8e19 15720 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
01c52d31
MB
15721
15722 * mml.el (mml-content-disposition-parameters)
15723 (mml-insert-mime-headers-always): Add :version.
15724
15725 * mm-util.el (mm-coding-system-priorities): Add :version.
15726
15727 * mm-decode.el (mm-inline-text-html-with-images)
15728 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15729 (mm-verify-option): Add :version.
15730 (mm-text-html-renderer): Change :version.
15731
15732 * message.el (message-fcc-externalize-attachments)
15733 (message-required-headers, message-draft-headers)
15734 (message-subject-trailing-was-query)
15735 (message-subject-trailing-was-ask-regexp)
15736 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15737 (message-mark-insert-end, message-archive-header)
15738 (message-archive-note, message-cross-post-default)
15739 (message-cross-post-note, message-followup-to-note)
15740 (message-cross-post-note-function, message-use-mail-followup-to)
15741 (message-subscribed-address-functions)
15742 (message-subscribed-address-file, message-subscribed-addresses)
15743 (message-subscribed-regexps, message-allow-no-recipients)
15744 (message-yank-cited-prefix, message-signature-insert-empty-line)
15745 (message-hidden-headers, message-hierarchical-addresses)
15746 (message-mail-user-agent, message-use-idna)
15747 (message-valid-fqdn-regexp)
15748 (message-strip-special-text-properties, message-header-synonyms)
15749 (message-beginning-of-line, message-tab-body-function): Add :version.
15750 (message-insert-canlock, message-wide-reply-confirm-recipients):
15751 Change :version.
15752
15753 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15754 and :version.
15755 (mail-source-delete-old-incoming-confirm)
15756 (mail-source-movemail-program): Add :version.
15757
15758 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15759 (gnus-agent-cache, gnus-agent): Change :version.
15760
15761 * gnus-util.el (gnus-use-byte-compile): Change :version.
15762
15763 * gnus-sum.el (gnus-summary-make-false-root-always)
15764 (gnus-summary-default-high-score)
15765 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15766 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15767 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15768 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15769 (gnus-sum-thread-tree-single-indent)
15770 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15771 (gnus-sum-thread-tree-leaf-with-other)
15772 (gnus-sum-thread-tree-single-leaf): Add :version.
15773 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15774 (gnus-article-loose-mime): Change :version.
15775
15776 * gnus-start.el (gnus-backup-startup-file)
15777 (gnus-save-startup-file-via-temp-buffer): Add :version.
15778
15779 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15780 (gnus-server-offline-face): Add :version.
15781
15782 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15783
15784 * gnus-msg.el (gnus-gcc-externalize-attachments)
15785 (gnus-debug-files, gnus-debug-exclude-variables)
15786 (gnus-discouraged-post-methods): Change :version.
15787 (gnus-confirm-mail-reply-to-news)
15788 (gnus-confirm-treat-mail-like-news): Add :version.
15789
15790 * gnus-int.el (gnus-server-unopen-status): Add :version.
15791
15792 * gnus-group.el (gnus-group-jump-to-group-prompt)
15793 (gnus-large-ephemeral-newsgroup)
15794 (gnus-fetch-old-ephemeral-headers): Add :version.
15795
15796 * gnus-fun.el (gnus-x-face-directory)
15797 (gnus-convert-pbm-to-x-face-command)
15798 (gnus-convert-image-to-x-face-command)
15799 (gnus-convert-image-to-face-command): Add :version.
15800
15801 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15802
15803 * gnus-cite.el (gnus-cite-blank-line-after-header)
15804 (gnus-article-boring-faces): Add :version.
15805
15806 * gnus-art.el (gnus-buttonized-mime-types)
15807 (gnus-inhibit-mime-unbuttonizing)
15808 (gnus-treat-display-face)
15809 (gnus-treat-body-boundary): Change :version.
15810 (gnus-body-boundary-delimiter, gnus-picon-databases)
15811 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15812 (gnus-treat-date-english, gnus-treat-fold-headers)
15813 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15814 (gnus-treat-mail-picon, gnus-treat-wash-html)
15815 (gnus-article-encrypt-protocol)
15816 (gnus-use-idna, gnus-article-over-scroll)
15817 (gnus-mime-display-multipart-alternative-as-mixed)
15818 (gnus-mime-display-multipart-related-as-mixed)
15819 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15820 (gnus-ctan-url, gnus-button-ctan-handler)
15821 (gnus-button-handle-ctan-bogus-regexp)
15822 (gnus-button-ctan-directory-regexp)
15823 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15824 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15825 (gnus-button-man-level, gnus-button-emacs-level)
15826 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15827
15828 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15829 (gnus-agent-go-online): Change :version.
15830 (gnus-agent-expire-unagentized-dirs)
15831 (gnus-agent-auto-agentize-methods): Add :version.
15832
15833 * flow-fill.el (fill-flowed-display-column)
15834 (fill-flowed-encode-column): Add :version.
15835
15836 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15837 (gnus-outlook-deuglify-unwrap-max)
15838 (gnus-outlook-deuglify-cite-marks)
15839 (gnus-outlook-deuglify-unwrap-stop-chars)
15840 (gnus-outlook-deuglify-no-wrap-chars)
15841 (gnus-outlook-deuglify-attrib-cut-regexp)
15842 (gnus-outlook-deuglify-attrib-verb-regexp)
15843 (gnus-outlook-deuglify-attrib-end-regexp)
15844 (gnus-outlook-display-hook): Add :version.
15845
15846 * binhex.el (binhex-use-external): Add :version.
15847
158482004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15849
15850 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15851 and `invisible'.
15852
158532004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15854
15855 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15856 in gnus-registry-trim.
15857
158582004-09-13 Simon Josefsson <jas@extundo.com>
15859
15860 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15861
15862 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15863
15864 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15865 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15866 <yamaoka@jpl.org>.
15867 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15868 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15869 <yamaoka@jpl.org>.
15870
15871 * sieve.el (sieve-manage-mode): Ditto.
15872
158732004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15874
15875 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15876
158772004-09-11 Simon Josefsson <jas@extundo.com>
15878
15879 * dns-mode.el: Add.
15880
15881 * mm-view.el (mm-display-dns-inline): Add.
15882
15883 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15884 (mm-automatic-display): Ditto.
15885
15886 * mailcap.el (mailcap-mime-data): Add text/dns.
15887 (mailcap-mime-extensions): Map .soa to text/dns.
15888
158892004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15890
15891 * gnus-art.el (article-decode-mime-words, article-babel)
15892 (gnus-article-highlight-signature, gnus-article-add-buttons)
15893 (gnus-signature-toggle): Remove unnecessary bindings of
15894 `inhibit-read-only' inherited from v5.10 merge.
15895
158962004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15897
15898 * nntp.el (nntp): New customization group.
15899 (nntp-authinfo-file): Add customization group.
15900
15901 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15902
15903 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15904
15905 * gnus.el (to-address, to-list, subscribed)
15906 (large-newsgroup-initial): Ditto.
15907
15908 * flow-fill.el (fill-flowed-display-column)
15909 (fill-flowed-encode-column): Ditto.
15910
ce058493 159112004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
01c52d31
MB
15912
15913 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15914 Use point-min rather than 1.
15915 (message-send-mail): Use buffer-size rather than point-max.
15916
15917 * gnus-sum.el (gnus-summary-search-article-forward):
15918 Signal a specific `search-failed' rather than a generic `error'.
15919
15920 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15921 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15922 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15923
159242004-09-10 Simon Josefsson <jas@extundo.com>
15925
15926 * nndb.el (require): Remove tcp and duplicate cl.
15927
159282004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15929
15930 * gnus-agent.el (directory-files-and-attributes): Move forward.
15931
159322004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15933
296a8e19
SM
15934 * gnus-agent.el (directory-files-and-attributes):
15935 Optionally defined to support XEmacs.
01c52d31
MB
15936
159372004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15938
002876ab 15939 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
01c52d31
MB
15940 to avoid run-time CL dependencies.
15941 (gnus-agent-unfetch-articles): New function.
15942 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15943 article numbers even when local .overview file is missing.
002876ab 15944 (gnus-agent-read-article-number): New function. Only accepts
01c52d31 15945 27-bit article numbers.
296a8e19
SM
15946 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15947 Use gnus-agent-read-article-number.
01c52d31
MB
15948 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15949 from backend while recognizing that article numbers in .overview
15950 must be valid.
296a8e19
SM
15951 (gnus-agent-update-files-total-fetched-for):
15952 Use directory-files-and-attributes to improve performance.
15953 * gnus-int.el (gnus-request-move-article):
15954 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
01c52d31
MB
15955 improve performance.
15956
296a8e19 15957 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
01c52d31
MB
15958 some users confused by references to .newsrc when they only have a
15959 .newsrc.eld file.
149cd465 15960 (gnus-convert-mark-converter-prompt)
296a8e19 15961 (gnus-convert-converter-needs-prompt): Fix use of property list.
01c52d31 15962 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
002876ab 15963 New function. Used internally to only display 'gnus converting
01c52d31
MB
15964 files' message when actually necessary.
15965
296a8e19 15966 * gnus-sum.el (): Remove (require 'gnus-agent) as required
01c52d31
MB
15967 methods now autoloaded.
15968
159692004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15970
15971 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15972 identifiers.
15973
159742004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15975
15976 * gnus-picon.el: Fix indentation and closing parenthesis.
15977
159782004-09-01 Simon Josefsson <jas@extundo.com>
15979
15980 * message.el (message-canlock-generate): Require sha1, not
56fd9faa 15981 sha1-el. (Can we get rid of this require altogether? It is ugly
01c52d31
MB
15982 to require within a function. Sadly, if sha1.el isn't loaded, the
15983 let binding in m-c-g will hide the defcustom definition, which is
15984 bad.)
15985
15986 * canlock.el: Require sha1, not sha1-el.
15987
15988 * message.el: Don't autoload sha1 (there is a autoload cookie in
15989 sha1.el).
15990
296a8e19 15991 * sha1-el.el: Rename to sha1.el.
01c52d31
MB
15992
159932004-08-30 Juanma Barranquero <lektu@terra.es>
15994
15995 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15996
159972004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15998
15999 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16000
160012004-08-30 Kim F. Storm <storm@cua.dk>
16002
16003 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16004
16005 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16006 Add :group 'nnimap.
16007
160082004-08-30 Andreas Schwab <schwab@suse.de>
16009
16010 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16011 ?* and ?\;.
16012
16013 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16014 and ?\' to symbol instead of whitespace.
16015
160162004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16017
16018 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16019
16020 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16021 instead of re-search-forward.
16022
16023 * gnus-uu.el (gnus-uu-save-article): Ditto.
16024 (gnus-uu-post-encode-uuencode): Ditto.
16025
16026 * html2text.el (html2text-clean-list-items): Ditto.
16027 (html2text-clean-dtdd): Ditto.
16028 (html2text-format-tags): Ditto.
16029
16030 * message.el (message-send-mail-with-sendmail): Fix regexp.
16031 (message-fill-field-general): Use search-forward instead of
16032 re-search-forward.
16033 (unbold-region): Ditto.
16034
16035 * nnrss.el (nnrss-request-article): Ditto.
16036
16037 * nnslashdot.el (nnslashdot-request-article): Ditto.
16038
16039 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16040
16041 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16042 "Unrecognized menu descriptor" error in XEmacs.
16043
160442004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16045
16046 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16047 parent article of a sparse article in the thread hashtb.
16048
160492004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16050
16051 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16052 (nnmail-expand-newtext): Lowercase expanded entries if
16053 nnmail-split-lowercase-expanded is non-nil.
16054
160552004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16056
c9e31f32 16057 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
01c52d31
MB
16058
16059 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16060 of gnus-tmp-news-method into string under XEmacs. It will be
16061 passed to gnus-correct-length which takes only a string argument.
16062
160632004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16064
16065 * gnus-util.el (gnus-bind-print-variables): New macro.
16066 (gnus-prin1): Use it.
16067 (gnus-prin1-to-string): Use it.
16068 (gnus-pp): New function.
16069 (gnus-pp-to-string): New function.
16070
c9e31f32
SM
16071 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16072 Replace pp-to-string with gnus-pp-to-string.
01c52d31
MB
16073 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16074 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16075 * gnus-msg.el (gnus-debug): Ditto.
16076 * gnus-score.el (gnus-score-save): Ditto.
16077 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16078 gnus-pp-to-string.
16079 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16080 with gnus-pp.
16081 * score-mode.el (gnus-score-pretty-print): Ditto.
16082 * webmail.el (webmail-debug): Ditto.
16083
160842004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16085
c9e31f32
SM
16086 * gnus-art.el (article-display-face, article-display-x-face):
16087 Use buffer-read-only.
01c52d31
MB
16088
160892004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16090
c9e31f32
SM
16091 * gnus-art.el (article-hide-list-identifiers):
16092 Bind inhibit-read-only as t.
01c52d31
MB
16093
160942004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16095
16096 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16097
160982004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16099
16100 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16101 (gnus-narrow-to-page): Don't assume point-min == 1.
16102 (gnus-article-edit-mode): Derive from message-mode.
16103
16104 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16105 point-min == 1.
16106
16107 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16108 Disable incorrect use of `assert'.
16109
16110 * message.el (message-mode): Set comment-start-skip.
16111
01c52d31
MB
161122004-08-22 Sam Steingold <sds@gnu.org>
16113
16114 * pop3.el (pop3-leave-mail-on-server): New user variable.
16115 (pop3-movemail): Delete mail only when it is nil.
16116
161172004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16118
16119 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16120
16121 * mml.el (mml-preview): Use `pop-to-buffer'.
16122
16123 * message.el (message-goto-mail-followup-to): Insert after "To".
16124 (message-carefully-insert-headers): Add comment.
16125
16126 * gnus.el: Remove unused variable `gnus-article-check-size'.
16127
16128 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16129
296a8e19
SM
16130 * gnus-art.el (gnus-button-alist):
16131 Improve `gnus-button-handle-library' entry.
01c52d31
MB
16132
161332004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16134
296a8e19
SM
16135 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16136 Use downcase, since XEmacs capitalizes error messages differently.
01c52d31
MB
16137
161382004-08-18 Jesper Harder <harder@ifa.au.dk>
16139
16140 * nntp.el: Add (require 'gnus) due to reference to
16141 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16142
161432004-08-18 Florian Weimer <fw@deneb.enyo.de>
16144
296a8e19
SM
16145 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16146 Bind `mm-fill-flowed'.
01c52d31
MB
16147
16148 * mm-decode.el (mm-dissect-singlepart): Check it.
16149
161502004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16151
16152 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16153 'imap' for netrc parsing.
16154
161552004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16156
16157 * mailcap.el (mailcap-mime-data): Mark as risky.
16158
161592004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16160
16161 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16162 may be included in the encoded word.
16163 (rfc2047-encode): Don't append a space if the encoded word
16164 includes close parenthesis.
16165
161662004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16167
16168 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16169 of text within parentheses.
16170
161712004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16172
16173 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16174 (gnus-encrypt-write-file-contents): Make the password key the file
16175 name PLUS the cipher, not just the cipher. Also remove failed
16176 passwords from the cache.
16177
161782004-08-06 Simon Josefsson <jas@extundo.com>
16179
296a8e19
SM
16180 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16181 Doc fix.
01c52d31
MB
16182
161832004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16184
16185 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16186 LWSP.
16187
161882004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16189
296a8e19
SM
16190 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16191 Try to append in-reply-to: data to the references: header.
01c52d31 16192
c4cc8b9a 16193 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
01c52d31
MB
16194 (netrc-parse): Use gnus-encrypt.el functions.
16195
16196 * gnus-encrypt.el: Add new file for encryption support; currently
16197 does only a few GPG ciphers and an internal XOR cipher.
16198
16199 * password.el: Add comments on using password-read-and-add.
16200 (password-read-and-add): Add function to read and add the
16201 password to the cache at once.
16202
162032004-07-28 Simon Josefsson <jas@extundo.com>
16204
16205 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16206 parameter (but don't use it, for now).
16207
16208 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16209 instead of hard coding to nil.
16210
162112004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16212
16213 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16214 as mm-inline-image-xemacs does.
16215
162162004-07-26 Simon Josefsson <jas@extundo.com>
16217
16218 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16219 Revert part of 2004-07-17 change below.
16220
162212004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16222
296a8e19
SM
16223 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16224 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
01c52d31
MB
16225
162262004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227
16228 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16229 quotes that actually start with ">" at the beginning of the
16230 lines.
16231
162322004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16233
16234 * rfc2047.el (rfc2047-encode-region): Fix last change.
16235 (rfc2047-encode-parameter): Remove useless concat.
16236
162372004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16238
16239 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16240 encode special characters; fix some kind of misconfigured headers;
16241 signal a real error if debug-on-quit or debug-on-error is non-nil.
16242 (rfc2047-encode-max-chars): New variable.
16243 (rfc2047-encode-1): Use it.
16244 (rfc2047-encode-parameter): New function.
16245
16246 * mml.el (mml-insert-parameter): Remove an excessive space.
16247
162482004-07-17 Simon Josefsson <jas@extundo.com>
16249
16250 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16251 Kai Grossjohann <kai@emptydomain.de>.
16252 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16253 (gnus-group-make-menu-bar): Ditto.
16254
16255 * gnus-util.el (gnus-group-server): Add.
16256
162572004-07-16 Jesper Harder <harder@ifa.au.dk>
16258
16259 * message.el (message-clone-locals): Clone sendmail and smtp
16260 variables.
16261
162622004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16263
16264 * rfc2047.el (rfc2047-encode-region): Fix last change.
16265
162662004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16267
16268 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16269 characters as non-special.
16270
162712004-07-09 Simon Josefsson <jas@extundo.com>
16272
16273 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16274 Users will lose all flag changes made while unplugged with
16275 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16276 good default. See numerous reports on ding mailing list.
16277
162782004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16279
16280 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16281 add generate-head-function and generate-article-function to the
16282 rfc822-forward entry.
16283 (nndoc-rfc822-forward-generate-article): New function.
16284 (nndoc-rfc822-forward-generate-head): New function.
16285
16286 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16287
162882004-07-06 Dan Christensen <jdc@uwo.ca>
16289
16290 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16291 respect display group parameter and gnus-summary-expunge-below.
16292 (gnus-articles-to-read): Remove unused reference to display group
16293 parameter.
16294
162952004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16296
16297 * nnheader.el (nnheader-uniquify-message-id): New experimental
16298 variable.
16299 (nnheader-nov-read-message-id): Use it.
16300
16301 * spam-report.el (spam-report-gmane): Add interactive.
16302
163032004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16304
296a8e19
SM
16305 * mm-encode.el (mm-content-transfer-encoding-defaults):
16306 Use qp-or-base64 for the application/* types.
01c52d31
MB
16307
163082004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16309
16310 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16311
163122004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16313
16314 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16315 trim value.
16316
163172004-01-25 Paul Jarc <prj@po.cwru.edu>
16318
16319 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16320 New macro and function.
16321 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16322
163232004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16324
16325 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16326 after-load-alist.
16327
163282004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16329
296a8e19
SM
16330 * gnus-group.el (gnus-group-get-new-news-this-group):
16331 Don't update info that isn't there.
01c52d31
MB
16332
163332004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16334
16335 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16336 entry.
16337
163382004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16339
16340 * mm-view.el (mm-inline-render-with-function): Use multibyte
16341 buffer; decode html source by charset.
16342
16343 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16344
16345 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16346 Mule-UCS is loaded under XEmacs.
16347 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16348
163492004-06-28 Jesper Harder <harder@ifa.au.dk>
16350
16351 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16352
163532004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16354
16355 * mm-util.el (mm-coding-system-p): Return a coding-system.
16356 (mm-mime-mule-charset-alist): Use shift_jis instead of
16357 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16358 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16359 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16360 instead of japanese-shift-jis and iso-latin-1 respectively in
16361 order to share the default value with both Emacs and XEmacs-mule.
296a8e19
SM
16362 (mm-mule-charset-to-mime-charset):
16363 Make mm-coding-system-priorities effective.
01c52d31
MB
16364 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16365 while predicating of candidates upon the priorities.
16366
163672004-06-27 Jesper Harder <harder@ifa.au.dk>
16368
296a8e19
SM
16369 * gnus-sum.el (gnus-summary-make-menu-bar):
16370 Add gnus-uu-invert-processable.
01c52d31
MB
16371
16372 * gnus.el: Autoload gnus-uu-invert-processable.
16373
163742004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16375
16376 * mm-util.el (mm-with-multibyte-buffer): New macro.
16377
16378 * rfc2047.el (rfc2047-encode-string): Use it.
16379 (rfc2047-encode-region): Move point to the end of the region after
16380 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16381
163822004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16383
16384 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16385 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16386
163872004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16388
16389 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
296a8e19
SM
16390 (gnus-cite-parse): Ignore quoted envelope From_.
16391 Suggested by Karl Chen <quarl@nospam.quarl.org>.
01c52d31
MB
16392
163932004-06-23 Jesper Harder <harder@ifa.au.dk>
16394
16395 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16396 invalid addresses.
16397
163982004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16399
16400 * spam.el: Change section markers, revise TODO list.
16401 (spam-backends): Make new master list of all installed backends.
16402 (spam-summary-exit-behavior): Add new variable to determine how
16403 messages moves are done at summary exit.
16404 (spam-move-spam-nonspam-groups-only)
16405 (spam-process-ham-in-nonham-groups)
16406 (spam-process-ham-in-spam-groups): Remove variables, the
16407 spam-summary-exit-behavior variable should be used to manage this
16408 behavior.
16409 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16410 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16411 and spam-old-spam-articles.
16412 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16413 Add empty variables, placeholders for the backends they represent.
16414 (spam-set-difference): Move, unchanged.
16415 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16416 unless the user has a processor variable.
16417 (spam-classifications, spam-classification-valid-p)
16418 (spam-backend-properties, spam-backend-property-valid-p)
16419 (spam-backend-function-type-valid-p)
16420 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16421 (spam-report-articles-gmane, spam-report-articles-resend):
16422 Remove functions, they are not needed.
16423 (spam-install-backend-super, spam-backend-list)
16424 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16425 (spam-backend-function, spam-backend-ham-registration-function)
16426 (spam-backend-spam-registration-function)
16427 (spam-backend-ham-unregistration-function)
16428 (spam-backend-spam-unregistration-function)
16429 (spam-backend-statistical-p, spam-backend-mover-p)
16430 (spam-install-backend-alias, spam-install-checkonly-backend)
16431 (spam-install-mover-backend, spam-install-nocheck-backend)
16432 (spam-install-backend, spam-install-statistical-backend)
16433 (spam-install-statistical-checkonly-backend): Add backend installation
16434 support.
16435 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16436 (spam-group-processor-p): Use the new backend code and respect the
16437 summary exit behavior.
16438 (spam-mark-spam-as-expired-and-move-routine): Remove.
16439 (spam-summary-prepare): Change to use the new spam-old-articles
16440 variable.
16441 (spam-copy-or-move-routine, spam-copy-spam-routine)
16442 (spam-move-spam-routine, spam-copy-ham-routine)
16443 (spam-move-ham-routine): Add code to copy/move ham or spam.
16444 (spam-fetch-field-fast): Improve doc and code, plus allow the
16445 'number request.
296a8e19
SM
16446 (spam-list-of-checks, spam-list-of-statistical-checks):
16447 Remove variables.
01c52d31
MB
16448 (spam-split, spam-find-spam): Use the new backend code.
16449 (spam-registration-functions): Remove variable.
16450 (spam-unregister-routine): Add convenience wrapper.
16451 (spam-log-undo-registration, spam-register-routine)
16452 (spam-log-processing-to-registry)
16453 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16454 where possible.
16455 (spam-check-gmane-xref, spam-check-regex-headers)
16456 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16457 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16458 (spam-check-bogofilter-headers, spam-check-spamoracle)
16459 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16460 (spam-check-crm114-headers): Use the spam-split-group that
16461 spam-split prepares, no need to determine it every time.
16462
16463 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16464 to the nnheader-parse-naked-head call.
16465
16466 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16467
16468 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16469 the nnheader-nov-read-message-id call.
16470
164712004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16472
16473 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16474 gnus-activate-group twice. Suggested by Markus Peter
16475 <warp@spin.de>.
16476
164772004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16478
16479 * gnus-art.el (gnus-article-time-format): Exchange the order of
16480 day and month in the default value; fix customization type.
16481 (article-date-ut): Use add-text-properties.
16482 (article-make-date-line): Use message-make-date instead of
16483 current-time-string.
16484
16485 * message.el (message-fetch-field): Don't use set-text-properties.
16486 (message-make-date): Simplify.
0f49874b 16487
01c52d31 164882004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 16489
01c52d31
MB
16490 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16491 (rfc2047-encode-region): Treat text within parentheses as special;
16492 show the original text when error has occurred.
0f49874b 16493
01c52d31
MB
16494 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16495 already-computed method to gnus-activate-group.
0f49874b 16496
01c52d31
MB
16497 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16498 same select-methods identical Lisp objects.
0f49874b 16499
01c52d31
MB
16500 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16501 object when modifying the info.
0f49874b 16502
01c52d31 165032004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 16504
01c52d31
MB
16505 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16506 gnus-opened-servers since it has never been opened with the new
16507 configuration yet.
0f49874b 16508
01c52d31 165092004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
0f49874b 16510
01c52d31
MB
16511 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16512 arg to nnheader-generate-fake-message-id.
0f49874b 16513
01c52d31 165142004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
ca0a6900 16515
01c52d31
MB
16516 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16517 number and build a fake message ID localized to a group and
16518 article number (so it's repeatable from that point on).
cc4a96c6 16519 (nnheader-fake-message-id-p): Change regex to accommodate new fake
01c52d31 16520 ID format.
ca0a6900 16521
296a8e19
SM
16522 * gnus-sum.el (gnus-get-newsgroup-headers):
16523 Call nnheader-generate-fake-message-id with the article number.
ca0a6900 16524
01c52d31 165252004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
a21fb88e 16526
01c52d31
MB
16527 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16528 end-of-buffer.
a21fb88e 16529
01c52d31 165302004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
a21fb88e 16531
01c52d31 16532 * message.el (message-ignored-supersedes-headers): Add Approved.
a21fb88e 16533
01c52d31 165342004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
bfe5418b 16535
01c52d31
MB
16536 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16537 goto-char.
16538 (rfc2047-encode): Fold the line before encoding.
bfe5418b 16539
01c52d31 165402004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
d4755e04 16541
01c52d31
MB
16542 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16543 folding -- not all headers can be folded, and this should be done
16544 by the message composition mode. Probably. I think.
d4755e04 16545
01c52d31 165462004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
95f75c75 16547
01c52d31
MB
16548 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16549 fast.
95f75c75 16550
01c52d31
MB
16551 * gnus-ems.el (gnus-remove-image): Don't use
16552 message-text-with-property; remove only the image found first.
4a43ee9b 16553
01c52d31 165542004-06-09 Jesper Harder <harder@ifa.au.dk>
4a43ee9b 16555
01c52d31 16556 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
4a43ee9b 16557
01c52d31 165582004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 16559
01c52d31
MB
16560 * message.el (message-text-with-property): Make it fast and accept
16561 optional arguments.
16562 (message-strip-forbidden-properties): Use it.
16563 (message-fix-before-sending): Follow the m-t-w-p change.
4a43ee9b 16564
01c52d31 16565 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
4a43ee9b 16566
01c52d31 165672004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
4a43ee9b 16568
01c52d31
MB
16569 * gnus-art.el (article-hide-headers): Don't change the buffer
16570 mistakenly when performing mml-preview even if
16571 gnus-single-article-buffer is nil.
4a43ee9b 16572
01c52d31 165732004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
4a43ee9b 16574
01c52d31
MB
16575 * message.el (message-expand-name-databases): New user option.
16576 (message-expand-name): Use it.
4a43ee9b 16577
01c52d31 165782004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
4a43ee9b 16579
01c52d31
MB
16580 * spam.el (spam-report-articles-resend)
16581 (spam-report-resend-register-routine): Allow ham reporting.
16582 (spam-report-resend-register-ham-routine): Add wrapper.
16583 (spam-registration-functions): Add ham resending functions.
16584 (spam-list-of-processors): Add ham resend processor.
4a43ee9b 16585
01c52d31
MB
16586 * gnus.el (ham-resend-to): Add new group parameter.
16587 (spam-process): Add ham resend option.
4a43ee9b 16588
01c52d31
MB
16589 * spam-report.el (spam-report-resend): Allow reporting ham.
16590 (spam-report-resend-ham): Add wrapper.
4a43ee9b 16591
01c52d31 165922004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4a43ee9b 16593
296a8e19
SM
16594 * message.el (message-cite-articles-with-x-no-archive):
16595 New variable.
01c52d31 16596 (message-cite-original): Use it.
4a43ee9b 16597
01c52d31 165982004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
e9bd5782 16599
01c52d31 16600 * message.el (message-cite-original): Respect X-No-Archive.
e9bd5782 16601
01c52d31 166022004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
e9bd5782 16603
01c52d31
MB
16604 * gnus-art.el (article-hide-headers): Refer to the values for
16605 gnus-ignored-headers and gnus-visible-headers in the summary
16606 buffer since a user may have set them as group parameters.
cfcd5c91 16607
01c52d31 166082004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
cfcd5c91 16609
01c52d31
MB
16610 * assistant.el (assistant-node-name): Add convenience function.
16611 (assistant-render-text, assistant-render-node): Add error handling,
16612 plus handle multiple next nodes.
16613 (assistant-find-next-node): Comment out for now.
16614 (assistant-find-next-nodes): Add function, returns list of next
16615 nodes.
16616
166172004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16618
16619 * mail-source.el (mail-source-directory): Fix doc-string.
16620
166212004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16622
16623 * assistant.el (assistant-render-text, assistant-eval): Add :set
16624 widget type, which is different because it takes and returns a
16625 list. Much hilarity ensues.
16626
166272004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16628
296a8e19 16629 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
01c52d31 16630
296a8e19
SM
16631 * gnus-group.el (gnus-group-get-new-news-this-group):
16632 Add doc-string.
01c52d31 16633
296a8e19 16634 * gnus-start.el (gnus-activate-group): Add doc-string.
01c52d31
MB
16635
166362004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16637
16638 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16639
166402004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16641
16642 * assistant.el (assistant-render-text): Try to add a :set
16643 widget, more to come.
16644
16645 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16646 strings.
16647 (spam-report-articles-resend)
16648 (spam-register-routine): Do registration iff any articles warrant
16649 it.
16650 (spam-summary-prepare-exit): Change log message for nil group
16651 destinations.
16652
166532004-05-27 Daniel Pittman <daniel@rimspace.net>
16654
296a8e19
SM
16655 * spam.el (spam-report-resend-register-routine):
16656 Allow spam-report-resend-to to be a group parameter or a global value.
01c52d31
MB
16657
166582004-05-26 Simon Josefsson <jas@extundo.com>
16659
16660 * starttls.el: Merge with my GNUTLS based starttls.el.
16661 (starttls-gnutls-program, starttls-use-gnutls)
16662 (starttls-extra-arguments, starttls-process-connection-type)
296a8e19
SM
16663 (starttls-connect, starttls-failure, starttls-success):
16664 New variables.
01c52d31 16665 (starttls-program, starttls-extra-args): Doc fix.
296a8e19
SM
16666 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16667 New functions.
16668 (starttls-negotiate, starttls-open-stream):
16669 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
01c52d31
MB
16670 function if it is set.
16671
166722004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16675 structured fields.
16676
166772004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16678
16679 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16680
166812004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16682
296a8e19
SM
16683 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16684 Add variable.
01c52d31
MB
16685 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16686 assigning the spam-mark to new messages.
16687
880820fe 166882004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
01c52d31 16689
c4cc8b9a 16690 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
01c52d31
MB
16691
166922004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16693
16694 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16695 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16696 default.
16697
166982004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16699
002876ab 16700 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
01c52d31
MB
16701 correct data.
16702
167032004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16704
16705 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16706 (spam-group-processor-p): Fix function.
16707 (spam-group-processor-multiple-p)
16708 (spam-group-spam-processor-report-gmane-p)
16709 (spam-group-spam-processor-report-resend-p)
16710 (spam-group-spam-processor-bogofilter-p)
16711 (spam-group-spam-processor-blacklist-p)
16712 (spam-group-spam-processor-ifile-p)
16713 (spam-group-ham-processor-ifile-p)
16714 (spam-group-spam-processor-spamoracle-p)
16715 (spam-group-spam-processor-crm114-p)
16716 (spam-group-ham-processor-bogofilter-p)
16717 (spam-group-spam-processor-stat-p)
16718 (spam-group-ham-processor-stat-p)
16719 (spam-group-ham-processor-whitelist-p)
16720 (spam-group-ham-processor-BBDB-p)
16721 (spam-group-ham-processor-spamoracle-p)
16722 (spam-group-ham-processor-copy-p): Remove functions with some
16723 prejudice against unneeded code.
16724 (spam-report-articles-resend)
16725 (spam-report-resend-register-routine): Allow the group/topic
16726 spam-resend-to value to override spam-report-resend-to.
16727 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16728 properly now.
16729
16730 * gnus.el (spam-resend-to): Add group/topic parameter.
16731 (spam-process): Move the OBSOLETE processors to the end of the
16732 choices.
16733
167342004-05-24 Daniel Pittman <daniel@rimspace.net>
16735
296a8e19
SM
16736 * spam-report.el (spam-report-resend-to, spam-report-resend):
16737 Start with resend-to set to nil, and then ask the user if necessary.
01c52d31
MB
16738 (spam-report-resend): spam-report-resend takes a list of articles, not
16739 separate article numbers.
16740
167412004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16742
16743 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16744 addition to emacs-w3m.
16745
167462004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16747
16748 * assistant.el (assistant-authinfo-data): New function.
16749 (assistant-eval): Eval for entire assistant.
16750
16751 * netrc.el (netrc-services-file): New variable.
16752 (netrc-parse-services): New function.
16753 (netrc-find-service-name): New function.
16754 (netrc-find-service-number): New function.
16755 (netrc-port-equal): New function.
16756 (netrc-machine): Use it.
16757
16758 * nnimap.el (nnimap-open-connection): Use netrc.
16759
16760 * gnus-util.el (gnus-netrc-get): Remove aliases.
16761
16762 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16763
16764 * assistant.el (wid-edit): Fix compilation.
16765
16766 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16767
167682004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16769
16770 * gnus-util.el (gnus-set-file-modes): New function. (small
16771 patch).
16772
167732004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 16774
01c52d31 16775 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
cfcd5c91 16776
01c52d31
MB
16777 * assistant.el (assistant-render-node): Fix up rendering and
16778 read-only text.
16779 (assistant-render-node): Reset.
16780 (assistant-make-read-only): Not sticky.
cfcd5c91 16781
01c52d31 167822004-05-20 Danny Siu <dsiu@adobe.com>
cfcd5c91 16783
01c52d31
MB
16784 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16785 centered even when gnus-auto-center-summary is t
cfcd5c91 16786
01c52d31 167872004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
cfcd5c91 16788
01c52d31
MB
16789 * dns.el (dns-get-txt-answer): New function.
16790 (dns-read-txt): Ditto.
16791 (query-dns): Use it.
cfcd5c91 16792
01c52d31 167932004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
cfcd5c91 16794
01c52d31
MB
16795 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16796 active for foreign groups even if the group level is higher than
16797 the specified value.
cfcd5c91 16798
01c52d31 167992004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9ad41fb7 16800
01c52d31
MB
16801 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16802 non-active groups.
9ad41fb7 16803
01c52d31 16804 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
b4e8a25b 16805
01c52d31 168062004-05-20 Magnus Henoch <mange@freemail.hu>
b4e8a25b 16807
01c52d31 16808 * dns.el (dns-read-type): Add support for SVR. (small patch)
b4e8a25b 16809
01c52d31 168102004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
ddfbe5db 16811
01c52d31
MB
16812 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16813 (spam-crm114-header, spam-crm114-spam-switch)
16814 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16815 (spam-crm114-positive-spam-header)
16816 (spam-crm114-database-directory, spam-list-of-processors)
16817 (spam-group-spam-processor-crm114-p)
16818 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16819 (spam-generic-score, spam-list-of-checks)
16820 (spam-list-of-statistical-checks, spam-registration-functions)
16821 (spam-check-crm114-headers, spam-crm114-score)
16822 (spam-check-crm114, spam-crm114-register-with-crm114)
16823 (spam-crm114-register-spam-routine)
16824 (spam-crm114-unregister-spam-routine)
16825 (spam-crm114-register-ham-routine)
296a8e19
SM
16826 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16827 From asjo@koldfront.dk (Adam Sjøgren).
ddfbe5db 16828
01c52d31 16829 * gnus.el: Add spam-use-crm114.
d0859c9a 16830
01c52d31
MB
16831 * spam.el (spam-list-of-processors, spam-registration-functions):
16832 Add spam-use-resend.
16833 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16834 (spam-report-articles-gmane): Add doc fix.
149cd465
JB
16835 (spam-report-articles-resend, spam-report-resend-register-routine):
16836 Add wrappers around spam-report-resend-to.
d0859c9a 16837
01c52d31
MB
16838 * spam-report.el (spam-report-resend-to, spam-report-resend):
16839 Add support for resending spam.
16840 (spam-report-gmane): Fix line length >80.
d0859c9a 16841
01c52d31 16842 * gnus.el (spam-process): Add spam-use-resend.
d0859c9a 16843
01c52d31 168442004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
d0859c9a 16845
01c52d31
MB
16846 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16847 number of processed spam messages.
16848 (spam-ham-copy-or-move-routine): Return the number of processed
16849 ham messages.
16850 (spam-summary-prepare-exit): Use the above values to decide
16851 whether status messages shouled be displayed.
d0859c9a 16852
01c52d31 168532004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
d0859c9a 16854
296a8e19 16855 * rfc2047.el (rfc2047-encode-function-alist): Rename from
01c52d31
MB
16856 `rfc2047-encoding-function-alist' in order to avoid conflicting
16857 with the old version.
16858 (rfc2047-encode-region): Concatenate words containing non-ASCII
16859 characters in structured fields; don't encode space-delimited
16860 ASCII words even in unstructured fields; don't break words at
16861 char-category boundaries.
16862 (rfc2047-encode-1): New function.
16863 (rfc2047-encode): Use it; encode text so that it occupies the
16864 maximum width within 76-column; work correctly on Q encoding for
16865 iso-2022-* charsets.
16866 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16867 sure not to break a line just after the header name.
296a8e19 16868 (rfc2047-b-encode-region): Remove.
01c52d31 16869 (rfc2047-b-encode-string): New function.
296a8e19 16870 (rfc2047-q-encode-region): Remove.
01c52d31 16871 (rfc2047-q-encode-string): New function.
d0859c9a 16872
01c52d31 16873 * mm-util.el (mm-replace-in-string): New function.
d0859c9a 16874
01c52d31 168752004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 16876
296a8e19
SM
16877 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16878 Really get it right.
01c52d31 16879 (gnus-inews-make-draft): Really.
d0859c9a 16880
01c52d31 168812004-05-19 Ben Menasha <bmenasha@benmenasha.net>
d0859c9a 16882
01c52d31
MB
16883 * nnmh.el (nnmh-request-list-1): Don't check the link count
16884 before descending. (small patch)
d0859c9a 16885
01c52d31 168862004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
d0859c9a 16887
01c52d31
MB
16888 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16889 stuff.
6441d280 16890
296a8e19
SM
16891 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16892 Match on real group name.
6441d280 16893
01c52d31 16894 * gnus-art.el (gnus-signature-limit): Doc fix.
8654e13a 16895
01c52d31 16896 * gnus-msg.el (gnus-inews-make-draft): Quote list.
8654e13a 16897
01c52d31 168982004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654e13a 16899
296a8e19
SM
16900 * gnus-draft.el (gnus-draft-send):
16901 Bind rfc2047-encode-encoded-words.
8654e13a 16902
01c52d31
MB
16903 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16904 (rfc2047-encodable-p): Say that =? needs encoding.
16905 (rfc2047-encode-encoded-words): New variable.
8654e13a 16906
01c52d31 16907 * gnus-group.el (gnus-group-select-group): Doc fix.
8654e13a 16908
01c52d31 16909 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
31640842 16910
01c52d31
MB
16911 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16912 to nil.
31640842 16913
01c52d31 16914 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
31640842 16915
01c52d31 16916 * nnheader.el (nnheader-get-lines-and-char): New function.
31640842 16917
01c52d31 169182004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
61b397cd 16919
296a8e19
SM
16920 * gnus-msg.el (gnus-summary-followup-with-original):
16921 Document yanking of region when active.
61b397cd 16922
01c52d31 169232004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
61b397cd 16924
01c52d31
MB
16925 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16926 groups if the group level is higher than the specified value.
31640842 16927
01c52d31 169282004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
cd01ded9 16929
01c52d31 16930 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
296a8e19 16931 (gnus-group-jump-to-group): Add prefix argument using
01c52d31
MB
16932 `gnus-group-jump-to-group-prompt'. Query before jumping to
16933 non-active group.
cd01ded9 16934
01c52d31
MB
16935 * compface.el (uncompface): Be verbose when changing
16936 `uncompface-use-external'.
850c333d 16937
01c52d31
MB
16938 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16939 handle manual section.
850c333d 16940
01c52d31 169412004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
ff5e68bf 16942
01c52d31 16943 * gnus-art.el (gnus-button-alist): Revert previous change.
ff5e68bf 16944
01c52d31 169452004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
ff5e68bf 16946
01c52d31 16947 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
ff5e68bf 16948
01c52d31 169492004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6a748eda 16950
01c52d31
MB
16951 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16952 whether backend can accept message.
6a748eda 16953
01c52d31 16954 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
9d9b0de9 16955
01c52d31 169562004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
9d9b0de9 16957
01c52d31
MB
16958 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16959 Avoid creating directory when nntp-marks-is-evil is true.
16960 Reported by Reiner Steib.
9a89f5b0 16961
01c52d31 169622004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
9a89f5b0 16963
01c52d31 16964 * gnus-picon.el (gnus-picon-style): New variable.
296a8e19
SM
16965 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16966 (gnus-picon-transform-address): Support `gnus-picon-style'.
16967 From Jesper Harder <harder@ifa.au.dk>.
91472578 16968
01c52d31 169692004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16970
01c52d31
MB
16971 * message.el (message-fill-field): Return point.
16972 (message-generate-headers): Go to end of field.
91472578 16973
01c52d31
MB
16974 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16975 stuff for non-living groups.
91472578 16976
01c52d31 169772004-05-18 Jesper Harder <harder@ifa.au.dk>
91472578 16978
01c52d31
MB
16979 * gnus-art.el (gnus-article-followup-with-original)
16980 (gnus-article-reply-with-original): gnus-mark-active-p ->
16981 gnus-region-active-p.
91472578 16982
01c52d31 169832004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
91472578 16984
01c52d31
MB
16985 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16986 only when there is spam or ham to be processed.
91472578 16987
01c52d31 169882004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 16989
01c52d31
MB
16990 * mail-source.el (mail-source-delete-crash-box): Refactor.
16991 (mail-source-fetch): Use it.
16992 (mail-source-fetch-file): Ditto.
16993 (mail-source-fetch-directory): Run postscript in loop.
16994 (mail-source-fetch-pop): Delete.
16995 (mail-source-fetch-maildir): Ditto.
16996 (mail-source-fetch-imap): Ditto.
91472578 16997
01c52d31 16998 * imap.el (imap-authenticators): Comment out sasl.
91472578 16999
01c52d31
MB
17000 * message.el (message-skip-to-next-address): New function.
17001 (message-fill-header-address): Refactor.
17002 (message-fill-address): Use it.
17003 (message-delete-address): Use it.
17004 (message-fill-header-general): Refactor.
17005 (message-fill-field-address): Rename.
17006 (message-narrow-to-field): Find the start of the header.
17007 (message-header-format-alist): Don't pre-fill.
296a8e19 17008 (message-fill-header): Remove.
01c52d31
MB
17009 (message-insert-header): New function.
17010 (message-shorten-references): Use it.
91472578 17011
01c52d31 17012 * rfc2047.el (rfc2047-field-value): Strip props.
91472578 17013
01c52d31 17014 * mail-parse.el (mail-header-make-address): New alias.
91472578 17015
01c52d31 17016 * ietf-drums.el (ietf-drums-make-address): New function.
91472578 17017
01c52d31 17018 * imap.el: Add compiler directives.
91472578 17019
01c52d31 17020 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
91472578 17021
01c52d31
MB
17022 * gnus-art.el (article-decode-idna-rhs): Don't use
17023 message-idna-inside-rhs-p.
91472578 17024
01c52d31 170252004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 17026
296a8e19 17027 * message.el (message-idna-inside-rhs-p): Remove.
01c52d31 17028 (message-idna-to-ascii-rhs-1): Use proper address parsing.
1b155fbd 17029
296a8e19 17030 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
01c52d31 17031 false positives.
1b155fbd 17032
ce058493 170332004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
91472578 17034
01c52d31 17035 * imap.el (imap-sasl-make-mechanisms): Use sasl.
91472578 17036
01c52d31 170372004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
91472578 17038
ce058493 17039 * nneething.el (nneething-file-name): Don't create spurious
01c52d31 17040 files.
91472578 17041
01c52d31
MB
17042 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17043 (gnus-inews-do-gcc): Remove sleep.
498063ec 17044
01c52d31
MB
17045 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17046 part under point.
498063ec 17047
01c52d31
MB
17048 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17049 (gnus-agent-regenerate-group): Using nil messages aren't valid.
498063ec 17050
01c52d31 170512004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 17052
296a8e19 17053 * spam.el (spam-summary-prepare-exit): Fix (length).
498063ec 17054
01c52d31 170552004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
498063ec 17056
01c52d31
MB
17057 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17058 as expired without moving it" message when there are spam
17059 messages left.
498063ec 17060
01c52d31 170612004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
707f2b38 17062
002876ab 17063 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
01c52d31 17064 header is not nil.
707f2b38 17065
01c52d31 170662004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10ace8ea 17067
296a8e19
SM
17068 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17069 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
01c52d31
MB
17070 (nntp-marks-changed-p): New arg SERVER.
17071 (nntp-request-update-info): Adjust caller.
10ace8ea 17072
01c52d31 170732004-05-14 Kai Grossjohann <kai@emptydomain.de>
10ace8ea 17074
01c52d31 17075 * nntp.el (nntp-save-marks): Pass missing arg.
10ace8ea 17076
01c52d31 170772004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10ace8ea 17078
01c52d31
MB
17079 * nntp.el: Support marks.
17080 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17081 (nntp-marks-modtime, nntp-marks-directory): New variables.
17082 (nntp-request-set-mark, nntp-request-update-info)
17083 (nntp-possibly-create-directory, nntp-marks-changed-p)
296a8e19
SM
17084 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17085 New functions.
10ace8ea 17086
01c52d31 170872004-05-12 Jesper Harder <harder@ifa.au.dk>
10ace8ea 17088
296a8e19
SM
17089 * gnus-score.el (gnus-score-insert-help):
17090 Use gnus-select-lowest-window.
10ace8ea 17091
01c52d31
MB
17092 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17093 appt-select-lowest-window and rename to gnus-select-lowest-window.
10ace8ea 17094
01c52d31 17095 * gnus.el: do.
10ace8ea 17096
01c52d31 170972004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10ace8ea 17098
01c52d31
MB
17099 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17100 encodings of MIME-encoded words, in order to improve
17101 interoperability with several broken MUAs.
10ace8ea 17102
01c52d31 171032004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
f3f7f80c 17104
01c52d31
MB
17105 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17106 tags, only when charsets are not specified in headers.
17107 (mm-inline-text-html-render-with-w3m): Ditto.
f3f7f80c 17108
01c52d31 171092004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
0302b80e 17110
01c52d31
MB
17111 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17112 instead of MIME-decoded from fields when checking
17113 `gnus-article-address-banner-alist'.
0302b80e 17114
01c52d31 171152004-05-03 Jesper Harder <harder@ifa.au.dk>
fa9a04e1 17116
01c52d31
MB
17117 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17118 description rather than subject.
fa9a04e1 17119
01c52d31 171202004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 17121
01c52d31 17122 * gnus.el (gnus-version-number): Bump.
fa9a04e1 17123
01c52d31 171242004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
fa9a04e1 17125
01c52d31 17126 * gnus.el: No Gnus v0.2 is released.
fa9a04e1 17127
01c52d31 171282004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
fa9a04e1 17129
296a8e19
SM
17130 * gnus-agent.el (gnus-agent-read-agentview):
17131 Inline gnus-uncompress-range.
fa9a04e1 17132
01c52d31 171332004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 17134
01c52d31
MB
17135 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17136 `exec-installed-p'.
fa9a04e1 17137
01c52d31 171382004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
fa9a04e1 17139
296a8e19
SM
17140 * gnus.el (spam-process, spam-autodetect-methods):
17141 Add bsfilter and bsfilter-headers.
fa9a04e1 17142
01c52d31
MB
17143 * spam.el (spam-bsfilter): New customize group.
17144 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17145 (spam-bsfilter-header, spam-bsfilter-probability-header)
17146 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17147 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17148 (spam-bsfilter-database-directory): New options.
17149 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17150 (spam-list-of-statistical-checks, spam-registration-functions):
17151 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17152 (spam-bsfilter-score): New command.
17153 (spam-check-bsfilter-headers, spam-check-bsfilter)
17154 (spam-bsfilter-register-with-bsfilter)
17155 (spam-bsfilter-register-spam-routine)
17156 (spam-bsfilter-unregister-spam-routine)
17157 (spam-bsfilter-register-ham-routine)
17158 (spam-bsfilter-unregister-ham-routine): New functions.
17159 (spam-generic-score): Support bsfilter; Accept an optional argument
17160 to recalcurate spam score even if scoring header has already been
17161 added.
17162 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17163 optional argument to recalcurate spam score even if scoring header
17164 has already been added.
bf68d4e6 17165
01c52d31 171662004-04-29 Jesper Harder <harder@ifa.au.dk>
bf68d4e6 17167
01c52d31
MB
17168 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17169 strings! Reported by David D. Smith <davidsmith@acm.org>.
17170 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17171 link is missing.
f66ce3b9 17172
01c52d31 171732004-04-28 Jesper Harder <harder@ifa.au.dk>
f66ce3b9 17174
01c52d31
MB
17175 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17176 (html2text-get-attr): Rewrite.
14f56b66 17177
01c52d31
MB
17178 * message.el (message-setup-1): Remove redundant put-text-property
17179 on mail-header-separator.
14f56b66 17180
01c52d31 171812004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
ec3c4a4c 17182
01c52d31
MB
17183 * gnus-registry.el (gnus-registry-cache-whitespace)
17184 (gnus-registry-action, gnus-registry-spool-action)
17185 (gnus-registry-split-fancy-with-parent): Change message levels
17186 from 5 to 3 or 7, as needed.
ec3c4a4c 17187
01c52d31
MB
17188 * spam.el (spam-summary-prepare-exit)
17189 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17190 (spam-split, spam-find-spam, spam-log-undo-registration)
296a8e19 17191 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
01c52d31 17192 level from 5 to 6.
5f5475ac 17193
01c52d31 171942004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5f5475ac 17195
01c52d31
MB
17196 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17197 2004-03-04 change).
5f5475ac 17198
01c52d31 171992004-04-25 Jesper Harder <harder@ifa.au.dk>
2fd561a9 17200
c9e31f32
SM
17201 * sieve-manage.el (sieve-manage-open):
17202 * nnweb.el (nnweb-insert-html):
01c52d31 17203 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
c9e31f32
SM
17204 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17205 * nnspool.el (nnspool-request-group):
01c52d31 17206 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
c9e31f32 17207 * nnml.el (nnml-request-update-info):
01c52d31 17208 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
c9e31f32 17209 (nnmh-request-create-group, nnmh-update-gnus-unreads):
01c52d31 17210 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
c9e31f32
SM
17211 (nnimap-request-set-mark):
17212 * nnfolder.el (nnfolder-request-update-info):
01c52d31 17213 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
c9e31f32
SM
17214 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17215 * gnus-uu.el (gnus-uu-find-articles-matching):
01c52d31 17216 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
01c52d31 17217 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
c9e31f32
SM
17218 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17219 * gnus-nocem.el (gnus-nocem-scan-groups):
17220 * gnus-int.el (gnus-start-news-server):
01c52d31 17221 * gnus-group.el (gnus-group-make-kiboze-group)
c9e31f32
SM
17222 (gnus-group-browse-foreign-server):
17223 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17224 Use mapc when appropriate.
270a576a 17225
01c52d31 172262004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 17227
01c52d31 17228 FIXME: Make separate entries for each person.
270a576a 17229
01c52d31 17230 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
880820fe 17231 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
01c52d31 17232 <shields@msrl.com>:
270a576a 17233
01c52d31
MB
17234 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17235 may need for spam sorting and scoring.
17236 (spam-user-format-function-S): Add user format function suitable for
17237 general use.
17238 (spam-article-sort-by-spam-status): Add sorting function for summary
17239 sorting.
17240 (spam-extra-header-to-number): Add function to get a score from a
17241 header.
17242 (spam-summary-score): Add function to get a numeric score from the
17243 headers.
c9e31f32 17244 (spam-generic-score): Fix function doc, was in wrong place.
01c52d31
MB
17245 (spam-initialize): Take symbols when it's run, and install the
17246 extra headers that spam-necessary-extra-headers thinks we need.
270a576a 17247
01c52d31 172482004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 17249
01c52d31 17250 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
880820fe 17251 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
270a576a 17252
01c52d31 172532004-04-17 Jesper Harder <harder@ifa.au.dk>
270a576a 17254
01c52d31
MB
17255 * gnus-sum.el (gnus-set-global-variables)
17256 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17257 (gnus-article-get-xrefs, gnus-summary-best-group)
17258 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17259 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
c9e31f32
SM
17260 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17261 Use with-current-buffer.
270a576a 17262
01c52d31 172632004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
270a576a 17264
01c52d31
MB
17265 * spam.el (spam-summary-prepare-exit): Simplify logic.
17266 (spam-fetch-article-header): Read the article header if it's not
17267 available.
17268 (spam-list-articles): Simplify logic.
17269 (spam-filelist-register-routine): Fix bug with unregister-list.
270a576a 17270
01c52d31 17271 * gnus-registry.el: Fix comments at beginning.
270a576a 17272
01c52d31 172732004-04-16 Jesper Harder <harder@ifa.au.dk>
d31fa104 17274
01c52d31
MB
17275 * message.el (message-cater-to-broken-inn): Remove.
17276 (message-shorten-references): Make sure the total folded length of
17277 References is shorter than 998 characters to cater to a bug in INN
17278 2.3. Also, don't pretend that references aren't folded -- this
17279 hasn't worked for a while.
d31fa104 17280
01c52d31 172812004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 17282
01c52d31
MB
17283 * gnus-agent.el (gnus-agentize):
17284 gnus-agent-send-mail-real-function no longer set to current value
17285 of message-send-mail-function but rather a lambda that calls
17286 message-send-mail-function. The change makes the agent real-time
17287 responsive to user changes to message-send-mail-function.
9b981cb6 17288
01c52d31 172892004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
9b981cb6 17290
01c52d31 17291 * legacy-gnus-agent.el
296a8e19 17292 (gnus-agent-convert-to-compressed-agentview): Fix typos with
01c52d31 17293 help from Florian Weimer <fw@deneb.enyo.de>
9b981cb6 17294
01c52d31 172952004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
56c30d72 17296
01c52d31 17297 * nnmail.el (nnmail-cache-insert): Revert last change.
56c30d72 17298
01c52d31 172992004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
f429956a 17300
01c52d31
MB
17301 * nnmail.el (nnmail-cache-insert): Always check whether
17302 nnmail-cache-ignore-groups matches a group name.
f429956a 17303
01c52d31 173042004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
5c243ee4 17305
01c52d31
MB
17306 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17307 (spam-find-spam, spam-log-processing-to-registry)
17308 (spam-log-registered-p, spam-log-unregistration-needed-p)
17309 (spam-log-undo-registration): Use gnus-message instead of
17310 gnus-error, none of these errors are fatal.
5c243ee4 17311
01c52d31
MB
17312 * gnus-registry.el (gnus-registry-clean-empty-function)
17313 (gnus-registry-clean-empty): Remove only empty entries without
17314 extra data.
aba1948a 17315
01c52d31 173162004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
aba1948a 17317
01c52d31
MB
17318 * spam-stat.el (spam-stat-buffer-change-to-spam)
17319 (spam-stat-buffer-change-to-non-spam): Change (error) to
17320 (gnus-message 8) invocation.
aba1948a 17321
01c52d31 173222004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 17323
01c52d31
MB
17324 * nntp.el (nntp-via-netcat-command): New variable.
17325 (nntp-via-netcat-switches): New variable.
17326 (nntp-open-via-rlogin-and-netcat): New function.
17327 (nntp-open-connection-function): Doc fix.
17328 (nntp-telnet-command): Doc fix.
17329 (nntp-end-of-line): Doc fix.
17330 (nntp-via-rlogin-command): Doc fix.
17331 (nntp-via-user-name): Doc fix.
17332 (nntp-via-address): Doc fix.
aba1948a 17333
01c52d31 173342004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
aba1948a 17335
01c52d31
MB
17336 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17337 error in Emacs 21.1.
ddff82cf 17338
01c52d31 173392004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
ddff82cf 17340
01c52d31 17341 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
112d84ef 17342
01c52d31 173432004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
540992fa 17344
01c52d31
MB
17345 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17346 (gnus-agent-with-refreshed-group): New macro.
17347 (gnus-agent-rename-group): New function.
17348 (gnus-agent-delete-group): New function.
17349 (gnus-agent-save-group-info): Use gnus-command-method when
17350 `method' parameter is nil. Don't write nil entries into the
17351 active file.
17352 (gnus-agent-get-group-info): New function.
296a8e19
SM
17353 (gnus-agent-fetch-articles):
17354 Use gnus-agent-update-files-total-fetched-for to increment disk space
01c52d31 17355 used.
296a8e19
SM
17356 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17357 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31 17358 used.
296a8e19 17359 (gnus-agent-get-local): Add optional parameters to avoid calling
01c52d31
MB
17360 gnus-group-real-name and gnus-find-method-for-group.
17361 (gnus-agent-set-local): Delete stored entry if either min, or max,
17362 are nil.
296a8e19
SM
17363 (gnus-agent-fetch-session): Reworded error/quit messages.
17364 On quit, use gnus-agent-regenerate-group to record existence of any
01c52d31
MB
17365 articles fetched to disk before the quit occurred.
17366 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17367 gnus-agent-update-view-total-fetched-for, and
17368 gnus-agent-update-files-total-fetched-for to decrement disk space
17369 used.
296a8e19
SM
17370 (gnus-agent-retrieve-headers):
17371 Use gnus-agent-update-view-total-fetched-for to increment disk space
01c52d31
MB
17372 used.
17373 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17374 with gnus-agent-update-files-total-fetched-for to decrement disk
17375 space and fresh group buffer.
17376 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17377 (gnus-agent-need-update-total-fetched-for): New variable.
17378 (gnus-agent-update-files-total-fetched-for): New function.
17379 (gnus-agent-update-view-total-fetched-for): New function.
17380 (gnus-agent-total-fetched-for): New function.
17381
296a8e19
SM
17382 * gnus-cache.el (gnus-cache-save-buffers):
17383 Use gnus-cache-update-overview-total-fetched-for to change disk space
01c52d31 17384 used by this group.
296a8e19
SM
17385 (gnus-cache-possibly-enter-article):
17386 Use gnus-cache-update-file-total-fetched-for to increment disk space
01c52d31 17387 used by this group.
296a8e19
SM
17388 (gnus-cache-possibly-remove-article):
17389 Use gnus-cache-update-file-total-fetched-for to decrement disk space
01c52d31
MB
17390 used by this group.
17391 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17392 (gnus-cache-rename-group): New function.
17393 (gnus-cache-delete-group): New function.
17394 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17395 (gnus-cache-need-update-total-fetched-for): New variable.
17396 (gnus-cache-with-refreshed-group): New macro.
17397 (gnus-cache-update-file-total-fetched-for): New function.
17398 (gnus-cache-update-overview-total-fetched-for): New function.
17399 (gnus-cache-rename-group-total-fetched-for): New function.
17400 (gnus-cache-delete-group-total-fetched-for): New function.
17401 (gnus-cache-total-fetched-for): New function.
112d84ef 17402
01c52d31
MB
17403 * gnus-group.el: Require gnus-sum and autoload functions to
17404 resolve warnings when gnus-group.el compiled alone.
c4cc8b9a 17405 (gnus-group-line-format): Documented new %F.
01c52d31
MB
17406 (size of Fetched data) group line format; identifies disk space
17407 used by agent and cache.
17408 (gnus-group-line-format-alist): Defined new F format.
17409 (gnus-total-fetched-for): New function.
17410 (gnus-group-delete-group): No longer update
17411 gnus-cache-active-altered as gnus-request-delete-group now keeps
17412 the cache in sync.
17413 (gnus-group-list-active): Let the agent store a server's active
17414 list if currently plugged.
2f7717f6 17415
c9e31f32
SM
17416 * gnus-int.el (gnus-request-delete-group):
17417 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
01c52d31 17418 local disk in sync with the server.
c9e31f32
SM
17419 (gnus-request-rename-group):
17420 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
01c52d31 17421 local disk in sync with the server.
2f7717f6 17422
c9e31f32
SM
17423 * gnus-start.el (gnus-get-unread-articles):
17424 Cosmetic simplification to logic.
c44edf72 17425
01c52d31 17426 * gnus-util.el (gnus-rename-file): New function.
c44edf72 17427
01c52d31 174282004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
c44edf72 17429
01c52d31 17430 * mm-util.el (mm-image-load-path): Handle nil in load-path.
aa0a8561 17431
01c52d31 174322004-04-07 Jesper Harder <harder@ifa.au.dk>
aa0a8561 17433
01c52d31
MB
17434 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17435 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
aa0a8561 17436
01c52d31 174372004-04-06 Jesper Harder <harder@ifa.au.dk>
aa0a8561 17438
01c52d31
MB
17439 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17440 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
aa0a8561 17441
01c52d31 174422004-04-03 Jesper Harder <harder@ifa.au.dk>
aa0a8561 17443
01c52d31 17444 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
aa0a8561 17445
01c52d31 174462004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 17447
01c52d31
MB
17448 * spam.el (spam-set-difference): Add function to replace
17449 gnus-set-difference in spam.el.
17450 (spam-summary-prepare-exit): Use spam-set-difference.
aa0a8561 17451
01c52d31 174522004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
aa0a8561 17453
01c52d31
MB
17454 * gnus-registry.el (gnus-registry-cache-file): Update to use
17455 gnus-dribble-directory OR gnus-home-directory OR ~.
17456 (gnus-registry-split-fancy-with-parent): Fix doc.
aa0a8561 17457
01c52d31 174582004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
aa0a8561 17459
296a8e19
SM
17460 * message.el (message-exchange-point-and-mark):
17461 Use message-mark-active-p. Suggested by Jesper Harder
01c52d31 17462 <harder@ifa.au.dk>.
45893b95 17463
01c52d31 174642004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
45893b95 17465
01c52d31
MB
17466 * message.el (message-exchange-point-and-mark): Don't activate
17467 region if it was inactive. Suggested by Hiroshi Fujishima
17468 <pooh@nature.tsukuba.ac.jp>.
734c5765 17469
01c52d31 174702004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
734c5765 17471
01c52d31
MB
17472 * gnus-art.el (article-display-face): Display Faces in the same
17473 order as X-Faces.
734c5765 17474
01c52d31 174752004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17476
01c52d31 17477 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
ad136a7c 17478
01c52d31 174792004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17480
01c52d31
MB
17481 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17482 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17483 (gnus-article-mime-hierarchy): Remove.
17484 (gnus-article-mime-hierarchy-next): Remove.
17485 (gnus-article-mode): Revert 2004-03-19 change.
17486 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17487 (gnus-insert-mime-button): Revert 2004-03-19 change.
17488 (gnus-mime-accumulate-hierarchy): Remove.
17489 (gnus-mime-enter-multipart): Remove.
149cd465 17490 (gnus-mime-leave-multipart): Remove.
01c52d31
MB
17491 (gnus-mime-display-part): Revert 2004-03-19 change.
17492 (gnus-mime-display-alternative): Revert 2004-03-19 change.
ad136a7c 17493
01c52d31 17494 * mml.el (mml-preview): Revert 2004-03-19 change.
ad136a7c 17495
01c52d31 174962004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
ad136a7c 17497
01c52d31 17498 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
ad136a7c 17499
01c52d31 175002004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17501
01c52d31
MB
17502 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17503 t while entering a file name using the mm-with-multibyte macro.
17504 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
ad136a7c 17505
01c52d31 17506 * mm-util.el (mm-with-multibyte): New macro.
ad136a7c 17507
01c52d31 175082004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17509
296a8e19
SM
17510 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17511 New user option.
01c52d31
MB
17512 (gnus-mime-multipart-functions): Doc and customization fix.
17513 (gnus-article-mime-hierarchy): New variable.
17514 (gnus-article-mime-hierarchy-next): New variable.
17515 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17516 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17517 gnus-article-mime-hierarchy-next to nil.
17518 (gnus-insert-mime-button): Show hierarchy numbers.
17519 (gnus-mime-accumulate-hierarchy): New function.
17520 (gnus-mime-enter-multipart): New function.
17521 (gnus-mime-leave-multipart): New function.
17522 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17523 (gnus-mime-display-alternative): Show hierarchy numbers.
ad136a7c 17524
01c52d31
MB
17525 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17526 gnus-article-mime-hierarchy-next to nil.
ad136a7c 17527
01c52d31 175282004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
ad136a7c 17529
01c52d31 17530 * dns.el: Don't require gnus-xmas.
ad136a7c 17531
01c52d31 175322004-03-17 Jesper Harder <harder@ifa.au.dk>
ad136a7c 17533
01c52d31
MB
17534 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17535 inline PGP.
17536 (mml-menu): Disable mml-quote-region if mark is inactive.
ad136a7c 17537
01c52d31 175382004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17539
01c52d31
MB
17540 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17541 when the group's active is not available.
ad136a7c 17542
01c52d31 175432004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17544
01c52d31
MB
17545 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17546 error.
ad136a7c 17547
01c52d31 175482004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
ad136a7c 17549
01c52d31
MB
17550 * imap.el (imap-store-password): New variable.
17551 (imap-interactive-login): Use it.
17552 Suggested by Mark Plaksin <happy@mcplaksin.org>.
ad136a7c 17553
01c52d31 175542004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17555
01c52d31
MB
17556 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17557 window-start and hscroll to summary window.
ad136a7c 17558
01c52d31 175592004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
ad136a7c 17560
01c52d31
MB
17561 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17562 conversion message to newsrc-dribble when an actual conversion is
17563 performed.
ad136a7c 17564
01c52d31 175652004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
ad136a7c 17566
01c52d31 17567 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
ad136a7c 17568
01c52d31 175692004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
ad136a7c 17570
01c52d31
MB
17571 * mm-decode.el (mm-complicated-handles): New function reviving
17572 former definition of mm-multiple-handles.
49561cf6 17573
01c52d31
MB
17574 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17575 (gnus-mime-delete-part): Use it.
49561cf6 17576
01c52d31 175772004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
87589a70 17578
296a8e19
SM
17579 * gnus-agent.el (gnus-agent-read-local):
17580 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
01c52d31
MB
17581 avoid the implicit assumption that they will always be equal.
17582 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17583 coding-system-for-write, as the with-temp-file macro first prints
17584 to a buffer then saves the buffer.
87589a70 17585
01c52d31 175862004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
c825ac9d 17587
01c52d31
MB
17588 * gnus-art.el (gnus-article-edit-part): New function.
17589 (gnus-mime-save-part-and-strip): Use it; do query instead of
17590 signaling an error; don't use mm-multiple-handles.
17591 (gnus-mime-delete-part): Ditto.
c825ac9d 17592
01c52d31 175932004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
ae465fa7 17594
296a8e19 17595 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
01c52d31 17596 old file versions.
296a8e19 17597 (gnus-group-prepare-hook): Remove function that converted list
01c52d31 17598 form of gnus-agent-expire-days to group properties.
ae465fa7 17599
01c52d31
MB
17600 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17601 (gnus-request-accept-article): Re-indented.
5f49be3f 17602
01c52d31 17603 * gnus-start.el (gnus-convert-old-newsrc): Registered new
296a8e19 17604 converters to handle old agent file formats. Add logic for a
01c52d31
MB
17605 "backup before upgrading warning".
17606 (gnus-convert-mark-converter-prompt): Developers can mark
17607 functions as needing (default), or not needing,
17608 gnus-convert-old-newsrc's "backup before upgrading warning".
17609 (gnus-convert-converter-needs-prompt): Tests whether the user
17610 should be protected from potentially irreversable changes by the
17611 function.
5f49be3f 17612
002876ab 17613 * legacy-gnus-agent.el: New. Provides converters that are only
01c52d31 17614 loaded when gnus-convert-old-newsrc needs to call them.
fb54e72e 17615
01c52d31 176162004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
fb54e72e 17617
01c52d31 17618 * mail-source.el (mail-source-touch-pop): Doc fix.
fb54e72e 17619
01c52d31 17620 * message.el (message-smtpmail-send-it): Doc fix.
0683d241 17621
01c52d31 176222004-03-05 Jesper Harder <harder@ifa.au.dk>
0683d241 17623
01c52d31 17624 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
1b155fbd 17625
01c52d31 17626 * nnmail.el (nnmail-split-fancy): do.
1b155fbd 17627
01c52d31 17628 * gnus-kill.el (gnus-kill, gnus-execute): do.
0683d241 17629
01c52d31 176302004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
0683d241 17631
01c52d31
MB
17632 * gnus-sum.el (gnus-widget-reversible-match)
17633 (gnus-widget-reversible-to-internal)
17634 (gnus-widget-reversible-to-external): New functions.
17635 (gnus-widget-reversible): New widget.
17636 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
0683d241 17637
01c52d31 176382004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
0683d241 17639
01c52d31
MB
17640 * gnus-sum.el (gnus-thread-sort-functions)
17641 (gnus-article-sort-functions): Document `(not F)' items.
0683d241 17642
01c52d31 176432004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
e2642250 17644
01c52d31
MB
17645 * spam.el (spam-use-gmane-xref): Add new backend.
17646 (spam-gmane-xref-spam-group): Add variable to control the name of the
17647 Gmane spam group.
17648 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17649 (spam-regex-headers-spam, spam-regex-headers-ham)
17650 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17651 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17652 backends and checks.
17653 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
e2642250 17654
01c52d31
MB
17655 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17656 an autodetect method.
e2642250 17657
01c52d31 176582004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 17659
01c52d31
MB
17660 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17661 articles are being added to a group.
17662 (gnus-request-replace-article): Inform the agent that articles
17663 need to be uncached as the cached contents are no longer valid.
e2642250 17664
01c52d31 176652004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 17666
01c52d31 17667 * binhex.el: Don't autoload executable-find.
e2642250 17668
01c52d31 17669 * canlock.el: Don't autoload mail-fetch-field.
e2642250 17670
01c52d31 17671 * gnus-ems.el: Don't autoload appt-select-lowest-window.
e2642250 17672
01c52d31
MB
17673 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17674 rmail-dont-reply-to and rmail-output.
e2642250 17675
01c52d31 17676 * gnus-score.el: Don't autoload ffap-string-at-point.
e2642250 17677
01c52d31 17678 * gnus-setup.el: Don't autoload sc-cite-original.
e2642250 17679
01c52d31
MB
17680 * imap.el: Don't autoload base64-decode-string,
17681 base64-encode-string and md5.
e2642250 17682
01c52d31
MB
17683 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17684 and rmail-msg-restore-non-pruned-header.
e2642250 17685
01c52d31 17686 * mm-decode.el: Don't autoload executable-find.
e2642250 17687
01c52d31 17688 * mm-url.el: Don't autoload executable-find.
e2642250 17689
01c52d31 17690 * mm-view.el: Don't autoload diff-mode.
e2642250 17691
01c52d31
MB
17692 * nndb.el: Don't autoload news-reply-mode, news-setup,
17693 cancel-timer and telnet.
e2642250 17694
01c52d31 17695 * password.el: Don't autoload run-at-time for Emacs.
e2642250 17696
01c52d31 17697 * sha1-el.el: Don't autoload executable-find.
e2642250 17698
01c52d31 17699 * sieve-mode.el: Don't autoload c-mode.
e2642250 17700
01c52d31 17701 * uudecode.el: Don't autoload executable-find.
e2642250 17702
01c52d31 177032004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
e2642250 17704
296a8e19 17705 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
01c52d31
MB
17706 (gnus-agent-possibly-alter-active): Avoid null in numeric
17707 comparison.
17708 (gnus-agent-set-local): Refuse to save null in local object table.
17709 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17710 list of articles that will be marked as unread.
e2642250 17711
01c52d31 177122004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
e2642250 17713
01c52d31 17714 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
e2642250 17715
01c52d31 177162004-03-04 Jesper Harder <harder@ifa.au.dk>
ba0226dd 17717
01c52d31
MB
17718 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17719 language tags.
ba0226dd 17720
01c52d31 177212004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
e2642250 17722
01c52d31
MB
17723 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17724 Don't bind "obarray".
5153a47a 17725
296a8e19
SM
17726 * gnus-sum.el (gnus-thread-sort-functions):
17727 Add `gnus-thread-sort-by-most-recent-number' and
01c52d31
MB
17728 `gnus-thread-sort-by-most-recent-date'.
17729 Reported by Kai Grossjohann <kai@emptydomain.de>.
2a95505b 17730
01c52d31 177312004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 17732
01c52d31 17733 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
5153a47a 17734
01c52d31 177352004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
5153a47a 17736
296a8e19
SM
17737 * gnus-cus.el (gnus-agent-customize-category):
17738 Remove ignore-errors macro reference that required cl to be loaded at
01c52d31 17739 run-time.
5153a47a 17740
01c52d31
MB
17741 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17742 single-interval range of the form (min . max). Previously the
17743 range had to look like ((min . max)). Likewise, return
17744 (min . max) rather than ((min . max)).
17745 (gnus-range-map): Use gnus-range-normalize to accept
17746 single-interval range.
5153a47a 17747
01c52d31
MB
17748 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17749 the cache, but not the agent, now appear with their usual face.
5153a47a 17750
01c52d31 177512004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
5153a47a 17752
01c52d31
MB
17753 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17754 w3m-safe-url-regexp variable buffer-local.
86713405 17755
01c52d31 17756 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
86713405 17757
01c52d31 177582004-02-27 Simon Josefsson <jas@extundo.com>
86713405 17759
01c52d31
MB
17760 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17761 gnus-group-real-prefix.
17762 (gnus-summary-move-article): Use it, instead of
17763 gnus-group-real-prefix.
86713405 17764
01c52d31 177652004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
d5ddd795 17766
01c52d31
MB
17767 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17768 w3m-safe-url-regexp variable buffer-local and set it as the value
17769 of mm-w3m-safe-url-regexp.
d5ddd795 17770
01c52d31 17771 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
d5ddd795 17772
01c52d31
MB
17773 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17774 parsing gnus-posting-styles when the message is not for replying.
d5ddd795 17775
296a8e19
SM
17776 * nnrss.el (nnrss-opml-export):
17777 Use mm-set-buffer-file-coding-system instead of
01c52d31 17778 set-buffer-file-coding-system.
54506618 17779
01c52d31 177802004-02-27 Jesper Harder <harder@ifa.au.dk>
54506618 17781
01c52d31
MB
17782 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17783 of checkdoc.el).
17784 * nnrss.el: do.
17785 * gnus-mlspl.el: do.
17786 * gnus-ml.el: do.
17787 * gnus-srvr.el: do.
54506618 17788
01c52d31 17789 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
54506618 17790
01c52d31 177912004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
54506618 17792
01c52d31
MB
17793 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17794 Corrections to custom-manual links.
54506618 17795
01c52d31 17796 * gnus-art.el (gnus-article): Ditto.
54506618 17797
01c52d31 17798 * mm-decode.el (mime-display, mime-security): Ditto.
54506618 17799
01c52d31 178002004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 17801
01c52d31 17802 * flow-fill.el: Typo.
54506618 17803
01c52d31 178042004-02-26 Andrew Cohen <cohen@andy.bu.edu>
49561cf6 17805
01c52d31 17806 * spam-wash.el: New file.
54506618 17807
01c52d31 178082004-02-26 Mark A. Hershberger <mah@everybody.org>
54506618 17809
01c52d31 17810 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
54506618 17811
01c52d31 178122004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
49561cf6 17813
01c52d31
MB
17814 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17815 to be run with new-articles as LIST1, not LIST2.
17816 (spam-registration-functions): Add spam-use-ham-copy as a nil
17817 registration backend.
54506618 17818
01c52d31 178192004-02-26 Jesper Harder <harder@ifa.au.dk>
54506618 17820
01c52d31
MB
17821 * spam-stat.el (spam-stat-washing-hook): New option.
17822 (spam-stat-buffer-words): Use it.
296a8e19
SM
17823 (spam-stat-process-directory, spam-stat-test-directory):
17824 Use insert-file-contents-literally.
01c52d31
MB
17825 (spam-stat-coding-system): New variable.
17826 (spam-stat-load, spam-stat-save): Use it.
54506618 17827
01c52d31 178282004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17829
296a8e19
SM
17830 * spam-report.el (spam-report-plug-agent):
17831 Quote spam-report-url-to-file and spam-report-url-ping-plain.
54506618 17832
01c52d31 178332004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17834
296a8e19
SM
17835 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17836 Allow / in mailto URLs.
54506618 17837
01c52d31 178382004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17839
01c52d31
MB
17840 * spam-report.el (spam-report-process-queue): Fix interactive use.
17841 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17842 (spam-report-unplug-agent): Doc fixes.
17843 (spam-report-url-ping-mm-url, spam-report-url-to-file)
296a8e19
SM
17844 (spam-report-agentize, spam-report-deagentize):
17845 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17846
01c52d31
MB
17847 * message.el (message-setup-fill-variables): Add mml tags to
17848 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17849 <ajk@iu.edu>.
17850 (message-mode): Don't modify paragraph-separate there.
54506618 17851
01c52d31 178522004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17853
01c52d31
MB
17854 * compface.el (uncompface-use-external): Default to undecided.
17855 (uncompface-use-external-threshold): New variable.
17856 (uncompface-float-time): New macro.
17857 (uncompface): Determine whether to use the external decoder if
17858 uncompface-use-external is undecided.
54506618 17859
01c52d31 178602004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
54506618 17861
01c52d31
MB
17862 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17863 after images.
54506618 17864
01c52d31 17865 * gnus-art.el (gnus-mime-display-single): Remove dead code.
54506618 17866
01c52d31 178672004-02-14 Jesper Harder <harder@ifa.au.dk>
49561cf6 17868
01c52d31 17869 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
54506618 17870
002876ab 17871 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
54506618 17872
01c52d31
MB
17873 * gnus-sum.el (gnus-summary-limit-to-age)
17874 (gnus-summary-limit-children): do.
54506618 17875
01c52d31 17876 * gnus-int.el (gnus-request-scan): do.
54506618 17877
01c52d31 17878 * gnus-group.el (gnus-group-suspend): do.
54506618 17879
01c52d31 17880 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
54506618 17881
01c52d31 17882 * gnus-cite.el (gnus-cite-parse-attributions): do.
54506618 17883
01c52d31
MB
17884 * gnus-agent.el (gnus-summary-set-agent-mark)
17885 (gnus-agent-regenerate-group): do.
54506618 17886
01c52d31 17887 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
54506618 17888
01c52d31 17889 * binhex.el (binhex-decode-region-internal): do.
54506618 17890
01c52d31 178912004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
54506618 17892
01c52d31
MB
17893 * gnus-fun.el (gnus-face-properties-alist): New user option.
17894 (gnus-display-x-face-in-from): Use it.
54506618 17895
01c52d31 17896 * gnus-art.el (article-display-face): Ditto.
54506618 17897
01c52d31 17898 * compface.el (uncompface-use-external): Default to nil.
54506618 17899
01c52d31 179002004-02-12 Jesper Harder <harder@ifa.au.dk>
54506618 17901
01c52d31
MB
17902 * nntp.el (nntp-erase-buffer): New function.
17903 (nntp-retrieve-data, nntp-send-command)
17904 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17905 (nntp-possibly-change-group): Use it.
54506618 17906
296a8e19
SM
17907 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17908 Use with-current-buffer.
54506618 17909
01c52d31 179102004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
54506618 17911
01c52d31
MB
17912 * compface.el: Merge the ELisp-based uncompface program.
17913 (compface): New customization group.
17914 (uncompface-use-external): New user option.
17915 (uncompface): Call uncompface-internal if uncompface-use-external
17916 is nil.
17917 (uncompface-internal): New function. Note that there are also
17918 some other functions and variables added for this function.
54506618 17919
01c52d31 179202004-02-10 Jesper Harder <harder@ifa.au.dk>
54506618 17921
01c52d31
MB
17922 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17923 if necessary.
54506618 17924
01c52d31 179252004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
54506618 17926
01c52d31
MB
17927 * spam-report.el (spam-report-unplug-agent)
17928 (spam-report-plug-agent, spam-report-deagentize)
17929 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17930 Add support for the Agent in spam-report: when unplugged, report to a
17931 file; when plugged, submit all the requests.
54506618 17932
01c52d31
MB
17933 * spam.el (spam-register-routine): Fix message about
17934 registration.
54506618 17935
01c52d31 179362004-02-09 Jesper Harder <harder@ifa.au.dk>
49561cf6 17937
01c52d31
MB
17938 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17939 dependencies.
17940 (rfc2047-encode): Use it.
54506618 17941
01c52d31
MB
17942 * gnus-art.el (gnus-button-marker-list): Move before first
17943 reference.
54506618 17944
01c52d31
MB
17945 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17946 (imap-parse-body): Fix format string mismatch.
54506618 17947
01c52d31 17948 * gnus-score.el (gnus-summary-increase-score): do.
54506618 17949
01c52d31 17950 * nnrss.el (nnrss-close): New function.
54506618 17951
01c52d31 179522004-02-08 Jesper Harder <harder@ifa.au.dk>
54506618 17953
01c52d31
MB
17954 * nnrss.el (nnrss-make-filename): New function.
17955 (nnrss-request-delete-group, nnrss-read-server-data)
17956 (nnrss-save-server-data, nnrss-read-group-data)
17957 (nnrss-save-group-data): Use it.
17958 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17959 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17960 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
54506618 17961
01c52d31 179622004-02-07 Jesper Harder <harder@ifa.au.dk>
54506618 17963
01c52d31 17964 * mml.el (mml-compute-boundary-1): Don't uncompress files.
54506618 17965
01c52d31 179662004-02-06 Jesper Harder <harder@ifa.au.dk>
54506618 17967
01c52d31
MB
17968 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17969 files.
54506618 17970
01c52d31
MB
17971 * message.el (message-generate-headers-first): Don't quote nil
17972 and t in docstrings.
54506618 17973
01c52d31 17974 * imap.el (imap-id): do.
54506618 17975
01c52d31
MB
17976 * gnus-agent.el (gnus-agent-consider-all-articles)
17977 (gnus-agent-queue-mail): do.
54506618 17978
01c52d31 179792004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
54506618 17980
01c52d31
MB
17981 * spam-report.el (spam-report-process-queue): New function.
17982 Process requests from `spam-report-requests-file'.
17983 (spam-report-process-queue): Doc fix.
54506618 17984
01c52d31 179852004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
531e5812 17986
01c52d31
MB
17987 * spam.el (spam-register-routine)
17988 (spam-log-processing-to-registry, spam-log-registered-p)
17989 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17990 Change "check" to "spam-check" for semi-clarity.
531e5812 17991
01c52d31 179922004-02-05 Jesper Harder <harder@ifa.au.dk>
531e5812 17993
01c52d31 17994 * pop3.el: Require nnheader.
531e5812 17995
01c52d31 17996 * mml-smime.el: Require cl. Autoload message-fetch-field.
531e5812 17997
01c52d31 17998 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
531e5812 17999
01c52d31 18000 * gnus-picon.el: Require cl.
531e5812 18001
01c52d31 18002 * gnus-fun.el: Require gnus-ems and gnus-util.
531e5812 18003
01c52d31 18004 * gnus.el (gnus-method-to-server): Move defsubst before first use.
531e5812 18005
01c52d31 18006 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
531e5812 18007
01c52d31
MB
18008 * gnus-art.el (gnus-article-edit-mode): Define before first
18009 reference.
531e5812 18010
01c52d31 180112004-02-04 Jesper Harder <harder@ifa.au.dk>
531e5812 18012
01c52d31
MB
18013 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18014 (gnus-uu-post-encoded): Use point-at-bol.
531e5812 18015
01c52d31 18016 * gnus-topic.el (gnus-group-active-topic-p): do.
69075cdd 18017
01c52d31 18018 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
69075cdd 18019
01c52d31 18020 * gnus-group.el (gnus-group-kill-region): do.
69075cdd 18021
01c52d31 18022 * gnus-art.el (article-date-ut): do.
69075cdd 18023
01c52d31
MB
18024 * message.el (message-fetch-field): Remove redundant
18025 case-fold-search binding.
18026 (message-narrow-to-field): Simplify.
69075cdd 18027
01c52d31 180282004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
8903a9c8 18029
01c52d31 18030 * spam.el (spam-directory): Derive from `gnus-directory'.
8903a9c8 18031
01c52d31
MB
18032 * spam-report.el (spam-report-url-to-file)
18033 (spam-report-requests-file): New function and variable for offline
18034 reporting.
18035 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18036 and user defined function.
18037 (spam-report-url-ping-mm-url): Remove doubled slash.
8903a9c8 18038
01c52d31 180392004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
8903a9c8 18040
01c52d31 18041 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
8903a9c8 18042
01c52d31 180432004-02-03 Jesper Harder <harder@ifa.au.dk>
ebbeed62 18044
296a8e19
SM
18045 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18046 Fix format string mismatch.
ebbeed62 18047
01c52d31 18048 * sieve.el (sieve-deactivate-all): do.
8903a9c8 18049
01c52d31 18050 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
8903a9c8 18051
01c52d31 18052 * nnlistserv.el (nnlistserv-kk-wash-article): do.
e62e7654 18053
01c52d31 18054 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
e62e7654 18055
01c52d31 18056 * mm-bodies.el (mm-7bit-chars): Don't include \r.
e62e7654 18057
01c52d31 180582004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
e62e7654 18059
01c52d31
MB
18060 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18061 the list of checks.
e62e7654 18062
01c52d31 180632004-01-31 Jesper Harder <harder@ifa.au.dk>
e62e7654 18064
01c52d31
MB
18065 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18066 padding.
e62e7654 18067
01c52d31 180682004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
c3bc41c2 18069
01c52d31
MB
18070 * mm-view.el (mm-fill-flowed): New variable.
18071 (mm-inline-text): Use it.
eb6a2b61 18072
01c52d31 180732004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
c3bc41c2 18074
01c52d31
MB
18075 * spam.el (spam-spamassassin-register-ham-routine)
18076 (spam-spamassassin-register-spam-routine): Fix function names.
7c3bb5a5 18077
01c52d31 180782004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
7c3bb5a5 18079
01c52d31
MB
18080 * gnus.el (gnus-tmp-grouplens): Remove.
18081 (gnus-summary-line-format): Remove grouplens.
f0096211 18082
01c52d31 18083 * gnus-group.el (gnus-group-line-format): Ditto.
f0096211 18084
01c52d31
MB
18085 * gnus-spec.el (gnus-format-specs): Ditto.
18086 (gnus-update-format-specifications): Flush the group format spec
18087 cache if there's the grouplens stuff.
18088 (gnus-parse-simple-format): Replace %l with the empty string.
f0096211 18089
01c52d31 180902004-01-27 Jerry James <james@xemacs.org> (tiny change)
f0096211 18091
01c52d31
MB
18092 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18093 omission.
14e20e13 18094
01c52d31 180952004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
14e20e13 18096
01c52d31
MB
18097 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18098 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
c1d7d285 18099
01c52d31 181002004-01-25 Paul Jarc <prj@po.cwru.edu>
c1d7d285 18101
149cd465
JB
18102 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18103 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
01c52d31
MB
18104 New macros and functions.
18105 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18106 Handle > NLINK_MAX messages.
296a8e19
SM
18107 * nnmaildir.el (nnmaildir-request-set-mark):
18108 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
c1d7d285 18109
01c52d31 181102004-01-25 Alex Schroeder <alex@gnu.org>
c1d7d285 18111
01c52d31
MB
18112 * spam-stat.el (spam-stat-process-directory-age): New option.
18113 (spam-stat-process-directory): Use it.
c1d7d285 18114
01c52d31 181152004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
c1d7d285 18116
01c52d31
MB
18117 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18118 (spam-stat-save): Accept prefix argument.
c1d7d285 18119
01c52d31 181202004-01-23 Paul Jarc <prj@po.cwru.edu>
c1d7d285 18121
01c52d31
MB
18122 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18123 links" error.
c1d7d285 18124
01c52d31 181252004-01-23 Jesper Harder <harder@ifa.au.dk>
10b43d7c 18126
01c52d31
MB
18127 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18128 compatibility with old .newsrc.eld files.
10b43d7c 18129
01c52d31 18130 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
f4dd4ae8 18131
01c52d31 18132 * gnus-start.el (gnus-1): do.
f4dd4ae8 18133
01c52d31 18134 * gnus-group.el (gnus-group-line-format-alist): do.
1b155fbd 18135
01c52d31 18136 * gnus.el (gnus-use-grouplens, gnus-visual): do.
1b155fbd 18137
01c52d31 18138 * gnus-gl.el: Remove.
f4dd4ae8 18139
01c52d31 181402004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 18141
01c52d31
MB
18142 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18143 marks consisting of a single range {for example, (3 . 5)} rather
18144 than a list of a single range { ((3 . 5)) }.
49561cf6 18145
01c52d31 181462004-01-23 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 18147
296a8e19
SM
18148 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18149 Use with-current-buffer.
01c52d31
MB
18150 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18151 avoid consing a string.
f4dd4ae8 18152
01c52d31
MB
18153 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18154 Remove obsolete entries for big5 and gb2312.
f4dd4ae8 18155
01c52d31 181562004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
49561cf6 18157
01c52d31
MB
18158 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18159 uncompressed list.
f4dd4ae8 18160
01c52d31 181612004-01-22 Jesper Harder <harder@ifa.au.dk>
f4dd4ae8 18162
01c52d31
MB
18163 * spam-stat.el (spam-stat-strip-xref): New function.
18164 (spam-stat-process-directory): Use it.
f4dd4ae8 18165
01c52d31
MB
18166 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18167 here -- it's done in message-fetch-field.
f4dd4ae8 18168
01c52d31 181692004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
f4dd4ae8 18170
149cd465
JB
18171 * gnus-agent.el (gnus-agent-queue-mail)
18172 (gnus-agent-prompt-send-queue): New variables.
01c52d31
MB
18173 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18174 * gnus-draft.el (gnus-group-send-queue): Pass the group name
296a8e19
SM
18175 "nndraft:queue" along to gnus-draft-send.
18176 Use gnus-agent-prompt-send-queue.
01c52d31
MB
18177 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18178 is "nndraft:queue". Suggested by Gaute Strokkenes
18179 <gs234@srcf.ucam.org>
f4dd4ae8 18180
296a8e19
SM
18181 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18182 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
18183 (gnus-agent-cat-groups): Use eval-and-compile, not
18184 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18185 method of gnus-agent-cat-groups even when the buffer has been
18186 evaled.
296a8e19 18187 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
01c52d31 18188 delete gnus-agent-save-active-1.
296a8e19 18189 (gnus-agent-save-groups): Delete. Identical to
01c52d31
MB
18190 gnus-agent-save-active.
18191 (gnus-agent-write-active): No longer adjust agent's copy of active
18192 file as agent's adjustments are now stored in their own
296a8e19 18193 file. Remove optional parameter.
01c52d31
MB
18194 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18195 servers. Add use of min/max range limits from server's local
18196 file.
296a8e19 18197 (gnus-agent-save-alist): Remove unused optional argument.
149cd465
JB
18198 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18199 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
01c52d31 18200 (gnus-agent-set-local): A per-server file that keeps min/max range
ec5741dc 18201 limits for articles known to the agent. Provides a fast mechanism
01c52d31 18202 for altering many active ranges.
3042deef 18203 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
01c52d31 18204 active file (local makes it unnecessary).
296a8e19 18205 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
01c52d31 18206
296a8e19
SM
18207 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18208 (agent-enable-undownloaded-faces): Add.
01c52d31
MB
18209
18210 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18211 disable it when sending to "nndraft:queue".
18212 (gnus-group-send-queue): Add safety check to avoid sending queue
18213 when unplugged.
f4dd4ae8 18214
01c52d31
MB
18215 * gnus-group.el (gnus-group-catchup): Use new
18216 gnus-sequence-of-unread-articles, not
18217 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18218 numbers of articles. Use gnus-range-map to avoid having to
18219 uncompress the unread list.
149cd465 18220 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
296a8e19 18221 Fix invalid ange-ftp reference.
9b5773bc 18222
01c52d31
MB
18223 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18224 (gnus-sorted-range-intersection): Intersection of two ranges
18225 without requiring that they first be uncompressed.
9b5773bc 18226
01c52d31
MB
18227 * gnus-start.el (gnus-activate-group): Unless blocked by the
18228 caller, possibly expand the active range to include both cached
18229 and agentized articles.
18230 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18231 multiple version-dependent converters.
296a8e19 18232 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
01c52d31
MB
18233 gnus-agent-save-active.
18234 (gnus-save-newsrc-file): Save dirty agent range limits.
46cdaf24 18235
296a8e19 18236 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
01c52d31
MB
18237 gnus-agent-possibly-alter-active.
18238 (gnus-adjust-marked-articles): Faster handling of simple lists
18239
182402004-01-21 Jesper Harder <harder@ifa.au.dk>
18241
18242 * spam-stat.el (spam-stat-test-directory): New optional argument
18243 displays a list of files detected. Suggested by Andrew Cohen
18244 <cohen@andy.bu.edu>.
18245 (spam-stat-buffer-words-with-scores): Don't narrow and change
18246 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18247
296fa7b4 182482004-01-20 Hubert Chan <hubert@uhoreg.ca>
01c52d31
MB
18249
18250 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18251 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18252 (spam-spamassassin-arguments)
18253 (spam-spamassassin-spam-flag-header)
18254 (spam-spamassassin-positive-spam-flag-header)
18255 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18256 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18257 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18258 (spam-list-of-processors, spam-list-of-checks)
18259 (spam-list-of-statistical-checks, spam-registration-functions)
18260 (spam-check-spamassassin-headers, spam-check-spamassassin)
18261 (spam-spamassassin-score)
18262 (spam-spamassassin-register-with-sa-learn)
18263 (spam-spamassassin-register-spam-routine)
18264 (spam-spamassassin-register-ham-routine)
18265 (spam-assassin-register-spam-routine)
002876ab
JB
18266 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18267 (spam-bogofilter-score): Fix to show article before scoring.
01c52d31
MB
18268
182692004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18270
18271 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18272 default scoring function.
18273 (spam-generic-score): Call spam-spamassassin-score if
18274 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18275 spam-bogofilter-score otherwise.
18276
296a8e19
SM
18277 * gnus.el (spam-process, spam-autodetect-methods):
18278 Add spamassassin and spamassassin-headers.
01c52d31
MB
18279
182802004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18281
18282 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18283 Suppress unnecessary messages.
18284
182852004-01-20 Jesper Harder <harder@ifa.au.dk>
18286
18287 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18288 make-hash-table.
46cdaf24 18289
01c52d31 182902004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 18291
01c52d31 18292 * canlock.el (base64-encode-string): Don't autoload it.
a08b59c9 18293
01c52d31 182942004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 18295
01c52d31
MB
18296 * run-at-time.el: Remove useless (require 'itimer),
18297 eval-and-compile and (featurep 'xemacs).
a08b59c9 18298
01c52d31 182992004-01-16 Jesper Harder <harder@ifa.au.dk>
a08b59c9 18300
01c52d31
MB
18301 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18302 GROUP is a virtual group.
a08b59c9 18303
01c52d31 183042004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
a08b59c9 18305
01c52d31 18306 * gnus.el: Autoload `message-y-or-n-p'.
a08b59c9 18307
01c52d31 183082004-01-15 Jesper Harder <harder@ifa.au.dk>
a08b59c9 18309
01c52d31 18310 * pgg-parse.el: Remove unnecessary (require 'custom).
a08b59c9 18311
01c52d31 18312 * pgg-def.el: do.
a08b59c9 18313
01c52d31 18314 * nnmail.el: do.
a08b59c9 18315
01c52d31 18316 * gnus-undo.el: do.
a08b59c9 18317
01c52d31 18318 * gnus-picon.el: do.
a08b59c9 18319
01c52d31 18320 * gnus-util.el: do.
a08b59c9 18321
01c52d31 183222004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
a08b59c9 18323
01c52d31 18324 * gnus-sum.el (gnus-pick-line-number): Add autoload.
a08b59c9 18325
01c52d31 183262004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 18327
01c52d31
MB
18328 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18329 handle, as well as a list.
a08b59c9 18330
01c52d31
MB
18331 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18332 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18333 (mm-w3m-cid-retrieve): Simplify.
a08b59c9 18334
01c52d31 183352004-01-14 Vasily Korytov <deskpot@myrealbox.com>
a08b59c9 18336
01c52d31
MB
18337 * message.el (message-kill-to-signature): Allow prefix arg to
18338 specify number of lines to keep before signature.
a08b59c9 18339
01c52d31
MB
183402004-01-14 Kai Grossjohann <kai@emptydomain.de>
18341
c4cc8b9a 18342 * message.el (message-kill-to-signature): Change docstring.
a08b59c9 18343
01c52d31 183442004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 18345
01c52d31
MB
18346 * canlock.el: Always require sha1-el.
18347 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
a08b59c9 18348
01c52d31 18349 * message.el: Autoload sha1 only when compiling.
a08b59c9 18350
01c52d31 183512004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
a08b59c9 18352
01c52d31 18353 * message.el (message-canlock-generate): Require sha1-el.
a08b59c9 18354
01c52d31 183552004-01-13 Jesper Harder <harder@ifa.au.dk>
a08b59c9 18356
01c52d31 18357 * message.el (message-expand-name): Silence the byte compiler.
a08b59c9 18358
01c52d31 183592004-01-13 Simon Josefsson <jas@extundo.com>
1232b9cb 18360
01c52d31 18361 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
296a8e19
SM
18362 Invoke gnus-score-mode.
18363 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
1232b9cb 18364
296a8e19
SM
18365 * gnus-range.el (gnus-compress-sequence): Doc fix.
18366 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
1232b9cb 18367
01c52d31 183682004-01-12 Jesper Harder <harder@ifa.au.dk>
1232b9cb 18369
01c52d31 18370 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
ef3b7aae 18371
01c52d31 183722004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
ef3b7aae 18373
01c52d31
MB
18374 * spam.el (spam-get-article-as-string): Update to use
18375 gnus-request-article-this-buffer, much simpler.
18376 (spam-get-article-as-buffer): Remove.
6e7fb80c 18377
01c52d31 183782004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
6e7fb80c 18379
296fa7b4 18380 * message.el (message-expand-name): Use EUDC if the user uses that.
7cb0aa56 18381
01c52d31 183822004-01-12 Jesper Harder <harder@ifa.au.dk>
7cb0aa56 18383
01c52d31
MB
18384 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18385 character for the encoding to avoid consing a string.
7cb0aa56 18386
01c52d31
MB
18387 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18388 unnecessarily.
7cb0aa56 18389
01c52d31 18390 * mm-util.el (mm-replace-chars-in-string): Remove.
7cb0aa56 18391
01c52d31
MB
18392 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18393 of mm-replace-chars-in-string.
e79f14a4 18394
01c52d31 183952004-01-11 Jesper Harder <harder@ifa.au.dk>
e79f14a4 18396
c9e31f32 18397 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
e79f14a4 18398
01c52d31 18399 * mm-util.el (mm-subst-char-in-string): Support inplace.
e79f14a4 18400
01c52d31
MB
18401 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18402 a new string in every iteration. Use shy groups.
e79f14a4 18403
01c52d31 184042004-01-10 Jesper Harder <harder@ifa.au.dk>
e79f14a4 18405
c9e31f32
SM
18406 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18407 * gnus-soup.el (gnus-soup-group-brew):
18408 * gnus-msg.el (gnus-put-message):
18409 * gnus-move.el (gnus-group-move-group-to-server):
18410 * gnus-kill.el (gnus-batch-score):
01c52d31
MB
18411 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18412 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18413 (gnus-group-update-group, gnus-group-read-group)
18414 (gnus-group-make-group, gnus-group-make-help-group)
18415 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18416 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18417 (gnus-group-sort-by-unread, gnus-group-catchup)
18418 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18419 (gnus-group-yank-group, gnus-group-set-info)
c9e31f32
SM
18420 (gnus-group-list-groups):
18421 * gnus.el (gnus-generate-new-group-name):
18422 * gnus-delay.el (gnus-delay-send-queue):
18423 * nnvirtual.el (nnvirtual-catchup-group):
01c52d31 18424 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
01c52d31 18425 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
c9e31f32 18426 (gnus-group-prepare-topics, gnus-topic-check-topology):
01c52d31
MB
18427 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18428 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18429 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
c9e31f32
SM
18430 (gnus-group-make-articles-read):
18431 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18432 (gnus-group-change-level, gnus-kill-newsgroup)
18433 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18434 (gnus-get-unread-articles, gnus-make-articles-unread)
18435 (gnus-make-ascending-articles-unread): Use accessor
18436 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18437 to get group information for improved readability.
18438
01c52d31 184392004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18440
01c52d31
MB
18441 * gnus-art.el (article-decode-mime-words, article-babel)
18442 (gnus-article-highlight-signature, gnus-article-add-buttons)
18443 (gnus-signature-toggle): Use gnus-with-article-buffer.
1270d7ca 18444
01c52d31
MB
18445 * gnus-art.el (gnus-article-highlight-headers)
18446 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
1270d7ca 18447
01c52d31
MB
18448 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18449 (gnus-article-set-globals, gnus-request-article-this-buffer)
18450 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18451 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18452 (gnus-mime-display-alternative): Use with-current-buffer.
1270d7ca 18453
01c52d31 184542004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 18455
01c52d31
MB
18456 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18457 also under 80 char limit, and call gnus-error if needed.
18458 (spam-fetch-article-header): Fix - it was a
18459 buffer-local variable (gnus-newsgroup-data).
18460 (spam-find-spam): Use spam-generate-fake-headers, forget about
18461 spam-insert-fake-headers.
18462 (spam-insert-fake-headers): Remove.
1270d7ca 18463
01c52d31 184642004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18465
01c52d31
MB
18466 * deuglify.el (gnus-article-outlook-unwrap-lines)
18467 (gnus-outlook-rearrange-article)
18468 (gnus-outlook-repair-attribution-outlook)
18469 (gnus-outlook-repair-attribution-block)
18470 (gnus-outlook-repair-attribution-other): Remove redundant
18471 save-excursion.
1270d7ca 18472
01c52d31 184732004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 18474
01c52d31
MB
18475 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18476 (spam-fetch-field-subject-fast)
18477 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18478 (spam-fetch-article-header): Add functions to deal with Gnus
18479 internals for fast retrieval of article header data.
18480 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
1270d7ca 18481
01c52d31 184822004-01-09 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18483
01c52d31
MB
18484 * pop3.el (pop3-md5): Remove.
18485 (pop3-apop): Replace pop3-md5 with md5.
1270d7ca 18486
01c52d31 18487 * mm-bodies.el: base64 is always built-in.
1270d7ca 18488
296a8e19
SM
18489 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18490 Use with-current-buffer.
1270d7ca 18491
23f87bed 184922004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18493
23f87bed
MB
18494 * canlock.el (canlock-insert-header): Remove excessive grouping in
18495 regexp.
1270d7ca 18496
01c52d31
MB
18497 * gnus-sum.el (gnus-summary-read-document): Ditto.
18498
18499 * gnus-uu.el (gnus-uu-part-number): Ditto.
18500
18501 * html2text.el (html2text-remove-tags): Ditto.
18502 (html2text-format-tags): Ditto.
18503 (html2text-format-single-elements): Ditto.
18504
18505 * mml.el (mml-parse-1): Ditto.
18506
185072004-01-08 Jesper Harder <harder@ifa.au.dk>
18508
18509 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18510
18511 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18512
18513 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18514
18515 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18516
185172003-11-15 Simon Josefsson <jas@extundo.com>
18518
18519 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18520 (pgg-gpg-lookup-key): Use regexp match instead of
18521 split-string (split-string is different between emacs 21.2 and
18522 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18523
185242004-01-08 Jesper Harder <harder@ifa.au.dk>
18525
18526 * gnus-art.el (gnus-mime-view-all-parts)
296a8e19
SM
18527 (gnus-article-part-wrapper, gnus-article-view-part):
18528 Use with-current-buffer.
01c52d31
MB
18529
185302004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18531
18532 * spam.el (spam-disable-spam-split-during-ham-respool)
18533 (spam-spamoracle-database, spam-cache-lookups)
18534 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18535 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18536 (spam-group-ham-marks, spam-group-spam-marks)
18537 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18538 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18539 also add spam-use-blackholes to the statistical checks.
18540 (spam-fetch-field-fast): Add interface to fetching fields, may
18541 become a macro.
18542 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18543 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18544 (spam-insert-fake-headers): Fake an article when needed.
18545 (spam-find-spam): Fake article when possible.
18546 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18547 (spam-check-bogofilter-headers): Use message-fetch-field instead
18548 of nnmail-fetch-field.
18549
185502004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18551
18552 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18553
185542004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18555
18556 * spam.el (spam-split): Do not require spam-use-CHECK to be
18557 enabled if that check is passed to spam-split explicitly; also
18558 fix so 'spam doesn't get converted to spam-split-group when
18559 spam-split-symbolic-return is t.
18560 (spam-find-spam): Find registrations of the article and use those
18561 instead of re-running spam-split to find the spam/ham
18562 classification of the article.
18563 (spam-log-processing-to-registry, spam-log-registered-p)
18564 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18565 Use gnus-error instead of gnus-message.
18566 (spam-log-registration-type): Add function to determine the
18567 classification of a message based on registry entries; will
18568 return nil if both 'spam and 'ham are found.
18569 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18570 a reasonably fast local cache without the loading errors.
18571 (spam-cache-lookups): Set to t by default.
18572 (spam-find-spam): Don't try to guess spam-cache-lookups.
18573 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18574 spam-caches entry.
296a8e19
SM
18575 (spam-filelist-build-cache, spam-filelist-check-cache):
18576 Fix caching of whitelist/blacklist entries.
18577 (spam-check-whitelist, spam-check-blacklist):
18578 Invoke spam-from-listed-p with a type, not a cache variable.
01c52d31
MB
18579 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18580
185812004-01-07 Jesper Harder <harder@ifa.au.dk>
18582
18583 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18584
18585 * nnmail.el (nnmail-split-fancy): do.
18586
18587 * mml.el (mml-parse): do.
18588
18589 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18590 (gnus-score-adaptive): do.
18591
23f87bed 185922004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18593
01c52d31
MB
18594 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18595 (gnus-mime-button-map): Don't set keymap parent.
18596 (gnus-button-ctan-directory-regexp): Use shy grouping.
18597 (gnus-prev-page-map): Don't set keymap parent.
18598 (gnus-prev-page-map): Remove duplicated one.
18599 (gnus-next-page-map): Don't set keymap parent.
18600 (gnus-mime-security-button-map): Ditto.
18601
18602 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18603 version number.
18604
23f87bed 18605 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
1270d7ca 18606
23f87bed 186072004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18608
23f87bed
MB
18609 * canlock.el (canlock-sha1-function): Remove.
18610 (canlock-sha1-function-for-verify): Remove.
18611 (canlock-openssl-program): Remove.
18612 (canlock-openssl-args): Remove.
18613 (canlock-ignore-errors): Remove.
18614 (canlock-sha1-with-openssl): Remove.
18615 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18616 (canlock-verify): Don't use canlock-ignore-errors.
1270d7ca 18617
23f87bed
MB
18618 * sha1-el.el (sha1-string-external): Make it can return a string
18619 in binary form.
18620 (sha1-region-external): Ditto.
18621 (sha1-string-internal): Ditto.
18622 (sha1-region-internal): Ditto.
18623 (sha1-region): Ditto.
18624 (sha1-string): Ditto.
18625 (sha1): Ditto.
1270d7ca 18626
01c52d31 186272004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 18628
01c52d31 18629 * spam.el (spam-report-articles-gmane): New command.
1270d7ca 18630
01c52d31 186312004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18632
01c52d31 18633 * gnus.el: Don't make unnecessary *Group* buffer when loading.
1270d7ca 18634
01c52d31
MB
18635 * run-at-time.el (run-at-time-saved): Remove.
18636 (run-at-time): Doc fix.
1270d7ca 18637
01c52d31 186382004-01-07 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18639
01c52d31
MB
18640 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18641 (gnus-summary-limit-map): Add it.
18642 (gnus-summary-make-menu-bar): do.
1270d7ca 18643
01c52d31 186442004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 18645
01c52d31
MB
18646 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18647 Make attempt at some caching support (done for BBDB only now).
18648 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18649 addresses to be checked.
18650 (spam-clear-cache-BBDB): Add function, to be invoked by
18651 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18652 (spam-check-BBDB): Check and use the caches, if
18653 spam-cache-lookups is on, remove superfluous (provide).
1270d7ca 18654
01c52d31 186552004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1270d7ca 18656
296a8e19 18657 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
1270d7ca 18658
01c52d31 186592004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 18660
01c52d31
MB
18661 * run-at-time.el (run-at-time-saved): Move to after the definition
18662 of `run-at-time'.
1270d7ca 18663
01c52d31 186642004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18665
01c52d31
MB
18666 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18667 mm-w3m-local-map-property.
1270d7ca 18668
01c52d31
MB
18669 * mm-view.el (mm-w3m-mode-map): Remove.
18670 (mm-w3m-local-map-property): Remove.
18671 (mm-inline-text-html-render-with-w3m): Don't use
18672 mm-w3m-local-map-property.
1270d7ca 18673
01c52d31 186742004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 18675
01c52d31 18676 * run-at-time.el: New file.
1270d7ca 18677
01c52d31
MB
18678 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18679 of gnus-set-text-properties.
1270d7ca 18680
01c52d31 18681 * gnus-uu.el (gnus-uu-save-article): Ditto.
1270d7ca 18682
01c52d31 18683 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
1270d7ca 18684
01c52d31 18685 * gnus-cite.el (gnus-cite-parse): Ditto.
1b155fbd 18686
01c52d31
MB
18687 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18688 of gnus-.
1b155fbd 18689
296a8e19 18690 * gnus.el: Change calls to nnheader-run-at-time and
01c52d31 18691 password-run-at-time throughout to use run-at-time directly.
1b155fbd 18692
296a8e19 18693 * password.el: Remove definition of run-at-time.
1b155fbd 18694
880820fe 186952004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
1b155fbd 18696
01c52d31
MB
18697 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18698 in prompt.
1b155fbd 18699
01c52d31 187002004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1b155fbd 18701
01c52d31
MB
18702 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18703 XEmacs version.
1270d7ca 18704
01c52d31
MB
18705 * dns.el (dns-make-network-process): Use `open-network-stream'
18706 instead of `gnus-xmas-open-network-stream'.
1270d7ca 18707
01c52d31 18708 * .cvsignore: Add auto-autoloads.el, custom-load.el.
1270d7ca 18709
01c52d31 187102004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18711
01c52d31
MB
18712 * gnus-art.el (gnus-mime-display-alternative)
18713 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18714 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18715 Don't use gnus-local-map-property.
1270d7ca 18716
01c52d31 18717 * gnus-util.el (gnus-local-map-property): Remove.
1270d7ca 18718
296a8e19
SM
18719 * mm-view.el (mm-view-pkcs7-decrypt):
18720 Replace gnus-completing-read-maybe-default with completing-read.
1270d7ca 18721
01c52d31
MB
18722 * gnus-util.el (gnus-completing-read): do.
18723 (gnus-completing-read-maybe-default): Remove.
1270d7ca 18724
01c52d31 187252004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
1270d7ca 18726
01c52d31
MB
18727 * password.el: Only autoload `run-at-time' if not XEmacs.
18728 Only autoload the itimer functions if XEmacs.
1270d7ca 18729
01c52d31 187302004-01-06 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18731
01c52d31
MB
18732 * gnus-art.el (gnus-read-string): Remove.
18733 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18734 read-string.
1270d7ca 18735
01c52d31 187362004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
1270d7ca 18737
01c52d31
MB
18738 * netrc.el: Autoload password-read.
18739 (netrc): Add configuration group.
296a8e19
SM
18740 (netrc-encoding-method, netrc-openssl-path):
18741 Add variables for encoding and decoding of files with symmetric
01c52d31
MB
18742 ciphers.
18743 (netrc-encode): Add assistant function to encode a file with
18744 netrc-encoding-method.
18745 (netrc-parse): Add interactive parameter, added optional
18746 decoding if netrc-encoding-method is non-nil but otherwise
18747 behavior is standard.
18748 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18749 Do s/encode/encrypt/ everywhere.
1270d7ca 18750
01c52d31 18751 * spam.el: Remove executable-find autoload.
1270d7ca 18752
01c52d31 187532004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18754
01c52d31 18755 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
1270d7ca 18756
01c52d31 18757 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
1270d7ca 18758
01c52d31 187592004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
c113de23 18760
c4cc8b9a 18761 * gnus-art.el (gnus-treat-ansi-sequences)
149cd465 18762 (article-treat-ansi-sequences): New variable and function.
01c52d31 18763 Suggested by Dan Jacobson <jidanni@jidanni.org>.
1270d7ca 18764
01c52d31
MB
18765 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18766 Use it.
1270d7ca 18767
01c52d31 187682004-01-05 Jesper Harder <harder@ifa.au.dk>
1270d7ca 18769
01c52d31 18770 * mm-util.el (mm-quote-arg): Remove.
23f87bed 18771
01c52d31
MB
18772 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18773 shell-quote-argument.
1270d7ca 18774
01c52d31 18775 * gnus-uu.el (gnus-uu-command): do.
1270d7ca 18776
01c52d31 18777 * gnus-sum.el (gnus-summary-insert-pseudos): do.
1270d7ca 18778
01c52d31
MB
18779 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18780 with make-char.
1270d7ca 18781
01c52d31 18782 * mm-util.el (mm-make-char): Remove.
1270d7ca 18783
01c52d31
MB
18784 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18785 add-minor-mode.
1270d7ca 18786
01c52d31 18787 * gnus-undo.el (gnus-undo-mode): do.
1270d7ca 18788
01c52d31 18789 * gnus-topic.el (gnus-topic-mode): do.
1270d7ca 18790
01c52d31 18791 * gnus-sum.el (gnus-dead-summary-mode): do.
1270d7ca 18792
01c52d31 18793 * gnus-start.el (gnus-slave-mode): do.
1270d7ca 18794
01c52d31 18795 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
1270d7ca 18796
01c52d31 18797 * gnus-ml.el (gnus-mailing-list-mode): do.
1270d7ca 18798
01c52d31 18799 * gnus-gl.el (gnus-grouplens-mode): do.
1270d7ca 18800
01c52d31 18801 * gnus-draft.el (gnus-draft-mode): do.
1270d7ca 18802
01c52d31 18803 * gnus-dired.el (gnus-dired-mode): do.
1270d7ca 18804
01c52d31 18805 * gnus-ems.el (gnus-add-minor-mode): Remove.
1270d7ca 18806
01c52d31
MB
18807 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18808 Replace gnus-char-width with char-width.
1270d7ca 18809
01c52d31 18810 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 18811
01c52d31
MB
18812 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18813 Replace gnus-char-width with char-width.
1270d7ca 18814
01c52d31 18815 * gnus-ems.el (gnus-char-width): Remove.
1270d7ca 18816
01c52d31
MB
18817 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18818 definition.
18819 Remove Emacs 20 hash table compatibility code.
1270d7ca 18820
01c52d31
MB
18821 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18822 20 compatibility code.
1270d7ca 18823
01c52d31 18824 * spam.el (spam-point-at-eol): Replace with point-at-eol.
1270d7ca 18825
01c52d31 18826 * smime.el (smime-point-at-eol): Replace with point-at-eol.
1270d7ca 18827
296a8e19
SM
18828 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18829 Replace with point-at-{eol,bol}.
1270d7ca 18830
01c52d31 18831 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
1270d7ca 18832
01c52d31 18833 * imap.el (imap-point-at-eol): Replace with point-at-eol.
1270d7ca 18834
149cd465
JB
18835 * flow-fill.el (fill-flowed-point-at-bol)
18836 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
1270d7ca 18837
01c52d31
MB
18838 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18839 Replace with point-at-{eol,bol} throughout all files.
1270d7ca 18840
01c52d31 188412004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1270d7ca 18842
01c52d31
MB
18843 * ntlm.el (ntlm-string-as-unibyte): New macro.
18844 (ntlm-build-auth-response): Use it.
1270d7ca 18845
01c52d31
MB
18846 Remove Emacs 20 stuff:
18847 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18848 of delq and copy-sequence.
18849 * gnus-art.el (popup-menu): Remove the compiler macro.
18850 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18851 Emacs 20.
1270d7ca 18852
01c52d31 188532004-01-05 Simon Josefsson <jas@extundo.com>
1270d7ca 18854
01c52d31
MB
18855 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18856 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18857 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18858 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18859 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18860 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18861 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18862 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18863 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18864 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18865 ntlm-string-permute, string-lshift into ntlm-string-lshift,
296a8e19
SM
18866 string-xor into ntlm-string-xor.
18867 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 18868
01c52d31 18869 * ntlm.el: Don't include poem.
1270d7ca 18870
296a8e19
SM
18871 * md4.el (print-int32, print-string-hexa): Remove.
18872 Suggested by Jesper Harder <harder@myrealbox.com>.
1270d7ca 18873
01c52d31 18874 * sasl-ntlm.el, ntlm.el, md4.el: New files.
1270d7ca 18875
01c52d31
MB
18876 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18877 probably breaks emacs with DL patch, but do we care? Is anyone
18878 still using the DL stuff?)
1270d7ca 18879
01c52d31
MB
18880 * sieve-manage.el: Use the password package.
18881 (sieve-manage-read-passwd): Remove.
18882 (sieve-manage-interactive-login): Use password. Re-add
18883 condition-case around loop.
18884
18885 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
296a8e19
SM
18886 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18887 Use the password package.
01c52d31
MB
18888
188892003-02-19 Simon Josefsson <jas@extundo.com>
18890
18891 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18892 token.
18893
188942002-08-07 Simon Josefsson <jas@extundo.com>
18895
18896 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18897 (sieve-manage-authenticators):
18898 (sieve-manage-authenticator-alist): Add some SASL mechs.
18899 (sieve-sasl-auth): New function.
18900 (sieve-manage-cram-md5-auth):
18901 (sieve-manage-plain-auth): Rewrite using SASL library.
18902 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18903 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18904 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18905 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18906
189072004-01-05 Simon Josefsson <jas@extundo.com>
18908
18909 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18910 New files.
18911
189122004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18913
18914 * gnus-group.el (gnus-no-groups-message): Update.
18915
18916 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18917
189182003-11-09 Simon Josefsson <jas@extundo.com>
18919
18920 * imap.el: Support for ID IMAP extension (RFC 2971).
18921 (imap-local-variables): Add imap-id.
18922 (imap-id): New variable.
18923 (imap-id): New function.
18924 (imap-parse-response): Parse untagged ID response.
18925 * nnimap.el (nnimap-id): New variable.
18926 (nnimap-open-connection): Use it.
18927
189282003-12-28 Simon Josefsson <jas@extundo.com>
18929
18930 * gnus-score.el (gnus-score-edit-all-score): New.
18931 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18932
189332004-01-04 Simon Josefsson <jas@extundo.com>
18934
18935 * password.el: Add.
18936
189372004-01-04 Mario Lang <lang@zid.tugraz.at>
18938
e3e955fe 18939 * dns.el (dns-query-types): Fix typo.
c4cc8b9a 18940 (dns-query-types): New function.
e3e955fe
MB
18941 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18942 PTR and SOA replies, see RFC 1035.
01c52d31
MB
18943
189442004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18945
296a8e19 18946 * gnus.el (gnus-logo-color-style): Change colors to `no'.
01c52d31 18947
296a8e19 18948 * Move to Changelog.2.
01c52d31
MB
18949
189502004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18951
18952 * gnus.el (gnus-version-number): Bump version.
18953
189542004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18955
18956 * gnus.el: No Gnus v0.1 is released.
1270d7ca 18957
01c52d31 189582004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1270d7ca 18959
01c52d31 18960 * gnus.el: No Gnus v0.0 is released.
1270d7ca 18961
01c52d31 189622004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1270d7ca 18963
01c52d31
MB
18964 * gnus.el (gnus-version-number): Bump.
18965 (gnus-version): No.
1270d7ca 18966
ef3b7aae 18967See ChangeLog.2 for earlier changes.
2a34a036 18968
0b58f78e
GM
18969 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18970 Free Software Foundation, Inc.
5b87ad55
GM
18971
18972 This file is part of GNU Emacs.
18973
5e809f55 18974 GNU Emacs is free software: you can redistribute it and/or modify
5b87ad55 18975 it under the terms of the GNU General Public License as published by
5e809f55
GM
18976 the Free Software Foundation, either version 3 of the License, or
18977 (at your option) any later version.
5b87ad55
GM
18978
18979 GNU Emacs is distributed in the hope that it will be useful,
18980 but WITHOUT ANY WARRANTY; without even the implied warranty of
18981 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18982 GNU General Public License for more details.
18983
18984 You should have received a copy of the GNU General Public License
5e809f55 18985 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
ab5796a9 18986
ef3b7aae 18987;; Local Variables:
880820fe 18988;; coding: utf-8
d7ba2a01 18989;; fill-column: 79
33462dfa 18990;; add-log-time-zone-rule: t
ef3b7aae 18991;; End: