Merge changes made in Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2
3 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
4 list of recipient keys, or use symmetric encryption if not a list.
5 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6 EPA override, replacing the call to `netrc-store-data'.
7
8 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
9
10 * gnus-srvr.el: Avoid passing nil regexp argument to
11 delete-matching-lines.
12
13 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
16 fetching stops when Gnus exits.
17
18 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
19 function.
20 (nnfolder-request-expire-articles): Save all the buffers after doing
21 expiry.
22
23 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
24 the last article", since that led to serious performance regressions
25 when expiring nnml groups.
26
27 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
28
29 * nnir.el: Improve customizations.
30
31 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
32
33 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
34
35 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
36 group has been killed.
37 (gnus-group-yank-group): Ditto.
38
39 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
40
41 * nnimap.el (nnimap-request-update-group-status): New function.
42
43 * gnus-int.el (gnus-request-update-group-status): New interface
44 function.
45
46 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
47 copying read-ness to the backends.
48
49 * nnimap.el (nnimap-quirk): New function.
50 (nnimap-retrieve-group-data-early): Use it.
51 (nnimap-quirks): New alist.
52
53 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
54
55 * shr.el (shr-insert): Set shr-start after deleting trailing space;
56 don't delete it within indentation.
57
58 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
59
60 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
61 previous line.
62
63 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
66 QRESYNC command by deleting a superfluous space which broke Cyrus
67 servers. This change will break other servers that are buggy the other
68 way around.
69
70 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
71
72 * spam.el: Reindent and fix long lines.
73 (spam-copy-or-move-routine): Exclude invalid move destinations.
74
75 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
76
77 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
78 installed the registry.
79
80 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
81
82 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
83 groupname doesn't contain "gmane".
84
85 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
86
87 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
88 (gnus-1): Don't create the nndrafts group twice.
89 (gnus-setup-news): There's no need to read the active file here, since
90 that's done again later on a per-backend basis.
91 (gnus-start-draft-setup): Make sure that the new group is started out
92 empty.
93
94 * gnus-agent.el (gnus-agentize): Don't create the queue group
95 automatically on startup. It'll be created later, if needed.
96
97 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
98 of automatically subscribed groups.
99 (gnus-auto-subscribed-categories): New variable.
100 (gnus-matches-options-n): Use it.
101 (gnus-default-subscribed-newsgroups): Remove unused variable.
102 (gnus-start-draft-setup): Message a bit less.
103
104 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
105
106 * nnir.el (nnir-run-imap): Return article list in order of increasing
107 UID.
108
109 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
110
111 * gnus-sum.el (gnus-summary-enter-digest-group): Mention
112 gnus-auto-select-on-ephemeral-exit.
113
114 * proto-stream.el (proto-stream-open-network-only): Fix the calling
115 convention of the network-only option.
116
117 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
118
119 * proto-stream.el (proto-stream-open-network-only): New function to
120 have a way to specify non-STARTTLS upgrade connections.
121
122 2010-12-10 Julien Danjou <julien@danjou.info>
123
124 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
125 email address is nil.
126
127 * message.el (message-bogus-recipient-p): Set address to "" if nil.
128
129 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
130
131 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
132 deletion.
133 (nnir-run-imap): Only need to parse list once.
134
135 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
136
137 * shr.el (shr-tag-script): Ignore <script>.
138 (shr-tag-label): Add <label> support.
139
140 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
143
144 * shr.el (shr-image-displayer): Work for images lined side by side.
145
146 2010-12-08 Robert Pluim <rpluim@gmail.com>
147
148 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
149 parameter, since XEmacs doesn't accept t as a parameter.
150
151 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
152
153 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
154 ids.
155 (nnir-run-gmane): Simplify groupspec formatting.
156 (nnir-request-expire-articles): New function.
157
158 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
159
160 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
161 overflow, possibly.
162
163 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
164 (shr-render-td): Handle td style="" better.
165 (shr-tag-table): Use the color from the style sheet.
166 (shr-render-td): Make sure we copy over all the overlays, too.
167
168 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
169
170 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
171 (nnir-request-article): Improve article retrieval.
172
173 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
174
175 * mm-util.el (mm-extra-numeric-entities): New variable.
176
177 * mm-url.el (mm-url-decode-entities):
178 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
179
180 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * message.el: Use completion-at-point.
183 (message-completion-function): New fun, extracted from message-tab.
184 (message-mode): Use it for completion-at-point-functions.
185 (message-tab): Use it and completion-at-point.
186
187 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
188
189 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
190 character if a non-breakable character follows.
191
192 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
193
194 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
195 any stream.
196
197 * shr.el (shr-tag-font): Colorize the region.
198 (shr-tag-body): Ditto.
199 (shr-tag-font): Actually let the styles be inherited instead of
200 overwriting them.
201 (shr-tag-font): Get the background color right.
202 (shr-tag-style): Ignore all <style> tags for the moment.
203
204 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
205 a Message-ID to avoid having nnimap depend on gnus-sum.
206
207 * shr.el (shr-descend): Only colorize something if we have a node that
208 sets colors.
209
210 2010-12-06 Julien Danjou <julien@danjou.info>
211
212 * shr.el (shr-render-td): Render td content with shr-descend, so style
213 will be applied to <td> too.
214 (shr-colorize-region): Colorize region even if we only have a background.
215 (shr-tag-body): Fix color and background color inheritance.
216 Do not recolorize after shr-generic.
217 (shr-tag-font): Let shr-generic colorize via inheritance.
218
219 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
220
221 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
222
223 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
224
225 * nnir.el (nnir-request-move-article): Remove obsolete code.
226
227 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
228
229 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
230
231 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
232
233 * gnus-sum.el (gnus-summary-respool-article): The completion function
234 expects a list instead of an alist.
235
236 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
237 string as the parameter.
238
239 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
240
241 * shr.el (shr-stylesheet): New dynamic variable for cascading the
242 styles.
243 (shr-colorize-region): New function.
244 (shr-insert-background-overlay): Remove.
245 (shr-render-td): Background setting should be taken care of on a higher
246 level.
247 (shr-tag-body): Use post-hoc colorizations.
248 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
249 (shr-put-color-1): Don't overwrite old colors.
250 (shr-colorize-region): When the background color isn't explicit, use
251 a fixed background.
252
253 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
254 nnmail variables.
255
256 2010-12-05 Bjørn Mork <bjorn@mork.no>
257
258 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
259 unless necessary.
260
261 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
262
263 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
264 server.
265
266 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
267
268 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
269 so that TAB works.
270
271 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
272 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
273
274 * shr.el (shr-urlify): Show the URL before the title to avoid
275 misleading URLs.
276
277 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
278
279 * shr.el (shr-urlify): Display the title in <a> tags.
280
281 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
282
283 * nnir.el (nnir-categorize): Replace mapcar with mapc.
284
285 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
286
287 * nnir.el: Rearrange code to allow macros to be autoloaded by
288 gnus-sum.el.
289 (nnir-retrieve-headers-override-function): Make this variable
290 customizable.
291 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
292
293 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
294 from nnir.el.
295
296 2010-12-03 Julien Danjou <julien@danjou.info>
297
298 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
299
300 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
301
302 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
303 allow optional argument `environment'.
304
305 2010-12-03 Glenn Morris <rgm@gnu.org>
306
307 * mm-extern.el (message-goto-body): Update declaration.
308
309 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
310
311 * gnus-util.el (gnus-macroexpand-all): New function.
312
313 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
314 instead of macroexpand-all that is unavailable in XEmacs.
315
316 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
317
318 * nnir.el (nnir-summary-line-format): New variable.
319 (nnir-mode): Use it.
320 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
321 (nnir-article-ids): Reimplement as defsubst.
322 (nnir-retrieve-headers): Don't mangle the subject header.
323 (nnir-run-imap): Use 100 as RSV score.
324 (nnir-run-find-grep): Fix for full server searching.
325 (nnir-run-gmane): Better restriction to gmane groups.
326
327 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
328 summary buffers.
329
330 2010-12-02 Julien Danjou <julien@danjou.info>
331
332 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
333
334 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
335
336 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
337 support.
338
339 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
340
341 * nnir.el: Update to handle the registry better.
342 (autoload): Silence byte-compiler.
343 (nnir-open-server): Add a hook for nnir groups.
344 (nnir-request-move-article): Don't mangle the header. Better to use
345 formating variables (which will be added in the future).
346 (nnir-registry-action): Update the registry using the original article
347 group name.
348 (nnir-mode): Install nnir-specific hooks for updating the registry.
349
350 * gnus-sum.el
351 (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
352 obsolete variables.
353 (gnus-summary-move-article): Remove use of obsolete variables.
354 (gnus-summary-local-variables): Make move and delete hooks local to
355 summary buffers.
356
357 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
358
359 * rtree.el: New file.
360
361 2010-12-01 Julien Danjou <julien@danjou.info>
362
363 * message.el (message-user-organization): Do not use
364 gnus-local-organization.
365
366 * gnus.el: Remove gnus-local-organization.
367
368 * gnus-msg.el: Remove nastygram thing.
369
370 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
371
372 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
373 funcall.
374
375 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
376
377 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
378 names.
379
380 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
381 characters.
382
383 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
384 to t of inhibit-read-only since it is inside gnus-with-article-headers.
385 Suggested by Štěpán Němec <stepnem@gmail.com>.
386 (gnus-gravatar-transform-address): Use mail-extract-address-components
387 that supports non-ASCII names rather than mail-header-parse-addresses.
388
389 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
390
391 * proto-stream.el (open-protocol-stream): All starttls connections are
392 handled by the network handler.
393
394 2010-11-30 Julien Danjou <julien@danjou.info>
395
396 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
397 (nnimap-open-connection-1): Fix PREAUTH.
398
399 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
400
401 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
402
403 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
404 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
405 (shr-insert): Use them.
406 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
407
408 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
409
410 * nnir.el (nnir-request-move-article): Bail out if original group
411 doesn't support article moves.
412 (nnir-get-active): Improve active list retrieval.
413
414 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
415
416 * shr.el (shr-find-fill-point): Don't break before apostrophes.
417
418 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
419
420 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
421 seem to accept strings-with-numbers as port numbers,
422
423 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
424
425 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
426 change the registry.
427
428 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
429
430 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
431 delete-dups that is not available in XEmacs 21.4.
432
433 * mm-util.el (mm-delete-duplicates): Add comment.
434
435 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
436
437 * nnir.el (nnir-ignored-newsgroups): New variable.
438 (nnir-get-active): Use it.
439
440 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
441
442 * proto-stream.el (proto-stream-open-network): Add some comments.
443
444 * nntp.el (nntp-open-connection): Provide a :success condition.
445
446 * nnimap.el (nnimap-open-connection-1): Ditto.
447
448 * proto-stream.el (proto-stream-open-network): See what the response to
449 the STARTTLS command is.
450
451 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
452 backwards compatibility).
453 (nnimap-open-connection-1): Really respect nnimap-server-port.
454
455 * proto-stream.el (proto-stream-open-network): When doing opportunistic
456 TLS upgrades we don't really care about the identity of the peer.
457 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
458 that what we've checked for.
459 (proto-stream-always-use-starttls): Only default to t if
460 open-gnutls-stream exists.
461 (proto-stream-open-network): If STARTTLS failed, then just open a
462 normal connection.
463 (proto-stream-open-network): Wait until the greeting before doing
464 STARTTLS.
465
466 * nntp.el (nntp-open-connection): Report what the connection error is.
467
468 * proto-stream.el (open-protocol-stream): Renamed from
469 open-proto-stream.
470
471 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
472
473 * nnimap.el (nnimap-stream): Change default to `undecided'.
474 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
475 first, and then network.
476 (nnimap-open-connection-1): Respect nnimap-server-port.
477 (nnimap-open-connection): Be more backwards-compatible.
478
479 * proto-stream.el (proto-stream-always-use-starttls): New variable.
480 (proto-stream-open-starttls): De-duplicate the starttls code.
481 (proto-stream-open-starttls): Folded back into the main function.
482 (proto-stream-open-network): Fix typo in the gnutls path.
483 (proto-stream-command): Refactor out.
484
485 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
486
487 * proto-stream.el (proto-stream-open-starttls): Actually implement the
488 starttls.el STARTTLS.
489
490 * color.el (color-lab->srgb): Fix function call name.
491
492 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
493 if we're using tls.el.
494 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
495 built in, then don't try to establish a STARTTLS connection.
496
497 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
498 servers.
499
500 * proto-stream.el (open-proto-stream): Use network, not stream.
501 (open-proto-stream): Add a way to specify what the end of a command is.
502
503 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
504 connections types.
505 (nntp-open-network-stream): Remove.
506 (nntp-open-ssl-stream): Remove.
507 (nntp-open-tls-stream): Remove.
508 (nntp-ssl-program): Remove.
509
510 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
511
512 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
513
514 * nnir.el: Fix typos.
515 (nnir-retrieve-headers-override-function): Rename variable to reflect
516 new semantics.
517 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
518 macros.
519 (nnir-request-article, nnir-request-move-article): Use them.
520 (nnir-categorize): New function.
521 (nnir-run-query): Use it.
522 (nnir-retrieve-headers): Rewrite to batch header retrieval.
523 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
524 sorted.
525 (nnir-group-full-name): Use gnus-group-full-name instead.
526 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
527 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
528
529 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
530
531 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
532
533 * proto-stream.el: New library to provide protocol-specific
534 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
535 protocols.
536 (open-proto-stream): Complete the documentation.
537 (proto-stream-open-network): Fix some typos.
538
539 * nnimap.el (nnimap-open-connection): Use it.
540
541 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
542
543 * pop3.el (pop3-open-server): Read server greeting before starting TLS
544 negotiation.
545
546 2010-11-26 Julien Danjou <julien@danjou.info>
547
548 * color.el: Rename various rgb functions to srgb.
549
550 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
551
552 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
553 names.
554
555 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
556
557 * shr.el (shr-insert): Revert last change.
558 (shr-find-fill-point): Never leave point being at bol;
559 relax the kinsoku limitation when rendering tables.
560
561 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
562
563 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
564 results from -accept-article.
565
566 * shr-color.el: Require cl when compiling.
567
568 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
569 checkin.
570
571 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
572
573 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
574
575 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
576 'add and 'delete to set backend marks.
577
578 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
579
580 * nnheader.el (nnheader-update-marks-actions): Refactor out.
581
582 * nntp.el (nntp-request-set-mark): Use it.
583
584 * nnfolder.el (nnfolder-request-set-mark): Ditto.
585
586 * nnml.el (nnml-request-set-mark): Ditto.
587
588 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
589 introduces regressions in article selection.
590 (nnimap-find-uid-response): New function.
591 (nnimap-request-accept-article): Use the UID returned, if any.
592 (nnimap-request-move-article): Use the UID returned, if any.
593 (nnimap-get-groups): Reimplement to work with folded lines.
594 (nnimap-find-uid-response): The UID is the last element in the list.
595 (nnimap-request-set-mark): Extend syntax with 'set.
596
597 * nnml.el (nnml-request-set-mark): Ditto.
598
599 * nnfolder.el (nnfolder-request-set-mark): Ditto.
600
601 * nntp.el (nntp-request-set-mark): Ditto.
602
603 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
604
605 * message.el (message-called-interactively-p): A temporary macro.
606 (message-goto-body): Use it temporarily.
607
608 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
609
610 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
611 (nnimap-last-response-string): Unfold quoted lines, if they exist.
612 (nnimap-last-response-string): Fix last unfolding fix.
613
614 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
615
616 * shr.el (shr-insert): Fix the way to fold lines.
617
618 2010-11-25 Julien Danjou <julien@danjou.info>
619
620 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
621
622 * color.el: Rename from color-lab.el
623 (color-rgb->hex): Add.
624 (color-complement): Add.
625 (color-complement-hex): Add.
626
627 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
628
629 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
630
631 * shr-color.el (shr-color-visible): Don't bug out if the colour names
632 don't exist.
633
634 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
635
636 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
637 assuming that article displaying or another mml-preview may be
638 interrupted for an error or for the like.
639
640 * shr.el (shr-get-background): Fix argument name.
641
642 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
645
646 * gnus-sum.el (gnus-summary-include-articles): New function.
647
648 * message.el (message-goto-body): called-interactively-p needs a
649 parameter, so use `any'.
650
651 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
652 clear marks before moving, since they're synced from the Gnus side
653 first.
654
655 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
656 (gnus-summary-move-article): Copy over all marks before moving, so that
657 IMAP doesn't think a new article has arrived.
658
659 2010-11-24 Julien Danjou <julien@danjou.info>
660
661 * shr.el (shr-insert-background-overlay): Fix typo.
662 (shr-render-td): Copy the background before rendering.
663
664 * shr-color.el (shr-color-visible): Fix docstring.
665
666 * shr.el (shr-tag-table): Add bgcolor support.
667 (shr-render-td): Add bgcolor support.
668 (shr-get-background): Add.
669 (shr-insert-foreground-overlay): Use shr-get-background.
670
671 * message.el (message-goto-body): Use called-interactively-p.
672 (message-in-body-p): message-goto-body returns point.
673
674 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
675
676 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
677 Fixes something or other in Emacs 23, and is backwards compatible.
678
679 * message.el (message-goto-body): Remove the <#secure special-casing,
680 which is too special.
681
682 * shr.el (shr-parse-style): Drop !important from styles.
683
684 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
685
686 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
687 this function to return incorrect results when calling it with an
688 explicit article argument different from
689 (gnus-summary-article-number).
690
691 2010-11-24 Julien Danjou <julien@danjou.info>
692
693 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
694 (shr-tag-body): Add background support.
695 (shr-descend): Add background support.
696 (shr-tag-title): Add.
697
698 * shr-color.el (shr-color-visible): Really return original background
699 if fixed.
700
701 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
702
703 * shr.el (shr-color-check): Protect against non-existant colour names.
704
705 2010-11-24 Julien Danjou <julien@danjou.info>
706
707 * color-lab.el: Require 'cl when compiling.
708
709 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
710
711 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
712 matched part.
713
714 * color-lab.el: Fix all expt calls to use float type.
715
716 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
717
718 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
719 expression to shr-color-check as is.
720
721 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
722
723 * color-lab.el: Add coding cookie.
724 (float-pi): Use eval-and-compile.
725
726 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
727
728 * shr.el (shr-insert-color-overlay): Split stuff like
729 "#444444 !important" to find the real colour.
730 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
731 parse <font color="red"> entries.
732
733 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
734
735 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
736 point when parsing headers.
737
738 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
739 is positioned properly when parsing headers.
740
741 2010-11-23 Julien Danjou <julien@danjou.info>
742
743 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
744
745 * shr-color.el (shr-color->hexadecimal): Add support for color names.
746
747 * shr.el (shr-parse-style): Replace \n with space in style parsing.
748
749 * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
750 shr-color-hue-to-rgb.
751 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
752
753 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
754
755 * shr.el (shr-color->hexadecimal): Autoload.
756 (shr-descend): Add color to all tags.
757
758 2010-11-22 Julien Danjou <julien@danjou.info>
759
760 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
761 shr-color->hexadecimal.
762
763 * shr-color.el (shr-color->hexadecimal): Add converting functions for
764 RGB() or HSL() color representation.
765
766 * shr.el (shr-tag-font): Add.
767 (shr-tag-color-check): New function to get better colors.
768 (shr-tag-insert-color-overlay): Factorize code between tag-font and
769 tag-span.
770
771 * shr-color.el: New file.
772
773 * color-lab.el: New file.
774
775 * gnus-art.el (gnus-url-mailto): Do not downcase args.
776
777 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
778
779 * nnir.el: Fix typo in comments.
780 (nnir-run-imap): Simplify code. No need to reverse artlist.
781 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
782
783 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
784
785 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
786
787 * nnimap.el (nnimap-get-capabilities): Refactor out.
788 (nnimap-open-connection): Re-request capabilities after STARTTLS.
789
790 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
791
792 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
793 appearing when `mm-uu-hide-markers' is nil.
794
795 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
796
797 * nnimap.el (nnimap-unselect-group): Make into its own function.
798 (nnimap-request-rename-group): Unselect group before renaming.
799 This had gotten lost somewhere.
800 (nnimap-request-accept-article): Keep track of examined groups, and
801 unselect the group before APPENDing to read-only groups.
802 (nnimap-request-move-article): Clear flags before moving so that they
803 can be re-set later.
804
805 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
806
807 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
808 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
809
810 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
811
812 * gnus-art.el (gnus-mime-display-single)
813 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
814 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
815 parameter.
816
817 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
818
819 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
820 (shr-table-vertical-line): New variable.
821 (shr-insert-table): Use it.
822
823 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
824
825 * gnus-html.el (gnus-html-wash-images): Don't display images if
826 gnus-inhibit-images is non-nil; register displayer for cid images.
827 (gnus-html-display-image): Work for cid image.
828 (gnus-html-insert-image): Allow arguments.
829 (gnus-html-put-image): Inhibit read-only.
830 (gnus-html-prefetch-images): Don't prefetch images if
831 gnus-inhibit-images is non-nil.
832
833 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
834
835 * shr.el (shr-put-image): Break lines when inserting big pictures.
836
837 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
838
839 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
840 sender, thanks Katsumi Yamaoka.
841
842 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
843
844 * nnir.el (nnir-run-imap): Reverse the article list for each group
845 rather than the whole list.
846
847 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
848
849 * shr.el (shr-image-displayer): Protect function against non-existent
850 image source.
851
852 * gnus-art.el (gnus-inhibit-images): New user option.
853 (gnus-mime-display-single): Don't display image if it is non-nil.
854
855 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
856 gnus-inhibit-images.
857
858 * shr.el (shr-image-displayer): New function.
859 (shr-tag-img): Use it.
860
861 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
862
863 * mml2015.el (mml2015-epg-sign): Use From header.
864
865 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
866
867 * gnus-html.el (gnus-html-wash-images): Register a displayer.
868
869 * gnus-util.el (gnus-find-text-property-region): Return markers.
870
871 * shr.el (shr-tag-img): Put a displayer in the text property.
872
873 * gnus-util.el (gnus-find-text-property-region): New utility function.
874
875 * gnus-html.el (gnus-html-display-image): Make the alt optional.
876 (gnus-html-show-images): Remove.
877
878 * gnus-art.el (gnus-article-show-images): New, more general function.
879
880 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
881 image url text properties.
882
883 * shr.el: Ditto.
884
885 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
886 gnus-agent-auto-agentize-methods is set. Which it isn't.
887
888 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
889
890 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
891 work for two or more articles.
892
893 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
894
895 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
896 divide an image that's in an html article to two or more when washing
897 non-ASCII characters in alt text of it.
898
899 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
900
901 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
902 smime-decrypt-region using function argument.
903 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
904
905 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
906
907 * smime.el (smime-decrypt-region): Catch it.
908
909 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * smime.el (smime-mode-map): Move initialization into declaration.
912 (gnus-run-mode-hooks): Don't autoload.
913 (smime-mode): Use define-derived-mode.
914
915 2010-11-11 Glenn Morris <rgm@gnu.org>
916
917 * smime.el (from): Restrict declaration to XEmacs.
918
919 * nnir.el (gnus-group-topic-name): Autoload.
920
921 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
922
923 * shr.el (shr-insert): Don't break long line if it is because of
924 kinsoku-bol characters in the line end.
925
926 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
927
928 * nnir.el (nnir-request-move-article): Fix to provide original group
929 and subject.
930 (nnir-warp-to-article): Don't fail on articles whose headers haven't
931 been retrieved.
932
933 * gnus-sum.el (gnus-summary-move-article): Use original group and
934 subject for virtual articles such as those in an nnir summary buffer.
935
936 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
937
938 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
939 least 21.5).
940
941 * smime.el (from): Declare it again for XEmacs.
942
943 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
944
945 * message.el (message-resend): Don't disable encoding unless it's
946 already encoded.
947
948 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
949 low-numbered articles.
950
951 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
952
953 * rfc2047.el (rfc2047-syntax-table): Simplify.
954
955 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
956 set-char-table-range for XEmacs.
957
958 2010-11-10 Glenn Morris <rgm@gnu.org>
959
960 * smime.el (from): Remove unused declaration.
961
962 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
963 (gnus-float-time): On Emacs, always an alias.
964
965 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
966 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
967
968 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
969
970 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
971
972 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
973
974 * shr.el (browse-url-mailto): Autoload.
975
976 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
977
978 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
979 regexp doesn't need quoting.
980
981 2010-11-09 Sven Joachim <svenjoac@gmx.de>
982
983 * message.el (message-subject-trailing-was-ask-regexp)
984 (message-subject-trailing-was-regexp): Match was: in addition to was.
985
986 2010-11-09 Glenn Morris <rgm@gnu.org>
987
988 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
989 (nnbabyl-check-mbox): Use point-at-bol.
990
991 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
992
993 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
994
995 * message.el (message-mailto): New function.
996 (message-mailto): Should accept other parameters.
997 (message-mailto): Remove since it duplicates browse-url-mailto
998 functionality.
999
1000 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1001
1002 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1003 methods.
1004 (gnus-read-active-file): Ditto.
1005
1006 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1007 ": " from the prompt.
1008 (gnus-group-make-group): Ditto.
1009
1010 2010-11-07 Glenn Morris <rgm@gnu.org>
1011
1012 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1013 (gnus-bookmark-kill-line): Use point-at-eol.
1014
1015 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1016
1017 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1018 asterisks in From header.
1019
1020 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1021
1022 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1023 string to avoid making the From headers syntactically invalid.
1024
1025 * message.el (message-send-mail): Don't insert courtesy messages if the
1026 message already has List-Post and List-ID messages.
1027
1028 2010-11-06 Glenn Morris <rgm@gnu.org>
1029
1030 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1031 `condition', `type', `length' a prefix.
1032 (gnus-treat-predicate): Update for above name changes.
1033
1034 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1035
1036 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1037 binding. Handled by `gnus-summary-refer-thread' instead.
1038 (nnir-warp-to-article): New backend function.
1039
1040 * nnimap.el (nnimap-request-thread): Force dependency updating.
1041
1042 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1043 (gnus-summary-refer-thread): Rework to improve thread-referral.
1044
1045 * gnus-int.el (gnus-warp-to-article): New function.
1046
1047 * gnus-sum.el (gnus-summary-article-map): Bind it.
1048
1049 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1050
1051 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1052 gnus-summary-refer-thread.
1053
1054 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1055 headers.
1056 (gnus-summary-limit-include-thread): Prevent articles in thread from
1057 being cut in gnus-cut-threads.
1058 (gnus-summary-refer-thread): Limit retrieved headers to those in
1059 thread.
1060
1061 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1062
1063 * message.el (message-send-mail): Use the value of
1064 message-courtesy-message from the message buffer.
1065
1066 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1067
1068 * shr.el (shr-browse-url): Implement mailto: URLs.
1069
1070 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1071 "raw".
1072
1073 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1074 if it's already selected.
1075
1076 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1077
1078 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1079
1080 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1081 to measure the length and truncate alt text.
1082
1083 2010-11-03 Glenn Morris <rgm@gnu.org>
1084
1085 * nndiary.el (nndiary-generate-nov-databases-1)
1086 (nndiary-generate-active-info): Rename dynamic variable `files' to
1087 something less generic.
1088
1089 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1090
1091 * nnir.el (nnir-request-move-article): Call the underlying backend to
1092 move articles from nnir.
1093
1094 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1095
1096 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1097
1098 2010-11-02 Julien Danjou <julien@danjou.info>
1099
1100 * nnir.el: Remove wais support.
1101
1102 2010-11-02 Glenn Morris <rgm@gnu.org>
1103
1104 * gnus-html.el: Reorder requirements to quieten compiler.
1105
1106 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1107
1108 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1109 properly for XEmacs as well.
1110 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1111 (gnus-article-natural-long-line-p): Use window-width rather than
1112 frame-width.
1113
1114 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1115
1116 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1117 (nnir-read-parms): Don't modify query.
1118 (nnir-run-query): Add ability to search topic on current line.
1119 (nnir-get-active): Clean up.
1120
1121 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1122
1123 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1124 degenerate articles.
1125
1126 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1127 (gnus-print-buffer): Just print the buffer as is, without any copying
1128 to a buffer and then re-highlighting.
1129
1130 * nnimap.el (nnimap-request-group): Store the new updated info.
1131 (nnimap-request-group): Select the group when we don't know whether it
1132 exists or not.
1133
1134 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1135 groups.
1136
1137 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1138 groups.
1139
1140 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1141 groups.
1142
1143 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1144 long-lines case by only filling the long lines.
1145
1146 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1147 (bug #7311).
1148
1149 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1150
1151 * shr.el: No need to declare `declare-function' since shr.el is for
1152 only Emacsen that provide `libxml-parse-html-region'.
1153
1154 2010-11-01 Glenn Morris <rgm@gnu.org>
1155
1156 * mm-util.el (gnus-completing-read): Autoload.
1157 (mm-read-coding-system): Simplify Emacs definition.
1158
1159 * nnmail.el (gnus-activate-group):
1160 * nnimap.el (gnutls-negotiate):
1161 * nntp.el (netrc-parse): Fix declarations.
1162
1163 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1166 string-match-p in Emacs >=23.
1167
1168 * gnus-msg.el (gnus-configure-posting-styles)
1169 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1170
1171 2010-11-01 Glenn Morris <rgm@gnu.org>
1172
1173 * nnir.el (declare-function): Add compat stub.
1174 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1175 (nnir-run-gmane): Require 'mm-url.
1176
1177 * mm-util.el (mm-string-to-multibyte): Simplify.
1178
1179 * shr.el (declare-function): Add compat stub.
1180 (url-cache-create-filename): Declare.
1181 (mm-disable-multibyte, widget-convert-button): Autoload.
1182
1183 * smime.el (ldap-search): Declare.
1184 (smime-cert-by-ldap-1): Require ldap on Emacs.
1185
1186 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1187 (nnimap-keepalive): Use gnus-float-time.
1188
1189 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1190 (mail-source-delete-crash-box): Use gnus-float-time.
1191
1192 * gnus-dired.el (gnus-completing-read): Autoload.
1193
1194 * mm-view.el (gnus-rescale-image): Autoload.
1195
1196 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1197
1198 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1199
1200 * sieve-manage.el: Require 'cl when compiling.
1201
1202 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1203 (gnus-iswitchb-completing-read): Require iswitchb.
1204 (gnus-select-frame-set-input-focus): Silence compiler.
1205
1206 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1207
1208 * message.el (message-subject-trailing-was-query): Change default to t,
1209 since I think that's what most people want.
1210
1211 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1212 appending for easier debugging.
1213 (nnimap-wait-for-connection): Take a regexp.
1214 (nnimap-request-accept-article): Wait for the continuation line before
1215 sending anything unless we're streaming.
1216
1217 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1218 leave the header washing to take place.
1219
1220 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1221
1222 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1223 regular expression match and replace in posting styles.
1224
1225 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1226
1227 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1228 an entire server.
1229 (nnir-get-active): New function.
1230 (nnir-run-imap): Use it.
1231 (nnir-run-gmane): Who knew, gmane search returns an article score!
1232
1233 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1234 server on the current line with nnir.
1235
1236 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1237
1238 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1239 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1240 left edge.
1241 (gnus-article-foldable-buffer): Skip past the prefix when determining
1242 raggedness.
1243
1244 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1245 the raw article, and change `C-u g' to show the article without doing
1246 treatments.
1247
1248 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1249 on to `gnus-treat-article'.
1250 (gnus-inhibit-article-treatments): New variable.
1251
1252 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1253
1254 * gnus-art.el (gnus-treatment-function-alist): Have
1255 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1256 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1257 sections.
1258
1259 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1260 parameter.
1261 (gnus-article-fill-cited-long-lines): New function.
1262 (gnus-article-fill-cited-article): Allow filling only long sections.
1263
1264 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1265 and non-punctuation (like after the apostrophe in "'We").
1266
1267 * gnus-sum.el (gnus-summary-select-article): Make sure
1268 gnus-original-article-buffer is alive.
1269
1270 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1271 reflect the order they're in in the digest.
1272
1273 * gnus.el (gnus-group-startup-message): Move point to the start of the
1274 buffer.
1275
1276 * nnimap.el (nnimap-capability): New function.
1277 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1278 is set.
1279
1280 2010-10-31 David Engster <dengste@eml.cc>
1281
1282 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1283 conform with changes to gnus-completing-read.
1284
1285 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1286
1287 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1288
1289 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1290
1291 * nnir.el: Move defvar, defcustom around to keep file organized
1292 and keep byte-compiler quiet.
1293 (nnir-read-parms): Accept search-engine as arg.
1294 (nnir-run-query): Pass search-engine as arg.
1295 (nnir-search-engine): Remove.
1296
1297 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1298
1299 * shr.el (shr-generic): The text nodes should be text, not :text.
1300
1301 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1302 later in the file.
1303
1304 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1305
1306 * nnir.el: General clean up. Allow searching with multiple engines.
1307 Allow separate extra-parameters for each engine.
1308 Batch queries when possible.
1309 (nnir-imap-default-search-key,nnir-method-default-engines):
1310 Add customize interface.
1311 (nnir-run-gmane): New engine.
1312 (nnir-engines): Use it. Qualify all prompts with engine name.
1313 (nnir-search-engine): Remove global variable.
1314 (nnir-run-hyrex): Restore for now.
1315 (nnir-extra-parms,nnir-search-history): New variables.
1316 (gnus-group-make-nnir-group): Use them.
1317 (nnir-group-server): Remove in favor of gnus-group-server.
1318 (nnir-request-group): Avoid searching twice.
1319 (nnir-sort-groups-by-server): New function.
1320
1321 2010-10-30 Julien Danjou <julien@danjou.info>
1322
1323 * gnus-group.el: Remove gnus-group-fetch-control.
1324
1325 * gnus-start.el (gnus-find-new-newsgroups):
1326 Remove gnus-check-first-time-used.
1327
1328 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1329
1330 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1331
1332 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1333 set on groups that don't have \* permanentflags.
1334
1335 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1338 control the background color.
1339 (shr-tag-img): Ignore very small web bug type images.
1340 (shr-put-image): Add help-echo alt texts to the images.
1341 (shr-tag-video): Show the video poster image.
1342
1343 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1344
1345 * shr.el (shr-table-depth): New variable.
1346 (shr-tag-table-1): Only insert the images after the top-level table.
1347
1348 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1349
1350 * gnus-util.el (gnus-list-memq-of-list): New function.
1351
1352 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1353 selected.
1354 (nnimap-unsplittable-articles): New slot.
1355 (nnimap-new-articles): Use it.
1356
1357 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1358
1359 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1360 move to the previous line on `M-g'.
1361
1362 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1363
1364 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1365 *-request-group, which seems unnecessary.
1366
1367 * nnimap.el (nnimap-quote-specials): Function copied over from
1368 imap.el.
1369 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1370 they support that. Suggested by Tom Regner.
1371
1372 2010-10-29 Julien Danjou <julien@danjou.info>
1373
1374 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1375 defalias.
1376 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1377
1378 * gnus.el: Remove `gnus-nntp-service' variable.
1379 (gnus-secondary-servers): Make obsolete.
1380 (gnus-nntp-server): Make obsolete.
1381
1382 * gnus-start.el (gnus-1): Remove x-splash calls.
1383
1384 * gnus-ems.el (gnus-x-splash): Remove.
1385
1386 * gnus.el (gnus-group-startup-message): Simplify/update code.
1387
1388 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1389 capability before doing anything.
1390 (gnus-group-insert-group-line): Remove useless
1391 gnus-group-remove-excess-properties.
1392
1393 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1394
1395 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1396
1397 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1398
1399 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1400 config after reselecting.
1401
1402 2010-10-28 Julien Danjou <julien@danjou.info>
1403
1404 * shr.el (shr-put-image): Use point even if only inserting text.
1405 (shr-put-image): Save excursion when inserting alt text on non-graphic
1406 display, so the behaviour is the same when we are on a graphic display.
1407
1408 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1409
1410 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1411
1412 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1413 (gnus-mime-copy-part): Check coding system, not charset.
1414 (gnus-mime-view-part-externally): Never remove part.
1415 (gnus-mime-view-part-internally): Don't remove part here.
1416 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1417 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1418 multipart/alternative.
1419
1420 * mm-decode.el (mm-display-part): Take optional arg `force'.
1421
1422 2010-10-26 Julien Danjou <julien@danjou.info>
1423
1424 * gnus-group.el (gnus-group-default-list-level): Add this function to
1425 compute the default list level.
1426 (gnus-group-default-list-level): Add possibility to use a function.
1427
1428 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1429
1430 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1431
1432 * gnus-group.el (gnus-group-completing-read)
1433 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1434 gnus-replace-in-string.
1435
1436 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1437
1438 * shr.el (shr-tag-div): Add.
1439
1440 2010-10-25 Julien Danjou <julien@danjou.info>
1441
1442 * gnus-util.el: Remove `gnus-with-local-quit'.
1443
1444 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1445
1446 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1447
1448 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1449 the original article buffer.
1450
1451 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1452
1453 * nnimap.el (nnimap-request-head): New function.
1454 (nnimap-request-move-article): Try to be slighly faster by not
1455 requesting the entire message when moving.
1456 (nnimap-transform-headers): Don't bug out on bodiless articles.
1457 (nnimap-send-command): Have no outstanding messages if the IMAP server
1458 doesn't support streaming.
1459 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1460
1461 2010-10-24 Julien Danjou <julien@danjou.info>
1462
1463 * message.el (message-default-headers): Fix type.
1464
1465 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1468 prefetching images.
1469
1470 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1471 backend for unknown groups. This is mainly useful for nnimap groups.
1472
1473 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1474 group isn't covered by the agent.
1475
1476 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1477
1478 * nnir.el (nnir-method-default-engines): New variable.
1479 (nnir-run-query): Use it.
1480 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1481 (gnus-summary-nnir-goto-thread): Change group if needed.
1482
1483 * gnus-group.el (gnus-group-group-map): Add key binding for
1484 gnus-group-make-nnir-group.
1485
1486 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1487
1488 * shr.el (shr-tag-object): Add.
1489
1490 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1491 original article buffer live.
1492 (gnus-summary-select-article-buffer):
1493 Mention gnus-widen-article-buffer.
1494
1495 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1496
1497 * shr.el (shr-tag-strong): Add.
1498
1499 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1500
1501 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1502 group names. They mess up the group buffer badly.
1503
1504 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1505
1506 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1507 instead of the summary one.
1508
1509 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1510
1511 * mml.el (mml-preview): Work properly when editing article.
1512
1513 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1514 gnus-have-read-active-file if it's already been in.
1515
1516 2010-10-22 Tom Tromey <tromey@redhat.com>
1517
1518 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1519 gnus-group-completing-read.
1520
1521 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
1523 * message.el (message-mode-map): Don't bind M-; to comment region, to
1524 allow the global comment-dwim to work.
1525
1526 2010-10-21 Julien Danjou <julien@danjou.info>
1527
1528 * message.el (message-setup-1): Allow message-default-headers to be a
1529 function.
1530
1531 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1532
1533 * shr.el (shr-tag-table): Simplify.
1534
1535 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1536
1537 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1538 to avoid trying to snarf invalid stuff.
1539
1540 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1541
1542 * gnus.el (gnus-message-archive-group): Quote value.
1543 (gnus-message-archive-group): Mark as changed.
1544
1545 * shr.el (shr-add-font): Don't put the font properties on the newline
1546 or the indentation.
1547
1548 * message.el (message-fix-before-sending): Change options when sending
1549 non-printable characters.
1550
1551 * gnus.el (gnus-message-archive-method): Change the default to
1552 monthly outgoing groups.
1553
1554 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1555 that have gotten new numbers.
1556
1557 * nnimap.el (nnimap-request-replace-article): New function.
1558
1559 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1562 (nnrss-request-article): Don't use special html washing code.
1563
1564 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1565
1566 * shr.el (shr-tag-table): Remove useless nconc.
1567
1568 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * gnus-art.el (article-wash-html): Simplify and remove the charset
1571 stuff. Use the normal html rendering code instead of the special html
1572 washing code.
1573
1574 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1575 `gnus-w3m' symbols.
1576 (mm-text-html-washer-alist): Remove.
1577
1578 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1579 (mm-inline-media-tests): Remove use.
1580 (mm-text-html-renderer): Change default to the `shr' symbol.
1581
1582 * mm-view.el (mm-inline-text-html): Remove use.
1583
1584 * gnus-art.el (gnus-blocked-images): New function. Allow the
1585 `gnus-blocked-images' to be a function.
1586 (gnus-article-wash-function): Remove.
1587
1588 2010-10-20 Julien Danjou <julien@danjou.info>
1589
1590 * spam.el (spam-list-of-processors): Mark as obsolete.
1591
1592 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1593 (nnimap-insert-partial-structure): Fix boundary detection.
1594
1595 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1596
1597 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1598 run file-truename on remote files. This can be expensive and even
1599 prevent one from editing drafts if some unrelated buffer has a stale
1600 connection.
1601
1602 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1603
1604 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1605 kinsoku-eol regardless of shr-kinsoku-shorten.
1606 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1607 (shr-tag-table): Support caption, thead, and tfoot.
1608
1609 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1610
1611 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1612 lines.
1613 (shr-save-contents): New command and keystroke.
1614
1615 * nndoc.el (nndoc-type-alist): Add git support.
1616 (nndoc-git-type-p): New function.
1617 (nndoc-transform-git-article): Ditto.
1618 (nndoc-transform-git-headers): Ditto.
1619 (nndoc-transform-git-headers): Generate Subject headers.
1620
1621 * shr.el (shr-parse-style): New function.
1622 (shr-tag-span): Ditto.
1623
1624 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1625 to `G G' to avoid collisions.
1626
1627 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1628
1629 * shr.el: Load kinsoku if necessary.
1630 (shr-kinsoku-shorten): New internal variable.
1631 (shr-find-fill-point): Make kinsoku shorten text line if
1632 shr-kinsoku-shorten is bound to non-nil.
1633 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1634 shr-indentation too when testing if table is wider than frame width.
1635 (shr-insert-table): Use `string-width' instead of `length' to measure
1636 text width.
1637 (shr-insert-table-ruler): Make sure indentation is done at bol.
1638
1639 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1640
1641 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1642 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1643 undecoded network data.
1644
1645 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1648 name in the mode line spec so that the mode line menu works
1649 (bug #2431).
1650
1651 * message.el (message-get-reply-headers): If we're fed `to-address',
1652 then always use that.
1653
1654 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1655 aren't so wide as to need to switch off the edit menu.
1656
1657 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1658 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1659
1660 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1661 `M-g'.
1662 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1663 the permanent marks.
1664
1665 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1666
1667 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1668 Splitting according to references/in-reply-to obeys the ignore-groups
1669 variable, while splitting by sender and subject do not.
1670
1671 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1672
1673 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1674 alist, so that we can look for non-Unicode chars.
1675 (article-translate-strings): Allow both character and string maps.
1676
1677 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1678
1679 * shr.el (shr-insert): Don't insert space behind a wide character
1680 categorized as kinsoku-bol, or between characters both categorized as
1681 nospace.
1682
1683 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1684
1685 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1686 headers to gnus-newsgroup-headers.
1687
1688 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1689
1690 * shr.el (shr-tag-img): Don't align images -- since we're not
1691 rescaling, this often leads to ugly displays.
1692
1693 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1694
1695 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1696 duplicates.
1697
1698 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1699
1700 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1701 call.
1702
1703 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1704
1705 * gnus.el: Autoload gnus-html-show-images.
1706
1707 * nnimap.el: Use nnheader-message throughout.
1708
1709 * shr.el (shr-tag-img): Ignore images with no data.
1710
1711 2010-10-15 Julien Danjou <julien@danjou.info>
1712
1713 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1714 a possibility to disable format=flow encoding when using hard newlines.
1715
1716 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718 * shr.el (shr-insert): Remove space inserted before or after a
1719 breakable character or at the beginning or the end of a line.
1720 (shr-find-fill-point): Do kinsoku; find the second best point or give
1721 it up if there's no breakable point.
1722
1723 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1724
1725 * nnimap.el (nnimap-open-connection): Message when opening connection
1726 for debugging purposes.
1727
1728 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1729 on every setup buffer call to allow this to change from article to
1730 article.
1731
1732 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1733 buffers where we have a wide table.
1734
1735 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1736
1737 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1738 uses *-request-thread.
1739
1740 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1741
1742 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1743 incantation, which is no longer valid.
1744
1745 2010-10-14 Julien Danjou <julien@danjou.info>
1746
1747 * shr.el: Fix defcustom type (char -> character).
1748
1749 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1750
1751 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1752 programs.
1753
1754 2010-10-14 Julien Danjou <julien@danjou.info>
1755
1756 * shr.el (shr-tag-a): Use url-link as widget type.
1757
1758 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1759 `gnus-group-get-icon'.
1760
1761 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1762
1763 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1764 This should make server editing work better.
1765
1766 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1767
1768 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1769 (nnimap-parse-flags): Fix regexp.
1770
1771 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1772 probably work for CJVK text, too.
1773
1774 * nnimap.el (nnimap-extend-tls-programs): Remove.
1775 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1776
1777 2010-10-13 Julien Danjou <julien@danjou.info>
1778
1779 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1780 responses.
1781
1782 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1785
1786 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1787 anything in Emacs.
1788
1789 * shr.el (shr-current-column): Remove buggy and unnecessary function.
1790
1791 2010-10-13 Julien Danjou <julien@danjou.info>
1792
1793 * shr.el (shr-width): Make shr-width a defcustom with default to
1794 fill-column.
1795 (shr-tag-img): Use shr-width rather than fill-column.
1796
1797 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
1798
1799 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1800
1801 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1802 position when (X-)Faces exist.
1803 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1804 avatars when called interactively.
1805
1806 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1807
1808 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1809 gnus-article-x-face-too-ugly is bound.
1810
1811 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1812
1813 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1814
1815 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1816 mailbox that doesn't exist.
1817
1818 2010-10-12 Julien Danjou <julien@danjou.info>
1819
1820 * shr.el (shr-tag-img): Encode URL properly when retrieving.
1821 (shr-get-image-data): Encode URL properly when fetching from cache.
1822 (shr-tag-img): Use aligned-to spaces to align correctly images.
1823
1824 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1825 before inserting the Gravatar.
1826
1827 * shr.el (shr-tag-img): Add align attribute support for <img>.
1828
1829 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
1830
1831 * gnus-gravatar.el (gnus-art): Require.
1832
1833 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1834 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1835 Remove long obsoleted functions.
1836
1837 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1838
1839 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1840
1841 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1842 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1843 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1844 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1845 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1846 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1847 Fix comment for declare-function.
1848
1849 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1850
1851 * nnimap.el (nnimap-request-rename-group): Select group read-only
1852 before renaming it.
1853
1854 * shr.el (shr-insert): Fix up the white space only regexp.
1855
1856 * nnimap.el (nnimap-transform-split-mail): Not all articles have
1857 bodies. Protect against this. Reported by Michael Welsh Duggan.
1858
1859 * shr.el (shr-current-column): New function.
1860 (shr-find-fill-point): New function.
1861
1862 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1863
1864 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1865 numbers.
1866
1867 2010-10-11 Julien Danjou <julien@danjou.info>
1868
1869 * shr.el (shr-hr-line): Add.
1870 (shr-tag-hr): Use shr-hr-line to specify which character to use to
1871 display hr lines.
1872 (shr-max-columns): Do not change state to nil if we just inserting
1873 spaces.
1874
1875 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1876
1877 * gnus-topic.el (gnus-topic-read-group): If after the last group,
1878 select the last group.
1879
1880 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
1881
1882 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1883
1884 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1885
1886 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1887 for Gnus.
1888 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1889 (nnimap-update-qresync-info): Mark \Seen articles as read.
1890
1891 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1892 non-variable, too.
1893
1894 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1895 available.
1896 (nnimap-update-info): Rely more on the current active than the param
1897 active to avoid marking articles as read too much.
1898
1899 * auth-source.el (auth-source-create): Use (user-login-name) for the
1900 user name default.
1901
1902 * nnimap.el (nnimap-update-info): If the server doesn't return any
1903 useful info, just use the previous info.
1904 (nnimap-update-info): Prefer old info over start-article.
1905 (nnimap-update-qresync-info): Finish implementing QRESYNC.
1906
1907 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
1908
1909 * nnir.el (autoload): Clean up autoloads.
1910 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1911 Use key rather than value.
1912 (nnir-imap-search-other): New variable.
1913 (nnir-read-parm): Use it.
1914 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1915 (gnus-summary-nnir-goto-thread): Modify to work with imap.
1916
1917 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1920 the process, too.
1921
1922 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1923
1924 * spam.el (gnus-summary-mode-map): Bind to "$".
1925 Suggested by Russ Allbery.
1926
1927 * shr.el: Rework the way things are indented by <li> slightly.
1928
1929 * gnus.el (gnus-group-set-parameter): Fix typo.
1930
1931 * nnimap.el: Start implementing QRESYNC support.
1932
1933 2010-10-09 Julien Danjou <julien@danjou.info>
1934
1935 * nnir.el (nnir-engines): Fix too many arguments.
1936
1937 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1938
1939 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1940 group is the "last", so that the backends like nnfolder actually save
1941 their folders.
1942
1943 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1944 try to use that for the tls stream.
1945 (nnimap-retrieve-group-data-early): Rework the marks code to heed
1946 UIDVALIDITY and find out which groups are read-only and not.
1947 (nnimap-get-flags): Use the same marks parsing code as the rest of
1948 nnimap.
1949
1950 2010-10-09 Julien Danjou <julien@danjou.info>
1951
1952 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1953
1954 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1955 retrieving gravatars.
1956
1957 * shr.el (shr-table-corner): Add.
1958 (shr-table-line): Add.
1959 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1960
1961 2010-10-08 Julien Danjou <julien@danjou.info>
1962
1963 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1964
1965 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
1966
1967 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1968
1969 * gnus-sum.el (gnus-mark-article-as-unread)
1970 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1971 (gnus-summary-set-bookmark): Use it.
1972
1973 * gnus-msg.el (gnus-setup-message): Use it.
1974
1975 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1976
1977 * gnus.el (gnus-group-remove-parameter): Use it.
1978
1979 * gnus-group.el (gnus-group-make-web-group): Use it.
1980
1981 * gnus-demon.el (gnus-demon-remove-handler): Use it.
1982
1983 * nnregistry.el: Update docs to mention manual.
1984
1985 * gnus-registry.el: Update docs to mention nnregistry.el.
1986 (gnus-registry-initialize): Don't install nnregistry refer method
1987 automatically.
1988 (gnus-registry-install-nnregistry): Remove it.
1989
1990 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1991
1992 * shr.el (shr-insert): Don't insert double spaces.
1993
1994 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * gnus-gravatar.el (gnus-treat-from-gravatar)
1997 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1998 called interactively.
1999
2000 * gnus-art.el (gnus-mime-view-part-externally)
2001 (gnus-mime-view-part-internally): Make predicate function passed to
2002 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2003 of a mime type.
2004
2005 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2006
2007 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2008
2009 * shr.el (require): Require cl when compiling.
2010 (shr-tag-hr): New function.
2011
2012 * nnimap.el (nnimap-update-info): Remove double setting of high.
2013 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2014 This makes nnimap work properly on Courier again.
2015
2016 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2017 the variable for backwards compatability.
2018
2019 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2020 the file name before using to avoid setting mm-default-directory to
2021 nil.
2022
2023 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2024 bidning gnus-agent variables.
2025
2026 * shr.el (shr-render-td): Use a cache for the table rendering function
2027 to avoid getting an exponential rendering behaviour in nested tables.
2028 (shr-insert): Rework the line-breaking algorithm.
2029 (shr-insert): Don't leave trailing spaces.
2030 (shr-insert-table): Also insert empty TDs.
2031 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2032
2033 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2034
2035 * gnus-sum.el (gnus-number): Rename from `number'.
2036 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2037 (gnus-summary-limit-children): Update uses correspondingly.
2038
2039 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2040
2041 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2042 (gnus-gravatar-transform-address): Don't show avatars of people of
2043 which mail addresses match gnus-gravatar-too-ugly.
2044
2045 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2046
2047 * shr.el (shr-table-widths): Expand TD elements to fill available
2048 space.
2049
2050 2010-10-07 Julien Danjou <julien@danjou.info>
2051
2052 * nnimap.el (nnimap-request-rename-group): Add this method.
2053
2054 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2055
2056 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2057 name from XEmacs' function-arglist.
2058
2059 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2060 gravatar under XEmacs.
2061
2062 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2063
2064 * auth-source.el: Update docs with TODO items.
2065
2066 * gnus-sync.el: Update docs to explain state and plans.
2067
2068 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2069 Hooks for mark updates.
2070 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2071
2072 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2073 hooks with arguments, which is needed for mark update hooks.
2074
2075 2010-10-06 Julien Danjou <julien@danjou.info>
2076
2077 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2078 was matched.
2079
2080 * sieve-manage.el: Update example in `Commentary'.
2081
2082 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2083
2084 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2085 not 2000.
2086 (sieve-manage-authenticate): Re-add function.
2087
2088 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2089
2090 * shr.el (shr-insert): Get 'space transition right.
2091 (shr-render-td): Only delete space at the end of the TD.
2092
2093 * nnimap.el (nnimap-open-connection): Prepare to support
2094 open-gnutls-stream.
2095
2096 * shr.el: Rearrange function order to be more logical.
2097
2098 2010-10-06 Julien Danjou <julien@danjou.info>
2099
2100 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2101 (nnrss-discover-feed): Remove 404 URL in docstring.
2102
2103 * nnir.el: Fix Swish-E URL.
2104 Fix Namazu URL.
2105
2106 * message.el (message-change-subject): Remove 404 URL in a comment.
2107
2108 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2111 called interactively.
2112
2113 * gnus-util.el (gnus-remove-if): Allow hash table.
2114 (gnus-remove-if-not): New function.
2115
2116 * gnus-art.el (gnus-mime-view-part-as-type)
2117 * gnus-score.el (gnus-summary-score-effect)
2118 * gnus-sum.el (gnus-read-move-group-name):
2119 Replace remove-if-not with gnus-remove-if-not.
2120
2121 * gnus-group.el (gnus-group-completing-read):
2122 Regard collection as a hash table if it is not a list.
2123
2124 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2125
2126 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2127
2128 * shr.el: Document the table-rendering algorithm.
2129
2130 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2131 invalid URLs.
2132
2133 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2134 line-broken.
2135 (shr-tag-img): Ignore image fetching errors.
2136 (shr-overlays-in-region): Compute overlay positions correctly.
2137
2138 * mm-decode.el (mm-shr): Require shr.
2139
2140 * gnus-art.el (gnus-blocked-images): Move variable here.
2141
2142 * shr.el (shr-insert-table): Bind free variable.
2143
2144 * mm-decode.el (mm-shr): Bind shr-content-function.
2145
2146 * shr.el (shr-content-function): New variable.
2147
2148 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2149 added for symmetry.
2150
2151 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2152
2153 * gnus-group.el (gnus-group-make-group): Doc fix.
2154
2155 * nnimap.el (nnimap-request-newgroups): Return success.
2156
2157 * shr.el (shr-find-elements): New function.
2158 (shr-tag-table): Put all the images after the table.
2159 (shr-tag-table): Really inhibit images inside the table.
2160 (shr-collect-overlays): Copy over overlays from the TD elements to the
2161 main document.
2162
2163 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2164 gnus-blocked-images.
2165
2166 2010-10-05 Julien Danjou <julien@danjou.info>
2167
2168 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2169
2170 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2171 (gnus-html-maximum-image-size): Add this function.
2172 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2173
2174 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2175 server-value of the capability is nil.
2176
2177 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * shr.el (shr-tag-em): Add <EM> tag.
2180
2181 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2182
2183 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2184 customizable.
2185
2186 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2187 handing broken links to browse-url.
2188
2189 2010-10-05 Julien Danjou <julien@danjou.info>
2190
2191 * gnus-util.el (gnus-emacs-completing-read)
2192 (gnus-iswitchb-completing-read): Use autoload rather than require.
2193
2194 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * gnus-util.el (gnus-completing-read-function): Exclude
2197 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2198 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2199 XEmacs.
2200
2201 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2202 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2203
2204 * gnus-html.el: Don't require help-fns under XEmacs.
2205 (gnus-html-schedule-image-fetching): Work for XEmacs.
2206
2207 * mm-decode.el (mm-shr): Decode contents by charset.
2208
2209 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2210
2211 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2212 unknown.
2213
2214 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2215 (shr-get-image-data): Ensure against the cache file missing.
2216
2217 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2218 for data.
2219
2220 * spam-report.el (spam-report-url-ping-plain): Don't query about
2221 killing the process.
2222
2223 * shr.el (shr-render-td): Protect against too-wide text.
2224
2225 2010-10-04 Julien Danjou <julien@danjou.info>
2226
2227 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2228 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2229
2230 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2231 retrieved.
2232
2233 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2234
2235 * shr.el (browse-url): Require.
2236 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2237 lines.
2238 (shr-show-alt-text, shr-browse-image): New commands.
2239 (shr-browse-url, shr-copy-url): New commands.
2240
2241 * gnus-sum.el (gnus-widen-article-window): New variable.
2242 (gnus-summary-select-article-buffer): Use it.
2243
2244 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2245 without @ signs.
2246
2247 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2248
2249 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2250
2251 2010-10-04 Julien Danjou <julien@danjou.info>
2252
2253 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2254 for XEmacs.
2255
2256 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2257
2258 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2259
2260 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2261 (nnimap-close-server): Implement.
2262
2263 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2264 (shr-insert): Tweak line breaking.
2265 (shr-insert): Handle <pre> better.
2266 (shr-tag-li): Get <li> indentation right.
2267 (shr-tag-li): Get <li> indentation even righter.
2268 (shr-tag-blockquote): Ensure paragraph start.
2269 (shr-make-table): Tweak table generation.
2270 (shr-make-table): Fix typo.
2271
2272 * shr.el: Implement table rendering.
2273
2274 2010-10-04 Julien Danjou <julien@danjou.info>
2275
2276 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2277
2278 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2279
2280 * shr.el (shr-insert): Use string anchors instead of line anchors.
2281
2282 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283
2284 * shr.el: Add headings.
2285 (shr-ensure-paragraph): Actually work.
2286 (shr-tag-li): Make <ul> prettier.
2287 (shr-insert): Get white space at the beginning/end of elements right.
2288 (shr-tag-p): Collapse subsequent <p>s.
2289 (shr-ensure-paragraph): Don't insert double line feeds after blank
2290 lines.
2291 (shr-insert): \t is also space.
2292 (shr-tag-s): Fix "s" tag name function.
2293 (shr-tag-s): Fix face prop name.
2294
2295 2010-10-03 Julien Danjou <julien@danjou.info>
2296
2297 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2298
2299 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2300 gnus-window-inside-pixel-edges.
2301
2302 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2303 gnus-ems.
2304
2305 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2306
2307 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2308 function.
2309
2310 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2311 resize choice.
2312
2313 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2314
2315 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2316 beginning of the buffer.
2317
2318 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2319 article buffer again.
2320
2321 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2322
2323 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2324 when it's at the start of the buffer.
2325
2326 * shr.el (shr-tag-blockquote): Convert name.
2327 (shr-rescale-image): Use the right image-size variant.
2328
2329 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2330 buffer isn't shown, then select the current article first instead of
2331 bugging out.
2332 (gnus-summary-select-article-buffer): Show both the article and summary
2333 buffers again.
2334
2335 * shr.el (shr-fontize-cont): Protect against regions with no text.
2336 Rename tag functions to shr-tag-* for enhanced security.
2337 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2338
2339 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * shr.el (shr-insert):
2342 * pop3.el (pop3-movemail):
2343 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2344 loaded.
2345
2346 2010-10-03 Glenn Morris <rgm@gnu.org>
2347
2348 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2349
2350 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2351
2352 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2353
2354 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2355
2356 * gnus-util.el (gnus-make-local-hook): Simplify.
2357
2358 2010-10-02 Julien Danjou <julien@danjou.info>
2359
2360 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2361 (gnus-ido-completing-read): New function.
2362 (gnus-emacs-completing-read): New function.
2363 (gnus-completing-read): Use gnus-completing-read-function.
2364 Add gnus-completing-read-function.
2365
2366 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2367
2368 * shr.el (shr-insert-document): Autoload.
2369 (shr-img): Be silent.
2370 (shr-insert): Add a newline after every picture before text.
2371 (shr-add-font): Use overlays for combining faces.
2372 (shr-insert): Pass upwards the text start point.
2373
2374 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2375 possible.
2376 (mm-shr): New function.
2377
2378 2010-10-02 Julien Danjou <julien@danjou.info>
2379
2380 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2381 should go backward.
2382
2383 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2384
2385 * shr.el (shr): Fix typo in provide call.
2386
2387 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2388
2389 * shr.el: New file.
2390
2391 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2392
2393 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2394 completing read.
2395
2396 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2397
2398 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2399 we're being queried about. Suggested by Dan Jacobson.
2400
2401 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2402 Suggested by Jason Eisner.
2403
2404 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2405 table, too. Suggested by Stefan Wiens.
2406 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2407 the table unnecessary. Suggested by Stefan Wiens.
2408
2409 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2410 longer needed, and probably doesn't work either, as pointed out by
2411 Stefan Wiens.
2412 (gnus-summary-exit): Remove call to the clearing function.
2413 (gnus-summary-exit-no-update): Ditto.
2414
2415 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2416 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2417 Reported by Stefan Monnier.
2418 (gnus-summary-save-in-rmail): Ditto.
2419
2420 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2421 article buffer, instead of both the article buffer and the summary
2422 buffer. Sort of suggested by Dan Jacobson.
2423
2424 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2425
2426 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2427 Suggested by Dan Jacobson.
2428
2429 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2430 documentation clearer.
2431
2432 * message.el (message-shorten-references): Comment on the number "21".
2433 Suggested by Stefan Monnier.
2434
2435 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2436 Suggested by Dan Jacobson.
2437
2438 * gnus.el (gnus-large-newsgroup):
2439 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2440
2441 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2442 externalize attachments. Bug reported by Steve Wen.
2443
2444 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2445 really message anything to the user.
2446
2447 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2448 directly.
2449
2450 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2451 messages in empty groups.
2452
2453 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2454
2455 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2456 non-UIDNEXT group.
2457
2458 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2459
2460 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2461 not the value from the collection.
2462
2463 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2464 values. This sometimes happens on some groups that have no info.
2465 (nnimap-request-newgroups): New function.
2466
2467 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2468
2469 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2470 check into `gnus-registry-initialize'.
2471 (gnus-registry-initialize): Ditto.
2472 Fix and extend header docs.
2473
2474 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2475
2476 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2477 regexp backtrace overflows.
2478
2479 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2480 for starttls that tls.el implements; i.e. openssl.
2481
2482 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2483
2484 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2485 (gravatar-create-image): New function that's an alias to
2486 gnus-xmas-create-image, gnus-create-image, or create-image.
2487 (gravatar-data->image): Use it.
2488
2489 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2490
2491 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2492 install the nnregistry refer method.
2493 (gnus-registry-install-hooks): Use it.
2494 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2495 unfollowed groups.
2496
2497 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2498
2499 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2500 expanding threads.
2501
2502 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
2504 * nnir.el: Use the server names without suffixes (bug #7009).
2505
2506 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2507 unencrypted to STARTTLS, if possible.
2508
2509 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2510
2511 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2512 headers before superseding.
2513
2514 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2515
2516 * nnrss.el (nnrss-use-local): Add documentation.
2517
2518 * nnimap.el (nnimap-extend-tls-programs): New function.
2519 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2520 (nnimap-wait-for-connection): Accept the greeting from the stupid
2521 output from openssl s_client -starttls, too.
2522
2523 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2524 article number.
2525 (nnimap-split-fancy): New variable.
2526 (nnimap-split-incoming-mail): Use it.
2527
2528 * nntp.el (nntp-server-list-active-group): Document.
2529
2530 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2531 SELECT to get the message-id.
2532
2533 * mail-source.el (mail-sources): Remove webmail support.
2534 (defvar): Ditto.
2535 (mail-source-fetcher-alist): Ditto.
2536 (mail-source-fetch-webmail): Remove.
2537
2538 * webmail.el: Remove -- doesn't seem relevant any more.
2539
2540 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2541
2542 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2543 the \r.
2544
2545 2010-09-30 Julien Danjou <julien@danjou.info>
2546
2547 * gnus-agent.el (gnus-agent-add-group): Fix call to
2548 gnus-completing-read.
2549
2550 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2551
2552 * nndoc.el (nndoc-retrieve-groups): New function.
2553
2554 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2555 `default', use nnmail-split-methods.
2556 (nnimap-request-article): Downcase the NILs so that they are nil.
2557
2558 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2559 symbol.
2560
2561 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2562 code, since if the user has requested network, that's what they ought
2563 to get.
2564 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2565 (nnimap-split-rule): Mark as obsolete.
2566
2567 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2568 New variable.
2569
2570 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2571 correct slot, too.
2572
2573 2010-09-29 Julien Danjou <julien@danjou.info>
2574
2575 * gnus.el (gnus-local-domain): Declare variable obsolete.
2576
2577 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2578 Fix history computing.
2579 (gnus-ido-completing-read): Require ido.
2580
2581 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2582
2583 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2584 build Gnus.
2585
2586 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2587 when interpreting the structures.
2588 (nnimap-request-accept-article): Add \r\n to the lines to make this
2589 work with Cyrus.
2590
2591 * nndraft.el (nndraft-request-expire-articles): Use the group name
2592 instead if "nndraft". Fix found by Nils Ackermann.
2593
2594 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2595
2596 * nnregistry.el: Add.
2597
2598 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2599
2600 * nnmail.el (group, group-art-list, group-art):
2601 Remove unneeded directives.
2602
2603 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2604
2605 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2606 (mm-mime-charset)
2607 * rfc2047.el (rfc2047-syntax-table)
2608 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2609
2610 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2611 rather than `insert-file-contents' and `eval-region'.
2612
2613 2010-09-29 Julien Danjou <julien@danjou.info>
2614
2615 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2616 replacement of `gnus-gravatar-relief' to mimic
2617 `gnus-faces-properties-alist'.
2618 Add :version property.
2619
2620 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2621
2622 * mail-source.el (mail-source-report-new-mail)
2623 * message.el (message-default-mail-headers)
2624 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2625
2626 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2627
2628 2010-09-28 Julien Danjou <julien@danjou.info>
2629
2630 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2631 mail-address contains the same string as real-name.
2632
2633 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2634 non-blank in header, otherwise it'll get stripped.
2635
2636 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2637 real-name, and then for mail address rather than doing : or , search.
2638
2639 2010-09-27 Julien Danjou <julien@danjou.info>
2640
2641 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2642 right completing-read function.
2643 (gnus-use-ido): New variable
2644 (gnus-completing-read-with-default): Remove.
2645 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2646 (gnus-agent-add-group):
2647 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2648 * mm-view.el (mm-view-pkcs7-decrypt):
2649 * mm-util.el (mm-codepage-setup):
2650 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2651 * mml-smime.el (mml-smime-openssl-sign-query):
2652 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2653 (mml-insert-multipart):
2654 * gnus-msg.el (gnus-summary-yank-message):
2655 * gnus-int.el (gnus-start-news-server):
2656 * mm-decode.el (mm-interactively-view-part):
2657 * gnus-dired.el (gnus-dired-attach):
2658 * gnus.el (gnus-read-method):
2659 * gnus-bookmark.el (gnus-bookmark-jump):
2660 * gnus-art.el (gnus-mime-view-part-as-type)
2661 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2662 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2663 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2664 * nnmairix.el (nnmairix-create-server-and-default-group)
2665 (nnmairix-update-groups, nnmairix-get-server)
2666 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2667 (nnmairix-get-group-from-file-path):
2668 * nnrss.el (nnrss-find-rss-via-syndic8):
2669 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2670 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2671 (gnus-group-browse-foreign-server):
2672 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2673 (gnus-summary-execute-command, gnus-summary-respool-article)
2674 (gnus-read-move-group-name):
2675 * gnus-score.el (gnus-summary-increase-score)
2676 (gnus-summary-score-effect):
2677 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2678
2679 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2680
2681 * nnimap.el (auth-source-forget-user-or-password)
2682 (auth-source-user-or-password): Autoload.
2683
2684 * message.el (message-from-style, message-interactive)
2685 (message-signature): Remove comment.
2686 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2687 always.
2688 (message-sendmail-envelope-from): Comment fix.
2689 (message-yank-prefix): Default to mail-yank-prefix always.
2690 (message-indentation-spaces):
2691 Default to mail-indentation-spaces always.
2692 (message-signature-file): Default to mail-signature-file always.
2693
2694 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2695
2696 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2697 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2698 new articles.
2699
2700 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2701 parts.
2702 (nnimap-request-article): Work with the t setting, too.
2703
2704 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2705 that you don't get flashes of other buffers.
2706 (gnus-summary-show-complete-article): Intern before setting.
2707
2708 2010-09-27 David Engster <dengste@eml.cc>
2709
2710 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2711 well as HEADERS.
2712 (nnmairix-retrieve-headers): Provide new argument for the above.
2713
2714 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * gnus-sum.el (gnus-summary-move-article): Don't alter
2717 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2718 group.
2719
2720 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2721
2722 * message.el (message-cite-prefix-regexp): Revert my last edit.
2723
2724 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2725 variable instead of the Gnus variable.
2726
2727 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2728
2729 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2730
2731 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2732 since some servers don't like it.
2733 (nnimap-open-connection): Forget credentials if the server says the
2734 password was wrong.
2735 (nnimap-parse-line): Protect against invalid data.
2736
2737 * gnus-sum.el (gnus-summary-move-article): Add comment.
2738 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2739 nothing alters it while scanning for new messages.
2740
2741 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2742 which may or may not help.
2743 (nnimap-open-connection): If we're doing a stream connection, and then
2744 discover we're on a STARTTLS-capable server, then open a STARTTLS
2745 connection instead.
2746
2747 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2748
2749 * nnimap.el (utf7): Require.
2750
2751 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2752 prefix.
2753
2754 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2757
2758 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2759
2760 * nnimap.el (nnimap-request-accept-article): Message the error on
2761 error.
2762
2763 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2766
2767 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2768
2769 * nndoc.el (nndoc-request-list): Return success always.
2770
2771 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2772 `fetch-old' -- we only want to fetch the articles we've requested.
2773 The rest are in the agent, probably.
2774 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2775 disappeared server" to something low. It's not important.
2776
2777 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2778 arrived before the FETCH data.
2779
2780 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2781 target here, because we don't know the Gnus name of the group.
2782
2783 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2784 for the correct group.
2785
2786 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2787
2788 * gnus.el (gnus): Give a final warning after startup.
2789
2790 * gnus-util.el (gnus-action-message-log): New variable.
2791 (gnus-message): Use it.
2792 (gnus-final-warning): New function.
2793
2794 * nnimap.el (nnimap-open-connection): Record the greeting.
2795 (nnimap): Add greeting.
2796
2797 2010-09-26 Julien Danjou <julien@danjou.info>
2798
2799 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2800 arguments.
2801 (gnus-html-wash-images): Fix spec computing to include start/end.
2802
2803 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2804
2805 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2808 deletion.
2809 (nnimap-retrieve-headers): Don't select the group, because that's
2810 already done by nnimap-possibly-change-group.
2811
2812 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2813 (gnus-picon-transform-address): Use it.
2814
2815 * mail-source.el (mail-source-value): Revert previous patch.
2816
2817 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2818 on failure.
2819 (nnimap-open-connection): Look up both virtual and physical server name
2820 credentials.
2821
2822 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2823
2824 2009-02-08 Dave Love <fx@gnu.org>
2825
2826 * gnus-win.el (gnus-window-to-buffer-helper)
2827 (gnus-all-windows-visible-p): Function needn't be a symbol.
2828
2829 * mail-source.el (mail-source-value): Function needn't be a symbol.
2830
2831 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2832
2833 * message.el (message-cite-prefix-regexp): Remove } from the cite
2834 prefix.
2835
2836 * gnus-art.el (gnus-treatment-function-alist): Do picons before
2837 highlight again, so that the highlight is correct.
2838
2839 * gnus-picon.el (gnus-picon): Remove again.
2840 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2841
2842 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2843 doing the header highlightling, so that the background colour of the
2844 picon is correct.
2845
2846 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2847 (gnus-picon): Ditto.
2848 (gnus-picon): Reinstate. The background colour for picons is white.
2849 (gnus-picon-insert-glyph): Make the background white.
2850
2851 * nnml.el (nnml-open-nov): Don't return dead buffers.
2852
2853 * auth-source.el (auth-source-create): Query the user for whether to
2854 store the credentials.
2855
2856 * auth-source.el (auth-source-user-or-password): Use the existing auth
2857 sources, if any, for creation.
2858
2859 * gnus.el (gnus-group-fast-parameter): Return the last matching
2860 parameter instead of the first matching parameter.
2861
2862 2010-09-26 Julien Danjou <julien@danjou.info>
2863
2864 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2865
2866 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2867
2868 * mml2015.el (mml2015-use): Remove gpg support.
2869
2870 * mml1991.el (mml1991-function-alist): Remove gpg function.
2871 (mml1991-gpg-sign): Remove.
2872
2873 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
2874
2875 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2876 (gnus-browse-unsubscribe-current-group): Document it.
2877 (gnus-browse-unsubscribe-group): Use it.
2878
2879 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2880
2881 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2882 address to the To list for easier response.
2883
2884 * gnus.el (gnus-play-startup-jingle): Remove.
2885 (gnus-splash): Don't play jingle.
2886 (gnus): Silence gnus-load message.
2887
2888 * gnus-art.el (gnus-treat-play-sounds): Remove.
2889
2890 * gnus.el (gnus-play-jingle): Remove audio support.
2891
2892 * gnus-cus.el (gnus-score-customize): Remove audio reference.
2893
2894 * earcon.el: Remove -- no users.
2895
2896 * gnus-audio.el: Remove -- no users of this package.
2897
2898 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2899
2900 * gnus-start.el (gnus-setup-news): Remove nocem support.
2901
2902 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2903
2904 * gnus.el (gnus-use-nocem): Remove.
2905
2906 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2907 Remove.
2908
2909 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
2910 uses NoCeM any more.
2911
2912 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2913 (gnus-button-ctan-handler): Ditto.
2914 (gnus-button-handle-ctan-bogus-regexp): Ditto.
2915 (gnus-button-ctan-directory-regexp): Ditto.
2916 (gnus-button-handle-ctan): Ditto.
2917 (gnus-button-tex-level): Ditto.
2918 (gnus-button-alist): Remove CTAN stuff.
2919
2920 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2921
2922 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2923 nnimap-streaming test.
2924
2925 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2926 servers twice.
2927
2928 * nnimap.el (nnimap-open-connection): Add more error reporting when
2929 nnimap fails early.
2930
2931 * nnheader.el (nnheader-get-report-string): New function.
2932 (nnheader-get-report): Use it.
2933
2934 * gnus-int.el (gnus-check-server): Say what the error was when opening
2935 failed.
2936
2937 * nnimap.el (nnimap-wait-for-response): Search further when we're not
2938 using streaming.
2939
2940 2010-09-25 Julien Danjou <julien@danjou.info>
2941
2942 * gnus-html.el (gnus-html-rescale-image): Use our defalias
2943 gnus-window-inside-pixel-edges.
2944
2945 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2946
2947 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2948
2949 * mm-decode.el (mm-save-part): Allow saving to other directories the
2950 normal Emacs way.
2951
2952 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2953 Suggested by Jay Berkenbilt.
2954
2955 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2956 there isn't a single byte.
2957
2958 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2959 just do it. It doesn't really seem to matter what the user responds
2960 here, I think, so it's just a confusing question.
2961
2962 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2963 non-streaming case.
2964
2965 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2966 (gnus-article-encrypt-body): Use it.
2967
2968 * gnus-sum.el (gnus-summary-show-complete-article): New command and
2969 keystroke.
2970
2971 * nnimap.el (nnimap-find-wanted-parts-1):
2972 Use gnus-fetch-partial-articles.
2973
2974 * gnus-art.el (gnus-fetch-partial-articles): New variable.
2975
2976 * nnimap.el (nnimap-insert-partial-structure): New function.
2977 (nnimap-get-partial-article): New function.
2978 (nnimap-request-article): Use it.
2979 (nnimap-wait-for-response): Return whether the wait was successful.
2980 (nnimap-finish-retrieve-group-infos): Don't do anything if the
2981 retrieval wasn't successful.
2982 (nnimap-retrieve-group-data-early): Allow throttling servers.
2983 (nnimap-streaming): New variable.
2984 (nnimap-fetch-partial-articles): Remove.
2985
2986 * mm-decode.el (mm-with-part): Protect against killed buffers.
2987
2988 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2989 for prettier summary display.
2990
2991 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
2992
2993 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2994
2995 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2996
2997 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2998 apparently third-party libraries depend on it.
2999
3000 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3001 before starting negotiation.
3002
3003 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3004 privacy reasons.
3005 (gnus-treat-mail-gravatar): Ditto.
3006
3007 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3008 buffer when inserting images. Inserting text into the headers, for
3009 instance, can make them invalid.
3010
3011 2010-09-25 Julien Danjou <julien@danjou.info>
3012
3013 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3014 variables.
3015
3016 * nnheader.el: Remove useless variables news-reply-yank-from and
3017 news-reply-yank-message-id.
3018
3019 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3020 variables.
3021
3022 * mml1991.el: Remove useless mml1991-verbose.
3023
3024 * gnus.el: Remove useless variable gnus-use-generic-from.
3025 Remove obsolete variable gnus-topic-indentation.
3026
3027 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3028
3029 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3030
3031 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3032
3033 * gnus-group.el: Remove useless gnus-group-icon-cache.
3034 Remove useless gnus-ephemeral-group-server.
3035
3036 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3037
3038 * mml2015.el: Remove useless mml2015-verbose.
3039
3040 * mml-smime.el: Remove useless mml-smime-verbose.
3041
3042 * gnus.el: Remove useless gnus-local-domain.
3043
3044 * gnus-gravatar.el (gnus-gravatar-transform-address):
3045 Use gnus-gravatar-size.
3046
3047 * gnus-art.el: Remove useless gnus-treat-translate.
3048
3049 2010-09-24 Julien Danjou <julien@danjou.info>
3050
3051 * gnus-sum.el: Add support for Gravatars.
3052
3053 * gnus-art.el: Add support for Gravatars.
3054
3055 * gnus-gravatar.el: Add this file.
3056
3057 * gravatar.el: Add this file.
3058
3059 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
3061 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3062
3063 * gnus-group.el (gnus-group-fetch-faq): Remove.
3064
3065 * gnus.el (gnus-group-faq-directory): Remove.
3066
3067 * gnus-group.el (gnus-group-fetch-charter): Remove.
3068
3069 * gnus.el (gnus-group-charter-alist): Remove.
3070
3071 * gnus-group.el (gnus-group-archive-directory): Remove.
3072 (gnus-group-recent-archive-directory): Ditto.
3073 (gnus-group-make-archive-group): Remove.
3074
3075 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3076
3077 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3078 use the same article number for all the cached articles.
3079
3080 * nnimap.el (nnimap-command): Register the last command time so
3081 that we can use it for idling NOOPs.
3082 (nnimap-open-connection): Start the keeplive timer.
3083 (nnimap-make-process-buffer): Store all the process buffers.
3084 (nnimap-keepalive): New function.
3085
3086 * starttls.el (starttls-open-stream): Add autoload cookie.
3087
3088 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3089
3090 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3091 handling.
3092
3093 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3094
3095 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3096 its data structures.
3097
3098 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3099 instead of the cl.el copy-list.
3100 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3101 equalp.
3102
3103 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3104
3105 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3106 and tool-bar-local-item-from-menu.
3107
3108 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3109 mode-line-highlight face for Emacs.
3110
3111 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3112 loading gnus-sum.elc; fix comment for canlock-verify.
3113 (gnus-article-jump-to-part): Use read-number.
3114 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3115 Remove Emacs pre-21 compatible code for help-echo.
3116 (gnus-article-next-page-1): No need to adjust the number of lines.
3117 (gnus-article-describe-bindings): Always use help-buffer.
3118
3119 * gnus-audio.el (gnus-audio-inline-sound)
3120 * gnus-cus.el (gnus-custom-mode)
3121 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3122
3123 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3124
3125 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3126 compatible code.
3127
3128 2010-09-24 Glenn Morris <rgm@gnu.org>
3129
3130 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3131 visiting the fcc file in rmail-mode.
3132
3133 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3134
3135 * nnir.el: Silence the byte compiler.
3136
3137 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3138 alias to browse-url-url-encode-chars if any.
3139 (gnus-html-encode-url): Use it.
3140
3141 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3142
3143 * gnus-start.el (gnus-use-backend-marks): New variable.
3144 (gnus-get-unread-articles-in-group): Use it.
3145
3146 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3147 makeover.
3148
3149 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3150
3151 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3152
3153 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3154
3155 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3156 Remove.
3157 (gnus-setup-news-hook):
3158 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3159
3160 * gnus-int.el (gnus-request-update-info): Protect against backends not
3161 having the function.
3162
3163 * nnimap.el (nnimap-stream): Mention starttls.
3164 (nnimap-open-connection): Add starttls support.
3165
3166 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3167
3168 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3169
3170 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
3172 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3173 BODYSTRUCTUREs.
3174 (nnimap-transform-headers): Unfold quoted {42} headers.
3175
3176 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3177 the info.
3178 (gnus-get-unread-articles): Only call updatep on backends that support
3179 it.
3180
3181 * nnweb.el (nnweb-request-update-info): NOOP.
3182
3183 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3184
3185 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3186 since it only deals with marks.
3187
3188 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3189 gnus-request-marks, and make a new gnus-request-update-info.
3190
3191 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3192 the active instead of the high number, which is usually too low.
3193
3194 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3195
3196 * encrypt.el: Remove.
3197
3198 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3199
3200 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3201 server in symbolic form.
3202
3203 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3204
3205 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3206
3207 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3208 (nnimap-update-info): Fix up code slightly.
3209
3210 * gnus-int.el (gnus-open-server): Add tracing for performance
3211 debugging.
3212
3213 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3214 (gnus-group-insert-group-line): Pass the real group name so that it
3215 gets the right data.
3216
3217 * gnus-start.el (gnus-get-unread-articles): Don't have
3218 `gnus-get-unread-articles-in-group' update info, since that can be
3219 really slow and doesn't seem to be needed?
3220
3221 2010-09-22 Julien Danjou <julien@danjou.info>
3222
3223 * gnus-group.el (gnus-group-insert-group-line):
3224 Call gnus-group-highlight-line.
3225 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3226 default hook list.
3227 (gnus-group-update-eval-form): Add new function.
3228 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3229 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3230
3231 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3232
3233 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3234 immediate, then expire all articles.
3235 (nnimap-update-info): Fix off-by-one errors.
3236 (nnimap-flags-to-marks): Would return no marks lists for group with no
3237 flags. Instead return the other data.
3238
3239 2010-09-22 Julien Danjou <julien@danjou.info>
3240
3241 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3242 Only return an icon.
3243 (gnus-group-insert-group-line): Compute icon to return.
3244
3245 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3246 (gnus-html-image-fetched): Only cache if
3247 gnus-html-image-automatic-caching is set.
3248 (gnus-html-image-fetched): Check for errors.
3249
3250 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3253 once per method on `g'. This ensures that backends like nnfolder don't
3254 open all their folders.
3255
3256 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3257 (nnimap-request-list): Nix out group in the correct buffer.
3258 (nnimap-parse-flags): Implement by using `read' instead of
3259 hand-parsing.
3260 (nnimap-flags-to-marks): Pass on permanent-flags.
3261 (nnimap-make-process-buffer): Record the server name.
3262 (nnimap-parse-flags): Fix typo.
3263 (nnimap-request-scan): Run split on the server in general, not just a
3264 single group.
3265
3266 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3267 parameter, and propagate this downwards.
3268
3269 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3270 since EXAMINE changes it on the server.
3271
3272 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3273 this command might take a while.
3274
3275 2010-09-22 Julien Danjou <julien@danjou.info>
3276
3277 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3278 harmful if you have 2 images side-by-side, they can't be properly
3279 update on text deletion. Using text-property is safer here.
3280 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3281 data.
3282
3283 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3284
3285 * nnimap.el (nnimap-expunge-inbox): Remove.
3286 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3287 (nnimap-expunge): Flip default to t.
3288
3289 * gnus.el (gnus-method-to-server): Don't push things to the cache
3290 unless it's unique.
3291 (gnus-server-to-method): Ditto.
3292
3293 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3294
3295 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3296
3297 2010-09-22 Julien Danjou <julien@danjou.info>
3298
3299 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3300 get the start of data.
3301 (gnus-html-encode-url): Add this function to encode special chars in
3302 URL.
3303 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3304 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3305
3306 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3307 default.
3308 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3309
3310 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3311 images alt-text.
3312 (gnus-html-put-image): Put alt-text as help-echo.
3313
3314 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3315
3316 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3317 * mm-util.el (mm-decompress-buffer)
3318 * nnir.el (nnir-run-find-grep)
3319 * pop3.el (pop3-list): Use 3rd arg of split-string.
3320
3321 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3322
3323 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3324 outside the active range. Suggested by Dan Christensen.
3325
3326 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3327 slightly later to avoid double-getting it.
3328
3329 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3330 previous patch.
3331
3332 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3333
3334 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3335
3336 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3337
3338 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3339
3340 * gnus-int.el (gnus-open-server): Give a better error message in the
3341 "go offline" case.
3342
3343 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3344 marks for nnimap, which is seldom the right thing to do.
3345
3346 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3347 (gnus-same-method-different-name): New function.
3348
3349 * nnimap.el (parse-time): Require.
3350
3351 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3352 method in the presence of many similar methods.
3353
3354 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3355
3356 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3357 nnml-inhibit-expiry.
3358
3359 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3360 find out whether methods are equal.
3361
3362 * nnimap.el (nnimap-find-expired-articles): New function.
3363 (nnimap-process-expiry-targets): New function.
3364 (nnimap-request-move-article): Request the article before looking at
3365 what the Message-ID is. Fix found by Andrew Cohen.
3366 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3367
3368 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3369 for oldness in addition to being a predicate.
3370
3371 * nnimap.el (nnimap-request-group): When we have zero articles, return
3372 the right data to Gnus.
3373 (nnimap-request-expire-articles): Only delete articles immediately if
3374 the target is 'delete.
3375
3376 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3377 method, this would bug out.
3378
3379 * gnus-group.el (gnus-group-expunge-group): Rename from
3380 gnus-group-nnimap-expunge, and implemented as a normal interface
3381 function.
3382
3383 * gnus-int.el (gnus-request-expunge-group): New function.
3384
3385 * nnimap.el (nnimap-request-create-group): Implement.
3386 (nnimap-request-expunge-group): New function.
3387
3388 2010-09-21 Julien Danjou <julien@danjou.info>
3389
3390 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3391 (gnus-html-cache-expired): Add new function.
3392 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3393 wethever we should display image for fetch it.
3394 Compute alt-text earlier to pass it to the fetching function too.
3395 (gnus-html-schedule-image-fetching): Change function argument to only
3396 get one image at a time, not a list.
3397 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3398 cache.
3399 (gnus-html-get-image-data): New function to retrieve image data from
3400 cache.
3401 (gnus-html-put-image): Change buffer argument to use image data rather
3402 than file, and place image above region rather than inserting a new
3403 one. Do not take alt-text as argument, since it's useless now: we place
3404 the image above alt-text.
3405 (gnus-html-prune-cache): Remove.
3406 (gnus-html-show-images): Start to fetch image when we find one, do not
3407 push into a temporary list.
3408 (gnus-html-prefetch-images): Only fetch image if they have expired.
3409 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3410 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3411
3412 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3413
3414 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3415
3416 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3417
3418 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3419 spec inser "*" if the group isn't active instead of 0.
3420
3421 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3422 opening the server.
3423 (nnimap-request-delete-group): Implement group deletion.
3424 (nnimap-transform-headers): Return the size of the entire message in
3425 the Bytes header, not just the size of the first part.
3426 (nnimap-request-move-article): When moving an article from nnimap,
3427 request the article first so the accepting form has an article to
3428 accept. Reported by Dan Christensen.
3429 (nnimap-command): Make sure that the error message doesn't error out.
3430
3431 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3432
3433 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3434 we haven't requested anything.
3435
3436 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3437
3438 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3439 "". Fix found by Andrew Cohen.
3440
3441 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3442 instead of -encode-string.
3443
3444 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3445
3446 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3447
3448 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3449 by mm-subst-char-in-string.
3450
3451 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3452
3453 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3454 waiting for the connection string.
3455
3456 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3457 arriving.
3458
3459 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3460 bogus characters. This allows selecting certain Gmail groups.
3461
3462 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3463 (nnimap-fetch-partial-articles): New variable.
3464 (nnimap-open-connection): When looking for credentials, also use the
3465 nnimap-server-port.
3466 (nnimap-request-article): Return the group/article number, so that Gnus
3467 `^' works as expected.
3468 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3469
3470 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3471 comments.
3472 (gnus-methods-sloppily-equal): New function.
3473 (gnus): When using the development version of Gnus, load the gnus-load
3474 file.
3475
3476 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3477 `gnus-open-server' on each method before trying to scan them etc.
3478 This ensures that all the backend parameters are set correctly.
3479
3480 * nnimap.el (nnimap-authenticator): New variable.
3481 (nnimap-open-connection): Allow anonymous login.
3482 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3483 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3484
3485 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3486 patch, found by Knut Anders Hatlen.
3487
3488 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3489
3490 * gnus-agent.el (gnus-agent-batch-confirmation)
3491 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3492 to gnus-message.
3493 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3494 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3495 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3496 * gnus-int.el (gnus-open-server): Likewise.
3497 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3498 (gnus-score-check-syntax): Likewise.
3499 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3500 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3501 Likewise.
3502 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3503
3504 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3505
3506 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3507 calling conventions so that prefetch doesn't bug out.
3508
3509 2010-09-19 Julien Danjou <julien@danjou.info>
3510
3511 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3512 rather than `subst-char-in-region' in order to be able to replace ASCII
3513 char by UTF-8 ones.
3514
3515 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3516 than curl.
3517 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3518 the right URL and ALT text on images.
3519 (gnus-html-wash-tags): Fix tag case.
3520 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3521 (gnus-article-html): Add -o display_ins_del=2 option.
3522 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3523
3524 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3525
3526 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3527 the extra mail headers, which sometimes seem to happen for unknown
3528 reasons.
3529
3530 * mail-parse.el (mail-header-encode-parameter): Define as
3531 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3532 (or most, perhaps?) mail readers don't understand the latter, but do
3533 understand the former.
3534
3535 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3536 to nil, so that no methods are automatically agentized. I think this
3537 is probably what most users want.
3538
3539 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3540 from url-retrieve, for instance about invalid URLs.
3541
3542 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3543 groups that have no articles.
3544 (nnimap-request-article): Check that we really got an article when we
3545 requested one.
3546
3547 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3548 doesn't exist.
3549
3550 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3551 nntp buffer so the agent can save it.
3552 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3553 that CRLF doesn't get translated to \n.
3554 (nnimap-open-connection): Don't make 'shell commands only send \n.
3555
3556 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3559 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3560 Update var name.
3561 (nnml-generate-nov-file): Use dolist.
3562 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3563 Use with-current-buffer.
3564
3565 2010-09-18 Julien Danjou <julien@danjou.info>
3566
3567 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3568 parallel.
3569
3570 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3571
3572 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3573 the range update right.
3574 (nnimap-request-group): Don't make `M-g' bug out on group with no
3575 marks.
3576 (nnoo): Require, so that other packages can require nnimap.
3577 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3578 command we're looking for. This helps when the server sends more
3579 responses after we've gotten everything we expected.
3580 (nnimap): Add a `newlinep' field to keep track of end-of-line
3581 conventions.
3582 Don't send CRLF to things that don't want it.
3583 (nnimap-request-accept-article): Ditto.
3584
3585 2010-09-18 Julien Danjou <julien@danjou.info>
3586
3587 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3588 than curl to retrieve images.
3589
3590 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
3592 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3593 the marks.
3594 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3595 (nnimap-wait-for-connection): New function.
3596 (nnimap-open-connection): If we have PREAUTH, don't query for login
3597 credentials.
3598 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3599 when doing a partial update.
3600
3601 2010-09-18 Julien Danjou <julien@danjou.info>
3602
3603 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3604 tags.
3605
3606 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3607
3608 * nnimap.el (nnimap-credentials): New function.
3609 (nnimap-open-connection): Use the new function to look for credentials
3610 also on the numeric equivalents of "imap" and "imaps".
3611
3612 * gnus-start.el (gnus-activate-group): Send the info to
3613 gnus-request-group.
3614
3615 * nnimap.el (nnimap-request-group): Have the "check" version of the
3616 function parse flags and update the info, so that a `M-g' get a total
3617 resync of all flags from the group.
3618
3619 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3620 to allow backends to alter the info on group selection. Also alter all
3621 the backend -request-group functions to take the parameter.
3622
3623 * nnimap.el (nnimap-store-info): New function.
3624 (nnimap-update-info): Store the info for later usage.
3625 (nnimap-request-group): Use the stored info for the dont-check case, so
3626 that we don't retrieve all marks when we enter a group.
3627
3628 * nnimap.el: Use deffoo instead of defun for interface functions.
3629
3630 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3631 update the group info. This makes the nndraft groups, for instance, go
3632 back to their old behaviour.
3633
3634 * gnus-sum.el (gnus-select-newsgroup): Indent.
3635
3636 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3637 in.
3638 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3639 nothing.
3640
3641 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3642 from methods that are denied.
3643
3644 * gnus-int.el (gnus-method-denied-p): New function.
3645
3646 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3647 store the password instead of netrc.
3648 (nnimap-open-connection): Don't error out when we can't make a
3649 connections.
3650
3651 * auth-source.el (auth-source-create): In the password prompt, say what
3652 we're querying for. Also prompt for user name if that hasn't been
3653 given.
3654
3655 * nnimap.el (nnimap-with-process-buffer): Remove.
3656
3657 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3658
3659 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3660 method when we're reading from the agent.
3661
3662 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3663
3664 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3665 that's probably most useful for users.
3666
3667 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3668 "failed" all the time.
3669
3670 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3671 ...)) with (with-current-buffer ... ).
3672
3673 * nntp.el (nntp-open-server): Return whether the open was successful or
3674 not.
3675
3676 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3677 select an unread unseen article first.
3678
3679 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3680 /etc/services, supply some sensible port defaults.
3681
3682 2010-09-17 Julien Danjou <julien@danjou.info>
3683
3684 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3685
3686 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3687
3688 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3689 doesn't have any parameters.
3690
3691 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3692
3693 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3694 only upcased checks.
3695
3696 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3697
3698 * nnimap.el (nnimap-open-shell-stream): New function.
3699 (nnimap-open-connection): Use it.
3700 (nnimap-transform-headers): Get the number of lines in each message.
3701 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3702 number of lines.
3703 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3704 problem.
3705
3706 * utf7.el (utf7-encode): Autoload.
3707
3708 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3709 to allow the mail splitting to not return a default group. This is
3710 useful for nnimap, which will leave unmatched mail in the inbox.
3711
3712 * nnimap.el: Rewritten.
3713
3714 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3715 nnimap usage.
3716
3717 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3718 if the move is internal, so that nnimap can do fast internal moves.
3719
3720 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3721 data.
3722 (gnus-read-active-for-groups): Support finishing the early retrieval of
3723 data.
3724
3725 * gnus-range.el (gnus-range-nconcat): New function.
3726
3727 * gnus-int.el (gnus-finish-retrieve-group-infos)
3728 (gnus-retrieve-group-data-early): New functions.
3729
3730 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3733 (nnrss-retrieve-groups):
3734 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3735 (pop3-quit): Use with-current-buffer.
3736
3737 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3738
3739 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3740 instead of nnheader-accept-process-output.
3741
3742 * gnus-html.el (gnus-html-schedule-image-fetching)
3743 (gnus-html-prefetch-images): Replace process-kill-without-query by
3744 gnus-set-process-query-on-exit-flag.
3745
3746 2010-09-16 Romain Francoise <romain@orebokech.com>
3747
3748 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3749
3750 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3751
3752 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3753 parameter to unintern is mandatory-ish in Emacs 24.
3754
3755 * gnus-html.el (gnus-html-schedule-image-fetching)
3756 (gnus-html-prefetch-images): Check for curl before using it.
3757
3758 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3759 depend on curl, which isn't essential.
3760
3761 * imap.el: Revert back to version
3762 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3763 seem problematic.
3764
3765 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * gnus-registry.el (gnus-registry-install-shortcuts):
3768 Explicitly pass `obarray' to `unintern' to avoid a warning.
3769
3770 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3771
3772 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3773 change.
3774
3775 * nnrss.el (nnrss-request-list): Remove this function and related
3776 functions, including the moreover stuff.
3777
3778 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3779
3780 * nnrss.el (nnrss-retrieve-groups): New function.
3781
3782 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * .dir-locals.el: Add no-byte-compile cookie.
3785
3786 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
3787
3788 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3789 for back end that doesn't support request-scan.
3790
3791 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792
3793 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3794 then do request scans from the backends.
3795
3796 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3797 avoid running a hook per line, since this takes a lot of time,
3798 profiling shows.
3799 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3800 directly if gnus-visual-p is true.
3801
3802 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
3803
3804 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3805 groups; replace mapcar with dolist which is a bit faster; pass groups
3806 info to gnus-read-active-file-1.
3807 (gnus-read-active-file-1): Scan only specified groups if the new
3808 optional arg `infos' is given.
3809
3810 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3811
3812 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3813
3814 * pop3.el (pop3-movemail): Remove.
3815 (pop3-streaming-movemail): Rename to pop3-movemail.
3816
3817 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3818 don't restrict end-tag searches to the end of the line.
3819
3820 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3823 articles of every unchecked group to t, which means unknown since the
3824 server has never been opened.
3825
3826 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3827
3828 * gnus-html.el (gnus-html-show-alt-text): New command.
3829 (gnus-html-browse-image): Ditto.
3830 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3831 to browse the image directly.
3832 (gnus-html-wash-tags): Search for images first, so that <a><img> works
3833 better.
3834
3835 * gnus-async.el (gnus-async-article-callback):
3836 Call `gnus-html-prefetch-images' unconditionally.
3837
3838 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3839 before feeding URLs to curl.
3840
3841 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3842
3843 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3844 internal images as deletable by `W D D'.
3845
3846 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3847 (gnus-async-article-callback): Fix typo.
3848
3849 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3850
3851 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3852 current line to work around bugs in the output from w3m.
3853
3854 * gnus-async.el (gnus-async-article-callback): Always prefetch images
3855 for groups that want that.
3856
3857 * nntp.el (nntp-wait-for-string): Supply a timeout for
3858 accept-process-output to ensure progress.
3859
3860 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3861 level to get unread articles from, then use that for foreign groups,
3862 too.
3863
3864 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3865 confuses the rest of the function.
3866
3867 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3868 for the methods that support -retrieve-groups, too.
3869
3870 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3871
3872 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3873
3874 * pop3.el: Require cl when compiling.
3875 (pop3-number-of-responses): Search for "+OK", not "+OK ".
3876
3877 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3878
3879 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3880 that aren't going to be activated.
3881 (gnus-get-unread-articles): Fix up the last commit.
3882
3883 * gnus-html.el (gnus-article-html): Allow calling without specifying
3884 the handle. In that case, dissect the buffer first.
3885
3886 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3887
3888 * nnimap.el (nnimap-open-connection): Revert the change that would look
3889 into authinfo for imaps instead of imap.
3890
3891 * gnus-start.el (gnus-activate-group): Take an optional parameter to
3892 say that you don't want to call gnus-request-group with don-check, but
3893 do check the reponse. This is for virtual groups only.
3894 (gnus-get-unread-articles): Count the archive groups as secondary, so
3895 that they're activated the same way as before.
3896
3897 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3898 case-insensitively.
3899 (nnimap-debug): Remove.
3900
3901 * mail-source.el (mail-source-fetch): Don't message if we're fetching
3902 mail from a file, and the file doesn't exist.
3903
3904 * pop3.el (pop3-streaming-movemail): Return t for success.
3905
3906 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3907 .authinfo if we're using ssl connection.
3908
3909 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3910 already have if we're in a main Gnus `g' run.
3911
3912 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3913
3914 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3915
3916 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3917
3918 * nnmh.el (nnmh-request-list-1): Bind `file'.
3919
3920 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3921 alias to set-process-query-on-exit-flag or process-kill-without-query.
3922 (pop3-open-server): Use it.
3923
3924 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3925
3926 * mail-source.el (mail-source-delete-crash-box): Always move the crash
3927 box to the Incoming file. Fixes mistake in previous checkin.
3928
3929 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3930 request loop (for debugging purposes) removed.
3931
3932 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3933 culprit is more visible.
3934 (nnml-save-incremental-nov, nnml-open-incremental-nov)
3935 (nnml-add-incremental-nov): New functions to do "incremental" nov
3936 updates, where we just append to the end of the existing nov files
3937 without reading/writing them in full.
3938
3939 * mail-source.el (mail-source-delete-crash-box): Really only check the
3940 incoming files once in a while.
3941
3942 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3943
3944 * mail-source.el (mail-source-delete-crash-box): Only check the
3945 incoming files for deletion once per day to save a lot of file
3946 accesses.
3947
3948 * pop3.el (pop3-logon): Fix up unbound variable typo.
3949
3950 * mail-source.el (pop3-streaming-movemail): Autoload.
3951
3952 * pop3.el (pop3-streaming-movemail):
3953 Respect pop3-leave-mail-on-server.
3954
3955 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3956 retrieval.
3957
3958 * pop3.el (pop3-process-filter): Remove unused function.
3959 (pop3-streaming-movemail, pop3-send-streaming-command)
3960 (pop3-wait-for-messages, pop3-write-to-file)
3961 (pop3-number-of-responses): New functions for streaming pop3
3962 retrieval.
3963
3964 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3965 come from no known methods.
3966 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3967 list.
3968
3969 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3970 message sizes.
3971 (pop3-movemail): Use erase-buffer instead of looping and deleting
3972 regions, which seems rather odd.
3973
3974 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3975 file once per `g' run.
3976
3977 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3978 directories. This makes the draft queue directory work.
3979
3980 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3981 data from the backends, so that we only request the list of groups from
3982 each method once. This should speed things up considerably.
3983
3984 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3985 detect that it's not implemented.
3986
3987 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3988 we actually do recurse down into the tree, but don't stat all leaf
3989 nodes.
3990
3991 * gnus-html.el (gnus-html-show-images): If there are no images to show,
3992 then say so instead of bugging out.
3993
3994 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3995 files exist before trying to read them.
3996
3997 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3998 around <pre_int>.
3999
4000 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4001
4002 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4003
4004 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4005
4006 * mm-util.el (mm-image-load-path): Just return the image directories,
4007 not all directories in the path in addition to the image directories.
4008 (mm-image-load-path): Maintain a cache of the image directories so that
4009 the `g' command in Gnus doesn't have to stat dozens of directories each
4010 time.
4011
4012 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4013 (gnus-html-wash-tags): Add a new `i' command to insert images.
4014 (gnus-html-insert-image): New command and keystroke.
4015 (gnus-html-redisplay-with-images): New command and keystroke.
4016 (gnus-html-show-images): Rename command.
4017 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4018 spacers.
4019 (gnus-html-wash-tags): Decode entities at the end, so that entities
4020 inside the tags don't mess up the rest of the "parsing".
4021
4022 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4023 so that nnimap methods aren't agentized by default. There's apparently
4024 many problems related to agent/imap behaviour.
4025
4026 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4027
4028 * gnus-html.el: Doc fix.
4029
4030 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4033 glyph-width and glyph-height instead of display-graphic-p and
4034 image-size; make avoidance of displaying small images work for XEmacs.
4035
4036 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4037 for XEmacs.
4038
4039 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4040 of symbol that holds plist data.
4041 (gnus-process-plist): Remove plist of process after getting it.
4042
4043 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4044
4045 * message.el (message-generate-hashcash): Change default to
4046 'opportunistic if hashcash is installed.
4047
4048 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4049 (gnus-html-put-image): Only call image-size once, since it's somewhat
4050 time-consuming on remote X servers.
4051
4052 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4053
4054 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4055 decoded contents.
4056 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4057
4058 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4059
4060 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4061 group line format, since it isn't very interesting.
4062
4063 * gnus-agent.el (gnus-agent-short-article),
4064 (gnus-agent-long-article): Increase values for these two variables,
4065 since most people are likely to have more network connection and
4066 storage than before.
4067
4068 * gnus.el (gnus-refer-article-method): Change default to 'current.
4069 When referring an article, the common behaviour is to refer it from the
4070 current select method, not the native select method. The chances of
4071 the native select method having the message in question is rather slim
4072 these days.
4073
4074 * gnus-sum.el (gnus-auto-select-subject): Change default to
4075 `unseen-or-unread'. I think it's likely that most people want to
4076 select an unseen article over a previously seen, but unread one.
4077
4078 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4079 means that in the article buffer none of the minor mode elements will
4080 be shown, usually, and this is not desirable in most cases.
4081
4082 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4083 that commands like `d' (and the like) go to the next line in the
4084 buffer, instead of the next unread article. I think this is the
4085 behaviour that is most natural for most users.
4086 (gnus-single-article-buffer): Change default to nil, so that people can
4087 have as many article buffers open as they have summary buffer. I think
4088 this is the most natural way for the groups to behave.
4089
4090 * message.el (message-generate-new-buffers): Change default to
4091 `unsent', so that all new message buffers start their names with the
4092 string "*unsent", and it's easier to find the buffers if you move from
4093 them.
4094
4095 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4096
4097 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4098 small. They're probably tracking images.
4099 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4100 (gnus-html-rescale-image): Yet another try at getting the image sizing
4101 right.
4102
4103 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4104 nntp-marks-file-name is nil.
4105
4106 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4107
4108 * gnus-html.el (gnus-html-wash-tags)
4109 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4110 Better logging.
4111
4112 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
4114 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4115
4116 * gnus-html.el (gnus-html-wash-tags): Check the value of
4117 gnus-blocked-images in the summary buffer.
4118
4119 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4120
4121 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4122
4123 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4124
4125 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4126 like "a", it seems like.
4127 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4128 since it needs to be picked from the correct buffer.
4129
4130 * nnwfm.el: Remove.
4131
4132 * nnlistserv.el: Remove.
4133
4134 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4135
4136 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4137 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4138
4139 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4140
4141 * nnkiboze.el: Remove.
4142
4143 * nndb.el: Remove.
4144
4145 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4146 alt text.
4147 (gnus-html-rescale-image): Try to get the rescaling logic right for
4148 images that are just wide and not tall.
4149
4150 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4151 overshadow variable bindings.
4152
4153 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4154
4155 * gnus-html.el (gnus-html-wash-tags)
4156 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4157 Add extra logging.
4158
4159 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4160
4161 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4162 (gnus-max-image-proportion): New variable.
4163 (gnus-html-rescale-image): New function.
4164 (gnus-html-put-image): Rescale images.
4165
4166 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 Fix up some byte-compiler warnings.
4169 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4170 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4171 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4172 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4173 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4174 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4175 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4176
4177 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4178
4179 * gnus-html.el (gnus-article-html): Decode contents by charset.
4180
4181 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4182
4183 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4184 (gnus-html-frame-width, gnus-blocked-images)
4185 * message.el (message-prune-recipient-rules): Add custom version.
4186 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4187
4188 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4189 functions.
4190
4191 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4192 gnus-process-get.
4193
4194 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4195
4196 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4197 instead of lsub directly.
4198
4199 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4200
4201 * nnwarchive.el: Remove.
4202
4203 * gnus-soup.el: Remove.
4204
4205 * nnsoup.el: Remove.
4206
4207 * nnultimate.el: Remove.
4208
4209 * gnus-html.el (gnus-blocked-images): New variable.
4210
4211 * message.el (message-prune-recipients): New function.
4212 (message-prune-recipient-rules): New variable.
4213
4214 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4215 guess whether a long line is natural text or not.
4216
4217 * gnus-html.el (gnus-html-schedule-image-fetching):
4218 Use gnus-process-plist and friends for compatibility.
4219
4220 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * gnus-html.el: Require packages that define macros used in this file.
4223 (gnus-article-mouse-face): Declare to silence byte-compiler.
4224 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4225 process-get.
4226 (gnus-html-put-image): Use plist-get to avoid getf.
4227 (gnus-html-prefetch-images): Use with-current-buffer.
4228
4229 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4230
4231 * gnus-ems.el: Provide compatibility functions for
4232 gnus-set-process-plist.
4233
4234 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4235 * gnus.el (gnus-valid-select-methods)
4236 * message.el (message-send-mail-partially-limit)
4237 * mm-decode.el (mm-text-html-renderer)
4238 * mml.el (mml-insert-mime-headers-always)
4239 * smiley.el (smiley-regexp-alist): Bump custom version.
4240
4241 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4242
4243 * gnus-html.el: require mm-url.
4244 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4245 with the url to `url'.
4246 (gnus-html-wash-tags): Support cid: URLs/images.
4247
4248 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4249
4250 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4251 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4252 bindings, as they aren't useful at all. `w' is moved to `W w'.
4253
4254 * gnus-move.el: Remove file, since it doesn't really work.
4255
4256 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4257 UTF-8. This seems to fix problems with some German web feeds.
4258
4259 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4260 at the top so that the proper colours are applied.
4261
4262 * gnus-art.el (gnus-article-view-part): Doc fix.
4263
4264 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4265 XEmacs-compatible.
4266 (gnus-html-put-image): Don't do images on non-graphic displays.
4267
4268 * nnslashdot.el: Remove this unused backend.
4269
4270 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4271 actions.
4272 (gnus-undo-register-1): Revert last change.
4273
4274 * gnus-group.el (gnus-group-completing-read): Protect against not
4275 having completion-styles bound.
4276
4277 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4278 make broken recipients happier.
4279
4280 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4281
4282 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4283 point parameter.
4284
4285 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4286 completion-styles for group selection.
4287
4288 2009-02-04 Andreas Schwab <schwab@suse.de>
4289
4290 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4291 headers and regexp-quote the match if necessary.
4292
4293 2009-03-24 Miles Bader <miles@gnu.org>
4294
4295 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4296 the blinking smiley.
4297
4298 2009-03-24 Simon Josefsson <simon@josefsson.org>
4299
4300 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4301 blink smiley.
4302
4303 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4304
4305 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4306 where the dribbel file lives exists.
4307
4308 * message.el (message-send-mail-partially-limit): Change the default to
4309 nil, since most people don't want this.
4310
4311 * mm-url.el (mm-url-decode-entities): Also decode entities like
4312 &#x3212.
4313
4314 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4315
4316 * gnus-sum.el (gnus-summary-idna-message):
4317 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4318 Hyperlink urls in docstrings with URL `...'.
4319
4320 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4321
4322 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4323 functions.
4324
4325 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4326
4327 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4328 say what the mouseover text should be.
4329
4330 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4331 version of the mm-w3m-safe-url-regexp variable to only download images
4332 in the groups where we want that to happen.
4333
4334 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4335
4336 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4337 easier debugging.
4338 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4339 big pictures in the article buffer.
4340
4341 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4342 gnus-article-html.
4343 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4344 w3m.
4345
4346 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4347
4348 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4349
4350 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4351 which doesn't exist.
4352
4353 * message.el (message-inhibit-ecomplete): New variable to allow some
4354 function to inhibit ecomplete address storage.
4355 (message-resend): Disable ecomplete message storage when resending
4356 messages.
4357
4358 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4359
4360 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4361
4362 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4363 Save excursion while copying, moving, and deleting articles in order to
4364 prevent the cursor from jumping to unforeseen place.
4365
4366 2010-08-17 Glenn Morris <rgm@gnu.org>
4367
4368 * gnus-sync.el: Require gnus components whose functions are used.
4369
4370 * gnus-art.el (bookmark-make-record-function):
4371 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4372 Declare for compiler.
4373
4374 * mm-url.el (mml-compute-boundary): Autoload.
4375
4376 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4377
4378 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4379
4380 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4381
4382 Typo fix "hoo4a" -> "hook".
4383
4384 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4385
4386 2010-08-14 Glenn Morris <rgm@gnu.org>
4387
4388 * gnus-sync.el (gnus-sync): Fix defgroup version.
4389
4390 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4391
4392 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4393
4394 * gnus-sync.el: Fix docs.
4395 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4396 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4397
4398 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4399
4400 Optimizations for gnus-sync.el.
4401
4402 * gnus-sync.el: Add docs about gnus-sync-backend
4403 possibilities.
4404 (gnus-sync-save): Remove unnecessary message.
4405 (gnus-sync-read): Optimize and show what groups were skipped.
4406
4407 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4408
4409 Minor bug fixes for gnus-sync.el.
4410
4411 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4412 Don't read the sync on get-new-news.
4413
4414 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4415 quiet.
4416
4417 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4418 (fix typo).
4419
4420 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4421
4422 Make saving and restoring of hidden threads work with overlays.
4423 Patch applied by Ted Zlatanov.
4424
4425 * gnus-sum.el (gnus-hidden-threads-configuration)
4426 (gnus-restore-hidden-threads-configuration): Update to deal with text
4427 properties, rather than searching for a magic character.
4428
4429 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4430
4431 New gnus-sync.el library for synchronization of marks.
4432
4433 * gnus-sync.el: New library for synchronization of marks.
4434
4435 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4436 renamed from `gnus-registry-grep-in-list'.
4437
4438 * gnus-registry.el (gnus-registry-follow-group-p):
4439 Use `gnus-grep-in-list'.
4440
4441 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4442
4443 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4446 determining charset of text fails.
4447
4448 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4449
4450 * nnmail.el (nnmail-get-new-mail-1): Revert.
4451
4452 * nnml.el (nnml-active-number): Make sure names of newly created groups
4453 in nnml-group-alist are encoded.
4454
4455 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4456
4457 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4458 containing non-ASCII characters in active file for nnml back end.
4459
4460 2010-07-24 David Engster <dengste@eml.cc>
4461
4462 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4463 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4464
4465 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4466
4467 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4468 tag (Bug#6654).
4469
4470 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4471
4472 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4473 the article buffer, not the summary buffer.
4474
4475 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4476
4477 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4478 Emacs 23 as well.
4479
4480 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4481
4482 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4483 Patch applied by Karl Fogel.
4484
4485 * gnus-sum.el (gnus-summary-bookmark-make-record):
4486 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4487
4488 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4489
4490 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4491 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4492 C-w still not working correctly from Article buffers; Thierry's
4493 patch to fix that will be applied after this.
4494
4495 * gnus-art.el (bookmark-make-record-function): New local variable.
4496
4497 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4498 article buffer.
4499 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4500
4501 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4502
4503 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4504 on changes in bookmark.el.
4505
4506 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4507
4508 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4509 the *other* type of HTML form submission.
4510
4511 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * auth-source.el (auth-source-pick): If choice does not contain a
4514 questioned keyword, set the check to t.
4515
4516 2010-06-12 Romain Francoise <romain@orebokech.com>
4517
4518 * gnus-util.el (gnus-date-get-time): Move up before first use.
4519
4520 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4521
4522 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4523 (gnus-article-edit-part): Bind it to make last part that is substituted
4524 or deleted visible.
4525 (gnus-mime-display-single): Buttonize part of which id equals to
4526 gnus-mime-buttonized-part-id.
4527
4528 2010-06-10 Dan Christensen <jdc@uwo.ca>
4529
4530 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4531 (gnus-dd-mmm): Use gnus-date-get-time.
4532 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4533 simplify logic.
4534 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4535 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4536
4537 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4538
4539 * auth-source.el (top): Autoload `secrets-list-collections',
4540 `secrets-create-item', `secrets-delete-item'.
4541 (auth-sources): Fix tag string.
4542 (auth-get-source, auth-source-retrieve, auth-source-create)
4543 (auth-source-delete): New defuns.
4544 (auth-source-pick): Rewrite in order to avoid 2 passes.
4545 (auth-source-forget-user-or-password): New parameter USERNAME.
4546 (auth-source-user-or-password): New parameters CREATE-MISSING and
4547 DELETE-EXISTING. Retrieve password interactively, if needed.
4548
4549 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4550
4551 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4552 deleting unused directories when gnus-expert-user is t.
4553
4554 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4555
4556 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4557 for each temp file when gnus-article-browse-delete-temp is ask.
4558
4559 2010-05-20 Kevin Ryde <user42@zip.com.au>
4560
4561 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4562
4563 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4564
4565 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4566 article unless decoding article to be saved.
4567
4568 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4569
4570 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4571 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4572 generated within the mm-with-unibyte-current-buffer macro.
4573
4574 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4575
4576 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4577 to nil when we're in a mml-preview buffer and no group is selected.
4578
4579 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4580
4581 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4582 when catching the `C-g'. Reported by "Leo".
4583
4584 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4585
4586 * message.el (message-forward-make-body-plain)
4587 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4588 multibyte-string-p.
4589
4590 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4591
4592 * message.el (message-forward-make-body-mml): Assume original message
4593 is multibyte string; error on unibyte.
4594 (message-forward-make-body-plain): Ditto; don't add excessive newline
4595 in body end.
4596
4597 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4598
4599 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4600 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4601
4602 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4603
4604 * mm-extern.el (mm-extern-url): Don't use
4605 mm-with-unibyte-current-buffer.
4606 (mm-extern-cache-contents): Use with-current-buffer instead of
4607 save-excursion + set-buffer.
4608
4609 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4610
4611 * mm-util.el (mm-emacs-mule): Remove.
4612
4613 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4614
4615 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4616 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4617 change.
4618
4619 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4620
4621 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4622 bind the default value of enable-multibyte-characters to nil.
4623
4624 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4625
4626 * message.el (message-forward-make-body-plain)
4627 (message-forward-make-body-mml):
4628 Don't use mm-with-unibyte-current-buffer.
4629
4630 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4631
4632 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4633 (Bug#5592).
4634
4635 2010-05-07 Julien Danjou <julien@danjou.info>
4636
4637 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4638 it to mm-pipe-part.
4639
4640 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4641 it is given.
4642
4643 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4644
4645 * nnweb.el (nnweb-gmane-search)
4646 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4647 XEmacs.
4648
4649 * gnus-art.el (gnus-article-browse-html-parts)
4650 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4651 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4652 make-temp-file.
4653
4654 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4655 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4656 compiling.
4657
4658 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4659 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4660 XEmacs when compiling.
4661
4662 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4663 gnus-pick-mode-off-hook for XEmacs when compiling.
4664 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4665 gnus-binary-mode-off-hook for XEmacs when compiling.
4666
4667 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4668 Return nil if char-charset is not available.
4669
4670 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4671 macro.
4672
4673 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4674 instead of encode-coding-string.
4675
4676 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4677 'xemacs) instead of mm-emacs-mule to switch function definitions.
4678 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4679
4680 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4681
4682 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4683
4684 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4687 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4688
4689 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4692 alias `jka-compr-delete-temp-file' no longer exists.
4693
4694 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 Use define-minor-mode in Gnus where applicable.
4697 * mml.el (mml-mode): Use define-minor-mode.
4698 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4699 (gnus-undo-mode): Use define-minor-mode.
4700 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4701 (gnus-dead-summary-mode): Use define-minor-mode.
4702 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4703 Initialize in declaration.
4704 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4705 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4706 (gnus-mailing-list-mode): Use define-minor-mode.
4707 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4708 (gnus-draft-mode): Use define-minor-mode.
4709 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4710 (gnus-dired-mode): Use define-minor-mode.
4711
4712 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4713
4714 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4715 handles on recursive mml-to-mime translation and check them for
4716 boundary delimiter collisions. Reported by Greg Troxel.
4717
4718 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4719
4720 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4721
4722 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * mm-util.el (mm-find-buffer-file-coding-system):
4725 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4726
4727 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4728
4729 * message.el (message-generate-headers): Record insertion of optional
4730 headers as well. Otherwise the check to prevent repeated insertion of
4731 optional headers is a no-op.
4732
4733 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4734
4735 * smime.el: Don't mention CVS.
4736
4737 * nnrss.el (nnrss-fetch): Don't mention CVS.
4738
4739 * nnir.el: Don't mention CVS.
4740
4741 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * gnus-sum.el (gnus-summary-bookmark-make-record):
4744 Add `location' field.
4745
4746 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4749 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4750 Use with-current-buffer to silence the byte-compiler.
4751 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4752 bother to require `gnus'.
4753 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4754
4755 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4756
4757 * gnus-sum.el (gnus-summary-bookmark-make-record)
4758 (gnus-summary-bookmark-jump): New functions.
4759 (gnus-summary-mode): Setup bookmark support.
4760
4761 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4762
4763 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4764 if set.
4765
4766 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4767
4768 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4769 gnus-article-browse-html-save-cid-image; make it work recursively for
4770 forwarded messages as well.
4771 (gnus-article-browse-html-parts): Work when prefix arg is given.
4772 (gnus-article-browse-html-article): Doc fix.
4773
4774 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * message.el (message-default-mail-headers):
4777 (message-default-headers): Carry the value mail-default-headers over
4778 into message-default-mail-headers, rather than message-default-headers.
4779
4780 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4781
4782 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4783 charset.
4784
4785 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4786 charset into the <meta> tag when the article is encoded to utf-8.
4787
4788 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * gnus-art.el (gnus-article-browse-delete-temp-files):
4791 Delete directories as well.
4792 (gnus-article-browse-html-parts): Work for images that do not specify
4793 file names; delete temp directory when quitting; insert header at the
4794 right place; use file: scheme for image files.
4795
4796 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
4797
4798 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4799 (gnus-article-browse-html-parts): Use it to make temporary cid image
4800 files in addition to html file so that browser may display them.
4801
4802 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
4803
4804 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4805
4806 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4807
4808 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4809
4810 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
4811
4812 * auth-source.el (auth-sources): Change default to be simpler.
4813 Explain about Secret Service API sources. Improve Customize options.
4814 (auth-source-pick): Change to accept any number of search parameters.
4815 Implement fallbacks iteratively, not recursively. Add scoring on the
4816 second pass and sort by score. Call Secret Service API when needed.
4817 (auth-source-user-or-password): Use it. Call Secret Service API
4818 directly when needed to get the user name and the password.
4819
4820 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * message.el (message-interactive): Doc fix.
4823 (message-qmail-inject-args): Reflow.
4824 (message-kill-to-signature): Fix typo in docstring.
4825
4826 * smiley.el (smiley-buffer): Fix typo in docstring.
4827
4828 2010-03-24 Glenn Morris <rgm@gnu.org>
4829
4830 * mail-source.el (gnus-message): Declare.
4831 (mail-source-delete-old-incoming): Require gnus-util.
4832
4833 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4834
4835 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4836
4837 * message.el (ecomplete-setup): Autoload it for Emacs <23.
4838
4839 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4840 password-cache's default if it is not bound.
4841 (mml-secure-passphrase-cache-expiry): Default to 16 that is
4842 password-cache-expiry's default if it is not bound.
4843
4844 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4845 available in Emacs 21.
4846
4847 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
4848
4849 * auth-source.el (auth-sources): Fix up definition so extra parameters
4850 are always inline.
4851
4852 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
4853
4854 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4855 wasn't updated after mismatch. Clear cached mailbox info correctly
4856 when uidvalidity changes.
4857 (nnimap-group-prefixed-name): New function to avoid some code
4858 duplication.
4859 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4860 (nnimap-request-group): Use it.
4861 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4862 (nnimap-update-unseen): Significantly improved speed of Gnus startup
4863 with many imap folders. This is done by caching the group status from
4864 the imap server persistently in a group parameter `imap-status'. (This
4865 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4866 but not persistently, so every Gnus startup was still very slow.)
4867
4868 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4869
4870 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
4871 secrets.el dependency.
4872 (auth-sources): Add optional user name. Add secrets.el configuration
4873 choice (unused right now).
4874
4875 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4876
4877 * gnus-sum.el (gnus-summary-make-menu-bar):
4878 Let `gnus-registry-install-shortcuts' fill in the functions.
4879
4880 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4881 warnings.
4882 (gnus-registry-misc-menus): Variable to hold registry mark menus.
4883 (gnus-registry-install-shortcuts): Populate and use it in a
4884 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4885
4886 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
4887
4888 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4889 In-place substitutions for the group name encoding/decoding.
4890 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4891 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4892 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4893 (nnimap-update-unseen, nnimap-request-list)
4894 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4895 (nnimap-request-set-mark, nnimap-split-to-groups)
4896 (nnimap-split-articles, nnimap-request-newgroups)
4897 (nnimap-request-create-group, nnimap-request-accept-article)
4898 (nnimap-request-delete-group, nnimap-request-rename-group)
4899 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
4900 `encoded-mbx' for consistency.
4901 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4902 variable `imap-current-mailbox'.
4903
4904 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4905 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4906
4907 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
4908
4909 * pop3.el (pop3-display-message-size-flag): Display message size byte
4910 counts during POP3 download.
4911 (pop3-movemail): Use it.
4912 (pop3-list): Implement listing of available messages.
4913
4914 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
4915
4916 * nnir.el (nnir-get-article-nov-override-function): New function to
4917 override the normal NOV retrieval.
4918 (nnir-retrieve-headers): Use it.
4919
4920 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
4921
4922 * auth-source.el (netrc-machine-user-or-password): Autoload.
4923
4924 2010-03-19 Glenn Morris <rgm@gnu.org>
4925
4926 Stop message.el from loading about 40 libraries it doesn't always need.
4927 The general approach is to autoload rather than require, and to
4928 require in the specific functions rather than the file. (Bug#5642)
4929
4930 * gmm-utils.el: Don't require wid-edit.
4931 (widget-create-child-value, widget-convert, widget-default-get):
4932 Autoload.
4933
4934 * gnus-util.el: Don't require time-date, netrc.
4935 (message-fetch-field, gnus-group-name-decode): Declare rather than
4936 autoloading.
4937 (gnus-fetch-field): Require message.
4938 (gnus-decode-newsgroups): Require gnus-group.
4939
4940 * ietf-drums.el: Don't require time-date.
4941
4942 * message.el: Don't require hashcash, canlock, ecomplete.
4943 Do require mail-utils. Require nnheader only when compiling.
4944 (smtpmail-default-smtp-server): Remove declaration.
4945 (message-send-mail-function): Check smtpmail-default-smtp-server
4946 is bound rather than requiring smtpmail.
4947 (message-auto-save-directory, message-insert-signature):
4948 Use expand-file-name rather than nnheader-concat.
4949 (nnheader-insert-file-contents): Autoload.
4950 (hashcash-wait-async): Declare.
4951 (message-send-mail): Only call gnus-setup-posting-charset if
4952 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
4953 (message-send-mail-with-sendmail): Require sendmail.
4954 (canlock-password, canlock-password-for-verify): Declare.
4955 (message-canlock-password): Require canlock.
4956 (nnheader-get-report): Autoload.
4957 (gnus-setup-posting-charset): Declare.
4958 (message-send-news): Require gnus-msg.
4959 (message-make-references, message-make-in-reply-to): Use mail-header-id
4960 rather than the alias mail-header-message-id.
4961 (ecomplete-add-item, ecomplete-save): Declare.
4962 (message-put-addresses-in-ecomplete): Require ecomplete.
4963 (ecomplete-display-matches): Autoload.
4964
4965 * mm-decode.el: Don't require mailcap, gnus-util.
4966 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4967 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4968 Autoload.
4969 (mailcap-mime-extensions): Declare.
4970
4971 * mm-encode.el: Don't require mailcap.
4972 (mailcap-extension-to-mime): Autoload.
4973
4974 * mml-sec.el: Don't require password-cache.
4975
4976 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4977 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4978 (mml-minibuffer-read-type): Require mailcap.
4979 (mml-preview): Require gnus-msg.
4980
4981 * mml1991.el: Require password-cache.
4982 (password-cache-expiry): Remove declaration.
4983
4984 * mml2015.el: Require password-cache.
4985 (password-cache-expiry): Remove declaration.
4986
4987 * nneething.el (mailcap): Require mailcap.
4988
4989 * nnheader.el (declare-function): Add compatibility stub.
4990 (message-remove-header): Declare rather than autoload.
4991 (nnheader-replace-header): Require message.
4992
4993 * nnimap.el (declare-function): Add compatibility stub.
4994 (netrc-parse, netrc-machine-user-or-password): Declare.
4995 (nnimap-open-connection): Require netrc.
4996
4997 * nntp.el (declare-function): Add compatibility stub.
4998 (netrc-parse, netrc-machine, netrc-get): Declare.
4999 (nntp-send-authinfo): Require netrc.
5000
5001 * rfc2047.el: Don't require qp.
5002 (quoted-printable-encode-region, quoted-printable-decode-string):
5003 Autoload.
5004
5005 * sieve-mode.el: Don't require easymenu.
5006 (easy-menu-add-item): Autoload it.
5007
5008 * spam-stat.el (time-to-number-of-days): Autoload it.
5009
5010 2010-03-17 Kevin Ryde <user42@zip.com.au>
5011
5012 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5013 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5014 value if any backslash escapes).
5015
5016 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5017
5018 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5019 if it is available. (bug#5647)
5020
5021 2010-02-26 Glenn Morris <rgm@gnu.org>
5022
5023 * message.el (message-send-mail-function): Change the default, so that
5024 it inherits from a customized send-mail-function. (Bug#5643)
5025
5026 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5029 shell-command-to-string signals an error (bug#5299).
5030
5031 2010-02-24 Glenn Morris <rgm@gnu.org>
5032
5033 * message.el (message-smtpmail-send-it)
5034 (message-send-mail-with-mailclient): Doc fixes.
5035
5036 2010-02-16 Glenn Morris <rgm@gnu.org>
5037
5038 * message.el (message-default-mail-headers): Change the default value
5039 to ease the transition from mail-mode to message-mode. (Bug#5555)
5040
5041 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5042
5043 * message.el (message-mail): Just pass yank-action on to message-setup.
5044 (message-setup): Handle (FUN . ARGS) form of yank-action.
5045 (message-with-reply-buffer, message-widen-reply)
5046 (message-yank-original): Handle non-buffer values of
5047 message-reply-buffer (Bug#4080).
5048 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5049
5050 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5053 Fix typo in docstring.
5054
5055 2010-01-08 Jason Rumney <jasonr@gnu.org>
5056
5057 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5058 response.
5059
5060 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5061
5062 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5063
5064 * message.el (message-check-news-header-syntax): Protect against a
5065 string that `rfc822-addresses' returns when parsing fails.
5066
5067 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5068
5069 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5070 (gnus-previous-char-property-change): New functions.
5071
5072 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5073
5074 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5075
5076 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5077 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5078
5079 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5080
5081 * message.el (message-exchange-point-and-mark): Rework last change to
5082 avoid using optional arg of exchange-point-and-mark, for backward
5083 compatibility.
5084
5085 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5086
5087 * message.el (message-exchange-point-and-mark):
5088 Call exchange-point-and-mark with an argument rather than setting
5089 mark-active by hand (Bug#5175).
5090
5091 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5092
5093 * nntp.el (nntp-service-to-port): Work for service expressed with
5094 numeric string; replace [:digit:] with [0-9] for XEmacs.
5095
5096 2009-12-17 Glenn Morris <rgm@gnu.org>
5097
5098 * gnus-group.el (gnus-bug-group-download-format-alist):
5099 Change emacs entry to debbugs.gnu.org. Bump :version.
5100
5101 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5102
5103 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5104
5105 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5106
5107 * message.el (message-info): Explain why we use `Info-goto-node'.
5108
5109 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * message.el (message-completion-in-region): New compatibility function.
5112 (message-expand-group): Use it.
5113
5114 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5115
5116 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5117 with no unread article should be listed if the 2nd arg `predicate' is
5118 given.
5119
5120 2009-11-29 Juri Linkov <juri@jurta.org>
5121
5122 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5123 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5124 on `gnus-recenter'. (Bug#4698, Bug#4981)
5125
5126 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5127
5128 * message.el (message-from-style, message-interactive)
5129 (message-signature): Always set default values from the corresponding
5130 mail-* variables.
5131 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5132 (message-yank-prefix, message-indentation-spaces)
5133 (message-signature-file, message-default-headers): Use boundp rather
5134 than (featurep 'xemacs) to check if the corresponding mail-* variables
5135 exist.
5136
5137 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5138
5139 * message.el (message-send-mail-with-sendmail): Revert last change.
5140
5141 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5142
5143 * message.el (message-from-style, message-interactive)
5144 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5145 (message-yank-prefix, message-indentation-spaces, message-signature)
5146 (message-signature-file, message-default-headers): For GNU Emacs, set
5147 default values from the corresponding mail-* variables.
5148 (message-send-mail-with-sendmail): Use envelope-from only if
5149 mail-specify-envelope-from is non-nil.
5150
5151 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5152
5153 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5154 containing tspecial characters if they have been already quoted.
5155
5156 2009-10-24 Glenn Morris <rgm@gnu.org>
5157
5158 * gnus-art.el (help-xref-stack-item): Define for compiler.
5159
5160 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5161
5162 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5163
5164 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5167 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5168
5169 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5172 (gnus-overlays-in): New alias to overlays-in.
5173
5174 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5175 gnus-overlay-get, and gnus-delete-overlay.
5176 (gnus-summary-show-thread): Make it work as well for systems in which
5177 next-single-char-property-change is not available.
5178 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5179
5180 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5181
5182 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5183
5184 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5185
5186 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5187 and XEmacs that don't have `remove-overlays'.
5188
5189 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5192 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5193 selective display. Use overlays instead.
5194
5195 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5196
5197 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5198
5199 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5200
5201 * spam-stat.el (spam-stat-load): Fix typo in message.
5202
5203 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * gnus-art.el (gnus-article-encrypt-body):
5206 * message.el (message-check-recipients):
5207 * mm-util.el (mm-codepage-setup):
5208 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5209 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5210
5211 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5212
5213 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5214 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5215 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5216 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5217 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5218
5219 2009-09-18 Glenn Morris <rgm@gnu.org>
5220
5221 * gnus-diary.el (gnus-diary-check-message):
5222 * message.el (message-insert-formatted-citation-line):
5223 * nnbabyl.el (top-level):
5224 * nndiary.el (nndiary-schedule):
5225 Fix typos in condition-case handlers.
5226
5227 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5230 configuration that provides the sole article window in a frame;
5231 position point correctly after deleting a part.
5232
5233 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5234
5235 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5236 (spam-resolve-registrations-routine): Use it to unregister articles
5237 that change status.
5238
5239 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5240
5241 * nnrss.el (nnrss-request-article): Remove binding of
5242 default-enable-multibyte-characters that has gotten needless by
5243 the 2007-07-13 change in rfc2047-encode-message-header.
5244
5245 * mml.el (mml-insert-multipart): Error on the message header.
5246 (mml-insert-part): Error on the message header; position point at
5247 the end of a MIME tag.
5248
5249 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5250
5251 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5252 (gnus-float-time): Alias to float-time if it exists.
5253
5254 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5255 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5256 float-time is available; suppress compile warning for time-to-seconds.
5257
5258 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5261 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5262 Add the optional argument `encoding' that overrides the default.
5263
5264 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5265 mm-encode-buffer.
5266
5267 2009-09-04 Glenn Morris <rgm@gnu.org>
5268
5269 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5270 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5271 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5272 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5273 * mm-util.el (mm-with-unibyte-current-buffer)
5274 (mm-find-buffer-file-coding-system):
5275 * yenc.el (yenc-decode-region): Use default-value rather than
5276 default-enable-multibyte-characters.
5277
5278 2009-09-03 Glenn Morris <rgm@gnu.org>
5279
5280 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5281 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5282 than default-enable-multibyte-characters.
5283
5284 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5285
5286 * gnus-art.el (gnus-article-read-summary-keys):
5287 Fix gnus-buffer-configuration's value temporarily used.
5288
5289 2009-09-02 Glenn Morris <rgm@gnu.org>
5290
5291 * gnus-util.el (gnus-float-time): New function.
5292 * gnus-delay.el (gnus-delay-article):
5293 * gnus-sum.el (gnus-thread-latest-date):
5294 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5295 * nnspool.el (nnspool-request-newgroups):
5296 Use gnus-float-time rather than time-to-seconds.
5297 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5298
5299 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5300 (gnus-header-subject-face, gnus-header-newsgroups-face)
5301 (gnus-header-name-face, gnus-header-content-face):
5302 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5303 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5304 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5305 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5306 (gnus-cite-face-11):
5307 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5308 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5309 (gnus-server-closed-face, gnus-server-denied-face)
5310 (gnus-server-offline-face):
5311 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5312 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5313 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5314 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5315 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5316 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5317 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5318 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5319 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5320 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5321 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5322 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5323 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5324 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5325 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5326 (gnus-summary-high-undownloaded-face)
5327 (gnus-summary-low-undownloaded-face)
5328 (gnus-summary-normal-undownloaded-face)
5329 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5330 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5331 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5332 (gnus-splash-face):
5333 * message.el (message-header-to-face, message-header-cc-face)
5334 (message-header-subject-face, message-header-newsgroups-face)
5335 (message-header-other-face, message-header-name-face)
5336 (message-header-xheader-face, message-separator-face)
5337 (message-cited-text-face, message-mml-face):
5338 * sieve-mode.el (sieve-control-commands-face)
5339 (sieve-action-commands-face, sieve-test-commands-face)
5340 (sieve-tagged-arguments-face):
5341 * spam.el (spam-face):
5342 Mark face aliases with "-face" in the name as obsolete.
5343
5344 2009-09-01 Glenn Morris <rgm@gnu.org>
5345
5346 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5347 than goto-line.
5348
5349 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5350
5351 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5352 Don't move point if the command is invoked inside the message header.
5353
5354 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5355
5356 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5357 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5358 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5359 * nnir.el (nnir-swish-e-index-file):
5360 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5361 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5362 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5363 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5364 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5365 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5366
5367 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5368
5369 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5370 Don't save excursion.
5371
5372 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 * nnheader.el (nnheader-find-file-noselect):
5375 * mm-util.el (mm-insert-file-contents):
5376 Use (default-value 'major-mode) instead of default-major-mode.
5377
5378 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5379
5380 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5381
5382 2009-08-25 Glenn Morris <rgm@gnu.org>
5383
5384 * nnir.el (top-level): Don't require cl at run-time.
5385 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5386 Replace cl-function substitute with gnus-replace-in-string.
5387 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5388 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5389 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5390 simplified expansions.
5391
5392 2009-08-22 Glenn Morris <rgm@gnu.org>
5393
5394 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5395 goto-line.
5396
5397 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5398
5399 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5400
5401 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5402 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5403 (gnus-mm-display-part, gnus-mime-display-single)
5404 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5405 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5406
5407 * gnus-sum.el
5408 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5409 (gnus-summary-move-article): Add expirable mark to articles copied or
5410 moved to group that has auto-expire turned on if the option is non-nil.
5411
5412 2009-07-24 Glenn Morris <rgm@gnu.org>
5413
5414 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5415 Fix typo. (Bug#3903)
5416
5417 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5418
5419 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5420 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5421 that should not be used for draft articles.
5422 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5423 that has no concern in minor mode keys.
5424 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5425 Abolish.
5426
5427 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5428
5429 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5430 article without making inquiry to a user for unknown encoding.
5431
5432 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5433 (nnmaildir--scan): Assume i-node and device number that file-attributes
5434 returns might be cons-cell.
5435
5436 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5437
5438 * auth-source.el: Remove docs now in auth.texi. Don't use
5439 `gnus-message' for logging. Add new variables `auth-source-debug' and
5440 `auth-source-hide-passwords' and use them.
5441
5442 2009-07-15 Glenn Morris <rgm@gnu.org>
5443
5444 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5445
5446 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5447
5448 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5449 excessive whitespace from the default values of title and description.
5450
5451 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5454 mail-fetch-field to fetch Content-Description header in order to
5455 exclude newlines.
5456
5457 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5458
5459 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5460 to deleted part.
5461
5462 2009-05-30 David Engster <dengste@eml.cc>
5463
5464 * nnmairix.el: Remove old documentation in the commentary block.
5465 (nnmairix-request-group): Do not update active file for nnml back ends.
5466 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5467 end so that overview files are ignored.
5468 (nnmairix-update-groups): Make updating the groups more robust by using
5469 marks.
5470 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5471 with dollar characters in message-id.
5472
5473 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5474
5475 * spam.el: Use dns-query instead of query-dns. Was renamed on
5476 2008-12-25 in dns.el.
5477
5478 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5481 could happen if the text is only composed of spaces and/or tabs.
5482
5483 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5484
5485 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5486 when sending a queued message to avoid extra mml tags.
5487
5488 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5489
5490 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5491
5492 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5493
5494 * gnus-dired.el: Remove autoload for gnus-setup-message.
5495 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5496 displaying Gnus logo; always use compose-mail.
5497
5498 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5499
5500 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5501
5502 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5503
5504 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5505 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5506 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5507 available.
5508 (gnus-nocem-epg-verify): New function.
5509
5510 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5513
5514 2009-02-15 Glenn Morris <rgm@gnu.org>
5515
5516 * gnus-util.el (rmail-insert-rmail-file-header)
5517 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5518 autoloads.
5519 (rmail-default-rmail-file): Remove unnecessary declaration.
5520 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5521
5522 2009-02-14 Glenn Morris <rgm@gnu.org>
5523
5524 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5525 variable (only used in gnus-util, which declares it anyway).
5526 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5527 which was only needed by gnus-art (changed to not use it any more).
5528 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5529 only used in gnus-util, which autoloads it itself.
5530 (rmail-update-summary): Fix autoload.
5531
5532 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5533 rather than rmail-output-to-rmail-file.
5534
5535 2009-02-07 Glenn Morris <rgm@gnu.org>
5536
5537 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5538 autoload of function that no longer exists.
5539 (rmail-toggle-header): Declare.
5540 (message-forward-rmail-make-body): Handle mbox Rmail.
5541
5542 2009-01-31 Glenn Morris <rgm@gnu.org>
5543
5544 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5545 2009-01-09 change.
5546
5547 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5548
5549 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5550 (auth-source-forget-all-cached): New convenience function.
5551 (auth-source-user-or-password): Accept list of modes or a single mode.
5552
5553 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5554 auth-source modes.
5555
5556 * nnimap.el (nnimap-open-connection): Use list of
5557 auth-source modes.
5558
5559 * nntp.el (nntp-send-authinfo): Use list of
5560 auth-source modes.
5561
5562 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5563
5564 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5565 now.
5566
5567 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5570 coding system in XEmacs; add a workaround for XEmacs.
5571
5572 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5573
5574 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5575 of current-language-environment.
5576
5577 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5578
5579 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5580 available at runtime.
5581
5582 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5585
5586 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5587
5588 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5589 the greatest positive fixnum value doesn't work under an XEmacs with
5590 bignum support; use the most-positive-fixnum constant instead,
5591 available since Emacs 21.1 with cl and XEmacs 21.1.
5592
5593 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5594
5595 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5596 XEmacs gets not to work.
5597
5598 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5599
5600 * mm-util.el (mm-coding-system-priorities): Allow the value like
5601 "Japanese (UTF-8)" of current-language-environment.
5602
5603 2009-01-09 Glenn Morris <rgm@gnu.org>
5604
5605 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5606 with last-command-event.
5607
5608 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5609
5610 * message.el (message-fix-before-sending): Amend comment.
5611
5612 2009-01-07 David Engster <dengste@eml.cc>
5613
5614 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5615 simplified server definitions by converting it via
5616 gnus-server-to-method.
5617
5618 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5619
5620 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5621 parameter's operands.
5622
5623 2009-01-06 David Engster <dengste@eml.cc>
5624
5625 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5626 primary select method (for gnus-group-mark-article-as-read).
5627
5628 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5629
5630 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5631 `(gnus)Face', not `(gnus)X-Face'.
5632
5633 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5634
5635 * mm-util.el (mm-ucs-to-char): New function.
5636
5637 * mm-url.el (mm-url-decode-entities): Use it.
5638
5639 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5640
5641 * message.el (message-fix-before-sending): Add `eight-bit' to
5642 illegible-text check.
5643
5644 2009-01-03 Michael Olson <mwolson@gnu.org>
5645
5646 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5647 `headers' is nil. This can occur if the IMAP server does not have
5648 permissions to read messages from a folder, but can write new messages
5649 to the folder.
5650 (nnimap-request-article-part): Do not insert `data' if it is nil.
5651
5652 2009-01-01 Dave Love <fx@gnu.org>
5653
5654 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5655
5656 * nnimap.el: Fix author email.
5657 (nnimap-split-rule): Add FIXME comment.
5658 (nnimap-debug): Fix doc string.
5659
5660 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5661
5662 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5663 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5664 to check if those variables exist (first appeared in Emacs 18.50).
5665
5666 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * mm-util.el (mm-line-number-at-pos): New function.
5669
5670 * spam-report.el (spam-report-process-queue): Use it.
5671
5672 2008-12-24 David Engster <dengste@eml.cc>
5673
5674 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5675 parameters that haven't existed as variables as buffer-local variables.
5676
5677 2008-12-23 Dave Love <fx@gnu.org>
5678
5679 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5680 cadar.
5681
5682 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5683 imap-starttls-p.
5684 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5685
5686 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5687
5688 * spam-report.el (spam-report-gmane-max-requests): New constant.
5689 (spam-report-gmane-wait): New variable.
5690 (spam-report-gmane-ham, spam-report-gmane-spam)
5691 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5692 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5693 the server.
5694
5695 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5696 Add explanations.
5697
5698 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5699 nnheader-accept-process-output and nnheader-read-timeout if available.
5700 (pop3-movemail): Use it.
5701
5702 * message.el (message-check-news-body-syntax): Fix signature check if
5703 there's an attachment.
5704
5705 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * mm-util.el: Add comments to the mm- emulating functions.
5708
5709 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5710
5711 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5712 Reported by Stephen Berman <stephen.berman@gmx.net>.
5713
5714 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5715
5716 * mm-util.el (mm-substring-no-properties): New function.
5717 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5718 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5719 (mm-string-to-multibyte): Doc fix.
5720
5721 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5722
5723 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5724
5725 * mml.el (mml-attach-file): Strip text properties from file name.
5726 (Bug#1574)
5727
5728 2008-12-16 Glenn Morris <rgm@gnu.org>
5729
5730 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5731
5732 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5733
5734 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5735 knows since the charset specified might be a bogus alias that
5736 mm-charset-synonym-alist provides.
5737
5738 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5739
5740 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5741 "ISO_8859-1".
5742
5743 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5744
5745 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5746
5747 * mm-util.el (mm-charset-eval-alist):
5748 Define it before mm-charset-to-coding-system.
5749 (mm-charset-to-coding-system): Add optional argument `silent';
5750 define it before mm-charset-override-alist.
5751 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5752 default value if it can be used in Emacs currently running;
5753 silence mm-charset-to-coding-system.
5754
5755 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5756
5757 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5758 `allow-override' which says whether to use `mm-charset-override-alist'.
5759 (rfc2047-decode-encoded-words): Use it.
5760
5761 * mm-util.el (mm-charset-override-alist): Fix custom type;
5762 add `(gb2312 . gbk)' to choices.
5763
5764 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5765
5766 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5767 fast.
5768
5769 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5770
5771 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5772
5773 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5774 on links.
5775
5776 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5777
5778 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5779
5780 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5781 users' addresses that don't have domain parts.
5782 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5783 rather than message-narrow-to-head since there will be the message
5784 header separator.
5785
5786 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5789 since the result is inserted in a unibyte buffer anyway.
5790 (nnimap-demule-use-string-to-multibyte): Remove.
5791 (nnimap-demule): Alias it to mm-string-to-multibyte.
5792
5793 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5794
5795 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5796 variable for debugging bug#464 and bug#1174.
5797 (nnimap-demule): Use it.
5798
5799 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
5800
5801 * gnus-score.el (gnus-score-find-trace): Handle default score in total
5802 score calculation correctly.
5803
5804 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5805
5806 * message.el (message-send-mail): Just set the buffer to unibyte
5807 rather than use mm-with-unibyte-current-buffer which does a lot more.
5808 (message-send-mail-partially): Don't bother with
5809 mm-with-unibyte-current-buffer since it's already been made unibyte by
5810 message-send-mail.
5811
5812 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
5813
5814 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5815
5816 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
5817
5818 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5819
5820 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5823 require itself and to remove `with-no-warnings'.
5824
5825 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
5826
5827 * starttls.el (starttls-any-program-available): Get the name of the
5828 available TLS layer program.
5829 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5830 well as the host name in the "opening" message.
5831
5832 * auth-source.el (auth-source-cache, auth-source-do-cache)
5833 (auth-source-user-or-password): Cache passwords and logins by default,
5834 allow override with `auth-source-do-cache'.
5835 (auth-source-forget-user-or-password): Allow users to remove cache
5836 entries if needed.
5837
5838 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5839
5840 * ietf-drums.el (ietf-drums-remove-comments): Localize second
5841 condition-case to only the forward-sexp call.
5842
5843 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
5844
5845 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5846 quotes contained. Make it more robust regardless by an extra
5847 condition-case wrapper.
5848
5849 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5850
5851 * nnml.el (nnml-request-expire-articles): Check if the function set to
5852 `nnmail-expiry-target' returns the symbol `delete'.
5853
5854 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5855
5856 * nnmail.el (nnmail-expiry-target): Fix custom type.
5857
5858 2008-10-02 Glenn Morris <rgm@gnu.org>
5859
5860 * mm-util.el (mm-codepage-setup): Tweak codepage error.
5861 Silence compiler warning.
5862
5863 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * mml.el (mml-menu): Don't assume mml2015 is bound.
5866
5867 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
5868
5869 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5870 exists.
5871
5872 2008-09-27 Glenn Morris <rgm@gnu.org>
5873
5874 * gnus-util.el (mail-header-remove-comments): Autoload it.
5875
5876 2008-09-27 Andreas Schwab <schwab@suse.de>
5877
5878 * gnus-util.el (gnus-split-references): Strip comments.
5879 (gnus-parent-id): Likewise.
5880
5881 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
5882
5883 * message.el (message-confirm-send): Fix version.
5884
5885 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5886
5887 * message.el (message-idna-to-ascii-rhs-1): Use
5888 mail-extract-address-components rather than mail-header-parse-addresses
5889 that is an alias by default to ietf-drums-parse-addresses that does not
5890 support non-ASCII names in headers' contents.
5891
5892 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
5893
5894 * message.el (message-confirm-send): Fix variable documentation to
5895 avoid the "y/n" wording.
5896
5897 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
5898
5899 * message.el (message-set-auto-save-file-name): Save to a different
5900 filename so multiple messages (especially drafts) can be recovered.
5901
5902 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
5903
5904 * message.el (message-confirm-send): Add appropriate version.
5905
5906 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
5907
5908 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5909 defvar.
5910
5911 2008-09-22 Daiki Ueno <ueno@unixuser.org>
5912
5913 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5914 (mm-pkcs7-enveloped-magic): Ditto.
5915
5916 2008-09-17 Simon Josefsson <simon@josefsson.org>
5917
5918 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5919 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5920
5921 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
5922
5923 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5924 default, it's better.
5925
5926 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
5927
5928 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5929 summary line gnus-number property and ignore them (with a warning
5930 message).
5931
5932 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5933
5934 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5935 macro caddr in the interactive form since it won't be expanded.
5936
5937 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5938
5939 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5940 `charset'; fix name of function called recursively.
5941 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5942
5943 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5944
5945 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5946 (gnus-mime-set-charset-parameters): New function.
5947 (gnus-mime-view-part-as-charset): Use it to correctly display part
5948 specifying wrong charset.
5949
5950 2008-09-08 David Engster <dengste@eml.cc>
5951
5952 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5953 in completing-read for back end server.
5954
5955 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
5956
5957 * message.el (message-confirm-send): New variable to confirm sending a
5958 message.
5959 (message-send): Use it.
5960
5961 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
5962
5963 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5964
5965 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
5966
5967 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5968
5969 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
5970
5971 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5972 prevent tracking too many groups.
5973 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5974 Use it.
5975
5976 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
5977
5978 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5979 moving point to the bottom of the window in order to avoid recentering.
5980
5981 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5984 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5985 (gnus-article-beginning-of-window): Fix calculation.
5986
5987 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * gnus-msg.el (gnus-summary-supersede-article)
5990 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5991 value of gnus-newsgroup-charset to decode non-MIME encoded text in
5992 message header.
5993
5994 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
5995
5996 * message.el:
5997 * gnus-start.el:
5998 * gnus-registry.el: Remove VMS support.
5999
6000 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6003 macro.
6004 (rfc2104-hash): Use it.
6005
6006 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6007
6008 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6009 (gnus-summary-sort-by-most-recent-date): New commands.
6010 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6011 and menu entries.
6012
6013 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6014
6015 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6016 don't redisplay article for raw contents; remove plural articles stuff.
6017
6018 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6019 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6020 on gnus-summary-save-article; display results properly.
6021
6022 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6023
6024 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6025
6026 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6027
6028 * gnus-art.el (gnus-summary-save-in-pipe):
6029 Consider gnus-save-all-headers.
6030
6031 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 * gnus-util.el (ns-focus-frame): Remove declaration.
6034 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6035 like x.
6036
6037 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6038
6039 * rfc2104.el (rfc2104-zero): Delete defconst.
6040 (rfc2104-hex-alist): Likewise.
6041 (rfc2104-hex-to-int): Delete func.
6042 (rfc2104-hexstring-to-bitstring): Likewise.
6043 (rfc2104-nybbles): New defconst.
6044 (rfc2104-hash): Rewrite for speed.
6045
6046 2008-07-16 Glenn Morris <rgm@gnu.org>
6047
6048 * gnus-util.el (ns-focus-frame): Declare for compiler.
6049
6050 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6051
6052 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6053 set as a group parameter.
6054 (gnus-summary-save-in-pipe): Work when it is called independently.
6055 (gnus-summary-pipe-to-muttprint): Don't modify
6056 gnus-summary-pipe-output-default-command.
6057
6058 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * message.el (message-send-mail-with-sendmail):
6061 Display the error message.
6062
6063 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * gnus-art.el (gnus-default-article-saver):
6066 Add gnus-summary-save-in-pipe to choices.
6067 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6068 gnus-summary-pipe-output-default-command as the default command.
6069 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6070 instead of gnus-last-shell-command.
6071
6072 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6073 New user option.
6074 (gnus-summary-muttprint-program): Mention the value will be changed.
6075 (gnus-summary-save-article): Force showing of all headers.
6076 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6077
6078 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6079
6080 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6081
6082 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6083
6084 * nnimap.el (nnimap-id):
6085 * sieve-manage.el (sieve-manage-open): Doc fixes.
6086
6087 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6088
6089 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6090 if available.
6091
6092 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6093
6094 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6095
6096 * nnkiboze.el (nnkiboze-generate-group):
6097 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6098
6099 * nnmairix.el: Require CL.
6100
6101 2008-06-15 David Engster <dengste@eml.cc>
6102
6103 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6104
6105 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6106
6107 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6108 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6109 runtime choice under XEmacs.
6110
6111 * gnus-sum.el (gnus-summary-set-display-table):
6112 Use `gnus-put-display-table', `gnus-get-display-table',
6113 `gnus-set-display-table' for the display table, instead of `aset'.
6114
6115 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6116
6117 * nnmairix.el: Add autoloads.
6118
6119 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6120
6121 * nnmairix.el (nnmairix-delete-recreate-group)
6122 (nnmairix-update-and-clear-marks): Fix error messages.
6123
6124 2008-06-14 David Engster <dengste@eml.cc>
6125
6126 * nnmairix.el: Upgrade to version 0.6.
6127 (nnmairix-group-toggle-propmarks-this-group)
6128 (nnmairix-group-toggle-readmarks-this-group)
6129 (nnmairix-group-delete-recreate-this-group)
6130 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6131 (nnmairix-remove-tick-mark-original-article): New commands.
6132 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6133 (nnmairix-propagate-marks-to-nnmairix-groups)
6134 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6135 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6136 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6137 functions needed for marks propagation and manipulation of read marks.
6138 (nnmairix-update-groups): New function.
6139 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6140 (nnmairix-determine-original-group-from-registry)
6141 (nnmairix-determine-original-group-from-path)
6142 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6143 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6144 New helper functions.
6145 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6146 keystrokes for new commands.
6147 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6148 (nnmairix-request-group): Check allow-fast group parameter.
6149 (nnmairix-request-create-group): Set allow-fast group parameter if
6150 nnmairix-allowfast-default is set.
6151 (nnmairix-close-group): Propagate marks upon closing if needed.
6152 (nnmairix-group-toggle-threads-this-group): Use new.
6153 nnmairix-group-toggle-parameter helper function.
6154 (nnmairix-search): Better check for empty search result.
6155 (nnmairix-goto-original-article): Use new helper functions for
6156 determining original article.
6157 (nnmairix-show-original-article): Make sure message-id is in brackets.
6158 (nnmairix-call-mairix-binary): Change variable name.
6159 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6160 helper function.
6161 (nnmairix-widget-toggle-activate): Fix doc string.
6162
6163 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6164
6165 * nnir.el: Require edmacro when compiling with XEmacs.
6166 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6167 available in Emacs 21.
6168
6169 2008-06-11 Glenn Morris <rgm@gnu.org>
6170
6171 * gnus-util.el (x-focus-frame):
6172 * gnus.el (image-size):
6173 * mm-decode.el (image-size): Declare.
6174
6175 * gnus-picon.el (declare-function): Add compat definition.
6176 (image-size): Declare.
6177
6178 * gnus-group.el (tool-bar-map):
6179 * gnus-sum.el (tool-bar-map): Define for compiler.
6180
6181 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6182
6183 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6184
6185 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6186 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6187 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6188 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6189 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6190 * sieve-manage.el, spam-report.el, spam.el:
6191 Remove unnecessary eval-and-compile of autoloads.
6192
6193 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6194
6195 * auth-source.el: Precise Tramp doc.
6196
6197 2008-06-07 Glenn Morris <rgm@gnu.org>
6198
6199 * nnmairix.el: Remove unnecessary eval-when-compile.
6200
6201 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6202
6203 * nnir.el: New file.
6204
6205 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6206
6207 * gnus-util.el (gnus-read-shell-command): New function.
6208 * mm-decode.el (mm-pipe-part):
6209 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6210
6211 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6212
6213 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6214
6215 2008-06-03 Glenn Morris <rgm@gnu.org>
6216
6217 * pop3.el (nnheader-accept-process-output): Autoload it.
6218
6219 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6220
6221 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6222 are not 2-digit hexadecimal characters that follow `%'s.
6223
6224 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6225
6226 * message.el (message-bogus-recipient-p): Fix type in doc string.
6227 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6228 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6229 Improve custom options.
6230 (message-bogus-recipient-p): Adjust accordingly.
6231
6232 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6233
6234 * nnmairix.el: Require edmacro when compiling with XEmacs.
6235
6236 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6239 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6240
6241 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6242
6243 * auth-source.el: Add more docs.
6244
6245 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6246
6247 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6248 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6249 retrieval faster in some cases, but might make CPU usage larger.
6250 If this has any bad side effects, we might revert this change.
6251
6252 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6253 seems to make mail retrieval much, much faster.
6254 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6255 unconditionally.
6256
6257 * gnus-draft.el (gnus-group-send-queue):
6258 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6259
6260 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6261
6262 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6263
6264 * message.el (message-bogus-address-regexp): Fix and improve custom
6265 type.
6266 (message-setup-hook): Add message-check-recipients as custom option.
6267
6268 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6269
6270 * message.el (message-cite-function): Remove bogus autoload which crept
6271 in during merge from v5-10.
6272
6273 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6274
6275 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6276
6277 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6278
6279 * auth-source.el: Preliminary Tramp docs.
6280 (auth-sources): Change the default auth-sources to use
6281 EPA .gpg files.
6282
6283 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6284
6285 * nntp.el: Autoload `auth-source-user-or-password'.
6286 (nntp-send-authinfo): Use it.
6287
6288 * nnimap.el: Autoload `auth-source-user-or-password'.
6289 (nnimap-open-connection): Use it.
6290
6291 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6292 for the gnus-message function.
6293 (auth-source-user-or-password): Use it.
6294
6295 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6298 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6299 (rfc2104-hash): Use it.
6300
6301 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6302
6303 * gnus-art.el (gnus-article-toggle-truncate-lines):
6304 Don't use `iff' in docstring.
6305
6306 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6307
6308 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6309
6310 * gnus-util.el (gnus-extract-address-component-name)
6311 (gnus-extract-address-component-email): Convenience functions around
6312 `gnus-extract-address-components'.
6313
6314 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6315 Use `gnus-extract-address-component-email' to fix bug of comparing full
6316 sender name to `user-mail-address'.
6317
6318 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6319
6320 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6321 catch/throw to optimize.
6322 (gnus-registry-find-keywords): Just use member to find a keyword.
6323
6324 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6327 is current before calling gnus-server-prepare.
6328 (gnus-server-setup-buffer, gnus-server-update-server)
6329 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6330
6331 2008-05-04 Juri Linkov <juri@jurta.org>
6332
6333 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6334 (mailcap-file-default-commands): Use mailcap-replace-in-string
6335 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6336 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6337
6338 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6339
6340 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6341
6342 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6343
6344 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6345 hooks.
6346 (gnus-update-read-articles): Speed up non-marks-using users.
6347 (gnus-use-marks): Define gnus-use-marks.
6348 (gnus-propagate-marks): Rename variable to something more sensible.
6349
6350 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6353 (gmm-image-load-path-for-library): Fix typos in docstrings.
6354 (gmm-message): Reflow docstring.
6355
6356 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6357
6358 * mail-source.el (mail-source-set-1, mail-source-bind):
6359 Move auth-source code out of the macro to clean it up and fix bugs.
6360
6361 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6362
6363 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6364 by sender if it's equal to user-mail-address, it's likely to be
6365 useless.
6366
6367 * mail-source.el (mail-source-bind): Don't use user or password if they
6368 are not bound. Unintern them if they are nil. Don't use server unless
6369 it's bound, and default it to empty string otherwise.
6370
6371 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6372
6373 * mail-source.el: Load auth-source.el.
6374 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6375 get user name or password, if auth-sources is set up.
6376
6377 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6378 strategy of splitting with parent.
6379 (gnus-registry-split-fancy-with-parent)
6380 (gnus-registry-post-process-groups): Use it and fix prior
6381 bug (returning a list as the split result).
6382
6383 * auth-source.el (auth-sources): Remove server parameter.
6384 (auth-source-pick, auth-source-user-or-password)
6385 (auth-source-user-or-password-imap)
6386 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6387 (auth-source-user-or-password-sftp)
6388 (auth-source-user-or-password-smtp): Remove server parameter.
6389
6390 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6391
6392 * smime.el (smime-sign-region, smime-encrypt-region)
6393 (smime-decrypt-region):
6394 Remove redundant calls to `generate-new-buffer-name'.
6395
6396 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6397
6398 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6399 Don't use QP for message/rfc822.
6400 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6401
6402 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * sieve-manage.el (sieve-string-bytes): Remove.
6405 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6406 correct byte-length only if the process's coding-system is the same as
6407 the one used internally by Emacs to represent strings.
6408
6409 2008-04-22 Juri Linkov <juri@jurta.org>
6410
6411 * mailcap.el (mailcap-file-default-commands): New function.
6412
6413 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6414
6415 * message.el (message-signature-separator, message-cite-function):
6416 Change custom version.
6417
6418 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6419
6420 * mm-decode.el (mm-display-external): Make temp file read-only.
6421
6422 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6423
6424 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6425 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6426 `C-c C-f d'.
6427
6428 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6429
6430 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6431
6432 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6433
6434 * auth-source.el: Add docs.
6435 (auth-sources): Modify format to support server.
6436 (auth-source-pick, auth-source-user-or-password)
6437 (auth-source-user-or-password-imap)
6438 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6439 (auth-source-user-or-password-sftp)
6440 (auth-source-user-or-password-smtp): Add server parameter.
6441
6442 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6443
6444 * gnus-registry.el: Initialize the registry when gnus-registry-install
6445 is t.
6446
6447 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6448
6449 * compface.el (uncompface): Make buffer unibyte.
6450
6451 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * mail-source.el (mail-source-value):
6454 Prefer fboundp to functionp so it works with macros as well.
6455
6456 2008-04-05 Glenn Morris <rgm@gnu.org>
6457
6458 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6459
6460 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6463 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6464
6465 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6466 multibyteness after rather than before erasing it.
6467
6468 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6469 mm-with-multibyte.
6470 (gnus-request-article-this-buffer): Make sure the proper decoding is
6471 used if gnus-original-article-buffer happens to be unibyte.
6472
6473 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6474 default-enable-multibyte-characters.
6475
6476 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6477 default-enable-multibyte-characters.
6478
6479 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6480
6481 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6482
6483 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6486 Fix last change in case the element is not even a symbol.
6487
6488 2008-04-02 Simon Josefsson <simon@josefsson.org>
6489
6490 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6491 imap-enable-exchange-bug-workaround.
6492 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6493
6494 2008-04-01 Simon Josefsson <simon@josefsson.org>
6495
6496 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6497 a 100 byte status-checks into a 2-3MB transfer for each group.
6498 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6499 to enable bug workaround or not.
6500 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6501
6502 2008-03-31 Glenn Morris <rgm@gnu.org>
6503
6504 * message.el (mml2015-use): Declare for compiler.
6505 (message-info): Require mml2015 when appropriate.
6506
6507 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6510 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6511 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6512 (nntp-service-to-port): New function.
6513 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6514 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6515 (nntp-open-netcat-stream): New function.
6516 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6517
6518 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6519
6520 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6521
6522 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6523
6524 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6525
6526 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6527
6528 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6529
6530 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6531
6532 * message.el (message-signature-separator): Change default.
6533 Improve custom type.
6534 (message-cite-function): Change default to
6535 message-cite-original-without-signature.
6536
6537 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6538 toggle.
6539
6540 * message.el (message-check-news-body-syntax): Fix signature check.
6541 (message-setup-1): Mark buffer as unmodified _after_ running
6542 message-setup-hook and handling message-alternative-emails.
6543 (message-shorten-references): Be more strict when building list of
6544 valid references to comply with GNKSA.
6545
6546 * gnus-group.el (gnus-read-ephemeral-bug-group)
6547 (gnus-read-ephemeral-debian-bug-group)
6548 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6549
6550 * message.el (message-info): Don't use booleanp which isn't supported
6551 in Emacs 21 and XEmacs.
6552
6553 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6554
6555 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6556 gnus-group-gmane-group-download-format.
6557 (gnus-group-read-ephemeral-gmane-group): Rename from
6558 gnus-group-read-ephemeral-gmane-group.
6559 (gnus-read-ephemeral-gmane-group-url): Rename from
6560 gnus-group-read-ephemeral-gmane-group-url.
6561 (gnus-bug-group-download-format-alist): New variable.
6562 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6563 (gnus-read-ephemeral-emacs-bug-group): New commands.
6564
6565 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6566
6567 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6568 (gnus-visible-headers): Improve custom type.
6569
6570 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6571
6572 * mml.el (mml-menu): Add workarounds for XEmacs.
6573
6574 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6575 X-Boundary header.
6576
6577 * message.el (message-simplify-recipients): Fix previous commit.
6578
6579 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * mm-util.el (mm-set-buffer-multibyte): New function.
6582 * mm-decode.el (mm-copy-to-buffer): Use it.
6583
6584 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6585 Prefer fboundp to functionp so it works with macros as well.
6586
6587 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6588
6589 * message.el (message-alter-recipients-discard-bogus-full-name):
6590 New function.
6591 (message-alter-recipients-function): New variable.
6592 (message-get-reply-headers): Use it.
6593 (message-replace-header): New helper function.
6594 (message-recipients-without-full-name): New variable.
6595 (message-simplify-recipients): New command.
6596
6597 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6598
6599 * message.el (message-info): Handle EasyPG manual.
6600
6601 * mml.el (mml-menu): Add entry for EasyPG.
6602
6603 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6604
6605 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6606 parameter.
6607
6608 * message.el (message-disassociate-draft): Specify drafts group name
6609 fully.
6610
6611 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6612
6613 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6614 Eliminate unnecessary duplicates from the match list.
6615
6616 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6617
6618 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6619 args of `how-many' of which the XEmacs version doesn't take; declare
6620 Info-index-next as function.
6621
6622 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6623
6624 * gnus-score.el (gnus-score-headers): Fix handling of
6625 gnus-inhibit-slow-scoring.
6626
6627 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6628 string.
6629 (gnus-button-url-regexp): Improve handling of parenthesis.
6630 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6631 (gnus-button-handle-info-keystrokes): Handle index entries.
6632
6633 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6634
6635 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6636 Incoming* files.
6637
6638 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6639
6640 * auth-source.el (auth-sources): Rename from auth-source-choices.
6641 (auth-source-pick): Use it.
6642
6643 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6644
6645 * auth-source.el (auth-source-protocols)
6646 (auth-source-protocols-customize, auth-source-choices): Add and
6647 modified variable customizations and defaults.
6648 (auth-source-pick, auth-source-user-or-password)
6649 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6650 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6651 (auth-source-user-or-password-sftp)
6652 (auth-source-user-or-password-smtp): Use new variables and provide an
6653 interface to netrc.el.
6654
6655 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6656
6657 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6658 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6659 Make sure the nntp port to specify is a string.
6660
6661 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6662
6663 * nntp.el: Use with-current-buffer.
6664 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6665 dubious mm-with-unibyte-current-buffer.
6666 (nntp-with-open-group-function): New function extracted from
6667 nntp-with-open-group macro.
6668 (nntp-with-open-group): Use the function, so it's easier to debug.
6669 Add indentation and debugging info.
6670 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6671 Recommend the use of the netcat alternatives.
6672
6673 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6674 Avoid mm-string-as-multibyte as well.
6675
6676 * nnweb.el (nnweb-insert-html):
6677 Remove use of nnheader-string-as-multibyte.
6678
6679 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6680 (nnheader-string-as-multibyte): Remove.
6681
6682 * mm-view.el: Use inhibit-read-only.
6683 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6684 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6685 or unibyte-string.
6686
6687 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6688 (mm-uu-yenc-extract): Use with-current-buffer.
6689
6690 * gnus-soup.el (gnus-soup-send-packet): Don't use
6691 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6692
6693 * nnmh.el: Use with-current-buffer.
6694 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6695 mm-string-as-multibyte on the output of mm-encode-coding-string.
6696
6697 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6698 (nnimap-request-move-article): Use with-current-buffer.
6699
6700 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6701 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6702 conversion uses string-make-unibyte rather than string-as-unibyte.
6703
6704 * gnus-msg.el: Use with-current-buffer.
6705
6706 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6707
6708 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6709
6710 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6711 string for caching if it is 'PIN.
6712
6713 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6714
6715 * mail-source.el (mail-source-delete-old-incoming-confirm):
6716 Change default to nil.
6717 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6718
6719 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6720
6721 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6722 (gnus-article-goto-prev-page): Work for articles having ^L's.
6723
6724 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6725
6726 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6727
6728 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6729
6730 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6731 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6732 (gnus-bookmark-jump): Adjust some variable names.
6733
6734 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6735
6736 * auth-source.el: New package.
6737 (auth-source-choices): Add customization entry point variable.
6738
6739 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6740 bug.
6741
6742 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6743
6744 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6745 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6746 (gnus-registry-install-shortcuts): Rename from
6747 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6748 the `gnus-registry-mark-map' keymap dynamically from
6749 `gnus-registry-marks'. The generated functions update the summary line
6750 when a registry mark is added or deleted, and will call
6751 `gnus-registry-install-p' (see the comments in the code).
6752 (gnus-registry-user-format-function-M): Use concat intelligently.
6753
6754 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6755 the registry mark functions.
6756
6757 2008-03-05 Glenn Morris <rgm@gnu.org>
6758
6759 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6760 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6761 gnus-art.
6762 (top-level): No need to load own source when compiling.
6763
6764 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6765
6766 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6767 Suggested by <chris.anderton@zetnet.co.uk>.
6768
6769 2008-03-04 Glenn Morris <rgm@gnu.org>
6770
6771 * gnus-sum.el (top-level): No need to require gnus when compiling,
6772 since unconditionally required near start of file.
6773 (gnus-summary-display-while-building): Move definition before use.
6774
6775 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6776
6777 * gnus-registry.el (gnus-registry-user-format-function-M):
6778 Add formatting function.
6779
6780 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6781
6782 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6783 with plists.
6784 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6785 Use new format.
6786
6787 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6788
6789 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6790 `where-is-internal' that returns a range of key sequences.
6791
6792 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6795
6796 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6797 (gnus-summary-jump-to-group): Consider windows on other displayed
6798 frames as well. Similar changes might be needed elsewhere, but that's
6799 the one I've bumped into during my use.
6800
6801 * nndoc.el (nndoc-oe-dbx-type-p):
6802 * gnus-msg.el (gnus-debug):
6803 * gnus-group.el (gnus-update-group-mark-positions):
6804 Use mm-string-to-multibyte.
6805
6806 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6807
6808 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6809 doesn't handle NotDashEscaped.
6810
6811 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
6812 (mml-dnd-attach-options): Fix typo in custom choice.
6813
6814 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6815 Change nndoc-article-type to mbox.
6816 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6817
6818 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
6819 to nil, instead of html2text.
6820
6821 * imap.el (imap-debug): Add `imap-ping-server'.
6822
6823 * gnus-bookmark.el: Add FIXMEs.
6824
6825 * message.el (message-form-letter-separator)
6826 (message-send-form-letter-delay): New variables.
6827 (message-send-form-letter): Use them. New command to send form
6828 letters. Requested by Uwe Siart.
6829 (message-send-mail-function): Doc fix. Add "Other" custom option.
6830
6831 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
6832
6833 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6834 empty author.
6835
6836 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
6837
6838 * gnus-registry.el (gnus-registry-marks): Add variable for
6839 customization of marks and their appearance.
6840 (gnus-registry-read-mark): Use it.
6841 (gnus-registry-do-marks): Add utility function to loop through
6842 `gnus-registry-marks'.
6843 (gnus-registry-install-shortcuts-and-menus): Add function to install
6844 shortcuts and menus.
6845 (gnus-registry-initialize): Use it.
6846 (gnus-registry-default-mark): Clarify documentation.
6847
6848 2008-02-29 Glenn Morris <rgm@gnu.org>
6849
6850 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6851 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6852 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6853 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6854 Change defcustom :version from 23.0 to 23.1.
6855
6856 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
6857
6858 * gnus-registry.el (gnus-registry-follow-group-p)
6859 (gnus-registry-post-process-groups): Add functions to aid registry
6860 splitting and improve logging. Clarify behavior in function
6861 documentation.
6862 (gnus-registry-split-fancy-with-parent): Use them.
6863
6864 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * gnus-art.el: Use with-current-buffer.
6867
6868 2008-02-27 David Engster <dengste@eml.cc>
6869
6870 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6871 Express real group name in the response.
6872
6873 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
6874
6875 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6876 (nnmairix-last-server, nnmairix-current-server): Defvar them.
6877 (nnmairix-goto-original-article): Defvar gnus-registry-install and
6878 autoload gnus-registry-fetch-group when compiling.
6879 (nnmairix-request-group-with-article-number-correction):
6880 Remove unreferenced argument passed to nnmairix-call-backend.
6881
6882 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6883
6884 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6885 (mm-uu-extract): Improve face for low color ttys.
6886 Reported by Sascha Wilde.
6887
6888 2008-02-27 Glenn Morris <rgm@gnu.org>
6889
6890 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6891 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6892 variables to defconsts. Convert comments to doc-strings.
6893 (nnmairix-last-server, nnmairix-current-server): Convert from free
6894 variables to defvars. Convert comments to doc-strings.
6895 (gnus-registry-fetch-group): Autoload.
6896 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6897 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6898 (nnmairix-widget-build-editable-fields): Use car cddr rather than
6899 caddr.
6900 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6901 nnmairix-request-group-with-article-number-correction call.
6902 (nnmairix-fast, nnmairix-group): New, less general names, for free
6903 variables passed from nnmairix-request-group to
6904 nnmairix-request-group-with-article-number-correction. Declare.
6905 (nnmairix-request-group-with-article-number-correction):
6906 Use nnmairix-fast, nnmairix-group rather than fast, group.
6907
6908 2008-02-26 David Engster <dengste@eml.cc>
6909
6910 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
6911 version 0.5.
6912
6913 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
6914
6915 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6916 instead of making an extra function call. Don't add the current group
6917 to articles only when they have the group. Use
6918 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6919 Reported by David <de_bb@arcor.de>.
6920
6921 2008-02-24 Miles Bader <miles@gnu.org>
6922
6923 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6924 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6925 (mm-find-mime-charset-region):
6926 * mm-bodies.el (mm-encode-body):
6927 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6928
6929 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
6930
6931 * mail-source.el (mail-source-delete-incoming): Change default.
6932 Supplement doc string.
6933
6934 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6935
6936 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6937
6938 * nnmail.el (nnmail-message-id-cache-file): Derive from
6939 `gnus-home-directory'.
6940
6941 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
6942
6943 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6944 Document negative prefix.
6945
6946 * gnus-group.el (gnus-group-read-group): Document negative prefix.
6947
6948 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6949
6950 * message.el (message-unsent-separator): Add the Exim bounce
6951 separator.
6952
6953 2008-02-10 Daiki Ueno <ueno@unixuser.org>
6954
6955 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6956 list.
6957 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6958 recipient/signer list.
6959
6960 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6961
6962 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6963 fbound (Emacs 23 unicode), signal an error.
6964
6965 2008-02-08 Glenn Morris <rgm@gnu.org>
6966
6967 * gnus-art.el (pgg-display-output-buffer): Declare as function.
6968
6969 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
6970
6971 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6972 ports to the calls to `netrc-machine-user-or-password' in addition to
6973 "imap" and "imaps".
6974
6975 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
6976
6977 * gnus.el (gnus-group-startup-message): Add `find-image' call before
6978 image-load-path is let-bound. Reported by Harald Hanche-Olsen
6979 <hanche@math.ntnu.no>.
6980
6981 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
6982
6983 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6984
6985 2008-02-01 Zhang Wei <id.brep@gmail.com>
6986
6987 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6988
6989 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6990
6991 2008-02-01 Miles Bader <miles@gnu.org>
6992
6993 * mml.el (mml-parse-1): Remove apparently vestigial use of
6994 `mm-hack-charsets'.
6995 * mm-bodies.el (mm-encode-body): Likewise.
6996
6997 2008-02-01 Kenichi Handa <handa@m17n.org>
6998
6999 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7000 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7001 (rfc2104-hash): Convert the result of concat to unibyte string.
7002
7003 2008-02-01 Dave Love <fx@gnu.org>
7004
7005 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7006 coding-system-for-read.
7007 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7008
7009 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7010 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7011 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7012
7013 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7014
7015 * mail-source.el (mail-sources): Add `group' choice.
7016
7017 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7018 parameter `in-group' to control into which group the articles go.
7019 Add treatment of `group' mail-source.
7020
7021 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7022
7023 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7024 * message.el (message-beginning-of-line): Use featurep instead of bound
7025 tests in order to resolve conditionals at compile time.
7026
7027 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7028
7029 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7030
7031 * mm-decode.el (mm-dissect-buffer): Decode description.
7032
7033 * mml.el (mml-to-mime): Encode message header first.
7034
7035 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7036
7037 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7038 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7039
7040 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7041
7042 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7043
7044 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7045
7046 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7047 prefix keys.
7048 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7049 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7050 gnus-xmas.el.
7051
7052 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7053
7054 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7055 Add new variables for article mark management.
7056 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7057 list of extra data entries which, when present, will indicate that the
7058 article ID should not be trimmed from the registry.
7059 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7060 functions.
7061 (gnus-registry-read-mark): New function to read a mark name from the
7062 user.
7063 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7064 (gnus-registry-set-article-mark-internal): New functions to add and
7065 remove marks.
7066 (gnus-registry-get-article-marks): New function to show the marks for
7067 an article, or retrieve them for further use.
7068
7069 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7070
7071 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7072 keys when no argument is given.
7073
7074 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7075
7076 * gnus-sum.el (gnus-article-sort-by-random)
7077 (gnus-thread-sort-by-random): Fix doc strings.
7078 Reported by jidanni@jidanni.org.
7079
7080 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7081
7082 * gnus-art.el (gnus-article-describe-bindings): New function.
7083 (gnus-article-read-summary-keys): Use it.
7084 (gnus-article-mode-map): Bind `C-h b' to it.
7085
7086 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7087
7088 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7089 XEmacs.
7090 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7091 Protect against non-character events.
7092
7093 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7096 New command.
7097 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7098 instead of END. Change name of the temp file.
7099 (gnus-group-gmane-group-download-format): Add doc string. Make it
7100 customizable.
7101
7102 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7105 bind `S W' to gnus-article-wide-reply-with-original; set default
7106 binding to gnus-article-read-summary-send-keys.
7107 (gnus-article-read-summary-keys): Fix the order of keys; display
7108 continuation keys correctly in the echo area; describe bindings
7109 correctly when keys end with `C-h'.
7110 (gnus-article-read-summary-send-keys): New function.
7111 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7112 Work for gnus-article-read-summary-send-keys; display continuation keys
7113 correctly in the echo area.
7114 (gnus-article-reply-with-original): Ignore prefix argument.
7115 (gnus-article-wide-reply-with-original): New function.
7116
7117 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7118
7119 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7120 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7121
7122 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7125 (gnus-group-read-ephemeral-gmane-group): New command.
7126
7127 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7128
7129 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7130
7131 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * message.el (message-send-mail-function): Increase custom version.
7134
7135 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7136 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7137
7138 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7141 html parts correctly; support forwarded messages.
7142 (gnus-article-browse-html-article): Remove work buffers.
7143
7144 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7145 compiling.
7146 (netrc-bound-and-true-p): New macro.
7147 (netrc-parse): Use it instead of bound-and-true-p that is not available
7148 in XEmacs 21.4.
7149
7150 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7151
7152 * gnus-registry.el (gnus-registry-mark-article)
7153 (gnus-registry-article-marks): Add functionality to mark articles
7154 through the Gnus registry.
7155
7156 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7157 (netrc-parse): Use encrypt-file-alist to determine if
7158 encrypt-find-model or encrypt-insert-file-contents should be used.
7159
7160 2007-12-19 Glenn Morris <rgm@gnu.org>
7161
7162 * mml.el (message-options-set, message-narrow-to-head)
7163 (message-in-body-p, message-mail-p, message-encode-message-body):
7164 Autoload.
7165 (message-remove-header, message-narrow-to-headers-or-head)
7166 (message-subscribed-p, message-make-mail-followup-to)
7167 (message-position-on-field, message-news-p)
7168 (message-options-set-recipient, message-generate-headers)
7169 (message-sort-headers): Declare as functions.
7170
7171 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7172
7173 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7174 convention in doc string.
7175
7176 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7177
7178 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7179 title to html parts.
7180 (gnus-article-browse-html-article): Pass message header to it.
7181
7182 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7183
7184 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7185
7186 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7187 or password compatible with XEmacs.
7188
7189 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7190
7191 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7192 format document.
7193 (gnus-mime-delete-part): Don't write description line if empty.
7194 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7195
7196 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7197
7198 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7199 (gnus-summary-mark-read-and-unread-as-read)
7200 (gnus-summary-mark-current-read-and-unread-as-read)
7201 (gnus-summary-mark-unread-as-ticked): Doc fix.
7202 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7203
7204 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7205
7206 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7207 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7208
7209 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7210
7211 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7212 yes-or-no-p.
7213
7214 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7215
7216 * mm-decode.el (mm-add-meta-html-tag): New function.
7217 (mm-save-part-to-file, mm-pipe-part): Use it.
7218
7219 * gnus-art.el (gnus-article-browse-delete-temp-files):
7220 Use gnus-y-or-n-p instead of y-or-n-p.
7221 (gnus-article-browse-html-parts): Work with message/external-body; use
7222 mm-add-meta-html-tag.
7223
7224 2007-12-11 Glenn Morris <rgm@gnu.org>
7225
7226 * gnus-cache.el: Require gnus-sum not just when compiling.
7227
7228 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7229
7230 * gnus-int.el (gnus-server-opened, gnus-status-message):
7231 Move definitions before use.
7232
7233 * mm-decode.el: Require gnus-util.
7234 (mm-remove-part): Only call delete-annotation on XEmacs.
7235
7236 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7237
7238 * nnmail.el: Require gnus-int.
7239
7240 * spam.el: Move `require's before `eval-when-compile's.
7241
7242 * gnus-ems.el (gnus-alive-p):
7243 * gnus-fun.el (message-goto-eoh):
7244 * gnus-util.el (gnus-group-name-decode):
7245 * mail-source.el (gnus-compress-sequence):
7246 * message.el (Info-goto-node, format-spec):
7247 * mm-bodies.el (message-options-get):
7248 * mm-decode.el (mm-view-pkcs7):
7249 * mm-util.el (gmm-write-region):
7250 * mml-smime.el (mml-compute-boundary)
7251 (gnus-completing-read-with-default):
7252 * mml.el (widget-button-press, gnus-make-hashtable):
7253 * mml1991.el (mm-decode-content-transfer-encoding)
7254 (mm-encode-content-transfer-encoding)
7255 (message-options-get, message-options-set):
7256 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7257 * nnfolder.el (gnus-request-group):
7258 * nnheader.el (ietf-drums-unfold-fws):
7259 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7260 * smime.el (gnus-run-mode-hooks):
7261 * spam-stat.el (gnus-message): Autoload.
7262
7263 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7264 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7265 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7266 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7267 Add declare-function compatibility definition.
7268
7269 * gnus-cache.el (nnvirtual-find-group-art):
7270 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7271 (gnus-add-image, gnus-add-wash-type):
7272 * gnus-group.el (nnkiboze-score-file):
7273 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7274 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7275 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7276 (message-tokenize-header, gnus-get-buffer-create)
7277 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7278 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7279 * gnus.el (gnus-group-decoded-name):
7280 * mail-source.el (imap-capability):
7281 * mm-bodies.el (message-options-set):
7282 * mm-decode.el (gnus-configure-windows):
7283 * mm-extern.el (message-goto-body):
7284 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7285 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7286 (epg-sub-key-validity, message-options-set):
7287 * mml.el (widget-event-point, gnus-configure-windows):
7288 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7289 * mml2015.el (epg-check-configuration, epg-configuration)
7290 (message-options-set):
7291 * nndb.el (nndb-request-article):
7292 * nnfolder.el (gnus-request-create-group):
7293 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7294 * nnmaildir.el (gnus-group-mark-article-read):
7295 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7296 * rfc1843.el (message-fetch-field):
7297 * spam.el (gnus-extract-address-components):
7298 Declare as functions.
7299
7300 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7303
7304 2007-12-09 Glenn Morris <rgm@gnu.org>
7305
7306 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7307
7308 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7309 * message.el, mm-view.el, sieve-manage.el, smime.el:
7310 Add declare-function compatibility definition.
7311
7312 * gnus-art.el (w3-region, w3m-region, Info-menu):
7313 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7314 * gnus-sum.el (gnus-get-predicate):
7315 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7316 * message.el (mail-abbrev-in-expansion-header-p):
7317 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7318 (w3m-detect-meta-charset, w3m-region):
7319 * sieve-manage.el (password-read, password-cache-add)
7320 (password-cache-remove):
7321 * smime.el (password-read-and-add): Declare as functions.
7322
7323 2007-12-08 David Kastrup <dak@gnu.org>
7324
7325 * gnus-sum.el (gnus-summary-simplify-subject-query):
7326 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7327 `message'.
7328
7329 2007-12-07 Glenn Morris <rgm@gnu.org>
7330
7331 * gnus-art.el (article-make-date-line): Revert previous change.
7332
7333 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7336
7337 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7338
7339 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7340 Call gnus-add-to-range ranges only once with a prepared article-list.
7341
7342 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7343
7344 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7345 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7346 group names with backslashes.
7347 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7348
7349 2007-12-06 Deepak Goel <deego3@gmail.com>
7350
7351 * gnus-art.el (article-make-date-line):
7352 * gnus-start.el (gnus-load):
7353 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7354
7355 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7356
7357 * gnus-art.el (gnus-use-idna)
7358 * gnus-start.el (gnus-site-init-file)
7359 * message.el (message-use-idna)
7360 * mm-uu.el (mm-uu-hide-markers)
7361 * smiley.el (smiley-style): Revert changes that suppress warnings.
7362
7363 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7364
7365 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7366 specify charset to html source.
7367 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7368
7369 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7370
7371 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7372 idna-program in order to suppress byte compile warning issued by XEmacs
7373 that came to byte compile the default value section of defcustom forms
7374 recently.
7375
7376 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7377 value of installation-directory.
7378
7379 * message.el (message-use-idna): Don't directly refer to the value of
7380 idna-program.
7381
7382 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7383
7384 * smiley.el (smiley-style): Don't directly call face-attribute.
7385
7386 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7387
7388 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7389
7390 * gnus-dired.el: Reduce Gnus dependencies.
7391 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7392 Don't require. Use autoloads instead.
7393 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7394 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7395 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7396 (gnus-dired-mode): Adjust doc string.
7397 (gnus-dired-mail-mode): New variable.
7398 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7399 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7400 (gnus-dired-mail-buffers): New function. Return mail or message
7401 composition buffers.
7402 (gnus-dired-attach): Use it.
7403 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7404 NO-DECODE.
7405 (gnus-dired-print): Use `gnus-print-buffer' depending on
7406 `gnus-dired-mail-mode'.
7407
7408 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7409
7410 * rfc2047.el (rfc2047-encoded-word-regexp)
7411 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7412 explaining what regexp patterns are for.
7413
7414 2007-12-04 Glenn Morris <rgm@gnu.org>
7415
7416 * password.el: Move to ../password-cache.el.
7417
7418 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7419 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7420 * mml-smime.el (password-read, password-cache-add)
7421 (password-cache-remove):
7422 No need to autoload, since mml-sec requires password.
7423
7424 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7425 * message.el (gnus-extract-address-components):
7426 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7427
7428 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7429 password.
7430
7431 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7432
7433 * mailcap.el: Reduce dependencies.
7434 (mail-header-parse-content-type): Autoload.
7435 (mailcap-delete-duplicates): New alias.
7436 (mailcap-mime-info): Add optional argument NO-DECODE.
7437 (mailcap-mime-types): Use mailcap-delete-duplicates.
7438
7439 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7440
7441 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7442
7443 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7444 function.
7445
7446 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7447 (gnus-uu-yenc-article): New function.
7448
7449 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7450
7451 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7452
7453 2007-12-02 Glenn Morris <rgm@gnu.org>
7454
7455 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7456 Move to ../net.
7457
7458 * binhex.el, uudecode.el: Move to ../mail.
7459
7460 * encrypt.el: Remove file.
7461
7462 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7463
7464 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7465 matches on patches.
7466
7467 * gnus-art.el (gnus-article-browse-html-article):
7468 Mention `mm-text-html-renderer' in the doc string.
7469
7470 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7471 string. Add comments.
7472
7473 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7474 if rhs is ASCII.
7475
7476 2007-12-01 Glenn Morris <rgm@gnu.org>
7477
7478 * dig.el, dns.el: Move to ../net.
7479 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7480
7481 * mail-source.el (top-level): Require format-spec before
7482 eval-when-compile.
7483
7484 2007-11-30 Glenn Morris <rgm@gnu.org>
7485
7486 * encrypt.el: Require password, rather than autoloading password-read.
7487
7488 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7489
7490 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7491 caller can indicate whether the cache should be disregarded for this
7492 call. This way the result of the call is reproducible at all times and
7493 can be considered a canonical server name for the supplied method.
7494 (gnus-agent-method-p): Canonicalize server names by pushing their
7495 method through `gnus-method-to-server' using the no-cache argument.
7496
7497 * gnus-srvr.el (gnus-server-insert-server-line):
7498 Call `gnus-method-to-server' with `no-cache' argument.
7499
7500 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7501 gnus-agent-possibly-synchronize-flags as this should be called when the
7502 server is actually being opened.
7503 (gnus-agent-possibly-synchronize-flags)
7504 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7505 flags file of an agentized server to the latter function.
7506
7507 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7508 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7509 after a connection has been established successfully.
7510
7511 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7512
7513 * gnus-art.el (article-display-face): Force to display face if called
7514 interactively; check if gnus-article-x-face-too-ugly matches author.
7515 (article-display-x-face): Display face even if From header is missing
7516 as article-display-face does.
7517
7518 2007-11-28 Richard Stallman <rms@gnu.org>
7519
7520 * md4.el: Move to ../.
7521 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7522
7523 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7524
7525 * mail-source.el (mail-sources): Default to fetch from file for
7526 compatibility with default of nnmail-spool-file.
7527
7528 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7529
7530 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7531 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7532 to look for encoded word that should be encoded again.
7533 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7534 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7535 encoding pattern.
7536 (rfc2047-decode-region): Switch strict regexp and loose one according
7537 to rfc2047-allow-irregular-q-encoded-words.
7538
7539 2007-11-26 Simon Josefsson <simon@josefsson.org>
7540
7541 * imap.el: Move to ../net directory.
7542
7543 2007-11-25 Romain Francoise <romain@orebokech.com>
7544
7545 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7546
7547 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7548
7549 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7550 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7551
7552 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7553 `nnmail-spool-file'.
7554
7555 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7556 `nnmail-spool-file'.
7557
7558 * gnus-move.el (gnus-change-server): Ditto.
7559
7560 * gnus-kill.el (gnus-batch-score): Ditto.
7561
7562 * gnus-cache.el (gnus-jog-cache): Ditto.
7563
7564 * gnus-msg.el (gnus-summary-reply):
7565 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7566
7567 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7568
7569 * gnus-cache.el (gnus-cache-generate-nov-databases):
7570 Use nnml-generate-nov-databases-directory instead of
7571 nnml-generate-nov-databases-1.
7572
7573 2007-11-24 Glenn Morris <rgm@gnu.org>
7574
7575 * message.el (message-tool-bar-retro): Update for rename
7576 mail_send.xpm->mail-send.xpm.
7577
7578 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7579
7580 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7581 `smime-ldap-search' for Emacs 22 and up.
7582
7583 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7584
7585 * hashcash.el: Move to ../mail directory.
7586
7587 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7588
7589 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7590 `smime-ldap-search' for Emacs 22 and up.
7591
7592 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7595
7596 * message.el (message-send-mail-function): Fix error convention.
7597 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7598 (message-widen-reply, message-send-mail, message-talkative-question)
7599 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7600 (message-clone-locals, message-send-news): Use with-current-buffer.
7601 (message-insert-or-toggle-importance): Remove unused var `valid'.
7602 (message-make-references): Remove unused var `new-references'.
7603 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7604
7605 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7606
7607 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7608 (spam-split-symbolic-return-positive): Reflow docstring.
7609 (spam-backends, spam-summary-exit-behavior)
7610 (spam-mark-ham-unread-before-move-from-spam-group)
7611 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7612 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7613 (spam-clear-cache, spam-backend-check, spam-install-backend)
7614 (spam-install-statistical-backend, spam-list-of-processors)
7615 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7616 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7617 (spam-check-crm114, spam-initialize, spam-unload-hook):
7618 Fix typos in docstrings.
7619
7620 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7621
7622 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7623 been checked if they have never been read and those group levels are
7624 higher than the one that a user specified.
7625
7626 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7629 foreign groups unless a group level is specified by a user.
7630 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7631
7632 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * message.el (message-send-mail-function): Require sendmail.
7635
7636 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7637
7638 * message.el (message-send-mail-function): Check for smtpmail too.
7639
7640 * utf7.el (utf7-encode, utf7-decode): Use coding system
7641 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7642
7643 * message.el (message-send-mail-function): New function.
7644 (message-send-mail-function): Set default using
7645 message-send-mail-function. Adjust doc string.
7646 (message-send-mail-with-mailclient): New function.
7647
7648 2007-11-17 Richard Stallman <rms@gnu.org>
7649
7650 * assistant.el: Remove file.
7651
7652 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * smime.el (from):
7655 * rfc2047.el (message-posting-charset):
7656 * qp.el (mm-use-ultra-safe-encoding):
7657 * pop3.el (parse-time-months):
7658 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7659 * nnml.el (files):
7660 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7661 (jka-compr-compression-info-list, ange-ftp-path-format)
7662 (efs-path-regexp):
7663 * nndiary.el (files):
7664 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7665 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7666 (epg-digest-algorithm-alist, inhibit-redisplay)
7667 (password-cache-expiry):
7668 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7669 (pgg-output-buffer, password-cache-expiry):
7670 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7671 (efs-path-regexp):
7672 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7673 (inhibit-redisplay):
7674 * mm-uu.el (file-name, start-point, end-point, entry)
7675 (gnus-newsgroup-name, gnus-newsgroup-charset):
7676 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7677 (latin-unity-ucs-list):
7678 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7679 (mm-uu-binhex-decode-function):
7680 * message.el (gnus-message-group-art, gnus-list-identifiers)
7681 (rmail-enable-mime-composing, gnus-local-organization)
7682 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7683 (gnus-read-active-file, facemenu-add-face-function)
7684 (facemenu-remove-face-function, gnus-article-decoded-p)
7685 (tool-bar-mode):
7686 * mail-source.el (display-time-mail-function):
7687 * gnus-util.el (nnmail-pathname-coding-system)
7688 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7689 (gnus-original-article-buffer, gnus-user-agent)
7690 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7691 (xemacs-codename, sxemacs-codename, emacs-program-version):
7692 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7693 * gnus-start.el (gnus-agent-covered-methods)
7694 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7695 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7696 (gnus-newsgroup-headers, gnus-group-list-mode)
7697 (gnus-group-mark-positions, gnus-newsgroup-data)
7698 (gnus-newsgroup-unreads, nnoo-state-alist)
7699 (gnus-current-select-method, mail-sources)
7700 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7701 (nnmail-spool-file, gnus-cache-active-hashtb):
7702 * gnus-mh.el (mh-lib-progs):
7703 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7704 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7705 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7706 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7707 (gnus-group-buffer):
7708 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7709 (font-lock-set-defaults):
7710 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7711 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7712 (gnus-summary-post-menu, total-parts, type, condition, length):
7713 * gnus-agent.el (gnus-agent-read-agentview):
7714 * flow-fill.el (show-trailing-whitespace):
7715 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7716 eval-and-compile wrappers for byte compiler pacifiers.
7717
7718 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7719 (mm-display-inline-fontify): Check for featurep 'xemacs not
7720 extent-list.
7721
7722 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7723 itimer-list.
7724 (mm-create-image-xemacs): Only do something for XEmacs.
7725 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7726
7727 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7728
7729 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7730 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7731
7732 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7733
7734 * nnimap.el (nnimap-split-download-body):
7735 * gnus-demon.el (gnus-demon):
7736 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7737
7738 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7739
7740 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7741 New macros.
7742 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7743 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7744 copy data from unibyte buffer to multibyte current buffer.
7745 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7746 to copy data from unibyte current buffer to multibyte buffer.
7747 (nntp-make-process-buffer): Make process buffer unibyte.
7748
7749 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7750
7751 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7752
7753 * pop3.el (pop3-open-server): Accept and process data more robustly at
7754 connexion start to avoid spurious "POP SSL connexion failed" errors.
7755
7756 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7757
7758 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7759 read group names.
7760
7761 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7762
7763 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7764
7765 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7766
7767 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7768 (nnmail-save-active): Use a unibyte buffer when saving active file,
7769 which may contain non-ASCII group names.
7770
7771 * nnml.el (nnml-request-group): Decode group names in messages.
7772
7773 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7774
7775 * message.el (message-citation-line-function)
7776 (message-insert-formatted-citation-line): Fix spelling of
7777 `message-insert-formated-citation-line'.
7778
7779 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7780
7781 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7782
7783 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7786 nnmail-pathname-coding-system.
7787
7788 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7789 that a user enters; decode group names in messages.
7790
7791 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7792
7793 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
7794
7795 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7796
7797 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7798
7799 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7800 risky local variable.
7801
7802 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7803
7804 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
7805
7806 * encrypt.el: Improve documentation to fix function name typo.
7807 Reported by Daiki Ueno <ueno@unixuser.org>.
7808
7809 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7810
7811 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7812 even if the point is not in the last page of an article.
7813 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7814 back to the previous page.
7815
7816 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
7817
7818 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7819
7820 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
7821
7822 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7823
7824 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7825
7826 * message.el (message-check-news-body-syntax):
7827 Avoid mm-string-as-multibyte.
7828 (message-hide-headers): Don't assume (point-min)==1.
7829
7830 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7831
7832 * message.el (message-remove-blank-cited-lines): Fix if remove is
7833 given.
7834 (message-bogus-address-regexp): New variable.
7835 (message-bogus-recipient-p): New function.
7836 (message-check-recipients): New command.
7837 (message-syntax-checks): Add `bogus-recipient'.
7838 (message-fix-before-sending): Add `bogus-recipient'.
7839
7840 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7841 (gnus-treat-body-boundary): Don't test window-system.
7842
7843 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
7844
7845 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7846
7847 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7848
7849 * gnus.el: Bump version to Gnus v5.13.
7850
7851 2007-10-28 Miles Bader <miles@gnu.org>
7852
7853 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7854 at compile-time too.
7855
7856 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7857
7858 * gnus-msg.el (gnus-message-setup-hook):
7859 Add `message-remove-blank-cited-lines' to options.
7860
7861 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7862
7863 * message.el (message-remove-blank-cited-lines): New function.
7864 Suggested by Karl Plästerer.
7865
7866 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
7867
7868 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7869 mapc.
7870
7871 * imap.el (imap-open): Replace mapcar called for effect with mapc.
7872 (top-level): Use mapc to set functions to be traced for debugging.
7873
7874 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7875 called for effect with while loop.
7876
7877 * message.el (message-talkative-question): Replace mapcar called for
7878 effect with mapc.
7879
7880 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7881 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7882 called for effect with dolist.
7883
7884 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7885
7886 * nndiary.el: Use dolist instead of mapcar to add diary headers to
7887 gnus-extra-headers and nnmail-extra-headers.
7888
7889 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7890 called for effect with dolist.
7891 (top-level): Use mapc to set functions to be traced for debugging.
7892
7893 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7894 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7895 dolist.
7896
7897 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7898 Replace mapcar called for effect with mapc.
7899 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7900 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7901 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7902 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7903
7904 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7905 remove-if that's a cl function.
7906
7907 * webmail.el (webmail-debug): Replace mapcar called for effect with
7908 dolist.
7909
7910 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
7911
7912 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7913 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7914 with while loop.
7915
7916 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7917 functions from article-* functions.
7918 (gnus-multi-decode-header): Replace mapcar called for effect with
7919 dolist.
7920
7921 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7922 (gnus-bookmark-show-details): Replace mapcar called for effect with
7923 while loop.
7924
7925 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7926 called for effect with while loop.
7927
7928 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7929 with dolist.
7930
7931 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7932 Replace mapcar called for effect with dolist.
7933
7934 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7935
7936 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7937 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7938 Replace mapcar called for effect with dolist.
7939 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7940 mapc.
7941
7942 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7943 Replace mapcar called for effect with dolist.
7944 (gnus-topic-list): Replace mapcar called for effect with mapc.
7945
7946 * gnus.el: Use mapc instead of mapcar to add autoloads.
7947
7948 2007-10-23 Richard Stallman <rms@gnu.org>
7949
7950 * gnus-group.el (gnus-group-highlight): Mark as risky.
7951
7952 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
7953
7954 * gnus.el (gnus-server-to-method): Return method found first in
7955 gnus-newsrc-alist.
7956
7957 * gnus-art.el (gnus-article-highlight-signature)
7958 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7959 button overlay without the front stickiness.
7960
7961 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
7962
7963 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7964 overview buffer needed a catch to receive its throw.
7965 (gnus-agent-flush-cache): Declare as interactive to make this function
7966 easier to use.
7967
7968 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
7969
7970 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7971 `next-line'.
7972
7973 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7976 exclude address matching message-dont-reply-to-names.
7977
7978 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7979
7980 * gnus-util.el (gnus-string<): New function.
7981
7982 * gnus-sum.el (gnus-article-sort-by-author)
7983 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7984
7985 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7986
7987 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7988 the frame-focus tag is set in gnus-buffer-configuration.
7989
7990 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7991
7992 * gnus-art.el (gnus-article-add-button): Make a button overlay without
7993 the front stickiness.
7994
7995 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7998 url pattern; remove duplicate one.
7999 (gnus-article-extend-url-button): New function.
8000 (gnus-article-add-buttons): Use it.
8001 (gnus-button-push): Use concatenated url that it makes.
8002
8003 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8006 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8007
8008 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8011 Don't hardcode point-min==1.
8012
8013 2007-09-30 David Kastrup <dak@gnu.org>
8014
8015 * gnus-art.el (gnus-article-reply-with-original)
8016 (gnus-article-followup-with-original): When `transient-mark-mode' is
8017 off, refrain from active-region behavior for followups.
8018
8019 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8020
8021 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8022 Fix comment about "iso8859-1".
8023
8024 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8025
8026 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8027 ones returned from the verify-function.
8028
8029 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8030 Call mml2015-extract-cleartext-signature if extraction failed.
8031
8032 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8033
8034 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8035 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8036 failed.
8037
8038 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8039
8040 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8041
8042 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8043
8044 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8045 to mark a thread as expirable. Add variable `hide' to handle hiding of
8046 thread for both the null and zero (kill/expire thread) universal prefix
8047 cases.
8048 (gnus-summary-expire-thread): Add new function to expire a thread,
8049 using gnus-summary-kill-thread.
8050 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8051 shortcuts for gnus-summary-expire-thread.
8052 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8053 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8054
8055 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8056
8057 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8058 extras value, so an extras entry can be deleted.
8059 (gnus-registry-delete-extra-entry): Use it.
8060 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8061 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8062 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8063 storage through the gnus-registry, and provide an appropriate API for
8064 it.
8065
8066 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8067
8068 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8069 Suggested by Leo <sdl.web@gmail.com>.
8070
8071 * gnus.el: Do.
8072
8073 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8074
8075 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8076 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8077
8078 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8079
8080 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8081 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8082
8083 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8086 newline.
8087 (nnmbox-request-accept-article): Don't change article in source buffer;
8088 narrow to header to use message-fetch-field rather than
8089 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8090 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8091 as delimiters; make sure article ends with newline.
8092 (nnmbox-delete-mail): Correct last position of article to be deleted;
8093 ignore X-Gnus-Newsgroup header in article body.
8094 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8095 positions; make sure article ends with newline.
8096
8097 * message.el (message-display-abbrev): Don't infloop when a user
8098 inserts SPC in the beginning of header.
8099
8100 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8101
8102 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8103 list of groups not followed by default. Fix type to be regexp.
8104 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8105
8106 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8107
8108 * hmac-def.el (define-hmac-function): Switch from old-style to
8109 new-style backquotes.
8110
8111 * md4.el (md4-make-step): Likewise.
8112
8113 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8116 raw-text coding system when saving .newsrc file, which may contain
8117 non-ASCII group names.
8118
8119 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * gnus-cus.el (gnus-score-extra): New widget.
8122 (gnus-score-extra-convert): New function.
8123 (gnus-score-customize): Use it for Extra.
8124
8125 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8126
8127 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8128 (mml2015-mailcrypt-clear-verify): Use it.
8129 (mml2015-gpg-clear-verify): Use it.
8130 (mml2015-pgg-clear-verify): Use it.
8131 (mml2015-epg-clear-verify): Replace the current part with the output
8132 from GnuPG; don't extract the plaintext by itself.
8133
8134 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8135 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8136 mml2015-clear-verify-function; don't touch the armor headers or
8137 dash-escaped text here.
8138
8139 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8140
8141 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8142 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8143 parts, or application/octet-stream as a last resort.
8144 (gnus-mime-view-part-as-type): Don't toggle display.
8145 (gnus-mime-view-part-as-charset): Don't turn off display before
8146 querying charset.
8147
8148 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8149 stuff to undisplayer function in Emacs.
8150 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8151
8152 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8153 text/calendar parts.
8154
8155 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8156
8157 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8158 decoding text/calendar parts.
8159
8160 * message.el (message-forward-make-body-mime): Always mark body as
8161 having no illegible text; remove signed-or-encrypted argument.
8162 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8163
8164 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8165 (mml-generate-mime-1): Don't encode body if it is specified to be in
8166 raw form; don't make buffer be unibyte when inserting multibyte string.
8167
8168 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * sha1.el: Fix up comment style.
8171 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8172 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8173
8174 * hex-util.el: Fix up comment style.
8175 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8176
8177 * gnus-salt.el: Use with-current-buffer.
8178 (gnus-pick-setup-message): Fix long-standing typo.
8179
8180 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8181
8182 * imap.el (imap-logout-timeout): New variable.
8183 (imap-logout, imap-logout-wait): New functions.
8184 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8185
8186 * nnimap.el (nnimap-logout-timeout): New server variable.
8187 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8188 nnimap-logout-timeout.
8189
8190 * gnus-art.el (gnus-article-summary-command-nosave)
8191 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8192
8193 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8194
8195 * gnus.el (gnus-maximum-newsgroup): New variable.
8196
8197 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8198 according to gnus-maximum-newsgroup.
8199
8200 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8201 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8202 Limit the range of articles according to gnus-maximum-newsgroup.
8203
8204 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8205
8206 * gnus-art.el (gnus-sticky-article): Fix problems described in
8207 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8208 Don't perform gnus-configure-windows here; reuse existing sticky
8209 article buffer.
8210
8211 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8212 it doesn't exist in gnus-article-mode.
8213
8214 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8217 (gnus-agent-decoded-group-name): New function.
8218 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8219 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8220
8221 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8222
8223 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8224 Add binding for gnus-sticky-article.
8225 (gnus-summary-exit): Don't kill sticky article buffers.
8226
8227 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8228 article buffer.
8229 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8230 (gnus-kill-sticky-article-buffers): New commands.
8231
8232 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8233
8234 * nntp.el (nntp-xref-number-is-evil): New server variable.
8235 (nntp-find-group-and-number): If it is non-nil, don't trust article
8236 numbers in the Xref header.
8237
8238 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8239
8240 * gnus-agent.el (gnus-agent-read-group): New function.
8241 (gnus-agent-flush-group, gnus-agent-expire-group)
8242 (gnus-agent-regenerate-group): Use it.
8243 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8244 nnmail-pathname-coding-system.
8245
8246 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8247
8248 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8249
8250 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8251 that are unread as unread, and also as selected so that information of
8252 marks having been changed by a user may be updated when exiting group.
8253
8254 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8255
8256 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8257
8258 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8259
8260 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8261 calculated ignoring signature parts to gnus-treat-article.
8262
8263 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8266 a point here in order to keep the window start.
8267 (gnus-insert-mime-security-button): Make a button overlay without the
8268 front stickiness.
8269 (gnus-mime-display-security): Goto the end of a button.
8270
8271 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8272
8273 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8274
8275 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8276 group-name-at-point.
8277 (gnus-group-completing-read): New function that offers decoded
8278 non-ASCII group names for completion.
8279 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8280 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8281 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8282 (gnus-group-fetch-control): Use it.
8283 (gnus-fetch-group): Use group-name-at-point for the initial value
8284 rather than the default value; use gnus-alive-p.
8285
8286 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8287 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8288 (gnus-summary-post-news): Use gnus-group-completing-read.
8289
8290 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8291 (gnus-read-move-group-name): Decode group name for completion.
8292
8293 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8294
8295 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8296 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8297 Yamaoka slightly modified the code).
8298
8299 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8300
8301 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8302 (nnmail-split-incoming): Bind it.
8303
8304 * nnml.el (nnml-group-name-charset): New function.
8305 (nnml-decoded-group-name): Use it; don't decode group name if
8306 nnmail-group-names-not-encoded-p is non-nil.
8307 (nnml-encoded-group-name): New function.
8308 (nnml-group-pathname): Inline nnml-decoded-group-name.
8309 (nnml-request-expire-articles): Decode group name in message.
8310 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8311 nnmail-pathname-coding-system.
8312 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8313 not decoded ones according to nnmail-group-names-not-encoded-p.
8314 (nnml-generate-active-info): Use nnml-encoded-group-name.
8315
8316 2007-08-08 Glenn Morris <rgm@gnu.org>
8317
8318 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8319 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8320 doc-strings and comments.
8321
8322 2007-07-25 Glenn Morris <rgm@gnu.org>
8323
8324 * Relicense all FSF files to GPLv3 or later.
8325
8326 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * gnus-sum.el (gnus-summary-move-article):
8329 Make gnus-summary-respool-article work.
8330
8331 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8334 string.
8335
8336 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8337
8338 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8339 that should be ignored when comparing distant RSS articles with local
8340 ones.
8341 (nnrss-make-hash-index): New function. Create a hash index according
8342 to the ignored fields.
8343 (nnrss-check-group): Use it.
8344
8345 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8348
8349 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8350
8351 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8352 the new optional argument ENCODED is non-nil.
8353 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8354 coding system for encoding group name.
8355 (gnus-group-make-rss-group): Pass un-encoded group name to
8356 gnus-group-make-group.
8357 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8358 encoded.
8359
8360 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8361 Encode group name to which articles are moved or copied.
8362 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8363 coding system for encoding Newsgroup, Followup-To and Xref headers.
8364
8365 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8366 marks; use nnheader-file-coding-system to write a file.
8367 (nnagent-retrieve-headers): Bind file-name-coding-system to
8368 nnmail-pathname-coding-system.
8369
8370 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8371
8372 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8373 (nnml-request-article, nnml-request-create-group)
8374 (nnml-request-rename-group, nnml-find-id)
8375 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8376 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8377 (nnml-save-marks): Use nnml-group-pathname instead of
8378 nnmail-group-pathname.
8379
8380 (nnml-request-create-group, nnml-request-expire-articles)
8381 (nnml-request-move-article, nnml-request-delete-group)
8382 (nnml-deletable-article-p, nnml-possibly-create-directory)
8383 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8384 (nnml-open-marks): Bind file-name-coding-system to
8385 nnmail-pathname-coding-system.
8386
8387 (nnml-request-article): Pass server argument to nnml-find-group-number.
8388 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8389 Pass server argument to nnml-possibly-create-directory.
8390 (nnml-request-accept-article): Pass server argument to
8391 nnml-active-number and nnml-save-mail.
8392 (nnml-find-group-number): Pass server argument to nnml-find-id.
8393 (nnml-request-update-info): Pass server argument to
8394 nnml-marks-changed-p.
8395
8396 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8397 (nnml-save-mail, nnml-active-number): Add server argument.
8398
8399 (nnml-request-delete-group): Warn if group is missing.
8400 (nnml-get-nov-buffer): Decode group name.
8401 (nnml-generate-active-info): Encode group name.
8402 (nnml-open-marks): Decode group name in messages.
8403
8404 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8405
8406 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8407 if it is not specified.
8408 (gnus-article-pipe-part, gnus-article-save-part)
8409 (gnus-article-interactively-view-part, gnus-article-copy-part)
8410 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8411 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8412 (gnus-article-replace-part, gnus-article-delete-part)
8413 (gnus-article-view-part-as-type): Pass raw prefix argument to
8414 gnus-article-part-wrapper.
8415
8416 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8417
8418 * gnus-agent.el (gnus-agent-save-active):
8419 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8420
8421 * gnus-cache.el (gnus-cache-save-buffers)
8422 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8423 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8424 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8425 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8426 (gnus-cache-generate-active, gnus-cache-rename-group)
8427 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8428 (gnus-cache-update-overview-total-fetched-for):
8429 Bind file-name-coding-system to nnmail-pathname-coding-system.
8430 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8431 New variables.
8432 (gnus-cache-decoded-group-name): New function.
8433 (gnus-cache-file-name): Use it.
8434 (gnus-cache-generate-active): Use non-decoded group name for active.
8435
8436 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8437 right place.
8438 (gnus-write-active-file): Don't break non-ASCII group names.
8439
8440 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8441 nnmail-pathname-coding-system.
8442
8443 * gnus-uu.el (gnus-uu-decode-save): Typo.
8444
8445 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8448
8449 2007-07-14 David Kastrup <dak@gnu.org>
8450
8451 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8452 finishing actions if we did not edit the article.
8453
8454 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8455
8456 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8457 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8458 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8459 (gnus-agent-flush-group, gnus-agent-flush-cache)
8460 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8461 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8462 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8463 (gnus-agent-regenerate-group)
8464 (gnus-agent-update-files-total-fetched-for)
8465 (gnus-agent-update-view-total-fetched-for):
8466 Bind file-name-coding-system to nnmail-pathname-coding-system.
8467 (gnus-agent-group-pathname): Don't encode file names by
8468 nnmail-pathname-coding-system.
8469 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8470 coding-system-for-write instead of buffer-file-coding-system to
8471 gnus-agent-file-coding-system.
8472
8473 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8474 Decode group name.
8475
8476 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8477
8478 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8479 (gnus-read-newsrc-el-file): Make group names unibyte.
8480
8481 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8482 nnmail-pathname-coding-system.
8483
8484 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8485 (nnrss-request-delete-group): Bind file-name-coding-system to
8486 nnmail-pathname-coding-system.
8487 (nnrss-read-server-data, nnrss-read-group-data):
8488 Bind file-name-coding-system correctly.
8489 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8490
8491 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8492 (nntp-server-to-method-cache): New variable.
8493 (nntp-group-pathname): New function that decodes non-ASCII group names.
8494 (nntp-possibly-create-directory, nntp-marks-changed-p)
8495 (nntp-save-marks, nntp-open-marks): Use it.
8496 (nntp-possibly-create-directory, nntp-open-marks):
8497 Bind file-name-coding-system to nnmail-pathname-coding-system.
8498 (nntp-open-marks): Decode group names when bootstrapping marks.
8499
8500 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8501 Newsgroups and Folowup-To headers.
8502
8503 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8504
8505 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8506 (gnus-server-closed-face, gnus-server-denied-face)
8507 (gnus-server-offline-face): Remove variable.
8508 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8509
8510 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8511 of modifying message-stack directly for XEmacs.
8512
8513 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8514 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8515 if the coding-system argument is nil for XEmacs.
8516
8517 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8518 mm-charset-override-alist.
8519
8520 * rfc2047.el: Don't require base64; require rfc2045 for the function
8521 rfc2045-encode-string.
8522 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8523 to quote the parameter value.
8524
8525 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8528 form in gnus-group-name-charset-method-alist.
8529
8530 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8531 overrides the default layout edit-form.
8532
8533 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8534
8535 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8536
8537 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8538
8539 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8540 as unfetched articles.
8541
8542 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8543
8544 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8545
8546 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8547
8548 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8549 original back end that keeps marks in the local system.
8550
8551 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8552
8553 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8554 arg of pop-to-buffer for XEmacs.
8555 (gnus-article-read-summary-keys): Ditto; don't restore window
8556 configuration if summary command ends up with neither article buffer
8557 nor summary buffer; describe bindings if summary keys end with C-h.
8558
8559 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * message.el (message-fix-before-sending): Skip raw message part to be
8562 forwarded while checking illegible text.
8563 (message-forward-make-body-mime, message-forward-make-body):
8564 Mark signed or encrypted raw message as having no illegible text.
8565
8566 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8567
8568 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8569 (gnus-message-with-timestamp-1): New macro.
8570 (gnus-message-with-timestamp): New function.
8571 (gnus-message): Use them.
8572
8573 * nnheader.el (nnheader-message): Use them.
8574
8575 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8576
8577 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8578 .newsrc.eld file.
8579
8580 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * gnus-agent.el (gnus-agent-fetch-headers)
8583 (gnus-agent-retrieve-headers):
8584 Bind gnus-decode-encoded-address-function to identity.
8585
8586 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8587 available also when the server returns simply a dot.
8588
8589 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8590
8591 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8592
8593 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8594
8595 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-ems.el (gnus-x-splash): Make it work.
8598
8599 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8600 from being used.
8601
8602 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8605 the front stickiness.
8606 (gnus-article-summary-command-nosave): Correct the order of the
8607 arguments passed to pop-to-buffer.
8608 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8609 summary command ends up with the article buffer.
8610
8611 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8612 the same faces.
8613
8614 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8615
8616 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8617
8618 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8619
8620 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8621 * gnus-sum.el (gnus-summary-highlight):
8622 * mail-source.el (mail-source-delete-old-incoming-confirm):
8623 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8624
8625 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8626
8627 * gnus-art.el (gnus-mime-view-part-externally)
8628 (gnus-mime-view-part-internally): Fix predicate function passed to
8629 completing-read.
8630
8631 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8632
8633 * gnus.el (gnus-update-message-archive-method): Add :version.
8634
8635 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8636
8637 * gnus.el (gnus-update-message-archive-method): New variable.
8638
8639 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8640 according to gnus-message-archive-method if
8641 gnus-update-message-archive-method is non-nil.
8642
8643 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8644
8645 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8646 Suggested by Loic Dachary <loic@dachary.org>.
8647 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8648
8649 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8650
8651 * message.el (message-pop-to-buffer): Add switch-function argument.
8652 (message-mail): Pass switch-function argument to it.
8653
8654 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8655
8656 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8657 Improve doc string.
8658
8659 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8662 (gnus-header-content)
8663 * gnus-cite.el (gnus-cite-10)
8664 * gnus-srvr.el (gnus-server-closed)
8665 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8666 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8667 (gnus-group-mail-3-empty, gnus-group-mail-low)
8668 (gnus-group-mail-low-empty, gnus-splash)
8669 * message.el (message-header-to, message-header-cc)
8670 (message-header-subject, message-header-other, message-header-name)
8671 (message-header-xheader, message-separator, message-cited-text)
8672 (message-mml): Lighten colors of faces used for dark background.
8673
8674 2007-05-24 Simon Josefsson <simon@josefsson.org>
8675
8676 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8677 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8678
8679 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8680
8681 * message.el (message-narrow-to-headers-or-head):
8682 Ignore mail-header-separator in the body.
8683
8684 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8685
8686 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8687 same as window size.
8688
8689 2007-05-22 Kevin Ryde <user42@zip.com.au>
8690
8691 * message.el (message-font-lock-keywords): Use message-header-xheader
8692 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8693 ahead of the anything pattern, to get it recognised.
8694
8695 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8696
8697 * gnus-sum.el (gnus-articles-to-read)
8698 (gnus-summary-insert-old-articles): Don't truncate group name for
8699 `read-string'.
8700
8701 * gnus-util.el (gnus-limit-string): Delete this function.
8702
8703 * gnus-sum.el (gnus-simplify-subject-fully):
8704 Use `truncate-string-to-width' instead.
8705
8706 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8707
8708 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8709 Tell if, on summary exit, the next group has to be selected.
8710 (gnus-summary-exit): Use it.
8711
8712 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8713
8714 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8715 non-break space.
8716
8717 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8718
8719 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8720 Check if group is not a directory.
8721 (nnfolder-request-expire-articles): Don't delete articles if the target
8722 group is not available.
8723
8724 * nnml.el (nnml-request-create-group): Properly check if group is not a
8725 file.
8726 (nnml-request-expire-articles): Don't delete articles if the target
8727 group is not available.
8728
8729 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8730 Don't quote characters that are within parentheses.
8731
8732 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8733
8734 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8735 (gnus-handle-ephemeral-exit): Select article according to it.
8736
8737 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8738
8739 * message.el (message-insert-formated-citation-line): Remove newline.
8740 (message-citation-line-format): Add final \n here so that the user can
8741 avoid a blank line.
8742
8743 2007-05-03 Dan Christensen <jdc@uwo.ca>
8744
8745 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8746 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8747 Update lanl/arXiv support.
8748
8749 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8750
8751 * gnus.el: Bump version number.
8752
8753 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8754
8755 * gnus.el (gnus-version-number): Bump version.
8756
8757 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8758
8759 * gnus.el: No Gnus v0.6 is released.
8760
8761 2007-04-27 Didier Verna <didier@xemacs.org>
8762
8763 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8764 * gmm-utils.el (gmm-regexp-concat): ... here.
8765 * message.el: Don't require 'gnus-util.
8766 (message-dont-reply-to-names): Handle name change above.
8767 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8768
8769 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8770
8771 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8772 since the initial value varies according to the system.
8773
8774 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8777
8778 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8779
8780 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8781
8782 2007-04-24 Didier Verna <didier@xemacs.org>
8783
8784 Improve the type of gnus-ignored-from-addresses.
8785 * gnus-util.el (gnus-orify-regexp): New function.
8786 * message.el (gnus-util): Require it.
8787 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8788 * gnus-sum.el (gnus-ignored-from-addresses): New function.
8789 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8790
8791 2007-04-24 Didier Verna <didier@xemacs.org>
8792
8793 * gnus-sum.el:
8794 * gnus-utils.el: Fix some trailing whitespaces.
8795
8796 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
8797
8798 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8799 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8800 article's Message-ID; refer parent article in summary buffer.
8801
8802 * message.el (message-bounce): Call mime-to-mml.
8803
8804 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
8805
8806 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8807
8808 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8809
8810 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8811 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8812 displayed of multipart/alternative part if it is invoked from summary
8813 buffer.
8814
8815 * mm-view.el (mm-inline-text-html-render-with-w3m)
8816 (mm-inline-text-html-render-with-w3m-standalone)
8817 (mm-inline-render-with-function): Use mail-parse-charset by default.
8818
8819 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
8820
8821 * parse-time.el (parse-time-string-chars): Check if CHAR
8822 is less than the length of parse-time-syntax.
8823
8824 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
8825
8826 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8827 from gnus-newsgroup-processable.
8828
8829 2007-04-16 Didier Verna <didier@xemacs.org>
8830
8831 * gnus-msg.el (gnus-configure-posting-styles):
8832 Handle message-signature-directory properly with :file syntax.
8833 Reported by "Leo".
8834
8835 2007-04-11 Didier Verna <didier@xemacs.org>
8836
8837 New user option: message-signature-directory.
8838 * gnus-msg.el (gnus-configure-posting-styles): Support it.
8839 * message.el (message-insert-signature): Ditto.
8840 * message.el (message-signature-file): Doc update.
8841 * message.el (message-signature-directory): New.
8842
8843 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * gnus-msg.el (gnus-inews-yank-articles):
8846 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8847
8848 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
8849
8850 * message.el (message-yank-original): Make sure cited text ends with
8851 newline; don't exchange point and mark.
8852
8853 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
8854
8855 * tls.el (open-tls-stream): Properly handle case where there
8856 is no associated buffer.
8857
8858 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
8859
8860 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8861 message-yank-original, make sure (< mark TEXT point).
8862
8863 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8864
8865 * message.el (message-fill-column): New variable.
8866 (message-mode): Use it. Add comment on a possible new hook.
8867
8868 * nnmail.el (nnmail-spool-file): Mark as obsolete.
8869 (nnmail-get-new-mail): Reformat.
8870
8871 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8872
8873 * gmm-utils.el: Fix Commentary.
8874 (gmm-tool-bar-from-list): Fix typo in doc string.
8875
8876 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
8877
8878 * message.el (message-yank-original): Don't switch point and mark
8879 unnecessarily to put point and mark as documented.
8880
8881 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8882
8883 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8884 from the message heads.
8885
8886 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
8887
8888 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8889 article buffer does not have a window. This may not be the best
8890 solution but is certainly better than setting the start of the null,
8891 that is the current, window.
8892
8893 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
8894
8895 * gnus-draft.el (gnus-draft-setup-hook): New hook.
8896 (gnus-draft-setup): Run it.
8897
8898 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8899 gnus-score-fast-scoring. Allow regexp.
8900 (gnus-score-headers): Use it.
8901
8902 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8903 XEmacs.
8904
8905 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8906 string.
8907 (gnus-button-alist): Also catch `<f1> k ...'.
8908 (gnus-treat-display-x-face): Fix doc string.
8909
8910 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8911
8912 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8913 evaluation of gnus-extended-version to ensure correct generation of the
8914 User-Agent header when message-generate-headers-first is used.
8915
8916 2007-03-24 Simon Josefsson <simon@josefsson.org>
8917
8918 * hashcash.el (hashcash-generate-payment-async): Don't crash if
8919 hashcash-path is nil. Don't call callback with incorrect number of
8920 parameters if val is 0.
8921
8922 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
8923
8924 * message.el (message-required-news-headers):
8925 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8926
8927 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
8928
8929 * message.el (message-generate-new-buffers): Change the meaning of the
8930 nil value; add `standard' to the choices; treat t as `unique'; improve
8931 doc string.
8932 (gnus-select-frame-set-input-focus): Autoload.
8933 (message-buffer-name): Search for the existing message buffer if
8934 message-generate-new-buffers is nil or `standard'; treat the value t of
8935 message-generate-new-buffers as `unique'.
8936 (message-pop-to-buffer): Raise the frame already displaying the message
8937 buffer; clear the echo area after querying.
8938 (message-setup): Pass the `continue' argument to compose-mail.
8939 (message-mail): Prefer `switch-function' if it is given; search for the
8940 existing message buffer if the `continue' argument is non-nil; pass
8941 continue and switch-function arguments to compose-mail by way of
8942 message-setup.
8943 (message-mail-other-window): Adjust argument of message-setup.
8944 (message-mail-other-frame): Ditto.
8945
8946 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8949 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8950 to turn font-lock on when turning gnus-message-citation-mode on.
8951
8952 2007-03-06 Daiki Ueno <ueno@unixuser.org>
8953
8954 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8955 (mml-smime-function-alist): New variable; add epg as the backend.
8956 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8957 mml-smime- functions instead.
8958 * mm-view.el: Require smime.
8959
8960 2007-03-05 Didier Verna <didier@xemacs.org>
8961
8962 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8963 instead of just inheritance for posting styles.
8964 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8965
8966 2007-02-24 John Paul Wallington <jpw@pobox.com>
8967
8968 * tls.el (tls-certtool-program): Fix custom type.
8969
8970 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8971
8972 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8973 and point-at-eol instead of line-(beginning|end)-position.
8974
8975 * assistant.el (assistant-parse-buffer): Ditto.
8976
8977 2007-02-28 Daiki Ueno <ueno@unixuser.org>
8978
8979 * mml2015.el (mml2015-epg-find-usable-key): New function.
8980 (mml2015-epg-sign): Use it.
8981 (mml2015-epg-encrypt): Use it.
8982
8983 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * message.el (message-make-in-reply-to): Quote name containing
8986 non-ASCII characters. It will make the RFC2047 encoder cause an error
8987 if there are special characters. Reported by NAKAJI Hiroyuki
8988 <nakaji@jp.freebsd.org>.
8989
8990 2007-02-27 Didier Verna <didier@xemacs.org>
8991
8992 Include the group parameters as well as the topic ones in the
8993 inheritance filter process.
8994 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8995 argument GROUP-PARAMS-LIST.
8996 * gnus-topic.el (gnus-group-topic-parameters): Use it.
8997
8998 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * nntp.el (nntp-never-echoes-commands)
9001 (nntp-open-connection-functions-never-echo-commands): New variables.
9002 (nntp-send-command): Use them.
9003
9004 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9005
9006 * mml2015.el (mml2015-epg-verify): Simplify.
9007
9008 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9009
9010 * mml.el (mml-content-disposition-alist): New user option.
9011 (mml-content-disposition): New function.
9012 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9013 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9014
9015 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9016
9017 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9018 verification.
9019
9020 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9021
9022 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9023 articles posted in the last 24 hours.
9024
9025 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9026
9027 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9028
9029 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9030
9031 * nntp.el (nntp-send-command): Don't wait for echoes when
9032 nntp-open-ssl-stream is used.
9033
9034 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9035
9036 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9037 (gnus-message-add-citation-keywords)
9038 (gnus-message-remove-citation-keywords): Remove.
9039 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9040 directly, make the variables in font-lock-defaults buffer-local, add
9041 gnus-message-citation-keywords to them and then update the value of
9042 font-lock-keywords.
9043
9044 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9045
9046 * message.el (message-cite-original-1): Don't call
9047 gnus-article-highlight-citation.
9048
9049 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9050 citations; fix line count.
9051
9052 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9053
9054 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9055 (gnus-message-add-citation-keywords)
9056 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9057 versions of font-lock-add-keywords and font-lock-remove-keywords to
9058 work with XEmacs correctly.
9059
9060 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9061
9062 * gnus-cite.el (gnus-cite-face-list): Set the values of
9063 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9064 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9065 (gnus-message-cite-prefix-regexp): New variable.
9066 (gnus-message-search-citation-line): Use it; protect against long
9067 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9068 the 0th match data for Emacs.
9069 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9070 (gnus-message-add-citation-keywords): Append keywords rather than
9071 prepending; emulate font-lock-add-keywords if it is not available.
9072 (gnus-message-remove-citation-keywords):
9073 Emulate font-lock-remove-keywords if it is not available.
9074
9075 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9076
9077 * message.el (message-cite-prefix-regexp): Set the value of
9078 gnus-message-cite-prefix-regexp.
9079
9080 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9081
9082 * nnweb.el (nnweb-google-parse-1): Update parser.
9083
9084 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9087
9088 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9089
9090 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9091 regexp.
9092
9093 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9096 string-to-multibyte.
9097 (uudecode-decode-region-internal): Use it.
9098
9099 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9100
9101 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9102 Fix custom choice.
9103
9104 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9105
9106 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9107
9108 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9109
9110 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9111 `write-region' to respect `mm-inhibit-file-name-handlers'.
9112
9113 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9114
9115 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9116 Use gnus-home-directory instead of "~/" or "$HOME".
9117
9118 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9119
9120 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9121 to mention filename.
9122 Add comments at beginning regarding usage.
9123 (encrypt-write-file-contents): Change interactive so a string is
9124 acceptable. If the file has no associated model, show an error instead
9125 of a nonsense prompt.
9126
9127 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9128
9129 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9130 Thanks to Yoshihiko Yamada for kind notification of this typo.
9131
9132 2007-01-12 Kenichi Handa <handa@m17n.org>
9133
9134 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9135 multibyte buffer.
9136
9137 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9138
9139 * gnus-score.el (gnus-score-fast-scoring): New variable.
9140 (gnus-score-headers): Use it.
9141
9142 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9143
9144 * message.el (message-cite-original-1):
9145 Call gnus-article-highlight-citation if requested.
9146 (message-make-from): Allow name and address as optional arguments.
9147
9148 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9149
9150 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9151 bugs to doc string.
9152 (gnus-button-alist): Add mid\\|message-id.
9153 (gnus-button-fetch-group): Extend for use in
9154 `browse-url-browser-function'.
9155 (gnus-button-url-regexp): Try to catch paired parentheses like in
9156 Wikipedia URLs.
9157
9158 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9159 Suggested by Simon Krahnke <overlord@gmx.li>.
9160
9161 2007-01-13 Romain Francoise <romain@orebokech.com>
9162
9163 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9164 Update copyright.
9165
9166 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9167
9168 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9169
9170 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9171
9172 * gnus-registry.el (gnus-registry-unfollowed-groups)
9173 (gnus-registry-split-fancy-with-parent): Fix documentation.
9174
9175 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9176
9177 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9178 from nnweb groups.
9179
9180 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9181
9182 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9183 Xref urls. Erase buffer before requesting head.
9184
9185 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9186
9187 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9188
9189 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9190 customizable.
9191
9192 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9193
9194 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9195 no signing key is found.
9196 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9197 no encrypting and/or signing key is found.
9198
9199 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9200
9201 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9202
9203 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9204
9205 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9206 headers read from disk with the ones newly found in the current search.
9207 This should no longer cause problems, because the article numbers in
9208 Gmane's `nov.php' output are ignored since the previous change.
9209
9210 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9211
9212 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9213
9214 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9215
9216 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9217
9218 2007-01-01 Romain Francoise <romain@orebokech.com>
9219
9220 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9221
9222 2006-12-31 Steve Youngs <steve@sxemacs.org>
9223
9224 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9225 `define-minor-mode' macro definition expanded properly.
9226 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9227 exclude it there.
9228
9229 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9230 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9231 `fboundp' test.
9232 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9233 This is OK to autoload in (S)XEmacs now.
9234
9235 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9236
9237 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9238 keystroke.
9239 (gnus-summary-limit-to-singletons): Fix typo.
9240
9241 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9242 else fails.
9243
9244 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9245
9246 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9247 docstring.
9248
9249 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9250 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9251 (gnus-summary-insert-dormant-articles): Fix typo in message.
9252
9253 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9254
9255 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9256 nil for XEmacs.
9257 (gnus-message-citation-mode): Don't autoload in XEmacs.
9258
9259 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9260
9261 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9262
9263 * nnimap.el (nnimap-expunge-search-string):
9264 Mention nnimap-search-uids-not-since-is-evil in docstring.
9265
9266 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9267
9268 * spam.el: Revert to make-obsolete-variable because
9269 define-obsolete-variable-alias is not supported in Emacs 21.
9270
9271 * spam.el (spam-ifile-path, spam-ifile-database-path)
9272 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9273 make-obsolete-variable.
9274 (spam-bsfilter-path, spam-bsfilter-program)
9275 (spam-spamassassin-path, spam-spamassassin-program)
9276 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9277 Don't use "path" inappropriately.
9278 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9279 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9280 variable names.
9281
9282 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9283
9284 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9285 summary buffer.
9286
9287 * password.el (password-cache-remove): Use clear-string to burn
9288 password, if available.
9289
9290 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9291
9292 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9293
9294 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9295
9296 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9297 (gnus-message-highlight-citation): Move defcustom here from
9298 gnus-cite.el.
9299 (gnus-message-citation-mode): Autoload.
9300
9301 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9302 checks to make it compile with XEmacs.
9303 (gnus-message-citation-mode): New minor mode.
9304 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9305 (gnus-message-highlight-citation): New variables.
9306 (gnus-message-search-citation-line)
9307 (gnus-message-add-citation-keywords)
9308 (gnus-message-remove-citation-keywords)
9309 (turn-on-gnus-message-citation-mode)
9310 (turn-off-gnus-message-citation-mode): New functions.
9311
9312 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9313
9314 * gnus-cite.el: Enable highlighting of different citation levels in
9315 message-mode.
9316
9317 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9318
9319 * message.el (message-make-fqdn): Fix comment.
9320 (message-bogus-system-names): Add ".local".
9321
9322 * spam.el (spam-ifile-path, spam-ifile-program)
9323 (spam-ifile-database-path, spam-ifile-database)
9324 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9325 Don't use "path" inappropriately.
9326 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9327 strings.
9328 (spam-check-ifile, spam-ifile-register-with-ifile)
9329 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9330 Use new variable names.
9331
9332 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9333 (gnus-treat-display-smileys): Simplify using
9334 gnus-image-type-available-p.
9335
9336 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9337 available.
9338
9339 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9340
9341 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9342 one after turning on the buffer's multibyteness instead of decoding
9343 them directly in the unibyte buffer that causes unexpected conversion
9344 in Emacs 23 (unicode).
9345
9346 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9347
9348 * message.el (message-generate-hashcash): Fix custom type.
9349
9350 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9351
9352 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9353
9354 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9355
9356 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9357 disconnect icons. Add help text.
9358
9359 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9360
9361 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9362 negated to be consistent with the others we handle.
9363
9364 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9365
9366 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9367 version of gnus-summary-buffer to something, so that we can use two
9368 article buffers at the same time.
9369
9370 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9371
9372 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9373 trigger all the extra headers.
9374 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9375 sorting.
9376
9377 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9378
9379 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9380 solid groups.
9381
9382 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9383
9384 * legacy-gnus-agent.el: Add Copyright notice.
9385
9386 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9389
9390 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9391
9392 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9393
9394 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9395 to make it work reliably in CVS Emacs.
9396 (gnus-summary-limit-strange-charsets-predicate)
9397 (gnus-summary-limit-to-predicate): New functions.
9398
9399 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9400
9401 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9402 specifying array size.
9403 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9404 array if it is too small.
9405 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9406 (gnus-sort-threads-loop): New function.
9407
9408 2006-12-06 Chris Moore <dooglus@gmail.com>
9409
9410 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9411 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9412
9413 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9414
9415 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9416 options.
9417
9418 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9419
9420 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9421 DOS-ing the recipient.
9422
9423 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9424 the headers when creating the mapping to avoid mismappings.
9425 (nnweb-gmane-create-mapping): Always nix out old mapping.
9426
9427 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9428
9429 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9430 and mm-verify-option to never.
9431
9432 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9433
9434 * message.el (message-signed-or-encrypted-p): New function.
9435 (message-forward-make-body): Use it.
9436
9437 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9438 Replace encode-coding-string with mm-encode-coding-string.
9439
9440 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9441
9442 * nneething.el (nneething-decode-file-name):
9443 Replace decode-coding-string with mm-decode-coding-string.
9444
9445 * gnus-int.el (gnus-open-server): Say failed server's name.
9446
9447 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9448
9449 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9450 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9451
9452 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9453 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9454 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9455 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9456 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9457 (gnus-subscribe-newsgroup, gnus-1):
9458 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9459 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9460 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9461 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9462
9463 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9464
9465 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9466 keystroke.
9467 (gnus-summary-limit-to-bodies): Implement headersp.
9468
9469 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9470
9471 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9472
9473 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9474
9475 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9476
9477 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9478
9479 * message.el (message-generate-hashcash): Expand range of values to
9480 include `opportunistic'.
9481 (message-send-mail): Use it.
9482
9483 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9484
9485 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9486 and comment it.
9487
9488 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9489
9490 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9491
9492 * gnus-util.el (gnus-extract-address-components): Improve comment.
9493
9494 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9495
9496 * gnus-util.el (gnus-extract-address-components): Work with address in
9497 which the name portion contains @.
9498
9499 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9500
9501 * gnus.el (gnus-start): Move custom group up.
9502 (gnus-select-method): Don't autoload, but make it available for
9503 `customize-variable'.
9504 (gnus-getenv-nntpserver): Don't autoload.
9505
9506 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9507
9508 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9509
9510 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9511
9512 * message.el (message-sendmail-extra-arguments): New variable.
9513 (message-send-mail-with-sendmail): Use it.
9514
9515 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9516
9517 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9518 mm-with-unibyte-current-buffer to make string unibyte.
9519
9520 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9521 mm-string-as-multibyte.
9522
9523 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9524
9525 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9526 Reported by Werner Koch <wk@gnupg.org>.
9527
9528 2006-11-14 Daiki Ueno <ueno@p360>
9529
9530 * mml2015.el: Autoload epa-select-keys when compiling.
9531
9532 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9533
9534 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9535 message-options.
9536 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9537
9538 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9539
9540 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9541 EasyPG (< 0.0.6).
9542 (mml2015-always-trust): New user option.
9543 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9544 prompt.
9545
9546 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9547
9548 * nntp.el (nntp-authinfo-force): New variable.
9549 (nntp-send-authinfo): Use it.
9550
9551 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9552
9553 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9554 decode encoded words. Improve prompt. Add comment about forwarding.
9555 (message-replacement-char): Move up.
9556
9557 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9558
9559 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9560 instead of gnus-intersection because arguments of gnus-sorted-nunion
9561 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9562
9563 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9564
9565 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9566 (message-simplify-subject-functions):
9567 Enable message-strip-subject-encoded-words by default.
9568
9569 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9570
9571 * message.el (message-strip-subject-encoded-words): New function.
9572 (message-simplify-subject-functions): New variable.
9573 (message-simplify-subject): Use it. Fix typo in doc string.
9574 Support message-strip-subject-encoded-words.
9575
9576 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9577
9578 * gnus-diary.el (gnus-diary-delay-format-function):
9579 * nndiary.el (nndiary-reminders):
9580 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9581
9582 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9583
9584 * gnus-art.el (article-hide-boring-headers): Fetch date from
9585 gnus-original-article-buffer to avoid problems with localized date
9586 strings.
9587
9588 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9589
9590 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9591
9592 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9593
9594 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9595 New variables.
9596 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9597 (mm-charset-synonym-alist): Move some entries to
9598 mm-codepage-iso-8859-list.
9599 (mm-charset-synonym-alist, mm-charset-override-alist):
9600 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9601
9602 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9603
9604 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9605
9606 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9607
9608 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9609 with Emacs 21 and XEmacs.
9610
9611 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9612
9613 * spam.el (spam-parse-address): New function for better parsing,
9614 catching errors, etc.
9615 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9616
9617 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9618
9619 * mm-view.el: Add interactive arg to html2text autoload.
9620
9621 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9622
9623 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9624
9625 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9626
9627 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9628 New variables.
9629 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9630 (mm-charset-synonym-alist): Move some entries to
9631 mm-codepage-iso-8859-list.
9632
9633 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9634
9635 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9636
9637 * message.el (message-citation-line-format)
9638 (message-insert-formated-citation-line): Fix implementation of %E, %N
9639 and %n according to the doc string.
9640
9641 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9642
9643 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9644 Use car-safe to avoid bad parses.
9645
9646 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9647
9648 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9649 names.
9650
9651 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9652
9653 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9654
9655 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9656 header.
9657
9658 * message.el (message-draft-headers): Add Date.
9659 (message-headers-to-generate): Fix typo in docstring.
9660
9661 * nndraft.el (nndraft-required-headers): New variable.
9662 (nndraft-generate-headers): Use it.
9663
9664 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9665
9666 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9667
9668 * gnus-registry.el (gnus-registry-wash-for-keywords)
9669 (gnus-registry-find-keywords): New functions to allow easy searching of
9670 articles that are in the registry.
9671
9672 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9673
9674 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9675 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9676 Reported by Damien Elmes <damien@repose.cx>.
9677
9678 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9679
9680 * gnus.el (gnus-mime): Remove unused custom group.
9681
9682 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9683
9684 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9685 "blank line" when searching for end of armor headers.
9686
9687 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gmm-utils.el (gmm-write-region): Fix variable name.
9690
9691 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9692
9693 * gmm-utils.el (gmm-write-region): New function based on compatibility
9694 code from `mm-make-temp-file'.
9695
9696 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9697
9698 * nnmaildir.el (nnmaildir--update-nov)
9699 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9700 Use `gmm-write-region'.
9701
9702 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9703
9704 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9705 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9706
9707 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9708
9709 * message.el (message-replacement-char): New variable.
9710 (message-fix-before-sending): Use it.
9711 (message-simplify-subject): New function to remove duplicate code.
9712 (message-reply, message-followup): Use it.
9713
9714 * gnus-sum.el (gnus-summary-make-menu-bar):
9715 Clarify gnus-summary-limit-to-articles.
9716
9717 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9718
9719 * gnus-util.el (gnus-with-local-quit): New macro.
9720
9721 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9722
9723 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9724
9725 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9726 ignore non-string data.
9727
9728 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9729
9730 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9731 non-string data (needs to be done in the registry too).
9732
9733 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9734
9735 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9736 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9737 (gnus-registry-split-fancy-with-parent)
9738 (gnus-registry-fetch-simplified-message-subject-fast)
9739 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9740 Remove text properties on ingress into the registry and when it's saved.
9741 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9742 registry from entries with no groups.
9743
9744 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9745
9746 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9747 function to remove string properties.
9748
9749 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9750
9751 * gmm-utils.el (gmm): Adjust custom version.
9752
9753 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9754 Adjust custom version.
9755
9756 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9757
9758 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9759
9760 * gnus-art.el (gnus-insert-prev-page-button)
9761 (gnus-insert-next-page-button): Simplify. Reformat.
9762
9763 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9764
9765 * gnus-art.el (gnus-insert-prev-page-button)
9766 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9767
9768 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9769
9770 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9771
9772 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9773
9774 * gnus-art.el (gnus-insert-mime-button)
9775 (gnus-insert-mime-security-button):
9776 Apply gnus-article-button-face to MIME and security buttons.
9777
9778 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9779
9780 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9781 readable.
9782
9783 2006-09-20 Steve Youngs <steve@sxemacs.org>
9784
9785 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9786 `browse-url-of-file' instead of `browse-url'.
9787
9788 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9789
9790 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9791 regexp. Articles containing quotation were cut prematurely.
9792
9793 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9794
9795 * message.el (message-cite-original-1): Use nobody by default for the
9796 value of From header.
9797 (message-reply): Ditto.
9798
9799 2006-09-11 Daiki Ueno <ueno@unixuser.org>
9800
9801 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9802 to the gnus-info. This fixes a bug of inline-PGP message verification.
9803 Reported by Michael Piotrowski <mxp@dynalabs.de>.
9804
9805 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
9806
9807 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9808 mails in the doc string. Add some URLs in comment.
9809 (pop3-movemail): Warn about pop3-leave-mail-on-server.
9810
9811 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
9812
9813 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9814 backslashes handling and the way to find boundaries of quoted strings.
9815
9816 2006-09-07 Daiki Ueno <ueno@unixuser.org>
9817
9818 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9819 mml1991-encrypt-to-self is set and mml1991-signers is not set.
9820 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9821 mml2015-encrypt-to-self is set and mml2015-signers is not set.
9822
9823 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
9824
9825 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
9826 doc string.
9827 (gnus-button-regexp, gnus-button-last): Remove unused variables.
9828
9829 2006-09-06 Simon Josefsson <jas@extundo.com>
9830
9831 * mml2015.el (mml2015-use): Doc fix, mention epg.
9832
9833 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9834
9835 * mml2015.el (mml2015-use): Default to epg, if available.
9836
9837 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9838
9839 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9840 message-sender.
9841 (mml1991-epg-encrypt): Ditto.
9842 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9843 message-sender.
9844 (mml2015-epg-encrypt): Ditto.
9845
9846 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9847
9848 * message.el (message-send-mail-with-sendmail): Look for sendmail in
9849 several common directories.
9850
9851 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9852
9853 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9854 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9855
9856 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9857
9858 * gnus-art.el (article-decode-encoded-words): Make it fast.
9859
9860 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
9861
9862 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9863
9864 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9865 in quoted string into `\'.
9866
9867 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9870 Use standard-syntax-table.
9871
9872 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
9873
9874 * gnus-art.el (gnus-decode-address-function): New variable.
9875 (article-decode-encoded-words): Use it to decode headers which are
9876 assumed to contain addresses.
9877 (gnus-mime-delete-part): Remove useless `or'.
9878
9879 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9880 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9881 (gnus-nov-parse-line): Use it to decode From header.
9882 (gnus-get-newsgroup-headers): Ditto.
9883 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9884
9885 * mail-parse.el (mail-decode-encoded-address-region): New alias.
9886 (mail-decode-encoded-address-string): New alias.
9887
9888 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9889 New function.
9890 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9891 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9892 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9893 (rfc2047-decode-string): Ditto.
9894 (rfc2047-decode-address-region): New function.
9895 (rfc2047-decode-address-string): New function.
9896
9897 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
9898
9899 * message.el (message-caesar-buffer-body): Allow rotating headers.
9900
9901 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9902
9903 * message.el (message-insert-formated-citation-line): Fix %f.
9904 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9905
9906 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
9907
9908 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9909 (gnus-bookmark-mouse-available-p): New macro.
9910 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9911 (gnus-bookmark-bmenu-show-infos): Use it.
9912 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9913 (gnus-bookmark-bmenu-hide-infos): Ditto.
9914 (gnus-bookmark-remove-properties): New function.
9915 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9916 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9917 (gnus-bookmark-write-file): Bind coding-system-for-write.
9918 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9919 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9920 group before selecting it.
9921 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9922 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9923 quit-window if it is not available; use gnus-mouse-2 and bind it to
9924 gnus-bookmark-bmenu-select-by-mouse.
9925 (gnus-bookmark-show-details): Remove unused variable `details-list'.
9926 (gnus-bookmark-bmenu-select-by-mouse): New function.
9927
9928 2006-08-13 Romain Francoise <romain@orebokech.com>
9929
9930 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9931 space.
9932
9933 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9934
9935 * compface.el (uncompface): Use binary rather than raw-text-unix.
9936
9937 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
9938
9939 * compface.el (uncompface): Make sure the eol conversion doesn't take
9940 place when communicating with the external programs.
9941 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9942
9943 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
9944
9945 * nnheader.el (nnheader-insert-head): Fix typo in comment.
9946
9947 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9948
9949 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9950 Make it more robust by parsing author and date independently.
9951
9952 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9955
9956 2006-07-28 Daiki Ueno <ueno@unixuser.org>
9957
9958 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9959 first matching secret key.
9960 (mml2015-epg-encrypt): Ditto.
9961
9962 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9963 first matching secret key.
9964 (mml1991-epg-encrypt): Ditto.
9965
9966 * mml2015.el (mml2015-encrypt-to-self): New user option.
9967 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9968 mml2015-epg-encrypt-to-self is set.
9969
9970 * mml1991.el (mml1991-encrypt-to-self): New variable.
9971 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9972 mml1991-epg-encrypt-to-self is set.
9973
9974 * mml2015.el (mml2015-signers): New user option.
9975 (mml2015-epg-sign): Reflect the value of mml2015-signers.
9976 (mml2015-epg-encrypt): Allow to select signing keys.
9977
9978 * mml1991.el (mml1991-signers): New variable.
9979 (mml1991-epg-sign): Reflect the value of mml1991-signers.
9980 (mml1991-epg-encrypt): Allow to select signing keys.
9981
9982 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * nnheader.el (nnheader-insert-head): Make it work even if the file
9985 uses CRLF for the line-break code.
9986
9987 2006-07-25 Daiki Ueno <ueno@unixuser.org>
9988
9989 * mml2015.el: Require mml-sec instead of password.
9990 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9991 (mml2015-cache-passphrase): Inherit the default value from
9992 mml-secure-cache-passphrase.
9993 (mml2015-passphrase-cache-expiry): Inherit the default value from
9994 mml-secure-passphrase-cache-expiry.
9995
9996 * mml1991.el: Require mml-sec instead of password.
9997 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9998 (mml1991-cache-passphrase): Inherit the default value from
9999 mml-secure-cache-passphrase.
10000 (mml1991-passphrase-cache-expiry): Inherit the default value from
10001 mml-secure-passphrase-cache-expiry.
10002
10003 * mml-sec.el: Require password.
10004 (mml-secure-verbose): New user option.
10005 (mml-secure-cache-passphrase): New user option.
10006 (mml-secure-passphrase-cache-expiry): New user option.
10007
10008 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10009
10010 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10011 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10012 andreas@altroot.de (Andreas Vögele).
10013
10014 FIXME: Use `tiny change'?
10015
10016 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10017
10018 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10019 workaround for the url package included with Emacs.
10020
10021 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10022
10023 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10024
10025 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10026 correctly. This fixes a bug caused by the 2006-05-12 change.
10027
10028 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10029
10030 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10031 some information about the error when saying that the `bogus' mail
10032 group will be used.
10033
10034 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10035
10036 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10037 string.
10038
10039 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10040
10041 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10042
10043 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10044
10045 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10046
10047 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10048
10049 * mml1991.el (mml1991-function-alist): Add epg.
10050 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10051 (mml1991-epg-encrypt): New functions.
10052
10053 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10054
10055 * mml2015.el (mml2015-verbose): New variable.
10056 (mml2015-cache-passphrase): Ditto.
10057 (mml2015-passphrase-cache-expiry): Ditto.
10058 (mml2015-function-alist): Add epg.
10059 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10060 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10061 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10062 New functions.
10063
10064 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10065
10066 * message.el (message-cite-original-1): Preserve region when removing
10067 quoted text due to X-No-Archive in order to avoid bogus attribution
10068 when citing multiple messages.
10069
10070 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10071
10072 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10073 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10074
10075 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10076
10077 * gnus-diary.el (gnus-user-format-function-d)
10078 (gnus-user-format-function-D): Autoload.
10079
10080 * imap.el (Commentary): Fix typo.
10081
10082 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10083 2006-04-22 contribution.
10084
10085 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10086
10087 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10088 It didn't really fix the bogosity I'm seeing with solid web groups.
10089
10090 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10091
10092 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10093 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10094 created using server names. If we use the feature without declaring
10095 it, Gnus does not properly manage server and group state.
10096
10097 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10098 bound.
10099
10100 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10101
10102 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10103 looking up the method using GROUP's prefix before inventing a new one.
10104 It is used on killed/unknown groups in various places where returning
10105 an all-new method isn't expected by the caller.
10106
10107 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10108 and match semantics of gnus-group-real-prefix.
10109
10110 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10111
10112 * nnmail.el (nnmail-broken-references-mailers): New variable.
10113 (nnmail-ignore-broken-references): New function generalizing
10114 nnmail-fix-eudora-headers.
10115 (nnmail-fix-eudora-headers): Now obsolete.
10116
10117 * gnus-art.el (gnus-button-handle-custom):
10118 Support `customize-apropos*'.
10119
10120 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10121
10122 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10123
10124 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10125 articles.
10126
10127 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10128
10129 * message.el (message-cite-reply-above): New variable.
10130 (message-yank-original): Use it.
10131
10132 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10135
10136 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10137
10138 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10139 as read.
10140
10141 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10142
10143 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10144
10145 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10146 (gnus-bookmark-default-file): Use gnus-directory.
10147 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10148 Remove "*" in doc string.
10149 (gnus-bookmark-write-file): Simplify.
10150 (gnus-bookmark-maybe-sort-alist): Use `when'.
10151 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10152 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10153 Add FIXME about Emacs 21 and XEmacs compatibility.
10154 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10155 compatibility.
10156 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10157 compatibility.
10158 (gnus-bookmark-menu-heading): Fix version.
10159
10160 2006-06-19 Bastien Guerry <bzg@altern.org>
10161
10162 * gnus-bookmark.el: New file.
10163
10164 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10165
10166 * message.el (message-syntax-checks): Doc fix.
10167
10168 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10169
10170 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10171 unsubscribed groups as if they were killed ones. It causes duplicate
10172 entries in gnus-newsrc-alist.
10173
10174 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10175
10176 * message.el (message-syntax-checks): Doc fix.
10177 (message-send-mail): Add check for continuation headers.
10178 (message-check-news-header-syntax): Fix regexp used to check for
10179 continuation headers.
10180
10181 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10184
10185 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10186
10187 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10188
10189 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10192 default-truncate-lines.
10193
10194 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10195
10196 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10197 to fill the utf-8 entry.
10198
10199 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10200
10201 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10202
10203 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10204
10205 * gnus-agent.el (directory-files-and-attributes): Move all the way
10206 forward (the third and final move).
10207 (gnus-agent-read-agentview): Trap reconstruction errors due to
10208 nonexistent directory. Handle by returning nil.
10209
10210 2006-05-30 Didier Verna <didier@xemacs.org>
10211
10212 * message.el (message-dont-reply-to-names): Update the custom type.
10213 * message.el (message-dont-reply-to-names): New defsubst: potentially
10214 convert a list of regexps into a single one.
10215 * message.el (message-get-reply-headers): Use it.
10216 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10217
10218 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10219
10220 * gnus-agent.el (directory-files-and-attributes): Move forward.
10221
10222 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10223
10224 * gnus-ml.el (gnus-mailing-list-subscribe)
10225 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10226 (gnus-mailing-list-message): Fix doc strings.
10227
10228 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10229
10230 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10231 of doing it manually.
10232
10233 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10234
10235 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10236 comment.
10237
10238 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10239
10240 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10241 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10242 (gnus-agent-read-local): All symbols allocated in my-obarray.
10243 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10244 (gnus-agent-regenerate-group): Check numeric names to see if they are
10245 messages or groups.
10246 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10247 better way of do this...)
10248
10249 * gnus-cache.el (gnus-agent-total-fetched-for):
10250 Ignore 'dummy.group' (there should be a better way of do this...)
10251
10252 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10253
10254 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10255 (gnus-saved-headers): Ditto.
10256 (gnus-default-article-saver): Mention functions may have properties.
10257 (gnus-article-save): Override gnus-save-all-headers and
10258 gnus-saved-headers by :headers property which saver function may have.
10259 (gnus-summary-save-in-file): Add :headers property.
10260 (gnus-summary-write-to-file): Ditto.
10261
10262 * gnus-sum.el (gnus-summary-save-article): Bind
10263 gnus-prompt-before-saving to t when saving many articles in a file;
10264 always show all headers.
10265
10266 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10267
10268 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10269 marks.
10270
10271 * message.el (message-indent-citation): Add optional arguments to allow
10272 using it outside of message buffers.
10273
10274 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10275 (gnus-article-treat-unfold-headers): Use it.
10276 (gnus-article-truncate-lines): New variable.
10277 (gnus-article-mode): Use it.
10278 (gnus-article-toggle-truncate-lines): New function.
10279
10280 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10281 Add gnus-article-toggle-truncate-lines.
10282
10283 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10284 coding system in XEmacs, use binary.
10285
10286 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10289 after-load-alist.
10290
10291 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10292 this function should save decoded articles.
10293 (gnus-summary-write-to-file): Use property to specify this function
10294 should save decoded articles and specify gnus-summary-save-in-file
10295 should be used to save articles other than the first one when saving
10296 many articles.
10297 (gnus-summary-save-body-in-file): Use property to specify this
10298 function should save decoded articles.
10299 (gnus-summary-write-body-to-file): Use property to specify this
10300 function should save decoded articles and specify
10301 gnus-summary-save-body-in-file should be used to save articles other
10302 than the first one when saving many articles.
10303
10304 * gnus-sum.el (gnus-summary-save-article): Simplify.
10305
10306 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * gnus-art.el (gnus-default-article-saver):
10309 Add gnus-summary-write-body-to-file.
10310 (gnus-article-save-coding-system): Don't use coding system object
10311 in XEmacs.
10312 (gnus-read-save-file-name): Add optional `dir-var' argument which
10313 specifies directory in which files are saved; work even if optional
10314 `variable' argument is not specified.
10315 (gnus-summary-write-to-file): Read file name.
10316 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10317 (gnus-summary-write-body-to-file): New function.
10318
10319 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10320 (gnus-summary-local-variables): Add it.
10321 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10322 (gnus-summary-save-article): Remove optional `decode' argument;
10323 determine whether to decode articles by the value of
10324 gnus-default-article-saver; when saving many files using
10325 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10326 it first and use gnus-summary-save-in-file or
10327 gnus-summary-save-body-in-file thereafter unless
10328 gnus-prompt-before-saving is always; move point to article which
10329 will be saved.
10330 (gnus-summary-save-article-file): Revert.
10331 (gnus-summary-write-article-file): Revert.
10332 (gnus-summary-save-article-body-file): Revert.
10333 (gnus-summary-write-article-body-file): New function.
10334
10335 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10336
10337 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10338
10339 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * gnus-art.el (gnus-default-article-saver): Doc fix.
10342 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10343 from gnus-summary-save-article-coding-system, and default to a
10344 certain coding system.
10345 (gnus-output-to-file): Add coding cookie and encode text according
10346 to gnus-article-save-coding-system; don't use mm-append-to-file.
10347
10348 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10349 gnus-art.el and rename to gnus-article-save-coding-system.
10350 (gnus-summary-save-article): Require gnus-art; don't show all
10351 headers if it decodes articles; don't add coding cookie here;
10352 don't bind mm-text-coding-system-for-write.
10353 (gnus-summary-save-article-file): Save decoded articles.
10354 (gnus-summary-write-article-file): When saving many files, use
10355 gnus-summary-write-to-file first and gnus-summary-save-in-file
10356 thereafter unless gnus-prompt-before-saving is always.
10357 (gnus-summary-save-article-body-file): Save decoded articles.
10358
10359 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10360
10361 * nnrss.el (nnrss-check-group): Bind hash-index.
10362
10363 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10364
10365 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10366 its hash index. Store this hash in `nnrss-group-data'.
10367 (nnrss-read-group-data): Update accordingly.
10368
10369 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10370
10371 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10372 entry.
10373
10374 * gnus-sum.el (gnus-summary-make-menu-bar):
10375 Add gnus-article-browse-html-article.
10376
10377 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10378
10379 * gnus-sum.el (gnus-summary-mime-map):
10380 Add gnus-article-browse-html-article.
10381
10382 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10383
10384 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10385 suitable coding systems in customize.
10386
10387 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10388
10389 * mail-source.el (mail-sources): Fix custom type.
10390
10391 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10392
10393 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10394 (gnus-summary-expire-articles-now): Shorten prompt.
10395
10396 * gmm-utils.el (wid-edit): Require.
10397 (defun-gmm): Rename from `gmm-defun-compat'.
10398 (gmm-image-search-load-path): Use it.
10399 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10400
10401 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * gnus-sum.el (gnus-summary-save-article-coding-system):
10404 New variable.
10405 (gnus-summary-save-article): Add optional `decode' argument.
10406 If it is set and gnus-summary-save-article-coding-system is non-nil,
10407 save decoded article.
10408 (gnus-summary-write-article-file): Save decoded article if
10409 gnus-summary-save-article-coding-system is non-nil.
10410
10411 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10412 type.
10413
10414 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10417
10418 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10419
10420 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10421 first to test gnus-single-article-buffer which may be buffer-local.
10422
10423 * gnus-sum.el (gnus-summary-setup-buffer):
10424 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10425 group; make gnus-article-buffer, gnus-article-current, and
10426 gnus-original-article-buffer always buffer-local.
10427 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10428 group.
10429 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10430
10431 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10432
10433 * nnml.el (nnml-request-compact-group): Compressed files might not
10434 have .gz extension.
10435
10436 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10439 (mm-copy-to-buffer): Use with-current-buffer.
10440 (mm-display-part): Simplify.
10441 (mm-inlinable-p): Add optional arg `type'.
10442
10443 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10446 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10447 Try harder to show the attachment internally or externally using
10448 gnus-mime-view-part-as-type.
10449
10450 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10451
10452 * message.el (message-from-style, message-signature-separator)
10453 (message-user-organization-file, message-send-mail-function)
10454 (message-citation-line-function, message-yank-prefix)
10455 (message-indent-citation-function, message-signature)
10456 (message-signature-file, message-signature-insert-empty-line):
10457 Remove autoloads.
10458
10459 * gnus-art.el (gnus-buttonized-mime-types):
10460 Remove "multipart/signed". Revert 2006-04-26 change.
10461
10462 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10463
10464 * gnus.el (gnus-version-number): Bump version.
10465
10466 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10467
10468 * gnus.el: No Gnus v0.5 is released.
10469
10470 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10471
10472 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10473 fetching articles by message-id.
10474
10475 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10476
10477 * message.el (hashcash): Require hashcash as normal.
10478
10479 * ecomplete.el (ecomplete-highlight-match-line):
10480 Use point-at-eol.
10481 (ecomplete-highlight-match-line): Use `highlight', because that
10482 face exists in both Emacs and XEmacs.
10483
10484 * message.el (message-display-abbrev): Use point-at-bol.
10485
10486 * mail-source.el: Don't require timer/timer-funcs.
10487
10488 * gnus-async.el: Ditto.
10489
10490 * password.el: Ditto.
10491
10492 * mm-url.el: Ditto.
10493
10494 * mm-util.el: Require timer/timer-funcs.
10495
10496 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10497
10498 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10499 Close.
10500
10501 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10502
10503 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10504 unibyte after clear-decrypt function runs.
10505
10506 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10507 returns as a unibyte string.
10508
10509 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10510
10511 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10512 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10513 (mml1991-pgg-encrypt): Ditto.
10514
10515 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10516
10517 * message.el (message-user-organization-file): Check several
10518 locations of the organization file.
10519
10520 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10521 Add gnus-article-view-part-as-type.
10522
10523 * gnus-art.el (gnus-article-view-part-as-type): New function.
10524
10525 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10526 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10527
10528 * mml.el: Simplify autoload.
10529 (mml-mode): defvar dnd-protocol-alist instead of using
10530 symbol-value.
10531 (mml-default-directory): New variable.
10532 (mml-minibuffer-read-file): Use it.
10533 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10534
10535 * message.el (message-citation-line-format): New variable.
10536 (message-insert-formated-citation-line): New function.
10537 (message-citation-line-function):
10538 Add `message-insert-formated-citation-line' to custom type.
10539
10540 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10541 to doc string.
10542
10543 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10544 depending on mm-verify-option.
10545
10546 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10547
10548 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10549 binding pgg-* variables; reimplement the section which prevents
10550 MIME header from being signed.
10551 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10552 pgg-text-mode; remove a blank line at the top of body.
10553
10554 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10555 lines at the top of body; use gnus-newsgroup-charset if there's no
10556 Charset header.
10557
10558 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10559
10560 * message.el (message-self-insert-commands): Doc fix.
10561
10562 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10563 (mm-uu-pgp-encrypted-test): Ditto.
10564 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10565 between header and body; return application/pgp-encrypted handle
10566 if decryption failed; decode decrypted body by charset.
10567
10568 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10569 element match to application/pgp-*.
10570
10571 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10572
10573 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10574 HTML.
10575
10576 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10577
10578 * mail-source.el (mail-source-call-script): Message the error
10579 string.
10580
10581 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10582
10583 * gnus-util.el (gnus-byte-compile): Use it.
10584
10585 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10586
10587 * gnus-util.el (kill-empty-logs): New function.
10588
10589 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10590
10591 * message.el (message-mail-alias-type): Doc fix.
10592 (message-mail-alias-type-p): New function.
10593 (message-send): Use it.
10594 (message-mode): Ditto.
10595 (message-strip-forbidden-properties): Ditto.
10596
10597 * ecomplete.el (ecomplete-database-file-coding-system):
10598 New variable.
10599 (ecomplete-save): Use it.
10600 (ecomplete-setup): Use it.
10601
10602 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10603
10604 * message.el (message-self-insert-commands): New variable.
10605 (message-strip-forbidden-properties): Use it.
10606
10607 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10608
10609 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10610 that doesn't make XEmacs choke.
10611
10612 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10613
10614 * gnus-util.el (gnus-replace-in-string):
10615 Prefer replace-regexp-in-string over of replace-in-string.
10616
10617 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10618
10619 * gnus-util.el (gnus-select-frame-set-input-focus):
10620 Use select-frame-set-input-focus if it is available in XEmacs; use
10621 definition defined in Emacs 22 for old Emacsen.
10622
10623 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10626
10627 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * gnus-registry.el (gnus-registry-cache-save): Remove text
10630 properties when saving via the temp buffer.
10631
10632 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10633
10634 * message.el (message-generate-hashcash): Honor custom type.
10635
10636 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10637
10638 * message.el (message-generate-hashcash): Default to non-nil when
10639 hashcash is found.
10640
10641 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10642 (gnus-refer-thread-limit): Increase default to 500.
10643
10644 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10645
10646 * flow-fill.el (fill-flowed): Allow delete-space.
10647
10648 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10649
10650 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10651 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10652 Remove autoloads.
10653
10654 2006-04-18 Simon Josefsson <jas@extundo.com>
10655
10656 * message.el (message-generate-hashcash): Default to.
10657
10658 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10659
10660 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10661 concatenating segments rather than before concatenating them.
10662
10663 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10664
10665 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10666
10667 * imap.el (imap-quote-specials): New function.
10668 (imap-login-auth): Quote specials.
10669
10670 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10671
10672 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10673
10674 * message.el (message-forward-make-body-plain):
10675 Allow message-forward-ignored-headers to be a list.
10676 (message-remove-ignored-headers): Factor out into function.
10677 (message-forward-make-body-mml): Use it.
10678 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10679 (rfc2231-parse-string): Allow concatanation of parameters that
10680 aren't contiguous. The test case is
10681 (mail-header-parse-content-type "message/external-body;
10682 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10683 access-type=LOCAL-FILE;
10684 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10685
10686 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10687
10688 * nntp.el (nntp-accept-process-output): Return the value of
10689 `nnheader-accept-process-output'.
10690
10691 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10692
10693 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10694 (gnus-button-alist): Recognize more diff formats.
10695 (gnus-button-patch): Strip directory.
10696
10697 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10698
10699 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10700 Emacs 22 when setting focus.
10701
10702 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10703
10704 * gnus-art.el (gnus-article-treat-types): Do treatment of
10705 text/x-verbatim parts.
10706 (gnus-button-patch): New command.
10707
10708 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10709 addresses that contain invalid characters.
10710
10711 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10712
10713 * message.el (message-put-addresses-in-ecomplete):
10714 Use gnus-replace-in-string.
10715 (message-is-yours-p): Use the more correct
10716 mail-header-parse-address instead of
10717 mail-extract-address-components.
10718 (message-put-addresses-in-ecomplete): Fix typo.
10719
10720 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10721 keystroke.
10722
10723 * gnus-art.el (gnus-treatment-function-alist): Change order of
10724 newsgroups/generic header folding to avoid double-folding.
10725
10726 * message.el (message-hidden-headers): Add X-Draft-From.
10727
10728 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10729 New command.
10730 (gnus-summary-repeat-search-article-backward): New command.
10731
10732 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10733 groups in the parent topic.
10734
10735 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10736
10737 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10738 (spam-extra-header-to-number): Return the CRM114 number as a
10739 number instead of a string.
10740
10741 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10742
10743 * gnus-art.el (gnus-face-properties-alist): Move here from
10744 gnus-fun.
10745
10746 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10747
10748 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10749
10750 * message.el (message-strip-forbidden-properties): Only display on
10751 self-insert-command.
10752
10753 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10754 reindent.
10755 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10756
10757 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10758
10759 * smiley.el (smiley-style): Fix typo.
10760
10761 2006-03-23 Kenichi Handa <handa@m17n.org>
10762
10763 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10764 instead of set-buffer-multibyte.
10765
10766 2006-03-23 Kenichi Handa <handa@m17n.org>
10767
10768 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10769 buffer and then decode the buffer text if necessary.
10770 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10771 first, and after mm-encode-body, change the buffer to unibyte.
10772
10773 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10774
10775 * hashcash.el (hashcash-insert-payment-async-2):
10776 Use message-goto-eoh instead of doing it manually.
10777 (mail-add-payment): Use message-narrow-to-header instead of trying
10778 to do the same itself.
10779
10780 * message.el (message-hidden-headers): Add Face.
10781
10782 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10783 reparenting code.
10784 (gnus-summary-reparent-children): Refactored out code.
10785 (gnus-summary-thread-map): New keystroke.
10786 (gnus-summary-reparent-children): Make into command.
10787
10788 * smiley.el (smiley-style): Default to `medium' if using a large
10789 font.
10790
10791 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10792 does it itself.
10793
10794 * message.el (message-point-in-header-p): Simplify definition.
10795
10796 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10797
10798 * nnagent.el (nnagent-request-set-mark): Silence log file
10799 writing.
10800 (nnagent-request-set-mark): Use write-region instead of
10801 append-to-file.
10802
10803 * gnus-sum.el (gnus-read-header): Fudge article number if using a
10804 strange select method.
10805
10806 * ecomplete.el (ecomplete-display-matches): Get highlightling
10807 right.
10808 (ecomplete-display-matches): Use literals.
10809 (ecomplete-display-matches): Disable message logging.
10810
10811 * message.el (message-display-abbrev): Small optimization.
10812
10813 * ecomplete.el (ecomplete-display-matches): Allow automatic
10814 display.
10815
10816 * message.el (message-strip-forbidden-properties):
10817 Display abbrevs.
10818 (message-display-abbrev): Get automatic display right.
10819
10820 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10821 keystrokes.
10822
10823 2006-04-13 Romain Francoise <romain@orebokech.com>
10824
10825 TODO: Backport to v5-10!
10826
10827 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10828 Move here (and rename) from gnus-registry.el.
10829
10830 * gnus-registry.el: Require gnus-util.
10831 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10832
10833 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10834
10835 * gnus-group.el (gnus-group-catchup-current):
10836 Change if-then-else-if-then-else into cond.
10837 (gnus-group-catchup): Indent.
10838 (group-name-at-point): New function.
10839 (gnus-fetch-group): Provide default from thing at point.
10840
10841 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10842
10843 * message.el (message-display-abbrev): Fix regexp.
10844
10845 * ecomplete.el (ecomplete-highlight-match-line):
10846 Reimplement choosing.
10847 (ecomplete-highlight-match-line): Fix up code rewrite, remove
10848 dead variables.
10849
10850 * message.el (message-newline-and-indent): Remove debugging.
10851 (message-display-abbrev): Use new implementation.
10852
10853 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10854
10855 * gnus-art.el (gnus-article-mode):
10856 Set cursor-in-non-selected-windows to nil.
10857
10858 * smiley.el: Revert previous change.
10859 (smiley-data-directory): defvar it before using it in the
10860 defcustom of `smiley-style'.
10861
10862 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
10864 * message.el (message-newline-and-indent): New function.
10865
10866 * ecomplete.el: Implement more bits.
10867
10868 * message.el (message-put-addresses-in-ecomplete): Clean up the
10869 string.
10870
10871 * ecomplete.el (ecomplete-add-item): Chop off decimals.
10872
10873 * gnus-sum.el (gnus-summary-save-parts):
10874 Bind gnus-summary-save-parts-counter and use it to make unique file
10875 names.
10876
10877 * gnus-art.el (gnus-ignored-headers): Add some more headers.
10878
10879 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10880 parameter to say whether to actually parse the individual
10881 addresses.
10882
10883 * message.el (message-put-addresses-in-ecomplete): New function.
10884 (ecomplete): Require.
10885 (message-mail-alias-type): Add ecomplete as an option.
10886
10887 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
10888
10889 * flow-fill.el (fill-flowed): Remove trailing space from blank
10890 quoted lines.
10891
10892 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10893
10894 * smiley.el (smiley-style): Move definition later to avoid a
10895 compilation warning.
10896
10897 2006-04-12 Kenichi Handa <handa@m17n.org>
10898
10899 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10900 buffer and then decode the buffer text if necessary.
10901 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10902 first, and after mm-encode-body, change the buffer to unibyte.
10903 Use mm-disable-multibyte instead of set-buffer-multibyte.
10904
10905 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10908 Content-Type header instead of Content-Disposition header.
10909 (gnus-mime-inline-part): Ditto.
10910 (gnus-mime-view-part-as-charset): Ignore charset that the part
10911 specifies.
10912
10913 * mm-decode.el (mm-display-part): Work with external parts and
10914 usual parts similarly.
10915
10916 * mm-extern.el (mm-inline-external-body): Use mm-display-part
10917 instead of gnus-display-mime.
10918
10919 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10920 instead of with-temp-buffer.
10921
10922 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10923 tag to summarized topics part in order to encode non-ASCII text.
10924
10925 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10926
10927 * smiley.el (smiley-style): New variable.
10928 (smiley-directory): New function.
10929 (smiley-data-directory): Derive from `smiley-style' using
10930 `smiley-directory'.
10931 (smiley-regexp-alist): Add new entries.
10932
10933 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10934 (gnus-article-browse-delete-temp): Add :version.
10935
10936 2006-04-11 Arne Jørgensen <arne@arnested.dk>
10937
10938 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10939 the sieve region.
10940
10941 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10942
10943 * gnus.el (gnus-version-number): Bump version.
10944
10945 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
10946
10947 * gnus.el: No Gnus v0.4 is released.
10948
10949 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10950
10951 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10952 layout.
10953
10954 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10955 unknown charset.
10956
10957 * message.el (message-header-synonyms): Add Original-To to the
10958 default.
10959
10960 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10961 optional parameter.
10962
10963 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * gnus-fun.el (gnus): Require it for gnus-directory.
10966
10967 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * gnus-fun.el (gnus-face-properties-alist): Add :version.
10970
10971 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10972
10973 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10974
10975 2006-04-05 Simon Josefsson <jas@extundo.com>
10976
10977 * password.el (password-reset): New function.
10978
10979 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10980
10981 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10982 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10983
10984 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10985
10986 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10987 Some whitespace was matched into the url, which broke browsing hits
10988 > 100 when mm-url-use-external was nil.
10989
10990 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
10991
10992 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10993 Check gnus-extra-headers for 'Newsgroups.
10994
10995 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10996 bound.
10997
10998 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10999
11000 * pgg-gpg.el: Clean up process buffers every time gpg processes
11001 complete.
11002
11003 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11004
11005 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11006 doc string.
11007
11008 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11009
11010 * pgg-gpg.el (pgg-gpg-process-filter)
11011 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11012
11013 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11014 lines, temporary fix.
11015
11016 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11017
11018 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11019
11020 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11021
11022 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11023 default-enable-multibyte-characters. This reverts the change from
11024 revision 6.17 which is no longer necessary because the passphrase
11025 is sent separately now. GnuPG messages are unreadable under
11026 multibyte locales with default-enable-multibyte-characters set to
11027 nil.
11028
11029 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11030
11031 * message.el (message-tool-bar-gnome): Move "spell".
11032
11033 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11034
11035 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11036 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11037 instead.
11038
11039 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11040
11041 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11042 Improve newsgroups handling for NNTP overviews which don't include
11043 Newsgroups.
11044
11045 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11046
11047 * message.el (message-resend): Bind message-generate-hashcash to nil.
11048
11049 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11050
11051 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11052 when searching for already-paid recipients.
11053
11054 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11055
11056 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11057 passphrases when it is not needed.
11058 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11059 passphrase stuff from gpg, should only be necessary when you use
11060 gpg with a smartcard.
11061
11062 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11063
11064 * mml.el (mml-insert-mime): Ignore cached contents of
11065 message/external-body part.
11066
11067 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11068 (mm-insert-part): Ditto.
11069
11070 2006-03-23 Simon Josefsson <jas@extundo.com>
11071
11072 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11073 Reiner.
11074 (pgg-gpg-use-agent-p): Use it again.
11075
11076 2006-03-23 Simon Josefsson <jas@extundo.com>
11077
11078 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11079 older emacsen.
11080 (pgg-gpg-use-agent-p): Don't use it.
11081
11082 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11083
11084 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11085 if we can.
11086
11087 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11088
11089 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11090 (pgg-gpg-update-agent): New function.
11091 (pgg-gpg-use-agent-p): New function.
11092 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11093 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11094 (pgg-gpg-sign-region): Use it.
11095
11096 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11099 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11100
11101 2006-03-21 Simon Josefsson <jas@extundo.com>
11102
11103 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11104 <wilde@sha-bang.de>.
11105 (pgg-gpg-use-agent): New variable.
11106 (pgg-gpg-process-region): Use it.
11107 (pgg-gpg-encrypt-region): Likewise.
11108 (pgg-gpg-encrypt-symmetric-region): Likewise.
11109 (pgg-gpg-decrypt-region): Likewise.
11110 (pgg-gpg-sign-region): Likewise.
11111 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11112
11113 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11114
11115 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11116
11117 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11118 Add comment on version.
11119
11120 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11121
11122 * smiley.el: Add missing test smiley.
11123
11124 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11125
11126 * mm-decode.el (mm-with-part): New macro.
11127 (mm-get-part): Use it; work with message/external-body as well.
11128 (mm-save-part): Treat name and filename equally.
11129
11130 * mm-extern.el (mm-extern-cache-contents): New function.
11131 (mm-inline-external-body): Use it; force the part to be displayed;
11132 move undisplayer added to the cached handle to the parent.
11133
11134 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11135 (gnus-mime-view-part-as-type): Work with message/external-body.
11136
11137 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11138
11139 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11140
11141 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11142 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11143 Emacs.]
11144
11145 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11146
11147 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11148 path rather than symbol. Always return list of directories.
11149 Guarantee that image directory comes first. [Sync with image.el,
11150 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11151
11152 * message.el (message-make-tool-bar): Adjust to new API of
11153 `gmm-image-load-path-for-library'.
11154
11155 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11156
11157 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11158
11159 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11160
11161 * gnus-art.el (gnus-article-only-boring-p):
11162 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11163 intangible text.
11164 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11165
11166 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11167
11168 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11169 Use `defun' instead of `gmm-defun-compat'.
11170
11171 2006-03-14 Simon Josefsson <jas@extundo.com>
11172
11173 * message.el (message-unique-id): Don't use message-number-base36
11174 if (user-uid) is a float.
11175 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11176
11177 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11178
11179 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11180
11181 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11182 empty line between a part and a message part.
11183
11184 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11185
11186 * smiley.el: Add more test smileys.
11187 (smiley-data-directory, smiley-regexp-alist)
11188 (gnus-smiley-file-types): Fix doc strings.
11189 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11190 adding new elements.
11191 (smiley-mouse-map): Unused code. Make it a comment.
11192
11193 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11196 scan latest NoCeM messages instead of old ones.
11197 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11198 delimiters that are recently used.
11199 (gnus-nocem-load-cache): Add autoload cookie.
11200
11201 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11202
11203 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11204 level which is larger than gnus-use-nocem is specified.
11205
11206 * gnus-group.el (gnus-group-get-new-news): Ditto.
11207
11208 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11209
11210 * gnus-util.el (gnus-tool-bar-update): New function.
11211
11212 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11213 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11214
11215 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11216
11217 * gnus-group.el (gnus-group-redraw-when-idle)
11218 (gnus-group-redraw-check): Remove.
11219 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11220
11221 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11222
11223 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11224 if optional last element is specified in splits (FIELD VALUE...).
11225
11226 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11227
11228 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11229 to gmm-image-load-path-for-library. Call with no-error argument.
11230 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11231
11232 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11233
11234 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11235
11236 * gmm-utils.el (gmm-image-load-path): Remove alias.
11237
11238 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11239
11240 * gmm-utils.el (gmm-image-load-path): Add alias.
11241
11242 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11243 nnml-generate-nov-databases-1.
11244 (nnml-generate-nov-databases): Use it.
11245 (nnml-generate-nov-databases-directory): Document no-active
11246 argument.
11247
11248 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11249 directory if path is t. Add no-error.
11250
11251 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11252 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11253
11254 * gnus-art.el (gnus-article-browse-delete-temp-files):
11255 Simplify resetting gnus-article-browse-html-temp-list.
11256
11257 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11258 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11259 Add example to docstring. Rename local variables. Move error
11260 checks to default case in cond and simplify.
11261
11262 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11263
11264 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11265 handle is multipart when calling it recursively.
11266 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11267
11268 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11269
11270 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11271 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11272
11273 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11274
11275 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11276 is loaded.
11277
11278 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11279 loaded.
11280
11281 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11282
11283 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11284 to "Emacs 23 (unicode)" in doc string.
11285
11286 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11287 "Emacs 23 (unicode)" in comment.
11288
11289 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11290
11291 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11292
11293 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11294 characters 160 through 255 in Emacs 23.
11295
11296 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11299 gnus-article-browse-html-temp.
11300 (gnus-article-browse-delete-temp): Make it customizable.
11301 Add `file'. Adjust doc string.
11302 (gnus-article-browse-delete-temp-files): Add argument.
11303 Allow query for each file. Adjust doc string.
11304 (gnus-article-browse-html-parts):
11305 Add `gnus-article-browse-delete-temp-files' to
11306 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11307
11308 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11309
11310 * gnus-art.el (gnus-article-browse-html-temp)
11311 (gnus-article-browse-delete-temp): New variables.
11312 (gnus-article-browse-delete-temp-files): New function.
11313 (gnus-article-browse-html-parts): Use it.
11314
11315 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11316
11317 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11318
11319 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11320 string.
11321
11322 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11323 gnus-summary-insert-new-articles when unplugged.
11324 Remove gnus-summary-search-article-forward.
11325
11326 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11327 display-visual-class instead of display-color-cells.
11328
11329 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11330
11331 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11332 message/* containing non-ASCII text properly.
11333
11334 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11335
11336 * message.el: Require gmm-utils, remove autoloads.
11337 (message-tool-bar): Set default based on
11338 gmm-tool-bar-style.
11339 (message-tool-bar-gnome): Add gmm-customize-mode.
11340
11341 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11342 gmm-tool-bar-style.
11343 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11344
11345 * gnus-group.el (gnus-group-tool-bar): Set default based on
11346 gmm-tool-bar-style.
11347 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11348
11349 * gmm-utils.el (gmm-image-directory): Rename variable from
11350 gmm-image-load-path.
11351 (gmm-image-load-path): Use gmm-image-directory.
11352 (gmm-customize-mode): New function.
11353 (gmm-tool-bar-style): New variable.
11354
11355 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11356 gnus-group-redraw-line-number.
11357 (gnus-group-redraw-check): Simplify.
11358 (gnus-group-tool-bar-update): Remove redraw check.
11359 (gnus-group-make-tool-bar): Add redraw check.
11360
11361 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11362
11363 * gnus-art.el (gnus-button): Add missing parentheses.
11364
11365 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11368
11369 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11370
11371 * gnus-art.el (gnus-button): New face.
11372 (gnus-article-button-face): Use it.
11373
11374 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11375 Add gnus-summary-next-page. Re-order.
11376
11377 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11378 next-node are now included.
11379 (gnus-group-redraw-line-number): New internal variable.
11380 (gnus-group-redraw-check): Helper function for updating the tool
11381 bar.
11382 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11383
11384 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11385
11386 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11387 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11388 Use it to match format of Spamassassin 3.0 and later.
11389 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11390 (spam-check-bogofilter)
11391 (spam-bogofilter-register-with-bogofilter): Fix args of
11392 `gnus-error' calls.
11393
11394 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11395
11396 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11397 unnecessary interaction when sending queued mails.
11398 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11399
11400 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11401
11402 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11403 first or last are nil.
11404
11405 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11406
11407 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11408
11409 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11410
11411 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11412
11413 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11414
11415 * dns.el (query-dns): Protect more against buggy tcp output.
11416
11417 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11418
11419 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11420 nov.php.
11421
11422 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11423
11424 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11425 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11426 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11427 output on the server side.
11428 (nnweb-google-create-mapping): Update regexps and add some
11429 progress indication.
11430
11431 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11432
11433 * gnus-group.el (gnus-group-tool-bar-gnome):
11434 Fix gnus-agent-toggle-plugged. Re-order icons.
11435 (gnus-group-tool-bar-gnome):
11436 Add gnus-group-{prev,next}-unread-group.
11437 (gnus-group-tool-bar-gnome): Re-order icons.
11438
11439 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11440 Move gnus-summary-insert-new-articles.
11441
11442 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11443 Fix comments.
11444
11445 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11446 also available in Emacs 21.3.
11447
11448 * message.el (message-fix-before-sending): Change "Emacs 22" to
11449 "Emacs 23 (unicode)" in comment.
11450
11451 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11452 "Emacs 23 (unicode)" in comment.
11453
11454 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11455 comment.
11456 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11457
11458 * mm-view.el (mm-fill-flowed): Add :version.
11459
11460 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11461
11462 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11463 and load-path.
11464
11465 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11466
11467 * message.el: Autoload gmm-image-load-path.
11468 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11469 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11470 consitency.
11471
11472 * gmm-utils.el (gmm-image-load-path): Also search in
11473 "../etc/images". Don't set gmm-image-load-path if we don't find
11474 the image.
11475
11476 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * gmm-utils.el (gmm-image-load-path): Don't make
11479 `gmm-image-load-path' include subdirectories which the second arg
11480 `image' might specify.
11481
11482 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11483 subdirectory to icon file names.
11484
11485 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11486
11487 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11488
11489 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11490 gmm-image-load-path calls.
11491
11492 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11493
11494 * message.el (message-make-tool-bar): Ditto.
11495
11496 * mml.el (mml-preview): Add comment concerning tool bar icons.
11497
11498 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11499 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11500
11501 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11502 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11503
11504 * message.el (message-tool-bar-gnome): Use new icon names.
11505 (message-make-tool-bar): Use `gmm-image-load-path'.
11506
11507 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11508 New functions from MH-E.
11509 (gmm-image-load-path): New variable from MH-E.
11510 (gmm-image-load-path): New function from MH-E. Add arguments
11511 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11512 *-image-load-path-called-flag.
11513
11514 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11515
11516 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11517
11518 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11519
11520 * nnimap.el (nnimap-request-move-article): Change folder back to
11521 source group before deleting.
11522
11523 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11524
11525 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11526
11527 * gnus-art.el (mm-url-insert-file-contents-external):
11528 Autoload mm-url.
11529
11530 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11531
11532 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11533
11534 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11535 coding system which mm-charset-to-coding-system returns for a
11536 given charset is valid.
11537
11538 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * html2text.el (html2text-remove-tag-list):
11541 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11542
11543 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11544
11545 * gnus-cus.el: Revert 2005-10-17 change.
11546
11547 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11548
11549 * gnus-art.el (article-strip-banner):
11550 Call article-really-strip-banner only when the regexp match is made.
11551
11552 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11553
11554 * gnus-art.el (article-strip-banner):
11555 Use gnus-extract-address-components instead of
11556 mail-header-parse-addresses to make it work with non-ASCII text;
11557 remove mail-encode-encoded-word-string.
11558
11559 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11560 values which are surrounded with \"...\"; make it never cause a
11561 Lisp error; give up parsing of parameters if it failed in
11562 extracting type.
11563
11564 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11565
11566 * smime.el (smime-cert-by-ldap-1): Fix bug where
11567 `smime-ldap-search' returns results without userCertificates.
11568
11569 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11570
11571 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11572
11573 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11574
11575 * spam.el (spam-check-spamassassin-headers): Adapt format for
11576 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11577 <ari@mbf.ocn.ne.jp>.
11578 (spam-list-of-processors): Add spam-use-gmane.
11579
11580 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11581
11582 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11583 make-temp-file; make it work with XEmacs as well.
11584
11585 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11586 mm-make-temp-file.
11587
11588 * mm-decode.el (mm-display-external): Use the 3rd arg of
11589 mm-make-temp-file.
11590 (mm-create-image-xemacs): Ditto.
11591
11592 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11593
11594 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11595 with message-narrow-to-headers.
11596 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11597 (gnus-draft-check-draft-articles): New function.
11598 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11599
11600 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11601
11602 * gnus-art.el (gnus-article-browse-html-parts):
11603 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11604 Don't use suffix argument for mm-make-temp-file for Emacs 21
11605 compatibility. Remove useless `format'.
11606
11607 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11608
11609 * nnweb.el (nnweb-google-wash-article): Update regexps.
11610 (nnweb-group-alist): Use defvoo instead of defvar.
11611
11612 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11613
11614 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11615 re-loading nn* modules.
11616
11617 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11618
11619 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11620 for `tool-bar-mode' and don't check it's default-value.
11621
11622 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11623
11624 * message.el (message-make-tool-bar): Ditto.
11625
11626 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11627 `substring'. Shorten tmp-file name.
11628
11629 * gnus.el: Remove bogus comment.
11630
11631 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11632
11633 * gnus-art.el (gnus-article-browse-html-parts): New function.
11634 (gnus-article-browse-html-article): New function for viewing html
11635 articles with a browser.
11636
11637 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11638
11639 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11640 (mml2015-pgg-encrypt): Ditto.
11641
11642 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11643 (mml1991-pgg-encrypt): Ditto.
11644
11645 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * nnfolder.el (nnfolder-insert-newsgroup-line):
11648 Use message-make-date instead of current-time-string.
11649
11650 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11651 to gnus-decoded which mm-uu might set.
11652
11653 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11654
11655 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11656 don't decode quoted parameters; remove misimported Emacs code.
11657 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11658 (rfc2231-decode-encoded-string): Don't use split-string which
11659 behaves differently according to Emacs version; use
11660 mm-decode-coding-region to convert charset to coding-system.
11661 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11662 (rfc2231-encode-string): Remove misimported Emacs code.
11663
11664 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11665
11666 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11667 when calling mail-header-parse-content-type.
11668 (article-de-quoted-unreadable): Ditto.
11669 (article-de-base64-unreadable): Ditto.
11670 (article-wash-html): Ditto.
11671
11672 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11673 calling mail-header-parse-content-type and
11674 mail-header-parse-content-disposition.
11675 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11676 mail-header-parse-content-type.
11677
11678 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11679 insert charset and format parameters; encode description after
11680 inserting it to buffer.
11681 (mml-insert-parameter): Fold lines properly even if a parameter is
11682 segmented into two or more lines; change the max column to 76.
11683
11684 * rfc1843.el (rfc1843-decode-article-body): Don't use
11685 ignore-errors when calling mail-header-parse-content-type.
11686
11687 * rfc2231.el (rfc2231-parse-string): Return at least type if
11688 possible; don't cause an error even if it fails in parsing of
11689 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11690 (rfc2231-encode-string): Don't break lines at the beginning, leave
11691 it to mml-insert-parameter.
11692
11693 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11694 calling mail-header-parse-content-type.
11695
11696 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11697
11698 * spam-report.el (spam-report-gmane-use-article-number):
11699 Improve doc string.
11700 (spam-report-gmane-internal): Check if a suitable header was found
11701 in the article.
11702
11703 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11704
11705 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11706 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11707
11708 2006-02-05 Romain Francoise <romain@orebokech.com>
11709
11710 Update copyright notices of all files in the gnus directory.
11711
11712 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11713
11714 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11715
11716 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11719 segmented lines of parameter value to cope with Thunderbird 1.5
11720 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11721 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11722 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11723
11724 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11725
11726 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11727 parts.
11728
11729 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11730
11731 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11732 there's only one active file for all servers.
11733 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11734 solid groups. Gnus might have used a FAST request to select the group.
11735 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11736 and nnweb-search redundantly in the active file.
11737 (nnweb-request-list): Don't list bogus groups. There can only be one.
11738 (nnweb-request-create-group): Don't use ARGS.
11739 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11740 initialisations. Let nnoo do the work.
11741
11742 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11745 Say the part has been decoded.
11746
11747 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11748
11749 2006-01-31 Kevin Ryde <user42@zip.com.au>
11750
11751 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11752 mailcap-viewer-test-cache when there's no 'test clause, since that
11753 will invert the meaning of a "nil" test previously determined by
11754 mailcap-mailcap-entry-passes-test.
11755
11756 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11757
11758 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11759 compiling.
11760
11761 * gnus-sum.el: Ditto.
11762
11763 * message.el: Don't bind tool-bar-map when compiling.
11764
11765 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11766
11767 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11768
11769 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11770
11771 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11772 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11773 current Google Groups.
11774
11775 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11776
11777 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11778 and tool-bar-mode.
11779
11780 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11781 and tool-bar-mode.
11782
11783 * message.el (message-tool-bar-update): Simplify.
11784 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11785
11786 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11787 gnus-summary-buffer.
11788 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11789 gnus-summary-reply.
11790
11791 * gmm-utils.el (gmm): Add :version.
11792
11793 2006-01-26 Steve Youngs <steve@sxemacs.org>
11794
11795 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11796 Don't autoload.
11797
11798 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11799
11800 * gmm-utils.el (gmm-verbose): Add :group.
11801
11802 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
11803
11804 * message.el: Change some comments WRT tool-bars.
11805
11806 * gnus-sum.el (gnus-summary-tool-bar)
11807 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11808 (gnus-summary-tool-bar-zap-list): New variables.
11809 (gnus-summary-make-tool-bar): Complete rewrite using
11810 `gmm-tool-bar-from-list'.
11811
11812 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11813 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11814 New variables.
11815 (gnus-group-make-tool-bar): Complete rewrite using
11816 `gmm-tool-bar-from-list'.
11817 (gnus-group-tool-bar-update): New function.
11818
11819 * message.el (message-mode-field-menu): Add "Show hidden Headers".
11820
11821 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
11822
11823 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11824 is dissected into a single part of which the type is the same as
11825 the given one; decode charset.
11826
11827 2006-01-21 Kevin Ryde <user42@zip.com.au>
11828
11829 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11830 into alists as symbol not string, since that's what
11831 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11832 look for.
11833
11834 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
11835
11836 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11837 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11838
11839 * message.el (message-tool-bar-gnome): Use gmm-ignore.
11840
11841 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11842
11843 * gnus-art.el (gnus-mime-security-button-commands): New variable.
11844 (gnus-mime-security-button-menu): New definition.
11845 (gnus-mime-security-button-map): Use them.
11846 (gnus-mime-security-button-menu): New function.
11847 (gnus-insert-mime-security-button): Addition to help echo.
11848 (gnus-mime-security-run-function, gnus-mime-security-save-part)
11849 (gnus-mime-security-pipe-part): New functions.
11850
11851 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11852 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11853
11854 * mm-decode.el (mm-handle-set-disposition): Remove.
11855 (mm-handle-set-description): Remove.
11856
11857 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
11858
11859 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11860 (mm-w3m-standalone-supports-m17n-p): New function.
11861 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11862 w3m usage.
11863
11864 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11865 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11866
11867 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
11868
11869 * message.el (message-tool-bar-zap-list):
11870 Use gmm-tool-bar-zap-list as custom type.
11871 (message-tool-bar-update): New function.
11872 (message-tool-bar, message-tool-bar-gnome)
11873 (message-tool-bar-retro): Add message-tool-bar-update.
11874 (message-tool-bar-gnome): Add flyspell-buffer.
11875
11876 * gnus-util.el (gnus-error): Describe `args'.
11877
11878 * gmm-utils.el (gmm-error): Describe `args'.
11879 (gmm-tool-bar-zap-list): New widget.
11880 (gmm-tool-bar-from-list): Improve description of `zap-list'.
11881
11882 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11883
11884 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11885 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11886 the number of recursive calls.
11887
11888 * mm-decode.el (mm-handle-set-disposition): New macro.
11889 (mm-handle-set-description): New macro.
11890
11891 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
11892
11893 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11894 encoding.
11895
11896 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11897
11898 * message.el (message-tool-bar-zap-list, message-tool-bar)
11899 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11900 (message-tool-bar-local-item-from-menu): Remove.
11901 (message-tool-bar-map): Replace by `message-make-tool-bar'.
11902 (message-make-tool-bar): New function.
11903 (message-mode): Use `message-make-tool-bar'.
11904
11905 * gmm-utils.el: New file.
11906 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11907 (gmm-lazy): New widget copied from `nnmail.el'.
11908 (gmm-tool-bar-from-list): New function for creating customizable
11909 tool bars.
11910 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
11911 output.
11912 (gmm): Add :prefix to defgroup.
11913
11914 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
11915
11916 * gmm-utils.el (gmm-widget-p): New function.
11917
11918 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
11919
11920 * mml.el (mml-attach-file): Describe `description' in doc string.
11921 (mml-menu): Add Emacs MIME manual and PGG manual.
11922
11923 2006-01-20 Richard M. Stallman <rms@gnu.org>
11924
11925 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11926
11927 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
11928
11929 * nntp.el (nntp-end-of-line): Doc fix.
11930
11931 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
11932
11933 * imap.el (imap-open): Handle case where buffer is a buffer
11934 object.
11935
11936 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
11937
11938 * gnus-delay.el (gnus-delay): Don't autoload.
11939 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11940 to be re-loaded when customizing the `gnus-delay' group.
11941
11942 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
11943
11944 * message.el (message-insert-citation-line): Use newlines.
11945
11946 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11947
11948 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11949
11950 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11951
11952 2006-01-19 Mark D. Baushke <mdb@gnu.org>
11953
11954 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11955
11956 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
11957
11958 * mm-decode.el (mm-inlined-types): Add application/pgp.
11959 (mm-automatic-display): Ditto.
11960
11961 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11962 part as text.
11963
11964 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11965
11966 * nnrss.el: Update copyright.
11967 (nnrss-opml-import): Query whether to subscribe to each entry.
11968
11969 * gnus-art.el:
11970 * gnus-sum.el:
11971 * mm-uu.el:
11972 * mm-view.el: Update copyright.
11973
11974 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
11975
11976 * message.el (message-info): New function.
11977 (message-mode-menu): Add it.
11978 Update copyright.
11979
11980 * ChangeLog: Fix and update copyright.
11981
11982 2006-01-13 Romain Francoise <romain@orebokech.com>
11983
11984 * message.el (message-forward-subject-name-subject): Prefer the
11985 address to 'nowhere' if the sender has no name.
11986 Fix typo. Update copyright year.
11987
11988 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11989
11990 * gnus-art.el (article-wash-html):
11991 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11992 (gnus-article-wash-html-with-w3m-standalone): New function.
11993
11994 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11995 mm-inline-text-html-render-with-w3m-standalone.
11996 (mm-text-html-washer-alist): Map w3m-standalone to
11997 gnus-article-wash-html-with-w3m-standalone.
11998 (mm-inline-text-html-render-with-w3m-standalone): New function.
11999
12000 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12001
12002 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12003 Improve LaTeX.
12004
12005 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12006
12007 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12008 (nnrss-request-article): Render text/plain parts as HTML.
12009
12010 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12011 the buffer.
12012
12013 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12014
12015 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12016 custom definition of `gnus-posting-styles'.
12017
12018 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12019 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12020
12021 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12022
12023 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12024 Use nntp for bug archive.
12025
12026 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12027
12028 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12029 parts.
12030 (nnrss-normalize-date): New function converts ISO 8601 date into
12031 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12032 (nnrss-check-group): Use it.
12033
12034 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12035
12036 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12037
12038 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12039 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12040 (nnrss-insert-w3): Ditto.
12041
12042 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12043
12044 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12045 the articles to be forwarded including the case where neither a
12046 number of articles nor a region is specified.
12047
12048 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12049
12050 * nnrss.el (nnrss-request-article): Fix last change; fill
12051 text/plain parts.
12052
12053 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12054
12055 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12056 in text/plain part.
12057 (nnrss-check-group): Don't add excessive newline to dc:subject.
12058
12059 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12060
12061 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12062 article.
12063
12064 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12065
12066 * nnml.el: Don't require gnus-bcklg. Autoload it.
12067 (nnml-use-compressed-files, nnml-save-mail): Support other
12068 comression programs such as bzip2.
12069
12070 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12071
12072 * dns.el (query-dns): Make sure we check the buffer size before
12073 removing tcp headers.
12074
12075 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12076
12077 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12078 remove MIME buttons associated with multipart/alternative parts.
12079 (gnus-mime-display-alternative): Tag buttons using `article-type'
12080 text property.
12081
12082 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12083 associated with multipart/alternative parts.
12084
12085 * gnus-art.el (gnus-signature-separator): Fix custom type.
12086
12087 * mm-decode.el (mm-inlined-types): Fix custom type.
12088 (mm-keep-viewer-alive-types): Ditto.
12089 (mm-automatic-display): Ditto.
12090 (mm-attachment-override-types): Ditto.
12091 (mm-inline-override-types): Ditto.
12092 (mm-automatic-external-display): Ditto.
12093
12094 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12095
12096 * spam-report.el (spam-report-user-mail-address)
12097 (spam-report-user-agent): New variables.
12098 (spam-report-url-ping-plain): Use spam-report-user-agent.
12099
12100 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12101
12102 * gnus-art.el (gnus-button-handle-custom): Do not just use
12103 `customize-apropos' for any "M-x customize-*" button but the
12104 function called for. Accept both the function name and its
12105 argument in order to achieve this.
12106 (gnus-button-alist): Remove support for "custom:" URL's.
12107 Pass function name to `gnus-button-handle-custom' in case of "M-x
12108 customize-*" buttons.
12109
12110 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12111
12112 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12113 multipart/alternative and add xref to mm-discouraged-alternatives
12114 in doc string.
12115
12116 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12117 gnus-buttonized-mime-types in doc string.
12118
12119 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12120
12121 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12122 Suggest image/.* in the doc string.
12123
12124 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12125
12126 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12127 message-marks (Debian bug #342521).
12128
12129 2005-12-12 Simon Josefsson <jas@extundo.com>
12130
12131 * password.el (password-read-from-cache): Add.
12132 (password-read): Use it.
12133
12134 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12135
12136 * rfc2047.el (rfc2047-charset-to-coding-system):
12137 Recognize us-ascii as a MIME charset.
12138
12139 * mm-bodies.el (mm-decode-content-transfer-encoding):
12140 Protect against the case where the 2nd arg TYPE is nil.
12141
12142 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12143
12144 * pop3.el (pop3-stream-type): Fix custom version.
12145
12146 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12147
12148 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12149
12150 * mm-decode.el (mm-display-external): Add missing cdr.
12151
12152 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12153
12154 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12155 RFC1524) if it is in mailcap or add a suffix according to
12156 mailcap-mime-extensions when generating a temp filename; postpone
12157 deleting a temp file for 2 seconds for some wrappers, shell
12158 scripts, and so on, which might exit right after having started a
12159 viewer command as a background job.
12160
12161 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12162
12163 * nntp.el (nntp-marks-directory): Fix custom group.
12164
12165 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12166 steps when < 10.
12167
12168 * gnus-start.el (gnus-no-server-1):
12169 Mention `gnus-level-default-subscribed' in doc string.
12170
12171 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12172
12173 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12174 parens.
12175
12176 2005-11-26 Dave Love <fx@gnu.org>
12177
12178 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12179 (tls-program, tls-success): Provide openssl alternative.
12180
12181 * starttls.el: Doc fixes.
12182 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12183 SERVICE to PORT.
12184
12185 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12186 port null or service name.
12187 (starttls-negotiate): Autoload.
12188
12189 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12190
12191 * message.el (message-kill-to-signature): Fix interactive spec.
12192
12193 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12194
12195 * pop3.el (pop3-open-server): Recognize a string as a service name.
12196
12197 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12198
12199 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12200
12201 2005-11-23 Dave Love <fx@gnu.org>
12202
12203 Add pop3s, pop3/starttls.
12204
12205 * pop3.el (pop3-authentication-scheme): Clarify doc.
12206 (open-tls-stream, starttls-open-stream): Autoload.
12207 (pop3-stream-type): New.
12208 (pop3-open-server): Use it.
12209
12210 * mail-source.el (mail-sources): Fix some :types. Add stream type
12211 for POP.
12212 (mail-source-keyword-map): Add :stream for POP.
12213 (mail-source-fetch-pop): Use pop3-stream-type.
12214
12215 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12216
12217 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12218 of current-time-string.
12219
12220 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12221
12222 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12223 date header.
12224
12225 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12226
12227 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12228 it can seriously impact performance as it bypasses the agent's
12229 local caches.
12230
12231 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12232
12233 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12234 must be explicitly online rather than "not explicitly offline" for
12235 its flags to be synchronized.
12236
12237 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12238 that gnus-uu-unmark-thread will function correctly.
12239
12240 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12241 1024K is instead displayed as 1M.
12242
12243 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12244
12245 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12246
12247 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12248
12249 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12250
12251 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12252
12253 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12254 error message to display actual error condition.
12255 (gnus-agent-save-local): Avoid saving symbols that are bound to
12256 nil as they simply result in a warning message in
12257 gnus-agent-read-local.
12258
12259 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12260
12261 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12262 rather than make-variable-buffer-local for file-precious-flag.
12263
12264 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12265
12266 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12267 for duplicates which are removed. The invalid sort check then
12268 triggers a rescan after the sort as sorting may have moved
12269 duplicate entries such that they can be cheaply detected.
12270
12271 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12272
12273 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12274
12275 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12276
12277 * gnus-agent.el (gnus-agent-article-alist-save-format):
12278 Change internal variable to a custom variable. Change default value
12279 from compressed(2) to uncompressed(1).
12280 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12281 support for uncompressed agentview files. Taken together, reading
12282 the agentview file should now be 6-7 times faster.
12283
12284 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12285
12286 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12287 as a buffer-local variable. This avoids creating truncated
12288 dribble files as a result of a hang up, eg.
12289
12290 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12291
12292 * gnus-start.el (gnus-start-draft-setup):
12293 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12294
12295 * gnus.el (gnus-splash): Change custom group.
12296 (gnus-group-get-parameter, gnus-group-parameter-value):
12297 Describe allow-list argument.
12298
12299 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12300 string.
12301
12302 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12303
12304 * gnus-art.el (gnus-default-article-saver): Add user-defined
12305 `function' to custom type.
12306
12307 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12308
12309 * imap.el (imap-open): Handle case where buffer is a buffer
12310 object.
12311
12312 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12313
12314 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12315 long lines.
12316 (gnus-cache-delete-group): Wrap doc strings.
12317
12318 * gnus-agent.el (gnus-agent-rename-group)
12319 (gnus-agent-delete-group): Wrap doc strings.
12320
12321 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12322
12323 * gnus-start.el (gnus-1): Add "native" to
12324 gnus-predefined-server-alist.
12325
12326 * gnus.el (gnus-method-to-server): Don't add "native" to the
12327 lists here, because that leads to problems when
12328 gnus-select-method is bound.
12329
12330 2005-11-09 Simon Josefsson <jas@extundo.com>
12331
12332 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12333 use (not sort-by-date) instead.
12334
12335 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12336
12337 * gnus-delay.el (gnus-delay-group): Don't autoload.
12338 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12339 to be re-loaded when customizing the `gnus-delay' group.
12340
12341 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12342
12343 * message.el: Revert last changes.
12344 (message-insert-citation-line): Use newlines.
12345
12346 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12347
12348 * message.el (message-courtesy-message)
12349 (message-mark-insert-begin, message-mark-insert-end)
12350 (message-elide-ellipsis, message-cancel-message)
12351 (message-add-header, message-change-subject)
12352 (message-cross-post-followup-to-header)
12353 (message-cross-post-insert-note, message-reduce-to-to-cc)
12354 (message-widen-reply, message-delete-not-region)
12355 (message-kill-to-signature, message-insert-signature)
12356 (message-insert-importance-high, message-insert-importance-low)
12357 (message-insert-or-toggle-importance)
12358 (message-insert-disposition-notification-to)
12359 (message-indent-citation, message-yank-original)
12360 (message-cite-original-without-signature, message-cite-original)
12361 (message-insert-citation-line, message-position-on-field)
12362 (message-fix-before-sending, message-send-mail-partially)
12363 (message-send-mail, message-send-mail-with-sendmail)
12364 (message-send-mail-with-qmail, message-send-news)
12365 (message-check-news-header-syntax, message-generate-headers)
12366 (message-insert-courtesy-copy, message-fill-address)
12367 (message-fill-header, message-shorten-references)
12368 (message-setup-1, message-cancel-news)
12369 (message-forward-make-body-plain, message-forward-make-body-mime)
12370 (message-forward-make-body-mml, message-encode-message-body)
12371 (message-forward-make-body-digest-plain)
12372 (message-forward-make-body-digest-mime)
12373 (message-use-alternative-email-as-from): Insert `hard-newline'
12374 instead of ordinary newlines.
12375
12376 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12377
12378 * message.el (message-generate-headers): Downcase the argument
12379 given to message-check-element.
12380
12381 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12382
12383 * nntp.el (nntp-authinfo-rejected): New error condition.
12384 (nntp-wait-for): Use new error condition to signal authentication
12385 error.
12386 (nntp-retrieve-data): Rethrow new error condition to break out of
12387 recursive call to nntp-send-authinfo.
12388
12389 2005-11-08 Romain Francoise <romain@orebokech.com>
12390
12391 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12392 (gnus-summary-exit-map): Bind to `Z p'.
12393 (gnus-summary-make-menu-bar): Add menu item.
12394
12395 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12396
12397 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12398 (gnus-treat-*): Add `first' in all doc strings.
12399
12400 * gnus-group.el (gnus-group-compact-group): Fix typo.
12401
12402 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12403
12404 * gnus.el (gnus-parameters-case-fold-search): New variable.
12405 (gnus-parameters-get-parameter): Use it.
12406
12407 * gnus-score.el (gnus-home-score-file): Doc fix.
12408
12409 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12410
12411 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12412
12413 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12414
12415 * mm-util.el (mm-special-display-p): New function.
12416
12417 * mml.el (mml-preview): Use it; doc fix.
12418
12419 2005-10-29 Romain Francoise <romain@orebokech.com>
12420
12421 * message.el (message-fix-before-sending): Fix comment.
12422
12423 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12424
12425 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12426
12427 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12428
12429 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12430 Used in gnus-score.el.
12431
12432 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12433
12434 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12435
12436 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12437
12438 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12439 whitespace removed in revision 7.8. Use concatenated string to
12440 protect trailing whitespace.
12441
12442 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12443
12444 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12445 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12446 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12447 Courier IMAP ("some version from 2004"). Mostly based on similar
12448 code in the same function.
12449
12450 2005-10-26 Didier Verna <didier@xemacs.org>
12451
12452 * gnus-group.el (gnus-group-compact-group): Invalidate original
12453 article buffer.
12454 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12455 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12456 NOV database and in article itself.
12457 Invalidate article backlog.
12458
12459 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12460
12461 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12462
12463 2005-10-26 Simon Josefsson <jas@extundo.com>
12464
12465 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12466 part of 2004-07-25 change.
12467
12468 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12469
12470 * message.el (message-display-completion-list): New function.
12471 (message-expand-group): Use it; make sure the Completions buffer
12472 is modifiable.
12473
12474 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12475
12476 * imap.el (imap-open): Handle case where buffer is a buffer object.
12477
12478 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12479
12480 * pgg-def.el:
12481 * pgg-gpg.el:
12482 * pgg-parse.el:
12483 * pgg-pgp.el:
12484 * pgg-pgp5.el:
12485 * pgg.el: Move to the parent lisp directory.
12486
12487 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12488
12489 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12490 user-mail-name is an empty string.
12491
12492 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12493
12494 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12495 depending on gnus-score-decay-constant.
12496
12497 * encrypt.el (encrypt-insert-file-contents)
12498 (encrypt-write-file-contents): Don't use `gnus-message'.
12499
12500 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12501 arguments.
12502 (mm-uu-type-alist): Add message-marks and insert-marks.
12503 Pass arguments to mm-uu-verbatim-marks-extract.
12504 (mm-uu-hide-markers): New variable.
12505 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12506
12507 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12508 (gnus-convert-image-to-face-command): Use "convert" by default to
12509 allow other input image formats.
12510 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12511 accordingly.
12512
12513 2005-10-23 Simon Josefsson <jas@extundo.com>
12514
12515 * imap.el (imap-gssapi-program): Align command line parameters
12516 with latest GNU SASL.
12517 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12518
12519 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12520
12521 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12522 HTML.
12523 (nnslashdot-request-article): Ditto.
12524
12525 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12526
12527 * mail-source.el (mail-source-fetch-pop): Require pop3.
12528 (mail-source-check-pop): Ditto.
12529
12530 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12531
12532 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12533 errors.
12534
12535 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12536
12537 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12538 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12539
12540 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12541
12542 * mm-bodies.el (mm-decode-string):
12543 Call `mm-charset-to-coding-system' with allow-override argument.
12544
12545 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12546
12547 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12548 (rfc2047-charset-to-coding-system): New function.
12549 (rfc2047-decode-encoded-words): New function.
12550 (rfc2047-decode-region): Use them.
12551 (rfc2047-decode-cte): Remove.
12552 (rfc2047-parse-and-decode): Remove.
12553 (rfc2047-decode): Remove.
12554
12555 2005-10-15 Kenichi Handa <handa@m17n.org>
12556
12557 * rfc2047.el (rfc2047-decode-cte): New function.
12558 (rfc2047-decode-region): Change the way to decode successive
12559 encoded-words: decode B- or Q-encoding in each encoded-word,
12560 concatenate them, and decode it as charset.
12561
12562 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12563
12564 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12565 widget-move-and-invoke.
12566 (gnus-custom-mode): Use gnus-custom-map.
12567
12568 2005-10-15 Bill Wohler <wohler@newt.com>
12569
12570 * message.el (message-tool-bar-map): Rename image file from
12571 mail_send to mail/send.
12572
12573 2005-10-16 Masatake YAMATO <jet@gyve.org>
12574
12575 * message.el (message-expand-group): Pass the common
12576 prefix substring of completion to `display-completion-list'.
12577
12578 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12579
12580 * mml-sec.el (mml-secure-method): New internal variable.
12581 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12582 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12583 New functions using mml-secure-method.
12584
12585 * mml.el (mml-mode-map): Add key bindings for those functions.
12586 (mml-menu): Simplify security menu entries. Suggested by Jesper
12587 Harder <harder@myrealbox.com>.
12588 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12589 Goto end of message if point is the headers of the message.
12590
12591 * message.el (message-in-body-p): New function.
12592
12593 * assistant.el: Autoload gnus-util and netrc.
12594
12595 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12596 Use `mm-charset-override-alist' only when decoding.
12597
12598 * mm-bodies.el (mm-decode-body):
12599 Call `mm-charset-to-coding-system' with allow-override argument.
12600
12601 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12602 `filename' from Content-Disposition if Content-Type doesn't
12603 provide `name'.
12604 (gnus-mime-view-part-as-type): Set default instead of
12605 initial-input.
12606
12607 2005-10-09 Daniel Brockman <daniel@brockman.se>
12608
12609 * format-spec.el (format-spec): Propagate text properties of % spec.
12610
12611 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12612
12613 * gnus-art.el (gnus-treat-predicate): Add `first'.
12614
12615 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12616
12617 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12618 (mm-charset-override-alist): New variable.
12619 (mm-charset-to-coding-system): Use it.
12620 (mm-codepage-setup): New helper function.
12621 (mm-charset-eval-alist): New variable.
12622 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12623 Warn about unknown charsets.
12624
12625 2005-10-04 David Hansen <david.hansen@gmx.net>
12626
12627 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12628 (nnrss-check-group): Ditto.
12629
12630 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12631
12632 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12633 Rename x-gnus-verbatim to x-verbatim.
12634 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12635
12636 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12637 x-verbatim.
12638
12639 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12640
12641 * gnus-util.el (gnus-remove-duplicates): Remove.
12642
12643 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12644 instead of gnus-remove-duplicates.
12645
12646 * message.el (message-remove-duplicates): Remove.
12647 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12648 message-remove-duplicates.
12649
12650 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12651 available, else use implementation from `delete-dups'.
12652
12653 * message.el (message-insert-expires): New function.
12654 (message-mode-map): Add key binding.
12655 (message-mode-field-menu): Add menu entry.
12656 (message-mode): Document it.
12657 (message-make-expires-date): Use `message-make-date'.
12658
12659 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12660
12661 * message.el (message-make-expires-date): New function.
12662
12663 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12664
12665 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12666
12667 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12670 function rather than the diff-mode.el package.
12671 (mm-display-external): Use with-current-buffer.
12672 (mm-viewer-completion-map, mm-viewer-completion-map):
12673 Move initialization inside declaration.
12674
12675 2005-09-29 Simon Josefsson <jas@extundo.com>
12676
12677 * spam.el: Load hashcash when compiling, to avoid warnings.
12678 Don't autoload mail-check-payment.
12679 (spam-check-hashcash): Define unconditionally, since hashcash.el
12680 is part of Gnus now. Ignore errors from payment checking.
12681
12682 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12683
12684 * message.el (message-bold-region, message-unbold-region):
12685 Rename from `bold-region' and `unbold-region'.
12686
12687 * message.el: Remove useless autoloads.
12688
12689 2005-09-28 Simon Josefsson <jas@extundo.com>
12690
12691 * message.el (message-use-idna): Default to t.
12692 (message-use-idna): Test whether encoding works too. Doc fix.
12693
12694 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12695
12696 * nntp.el (nntp-warn-about-losing-connection): Remove.
12697
12698 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12699
12700 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12701 customizable. Change default value.
12702 (mm-uu-diff-groups-regexp): Change default value.
12703 (mm-uu-type-alist): Add doc string.
12704 (mm-uu-configure): Add doc string. Make it interactive.
12705 (mm-uu-tex-groups-regexp): New variable.
12706 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12707 (mm-uu-type-alist): Add LaTeX documents.
12708 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12709 of "text/verbatim".
12710 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12711
12712 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12713 instead of "text/verbatim".
12714
12715 * message.el (message-mark-inserted-region)
12716 (message-mark-insert-file): Use slrn style marks when called with
12717 prefix argument.
12718
12719 2005-09-27 Simon Josefsson <jas@extundo.com>
12720
12721 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12722
12723 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12724
12725 * message.el (message-remove-duplicates): New function.
12726 Implementation borrowed from `gnus-remove-duplicates'.
12727 (message-idna-to-ascii-rhs): Also encode idna addresses in
12728 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12729 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12730 only ask about the same idna domain once per header and also tell
12731 in what header to replace the idna domain.
12732
12733 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12734 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12735 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12736 a header is decoded and not just the last one.
12737
12738 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12739
12740 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12741 has been decoded.
12742
12743 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12744 (mm-insert-part): Don't modify text if it has been decoded.
12745
12746 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12747 decoded.
12748
12749 * mm-view.el (mm-inline-text): Don't strip text props unless
12750 decoding enriched or richtext parts.
12751
12752 2005-09-25 Romain Francoise <romain@orebokech.com>
12753
12754 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12755 * gnus-start.el (gnus-subscribe-interactively):
12756 * gnus-uu.el (gnus-uu-grab-articles):
12757 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12758 space.
12759
12760 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12761
12762 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12763 * mm-view.el (mm-view-pkcs7-decrypt):
12764 * gnus-sum.el (gnus-summary-limit-to-extra)
12765 (gnus-summary-respool-article, gnus-read-move-group-name):
12766 * gnus-score.el (gnus-summary-increase-score):
12767 * gnus-util.el (gnus-completing-read-with-default):
12768 * gnus-art.el (gnus-read-save-file-name)
12769 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12770 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12771 * message.el (message-check-news-header-syntax):
12772 Follow convention for reading with the minibuffer.
12773
12774 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12775
12776 * spam-report.el (spam-report-url-ping-plain):
12777 Use gnus-extended-version as User-Agent.
12778
12779 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12780 default value is nil.
12781
12782 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12783 (mm-uu-verbatim-marks-extract): New function.
12784 (mm-uu-extract): New face.
12785 (mm-uu-copy-to-buffer): Use it.
12786
12787 * spam-report.el (spam-report-gmane-ham): Rename from
12788 `spam-report-gmane-unspam'.
12789 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12790 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
12791
12792 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12793 Autoload.
12794 (spam-report-gmane-unregister-routine):
12795 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12796
12797 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
12798
12799 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12800 (spam-report-gmane-unregister-routine): Add support for gmane
12801 unregistration.
12802
12803 * spam-report.el (spam-report-gmane-unspam)
12804 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12805 (spam-report-gmane): Change to take a single article and do unspam
12806 registration.
12807
12808 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12809
12810 * mm-url.el (mm-url-decode-entities): Fix regexp.
12811
12812 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12813
12814 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12815 default to nil, to be able to use Gnus at all. If the default
12816 switches to something else, then the function should be fixed not
12817 be exceedingly slow.
12818
12819 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
12820
12821 * gnus-start.el (gnus-activate-group): If the server is nil, don't
12822 fail hard.
12823
12824 * spam-report.el: Add better Keywords line.
12825
12826 * spam.el: Add Maintainer and better Keywords line.
12827
12828 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
12829
12830 * gnus-art.el (gnus-article-replace-part)
12831 (gnus-mime-replace-part): New functions.
12832 (gnus-mime-action-alist, gnus-mime-button-commands)
12833 (gnus-mime-save-part-and-strip): Add file argument.
12834 (gnus-article-part-wrapper): Add interactive argument.
12835
12836 * gnus-sum.el (gnus-summary-mime-map):
12837 Add `gnus-article-replace-part'.
12838
12839 2005-09-19 Didier Verna <didier@xemacs.org>
12840
12841 The nnml compaction feature:
12842 * nnml.el (nnml-request-compact-group): New function.
12843 * nnml.el (nnml-request-compact): New function.
12844 * gnus-int.el (gnus-request-compact-group): New function.
12845 * gnus-int.el (gnus-request-compact): New function.
12846 * gnus-group.el (gnus-group-compact-group): New function.
12847 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12848 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12849 * gnus-srvr.el (gnus-server-compact-server): New function.
12850 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12851 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12852
12853 2005-09-18 Deepak Goel <deego@gnufans.org>
12854
12855 * sieve.el (sieve-help): Fix `message' call: first arg should be a
12856 format spec.
12857
12858 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
12859
12860 * gnus.el (gnus-group-startup-message): Bind image-load-path.
12861
12862 2005-09-15 Romain Francoise <romain@orebokech.com>
12863
12864 * message.el (message-fill-paragraph): Clarify docstring.
12865
12866 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
12867
12868 * gnus-art.el (gnus-mime-display-part): Protect against broken
12869 MIME messages.
12870
12871 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
12872
12873 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12874 before parsing header.
12875
12876 2005-09-11 Jari Aalto <jari.aalto@cante.net>
12877
12878 * html2text.el (html2text-replace-list): Add new entities.
12879
12880 2005-09-11 Romain Francoise <romain@orebokech.com>
12881
12882 * message.el (message-alternative-emails): Improve docstring.
12883 (message-setup-1): Call `message-use-alternative-email-as-from'
12884 after `message-setup-hook' to give it precedence over posting
12885 styles, etc.
12886 (message-use-alternative-email-as-from): Add docstring.
12887 Remove the original From header if present.
12888
12889 * nnml.el (nnml-compressed-files-size-threshold): New variable.
12890 (nnml-save-mail): Use it.
12891
12892 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12893 articles. Add new argument `silent'.
12894 (gnus-uu-mark-all): Report the total number of marked articles.
12895
12896 2005-09-10 Romain Francoise <romain@orebokech.com>
12897
12898 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12899 (gnus-uu-mark-series): Likewise.
12900
12901 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
12902
12903 * spam-report.el (spam-report-gmane): Fix generation of spam
12904 report URL.
12905
12906 2005-09-10 Simon Josefsson <jas@extundo.com>
12907
12908 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12909 t, based on discussion on the ding list with Robert Epprecht
12910 <epprecht@solnet.ch>.
12911
12912 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * spam-report.el (spam-report-gmane): Make it work without
12915 X-Report-Spam header. Gmane now only provides Archived-At.
12916 This is only used if `spam-report-gmane-use-article-number' is nil.
12917 (spam-report-gmane-spam-header): Remove. Not used anymore.
12918
12919 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12920 make `gnus-summary-sort-by-recipient' work with threading.
12921
12922 * nnweb.el (nnweb-google-wash-article): Print a message if article
12923 is not available.
12924
12925 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12926
12927 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12928 change. Decode text/* parts content before displaying.
12929
12930 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
12931
12932 * mml-smime.el: Remove defvar of gnus-extract-address-components.
12933
12934 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
12935
12936 * mm-view.el (mm-display-inline-fontify): Disable support modes.
12937
12938 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
12939
12940 * message.el (message-tab-body-function): Fix mismatched custom type.
12941
12942 * gnus.el (gnus-group-change-level-function): Ditto.
12943
12944 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12945
12946 * gnus-art.el (gnus-signature-limit)
12947 (gnus-article-mime-part-function): Ditto.
12948
12949 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
12950
12951 * mml.el (mml-mode): Silence the byte compiler.
12952
12953 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12954 using `(sit-for 0)' before moving the point to the specified part;
12955 skip unbuttonized parts.
12956 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12957 return to the summary window if gnus-auto-select-part is non-nil.
12958
12959 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
12960
12961 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12962 New variables.
12963 (mml-dnd-attach-file, mml-mode): Use them.
12964
12965 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12966 Make fetching article by MID work again for Google Groups.
12967 Add FIXME concerning gnus-group-make-web-group.
12968
12969 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12970 Don't depend on Gnus by using mail-extract-address-components if
12971 gnus-extract-address-components is not bound.
12972
12973 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12974
12975 * gnus-art.el (gnus-mime-display-security): Don't display the
12976 signature, but only the signed part.
12977
12978 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
12979
12980 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12981
12982 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12983 list, not listp.
12984
12985 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
12986
12987 * mm-encode.el (mm-encode-content-transfer-encoding):
12988 Likewise when encoding.
12989
12990 * mm-bodies.el (mm-decode-content-transfer-encoding):
12991 De-canonicalize CRLF for all text content types, not just
12992 text/plain.
12993
12994 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
12995
12996 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12997 valid article; point arrow and cursor at the MIME button.
12998
12999 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13000
13001 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13002 Suggested by Dan Christensen <jdc@uwo.ca>.
13003
13004 * mm-decode.el (mm-save-part): Enable change of prompt.
13005
13006 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13007
13008 * gnus-msg.el (gnus-inews-add-send-actions):
13009 Make `message-post-method' lambda parameter ARG `&optional'.
13010
13011 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13012
13013 * gnus-sum.el (gnus-summary-mime-map):
13014 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13015 gnus-article-jump-to-part.
13016
13017 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13018 (gnus-article-edit-part): Use it.
13019 (gnus-article-part-wrapper): Add no-handle argument.
13020 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13021 New functions.
13022
13023 2005-08-29 Romain Francoise <romain@orebokech.com>
13024
13025 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13026 docstring.
13027 (gnus-face-from-file): Likewise.
13028
13029 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13030
13031 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13032 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13033 non-nil.
13034 (gnus-auto-select-part): New variable.
13035 (gnus-article-jump-to-part): New function.
13036 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13037 (gnus-mime-delete-part): Allow selecting specified part after
13038 deleting or stripping parts.
13039 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13040 part if argument is bogus.
13041
13042 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13043
13044 * gnus-art.el (w3m-minor-mode-map):
13045 * gnus-spec.el (gnus-newsrc-file-version):
13046 * gnus-util.el (nnmail-active-file-coding-system)
13047 (gnus-original-article-buffer, gnus-user-agent):
13048 * gnus.el (gnus-ham-process-destinations)
13049 (gnus-parameter-ham-marks-alist)
13050 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13051 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13052 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13053 * mm-decode.el (gnus-current-window-configuration):
13054 * mm-extern.el (gnus-article-mime-handles):
13055 * mm-url.el (url-current-object, url-package-name)
13056 (url-package-version):
13057 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13058 (smime-keys, w3m-cid-retrieve-function-alist)
13059 (w3m-current-buffer, w3m-display-inline-images)
13060 (w3m-minor-mode-map):
13061 * mml-smime.el (gnus-extract-address-components):
13062 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13063 (gnus-newsrc-hashtb, message-default-charset)
13064 (message-deletable-headers, message-options)
13065 (message-posting-charset, message-required-mail-headers)
13066 (message-required-news-headers):
13067 * mml1991.el (mc-pgp-always-sign):
13068 * mml2015.el (mc-pgp-always-sign):
13069 * nnheader.el (nnmail-extra-headers):
13070 * rfc1843.el (gnus-decode-encoded-word-function)
13071 (gnus-decode-header-function, gnus-newsgroup-name):
13072 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13073
13074 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13075
13076 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13077 the end of the date treatments.
13078
13079 2005-08-15 Simon Josefsson <jas@extundo.com>
13080
13081 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13082 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13083 Capello and Romain Francoise.
13084 (pgg-fetch-key-function): Remove, not used?
13085 (pgg-insert-url-with-w3): Require url, to get
13086 url-insert-file-contents regardless of where it is defined.
13087
13088 2005-08-13 Romain Francoise <romain@orebokech.com>
13089
13090 * message.el (message-cite-original-1): New function.
13091 (message-cite-original): Use it.
13092 (message-cite-original-without-signature): Ditto.
13093
13094 2005-08-08 Romain Francoise <romain@orebokech.com>
13095
13096 * message.el (message-yank-empty-prefix): New variable.
13097 (message-indent-citation): Use it.
13098 (message-cite-original-without-signature): Respect X-No-Archive.
13099
13100 2005-08-08 Simon Josefsson <jas@extundo.com>
13101
13102 * pgg.el: Autoload url-insert-file-contents instead of loading
13103 w3/url.
13104 (pgg-insert-url-with-w3): Don't load url here.
13105
13106 2005-08-07 Jesper Harder <harder@phys.au.dk>
13107
13108 * message.el (message-kill-to-signature): Don't insert newline at
13109 bol.
13110 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13111
13112 2005-08-06 Romain Francoise <romain@orebokech.com>
13113
13114 * message.el (message-user-fqdn): Fix typo in docstring.
13115
13116 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13117
13118 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13119
13120 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13121
13122 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13123
13124 * mm-bodies.el (mm-encode-body): Use coding system rather than
13125 charset to encode text.
13126
13127 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13128 number of charsets if utf-8 is available (XEmacs).
13129
13130 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13131
13132 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13133 taken from `gnus-button-mid-or-mail-regexp'.
13134 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13135 (gnus-button-alist): Improve regexp for domain part of the MIDs
13136 for news:localpart@domain buttons.
13137 (gnus-button-ctan-directory-regexp): Update.
13138
13139 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13140
13141 * sieve-manage.el (sieve-manage-interactive-login):
13142 Use make-local-variable rather than make-variable-buffer-local.
13143 (sieve-manage-open): Ditto.
13144 (sieve-manage-authenticate): Ditto.
13145
13146 * mml.el (mml-generate-mime-1): Make the content type default to
13147 text/plain if the filename is not specified.
13148
13149 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13150
13151 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13152 instead of insert-buffer.
13153
13154 * message.el (message-yank-original): Ditto; set the mark at the
13155 end of the yanked message.
13156
13157 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13158
13159 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13160 lines to scroll rather than to stop it.
13161
13162 * mml.el (mml-generate-default-type): Add doc string.
13163 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13164 default to application/octet-stream when determining the content
13165 type if it is not specified for the part or the mml contents; add
13166 a comment about mml-generate-default-type.
13167
13168 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13169
13170 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13171 make it default to application/octet-stream when determining the
13172 content type if it is not specified for the external contents.
13173
13174 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13175
13176 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13177 segmented parameter but also other parameters might be there.
13178
13179 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13180
13181 * mm-decode.el (mm-display-external): Delete temp file, directory
13182 and buffer immediately if the external process is exited.
13183
13184 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13185
13186 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13187 fewer lines than that of scroll-margin.
13188 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13189
13190 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13191
13192 * gnus-art.el (gnus-article-next-page): Revert.
13193 (gnus-article-beginning-of-window): New macro.
13194 (gnus-article-next-page-1): Use it.
13195 (gnus-article-prev-page): Ditto.
13196 (gnus-article-edit-part): Use insert-buffer-substring instead of
13197 insert-buffer.
13198 (gnus-article-edit-exit): Ditto.
13199
13200 * gnus-util.el (gnus-beginning-of-window): Remove.
13201 (gnus-end-of-window): Remove.
13202
13203 2005-07-25 Simon Josefsson <jas@extundo.com>
13204
13205 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13206 to have the url package without w3. Reported by Daiki Ueno
13207 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13208
13209 2005-07-20 Didier Verna <didier@xemacs.org>
13210
13211 * gnus-diary.el: Remove the description comment (nndiary is now
13212 properly documented in the Gnus manual).
13213 Fix the spelling of "Back End".
13214 * nndiary.el: Ditto.
13215 Fix the copyright notice.
13216
13217 2005-07-18 Romain Francoise <romain@orebokech.com>
13218
13219 * gnus-sum.el (gnus-summary-to-prefix)
13220 (gnus-summary-newsgroup-prefix): New variables.
13221 (gnus-summary-from-or-to-or-newsgroups): Use them.
13222
13223 2005-07-17 Romain Francoise <romain@orebokech.com>
13224
13225 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13226 space as it's generally not especially interesting to the user.
13227
13228 2005-07-16 Romain Francoise <romain@orebokech.com>
13229
13230 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13231 nil to avoid prompting and file modification if one of the
13232 messages at the top of the nnfolder file contains a copyright
13233 notice.
13234 Update copyright notice.
13235
13236 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13237 instead of `current-time-string' as the latter creates a time
13238 string that is not RFC 2822 compliant (it lacks the zone).
13239 Update copyright notice.
13240
13241 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13242
13243 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13244 for text/rtf. Display default in prompt. Pass default for M-n.
13245
13246 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13247
13248 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13249
13250 * gnus-msg.el (gnus-button-mailto):
13251 Remove save-selected-window-window hackery because it relies on
13252 save-selected-window internals.
13253
13254 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13255
13256 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13257 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13258 (gnus-article-prev-page): Ditto.
13259
13260 * gnus-util.el (gnus-beginning-of-window): New function.
13261 (gnus-end-of-window): New function.
13262
13263 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13264
13265 * gnus-score.el (gnus-score-edit-all-score):
13266 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13267 gnus-message.
13268
13269 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13270
13271 * gnus-msg.el (gnus-button-mailto):
13272 Remove save-selected-window-window hackery because it relies on
13273 save-selected-window internals.
13274
13275 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13276
13277 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13278 add-minor-mode.
13279 (gnus-binary-mode): Ditto.
13280
13281 * gnus-topic.el (gnus-topic-mode): Ditto.
13282
13283 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13284
13285 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13286 (gnus-article-prev-page): Take scroll-margin into consideration.
13287
13288 2005-07-04 Lute Kamstra <lute@gnu.org>
13289
13290 Update FSF's address in GPL notices.
13291
13292 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13293
13294 * gnus.el (gnus-exit):
13295 * gnus-group.el (gnus-group-icons):
13296 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13297
13298 * gnus-nocem.el (gnus-nocem):
13299 * message.el (message-various, message-buffers, message-sending)
13300 (message-interface, message-forwarding, message-insertion)
13301 (message-headers, message-news, message-mail):
13302 * pgg-gpg.el (pgg-gpg):
13303 * pgg-parse.el (pgg-parse):
13304 * pgg-pgp.el (pgg-pgp):
13305 * pgg-pgp5.el (pgg-pgp5):
13306 * pop3.el (pop3): Finish `defgroup' description with period.
13307
13308 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13309
13310 * gnus-art.el (article-display-face): Improve the efficiency.
13311 (article-display-x-face): Ditto; remove grey x-face stuff.
13312
13313 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13314
13315 * gnus-art.el (article-display-face): Correct the position in
13316 which Faces are inserted.
13317
13318 2005-06-29 Didier Verna <didier@xemacs.org>
13319
13320 * gnus-art.el (article-display-face): Display faces in correct
13321 order.
13322
13323 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13324
13325 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13326 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13327 (gnus-nocem-check-article): Fetch the Type header.
13328 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13329 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13330 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13331 make sure gnus-nocem-hashtb is initialized.
13332 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13333 (gnus-nocem-unwanted-article-p): Ditto.
13334
13335 * pgg.el (pgg-verify): Return the verification result.
13336
13337 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13338
13339 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13340 is ascii.
13341
13342 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13343
13344 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13345 `show-nonbreak-escape'.
13346
13347 2005-06-23 Lute Kamstra <lute@gnu.org>
13348
13349 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13350
13351 * dig.el (dig-mode):
13352 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13353
13354 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13355
13356 * nnimap.el (nnimap-split-download-body): Fix spellings.
13357
13358 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13359
13360 * gnus-art.el (gnus-article-encrypt-body):
13361 * gnus-cus.el (gnus-score-customize):
13362 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13363 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13364
13365 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13366
13367 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13368 header by looking for magic "MII" at the beginnig.
13369
13370 2005-06-16 Miles Bader <miles@gnu.org>
13371
13372 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13373 (assistant-field-face): New backward-compatibility alias for renamed
13374 face.
13375 (assistant-render-text): Use renamed assistant-field face.
13376
13377 * spam.el (spam): Remove "-face" suffix from face name.
13378 (spam-face): New backward-compatibility alias for renamed face.
13379 (spam-face, spam-initialize): Use renamed spam face.
13380
13381 * message.el (message-header-to, message-header-cc)
13382 (message-header-subject, message-header-newsgroups)
13383 (message-header-other, message-header-name)
13384 (message-header-xheader, message-separator, message-cited-text)
13385 (message-mml): Remove "-face" suffix from face names.
13386 (message-header-to-face, message-header-cc-face)
13387 (message-header-subject-face, message-header-newsgroups-face)
13388 (message-header-other-face, message-header-name-face)
13389 (message-header-xheader-face, message-separator-face)
13390 (message-cited-text-face, message-mml-face):
13391 New backward-compatibility aliases for renamed faces.
13392 (message-font-lock-keywords): Use renamed message faces.
13393
13394 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13395 (sieve-test-commands, sieve-tagged-arguments):
13396 Remove "-face" suffix from face names.
13397 (sieve-control-commands-face, sieve-action-commands-face)
13398 (sieve-test-commands-face, sieve-tagged-arguments-face):
13399 New backward-compatibility aliases for renamed faces.
13400 (sieve-control-commands-face, sieve-action-commands-face)
13401 (sieve-test-commands-face, sieve-tagged-arguments-face):
13402 Use renamed sieve faces.
13403
13404 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13405 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13406 (gnus-group-news-3-empty, gnus-group-news-4)
13407 (gnus-group-news-4-empty, gnus-group-news-5)
13408 (gnus-group-news-5-empty, gnus-group-news-6)
13409 (gnus-group-news-6-empty, gnus-group-news-low)
13410 (gnus-group-news-low-empty, gnus-group-mail-1)
13411 (gnus-group-mail-1-empty, gnus-group-mail-2)
13412 (gnus-group-mail-2-empty, gnus-group-mail-3)
13413 (gnus-group-mail-3-empty, gnus-group-mail-low)
13414 (gnus-group-mail-low-empty, gnus-summary-selected)
13415 (gnus-summary-cancelled, gnus-summary-high-ticked)
13416 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13417 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13418 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13419 (gnus-summary-low-undownloaded)
13420 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13421 (gnus-summary-low-unread, gnus-summary-normal-unread)
13422 (gnus-summary-high-read, gnus-summary-low-read)
13423 (gnus-summary-normal-read, gnus-splash):
13424 Remove "-face" suffix from face names.
13425 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13426 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13427 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13428 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13429 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13430 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13431 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13432 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13433 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13434 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13435 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13436 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13437 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13438 (gnus-summary-normal-ticked-face)
13439 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13440 (gnus-summary-normal-ancient-face)
13441 (gnus-summary-high-undownloaded-face)
13442 (gnus-summary-low-undownloaded-face)
13443 (gnus-summary-normal-undownloaded-face)
13444 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13445 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13446 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13447 (gnus-splash-face):
13448 New backward-compatibility aliases for renamed faces.
13449 (gnus-group-startup-message): Use renamed gnus faces.
13450
13451 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13452 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13453 (gnus-server-agent): Remove "-face" suffix from face names.
13454 (gnus-server-agent-face, gnus-server-opened-face)
13455 (gnus-server-closed-face, gnus-server-denied-face)
13456 (gnus-server-offline-face):
13457 New backward-compatibility aliases for renamed faces.
13458 (gnus-server-agent-face, gnus-server-opened-face)
13459 (gnus-server-closed-face, gnus-server-denied-face)
13460 (gnus-server-offline-face): Use renamed gnus faces.
13461
13462 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13463 Remove "-face" suffix from face names.
13464 (gnus-picon-xbm-face, gnus-picon-face):
13465 New backward-compatibility aliases for renamed faces.
13466
13467 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13468 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13469 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13470 (gnus-cite-11): Remove "-face" suffix from face names.
13471 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13472 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13473 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13474 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13475 New backward-compatibility aliases for renamed faces.
13476 (gnus-cite-attribution-face, gnus-cite-face-list)
13477 (gnus-article-boring-faces): Use renamed gnus faces.
13478
13479 * gnus-art.el (gnus-signature, gnus-header-from)
13480 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13481 (gnus-header-content): Remove "-face" suffix from face names.
13482 (gnus-signature-face, gnus-header-from-face)
13483 (gnus-header-subject-face, gnus-header-newsgroups-face)
13484 (gnus-header-name-face, gnus-header-content-face):
13485 New backward-compatibility aliases for renamed faces.
13486 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13487
13488 * gnus-sum.el (gnus-summary-selected-face)
13489 (gnus-summary-highlight): Use renamed gnus faces.
13490 * gnus-group.el (gnus-group-highlight): Likewise.
13491
13492 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13493
13494 * gnus-sieve.el (gnus-sieve-article-add-rule):
13495 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13496 * spam-stat.el (spam-stat-buffer-change-to-spam)
13497 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13498
13499 * message.el (message-is-yours-p):
13500 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13501
13502 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13503
13504 * mm-view.el (mm-inline-text): Withdraw the last change.
13505
13506 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13507
13508 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13509 executing enriched-decode.
13510
13511 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13514 charset of tar files.
13515
13516 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13517
13518 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13519
13520 2005-06-04 Lute Kamstra <lute@gnu.org>
13521
13522 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13523 information is never recorded.
13524
13525 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13528
13529 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13530
13531 * pop3.el (pop3-apop): Run md5 in the binary mode.
13532
13533 * starttls.el (starttls-set-process-query-on-exit-flag):
13534 Use eval-and-compile.
13535
13536 2005-05-31 Simon Josefsson <jas@extundo.com>
13537
13538 * smime.el (smime-replace-in-string): Define.
13539 (smime-cert-by-ldap-1): Use it.
13540
13541 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13542
13543 * gnus-art.el (article-display-x-face): Replace
13544 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13545
13546 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13547 set-process-query-on-exit-flag or process-kill-without-query.
13548
13549 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13550 loop instead of replace-regexp.
13551
13552 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13553 instead of process-kill-without-query if it is available.
13554
13555 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13556 instead of find-file-hooks if it is available.
13557
13558 * mml1991.el: Bind pgg-default-user-id when compiling.
13559
13560 * mml2015.el: Bind pgg-default-user-id when compiling.
13561
13562 * nndraft.el (nndraft-request-associate-buffer):
13563 Use write-contents-functions instead of write-contents-hooks if it is
13564 available.
13565
13566 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13567 instead of find-file-hooks if it is available.
13568
13569 * nntp.el (nntp-open-connection): Replace
13570 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13571 (nntp-open-ssl-stream): Ditto.
13572 (nntp-open-tls-stream): Ditto.
13573
13574 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13575 set-process-query-on-exit-flag or process-kill-without-query.
13576 (starttls-open-stream-gnutls): Use it instead of
13577 process-kill-without-query.
13578 (starttls-open-stream): Ditto.
13579
13580 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13581
13582 * smime.el (smime-cert-by-ldap-1): Don't use
13583 replace-regexp-in-string.
13584
13585 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13586
13587 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13588
13589 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13590 in PEM format. Adjust to the XEmacs compability.
13591
13592 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13593
13594 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13595 by `string-to-number'.
13596 * gnus-agent.el (gnus-agent-regenerate-group)
13597 (gnus-agent-fetch-articles): Ditto.
13598 * gnus-art.el (gnus-button-fetch-group): Ditto.
13599 * gnus-cache.el (gnus-cache-generate-active)
13600 (gnus-cache-articles-in-group): Ditto.
13601 * gnus-group.el (gnus-group-set-current-level)
13602 (gnus-group-insert-group-line): Ditto.
13603 * gnus-score.el (gnus-score-set-expunge-below)
13604 (gnus-score-set-mark-below, gnus-summary-score-effect)
13605 (gnus-summary-score-entry): Ditto.
13606 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13607 (gnus-soup-pack): Ditto.
13608 * gnus-spec.el (gnus-xmas-format): Ditto.
13609 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13610 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13611 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13612 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13613 * nndb.el (nndb-get-remote-expire-response): Ditto.
13614 * nndiary.el (nndiary-parse-schedule-value)
13615 (nndiary-string-to-number, nndiary-request-replace-article)
13616 (nndiary-request-article): Ditto.
13617 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13618 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13619 * nneething.el (nneething-make-head): Ditto.
13620 * nnfolder.el (nnfolder-request-article)
13621 (nnfolder-retrieve-headers): Ditto.
13622 * nnheader.el (nnheader-file-to-number): Ditto.
13623 * nnkiboze.el (nnkiboze-request-article): Ditto.
13624 * nnmail.el (nnmail-process-unix-mail-format)
13625 (nnmail-process-babyl-mail-format): Ditto.
13626 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13627 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13628 (nnmh-request-create-group, nnmh-request-list-1)
13629 (nnmh-request-group, nnmh-request-article): Ditto.
13630 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13631 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13632 * nnsoup.el (nnsoup-make-active): Ditto.
13633 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13634 * nntp.el (nntp-find-group-and-number)
13635 (nntp-retrieve-headers-with-xover): Ditto.
13636 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13637 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13638 (pgg-format-key-identifier): Ditto.
13639 * pop3.el (pop3-last, pop3-stat): Ditto.
13640 * qp.el (quoted-printable-decode-region): Ditto.
13641
13642 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13643 of concat.
13644
13645 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13646
13647 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13648
13649 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13650
13651 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13652
13653 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13654
13655 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13656
13657 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13658
13659 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13660 (gnus-carpal-mode): Ditto.
13661
13662 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13663 (gnus-browse-mode): Ditto.
13664
13665 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13666
13667 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13668
13669 2005-05-29 Richard M. Stallman <rms@gnu.org>
13670
13671 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13672
13673 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13674
13675 * gnus-util.el (gnus-run-mode-hooks): New function.
13676
13677 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13678
13679 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13680
13681 * gnus-agent.el (gnus-agent-make-mode-line-string):
13682 Use mode-line-highlight as mouse-face.
13683
13684 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13685
13686 * canlock.el (canlock): Change the parent group to news.
13687
13688 * deuglify.el (gnus-outlook-deuglify): Add :group.
13689
13690 * dig.el (dig): Add :group.
13691
13692 * dns-mode.el (dns-mode): Add :group.
13693
13694 * encrypt.el (encrypt): Add :group.
13695
13696 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13697 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13698 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13699 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13700 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13701
13702 * gnus-diary.el (gnus-diary): Add :group.
13703
13704 * gnus.el (gnus-group-news-1-face): Add :group.
13705 (gnus-group-news-1-empty-face): Ditto.
13706 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13707 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13708 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13709 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13710 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13711 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13712 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13713 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13714 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13715 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13716 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13717 (gnus-summary-high-ticked-face): Ditto.
13718 (gnus-summary-low-ticked-face): Ditto.
13719 (gnus-summary-normal-ticked-face): Ditto.
13720 (gnus-summary-high-ancient-face): Ditto.
13721 (gnus-summary-low-ancient-face): Ditto.
13722 (gnus-summary-normal-ancient-face): Ditto.
13723 (gnus-summary-high-undownloaded-face): Ditto.
13724 (gnus-summary-low-undownloaded-face): Ditto.
13725 (gnus-summary-normal-undownloaded-face): Ditto.
13726 (gnus-summary-high-unread-face): Ditto.
13727 (gnus-summary-low-unread-face): Ditto.
13728 (gnus-summary-normal-unread-face): Ditto.
13729 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13730 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13731
13732 * hashcash.el (hashcash): New custom group.
13733 (hashcash-default-payment): Add :group.
13734 (hashcash-payment-alist): Ditto.
13735 (hashcash-default-accept-payment): Ditto.
13736 (hashcash-accept-resources): Ditto.
13737 (hashcash-path): Ditto.
13738 (hashcash-extra-generate-parameters): Ditto.
13739 (hashcash-double-spend-database): Ditto.
13740 (hashcash-in-news): Ditto.
13741
13742 * message.el (message-minibuffer-local-map): Add :group.
13743
13744 * netrc.el (netrc): Add :group.
13745
13746 * sieve-manage.el (sieve-manage-log): Add :group.
13747 (sieve-manage-default-user): Diito.
13748 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13749 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13750 (sieve-manage-authenticators): Ditto.
13751 (sieve-manage-authenticator-alist): Ditto.
13752 (sieve-manage-default-port): Ditto.
13753
13754 * sieve-mode.el (sieve-control-commands-face): Add :group.
13755 (sieve-action-commands-face): Ditto.
13756 (sieve-test-commands-face): Ditto.
13757 (sieve-tagged-arguments-face): Ditto.
13758
13759 * smime.el (smime): Add :group.
13760
13761 * spam-report.el (spam-report): Add :group.
13762
13763 * spam.el (spam, spam-face): Add :group.
13764
13765 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13766
13767 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13768 return \n.\n.\n at the end of articles. Protect against that.
13769 (nntp-with-open-group): Allow debugging.
13770
13771 * nnheader.el (mail-header-set-extra): Make into a function
13772 because I just could't understand how to quote the list properly.
13773
13774 * dns.el (query-dns-cached): New function.
13775
13776 2005-05-26 Lute Kamstra <lute@gnu.org>
13777
13778 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13779
13780 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13781
13782 * gnus-art.el: Don't autoload mail-extract-address-components.
13783
13784 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13785 eval-and-compile to evaluate it.
13786
13787 * hashcash.el: Don't autoload executable-find.
13788
13789 * nndb.el: Don't declare the nndb back end two or more times; don't
13790 autoload news-reply-mode, news-setup, cancel-timer and telnet.
13791
13792 * nntp.el: Autoload format-spec instead of format; use
13793 eval-and-compile to evaluate autoload forms.
13794
13795 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
13796
13797 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13798
13799 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
13800
13801 * gnus.el (gnus-version-number): Bump version.
13802
13803 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13804
13805 * gnus.el: No Gnus v0.3 is released.
13806
13807 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
13808
13809 * gnus-art.el (gnus-article-edit-part): Disable undo.
13810
13811 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
13812
13813 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13814 gnus-article-date-lapsed-new-header is t if date timer is active;
13815 skip headers in which the original date value is empty.
13816 (gnus-article-save-original-date): Redefine it as a macro.
13817 (gnus-display-mime): Use it.
13818
13819 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
13820
13821 * gnus-art.el (article-date-ut): Support converting date in
13822 forwarded parts as well.
13823 (gnus-article-save-original-date): New function.
13824 (gnus-display-mime): Use it.
13825
13826 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
13827
13828 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13829 enclosure element of <item>.
13830
13831 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
13832
13833 * message.el (message-kill-buffer-query): Rename from
13834 `message-kill-buffer-query-if-modified'. Add :version.
13835
13836 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
13837
13838 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13839 window layout.
13840
13841 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13842
13843 * mml.el: Autoload dnd when compiling.
13844
13845 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
13846
13847 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13848 x-dnd-*.
13849
13850 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
13851
13852 * qp.el (quoted-printable-encode-region): Save excursion.
13853
13854 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
13855
13856 * message.el (message-kill-buffer-query-if-modified): Add new variable
13857 so the user can kill a modified message buffer quickly.
13858 (message-kill-buffer): Use it.
13859
13860 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
13861
13862 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13863 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13864
13865 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
13866
13867 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13868 contained in text because xml.el decodes entities) with LFs.
13869
13870 2005-04-11 Lute Kamstra <lute@gnu.org>
13871
13872 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13873 differently.
13874
13875 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * mm-util.el (mm-detect-coding-region): Typo.
13878
13879 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
13880
13881 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13882
13883 2005-04-06 Deepak Goel <deego@gnufans.org>
13884
13885 * spam-stat.el (spam-stat-score-buffer): Add a call to a
13886 user-function allow user modifications of the scores.
13887 (spam-stat-score-buffer-user): New function, to allow
13888 user-computed modifications to the score.
13889 (spam-stat-score-buffer-user-functions): List of additional
13890 scoring functions.
13891 (spam-stat-error-holder): Global temporary error holder.
13892 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13893 variable.
13894
13895 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
13896
13897 * gnus-registry.el (gnus-registry-clean-empty-function)
13898 (gnus-registry-trim, gnus-registry-fetch-groups)
13899 (gnus-registry-delete-group): Groups that match
13900 `gnus-registry-ignored-groups' are removed from the registry
13901 entries, not just ignored for splitting. This helps clean up the
13902 registry. Also, `gnus-registry-fetch-groups' is a convenient way
13903 to get all the groups a message ID is in.
13904
13905 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13906 (spam-stat-split-fancy): Change "threshhold" to "threshold".
13907 (spam-stat-score-buffer-user-functions): Add :number custom type.
13908
13909 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13910
13911 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13912 argument in XEmacs.
13913
13914 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13915 (nnrss-request-group): Decode group name first.
13916 (nnrss-request-article): Make a text/plain article if mml-to-mime
13917 failed.
13918 (nnrss-get-encoding): Return a compatible encoding according to
13919 nnrss-compatible-encoding-alist.
13920 (nnrss-find-el): Use consp instead of listp.
13921 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13922
13923 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
13924
13925 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13926 which Emacs 20 doesn't support.
13927 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13928
13929 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
13930
13931 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13932 silence the byte compiler inside the defun.
13933
13934 * gnus-demon.el (parse-time-string): Add autoload.
13935
13936 * gnus-delay.el (parse-time-string): Add autoload.
13937
13938 * gnus-art.el (parse-time-string): Add autoload.
13939
13940 * nnultimate.el (parse-time): Require for `parse-time-string'.
13941
13942 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
13943
13944 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13945
13946 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13947
13948 * smime.el (smime-ldap-host-list): Add :version.
13949
13950 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
13951
13952 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13953 pass it to `gnus-browse-read-group'.
13954 (gnus-browse-read-group): Add NUMBER argument and pass it to
13955 `gnus-group-read-ephemeral-group'.
13956
13957 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13958 argument and pass it to `gnus-group-read-group'.
13959
13960 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
13961
13962 * mm-util.el (mm-xemacs-find-mime-charset): Only call
13963 mm-xemacs-find-mime-charset-1 if we have the mule feature
13964 available at runtime.
13965
13966 2005-03-25 Werner Lemberg <wl@gnu.org>
13967
13968 * nnmaildir.el: Replace `illegal' with `invalid'.
13969
13970 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * gnus-start.el (gnus-display-time-event-handler):
13973 Check display-time-timer at runtime rather than only at load time
13974 in case display-time-mode is turned off in the mean time.
13975
13976 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
13977
13978 * nnimap.el (nnimap-open-connection): Print which authinfo file is
13979 used.
13980
13981 * nneething.el (nneething-map-file-directory): Derive from
13982 `gnus-directory'.
13983
13984 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13985 the To/Cc button.
13986
13987 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
13988
13989 * nnmaildir.el (nnmaildir-request-accept-article):
13990 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13991
13992 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13993
13994 * gnus-async.el: Require timer-funcs at compile time when in
13995 XEmacs for `run-with-idle-timer'.
13996
13997 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
13998
13999 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14000 autoloaded function.
14001
14002 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14003
14004 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14005
14006 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14007
14008 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14009
14010 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14011
14012 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14013 Add gnus-expert-user to default.
14014
14015 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14016
14017 * nnimap.el (nnimap-open-server): Ditto.
14018
14019 * imap.el (imap-authenticate): Fix typo.
14020
14021 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14022
14023 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14024 buffer (since IMAP server might return FETCH response out of
14025 order, and the nntp buffer must be sorted).
14026
14027 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14028
14029 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14030 comparison on string.
14031
14032 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14033 (gnus-agent-score): Rename category keywords to match gnus-cus.
14034 (gnus-agent-summary-fetch-series): Modify to protect against
14035 gnus-agent-summary-fetch-group clearing processable flags.
14036 (gnus-agent-synchronize-group-flags): Update live group buffer as
14037 synchronization may occur due to the user toggle the plugged
14038 status.
14039 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14040 successfully downloaded.
14041 (gnus-agent-expire-group-1): Avoid using markers when the overview
14042 is in ascending order; greatly improves performance.
14043 (gnus-agent-regenerate-group):
14044 Use gnus-agent-synchronize-group-flags to reset read status in both
14045 gnus and server.
14046 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14047
14048 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14049
14050 * message.el: Don't autoload former message-utils variables.
14051 (message-strip-subject-trailing-was): Change doc string.
14052
14053 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14054 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14055 (nnweb-google-search): Add "hl=en" here.
14056 (nnweb-google-parse-1, nnweb-google-create-mapping):
14057 Don't hardcode URL.
14058
14059 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14060
14061 * message.el (message-get-reply-headers, message-followup):
14062 Mention related variables `message-use-followup-to' and
14063 `message-use-mail-followup-to', in the information buffer.
14064
14065 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14066 of broken groups(-beta).google.com.
14067
14068 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14069
14070 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14071 parameter to invoked gnus-request-move-article; remove the
14072 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14073 all at once instead of once per article.
14074 (gnus-summary-remove-process-mark): Accept a list of articles as
14075 well as a single article for processing.
14076
14077 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14078 parameter.
14079
14080 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14081
14082 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14083
14084 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14085 parameter.
14086
14087 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14088 parameter.
14089
14090 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14091 parameter and remove the gnus-sum-hint-move-is-internal variable.
14092
14093 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14094 parameter.
14095
14096 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14097 parameter.
14098
14099 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14100 parameter.
14101
14102 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14103
14104 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14105 parameter.
14106
14107 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14108 parameter.
14109
14110 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14111
14112 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14113 a more conservative way.
14114
14115 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14116
14117 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14118 buffer, so it moves the window's cursor.
14119
14120 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14121
14122 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14123 `mm-dissect-multipart' and receive the from field as an (optional)
14124 argument from `mm-dissect-multipart'.
14125 (mm-dissect-multipart): Receive the from field as an argument and
14126 pass it on when we call `mm-dissect-buffer' on MIME parts.
14127 Fixes verification/decryption of signed/encrypted MIME parts.
14128
14129 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14130
14131 * gnus-sum.el (gnus-summary-move-article):
14132 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14133 whatever it calls (right now, only nnimap-request-move article
14134 respects it).
14135
14136 * nnimap.el (nnimap-request-move-article):
14137 When gnus-sum-hint-move-is-internal is set, don't do the extra
14138 nnimap-request-article.
14139
14140 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14141
14142 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14143
14144 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14145 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14146
14147 * gnus-sum.el (gnus-summary-caesar-message):
14148 Apply `gnus-treat-article' after rotation.
14149
14150 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14151 doc string.
14152
14153 2005-02-22 Simon Josefsson <jas@extundo.com>
14154
14155 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14156 `password-cache-expiry' instead). Reported by Arne Jørgensen
14157 <arne@arnested.dk>.
14158 (encrypt): Add password-cache and password-cache-expiry as group
14159 members.
14160
14161 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14162
14163 * smime.el (smime-ldap-host-list): Doc fix.
14164 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14165 cache) password.
14166 (smime-sign-region): Use it.
14167 (smime-decrypt-region): Use it.
14168 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14169 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14170 fails.
14171 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14172 certificate from DER to PEM format rather than calling openssl.
14173
14174 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14175
14176 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14177 for signing/encryption.
14178
14179 * mml.el (mml-parse-1): Use them.
14180
14181 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14182
14183 * nnrss.el (nnrss-verbose): Remove.
14184 (nnrss-request-group): Use `nnheader-message' instead.
14185
14186 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14187
14188 * nnrss.el (nnrss-verbose): New variable.
14189 (nnrss-request-group): Make it say nnrss is requesting a group.
14190
14191 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14192
14193 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14194 Handle news URL with given port correctly.
14195
14196 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14197
14198 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14199 containing special characters.
14200
14201 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14202
14203 * mml.el (mime-to-mml): Ditto.
14204
14205 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14206 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14207 (rfc2047-decode-region): Quote decoded words containing special
14208 characters when rfc2047-quote-decoded-words-containing-tspecials
14209 is non-nil.
14210
14211 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14212
14213 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14214
14215 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14216
14217 2005-02-15 Simon Josefsson <jas@extundo.com>
14218
14219 * nnimap.el (nnimap-debug): Doc fix.
14220
14221 * imap.el (imap-debug): Doc fix.
14222
14223 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14224
14225 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14226
14227 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14228
14229 * gnus.el (spam-contents): Improve docs for spam-contents
14230 parameter in its variable incarnation.
14231
14232 2005-02-14 Simon Josefsson <jas@extundo.com>
14233
14234 * smime-ldap.el: Use require instead of load-library for ldap.
14235 (smime-ldap-search): Indent.
14236 (smime-ldap-search-internal): Shorten line.
14237
14238 * smime.el (smime-cert-by-dns): Add doc-string.
14239 (smime-cert-by-ldap-1): Indent.
14240
14241 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14242 mml-smime-get-dns-ldap.
14243 (mml-smime-encrypt-query): Use new function. Default to ldap.
14244
14245 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14246
14247 * smime.el: Require smime-ldap.
14248 (smime-ldap-host-list): New variable.
14249 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14250
14251 * mml-smime.el (mml-smime-encrypt-query): New function.
14252 (mml-smime-encrypt-query): Use it.
14253
14254 * smime-ldap.el: New file.
14255
14256 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14257
14258 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14259
14260 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14261
14262 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14263 argument in doc string. Make query for type more clear.
14264
14265 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14266
14267 * gnus.el (gnus-group-startup-message): Search for gnus images in
14268 etc/images/gnus.
14269 * mm-util.el (mm-image-load-path): Likewise.
14270 * smiley.el (smiley-data-directory): Search for smilies in
14271 etc/images/smilies.
14272
14273 2005-02-09 Kim F. Storm <storm@cua.dk>
14274
14275 Change Emacs release version from 21.4 to 22.1 throughout.
14276 Change Emacs development version from 21.3.50 to 22.0.50.
14277
14278 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14279
14280 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14281
14282 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14283 non-Mule XEmacs as well.
14284 (mm-decompress-buffer): Signal an error intentionally if it does
14285 not decompress compressed data because auto-compression-mode is
14286 disabled.
14287
14288 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14289
14290 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14291 an ID in the registry even if it has no groups.
14292
14293 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14294
14295 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14296 merge it into mm-decompress-buffer.
14297 (gnus-mime-copy-part): Use the MIME part charset, the value which
14298 a user specified or gnus-newsgroup-charset for decoding, like
14299 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14300 save-buffer what was used. Suggested by Kevin Ryde
14301 <user42@zip.com.au>.
14302 (gnus-mime-inline-part): Allow the name parameter as well as the
14303 filename parameter; force decompressing of compressed data; always
14304 display contents being not decoded as unibyte.
14305
14306 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14307 as well as the filename parameter.
14308
14309 * mm-util.el (mm-decompress-buffer):
14310 Merge gnus-mime-jka-compr-maybe-uncompress.
14311 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14312 of compressed data.
14313
14314 2005-02-08 Simon Josefsson <jas@extundo.com>
14315
14316 * imap.el (imap-log): Doc fix.
14317
14318 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14319
14320 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14321 the coding cookies; decompress compressed parts.
14322
14323 * mml.el (mml-generate-mime-1): Add the charset parameter according
14324 to the value which a user specified manually or the coding cookie.
14325
14326 * mm-util.el (mm-string-to-multibyte): New function.
14327 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14328 (mm-coding-system-to-mime-charset): New function.
14329 (mm-decompress-buffer): New function.
14330 (mm-find-buffer-file-coding-system): New function.
14331
14332 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14333 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14334 parts.
14335
14336 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14337
14338 * mm-view.el (mm-display-inline-fontify): Decode a part according
14339 to the charset parameter.
14340
14341 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14342
14343 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14344 prefix arg is neither nil nor a number, as info specifies.
14345
14346 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14347
14348 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14349 timestamps.
14350
14351 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14352
14353 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14354 groups error checking and notify user.
14355
14356 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14357
14358 * message.el (message-send-mail-function): Check existence of
14359 sendmail-program first before using default value
14360 `message-send-mail-with-sendmail'. Otherwise use more generic
14361 `smtpmail-send-it'.
14362
14363 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14364
14365 * nntp.el (nntp-request-update-info): Always return nil.
14366
14367 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14370
14371 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * message.el (message-beginning-of-line): Change the behavior when
14374 invoked between BOL and : so that it first moves backward.
14375
14376 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14377
14378 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14379 article buffer when editing of the article is discarded.
14380 (gnus-article-prepare): Revert.
14381
14382 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14383
14384 * gnus-art.el (gnus-article-prepare):
14385 Remove message-strip-forbidden-properties from the local hook.
14386
14387 2005-01-27 Simon Josefsson <jas@extundo.com>
14388
14389 * password.el (password-cache-add): Only start one timer per key.
14390 Reported by Derek Atkins <warlord@MIT.EDU>.
14391
14392 2005-01-26 Steve Youngs <steve@sxemacs.org>
14393
14394 * run-at-time.el: Remove. It is no longer needed as
14395 timer-funcs.el in the xemacs-base package has a working version of
14396 `run-at-time'.
14397
14398 * password.el: Require timer-funcs instead of run-at-time in
14399 XEmacs.
14400 Remove `password-run-at-time' macro.
14401 (password-cache-add): Use `run-at-time' instead of
14402 `password-run-at-time'.
14403
14404 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14405 for `run-with-idle-timer'.
14406
14407 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14408 for `run-at-time'.
14409
14410 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14411 for `with-timeout'.
14412
14413 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14414
14415 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14416 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14417
14418 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14419
14420 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14421 sensitively.
14422
14423 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14424
14425 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14426
14427 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14428
14429 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14430 which will be inserted according to the multibyteness of a buffer
14431 rather than the type of contents. Suggested by ARISAWA Akihiro
14432 <ari@mbf.ocn.ne.jp>.
14433
14434 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14435 of string which old xml.el may return rather than a string.
14436
14437 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14438
14439 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14440
14441 2005-01-16 Simon Josefsson <jas@extundo.com>
14442
14443 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14444 idn/idna.el isn't available.
14445 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14446 <michael@waxrat.com>.
14447
14448 * hashcash.el: Remove non-FSF copyright header.
14449
14450 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14451 (hashcash-generate-payment): Use it.
14452 (hashcash-generate-payment-async): Use it.
14453
14454 2005-01-15 Simon Josefsson <jas@extundo.com>
14455
14456 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14457 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14458
14459 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14460 gnus-summary-idna-message.
14461 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14462 (gnus-summary-idna-message): New function.
14463
14464 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14465
14466 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14467 gnus-novice-user.
14468
14469 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14470
14471 * nnrss.el (nnrss-request-delete-group): Delete entries in
14472 nnrss-group-alist as well.
14473 (nnrss-save-server-data): Insert newline.
14474
14475 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14476
14477 * gnus.el (gnus-user-agent): Use list of symbols instead of
14478 symbols. Display full version number for (S)XEmacs.
14479 Optionally display (S)XEmacs codename.
14480
14481 * gnus-util.el (gnus-emacs-version): Update for new
14482 `gnus-user-agent'.
14483
14484 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14485 Gnus version.
14486
14487 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14488
14489 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14490 which is unreadable in some setups.
14491
14492 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * gnus-spec.el (gnus-update-format-specifications): Flush the
14495 group format spec cache if it doesn't support decoded group names.
14496
14497 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14498
14499 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14500 Allow to apply decay on score files matching a regexp.
14501
14502 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14503
14504 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14505 compatibility in %g and %c.
14506
14507 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14508
14509 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14510 name for only %g and %c.
14511 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14512 of gnus-tmp-group to decoded group name.
14513 (gnus-group-make-rss-group): Exclude `/'s from group names.
14514
14515 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14516
14517 * nnrss.el (nnrss-get-encoding): Fix regexp.
14518
14519 2004-12-27 Simon Josefsson <jas@extundo.com>
14520
14521 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14522 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14523 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14524
14525 2004-12-17 Kim F. Storm <storm@cua.dk>
14526
14527 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14528
14529 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14530
14531 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14532
14533 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14534
14535 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14536
14537 * nnrss.el: Require rfc2047 and mml.
14538 (nnrss-file-coding-system): New variable.
14539 (nnrss-format-string): Redefine it as an inline function.
14540 (nnrss-decode-group-name): New function.
14541 (nnrss-string-as-multibyte): Remove.
14542 (nnrss-retrieve-headers): Decode group name; don't use
14543 nnrss-format-string.
14544 (nnrss-request-group): Decode group name.
14545 (nnrss-request-article): Decode group name; allow a Message-ID as
14546 well as an article number; don't use nnrss-format-string; encode a
14547 Message-ID string which may contain non-ASCII characters; use
14548 mml-to-mime to compose a MIME article.
14549 (nnrss-request-expire-articles): Decode group name.
14550 (nnrss-request-delete-group): Decode group name.
14551 (nnrss-fetch): Clarify error message.
14552 (nnrss-read-server-data): Use insert-file-contents instead of load;
14553 bind file-name-coding-system; use multibyte buffer.
14554 (nnrss-save-server-data): Bind coding-system-for-write to the
14555 value of nnrss-file-coding-system; bind file-name-coding-system;
14556 add coding cookie.
14557 (nnrss-read-group-data): Use insert-file-contents instead of load;
14558 bind file-name-coding-system; use multibyte buffer.
14559 (nnrss-save-group-data): Bind coding-system-for-write to the
14560 value of nnrss-file-coding-system; bind file-name-coding-system.
14561 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14562 make it work with non-ASCII text.
14563 (nnrss-find-el): Make it work with old xml.el as well.
14564
14565 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14566
14567 * nnrss.el (nnrss-get-encoding): New function.
14568 (nnrss-fetch): Use unibyte buffer initially; bind
14569 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14570 decode contents according to the encoding attribute.
14571 (nnrss-save-group-data): Add coding cookie.
14572 (nnrss-mime-encode-string): New function.
14573 (nnrss-check-group): Use it to encode subject and author.
14574
14575 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14576
14577 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14578 imaginary variable.
14579
14580 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14581
14582 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14583 correctly even if there are wide characters.
14584
14585 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14586
14587 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14588 downcased symbol names; make a new cache instead of reusing
14589 bbdb-hashtable.
14590
14591 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14592
14593 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14594 concatenating segments rather than before concatenating them.
14595 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14596
14597 * message.el (message-get-reply-headers): Bind `extra'.
14598
14599 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14600
14601 * message.el (message-extra-wide-headers): New variable.
14602 (message-get-reply-headers): Use it.
14603
14604 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14605
14606 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14607 (gnus-agent-group-pathname): Ditto.
14608
14609 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14610
14611 * gnus-group.el (gnus-group-make-group): Decode group name.
14612 (gnus-group-make-rss-group): Register the group data after opening
14613 the nnrss group.
14614
14615 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14616
14617 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14618 by expiry now get marked as read.
14619
14620 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14621
14622 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14623
14624 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14625
14626 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14627 unify Latin characters in XEmacs.
14628 (mm-find-mime-charset-region): Use it.
14629
14630 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14631
14632 * gnus-util.el (gnus-delete-directory): New function.
14633
14634 * gnus-agent.el (gnus-agent-delete-group): Use it.
14635
14636 * gnus-cache.el (gnus-cache-delete-group): Use it.
14637
14638 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14639
14640 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14641 names.
14642
14643 2004-12-16 Simon Josefsson <jas@extundo.com>
14644
14645 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14646
14647 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14648
14649 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14650
14651 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14652 (gnus-group-set-current-level): Decode group name.
14653
14654 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14655
14656 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14657 failed.
14658
14659 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14660
14661 * gnus-group.el (gnus-group-delete-group): Decode group name.
14662 (gnus-group-make-rss-group): Encode group name.
14663 (gnus-group-catchup-current): Decode group name.
14664 (gnus-group-kill-group): Decode group name.
14665
14666 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14669
14670 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14671
14672 * gnus-group.el (gnus-group-make-rss-group):
14673 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14674
14675 * gnus-start.el (gnus-setup-news): Honor user's setting to
14676 gnus-message-archive-method. Suggested by Lute Kamstra
14677 <lute@gnu.org>.
14678
14679 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14680
14681 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14682 global counterparts of the buffer-local variables.
14683
14684 2004-11-16 Romain Francoise <romain@orebokech.com>
14685
14686 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14687 counterparts of the buffer-local variables.
14688
14689 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14690
14691 * message.el (message-forbidden-properties): Fix typo in doc
14692 string.
14693
14694 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14695
14696 * gnus-util.el (gnus-replace-in-string): Add doc string.
14697
14698 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14699 to avoid problems when splitting mails with many recipients.
14700
14701 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14704 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14705
14706 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14707
14708 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14709 if there is no hashtable in memory or file modification time is
14710 newer than cached timestamp.
14711
14712 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14713
14714 * gnus-sum.el (gnus-summary-limit-to-recipient):
14715 Implement not-matching option.
14716
14717 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14718
14719 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14720 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14721 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14722 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14723 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14724 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14725
14726 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14727
14728 * message.el (message-forward-make-body-mml): Remove headers
14729 according to message-forward-ignored-headers if a message is decoded.
14730
14731 2004-12-02 Romain Francoise <romain@orebokech.com>
14732
14733 * message.el (message-forward-make-body-plain): Always remove
14734 headers according to message-forward-ignored-headers.
14735
14736 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14737
14738 * spam.el (spam-summary-prepare-exit): Remove the
14739 gnus-summary-limit pop for now, it has problems with ham marks for
14740 me.
14741
14742 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14743
14744 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14745 correctly.
14746
14747 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14748
14749 * format-spec.el (format-spec): Message the char.
14750
14751 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14752
14753 * gnus-art.el (gnus-split-methods): Reformat comments.
14754
14755 * spam.el (spam-summary-prepare-exit): Remove article limits
14756 before exiting the summary buffer.
14757
14758 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14759
14760 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14761 order to silence the byte compiler.
14762
14763 * spam.el: Fix the way to silence the byte compiler, which
14764 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14765 bbdb-search-simple, spam-BBDB-register-routine,
14766 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14767 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14768 spam-stat-buffer-is-spam, spam-stat-load,
14769 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14770 spam-stat-save and spam-stat-split-fancy.
14771
14772 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14773
14774 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14775 which may confuse users.
14776 (canlock-password-for-verify): Ditto.
14777
14778 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14779
14780 * gnus-art.el (gnus-emphasis-alist): Ditto.
14781
14782 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14783
14784 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14785
14786 * gnus-start.el (gnus-save-killed-list): Ditto.
14787
14788 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14789 (gnus-sum-thread-tree-root): Ditto.
14790 (gnus-sum-thread-tree-false-root): Ditto.
14791 (gnus-sum-thread-tree-single-indent): Ditto.
14792
14793 * message.el (message-courtesy-message): Ditto.
14794 (message-archive-note): Ditto.
14795 (message-subscribed-address-file): Ditto.
14796 (message-user-fqdn): Ditto.
14797
14798 * spam-report.el (spam-report-gmane-regex): Ditto.
14799
14800 * spam.el (spam-blackhole-good-server-regex): Ditto.
14801
14802 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14803
14804 * mml.el (mml-preview): Widen the message buffer before copying
14805 the contents to the preview buffer; sort headers before previewing.
14806
14807 * message.el (message-hidden-headers): Fix the way to avoid a bug
14808 in the `repeat' widget in Emacs 21.3 or earlier.
14809
14810 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
14811
14812 * message.el (message-hidden-headers): Default to "^References:".
14813 Improve customization type. Suggested by Reiner Steib
14814 <Reiner.Steib@gmx.de>.
14815
14816 2004-11-25 Romain Francoise <romain@orebokech.com>
14817
14818 * message.el (message-strip-forbidden-properties): Remove check for
14819 obsolete `message-hidden' text property, hidden headers are not
14820 accessible in the buffer anymore.
14821
14822 2004-11-22 Romain Francoise <romain@orebokech.com>
14823
14824 * message.el (message-header-format-alist): Add `From' in list
14825 so that it can be sorted.
14826 (message-fix-before-sending): Widen and sort headers before
14827 sending.
14828 (message-hide-headers): Use narrowing to hide headers by moving
14829 them to the top of the buffer and narrowing to the region
14830 underneath.
14831
14832 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14833
14834 * message.el (message-strip-forbidden-properties):
14835 Bind buffer-read-only (etc) to nil.
14836
14837 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
14838
14839 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14840 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14841
14842 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
14843
14844 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14845
14846 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14847
14848 * dns.el (query-dns): Use sit-for to time instead of
14849 accept-process-output, since that doesn't seem to work on udp
14850 sockets.
14851
14852 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
14853
14854 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14855
14856 2004-11-15 Jesper Harder <harder@ifa.au.dk>
14857
14858 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14859 doc string. Improve doc string.
14860
14861 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
14862
14863 * nntp.el (nntp-request-update-info): Return nil if
14864 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14865 may not call gnus-activate-group which uselessly issues the GROUP
14866 commands for all nntp groups and wastes time. Reported by Romain
14867 Francoise <romain@orebokech.com>.
14868
14869 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14870
14871 2004-11-15 Simon Josefsson <jas@extundo.com>
14872
14873 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14874 headers separately.
14875 (gnus-button-openpgp): New function, inspired by Jochen Küpper
14876 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14877
14878 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
14879
14880 * gnus-start.el (gnus-convert-old-newsrc):
14881 Assign legacy-gnus-agent to 5.10.7.
14882
14883 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14884
14885 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14886 start of the lines.
14887
14888 2004-11-14 Magnus Henoch <mange@freemail.hu>
14889
14890 * hashcash.el (hashcash-default-payment): Change default to 20.
14891 (hashcash-default-accept-payment): Change default to 20.
14892 (hashcash-process-alist): New variable.
14893 (hashcash-generate-payment-async): Add.
14894 (hashcash-already-paid-p): Add.
14895 (hashcash-insert-payment): Don't generate payments twice.
14896 (hashcash-insert-payment-async): Add.
14897 (hashcash-insert-payment-async-2): Add.
14898 (hashcash-cancel-async): Add.
14899 (hashcash-wait-async): Add.
14900 (hashcash-processes-running-p): Add.
14901 (hashcash-wait-or-cancel): Add.
14902 (mail-add-payment): New optional argument. Conditionally start
14903 asynchronous calculation.
14904 (mail-add-payment-async): Add.
14905
14906 * message.el (message-send-mail): Wait for asynchronous hashcash
14907 results. Don't clobber existing X-Hashcash headers.
14908 (message-setup-1): Call mail-add-payment-async when
14909 message-generate-hashcash is non-nil.
14910
14911 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14912
14913 * message.el (message-use-alternative-email-as-from): Examine the
14914 From header as well; use message-make-from in order to include a
14915 user's full name.
14916
14917 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
14918
14919 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14920 default; improve customization type.
14921 (gnus-emphasis-custom-with-format): New macro.
14922 (gnus-emphasis-custom-value-to-external): New function.
14923 (gnus-emphasis-custom-value-to-internal): New function.
14924
14925 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14926
14927 * dns.el (query-dns): Resolve reverse addresses.
14928
14929 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14930
14931 * gnus-group.el (gnus-group-get-new-news): Use it.
14932
14933 * gnus-start.el (gnus-check-reasonable-setup): New function.
14934
14935 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
14936
14937 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14938 "Args out of range" error. Reported by Arnaud Giersch
14939 <arnaud.giersch@free.fr>.
14940
14941 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
14942
14943 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14944
14945 2004-11-04 Richard M. Stallman <rms@gnu.org>
14946
14947 * spam.el (spam group): Add :version.
14948
14949 * pgg-def.el (pgg group): Add :version.
14950
14951 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
14952
14953 * gnus-art.el (gnus-article-edit-article): Don't associate the
14954 article buffer with a draft file. This is a temporary measure
14955 against the 2004-08-22 change to gnus-article-edit-mode.
14956
14957 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
14958
14959 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14960 (html2text-format-tags): Remove unused variable `attr'.
14961
14962 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
14963
14964 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14965
14966 * spam-stat.el (spam-stat): Add :version.
14967
14968 * sieve.el (sieve): Add :version.
14969
14970 * sha1.el (sha1): Add :version.
14971 (sha1-use-external): Remove redundant version.
14972
14973 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14974 (nnmail-cache-ignore-groups, nnmail-spool-hook)
14975 (nnmail-split-fancy-match-partial-words)
14976 (nnmail-split-lowercase-expanded): Add :version.
14977
14978 * nndiary.el (nndiary): Add :version.
14979
14980 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14981
14982 * mml-sec.el (mml-default-sign-method)
14983 (mml-default-encrypt-method, mml-signencrypt-style-alist):
14984 Add :version.
14985
14986 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14987
14988 * mm-url.el (mm-url-use-external, mm-url-program)
14989 (mm-url-arguments): Add :version.
14990
14991 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14992 (mm-attachment-file-modes, mm-decrypt-option)
14993 (mm-w3m-safe-url-regexp): Add :version.
14994
14995 * message.el (message-cite-prefix-regexp)
14996 (message-sendmail-envelope-from, message-minibuffer-local-map)
14997 (message-user-fqdn, message-completion-alist): Add :version.
14998
14999 * gnus-win.el (gnus-configure-windows-hook)
15000 (gnus-use-frames-on-any-display): Add :version.
15001
15002 * gnus-art.el (gnus-article-address-banner-alist)
15003 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15004 (gnus-treat-from-picon, gnus-treat-mail-picon)
15005 (gnus-treat-x-pgp-sig): Add :version.
15006
15007 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15008 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15009 (gnus-summary-article-delete-hook)
15010 (gnus-summary-display-while-building): Add :version.
15011
15012 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15013 (gnus-get-top-new-news-hook): Add :version.
15014
15015 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15016 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15017
15018 * gnus-registry.el (gnus-registry): Add :version.
15019
15020 * gnus-spec.el (gnus-use-correct-string-widths)
15021 (gnus-make-format-preserve-properties): Add :version.
15022
15023 * gnus.el (gnus-group-charter-alist)
15024 (gnus-group-fetch-control-use-browse-url)
15025 (gnus-install-group-spam-parameters): Add :version.
15026
15027 * gnus-diary.el (gnus-diary): Add :version.
15028
15029 * gnus-delay.el (gnus-delay): Add :version.
15030
15031 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15032 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15033 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15034 Add :version.
15035
15036 * gnus-agent.el (gnus-agent-max-fetch-size)
15037 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15038 (gnus-agent-prompt-send-queue): Add :version.
15039
15040 * deuglify.el (gnus-outlook-deuglify): Add :version.
15041
15042 * html2text.el: Beautify code. Improve doc strings.
15043 Some checkdoc cleanup.
15044 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15045
15046 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15047
15048 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15049
15050 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15051
15052 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15053 when package is loaded.
15054
15055 * spam.el (spam-summary-score-preferred-header): Add global preference
15056 for people who want to override the default SpamAssassin over
15057 Bogofilter preference (when both are set).
15058 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15059 (spam-user-format-function-S):
15060 Check spam-summary-score-preferred-header.
15061 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15062 (spam-user-format-function-S): Format the score correctly.
15063
15064 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15065
15066 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15067 signature file. Suggested by Manoj Srivastava
15068 <srivasta@golden-gryphon.com>.
15069
15070 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15071 iso-2022-jp even in the Japanese language environment.
15072 Suggested by Jason Rumney <jasonr@gnu.org>.
15073
15074 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15075
15076 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15077 use the same characters as the dummy marks; make it free from
15078 getting affected by the language environment.
15079 (gnus-summary-read-group-1): Update mark positions only when the
15080 format spec is updated.
15081
15082 * gnus-spec.el (gnus-update-format-specifications): Return a list
15083 of updated types.
15084
15085 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15086
15087 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15088 of boundp to check if display-warning is available.
15089
15090 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15091
15092 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15093
15094 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15095
15096 * nnspool.el (nnspool-spool-directory): Use news-path if the
15097 news-directory variable is not bound.
15098
15099 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15100 function instead of display-warning if it is not available.
15101
15102 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15103
15104 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15105 v5-10: Use `point-at-bol'.
15106
15107 2004-10-26 Simon Josefsson <jas@extundo.com>
15108
15109 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15110 <chenggao@gmail.com>.
15111
15112 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15113
15114 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15115 instead.
15116
15117 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15118
15119 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15120 to remove a server from the nnimap-server-buffer-alist.
15121 (nnimap-open-connection, nnimap-close-server): Use it.
15122
15123 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15124
15125 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15126
15127 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15128 running the major-mode function.
15129
15130 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15131
15132 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15133 dummy marks in the right way.
15134
15135 2004-10-18 David Edmondson <dme@dme.org>
15136
15137 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15138 excessively.
15139
15140 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15141
15142 * gnus-util.el (gnus-split-references): Accept a nil references
15143 string and go on blissfully.
15144
15145 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15146 cases where the references string is non-nil but has no references.
15147
15148 * encrypt.el: Add autoload tags.
15149
15150 * spam.el (spam-resolve-registrations-routine): Remove article
15151 from unregistration list too. Reported by David Hanak
15152 <dhanak@isis.vanderbilt.edu>
15153
15154 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15155
15156 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15157 nil. Change custom type.
15158
15159 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15160
15161 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15162
15163 * gnus-sum.el (gnus-summary-move-article): Use it.
15164
15165 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15166
15167 * encrypt.el: Add autoload cookies.
15168
15169 * spam.el (spam-backend-article-list-property)
15170 (spam-backend-get-article-todo-list)
15171 (spam-backend-put-article-todo-list)
15172 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15173 Resolve registrations separately.
15174 (spam-register-routine): Format comments.
15175 (spam-unregister-routine, spam-register-routine): Always call with
15176 specific-articles, no default list.
15177 (spam-summary-prepare-exit): Use the spam-classifications function.
15178
15179 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15180 gnus-encrypt.el.
15181
15182 * encrypt.el: Copied from gnus-encrypt.el.
15183
15184 * gnus-encrypt.el: Commented that it's obsolete.
15185
15186 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15187
15188 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15189 (gnus-score-save): Use it.
15190
15191 * message.el (message-bury): Use `window-dedicated-p'.
15192
15193 2004-10-15 Simon Josefsson <jas@extundo.com>
15194
15195 * pop3.el (top-level): Don't require nnheader.
15196 (pop3-read-timeout): Add.
15197 (pop3-accept-process-output): Add.
15198 (pop3-read-response, pop3-retr): Use it.
15199
15200 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15201
15202 * spam.el (spam-register-routine): Move comment.
15203 (spam-verify-bogofilter): Use 'unknown for the initial
15204 spam-bogofilter-valid state, not 'never.
15205
15206 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15207 for netrc-machine.
15208
15209 * nnimap.el (nnimap-open-connection):
15210 Use netrc-machine-user-or-password.
15211
15212 2004-10-17 Richard M. Stallman <rms@gnu.org>
15213
15214 * gnus-registry.el (gnus-registry-unload-hook):
15215 Set as a variable with add-hook.
15216
15217 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15218 of news-path.
15219
15220 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15221
15222 * spam.el: Delete duplicate `provide'.
15223 (spam-unload-hook): Set as a variable with add-hook.
15224
15225 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15226
15227 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15228 in the doc string.
15229
15230 * message.el (message-ignored-news-headers)
15231 (message-ignored-supersedes-headers)
15232 (message-ignored-resent-headers)
15233 (message-forward-ignored-headers): Improve custom type.
15234
15235 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15236
15237 * message.el (message-tokenize-header): Fix 2004-09-06 change
15238 which used point-min in the wrong place.
15239
15240 2004-10-12 Simon Josefsson <jas@extundo.com>
15241
15242 * tls.el (tls-certtool-program): New variable.
15243 (tls-certificate-information): New function, based on
15244 ssl-certificate-information.
15245
15246 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15247
15248 * compface.el: Move the version of ELisp-based uncompface program
15249 to the contrib directory because of the copyright problem.
15250
15251 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15252
15253 * message.el (message-kill-buffer): Raise the current frame.
15254
15255 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15256
15257 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15258
15259 * gnus.el (message-y-or-n-p): Autoload.
15260
15261 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15262 (pop3-password-required, pop3-authentication-scheme)
15263 (pop3-leave-mail-on-server): Make customizable.
15264 (pop3): New custom group.
15265 (pop3-retr): Remove `sleep-for' statements.
15266 Suggested by Dave Love <fx@gnu.org>.
15267
15268 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15269 Windows/DOS.
15270
15271 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15272 (imap-parse-body): Fix incorrect use of `assert'.
15273 Suggested by Dave Love <fx@gnu.org>.
15274
15275 * mml.el (mml-minibuffer-read-disposition): Require match.
15276 Suggested by Dave Love <fx@gnu.org>.
15277
15278 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15279
15280 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15281 doc string.
15282
15283 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15284
15285 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15286
15287 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15288
15289 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15290 instead of calling `mm-insert-inline', to decode text/* parts
15291 before displaying them.
15292
15293 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15294
15295 * mm-uu.el (mm-uu-text-plain-type): New variable.
15296 (mm-uu-pgp-signed-extract-1): Use it.
15297 (mm-uu-pgp-encrypted-extract-1): Use it.
15298 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15299 bind mm-uu-text-plain-type with that value.
15300 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15301 mm-uu-dissect.
15302
15303 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15304
15305 * gnus-group.el (gnus-update-group-mark-positions):
15306 * gnus-sum.el (gnus-update-summary-mark-positions):
15307 * message.el (message-check-news-body-syntax):
15308 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15309 of string-as-multibyte.
15310
15311 2004-10-05 Juri Linkov <juri@jurta.org>
15312
15313 * gnus-group.el (gnus-update-group-mark-positions):
15314 * gnus-sum.el (gnus-update-summary-mark-positions):
15315 * message.el (message-check-news-body-syntax):
15316 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15317 8-bit unibyte values to a multibyte string for search functions.
15318
15319 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15320
15321 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15322 (mm-uu-dissect-text-parts): New function.
15323
15324 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15325 dissect text parts.
15326
15327 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15328 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15329
15330 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15331
15332 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15333 Use gnus-current-topics instead of gnus-current-topic.
15334
15335 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15336
15337 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15338
15339 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15340
15341 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15342 where approriate.
15343
15344 * nnml.el (nnml-generate-active-info): do.
15345
15346 * nndiary.el (nndiary-generate-active-info): do.
15347
15348 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15349 (gnus-topic-move): do.
15350
15351 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15352 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15353
15354 * gnus-srvr.el (gnus-server-prepare)
15355 (gnus-server-open-all-servers): do.
15356
15357 * gnus-msg.el (gnus-summary-cancel-article)
15358 (gnus-summary-resend-message)
15359 (gnus-summary-mail-crosspost-complaint): do.
15360
15361 * gnus-move.el (gnus-change-server): do.
15362
15363 * gnus-group.el (gnus-group-unmark-all-groups)
15364 (gnus-group-set-current-level): do.
15365
15366 2004-10-04 Simon Josefsson <jas@extundo.com>
15367
15368 * message.el (message-generate-hashcash): Doc fix.
15369
15370 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15371
15372 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15373 avoid infinite recursion via gnus-get-function.
15374
15375 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15376
15377 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15378
15379 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15380
15381 * nnmail.el (nnmail-split-history): do.
15382
15383 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15384 (nnml-request-delete-group): do.
15385
15386 * nnslashdot.el (nnslashdot-read-groups): do.
15387
15388 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15389 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15390
15391 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15392 (nnspool-sift-nov-with-sed): Use last.
15393 (nnspool-retrieve-headers-with-nov): Use mapc.
15394 (nnspool-request-newgroups): Use dolist.
15395 (nnspool-request-group): Use last.
15396
15397 * nntp.el (nntp-read-server-type): Use dolist.
15398
15399 * nnvirtual.el (nnvirtual-create-mapping)
15400 (nnvirtual-update-read-and-marked): Use dolist.
15401 (nnvirtual-convert-headers): Simplify.
15402
15403 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15404
15405 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15406 Add support for sync'ing tick marks.
15407
15408 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15409
15410 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15411 there's no visible header.
15412
15413 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15414
15415 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15416 When necessary, pass full group name to gnus-request-set-marks.
15417
15418 2004-10-01 Simon Josefsson <jas@extundo.com>
15419
15420 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15421 acroread.
15422
15423 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15424
15425 * spam-report.el (spam-report-gmane): Fix interactive.
15426
15427 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15428
15429 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15430 when writing file.
15431 (gnus-agent-synchronize-flags): Don't default to being
15432 interactive.
15433
15434 2004-09-30 Simon Josefsson <jas@extundo.com>
15435
15436 * message.el (message-generate-hashcash): Add.
15437 (message-send-mail): Use it, call mail-add-payment.
15438
15439 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15440
15441 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15442
15443 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15444
15445 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15446 gnus-requst-update-info with explicit code to sync the in-memory
15447 info read flags with the marks being sync'd to the backend.
15448
15449 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15450
15451 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15452
15453 * spam.el (spam-verify-bogofilter): Add new function.
15454 (spam-check-bogofilter)
15455 (spam-bogofilter-register-with-bogofilter): Use it.
15456 (spam-verify-bogofilter): Add small fixes.
15457
15458 2004-09-28 Simon Josefsson <jas@extundo.com>
15459
15460 * hashcash.el (hashcash-generate-payment): Revert.
15461
15462 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15463
15464 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15465 Use gnus-extract-references instead of gnus-split-references.
15466
15467 * gnus-util.el (gnus-extract-references): Add new function, analogous
15468 to gnus-split-references but extracts only the message-ID without
15469 anything extra.
15470
15471 * hashcash.el (hashcash-generate-payment)
15472 (hashcash-check-payment): Do the right thing if hashcash-path is
15473 nil (because the hashcash program could not be found).
15474
15475 * spam.el (spam-use-hashcash): Remove comment.
15476
15477 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15478
15479 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15480 (gnus-cache-enter-article, gnus-cache-remove-article)
15481 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15482
15483 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15484
15485 * gnus-art.el (article-hide-boring-headers)
15486 (article-translate-strings, article-display-face)
15487 (gnus-article-mime-match-handle-first)
15488 (gnus-article-highlight-headers)
15489 (gnus-article-add-buttons-to-head): do.
15490
15491 2004-09-27 Simon Josefsson <jas@extundo.com>
15492
15493 * hashcash.el: New version, from
15494 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15495 ../contrib/.
15496
15497 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15498
15499 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15500
15501 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15502
15503 * gnus-dup.el (gnus-dup-open): Use mapc.
15504 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15505
15506 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15507 Reported by Stefan Wiens <s.wi@gmx.net>.
15508
15509 * gnus.el (gnus-shutdown): Use dolist.
15510
15511 * gnus-undo.el (gnus-undo): Use mapc.
15512
15513 * nnrss.el (nnrss-generate-active): do.
15514
15515 * message.el (message-cite-original-without-signature)
15516 (message-cite-original): Use mapc.
15517 (message-do-actions, message-make-forward-subject): Use dolist.
15518
15519 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15520
15521 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15522 deletion to remove entire duplicate line. Fixes merged article
15523 number bug.
15524
15525 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15526
15527 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15528 servers that are offline. Avoids having gnus-agent-toggle-plugged
15529 first ask if you want to open a server and then, even when you
15530 responded with no, asking if you want to synchronize the server's
15531 flags.
15532 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15533 multi-line expressions.
15534 (gnus-agent-synchronize-group-flags): New internal function.
15535 Updates marks in memory (in the info structure) AND in the
15536 backend.
15537
15538 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15539
15540 * nnagent.el (nnagent-request-set-mark):
15541 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15542 method, to ensure that synchronization updates marks in the
15543 backend and in the info (in memory) structure.
15544
15545 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15546
15547 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15548 convention fully; don't miss the root article of a thread; make
15549 the X-Draft-From header with correct article numbers.
15550
15551 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15552
15553 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15554 unless plugged. Disable the agent so that an open failure causes
15555 an error.
15556
15557 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15558 Revert 2004-09-21 change. The backend must be opened while
15559 synchronizing flags even when the backend stores the flags
15560 locally.
15561
15562 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15563
15564 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15565 in `header' match. Reported by Svend Tollak Munkejord.
15566
15567 * message.el (message-cite-original): Fix use of
15568 `message-cite-articles-with-x-no-archive'.
15569
15570 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15571
15572 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15573 (gnus-window-to-buffer): Ditto.
15574
15575 * mml.el (mml-preview-buffer): New variable.
15576 (mml-preview): Manage window layout with gnus-buffer-configuration.
15577
15578 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15579 X-Draft-From header even if those articles aren't quoted.
15580
15581 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15582
15583 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15584 (gnus-request-set-mark, gnus-request-update-mark): Use new
15585 g-s-t-u-l-m to decide to use backend even when unplugged.
15586
15587 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15588
15589 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15590 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15591
15592 2004-09-20 Simon Josefsson <jas@extundo.com>
15593
15594 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15595 "utf-16-le".
15596
15597 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15600
15601 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15602
15603 * uudecode.el (uudecode-use-external): Add :version.
15604
15605 * smime.el (smime-CA-file, smime-encrypt-cipher)
15606 (smime-dns-server): Add :version.
15607
15608 * smiley.el (gnus-smiley-file-types): Add :version.
15609
15610 * sha1.el (sha1-use-external): Add :version.
15611
15612 * pgg-def.el (pgg-query-keyserver): Add :version.
15613
15614 * nnmail.el (nnmail-fancy-expiry-targets)
15615 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15616 Add :version.
15617
15618 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15619 (nnimap-retrieve-groups-asynchronous): Add :version.
15620 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15621
15622 * mml.el (mml-content-disposition-parameters)
15623 (mml-insert-mime-headers-always): Add :version.
15624
15625 * mm-util.el (mm-coding-system-priorities): Add :version.
15626
15627 * mm-decode.el (mm-inline-text-html-with-images)
15628 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15629 (mm-verify-option): Add :version.
15630 (mm-text-html-renderer): Change :version.
15631
15632 * message.el (message-fcc-externalize-attachments)
15633 (message-required-headers, message-draft-headers)
15634 (message-subject-trailing-was-query)
15635 (message-subject-trailing-was-ask-regexp)
15636 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15637 (message-mark-insert-end, message-archive-header)
15638 (message-archive-note, message-cross-post-default)
15639 (message-cross-post-note, message-followup-to-note)
15640 (message-cross-post-note-function, message-use-mail-followup-to)
15641 (message-subscribed-address-functions)
15642 (message-subscribed-address-file, message-subscribed-addresses)
15643 (message-subscribed-regexps, message-allow-no-recipients)
15644 (message-yank-cited-prefix, message-signature-insert-empty-line)
15645 (message-hidden-headers, message-hierarchical-addresses)
15646 (message-mail-user-agent, message-use-idna)
15647 (message-valid-fqdn-regexp)
15648 (message-strip-special-text-properties, message-header-synonyms)
15649 (message-beginning-of-line, message-tab-body-function): Add :version.
15650 (message-insert-canlock, message-wide-reply-confirm-recipients):
15651 Change :version.
15652
15653 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15654 and :version.
15655 (mail-source-delete-old-incoming-confirm)
15656 (mail-source-movemail-program): Add :version.
15657
15658 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15659 (gnus-agent-cache, gnus-agent): Change :version.
15660
15661 * gnus-util.el (gnus-use-byte-compile): Change :version.
15662
15663 * gnus-sum.el (gnus-summary-make-false-root-always)
15664 (gnus-summary-default-high-score)
15665 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15666 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15667 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15668 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15669 (gnus-sum-thread-tree-single-indent)
15670 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15671 (gnus-sum-thread-tree-leaf-with-other)
15672 (gnus-sum-thread-tree-single-leaf): Add :version.
15673 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15674 (gnus-article-loose-mime): Change :version.
15675
15676 * gnus-start.el (gnus-backup-startup-file)
15677 (gnus-save-startup-file-via-temp-buffer): Add :version.
15678
15679 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15680 (gnus-server-offline-face): Add :version.
15681
15682 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15683
15684 * gnus-msg.el (gnus-gcc-externalize-attachments)
15685 (gnus-debug-files, gnus-debug-exclude-variables)
15686 (gnus-discouraged-post-methods): Change :version.
15687 (gnus-confirm-mail-reply-to-news)
15688 (gnus-confirm-treat-mail-like-news): Add :version.
15689
15690 * gnus-int.el (gnus-server-unopen-status): Add :version.
15691
15692 * gnus-group.el (gnus-group-jump-to-group-prompt)
15693 (gnus-large-ephemeral-newsgroup)
15694 (gnus-fetch-old-ephemeral-headers): Add :version.
15695
15696 * gnus-fun.el (gnus-x-face-directory)
15697 (gnus-convert-pbm-to-x-face-command)
15698 (gnus-convert-image-to-x-face-command)
15699 (gnus-convert-image-to-face-command): Add :version.
15700
15701 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15702
15703 * gnus-cite.el (gnus-cite-blank-line-after-header)
15704 (gnus-article-boring-faces): Add :version.
15705
15706 * gnus-art.el (gnus-buttonized-mime-types)
15707 (gnus-inhibit-mime-unbuttonizing)
15708 (gnus-treat-display-face)
15709 (gnus-treat-body-boundary): Change :version.
15710 (gnus-body-boundary-delimiter, gnus-picon-databases)
15711 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15712 (gnus-treat-date-english, gnus-treat-fold-headers)
15713 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15714 (gnus-treat-mail-picon, gnus-treat-wash-html)
15715 (gnus-article-encrypt-protocol)
15716 (gnus-use-idna, gnus-article-over-scroll)
15717 (gnus-mime-display-multipart-alternative-as-mixed)
15718 (gnus-mime-display-multipart-related-as-mixed)
15719 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15720 (gnus-ctan-url, gnus-button-ctan-handler)
15721 (gnus-button-handle-ctan-bogus-regexp)
15722 (gnus-button-ctan-directory-regexp)
15723 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15724 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15725 (gnus-button-man-level, gnus-button-emacs-level)
15726 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15727
15728 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15729 (gnus-agent-go-online): Change :version.
15730 (gnus-agent-expire-unagentized-dirs)
15731 (gnus-agent-auto-agentize-methods): Add :version.
15732
15733 * flow-fill.el (fill-flowed-display-column)
15734 (fill-flowed-encode-column): Add :version.
15735
15736 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15737 (gnus-outlook-deuglify-unwrap-max)
15738 (gnus-outlook-deuglify-cite-marks)
15739 (gnus-outlook-deuglify-unwrap-stop-chars)
15740 (gnus-outlook-deuglify-no-wrap-chars)
15741 (gnus-outlook-deuglify-attrib-cut-regexp)
15742 (gnus-outlook-deuglify-attrib-verb-regexp)
15743 (gnus-outlook-deuglify-attrib-end-regexp)
15744 (gnus-outlook-display-hook): Add :version.
15745
15746 * binhex.el (binhex-use-external): Add :version.
15747
15748 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15749
15750 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15751 and `invisible'.
15752
15753 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15754
15755 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15756 in gnus-registry-trim.
15757
15758 2004-09-13 Simon Josefsson <jas@extundo.com>
15759
15760 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15761
15762 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15763
15764 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15765 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15766 <yamaoka@jpl.org>.
15767 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15768 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15769 <yamaoka@jpl.org>.
15770
15771 * sieve.el (sieve-manage-mode): Ditto.
15772
15773 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15774
15775 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15776
15777 2004-09-11 Simon Josefsson <jas@extundo.com>
15778
15779 * dns-mode.el: Add.
15780
15781 * mm-view.el (mm-display-dns-inline): Add.
15782
15783 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15784 (mm-automatic-display): Ditto.
15785
15786 * mailcap.el (mailcap-mime-data): Add text/dns.
15787 (mailcap-mime-extensions): Map .soa to text/dns.
15788
15789 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
15790
15791 * gnus-art.el (article-decode-mime-words, article-babel)
15792 (gnus-article-highlight-signature, gnus-article-add-buttons)
15793 (gnus-signature-toggle): Remove unnecessary bindings of
15794 `inhibit-read-only' inherited from v5.10 merge.
15795
15796 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15797
15798 * nntp.el (nntp): New customization group.
15799 (nntp-authinfo-file): Add customization group.
15800
15801 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15802
15803 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15804
15805 * gnus.el (to-address, to-list, subscribed)
15806 (large-newsgroup-initial): Ditto.
15807
15808 * flow-fill.el (fill-flowed-display-column)
15809 (fill-flowed-encode-column): Ditto.
15810
15811 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * message.el (message-tokenize-header, message-send-mail-with-qmail):
15814 Use point-min rather than 1.
15815 (message-send-mail): Use buffer-size rather than point-max.
15816
15817 * gnus-sum.el (gnus-summary-search-article-forward):
15818 Signal a specific `search-failed' rather than a generic `error'.
15819
15820 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15821 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15822 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15823
15824 2004-09-10 Simon Josefsson <jas@extundo.com>
15825
15826 * nndb.el (require): Remove tcp and duplicate cl.
15827
15828 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
15829
15830 * gnus-agent.el (directory-files-and-attributes): Move forward.
15831
15832 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15833
15834 * gnus-agent.el (directory-files-and-attributes):
15835 Optionally defined to support XEmacs.
15836
15837 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
15838
15839 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15840 to avoid run-time CL dependencies.
15841 (gnus-agent-unfetch-articles): New function.
15842 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15843 article numbers even when local .overview file is missing.
15844 (gnus-agent-read-article-number): New function. Only accepts
15845 27-bit article numbers.
15846 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15847 Use gnus-agent-read-article-number.
15848 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15849 from backend while recognizing that article numbers in .overview
15850 must be valid.
15851 (gnus-agent-update-files-total-fetched-for):
15852 Use directory-files-and-attributes to improve performance.
15853 * gnus-int.el (gnus-request-move-article):
15854 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15855 improve performance.
15856
15857 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15858 some users confused by references to .newsrc when they only have a
15859 .newsrc.eld file.
15860 (gnus-convert-mark-converter-prompt)
15861 (gnus-convert-converter-needs-prompt): Fix use of property list.
15862 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15863 New function. Used internally to only display 'gnus converting
15864 files' message when actually necessary.
15865
15866 * gnus-sum.el (): Remove (require 'gnus-agent) as required
15867 methods now autoloaded.
15868
15869 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
15870
15871 * gnus-sum.el (gnus-summary-insert-subject): Remove list
15872 identifiers.
15873
15874 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
15875
15876 * gnus-picon.el: Fix indentation and closing parenthesis.
15877
15878 2004-09-01 Simon Josefsson <jas@extundo.com>
15879
15880 * message.el (message-canlock-generate): Require sha1, not
15881 sha1-el. (Can we get rid of this require altogether? It is ugly
15882 to require within a function. Sadly, if sha1.el isn't loaded, the
15883 let binding in m-c-g will hide the defcustom definition, which is
15884 bad.)
15885
15886 * canlock.el: Require sha1, not sha1-el.
15887
15888 * message.el: Don't autoload sha1 (there is a autoload cookie in
15889 sha1.el).
15890
15891 * sha1-el.el: Rename to sha1.el.
15892
15893 2004-08-30 Juanma Barranquero <lektu@terra.es>
15894
15895 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15896
15897 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
15898
15899 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15900
15901 2004-08-30 Kim F. Storm <storm@cua.dk>
15902
15903 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15904
15905 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15906 Add :group 'nnimap.
15907
15908 2004-08-30 Andreas Schwab <schwab@suse.de>
15909
15910 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15911 ?* and ?\;.
15912
15913 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15914 and ?\' to symbol instead of whitespace.
15915
15916 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
15917
15918 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15919
15920 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15921 instead of re-search-forward.
15922
15923 * gnus-uu.el (gnus-uu-save-article): Ditto.
15924 (gnus-uu-post-encode-uuencode): Ditto.
15925
15926 * html2text.el (html2text-clean-list-items): Ditto.
15927 (html2text-clean-dtdd): Ditto.
15928 (html2text-format-tags): Ditto.
15929
15930 * message.el (message-send-mail-with-sendmail): Fix regexp.
15931 (message-fill-field-general): Use search-forward instead of
15932 re-search-forward.
15933 (unbold-region): Ditto.
15934
15935 * nnrss.el (nnrss-request-article): Ditto.
15936
15937 * nnslashdot.el (nnslashdot-request-article): Ditto.
15938
15939 * nnweb.el (nnweb-gmane-wash-article): Ditto.
15940
15941 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15942 "Unrecognized menu descriptor" error in XEmacs.
15943
15944 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
15945
15946 * gnus-sum.el (gnus-read-header): Don't remove a header for the
15947 parent article of a sparse article in the thread hashtb.
15948
15949 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
15950
15951 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15952 (nnmail-expand-newtext): Lowercase expanded entries if
15953 nnmail-split-lowercase-expanded is non-nil.
15954
15955 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
15956
15957 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15958
15959 * gnus-group.el (gnus-group-line-format-alist): Convert the value
15960 of gnus-tmp-news-method into string under XEmacs. It will be
15961 passed to gnus-correct-length which takes only a string argument.
15962
15963 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
15964
15965 * gnus-util.el (gnus-bind-print-variables): New macro.
15966 (gnus-prin1): Use it.
15967 (gnus-prin1-to-string): Use it.
15968 (gnus-pp): New function.
15969 (gnus-pp-to-string): New function.
15970
15971 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15972 Replace pp-to-string with gnus-pp-to-string.
15973 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15974 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15975 * gnus-msg.el (gnus-debug): Ditto.
15976 * gnus-score.el (gnus-score-save): Ditto.
15977 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15978 gnus-pp-to-string.
15979 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15980 with gnus-pp.
15981 * score-mode.el (gnus-score-pretty-print): Ditto.
15982 * webmail.el (webmail-debug): Ditto.
15983
15984 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
15985
15986 * gnus-art.el (article-display-face, article-display-x-face):
15987 Use buffer-read-only.
15988
15989 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
15990
15991 * gnus-art.el (article-hide-list-identifiers):
15992 Bind inhibit-read-only as t.
15993
15994 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
15995
15996 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15997
15998 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16001 (gnus-narrow-to-page): Don't assume point-min == 1.
16002 (gnus-article-edit-mode): Derive from message-mode.
16003
16004 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16005 point-min == 1.
16006
16007 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16008 Disable incorrect use of `assert'.
16009
16010 * message.el (message-mode): Set comment-start-skip.
16011
16012 2004-08-22 Sam Steingold <sds@gnu.org>
16013
16014 * pop3.el (pop3-leave-mail-on-server): New user variable.
16015 (pop3-movemail): Delete mail only when it is nil.
16016
16017 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16018
16019 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16020
16021 * mml.el (mml-preview): Use `pop-to-buffer'.
16022
16023 * message.el (message-goto-mail-followup-to): Insert after "To".
16024 (message-carefully-insert-headers): Add comment.
16025
16026 * gnus.el: Remove unused variable `gnus-article-check-size'.
16027
16028 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16029
16030 * gnus-art.el (gnus-button-alist):
16031 Improve `gnus-button-handle-library' entry.
16032
16033 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16034
16035 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16036 Use downcase, since XEmacs capitalizes error messages differently.
16037
16038 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16039
16040 * nntp.el: Add (require 'gnus) due to reference to
16041 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16042
16043 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16044
16045 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16046 Bind `mm-fill-flowed'.
16047
16048 * mm-decode.el (mm-dissect-singlepart): Check it.
16049
16050 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16051
16052 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16053 'imap' for netrc parsing.
16054
16055 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16056
16057 * mailcap.el (mailcap-mime-data): Mark as risky.
16058
16059 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16060
16061 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16062 may be included in the encoded word.
16063 (rfc2047-encode): Don't append a space if the encoded word
16064 includes close parenthesis.
16065
16066 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16067
16068 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16069 of text within parentheses.
16070
16071 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16072
16073 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16074 (gnus-encrypt-write-file-contents): Make the password key the file
16075 name PLUS the cipher, not just the cipher. Also remove failed
16076 passwords from the cache.
16077
16078 2004-08-06 Simon Josefsson <jas@extundo.com>
16079
16080 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16081 Doc fix.
16082
16083 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16084
16085 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16086 LWSP.
16087
16088 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16089
16090 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16091 Try to append in-reply-to: data to the references: header.
16092
16093 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16094 (netrc-parse): Use gnus-encrypt.el functions.
16095
16096 * gnus-encrypt.el: Add new file for encryption support; currently
16097 does only a few GPG ciphers and an internal XOR cipher.
16098
16099 * password.el: Add comments on using password-read-and-add.
16100 (password-read-and-add): Add function to read and add the
16101 password to the cache at once.
16102
16103 2004-07-28 Simon Josefsson <jas@extundo.com>
16104
16105 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16106 parameter (but don't use it, for now).
16107
16108 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16109 instead of hard coding to nil.
16110
16111 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16112
16113 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16114 as mm-inline-image-xemacs does.
16115
16116 2004-07-26 Simon Josefsson <jas@extundo.com>
16117
16118 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16119 Revert part of 2004-07-17 change below.
16120
16121 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16122
16123 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16124 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16125
16126 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16127
16128 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16129 quotes that actually start with ">" at the beginning of the
16130 lines.
16131
16132 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16133
16134 * rfc2047.el (rfc2047-encode-region): Fix last change.
16135 (rfc2047-encode-parameter): Remove useless concat.
16136
16137 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16138
16139 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16140 encode special characters; fix some kind of misconfigured headers;
16141 signal a real error if debug-on-quit or debug-on-error is non-nil.
16142 (rfc2047-encode-max-chars): New variable.
16143 (rfc2047-encode-1): Use it.
16144 (rfc2047-encode-parameter): New function.
16145
16146 * mml.el (mml-insert-parameter): Remove an excessive space.
16147
16148 2004-07-17 Simon Josefsson <jas@extundo.com>
16149
16150 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16151 Kai Grossjohann <kai@emptydomain.de>.
16152 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16153 (gnus-group-make-menu-bar): Ditto.
16154
16155 * gnus-util.el (gnus-group-server): Add.
16156
16157 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16158
16159 * message.el (message-clone-locals): Clone sendmail and smtp
16160 variables.
16161
16162 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16163
16164 * rfc2047.el (rfc2047-encode-region): Fix last change.
16165
16166 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16167
16168 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16169 characters as non-special.
16170
16171 2004-07-09 Simon Josefsson <jas@extundo.com>
16172
16173 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16174 Users will lose all flag changes made while unplugged with
16175 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16176 good default. See numerous reports on ding mailing list.
16177
16178 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16179
16180 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16181 add generate-head-function and generate-article-function to the
16182 rfc822-forward entry.
16183 (nndoc-rfc822-forward-generate-article): New function.
16184 (nndoc-rfc822-forward-generate-head): New function.
16185
16186 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16187
16188 2004-07-06 Dan Christensen <jdc@uwo.ca>
16189
16190 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16191 respect display group parameter and gnus-summary-expunge-below.
16192 (gnus-articles-to-read): Remove unused reference to display group
16193 parameter.
16194
16195 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16196
16197 * nnheader.el (nnheader-uniquify-message-id): New experimental
16198 variable.
16199 (nnheader-nov-read-message-id): Use it.
16200
16201 * spam-report.el (spam-report-gmane): Add interactive.
16202
16203 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16204
16205 * mm-encode.el (mm-content-transfer-encoding-defaults):
16206 Use qp-or-base64 for the application/* types.
16207
16208 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16209
16210 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16211
16212 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16213
16214 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16215 trim value.
16216
16217 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16218
16219 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16220 New macro and function.
16221 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16222
16223 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16224
16225 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16226 after-load-alist.
16227
16228 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16229
16230 * gnus-group.el (gnus-group-get-new-news-this-group):
16231 Don't update info that isn't there.
16232
16233 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16234
16235 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16236 entry.
16237
16238 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16239
16240 * mm-view.el (mm-inline-render-with-function): Use multibyte
16241 buffer; decode html source by charset.
16242
16243 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16244
16245 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16246 Mule-UCS is loaded under XEmacs.
16247 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16248
16249 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16250
16251 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16252
16253 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16254
16255 * mm-util.el (mm-coding-system-p): Return a coding-system.
16256 (mm-mime-mule-charset-alist): Use shift_jis instead of
16257 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16258 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16259 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16260 instead of japanese-shift-jis and iso-latin-1 respectively in
16261 order to share the default value with both Emacs and XEmacs-mule.
16262 (mm-mule-charset-to-mime-charset):
16263 Make mm-coding-system-priorities effective.
16264 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16265 while predicating of candidates upon the priorities.
16266
16267 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16268
16269 * gnus-sum.el (gnus-summary-make-menu-bar):
16270 Add gnus-uu-invert-processable.
16271
16272 * gnus.el: Autoload gnus-uu-invert-processable.
16273
16274 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16275
16276 * mm-util.el (mm-with-multibyte-buffer): New macro.
16277
16278 * rfc2047.el (rfc2047-encode-string): Use it.
16279 (rfc2047-encode-region): Move point to the end of the region after
16280 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16281
16282 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16283
16284 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16285 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16286
16287 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16288
16289 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16290 (gnus-cite-parse): Ignore quoted envelope From_.
16291 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16292
16293 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16294
16295 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16296 invalid addresses.
16297
16298 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16299
16300 * spam.el: Change section markers, revise TODO list.
16301 (spam-backends): Make new master list of all installed backends.
16302 (spam-summary-exit-behavior): Add new variable to determine how
16303 messages moves are done at summary exit.
16304 (spam-move-spam-nonspam-groups-only)
16305 (spam-process-ham-in-nonham-groups)
16306 (spam-process-ham-in-spam-groups): Remove variables, the
16307 spam-summary-exit-behavior variable should be used to manage this
16308 behavior.
16309 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16310 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16311 and spam-old-spam-articles.
16312 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16313 Add empty variables, placeholders for the backends they represent.
16314 (spam-set-difference): Move, unchanged.
16315 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16316 unless the user has a processor variable.
16317 (spam-classifications, spam-classification-valid-p)
16318 (spam-backend-properties, spam-backend-property-valid-p)
16319 (spam-backend-function-type-valid-p)
16320 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16321 (spam-report-articles-gmane, spam-report-articles-resend):
16322 Remove functions, they are not needed.
16323 (spam-install-backend-super, spam-backend-list)
16324 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16325 (spam-backend-function, spam-backend-ham-registration-function)
16326 (spam-backend-spam-registration-function)
16327 (spam-backend-ham-unregistration-function)
16328 (spam-backend-spam-unregistration-function)
16329 (spam-backend-statistical-p, spam-backend-mover-p)
16330 (spam-install-backend-alias, spam-install-checkonly-backend)
16331 (spam-install-mover-backend, spam-install-nocheck-backend)
16332 (spam-install-backend, spam-install-statistical-backend)
16333 (spam-install-statistical-checkonly-backend): Add backend installation
16334 support.
16335 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16336 (spam-group-processor-p): Use the new backend code and respect the
16337 summary exit behavior.
16338 (spam-mark-spam-as-expired-and-move-routine): Remove.
16339 (spam-summary-prepare): Change to use the new spam-old-articles
16340 variable.
16341 (spam-copy-or-move-routine, spam-copy-spam-routine)
16342 (spam-move-spam-routine, spam-copy-ham-routine)
16343 (spam-move-ham-routine): Add code to copy/move ham or spam.
16344 (spam-fetch-field-fast): Improve doc and code, plus allow the
16345 'number request.
16346 (spam-list-of-checks, spam-list-of-statistical-checks):
16347 Remove variables.
16348 (spam-split, spam-find-spam): Use the new backend code.
16349 (spam-registration-functions): Remove variable.
16350 (spam-unregister-routine): Add convenience wrapper.
16351 (spam-log-undo-registration, spam-register-routine)
16352 (spam-log-processing-to-registry)
16353 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16354 where possible.
16355 (spam-check-gmane-xref, spam-check-regex-headers)
16356 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16357 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16358 (spam-check-bogofilter-headers, spam-check-spamoracle)
16359 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16360 (spam-check-crm114-headers): Use the spam-split-group that
16361 spam-split prepares, no need to determine it every time.
16362
16363 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16364 to the nnheader-parse-naked-head call.
16365
16366 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16367
16368 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16369 the nnheader-nov-read-message-id call.
16370
16371 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16372
16373 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16374 gnus-activate-group twice. Suggested by Markus Peter
16375 <warp@spin.de>.
16376
16377 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16378
16379 * gnus-art.el (gnus-article-time-format): Exchange the order of
16380 day and month in the default value; fix customization type.
16381 (article-date-ut): Use add-text-properties.
16382 (article-make-date-line): Use message-make-date instead of
16383 current-time-string.
16384
16385 * message.el (message-fetch-field): Don't use set-text-properties.
16386 (message-make-date): Simplify.
16387
16388 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16389
16390 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16391 (rfc2047-encode-region): Treat text within parentheses as special;
16392 show the original text when error has occurred.
16393
16394 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16395 already-computed method to gnus-activate-group.
16396
16397 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16398 same select-methods identical Lisp objects.
16399
16400 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16401 object when modifying the info.
16402
16403 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16404
16405 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16406 gnus-opened-servers since it has never been opened with the new
16407 configuration yet.
16408
16409 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16410
16411 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16412 arg to nnheader-generate-fake-message-id.
16413
16414 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16415
16416 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16417 number and build a fake message ID localized to a group and
16418 article number (so it's repeatable from that point on).
16419 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16420 ID format.
16421
16422 * gnus-sum.el (gnus-get-newsgroup-headers):
16423 Call nnheader-generate-fake-message-id with the article number.
16424
16425 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16426
16427 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16428 end-of-buffer.
16429
16430 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16431
16432 * message.el (message-ignored-supersedes-headers): Add Approved.
16433
16434 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16435
16436 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16437 goto-char.
16438 (rfc2047-encode): Fold the line before encoding.
16439
16440 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16441
16442 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16443 folding -- not all headers can be folded, and this should be done
16444 by the message composition mode. Probably. I think.
16445
16446 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16447
16448 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16449 fast.
16450
16451 * gnus-ems.el (gnus-remove-image): Don't use
16452 message-text-with-property; remove only the image found first.
16453
16454 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16455
16456 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16457
16458 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16459
16460 * message.el (message-text-with-property): Make it fast and accept
16461 optional arguments.
16462 (message-strip-forbidden-properties): Use it.
16463 (message-fix-before-sending): Follow the m-t-w-p change.
16464
16465 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16466
16467 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16468
16469 * gnus-art.el (article-hide-headers): Don't change the buffer
16470 mistakenly when performing mml-preview even if
16471 gnus-single-article-buffer is nil.
16472
16473 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16474
16475 * message.el (message-expand-name-databases): New user option.
16476 (message-expand-name): Use it.
16477
16478 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16479
16480 * spam.el (spam-report-articles-resend)
16481 (spam-report-resend-register-routine): Allow ham reporting.
16482 (spam-report-resend-register-ham-routine): Add wrapper.
16483 (spam-registration-functions): Add ham resending functions.
16484 (spam-list-of-processors): Add ham resend processor.
16485
16486 * gnus.el (ham-resend-to): Add new group parameter.
16487 (spam-process): Add ham resend option.
16488
16489 * spam-report.el (spam-report-resend): Allow reporting ham.
16490 (spam-report-resend-ham): Add wrapper.
16491
16492 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16493
16494 * message.el (message-cite-articles-with-x-no-archive):
16495 New variable.
16496 (message-cite-original): Use it.
16497
16498 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16499
16500 * message.el (message-cite-original): Respect X-No-Archive.
16501
16502 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16503
16504 * gnus-art.el (article-hide-headers): Refer to the values for
16505 gnus-ignored-headers and gnus-visible-headers in the summary
16506 buffer since a user may have set them as group parameters.
16507
16508 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16509
16510 * assistant.el (assistant-node-name): Add convenience function.
16511 (assistant-render-text, assistant-render-node): Add error handling,
16512 plus handle multiple next nodes.
16513 (assistant-find-next-node): Comment out for now.
16514 (assistant-find-next-nodes): Add function, returns list of next
16515 nodes.
16516
16517 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16518
16519 * mail-source.el (mail-source-directory): Fix doc-string.
16520
16521 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16522
16523 * assistant.el (assistant-render-text, assistant-eval): Add :set
16524 widget type, which is different because it takes and returns a
16525 list. Much hilarity ensues.
16526
16527 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16528
16529 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16530
16531 * gnus-group.el (gnus-group-get-new-news-this-group):
16532 Add doc-string.
16533
16534 * gnus-start.el (gnus-activate-group): Add doc-string.
16535
16536 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16537
16538 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16539
16540 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16541
16542 * assistant.el (assistant-render-text): Try to add a :set
16543 widget, more to come.
16544
16545 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16546 strings.
16547 (spam-report-articles-resend)
16548 (spam-register-routine): Do registration iff any articles warrant
16549 it.
16550 (spam-summary-prepare-exit): Change log message for nil group
16551 destinations.
16552
16553 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16554
16555 * spam.el (spam-report-resend-register-routine):
16556 Allow spam-report-resend-to to be a group parameter or a global value.
16557
16558 2004-05-26 Simon Josefsson <jas@extundo.com>
16559
16560 * starttls.el: Merge with my GNUTLS based starttls.el.
16561 (starttls-gnutls-program, starttls-use-gnutls)
16562 (starttls-extra-arguments, starttls-process-connection-type)
16563 (starttls-connect, starttls-failure, starttls-success):
16564 New variables.
16565 (starttls-program, starttls-extra-args): Doc fix.
16566 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16567 New functions.
16568 (starttls-negotiate, starttls-open-stream):
16569 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16570 function if it is set.
16571
16572 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16573
16574 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16575 structured fields.
16576
16577 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16578
16579 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16580
16581 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16582
16583 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16584 Add variable.
16585 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16586 assigning the spam-mark to new messages.
16587
16588 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16589
16590 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16591
16592 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16593
16594 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16595 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16596 default.
16597
16598 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16599
16600 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16601 correct data.
16602
16603 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16604
16605 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16606 (spam-group-processor-p): Fix function.
16607 (spam-group-processor-multiple-p)
16608 (spam-group-spam-processor-report-gmane-p)
16609 (spam-group-spam-processor-report-resend-p)
16610 (spam-group-spam-processor-bogofilter-p)
16611 (spam-group-spam-processor-blacklist-p)
16612 (spam-group-spam-processor-ifile-p)
16613 (spam-group-ham-processor-ifile-p)
16614 (spam-group-spam-processor-spamoracle-p)
16615 (spam-group-spam-processor-crm114-p)
16616 (spam-group-ham-processor-bogofilter-p)
16617 (spam-group-spam-processor-stat-p)
16618 (spam-group-ham-processor-stat-p)
16619 (spam-group-ham-processor-whitelist-p)
16620 (spam-group-ham-processor-BBDB-p)
16621 (spam-group-ham-processor-spamoracle-p)
16622 (spam-group-ham-processor-copy-p): Remove functions with some
16623 prejudice against unneeded code.
16624 (spam-report-articles-resend)
16625 (spam-report-resend-register-routine): Allow the group/topic
16626 spam-resend-to value to override spam-report-resend-to.
16627 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16628 properly now.
16629
16630 * gnus.el (spam-resend-to): Add group/topic parameter.
16631 (spam-process): Move the OBSOLETE processors to the end of the
16632 choices.
16633
16634 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16635
16636 * spam-report.el (spam-report-resend-to, spam-report-resend):
16637 Start with resend-to set to nil, and then ask the user if necessary.
16638 (spam-report-resend): spam-report-resend takes a list of articles, not
16639 separate article numbers.
16640
16641 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16642
16643 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16644 addition to emacs-w3m.
16645
16646 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16647
16648 * assistant.el (assistant-authinfo-data): New function.
16649 (assistant-eval): Eval for entire assistant.
16650
16651 * netrc.el (netrc-services-file): New variable.
16652 (netrc-parse-services): New function.
16653 (netrc-find-service-name): New function.
16654 (netrc-find-service-number): New function.
16655 (netrc-port-equal): New function.
16656 (netrc-machine): Use it.
16657
16658 * nnimap.el (nnimap-open-connection): Use netrc.
16659
16660 * gnus-util.el (gnus-netrc-get): Remove aliases.
16661
16662 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16663
16664 * assistant.el (wid-edit): Fix compilation.
16665
16666 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16667
16668 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16669
16670 * gnus-util.el (gnus-set-file-modes): New function. (small
16671 patch).
16672
16673 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16674
16675 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16676
16677 * assistant.el (assistant-render-node): Fix up rendering and
16678 read-only text.
16679 (assistant-render-node): Reset.
16680 (assistant-make-read-only): Not sticky.
16681
16682 2004-05-20 Danny Siu <dsiu@adobe.com>
16683
16684 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16685 centered even when gnus-auto-center-summary is t
16686
16687 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16688
16689 * dns.el (dns-get-txt-answer): New function.
16690 (dns-read-txt): Ditto.
16691 (query-dns): Use it.
16692
16693 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16694
16695 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16696 active for foreign groups even if the group level is higher than
16697 the specified value.
16698
16699 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16700
16701 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16702 non-active groups.
16703
16704 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16705
16706 2004-05-20 Magnus Henoch <mange@freemail.hu>
16707
16708 * dns.el (dns-read-type): Add support for SVR. (small patch)
16709
16710 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16711
16712 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16713 (spam-crm114-header, spam-crm114-spam-switch)
16714 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16715 (spam-crm114-positive-spam-header)
16716 (spam-crm114-database-directory, spam-list-of-processors)
16717 (spam-group-spam-processor-crm114-p)
16718 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16719 (spam-generic-score, spam-list-of-checks)
16720 (spam-list-of-statistical-checks, spam-registration-functions)
16721 (spam-check-crm114-headers, spam-crm114-score)
16722 (spam-check-crm114, spam-crm114-register-with-crm114)
16723 (spam-crm114-register-spam-routine)
16724 (spam-crm114-unregister-spam-routine)
16725 (spam-crm114-register-ham-routine)
16726 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16727 From asjo@koldfront.dk (Adam Sjøgren).
16728
16729 * gnus.el: Add spam-use-crm114.
16730
16731 * spam.el (spam-list-of-processors, spam-registration-functions):
16732 Add spam-use-resend.
16733 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16734 (spam-report-articles-gmane): Add doc fix.
16735 (spam-report-articles-resend, spam-report-resend-register-routine):
16736 Add wrappers around spam-report-resend-to.
16737
16738 * spam-report.el (spam-report-resend-to, spam-report-resend):
16739 Add support for resending spam.
16740 (spam-report-gmane): Fix line length >80.
16741
16742 * gnus.el (spam-process): Add spam-use-resend.
16743
16744 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16745
16746 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16747 number of processed spam messages.
16748 (spam-ham-copy-or-move-routine): Return the number of processed
16749 ham messages.
16750 (spam-summary-prepare-exit): Use the above values to decide
16751 whether status messages shouled be displayed.
16752
16753 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16754
16755 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16756 `rfc2047-encoding-function-alist' in order to avoid conflicting
16757 with the old version.
16758 (rfc2047-encode-region): Concatenate words containing non-ASCII
16759 characters in structured fields; don't encode space-delimited
16760 ASCII words even in unstructured fields; don't break words at
16761 char-category boundaries.
16762 (rfc2047-encode-1): New function.
16763 (rfc2047-encode): Use it; encode text so that it occupies the
16764 maximum width within 76-column; work correctly on Q encoding for
16765 iso-2022-* charsets.
16766 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16767 sure not to break a line just after the header name.
16768 (rfc2047-b-encode-region): Remove.
16769 (rfc2047-b-encode-string): New function.
16770 (rfc2047-q-encode-region): Remove.
16771 (rfc2047-q-encode-string): New function.
16772
16773 * mm-util.el (mm-replace-in-string): New function.
16774
16775 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16776
16777 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16778 Really get it right.
16779 (gnus-inews-make-draft): Really.
16780
16781 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16782
16783 * nnmh.el (nnmh-request-list-1): Don't check the link count
16784 before descending. (small patch)
16785
16786 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16787
16788 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16789 stuff.
16790
16791 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16792 Match on real group name.
16793
16794 * gnus-art.el (gnus-signature-limit): Doc fix.
16795
16796 * gnus-msg.el (gnus-inews-make-draft): Quote list.
16797
16798 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
16799
16800 * gnus-draft.el (gnus-draft-send):
16801 Bind rfc2047-encode-encoded-words.
16802
16803 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16804 (rfc2047-encodable-p): Say that =? needs encoding.
16805 (rfc2047-encode-encoded-words): New variable.
16806
16807 * gnus-group.el (gnus-group-select-group): Doc fix.
16808
16809 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16810
16811 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16812 to nil.
16813
16814 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16815
16816 * nnheader.el (nnheader-get-lines-and-char): New function.
16817
16818 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
16819
16820 * gnus-msg.el (gnus-summary-followup-with-original):
16821 Document yanking of region when active.
16822
16823 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
16824
16825 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16826 groups if the group level is higher than the specified value.
16827
16828 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16829
16830 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16831 (gnus-group-jump-to-group): Add prefix argument using
16832 `gnus-group-jump-to-group-prompt'. Query before jumping to
16833 non-active group.
16834
16835 * compface.el (uncompface): Be verbose when changing
16836 `uncompface-use-external'.
16837
16838 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16839 handle manual section.
16840
16841 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16842
16843 * gnus-art.el (gnus-button-alist): Revert previous change.
16844
16845 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16846
16847 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16848
16849 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16850
16851 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16852 whether backend can accept message.
16853
16854 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16855
16856 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
16857
16858 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16859 Avoid creating directory when nntp-marks-is-evil is true.
16860 Reported by Reiner Steib.
16861
16862 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16863
16864 * gnus-picon.el (gnus-picon-style): New variable.
16865 (gnus-picon-insert-glyph): Add optional `nostring' argument.
16866 (gnus-picon-transform-address): Support `gnus-picon-style'.
16867 From Jesper Harder <harder@ifa.au.dk>.
16868
16869 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16870
16871 * message.el (message-fill-field): Return point.
16872 (message-generate-headers): Go to end of field.
16873
16874 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16875 stuff for non-living groups.
16876
16877 2004-05-18 Jesper Harder <harder@ifa.au.dk>
16878
16879 * gnus-art.el (gnus-article-followup-with-original)
16880 (gnus-article-reply-with-original): gnus-mark-active-p ->
16881 gnus-region-active-p.
16882
16883 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
16884
16885 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16886 only when there is spam or ham to be processed.
16887
16888 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16889
16890 * mail-source.el (mail-source-delete-crash-box): Refactor.
16891 (mail-source-fetch): Use it.
16892 (mail-source-fetch-file): Ditto.
16893 (mail-source-fetch-directory): Run postscript in loop.
16894 (mail-source-fetch-pop): Delete.
16895 (mail-source-fetch-maildir): Ditto.
16896 (mail-source-fetch-imap): Ditto.
16897
16898 * imap.el (imap-authenticators): Comment out sasl.
16899
16900 * message.el (message-skip-to-next-address): New function.
16901 (message-fill-header-address): Refactor.
16902 (message-fill-address): Use it.
16903 (message-delete-address): Use it.
16904 (message-fill-header-general): Refactor.
16905 (message-fill-field-address): Rename.
16906 (message-narrow-to-field): Find the start of the header.
16907 (message-header-format-alist): Don't pre-fill.
16908 (message-fill-header): Remove.
16909 (message-insert-header): New function.
16910 (message-shorten-references): Use it.
16911
16912 * rfc2047.el (rfc2047-field-value): Strip props.
16913
16914 * mail-parse.el (mail-header-make-address): New alias.
16915
16916 * ietf-drums.el (ietf-drums-make-address): New function.
16917
16918 * imap.el: Add compiler directives.
16919
16920 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16921
16922 * gnus-art.el (article-decode-idna-rhs): Don't use
16923 message-idna-inside-rhs-p.
16924
16925 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16926
16927 * message.el (message-idna-inside-rhs-p): Remove.
16928 (message-idna-to-ascii-rhs-1): Use proper address parsing.
16929
16930 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16931 false positives.
16932
16933 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16934
16935 * imap.el (imap-sasl-make-mechanisms): Use sasl.
16936
16937 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16938
16939 * nneething.el (nneething-file-name): Don't create spurious
16940 files.
16941
16942 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16943 (gnus-inews-do-gcc): Remove sleep.
16944
16945 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16946 part under point.
16947
16948 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16949 (gnus-agent-regenerate-group): Using nil messages aren't valid.
16950
16951 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
16952
16953 * spam.el (spam-summary-prepare-exit): Fix (length).
16954
16955 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
16956
16957 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16958 as expired without moving it" message when there are spam
16959 messages left.
16960
16961 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
16962
16963 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16964 header is not nil.
16965
16966 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
16967
16968 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16969 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16970 (nntp-marks-changed-p): New arg SERVER.
16971 (nntp-request-update-info): Adjust caller.
16972
16973 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
16974
16975 * nntp.el (nntp-save-marks): Pass missing arg.
16976
16977 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
16978
16979 * nntp.el: Support marks.
16980 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16981 (nntp-marks-modtime, nntp-marks-directory): New variables.
16982 (nntp-request-set-mark, nntp-request-update-info)
16983 (nntp-possibly-create-directory, nntp-marks-changed-p)
16984 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16985 New functions.
16986
16987 2004-05-12 Jesper Harder <harder@ifa.au.dk>
16988
16989 * gnus-score.el (gnus-score-insert-help):
16990 Use gnus-select-lowest-window.
16991
16992 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16993 appt-select-lowest-window and rename to gnus-select-lowest-window.
16994
16995 * gnus.el: do.
16996
16997 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16998
16999 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17000 encodings of MIME-encoded words, in order to improve
17001 interoperability with several broken MUAs.
17002
17003 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17004
17005 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17006 tags, only when charsets are not specified in headers.
17007 (mm-inline-text-html-render-with-w3m): Ditto.
17008
17009 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17010
17011 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17012 instead of MIME-decoded from fields when checking
17013 `gnus-article-address-banner-alist'.
17014
17015 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17016
17017 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17018 description rather than subject.
17019
17020 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17021
17022 * gnus.el (gnus-version-number): Bump.
17023
17024 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17025
17026 * gnus.el: No Gnus v0.2 is released.
17027
17028 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17029
17030 * gnus-agent.el (gnus-agent-read-agentview):
17031 Inline gnus-uncompress-range.
17032
17033 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17034
17035 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17036 `exec-installed-p'.
17037
17038 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17039
17040 * gnus.el (spam-process, spam-autodetect-methods):
17041 Add bsfilter and bsfilter-headers.
17042
17043 * spam.el (spam-bsfilter): New customize group.
17044 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17045 (spam-bsfilter-header, spam-bsfilter-probability-header)
17046 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17047 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17048 (spam-bsfilter-database-directory): New options.
17049 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17050 (spam-list-of-statistical-checks, spam-registration-functions):
17051 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17052 (spam-bsfilter-score): New command.
17053 (spam-check-bsfilter-headers, spam-check-bsfilter)
17054 (spam-bsfilter-register-with-bsfilter)
17055 (spam-bsfilter-register-spam-routine)
17056 (spam-bsfilter-unregister-spam-routine)
17057 (spam-bsfilter-register-ham-routine)
17058 (spam-bsfilter-unregister-ham-routine): New functions.
17059 (spam-generic-score): Support bsfilter; Accept an optional argument
17060 to recalcurate spam score even if scoring header has already been
17061 added.
17062 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17063 optional argument to recalcurate spam score even if scoring header
17064 has already been added.
17065
17066 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17067
17068 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17069 strings! Reported by David D. Smith <davidsmith@acm.org>.
17070 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17071 link is missing.
17072
17073 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17074
17075 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17076 (html2text-get-attr): Rewrite.
17077
17078 * message.el (message-setup-1): Remove redundant put-text-property
17079 on mail-header-separator.
17080
17081 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17082
17083 * gnus-registry.el (gnus-registry-cache-whitespace)
17084 (gnus-registry-action, gnus-registry-spool-action)
17085 (gnus-registry-split-fancy-with-parent): Change message levels
17086 from 5 to 3 or 7, as needed.
17087
17088 * spam.el (spam-summary-prepare-exit)
17089 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17090 (spam-split, spam-find-spam, spam-log-undo-registration)
17091 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17092 level from 5 to 6.
17093
17094 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17095
17096 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17097 2004-03-04 change).
17098
17099 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17100
17101 * sieve-manage.el (sieve-manage-open):
17102 * nnweb.el (nnweb-insert-html):
17103 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17104 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17105 * nnspool.el (nnspool-request-group):
17106 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17107 * nnml.el (nnml-request-update-info):
17108 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17109 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17110 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17111 (nnimap-request-set-mark):
17112 * nnfolder.el (nnfolder-request-update-info):
17113 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17114 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17115 * gnus-uu.el (gnus-uu-find-articles-matching):
17116 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17117 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17118 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17119 * gnus-nocem.el (gnus-nocem-scan-groups):
17120 * gnus-int.el (gnus-start-news-server):
17121 * gnus-group.el (gnus-group-make-kiboze-group)
17122 (gnus-group-browse-foreign-server):
17123 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17124 Use mapc when appropriate.
17125
17126 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17127
17128 FIXME: Make separate entries for each person.
17129
17130 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17131 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17132 <shields@msrl.com>:
17133
17134 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17135 may need for spam sorting and scoring.
17136 (spam-user-format-function-S): Add user format function suitable for
17137 general use.
17138 (spam-article-sort-by-spam-status): Add sorting function for summary
17139 sorting.
17140 (spam-extra-header-to-number): Add function to get a score from a
17141 header.
17142 (spam-summary-score): Add function to get a numeric score from the
17143 headers.
17144 (spam-generic-score): Fix function doc, was in wrong place.
17145 (spam-initialize): Take symbols when it's run, and install the
17146 extra headers that spam-necessary-extra-headers thinks we need.
17147
17148 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17149
17150 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17151 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17152
17153 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17154
17155 * gnus-sum.el (gnus-set-global-variables)
17156 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17157 (gnus-article-get-xrefs, gnus-summary-best-group)
17158 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17159 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17160 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17161 Use with-current-buffer.
17162
17163 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17164
17165 * spam.el (spam-summary-prepare-exit): Simplify logic.
17166 (spam-fetch-article-header): Read the article header if it's not
17167 available.
17168 (spam-list-articles): Simplify logic.
17169 (spam-filelist-register-routine): Fix bug with unregister-list.
17170
17171 * gnus-registry.el: Fix comments at beginning.
17172
17173 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17174
17175 * message.el (message-cater-to-broken-inn): Remove.
17176 (message-shorten-references): Make sure the total folded length of
17177 References is shorter than 998 characters to cater to a bug in INN
17178 2.3. Also, don't pretend that references aren't folded -- this
17179 hasn't worked for a while.
17180
17181 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17182
17183 * gnus-agent.el (gnus-agentize):
17184 gnus-agent-send-mail-real-function no longer set to current value
17185 of message-send-mail-function but rather a lambda that calls
17186 message-send-mail-function. The change makes the agent real-time
17187 responsive to user changes to message-send-mail-function.
17188
17189 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17190
17191 * legacy-gnus-agent.el
17192 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17193 help from Florian Weimer <fw@deneb.enyo.de>
17194
17195 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17196
17197 * nnmail.el (nnmail-cache-insert): Revert last change.
17198
17199 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17200
17201 * nnmail.el (nnmail-cache-insert): Always check whether
17202 nnmail-cache-ignore-groups matches a group name.
17203
17204 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17205
17206 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17207 (spam-find-spam, spam-log-processing-to-registry)
17208 (spam-log-registered-p, spam-log-unregistration-needed-p)
17209 (spam-log-undo-registration): Use gnus-message instead of
17210 gnus-error, none of these errors are fatal.
17211
17212 * gnus-registry.el (gnus-registry-clean-empty-function)
17213 (gnus-registry-clean-empty): Remove only empty entries without
17214 extra data.
17215
17216 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17217
17218 * spam-stat.el (spam-stat-buffer-change-to-spam)
17219 (spam-stat-buffer-change-to-non-spam): Change (error) to
17220 (gnus-message 8) invocation.
17221
17222 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17223
17224 * nntp.el (nntp-via-netcat-command): New variable.
17225 (nntp-via-netcat-switches): New variable.
17226 (nntp-open-via-rlogin-and-netcat): New function.
17227 (nntp-open-connection-function): Doc fix.
17228 (nntp-telnet-command): Doc fix.
17229 (nntp-end-of-line): Doc fix.
17230 (nntp-via-rlogin-command): Doc fix.
17231 (nntp-via-user-name): Doc fix.
17232 (nntp-via-address): Doc fix.
17233
17234 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17235
17236 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17237 error in Emacs 21.1.
17238
17239 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17240
17241 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17242
17243 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17244
17245 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17246 (gnus-agent-with-refreshed-group): New macro.
17247 (gnus-agent-rename-group): New function.
17248 (gnus-agent-delete-group): New function.
17249 (gnus-agent-save-group-info): Use gnus-command-method when
17250 `method' parameter is nil. Don't write nil entries into the
17251 active file.
17252 (gnus-agent-get-group-info): New function.
17253 (gnus-agent-fetch-articles):
17254 Use gnus-agent-update-files-total-fetched-for to increment disk space
17255 used.
17256 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17257 Use gnus-agent-update-view-total-fetched-for to increment disk space
17258 used.
17259 (gnus-agent-get-local): Add optional parameters to avoid calling
17260 gnus-group-real-name and gnus-find-method-for-group.
17261 (gnus-agent-set-local): Delete stored entry if either min, or max,
17262 are nil.
17263 (gnus-agent-fetch-session): Reworded error/quit messages.
17264 On quit, use gnus-agent-regenerate-group to record existence of any
17265 articles fetched to disk before the quit occurred.
17266 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17267 gnus-agent-update-view-total-fetched-for, and
17268 gnus-agent-update-files-total-fetched-for to decrement disk space
17269 used.
17270 (gnus-agent-retrieve-headers):
17271 Use gnus-agent-update-view-total-fetched-for to increment disk space
17272 used.
17273 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17274 with gnus-agent-update-files-total-fetched-for to decrement disk
17275 space and fresh group buffer.
17276 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17277 (gnus-agent-need-update-total-fetched-for): New variable.
17278 (gnus-agent-update-files-total-fetched-for): New function.
17279 (gnus-agent-update-view-total-fetched-for): New function.
17280 (gnus-agent-total-fetched-for): New function.
17281
17282 * gnus-cache.el (gnus-cache-save-buffers):
17283 Use gnus-cache-update-overview-total-fetched-for to change disk space
17284 used by this group.
17285 (gnus-cache-possibly-enter-article):
17286 Use gnus-cache-update-file-total-fetched-for to increment disk space
17287 used by this group.
17288 (gnus-cache-possibly-remove-article):
17289 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17290 used by this group.
17291 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17292 (gnus-cache-rename-group): New function.
17293 (gnus-cache-delete-group): New function.
17294 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17295 (gnus-cache-need-update-total-fetched-for): New variable.
17296 (gnus-cache-with-refreshed-group): New macro.
17297 (gnus-cache-update-file-total-fetched-for): New function.
17298 (gnus-cache-update-overview-total-fetched-for): New function.
17299 (gnus-cache-rename-group-total-fetched-for): New function.
17300 (gnus-cache-delete-group-total-fetched-for): New function.
17301 (gnus-cache-total-fetched-for): New function.
17302
17303 * gnus-group.el: Require gnus-sum and autoload functions to
17304 resolve warnings when gnus-group.el compiled alone.
17305 (gnus-group-line-format): Documented new %F.
17306 (size of Fetched data) group line format; identifies disk space
17307 used by agent and cache.
17308 (gnus-group-line-format-alist): Defined new F format.
17309 (gnus-total-fetched-for): New function.
17310 (gnus-group-delete-group): No longer update
17311 gnus-cache-active-altered as gnus-request-delete-group now keeps
17312 the cache in sync.
17313 (gnus-group-list-active): Let the agent store a server's active
17314 list if currently plugged.
17315
17316 * gnus-int.el (gnus-request-delete-group):
17317 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17318 local disk in sync with the server.
17319 (gnus-request-rename-group):
17320 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17321 local disk in sync with the server.
17322
17323 * gnus-start.el (gnus-get-unread-articles):
17324 Cosmetic simplification to logic.
17325
17326 * gnus-util.el (gnus-rename-file): New function.
17327
17328 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17329
17330 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17331
17332 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17333
17334 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17335 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17336
17337 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17338
17339 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17340 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17341
17342 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17343
17344 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17345
17346 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17347
17348 * spam.el (spam-set-difference): Add function to replace
17349 gnus-set-difference in spam.el.
17350 (spam-summary-prepare-exit): Use spam-set-difference.
17351
17352 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17353
17354 * gnus-registry.el (gnus-registry-cache-file): Update to use
17355 gnus-dribble-directory OR gnus-home-directory OR ~.
17356 (gnus-registry-split-fancy-with-parent): Fix doc.
17357
17358 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17359
17360 * message.el (message-exchange-point-and-mark):
17361 Use message-mark-active-p. Suggested by Jesper Harder
17362 <harder@ifa.au.dk>.
17363
17364 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17365
17366 * message.el (message-exchange-point-and-mark): Don't activate
17367 region if it was inactive. Suggested by Hiroshi Fujishima
17368 <pooh@nature.tsukuba.ac.jp>.
17369
17370 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17371
17372 * gnus-art.el (article-display-face): Display Faces in the same
17373 order as X-Faces.
17374
17375 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17376
17377 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17378
17379 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17380
17381 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17382 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17383 (gnus-article-mime-hierarchy): Remove.
17384 (gnus-article-mime-hierarchy-next): Remove.
17385 (gnus-article-mode): Revert 2004-03-19 change.
17386 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17387 (gnus-insert-mime-button): Revert 2004-03-19 change.
17388 (gnus-mime-accumulate-hierarchy): Remove.
17389 (gnus-mime-enter-multipart): Remove.
17390 (gnus-mime-leave-multipart): Remove.
17391 (gnus-mime-display-part): Revert 2004-03-19 change.
17392 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17393
17394 * mml.el (mml-preview): Revert 2004-03-19 change.
17395
17396 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17397
17398 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17399
17400 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17401
17402 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17403 t while entering a file name using the mm-with-multibyte macro.
17404 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17405
17406 * mm-util.el (mm-with-multibyte): New macro.
17407
17408 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17409
17410 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17411 New user option.
17412 (gnus-mime-multipart-functions): Doc and customization fix.
17413 (gnus-article-mime-hierarchy): New variable.
17414 (gnus-article-mime-hierarchy-next): New variable.
17415 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17416 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17417 gnus-article-mime-hierarchy-next to nil.
17418 (gnus-insert-mime-button): Show hierarchy numbers.
17419 (gnus-mime-accumulate-hierarchy): New function.
17420 (gnus-mime-enter-multipart): New function.
17421 (gnus-mime-leave-multipart): New function.
17422 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17423 (gnus-mime-display-alternative): Show hierarchy numbers.
17424
17425 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17426 gnus-article-mime-hierarchy-next to nil.
17427
17428 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17429
17430 * dns.el: Don't require gnus-xmas.
17431
17432 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17433
17434 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17435 inline PGP.
17436 (mml-menu): Disable mml-quote-region if mark is inactive.
17437
17438 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17439
17440 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17441 when the group's active is not available.
17442
17443 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17444
17445 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17446 error.
17447
17448 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17449
17450 * imap.el (imap-store-password): New variable.
17451 (imap-interactive-login): Use it.
17452 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17453
17454 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17455
17456 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17457 window-start and hscroll to summary window.
17458
17459 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17460
17461 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17462 conversion message to newsrc-dribble when an actual conversion is
17463 performed.
17464
17465 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17466
17467 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17468
17469 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17470
17471 * mm-decode.el (mm-complicated-handles): New function reviving
17472 former definition of mm-multiple-handles.
17473
17474 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17475 (gnus-mime-delete-part): Use it.
17476
17477 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17478
17479 * gnus-agent.el (gnus-agent-read-local):
17480 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17481 avoid the implicit assumption that they will always be equal.
17482 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17483 coding-system-for-write, as the with-temp-file macro first prints
17484 to a buffer then saves the buffer.
17485
17486 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17487
17488 * gnus-art.el (gnus-article-edit-part): New function.
17489 (gnus-mime-save-part-and-strip): Use it; do query instead of
17490 signaling an error; don't use mm-multiple-handles.
17491 (gnus-mime-delete-part): Ditto.
17492
17493 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17494
17495 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17496 old file versions.
17497 (gnus-group-prepare-hook): Remove function that converted list
17498 form of gnus-agent-expire-days to group properties.
17499
17500 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17501 (gnus-request-accept-article): Re-indented.
17502
17503 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17504 converters to handle old agent file formats. Add logic for a
17505 "backup before upgrading warning".
17506 (gnus-convert-mark-converter-prompt): Developers can mark
17507 functions as needing (default), or not needing,
17508 gnus-convert-old-newsrc's "backup before upgrading warning".
17509 (gnus-convert-converter-needs-prompt): Tests whether the user
17510 should be protected from potentially irreversable changes by the
17511 function.
17512
17513 * legacy-gnus-agent.el: New. Provides converters that are only
17514 loaded when gnus-convert-old-newsrc needs to call them.
17515
17516 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17517
17518 * mail-source.el (mail-source-touch-pop): Doc fix.
17519
17520 * message.el (message-smtpmail-send-it): Doc fix.
17521
17522 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17523
17524 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17525
17526 * nnmail.el (nnmail-split-fancy): do.
17527
17528 * gnus-kill.el (gnus-kill, gnus-execute): do.
17529
17530 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17531
17532 * gnus-sum.el (gnus-widget-reversible-match)
17533 (gnus-widget-reversible-to-internal)
17534 (gnus-widget-reversible-to-external): New functions.
17535 (gnus-widget-reversible): New widget.
17536 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17537
17538 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17539
17540 * gnus-sum.el (gnus-thread-sort-functions)
17541 (gnus-article-sort-functions): Document `(not F)' items.
17542
17543 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17544
17545 * spam.el (spam-use-gmane-xref): Add new backend.
17546 (spam-gmane-xref-spam-group): Add variable to control the name of the
17547 Gmane spam group.
17548 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17549 (spam-regex-headers-spam, spam-regex-headers-ham)
17550 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17551 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17552 backends and checks.
17553 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17554
17555 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17556 an autodetect method.
17557
17558 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17559
17560 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17561 articles are being added to a group.
17562 (gnus-request-replace-article): Inform the agent that articles
17563 need to be uncached as the cached contents are no longer valid.
17564
17565 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17566
17567 * binhex.el: Don't autoload executable-find.
17568
17569 * canlock.el: Don't autoload mail-fetch-field.
17570
17571 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17572
17573 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17574 rmail-dont-reply-to and rmail-output.
17575
17576 * gnus-score.el: Don't autoload ffap-string-at-point.
17577
17578 * gnus-setup.el: Don't autoload sc-cite-original.
17579
17580 * imap.el: Don't autoload base64-decode-string,
17581 base64-encode-string and md5.
17582
17583 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17584 and rmail-msg-restore-non-pruned-header.
17585
17586 * mm-decode.el: Don't autoload executable-find.
17587
17588 * mm-url.el: Don't autoload executable-find.
17589
17590 * mm-view.el: Don't autoload diff-mode.
17591
17592 * nndb.el: Don't autoload news-reply-mode, news-setup,
17593 cancel-timer and telnet.
17594
17595 * password.el: Don't autoload run-at-time for Emacs.
17596
17597 * sha1-el.el: Don't autoload executable-find.
17598
17599 * sieve-mode.el: Don't autoload c-mode.
17600
17601 * uudecode.el: Don't autoload executable-find.
17602
17603 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17604
17605 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17606 (gnus-agent-possibly-alter-active): Avoid null in numeric
17607 comparison.
17608 (gnus-agent-set-local): Refuse to save null in local object table.
17609 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17610 list of articles that will be marked as unread.
17611
17612 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17613
17614 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17615
17616 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17617
17618 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17619 language tags.
17620
17621 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17622
17623 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17624 Don't bind "obarray".
17625
17626 * gnus-sum.el (gnus-thread-sort-functions):
17627 Add `gnus-thread-sort-by-most-recent-number' and
17628 `gnus-thread-sort-by-most-recent-date'.
17629 Reported by Kai Grossjohann <kai@emptydomain.de>.
17630
17631 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17632
17633 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17634
17635 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17636
17637 * gnus-cus.el (gnus-agent-customize-category):
17638 Remove ignore-errors macro reference that required cl to be loaded at
17639 run-time.
17640
17641 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17642 single-interval range of the form (min . max). Previously the
17643 range had to look like ((min . max)). Likewise, return
17644 (min . max) rather than ((min . max)).
17645 (gnus-range-map): Use gnus-range-normalize to accept
17646 single-interval range.
17647
17648 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17649 the cache, but not the agent, now appear with their usual face.
17650
17651 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17652
17653 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17654 w3m-safe-url-regexp variable buffer-local.
17655
17656 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17657
17658 2004-02-27 Simon Josefsson <jas@extundo.com>
17659
17660 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17661 gnus-group-real-prefix.
17662 (gnus-summary-move-article): Use it, instead of
17663 gnus-group-real-prefix.
17664
17665 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17666
17667 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17668 w3m-safe-url-regexp variable buffer-local and set it as the value
17669 of mm-w3m-safe-url-regexp.
17670
17671 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17672
17673 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17674 parsing gnus-posting-styles when the message is not for replying.
17675
17676 * nnrss.el (nnrss-opml-export):
17677 Use mm-set-buffer-file-coding-system instead of
17678 set-buffer-file-coding-system.
17679
17680 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17681
17682 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17683 of checkdoc.el).
17684 * nnrss.el: do.
17685 * gnus-mlspl.el: do.
17686 * gnus-ml.el: do.
17687 * gnus-srvr.el: do.
17688
17689 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17690
17691 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17692
17693 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17694 Corrections to custom-manual links.
17695
17696 * gnus-art.el (gnus-article): Ditto.
17697
17698 * mm-decode.el (mime-display, mime-security): Ditto.
17699
17700 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17701
17702 * flow-fill.el: Typo.
17703
17704 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17705
17706 * spam-wash.el: New file.
17707
17708 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17709
17710 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17711
17712 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17713
17714 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17715 to be run with new-articles as LIST1, not LIST2.
17716 (spam-registration-functions): Add spam-use-ham-copy as a nil
17717 registration backend.
17718
17719 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17720
17721 * spam-stat.el (spam-stat-washing-hook): New option.
17722 (spam-stat-buffer-words): Use it.
17723 (spam-stat-process-directory, spam-stat-test-directory):
17724 Use insert-file-contents-literally.
17725 (spam-stat-coding-system): New variable.
17726 (spam-stat-load, spam-stat-save): Use it.
17727
17728 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17729
17730 * spam-report.el (spam-report-plug-agent):
17731 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17732
17733 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17734
17735 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17736 Allow / in mailto URLs.
17737
17738 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17739
17740 * spam-report.el (spam-report-process-queue): Fix interactive use.
17741 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17742 (spam-report-unplug-agent): Doc fixes.
17743 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17744 (spam-report-agentize, spam-report-deagentize):
17745 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17746
17747 * message.el (message-setup-fill-variables): Add mml tags to
17748 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17749 <ajk@iu.edu>.
17750 (message-mode): Don't modify paragraph-separate there.
17751
17752 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17753
17754 * compface.el (uncompface-use-external): Default to undecided.
17755 (uncompface-use-external-threshold): New variable.
17756 (uncompface-float-time): New macro.
17757 (uncompface): Determine whether to use the external decoder if
17758 uncompface-use-external is undecided.
17759
17760 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17761
17762 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17763 after images.
17764
17765 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17766
17767 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17768
17769 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17770
17771 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17772
17773 * gnus-sum.el (gnus-summary-limit-to-age)
17774 (gnus-summary-limit-children): do.
17775
17776 * gnus-int.el (gnus-request-scan): do.
17777
17778 * gnus-group.el (gnus-group-suspend): do.
17779
17780 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17781
17782 * gnus-cite.el (gnus-cite-parse-attributions): do.
17783
17784 * gnus-agent.el (gnus-summary-set-agent-mark)
17785 (gnus-agent-regenerate-group): do.
17786
17787 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17788
17789 * binhex.el (binhex-decode-region-internal): do.
17790
17791 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
17792
17793 * gnus-fun.el (gnus-face-properties-alist): New user option.
17794 (gnus-display-x-face-in-from): Use it.
17795
17796 * gnus-art.el (article-display-face): Ditto.
17797
17798 * compface.el (uncompface-use-external): Default to nil.
17799
17800 2004-02-12 Jesper Harder <harder@ifa.au.dk>
17801
17802 * nntp.el (nntp-erase-buffer): New function.
17803 (nntp-retrieve-data, nntp-send-command)
17804 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17805 (nntp-possibly-change-group): Use it.
17806
17807 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17808 Use with-current-buffer.
17809
17810 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
17811
17812 * compface.el: Merge the ELisp-based uncompface program.
17813 (compface): New customization group.
17814 (uncompface-use-external): New user option.
17815 (uncompface): Call uncompface-internal if uncompface-use-external
17816 is nil.
17817 (uncompface-internal): New function. Note that there are also
17818 some other functions and variables added for this function.
17819
17820 2004-02-10 Jesper Harder <harder@ifa.au.dk>
17821
17822 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17823 if necessary.
17824
17825 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
17826
17827 * spam-report.el (spam-report-unplug-agent)
17828 (spam-report-plug-agent, spam-report-deagentize)
17829 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17830 Add support for the Agent in spam-report: when unplugged, report to a
17831 file; when plugged, submit all the requests.
17832
17833 * spam.el (spam-register-routine): Fix message about
17834 registration.
17835
17836 2004-02-09 Jesper Harder <harder@ifa.au.dk>
17837
17838 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17839 dependencies.
17840 (rfc2047-encode): Use it.
17841
17842 * gnus-art.el (gnus-button-marker-list): Move before first
17843 reference.
17844
17845 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17846 (imap-parse-body): Fix format string mismatch.
17847
17848 * gnus-score.el (gnus-summary-increase-score): do.
17849
17850 * nnrss.el (nnrss-close): New function.
17851
17852 2004-02-08 Jesper Harder <harder@ifa.au.dk>
17853
17854 * nnrss.el (nnrss-make-filename): New function.
17855 (nnrss-request-delete-group, nnrss-read-server-data)
17856 (nnrss-save-server-data, nnrss-read-group-data)
17857 (nnrss-save-group-data): Use it.
17858 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17859 (nnrss-read-server-data, nnrss-read-group-data): Use load.
17860 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17861
17862 2004-02-07 Jesper Harder <harder@ifa.au.dk>
17863
17864 * mml.el (mml-compute-boundary-1): Don't uncompress files.
17865
17866 2004-02-06 Jesper Harder <harder@ifa.au.dk>
17867
17868 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17869 files.
17870
17871 * message.el (message-generate-headers-first): Don't quote nil
17872 and t in docstrings.
17873
17874 * imap.el (imap-id): do.
17875
17876 * gnus-agent.el (gnus-agent-consider-all-articles)
17877 (gnus-agent-queue-mail): do.
17878
17879 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
17880
17881 * spam-report.el (spam-report-process-queue): New function.
17882 Process requests from `spam-report-requests-file'.
17883 (spam-report-process-queue): Doc fix.
17884
17885 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
17886
17887 * spam.el (spam-register-routine)
17888 (spam-log-processing-to-registry, spam-log-registered-p)
17889 (spam-log-unregistration-needed-p, spam-log-undo-registration):
17890 Change "check" to "spam-check" for semi-clarity.
17891
17892 2004-02-05 Jesper Harder <harder@ifa.au.dk>
17893
17894 * pop3.el: Require nnheader.
17895
17896 * mml-smime.el: Require cl. Autoload message-fetch-field.
17897
17898 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17899
17900 * gnus-picon.el: Require cl.
17901
17902 * gnus-fun.el: Require gnus-ems and gnus-util.
17903
17904 * gnus.el (gnus-method-to-server): Move defsubst before first use.
17905
17906 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17907
17908 * gnus-art.el (gnus-article-edit-mode): Define before first
17909 reference.
17910
17911 2004-02-04 Jesper Harder <harder@ifa.au.dk>
17912
17913 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17914 (gnus-uu-post-encoded): Use point-at-bol.
17915
17916 * gnus-topic.el (gnus-group-active-topic-p): do.
17917
17918 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17919
17920 * gnus-group.el (gnus-group-kill-region): do.
17921
17922 * gnus-art.el (article-date-ut): do.
17923
17924 * message.el (message-fetch-field): Remove redundant
17925 case-fold-search binding.
17926 (message-narrow-to-field): Simplify.
17927
17928 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
17929
17930 * spam.el (spam-directory): Derive from `gnus-directory'.
17931
17932 * spam-report.el (spam-report-url-to-file)
17933 (spam-report-requests-file): New function and variable for offline
17934 reporting.
17935 (spam-report-url-ping-function): Add `spam-report-url-to-file'
17936 and user defined function.
17937 (spam-report-url-ping-mm-url): Remove doubled slash.
17938
17939 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
17940
17941 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17942
17943 2004-02-03 Jesper Harder <harder@ifa.au.dk>
17944
17945 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17946 Fix format string mismatch.
17947
17948 * sieve.el (sieve-deactivate-all): do.
17949
17950 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17951
17952 * nnlistserv.el (nnlistserv-kk-wash-article): do.
17953
17954 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17955
17956 * mm-bodies.el (mm-7bit-chars): Don't include \r.
17957
17958 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
17959
17960 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17961 the list of checks.
17962
17963 2004-01-31 Jesper Harder <harder@ifa.au.dk>
17964
17965 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17966 padding.
17967
17968 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
17969
17970 * mm-view.el (mm-fill-flowed): New variable.
17971 (mm-inline-text): Use it.
17972
17973 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
17974
17975 * spam.el (spam-spamassassin-register-ham-routine)
17976 (spam-spamassassin-register-spam-routine): Fix function names.
17977
17978 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
17979
17980 * gnus.el (gnus-tmp-grouplens): Remove.
17981 (gnus-summary-line-format): Remove grouplens.
17982
17983 * gnus-group.el (gnus-group-line-format): Ditto.
17984
17985 * gnus-spec.el (gnus-format-specs): Ditto.
17986 (gnus-update-format-specifications): Flush the group format spec
17987 cache if there's the grouplens stuff.
17988 (gnus-parse-simple-format): Replace %l with the empty string.
17989
17990 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
17991
17992 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17993 omission.
17994
17995 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17996
17997 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17998 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17999
18000 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18001
18002 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18003 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18004 New macros and functions.
18005 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18006 Handle > NLINK_MAX messages.
18007 * nnmaildir.el (nnmaildir-request-set-mark):
18008 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18009
18010 2004-01-25 Alex Schroeder <alex@gnu.org>
18011
18012 * spam-stat.el (spam-stat-process-directory-age): New option.
18013 (spam-stat-process-directory): Use it.
18014
18015 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18016
18017 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18018 (spam-stat-save): Accept prefix argument.
18019
18020 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18021
18022 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18023 links" error.
18024
18025 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18026
18027 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18028 compatibility with old .newsrc.eld files.
18029
18030 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18031
18032 * gnus-start.el (gnus-1): do.
18033
18034 * gnus-group.el (gnus-group-line-format-alist): do.
18035
18036 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18037
18038 * gnus-gl.el: Remove.
18039
18040 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18041
18042 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18043 marks consisting of a single range {for example, (3 . 5)} rather
18044 than a list of a single range { ((3 . 5)) }.
18045
18046 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18047
18048 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18049 Use with-current-buffer.
18050 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18051 avoid consing a string.
18052
18053 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18054 Remove obsolete entries for big5 and gb2312.
18055
18056 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18057
18058 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18059 uncompressed list.
18060
18061 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18062
18063 * spam-stat.el (spam-stat-strip-xref): New function.
18064 (spam-stat-process-directory): Use it.
18065
18066 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18067 here -- it's done in message-fetch-field.
18068
18069 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18070
18071 * gnus-agent.el (gnus-agent-queue-mail)
18072 (gnus-agent-prompt-send-queue): New variables.
18073 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18074 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18075 "nndraft:queue" along to gnus-draft-send.
18076 Use gnus-agent-prompt-send-queue.
18077 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18078 is "nndraft:queue". Suggested by Gaute Strokkenes
18079 <gs234@srcf.ucam.org>
18080
18081 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18082 (agent-enable-undownloaded-faces): Add.
18083 (gnus-agent-cat-groups): Use eval-and-compile, not
18084 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18085 method of gnus-agent-cat-groups even when the buffer has been
18086 evaled.
18087 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18088 delete gnus-agent-save-active-1.
18089 (gnus-agent-save-groups): Delete. Identical to
18090 gnus-agent-save-active.
18091 (gnus-agent-write-active): No longer adjust agent's copy of active
18092 file as agent's adjustments are now stored in their own
18093 file. Remove optional parameter.
18094 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18095 servers. Add use of min/max range limits from server's local
18096 file.
18097 (gnus-agent-save-alist): Remove unused optional argument.
18098 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18099 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18100 (gnus-agent-set-local): A per-server file that keeps min/max range
18101 limits for articles known to the agent. Provides a fast mechanism
18102 for altering many active ranges.
18103 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18104 active file (local makes it unnecessary).
18105 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18106
18107 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18108 (agent-enable-undownloaded-faces): Add.
18109
18110 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18111 disable it when sending to "nndraft:queue".
18112 (gnus-group-send-queue): Add safety check to avoid sending queue
18113 when unplugged.
18114
18115 * gnus-group.el (gnus-group-catchup): Use new
18116 gnus-sequence-of-unread-articles, not
18117 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18118 numbers of articles. Use gnus-range-map to avoid having to
18119 uncompress the unread list.
18120 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18121 Fix invalid ange-ftp reference.
18122
18123 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18124 (gnus-sorted-range-intersection): Intersection of two ranges
18125 without requiring that they first be uncompressed.
18126
18127 * gnus-start.el (gnus-activate-group): Unless blocked by the
18128 caller, possibly expand the active range to include both cached
18129 and agentized articles.
18130 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18131 multiple version-dependent converters.
18132 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18133 gnus-agent-save-active.
18134 (gnus-save-newsrc-file): Save dirty agent range limits.
18135
18136 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18137 gnus-agent-possibly-alter-active.
18138 (gnus-adjust-marked-articles): Faster handling of simple lists
18139
18140 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18141
18142 * spam-stat.el (spam-stat-test-directory): New optional argument
18143 displays a list of files detected. Suggested by Andrew Cohen
18144 <cohen@andy.bu.edu>.
18145 (spam-stat-buffer-words-with-scores): Don't narrow and change
18146 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18147
18148 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18149
18150 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18151 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18152 (spam-spamassassin-arguments)
18153 (spam-spamassassin-spam-flag-header)
18154 (spam-spamassassin-positive-spam-flag-header)
18155 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18156 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18157 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18158 (spam-list-of-processors, spam-list-of-checks)
18159 (spam-list-of-statistical-checks, spam-registration-functions)
18160 (spam-check-spamassassin-headers, spam-check-spamassassin)
18161 (spam-spamassassin-score)
18162 (spam-spamassassin-register-with-sa-learn)
18163 (spam-spamassassin-register-spam-routine)
18164 (spam-spamassassin-register-ham-routine)
18165 (spam-assassin-register-spam-routine)
18166 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18167 (spam-bogofilter-score): Fix to show article before scoring.
18168
18169 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18170
18171 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18172 default scoring function.
18173 (spam-generic-score): Call spam-spamassassin-score if
18174 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18175 spam-bogofilter-score otherwise.
18176
18177 * gnus.el (spam-process, spam-autodetect-methods):
18178 Add spamassassin and spamassassin-headers.
18179
18180 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18181
18182 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18183 Suppress unnecessary messages.
18184
18185 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18186
18187 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18188 make-hash-table.
18189
18190 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18191
18192 * canlock.el (base64-encode-string): Don't autoload it.
18193
18194 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18195
18196 * run-at-time.el: Remove useless (require 'itimer),
18197 eval-and-compile and (featurep 'xemacs).
18198
18199 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18200
18201 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18202 GROUP is a virtual group.
18203
18204 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18205
18206 * gnus.el: Autoload `message-y-or-n-p'.
18207
18208 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18209
18210 * pgg-parse.el: Remove unnecessary (require 'custom).
18211
18212 * pgg-def.el: do.
18213
18214 * nnmail.el: do.
18215
18216 * gnus-undo.el: do.
18217
18218 * gnus-picon.el: do.
18219
18220 * gnus-util.el: do.
18221
18222 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18223
18224 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18225
18226 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18227
18228 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18229 handle, as well as a list.
18230
18231 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18232 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18233 (mm-w3m-cid-retrieve): Simplify.
18234
18235 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18236
18237 * message.el (message-kill-to-signature): Allow prefix arg to
18238 specify number of lines to keep before signature.
18239
18240 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18241
18242 * message.el (message-kill-to-signature): Change docstring.
18243
18244 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18245
18246 * canlock.el: Always require sha1-el.
18247 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18248
18249 * message.el: Autoload sha1 only when compiling.
18250
18251 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18252
18253 * message.el (message-canlock-generate): Require sha1-el.
18254
18255 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18256
18257 * message.el (message-expand-name): Silence the byte compiler.
18258
18259 2004-01-13 Simon Josefsson <jas@extundo.com>
18260
18261 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18262 Invoke gnus-score-mode.
18263 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18264
18265 * gnus-range.el (gnus-compress-sequence): Doc fix.
18266 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18267
18268 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18269
18270 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18271
18272 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18273
18274 * spam.el (spam-get-article-as-string): Update to use
18275 gnus-request-article-this-buffer, much simpler.
18276 (spam-get-article-as-buffer): Remove.
18277
18278 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18279
18280 * message.el (message-expand-name): Use EUDC if the user uses that.
18281
18282 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18283
18284 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18285 character for the encoding to avoid consing a string.
18286
18287 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18288 unnecessarily.
18289
18290 * mm-util.el (mm-replace-chars-in-string): Remove.
18291
18292 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18293 of mm-replace-chars-in-string.
18294
18295 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18296
18297 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18298
18299 * mm-util.el (mm-subst-char-in-string): Support inplace.
18300
18301 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18302 a new string in every iteration. Use shy groups.
18303
18304 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18305
18306 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18307 * gnus-soup.el (gnus-soup-group-brew):
18308 * gnus-msg.el (gnus-put-message):
18309 * gnus-move.el (gnus-group-move-group-to-server):
18310 * gnus-kill.el (gnus-batch-score):
18311 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18312 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18313 (gnus-group-update-group, gnus-group-read-group)
18314 (gnus-group-make-group, gnus-group-make-help-group)
18315 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18316 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18317 (gnus-group-sort-by-unread, gnus-group-catchup)
18318 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18319 (gnus-group-yank-group, gnus-group-set-info)
18320 (gnus-group-list-groups):
18321 * gnus.el (gnus-generate-new-group-name):
18322 * gnus-delay.el (gnus-delay-send-queue):
18323 * nnvirtual.el (nnvirtual-catchup-group):
18324 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18325 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18326 (gnus-group-prepare-topics, gnus-topic-check-topology):
18327 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18328 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18329 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18330 (gnus-group-make-articles-read):
18331 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18332 (gnus-group-change-level, gnus-kill-newsgroup)
18333 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18334 (gnus-get-unread-articles, gnus-make-articles-unread)
18335 (gnus-make-ascending-articles-unread): Use accessor
18336 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18337 to get group information for improved readability.
18338
18339 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18340
18341 * gnus-art.el (article-decode-mime-words, article-babel)
18342 (gnus-article-highlight-signature, gnus-article-add-buttons)
18343 (gnus-signature-toggle): Use gnus-with-article-buffer.
18344
18345 * gnus-art.el (gnus-article-highlight-headers)
18346 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18347
18348 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18349 (gnus-article-set-globals, gnus-request-article-this-buffer)
18350 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18351 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18352 (gnus-mime-display-alternative): Use with-current-buffer.
18353
18354 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18355
18356 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18357 also under 80 char limit, and call gnus-error if needed.
18358 (spam-fetch-article-header): Fix - it was a
18359 buffer-local variable (gnus-newsgroup-data).
18360 (spam-find-spam): Use spam-generate-fake-headers, forget about
18361 spam-insert-fake-headers.
18362 (spam-insert-fake-headers): Remove.
18363
18364 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18365
18366 * deuglify.el (gnus-article-outlook-unwrap-lines)
18367 (gnus-outlook-rearrange-article)
18368 (gnus-outlook-repair-attribution-outlook)
18369 (gnus-outlook-repair-attribution-block)
18370 (gnus-outlook-repair-attribution-other): Remove redundant
18371 save-excursion.
18372
18373 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18374
18375 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18376 (spam-fetch-field-subject-fast)
18377 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18378 (spam-fetch-article-header): Add functions to deal with Gnus
18379 internals for fast retrieval of article header data.
18380 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18381
18382 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18383
18384 * pop3.el (pop3-md5): Remove.
18385 (pop3-apop): Replace pop3-md5 with md5.
18386
18387 * mm-bodies.el: base64 is always built-in.
18388
18389 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18390 Use with-current-buffer.
18391
18392 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18393
18394 * canlock.el (canlock-insert-header): Remove excessive grouping in
18395 regexp.
18396
18397 * gnus-sum.el (gnus-summary-read-document): Ditto.
18398
18399 * gnus-uu.el (gnus-uu-part-number): Ditto.
18400
18401 * html2text.el (html2text-remove-tags): Ditto.
18402 (html2text-format-tags): Ditto.
18403 (html2text-format-single-elements): Ditto.
18404
18405 * mml.el (mml-parse-1): Ditto.
18406
18407 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18408
18409 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18410
18411 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18412
18413 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18414
18415 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18416
18417 2003-11-15 Simon Josefsson <jas@extundo.com>
18418
18419 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18420 (pgg-gpg-lookup-key): Use regexp match instead of
18421 split-string (split-string is different between emacs 21.2 and
18422 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18423
18424 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18425
18426 * gnus-art.el (gnus-mime-view-all-parts)
18427 (gnus-article-part-wrapper, gnus-article-view-part):
18428 Use with-current-buffer.
18429
18430 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18431
18432 * spam.el (spam-disable-spam-split-during-ham-respool)
18433 (spam-spamoracle-database, spam-cache-lookups)
18434 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18435 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18436 (spam-group-ham-marks, spam-group-spam-marks)
18437 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18438 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18439 also add spam-use-blackholes to the statistical checks.
18440 (spam-fetch-field-fast): Add interface to fetching fields, may
18441 become a macro.
18442 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18443 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18444 (spam-insert-fake-headers): Fake an article when needed.
18445 (spam-find-spam): Fake article when possible.
18446 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18447 (spam-check-bogofilter-headers): Use message-fetch-field instead
18448 of nnmail-fetch-field.
18449
18450 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18451
18452 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18453
18454 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18455
18456 * spam.el (spam-split): Do not require spam-use-CHECK to be
18457 enabled if that check is passed to spam-split explicitly; also
18458 fix so 'spam doesn't get converted to spam-split-group when
18459 spam-split-symbolic-return is t.
18460 (spam-find-spam): Find registrations of the article and use those
18461 instead of re-running spam-split to find the spam/ham
18462 classification of the article.
18463 (spam-log-processing-to-registry, spam-log-registered-p)
18464 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18465 Use gnus-error instead of gnus-message.
18466 (spam-log-registration-type): Add function to determine the
18467 classification of a message based on registry entries; will
18468 return nil if both 'spam and 'ham are found.
18469 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18470 a reasonably fast local cache without the loading errors.
18471 (spam-cache-lookups): Set to t by default.
18472 (spam-find-spam): Don't try to guess spam-cache-lookups.
18473 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18474 spam-caches entry.
18475 (spam-filelist-build-cache, spam-filelist-check-cache):
18476 Fix caching of whitelist/blacklist entries.
18477 (spam-check-whitelist, spam-check-blacklist):
18478 Invoke spam-from-listed-p with a type, not a cache variable.
18479 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18480
18481 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18482
18483 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18484
18485 * nnmail.el (nnmail-split-fancy): do.
18486
18487 * mml.el (mml-parse): do.
18488
18489 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18490 (gnus-score-adaptive): do.
18491
18492 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18493
18494 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18495 (gnus-mime-button-map): Don't set keymap parent.
18496 (gnus-button-ctan-directory-regexp): Use shy grouping.
18497 (gnus-prev-page-map): Don't set keymap parent.
18498 (gnus-prev-page-map): Remove duplicated one.
18499 (gnus-next-page-map): Don't set keymap parent.
18500 (gnus-mime-security-button-map): Ditto.
18501
18502 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18503 version number.
18504
18505 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18506
18507 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18508
18509 * canlock.el (canlock-sha1-function): Remove.
18510 (canlock-sha1-function-for-verify): Remove.
18511 (canlock-openssl-program): Remove.
18512 (canlock-openssl-args): Remove.
18513 (canlock-ignore-errors): Remove.
18514 (canlock-sha1-with-openssl): Remove.
18515 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18516 (canlock-verify): Don't use canlock-ignore-errors.
18517
18518 * sha1-el.el (sha1-string-external): Make it can return a string
18519 in binary form.
18520 (sha1-region-external): Ditto.
18521 (sha1-string-internal): Ditto.
18522 (sha1-region-internal): Ditto.
18523 (sha1-region): Ditto.
18524 (sha1-string): Ditto.
18525 (sha1): Ditto.
18526
18527 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18528
18529 * spam.el (spam-report-articles-gmane): New command.
18530
18531 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18532
18533 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18534
18535 * run-at-time.el (run-at-time-saved): Remove.
18536 (run-at-time): Doc fix.
18537
18538 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18539
18540 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18541 (gnus-summary-limit-map): Add it.
18542 (gnus-summary-make-menu-bar): do.
18543
18544 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18545
18546 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18547 Make attempt at some caching support (done for BBDB only now).
18548 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18549 addresses to be checked.
18550 (spam-clear-cache-BBDB): Add function, to be invoked by
18551 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18552 (spam-check-BBDB): Check and use the caches, if
18553 spam-cache-lookups is on, remove superfluous (provide).
18554
18555 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18556
18557 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18558
18559 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18560
18561 * run-at-time.el (run-at-time-saved): Move to after the definition
18562 of `run-at-time'.
18563
18564 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18565
18566 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18567 mm-w3m-local-map-property.
18568
18569 * mm-view.el (mm-w3m-mode-map): Remove.
18570 (mm-w3m-local-map-property): Remove.
18571 (mm-inline-text-html-render-with-w3m): Don't use
18572 mm-w3m-local-map-property.
18573
18574 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18575
18576 * run-at-time.el: New file.
18577
18578 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18579 of gnus-set-text-properties.
18580
18581 * gnus-uu.el (gnus-uu-save-article): Ditto.
18582
18583 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18584
18585 * gnus-cite.el (gnus-cite-parse): Ditto.
18586
18587 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18588 of gnus-.
18589
18590 * gnus.el: Change calls to nnheader-run-at-time and
18591 password-run-at-time throughout to use run-at-time directly.
18592
18593 * password.el: Remove definition of run-at-time.
18594
18595 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18596
18597 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18598 in prompt.
18599
18600 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18601
18602 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18603 XEmacs version.
18604
18605 * dns.el (dns-make-network-process): Use `open-network-stream'
18606 instead of `gnus-xmas-open-network-stream'.
18607
18608 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18609
18610 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18611
18612 * gnus-art.el (gnus-mime-display-alternative)
18613 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18614 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18615 Don't use gnus-local-map-property.
18616
18617 * gnus-util.el (gnus-local-map-property): Remove.
18618
18619 * mm-view.el (mm-view-pkcs7-decrypt):
18620 Replace gnus-completing-read-maybe-default with completing-read.
18621
18622 * gnus-util.el (gnus-completing-read): do.
18623 (gnus-completing-read-maybe-default): Remove.
18624
18625 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18626
18627 * password.el: Only autoload `run-at-time' if not XEmacs.
18628 Only autoload the itimer functions if XEmacs.
18629
18630 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18631
18632 * gnus-art.el (gnus-read-string): Remove.
18633 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18634 read-string.
18635
18636 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18637
18638 * netrc.el: Autoload password-read.
18639 (netrc): Add configuration group.
18640 (netrc-encoding-method, netrc-openssl-path):
18641 Add variables for encoding and decoding of files with symmetric
18642 ciphers.
18643 (netrc-encode): Add assistant function to encode a file with
18644 netrc-encoding-method.
18645 (netrc-parse): Add interactive parameter, added optional
18646 decoding if netrc-encoding-method is non-nil but otherwise
18647 behavior is standard.
18648 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18649 Do s/encode/encrypt/ everywhere.
18650
18651 * spam.el: Remove executable-find autoload.
18652
18653 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18654
18655 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18656
18657 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18658
18659 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18660
18661 * gnus-art.el (gnus-treat-ansi-sequences)
18662 (article-treat-ansi-sequences): New variable and function.
18663 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18664
18665 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18666 Use it.
18667
18668 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18669
18670 * mm-util.el (mm-quote-arg): Remove.
18671
18672 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18673 shell-quote-argument.
18674
18675 * gnus-uu.el (gnus-uu-command): do.
18676
18677 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18678
18679 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18680 with make-char.
18681
18682 * mm-util.el (mm-make-char): Remove.
18683
18684 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18685 add-minor-mode.
18686
18687 * gnus-undo.el (gnus-undo-mode): do.
18688
18689 * gnus-topic.el (gnus-topic-mode): do.
18690
18691 * gnus-sum.el (gnus-dead-summary-mode): do.
18692
18693 * gnus-start.el (gnus-slave-mode): do.
18694
18695 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18696
18697 * gnus-ml.el (gnus-mailing-list-mode): do.
18698
18699 * gnus-gl.el (gnus-grouplens-mode): do.
18700
18701 * gnus-draft.el (gnus-draft-mode): do.
18702
18703 * gnus-dired.el (gnus-dired-mode): do.
18704
18705 * gnus-ems.el (gnus-add-minor-mode): Remove.
18706
18707 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18708 Replace gnus-char-width with char-width.
18709
18710 * gnus-ems.el (gnus-char-width): Remove.
18711
18712 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18713 Replace gnus-char-width with char-width.
18714
18715 * gnus-ems.el (gnus-char-width): Remove.
18716
18717 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18718 definition.
18719 Remove Emacs 20 hash table compatibility code.
18720
18721 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18722 20 compatibility code.
18723
18724 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18725
18726 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18727
18728 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18729 Replace with point-at-{eol,bol}.
18730
18731 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18732
18733 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18734
18735 * flow-fill.el (fill-flowed-point-at-bol)
18736 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18737
18738 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18739 Replace with point-at-{eol,bol} throughout all files.
18740
18741 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18742
18743 * ntlm.el (ntlm-string-as-unibyte): New macro.
18744 (ntlm-build-auth-response): Use it.
18745
18746 Remove Emacs 20 stuff:
18747 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18748 of delq and copy-sequence.
18749 * gnus-art.el (popup-menu): Remove the compiler macro.
18750 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18751 Emacs 20.
18752
18753 2004-01-05 Simon Josefsson <jas@extundo.com>
18754
18755 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18756 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18757 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18758 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18759 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18760 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18761 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18762 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18763 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18764 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18765 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18766 string-xor into ntlm-string-xor.
18767 Suggested by Jesper Harder <harder@myrealbox.com>.
18768
18769 * ntlm.el: Don't include poem.
18770
18771 * md4.el (print-int32, print-string-hexa): Remove.
18772 Suggested by Jesper Harder <harder@myrealbox.com>.
18773
18774 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18775
18776 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18777 probably breaks emacs with DL patch, but do we care? Is anyone
18778 still using the DL stuff?)
18779
18780 * sieve-manage.el: Use the password package.
18781 (sieve-manage-read-passwd): Remove.
18782 (sieve-manage-interactive-login): Use password. Re-add
18783 condition-case around loop.
18784
18785 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18786 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18787 Use the password package.
18788
18789 2003-02-19 Simon Josefsson <jas@extundo.com>
18790
18791 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18792 token.
18793
18794 2002-08-07 Simon Josefsson <jas@extundo.com>
18795
18796 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18797 (sieve-manage-authenticators):
18798 (sieve-manage-authenticator-alist): Add some SASL mechs.
18799 (sieve-sasl-auth): New function.
18800 (sieve-manage-cram-md5-auth):
18801 (sieve-manage-plain-auth): Rewrite using SASL library.
18802 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18803 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18804 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18805 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18806
18807 2004-01-05 Simon Josefsson <jas@extundo.com>
18808
18809 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18810 New files.
18811
18812 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18813
18814 * gnus-group.el (gnus-no-groups-message): Update.
18815
18816 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18817
18818 2003-11-09 Simon Josefsson <jas@extundo.com>
18819
18820 * imap.el: Support for ID IMAP extension (RFC 2971).
18821 (imap-local-variables): Add imap-id.
18822 (imap-id): New variable.
18823 (imap-id): New function.
18824 (imap-parse-response): Parse untagged ID response.
18825 * nnimap.el (nnimap-id): New variable.
18826 (nnimap-open-connection): Use it.
18827
18828 2003-12-28 Simon Josefsson <jas@extundo.com>
18829
18830 * gnus-score.el (gnus-score-edit-all-score): New.
18831 * gnus-group.el (gnus-group-score-map): Bind it to W e.
18832
18833 2004-01-04 Simon Josefsson <jas@extundo.com>
18834
18835 * password.el: Add.
18836
18837 2004-01-04 Mario Lang <lang@zid.tugraz.at>
18838
18839 * dns.el (dns-query-types): Fix typo.
18840 (dns-query-types): New function.
18841 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
18842 PTR and SOA replies, see RFC 1035.
18843
18844 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18845
18846 * gnus.el (gnus-logo-color-style): Change colors to `no'.
18847
18848 * Move to Changelog.2.
18849
18850 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18851
18852 * gnus.el (gnus-version-number): Bump version.
18853
18854 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18855
18856 * gnus.el: No Gnus v0.1 is released.
18857
18858 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
18859
18860 * gnus.el: No Gnus v0.0 is released.
18861
18862 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
18863
18864 * gnus.el (gnus-version-number): Bump.
18865 (gnus-version): No.
18866
18867 See ChangeLog.2 for earlier changes.
18868
18869 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18870 Free Software Foundation, Inc.
18871
18872 This file is part of GNU Emacs.
18873
18874 GNU Emacs is free software: you can redistribute it and/or modify
18875 it under the terms of the GNU General Public License as published by
18876 the Free Software Foundation, either version 3 of the License, or
18877 (at your option) any later version.
18878
18879 GNU Emacs is distributed in the hope that it will be useful,
18880 but WITHOUT ANY WARRANTY; without even the implied warranty of
18881 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18882 GNU General Public License for more details.
18883
18884 You should have received a copy of the GNU General Public License
18885 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
18886
18887 ;; Local Variables:
18888 ;; coding: utf-8
18889 ;; fill-column: 79
18890 ;; add-log-time-zone-rule: t
18891 ;; End: