mm-decode.el (mm-inline-media-tests): Add text/x-sh.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4 the temp buffer.
5 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6
7 2011-01-20 Julien Danjou <julien@danjou.info>
8
9 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
10
11 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
12 than mm-insert-inline to insert inline part: this respect
13 mm-inline-media-tests displayers.
14
15 * mm-view.el (mm-display-shell-script-inline): New function.
16
17 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
18
19 * mm-uu.el (mm-uu-type-alist): Add org block.
20 (mm-uu-org-src-code-block-extract): New function.
21
22 * mm-view.el (mm-display-org-inline): New function.
23
24 * mm-decode.el (mm-automatic-display): Add text/org.
25
26 * mailcap.el (mailcap-mime-extensions): Add .org.
27
28 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
29
30 * gnus-art.el (gnus-article-highlight): Remove argument passed to
31 gnus-article-add-buttons.
32
33 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
34
35 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
36 From header with a date and "nobody" as the sender.
37
38 2011-01-19 Julien Danjou <julien@danjou.info>
39
40 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
41 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
42 if you have the same regexp several times.
43 (gnus-button-push): Fix matching when regexp is symbol.
44
45 2011-01-15 Glenn Morris <rgm@gnu.org>
46
47 * message.el (message-mail): A compose-mail function should
48 accept headers as strings.
49
50 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
51
52 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
53 Add :vert-only tags.
54 (message-mail): New arg RETURN-ACTION.
55 (message-return-action): New var.
56 (message-bury): Use it.
57 (message-mode): Make it buffer-local.
58 (message-send-and-exit): Always call message-bury.
59
60 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
61 message-mail.
62
63 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
64
65 * nnimap.el (nnimap-convert-partial-article): Protect against
66 zero-length body parts.
67
68 * mm-decode.el (mm-preferred-alternative-precedence):
69 Discourage showing empty parts.
70
71 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
72 and stuff if the backend didn't return the article number. This fixes
73 an Exchange-related nnimap bug.
74
75 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
76 group window, because it does the wrong thing when a separate frame
77 displays the group buffer.
78
79 * proto-stream.el (open-protocol-stream): Protect against the low-level
80 transport functions returning nil.
81
82 2011-01-07 Daiki Ueno <ueno@unixuser.org>
83
84 * mml2015.el (epg-sub-key-fingerprint): Autoload.
85 (mml2015-epg-find-usable-secret-key): New function.
86 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
87 mml2015-epg-find-usable-key (Bug#7797).
88 (mml2015-epg-encrypt): Ditto.
89
90 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
91
92 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
93
94 2011-01-03 Glenn Morris <rgm@gnu.org>
95
96 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
97
98 * sieve.el (sieve-open-server): Give a more explicit error if
99 sieve-manage-open returns nil. (Bug#7720)
100
101 2011-01-02 Karl Fogel <kfogel@red-bean.com>
102
103 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
104
105 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
106
107 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
108 This avoids sending passwords in plain text over non-encrypted
109 channels.
110
111 * shr.el (shr-rescale-image): Display all GIF images as animated images.
112
113 * nnimap.el (nnimap-login): Refactored out into own function, and
114 implement CRAM-MD5.
115 (nnimap-wait-for-line): Refactored out.
116
117 * mm-view.el (mml-smime): Require.
118
119 2010-12-20 David Engster <deng@eml.cc>
120
121 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
122 use EPG to decrypt S/MIME messages instead of openssl.
123
124 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
126 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
127
128 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
129 status is the group clearly is unreachable.
130
131 * auth-source.el (auth-source-create): Add the optional second
132 parameter to `local-variable-p' to be compatible with XEmacs.
133
134 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
135
136 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
137 work when using a compressed nnml folder.
138
139 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
140
141 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
142 backends after sanitising on entry, because this never makes sense:
143 If the articles have gone missing, then the data no longer exists on
144 the backend, and if they haven't, then Gnus is wrong, and shouldn't
145 overwrite anything anyway.
146
147 * shr.el (shr-insert-document): Bind shr-width dynamically to
148 window-width if it's nil.
149
150 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
151
152 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
153 with the meaning of using the full emacs window width for rendering.
154
155 2010-12-27 Daiki Ueno <ueno@unixuser.org>
156
157 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
158 case when sender is not given.
159
160 2010-12-23 Julien Danjou <julien@danjou.info>
161
162 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
163 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
164 the addresses, otherwise we might misplaced the gravatar.
165
166 2010-12-21 Daiki Ueno <ueno@unixuser.org>
167
168 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
169 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
170 obsolete in Emacs.
171
172 2010-12-20 Julien Danjou <julien@danjou.info>
173
174 * gnus-util.el (gnus-rescale-image): Revert last change.
175
176 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
177
178 * gnus-group.el (gnus-group-delete-articles): New command.
179
180 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
181
182 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
183
184 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
185
186 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
187 here, since it's up to the backends to do CRLF removal if their
188 protocol has it.
189
190 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
191
192 2010-12-17 Julien Danjou <julien@danjou.info>
193
194 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
195 they are from file. Can also scale up.
196
197 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
198
199 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
200 gnus-use-agent.
201 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
202
203 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
204
205 2010-12-17 Julien Danjou <julien@danjou.info>
206
207 * gravatar.el (gravatar-retrieve-synchronously): New function.
208 (gravatar-get-data): Make more robust.
209
210 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
211
212 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
213 to really consider the last line.
214
215 2010-12-16 Daiki Ueno <ueno@unixuser.org>
216
217 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
218 list of recipient keys, or use symmetric encryption if not a list.
219 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
220 EPA override, replacing the call to `netrc-store-data'.
221
222 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
223
224 * gnus-srvr.el: Avoid passing nil regexp argument to
225 delete-matching-lines.
226
227 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
228
229 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
230 fetching stops when Gnus exits.
231
232 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
233 function.
234 (nnfolder-request-expire-articles): Save all the buffers after doing
235 expiry.
236
237 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
238 the last article", since that led to serious performance regressions
239 when expiring nnml groups.
240
241 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
242
243 * nnir.el: Improve customizations.
244
245 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
246
247 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
248
249 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
250 group has been killed.
251 (gnus-group-yank-group): Ditto.
252
253 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
254
255 * nnimap.el (nnimap-request-update-group-status): New function.
256
257 * gnus-int.el (gnus-request-update-group-status): New interface
258 function.
259
260 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
261 copying read-ness to the backends.
262
263 * nnimap.el (nnimap-quirk): New function.
264 (nnimap-retrieve-group-data-early): Use it.
265 (nnimap-quirks): New alist.
266
267 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * shr.el (shr-insert): Set shr-start after deleting trailing space;
270 don't delete it within indentation.
271
272 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
273
274 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
275 previous line.
276
277 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
278
279 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
280 QRESYNC command by deleting a superfluous space which broke Cyrus
281 servers. This change will break other servers that are buggy the other
282 way around.
283
284 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
285
286 * spam.el: Reindent and fix long lines.
287 (spam-copy-or-move-routine): Exclude invalid move destinations.
288
289 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
290
291 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
292 installed the registry.
293
294 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
295
296 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
297 groupname doesn't contain "gmane".
298
299 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
300
301 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
302 (gnus-1): Don't create the nndrafts group twice.
303 (gnus-setup-news): There's no need to read the active file here, since
304 that's done again later on a per-backend basis.
305 (gnus-start-draft-setup): Make sure that the new group is started out
306 empty.
307
308 * gnus-agent.el (gnus-agentize): Don't create the queue group
309 automatically on startup. It'll be created later, if needed.
310
311 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
312 of automatically subscribed groups.
313 (gnus-auto-subscribed-categories): New variable.
314 (gnus-matches-options-n): Use it.
315 (gnus-default-subscribed-newsgroups): Remove unused variable.
316 (gnus-start-draft-setup): Message a bit less.
317
318 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
319
320 * nnir.el (nnir-run-imap): Return article list in order of increasing
321 UID.
322
323 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
324
325 * gnus-sum.el (gnus-summary-enter-digest-group):
326 Mention gnus-auto-select-on-ephemeral-exit.
327
328 * proto-stream.el (proto-stream-open-network-only): Fix the calling
329 convention of the network-only option.
330
331 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
332
333 * proto-stream.el (proto-stream-open-network-only): New function to
334 have a way to specify non-STARTTLS upgrade connections.
335
336 2010-12-10 Julien Danjou <julien@danjou.info>
337
338 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
339 email address is nil.
340
341 * message.el (message-bogus-recipient-p): Set address to "" if nil.
342
343 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
344
345 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
346 deletion.
347 (nnir-run-imap): Only need to parse list once.
348
349 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
350
351 * shr.el (shr-tag-script): Ignore <script>.
352 (shr-tag-label): Add <label> support.
353
354 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
355
356 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
357
358 * shr.el (shr-image-displayer): Work for images lined side by side.
359
360 2010-12-08 Robert Pluim <rpluim@gmail.com>
361
362 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
363 parameter, since XEmacs doesn't accept t as a parameter.
364
365 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
366
367 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
368 ids.
369 (nnir-run-gmane): Simplify groupspec formatting.
370 (nnir-request-expire-articles): New function.
371
372 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
373
374 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
375 overflow, possibly.
376
377 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
378 (shr-render-td): Handle td style="" better.
379 (shr-tag-table): Use the color from the style sheet.
380 (shr-render-td): Make sure we copy over all the overlays, too.
381
382 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
383
384 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
385 (nnir-request-article): Improve article retrieval.
386
387 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
388
389 * mm-util.el (mm-extra-numeric-entities): New variable.
390
391 * mm-url.el (mm-url-decode-entities):
392 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
393
394 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * message.el: Use completion-at-point.
397 (message-completion-function): New fun, extracted from message-tab.
398 (message-mode): Use it for completion-at-point-functions.
399 (message-tab): Use it and completion-at-point.
400
401 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
402
403 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
404 character if a non-breakable character follows.
405
406 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
407
408 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
409 any stream.
410
411 * shr.el (shr-tag-font): Colorize the region.
412 (shr-tag-body): Ditto.
413 (shr-tag-font): Actually let the styles be inherited instead of
414 overwriting them.
415 (shr-tag-font): Get the background color right.
416 (shr-tag-style): Ignore all <style> tags for the moment.
417
418 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
419 a Message-ID to avoid having nnimap depend on gnus-sum.
420
421 * shr.el (shr-descend): Only colorize something if we have a node that
422 sets colors.
423
424 2010-12-06 Julien Danjou <julien@danjou.info>
425
426 * shr.el (shr-render-td): Render td content with shr-descend, so style
427 will be applied to <td> too.
428 (shr-colorize-region): Colorize region even if we only have a background.
429 (shr-tag-body): Fix color and background color inheritance.
430 Do not recolorize after shr-generic.
431 (shr-tag-font): Let shr-generic colorize via inheritance.
432
433 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
434
435 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
436
437 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
438
439 * nnir.el (nnir-request-move-article): Remove obsolete code.
440
441 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
442
443 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
444
445 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
446
447 * gnus-sum.el (gnus-summary-respool-article): The completion function
448 expects a list instead of an alist.
449
450 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
451 string as the parameter.
452
453 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
454
455 * shr.el (shr-stylesheet): New dynamic variable for cascading the
456 styles.
457 (shr-colorize-region): New function.
458 (shr-insert-background-overlay): Remove.
459 (shr-render-td): Background setting should be taken care of on a higher
460 level.
461 (shr-tag-body): Use post-hoc colorizations.
462 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
463 (shr-put-color-1): Don't overwrite old colors.
464 (shr-colorize-region): When the background color isn't explicit, use
465 a fixed background.
466
467 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
468 nnmail variables.
469
470 2010-12-05 Bjørn Mork <bjorn@mork.no>
471
472 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
473 unless necessary.
474
475 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
476
477 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
478 server.
479
480 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
481
482 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
483 so that TAB works.
484
485 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
486 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
487
488 * shr.el (shr-urlify): Show the URL before the title to avoid
489 misleading URLs.
490
491 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
492
493 * shr.el (shr-urlify): Display the title in <a> tags.
494
495 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
496
497 * nnir.el (nnir-categorize): Replace mapcar with mapc.
498
499 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
500
501 * nnir.el: Rearrange code to allow macros to be autoloaded by
502 gnus-sum.el.
503 (nnir-retrieve-headers-override-function): Make this variable
504 customizable.
505 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
506
507 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
508 from nnir.el.
509
510 2010-12-03 Julien Danjou <julien@danjou.info>
511
512 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
513
514 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
515
516 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
517 allow optional argument `environment'.
518
519 2010-12-03 Glenn Morris <rgm@gnu.org>
520
521 * mm-extern.el (message-goto-body): Update declaration.
522
523 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
524
525 * gnus-util.el (gnus-macroexpand-all): New function.
526
527 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
528 instead of macroexpand-all that is unavailable in XEmacs.
529
530 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
531
532 * nnir.el (nnir-summary-line-format): New variable.
533 (nnir-mode): Use it.
534 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
535 (nnir-article-ids): Reimplement as defsubst.
536 (nnir-retrieve-headers): Don't mangle the subject header.
537 (nnir-run-imap): Use 100 as RSV score.
538 (nnir-run-find-grep): Fix for full server searching.
539 (nnir-run-gmane): Better restriction to gmane groups.
540
541 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
542 summary buffers.
543
544 2010-12-02 Julien Danjou <julien@danjou.info>
545
546 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
547
548 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
549
550 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
551 support.
552
553 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
554
555 * nnir.el: Update to handle the registry better.
556 (autoload): Silence byte-compiler.
557 (nnir-open-server): Add a hook for nnir groups.
558 (nnir-request-move-article): Don't mangle the header. Better to use
559 formating variables (which will be added in the future).
560 (nnir-registry-action): Update the registry using the original article
561 group name.
562 (nnir-mode): Install nnir-specific hooks for updating the registry.
563
564 * gnus-sum.el
565 (gnus-article-original-subject,gnus-newsgroup-original-name):
566 Remove obsolete variables.
567 (gnus-summary-move-article): Remove use of obsolete variables.
568 (gnus-summary-local-variables): Make move and delete hooks local to
569 summary buffers.
570
571 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
572
573 * rtree.el: New file.
574
575 2010-12-01 Julien Danjou <julien@danjou.info>
576
577 * message.el (message-user-organization): Do not use
578 gnus-local-organization.
579
580 * gnus.el: Remove gnus-local-organization.
581
582 * gnus-msg.el: Remove nastygram thing.
583
584 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
585
586 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
587 funcall.
588
589 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
590
591 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
592 names.
593
594 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
595 characters.
596
597 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
598 to t of inhibit-read-only since it is inside gnus-with-article-headers.
599 Suggested by Štěpán Němec <stepnem@gmail.com>.
600 (gnus-gravatar-transform-address): Use mail-extract-address-components
601 that supports non-ASCII names rather than mail-header-parse-addresses.
602
603 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
604
605 * proto-stream.el (open-protocol-stream): All starttls connections are
606 handled by the network handler.
607
608 2010-11-30 Julien Danjou <julien@danjou.info>
609
610 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
611 (nnimap-open-connection-1): Fix PREAUTH.
612
613 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
614
615 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
616
617 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
618 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
619 (shr-insert): Use them.
620 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
621
622 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
623
624 * nnir.el (nnir-request-move-article): Bail out if original group
625 doesn't support article moves.
626 (nnir-get-active): Improve active list retrieval.
627
628 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
629
630 * shr.el (shr-find-fill-point): Don't break before apostrophes.
631
632 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
633
634 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
635 seem to accept strings-with-numbers as port numbers,
636
637 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
638
639 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
640 change the registry.
641
642 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
643
644 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
645 delete-dups that is not available in XEmacs 21.4.
646
647 * mm-util.el (mm-delete-duplicates): Add comment.
648
649 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
650
651 * nnir.el (nnir-ignored-newsgroups): New variable.
652 (nnir-get-active): Use it.
653
654 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
655
656 * proto-stream.el (proto-stream-open-network): Add some comments.
657
658 * nntp.el (nntp-open-connection): Provide a :success condition.
659
660 * nnimap.el (nnimap-open-connection-1): Ditto.
661
662 * proto-stream.el (proto-stream-open-network): See what the response to
663 the STARTTLS command is.
664
665 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
666 backwards compatibility).
667 (nnimap-open-connection-1): Really respect nnimap-server-port.
668
669 * proto-stream.el (proto-stream-open-network): When doing opportunistic
670 TLS upgrades we don't really care about the identity of the peer.
671 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
672 that what we've checked for.
673 (proto-stream-always-use-starttls): Only default to t if
674 open-gnutls-stream exists.
675 (proto-stream-open-network): If STARTTLS failed, then just open a
676 normal connection.
677 (proto-stream-open-network): Wait until the greeting before doing
678 STARTTLS.
679
680 * nntp.el (nntp-open-connection): Report what the connection error is.
681
682 * proto-stream.el (open-protocol-stream): Rename from
683 open-proto-stream.
684
685 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
686
687 * nnimap.el (nnimap-stream): Change default to `undecided'.
688 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
689 first, and then network.
690 (nnimap-open-connection-1): Respect nnimap-server-port.
691 (nnimap-open-connection): Be more backwards-compatible.
692
693 * proto-stream.el (proto-stream-always-use-starttls): New variable.
694 (proto-stream-open-starttls): De-duplicate the starttls code.
695 (proto-stream-open-starttls): Folded back into the main function.
696 (proto-stream-open-network): Fix typo in the gnutls path.
697 (proto-stream-command): Refactor out.
698
699 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
700
701 * proto-stream.el (proto-stream-open-starttls): Actually implement the
702 starttls.el STARTTLS.
703
704 * color.el (color-lab->srgb): Fix function call name.
705
706 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
707 if we're using tls.el.
708 (proto-stream-open-network): If we don't have gnutls-cli or gnutls
709 built in, then don't try to establish a STARTTLS connection.
710
711 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
712 servers.
713
714 * proto-stream.el (open-proto-stream): Use network, not stream.
715 (open-proto-stream): Add a way to specify what the end of a command is.
716
717 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
718 connections types.
719 (nntp-open-network-stream): Remove.
720 (nntp-open-ssl-stream): Remove.
721 (nntp-open-tls-stream): Remove.
722 (nntp-ssl-program): Remove.
723
724 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
725
726 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
727
728 * nnir.el: Fix typos.
729 (nnir-retrieve-headers-override-function): Rename variable to reflect
730 new semantics.
731 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
732 macros.
733 (nnir-request-article, nnir-request-move-article): Use them.
734 (nnir-categorize): New function.
735 (nnir-run-query): Use it.
736 (nnir-retrieve-headers): Rewrite to batch header retrieval.
737 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
738 sorted.
739 (nnir-group-full-name): Use gnus-group-full-name instead.
740 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
741 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
742
743 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
744
745 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
746
747 * proto-stream.el: New library to provide protocol-specific
748 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
749 protocols.
750 (open-proto-stream): Complete the documentation.
751 (proto-stream-open-network): Fix some typos.
752
753 * nnimap.el (nnimap-open-connection): Use it.
754
755 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
756
757 * pop3.el (pop3-open-server): Read server greeting before starting TLS
758 negotiation.
759
760 2010-11-26 Julien Danjou <julien@danjou.info>
761
762 * color.el: Rename various rgb functions to srgb.
763
764 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
765
766 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
767 names.
768
769 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
770
771 * shr.el (shr-insert): Revert last change.
772 (shr-find-fill-point): Never leave point being at bol;
773 relax the kinsoku limitation when rendering tables.
774
775 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
776
777 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
778 results from -accept-article.
779
780 * shr-color.el: Require cl when compiling.
781
782 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
783 checkin.
784
785 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
786
787 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
788
789 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
790 'add and 'delete to set backend marks.
791
792 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
793
794 * nnheader.el (nnheader-update-marks-actions): Refactor out.
795
796 * nntp.el (nntp-request-set-mark): Use it.
797
798 * nnfolder.el (nnfolder-request-set-mark): Ditto.
799
800 * nnml.el (nnml-request-set-mark): Ditto.
801
802 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
803 introduces regressions in article selection.
804 (nnimap-find-uid-response): New function.
805 (nnimap-request-accept-article): Use the UID returned, if any.
806 (nnimap-request-move-article): Use the UID returned, if any.
807 (nnimap-get-groups): Reimplement to work with folded lines.
808 (nnimap-find-uid-response): The UID is the last element in the list.
809 (nnimap-request-set-mark): Extend syntax with 'set.
810
811 * nnml.el (nnml-request-set-mark): Ditto.
812
813 * nnfolder.el (nnfolder-request-set-mark): Ditto.
814
815 * nntp.el (nntp-request-set-mark): Ditto.
816
817 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
818
819 * message.el (message-called-interactively-p): A temporary macro.
820 (message-goto-body): Use it temporarily.
821
822 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
823
824 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
825 (nnimap-last-response-string): Unfold quoted lines, if they exist.
826 (nnimap-last-response-string): Fix last unfolding fix.
827
828 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
829
830 * shr.el (shr-insert): Fix the way to fold lines.
831
832 2010-11-25 Julien Danjou <julien@danjou.info>
833
834 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
835
836 * color.el: Rename from color-lab.el
837 (color-rgb->hex): Add.
838 (color-complement): Add.
839 (color-complement-hex): Add.
840
841 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
842
843 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
844
845 * shr-color.el (shr-color-visible): Don't bug out if the colour names
846 don't exist.
847
848 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
849
850 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
851 assuming that article displaying or another mml-preview may be
852 interrupted for an error or for the like.
853
854 * shr.el (shr-get-background): Fix argument name.
855
856 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
857
858 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
859
860 * gnus-sum.el (gnus-summary-include-articles): New function.
861
862 * message.el (message-goto-body): called-interactively-p needs a
863 parameter, so use `any'.
864
865 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
866 clear marks before moving, since they're synced from the Gnus side
867 first.
868
869 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
870 (gnus-summary-move-article): Copy over all marks before moving, so that
871 IMAP doesn't think a new article has arrived.
872
873 2010-11-24 Julien Danjou <julien@danjou.info>
874
875 * shr.el (shr-insert-background-overlay): Fix typo.
876 (shr-render-td): Copy the background before rendering.
877
878 * shr-color.el (shr-color-visible): Fix docstring.
879
880 * shr.el (shr-tag-table): Add bgcolor support.
881 (shr-render-td): Add bgcolor support.
882 (shr-get-background): Add.
883 (shr-insert-foreground-overlay): Use shr-get-background.
884
885 * message.el (message-goto-body): Use called-interactively-p.
886 (message-in-body-p): message-goto-body returns point.
887
888 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
889
890 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
891 Fixes something or other in Emacs 23, and is backwards compatible.
892
893 * message.el (message-goto-body): Remove the <#secure special-casing,
894 which is too special.
895
896 * shr.el (shr-parse-style): Drop !important from styles.
897
898 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
899
900 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
901 this function to return incorrect results when calling it with an
902 explicit article argument different from
903 (gnus-summary-article-number).
904
905 2010-11-24 Julien Danjou <julien@danjou.info>
906
907 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
908 (shr-tag-body): Add background support.
909 (shr-descend): Add background support.
910 (shr-tag-title): Add.
911
912 * shr-color.el (shr-color-visible): Really return original background
913 if fixed.
914
915 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
916
917 * shr.el (shr-color-check): Protect against non-existant colour names.
918
919 2010-11-24 Julien Danjou <julien@danjou.info>
920
921 * color-lab.el: Require 'cl when compiling.
922
923 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
924
925 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
926 matched part.
927
928 * color-lab.el: Fix all expt calls to use float type.
929
930 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
931
932 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
933 expression to shr-color-check as is.
934
935 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
936
937 * color-lab.el: Add coding cookie.
938 (float-pi): Use eval-and-compile.
939
940 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
941
942 * shr.el (shr-insert-color-overlay): Split stuff like
943 "#444444 !important" to find the real colour.
944 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
945 parse <font color="red"> entries.
946
947 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
948
949 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
950 point when parsing headers.
951
952 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
953 is positioned properly when parsing headers.
954
955 2010-11-23 Julien Danjou <julien@danjou.info>
956
957 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
958
959 * shr-color.el (shr-color->hexadecimal): Add support for color names.
960
961 * shr.el (shr-parse-style): Replace \n with space in style parsing.
962
963 * shr-color.el (shr-color-hsl-to-rgb-fractions):
964 Use shr-color-hue-to-rgb.
965 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
966
967 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
968
969 * shr.el (shr-color->hexadecimal): Autoload.
970 (shr-descend): Add color to all tags.
971
972 2010-11-22 Julien Danjou <julien@danjou.info>
973
974 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
975 shr-color->hexadecimal.
976
977 * shr-color.el (shr-color->hexadecimal): Add converting functions for
978 RGB() or HSL() color representation.
979
980 * shr.el (shr-tag-font): Add.
981 (shr-tag-color-check): New function to get better colors.
982 (shr-tag-insert-color-overlay): Factorize code between tag-font and
983 tag-span.
984
985 * shr-color.el: New file.
986
987 * color-lab.el: New file.
988
989 * gnus-art.el (gnus-url-mailto): Do not downcase args.
990
991 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
992
993 * nnir.el: Fix typo in comments.
994 (nnir-run-imap): Simplify code. No need to reverse artlist.
995 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
996
997 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
998
999 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1000
1001 * nnimap.el (nnimap-get-capabilities): Refactor out.
1002 (nnimap-open-connection): Re-request capabilities after STARTTLS.
1003
1004 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
1005
1006 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1007 appearing when `mm-uu-hide-markers' is nil.
1008
1009 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1010
1011 * nnimap.el (nnimap-unselect-group): Make into its own function.
1012 (nnimap-request-rename-group): Unselect group before renaming.
1013 This had gotten lost somewhere.
1014 (nnimap-request-accept-article): Keep track of examined groups, and
1015 unselect the group before APPENDing to read-only groups.
1016 (nnimap-request-move-article): Clear flags before moving so that they
1017 can be re-set later.
1018
1019 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
1020
1021 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1022 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1023
1024 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1025
1026 * gnus-art.el (gnus-mime-display-single)
1027 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1028 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1029 parameter.
1030
1031 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1032
1033 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1034 (shr-table-vertical-line): New variable.
1035 (shr-insert-table): Use it.
1036
1037 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039 * gnus-html.el (gnus-html-wash-images): Don't display images if
1040 gnus-inhibit-images is non-nil; register displayer for cid images.
1041 (gnus-html-display-image): Work for cid image.
1042 (gnus-html-insert-image): Allow arguments.
1043 (gnus-html-put-image): Inhibit read-only.
1044 (gnus-html-prefetch-images): Don't prefetch images if
1045 gnus-inhibit-images is non-nil.
1046
1047 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1048
1049 * shr.el (shr-put-image): Break lines when inserting big pictures.
1050
1051 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1052
1053 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1054 sender, thanks Katsumi Yamaoka.
1055
1056 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
1057
1058 * nnir.el (nnir-run-imap): Reverse the article list for each group
1059 rather than the whole list.
1060
1061 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
1062
1063 * shr.el (shr-image-displayer): Protect function against non-existent
1064 image source.
1065
1066 * gnus-art.el (gnus-inhibit-images): New user option.
1067 (gnus-mime-display-single): Don't display image if it is non-nil.
1068
1069 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1070 gnus-inhibit-images.
1071
1072 * shr.el (shr-image-displayer): New function.
1073 (shr-tag-img): Use it.
1074
1075 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1076
1077 * mml2015.el (mml2015-epg-sign): Use From header.
1078
1079 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1080
1081 * gnus-html.el (gnus-html-wash-images): Register a displayer.
1082
1083 * gnus-util.el (gnus-find-text-property-region): Return markers.
1084
1085 * shr.el (shr-tag-img): Put a displayer in the text property.
1086
1087 * gnus-util.el (gnus-find-text-property-region): New utility function.
1088
1089 * gnus-html.el (gnus-html-display-image): Make the alt optional.
1090 (gnus-html-show-images): Remove.
1091
1092 * gnus-art.el (gnus-article-show-images): New, more general function.
1093
1094 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1095 image url text properties.
1096
1097 * shr.el: Ditto.
1098
1099 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1100 gnus-agent-auto-agentize-methods is set. Which it isn't.
1101
1102 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1103
1104 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1105 work for two or more articles.
1106
1107 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1110 divide an image that's in an html article to two or more when washing
1111 non-ASCII characters in alt text of it.
1112
1113 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1114
1115 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1116 smime-decrypt-region using function argument.
1117 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1118
1119 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1120
1121 * smime.el (smime-decrypt-region): Catch it.
1122
1123 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * smime.el (smime-mode-map): Move initialization into declaration.
1126 (gnus-run-mode-hooks): Don't autoload.
1127 (smime-mode): Use define-derived-mode.
1128
1129 2010-11-11 Glenn Morris <rgm@gnu.org>
1130
1131 * smime.el (from): Restrict declaration to XEmacs.
1132
1133 * nnir.el (gnus-group-topic-name): Autoload.
1134
1135 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1136
1137 * shr.el (shr-insert): Don't break long line if it is because of
1138 kinsoku-bol characters in the line end.
1139
1140 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
1141
1142 * nnir.el (nnir-request-move-article): Fix to provide original group
1143 and subject.
1144 (nnir-warp-to-article): Don't fail on articles whose headers haven't
1145 been retrieved.
1146
1147 * gnus-sum.el (gnus-summary-move-article): Use original group and
1148 subject for virtual articles such as those in an nnir summary buffer.
1149
1150 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
1151
1152 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1153 least 21.5).
1154
1155 * smime.el (from): Declare it again for XEmacs.
1156
1157 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1158
1159 * message.el (message-resend): Don't disable encoding unless it's
1160 already encoded.
1161
1162 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1163 low-numbered articles.
1164
1165 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1166
1167 * rfc2047.el (rfc2047-syntax-table): Simplify.
1168
1169 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1170 set-char-table-range for XEmacs.
1171
1172 2010-11-10 Glenn Morris <rgm@gnu.org>
1173
1174 * smime.el (from): Remove unused declaration.
1175
1176 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1177 (gnus-float-time): On Emacs, always an alias.
1178
1179 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1180 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1181
1182 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
1183
1184 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1185
1186 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1187
1188 * shr.el (browse-url-mailto): Autoload.
1189
1190 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1191
1192 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1193 regexp doesn't need quoting.
1194
1195 2010-11-09 Sven Joachim <svenjoac@gmx.de>
1196
1197 * message.el (message-subject-trailing-was-ask-regexp)
1198 (message-subject-trailing-was-regexp): Match was: in addition to was.
1199
1200 2010-11-09 Glenn Morris <rgm@gnu.org>
1201
1202 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1203 (nnbabyl-check-mbox): Use point-at-bol.
1204
1205 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1206
1207 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1208
1209 * message.el (message-mailto): New function.
1210 (message-mailto): Should accept other parameters.
1211 (message-mailto): Remove since it duplicates browse-url-mailto
1212 functionality.
1213
1214 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1215
1216 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1217 methods.
1218 (gnus-read-active-file): Ditto.
1219
1220 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1221 ": " from the prompt.
1222 (gnus-group-make-group): Ditto.
1223
1224 2010-11-07 Glenn Morris <rgm@gnu.org>
1225
1226 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1227 (gnus-bookmark-kill-line): Use point-at-eol.
1228
1229 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
1230
1231 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1232 asterisks in From header.
1233
1234 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1235
1236 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1237 string to avoid making the From headers syntactically invalid.
1238
1239 * message.el (message-send-mail): Don't insert courtesy messages if the
1240 message already has List-Post and List-ID messages.
1241
1242 2010-11-06 Glenn Morris <rgm@gnu.org>
1243
1244 * gnus-art.el (gnus-treat-article): Give dynamic local variables
1245 `condition', `type', `length' a prefix.
1246 (gnus-treat-predicate): Update for above name changes.
1247
1248 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
1249
1250 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1251 binding. Handled by `gnus-summary-refer-thread' instead.
1252 (nnir-warp-to-article): New backend function.
1253
1254 * nnimap.el (nnimap-request-thread): Force dependency updating.
1255
1256 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1257 (gnus-summary-refer-thread): Rework to improve thread-referral.
1258
1259 * gnus-int.el (gnus-warp-to-article): New function.
1260
1261 * gnus-sum.el (gnus-summary-article-map): Bind it.
1262
1263 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
1264
1265 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1266 gnus-summary-refer-thread.
1267
1268 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1269 headers.
1270 (gnus-summary-limit-include-thread): Prevent articles in thread from
1271 being cut in gnus-cut-threads.
1272 (gnus-summary-refer-thread): Limit retrieved headers to those in
1273 thread.
1274
1275 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1276
1277 * message.el (message-send-mail): Use the value of
1278 message-courtesy-message from the message buffer.
1279
1280 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1281
1282 * shr.el (shr-browse-url): Implement mailto: URLs.
1283
1284 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1285 "raw".
1286
1287 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1288 if it's already selected.
1289
1290 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1291
1292 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1293
1294 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1295 to measure the length and truncate alt text.
1296
1297 2010-11-03 Glenn Morris <rgm@gnu.org>
1298
1299 * nndiary.el (nndiary-generate-nov-databases-1)
1300 (nndiary-generate-active-info): Rename dynamic variable `files' to
1301 something less generic.
1302
1303 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
1304
1305 * nnir.el (nnir-request-move-article): Call the underlying backend to
1306 move articles from nnir.
1307
1308 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1309
1310 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1311
1312 2010-11-02 Julien Danjou <julien@danjou.info>
1313
1314 * nnir.el: Remove wais support.
1315
1316 2010-11-02 Glenn Morris <rgm@gnu.org>
1317
1318 * gnus-html.el: Reorder requirements to quieten compiler.
1319
1320 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1323 properly for XEmacs as well.
1324 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1325 (gnus-article-natural-long-line-p): Use window-width rather than
1326 frame-width.
1327
1328 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
1329
1330 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
1331 (nnir-read-parms): Don't modify query.
1332 (nnir-run-query): Add ability to search topic on current line.
1333 (nnir-get-active): Clean up.
1334
1335 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1336
1337 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1338 degenerate articles.
1339
1340 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1341 (gnus-print-buffer): Just print the buffer as is, without any copying
1342 to a buffer and then re-highlighting.
1343
1344 * nnimap.el (nnimap-request-group): Store the new updated info.
1345 (nnimap-request-group): Select the group when we don't know whether it
1346 exists or not.
1347
1348 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1349 groups.
1350
1351 * gnus-group.el (gnus-group-find-new-groups): Display all the new
1352 groups.
1353
1354 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1355 groups.
1356
1357 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1358 long-lines case by only filling the long lines.
1359
1360 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1361 (bug #7311).
1362
1363 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1364
1365 * shr.el: No need to declare `declare-function' since shr.el is for
1366 only Emacsen that provide `libxml-parse-html-region'.
1367
1368 2010-11-01 Glenn Morris <rgm@gnu.org>
1369
1370 * mm-util.el (gnus-completing-read): Autoload.
1371 (mm-read-coding-system): Simplify Emacs definition.
1372
1373 * nnmail.el (gnus-activate-group):
1374 * nnimap.el (gnutls-negotiate):
1375 * nntp.el (netrc-parse): Fix declarations.
1376
1377 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1378
1379 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1380 string-match-p in Emacs >=23.
1381
1382 * gnus-msg.el (gnus-configure-posting-styles)
1383 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1384
1385 2010-11-01 Glenn Morris <rgm@gnu.org>
1386
1387 * nnir.el (declare-function): Add compat stub.
1388 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1389 (nnir-run-gmane): Require 'mm-url.
1390
1391 * mm-util.el (mm-string-to-multibyte): Simplify.
1392
1393 * shr.el (declare-function): Add compat stub.
1394 (url-cache-create-filename): Declare.
1395 (mm-disable-multibyte, widget-convert-button): Autoload.
1396
1397 * smime.el (ldap-search): Declare.
1398 (smime-cert-by-ldap-1): Require ldap on Emacs.
1399
1400 * nnimap.el: Require nnmail, and gnus-sum when compiling.
1401 (nnimap-keepalive): Use gnus-float-time.
1402
1403 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1404 (mail-source-delete-crash-box): Use gnus-float-time.
1405
1406 * gnus-dired.el (gnus-completing-read): Autoload.
1407
1408 * mm-view.el (gnus-rescale-image): Autoload.
1409
1410 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1411
1412 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1413
1414 * sieve-manage.el: Require 'cl when compiling.
1415
1416 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1417 (gnus-iswitchb-completing-read): Require iswitchb.
1418 (gnus-select-frame-set-input-focus): Silence compiler.
1419
1420 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1421
1422 * message.el (message-subject-trailing-was-query): Change default to t,
1423 since I think that's what most people want.
1424
1425 * nnimap.el (nnimap-request-accept-article): Erase buffer before
1426 appending for easier debugging.
1427 (nnimap-wait-for-connection): Take a regexp.
1428 (nnimap-request-accept-article): Wait for the continuation line before
1429 sending anything unless we're streaming.
1430
1431 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1432 leave the header washing to take place.
1433
1434 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
1435
1436 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1437 regular expression match and replace in posting styles.
1438
1439 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
1440
1441 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1442 an entire server.
1443 (nnir-get-active): New function.
1444 (nnir-run-imap): Use it.
1445 (nnir-run-gmane): Who knew, gmane search returns an article score!
1446
1447 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1448 server on the current line with nnir.
1449
1450 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1451
1452 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1453 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1454 left edge.
1455 (gnus-article-foldable-buffer): Skip past the prefix when determining
1456 raggedness.
1457
1458 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1459 the raw article, and change `C-u g' to show the article without doing
1460 treatments.
1461
1462 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1463 on to `gnus-treat-article'.
1464 (gnus-inhibit-article-treatments): New variable.
1465
1466 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1467
1468 * gnus-art.el (gnus-treatment-function-alist): Have
1469 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1470 (gnus-treat-fill-long-lines): Change default to fill all text/plain
1471 sections.
1472
1473 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1474 parameter.
1475 (gnus-article-fill-cited-long-lines): New function.
1476 (gnus-article-fill-cited-article): Allow filling only long sections.
1477
1478 * shr.el (shr-find-fill-point): Don't break lines between punctuation
1479 and non-punctuation (like after the apostrophe in "'We").
1480
1481 * gnus-sum.el (gnus-summary-select-article): Make sure
1482 gnus-original-article-buffer is alive.
1483
1484 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1485 reflect the order they're in in the digest.
1486
1487 * gnus.el (gnus-group-startup-message): Move point to the start of the
1488 buffer.
1489
1490 * nnimap.el (nnimap-capability): New function.
1491 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1492 is set.
1493
1494 2010-10-31 David Engster <dengste@eml.cc>
1495
1496 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1497 conform with changes to gnus-completing-read.
1498
1499 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1500
1501 * shr.el (shr-tag-img): Output "*" instead of "[img]".
1502
1503 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1504
1505 * nnir.el: Move defvar, defcustom around to keep file organized
1506 and keep byte-compiler quiet.
1507 (nnir-read-parms): Accept search-engine as arg.
1508 (nnir-run-query): Pass search-engine as arg.
1509 (nnir-search-engine): Remove.
1510
1511 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1512
1513 * shr.el (shr-generic): The text nodes should be text, not :text.
1514
1515 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1516 later in the file.
1517
1518 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
1519
1520 * nnir.el: General clean up. Allow searching with multiple engines.
1521 Allow separate extra-parameters for each engine.
1522 Batch queries when possible.
1523 (nnir-imap-default-search-key,nnir-method-default-engines):
1524 Add customize interface.
1525 (nnir-run-gmane): New engine.
1526 (nnir-engines): Use it. Qualify all prompts with engine name.
1527 (nnir-search-engine): Remove global variable.
1528 (nnir-run-hyrex): Restore for now.
1529 (nnir-extra-parms,nnir-search-history): New variables.
1530 (gnus-group-make-nnir-group): Use them.
1531 (nnir-group-server): Remove in favor of gnus-group-server.
1532 (nnir-request-group): Avoid searching twice.
1533 (nnir-sort-groups-by-server): New function.
1534
1535 2010-10-30 Julien Danjou <julien@danjou.info>
1536
1537 * gnus-group.el: Remove gnus-group-fetch-control.
1538
1539 * gnus-start.el (gnus-find-new-newsgroups):
1540 Remove gnus-check-first-time-used.
1541
1542 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1543
1544 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
1545
1546 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1547 set on groups that don't have \* permanentflags.
1548
1549 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1550
1551 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1552 control the background color.
1553 (shr-tag-img): Ignore very small web bug type images.
1554 (shr-put-image): Add help-echo alt texts to the images.
1555 (shr-tag-video): Show the video poster image.
1556
1557 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1558
1559 * shr.el (shr-table-depth): New variable.
1560 (shr-tag-table-1): Only insert the images after the top-level table.
1561
1562 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1563
1564 * gnus-util.el (gnus-list-memq-of-list): New function.
1565
1566 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1567 selected.
1568 (nnimap-unsplittable-articles): New slot.
1569 (nnimap-new-articles): Use it.
1570
1571 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
1572
1573 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1574 move to the previous line on `M-g'.
1575
1576 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1577
1578 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1579 *-request-group, which seems unnecessary.
1580
1581 * nnimap.el (nnimap-quote-specials): Function copied over from
1582 imap.el.
1583 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1584 they support that. Suggested by Tom Regner.
1585
1586 2010-10-29 Julien Danjou <julien@danjou.info>
1587
1588 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1589 defalias.
1590 (gnus-summary-delete-marked-with): Remove obsolete defalias.
1591
1592 * gnus.el: Remove `gnus-nntp-service' variable.
1593 (gnus-secondary-servers): Make obsolete.
1594 (gnus-nntp-server): Make obsolete.
1595
1596 * gnus-start.el (gnus-1): Remove x-splash calls.
1597
1598 * gnus-ems.el (gnus-x-splash): Remove.
1599
1600 * gnus.el (gnus-group-startup-message): Simplify/update code.
1601
1602 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1603 capability before doing anything.
1604 (gnus-group-insert-group-line): Remove useless
1605 gnus-group-remove-excess-properties.
1606
1607 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
1608
1609 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1610
1611 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1612
1613 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1614 config after reselecting.
1615
1616 2010-10-28 Julien Danjou <julien@danjou.info>
1617
1618 * shr.el (shr-put-image): Use point even if only inserting text.
1619 (shr-put-image): Save excursion when inserting alt text on non-graphic
1620 display, so the behaviour is the same when we are on a graphic display.
1621
1622 * nnir.el (nnir-run-swish-e): Remove hyrex support.
1623
1624 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1625
1626 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1627 (gnus-mime-copy-part): Check coding system, not charset.
1628 (gnus-mime-view-part-externally): Never remove part.
1629 (gnus-mime-view-part-internally): Don't remove part here.
1630 (gnus-article-part-wrapper): Make sure MIME tag is visible.
1631 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1632 multipart/alternative.
1633
1634 * mm-decode.el (mm-display-part): Take optional arg `force'.
1635
1636 2010-10-26 Julien Danjou <julien@danjou.info>
1637
1638 * gnus-group.el (gnus-group-default-list-level): Add this function to
1639 compute the default list level.
1640 (gnus-group-default-list-level): Add possibility to use a function.
1641
1642 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
1643
1644 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1645
1646 * gnus-group.el (gnus-group-completing-read)
1647 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1648 gnus-replace-in-string.
1649
1650 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1651
1652 * shr.el (shr-tag-div): Add.
1653
1654 2010-10-25 Julien Danjou <julien@danjou.info>
1655
1656 * gnus-util.el: Remove `gnus-with-local-quit'.
1657
1658 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1659
1660 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1661
1662 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1663 the original article buffer.
1664
1665 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1666
1667 * nnimap.el (nnimap-request-head): New function.
1668 (nnimap-request-move-article): Try to be slighly faster by not
1669 requesting the entire message when moving.
1670 (nnimap-transform-headers): Don't bug out on bodiless articles.
1671 (nnimap-send-command): Have no outstanding messages if the IMAP server
1672 doesn't support streaming.
1673 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1674
1675 2010-10-24 Julien Danjou <julien@danjou.info>
1676
1677 * message.el (message-default-headers): Fix type.
1678
1679 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1680
1681 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1682 prefetching images.
1683
1684 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1685 backend for unknown groups. This is mainly useful for nnimap groups.
1686
1687 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1688 group isn't covered by the agent.
1689
1690 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
1691
1692 * nnir.el (nnir-method-default-engines): New variable.
1693 (nnir-run-query): Use it.
1694 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1695 (gnus-summary-nnir-goto-thread): Change group if needed.
1696
1697 * gnus-group.el (gnus-group-group-map): Add key binding for
1698 gnus-group-make-nnir-group.
1699
1700 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1701
1702 * shr.el (shr-tag-object): Add.
1703
1704 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1705 original article buffer live.
1706 (gnus-summary-select-article-buffer):
1707 Mention gnus-widen-article-buffer.
1708
1709 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1710
1711 * shr.el (shr-tag-strong): Add.
1712
1713 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1714
1715 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1716 group names. They mess up the group buffer badly.
1717
1718 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1719
1720 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1721 instead of the summary one.
1722
1723 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
1724
1725 * mml.el (mml-preview): Work properly when editing article.
1726
1727 * gnus-start.el (gnus-read-active-file-1): Don't add method to
1728 gnus-have-read-active-file if it's already been in.
1729
1730 2010-10-22 Tom Tromey <tromey@redhat.com>
1731
1732 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1733 gnus-group-completing-read.
1734
1735 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1736
1737 * message.el (message-mode-map): Don't bind M-; to comment region, to
1738 allow the global comment-dwim to work.
1739
1740 2010-10-21 Julien Danjou <julien@danjou.info>
1741
1742 * message.el (message-setup-1): Allow message-default-headers to be a
1743 function.
1744
1745 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1746
1747 * shr.el (shr-tag-table): Simplify.
1748
1749 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1750
1751 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1752 to avoid trying to snarf invalid stuff.
1753
1754 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1755
1756 * gnus.el (gnus-message-archive-group): Quote value.
1757 (gnus-message-archive-group): Mark as changed.
1758
1759 * shr.el (shr-add-font): Don't put the font properties on the newline
1760 or the indentation.
1761
1762 * message.el (message-fix-before-sending): Change options when sending
1763 non-printable characters.
1764
1765 * gnus.el (gnus-message-archive-method): Change the default to
1766 monthly outgoing groups.
1767
1768 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1769 that have gotten new numbers.
1770
1771 * nnimap.el (nnimap-request-replace-article): New function.
1772
1773 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
1774
1775 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1776 (nnrss-request-article): Don't use special html washing code.
1777
1778 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1779
1780 * shr.el (shr-tag-table): Remove useless nconc.
1781
1782 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1783
1784 * gnus-art.el (article-wash-html): Simplify and remove the charset
1785 stuff. Use the normal html rendering code instead of the special html
1786 washing code.
1787
1788 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1789 `gnus-w3m' symbols.
1790 (mm-text-html-washer-alist): Remove.
1791
1792 * mm-decode.el (mm-inline-text-html-renderer): Remove.
1793 (mm-inline-media-tests): Remove use.
1794 (mm-text-html-renderer): Change default to the `shr' symbol.
1795
1796 * mm-view.el (mm-inline-text-html): Remove use.
1797
1798 * gnus-art.el (gnus-blocked-images): New function. Allow the
1799 `gnus-blocked-images' to be a function.
1800 (gnus-article-wash-function): Remove.
1801
1802 2010-10-20 Julien Danjou <julien@danjou.info>
1803
1804 * spam.el (spam-list-of-processors): Mark as obsolete.
1805
1806 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1807 (nnimap-insert-partial-structure): Fix boundary detection.
1808
1809 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
1810
1811 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1812 run file-truename on remote files. This can be expensive and even
1813 prevent one from editing drafts if some unrelated buffer has a stale
1814 connection.
1815
1816 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
1817
1818 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1819 kinsoku-eol regardless of shr-kinsoku-shorten.
1820 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1821 (shr-tag-table): Support caption, thead, and tfoot.
1822
1823 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1824
1825 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1826 lines.
1827 (shr-save-contents): New command and keystroke.
1828
1829 * nndoc.el (nndoc-type-alist): Add git support.
1830 (nndoc-git-type-p): New function.
1831 (nndoc-transform-git-article): Ditto.
1832 (nndoc-transform-git-headers): Ditto.
1833 (nndoc-transform-git-headers): Generate Subject headers.
1834
1835 * shr.el (shr-parse-style): New function.
1836 (shr-tag-span): Ditto.
1837
1838 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1839 to `G G' to avoid collisions.
1840
1841 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1842
1843 * shr.el: Load kinsoku if necessary.
1844 (shr-kinsoku-shorten): New internal variable.
1845 (shr-find-fill-point): Make kinsoku shorten text line if
1846 shr-kinsoku-shorten is bound to non-nil.
1847 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1848 shr-indentation too when testing if table is wider than frame width.
1849 (shr-insert-table): Use `string-width' instead of `length' to measure
1850 text width.
1851 (shr-insert-table-ruler): Make sure indentation is done at bol.
1852
1853 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1854
1855 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1856 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1857 undecoded network data.
1858
1859 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1860
1861 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1862 name in the mode line spec so that the mode line menu works
1863 (bug #2431).
1864
1865 * message.el (message-get-reply-headers): If we're fed `to-address',
1866 then always use that.
1867
1868 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1869 aren't so wide as to need to switch off the edit menu.
1870
1871 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1872 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1873
1874 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1875 `M-g'.
1876 (nnimap-update-info): Update flags/read marks even if \* isn't part of
1877 the permanent marks.
1878
1879 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
1880
1881 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1882 Splitting according to references/in-reply-to obeys the ignore-groups
1883 variable, while splitting by sender and subject do not.
1884
1885 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1886
1887 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1888 alist, so that we can look for non-Unicode chars.
1889 (article-translate-strings): Allow both character and string maps.
1890
1891 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1892
1893 * shr.el (shr-insert): Don't insert space behind a wide character
1894 categorized as kinsoku-bol, or between characters both categorized as
1895 nospace.
1896
1897 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
1898
1899 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
1900 headers to gnus-newsgroup-headers.
1901
1902 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1903
1904 * shr.el (shr-tag-img): Don't align images -- since we're not
1905 rescaling, this often leads to ugly displays.
1906
1907 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
1908
1909 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1910 duplicates.
1911
1912 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
1913
1914 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1915 call.
1916
1917 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
1918
1919 * gnus.el: Autoload gnus-html-show-images.
1920
1921 * nnimap.el: Use nnheader-message throughout.
1922
1923 * shr.el (shr-tag-img): Ignore images with no data.
1924
1925 2010-10-15 Julien Danjou <julien@danjou.info>
1926
1927 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1928 a possibility to disable format=flow encoding when using hard newlines.
1929
1930 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932 * shr.el (shr-insert): Remove space inserted before or after a
1933 breakable character or at the beginning or the end of a line.
1934 (shr-find-fill-point): Do kinsoku; find the second best point or give
1935 it up if there's no breakable point.
1936
1937 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1938
1939 * nnimap.el (nnimap-open-connection): Message when opening connection
1940 for debugging purposes.
1941
1942 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1943 on every setup buffer call to allow this to change from article to
1944 article.
1945
1946 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1947 buffers where we have a wide table.
1948
1949 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
1950
1951 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1952 uses *-request-thread.
1953
1954 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1955
1956 * nnimap.el (nnimap-open-connection): Remove %s from openssl
1957 incantation, which is no longer valid.
1958
1959 2010-10-14 Julien Danjou <julien@danjou.info>
1960
1961 * shr.el: Fix defcustom type (char -> character).
1962
1963 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1964
1965 * nnimap.el (nnimap-open-connection): tls-program should be a list of
1966 programs.
1967
1968 2010-10-14 Julien Danjou <julien@danjou.info>
1969
1970 * shr.el (shr-tag-a): Use url-link as widget type.
1971
1972 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1973 `gnus-group-get-icon'.
1974
1975 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1976
1977 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1978 This should make server editing work better.
1979
1980 * shr.el (shr-find-fill-point): Don't inloop on indented text.
1981
1982 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1983 (nnimap-parse-flags): Fix regexp.
1984
1985 * shr.el (shr-find-fill-point): Use a filling algorithm that should
1986 probably work for CJVK text, too.
1987
1988 * nnimap.el (nnimap-extend-tls-programs): Remove.
1989 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1990
1991 2010-10-13 Julien Danjou <julien@danjou.info>
1992
1993 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1994 responses.
1995
1996 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1997
1998 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1999
2000 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2001 anything in Emacs.
2002
2003 * shr.el (shr-current-column): Remove buggy and unnecessary function.
2004
2005 2010-10-13 Julien Danjou <julien@danjou.info>
2006
2007 * shr.el (shr-width): Make shr-width a defcustom with default to
2008 fill-column.
2009 (shr-tag-img): Use shr-width rather than fill-column.
2010
2011 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
2012
2013 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2014
2015 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2016 position when (X-)Faces exist.
2017 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2018 avatars when called interactively.
2019
2020 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2021
2022 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2023 gnus-article-x-face-too-ugly is bound.
2024
2025 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2026
2027 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2028
2029 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2030 mailbox that doesn't exist.
2031
2032 2010-10-12 Julien Danjou <julien@danjou.info>
2033
2034 * shr.el (shr-tag-img): Encode URL properly when retrieving.
2035 (shr-get-image-data): Encode URL properly when fetching from cache.
2036 (shr-tag-img): Use aligned-to spaces to align correctly images.
2037
2038 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2039 before inserting the Gravatar.
2040
2041 * shr.el (shr-tag-img): Add align attribute support for <img>.
2042
2043 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2044
2045 * gnus-gravatar.el (gnus-art): Require.
2046
2047 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2048 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2049 Remove long obsoleted functions.
2050
2051 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2052
2053 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2054
2055 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2056 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2057 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2058 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2059 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2060 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2061 Fix comment for declare-function.
2062
2063 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2064
2065 * nnimap.el (nnimap-request-rename-group): Select group read-only
2066 before renaming it.
2067
2068 * shr.el (shr-insert): Fix up the white space only regexp.
2069
2070 * nnimap.el (nnimap-transform-split-mail): Not all articles have
2071 bodies. Protect against this. Reported by Michael Welsh Duggan.
2072
2073 * shr.el (shr-current-column): New function.
2074 (shr-find-fill-point): New function.
2075
2076 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2077
2078 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2079 numbers.
2080
2081 2010-10-11 Julien Danjou <julien@danjou.info>
2082
2083 * shr.el (shr-hr-line): Add.
2084 (shr-tag-hr): Use shr-hr-line to specify which character to use to
2085 display hr lines.
2086 (shr-max-columns): Do not change state to nil if we just inserting
2087 spaces.
2088
2089 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2090
2091 * gnus-topic.el (gnus-topic-read-group): If after the last group,
2092 select the last group.
2093
2094 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
2095
2096 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2097
2098 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2099
2100 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2101 for Gnus.
2102 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2103 (nnimap-update-qresync-info): Mark \Seen articles as read.
2104
2105 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2106 non-variable, too.
2107
2108 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2109 available.
2110 (nnimap-update-info): Rely more on the current active than the param
2111 active to avoid marking articles as read too much.
2112
2113 * auth-source.el (auth-source-create): Use (user-login-name) for the
2114 user name default.
2115
2116 * nnimap.el (nnimap-update-info): If the server doesn't return any
2117 useful info, just use the previous info.
2118 (nnimap-update-info): Prefer old info over start-article.
2119 (nnimap-update-qresync-info): Finish implementing QRESYNC.
2120
2121 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
2122
2123 * nnir.el (autoload): Clean up autoloads.
2124 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2125 Use key rather than value.
2126 (nnir-imap-search-other): New variable.
2127 (nnir-read-parm): Use it.
2128 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2129 (gnus-summary-nnir-goto-thread): Modify to work with imap.
2130
2131 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2134 the process, too.
2135
2136 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2137
2138 * spam.el (gnus-summary-mode-map): Bind to "$".
2139 Suggested by Russ Allbery.
2140
2141 * shr.el: Rework the way things are indented by <li> slightly.
2142
2143 * gnus.el (gnus-group-set-parameter): Fix typo.
2144
2145 * nnimap.el: Start implementing QRESYNC support.
2146
2147 2010-10-09 Julien Danjou <julien@danjou.info>
2148
2149 * nnir.el (nnir-engines): Fix too many arguments.
2150
2151 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2152
2153 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2154 group is the "last", so that the backends like nnfolder actually save
2155 their folders.
2156
2157 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2158 try to use that for the tls stream.
2159 (nnimap-retrieve-group-data-early): Rework the marks code to heed
2160 UIDVALIDITY and find out which groups are read-only and not.
2161 (nnimap-get-flags): Use the same marks parsing code as the rest of
2162 nnimap.
2163
2164 2010-10-09 Julien Danjou <julien@danjou.info>
2165
2166 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2167
2168 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2169 retrieving gravatars.
2170
2171 * shr.el (shr-table-corner): Add.
2172 (shr-table-line): Add.
2173 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2174
2175 2010-10-08 Julien Danjou <julien@danjou.info>
2176
2177 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2178
2179 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
2180
2181 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2182
2183 * gnus-sum.el (gnus-mark-article-as-unread)
2184 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2185 (gnus-summary-set-bookmark): Use it.
2186
2187 * gnus-msg.el (gnus-setup-message): Use it.
2188
2189 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2190
2191 * gnus.el (gnus-group-remove-parameter): Use it.
2192
2193 * gnus-group.el (gnus-group-make-web-group): Use it.
2194
2195 * gnus-demon.el (gnus-demon-remove-handler): Use it.
2196
2197 * nnregistry.el: Update docs to mention manual.
2198
2199 * gnus-registry.el: Update docs to mention nnregistry.el.
2200 (gnus-registry-initialize): Don't install nnregistry refer method
2201 automatically.
2202 (gnus-registry-install-nnregistry): Remove it.
2203
2204 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2205
2206 * shr.el (shr-insert): Don't insert double spaces.
2207
2208 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2209
2210 * gnus-gravatar.el (gnus-treat-from-gravatar)
2211 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2212 called interactively.
2213
2214 * gnus-art.el (gnus-mime-view-part-externally)
2215 (gnus-mime-view-part-internally): Make predicate function passed to
2216 gnus-mime-view-part-as-type assume argument is a mime type, not a list
2217 of a mime type.
2218
2219 * shr.el (shr-table-widths): Don't use cl function `reduce'.
2220
2221 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2222
2223 * shr.el (require): Require cl when compiling.
2224 (shr-tag-hr): New function.
2225
2226 * nnimap.el (nnimap-update-info): Remove double setting of high.
2227 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2228 This makes nnimap work properly on Courier again.
2229
2230 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2231 the variable for backwards compatability.
2232
2233 * mm-decode.el (mm-save-part): If given a non-directory result, expand
2234 the file name before using to avoid setting mm-default-directory to
2235 nil.
2236
2237 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2238 bidning gnus-agent variables.
2239
2240 * shr.el (shr-render-td): Use a cache for the table rendering function
2241 to avoid getting an exponential rendering behaviour in nested tables.
2242 (shr-insert): Rework the line-breaking algorithm.
2243 (shr-insert): Don't leave trailing spaces.
2244 (shr-insert-table): Also insert empty TDs.
2245 (shr-tag-blockquote): Ensure paragraphs after </ul>.
2246
2247 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * gnus-sum.el (gnus-number): Rename from `number'.
2250 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2251 (gnus-summary-limit-children): Update uses correspondingly.
2252
2253 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2254
2255 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2256 (gnus-gravatar-transform-address): Don't show avatars of people of
2257 which mail addresses match gnus-gravatar-too-ugly.
2258
2259 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2260
2261 * shr.el (shr-table-widths): Expand TD elements to fill available
2262 space.
2263
2264 2010-10-07 Julien Danjou <julien@danjou.info>
2265
2266 * nnimap.el (nnimap-request-rename-group): Add this method.
2267
2268 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2269
2270 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2271 name from XEmacs' function-arglist.
2272
2273 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2274 gravatar under XEmacs.
2275
2276 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
2277
2278 * auth-source.el: Update docs with TODO items.
2279
2280 * gnus-sync.el: Update docs to explain state and plans.
2281
2282 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2283 Hooks for mark updates.
2284 (gnus-request-set-mark, gnus-request-update-mark): Use them.
2285
2286 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2287 hooks with arguments, which is needed for mark update hooks.
2288
2289 2010-10-06 Julien Danjou <julien@danjou.info>
2290
2291 * gnus.el (gnus-expand-group-parameter): Only return and act on what
2292 was matched.
2293
2294 * sieve-manage.el: Update example in `Commentary'.
2295
2296 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2297
2298 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2299 not 2000.
2300 (sieve-manage-authenticate): Re-add function.
2301
2302 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2303
2304 * shr.el (shr-insert): Get 'space transition right.
2305 (shr-render-td): Only delete space at the end of the TD.
2306
2307 * nnimap.el (nnimap-open-connection): Prepare to support
2308 open-gnutls-stream.
2309
2310 * shr.el: Rearrange function order to be more logical.
2311
2312 2010-10-06 Julien Danjou <julien@danjou.info>
2313
2314 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2315 (nnrss-discover-feed): Remove 404 URL in docstring.
2316
2317 * nnir.el: Fix Swish-E URL.
2318 Fix Namazu URL.
2319
2320 * message.el (message-change-subject): Remove 404 URL in a comment.
2321
2322 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2323
2324 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2325 called interactively.
2326
2327 * gnus-util.el (gnus-remove-if): Allow hash table.
2328 (gnus-remove-if-not): New function.
2329
2330 * gnus-art.el (gnus-mime-view-part-as-type)
2331 * gnus-score.el (gnus-summary-score-effect)
2332 * gnus-sum.el (gnus-read-move-group-name):
2333 Replace remove-if-not with gnus-remove-if-not.
2334
2335 * gnus-group.el (gnus-group-completing-read):
2336 Regard collection as a hash table if it is not a list.
2337
2338 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2339
2340 * shr.el (shr-render-td): Allow blank/missing <TD>s.
2341
2342 * shr.el: Document the table-rendering algorithm.
2343
2344 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2345 invalid URLs.
2346
2347 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2348 line-broken.
2349 (shr-tag-img): Ignore image fetching errors.
2350 (shr-overlays-in-region): Compute overlay positions correctly.
2351
2352 * mm-decode.el (mm-shr): Require shr.
2353
2354 * gnus-art.el (gnus-blocked-images): Move variable here.
2355
2356 * shr.el (shr-insert-table): Bind free variable.
2357
2358 * mm-decode.el (mm-shr): Bind shr-content-function.
2359
2360 * shr.el (shr-content-function): New variable.
2361
2362 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2363 added for symmetry.
2364
2365 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2366
2367 * gnus-group.el (gnus-group-make-group): Doc fix.
2368
2369 * nnimap.el (nnimap-request-newgroups): Return success.
2370
2371 * shr.el (shr-find-elements): New function.
2372 (shr-tag-table): Put all the images after the table.
2373 (shr-tag-table): Really inhibit images inside the table.
2374 (shr-collect-overlays): Copy over overlays from the TD elements to the
2375 main document.
2376
2377 * mm-decode.el (mm-shr): Bind shr-blocked-images to
2378 gnus-blocked-images.
2379
2380 2010-10-05 Julien Danjou <julien@danjou.info>
2381
2382 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2383
2384 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2385 (gnus-html-maximum-image-size): Add this function.
2386 (gnus-html-put-image): Use gnus-html-maximum-image-size.
2387
2388 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2389 server-value of the capability is nil.
2390
2391 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2392
2393 * shr.el (shr-tag-em): Add <EM> tag.
2394
2395 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
2396
2397 * sieve-manage.el (sieve-manage-default-stream): Make default stream
2398 customizable.
2399
2400 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2401 handing broken links to browse-url.
2402
2403 2010-10-05 Julien Danjou <julien@danjou.info>
2404
2405 * gnus-util.el (gnus-emacs-completing-read)
2406 (gnus-iswitchb-completing-read): Use autoload rather than require.
2407
2408 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2409
2410 * gnus-util.el (gnus-completing-read-function): Exclude
2411 gnus-icompleting-read and gnus-ido-completing-read from candidates for
2412 XEmacs since iswitchb.el is very old and ido.el is unavailable in
2413 XEmacs.
2414
2415 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2416 not to use `delete-dups' that is unavailable in XEmacs 21.4.
2417
2418 * gnus-html.el: Don't require help-fns under XEmacs.
2419 (gnus-html-schedule-image-fetching): Work for XEmacs.
2420
2421 * mm-decode.el (mm-shr): Decode contents by charset.
2422
2423 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2424
2425 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2426 unknown.
2427
2428 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2429 (shr-get-image-data): Ensure against the cache file missing.
2430
2431 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2432 for data.
2433
2434 * spam-report.el (spam-report-url-ping-plain): Don't query about
2435 killing the process.
2436
2437 * shr.el (shr-render-td): Protect against too-wide text.
2438
2439 2010-10-04 Julien Danjou <julien@danjou.info>
2440
2441 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2442 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2443
2444 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2445 retrieved.
2446
2447 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2448
2449 * shr.el (browse-url): Require.
2450 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2451 lines.
2452 (shr-show-alt-text, shr-browse-image): New commands.
2453 (shr-browse-url, shr-copy-url): New commands.
2454
2455 * gnus-sum.el (gnus-widen-article-window): New variable.
2456 (gnus-summary-select-article-buffer): Use it.
2457
2458 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2459 without @ signs.
2460
2461 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
2462
2463 * nnir.el (nnir-run-imap): Remove spurious space in search string.
2464
2465 2010-10-04 Julien Danjou <julien@danjou.info>
2466
2467 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2468 for XEmacs.
2469
2470 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2471
2472 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2473
2474 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2475 (nnimap-close-server): Implement.
2476
2477 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2478 (shr-insert): Tweak line breaking.
2479 (shr-insert): Handle <pre> better.
2480 (shr-tag-li): Get <li> indentation right.
2481 (shr-tag-li): Get <li> indentation even righter.
2482 (shr-tag-blockquote): Ensure paragraph start.
2483 (shr-make-table): Tweak table generation.
2484 (shr-make-table): Fix typo.
2485
2486 * shr.el: Implement table rendering.
2487
2488 2010-10-04 Julien Danjou <julien@danjou.info>
2489
2490 * gnus-html.el (gnus-html-put-image): Fix resize image code.
2491
2492 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2493
2494 * shr.el (shr-insert): Use string anchors instead of line anchors.
2495
2496 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2497
2498 * shr.el: Add headings.
2499 (shr-ensure-paragraph): Actually work.
2500 (shr-tag-li): Make <ul> prettier.
2501 (shr-insert): Get white space at the beginning/end of elements right.
2502 (shr-tag-p): Collapse subsequent <p>s.
2503 (shr-ensure-paragraph): Don't insert double line feeds after blank
2504 lines.
2505 (shr-insert): \t is also space.
2506 (shr-tag-s): Fix "s" tag name function.
2507 (shr-tag-s): Fix face prop name.
2508
2509 2010-10-03 Julien Danjou <julien@danjou.info>
2510
2511 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2512
2513 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2514 gnus-window-inside-pixel-edges.
2515
2516 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2517 gnus-ems.
2518
2519 * mm-view.el (mm-inline-image-emacs): Support image resizing.
2520
2521 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2522 function.
2523
2524 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2525 resize choice.
2526
2527 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2528
2529 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2530 beginning of the buffer.
2531
2532 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2533 article buffer again.
2534
2535 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2536
2537 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2538 when it's at the start of the buffer.
2539
2540 * shr.el (shr-tag-blockquote): Convert name.
2541 (shr-rescale-image): Use the right image-size variant.
2542
2543 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2544 buffer isn't shown, then select the current article first instead of
2545 bugging out.
2546 (gnus-summary-select-article-buffer): Show both the article and summary
2547 buffers again.
2548
2549 * shr.el (shr-fontize-cont): Protect against regions with no text.
2550 Rename tag functions to shr-tag-* for enhanced security.
2551 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2552
2553 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * shr.el (shr-insert):
2556 * pop3.el (pop3-movemail):
2557 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2558 loaded.
2559
2560 2010-10-03 Glenn Morris <rgm@gnu.org>
2561
2562 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2563
2564 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2565
2566 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2567
2568 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2569
2570 * gnus-util.el (gnus-make-local-hook): Simplify.
2571
2572 2010-10-02 Julien Danjou <julien@danjou.info>
2573
2574 * gnus-util.el (gnus-iswitchb-completing-read): New function.
2575 (gnus-ido-completing-read): New function.
2576 (gnus-emacs-completing-read): New function.
2577 (gnus-completing-read): Use gnus-completing-read-function.
2578 Add gnus-completing-read-function.
2579
2580 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2581
2582 * shr.el (shr-insert-document): Autoload.
2583 (shr-img): Be silent.
2584 (shr-insert): Add a newline after every picture before text.
2585 (shr-add-font): Use overlays for combining faces.
2586 (shr-insert): Pass upwards the text start point.
2587
2588 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2589 possible.
2590 (mm-shr): New function.
2591
2592 2010-10-02 Julien Danjou <julien@danjou.info>
2593
2594 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2595 should go backward.
2596
2597 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
2598
2599 * shr.el (shr): Fix typo in provide call.
2600
2601 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2602
2603 * shr.el: New file.
2604
2605 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2606
2607 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2608 completing read.
2609
2610 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2613 we're being queried about. Suggested by Dan Jacobson.
2614
2615 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2616 Suggested by Jason Eisner.
2617
2618 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2619 table, too. Suggested by Stefan Wiens.
2620 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2621 the table unnecessary. Suggested by Stefan Wiens.
2622
2623 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2624 longer needed, and probably doesn't work either, as pointed out by
2625 Stefan Wiens.
2626 (gnus-summary-exit): Remove call to the clearing function.
2627 (gnus-summary-exit-no-update): Ditto.
2628
2629 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2630 instead of gnus-eval-in-buffer-window to avoid popping up frames.
2631 Reported by Stefan Monnier.
2632 (gnus-summary-save-in-rmail): Ditto.
2633
2634 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2635 article buffer, instead of both the article buffer and the summary
2636 buffer. Sort of suggested by Dan Jacobson.
2637
2638 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2639
2640 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2641 Suggested by Dan Jacobson.
2642
2643 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2644 documentation clearer.
2645
2646 * message.el (message-shorten-references): Comment on the number "21".
2647 Suggested by Stefan Monnier.
2648
2649 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2650 Suggested by Dan Jacobson.
2651
2652 * gnus.el (gnus-large-newsgroup):
2653 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
2654
2655 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2656 externalize attachments. Bug reported by Steve Wen.
2657
2658 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2659 really message anything to the user.
2660
2661 * nnmail.el (nnmail-article-group): Allow using the fancy split method
2662 directly.
2663
2664 * nnimap.el (nnimap-request-group): Low higher than high to signal no
2665 messages in empty groups.
2666
2667 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
2668
2669 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2670 non-UIDNEXT group.
2671
2672 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2675 not the value from the collection.
2676
2677 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2678 values. This sometimes happens on some groups that have no info.
2679 (nnimap-request-newgroups): New function.
2680
2681 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
2682
2683 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2684 check into `gnus-registry-initialize'.
2685 (gnus-registry-initialize): Ditto.
2686 Fix and extend header docs.
2687
2688 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2689
2690 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2691 regexp backtrace overflows.
2692
2693 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2694 for starttls that tls.el implements; i.e. openssl.
2695
2696 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2697
2698 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2699 (gravatar-create-image): New function that's an alias to
2700 gnus-xmas-create-image, gnus-create-image, or create-image.
2701 (gravatar-data->image): Use it.
2702
2703 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
2704
2705 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2706 install the nnregistry refer method.
2707 (gnus-registry-install-hooks): Use it.
2708 (gnus-registry-unfollowed-groups): Add nnmairix to the default
2709 unfollowed groups.
2710
2711 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
2712
2713 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2714 expanding threads.
2715
2716 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2717
2718 * nnir.el: Use the server names without suffixes (bug #7009).
2719
2720 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2721 unencrypted to STARTTLS, if possible.
2722
2723 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
2724
2725 * message.el (message-ignored-supersedes-headers): Strip Injection-*
2726 headers before superseding.
2727
2728 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2729
2730 * nnrss.el (nnrss-use-local): Add documentation.
2731
2732 * nnimap.el (nnimap-extend-tls-programs): New function.
2733 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2734 (nnimap-wait-for-connection): Accept the greeting from the stupid
2735 output from openssl s_client -starttls, too.
2736
2737 * nnimap.el (nnimap-find-article-by-message-id): Really return the
2738 article number.
2739 (nnimap-split-fancy): New variable.
2740 (nnimap-split-incoming-mail): Use it.
2741
2742 * nntp.el (nntp-server-list-active-group): Document.
2743
2744 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2745 SELECT to get the message-id.
2746
2747 * mail-source.el (mail-sources): Remove webmail support.
2748 (defvar): Ditto.
2749 (mail-source-fetcher-alist): Ditto.
2750 (mail-source-fetch-webmail): Remove.
2751
2752 * webmail.el: Remove -- doesn't seem relevant any more.
2753
2754 * gnus.el: Fix up make-obsolete-variable declarations throughout.
2755
2756 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2757 the \r.
2758
2759 2010-09-30 Julien Danjou <julien@danjou.info>
2760
2761 * gnus-agent.el (gnus-agent-add-group): Fix call to
2762 gnus-completing-read.
2763
2764 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2765
2766 * nndoc.el (nndoc-retrieve-groups): New function.
2767
2768 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2769 `default', use nnmail-split-methods.
2770 (nnimap-request-article): Downcase the NILs so that they are nil.
2771
2772 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2773 symbol.
2774
2775 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2776 code, since if the user has requested network, that's what they ought
2777 to get.
2778 (nnimap-request-set-mark): Erase the buffer before issuing commands.
2779 (nnimap-split-rule): Mark as obsolete.
2780
2781 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2782 New variable.
2783
2784 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2785 correct slot, too.
2786
2787 2010-09-29 Julien Danjou <julien@danjou.info>
2788
2789 * gnus.el (gnus-local-domain): Declare variable obsolete.
2790
2791 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2792 Fix history computing.
2793 (gnus-ido-completing-read): Require ido.
2794
2795 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2796
2797 * gnus-registry.el: Don't prompt on load, which makes it impossible to
2798 build Gnus.
2799
2800 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2801 when interpreting the structures.
2802 (nnimap-request-accept-article): Add \r\n to the lines to make this
2803 work with Cyrus.
2804
2805 * nndraft.el (nndraft-request-expire-articles): Use the group name
2806 instead if "nndraft". Fix found by Nils Ackermann.
2807
2808 2010-09-29 Ludovic Courtes <ludo@gnu.org>
2809
2810 * nnregistry.el: Add.
2811
2812 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * nnmail.el (group, group-art-list, group-art):
2815 Remove unneeded directives.
2816
2817 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2820 (mm-mime-charset)
2821 * rfc2047.el (rfc2047-syntax-table)
2822 * utf7.el (utf7-utf-16-coding-system): Comment fix.
2823
2824 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2825 rather than `insert-file-contents' and `eval-region'.
2826
2827 2010-09-29 Julien Danjou <julien@danjou.info>
2828
2829 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2830 replacement of `gnus-gravatar-relief' to mimic
2831 `gnus-faces-properties-alist'.
2832 Add :version property.
2833
2834 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2835
2836 * mail-source.el (mail-source-report-new-mail)
2837 * message.el (message-default-mail-headers)
2838 * mm-decode.el (mm-valid-image-format-p): Comment fix.
2839
2840 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2841
2842 2010-09-28 Julien Danjou <julien@danjou.info>
2843
2844 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2845 mail-address contains the same string as real-name.
2846
2847 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2848 non-blank in header, otherwise it'll get stripped.
2849
2850 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2851 real-name, and then for mail address rather than doing : or , search.
2852
2853 2010-09-27 Julien Danjou <julien@danjou.info>
2854
2855 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2856 right completing-read function.
2857 (gnus-use-ido): New variable
2858 (gnus-completing-read-with-default): Remove.
2859 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2860 (gnus-agent-add-group):
2861 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2862 * mm-view.el (mm-view-pkcs7-decrypt):
2863 * mm-util.el (mm-codepage-setup):
2864 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2865 * mml-smime.el (mml-smime-openssl-sign-query):
2866 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2867 (mml-insert-multipart):
2868 * gnus-msg.el (gnus-summary-yank-message):
2869 * gnus-int.el (gnus-start-news-server):
2870 * mm-decode.el (mm-interactively-view-part):
2871 * gnus-dired.el (gnus-dired-attach):
2872 * gnus.el (gnus-read-method):
2873 * gnus-bookmark.el (gnus-bookmark-jump):
2874 * gnus-art.el (gnus-mime-view-part-as-type)
2875 (gnus-mime-action-on-part, gnus-article-encrypt-body):
2876 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2877 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2878 * nnmairix.el (nnmairix-create-server-and-default-group)
2879 (nnmairix-update-groups, nnmairix-get-server)
2880 (nnmairix-backend-to-server, nnmairix-goto-original-article)
2881 (nnmairix-get-group-from-file-path):
2882 * nnrss.el (nnrss-find-rss-via-syndic8):
2883 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2884 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2885 (gnus-group-browse-foreign-server):
2886 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2887 (gnus-summary-execute-command, gnus-summary-respool-article)
2888 (gnus-read-move-group-name):
2889 * gnus-score.el (gnus-summary-increase-score)
2890 (gnus-summary-score-effect):
2891 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2892
2893 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2894
2895 * nnimap.el (auth-source-forget-user-or-password)
2896 (auth-source-user-or-password): Autoload.
2897
2898 * message.el (message-from-style, message-interactive)
2899 (message-signature): Remove comment.
2900 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2901 always.
2902 (message-sendmail-envelope-from): Comment fix.
2903 (message-yank-prefix): Default to mail-yank-prefix always.
2904 (message-indentation-spaces):
2905 Default to mail-indentation-spaces always.
2906 (message-signature-file): Default to mail-signature-file always.
2907
2908 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2909
2910 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2911 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2912 new articles.
2913
2914 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2915 parts.
2916 (nnimap-request-article): Work with the t setting, too.
2917
2918 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2919 that you don't get flashes of other buffers.
2920 (gnus-summary-show-complete-article): Intern before setting.
2921
2922 2010-09-27 David Engster <dengste@eml.cc>
2923
2924 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2925 well as HEADERS.
2926 (nnmairix-retrieve-headers): Provide new argument for the above.
2927
2928 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2929
2930 * gnus-sum.el (gnus-summary-move-article): Don't alter
2931 gnus-newsgroup-active. This makes `/ N' work after copying to the same
2932 group.
2933
2934 * nnimap.el (nnimap-update-info): Don't destructively alter active.
2935
2936 * message.el (message-cite-prefix-regexp): Revert my last edit.
2937
2938 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2939 variable instead of the Gnus variable.
2940
2941 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2942
2943 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2944
2945 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2946 since some servers don't like it.
2947 (nnimap-open-connection): Forget credentials if the server says the
2948 password was wrong.
2949 (nnimap-parse-line): Protect against invalid data.
2950
2951 * gnus-sum.el (gnus-summary-move-article): Add comment.
2952 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2953 nothing alters it while scanning for new messages.
2954
2955 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2956 which may or may not help.
2957 (nnimap-open-connection): If we're doing a stream connection, and then
2958 discover we're on a STARTTLS-capable server, then open a STARTTLS
2959 connection instead.
2960
2961 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2962
2963 * nnimap.el (utf7): Require.
2964
2965 * message.el (message-cite-prefix-regexp): Remove "}" from citation
2966 prefix.
2967
2968 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2971
2972 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2973
2974 * nnimap.el (nnimap-request-accept-article): Message the error on
2975 error.
2976
2977 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
2978
2979 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2980
2981 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * nndoc.el (nndoc-request-list): Return success always.
2984
2985 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2986 `fetch-old' -- we only want to fetch the articles we've requested.
2987 The rest are in the agent, probably.
2988 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2989 disappeared server" to something low. It's not important.
2990
2991 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2992 arrived before the FETCH data.
2993
2994 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2995 target here, because we don't know the Gnus name of the group.
2996
2997 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2998 for the correct group.
2999
3000 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3001
3002 * gnus.el (gnus): Give a final warning after startup.
3003
3004 * gnus-util.el (gnus-action-message-log): New variable.
3005 (gnus-message): Use it.
3006 (gnus-final-warning): New function.
3007
3008 * nnimap.el (nnimap-open-connection): Record the greeting.
3009 (nnimap): Add greeting.
3010
3011 2010-09-26 Julien Danjou <julien@danjou.info>
3012
3013 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3014 arguments.
3015 (gnus-html-wash-images): Fix spec computing to include start/end.
3016
3017 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3018
3019 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3020
3021 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3022 deletion.
3023 (nnimap-retrieve-headers): Don't select the group, because that's
3024 already done by nnimap-possibly-change-group.
3025
3026 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3027 (gnus-picon-transform-address): Use it.
3028
3029 * mail-source.el (mail-source-value): Revert previous patch.
3030
3031 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3032 on failure.
3033 (nnimap-open-connection): Look up both virtual and physical server name
3034 credentials.
3035
3036 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3037
3038 2009-02-08 Dave Love <fx@gnu.org>
3039
3040 * gnus-win.el (gnus-window-to-buffer-helper)
3041 (gnus-all-windows-visible-p): Function needn't be a symbol.
3042
3043 * mail-source.el (mail-source-value): Function needn't be a symbol.
3044
3045 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
3047 * message.el (message-cite-prefix-regexp): Remove } from the cite
3048 prefix.
3049
3050 * gnus-art.el (gnus-treatment-function-alist): Do picons before
3051 highlight again, so that the highlight is correct.
3052
3053 * gnus-picon.el (gnus-picon): Remove again.
3054 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3055
3056 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3057 doing the header highlightling, so that the background colour of the
3058 picon is correct.
3059
3060 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3061 (gnus-picon): Ditto.
3062 (gnus-picon): Reinstate. The background colour for picons is white.
3063 (gnus-picon-insert-glyph): Make the background white.
3064
3065 * nnml.el (nnml-open-nov): Don't return dead buffers.
3066
3067 * auth-source.el (auth-source-create): Query the user for whether to
3068 store the credentials.
3069
3070 * auth-source.el (auth-source-user-or-password): Use the existing auth
3071 sources, if any, for creation.
3072
3073 * gnus.el (gnus-group-fast-parameter): Return the last matching
3074 parameter instead of the first matching parameter.
3075
3076 2010-09-26 Julien Danjou <julien@danjou.info>
3077
3078 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3079
3080 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3081
3082 * mml2015.el (mml2015-use): Remove gpg support.
3083
3084 * mml1991.el (mml1991-function-alist): Remove gpg function.
3085 (mml1991-gpg-sign): Remove.
3086
3087 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
3088
3089 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3090 (gnus-browse-unsubscribe-current-group): Document it.
3091 (gnus-browse-unsubscribe-group): Use it.
3092
3093 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3094
3095 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3096 address to the To list for easier response.
3097
3098 * gnus.el (gnus-play-startup-jingle): Remove.
3099 (gnus-splash): Don't play jingle.
3100 (gnus): Silence gnus-load message.
3101
3102 * gnus-art.el (gnus-treat-play-sounds): Remove.
3103
3104 * gnus.el (gnus-play-jingle): Remove audio support.
3105
3106 * gnus-cus.el (gnus-score-customize): Remove audio reference.
3107
3108 * earcon.el: Remove -- no users.
3109
3110 * gnus-audio.el: Remove -- no users of this package.
3111
3112 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3113
3114 * gnus-start.el (gnus-setup-news): Remove nocem support.
3115
3116 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3117
3118 * gnus.el (gnus-use-nocem): Remove.
3119
3120 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3121 Remove.
3122
3123 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
3124 uses NoCeM any more.
3125
3126 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3127 (gnus-button-ctan-handler): Ditto.
3128 (gnus-button-handle-ctan-bogus-regexp): Ditto.
3129 (gnus-button-ctan-directory-regexp): Ditto.
3130 (gnus-button-handle-ctan): Ditto.
3131 (gnus-button-tex-level): Ditto.
3132 (gnus-button-alist): Remove CTAN stuff.
3133
3134 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3135
3136 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3137 nnimap-streaming test.
3138
3139 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3140 servers twice.
3141
3142 * nnimap.el (nnimap-open-connection): Add more error reporting when
3143 nnimap fails early.
3144
3145 * nnheader.el (nnheader-get-report-string): New function.
3146 (nnheader-get-report): Use it.
3147
3148 * gnus-int.el (gnus-check-server): Say what the error was when opening
3149 failed.
3150
3151 * nnimap.el (nnimap-wait-for-response): Search further when we're not
3152 using streaming.
3153
3154 2010-09-25 Julien Danjou <julien@danjou.info>
3155
3156 * gnus-html.el (gnus-html-rescale-image): Use our defalias
3157 gnus-window-inside-pixel-edges.
3158
3159 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3160
3161 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3162
3163 * mm-decode.el (mm-save-part): Allow saving to other directories the
3164 normal Emacs way.
3165
3166 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3167 Suggested by Jay Berkenbilt.
3168
3169 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3170 there isn't a single byte.
3171
3172 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3173 just do it. It doesn't really seem to matter what the user responds
3174 here, I think, so it's just a confusing question.
3175
3176 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3177 non-streaming case.
3178
3179 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3180 (gnus-article-encrypt-body): Use it.
3181
3182 * gnus-sum.el (gnus-summary-show-complete-article): New command and
3183 keystroke.
3184
3185 * nnimap.el (nnimap-find-wanted-parts-1):
3186 Use gnus-fetch-partial-articles.
3187
3188 * gnus-art.el (gnus-fetch-partial-articles): New variable.
3189
3190 * nnimap.el (nnimap-insert-partial-structure): New function.
3191 (nnimap-get-partial-article): New function.
3192 (nnimap-request-article): Use it.
3193 (nnimap-wait-for-response): Return whether the wait was successful.
3194 (nnimap-finish-retrieve-group-infos): Don't do anything if the
3195 retrieval wasn't successful.
3196 (nnimap-retrieve-group-data-early): Allow throttling servers.
3197 (nnimap-streaming): New variable.
3198 (nnimap-fetch-partial-articles): Remove.
3199
3200 * mm-decode.el (mm-with-part): Protect against killed buffers.
3201
3202 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3203 for prettier summary display.
3204
3205 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
3206
3207 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3208
3209 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
3210
3211 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3212 apparently third-party libraries depend on it.
3213
3214 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3215 before starting negotiation.
3216
3217 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3218 privacy reasons.
3219 (gnus-treat-mail-gravatar): Ditto.
3220
3221 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3222 buffer when inserting images. Inserting text into the headers, for
3223 instance, can make them invalid.
3224
3225 2010-09-25 Julien Danjou <julien@danjou.info>
3226
3227 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3228 variables.
3229
3230 * nnheader.el: Remove useless variables news-reply-yank-from and
3231 news-reply-yank-message-id.
3232
3233 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3234 variables.
3235
3236 * mml1991.el: Remove useless mml1991-verbose.
3237
3238 * gnus.el: Remove useless variable gnus-use-generic-from.
3239 Remove obsolete variable gnus-topic-indentation.
3240
3241 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3242
3243 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3244
3245 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3246
3247 * gnus-group.el: Remove useless gnus-group-icon-cache.
3248 Remove useless gnus-ephemeral-group-server.
3249
3250 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3251
3252 * mml2015.el: Remove useless mml2015-verbose.
3253
3254 * mml-smime.el: Remove useless mml-smime-verbose.
3255
3256 * gnus.el: Remove useless gnus-local-domain.
3257
3258 * gnus-gravatar.el (gnus-gravatar-transform-address):
3259 Use gnus-gravatar-size.
3260
3261 * gnus-art.el: Remove useless gnus-treat-translate.
3262
3263 2010-09-24 Julien Danjou <julien@danjou.info>
3264
3265 * gnus-sum.el: Add support for Gravatars.
3266
3267 * gnus-art.el: Add support for Gravatars.
3268
3269 * gnus-gravatar.el: Add this file.
3270
3271 * gravatar.el: Add this file.
3272
3273 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3274
3275 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3276
3277 * gnus-group.el (gnus-group-fetch-faq): Remove.
3278
3279 * gnus.el (gnus-group-faq-directory): Remove.
3280
3281 * gnus-group.el (gnus-group-fetch-charter): Remove.
3282
3283 * gnus.el (gnus-group-charter-alist): Remove.
3284
3285 * gnus-group.el (gnus-group-archive-directory): Remove.
3286 (gnus-group-recent-archive-directory): Ditto.
3287 (gnus-group-make-archive-group): Remove.
3288
3289 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3290
3291 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3292 use the same article number for all the cached articles.
3293
3294 * nnimap.el (nnimap-command): Register the last command time so
3295 that we can use it for idling NOOPs.
3296 (nnimap-open-connection): Start the keeplive timer.
3297 (nnimap-make-process-buffer): Store all the process buffers.
3298 (nnimap-keepalive): New function.
3299
3300 * starttls.el (starttls-open-stream): Add autoload cookie.
3301
3302 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
3303
3304 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3305 handling.
3306
3307 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3310 its data structures.
3311
3312 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3313 instead of the cl.el copy-list.
3314 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3315 equalp.
3316
3317 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3318
3319 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3320 and tool-bar-local-item-from-menu.
3321
3322 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3323 mode-line-highlight face for Emacs.
3324
3325 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3326 loading gnus-sum.elc; fix comment for canlock-verify.
3327 (gnus-article-jump-to-part): Use read-number.
3328 (gnus-insert-mime-button, gnus-insert-mime-security-button):
3329 Remove Emacs pre-21 compatible code for help-echo.
3330 (gnus-article-next-page-1): No need to adjust the number of lines.
3331 (gnus-article-describe-bindings): Always use help-buffer.
3332
3333 * gnus-audio.el (gnus-audio-inline-sound)
3334 * gnus-cus.el (gnus-custom-mode)
3335 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3336
3337 * gnus-sum.el (gnus-remove-overlays): Doc fix.
3338
3339 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3340 compatible code.
3341
3342 2010-09-24 Glenn Morris <rgm@gnu.org>
3343
3344 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3345 visiting the fcc file in rmail-mode.
3346
3347 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
3348
3349 * nnir.el: Silence the byte compiler.
3350
3351 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3352 alias to browse-url-url-encode-chars if any.
3353 (gnus-html-encode-url): Use it.
3354
3355 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * gnus-start.el (gnus-use-backend-marks): New variable.
3358 (gnus-get-unread-articles-in-group): Use it.
3359
3360 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3361 makeover.
3362
3363 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3364
3365 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3366
3367 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
3369 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3370 Remove.
3371 (gnus-setup-news-hook):
3372 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3373
3374 * gnus-int.el (gnus-request-update-info): Protect against backends not
3375 having the function.
3376
3377 * nnimap.el (nnimap-stream): Mention starttls.
3378 (nnimap-open-connection): Add starttls support.
3379
3380 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
3381
3382 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3383
3384 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3387 BODYSTRUCTUREs.
3388 (nnimap-transform-headers): Unfold quoted {42} headers.
3389
3390 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3391 the info.
3392 (gnus-get-unread-articles): Only call updatep on backends that support
3393 it.
3394
3395 * nnweb.el (nnweb-request-update-info): NOOP.
3396
3397 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3398
3399 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3400 since it only deals with marks.
3401
3402 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3403 gnus-request-marks, and make a new gnus-request-update-info.
3404
3405 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3406 the active instead of the high number, which is usually too low.
3407
3408 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
3409
3410 * encrypt.el: Remove.
3411
3412 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413
3414 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3415 server in symbolic form.
3416
3417 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3418
3419 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3420
3421 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3422 (nnimap-update-info): Fix up code slightly.
3423
3424 * gnus-int.el (gnus-open-server): Add tracing for performance
3425 debugging.
3426
3427 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3428 (gnus-group-insert-group-line): Pass the real group name so that it
3429 gets the right data.
3430
3431 * gnus-start.el (gnus-get-unread-articles): Don't have
3432 `gnus-get-unread-articles-in-group' update info, since that can be
3433 really slow and doesn't seem to be needed?
3434
3435 2010-09-22 Julien Danjou <julien@danjou.info>
3436
3437 * gnus-group.el (gnus-group-insert-group-line):
3438 Call gnus-group-highlight-line.
3439 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3440 default hook list.
3441 (gnus-group-update-eval-form): Add new function.
3442 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3443 (gnus-group-get-icon): Use gnus-group-update-eval-form.
3444
3445 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3446
3447 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3448 immediate, then expire all articles.
3449 (nnimap-update-info): Fix off-by-one errors.
3450 (nnimap-flags-to-marks): Would return no marks lists for group with no
3451 flags. Instead return the other data.
3452
3453 2010-09-22 Julien Danjou <julien@danjou.info>
3454
3455 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3456 Only return an icon.
3457 (gnus-group-insert-group-line): Compute icon to return.
3458
3459 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3460 (gnus-html-image-fetched): Only cache if
3461 gnus-html-image-automatic-caching is set.
3462 (gnus-html-image-fetched): Check for errors.
3463
3464 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3465
3466 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3467 once per method on `g'. This ensures that backends like nnfolder don't
3468 open all their folders.
3469
3470 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3471 (nnimap-request-list): Nix out group in the correct buffer.
3472 (nnimap-parse-flags): Implement by using `read' instead of
3473 hand-parsing.
3474 (nnimap-flags-to-marks): Pass on permanent-flags.
3475 (nnimap-make-process-buffer): Record the server name.
3476 (nnimap-parse-flags): Fix typo.
3477 (nnimap-request-scan): Run split on the server in general, not just a
3478 single group.
3479
3480 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3481 parameter, and propagate this downwards.
3482
3483 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3484 since EXAMINE changes it on the server.
3485
3486 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3487 this command might take a while.
3488
3489 2010-09-22 Julien Danjou <julien@danjou.info>
3490
3491 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
3492 harmful if you have 2 images side-by-side, they can't be properly
3493 update on text deletion. Using text-property is safer here.
3494 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3495 data.
3496
3497 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3498
3499 * nnimap.el (nnimap-expunge-inbox): Remove.
3500 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3501 (nnimap-expunge): Flip default to t.
3502
3503 * gnus.el (gnus-method-to-server): Don't push things to the cache
3504 unless it's unique.
3505 (gnus-server-to-method): Ditto.
3506
3507 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
3508
3509 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3510
3511 2010-09-22 Julien Danjou <julien@danjou.info>
3512
3513 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3514 get the start of data.
3515 (gnus-html-encode-url): Add this function to encode special chars in
3516 URL.
3517 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3518 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3519
3520 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3521 default.
3522 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3523
3524 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3525 images alt-text.
3526 (gnus-html-put-image): Put alt-text as help-echo.
3527
3528 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3529
3530 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3531 * mm-util.el (mm-decompress-buffer)
3532 * nnir.el (nnir-run-find-grep)
3533 * pop3.el (pop3-list): Use 3rd arg of split-string.
3534
3535 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3536
3537 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3538 outside the active range. Suggested by Dan Christensen.
3539
3540 * gnus-start.el (gnus-get-unread-articles): Get the extended method
3541 slightly later to avoid double-getting it.
3542
3543 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3544 previous patch.
3545
3546 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3547
3548 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
3549
3550 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3551
3552 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3553
3554 * gnus-int.el (gnus-open-server): Give a better error message in the
3555 "go offline" case.
3556
3557 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3558 marks for nnimap, which is seldom the right thing to do.
3559
3560 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3561 (gnus-same-method-different-name): New function.
3562
3563 * nnimap.el (parse-time): Require.
3564
3565 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3566 method in the presence of many similar methods.
3567
3568 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3569
3570 * nnimap.el (nnimap-find-expired-articles): Don't refer to
3571 nnml-inhibit-expiry.
3572
3573 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3574 find out whether methods are equal.
3575
3576 * nnimap.el (nnimap-find-expired-articles): New function.
3577 (nnimap-process-expiry-targets): New function.
3578 (nnimap-request-move-article): Request the article before looking at
3579 what the Message-ID is. Fix found by Andrew Cohen.
3580 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3581
3582 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3583 for oldness in addition to being a predicate.
3584
3585 * nnimap.el (nnimap-request-group): When we have zero articles, return
3586 the right data to Gnus.
3587 (nnimap-request-expire-articles): Only delete articles immediately if
3588 the target is 'delete.
3589
3590 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3591 method, this would bug out.
3592
3593 * gnus-group.el (gnus-group-expunge-group): Rename from
3594 gnus-group-nnimap-expunge, and implemented as a normal interface
3595 function.
3596
3597 * gnus-int.el (gnus-request-expunge-group): New function.
3598
3599 * nnimap.el (nnimap-request-create-group): Implement.
3600 (nnimap-request-expunge-group): New function.
3601
3602 2010-09-21 Julien Danjou <julien@danjou.info>
3603
3604 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3605 (gnus-html-cache-expired): Add new function.
3606 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3607 wethever we should display image for fetch it.
3608 Compute alt-text earlier to pass it to the fetching function too.
3609 (gnus-html-schedule-image-fetching): Change function argument to only
3610 get one image at a time, not a list.
3611 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3612 cache.
3613 (gnus-html-get-image-data): New function to retrieve image data from
3614 cache.
3615 (gnus-html-put-image): Change buffer argument to use image data rather
3616 than file, and place image above region rather than inserting a new
3617 one. Do not take alt-text as argument, since it's useless now: we place
3618 the image above alt-text.
3619 (gnus-html-prune-cache): Remove.
3620 (gnus-html-show-images): Start to fetch image when we find one, do not
3621 push into a temporary list.
3622 (gnus-html-prefetch-images): Only fetch image if they have expired.
3623 (gnus-html-browse-image): Fix, use 'gnus-image-url.
3624 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3625
3626 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3627
3628 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3629
3630 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3631
3632 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3633 spec inser "*" if the group isn't active instead of 0.
3634
3635 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3636 opening the server.
3637 (nnimap-request-delete-group): Implement group deletion.
3638 (nnimap-transform-headers): Return the size of the entire message in
3639 the Bytes header, not just the size of the first part.
3640 (nnimap-request-move-article): When moving an article from nnimap,
3641 request the article first so the accepting form has an article to
3642 accept. Reported by Dan Christensen.
3643 (nnimap-command): Make sure that the error message doesn't error out.
3644
3645 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
3646
3647 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3648 we haven't requested anything.
3649
3650 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3651
3652 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3653 "". Fix found by Andrew Cohen.
3654
3655 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3656 instead of -encode-string.
3657
3658 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3659
3660 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3661
3662 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3663 by mm-subst-char-in-string.
3664
3665 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3668 waiting for the connection string.
3669
3670 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3671 arriving.
3672
3673 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3674 bogus characters. This allows selecting certain Gmail groups.
3675
3676 * nnimap.el (nnimap-find-wanted-parts-1): New function.
3677 (nnimap-fetch-partial-articles): New variable.
3678 (nnimap-open-connection): When looking for credentials, also use the
3679 nnimap-server-port.
3680 (nnimap-request-article): Return the group/article number, so that Gnus
3681 `^' works as expected.
3682 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3683
3684 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3685 comments.
3686 (gnus-methods-sloppily-equal): New function.
3687 (gnus): When using the development version of Gnus, load the gnus-load
3688 file.
3689
3690 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3691 `gnus-open-server' on each method before trying to scan them etc.
3692 This ensures that all the backend parameters are set correctly.
3693
3694 * nnimap.el (nnimap-authenticator): New variable.
3695 (nnimap-open-connection): Allow anonymous login.
3696 (nnimap-transform-headers): The chars header is called Chars not Bytes.
3697 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3698
3699 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3700 patch, found by Knut Anders Hatlen.
3701
3702 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
3703
3704 * gnus-agent.el (gnus-agent-batch-confirmation)
3705 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3706 to gnus-message.
3707 * gnus-art.el (gnus-article-describe-briefly): Likewise.
3708 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3709 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3710 * gnus-int.el (gnus-open-server): Likewise.
3711 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3712 (gnus-score-check-syntax): Likewise.
3713 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3714 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3715 Likewise.
3716 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3717
3718 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3719
3720 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3721 calling conventions so that prefetch doesn't bug out.
3722
3723 2010-09-19 Julien Danjou <julien@danjou.info>
3724
3725 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3726 rather than `subst-char-in-region' in order to be able to replace ASCII
3727 char by UTF-8 ones.
3728
3729 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3730 than curl.
3731 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3732 the right URL and ALT text on images.
3733 (gnus-html-wash-tags): Fix tag case.
3734 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
3735 (gnus-article-html): Add -o display_ins_del=2 option.
3736 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3737
3738 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3739
3740 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3741 the extra mail headers, which sometimes seem to happen for unknown
3742 reasons.
3743
3744 * mail-parse.el (mail-header-encode-parameter): Define as
3745 rfc2045-encode-string instead of as rfc2231-encode-string, since some
3746 (or most, perhaps?) mail readers don't understand the latter, but do
3747 understand the former.
3748
3749 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3750 to nil, so that no methods are automatically agentized. I think this
3751 is probably what most users want.
3752
3753 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3754 from url-retrieve, for instance about invalid URLs.
3755
3756 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3757 groups that have no articles.
3758 (nnimap-request-article): Check that we really got an article when we
3759 requested one.
3760
3761 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3762 doesn't exist.
3763
3764 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3765 nntp buffer so the agent can save it.
3766 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3767 that CRLF doesn't get translated to \n.
3768 (nnimap-open-connection): Don't make 'shell commands only send \n.
3769
3770 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3771
3772 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3773 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3774 Update var name.
3775 (nnml-generate-nov-file): Use dolist.
3776 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3777 Use with-current-buffer.
3778
3779 2010-09-18 Julien Danjou <julien@danjou.info>
3780
3781 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3782 parallel.
3783
3784 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * nnimap.el (nnimap-update-info): When doing partial marks update, get
3787 the range update right.
3788 (nnimap-request-group): Don't make `M-g' bug out on group with no
3789 marks.
3790 (nnoo): Require, so that other packages can require nnimap.
3791 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3792 command we're looking for. This helps when the server sends more
3793 responses after we've gotten everything we expected.
3794 (nnimap): Add a `newlinep' field to keep track of end-of-line
3795 conventions.
3796 Don't send CRLF to things that don't want it.
3797 (nnimap-request-accept-article): Ditto.
3798
3799 2010-09-18 Julien Danjou <julien@danjou.info>
3800
3801 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3802 than curl to retrieve images.
3803
3804 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3805
3806 * nnimap.el (nnimap-update-info): Extend the info so that we can set
3807 the marks.
3808 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3809 (nnimap-wait-for-connection): New function.
3810 (nnimap-open-connection): If we have PREAUTH, don't query for login
3811 credentials.
3812 (nnimap-update-info): Fix off-by-one error when concatenating ranges
3813 when doing a partial update.
3814
3815 2010-09-18 Julien Danjou <julien@danjou.info>
3816
3817 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3818 tags.
3819
3820 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3821
3822 * nnimap.el (nnimap-credentials): New function.
3823 (nnimap-open-connection): Use the new function to look for credentials
3824 also on the numeric equivalents of "imap" and "imaps".
3825
3826 * gnus-start.el (gnus-activate-group): Send the info to
3827 gnus-request-group.
3828
3829 * nnimap.el (nnimap-request-group): Have the "check" version of the
3830 function parse flags and update the info, so that a `M-g' get a total
3831 resync of all flags from the group.
3832
3833 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3834 to allow backends to alter the info on group selection. Also alter all
3835 the backend -request-group functions to take the parameter.
3836
3837 * nnimap.el (nnimap-store-info): New function.
3838 (nnimap-update-info): Store the info for later usage.
3839 (nnimap-request-group): Use the stored info for the dont-check case, so
3840 that we don't retrieve all marks when we enter a group.
3841
3842 * nnimap.el: Use deffoo instead of defun for interface functions.
3843
3844 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3845 update the group info. This makes the nndraft groups, for instance, go
3846 back to their old behaviour.
3847
3848 * gnus-sum.el (gnus-select-newsgroup): Indent.
3849
3850 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3851 in.
3852 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3853 nothing.
3854
3855 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3856 from methods that are denied.
3857
3858 * gnus-int.el (gnus-method-denied-p): New function.
3859
3860 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3861 store the password instead of netrc.
3862 (nnimap-open-connection): Don't error out when we can't make a
3863 connections.
3864
3865 * auth-source.el (auth-source-create): In the password prompt, say what
3866 we're querying for. Also prompt for user name if that hasn't been
3867 given.
3868
3869 * nnimap.el (nnimap-with-process-buffer): Remove.
3870
3871 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3874 method when we're reading from the agent.
3875
3876 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3877
3878 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3879 that's probably most useful for users.
3880
3881 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3882 "failed" all the time.
3883
3884 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3885 ...)) with (with-current-buffer ... ).
3886
3887 * nntp.el (nntp-open-server): Return whether the open was successful or
3888 not.
3889
3890 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3891 select an unread unseen article first.
3892
3893 * nnimap.el (nnimap-open-connection): If the user doesn't have a
3894 /etc/services, supply some sensible port defaults.
3895
3896 2010-09-17 Julien Danjou <julien@danjou.info>
3897
3898 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3899
3900 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
3901
3902 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3903 doesn't have any parameters.
3904
3905 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3906
3907 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3908 only upcased checks.
3909
3910 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3911
3912 * nnimap.el (nnimap-open-shell-stream): New function.
3913 (nnimap-open-connection): Use it.
3914 (nnimap-transform-headers): Get the number of lines in each message.
3915 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3916 number of lines.
3917 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
3918 problem.
3919
3920 * utf7.el (utf7-encode): Autoload.
3921
3922 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3923 to allow the mail splitting to not return a default group. This is
3924 useful for nnimap, which will leave unmatched mail in the inbox.
3925
3926 * nnimap.el: Rewritten.
3927
3928 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3929 nnimap usage.
3930
3931 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3932 if the move is internal, so that nnimap can do fast internal moves.
3933
3934 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3935 data.
3936 (gnus-read-active-for-groups): Support finishing the early retrieval of
3937 data.
3938
3939 * gnus-range.el (gnus-range-nconcat): New function.
3940
3941 * gnus-int.el (gnus-finish-retrieve-group-infos)
3942 (gnus-retrieve-group-data-early): New functions.
3943
3944 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3947 (nnrss-retrieve-groups):
3948 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3949 (pop3-quit): Use with-current-buffer.
3950
3951 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3954 instead of nnheader-accept-process-output.
3955
3956 * gnus-html.el (gnus-html-schedule-image-fetching)
3957 (gnus-html-prefetch-images): Replace process-kill-without-query by
3958 gnus-set-process-query-on-exit-flag.
3959
3960 2010-09-16 Romain Francoise <romain@orebokech.com>
3961
3962 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3963
3964 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * gnus-registry.el (gnus-registry-install-shortcuts): The second
3967 parameter to unintern is mandatory-ish in Emacs 24.
3968
3969 * gnus-html.el (gnus-html-schedule-image-fetching)
3970 (gnus-html-prefetch-images): Check for curl before using it.
3971
3972 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3973 depend on curl, which isn't essential.
3974
3975 * imap.el: Revert back to version
3976 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3977 seem problematic.
3978
3979 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * gnus-registry.el (gnus-registry-install-shortcuts):
3982 Explicitly pass `obarray' to `unintern' to avoid a warning.
3983
3984 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3985
3986 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3987 change.
3988
3989 * nnrss.el (nnrss-request-list): Remove this function and related
3990 functions, including the moreover stuff.
3991
3992 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3993
3994 * nnrss.el (nnrss-retrieve-groups): New function.
3995
3996 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
3997
3998 * .dir-locals.el: Add no-byte-compile cookie.
3999
4000 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
4001
4002 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4003 for back end that doesn't support request-scan.
4004
4005 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4008 then do request scans from the backends.
4009
4010 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4011 avoid running a hook per line, since this takes a lot of time,
4012 profiling shows.
4013 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4014 directly if gnus-visual-p is true.
4015
4016 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4017
4018 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4019 groups; replace mapcar with dolist which is a bit faster; pass groups
4020 info to gnus-read-active-file-1.
4021 (gnus-read-active-file-1): Scan only specified groups if the new
4022 optional arg `infos' is given.
4023
4024 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
4025
4026 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4027
4028 * pop3.el (pop3-movemail): Remove.
4029 (pop3-streaming-movemail): Rename to pop3-movemail.
4030
4031 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4032 don't restrict end-tag searches to the end of the line.
4033
4034 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4035
4036 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4037 articles of every unchecked group to t, which means unknown since the
4038 server has never been opened.
4039
4040 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4041
4042 * gnus-html.el (gnus-html-show-alt-text): New command.
4043 (gnus-html-browse-image): Ditto.
4044 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4045 to browse the image directly.
4046 (gnus-html-wash-tags): Search for images first, so that <a><img> works
4047 better.
4048
4049 * gnus-async.el (gnus-async-article-callback):
4050 Call `gnus-html-prefetch-images' unconditionally.
4051
4052 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4053 before feeding URLs to curl.
4054
4055 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4056
4057 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4058 internal images as deletable by `W D D'.
4059
4060 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4061 (gnus-async-article-callback): Fix typo.
4062
4063 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4064
4065 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4066 current line to work around bugs in the output from w3m.
4067
4068 * gnus-async.el (gnus-async-article-callback): Always prefetch images
4069 for groups that want that.
4070
4071 * nntp.el (nntp-wait-for-string): Supply a timeout for
4072 accept-process-output to ensure progress.
4073
4074 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4075 level to get unread articles from, then use that for foreign groups,
4076 too.
4077
4078 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4079 confuses the rest of the function.
4080
4081 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4082 for the methods that support -retrieve-groups, too.
4083
4084 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4085
4086 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
4087
4088 * pop3.el: Require cl when compiling.
4089 (pop3-number-of-responses): Search for "+OK", not "+OK ".
4090
4091 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4094 that aren't going to be activated.
4095 (gnus-get-unread-articles): Fix up the last commit.
4096
4097 * gnus-html.el (gnus-article-html): Allow calling without specifying
4098 the handle. In that case, dissect the buffer first.
4099
4100 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4101
4102 * nnimap.el (nnimap-open-connection): Revert the change that would look
4103 into authinfo for imaps instead of imap.
4104
4105 * gnus-start.el (gnus-activate-group): Take an optional parameter to
4106 say that you don't want to call gnus-request-group with don-check, but
4107 do check the reponse. This is for virtual groups only.
4108 (gnus-get-unread-articles): Count the archive groups as secondary, so
4109 that they're activated the same way as before.
4110
4111 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4112 case-insensitively.
4113 (nnimap-debug): Remove.
4114
4115 * mail-source.el (mail-source-fetch): Don't message if we're fetching
4116 mail from a file, and the file doesn't exist.
4117
4118 * pop3.el (pop3-streaming-movemail): Return t for success.
4119
4120 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4121 .authinfo if we're using ssl connection.
4122
4123 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4124 already have if we're in a main Gnus `g' run.
4125
4126 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4127
4128 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
4129
4130 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4131
4132 * nnmh.el (nnmh-request-list-1): Bind `file'.
4133
4134 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4135 alias to set-process-query-on-exit-flag or process-kill-without-query.
4136 (pop3-open-server): Use it.
4137
4138 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4139
4140 * mail-source.el (mail-source-delete-crash-box): Always move the crash
4141 box to the Incoming file. Fixes mistake in previous checkin.
4142
4143 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4144 request loop (for debugging purposes) removed.
4145
4146 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4147 culprit is more visible.
4148 (nnml-save-incremental-nov, nnml-open-incremental-nov)
4149 (nnml-add-incremental-nov): New functions to do "incremental" nov
4150 updates, where we just append to the end of the existing nov files
4151 without reading/writing them in full.
4152
4153 * mail-source.el (mail-source-delete-crash-box): Really only check the
4154 incoming files once in a while.
4155
4156 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4157
4158 * mail-source.el (mail-source-delete-crash-box): Only check the
4159 incoming files for deletion once per day to save a lot of file
4160 accesses.
4161
4162 * pop3.el (pop3-logon): Fix up unbound variable typo.
4163
4164 * mail-source.el (pop3-streaming-movemail): Autoload.
4165
4166 * pop3.el (pop3-streaming-movemail):
4167 Respect pop3-leave-mail-on-server.
4168
4169 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4170 retrieval.
4171
4172 * pop3.el (pop3-process-filter): Remove unused function.
4173 (pop3-streaming-movemail, pop3-send-streaming-command)
4174 (pop3-wait-for-messages, pop3-write-to-file)
4175 (pop3-number-of-responses): New functions for streaming pop3
4176 retrieval.
4177
4178 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4179 come from no known methods.
4180 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4181 list.
4182
4183 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4184 message sizes.
4185 (pop3-movemail): Use erase-buffer instead of looping and deleting
4186 regions, which seems rather odd.
4187
4188 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4189 file once per `g' run.
4190
4191 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4192 directories. This makes the draft queue directory work.
4193
4194 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4195 data from the backends, so that we only request the list of groups from
4196 each method once. This should speed things up considerably.
4197
4198 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4199 detect that it's not implemented.
4200
4201 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4202 we actually do recurse down into the tree, but don't stat all leaf
4203 nodes.
4204
4205 * gnus-html.el (gnus-html-show-images): If there are no images to show,
4206 then say so instead of bugging out.
4207
4208 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4209 files exist before trying to read them.
4210
4211 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4212 around <pre_int>.
4213
4214 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4215
4216 * nnmh.el (nnmh-request-list-1): Optimize for speed.
4217
4218 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4219
4220 * mm-util.el (mm-image-load-path): Just return the image directories,
4221 not all directories in the path in addition to the image directories.
4222 (mm-image-load-path): Maintain a cache of the image directories so that
4223 the `g' command in Gnus doesn't have to stat dozens of directories each
4224 time.
4225
4226 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4227 (gnus-html-wash-tags): Add a new `i' command to insert images.
4228 (gnus-html-insert-image): New command and keystroke.
4229 (gnus-html-redisplay-with-images): New command and keystroke.
4230 (gnus-html-show-images): Rename command.
4231 (gnus-html-wash-tags): Remove more white space before <pre_int> image
4232 spacers.
4233 (gnus-html-wash-tags): Decode entities at the end, so that entities
4234 inside the tags don't mess up the rest of the "parsing".
4235
4236 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4237 so that nnimap methods aren't agentized by default. There's apparently
4238 many problems related to agent/imap behaviour.
4239
4240 * gnus-art.el (gnus-article-copy-string): New command and key binding.
4241
4242 * gnus-html.el: Doc fix.
4243
4244 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
4245
4246 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4247 glyph-width and glyph-height instead of display-graphic-p and
4248 image-size; make avoidance of displaying small images work for XEmacs.
4249
4250 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4251 for XEmacs.
4252
4253 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4254 of symbol that holds plist data.
4255 (gnus-process-plist): Remove plist of process after getting it.
4256
4257 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4258
4259 * message.el (message-generate-hashcash): Change default to
4260 'opportunistic if hashcash is installed.
4261
4262 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4263 (gnus-html-put-image): Only call image-size once, since it's somewhat
4264 time-consuming on remote X servers.
4265
4266 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
4267
4268 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4269 decoded contents.
4270 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4271
4272 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4275 group line format, since it isn't very interesting.
4276
4277 * gnus-agent.el (gnus-agent-short-article),
4278 (gnus-agent-long-article): Increase values for these two variables,
4279 since most people are likely to have more network connection and
4280 storage than before.
4281
4282 * gnus.el (gnus-refer-article-method): Change default to 'current.
4283 When referring an article, the common behaviour is to refer it from the
4284 current select method, not the native select method. The chances of
4285 the native select method having the message in question is rather slim
4286 these days.
4287
4288 * gnus-sum.el (gnus-auto-select-subject): Change default to
4289 `unseen-or-unread'. I think it's likely that most people want to
4290 select an unseen article over a previously seen, but unread one.
4291
4292 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
4293 means that in the article buffer none of the minor mode elements will
4294 be shown, usually, and this is not desirable in most cases.
4295
4296 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4297 that commands like `d' (and the like) go to the next line in the
4298 buffer, instead of the next unread article. I think this is the
4299 behaviour that is most natural for most users.
4300 (gnus-single-article-buffer): Change default to nil, so that people can
4301 have as many article buffers open as they have summary buffer. I think
4302 this is the most natural way for the groups to behave.
4303
4304 * message.el (message-generate-new-buffers): Change default to
4305 `unsent', so that all new message buffers start their names with the
4306 string "*unsent", and it's easier to find the buffers if you move from
4307 them.
4308
4309 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4312 small. They're probably tracking images.
4313 (gnus-html-wash-tags): Remove all <pre_int> place holders.
4314 (gnus-html-rescale-image): Yet another try at getting the image sizing
4315 right.
4316
4317 * nntp.el (nntp-request-set-mark): Refuse to do marks if
4318 nntp-marks-file-name is nil.
4319
4320 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4321
4322 * gnus-html.el (gnus-html-wash-tags)
4323 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4324 Better logging.
4325
4326 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4329
4330 * gnus-html.el (gnus-html-wash-tags): Check the value of
4331 gnus-blocked-images in the summary buffer.
4332
4333 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4334
4335 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4336
4337 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338
4339 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4340 like "a", it seems like.
4341 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4342 since it needs to be picked from the correct buffer.
4343
4344 * nnwfm.el: Remove.
4345
4346 * nnlistserv.el: Remove.
4347
4348 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4349
4350 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4351 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4352
4353 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * nnkiboze.el: Remove.
4356
4357 * nndb.el: Remove.
4358
4359 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4360 alt text.
4361 (gnus-html-rescale-image): Try to get the rescaling logic right for
4362 images that are just wide and not tall.
4363
4364 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4365 overshadow variable bindings.
4366
4367 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
4368
4369 * gnus-html.el (gnus-html-wash-tags)
4370 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4371 Add extra logging.
4372
4373 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4374
4375 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4376 (gnus-max-image-proportion): New variable.
4377 (gnus-html-rescale-image): New function.
4378 (gnus-html-put-image): Rescale images.
4379
4380 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 Fix up some byte-compiler warnings.
4383 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4384 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4385 (gnus-article-fill-cited-article, gnus-article-hide-citation)
4386 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4387 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4388 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4389 (gnus-group-update-group): Use save-excursion and with-current-buffer.
4390
4391 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * gnus-html.el (gnus-article-html): Decode contents by charset.
4394
4395 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4396
4397 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4398 (gnus-html-frame-width, gnus-blocked-images)
4399 * message.el (message-prune-recipient-rules): Add custom version.
4400 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4401
4402 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4403 functions.
4404
4405 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4406 gnus-process-get.
4407
4408 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
4409
4410 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4411 instead of lsub directly.
4412
4413 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4414
4415 * nnwarchive.el: Remove.
4416
4417 * gnus-soup.el: Remove.
4418
4419 * nnsoup.el: Remove.
4420
4421 * nnultimate.el: Remove.
4422
4423 * gnus-html.el (gnus-blocked-images): New variable.
4424
4425 * message.el (message-prune-recipients): New function.
4426 (message-prune-recipient-rules): New variable.
4427
4428 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4429 guess whether a long line is natural text or not.
4430
4431 * gnus-html.el (gnus-html-schedule-image-fetching):
4432 Use gnus-process-plist and friends for compatibility.
4433
4434 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * gnus-html.el: Require packages that define macros used in this file.
4437 (gnus-article-mouse-face): Declare to silence byte-compiler.
4438 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4439 process-get.
4440 (gnus-html-put-image): Use plist-get to avoid getf.
4441 (gnus-html-prefetch-images): Use with-current-buffer.
4442
4443 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * gnus-ems.el: Provide compatibility functions for
4446 gnus-set-process-plist.
4447
4448 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4449 * gnus.el (gnus-valid-select-methods)
4450 * message.el (message-send-mail-partially-limit)
4451 * mm-decode.el (mm-text-html-renderer)
4452 * mml.el (mml-insert-mime-headers-always)
4453 * smiley.el (smiley-regexp-alist): Bump custom version.
4454
4455 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4456
4457 * gnus-html.el: require mm-url.
4458 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4459 with the url to `url'.
4460 (gnus-html-wash-tags): Support cid: URLs/images.
4461
4462 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4463
4464 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4465 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4466 bindings, as they aren't useful at all. `w' is moved to `W w'.
4467
4468 * gnus-move.el: Remove file, since it doesn't really work.
4469
4470 * gnus-html.el (gnus-article-html): Tell w3m that the input is
4471 UTF-8. This seems to fix problems with some German web feeds.
4472
4473 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4474 at the top so that the proper colours are applied.
4475
4476 * gnus-art.el (gnus-article-view-part): Doc fix.
4477
4478 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4479 XEmacs-compatible.
4480 (gnus-html-put-image): Don't do images on non-graphic displays.
4481
4482 * nnslashdot.el: Remove this unused backend.
4483
4484 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4485 actions.
4486 (gnus-undo-register-1): Revert last change.
4487
4488 * gnus-group.el (gnus-group-completing-read): Protect against not
4489 having completion-styles bound.
4490
4491 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4492 make broken recipients happier.
4493
4494 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4495
4496 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4497 point parameter.
4498
4499 * gnus-group.el (gnus-group-completing-read): Add 'substring to
4500 completion-styles for group selection.
4501
4502 2009-02-04 Andreas Schwab <schwab@suse.de>
4503
4504 * gnus-score.el (gnus-score-string): Fix regex for matching extra
4505 headers and regexp-quote the match if necessary.
4506
4507 2009-03-24 Miles Bader <miles@gnu.org>
4508
4509 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4510 the blinking smiley.
4511
4512 2009-03-24 Simon Josefsson <simon@josefsson.org>
4513
4514 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4515 blink smiley.
4516
4517 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4520 where the dribbel file lives exists.
4521
4522 * message.el (message-send-mail-partially-limit): Change the default to
4523 nil, since most people don't want this.
4524
4525 * mm-url.el (mm-url-decode-entities): Also decode entities like
4526 &#x3212.
4527
4528 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
4529
4530 * gnus-sum.el (gnus-summary-idna-message):
4531 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4532 Hyperlink urls in docstrings with URL `...'.
4533
4534 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
4535
4536 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4537 functions.
4538
4539 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4540
4541 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4542 say what the mouseover text should be.
4543
4544 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4545 version of the mm-w3m-safe-url-regexp variable to only download images
4546 in the groups where we want that to happen.
4547
4548 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4549
4550 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4551 easier debugging.
4552 (gnus-article-beginning-of-window): Add kludge to allow spacing past
4553 big pictures in the article buffer.
4554
4555 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4556 gnus-article-html.
4557 (mm-text-html-renderer): gnus-article-html needs curl in addition to
4558 w3m.
4559
4560 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4561
4562 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
4564 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4565 which doesn't exist.
4566
4567 * message.el (message-inhibit-ecomplete): New variable to allow some
4568 function to inhibit ecomplete address storage.
4569 (message-resend): Disable ecomplete message storage when resending
4570 messages.
4571
4572 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4573
4574 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
4575
4576 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4577 Save excursion while copying, moving, and deleting articles in order to
4578 prevent the cursor from jumping to unforeseen place.
4579
4580 2010-08-17 Glenn Morris <rgm@gnu.org>
4581
4582 * gnus-sync.el: Require gnus components whose functions are used.
4583
4584 * gnus-art.el (bookmark-make-record-function):
4585 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4586 Declare for compiler.
4587
4588 * mm-url.el (mml-compute-boundary): Autoload.
4589
4590 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
4591
4592 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4593
4594 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
4595
4596 Typo fix "hoo4a" -> "hook".
4597
4598 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4599
4600 2010-08-14 Glenn Morris <rgm@gnu.org>
4601
4602 * gnus-sync.el (gnus-sync): Fix defgroup version.
4603
4604 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
4605
4606 Doc fixes and keep unknown groups (ammended for nunion bug fix).
4607
4608 * gnus-sync.el: Fix docs.
4609 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4610 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4611
4612 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4613
4614 Optimizations for gnus-sync.el.
4615
4616 * gnus-sync.el: Add docs about gnus-sync-backend
4617 possibilities.
4618 (gnus-sync-save): Remove unnecessary message.
4619 (gnus-sync-read): Optimize and show what groups were skipped.
4620
4621 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4622
4623 Minor bug fixes for gnus-sync.el.
4624
4625 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4626 Don't read the sync on get-new-news.
4627
4628 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4629 quiet.
4630
4631 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4632 (fix typo).
4633
4634 2010-07-30 Lawrence Mitchell <wence@gmx.li>
4635
4636 Make saving and restoring of hidden threads work with overlays.
4637 Patch applied by Ted Zlatanov.
4638
4639 * gnus-sum.el (gnus-hidden-threads-configuration)
4640 (gnus-restore-hidden-threads-configuration): Update to deal with text
4641 properties, rather than searching for a magic character.
4642
4643 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
4644
4645 New gnus-sync.el library for synchronization of marks.
4646
4647 * gnus-sync.el: New library for synchronization of marks.
4648
4649 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4650 renamed from `gnus-registry-grep-in-list'.
4651
4652 * gnus-registry.el (gnus-registry-follow-group-p):
4653 Use `gnus-grep-in-list'.
4654
4655 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4656
4657 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
4658
4659 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4660 determining charset of text fails.
4661
4662 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
4663
4664 * nnmail.el (nnmail-get-new-mail-1): Revert.
4665
4666 * nnml.el (nnml-active-number): Make sure names of newly created groups
4667 in nnml-group-alist are encoded.
4668
4669 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4672 containing non-ASCII characters in active file for nnml back end.
4673
4674 2010-07-24 David Engster <dengste@eml.cc>
4675
4676 * mml-smime.el (mml-smime-epg-verify): Also accept the older
4677 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4678
4679 2010-07-21 Daiki Ueno <ueno@unixuser.org>
4680
4681 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4682 tag (Bug#6654).
4683
4684 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4687 the article buffer, not the summary buffer.
4688
4689 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
4690
4691 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4692 Emacs 23 as well.
4693
4694 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4695
4696 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4697 Patch applied by Karl Fogel.
4698
4699 * gnus-sum.el (gnus-summary-bookmark-make-record):
4700 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4701
4702 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4703
4704 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4705 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
4706 C-w still not working correctly from Article buffers; Thierry's
4707 patch to fix that will be applied after this.
4708
4709 * gnus-art.el (bookmark-make-record-function): New local variable.
4710
4711 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4712 article buffer.
4713 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4714
4715 2010-07-13 Karl Fogel <kfogel@red-bean.com>
4716
4717 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4718 on changes in bookmark.el.
4719
4720 2010-06-22 Mark A. Hershberger <mah@everybody.org>
4721
4722 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4723 the *other* type of HTML form submission.
4724
4725 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
4726
4727 * auth-source.el (auth-source-pick): If choice does not contain a
4728 questioned keyword, set the check to t.
4729
4730 2010-06-12 Romain Francoise <romain@orebokech.com>
4731
4732 * gnus-util.el (gnus-date-get-time): Move up before first use.
4733
4734 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4735
4736 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4737 (gnus-article-edit-part): Bind it to make last part that is substituted
4738 or deleted visible.
4739 (gnus-mime-display-single): Buttonize part of which id equals to
4740 gnus-mime-buttonized-part-id.
4741
4742 2010-06-10 Dan Christensen <jdc@uwo.ca>
4743
4744 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4745 (gnus-dd-mmm): Use gnus-date-get-time.
4746 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4747 simplify logic.
4748 (gnus-summary-limit-to-age): Use gnus-date-get-time.
4749 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4750
4751 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
4752
4753 * auth-source.el (top): Autoload `secrets-list-collections',
4754 `secrets-create-item', `secrets-delete-item'.
4755 (auth-sources): Fix tag string.
4756 (auth-get-source, auth-source-retrieve, auth-source-create)
4757 (auth-source-delete): New defuns.
4758 (auth-source-pick): Rewrite in order to avoid 2 passes.
4759 (auth-source-forget-user-or-password): New parameter USERNAME.
4760 (auth-source-user-or-password): New parameters CREATE-MISSING and
4761 DELETE-EXISTING. Retrieve password interactively, if needed.
4762
4763 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
4764
4765 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4766 deleting unused directories when gnus-expert-user is t.
4767
4768 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
4769
4770 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4771 for each temp file when gnus-article-browse-delete-temp is ask.
4772
4773 2010-05-20 Kevin Ryde <user42@zip.com.au>
4774
4775 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
4776
4777 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
4778
4779 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4780 article unless decoding article to be saved.
4781
4782 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4783
4784 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4785 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4786 generated within the mm-with-unibyte-current-buffer macro.
4787
4788 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4789
4790 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4791 to nil when we're in a mml-preview buffer and no group is selected.
4792
4793 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
4794
4795 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4796 when catching the `C-g'. Reported by "Leo".
4797
4798 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4799
4800 * message.el (message-forward-make-body-plain)
4801 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4802 multibyte-string-p.
4803
4804 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4805
4806 * message.el (message-forward-make-body-mml): Assume original message
4807 is multibyte string; error on unibyte.
4808 (message-forward-make-body-plain): Ditto; don't add excessive newline
4809 in body end.
4810
4811 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
4812
4813 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4814 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
4815
4816 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * mm-extern.el (mm-extern-url): Don't use
4819 mm-with-unibyte-current-buffer.
4820 (mm-extern-cache-contents): Use with-current-buffer instead of
4821 save-excursion + set-buffer.
4822
4823 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4824
4825 * mm-util.el (mm-emacs-mule): Remove.
4826
4827 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
4828
4829 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4830 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4831 change.
4832
4833 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4834
4835 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4836 bind the default value of enable-multibyte-characters to nil.
4837
4838 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4839
4840 * message.el (message-forward-make-body-plain)
4841 (message-forward-make-body-mml):
4842 Don't use mm-with-unibyte-current-buffer.
4843
4844 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
4845
4846 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4847 (Bug#5592).
4848
4849 2010-05-07 Julien Danjou <julien@danjou.info>
4850
4851 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4852 it to mm-pipe-part.
4853
4854 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4855 it is given.
4856
4857 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
4858
4859 * nnweb.el (nnweb-gmane-search)
4860 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4861 XEmacs.
4862
4863 * gnus-art.el (gnus-article-browse-html-parts)
4864 * gnus-group.el (gnus-read-ephemeral-gmane-group)
4865 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4866 make-temp-file.
4867
4868 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4869 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4870 compiling.
4871
4872 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4873 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4874 XEmacs when compiling.
4875
4876 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4877 gnus-pick-mode-off-hook for XEmacs when compiling.
4878 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4879 gnus-binary-mode-off-hook for XEmacs when compiling.
4880
4881 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4882 Return nil if char-charset is not available.
4883
4884 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4885 macro.
4886
4887 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4888 instead of encode-coding-string.
4889
4890 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4891 'xemacs) instead of mm-emacs-mule to switch function definitions.
4892 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4893
4894 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
4895
4896 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4897
4898 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
4899
4900 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4901 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4902
4903 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
4904
4905 * mm-util.el (mm-decompress-buffer): Use `delete-file';
4906 alias `jka-compr-delete-temp-file' no longer exists.
4907
4908 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 Use define-minor-mode in Gnus where applicable.
4911 * mml.el (mml-mode): Use define-minor-mode.
4912 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4913 (gnus-undo-mode): Use define-minor-mode.
4914 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4915 (gnus-dead-summary-mode): Use define-minor-mode.
4916 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4917 Initialize in declaration.
4918 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4919 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4920 (gnus-mailing-list-mode): Use define-minor-mode.
4921 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4922 (gnus-draft-mode): Use define-minor-mode.
4923 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4924 (gnus-dired-mode): Use define-minor-mode.
4925
4926 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
4927
4928 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4929 handles on recursive mml-to-mime translation and check them for
4930 boundary delimiter collisions. Reported by Greg Troxel.
4931
4932 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4933
4934 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4935
4936 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * mm-util.el (mm-find-buffer-file-coding-system):
4939 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4940
4941 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
4942
4943 * message.el (message-generate-headers): Record insertion of optional
4944 headers as well. Otherwise the check to prevent repeated insertion of
4945 optional headers is a no-op.
4946
4947 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
4948
4949 * smime.el: Don't mention CVS.
4950
4951 * nnrss.el (nnrss-fetch): Don't mention CVS.
4952
4953 * nnir.el: Don't mention CVS.
4954
4955 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * gnus-sum.el (gnus-summary-bookmark-make-record):
4958 Add `location' field.
4959
4960 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * gnus-sum.el: Add bookmark declarations to silence the compiler.
4963 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4964 Use with-current-buffer to silence the byte-compiler.
4965 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4966 bother to require `gnus'.
4967 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
4968
4969 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4970
4971 * gnus-sum.el (gnus-summary-bookmark-make-record)
4972 (gnus-summary-bookmark-jump): New functions.
4973 (gnus-summary-mode): Setup bookmark support.
4974
4975 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
4976
4977 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4978 if set.
4979
4980 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
4981
4982 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4983 gnus-article-browse-html-save-cid-image; make it work recursively for
4984 forwarded messages as well.
4985 (gnus-article-browse-html-parts): Work when prefix arg is given.
4986 (gnus-article-browse-html-article): Doc fix.
4987
4988 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
4989
4990 * message.el (message-default-mail-headers):
4991 (message-default-headers): Carry the value mail-default-headers over
4992 into message-default-mail-headers, rather than message-default-headers.
4993
4994 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
4995
4996 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4997 charset.
4998
4999 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5000 charset into the <meta> tag when the article is encoded to utf-8.
5001
5002 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
5003
5004 * gnus-art.el (gnus-article-browse-delete-temp-files):
5005 Delete directories as well.
5006 (gnus-article-browse-html-parts): Work for images that do not specify
5007 file names; delete temp directory when quitting; insert header at the
5008 right place; use file: scheme for image files.
5009
5010 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
5011
5012 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5013 (gnus-article-browse-html-parts): Use it to make temporary cid image
5014 files in addition to html file so that browser may display them.
5015
5016 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
5017
5018 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5019
5020 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
5021
5022 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5023
5024 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
5025
5026 * auth-source.el (auth-sources): Change default to be simpler.
5027 Explain about Secret Service API sources. Improve Customize options.
5028 (auth-source-pick): Change to accept any number of search parameters.
5029 Implement fallbacks iteratively, not recursively. Add scoring on the
5030 second pass and sort by score. Call Secret Service API when needed.
5031 (auth-source-user-or-password): Use it. Call Secret Service API
5032 directly when needed to get the user name and the password.
5033
5034 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * message.el (message-interactive): Doc fix.
5037 (message-qmail-inject-args): Reflow.
5038 (message-kill-to-signature): Fix typo in docstring.
5039
5040 * smiley.el (smiley-buffer): Fix typo in docstring.
5041
5042 2010-03-24 Glenn Morris <rgm@gnu.org>
5043
5044 * mail-source.el (gnus-message): Declare.
5045 (mail-source-delete-old-incoming): Require gnus-util.
5046
5047 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5048
5049 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5050
5051 * message.el (ecomplete-setup): Autoload it for Emacs <23.
5052
5053 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5054 password-cache's default if it is not bound.
5055 (mml-secure-passphrase-cache-expiry): Default to 16 that is
5056 password-cache-expiry's default if it is not bound.
5057
5058 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5059 available in Emacs 21.
5060
5061 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
5062
5063 * auth-source.el (auth-sources): Fix up definition so extra parameters
5064 are always inline.
5065
5066 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
5067
5068 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5069 wasn't updated after mismatch. Clear cached mailbox info correctly
5070 when uidvalidity changes.
5071 (nnimap-group-prefixed-name): New function to avoid some code
5072 duplication.
5073 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5074 (nnimap-request-group): Use it.
5075 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5076 (nnimap-update-unseen): Significantly improved speed of Gnus startup
5077 with many imap folders. This is done by caching the group status from
5078 the imap server persistently in a group parameter `imap-status'. (This
5079 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5080 but not persistently, so every Gnus startup was still very slow.)
5081
5082 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5083
5084 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
5085 secrets.el dependency.
5086 (auth-sources): Add optional user name. Add secrets.el configuration
5087 choice (unused right now).
5088
5089 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
5090
5091 * gnus-sum.el (gnus-summary-make-menu-bar):
5092 Let `gnus-registry-install-shortcuts' fill in the functions.
5093
5094 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5095 warnings.
5096 (gnus-registry-misc-menus): Variable to hold registry mark menus.
5097 (gnus-registry-install-shortcuts): Populate and use it in a
5098 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5099
5100 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
5101
5102 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5103 In-place substitutions for the group name encoding/decoding.
5104 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5105 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5106 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5107 (nnimap-update-unseen, nnimap-request-list)
5108 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5109 (nnimap-request-set-mark, nnimap-split-to-groups)
5110 (nnimap-split-articles, nnimap-request-newgroups)
5111 (nnimap-request-create-group, nnimap-request-accept-article)
5112 (nnimap-request-delete-group, nnimap-request-rename-group)
5113 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
5114 `encoded-mbx' for consistency.
5115 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5116 variable `imap-current-mailbox'.
5117
5118 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5119 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5120
5121 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
5122
5123 * pop3.el (pop3-display-message-size-flag): Display message size byte
5124 counts during POP3 download.
5125 (pop3-movemail): Use it.
5126 (pop3-list): Implement listing of available messages.
5127
5128 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
5129
5130 * nnir.el (nnir-get-article-nov-override-function): New function to
5131 override the normal NOV retrieval.
5132 (nnir-retrieve-headers): Use it.
5133
5134 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
5135
5136 * auth-source.el (netrc-machine-user-or-password): Autoload.
5137
5138 2010-03-19 Glenn Morris <rgm@gnu.org>
5139
5140 Stop message.el from loading about 40 libraries it doesn't always need.
5141 The general approach is to autoload rather than require, and to
5142 require in the specific functions rather than the file. (Bug#5642)
5143
5144 * gmm-utils.el: Don't require wid-edit.
5145 (widget-create-child-value, widget-convert, widget-default-get):
5146 Autoload.
5147
5148 * gnus-util.el: Don't require time-date, netrc.
5149 (message-fetch-field, gnus-group-name-decode): Declare rather than
5150 autoloading.
5151 (gnus-fetch-field): Require message.
5152 (gnus-decode-newsgroups): Require gnus-group.
5153
5154 * ietf-drums.el: Don't require time-date.
5155
5156 * message.el: Don't require hashcash, canlock, ecomplete.
5157 Do require mail-utils. Require nnheader only when compiling.
5158 (smtpmail-default-smtp-server): Remove declaration.
5159 (message-send-mail-function): Check smtpmail-default-smtp-server
5160 is bound rather than requiring smtpmail.
5161 (message-auto-save-directory, message-insert-signature):
5162 Use expand-file-name rather than nnheader-concat.
5163 (nnheader-insert-file-contents): Autoload.
5164 (hashcash-wait-async): Declare.
5165 (message-send-mail): Only call gnus-setup-posting-charset if
5166 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
5167 (message-send-mail-with-sendmail): Require sendmail.
5168 (canlock-password, canlock-password-for-verify): Declare.
5169 (message-canlock-password): Require canlock.
5170 (nnheader-get-report): Autoload.
5171 (gnus-setup-posting-charset): Declare.
5172 (message-send-news): Require gnus-msg.
5173 (message-make-references, message-make-in-reply-to): Use mail-header-id
5174 rather than the alias mail-header-message-id.
5175 (ecomplete-add-item, ecomplete-save): Declare.
5176 (message-put-addresses-in-ecomplete): Require ecomplete.
5177 (ecomplete-display-matches): Autoload.
5178
5179 * mm-decode.el: Don't require mailcap, gnus-util.
5180 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5181 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5182 Autoload.
5183 (mailcap-mime-extensions): Declare.
5184
5185 * mm-encode.el: Don't require mailcap.
5186 (mailcap-extension-to-mime): Autoload.
5187
5188 * mml-sec.el: Don't require password-cache.
5189
5190 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5191 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5192 (mml-minibuffer-read-type): Require mailcap.
5193 (mml-preview): Require gnus-msg.
5194
5195 * mml1991.el: Require password-cache.
5196 (password-cache-expiry): Remove declaration.
5197
5198 * mml2015.el: Require password-cache.
5199 (password-cache-expiry): Remove declaration.
5200
5201 * nneething.el (mailcap): Require mailcap.
5202
5203 * nnheader.el (declare-function): Add compatibility stub.
5204 (message-remove-header): Declare rather than autoload.
5205 (nnheader-replace-header): Require message.
5206
5207 * nnimap.el (declare-function): Add compatibility stub.
5208 (netrc-parse, netrc-machine-user-or-password): Declare.
5209 (nnimap-open-connection): Require netrc.
5210
5211 * nntp.el (declare-function): Add compatibility stub.
5212 (netrc-parse, netrc-machine, netrc-get): Declare.
5213 (nntp-send-authinfo): Require netrc.
5214
5215 * rfc2047.el: Don't require qp.
5216 (quoted-printable-encode-region, quoted-printable-decode-string):
5217 Autoload.
5218
5219 * sieve-mode.el: Don't require easymenu.
5220 (easy-menu-add-item): Autoload it.
5221
5222 * spam-stat.el (time-to-number-of-days): Autoload it.
5223
5224 2010-03-17 Kevin Ryde <user42@zip.com.au>
5225
5226 * mml.el (mml-read-tag): Unquote values with `read' to reverse
5227 prin1 in mml-insert-tag (just stripping the quotes gave wrong
5228 value if any backslash escapes).
5229
5230 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
5231
5232 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5233 if it is available. (bug#5647)
5234
5235 2010-02-26 Glenn Morris <rgm@gnu.org>
5236
5237 * message.el (message-send-mail-function): Change the default, so that
5238 it inherits from a customized send-mail-function. (Bug#5643)
5239
5240 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5243 shell-command-to-string signals an error (bug#5299).
5244
5245 2010-02-24 Glenn Morris <rgm@gnu.org>
5246
5247 * message.el (message-smtpmail-send-it)
5248 (message-send-mail-with-mailclient): Doc fixes.
5249
5250 2010-02-16 Glenn Morris <rgm@gnu.org>
5251
5252 * message.el (message-default-mail-headers): Change the default value
5253 to ease the transition from mail-mode to message-mode. (Bug#5555)
5254
5255 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * message.el (message-mail): Just pass yank-action on to message-setup.
5258 (message-setup): Handle (FUN . ARGS) form of yank-action.
5259 (message-with-reply-buffer, message-widen-reply)
5260 (message-yank-original): Handle non-buffer values of
5261 message-reply-buffer (Bug#4080).
5262 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5263
5264 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5267 Fix typo in docstring.
5268
5269 2010-01-08 Jason Rumney <jasonr@gnu.org>
5270
5271 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5272 response.
5273
5274 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5275
5276 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5277
5278 * message.el (message-check-news-header-syntax): Protect against a
5279 string that `rfc822-addresses' returns when parsing fails.
5280
5281 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5282
5283 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5284 (gnus-previous-char-property-change): New functions.
5285
5286 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5287
5288 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
5289
5290 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5291 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
5292
5293 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
5294
5295 * message.el (message-exchange-point-and-mark): Rework last change to
5296 avoid using optional arg of exchange-point-and-mark, for backward
5297 compatibility.
5298
5299 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * message.el (message-exchange-point-and-mark):
5302 Call exchange-point-and-mark with an argument rather than setting
5303 mark-active by hand (Bug#5175).
5304
5305 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5306
5307 * nntp.el (nntp-service-to-port): Work for service expressed with
5308 numeric string; replace [:digit:] with [0-9] for XEmacs.
5309
5310 2009-12-17 Glenn Morris <rgm@gnu.org>
5311
5312 * gnus-group.el (gnus-bug-group-download-format-alist):
5313 Change emacs entry to debbugs.gnu.org. Bump :version.
5314
5315 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
5316
5317 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5318
5319 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5320
5321 * message.el (message-info): Explain why we use `Info-goto-node'.
5322
5323 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * message.el (message-completion-in-region): New compatibility function.
5326 (message-expand-group): Use it.
5327
5328 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
5329
5330 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5331 with no unread article should be listed if the 2nd arg `predicate' is
5332 given.
5333
5334 2009-11-29 Juri Linkov <juri@jurta.org>
5335
5336 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5337 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
5338 on `gnus-recenter'. (Bug#4698, Bug#4981)
5339
5340 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5341
5342 * message.el (message-from-style, message-interactive)
5343 (message-signature): Always set default values from the corresponding
5344 mail-* variables.
5345 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5346 (message-yank-prefix, message-indentation-spaces)
5347 (message-signature-file, message-default-headers): Use boundp rather
5348 than (featurep 'xemacs) to check if the corresponding mail-* variables
5349 exist.
5350
5351 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
5352
5353 * message.el (message-send-mail-with-sendmail): Revert last change.
5354
5355 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * message.el (message-from-style, message-interactive)
5358 (message-cite-prefix-regexp, message-sendmail-envelope-from)
5359 (message-yank-prefix, message-indentation-spaces, message-signature)
5360 (message-signature-file, message-default-headers): For GNU Emacs, set
5361 default values from the corresponding mail-* variables.
5362 (message-send-mail-with-sendmail): Use envelope-from only if
5363 mail-specify-envelope-from is non-nil.
5364
5365 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
5366
5367 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5368 containing tspecial characters if they have been already quoted.
5369
5370 2009-10-24 Glenn Morris <rgm@gnu.org>
5371
5372 * gnus-art.el (help-xref-stack-item): Define for compiler.
5373
5374 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5375
5376 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5377
5378 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5379
5380 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5381 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5382
5383 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * gnus.el (gnus-overlay-get): New alias to overlay-get.
5386 (gnus-overlays-in): New alias to overlays-in.
5387
5388 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5389 gnus-overlay-get, and gnus-delete-overlay.
5390 (gnus-summary-show-thread): Make it work as well for systems in which
5391 next-single-char-property-change is not available.
5392 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5393
5394 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
5395
5396 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5397
5398 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
5399
5400 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5401 and XEmacs that don't have `remove-overlays'.
5402
5403 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
5404
5405 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5406 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5407 selective display. Use overlays instead.
5408
5409 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
5410
5411 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5412
5413 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
5414
5415 * spam-stat.el (spam-stat-load): Fix typo in message.
5416
5417 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
5418
5419 * gnus-art.el (gnus-article-encrypt-body):
5420 * message.el (message-check-recipients):
5421 * mm-util.el (mm-codepage-setup):
5422 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5423 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5424
5425 2009-09-22 Daiki Ueno <ueno@unixuser.org>
5426
5427 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5428 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5429 keys from the menu if mm-{sign,encrypt}-option is 'guided.
5430 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5431 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5432
5433 2009-09-18 Glenn Morris <rgm@gnu.org>
5434
5435 * gnus-diary.el (gnus-diary-check-message):
5436 * message.el (message-insert-formatted-citation-line):
5437 * nnbabyl.el (top-level):
5438 * nndiary.el (nndiary-schedule):
5439 Fix typos in condition-case handlers.
5440
5441 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
5442
5443 * gnus-art.el (gnus-article-edit-part): Work for the buffer
5444 configuration that provides the sole article window in a frame;
5445 position point correctly after deleting a part.
5446
5447 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
5448
5449 * spam.el (spam-unregister-on-reregister): Add boolean variable.
5450 (spam-resolve-registrations-routine): Use it to unregister articles
5451 that change status.
5452
5453 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * nnrss.el (nnrss-request-article): Remove binding of
5456 default-enable-multibyte-characters that has gotten needless by
5457 the 2007-07-13 change in rfc2047-encode-message-header.
5458
5459 * mml.el (mml-insert-multipart): Error on the message header.
5460 (mml-insert-part): Error on the message header; position point at
5461 the end of a MIME tag.
5462
5463 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
5464
5465 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5466 (gnus-float-time): Alias to float-time if it exists.
5467
5468 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5469 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5470 float-time is available; suppress compile warning for time-to-seconds.
5471
5472 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5473
5474 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5475 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5476 Add the optional argument `encoding' that overrides the default.
5477
5478 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5479 mm-encode-buffer.
5480
5481 2009-09-04 Glenn Morris <rgm@gnu.org>
5482
5483 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5484 mm-disable-multibyte, rather than default-enable-multibyte-characters.
5485 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5486 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5487 * mm-util.el (mm-with-unibyte-current-buffer)
5488 (mm-find-buffer-file-coding-system):
5489 * yenc.el (yenc-decode-region): Use default-value rather than
5490 default-enable-multibyte-characters.
5491
5492 2009-09-03 Glenn Morris <rgm@gnu.org>
5493
5494 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5495 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5496 than default-enable-multibyte-characters.
5497
5498 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
5499
5500 * gnus-art.el (gnus-article-read-summary-keys):
5501 Fix gnus-buffer-configuration's value temporarily used.
5502
5503 2009-09-02 Glenn Morris <rgm@gnu.org>
5504
5505 * gnus-util.el (gnus-float-time): New function.
5506 * gnus-delay.el (gnus-delay-article):
5507 * gnus-sum.el (gnus-thread-latest-date):
5508 * gnus-util.el (gnus-user-date): Use gnus-float-time.
5509 * nnspool.el (nnspool-request-newgroups):
5510 Use gnus-float-time rather than time-to-seconds.
5511 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5512
5513 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5514 (gnus-header-subject-face, gnus-header-newsgroups-face)
5515 (gnus-header-name-face, gnus-header-content-face):
5516 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5517 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5518 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5519 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5520 (gnus-cite-face-11):
5521 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5522 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5523 (gnus-server-closed-face, gnus-server-denied-face)
5524 (gnus-server-offline-face):
5525 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5526 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5527 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5528 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5529 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5530 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5531 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5532 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5533 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5534 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5535 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5536 (gnus-summary-selected-face, gnus-summary-cancelled-face)
5537 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5538 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5539 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5540 (gnus-summary-high-undownloaded-face)
5541 (gnus-summary-low-undownloaded-face)
5542 (gnus-summary-normal-undownloaded-face)
5543 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5544 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5545 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5546 (gnus-splash-face):
5547 * message.el (message-header-to-face, message-header-cc-face)
5548 (message-header-subject-face, message-header-newsgroups-face)
5549 (message-header-other-face, message-header-name-face)
5550 (message-header-xheader-face, message-separator-face)
5551 (message-cited-text-face, message-mml-face):
5552 * sieve-mode.el (sieve-control-commands-face)
5553 (sieve-action-commands-face, sieve-test-commands-face)
5554 (sieve-tagged-arguments-face):
5555 * spam.el (spam-face):
5556 Mark face aliases with "-face" in the name as obsolete.
5557
5558 2009-09-01 Glenn Morris <rgm@gnu.org>
5559
5560 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5561 than goto-line.
5562
5563 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5566 Don't move point if the command is invoked inside the message header.
5567
5568 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5569
5570 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5571 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5572 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5573 * nnir.el (nnir-swish-e-index-file):
5574 * gnus-sum.el (gnus-summary-delete-marked-as-read)
5575 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5576 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5577 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5578 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5579 (gnus-treat-display-xface): Add Emacs version of obsolescence.
5580
5581 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
5582
5583 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5584 Don't save excursion.
5585
5586 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * nnheader.el (nnheader-find-file-noselect):
5589 * mm-util.el (mm-insert-file-contents):
5590 Use (default-value 'major-mode) instead of default-major-mode.
5591
5592 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5595
5596 2009-08-25 Glenn Morris <rgm@gnu.org>
5597
5598 * nnir.el (top-level): Don't require cl at run-time.
5599 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5600 Replace cl-function substitute with gnus-replace-in-string.
5601 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5602 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5603 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5604 simplified expansions.
5605
5606 2009-08-22 Glenn Morris <rgm@gnu.org>
5607
5608 * gnus-art.el (gnus-button-patch): Use forward-line rather than
5609 goto-line.
5610
5611 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
5612
5613 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5614
5615 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5616 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5617 (gnus-mm-display-part, gnus-mime-display-single)
5618 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5619 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5620
5621 * gnus-sum.el
5622 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5623 (gnus-summary-move-article): Add expirable mark to articles copied or
5624 moved to group that has auto-expire turned on if the option is non-nil.
5625
5626 2009-07-24 Glenn Morris <rgm@gnu.org>
5627
5628 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5629 Fix typo. (Bug#3903)
5630
5631 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
5632
5633 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5634 gnus-article-read-summary-keys rather than gnus-summary-edit-article
5635 that should not be used for draft articles.
5636 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5637 that has no concern in minor mode keys.
5638 (gnus-article-summary-command, gnus-article-summary-command-nosave):
5639 Abolish.
5640
5641 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
5642
5643 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5644 article without making inquiry to a user for unknown encoding.
5645
5646 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5647 (nnmaildir--scan): Assume i-node and device number that file-attributes
5648 returns might be cons-cell.
5649
5650 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
5651
5652 * auth-source.el: Remove docs now in auth.texi. Don't use
5653 `gnus-message' for logging. Add new variables `auth-source-debug' and
5654 `auth-source-hide-passwords' and use them.
5655
5656 2009-07-15 Glenn Morris <rgm@gnu.org>
5657
5658 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5659
5660 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
5661
5662 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5663 excessive whitespace from the default values of title and description.
5664
5665 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
5666
5667 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5668 mail-fetch-field to fetch Content-Description header in order to
5669 exclude newlines.
5670
5671 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
5672
5673 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5674 to deleted part.
5675
5676 2009-05-30 David Engster <dengste@eml.cc>
5677
5678 * nnmairix.el: Remove old documentation in the commentary block.
5679 (nnmairix-request-group): Do not update active file for nnml back ends.
5680 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5681 end so that overview files are ignored.
5682 (nnmairix-update-groups): Make updating the groups more robust by using
5683 marks.
5684 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5685 with dollar characters in message-id.
5686
5687 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
5688
5689 * spam.el: Use dns-query instead of query-dns. Was renamed on
5690 2008-12-25 in dns.el.
5691
5692 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5693
5694 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5695 could happen if the text is only composed of spaces and/or tabs.
5696
5697 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
5698
5699 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5700 when sending a queued message to avoid extra mml tags.
5701
5702 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5703
5704 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5705
5706 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
5707
5708 * gnus-dired.el: Remove autoload for gnus-setup-message.
5709 (gnus-dired-attach): Fake this-command value to prevent Gnus from
5710 displaying Gnus logo; always use compose-mail.
5711
5712 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5713
5714 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5715
5716 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
5717
5718 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5719 (gnus-nocem-issuers): List currently active issuers; fix custom type.
5720 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5721 available.
5722 (gnus-nocem-epg-verify): New function.
5723
5724 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
5725
5726 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5727
5728 2009-02-15 Glenn Morris <rgm@gnu.org>
5729
5730 * gnus-util.el (rmail-insert-rmail-file-header)
5731 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5732 autoloads.
5733 (rmail-default-rmail-file): Remove unnecessary declaration.
5734 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5735
5736 2009-02-14 Glenn Morris <rgm@gnu.org>
5737
5738 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5739 variable (only used in gnus-util, which declares it anyway).
5740 (rmail-output-to-rmail-file): Remove autoload of deleted function,
5741 which was only needed by gnus-art (changed to not use it any more).
5742 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5743 only used in gnus-util, which autoloads it itself.
5744 (rmail-update-summary): Fix autoload.
5745
5746 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5747 rather than rmail-output-to-rmail-file.
5748
5749 2009-02-07 Glenn Morris <rgm@gnu.org>
5750
5751 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5752 autoload of function that no longer exists.
5753 (rmail-toggle-header): Declare.
5754 (message-forward-rmail-make-body): Handle mbox Rmail.
5755
5756 2009-01-31 Glenn Morris <rgm@gnu.org>
5757
5758 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5759 2009-01-09 change.
5760
5761 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
5762
5763 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5764 (auth-source-forget-all-cached): New convenience function.
5765 (auth-source-user-or-password): Accept list of modes or a single mode.
5766
5767 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5768 auth-source modes.
5769
5770 * nnimap.el (nnimap-open-connection): Use list of
5771 auth-source modes.
5772
5773 * nntp.el (nntp-send-authinfo): Use list of
5774 auth-source modes.
5775
5776 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
5777
5778 * auth-source.el: Update docs to reflect epa-file-enable is to be used
5779 now.
5780
5781 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5782
5783 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5784 coding system in XEmacs; add a workaround for XEmacs.
5785
5786 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
5787
5788 * mm-util.el (mm-coding-system-priorities): Protect against nil value
5789 of current-language-environment.
5790
5791 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
5792
5793 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5794 available at runtime.
5795
5796 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * gnus-art.el (article-date-ut): Fix end point of narrowing.
5799
5800 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
5801
5802 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5803 the greatest positive fixnum value doesn't work under an XEmacs with
5804 bignum support; use the most-positive-fixnum constant instead,
5805 available since Emacs 21.1 with cl and XEmacs 21.1.
5806
5807 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5808
5809 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5810 XEmacs gets not to work.
5811
5812 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
5813
5814 * mm-util.el (mm-coding-system-priorities): Allow the value like
5815 "Japanese (UTF-8)" of current-language-environment.
5816
5817 2009-01-09 Glenn Morris <rgm@gnu.org>
5818
5819 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5820 with last-command-event.
5821
5822 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5823
5824 * message.el (message-fix-before-sending): Amend comment.
5825
5826 2009-01-07 David Engster <dengste@eml.cc>
5827
5828 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5829 simplified server definitions by converting it via
5830 gnus-server-to-method.
5831
5832 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
5833
5834 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5835 parameter's operands.
5836
5837 2009-01-06 David Engster <dengste@eml.cc>
5838
5839 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5840 primary select method (for gnus-group-mark-article-as-read).
5841
5842 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
5843
5844 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5845 `(gnus)Face', not `(gnus)X-Face'.
5846
5847 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * mm-util.el (mm-ucs-to-char): New function.
5850
5851 * mm-url.el (mm-url-decode-entities): Use it.
5852
5853 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
5854
5855 * message.el (message-fix-before-sending): Add `eight-bit' to
5856 illegible-text check.
5857
5858 2009-01-03 Michael Olson <mwolson@gnu.org>
5859
5860 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5861 `headers' is nil. This can occur if the IMAP server does not have
5862 permissions to read messages from a folder, but can write new messages
5863 to the folder.
5864 (nnimap-request-article-part): Do not insert `data' if it is nil.
5865
5866 2009-01-01 Dave Love <fx@gnu.org>
5867
5868 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5869
5870 * nnimap.el: Fix author email.
5871 (nnimap-split-rule): Add FIXME comment.
5872 (nnimap-debug): Fix doc string.
5873
5874 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5877 overlay-arrow-position and overlay-arrow-string buffer-local; no need
5878 to check if those variables exist (first appeared in Emacs 18.50).
5879
5880 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
5881
5882 * mm-util.el (mm-line-number-at-pos): New function.
5883
5884 * spam-report.el (spam-report-process-queue): Use it.
5885
5886 2008-12-24 David Engster <dengste@eml.cc>
5887
5888 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5889 parameters that haven't existed as variables as buffer-local variables.
5890
5891 2008-12-23 Dave Love <fx@gnu.org>
5892
5893 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5894 cadar.
5895
5896 * sieve-manage.el (sieve-manage-starttls-p): Rename from
5897 imap-starttls-p.
5898 (sieve-manage-starttls-open): Rename from imap-starttls-open.
5899
5900 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
5901
5902 * spam-report.el (spam-report-gmane-max-requests): New constant.
5903 (spam-report-gmane-wait): New variable.
5904 (spam-report-gmane-ham, spam-report-gmane-spam)
5905 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5906 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5907 the server.
5908
5909 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5910 Add explanations.
5911
5912 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5913 nnheader-accept-process-output and nnheader-read-timeout if available.
5914 (pop3-movemail): Use it.
5915
5916 * message.el (message-check-news-body-syntax): Fix signature check if
5917 there's an attachment.
5918
5919 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5920
5921 * mm-util.el: Add comments to the mm- emulating functions.
5922
5923 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5926 Reported by Stephen Berman <stephen.berman@gmx.net>.
5927
5928 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * mm-util.el (mm-substring-no-properties): New function.
5931 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5932 (mm-special-display-p): Enable those lambda forms to be byte compiled.
5933 (mm-string-to-multibyte): Doc fix.
5934
5935 * mml.el (mml-attach-file): Use mm-substring-no-properties.
5936
5937 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5938
5939 * mml.el (mml-attach-file): Strip text properties from file name.
5940 (Bug#1574)
5941
5942 2008-12-16 Glenn Morris <rgm@gnu.org>
5943
5944 * mm-util.el (mm-charset-override-alist): Declare for compiler.
5945
5946 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5947
5948 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5949 knows since the charset specified might be a bogus alias that
5950 mm-charset-synonym-alist provides.
5951
5952 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5953
5954 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5955 "ISO_8859-1".
5956
5957 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5958
5959 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
5960
5961 * mm-util.el (mm-charset-eval-alist):
5962 Define it before mm-charset-to-coding-system.
5963 (mm-charset-to-coding-system): Add optional argument `silent';
5964 define it before mm-charset-override-alist.
5965 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5966 default value if it can be used in Emacs currently running;
5967 silence mm-charset-to-coding-system.
5968
5969 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
5970
5971 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5972 `allow-override' which says whether to use `mm-charset-override-alist'.
5973 (rfc2047-decode-encoded-words): Use it.
5974
5975 * mm-util.el (mm-charset-override-alist): Fix custom type;
5976 add `(gb2312 . gbk)' to choices.
5977
5978 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
5979
5980 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5981 fast.
5982
5983 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5984
5985 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
5986
5987 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5988 on links.
5989
5990 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5991
5992 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5993
5994 * message.el (message-idna-to-ascii-rhs-1): Protect against local
5995 users' addresses that don't have domain parts.
5996 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5997 rather than message-narrow-to-head since there will be the message
5998 header separator.
5999
6000 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6001
6002 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6003 since the result is inserted in a unibyte buffer anyway.
6004 (nnimap-demule-use-string-to-multibyte): Remove.
6005 (nnimap-demule): Alias it to mm-string-to-multibyte.
6006
6007 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6008
6009 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6010 variable for debugging bug#464 and bug#1174.
6011 (nnimap-demule): Use it.
6012
6013 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
6014
6015 * gnus-score.el (gnus-score-find-trace): Handle default score in total
6016 score calculation correctly.
6017
6018 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * message.el (message-send-mail): Just set the buffer to unibyte
6021 rather than use mm-with-unibyte-current-buffer which does a lot more.
6022 (message-send-mail-partially): Don't bother with
6023 mm-with-unibyte-current-buffer since it's already been made unibyte by
6024 message-send-mail.
6025
6026 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
6027
6028 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6029
6030 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
6031
6032 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6033
6034 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
6035
6036 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6037 require itself and to remove `with-no-warnings'.
6038
6039 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
6040
6041 * starttls.el (starttls-any-program-available): Get the name of the
6042 available TLS layer program.
6043 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6044 well as the host name in the "opening" message.
6045
6046 * auth-source.el (auth-source-cache, auth-source-do-cache)
6047 (auth-source-user-or-password): Cache passwords and logins by default,
6048 allow override with `auth-source-do-cache'.
6049 (auth-source-forget-user-or-password): Allow users to remove cache
6050 entries if needed.
6051
6052 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6053
6054 * ietf-drums.el (ietf-drums-remove-comments): Localize second
6055 condition-case to only the forward-sexp call.
6056
6057 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
6058
6059 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6060 quotes contained. Make it more robust regardless by an extra
6061 condition-case wrapper.
6062
6063 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * nnml.el (nnml-request-expire-articles): Check if the function set to
6066 `nnmail-expiry-target' returns the symbol `delete'.
6067
6068 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6069
6070 * nnmail.el (nnmail-expiry-target): Fix custom type.
6071
6072 2008-10-02 Glenn Morris <rgm@gnu.org>
6073
6074 * mm-util.el (mm-codepage-setup): Tweak codepage error.
6075 Silence compiler warning.
6076
6077 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
6078
6079 * mml.el (mml-menu): Don't assume mml2015 is bound.
6080
6081 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6084 exists.
6085
6086 2008-09-27 Glenn Morris <rgm@gnu.org>
6087
6088 * gnus-util.el (mail-header-remove-comments): Autoload it.
6089
6090 2008-09-27 Andreas Schwab <schwab@suse.de>
6091
6092 * gnus-util.el (gnus-split-references): Strip comments.
6093 (gnus-parent-id): Likewise.
6094
6095 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
6096
6097 * message.el (message-confirm-send): Fix version.
6098
6099 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6100
6101 * message.el (message-idna-to-ascii-rhs-1): Use
6102 mail-extract-address-components rather than mail-header-parse-addresses
6103 that is an alias by default to ietf-drums-parse-addresses that does not
6104 support non-ASCII names in headers' contents.
6105
6106 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
6107
6108 * message.el (message-confirm-send): Fix variable documentation to
6109 avoid the "y/n" wording.
6110
6111 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
6112
6113 * message.el (message-set-auto-save-file-name): Save to a different
6114 filename so multiple messages (especially drafts) can be recovered.
6115
6116 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
6117
6118 * message.el (message-confirm-send): Add appropriate version.
6119
6120 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
6121
6122 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6123 defvar.
6124
6125 2008-09-22 Daiki Ueno <ueno@unixuser.org>
6126
6127 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6128 (mm-pkcs7-enveloped-magic): Ditto.
6129
6130 2008-09-17 Simon Josefsson <simon@josefsson.org>
6131
6132 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6133 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6134
6135 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
6136
6137 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6138 default, it's better.
6139
6140 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
6141
6142 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6143 summary line gnus-number property and ignore them (with a warning
6144 message).
6145
6146 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
6147
6148 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6149 macro caddr in the interactive form since it won't be expanded.
6150
6151 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6152
6153 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6154 `charset'; fix name of function called recursively.
6155 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6156
6157 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
6158
6159 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6160 (gnus-mime-set-charset-parameters): New function.
6161 (gnus-mime-view-part-as-charset): Use it to correctly display part
6162 specifying wrong charset.
6163
6164 2008-09-08 David Engster <dengste@eml.cc>
6165
6166 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6167 in completing-read for back end server.
6168
6169 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
6170
6171 * message.el (message-confirm-send): New variable to confirm sending a
6172 message.
6173 (message-send): Use it.
6174
6175 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
6176
6177 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6178
6179 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
6180
6181 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6182
6183 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
6184
6185 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6186 prevent tracking too many groups.
6187 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6188 Use it.
6189
6190 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
6191
6192 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6193 moving point to the bottom of the window in order to avoid recentering.
6194
6195 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
6196
6197 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6198 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6199 (gnus-article-beginning-of-window): Fix calculation.
6200
6201 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
6202
6203 * gnus-msg.el (gnus-summary-supersede-article)
6204 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6205 value of gnus-newsgroup-charset to decode non-MIME encoded text in
6206 message header.
6207
6208 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * message.el:
6211 * gnus-start.el:
6212 * gnus-registry.el: Remove VMS support.
6213
6214 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
6215
6216 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6217 macro.
6218 (rfc2104-hash): Use it.
6219
6220 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
6221
6222 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6223 (gnus-summary-sort-by-most-recent-date): New commands.
6224 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6225 and menu entries.
6226
6227 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6230 don't redisplay article for raw contents; remove plural articles stuff.
6231
6232 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6233 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6234 on gnus-summary-save-article; display results properly.
6235
6236 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6239
6240 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
6241
6242 * gnus-art.el (gnus-summary-save-in-pipe):
6243 Consider gnus-save-all-headers.
6244
6245 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6246
6247 * gnus-util.el (ns-focus-frame): Remove declaration.
6248 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
6249 like x.
6250
6251 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6252
6253 * rfc2104.el (rfc2104-zero): Delete defconst.
6254 (rfc2104-hex-alist): Likewise.
6255 (rfc2104-hex-to-int): Delete func.
6256 (rfc2104-hexstring-to-bitstring): Likewise.
6257 (rfc2104-nybbles): New defconst.
6258 (rfc2104-hash): Rewrite for speed.
6259
6260 2008-07-16 Glenn Morris <rgm@gnu.org>
6261
6262 * gnus-util.el (ns-focus-frame): Declare for compiler.
6263
6264 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
6265
6266 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6267 set as a group parameter.
6268 (gnus-summary-save-in-pipe): Work when it is called independently.
6269 (gnus-summary-pipe-to-muttprint): Don't modify
6270 gnus-summary-pipe-output-default-command.
6271
6272 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * message.el (message-send-mail-with-sendmail):
6275 Display the error message.
6276
6277 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
6278
6279 * gnus-art.el (gnus-default-article-saver):
6280 Add gnus-summary-save-in-pipe to choices.
6281 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6282 gnus-summary-pipe-output-default-command as the default command.
6283 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6284 instead of gnus-last-shell-command.
6285
6286 * gnus-sum.el (gnus-summary-pipe-output-default-command):
6287 New user option.
6288 (gnus-summary-muttprint-program): Mention the value will be changed.
6289 (gnus-summary-save-article): Force showing of all headers.
6290 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6291
6292 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
6293
6294 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6295
6296 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
6297
6298 * nnimap.el (nnimap-id):
6299 * sieve-manage.el (sieve-manage-open): Doc fixes.
6300
6301 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
6302
6303 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6304 if available.
6305
6306 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6309
6310 * nnkiboze.el (nnkiboze-generate-group):
6311 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6312
6313 * nnmairix.el: Require CL.
6314
6315 2008-06-15 David Engster <dengste@eml.cc>
6316
6317 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6318
6319 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
6320
6321 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6322 New macros that expand to an `aset'/`aref' call under Emacs, and to a
6323 runtime choice under XEmacs.
6324
6325 * gnus-sum.el (gnus-summary-set-display-table):
6326 Use `gnus-put-display-table', `gnus-get-display-table',
6327 `gnus-set-display-table' for the display table, instead of `aset'.
6328
6329 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * nnmairix.el: Add autoloads.
6332
6333 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
6334
6335 * nnmairix.el (nnmairix-delete-recreate-group)
6336 (nnmairix-update-and-clear-marks): Fix error messages.
6337
6338 2008-06-14 David Engster <dengste@eml.cc>
6339
6340 * nnmairix.el: Upgrade to version 0.6.
6341 (nnmairix-group-toggle-propmarks-this-group)
6342 (nnmairix-group-toggle-readmarks-this-group)
6343 (nnmairix-group-delete-recreate-this-group)
6344 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6345 (nnmairix-remove-tick-mark-original-article): New commands.
6346 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6347 (nnmairix-propagate-marks-to-nnmairix-groups)
6348 (nnmairix-only-use-registry, nnmairix-allowfast-default)
6349 (nnmairix-marks-cache, nnmairix-version-output): New variables.
6350 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6351 functions needed for marks propagation and manipulation of read marks.
6352 (nnmairix-update-groups): New function.
6353 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6354 (nnmairix-determine-original-group-from-registry)
6355 (nnmairix-determine-original-group-from-path)
6356 (nnmairix-get-group-from-file-path, nnmairix-map-range)
6357 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6358 New helper functions.
6359 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6360 keystrokes for new commands.
6361 (nnmairix-delete-and-create-on-change): Doc string cleanup.
6362 (nnmairix-request-group): Check allow-fast group parameter.
6363 (nnmairix-request-create-group): Set allow-fast group parameter if
6364 nnmairix-allowfast-default is set.
6365 (nnmairix-close-group): Propagate marks upon closing if needed.
6366 (nnmairix-group-toggle-threads-this-group): Use new.
6367 nnmairix-group-toggle-parameter helper function.
6368 (nnmairix-search): Better check for empty search result.
6369 (nnmairix-goto-original-article): Use new helper functions for
6370 determining original article.
6371 (nnmairix-show-original-article): Make sure message-id is in brackets.
6372 (nnmairix-call-mairix-binary): Change variable name.
6373 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6374 helper function.
6375 (nnmairix-widget-toggle-activate): Fix doc string.
6376
6377 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
6378
6379 * nnir.el: Require edmacro when compiling with XEmacs.
6380 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6381 available in Emacs 21.
6382
6383 2008-06-11 Glenn Morris <rgm@gnu.org>
6384
6385 * gnus-util.el (x-focus-frame):
6386 * gnus.el (image-size):
6387 * mm-decode.el (image-size): Declare.
6388
6389 * gnus-picon.el (declare-function): Add compat definition.
6390 (image-size): Declare.
6391
6392 * gnus-group.el (tool-bar-map):
6393 * gnus-sum.el (tool-bar-map): Define for compiler.
6394
6395 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6396
6397 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6398
6399 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6400 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6401 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6402 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6403 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6404 * sieve-manage.el, spam-report.el, spam.el:
6405 Remove unnecessary eval-and-compile of autoloads.
6406
6407 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6408
6409 * auth-source.el: Precise Tramp doc.
6410
6411 2008-06-07 Glenn Morris <rgm@gnu.org>
6412
6413 * nnmairix.el: Remove unnecessary eval-when-compile.
6414
6415 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
6416
6417 * nnir.el: New file.
6418
6419 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6420
6421 * gnus-util.el (gnus-read-shell-command): New function.
6422 * mm-decode.el (mm-pipe-part):
6423 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6424
6425 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
6426
6427 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6428
6429 2008-06-03 Glenn Morris <rgm@gnu.org>
6430
6431 * pop3.el (nnheader-accept-process-output): Autoload it.
6432
6433 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6436 are not 2-digit hexadecimal characters that follow `%'s.
6437
6438 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
6439
6440 * message.el (message-bogus-recipient-p): Fix type in doc string.
6441 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6442 (message-bogus-addresses): Rename from message-bogus-address-regexp.
6443 Improve custom options.
6444 (message-bogus-recipient-p): Adjust accordingly.
6445
6446 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
6447
6448 * nnmairix.el: Require edmacro when compiling with XEmacs.
6449
6450 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
6451
6452 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6453 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6454
6455 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
6456
6457 * auth-source.el: Add more docs.
6458
6459 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6460
6461 * nnheader.el (nnheader-read-timeout): Change the default timeout from
6462 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
6463 retrieval faster in some cases, but might make CPU usage larger.
6464 If this has any bad side effects, we might revert this change.
6465
6466 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6467 seems to make mail retrieval much, much faster.
6468 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6469 unconditionally.
6470
6471 * gnus-draft.el (gnus-group-send-queue):
6472 Bind message-send-mail-partially-limit to nil to avoid being prompted.
6473
6474 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * mml.el (mml-attach-buffer): Prompt for `disposition'.
6477
6478 * message.el (message-bogus-address-regexp): Fix and improve custom
6479 type.
6480 (message-setup-hook): Add message-check-recipients as custom option.
6481
6482 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * message.el (message-cite-function): Remove bogus autoload which crept
6485 in during merge from v5-10.
6486
6487 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
6488
6489 * nnimap.el (nnimap-open-connection): Fix login/password bug.
6490
6491 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6492
6493 * auth-source.el: Preliminary Tramp docs.
6494 (auth-sources): Change the default auth-sources to use
6495 EPA .gpg files.
6496
6497 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
6498
6499 * nntp.el: Autoload `auth-source-user-or-password'.
6500 (nntp-send-authinfo): Use it.
6501
6502 * nnimap.el: Autoload `auth-source-user-or-password'.
6503 (nnimap-open-connection): Use it.
6504
6505 * auth-source.el: Add docs on using with url-auth. Import gnus-util
6506 for the gnus-message function.
6507 (auth-source-user-or-password): Use it.
6508
6509 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6510
6511 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6512 rfc2104-hexstring-to-byte-list. Return a unibyte string.
6513 (rfc2104-hash): Use it.
6514
6515 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6516
6517 * gnus-art.el (gnus-article-toggle-truncate-lines):
6518 Don't use `iff' in docstring.
6519
6520 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
6521
6522 * gnus-registry.el: Adjusted copyright dates and added a keyword.
6523
6524 * gnus-util.el (gnus-extract-address-component-name)
6525 (gnus-extract-address-component-email): Convenience functions around
6526 `gnus-extract-address-components'.
6527
6528 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6529 Use `gnus-extract-address-component-email' to fix bug of comparing full
6530 sender name to `user-mail-address'.
6531
6532 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
6533
6534 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6535 catch/throw to optimize.
6536 (gnus-registry-find-keywords): Just use member to find a keyword.
6537
6538 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6541 is current before calling gnus-server-prepare.
6542 (gnus-server-setup-buffer, gnus-server-update-server)
6543 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6544
6545 2008-05-04 Juri Linkov <juri@jurta.org>
6546
6547 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6548 (mailcap-file-default-commands): Use mailcap-replace-in-string
6549 instead of replace-regexp-in-string, and mailcap-delete-duplicates
6550 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
6551
6552 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
6553
6554 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6555
6556 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6557
6558 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6559 hooks.
6560 (gnus-update-read-articles): Speed up non-marks-using users.
6561 (gnus-use-marks): Define gnus-use-marks.
6562 (gnus-propagate-marks): Rename variable to something more sensible.
6563
6564 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
6565
6566 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6567 (gmm-image-load-path-for-library): Fix typos in docstrings.
6568 (gmm-message): Reflow docstring.
6569
6570 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
6571
6572 * mail-source.el (mail-source-set-1, mail-source-bind):
6573 Move auth-source code out of the macro to clean it up and fix bugs.
6574
6575 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
6576
6577 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6578 by sender if it's equal to user-mail-address, it's likely to be
6579 useless.
6580
6581 * mail-source.el (mail-source-bind): Don't use user or password if they
6582 are not bound. Unintern them if they are nil. Don't use server unless
6583 it's bound, and default it to empty string otherwise.
6584
6585 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
6586
6587 * mail-source.el: Load auth-source.el.
6588 (mail-source-bind): Add comments. Call auth-source-user-or-password to
6589 get user name or password, if auth-sources is set up.
6590
6591 * gnus-registry.el (gnus-registry-split-strategy): New variable for
6592 strategy of splitting with parent.
6593 (gnus-registry-split-fancy-with-parent)
6594 (gnus-registry-post-process-groups): Use it and fix prior
6595 bug (returning a list as the split result).
6596
6597 * auth-source.el (auth-sources): Remove server parameter.
6598 (auth-source-pick, auth-source-user-or-password)
6599 (auth-source-user-or-password-imap)
6600 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6601 (auth-source-user-or-password-sftp)
6602 (auth-source-user-or-password-smtp): Remove server parameter.
6603
6604 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
6605
6606 * smime.el (smime-sign-region, smime-encrypt-region)
6607 (smime-decrypt-region):
6608 Remove redundant calls to `generate-new-buffer-name'.
6609
6610 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
6611
6612 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6613 Don't use QP for message/rfc822.
6614 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6615
6616 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6617
6618 * sieve-manage.el (sieve-string-bytes): Remove.
6619 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6620 correct byte-length only if the process's coding-system is the same as
6621 the one used internally by Emacs to represent strings.
6622
6623 2008-04-22 Juri Linkov <juri@jurta.org>
6624
6625 * mailcap.el (mailcap-file-default-commands): New function.
6626
6627 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6628
6629 * message.el (message-signature-separator, message-cite-function):
6630 Change custom version.
6631
6632 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
6633
6634 * mm-decode.el (mm-display-external): Make temp file read-only.
6635
6636 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6637
6638 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6639 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
6640 `C-c C-f d'.
6641
6642 2008-04-12 Adrian Aichner <adrian@xemacs.org>
6643
6644 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6645
6646 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6647
6648 * auth-source.el: Add docs.
6649 (auth-sources): Modify format to support server.
6650 (auth-source-pick, auth-source-user-or-password)
6651 (auth-source-user-or-password-imap)
6652 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6653 (auth-source-user-or-password-sftp)
6654 (auth-source-user-or-password-smtp): Add server parameter.
6655
6656 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
6657
6658 * gnus-registry.el: Initialize the registry when gnus-registry-install
6659 is t.
6660
6661 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
6662
6663 * compface.el (uncompface): Make buffer unibyte.
6664
6665 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6666
6667 * mail-source.el (mail-source-value):
6668 Prefer fboundp to functionp so it works with macros as well.
6669
6670 2008-04-05 Glenn Morris <rgm@gnu.org>
6671
6672 * gnus-ems.el (mm-disable-multibyte): Autoload it.
6673
6674 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6675
6676 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6677 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6678
6679 * nnheader.el (nnheader-init-server-buffer): Change buffer's
6680 multibyteness after rather than before erasing it.
6681
6682 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6683 mm-with-multibyte.
6684 (gnus-request-article-this-buffer): Make sure the proper decoding is
6685 used if gnus-original-article-buffer happens to be unibyte.
6686
6687 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6688 default-enable-multibyte-characters.
6689
6690 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6691 default-enable-multibyte-characters.
6692
6693 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6694
6695 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6696
6697 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6700 Fix last change in case the element is not even a symbol.
6701
6702 2008-04-02 Simon Josefsson <simon@josefsson.org>
6703
6704 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6705 imap-enable-exchange-bug-workaround.
6706 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6707
6708 2008-04-01 Simon Josefsson <simon@josefsson.org>
6709
6710 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6711 a 100 byte status-checks into a 2-3MB transfer for each group.
6712 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6713 to enable bug workaround or not.
6714 (nnimap-find-minmax-uid): Only enable workaround conditionally.
6715
6716 2008-03-31 Glenn Morris <rgm@gnu.org>
6717
6718 * message.el (mml2015-use): Declare for compiler.
6719 (message-info): Require mml2015 when appropriate.
6720
6721 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6722
6723 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6724 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6725 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6726 (nntp-service-to-port): New function.
6727 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6728 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6729 (nntp-open-netcat-stream): New function.
6730 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6731
6732 2008-03-29 Sven Joachim <svenjoac@gmx.de>
6733
6734 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6735
6736 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6739
6740 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
6741
6742 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6743
6744 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6745
6746 * message.el (message-signature-separator): Change default.
6747 Improve custom type.
6748 (message-cite-function): Change default to
6749 message-cite-original-without-signature.
6750
6751 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6752 toggle.
6753
6754 * message.el (message-check-news-body-syntax): Fix signature check.
6755 (message-setup-1): Mark buffer as unmodified _after_ running
6756 message-setup-hook and handling message-alternative-emails.
6757 (message-shorten-references): Be more strict when building list of
6758 valid references to comply with GNKSA.
6759
6760 * gnus-group.el (gnus-read-ephemeral-bug-group)
6761 (gnus-read-ephemeral-debian-bug-group)
6762 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6763
6764 * message.el (message-info): Don't use booleanp which isn't supported
6765 in Emacs 21 and XEmacs.
6766
6767 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
6768
6769 * gnus-group.el (gnus-gmane-group-download-format): Rename from
6770 gnus-group-gmane-group-download-format.
6771 (gnus-group-read-ephemeral-gmane-group): Rename from
6772 gnus-group-read-ephemeral-gmane-group.
6773 (gnus-read-ephemeral-gmane-group-url): Rename from
6774 gnus-group-read-ephemeral-gmane-group-url.
6775 (gnus-bug-group-download-format-alist): New variable.
6776 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6777 (gnus-read-ephemeral-emacs-bug-group): New commands.
6778
6779 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6780
6781 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6782 (gnus-visible-headers): Improve custom type.
6783
6784 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6785
6786 * mml.el (mml-menu): Add workarounds for XEmacs.
6787
6788 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6789 X-Boundary header.
6790
6791 * message.el (message-simplify-recipients): Fix previous commit.
6792
6793 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * mm-util.el (mm-set-buffer-multibyte): New function.
6796 * mm-decode.el (mm-copy-to-buffer): Use it.
6797
6798 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6799 Prefer fboundp to functionp so it works with macros as well.
6800
6801 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
6802
6803 * message.el (message-alter-recipients-discard-bogus-full-name):
6804 New function.
6805 (message-alter-recipients-function): New variable.
6806 (message-get-reply-headers): Use it.
6807 (message-replace-header): New helper function.
6808 (message-recipients-without-full-name): New variable.
6809 (message-simplify-recipients): New command.
6810
6811 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6812
6813 * message.el (message-info): Handle EasyPG manual.
6814
6815 * mml.el (mml-menu): Add entry for EasyPG.
6816
6817 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
6818
6819 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6820 parameter.
6821
6822 * message.el (message-disassociate-draft): Specify drafts group name
6823 fully.
6824
6825 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
6826
6827 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6828 Eliminate unnecessary duplicates from the match list.
6829
6830 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6831
6832 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6833 args of `how-many' of which the XEmacs version doesn't take; declare
6834 Info-index-next as function.
6835
6836 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6837
6838 * gnus-score.el (gnus-score-headers): Fix handling of
6839 gnus-inhibit-slow-scoring.
6840
6841 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6842 string.
6843 (gnus-button-url-regexp): Improve handling of parenthesis.
6844 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6845 (gnus-button-handle-info-keystrokes): Handle index entries.
6846
6847 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
6848
6849 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6850 Incoming* files.
6851
6852 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6853
6854 * auth-source.el (auth-sources): Rename from auth-source-choices.
6855 (auth-source-pick): Use it.
6856
6857 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
6858
6859 * auth-source.el (auth-source-protocols)
6860 (auth-source-protocols-customize, auth-source-choices): Add and
6861 modified variable customizations and defaults.
6862 (auth-source-pick, auth-source-user-or-password)
6863 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6864 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6865 (auth-source-user-or-password-sftp)
6866 (auth-source-user-or-password-smtp): Use new variables and provide an
6867 interface to netrc.el.
6868
6869 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
6870
6871 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6872 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6873 Make sure the nntp port to specify is a string.
6874
6875 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6876
6877 * nntp.el: Use with-current-buffer.
6878 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6879 dubious mm-with-unibyte-current-buffer.
6880 (nntp-with-open-group-function): New function extracted from
6881 nntp-with-open-group macro.
6882 (nntp-with-open-group): Use the function, so it's easier to debug.
6883 Add indentation and debugging info.
6884 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6885 Recommend the use of the netcat alternatives.
6886
6887 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6888 Avoid mm-string-as-multibyte as well.
6889
6890 * nnweb.el (nnweb-insert-html):
6891 Remove use of nnheader-string-as-multibyte.
6892
6893 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6894 (nnheader-string-as-multibyte): Remove.
6895
6896 * mm-view.el: Use inhibit-read-only.
6897 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6898 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6899 or unibyte-string.
6900
6901 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6902 (mm-uu-yenc-extract): Use with-current-buffer.
6903
6904 * gnus-soup.el (gnus-soup-send-packet): Don't use
6905 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6906
6907 * nnmh.el: Use with-current-buffer.
6908 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6909 mm-string-as-multibyte on the output of mm-encode-coding-string.
6910
6911 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6912 (nnimap-request-move-article): Use with-current-buffer.
6913
6914 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6915 inserting the handle-buffer's text, so the implicit multibyte->unibyte
6916 conversion uses string-make-unibyte rather than string-as-unibyte.
6917
6918 * gnus-msg.el: Use with-current-buffer.
6919
6920 * message.el (message-ignored-resent-headers): Add "Delivered-To".
6921
6922 2008-03-10 Daiki Ueno <ueno@unixuser.org>
6923
6924 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6925 string for caching if it is 'PIN.
6926
6927 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6928
6929 * mail-source.el (mail-source-delete-old-incoming-confirm):
6930 Change default to nil.
6931 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6932
6933 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
6934
6935 * gnus-art.el (gnus-narrow-to-page): Position point properly.
6936 (gnus-article-goto-prev-page): Work for articles having ^L's.
6937
6938 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6939
6940 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6941
6942 2008-03-07 Karl Fogel <kfogel@red-bean.com>
6943
6944 * gnus-bookmark.el: Adjust for renames in bookmark.el.
6945 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6946 (gnus-bookmark-jump): Adjust some variable names.
6947
6948 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
6949
6950 * auth-source.el: New package.
6951 (auth-source-choices): Add customization entry point variable.
6952
6953 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6954 bug.
6955
6956 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
6957
6958 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6959 (gnus-registry-initialize, gnus-registry-install-p): Use it.
6960 (gnus-registry-install-shortcuts): Rename from
6961 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
6962 the `gnus-registry-mark-map' keymap dynamically from
6963 `gnus-registry-marks'. The generated functions update the summary line
6964 when a registry mark is added or deleted, and will call
6965 `gnus-registry-install-p' (see the comments in the code).
6966 (gnus-registry-user-format-function-M): Use concat intelligently.
6967
6968 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6969 the registry mark functions.
6970
6971 2008-03-05 Glenn Morris <rgm@gnu.org>
6972
6973 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6974 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6975 gnus-art.
6976 (top-level): No need to load own source when compiling.
6977
6978 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6981 Suggested by <chris.anderton@zetnet.co.uk>.
6982
6983 2008-03-04 Glenn Morris <rgm@gnu.org>
6984
6985 * gnus-sum.el (top-level): No need to require gnus when compiling,
6986 since unconditionally required near start of file.
6987 (gnus-summary-display-while-building): Move definition before use.
6988
6989 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
6990
6991 * gnus-registry.el (gnus-registry-user-format-function-M):
6992 Add formatting function.
6993
6994 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
6995
6996 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6997 with plists.
6998 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6999 Use new format.
7000
7001 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
7002
7003 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7004 `where-is-internal' that returns a range of key sequences.
7005
7006 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7009
7010 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7011 (gnus-summary-jump-to-group): Consider windows on other displayed
7012 frames as well. Similar changes might be needed elsewhere, but that's
7013 the one I've bumped into during my use.
7014
7015 * nndoc.el (nndoc-oe-dbx-type-p):
7016 * gnus-msg.el (gnus-debug):
7017 * gnus-group.el (gnus-update-group-mark-positions):
7018 Use mm-string-to-multibyte.
7019
7020 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
7021
7022 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7023 doesn't handle NotDashEscaped.
7024
7025 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
7026 (mml-dnd-attach-options): Fix typo in custom choice.
7027
7028 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7029 Change nndoc-article-type to mbox.
7030 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7031
7032 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
7033 to nil, instead of html2text.
7034
7035 * imap.el (imap-debug): Add `imap-ping-server'.
7036
7037 * gnus-bookmark.el: Add FIXMEs.
7038
7039 * message.el (message-form-letter-separator)
7040 (message-send-form-letter-delay): New variables.
7041 (message-send-form-letter): Use them. New command to send form
7042 letters. Requested by Uwe Siart.
7043 (message-send-mail-function): Doc fix. Add "Other" custom option.
7044
7045 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
7046
7047 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7048 empty author.
7049
7050 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
7051
7052 * gnus-registry.el (gnus-registry-marks): Add variable for
7053 customization of marks and their appearance.
7054 (gnus-registry-read-mark): Use it.
7055 (gnus-registry-do-marks): Add utility function to loop through
7056 `gnus-registry-marks'.
7057 (gnus-registry-install-shortcuts-and-menus): Add function to install
7058 shortcuts and menus.
7059 (gnus-registry-initialize): Use it.
7060 (gnus-registry-default-mark): Clarify documentation.
7061
7062 2008-02-29 Glenn Morris <rgm@gnu.org>
7063
7064 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7065 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7066 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7067 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7068 Change defcustom :version from 23.0 to 23.1.
7069
7070 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
7071
7072 * gnus-registry.el (gnus-registry-follow-group-p)
7073 (gnus-registry-post-process-groups): Add functions to aid registry
7074 splitting and improve logging. Clarify behavior in function
7075 documentation.
7076 (gnus-registry-split-fancy-with-parent): Use them.
7077
7078 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * gnus-art.el: Use with-current-buffer.
7081
7082 2008-02-27 David Engster <dengste@eml.cc>
7083
7084 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7085 Express real group name in the response.
7086
7087 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
7088
7089 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7090 (nnmairix-last-server, nnmairix-current-server): Defvar them.
7091 (nnmairix-goto-original-article): Defvar gnus-registry-install and
7092 autoload gnus-registry-fetch-group when compiling.
7093 (nnmairix-request-group-with-article-number-correction):
7094 Remove unreferenced argument passed to nnmairix-call-backend.
7095
7096 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
7097
7098 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7099 (mm-uu-extract): Improve face for low color ttys.
7100 Reported by Sascha Wilde.
7101
7102 2008-02-27 Glenn Morris <rgm@gnu.org>
7103
7104 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7105 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7106 variables to defconsts. Convert comments to doc-strings.
7107 (nnmairix-last-server, nnmairix-current-server): Convert from free
7108 variables to defvars. Convert comments to doc-strings.
7109 (gnus-registry-fetch-group): Autoload.
7110 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7111 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7112 (nnmairix-widget-build-editable-fields): Use car cddr rather than
7113 caddr.
7114 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7115 nnmairix-request-group-with-article-number-correction call.
7116 (nnmairix-fast, nnmairix-group): New, less general names, for free
7117 variables passed from nnmairix-request-group to
7118 nnmairix-request-group-with-article-number-correction. Declare.
7119 (nnmairix-request-group-with-article-number-correction):
7120 Use nnmairix-fast, nnmairix-group rather than fast, group.
7121
7122 2008-02-26 David Engster <dengste@eml.cc>
7123
7124 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
7125 version 0.5.
7126
7127 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
7128
7129 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7130 instead of making an extra function call. Don't add the current group
7131 to articles only when they have the group. Use
7132 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7133 Reported by David <de_bb@arcor.de>.
7134
7135 2008-02-24 Miles Bader <miles@gnu.org>
7136
7137 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7138 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7139 (mm-find-mime-charset-region):
7140 * mm-bodies.el (mm-encode-body):
7141 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7142
7143 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
7144
7145 * mail-source.el (mail-source-delete-incoming): Change default.
7146 Supplement doc string.
7147
7148 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7149
7150 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7151
7152 * nnmail.el (nnmail-message-id-cache-file): Derive from
7153 `gnus-home-directory'.
7154
7155 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
7156
7157 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7158 Document negative prefix.
7159
7160 * gnus-group.el (gnus-group-read-group): Document negative prefix.
7161
7162 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7163
7164 * message.el (message-unsent-separator): Add the Exim bounce
7165 separator.
7166
7167 2008-02-10 Daiki Ueno <ueno@unixuser.org>
7168
7169 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7170 list.
7171 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7172 recipient/signer list.
7173
7174 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
7175
7176 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7177 fbound (Emacs 23 unicode), signal an error.
7178
7179 2008-02-08 Glenn Morris <rgm@gnu.org>
7180
7181 * gnus-art.el (pgg-display-output-buffer): Declare as function.
7182
7183 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
7184
7185 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7186 ports to the calls to `netrc-machine-user-or-password' in addition to
7187 "imap" and "imaps".
7188
7189 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
7190
7191 * gnus.el (gnus-group-startup-message): Add `find-image' call before
7192 image-load-path is let-bound. Reported by Harald Hanche-Olsen
7193 <hanche@math.ntnu.no>.
7194
7195 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7196
7197 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7198
7199 2008-02-01 Zhang Wei <id.brep@gmail.com>
7200
7201 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7202
7203 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7204
7205 2008-02-01 Miles Bader <miles@gnu.org>
7206
7207 * mml.el (mml-parse-1): Remove apparently vestigial use of
7208 `mm-hack-charsets'.
7209 * mm-bodies.el (mm-encode-body): Likewise.
7210
7211 2008-02-01 Kenichi Handa <handa@m17n.org>
7212
7213 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7214 rfc2104-hexstring-to-bitstring and changed to return a byte list.
7215 (rfc2104-hash): Convert the result of concat to unibyte string.
7216
7217 2008-02-01 Dave Love <fx@gnu.org>
7218
7219 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7220 coding-system-for-read.
7221 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7222
7223 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7224 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7225 (mm-find-mime-charset-region): Remove hack-charsets stuff.
7226
7227 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
7228
7229 * mail-source.el (mail-sources): Add `group' choice.
7230
7231 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7232 parameter `in-group' to control into which group the articles go.
7233 Add treatment of `group' mail-source.
7234
7235 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
7236
7237 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7238 * message.el (message-beginning-of-line): Use featurep instead of bound
7239 tests in order to resolve conditionals at compile time.
7240
7241 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7242
7243 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7244
7245 * mm-decode.el (mm-dissect-buffer): Decode description.
7246
7247 * mml.el (mml-to-mime): Encode message header first.
7248
7249 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7252 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7253
7254 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
7255
7256 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7257
7258 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7259
7260 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7261 prefix keys.
7262 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7263 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7264 gnus-xmas.el.
7265
7266 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
7267
7268 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7269 Add new variables for article mark management.
7270 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7271 list of extra data entries which, when present, will indicate that the
7272 article ID should not be trimmed from the registry.
7273 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7274 functions.
7275 (gnus-registry-read-mark): New function to read a mark name from the
7276 user.
7277 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7278 (gnus-registry-set-article-mark-internal): New functions to add and
7279 remove marks.
7280 (gnus-registry-get-article-marks): New function to show the marks for
7281 an article, or retrieve them for further use.
7282
7283 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7284
7285 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7286 keys when no argument is given.
7287
7288 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7289
7290 * gnus-sum.el (gnus-article-sort-by-random)
7291 (gnus-thread-sort-by-random): Fix doc strings.
7292 Reported by jidanni@jidanni.org.
7293
7294 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
7295
7296 * gnus-art.el (gnus-article-describe-bindings): New function.
7297 (gnus-article-read-summary-keys): Use it.
7298 (gnus-article-mode-map): Bind `C-h b' to it.
7299
7300 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7301
7302 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7303 XEmacs.
7304 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7305 Protect against non-character events.
7306
7307 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
7308
7309 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7310 New command.
7311 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7312 instead of END. Change name of the temp file.
7313 (gnus-group-gmane-group-download-format): Add doc string. Make it
7314 customizable.
7315
7316 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7319 bind `S W' to gnus-article-wide-reply-with-original; set default
7320 binding to gnus-article-read-summary-send-keys.
7321 (gnus-article-read-summary-keys): Fix the order of keys; display
7322 continuation keys correctly in the echo area; describe bindings
7323 correctly when keys end with `C-h'.
7324 (gnus-article-read-summary-send-keys): New function.
7325 (gnus-article-describe-key, gnus-article-describe-key-briefly):
7326 Work for gnus-article-read-summary-send-keys; display continuation keys
7327 correctly in the echo area.
7328 (gnus-article-reply-with-original): Ignore prefix argument.
7329 (gnus-article-wide-reply-with-original): New function.
7330
7331 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
7332
7333 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7334 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7335
7336 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
7337
7338 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7339 (gnus-group-read-ephemeral-gmane-group): New command.
7340
7341 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
7342
7343 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7344
7345 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
7346
7347 * message.el (message-send-mail-function): Increase custom version.
7348
7349 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7350 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
7351
7352 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
7353
7354 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7355 html parts correctly; support forwarded messages.
7356 (gnus-article-browse-html-article): Remove work buffers.
7357
7358 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7359 compiling.
7360 (netrc-bound-and-true-p): New macro.
7361 (netrc-parse): Use it instead of bound-and-true-p that is not available
7362 in XEmacs 21.4.
7363
7364 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7365
7366 * gnus-registry.el (gnus-registry-mark-article)
7367 (gnus-registry-article-marks): Add functionality to mark articles
7368 through the Gnus registry.
7369
7370 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7371 (netrc-parse): Use encrypt-file-alist to determine if
7372 encrypt-find-model or encrypt-insert-file-contents should be used.
7373
7374 2007-12-19 Glenn Morris <rgm@gnu.org>
7375
7376 * mml.el (message-options-set, message-narrow-to-head)
7377 (message-in-body-p, message-mail-p, message-encode-message-body):
7378 Autoload.
7379 (message-remove-header, message-narrow-to-headers-or-head)
7380 (message-subscribed-p, message-make-mail-followup-to)
7381 (message-position-on-field, message-news-p)
7382 (message-options-set-recipient, message-generate-headers)
7383 (message-sort-headers): Declare as functions.
7384
7385 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7386
7387 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7388 convention in doc string.
7389
7390 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7391
7392 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7393 title to html parts.
7394 (gnus-article-browse-html-article): Pass message header to it.
7395
7396 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7397
7398 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
7399
7400 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7401 or password compatible with XEmacs.
7402
7403 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7404
7405 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7406 format document.
7407 (gnus-mime-delete-part): Don't write description line if empty.
7408 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7409
7410 2007-12-14 Johan Bockgård <bojohan@gnu.org>
7411
7412 * gnus-sum.el (gnus-summary-mark-unread-as-read)
7413 (gnus-summary-mark-read-and-unread-as-read)
7414 (gnus-summary-mark-current-read-and-unread-as-read)
7415 (gnus-summary-mark-unread-as-ticked): Doc fix.
7416 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7417
7418 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7419
7420 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7421 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7422
7423 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
7424
7425 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7426 yes-or-no-p.
7427
7428 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
7429
7430 * mm-decode.el (mm-add-meta-html-tag): New function.
7431 (mm-save-part-to-file, mm-pipe-part): Use it.
7432
7433 * gnus-art.el (gnus-article-browse-delete-temp-files):
7434 Use gnus-y-or-n-p instead of y-or-n-p.
7435 (gnus-article-browse-html-parts): Work with message/external-body; use
7436 mm-add-meta-html-tag.
7437
7438 2007-12-11 Glenn Morris <rgm@gnu.org>
7439
7440 * gnus-cache.el: Require gnus-sum not just when compiling.
7441
7442 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7443
7444 * gnus-int.el (gnus-server-opened, gnus-status-message):
7445 Move definitions before use.
7446
7447 * mm-decode.el: Require gnus-util.
7448 (mm-remove-part): Only call delete-annotation on XEmacs.
7449
7450 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7451
7452 * nnmail.el: Require gnus-int.
7453
7454 * spam.el: Move `require's before `eval-when-compile's.
7455
7456 * gnus-ems.el (gnus-alive-p):
7457 * gnus-fun.el (message-goto-eoh):
7458 * gnus-util.el (gnus-group-name-decode):
7459 * mail-source.el (gnus-compress-sequence):
7460 * message.el (Info-goto-node, format-spec):
7461 * mm-bodies.el (message-options-get):
7462 * mm-decode.el (mm-view-pkcs7):
7463 * mm-util.el (gmm-write-region):
7464 * mml-smime.el (mml-compute-boundary)
7465 (gnus-completing-read-with-default):
7466 * mml.el (widget-button-press, gnus-make-hashtable):
7467 * mml1991.el (mm-decode-content-transfer-encoding)
7468 (mm-encode-content-transfer-encoding)
7469 (message-options-get, message-options-set):
7470 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7471 * nnfolder.el (gnus-request-group):
7472 * nnheader.el (ietf-drums-unfold-fws):
7473 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7474 * smime.el (gnus-run-mode-hooks):
7475 * spam-stat.el (gnus-message): Autoload.
7476
7477 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7478 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7479 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7480 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7481 Add declare-function compatibility definition.
7482
7483 * gnus-cache.el (nnvirtual-find-group-art):
7484 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7485 (gnus-add-image, gnus-add-wash-type):
7486 * gnus-group.el (nnkiboze-score-file):
7487 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7488 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7489 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7490 (message-tokenize-header, gnus-get-buffer-create)
7491 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7492 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7493 * gnus.el (gnus-group-decoded-name):
7494 * mail-source.el (imap-capability):
7495 * mm-bodies.el (message-options-set):
7496 * mm-decode.el (gnus-configure-windows):
7497 * mm-extern.el (message-goto-body):
7498 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7499 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7500 (epg-sub-key-validity, message-options-set):
7501 * mml.el (widget-event-point, gnus-configure-windows):
7502 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7503 * mml2015.el (epg-check-configuration, epg-configuration)
7504 (message-options-set):
7505 * nndb.el (nndb-request-article):
7506 * nnfolder.el (gnus-request-create-group):
7507 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7508 * nnmaildir.el (gnus-group-mark-article-read):
7509 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7510 * rfc1843.el (message-fetch-field):
7511 * spam.el (gnus-extract-address-components):
7512 Declare as functions.
7513
7514 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
7515
7516 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7517
7518 2007-12-09 Glenn Morris <rgm@gnu.org>
7519
7520 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7521
7522 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7523 * message.el, mm-view.el, sieve-manage.el, smime.el:
7524 Add declare-function compatibility definition.
7525
7526 * gnus-art.el (w3-region, w3m-region, Info-menu):
7527 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7528 * gnus-sum.el (gnus-get-predicate):
7529 * gnus-util.el (mm-append-to-file, w32-focus-frame):
7530 * message.el (mail-abbrev-in-expansion-header-p):
7531 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7532 (w3m-detect-meta-charset, w3m-region):
7533 * sieve-manage.el (password-read, password-cache-add)
7534 (password-cache-remove):
7535 * smime.el (password-read-and-add): Declare as functions.
7536
7537 2007-12-08 David Kastrup <dak@gnu.org>
7538
7539 * gnus-sum.el (gnus-summary-simplify-subject-query):
7540 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7541 `message'.
7542
7543 2007-12-07 Glenn Morris <rgm@gnu.org>
7544
7545 * gnus-art.el (article-make-date-line): Revert previous change.
7546
7547 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7548
7549 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7550
7551 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
7552
7553 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7554 Call gnus-add-to-range ranges only once with a prepared article-list.
7555
7556 2007-12-06 Paul Jarc <prj@po.cwru.edu>
7557
7558 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7559 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7560 group names with backslashes.
7561 Reported by Tassilo Horn <tassilo@member.fsf.org>.
7562
7563 2007-12-06 Deepak Goel <deego3@gmail.com>
7564
7565 * gnus-art.el (article-make-date-line):
7566 * gnus-start.el (gnus-load):
7567 * pop3.el (pop3-read-response): Fix buggy call to `error'.
7568
7569 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * gnus-art.el (gnus-use-idna)
7572 * gnus-start.el (gnus-site-init-file)
7573 * message.el (message-use-idna)
7574 * mm-uu.el (mm-uu-hide-markers)
7575 * smiley.el (smiley-style): Revert changes that suppress warnings.
7576
7577 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7578
7579 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7580 specify charset to html source.
7581 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7582
7583 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
7584
7585 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7586 idna-program in order to suppress byte compile warning issued by XEmacs
7587 that came to byte compile the default value section of defcustom forms
7588 recently.
7589
7590 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7591 value of installation-directory.
7592
7593 * message.el (message-use-idna): Don't directly refer to the value of
7594 idna-program.
7595
7596 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7597
7598 * smiley.el (smiley-style): Don't directly call face-attribute.
7599
7600 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
7601
7602 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7603
7604 * gnus-dired.el: Reduce Gnus dependencies.
7605 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7606 Don't require. Use autoloads instead.
7607 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7608 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7609 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7610 (gnus-dired-mode): Adjust doc string.
7611 (gnus-dired-mail-mode): New variable.
7612 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7613 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7614 (gnus-dired-mail-buffers): New function. Return mail or message
7615 composition buffers.
7616 (gnus-dired-attach): Use it.
7617 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7618 NO-DECODE.
7619 (gnus-dired-print): Use `gnus-print-buffer' depending on
7620 `gnus-dired-mail-mode'.
7621
7622 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * rfc2047.el (rfc2047-encoded-word-regexp)
7625 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7626 explaining what regexp patterns are for.
7627
7628 2007-12-04 Glenn Morris <rgm@gnu.org>
7629
7630 * password.el: Move to ../password-cache.el.
7631
7632 * mml1991.el (password-read, password-cache-add, password-cache-remove):
7633 * mml2015.el (password-read, password-cache-add, password-cache-remove):
7634 * mml-smime.el (password-read, password-cache-add)
7635 (password-cache-remove):
7636 No need to autoload, since mml-sec requires password.
7637
7638 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7639 * message.el (gnus-extract-address-components):
7640 * mml-smime.el (gnus-extract-address-components): Define for compiler.
7641
7642 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7643 password.
7644
7645 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
7646
7647 * mailcap.el: Reduce dependencies.
7648 (mail-header-parse-content-type): Autoload.
7649 (mailcap-delete-duplicates): New alias.
7650 (mailcap-mime-info): Add optional argument NO-DECODE.
7651 (mailcap-mime-types): Use mailcap-delete-duplicates.
7652
7653 * message.el (message-ignored-supersedes-headers): Add "X-ID".
7654
7655 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7656
7657 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7658 function.
7659
7660 * gnus-uu.el (gnus-uu-decode-yenc): New command.
7661 (gnus-uu-yenc-article): New function.
7662
7663 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7664
7665 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7666
7667 2007-12-02 Glenn Morris <rgm@gnu.org>
7668
7669 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7670 Move to ../net.
7671
7672 * binhex.el, uudecode.el: Move to ../mail.
7673
7674 * encrypt.el: Remove file.
7675
7676 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
7677
7678 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7679 matches on patches.
7680
7681 * gnus-art.el (gnus-article-browse-html-article):
7682 Mention `mm-text-html-renderer' in the doc string.
7683
7684 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7685 string. Add comments.
7686
7687 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7688 if rhs is ASCII.
7689
7690 2007-12-01 Glenn Morris <rgm@gnu.org>
7691
7692 * dig.el, dns.el: Move to ../net.
7693 * format-spec.el, hex-util.el, sha1.el: Move to ../.
7694
7695 * mail-source.el (top-level): Require format-spec before
7696 eval-when-compile.
7697
7698 2007-11-30 Glenn Morris <rgm@gnu.org>
7699
7700 * encrypt.el: Require password, rather than autoloading password-read.
7701
7702 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
7703
7704 * gnus.el (gnus-method-to-server): Add an optional parameter so the
7705 caller can indicate whether the cache should be disregarded for this
7706 call. This way the result of the call is reproducible at all times and
7707 can be considered a canonical server name for the supplied method.
7708 (gnus-agent-method-p): Canonicalize server names by pushing their
7709 method through `gnus-method-to-server' using the no-cache argument.
7710
7711 * gnus-srvr.el (gnus-server-insert-server-line):
7712 Call `gnus-method-to-server' with `no-cache' argument.
7713
7714 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7715 gnus-agent-possibly-synchronize-flags as this should be called when the
7716 server is actually being opened.
7717 (gnus-agent-possibly-synchronize-flags)
7718 (gnus-agent-possibly-synchronize-flags-server): Move check for the
7719 flags file of an agentized server to the latter function.
7720
7721 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7722 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7723 after a connection has been established successfully.
7724
7725 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
7726
7727 * gnus-art.el (article-display-face): Force to display face if called
7728 interactively; check if gnus-article-x-face-too-ugly matches author.
7729 (article-display-x-face): Display face even if From header is missing
7730 as article-display-face does.
7731
7732 2007-11-28 Richard Stallman <rms@gnu.org>
7733
7734 * md4.el: Move to ../.
7735 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7736
7737 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
7738
7739 * mail-source.el (mail-sources): Default to fetch from file for
7740 compatibility with default of nnmail-spool-file.
7741
7742 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
7743
7744 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7745 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7746 to look for encoded word that should be encoded again.
7747 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7748 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7749 encoding pattern.
7750 (rfc2047-decode-region): Switch strict regexp and loose one according
7751 to rfc2047-allow-irregular-q-encoded-words.
7752
7753 2007-11-26 Simon Josefsson <simon@josefsson.org>
7754
7755 * imap.el: Move to ../net directory.
7756
7757 2007-11-25 Romain Francoise <romain@orebokech.com>
7758
7759 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7760
7761 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7762
7763 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7764 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7765
7766 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7767 `nnmail-spool-file'.
7768
7769 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7770 `nnmail-spool-file'.
7771
7772 * gnus-move.el (gnus-change-server): Ditto.
7773
7774 * gnus-kill.el (gnus-batch-score): Ditto.
7775
7776 * gnus-cache.el (gnus-jog-cache): Ditto.
7777
7778 * gnus-msg.el (gnus-summary-reply):
7779 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7780
7781 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
7782
7783 * gnus-cache.el (gnus-cache-generate-nov-databases):
7784 Use nnml-generate-nov-databases-directory instead of
7785 nnml-generate-nov-databases-1.
7786
7787 2007-11-24 Glenn Morris <rgm@gnu.org>
7788
7789 * message.el (message-tool-bar-retro): Update for rename
7790 mail_send.xpm->mail-send.xpm.
7791
7792 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7793
7794 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7795 `smime-ldap-search' for Emacs 22 and up.
7796
7797 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * hashcash.el: Move to ../mail directory.
7800
7801 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
7802
7803 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7804 `smime-ldap-search' for Emacs 22 and up.
7805
7806 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7809
7810 * message.el (message-send-mail-function): Fix error convention.
7811 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7812 (message-widen-reply, message-send-mail, message-talkative-question)
7813 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7814 (message-clone-locals, message-send-news): Use with-current-buffer.
7815 (message-insert-or-toggle-importance): Remove unused var `valid'.
7816 (message-make-references): Remove unused var `new-references'.
7817 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7818
7819 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
7820
7821 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7822 (spam-split-symbolic-return-positive): Reflow docstring.
7823 (spam-backends, spam-summary-exit-behavior)
7824 (spam-mark-ham-unread-before-move-from-spam-group)
7825 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7826 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7827 (spam-clear-cache, spam-backend-check, spam-install-backend)
7828 (spam-install-statistical-backend, spam-list-of-processors)
7829 (spam-group-processor-p, spam-split, spam-bogofilter-score)
7830 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7831 (spam-check-crm114, spam-initialize, spam-unload-hook):
7832 Fix typos in docstrings.
7833
7834 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7837 been checked if they have never been read and those group levels are
7838 higher than the one that a user specified.
7839
7840 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
7841
7842 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7843 foreign groups unless a group level is specified by a user.
7844 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7845
7846 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
7847
7848 * message.el (message-send-mail-function): Require sendmail.
7849
7850 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
7851
7852 * message.el (message-send-mail-function): Check for smtpmail too.
7853
7854 * utf7.el (utf7-encode, utf7-decode): Use coding system
7855 `utf-7'/`utf-7-imap' from utf-7.el' if available.
7856
7857 * message.el (message-send-mail-function): New function.
7858 (message-send-mail-function): Set default using
7859 message-send-mail-function. Adjust doc string.
7860 (message-send-mail-with-mailclient): New function.
7861
7862 2007-11-17 Richard Stallman <rms@gnu.org>
7863
7864 * assistant.el: Remove file.
7865
7866 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
7867
7868 * smime.el (from):
7869 * rfc2047.el (message-posting-charset):
7870 * qp.el (mm-use-ultra-safe-encoding):
7871 * pop3.el (parse-time-months):
7872 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7873 * nnml.el (files):
7874 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7875 (jka-compr-compression-info-list, ange-ftp-path-format)
7876 (efs-path-regexp):
7877 * nndiary.el (files):
7878 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7879 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7880 (epg-digest-algorithm-alist, inhibit-redisplay)
7881 (password-cache-expiry):
7882 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7883 (pgg-output-buffer, password-cache-expiry):
7884 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7885 (efs-path-regexp):
7886 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7887 (inhibit-redisplay):
7888 * mm-uu.el (file-name, start-point, end-point, entry)
7889 (gnus-newsgroup-name, gnus-newsgroup-charset):
7890 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7891 (latin-unity-ucs-list):
7892 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7893 (mm-uu-binhex-decode-function):
7894 * message.el (gnus-message-group-art, gnus-list-identifiers)
7895 (rmail-enable-mime-composing, gnus-local-organization)
7896 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7897 (gnus-read-active-file, facemenu-add-face-function)
7898 (facemenu-remove-face-function, gnus-article-decoded-p)
7899 (tool-bar-mode):
7900 * mail-source.el (display-time-mail-function):
7901 * gnus-util.el (nnmail-pathname-coding-system)
7902 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7903 (gnus-original-article-buffer, gnus-user-agent)
7904 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7905 (xemacs-codename, sxemacs-codename, emacs-program-version):
7906 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7907 * gnus-start.el (gnus-agent-covered-methods)
7908 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7909 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7910 (gnus-newsgroup-headers, gnus-group-list-mode)
7911 (gnus-group-mark-positions, gnus-newsgroup-data)
7912 (gnus-newsgroup-unreads, nnoo-state-alist)
7913 (gnus-current-select-method, mail-sources)
7914 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7915 (nnmail-spool-file, gnus-cache-active-hashtb):
7916 * gnus-mh.el (mh-lib-progs):
7917 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7918 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7919 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7920 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7921 (gnus-group-buffer):
7922 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7923 (font-lock-set-defaults):
7924 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7925 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7926 (gnus-summary-post-menu, total-parts, type, condition, length):
7927 * gnus-agent.el (gnus-agent-read-agentview):
7928 * flow-fill.el (show-trailing-whitespace):
7929 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7930 eval-and-compile wrappers for byte compiler pacifiers.
7931
7932 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7933 (mm-display-inline-fontify): Check for featurep 'xemacs not
7934 extent-list.
7935
7936 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7937 itimer-list.
7938 (mm-create-image-xemacs): Only do something for XEmacs.
7939 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7940
7941 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7942
7943 * gnus-registry.el (gnus-adaptive-word-syntax-table):
7944 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7945
7946 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
7947
7948 * nnimap.el (nnimap-split-download-body):
7949 * gnus-demon.el (gnus-demon):
7950 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7951
7952 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7953
7954 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7955 New macros.
7956 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7957 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7958 copy data from unibyte buffer to multibyte current buffer.
7959 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7960 to copy data from unibyte current buffer to multibyte buffer.
7961 (nntp-make-process-buffer): Make process buffer unibyte.
7962
7963 * pop3.el (pop3-open-server): Fix typo in Lisp code.
7964
7965 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
7966
7967 * pop3.el (pop3-open-server): Accept and process data more robustly at
7968 connexion start to avoid spurious "POP SSL connexion failed" errors.
7969
7970 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
7971
7972 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7973 read group names.
7974
7975 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7978
7979 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7980
7981 * nnmail.el (nnmail-parse-active): Make group names unibyte.
7982 (nnmail-save-active): Use a unibyte buffer when saving active file,
7983 which may contain non-ASCII group names.
7984
7985 * nnml.el (nnml-request-group): Decode group names in messages.
7986
7987 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7988
7989 * message.el (message-citation-line-function)
7990 (message-insert-formatted-citation-line): Fix spelling of
7991 `message-insert-formated-citation-line'.
7992
7993 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7996
7997 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7998
7999 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8000 nnmail-pathname-coding-system.
8001
8002 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8003 that a user enters; decode group names in messages.
8004
8005 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8006
8007 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8008
8009 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8010
8011 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8012
8013 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8014 risky local variable.
8015
8016 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8017
8018 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
8019
8020 * encrypt.el: Improve documentation to fix function name typo.
8021 Reported by Daiki Ueno <ueno@unixuser.org>.
8022
8023 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
8024
8025 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8026 even if the point is not in the last page of an article.
8027 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8028 back to the previous page.
8029
8030 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8033
8034 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8037
8038 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * message.el (message-check-news-body-syntax):
8041 Avoid mm-string-as-multibyte.
8042 (message-hide-headers): Don't assume (point-min)==1.
8043
8044 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8045
8046 * message.el (message-remove-blank-cited-lines): Fix if remove is
8047 given.
8048 (message-bogus-address-regexp): New variable.
8049 (message-bogus-recipient-p): New function.
8050 (message-check-recipients): New command.
8051 (message-syntax-checks): Add `bogus-recipient'.
8052 (message-fix-before-sending): Add `bogus-recipient'.
8053
8054 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8055 (gnus-treat-body-boundary): Don't test window-system.
8056
8057 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
8058
8059 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8060
8061 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
8062
8063 * gnus.el: Bump version to Gnus v5.13.
8064
8065 2007-10-28 Miles Bader <miles@gnu.org>
8066
8067 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8068 at compile-time too.
8069
8070 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
8071
8072 * gnus-msg.el (gnus-message-setup-hook):
8073 Add `message-remove-blank-cited-lines' to options.
8074
8075 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8076
8077 * message.el (message-remove-blank-cited-lines): New function.
8078 Suggested by Karl Plästerer.
8079
8080 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8083 mapc.
8084
8085 * imap.el (imap-open): Replace mapcar called for effect with mapc.
8086 (top-level): Use mapc to set functions to be traced for debugging.
8087
8088 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8089 called for effect with while loop.
8090
8091 * message.el (message-talkative-question): Replace mapcar called for
8092 effect with mapc.
8093
8094 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8095 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8096 called for effect with dolist.
8097
8098 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8099
8100 * nndiary.el: Use dolist instead of mapcar to add diary headers to
8101 gnus-extra-headers and nnmail-extra-headers.
8102
8103 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8104 called for effect with dolist.
8105 (top-level): Use mapc to set functions to be traced for debugging.
8106
8107 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8108 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8109 dolist.
8110
8111 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8112 Replace mapcar called for effect with mapc.
8113 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8114 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8115 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8116 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8117
8118 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8119 remove-if that's a cl function.
8120
8121 * webmail.el (webmail-debug): Replace mapcar called for effect with
8122 dolist.
8123
8124 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
8125
8126 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8127 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8128 with while loop.
8129
8130 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8131 functions from article-* functions.
8132 (gnus-multi-decode-header): Replace mapcar called for effect with
8133 dolist.
8134
8135 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8136 (gnus-bookmark-show-details): Replace mapcar called for effect with
8137 while loop.
8138
8139 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8140 called for effect with while loop.
8141
8142 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8143 with dolist.
8144
8145 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8146 Replace mapcar called for effect with dolist.
8147
8148 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8149
8150 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8151 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8152 Replace mapcar called for effect with dolist.
8153 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8154 mapc.
8155
8156 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8157 Replace mapcar called for effect with dolist.
8158 (gnus-topic-list): Replace mapcar called for effect with mapc.
8159
8160 * gnus.el: Use mapc instead of mapcar to add autoloads.
8161
8162 2007-10-23 Richard Stallman <rms@gnu.org>
8163
8164 * gnus-group.el (gnus-group-highlight): Mark as risky.
8165
8166 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
8167
8168 * gnus.el (gnus-server-to-method): Return method found first in
8169 gnus-newsrc-alist.
8170
8171 * gnus-art.el (gnus-article-highlight-signature)
8172 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8173 button overlay without the front stickiness.
8174
8175 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
8176
8177 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8178 overview buffer needed a catch to receive its throw.
8179 (gnus-agent-flush-cache): Declare as interactive to make this function
8180 easier to use.
8181
8182 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8185 `next-line'.
8186
8187 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
8188
8189 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8190 exclude address matching message-dont-reply-to-names.
8191
8192 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8193
8194 * gnus-util.el (gnus-string<): New function.
8195
8196 * gnus-sum.el (gnus-article-sort-by-author)
8197 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8198
8199 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
8200
8201 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8202 the frame-focus tag is set in gnus-buffer-configuration.
8203
8204 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8205
8206 * gnus-art.el (gnus-article-add-button): Make a button overlay without
8207 the front stickiness.
8208
8209 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8210
8211 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8212 url pattern; remove duplicate one.
8213 (gnus-article-extend-url-button): New function.
8214 (gnus-article-add-buttons): Use it.
8215 (gnus-button-push): Use concatenated url that it makes.
8216
8217 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
8218
8219 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8220 (sieve-manage-open): Use `mapc' instead of `mapcar'.
8221
8222 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8225 Don't hardcode point-min==1.
8226
8227 2007-09-30 David Kastrup <dak@gnu.org>
8228
8229 * gnus-art.el (gnus-article-reply-with-original)
8230 (gnus-article-followup-with-original): When `transient-mark-mode' is
8231 off, refrain from active-region behavior for followups.
8232
8233 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8234
8235 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8236 Fix comment about "iso8859-1".
8237
8238 2007-10-08 Daiki Ueno <ueno@unixuser.org>
8239
8240 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8241 ones returned from the verify-function.
8242
8243 * mm-uu.el (mm-uu-pgp-signed-extract-1):
8244 Call mml2015-extract-cleartext-signature if extraction failed.
8245
8246 2007-10-07 Daiki Ueno <ueno@unixuser.org>
8247
8248 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8249 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8250 failed.
8251
8252 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
8253
8254 * Relicense "GPLv2 or later" files to "GPLv3 or later".
8255
8256 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
8257
8258 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8259 to mark a thread as expirable. Add variable `hide' to handle hiding of
8260 thread for both the null and zero (kill/expire thread) universal prefix
8261 cases.
8262 (gnus-summary-expire-thread): Add new function to expire a thread,
8263 using gnus-summary-kill-thread.
8264 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8265 shortcuts for gnus-summary-expire-thread.
8266 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8267 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
8268
8269 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
8270
8271 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8272 extras value, so an extras entry can be deleted.
8273 (gnus-registry-delete-extra-entry): Use it.
8274 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8275 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8276 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8277 storage through the gnus-registry, and provide an appropriate API for
8278 it.
8279
8280 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8281
8282 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8283 Suggested by Leo <sdl.web@gmail.com>.
8284
8285 * gnus.el: Do.
8286
8287 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8288
8289 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8290 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
8291
8292 * gnus-agent.el (gnus-agent-fetch-headers): Do.
8293
8294 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8295 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8296
8297 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8298
8299 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8300 newline.
8301 (nnmbox-request-accept-article): Don't change article in source buffer;
8302 narrow to header to use message-fetch-field rather than
8303 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8304 (nnmbox-request-replace-article): Quote lines that'll be misidentified
8305 as delimiters; make sure article ends with newline.
8306 (nnmbox-delete-mail): Correct last position of article to be deleted;
8307 ignore X-Gnus-Newsgroup header in article body.
8308 (nnmbox-save-mail): Quote lines looking like delimiters at the right
8309 positions; make sure article ends with newline.
8310
8311 * message.el (message-display-abbrev): Don't infloop when a user
8312 inserts SPC in the beginning of header.
8313
8314 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
8315
8316 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8317 list of groups not followed by default. Fix type to be regexp.
8318 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8319
8320 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
8321
8322 * hmac-def.el (define-hmac-function): Switch from old-style to
8323 new-style backquotes.
8324
8325 * md4.el (md4-make-step): Likewise.
8326
8327 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8328
8329 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8330 raw-text coding system when saving .newsrc file, which may contain
8331 non-ASCII group names.
8332
8333 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8334
8335 * gnus-cus.el (gnus-score-extra): New widget.
8336 (gnus-score-extra-convert): New function.
8337 (gnus-score-customize): Use it for Extra.
8338
8339 2007-08-31 Daiki Ueno <ueno@unixuser.org>
8340
8341 * mml2015.el (mml2015-extract-cleartext-signature): New function.
8342 (mml2015-mailcrypt-clear-verify): Use it.
8343 (mml2015-gpg-clear-verify): Use it.
8344 (mml2015-pgg-clear-verify): Use it.
8345 (mml2015-epg-clear-verify): Replace the current part with the output
8346 from GnuPG; don't extract the plaintext by itself.
8347
8348 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8349 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8350 mml2015-clear-verify-function; don't touch the armor headers or
8351 dash-escaped text here.
8352
8353 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
8354
8355 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8356 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8357 parts, or application/octet-stream as a last resort.
8358 (gnus-mime-view-part-as-type): Don't toggle display.
8359 (gnus-mime-view-part-as-charset): Don't turn off display before
8360 querying charset.
8361
8362 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8363 stuff to undisplayer function in Emacs.
8364 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8365
8366 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8367 text/calendar parts.
8368
8369 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
8370
8371 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8372 decoding text/calendar parts.
8373
8374 * message.el (message-forward-make-body-mime): Always mark body as
8375 having no illegible text; remove signed-or-encrypted argument.
8376 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8377
8378 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8379 (mml-generate-mime-1): Don't encode body if it is specified to be in
8380 raw form; don't make buffer be unibyte when inserting multibyte string.
8381
8382 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * sha1.el: Fix up comment style.
8385 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8386 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8387
8388 * hex-util.el: Fix up comment style.
8389 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8390
8391 * gnus-salt.el: Use with-current-buffer.
8392 (gnus-pick-setup-message): Fix long-standing typo.
8393
8394 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
8395
8396 * imap.el (imap-logout-timeout): New variable.
8397 (imap-logout, imap-logout-wait): New functions.
8398 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8399
8400 * nnimap.el (nnimap-logout-timeout): New server variable.
8401 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8402 nnimap-logout-timeout.
8403
8404 * gnus-art.el (gnus-article-summary-command-nosave)
8405 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8406
8407 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
8408
8409 * gnus.el (gnus-maximum-newsgroup): New variable.
8410
8411 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8412 according to gnus-maximum-newsgroup.
8413
8414 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8415 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8416 Limit the range of articles according to gnus-maximum-newsgroup.
8417
8418 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
8419
8420 * gnus-art.el (gnus-sticky-article): Fix problems described in
8421 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
8422 Don't perform gnus-configure-windows here; reuse existing sticky
8423 article buffer.
8424
8425 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8426 it doesn't exist in gnus-article-mode.
8427
8428 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8431 (gnus-agent-decoded-group-name): New function.
8432 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8433 (gnus-agent-expire-group-1): Use it; decode group name in messages.
8434
8435 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
8436
8437 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8438 Add binding for gnus-sticky-article.
8439 (gnus-summary-exit): Don't kill sticky article buffers.
8440
8441 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8442 article buffer.
8443 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8444 (gnus-kill-sticky-article-buffers): New commands.
8445
8446 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
8447
8448 * nntp.el (nntp-xref-number-is-evil): New server variable.
8449 (nntp-find-group-and-number): If it is non-nil, don't trust article
8450 numbers in the Xref header.
8451
8452 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
8453
8454 * gnus-agent.el (gnus-agent-read-group): New function.
8455 (gnus-agent-flush-group, gnus-agent-expire-group)
8456 (gnus-agent-regenerate-group): Use it.
8457 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8458 nnmail-pathname-coding-system.
8459
8460 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
8461
8462 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8463
8464 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8465 that are unread as unread, and also as selected so that information of
8466 marks having been changed by a user may be updated when exiting group.
8467
8468 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8469
8470 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8471
8472 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
8473
8474 * gnus-art.el (gnus-mime-display-single): Pass part number that is
8475 calculated ignoring signature parts to gnus-treat-article.
8476
8477 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8478
8479 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8480 a point here in order to keep the window start.
8481 (gnus-insert-mime-security-button): Make a button overlay without the
8482 front stickiness.
8483 (gnus-mime-display-security): Goto the end of a button.
8484
8485 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8486
8487 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8488
8489 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8490 group-name-at-point.
8491 (gnus-group-completing-read): New function that offers decoded
8492 non-ASCII group names for completion.
8493 (gnus-fetch-group, gnus-group-read-ephemeral-group)
8494 (gnus-group-jump-to-group, gnus-group-make-group-simple)
8495 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8496 (gnus-group-fetch-control): Use it.
8497 (gnus-fetch-group): Use group-name-at-point for the initial value
8498 rather than the default value; use gnus-alive-p.
8499
8500 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8501 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8502 (gnus-summary-post-news): Use gnus-group-completing-read.
8503
8504 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8505 (gnus-read-move-group-name): Decode group name for completion.
8506
8507 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
8508
8509 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8510 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8511 Yamaoka slightly modified the code).
8512
8513 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
8514
8515 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8516 (nnmail-split-incoming): Bind it.
8517
8518 * nnml.el (nnml-group-name-charset): New function.
8519 (nnml-decoded-group-name): Use it; don't decode group name if
8520 nnmail-group-names-not-encoded-p is non-nil.
8521 (nnml-encoded-group-name): New function.
8522 (nnml-group-pathname): Inline nnml-decoded-group-name.
8523 (nnml-request-expire-articles): Decode group name in message.
8524 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8525 nnmail-pathname-coding-system.
8526 (nnml-save-mail, nnml-active-number): Work with decoded group names and
8527 not decoded ones according to nnmail-group-names-not-encoded-p.
8528 (nnml-generate-active-info): Use nnml-encoded-group-name.
8529
8530 2007-08-08 Glenn Morris <rgm@gnu.org>
8531
8532 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8533 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8534 doc-strings and comments.
8535
8536 2007-07-25 Glenn Morris <rgm@gnu.org>
8537
8538 * Relicense all FSF files to GPLv3 or later.
8539
8540 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
8541
8542 * gnus-sum.el (gnus-summary-move-article):
8543 Make gnus-summary-respool-article work.
8544
8545 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
8546
8547 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8548 string.
8549
8550 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
8551
8552 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
8553 that should be ignored when comparing distant RSS articles with local
8554 ones.
8555 (nnrss-make-hash-index): New function. Create a hash index according
8556 to the ignored fields.
8557 (nnrss-check-group): Use it.
8558
8559 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
8560
8561 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8562
8563 * gnus-art.el (article-decode-group-name): Decode Xref header too.
8564
8565 * gnus-group.el (gnus-group-make-group): Encode group name here unless
8566 the new optional argument ENCODED is non-nil.
8567 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8568 coding system for encoding group name.
8569 (gnus-group-make-rss-group): Pass un-encoded group name to
8570 gnus-group-make-group.
8571 (gnus-group-set-info): Tell gnus-group-make-group that group name is
8572 encoded.
8573
8574 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8575 Encode group name to which articles are moved or copied.
8576 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8577 coding system for encoding Newsgroup, Followup-To and Xref headers.
8578
8579 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8580 marks; use nnheader-file-coding-system to write a file.
8581 (nnagent-retrieve-headers): Bind file-name-coding-system to
8582 nnmail-pathname-coding-system.
8583
8584 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8585
8586 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8587 (nnml-request-article, nnml-request-create-group)
8588 (nnml-request-rename-group, nnml-find-id)
8589 (nnml-possibly-change-directory, nnml-possibly-create-directory)
8590 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8591 (nnml-save-marks): Use nnml-group-pathname instead of
8592 nnmail-group-pathname.
8593
8594 (nnml-request-create-group, nnml-request-expire-articles)
8595 (nnml-request-move-article, nnml-request-delete-group)
8596 (nnml-deletable-article-p, nnml-possibly-create-directory)
8597 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8598 (nnml-open-marks): Bind file-name-coding-system to
8599 nnmail-pathname-coding-system.
8600
8601 (nnml-request-article): Pass server argument to nnml-find-group-number.
8602 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8603 Pass server argument to nnml-possibly-create-directory.
8604 (nnml-request-accept-article): Pass server argument to
8605 nnml-active-number and nnml-save-mail.
8606 (nnml-find-group-number): Pass server argument to nnml-find-id.
8607 (nnml-request-update-info): Pass server argument to
8608 nnml-marks-changed-p.
8609
8610 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8611 (nnml-save-mail, nnml-active-number): Add server argument.
8612
8613 (nnml-request-delete-group): Warn if group is missing.
8614 (nnml-get-nov-buffer): Decode group name.
8615 (nnml-generate-active-info): Encode group name.
8616 (nnml-open-marks): Decode group name in messages.
8617
8618 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
8619
8620 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8621 if it is not specified.
8622 (gnus-article-pipe-part, gnus-article-save-part)
8623 (gnus-article-interactively-view-part, gnus-article-copy-part)
8624 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8625 (gnus-article-inline-part, gnus-article-save-part-and-strip)
8626 (gnus-article-replace-part, gnus-article-delete-part)
8627 (gnus-article-view-part-as-type): Pass raw prefix argument to
8628 gnus-article-part-wrapper.
8629
8630 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8631
8632 * gnus-agent.el (gnus-agent-save-active):
8633 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8634
8635 * gnus-cache.el (gnus-cache-save-buffers)
8636 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8637 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8638 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8639 (gnus-cache-braid-nov, gnus-cache-braid-heads)
8640 (gnus-cache-generate-active, gnus-cache-rename-group)
8641 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8642 (gnus-cache-update-overview-total-fetched-for):
8643 Bind file-name-coding-system to nnmail-pathname-coding-system.
8644 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8645 New variables.
8646 (gnus-cache-decoded-group-name): New function.
8647 (gnus-cache-file-name): Use it.
8648 (gnus-cache-generate-active): Use non-decoded group name for active.
8649
8650 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8651 right place.
8652 (gnus-write-active-file): Don't break non-ASCII group names.
8653
8654 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8655 nnmail-pathname-coding-system.
8656
8657 * gnus-uu.el (gnus-uu-decode-save): Typo.
8658
8659 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
8660
8661 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8662
8663 2007-07-14 David Kastrup <dak@gnu.org>
8664
8665 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8666 finishing actions if we did not edit the article.
8667
8668 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8669
8670 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8671 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8672 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8673 (gnus-agent-flush-group, gnus-agent-flush-cache)
8674 (gnus-agent-fetch-headers, gnus-agent-load-alist)
8675 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8676 (gnus-agent-retrieve-headers, gnus-agent-request-article)
8677 (gnus-agent-regenerate-group)
8678 (gnus-agent-update-files-total-fetched-for)
8679 (gnus-agent-update-view-total-fetched-for):
8680 Bind file-name-coding-system to nnmail-pathname-coding-system.
8681 (gnus-agent-group-pathname): Don't encode file names by
8682 nnmail-pathname-coding-system.
8683 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8684 coding-system-for-write instead of buffer-file-coding-system to
8685 gnus-agent-file-coding-system.
8686
8687 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8688 Decode group name.
8689
8690 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8691
8692 * gnus-start.el (gnus-update-active-hashtb-from-killed)
8693 (gnus-read-newsrc-el-file): Make group names unibyte.
8694
8695 * nnmail.el (nnmail-group-pathname): Don't encode file names by
8696 nnmail-pathname-coding-system.
8697
8698 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8699 (nnrss-request-delete-group): Bind file-name-coding-system to
8700 nnmail-pathname-coding-system.
8701 (nnrss-read-server-data, nnrss-read-group-data):
8702 Bind file-name-coding-system correctly.
8703 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8704
8705 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8706 (nntp-server-to-method-cache): New variable.
8707 (nntp-group-pathname): New function that decodes non-ASCII group names.
8708 (nntp-possibly-create-directory, nntp-marks-changed-p)
8709 (nntp-save-marks, nntp-open-marks): Use it.
8710 (nntp-possibly-create-directory, nntp-open-marks):
8711 Bind file-name-coding-system to nnmail-pathname-coding-system.
8712 (nntp-open-marks): Decode group names when bootstrapping marks.
8713
8714 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8715 Newsgroups and Folowup-To headers.
8716
8717 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8718
8719 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8720 (gnus-server-closed-face, gnus-server-denied-face)
8721 (gnus-server-offline-face): Remove variable.
8722 (gnus-server-font-lock-keywords): Use faces that are not aliases.
8723
8724 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8725 of modifying message-stack directly for XEmacs.
8726
8727 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8728 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8729 if the coding-system argument is nil for XEmacs.
8730
8731 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8732 mm-charset-override-alist.
8733
8734 * rfc2047.el: Don't require base64; require rfc2045 for the function
8735 rfc2045-encode-string.
8736 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8737 to quote the parameter value.
8738
8739 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
8740
8741 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8742 form in gnus-group-name-charset-method-alist.
8743
8744 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8745 overrides the default layout edit-form.
8746
8747 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8748
8749 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8750
8751 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
8752
8753 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8754 as unfetched articles.
8755
8756 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
8757
8758 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8759
8760 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
8761
8762 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8763 original back end that keeps marks in the local system.
8764
8765 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8768 arg of pop-to-buffer for XEmacs.
8769 (gnus-article-read-summary-keys): Ditto; don't restore window
8770 configuration if summary command ends up with neither article buffer
8771 nor summary buffer; describe bindings if summary keys end with C-h.
8772
8773 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
8774
8775 * message.el (message-fix-before-sending): Skip raw message part to be
8776 forwarded while checking illegible text.
8777 (message-forward-make-body-mime, message-forward-make-body):
8778 Mark signed or encrypted raw message as having no illegible text.
8779
8780 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
8781
8782 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8783 (gnus-message-with-timestamp-1): New macro.
8784 (gnus-message-with-timestamp): New function.
8785 (gnus-message): Use them.
8786
8787 * nnheader.el (nnheader-message): Use them.
8788
8789 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
8790
8791 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8792 .newsrc.eld file.
8793
8794 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8795
8796 * gnus-agent.el (gnus-agent-fetch-headers)
8797 (gnus-agent-retrieve-headers):
8798 Bind gnus-decode-encoded-address-function to identity.
8799
8800 * nntp.el (nntp-send-xover-command): Recognize an xover command is
8801 available also when the server returns simply a dot.
8802
8803 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8804
8805 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8808
8809 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * gnus-ems.el (gnus-x-splash): Make it work.
8812
8813 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8814 from being used.
8815
8816 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
8817
8818 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8819 the front stickiness.
8820 (gnus-article-summary-command-nosave): Correct the order of the
8821 arguments passed to pop-to-buffer.
8822 (gnus-article-read-summary-keys): Ditto; make it work properly when the
8823 summary command ends up with the article buffer.
8824
8825 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8826 the same faces.
8827
8828 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8829
8830 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8831
8832 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8833
8834 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8835 * gnus-sum.el (gnus-summary-highlight):
8836 * mail-source.el (mail-source-delete-old-incoming-confirm):
8837 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8838
8839 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
8840
8841 * gnus-art.el (gnus-mime-view-part-externally)
8842 (gnus-mime-view-part-internally): Fix predicate function passed to
8843 completing-read.
8844
8845 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8846
8847 * gnus.el (gnus-update-message-archive-method): Add :version.
8848
8849 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * gnus.el (gnus-update-message-archive-method): New variable.
8852
8853 * gnus-start.el (gnus-setup-news): Update saved "archive" method
8854 according to gnus-message-archive-method if
8855 gnus-update-message-archive-method is non-nil.
8856
8857 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
8858
8859 * gnus-sum.el (gnus-summary-limit-to-address): New function.
8860 Suggested by Loic Dachary <loic@dachary.org>.
8861 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8862
8863 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
8864
8865 * message.el (message-pop-to-buffer): Add switch-function argument.
8866 (message-mail): Pass switch-function argument to it.
8867
8868 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
8869
8870 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8871 Improve doc string.
8872
8873 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8876 (gnus-header-content)
8877 * gnus-cite.el (gnus-cite-10)
8878 * gnus-srvr.el (gnus-server-closed)
8879 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8880 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8881 (gnus-group-mail-3-empty, gnus-group-mail-low)
8882 (gnus-group-mail-low-empty, gnus-splash)
8883 * message.el (message-header-to, message-header-cc)
8884 (message-header-subject, message-header-other, message-header-name)
8885 (message-header-xheader, message-separator, message-cited-text)
8886 (message-mml): Lighten colors of faces used for dark background.
8887
8888 2007-05-24 Simon Josefsson <simon@josefsson.org>
8889
8890 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8891 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
8892
8893 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
8894
8895 * message.el (message-narrow-to-headers-or-head):
8896 Ignore mail-header-separator in the body.
8897
8898 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8901 same as window size.
8902
8903 2007-05-22 Kevin Ryde <user42@zip.com.au>
8904
8905 * message.el (message-font-lock-keywords): Use message-header-xheader
8906 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
8907 ahead of the anything pattern, to get it recognised.
8908
8909 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
8910
8911 * gnus-sum.el (gnus-articles-to-read)
8912 (gnus-summary-insert-old-articles): Don't truncate group name for
8913 `read-string'.
8914
8915 * gnus-util.el (gnus-limit-string): Delete this function.
8916
8917 * gnus-sum.el (gnus-simplify-subject-fully):
8918 Use `truncate-string-to-width' instead.
8919
8920 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
8921
8922 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8923 Tell if, on summary exit, the next group has to be selected.
8924 (gnus-summary-exit): Use it.
8925
8926 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
8927
8928 * gnus-art.el (gnus-article-mode): Fix comment about displaying
8929 non-break space.
8930
8931 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8934 Check if group is not a directory.
8935 (nnfolder-request-expire-articles): Don't delete articles if the target
8936 group is not available.
8937
8938 * nnml.el (nnml-request-create-group): Properly check if group is not a
8939 file.
8940 (nnml-request-expire-articles): Don't delete articles if the target
8941 group is not available.
8942
8943 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8944 Don't quote characters that are within parentheses.
8945
8946 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
8947
8948 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8949 (gnus-handle-ephemeral-exit): Select article according to it.
8950
8951 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
8952
8953 * message.el (message-insert-formated-citation-line): Remove newline.
8954 (message-citation-line-format): Add final \n here so that the user can
8955 avoid a blank line.
8956
8957 2007-05-03 Dan Christensen <jdc@uwo.ca>
8958
8959 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8960 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8961 Update lanl/arXiv support.
8962
8963 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
8964
8965 * gnus.el: Bump version number.
8966
8967 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8968
8969 * gnus.el (gnus-version-number): Bump version.
8970
8971 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8972
8973 * gnus.el: No Gnus v0.6 is released.
8974
8975 2007-04-27 Didier Verna <didier@xemacs.org>
8976
8977 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8978 * gmm-utils.el (gmm-regexp-concat): ... here.
8979 * message.el: Don't require 'gnus-util.
8980 (message-dont-reply-to-names): Handle name change above.
8981 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8982
8983 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
8984
8985 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8986 since the initial value varies according to the system.
8987
8988 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8989
8990 * mm-util.el (mm-charset-synonym-alist): Defcustom.
8991
8992 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
8993
8994 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8995
8996 2007-04-24 Didier Verna <didier@xemacs.org>
8997
8998 Improve the type of gnus-ignored-from-addresses.
8999 * gnus-util.el (gnus-orify-regexp): New function.
9000 * message.el (gnus-util): Require it.
9001 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9002 * gnus-sum.el (gnus-ignored-from-addresses): New function.
9003 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9004
9005 2007-04-24 Didier Verna <didier@xemacs.org>
9006
9007 * gnus-sum.el:
9008 * gnus-utils.el: Fix some trailing whitespaces.
9009
9010 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
9011
9012 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9013 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9014 article's Message-ID; refer parent article in summary buffer.
9015
9016 * message.el (message-bounce): Call mime-to-mml.
9017
9018 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
9019
9020 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9021
9022 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9023
9024 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9025 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9026 displayed of multipart/alternative part if it is invoked from summary
9027 buffer.
9028
9029 * mm-view.el (mm-inline-text-html-render-with-w3m)
9030 (mm-inline-text-html-render-with-w3m-standalone)
9031 (mm-inline-render-with-function): Use mail-parse-charset by default.
9032
9033 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
9034
9035 * parse-time.el (parse-time-string-chars): Check if CHAR
9036 is less than the length of parse-time-syntax.
9037
9038 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
9039
9040 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9041 from gnus-newsgroup-processable.
9042
9043 2007-04-16 Didier Verna <didier@xemacs.org>
9044
9045 * gnus-msg.el (gnus-configure-posting-styles):
9046 Handle message-signature-directory properly with :file syntax.
9047 Reported by "Leo".
9048
9049 2007-04-11 Didier Verna <didier@xemacs.org>
9050
9051 New user option: message-signature-directory.
9052 * gnus-msg.el (gnus-configure-posting-styles): Support it.
9053 * message.el (message-insert-signature): Ditto.
9054 * message.el (message-signature-file): Doc update.
9055 * message.el (message-signature-directory): New.
9056
9057 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
9058
9059 * gnus-msg.el (gnus-inews-yank-articles):
9060 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9061
9062 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * message.el (message-yank-original): Make sure cited text ends with
9065 newline; don't exchange point and mark.
9066
9067 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
9068
9069 * tls.el (open-tls-stream): Properly handle case where there
9070 is no associated buffer.
9071
9072 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
9073
9074 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9075 message-yank-original, make sure (< mark TEXT point).
9076
9077 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9078
9079 * message.el (message-fill-column): New variable.
9080 (message-mode): Use it. Add comment on a possible new hook.
9081
9082 * nnmail.el (nnmail-spool-file): Mark as obsolete.
9083 (nnmail-get-new-mail): Reformat.
9084
9085 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9086
9087 * gmm-utils.el: Fix Commentary.
9088 (gmm-tool-bar-from-list): Fix typo in doc string.
9089
9090 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
9091
9092 * message.el (message-yank-original): Don't switch point and mark
9093 unnecessarily to put point and mark as documented.
9094
9095 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9096
9097 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9098 from the message heads.
9099
9100 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
9101
9102 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9103 article buffer does not have a window. This may not be the best
9104 solution but is certainly better than setting the start of the null,
9105 that is the current, window.
9106
9107 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
9108
9109 * gnus-draft.el (gnus-draft-setup-hook): New hook.
9110 (gnus-draft-setup): Run it.
9111
9112 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9113 gnus-score-fast-scoring. Allow regexp.
9114 (gnus-score-headers): Use it.
9115
9116 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9117 XEmacs.
9118
9119 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9120 string.
9121 (gnus-button-alist): Also catch `<f1> k ...'.
9122 (gnus-treat-display-x-face): Fix doc string.
9123
9124 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9125
9126 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9127 evaluation of gnus-extended-version to ensure correct generation of the
9128 User-Agent header when message-generate-headers-first is used.
9129
9130 2007-03-24 Simon Josefsson <simon@josefsson.org>
9131
9132 * hashcash.el (hashcash-generate-payment-async): Don't crash if
9133 hashcash-path is nil. Don't call callback with incorrect number of
9134 parameters if val is 0.
9135
9136 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9137
9138 * message.el (message-required-news-headers):
9139 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9140
9141 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
9142
9143 * message.el (message-generate-new-buffers): Change the meaning of the
9144 nil value; add `standard' to the choices; treat t as `unique'; improve
9145 doc string.
9146 (gnus-select-frame-set-input-focus): Autoload.
9147 (message-buffer-name): Search for the existing message buffer if
9148 message-generate-new-buffers is nil or `standard'; treat the value t of
9149 message-generate-new-buffers as `unique'.
9150 (message-pop-to-buffer): Raise the frame already displaying the message
9151 buffer; clear the echo area after querying.
9152 (message-setup): Pass the `continue' argument to compose-mail.
9153 (message-mail): Prefer `switch-function' if it is given; search for the
9154 existing message buffer if the `continue' argument is non-nil; pass
9155 continue and switch-function arguments to compose-mail by way of
9156 message-setup.
9157 (message-mail-other-window): Adjust argument of message-setup.
9158 (message-mail-other-frame): Ditto.
9159
9160 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9161
9162 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9163 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9164 to turn font-lock on when turning gnus-message-citation-mode on.
9165
9166 2007-03-06 Daiki Ueno <ueno@unixuser.org>
9167
9168 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9169 (mml-smime-function-alist): New variable; add epg as the backend.
9170 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9171 mml-smime- functions instead.
9172 * mm-view.el: Require smime.
9173
9174 2007-03-05 Didier Verna <didier@xemacs.org>
9175
9176 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9177 instead of just inheritance for posting styles.
9178 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9179
9180 2007-02-24 John Paul Wallington <jpw@pobox.com>
9181
9182 * tls.el (tls-certtool-program): Fix custom type.
9183
9184 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9185
9186 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9187 and point-at-eol instead of line-(beginning|end)-position.
9188
9189 * assistant.el (assistant-parse-buffer): Ditto.
9190
9191 2007-02-28 Daiki Ueno <ueno@unixuser.org>
9192
9193 * mml2015.el (mml2015-epg-find-usable-key): New function.
9194 (mml2015-epg-sign): Use it.
9195 (mml2015-epg-encrypt): Use it.
9196
9197 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
9198
9199 * message.el (message-make-in-reply-to): Quote name containing
9200 non-ASCII characters. It will make the RFC2047 encoder cause an error
9201 if there are special characters. Reported by NAKAJI Hiroyuki
9202 <nakaji@jp.freebsd.org>.
9203
9204 2007-02-27 Didier Verna <didier@xemacs.org>
9205
9206 Include the group parameters as well as the topic ones in the
9207 inheritance filter process.
9208 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9209 argument GROUP-PARAMS-LIST.
9210 * gnus-topic.el (gnus-group-topic-parameters): Use it.
9211
9212 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
9213
9214 * nntp.el (nntp-never-echoes-commands)
9215 (nntp-open-connection-functions-never-echo-commands): New variables.
9216 (nntp-send-command): Use them.
9217
9218 2007-02-20 Daiki Ueno <ueno@unixuser.org>
9219
9220 * mml2015.el (mml2015-epg-verify): Simplify.
9221
9222 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9223
9224 * mml.el (mml-content-disposition-alist): New user option.
9225 (mml-content-disposition): New function.
9226 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9227 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9228
9229 2007-02-19 Daiki Ueno <ueno@unixuser.org>
9230
9231 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9232 verification.
9233
9234 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9235
9236 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9237 articles posted in the last 24 hours.
9238
9239 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9242
9243 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
9244
9245 * nntp.el (nntp-send-command): Don't wait for echoes when
9246 nntp-open-ssl-stream is used.
9247
9248 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9249
9250 * gnus-cite.el (gnus-test-font-lock-add-keywords)
9251 (gnus-message-add-citation-keywords)
9252 (gnus-message-remove-citation-keywords): Remove.
9253 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9254 directly, make the variables in font-lock-defaults buffer-local, add
9255 gnus-message-citation-keywords to them and then update the value of
9256 font-lock-keywords.
9257
9258 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
9259
9260 * message.el (message-cite-original-1): Don't call
9261 gnus-article-highlight-citation.
9262
9263 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9264 citations; fix line count.
9265
9266 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
9267
9268 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9269 (gnus-message-add-citation-keywords)
9270 (gnus-message-remove-citation-keywords): Use it; fix the emulating
9271 versions of font-lock-add-keywords and font-lock-remove-keywords to
9272 work with XEmacs correctly.
9273
9274 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9275
9276 * gnus-cite.el (gnus-cite-face-list): Set the values of
9277 gnus-message-max-citation-depth and gnus-message-citation-keywords.
9278 (gnus-message-max-citation-depth): Use defvar rather than defconst.
9279 (gnus-message-cite-prefix-regexp): New variable.
9280 (gnus-message-search-citation-line): Use it; protect against long
9281 citation prefix; fill match data with nil rather than 0 for XEmacs; set
9282 the 0th match data for Emacs.
9283 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9284 (gnus-message-add-citation-keywords): Append keywords rather than
9285 prepending; emulate font-lock-add-keywords if it is not available.
9286 (gnus-message-remove-citation-keywords):
9287 Emulate font-lock-remove-keywords if it is not available.
9288
9289 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9290
9291 * message.el (message-cite-prefix-regexp): Set the value of
9292 gnus-message-cite-prefix-regexp.
9293
9294 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9295
9296 * nnweb.el (nnweb-google-parse-1): Update parser.
9297
9298 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
9299
9300 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9301
9302 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9303
9304 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9305 regexp.
9306
9307 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9308
9309 * uudecode.el (uudecode-string-to-multibyte): New function emulating
9310 string-to-multibyte.
9311 (uudecode-decode-region-internal): Use it.
9312
9313 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
9314
9315 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9316 Fix custom choice.
9317
9318 * gnus-art.el (gnus-signature-limit): Fix custom choice.
9319
9320 2007-01-22 Daiki Ueno <ueno@unixuser.org>
9321
9322 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9323
9324 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9325 `write-region' to respect `mm-inhibit-file-name-handlers'.
9326
9327 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9330 Use gnus-home-directory instead of "~/" or "$HOME".
9331
9332 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
9333
9334 * encrypt.el (encrypt-insert-file-contents): Add better prompt
9335 to mention filename.
9336 Add comments at beginning regarding usage.
9337 (encrypt-write-file-contents): Change interactive so a string is
9338 acceptable. If the file has no associated model, show an error instead
9339 of a nonsense prompt.
9340
9341 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9342
9343 * spam.el (spam-bsfilter-ham-switch): Fix typo.
9344 Thanks to Yoshihiko Yamada for kind notification of this typo.
9345
9346 2007-01-12 Kenichi Handa <handa@m17n.org>
9347
9348 * uudecode.el (uudecode-decode-region-internal): Make it work in a
9349 multibyte buffer.
9350
9351 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
9352
9353 * gnus-score.el (gnus-score-fast-scoring): New variable.
9354 (gnus-score-headers): Use it.
9355
9356 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9357
9358 * message.el (message-cite-original-1):
9359 Call gnus-article-highlight-citation if requested.
9360 (message-make-from): Allow name and address as optional arguments.
9361
9362 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9363
9364 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9365 bugs to doc string.
9366 (gnus-button-alist): Add mid\\|message-id.
9367 (gnus-button-fetch-group): Extend for use in
9368 `browse-url-browser-function'.
9369 (gnus-button-url-regexp): Try to catch paired parentheses like in
9370 Wikipedia URLs.
9371
9372 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9373 Suggested by Simon Krahnke <overlord@gmx.li>.
9374
9375 2007-01-13 Romain Francoise <romain@orebokech.com>
9376
9377 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9378 Update copyright.
9379
9380 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
9381
9382 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9383
9384 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
9385
9386 * gnus-registry.el (gnus-registry-unfollowed-groups)
9387 (gnus-registry-split-fancy-with-parent): Fix documentation.
9388
9389 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9390
9391 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9392 from nnweb groups.
9393
9394 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
9395
9396 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9397 Xref urls. Erase buffer before requesting head.
9398
9399 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9400
9401 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
9402
9403 * gnus-soup.el (gnus-soup): New custom group. Make user variables
9404 customizable.
9405
9406 2007-01-05 Daiki Ueno <ueno@unixuser.org>
9407
9408 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9409 no signing key is found.
9410 (mml2015-epg-encrypt): Ask user whether to skip or abort if
9411 no encrypting and/or signing key is found.
9412
9413 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9414
9415 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9416
9417 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9418
9419 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9420 headers read from disk with the ones newly found in the current search.
9421 This should no longer cause problems, because the article numbers in
9422 Gmane's `nov.php' output are ignored since the previous change.
9423
9424 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9425
9426 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9427
9428 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
9429
9430 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9431
9432 2007-01-01 Romain Francoise <romain@orebokech.com>
9433
9434 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9435
9436 2006-12-31 Steve Youngs <steve@sxemacs.org>
9437
9438 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9439 `define-minor-mode' macro definition expanded properly.
9440 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9441 exclude it there.
9442
9443 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9444 of 2006-12-30. The default is nil on (S)XEmacs already because of the
9445 `fboundp' test.
9446 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9447 This is OK to autoload in (S)XEmacs now.
9448
9449 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9450
9451 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9452 keystroke.
9453 (gnus-summary-limit-to-singletons): Fix typo.
9454
9455 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9456 else fails.
9457
9458 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9459
9460 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9461 docstring.
9462
9463 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9464 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9465 (gnus-summary-insert-dormant-articles): Fix typo in message.
9466
9467 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
9468
9469 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9470 nil for XEmacs.
9471 (gnus-message-citation-mode): Don't autoload in XEmacs.
9472
9473 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9474
9475 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
9476
9477 * nnimap.el (nnimap-expunge-search-string):
9478 Mention nnimap-search-uids-not-since-is-evil in docstring.
9479
9480 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * spam.el: Revert to make-obsolete-variable because
9483 define-obsolete-variable-alias is not supported in Emacs 21.
9484
9485 * spam.el (spam-ifile-path, spam-ifile-database-path)
9486 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9487 make-obsolete-variable.
9488 (spam-bsfilter-path, spam-bsfilter-program)
9489 (spam-spamassassin-path, spam-spamassassin-program)
9490 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9491 Don't use "path" inappropriately.
9492 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9493 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9494 variable names.
9495
9496 2006-12-28 Daiki Ueno <ueno@unixuser.org>
9497
9498 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9499 summary buffer.
9500
9501 * password.el (password-cache-remove): Use clear-string to burn
9502 password, if available.
9503
9504 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9505
9506 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9507
9508 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9509
9510 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9511 (gnus-message-highlight-citation): Move defcustom here from
9512 gnus-cite.el.
9513 (gnus-message-citation-mode): Autoload.
9514
9515 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
9516 checks to make it compile with XEmacs.
9517 (gnus-message-citation-mode): New minor mode.
9518 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9519 (gnus-message-highlight-citation): New variables.
9520 (gnus-message-search-citation-line)
9521 (gnus-message-add-citation-keywords)
9522 (gnus-message-remove-citation-keywords)
9523 (turn-on-gnus-message-citation-mode)
9524 (turn-off-gnus-message-citation-mode): New functions.
9525
9526 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
9527
9528 * gnus-cite.el: Enable highlighting of different citation levels in
9529 message-mode.
9530
9531 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
9532
9533 * message.el (message-make-fqdn): Fix comment.
9534 (message-bogus-system-names): Add ".local".
9535
9536 * spam.el (spam-ifile-path, spam-ifile-program)
9537 (spam-ifile-database-path, spam-ifile-database)
9538 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9539 Don't use "path" inappropriately.
9540 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9541 strings.
9542 (spam-check-ifile, spam-ifile-register-with-ifile)
9543 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9544 Use new variable names.
9545
9546 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9547 (gnus-treat-display-smileys): Simplify using
9548 gnus-image-type-available-p.
9549
9550 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9551 available.
9552
9553 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9554
9555 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9556 one after turning on the buffer's multibyteness instead of decoding
9557 them directly in the unibyte buffer that causes unexpected conversion
9558 in Emacs 23 (unicode).
9559
9560 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9561
9562 * message.el (message-generate-hashcash): Fix custom type.
9563
9564 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9565
9566 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9567
9568 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
9569
9570 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9571 disconnect icons. Add help text.
9572
9573 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
9574
9575 * spam.el (spam-extra-header-to-number): CRM114 spam score is
9576 negated to be consistent with the others we handle.
9577
9578 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9579
9580 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9581 version of gnus-summary-buffer to something, so that we can use two
9582 article buffers at the same time.
9583
9584 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
9585
9586 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9587 trigger all the extra headers.
9588 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9589 sorting.
9590
9591 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9592
9593 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9594 solid groups.
9595
9596 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
9597
9598 * legacy-gnus-agent.el: Add Copyright notice.
9599
9600 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
9601
9602 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9603
9604 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605
9606 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9607
9608 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9609 to make it work reliably in CVS Emacs.
9610 (gnus-summary-limit-strange-charsets-predicate)
9611 (gnus-summary-limit-to-predicate): New functions.
9612
9613 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
9614
9615 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9616 specifying array size.
9617 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9618 array if it is too small.
9619 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9620 (gnus-sort-threads-loop): New function.
9621
9622 2006-12-06 Chris Moore <dooglus@gmail.com>
9623
9624 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9625 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9626
9627 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
9628
9629 * mm-url.el (mm-url-predefined-programs): Call curl with correct
9630 options.
9631
9632 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9633
9634 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9635 DOS-ing the recipient.
9636
9637 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9638 the headers when creating the mapping to avoid mismappings.
9639 (nnweb-gmane-create-mapping): Always nix out old mapping.
9640
9641 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9642
9643 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9644 and mm-verify-option to never.
9645
9646 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
9647
9648 * message.el (message-signed-or-encrypted-p): New function.
9649 (message-forward-make-body): Use it.
9650
9651 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9652 Replace encode-coding-string with mm-encode-coding-string.
9653
9654 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
9655
9656 * nneething.el (nneething-decode-file-name):
9657 Replace decode-coding-string with mm-decode-coding-string.
9658
9659 * gnus-int.el (gnus-open-server): Say failed server's name.
9660
9661 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
9662
9663 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9664 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9665
9666 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9667 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9668 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9669 (gnus-group-make-directory-group, gnus-group-transpose-groups):
9670 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9671 (gnus-subscribe-newsgroup, gnus-1):
9672 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9673 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9674 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9675 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9676
9677 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9678
9679 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9680 keystroke.
9681 (gnus-summary-limit-to-bodies): Implement headersp.
9682
9683 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9684
9685 * dns.el (query-dns): Protect against "Process dns deleted" strings.
9686
9687 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9690
9691 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9692
9693 * message.el (message-generate-hashcash): Expand range of values to
9694 include `opportunistic'.
9695 (message-send-mail): Use it.
9696
9697 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9698
9699 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9700 and comment it.
9701
9702 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9703
9704 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
9705
9706 * gnus-util.el (gnus-extract-address-components): Improve comment.
9707
9708 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9709
9710 * gnus-util.el (gnus-extract-address-components): Work with address in
9711 which the name portion contains @.
9712
9713 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9714
9715 * gnus.el (gnus-start): Move custom group up.
9716 (gnus-select-method): Don't autoload, but make it available for
9717 `customize-variable'.
9718 (gnus-getenv-nntpserver): Don't autoload.
9719
9720 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
9721
9722 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9723
9724 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9725
9726 * message.el (message-sendmail-extra-arguments): New variable.
9727 (message-send-mail-with-sendmail): Use it.
9728
9729 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
9730
9731 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9732 mm-with-unibyte-current-buffer to make string unibyte.
9733
9734 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9735 mm-string-as-multibyte.
9736
9737 2006-11-14 Daiki Ueno <ueno@unixuser.org>
9738
9739 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9740 Reported by Werner Koch <wk@gnupg.org>.
9741
9742 2006-11-14 Daiki Ueno <ueno@p360>
9743
9744 * mml2015.el: Autoload epa-select-keys when compiling.
9745
9746 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9747
9748 * mml2015.el (mml2015-epg-sign): Save the signing keys in
9749 message-options.
9750 (mml2015-epg-encrypt): Save the recipient keys in message-options.
9751
9752 2006-11-13 Daiki Ueno <ueno@unixuser.org>
9753
9754 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9755 EasyPG (< 0.0.6).
9756 (mml2015-always-trust): New user option.
9757 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9758 prompt.
9759
9760 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9761
9762 * nntp.el (nntp-authinfo-force): New variable.
9763 (nntp-send-authinfo): Use it.
9764
9765 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
9766
9767 * message.el (message-strip-subject-encoded-words): Allow _not_ to
9768 decode encoded words. Improve prompt. Add comment about forwarding.
9769 (message-replacement-char): Move up.
9770
9771 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
9772
9773 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9774 instead of gnus-intersection because arguments of gnus-sorted-nunion
9775 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
9776
9777 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
9778
9779 * message.el (message-strip-subject-encoded-words): Reformat prompt.
9780 (message-simplify-subject-functions):
9781 Enable message-strip-subject-encoded-words by default.
9782
9783 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
9784
9785 * message.el (message-strip-subject-encoded-words): New function.
9786 (message-simplify-subject-functions): New variable.
9787 (message-simplify-subject): Use it. Fix typo in doc string.
9788 Support message-strip-subject-encoded-words.
9789
9790 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
9791
9792 * gnus-diary.el (gnus-diary-delay-format-function):
9793 * nndiary.el (nndiary-reminders):
9794 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9795
9796 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9797
9798 * gnus-art.el (article-hide-boring-headers): Fetch date from
9799 gnus-original-article-buffer to avoid problems with localized date
9800 strings.
9801
9802 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
9803
9804 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9805
9806 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
9807
9808 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9809 New variables.
9810 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9811 (mm-charset-synonym-alist): Move some entries to
9812 mm-codepage-iso-8859-list.
9813 (mm-charset-synonym-alist, mm-charset-override-alist):
9814 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9815
9816 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9817
9818 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9819
9820 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
9821
9822 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9823 with Emacs 21 and XEmacs.
9824
9825 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
9826
9827 * spam.el (spam-parse-address): New function for better parsing,
9828 catching errors, etc.
9829 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9830
9831 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9832
9833 * mm-view.el: Add interactive arg to html2text autoload.
9834
9835 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9838
9839 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
9840
9841 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9842 New variables.
9843 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9844 (mm-charset-synonym-alist): Move some entries to
9845 mm-codepage-iso-8859-list.
9846
9847 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9848
9849 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
9850
9851 * message.el (message-citation-line-format)
9852 (message-insert-formated-citation-line): Fix implementation of %E, %N
9853 and %n according to the doc string.
9854
9855 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
9856
9857 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9858 Use car-safe to avoid bad parses.
9859
9860 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
9861
9862 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9863 names.
9864
9865 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9866
9867 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9870 header.
9871
9872 * message.el (message-draft-headers): Add Date.
9873 (message-headers-to-generate): Fix typo in docstring.
9874
9875 * nndraft.el (nndraft-required-headers): New variable.
9876 (nndraft-generate-headers): Use it.
9877
9878 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9879
9880 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9881
9882 * gnus-registry.el (gnus-registry-wash-for-keywords)
9883 (gnus-registry-find-keywords): New functions to allow easy searching of
9884 articles that are in the registry.
9885
9886 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
9887
9888 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9889 Use ietf-drums-parse-address instead of gnus-extract-address-components.
9890 Reported by Damien Elmes <damien@repose.cx>.
9891
9892 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
9893
9894 * gnus.el (gnus-mime): Remove unused custom group.
9895
9896 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
9897
9898 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9899 "blank line" when searching for end of armor headers.
9900
9901 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
9902
9903 * gmm-utils.el (gmm-write-region): Fix variable name.
9904
9905 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9906
9907 * gmm-utils.el (gmm-write-region): New function based on compatibility
9908 code from `mm-make-temp-file'.
9909
9910 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9911
9912 * nnmaildir.el (nnmaildir--update-nov)
9913 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9914 Use `gmm-write-region'.
9915
9916 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
9917
9918 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9919 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9920
9921 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9922
9923 * message.el (message-replacement-char): New variable.
9924 (message-fix-before-sending): Use it.
9925 (message-simplify-subject): New function to remove duplicate code.
9926 (message-reply, message-followup): Use it.
9927
9928 * gnus-sum.el (gnus-summary-make-menu-bar):
9929 Clarify gnus-summary-limit-to-articles.
9930
9931 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
9932
9933 * gnus-util.el (gnus-with-local-quit): New macro.
9934
9935 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9936
9937 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
9938
9939 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9940 ignore non-string data.
9941
9942 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9943
9944 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9945 non-string data (needs to be done in the registry too).
9946
9947 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9948
9949 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9950 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9951 (gnus-registry-split-fancy-with-parent)
9952 (gnus-registry-fetch-simplified-message-subject-fast)
9953 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9954 Remove text properties on ingress into the registry and when it's saved.
9955 (gnus-registry-clean-empty-function): Fix bug with cleaning the
9956 registry from entries with no groups.
9957
9958 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9959
9960 * gnus-util.el (gnus-string-remove-all-properties): Add utility
9961 function to remove string properties.
9962
9963 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
9964
9965 * gmm-utils.el (gmm): Adjust custom version.
9966
9967 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9968 Adjust custom version.
9969
9970 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9971
9972 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
9973
9974 * gnus-art.el (gnus-insert-prev-page-button)
9975 (gnus-insert-next-page-button): Simplify. Reformat.
9976
9977 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9978
9979 * gnus-art.el (gnus-insert-prev-page-button)
9980 (gnus-insert-next-page-button): Apply gnus-article-button-face.
9981
9982 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9985
9986 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
9987
9988 * gnus-art.el (gnus-insert-mime-button)
9989 (gnus-insert-mime-security-button):
9990 Apply gnus-article-button-face to MIME and security buttons.
9991
9992 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
9993
9994 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9995 readable.
9996
9997 2006-09-20 Steve Youngs <steve@sxemacs.org>
9998
9999 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10000 `browse-url-of-file' instead of `browse-url'.
10001
10002 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10003
10004 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10005 regexp. Articles containing quotation were cut prematurely.
10006
10007 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
10008
10009 * message.el (message-cite-original-1): Use nobody by default for the
10010 value of From header.
10011 (message-reply): Ditto.
10012
10013 2006-09-11 Daiki Ueno <ueno@unixuser.org>
10014
10015 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10016 to the gnus-info. This fixes a bug of inline-PGP message verification.
10017 Reported by Michael Piotrowski <mxp@dynalabs.de>.
10018
10019 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10022 mails in the doc string. Add some URLs in comment.
10023 (pop3-movemail): Warn about pop3-leave-mail-on-server.
10024
10025 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10028 backslashes handling and the way to find boundaries of quoted strings.
10029
10030 2006-09-07 Daiki Ueno <ueno@unixuser.org>
10031
10032 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10033 mml1991-encrypt-to-self is set and mml1991-signers is not set.
10034 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10035 mml2015-encrypt-to-self is set and mml2015-signers is not set.
10036
10037 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
10038
10039 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
10040 doc string.
10041 (gnus-button-regexp, gnus-button-last): Remove unused variables.
10042
10043 2006-09-06 Simon Josefsson <jas@extundo.com>
10044
10045 * mml2015.el (mml2015-use): Doc fix, mention epg.
10046
10047 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10048
10049 * mml2015.el (mml2015-use): Default to epg, if available.
10050
10051 2006-09-06 Daiki Ueno <ueno@unixuser.org>
10052
10053 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10054 message-sender.
10055 (mml1991-epg-encrypt): Ditto.
10056 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10057 message-sender.
10058 (mml2015-epg-encrypt): Ditto.
10059
10060 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
10061
10062 * message.el (message-send-mail-with-sendmail): Look for sendmail in
10063 several common directories.
10064
10065 2006-09-05 Daiki Ueno <ueno@unixuser.org>
10066
10067 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10068 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10069
10070 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10071
10072 * gnus-art.el (article-decode-encoded-words): Make it fast.
10073
10074 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
10075
10076 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10077
10078 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10079 in quoted string into `\'.
10080
10081 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10082
10083 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10084 Use standard-syntax-table.
10085
10086 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10087
10088 * gnus-art.el (gnus-decode-address-function): New variable.
10089 (article-decode-encoded-words): Use it to decode headers which are
10090 assumed to contain addresses.
10091 (gnus-mime-delete-part): Remove useless `or'.
10092
10093 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10094 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10095 (gnus-nov-parse-line): Use it to decode From header.
10096 (gnus-get-newsgroup-headers): Ditto.
10097 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10098
10099 * mail-parse.el (mail-decode-encoded-address-region): New alias.
10100 (mail-decode-encoded-address-string): New alias.
10101
10102 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10103 New function.
10104 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10105 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10106 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10107 (rfc2047-decode-string): Ditto.
10108 (rfc2047-decode-address-region): New function.
10109 (rfc2047-decode-address-string): New function.
10110
10111 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * message.el (message-caesar-buffer-body): Allow rotating headers.
10114
10115 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10116
10117 * message.el (message-insert-formated-citation-line): Fix %f.
10118 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10119
10120 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
10121
10122 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10123 (gnus-bookmark-mouse-available-p): New macro.
10124 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10125 (gnus-bookmark-bmenu-show-infos): Use it.
10126 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10127 (gnus-bookmark-bmenu-hide-infos): Ditto.
10128 (gnus-bookmark-remove-properties): New function.
10129 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10130 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10131 (gnus-bookmark-write-file): Bind coding-system-for-write.
10132 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10133 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10134 group before selecting it.
10135 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10136 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10137 quit-window if it is not available; use gnus-mouse-2 and bind it to
10138 gnus-bookmark-bmenu-select-by-mouse.
10139 (gnus-bookmark-show-details): Remove unused variable `details-list'.
10140 (gnus-bookmark-bmenu-select-by-mouse): New function.
10141
10142 2006-08-13 Romain Francoise <romain@orebokech.com>
10143
10144 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10145 space.
10146
10147 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * compface.el (uncompface): Use binary rather than raw-text-unix.
10150
10151 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * compface.el (uncompface): Make sure the eol conversion doesn't take
10154 place when communicating with the external programs.
10155 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10156
10157 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * nnheader.el (nnheader-insert-head): Fix typo in comment.
10160
10161 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10162
10163 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10164 Make it more robust by parsing author and date independently.
10165
10166 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10167
10168 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10169
10170 2006-07-28 Daiki Ueno <ueno@unixuser.org>
10171
10172 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10173 first matching secret key.
10174 (mml2015-epg-encrypt): Ditto.
10175
10176 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10177 first matching secret key.
10178 (mml1991-epg-encrypt): Ditto.
10179
10180 * mml2015.el (mml2015-encrypt-to-self): New user option.
10181 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10182 mml2015-epg-encrypt-to-self is set.
10183
10184 * mml1991.el (mml1991-encrypt-to-self): New variable.
10185 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10186 mml1991-epg-encrypt-to-self is set.
10187
10188 * mml2015.el (mml2015-signers): New user option.
10189 (mml2015-epg-sign): Reflect the value of mml2015-signers.
10190 (mml2015-epg-encrypt): Allow to select signing keys.
10191
10192 * mml1991.el (mml1991-signers): New variable.
10193 (mml1991-epg-sign): Reflect the value of mml1991-signers.
10194 (mml1991-epg-encrypt): Allow to select signing keys.
10195
10196 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * nnheader.el (nnheader-insert-head): Make it work even if the file
10199 uses CRLF for the line-break code.
10200
10201 2006-07-25 Daiki Ueno <ueno@unixuser.org>
10202
10203 * mml2015.el: Require mml-sec instead of password.
10204 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10205 (mml2015-cache-passphrase): Inherit the default value from
10206 mml-secure-cache-passphrase.
10207 (mml2015-passphrase-cache-expiry): Inherit the default value from
10208 mml-secure-passphrase-cache-expiry.
10209
10210 * mml1991.el: Require mml-sec instead of password.
10211 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10212 (mml1991-cache-passphrase): Inherit the default value from
10213 mml-secure-cache-passphrase.
10214 (mml1991-passphrase-cache-expiry): Inherit the default value from
10215 mml-secure-passphrase-cache-expiry.
10216
10217 * mml-sec.el: Require password.
10218 (mml-secure-verbose): New user option.
10219 (mml-secure-cache-passphrase): New user option.
10220 (mml-secure-passphrase-cache-expiry): New user option.
10221
10222 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10223
10224 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10225 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
10226 andreas@altroot.de (Andreas Vögele).
10227
10228 FIXME: Use `tiny change'?
10229
10230 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10231
10232 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10233 workaround for the url package included with Emacs.
10234
10235 * nnweb.el (nnweb-google-create-mapping): Update regexp.
10236
10237 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
10238
10239 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10240 correctly. This fixes a bug caused by the 2006-05-12 change.
10241
10242 2006-07-18 Karl Fogel <kfogel@red-bean.com>
10243
10244 * nnmail.el (nnmail-article-group): If splitting raises an error, give
10245 some information about the error when saying that the `bogus' mail
10246 group will be used.
10247
10248 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
10249
10250 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10251 string.
10252
10253 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
10254
10255 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10256
10257 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10258
10259 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10260
10261 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10262
10263 * mml1991.el (mml1991-function-alist): Add epg.
10264 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10265 (mml1991-epg-encrypt): New functions.
10266
10267 2006-07-10 Daiki Ueno <ueno@unixuser.org>
10268
10269 * mml2015.el (mml2015-verbose): New variable.
10270 (mml2015-cache-passphrase): Ditto.
10271 (mml2015-passphrase-cache-expiry): Ditto.
10272 (mml2015-function-alist): Add epg.
10273 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10274 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10275 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10276 New functions.
10277
10278 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10279
10280 * message.el (message-cite-original-1): Preserve region when removing
10281 quoted text due to X-No-Archive in order to avoid bogus attribution
10282 when citing multiple messages.
10283
10284 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10285
10286 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10287 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10288
10289 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
10290
10291 * gnus-diary.el (gnus-user-format-function-d)
10292 (gnus-user-format-function-D): Autoload.
10293
10294 * imap.el (Commentary): Fix typo.
10295
10296 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10297 2006-04-22 contribution.
10298
10299 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10300
10301 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10302 It didn't really fix the bogosity I'm seeing with solid web groups.
10303
10304 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10305
10306 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10307 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10308 created using server names. If we use the feature without declaring
10309 it, Gnus does not properly manage server and group state.
10310
10311 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10312 bound.
10313
10314 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10315
10316 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10317 looking up the method using GROUP's prefix before inventing a new one.
10318 It is used on killed/unknown groups in various places where returning
10319 an all-new method isn't expected by the caller.
10320
10321 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10322 and match semantics of gnus-group-real-prefix.
10323
10324 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
10325
10326 * nnmail.el (nnmail-broken-references-mailers): New variable.
10327 (nnmail-ignore-broken-references): New function generalizing
10328 nnmail-fix-eudora-headers.
10329 (nnmail-fix-eudora-headers): Now obsolete.
10330
10331 * gnus-art.el (gnus-button-handle-custom):
10332 Support `customize-apropos*'.
10333
10334 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10335
10336 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10337
10338 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10339 articles.
10340
10341 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
10342
10343 * message.el (message-cite-reply-above): New variable.
10344 (message-yank-original): Use it.
10345
10346 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
10347
10348 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10349
10350 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
10351
10352 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10353 as read.
10354
10355 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10356
10357 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
10358
10359 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10360 (gnus-bookmark-default-file): Use gnus-directory.
10361 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10362 Remove "*" in doc string.
10363 (gnus-bookmark-write-file): Simplify.
10364 (gnus-bookmark-maybe-sort-alist): Use `when'.
10365 (gnus-bookmark-get-bookmark): Fix typo in doc string.
10366 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10367 Add FIXME about Emacs 21 and XEmacs compatibility.
10368 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10369 compatibility.
10370 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10371 compatibility.
10372 (gnus-bookmark-menu-heading): Fix version.
10373
10374 2006-06-19 Bastien Guerry <bzg@altern.org>
10375
10376 * gnus-bookmark.el: New file.
10377
10378 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * message.el (message-syntax-checks): Doc fix.
10381
10382 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10383
10384 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10385 unsubscribed groups as if they were killed ones. It causes duplicate
10386 entries in gnus-newsrc-alist.
10387
10388 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * message.el (message-syntax-checks): Doc fix.
10391 (message-send-mail): Add check for continuation headers.
10392 (message-check-news-header-syntax): Fix regexp used to check for
10393 continuation headers.
10394
10395 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
10396
10397 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10398
10399 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
10400
10401 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10402
10403 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10404
10405 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10406 default-truncate-lines.
10407
10408 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
10409
10410 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10411 to fill the utf-8 entry.
10412
10413 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10414
10415 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10416
10417 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
10418
10419 * gnus-agent.el (directory-files-and-attributes): Move all the way
10420 forward (the third and final move).
10421 (gnus-agent-read-agentview): Trap reconstruction errors due to
10422 nonexistent directory. Handle by returning nil.
10423
10424 2006-05-30 Didier Verna <didier@xemacs.org>
10425
10426 * message.el (message-dont-reply-to-names): Update the custom type.
10427 * message.el (message-dont-reply-to-names): New defsubst: potentially
10428 convert a list of regexps into a single one.
10429 * message.el (message-get-reply-headers): Use it.
10430 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10431
10432 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * gnus-agent.el (directory-files-and-attributes): Move forward.
10435
10436 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10437
10438 * gnus-ml.el (gnus-mailing-list-subscribe)
10439 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10440 (gnus-mailing-list-message): Fix doc strings.
10441
10442 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10443
10444 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10445 of doing it manually.
10446
10447 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
10448
10449 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10450 comment.
10451
10452 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
10453
10454 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10455 (gnus-agent-read-agentview): Fix handling of end-of-file error.
10456 (gnus-agent-read-local): All symbols allocated in my-obarray.
10457 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10458 (gnus-agent-regenerate-group): Check numeric names to see if they are
10459 messages or groups.
10460 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10461 better way of do this...)
10462
10463 * gnus-cache.el (gnus-agent-total-fetched-for):
10464 Ignore 'dummy.group' (there should be a better way of do this...)
10465
10466 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
10467
10468 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10469 (gnus-saved-headers): Ditto.
10470 (gnus-default-article-saver): Mention functions may have properties.
10471 (gnus-article-save): Override gnus-save-all-headers and
10472 gnus-saved-headers by :headers property which saver function may have.
10473 (gnus-summary-save-in-file): Add :headers property.
10474 (gnus-summary-write-to-file): Ditto.
10475
10476 * gnus-sum.el (gnus-summary-save-article): Bind
10477 gnus-prompt-before-saving to t when saving many articles in a file;
10478 always show all headers.
10479
10480 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10481
10482 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10483 marks.
10484
10485 * message.el (message-indent-citation): Add optional arguments to allow
10486 using it outside of message buffers.
10487
10488 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10489 (gnus-article-treat-unfold-headers): Use it.
10490 (gnus-article-truncate-lines): New variable.
10491 (gnus-article-mode): Use it.
10492 (gnus-article-toggle-truncate-lines): New function.
10493
10494 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10495 Add gnus-article-toggle-truncate-lines.
10496
10497 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10498 coding system in XEmacs, use binary.
10499
10500 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10503 after-load-alist.
10504
10505 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10506 this function should save decoded articles.
10507 (gnus-summary-write-to-file): Use property to specify this function
10508 should save decoded articles and specify gnus-summary-save-in-file
10509 should be used to save articles other than the first one when saving
10510 many articles.
10511 (gnus-summary-save-body-in-file): Use property to specify this
10512 function should save decoded articles.
10513 (gnus-summary-write-body-to-file): Use property to specify this
10514 function should save decoded articles and specify
10515 gnus-summary-save-body-in-file should be used to save articles other
10516 than the first one when saving many articles.
10517
10518 * gnus-sum.el (gnus-summary-save-article): Simplify.
10519
10520 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
10521
10522 * gnus-art.el (gnus-default-article-saver):
10523 Add gnus-summary-write-body-to-file.
10524 (gnus-article-save-coding-system): Don't use coding system object
10525 in XEmacs.
10526 (gnus-read-save-file-name): Add optional `dir-var' argument which
10527 specifies directory in which files are saved; work even if optional
10528 `variable' argument is not specified.
10529 (gnus-summary-write-to-file): Read file name.
10530 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10531 (gnus-summary-write-body-to-file): New function.
10532
10533 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10534 (gnus-summary-local-variables): Add it.
10535 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10536 (gnus-summary-save-article): Remove optional `decode' argument;
10537 determine whether to decode articles by the value of
10538 gnus-default-article-saver; when saving many files using
10539 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10540 it first and use gnus-summary-save-in-file or
10541 gnus-summary-save-body-in-file thereafter unless
10542 gnus-prompt-before-saving is always; move point to article which
10543 will be saved.
10544 (gnus-summary-save-article-file): Revert.
10545 (gnus-summary-write-article-file): Revert.
10546 (gnus-summary-save-article-body-file): Revert.
10547 (gnus-summary-write-article-body-file): New function.
10548
10549 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10550
10551 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10552
10553 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
10554
10555 * gnus-art.el (gnus-default-article-saver): Doc fix.
10556 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10557 from gnus-summary-save-article-coding-system, and default to a
10558 certain coding system.
10559 (gnus-output-to-file): Add coding cookie and encode text according
10560 to gnus-article-save-coding-system; don't use mm-append-to-file.
10561
10562 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10563 gnus-art.el and rename to gnus-article-save-coding-system.
10564 (gnus-summary-save-article): Require gnus-art; don't show all
10565 headers if it decodes articles; don't add coding cookie here;
10566 don't bind mm-text-coding-system-for-write.
10567 (gnus-summary-save-article-file): Save decoded articles.
10568 (gnus-summary-write-article-file): When saving many files, use
10569 gnus-summary-write-to-file first and gnus-summary-save-in-file
10570 thereafter unless gnus-prompt-before-saving is always.
10571 (gnus-summary-save-article-body-file): Save decoded articles.
10572
10573 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10574
10575 * nnrss.el (nnrss-check-group): Bind hash-index.
10576
10577 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
10578
10579 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10580 its hash index. Store this hash in `nnrss-group-data'.
10581 (nnrss-read-group-data): Update accordingly.
10582
10583 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10584
10585 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10586 entry.
10587
10588 * gnus-sum.el (gnus-summary-make-menu-bar):
10589 Add gnus-article-browse-html-article.
10590
10591 2006-05-23 Hynek Schlawack <hynek@ularx.de>
10592
10593 * gnus-sum.el (gnus-summary-mime-map):
10594 Add gnus-article-browse-html-article.
10595
10596 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
10597
10598 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10599 suitable coding systems in customize.
10600
10601 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10602
10603 * mail-source.el (mail-sources): Fix custom type.
10604
10605 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10606
10607 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10608 (gnus-summary-expire-articles-now): Shorten prompt.
10609
10610 * gmm-utils.el (wid-edit): Require.
10611 (defun-gmm): Rename from `gmm-defun-compat'.
10612 (gmm-image-search-load-path): Use it.
10613 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
10614
10615 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
10616
10617 * gnus-sum.el (gnus-summary-save-article-coding-system):
10618 New variable.
10619 (gnus-summary-save-article): Add optional `decode' argument.
10620 If it is set and gnus-summary-save-article-coding-system is non-nil,
10621 save decoded article.
10622 (gnus-summary-write-article-file): Save decoded article if
10623 gnus-summary-save-article-coding-system is non-nil.
10624
10625 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10626 type.
10627
10628 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
10629
10630 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10631
10632 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10633
10634 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10635 first to test gnus-single-article-buffer which may be buffer-local.
10636
10637 * gnus-sum.el (gnus-summary-setup-buffer):
10638 Make gnus-single-article-buffer buffer-local and nil in ephemeral
10639 group; make gnus-article-buffer, gnus-article-current, and
10640 gnus-original-article-buffer always buffer-local.
10641 (gnus-summary-exit): Kill article buffer belonging to ephemeral
10642 group.
10643 (gnus-handle-ephemeral-exit): Don't move to next summary line.
10644
10645 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
10646
10647 * nnml.el (nnml-request-compact-group): Compressed files might not
10648 have .gz extension.
10649
10650 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10651
10652 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10653 (mm-copy-to-buffer): Use with-current-buffer.
10654 (mm-display-part): Simplify.
10655 (mm-inlinable-p): Add optional arg `type'.
10656
10657 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10660 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10661 Try harder to show the attachment internally or externally using
10662 gnus-mime-view-part-as-type.
10663
10664 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10665
10666 * message.el (message-from-style, message-signature-separator)
10667 (message-user-organization-file, message-send-mail-function)
10668 (message-citation-line-function, message-yank-prefix)
10669 (message-indent-citation-function, message-signature)
10670 (message-signature-file, message-signature-insert-empty-line):
10671 Remove autoloads.
10672
10673 * gnus-art.el (gnus-buttonized-mime-types):
10674 Remove "multipart/signed". Revert 2006-04-26 change.
10675
10676 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10677
10678 * gnus.el (gnus-version-number): Bump version.
10679
10680 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10681
10682 * gnus.el: No Gnus v0.5 is released.
10683
10684 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10685
10686 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10687 fetching articles by message-id.
10688
10689 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10690
10691 * message.el (hashcash): Require hashcash as normal.
10692
10693 * ecomplete.el (ecomplete-highlight-match-line):
10694 Use point-at-eol.
10695 (ecomplete-highlight-match-line): Use `highlight', because that
10696 face exists in both Emacs and XEmacs.
10697
10698 * message.el (message-display-abbrev): Use point-at-bol.
10699
10700 * mail-source.el: Don't require timer/timer-funcs.
10701
10702 * gnus-async.el: Ditto.
10703
10704 * password.el: Ditto.
10705
10706 * mm-url.el: Ditto.
10707
10708 * mm-util.el: Require timer/timer-funcs.
10709
10710 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10711
10712 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10713 Close.
10714
10715 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
10716
10717 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10718 unibyte after clear-decrypt function runs.
10719
10720 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10721 returns as a unibyte string.
10722
10723 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10724
10725 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10726 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10727 (mml1991-pgg-encrypt): Ditto.
10728
10729 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
10730
10731 * message.el (message-user-organization-file): Check several
10732 locations of the organization file.
10733
10734 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10735 Add gnus-article-view-part-as-type.
10736
10737 * gnus-art.el (gnus-article-view-part-as-type): New function.
10738
10739 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10740 .mobi and .travel. Remove .nato, .bitnet and .uucp.
10741
10742 * mml.el: Simplify autoload.
10743 (mml-mode): defvar dnd-protocol-alist instead of using
10744 symbol-value.
10745 (mml-default-directory): New variable.
10746 (mml-minibuffer-read-file): Use it.
10747 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10748
10749 * message.el (message-citation-line-format): New variable.
10750 (message-insert-formated-citation-line): New function.
10751 (message-citation-line-function):
10752 Add `message-insert-formated-citation-line' to custom type.
10753
10754 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10755 to doc string.
10756
10757 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10758 depending on mm-verify-option.
10759
10760 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10761
10762 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10763 binding pgg-* variables; reimplement the section which prevents
10764 MIME header from being signed.
10765 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10766 pgg-text-mode; remove a blank line at the top of body.
10767
10768 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10769 lines at the top of body; use gnus-newsgroup-charset if there's no
10770 Charset header.
10771
10772 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
10773
10774 * message.el (message-self-insert-commands): Doc fix.
10775
10776 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10777 (mm-uu-pgp-encrypted-test): Ditto.
10778 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10779 between header and body; return application/pgp-encrypted handle
10780 if decryption failed; decode decrypted body by charset.
10781
10782 * mm-decode.el (mm-automatic-display): Don't make application/pgp
10783 element match to application/pgp-*.
10784
10785 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
10786
10787 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10788 HTML.
10789
10790 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10791
10792 * mail-source.el (mail-source-call-script): Message the error
10793 string.
10794
10795 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10796
10797 * gnus-util.el (gnus-byte-compile): Use it.
10798
10799 2006-04-22 xyblor <fake@invalid.email> (tiny change)
10800
10801 * gnus-util.el (kill-empty-logs): New function.
10802
10803 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10804
10805 * message.el (message-mail-alias-type): Doc fix.
10806 (message-mail-alias-type-p): New function.
10807 (message-send): Use it.
10808 (message-mode): Ditto.
10809 (message-strip-forbidden-properties): Ditto.
10810
10811 * ecomplete.el (ecomplete-database-file-coding-system):
10812 New variable.
10813 (ecomplete-save): Use it.
10814 (ecomplete-setup): Use it.
10815
10816 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
10817
10818 * message.el (message-self-insert-commands): New variable.
10819 (message-strip-forbidden-properties): Use it.
10820
10821 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10822
10823 * message.el (message-put-addresses-in-ecomplete): Use a regexp
10824 that doesn't make XEmacs choke.
10825
10826 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * gnus-util.el (gnus-replace-in-string):
10829 Prefer replace-regexp-in-string over of replace-in-string.
10830
10831 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
10832
10833 * gnus-util.el (gnus-select-frame-set-input-focus):
10834 Use select-frame-set-input-focus if it is available in XEmacs; use
10835 definition defined in Emacs 22 for old Emacsen.
10836
10837 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
10838
10839 * mm-view.el (mm-inline-text): Use equal instead of equalp.
10840
10841 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
10842
10843 * gnus-registry.el (gnus-registry-cache-save): Remove text
10844 properties when saving via the temp buffer.
10845
10846 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10847
10848 * message.el (message-generate-hashcash): Honor custom type.
10849
10850 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
10852 * message.el (message-generate-hashcash): Default to non-nil when
10853 hashcash is found.
10854
10855 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10856 (gnus-refer-thread-limit): Increase default to 500.
10857
10858 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10859
10860 * flow-fill.el (fill-flowed): Allow delete-space.
10861
10862 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
10863
10864 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10865 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10866 Remove autoloads.
10867
10868 2006-04-18 Simon Josefsson <jas@extundo.com>
10869
10870 * message.el (message-generate-hashcash): Default to.
10871
10872 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
10873
10874 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10875 concatenating segments rather than before concatenating them.
10876
10877 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10878
10879 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10880
10881 * imap.el (imap-quote-specials): New function.
10882 (imap-login-auth): Quote specials.
10883
10884 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10885
10886 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10887
10888 * message.el (message-forward-make-body-plain):
10889 Allow message-forward-ignored-headers to be a list.
10890 (message-remove-ignored-headers): Factor out into function.
10891 (message-forward-make-body-mml): Use it.
10892 * rfc2231.el (rfc2231-parse-string): Remove dead code.
10893 (rfc2231-parse-string): Allow concatanation of parameters that
10894 aren't contiguous. The test case is
10895 (mail-header-parse-content-type "message/external-body;
10896 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10897 access-type=LOCAL-FILE;
10898 name*1*=plugh%2fhello-sailor%2fbing.pdf")
10899
10900 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * nntp.el (nntp-accept-process-output): Return the value of
10903 `nnheader-accept-process-output'.
10904
10905 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10906
10907 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10908 (gnus-button-alist): Recognize more diff formats.
10909 (gnus-button-patch): Strip directory.
10910
10911 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
10912
10913 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10914 Emacs 22 when setting focus.
10915
10916 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * gnus-art.el (gnus-article-treat-types): Do treatment of
10919 text/x-verbatim parts.
10920 (gnus-button-patch): New command.
10921
10922 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10923 addresses that contain invalid characters.
10924
10925 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10926
10927 * message.el (message-put-addresses-in-ecomplete):
10928 Use gnus-replace-in-string.
10929 (message-is-yours-p): Use the more correct
10930 mail-header-parse-address instead of
10931 mail-extract-address-components.
10932 (message-put-addresses-in-ecomplete): Fix typo.
10933
10934 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10935 keystroke.
10936
10937 * gnus-art.el (gnus-treatment-function-alist): Change order of
10938 newsgroups/generic header folding to avoid double-folding.
10939
10940 * message.el (message-hidden-headers): Add X-Draft-From.
10941
10942 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10943 New command.
10944 (gnus-summary-repeat-search-article-backward): New command.
10945
10946 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10947 groups in the parent topic.
10948
10949 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
10950
10951 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10952 (spam-extra-header-to-number): Return the CRM114 number as a
10953 number instead of a string.
10954
10955 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10956
10957 * gnus-art.el (gnus-face-properties-alist): Move here from
10958 gnus-fun.
10959
10960 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10961
10962 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10963
10964 * message.el (message-strip-forbidden-properties): Only display on
10965 self-insert-command.
10966
10967 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10968 reindent.
10969 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10970
10971 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
10972
10973 * smiley.el (smiley-style): Fix typo.
10974
10975 2006-03-23 Kenichi Handa <handa@m17n.org>
10976
10977 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10978 instead of set-buffer-multibyte.
10979
10980 2006-03-23 Kenichi Handa <handa@m17n.org>
10981
10982 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10983 buffer and then decode the buffer text if necessary.
10984 (rfc2231-encode-string): Be sure to work on multibyte buffer at
10985 first, and after mm-encode-body, change the buffer to unibyte.
10986
10987 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10988
10989 * hashcash.el (hashcash-insert-payment-async-2):
10990 Use message-goto-eoh instead of doing it manually.
10991 (mail-add-payment): Use message-narrow-to-header instead of trying
10992 to do the same itself.
10993
10994 * message.el (message-hidden-headers): Add Face.
10995
10996 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10997 reparenting code.
10998 (gnus-summary-reparent-children): Refactored out code.
10999 (gnus-summary-thread-map): New keystroke.
11000 (gnus-summary-reparent-children): Make into command.
11001
11002 * smiley.el (smiley-style): Default to `medium' if using a large
11003 font.
11004
11005 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11006 does it itself.
11007
11008 * message.el (message-point-in-header-p): Simplify definition.
11009
11010 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11011
11012 * nnagent.el (nnagent-request-set-mark): Silence log file
11013 writing.
11014 (nnagent-request-set-mark): Use write-region instead of
11015 append-to-file.
11016
11017 * gnus-sum.el (gnus-read-header): Fudge article number if using a
11018 strange select method.
11019
11020 * ecomplete.el (ecomplete-display-matches): Get highlightling
11021 right.
11022 (ecomplete-display-matches): Use literals.
11023 (ecomplete-display-matches): Disable message logging.
11024
11025 * message.el (message-display-abbrev): Small optimization.
11026
11027 * ecomplete.el (ecomplete-display-matches): Allow automatic
11028 display.
11029
11030 * message.el (message-strip-forbidden-properties):
11031 Display abbrevs.
11032 (message-display-abbrev): Get automatic display right.
11033
11034 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11035 keystrokes.
11036
11037 2006-04-13 Romain Francoise <romain@orebokech.com>
11038
11039 TODO: Backport to v5-10!
11040
11041 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11042 Move here (and rename) from gnus-registry.el.
11043
11044 * gnus-registry.el: Require gnus-util.
11045 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11046
11047 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11048
11049 * gnus-group.el (gnus-group-catchup-current):
11050 Change if-then-else-if-then-else into cond.
11051 (gnus-group-catchup): Indent.
11052 (group-name-at-point): New function.
11053 (gnus-fetch-group): Provide default from thing at point.
11054
11055 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11056
11057 * message.el (message-display-abbrev): Fix regexp.
11058
11059 * ecomplete.el (ecomplete-highlight-match-line):
11060 Reimplement choosing.
11061 (ecomplete-highlight-match-line): Fix up code rewrite, remove
11062 dead variables.
11063
11064 * message.el (message-newline-and-indent): Remove debugging.
11065 (message-display-abbrev): Use new implementation.
11066
11067 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
11068
11069 * gnus-art.el (gnus-article-mode):
11070 Set cursor-in-non-selected-windows to nil.
11071
11072 * smiley.el: Revert previous change.
11073 (smiley-data-directory): defvar it before using it in the
11074 defcustom of `smiley-style'.
11075
11076 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11077
11078 * message.el (message-newline-and-indent): New function.
11079
11080 * ecomplete.el: Implement more bits.
11081
11082 * message.el (message-put-addresses-in-ecomplete): Clean up the
11083 string.
11084
11085 * ecomplete.el (ecomplete-add-item): Chop off decimals.
11086
11087 * gnus-sum.el (gnus-summary-save-parts):
11088 Bind gnus-summary-save-parts-counter and use it to make unique file
11089 names.
11090
11091 * gnus-art.el (gnus-ignored-headers): Add some more headers.
11092
11093 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11094 parameter to say whether to actually parse the individual
11095 addresses.
11096
11097 * message.el (message-put-addresses-in-ecomplete): New function.
11098 (ecomplete): Require.
11099 (message-mail-alias-type): Add ecomplete as an option.
11100
11101 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
11102
11103 * flow-fill.el (fill-flowed): Remove trailing space from blank
11104 quoted lines.
11105
11106 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11107
11108 * smiley.el (smiley-style): Move definition later to avoid a
11109 compilation warning.
11110
11111 2006-04-12 Kenichi Handa <handa@m17n.org>
11112
11113 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11114 buffer and then decode the buffer text if necessary.
11115 (rfc2231-encode-string): Be sure to work on multibyte buffer at
11116 first, and after mm-encode-body, change the buffer to unibyte.
11117 Use mm-disable-multibyte instead of set-buffer-multibyte.
11118
11119 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11120
11121 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11122 Content-Type header instead of Content-Disposition header.
11123 (gnus-mime-inline-part): Ditto.
11124 (gnus-mime-view-part-as-charset): Ignore charset that the part
11125 specifies.
11126
11127 * mm-decode.el (mm-display-part): Work with external parts and
11128 usual parts similarly.
11129
11130 * mm-extern.el (mm-inline-external-body): Use mm-display-part
11131 instead of gnus-display-mime.
11132
11133 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11134 instead of with-temp-buffer.
11135
11136 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11137 tag to summarized topics part in order to encode non-ASCII text.
11138
11139 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11140
11141 * smiley.el (smiley-style): New variable.
11142 (smiley-directory): New function.
11143 (smiley-data-directory): Derive from `smiley-style' using
11144 `smiley-directory'.
11145 (smiley-regexp-alist): Add new entries.
11146
11147 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11148 (gnus-article-browse-delete-temp): Add :version.
11149
11150 2006-04-11 Arne Jørgensen <arne@arnested.dk>
11151
11152 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11153 the sieve region.
11154
11155 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11156
11157 * gnus.el (gnus-version-number): Bump version.
11158
11159 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
11160
11161 * gnus.el: No Gnus v0.4 is released.
11162
11163 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11164
11165 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11166 layout.
11167
11168 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11169 unknown charset.
11170
11171 * message.el (message-header-synonyms): Add Original-To to the
11172 default.
11173
11174 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11175 optional parameter.
11176
11177 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11178
11179 * gnus-fun.el (gnus): Require it for gnus-directory.
11180
11181 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * gnus-fun.el (gnus-face-properties-alist): Add :version.
11184
11185 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11186
11187 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11188
11189 2006-04-05 Simon Josefsson <jas@extundo.com>
11190
11191 * password.el (password-reset): New function.
11192
11193 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11194
11195 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11196 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11197
11198 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11199
11200 * nnweb.el (nnweb-google-create-mapping): Update regexp.
11201 Some whitespace was matched into the url, which broke browsing hits
11202 > 100 when mm-url-use-external was nil.
11203
11204 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
11205
11206 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11207 Check gnus-extra-headers for 'Newsgroups.
11208
11209 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11210 bound.
11211
11212 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11213
11214 * pgg-gpg.el: Clean up process buffers every time gpg processes
11215 complete.
11216
11217 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11218
11219 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11220 doc string.
11221
11222 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11223
11224 * pgg-gpg.el (pgg-gpg-process-filter)
11225 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11226
11227 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11228 lines, temporary fix.
11229
11230 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
11231
11232 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11233
11234 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11235
11236 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11237 default-enable-multibyte-characters. This reverts the change from
11238 revision 6.17 which is no longer necessary because the passphrase
11239 is sent separately now. GnuPG messages are unreadable under
11240 multibyte locales with default-enable-multibyte-characters set to
11241 nil.
11242
11243 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
11244
11245 * message.el (message-tool-bar-gnome): Move "spell".
11246
11247 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
11248
11249 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11250 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
11251 instead.
11252
11253 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
11254
11255 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11256 Improve newsgroups handling for NNTP overviews which don't include
11257 Newsgroups.
11258
11259 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11260
11261 * message.el (message-resend): Bind message-generate-hashcash to nil.
11262
11263 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11264
11265 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11266 when searching for already-paid recipients.
11267
11268 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11269
11270 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11271 passphrases when it is not needed.
11272 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11273 passphrase stuff from gpg, should only be necessary when you use
11274 gpg with a smartcard.
11275
11276 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11277
11278 * mml.el (mml-insert-mime): Ignore cached contents of
11279 message/external-body part.
11280
11281 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11282 (mm-insert-part): Ditto.
11283
11284 2006-03-23 Simon Josefsson <jas@extundo.com>
11285
11286 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11287 Reiner.
11288 (pgg-gpg-use-agent-p): Use it again.
11289
11290 2006-03-23 Simon Josefsson <jas@extundo.com>
11291
11292 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11293 older emacsen.
11294 (pgg-gpg-use-agent-p): Don't use it.
11295
11296 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11299 if we can.
11300
11301 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11302
11303 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11304 (pgg-gpg-update-agent): New function.
11305 (pgg-gpg-use-agent-p): New function.
11306 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11307 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11308 (pgg-gpg-sign-region): Use it.
11309
11310 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11311
11312 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11313 Reported by Ralf Wachinger <rwachinger@gmx.de>.
11314
11315 2006-03-21 Simon Josefsson <jas@extundo.com>
11316
11317 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11318 <wilde@sha-bang.de>.
11319 (pgg-gpg-use-agent): New variable.
11320 (pgg-gpg-process-region): Use it.
11321 (pgg-gpg-encrypt-region): Likewise.
11322 (pgg-gpg-encrypt-symmetric-region): Likewise.
11323 (pgg-gpg-decrypt-region): Likewise.
11324 (pgg-gpg-sign-region): Likewise.
11325 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11326
11327 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
11328
11329 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11330
11331 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11332 Add comment on version.
11333
11334 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
11335
11336 * smiley.el: Add missing test smiley.
11337
11338 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11339
11340 * mm-decode.el (mm-with-part): New macro.
11341 (mm-get-part): Use it; work with message/external-body as well.
11342 (mm-save-part): Treat name and filename equally.
11343
11344 * mm-extern.el (mm-extern-cache-contents): New function.
11345 (mm-inline-external-body): Use it; force the part to be displayed;
11346 move undisplayer added to the cached handle to the parent.
11347
11348 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11349 (gnus-mime-view-part-as-type): Work with message/external-body.
11350
11351 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11352
11353 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
11354
11355 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11356 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11357 Emacs.]
11358
11359 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
11360
11361 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11362 path rather than symbol. Always return list of directories.
11363 Guarantee that image directory comes first. [Sync with image.el,
11364 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
11365
11366 * message.el (message-make-tool-bar): Adjust to new API of
11367 `gmm-image-load-path-for-library'.
11368
11369 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11370
11371 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11372
11373 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11374
11375 * gnus-art.el (gnus-article-only-boring-p):
11376 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11377 intangible text.
11378 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11379
11380 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
11381
11382 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11383 Use `defun' instead of `gmm-defun-compat'.
11384
11385 2006-03-14 Simon Josefsson <jas@extundo.com>
11386
11387 * message.el (message-unique-id): Don't use message-number-base36
11388 if (user-uid) is a float.
11389 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11390
11391 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
11392
11393 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11394
11395 * gnus-art.el (gnus-mime-display-single): Make sure there is an
11396 empty line between a part and a message part.
11397
11398 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
11399
11400 * smiley.el: Add more test smileys.
11401 (smiley-data-directory, smiley-regexp-alist)
11402 (gnus-smiley-file-types): Fix doc strings.
11403 (smiley-update-cache): Clear smiley-cached-regexp-alist before
11404 adding new elements.
11405 (smiley-mouse-map): Unused code. Make it a comment.
11406
11407 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11408
11409 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11410 scan latest NoCeM messages instead of old ones.
11411 (gnus-nocem-check-article): Fix regexps so as to match to PGP
11412 delimiters that are recently used.
11413 (gnus-nocem-load-cache): Add autoload cookie.
11414
11415 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11416
11417 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11418 level which is larger than gnus-use-nocem is specified.
11419
11420 * gnus-group.el (gnus-group-get-new-news): Ditto.
11421
11422 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
11423
11424 * gnus-util.el (gnus-tool-bar-update): New function.
11425
11426 * gnus-group.el (gnus-group-update-tool-bar): New variable.
11427 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11428
11429 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11430
11431 * gnus-group.el (gnus-group-redraw-when-idle)
11432 (gnus-group-redraw-check): Remove.
11433 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11434
11435 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11436
11437 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11438 if optional last element is specified in splits (FIELD VALUE...).
11439
11440 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
11441
11442 * message.el (message-make-tool-bar): Rename gmm-image-load-path
11443 to gmm-image-load-path-for-library. Call with no-error argument.
11444 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11445
11446 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11447
11448 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11449
11450 * gmm-utils.el (gmm-image-load-path): Remove alias.
11451
11452 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
11453
11454 * gmm-utils.el (gmm-image-load-path): Add alias.
11455
11456 * nnml.el (nnml-generate-nov-databases-directory): Rename from
11457 nnml-generate-nov-databases-1.
11458 (nnml-generate-nov-databases): Use it.
11459 (nnml-generate-nov-databases-directory): Document no-active
11460 argument.
11461
11462 * gmm-utils.el (gmm-image-load-path-for-library): Return single
11463 directory if path is t. Add no-error.
11464
11465 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11466 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11467
11468 * gnus-art.el (gnus-article-browse-delete-temp-files):
11469 Simplify resetting gnus-article-browse-html-temp-list.
11470
11471 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11472 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
11473 Add example to docstring. Rename local variables. Move error
11474 checks to default case in cond and simplify.
11475
11476 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
11477
11478 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11479 handle is multipart when calling it recursively.
11480 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11481
11482 2006-03-03 Daniel Pittman <daniel@rimspace.net>
11483
11484 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11485 Don't `gnus-uncompress-range' to avoid excessive memory usage.
11486
11487 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11490 is loaded.
11491
11492 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11493 loaded.
11494
11495 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
11496
11497 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11498 to "Emacs 23 (unicode)" in doc string.
11499
11500 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11501 "Emacs 23 (unicode)" in comment.
11502
11503 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11504
11505 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11506
11507 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11508 characters 160 through 255 in Emacs 23.
11509
11510 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11511
11512 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11513 gnus-article-browse-html-temp.
11514 (gnus-article-browse-delete-temp): Make it customizable.
11515 Add `file'. Adjust doc string.
11516 (gnus-article-browse-delete-temp-files): Add argument.
11517 Allow query for each file. Adjust doc string.
11518 (gnus-article-browse-html-parts):
11519 Add `gnus-article-browse-delete-temp-files' to
11520 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11521
11522 2006-03-02 Hynek Schlawack <hynek@ularx.de>
11523
11524 * gnus-art.el (gnus-article-browse-html-temp)
11525 (gnus-article-browse-delete-temp): New variables.
11526 (gnus-article-browse-delete-temp-files): New function.
11527 (gnus-article-browse-html-parts): Use it.
11528
11529 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
11530
11531 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11532
11533 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11534 string.
11535
11536 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11537 gnus-summary-insert-new-articles when unplugged.
11538 Remove gnus-summary-search-article-forward.
11539
11540 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11541 display-visual-class instead of display-color-cells.
11542
11543 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11546 message/* containing non-ASCII text properly.
11547
11548 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
11549
11550 * message.el: Require gmm-utils, remove autoloads.
11551 (message-tool-bar): Set default based on
11552 gmm-tool-bar-style.
11553 (message-tool-bar-gnome): Add gmm-customize-mode.
11554
11555 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11556 gmm-tool-bar-style.
11557 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11558
11559 * gnus-group.el (gnus-group-tool-bar): Set default based on
11560 gmm-tool-bar-style.
11561 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11562
11563 * gmm-utils.el (gmm-image-directory): Rename variable from
11564 gmm-image-load-path.
11565 (gmm-image-load-path): Use gmm-image-directory.
11566 (gmm-customize-mode): New function.
11567 (gmm-tool-bar-style): New variable.
11568
11569 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11570 gnus-group-redraw-line-number.
11571 (gnus-group-redraw-check): Simplify.
11572 (gnus-group-tool-bar-update): Remove redraw check.
11573 (gnus-group-make-tool-bar): Add redraw check.
11574
11575 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
11576
11577 * gnus-art.el (gnus-button): Add missing parentheses.
11578
11579 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
11580
11581 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11582
11583 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11584
11585 * gnus-art.el (gnus-button): New face.
11586 (gnus-article-button-face): Use it.
11587
11588 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11589 Add gnus-summary-next-page. Re-order.
11590
11591 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11592 next-node are now included.
11593 (gnus-group-redraw-line-number): New internal variable.
11594 (gnus-group-redraw-check): Helper function for updating the tool
11595 bar.
11596 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11597
11598 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11599
11600 * spam.el (spam-spamassassin-score-regexp): New internal variable.
11601 (spam-extra-header-to-number, spam-check-spamassassin-headers):
11602 Use it to match format of Spamassassin 3.0 and later.
11603 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11604 (spam-check-bogofilter)
11605 (spam-bogofilter-register-with-bogofilter): Fix args of
11606 `gnus-error' calls.
11607
11608 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
11609
11610 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11611 unnecessary interaction when sending queued mails.
11612 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11613
11614 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
11615
11616 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11617 first or last are nil.
11618
11619 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
11620
11621 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11622
11623 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11624
11625 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11626
11627 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11628
11629 * dns.el (query-dns): Protect more against buggy tcp output.
11630
11631 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11632
11633 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11634 nov.php.
11635
11636 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11637
11638 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11639 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11640 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
11641 output on the server side.
11642 (nnweb-google-create-mapping): Update regexps and add some
11643 progress indication.
11644
11645 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
11646
11647 * gnus-group.el (gnus-group-tool-bar-gnome):
11648 Fix gnus-agent-toggle-plugged. Re-order icons.
11649 (gnus-group-tool-bar-gnome):
11650 Add gnus-group-{prev,next}-unread-group.
11651 (gnus-group-tool-bar-gnome): Re-order icons.
11652
11653 * gnus-sum.el (gnus-summary-tool-bar-gnome):
11654 Move gnus-summary-insert-new-articles.
11655
11656 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11657 Fix comments.
11658
11659 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
11660 also available in Emacs 21.3.
11661
11662 * message.el (message-fix-before-sending): Change "Emacs 22" to
11663 "Emacs 23 (unicode)" in comment.
11664
11665 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11666 "Emacs 23 (unicode)" in comment.
11667
11668 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11669 comment.
11670 (mm-coding-system-p): Add comment about no-MULE XEmacs.
11671
11672 * mm-view.el (mm-fill-flowed): Add :version.
11673
11674 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11675
11676 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11677 and load-path.
11678
11679 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
11680
11681 * message.el: Autoload gmm-image-load-path.
11682 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11683 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
11684 consitency.
11685
11686 * gmm-utils.el (gmm-image-load-path): Also search in
11687 "../etc/images". Don't set gmm-image-load-path if we don't find
11688 the image.
11689
11690 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
11691
11692 * gmm-utils.el (gmm-image-load-path): Don't make
11693 `gmm-image-load-path' include subdirectories which the second arg
11694 `image' might specify.
11695
11696 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11697 subdirectory to icon file names.
11698
11699 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11700
11701 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
11702
11703 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11704 gmm-image-load-path calls.
11705
11706 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11707
11708 * message.el (message-make-tool-bar): Ditto.
11709
11710 * mml.el (mml-preview): Add comment concerning tool bar icons.
11711
11712 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11713 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11714
11715 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11716 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11717
11718 * message.el (message-tool-bar-gnome): Use new icon names.
11719 (message-make-tool-bar): Use `gmm-image-load-path'.
11720
11721 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11722 New functions from MH-E.
11723 (gmm-image-load-path): New variable from MH-E.
11724 (gmm-image-load-path): New function from MH-E. Add arguments
11725 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
11726 *-image-load-path-called-flag.
11727
11728 2006-02-21 Milan Zamazal <pdm@brailcom.org>
11729
11730 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11731
11732 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
11733
11734 * nnimap.el (nnimap-request-move-article): Change folder back to
11735 source group before deleting.
11736
11737 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
11738
11739 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11740
11741 * gnus-art.el (mm-url-insert-file-contents-external):
11742 Autoload mm-url.
11743
11744 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11745
11746 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
11747
11748 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11749 coding system which mm-charset-to-coding-system returns for a
11750 given charset is valid.
11751
11752 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11753
11754 * html2text.el (html2text-remove-tag-list):
11755 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11756
11757 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11758
11759 * gnus-cus.el: Revert 2005-10-17 change.
11760
11761 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11762
11763 * gnus-art.el (article-strip-banner):
11764 Call article-really-strip-banner only when the regexp match is made.
11765
11766 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
11767
11768 * gnus-art.el (article-strip-banner):
11769 Use gnus-extract-address-components instead of
11770 mail-header-parse-addresses to make it work with non-ASCII text;
11771 remove mail-encode-encoded-word-string.
11772
11773 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11774 values which are surrounded with \"...\"; make it never cause a
11775 Lisp error; give up parsing of parameters if it failed in
11776 extracting type.
11777
11778 2006-02-14 Arne Jørgensen <arne@arnested.dk>
11779
11780 * smime.el (smime-cert-by-ldap-1): Fix bug where
11781 `smime-ldap-search' returns results without userCertificates.
11782
11783 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
11784
11785 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11786
11787 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
11788
11789 * spam.el (spam-check-spamassassin-headers): Adapt format for
11790 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
11791 <ari@mbf.ocn.ne.jp>.
11792 (spam-list-of-processors): Add spam-use-gmane.
11793
11794 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11795
11796 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11797 make-temp-file; make it work with XEmacs as well.
11798
11799 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11800 mm-make-temp-file.
11801
11802 * mm-decode.el (mm-display-external): Use the 3rd arg of
11803 mm-make-temp-file.
11804 (mm-create-image-xemacs): Ditto.
11805
11806 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
11807
11808 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11809 with message-narrow-to-headers.
11810 (gnus-draft-setup): Narrow to header to run message-fetch-field.
11811 (gnus-draft-check-draft-articles): New function.
11812 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11813
11814 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
11815
11816 * gnus-art.el (gnus-article-browse-html-parts):
11817 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11818 Don't use suffix argument for mm-make-temp-file for Emacs 21
11819 compatibility. Remove useless `format'.
11820
11821 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11822
11823 * nnweb.el (nnweb-google-wash-article): Update regexps.
11824 (nnweb-group-alist): Use defvoo instead of defvar.
11825
11826 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
11827
11828 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11829 re-loading nn* modules.
11830
11831 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
11832
11833 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11834 for `tool-bar-mode' and don't check it's default-value.
11835
11836 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11837
11838 * message.el (message-make-tool-bar): Ditto.
11839
11840 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11841 `substring'. Shorten tmp-file name.
11842
11843 * gnus.el: Remove bogus comment.
11844
11845 2006-02-10 Hynek Schlawack <hynek@ularx.de>
11846
11847 * gnus-art.el (gnus-article-browse-html-parts): New function.
11848 (gnus-article-browse-html-article): New function for viewing html
11849 articles with a browser.
11850
11851 2006-02-09 Daiki Ueno <ueno@unixuser.org>
11852
11853 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11854 (mml2015-pgg-encrypt): Ditto.
11855
11856 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11857 (mml1991-pgg-encrypt): Ditto.
11858
11859 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11860
11861 * nnfolder.el (nnfolder-insert-newsgroup-line):
11862 Use message-make-date instead of current-time-string.
11863
11864 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11865 to gnus-decoded which mm-uu might set.
11866
11867 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
11868
11869 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11870 don't decode quoted parameters; remove misimported Emacs code.
11871 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11872 (rfc2231-decode-encoded-string): Don't use split-string which
11873 behaves differently according to Emacs version; use
11874 mm-decode-coding-region to convert charset to coding-system.
11875 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11876 (rfc2231-encode-string): Remove misimported Emacs code.
11877
11878 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
11879
11880 * gnus-art.el (article-decode-charset): Don't use ignore-errors
11881 when calling mail-header-parse-content-type.
11882 (article-de-quoted-unreadable): Ditto.
11883 (article-de-base64-unreadable): Ditto.
11884 (article-wash-html): Ditto.
11885
11886 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11887 calling mail-header-parse-content-type and
11888 mail-header-parse-content-disposition.
11889 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11890 mail-header-parse-content-type.
11891
11892 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11893 insert charset and format parameters; encode description after
11894 inserting it to buffer.
11895 (mml-insert-parameter): Fold lines properly even if a parameter is
11896 segmented into two or more lines; change the max column to 76.
11897
11898 * rfc1843.el (rfc1843-decode-article-body): Don't use
11899 ignore-errors when calling mail-header-parse-content-type.
11900
11901 * rfc2231.el (rfc2231-parse-string): Return at least type if
11902 possible; don't cause an error even if it fails in parsing of
11903 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11904 (rfc2231-encode-string): Don't break lines at the beginning, leave
11905 it to mml-insert-parameter.
11906
11907 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11908 calling mail-header-parse-content-type.
11909
11910 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
11911
11912 * spam-report.el (spam-report-gmane-use-article-number):
11913 Improve doc string.
11914 (spam-report-gmane-internal): Check if a suitable header was found
11915 in the article.
11916
11917 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
11918
11919 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11920 (rfc2231-encode-string): Make param*=value always begin with LWSP.
11921
11922 2006-02-05 Romain Francoise <romain@orebokech.com>
11923
11924 Update copyright notices of all files in the gnus directory.
11925
11926 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11927
11928 * nnweb.el (nnweb-request-group): Avoid growing overview files.
11929
11930 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11933 segmented lines of parameter value to cope with Thunderbird 1.5
11934 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11935 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11936 (rfc2231-encode-string): Don't make lines exceeding 76 column.
11937
11938 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
11939
11940 * mml.el (mml-generate-mime-1): Correct the order of inline signed
11941 parts.
11942
11943 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11944
11945 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11946 there's only one active file for all servers.
11947 (nnweb-request-scan): Make sure nnweb-articles is initialized on
11948 solid groups. Gnus might have used a FAST request to select the group.
11949 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11950 and nnweb-search redundantly in the active file.
11951 (nnweb-request-list): Don't list bogus groups. There can only be one.
11952 (nnweb-request-create-group): Don't use ARGS.
11953 (nnweb-possibly-change-server, nnweb-request-group): Remove some
11954 initialisations. Let nnoo do the work.
11955
11956 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
11957
11958 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11959 Say the part has been decoded.
11960
11961 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11962
11963 2006-01-31 Kevin Ryde <user42@zip.com.au>
11964
11965 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11966 mailcap-viewer-test-cache when there's no 'test clause, since that
11967 will invert the meaning of a "nil" test previously determined by
11968 mailcap-mailcap-entry-passes-test.
11969
11970 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
11971
11972 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11973 compiling.
11974
11975 * gnus-sum.el: Ditto.
11976
11977 * message.el: Don't bind tool-bar-map when compiling.
11978
11979 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
11980
11981 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11982
11983 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
11984
11985 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11986 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11987 current Google Groups.
11988
11989 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
11990
11991 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11992 and tool-bar-mode.
11993
11994 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11995 and tool-bar-mode.
11996
11997 * message.el (message-tool-bar-update): Simplify.
11998 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11999
12000 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12001 gnus-summary-buffer.
12002 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12003 gnus-summary-reply.
12004
12005 * gmm-utils.el (gmm): Add :version.
12006
12007 2006-01-26 Steve Youngs <steve@sxemacs.org>
12008
12009 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12010 Don't autoload.
12011
12012 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12013
12014 * gmm-utils.el (gmm-verbose): Add :group.
12015
12016 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
12017
12018 * message.el: Change some comments WRT tool-bars.
12019
12020 * gnus-sum.el (gnus-summary-tool-bar)
12021 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12022 (gnus-summary-tool-bar-zap-list): New variables.
12023 (gnus-summary-make-tool-bar): Complete rewrite using
12024 `gmm-tool-bar-from-list'.
12025
12026 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12027 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12028 New variables.
12029 (gnus-group-make-tool-bar): Complete rewrite using
12030 `gmm-tool-bar-from-list'.
12031 (gnus-group-tool-bar-update): New function.
12032
12033 * message.el (message-mode-field-menu): Add "Show hidden Headers".
12034
12035 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
12036
12037 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12038 is dissected into a single part of which the type is the same as
12039 the given one; decode charset.
12040
12041 2006-01-21 Kevin Ryde <user42@zip.com.au>
12042
12043 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12044 into alists as symbol not string, since that's what
12045 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12046 look for.
12047
12048 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
12049
12050 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12051 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12052
12053 * message.el (message-tool-bar-gnome): Use gmm-ignore.
12054
12055 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12056
12057 * gnus-art.el (gnus-mime-security-button-commands): New variable.
12058 (gnus-mime-security-button-menu): New definition.
12059 (gnus-mime-security-button-map): Use them.
12060 (gnus-mime-security-button-menu): New function.
12061 (gnus-insert-mime-security-button): Addition to help echo.
12062 (gnus-mime-security-run-function, gnus-mime-security-save-part)
12063 (gnus-mime-security-pipe-part): New functions.
12064
12065 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12066 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12067
12068 * mm-decode.el (mm-handle-set-disposition): Remove.
12069 (mm-handle-set-description): Remove.
12070
12071 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
12072
12073 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12074 (mm-w3m-standalone-supports-m17n-p): New function.
12075 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12076 w3m usage.
12077
12078 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12079 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12080
12081 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
12082
12083 * message.el (message-tool-bar-zap-list):
12084 Use gmm-tool-bar-zap-list as custom type.
12085 (message-tool-bar-update): New function.
12086 (message-tool-bar, message-tool-bar-gnome)
12087 (message-tool-bar-retro): Add message-tool-bar-update.
12088 (message-tool-bar-gnome): Add flyspell-buffer.
12089
12090 * gnus-util.el (gnus-error): Describe `args'.
12091
12092 * gmm-utils.el (gmm-error): Describe `args'.
12093 (gmm-tool-bar-zap-list): New widget.
12094 (gmm-tool-bar-from-list): Improve description of `zap-list'.
12095
12096 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12097
12098 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12099 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12100 the number of recursive calls.
12101
12102 * mm-decode.el (mm-handle-set-disposition): New macro.
12103 (mm-handle-set-description): New macro.
12104
12105 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
12106
12107 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12108 encoding.
12109
12110 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12111
12112 * message.el (message-tool-bar-zap-list, message-tool-bar)
12113 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12114 (message-tool-bar-local-item-from-menu): Remove.
12115 (message-tool-bar-map): Replace by `message-make-tool-bar'.
12116 (message-make-tool-bar): New function.
12117 (message-mode): Use `message-make-tool-bar'.
12118
12119 * gmm-utils.el: New file.
12120 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12121 (gmm-lazy): New widget copied from `nnmail.el'.
12122 (gmm-tool-bar-from-list): New function for creating customizable
12123 tool bars.
12124 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
12125 output.
12126 (gmm): Add :prefix to defgroup.
12127
12128 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
12129
12130 * gmm-utils.el (gmm-widget-p): New function.
12131
12132 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
12133
12134 * mml.el (mml-attach-file): Describe `description' in doc string.
12135 (mml-menu): Add Emacs MIME manual and PGG manual.
12136
12137 2006-01-20 Richard M. Stallman <rms@gnu.org>
12138
12139 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12140
12141 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
12142
12143 * nntp.el (nntp-end-of-line): Doc fix.
12144
12145 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
12146
12147 * imap.el (imap-open): Handle case where buffer is a buffer
12148 object.
12149
12150 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * gnus-delay.el (gnus-delay): Don't autoload.
12153 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12154 to be re-loaded when customizing the `gnus-delay' group.
12155
12156 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * message.el (message-insert-citation-line): Use newlines.
12159
12160 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12161
12162 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12163
12164 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12165
12166 2006-01-19 Mark D. Baushke <mdb@gnu.org>
12167
12168 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12169
12170 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
12171
12172 * mm-decode.el (mm-inlined-types): Add application/pgp.
12173 (mm-automatic-display): Ditto.
12174
12175 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12176 part as text.
12177
12178 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12179
12180 * nnrss.el: Update copyright.
12181 (nnrss-opml-import): Query whether to subscribe to each entry.
12182
12183 * gnus-art.el:
12184 * gnus-sum.el:
12185 * mm-uu.el:
12186 * mm-view.el: Update copyright.
12187
12188 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
12189
12190 * message.el (message-info): New function.
12191 (message-mode-menu): Add it.
12192 Update copyright.
12193
12194 * ChangeLog: Fix and update copyright.
12195
12196 2006-01-13 Romain Francoise <romain@orebokech.com>
12197
12198 * message.el (message-forward-subject-name-subject): Prefer the
12199 address to 'nowhere' if the sender has no name.
12200 Fix typo. Update copyright year.
12201
12202 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12203
12204 * gnus-art.el (article-wash-html):
12205 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12206 (gnus-article-wash-html-with-w3m-standalone): New function.
12207
12208 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12209 mm-inline-text-html-render-with-w3m-standalone.
12210 (mm-text-html-washer-alist): Map w3m-standalone to
12211 gnus-article-wash-html-with-w3m-standalone.
12212 (mm-inline-text-html-render-with-w3m-standalone): New function.
12213
12214 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
12215
12216 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12217 Improve LaTeX.
12218
12219 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
12220
12221 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12222 (nnrss-request-article): Render text/plain parts as HTML.
12223
12224 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12225 the buffer.
12226
12227 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
12228
12229 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12230 custom definition of `gnus-posting-styles'.
12231
12232 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12233 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12234
12235 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12236
12237 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12238 Use nntp for bug archive.
12239
12240 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12241
12242 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12243 parts.
12244 (nnrss-normalize-date): New function converts ISO 8601 date into
12245 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12246 (nnrss-check-group): Use it.
12247
12248 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
12249
12250 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12251
12252 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12253 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
12254 (nnrss-insert-w3): Ditto.
12255
12256 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
12257
12258 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12259 the articles to be forwarded including the case where neither a
12260 number of articles nor a region is specified.
12261
12262 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
12263
12264 * nnrss.el (nnrss-request-article): Fix last change; fill
12265 text/plain parts.
12266
12267 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
12268
12269 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12270 in text/plain part.
12271 (nnrss-check-group): Don't add excessive newline to dc:subject.
12272
12273 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
12274
12275 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12276 article.
12277
12278 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
12279
12280 * nnml.el: Don't require gnus-bcklg. Autoload it.
12281 (nnml-use-compressed-files, nnml-save-mail): Support other
12282 comression programs such as bzip2.
12283
12284 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12285
12286 * dns.el (query-dns): Make sure we check the buffer size before
12287 removing tcp headers.
12288
12289 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
12290
12291 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12292 remove MIME buttons associated with multipart/alternative parts.
12293 (gnus-mime-display-alternative): Tag buttons using `article-type'
12294 text property.
12295
12296 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12297 associated with multipart/alternative parts.
12298
12299 * gnus-art.el (gnus-signature-separator): Fix custom type.
12300
12301 * mm-decode.el (mm-inlined-types): Fix custom type.
12302 (mm-keep-viewer-alive-types): Ditto.
12303 (mm-automatic-display): Ditto.
12304 (mm-attachment-override-types): Ditto.
12305 (mm-inline-override-types): Ditto.
12306 (mm-automatic-external-display): Ditto.
12307
12308 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12309
12310 * spam-report.el (spam-report-user-mail-address)
12311 (spam-report-user-agent): New variables.
12312 (spam-report-url-ping-plain): Use spam-report-user-agent.
12313
12314 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
12315
12316 * gnus-art.el (gnus-button-handle-custom): Do not just use
12317 `customize-apropos' for any "M-x customize-*" button but the
12318 function called for. Accept both the function name and its
12319 argument in order to achieve this.
12320 (gnus-button-alist): Remove support for "custom:" URL's.
12321 Pass function name to `gnus-button-handle-custom' in case of "M-x
12322 customize-*" buttons.
12323
12324 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12325
12326 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12327 multipart/alternative and add xref to mm-discouraged-alternatives
12328 in doc string.
12329
12330 * mm-decode.el (mm-discouraged-alternatives): Add xref to
12331 gnus-buttonized-mime-types in doc string.
12332
12333 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
12334
12335 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12336 Suggest image/.* in the doc string.
12337
12338 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
12339
12340 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12341 message-marks (Debian bug #342521).
12342
12343 2005-12-12 Simon Josefsson <jas@extundo.com>
12344
12345 * password.el (password-read-from-cache): Add.
12346 (password-read): Use it.
12347
12348 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
12349
12350 * rfc2047.el (rfc2047-charset-to-coding-system):
12351 Recognize us-ascii as a MIME charset.
12352
12353 * mm-bodies.el (mm-decode-content-transfer-encoding):
12354 Protect against the case where the 2nd arg TYPE is nil.
12355
12356 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12357
12358 * pop3.el (pop3-stream-type): Fix custom version.
12359
12360 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12361
12362 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12363
12364 * mm-decode.el (mm-display-external): Add missing cdr.
12365
12366 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * mm-decode.el (mm-display-external): Use nametemplate (defined in
12369 RFC1524) if it is in mailcap or add a suffix according to
12370 mailcap-mime-extensions when generating a temp filename; postpone
12371 deleting a temp file for 2 seconds for some wrappers, shell
12372 scripts, and so on, which might exit right after having started a
12373 viewer command as a background job.
12374
12375 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12376
12377 * nntp.el (nntp-marks-directory): Fix custom group.
12378
12379 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12380 steps when < 10.
12381
12382 * gnus-start.el (gnus-no-server-1):
12383 Mention `gnus-level-default-subscribed' in doc string.
12384
12385 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
12386
12387 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12388 parens.
12389
12390 2005-11-26 Dave Love <fx@gnu.org>
12391
12392 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12393 (tls-program, tls-success): Provide openssl alternative.
12394
12395 * starttls.el: Doc fixes.
12396 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12397 SERVICE to PORT.
12398
12399 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
12400 port null or service name.
12401 (starttls-negotiate): Autoload.
12402
12403 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
12404
12405 * message.el (message-kill-to-signature): Fix interactive spec.
12406
12407 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * pop3.el (pop3-open-server): Recognize a string as a service name.
12410
12411 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
12412
12413 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12414
12415 2005-11-23 Dave Love <fx@gnu.org>
12416
12417 Add pop3s, pop3/starttls.
12418
12419 * pop3.el (pop3-authentication-scheme): Clarify doc.
12420 (open-tls-stream, starttls-open-stream): Autoload.
12421 (pop3-stream-type): New.
12422 (pop3-open-server): Use it.
12423
12424 * mail-source.el (mail-sources): Fix some :types. Add stream type
12425 for POP.
12426 (mail-source-keyword-map): Add :stream for POP.
12427 (mail-source-fetch-pop): Use pop3-stream-type.
12428
12429 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
12430
12431 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12432 of current-time-string.
12433
12434 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
12435
12436 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12437 date header.
12438
12439 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12440
12441 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12442 it can seriously impact performance as it bypasses the agent's
12443 local caches.
12444
12445 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
12446
12447 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12448 must be explicitly online rather than "not explicitly offline" for
12449 its flags to be synchronized.
12450
12451 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12452 that gnus-uu-unmark-thread will function correctly.
12453
12454 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12455 1024K is instead displayed as 1M.
12456
12457 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12458
12459 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12460
12461 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
12462
12463 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12464
12465 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
12466
12467 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12468 error message to display actual error condition.
12469 (gnus-agent-save-local): Avoid saving symbols that are bound to
12470 nil as they simply result in a warning message in
12471 gnus-agent-read-local.
12472
12473 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12474
12475 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12476 rather than make-variable-buffer-local for file-precious-flag.
12477
12478 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12479
12480 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12481 for duplicates which are removed. The invalid sort check then
12482 triggers a rescan after the sort as sorting may have moved
12483 duplicate entries such that they can be cheaply detected.
12484
12485 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
12486
12487 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12488
12489 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
12490
12491 * gnus-agent.el (gnus-agent-article-alist-save-format):
12492 Change internal variable to a custom variable. Change default value
12493 from compressed(2) to uncompressed(1).
12494 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12495 support for uncompressed agentview files. Taken together, reading
12496 the agentview file should now be 6-7 times faster.
12497
12498 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
12499
12500 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12501 as a buffer-local variable. This avoids creating truncated
12502 dribble files as a result of a hang up, eg.
12503
12504 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
12505
12506 * gnus-start.el (gnus-start-draft-setup):
12507 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12508
12509 * gnus.el (gnus-splash): Change custom group.
12510 (gnus-group-get-parameter, gnus-group-parameter-value):
12511 Describe allow-list argument.
12512
12513 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12514 string.
12515
12516 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * gnus-art.el (gnus-default-article-saver): Add user-defined
12519 `function' to custom type.
12520
12521 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12522
12523 * imap.el (imap-open): Handle case where buffer is a buffer
12524 object.
12525
12526 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
12527
12528 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12529 long lines.
12530 (gnus-cache-delete-group): Wrap doc strings.
12531
12532 * gnus-agent.el (gnus-agent-rename-group)
12533 (gnus-agent-delete-group): Wrap doc strings.
12534
12535 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12536
12537 * gnus-start.el (gnus-1): Add "native" to
12538 gnus-predefined-server-alist.
12539
12540 * gnus.el (gnus-method-to-server): Don't add "native" to the
12541 lists here, because that leads to problems when
12542 gnus-select-method is bound.
12543
12544 2005-11-09 Simon Josefsson <jas@extundo.com>
12545
12546 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12547 use (not sort-by-date) instead.
12548
12549 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12550
12551 * gnus-delay.el (gnus-delay-group): Don't autoload.
12552 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12553 to be re-loaded when customizing the `gnus-delay' group.
12554
12555 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * message.el: Revert last changes.
12558 (message-insert-citation-line): Use newlines.
12559
12560 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12561
12562 * message.el (message-courtesy-message)
12563 (message-mark-insert-begin, message-mark-insert-end)
12564 (message-elide-ellipsis, message-cancel-message)
12565 (message-add-header, message-change-subject)
12566 (message-cross-post-followup-to-header)
12567 (message-cross-post-insert-note, message-reduce-to-to-cc)
12568 (message-widen-reply, message-delete-not-region)
12569 (message-kill-to-signature, message-insert-signature)
12570 (message-insert-importance-high, message-insert-importance-low)
12571 (message-insert-or-toggle-importance)
12572 (message-insert-disposition-notification-to)
12573 (message-indent-citation, message-yank-original)
12574 (message-cite-original-without-signature, message-cite-original)
12575 (message-insert-citation-line, message-position-on-field)
12576 (message-fix-before-sending, message-send-mail-partially)
12577 (message-send-mail, message-send-mail-with-sendmail)
12578 (message-send-mail-with-qmail, message-send-news)
12579 (message-check-news-header-syntax, message-generate-headers)
12580 (message-insert-courtesy-copy, message-fill-address)
12581 (message-fill-header, message-shorten-references)
12582 (message-setup-1, message-cancel-news)
12583 (message-forward-make-body-plain, message-forward-make-body-mime)
12584 (message-forward-make-body-mml, message-encode-message-body)
12585 (message-forward-make-body-digest-plain)
12586 (message-forward-make-body-digest-mime)
12587 (message-use-alternative-email-as-from): Insert `hard-newline'
12588 instead of ordinary newlines.
12589
12590 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
12591
12592 * message.el (message-generate-headers): Downcase the argument
12593 given to message-check-element.
12594
12595 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
12596
12597 * nntp.el (nntp-authinfo-rejected): New error condition.
12598 (nntp-wait-for): Use new error condition to signal authentication
12599 error.
12600 (nntp-retrieve-data): Rethrow new error condition to break out of
12601 recursive call to nntp-send-authinfo.
12602
12603 2005-11-08 Romain Francoise <romain@orebokech.com>
12604
12605 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12606 (gnus-summary-exit-map): Bind to `Z p'.
12607 (gnus-summary-make-menu-bar): Add menu item.
12608
12609 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
12610
12611 * gnus-art.el (gnus-article-treat-custom): Add `first'.
12612 (gnus-treat-*): Add `first' in all doc strings.
12613
12614 * gnus-group.el (gnus-group-compact-group): Fix typo.
12615
12616 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
12617
12618 * gnus.el (gnus-parameters-case-fold-search): New variable.
12619 (gnus-parameters-get-parameter): Use it.
12620
12621 * gnus-score.el (gnus-home-score-file): Doc fix.
12622
12623 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
12624
12625 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12626
12627 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
12628
12629 * mm-util.el (mm-special-display-p): New function.
12630
12631 * mml.el (mml-preview): Use it; doc fix.
12632
12633 2005-10-29 Romain Francoise <romain@orebokech.com>
12634
12635 * message.el (message-fix-before-sending): Fix comment.
12636
12637 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12638
12639 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12640
12641 2005-10-29 Jari Aalto <jari.aalto@cante.net>
12642
12643 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12644 Used in gnus-score.el.
12645
12646 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
12647
12648 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12649
12650 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
12651
12652 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12653 whitespace removed in revision 7.8. Use concatenated string to
12654 protect trailing whitespace.
12655
12656 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
12657
12658 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12659 (nnimap-request-expire-articles): Use it to avoid sending 'UID
12660 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12661 Courier IMAP ("some version from 2004"). Mostly based on similar
12662 code in the same function.
12663
12664 2005-10-26 Didier Verna <didier@xemacs.org>
12665
12666 * gnus-group.el (gnus-group-compact-group): Invalidate original
12667 article buffer.
12668 * gnus-srvr.el (gnus-server-compact-server): Ditto.
12669 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12670 NOV database and in article itself.
12671 Invalidate article backlog.
12672
12673 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
12674
12675 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12676
12677 2005-10-26 Simon Josefsson <jas@extundo.com>
12678
12679 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12680 part of 2004-07-25 change.
12681
12682 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
12683
12684 * message.el (message-display-completion-list): New function.
12685 (message-expand-group): Use it; make sure the Completions buffer
12686 is modifiable.
12687
12688 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12689
12690 * imap.el (imap-open): Handle case where buffer is a buffer object.
12691
12692 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12693
12694 * pgg-def.el:
12695 * pgg-gpg.el:
12696 * pgg-parse.el:
12697 * pgg-pgp.el:
12698 * pgg-pgp5.el:
12699 * pgg.el: Move to the parent lisp directory.
12700
12701 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12702
12703 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12704 user-mail-name is an empty string.
12705
12706 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12707
12708 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12709 depending on gnus-score-decay-constant.
12710
12711 * encrypt.el (encrypt-insert-file-contents)
12712 (encrypt-write-file-contents): Don't use `gnus-message'.
12713
12714 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12715 arguments.
12716 (mm-uu-type-alist): Add message-marks and insert-marks.
12717 Pass arguments to mm-uu-verbatim-marks-extract.
12718 (mm-uu-hide-markers): New variable.
12719 (mm-uu-extract): Use face similar to `gnus-cite-3'.
12720
12721 * gnus-fun.el (gnus-convert-image-to-x-face-command)
12722 (gnus-convert-image-to-face-command): Use "convert" by default to
12723 allow other input image formats.
12724 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12725 accordingly.
12726
12727 2005-10-23 Simon Josefsson <jas@extundo.com>
12728
12729 * imap.el (imap-gssapi-program): Align command line parameters
12730 with latest GNU SASL.
12731 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12732
12733 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12734
12735 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12736 HTML.
12737 (nnslashdot-request-article): Ditto.
12738
12739 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
12740
12741 * mail-source.el (mail-source-fetch-pop): Require pop3.
12742 (mail-source-check-pop): Ditto.
12743
12744 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
12745
12746 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12747 errors.
12748
12749 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
12750
12751 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12752 (gnus-treat-strip-leading-blank-lines): Improve doc string.
12753
12754 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12755
12756 * mm-bodies.el (mm-decode-string):
12757 Call `mm-charset-to-coding-system' with allow-override argument.
12758
12759 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
12760
12761 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12762 (rfc2047-charset-to-coding-system): New function.
12763 (rfc2047-decode-encoded-words): New function.
12764 (rfc2047-decode-region): Use them.
12765 (rfc2047-decode-cte): Remove.
12766 (rfc2047-parse-and-decode): Remove.
12767 (rfc2047-decode): Remove.
12768
12769 2005-10-15 Kenichi Handa <handa@m17n.org>
12770
12771 * rfc2047.el (rfc2047-decode-cte): New function.
12772 (rfc2047-decode-region): Change the way to decode successive
12773 encoded-words: decode B- or Q-encoding in each encoded-word,
12774 concatenate them, and decode it as charset.
12775
12776 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12777
12778 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
12779 widget-move-and-invoke.
12780 (gnus-custom-mode): Use gnus-custom-map.
12781
12782 2005-10-15 Bill Wohler <wohler@newt.com>
12783
12784 * message.el (message-tool-bar-map): Rename image file from
12785 mail_send to mail/send.
12786
12787 2005-10-16 Masatake YAMATO <jet@gyve.org>
12788
12789 * message.el (message-expand-group): Pass the common
12790 prefix substring of completion to `display-completion-list'.
12791
12792 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
12793
12794 * mml-sec.el (mml-secure-method): New internal variable.
12795 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12796 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12797 New functions using mml-secure-method.
12798
12799 * mml.el (mml-mode-map): Add key bindings for those functions.
12800 (mml-menu): Simplify security menu entries. Suggested by Jesper
12801 Harder <harder@myrealbox.com>.
12802 (mml-attach-file, mml-attach-buffer, mml-attach-external):
12803 Goto end of message if point is the headers of the message.
12804
12805 * message.el (message-in-body-p): New function.
12806
12807 * assistant.el: Autoload gnus-util and netrc.
12808
12809 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12810 Use `mm-charset-override-alist' only when decoding.
12811
12812 * mm-bodies.el (mm-decode-body):
12813 Call `mm-charset-to-coding-system' with allow-override argument.
12814
12815 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12816 `filename' from Content-Disposition if Content-Type doesn't
12817 provide `name'.
12818 (gnus-mime-view-part-as-type): Set default instead of
12819 initial-input.
12820
12821 2005-10-09 Daniel Brockman <daniel@brockman.se>
12822
12823 * format-spec.el (format-spec): Propagate text properties of % spec.
12824
12825 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12826
12827 * gnus-art.el (gnus-treat-predicate): Add `first'.
12828
12829 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
12830
12831 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12832 (mm-charset-override-alist): New variable.
12833 (mm-charset-to-coding-system): Use it.
12834 (mm-codepage-setup): New helper function.
12835 (mm-charset-eval-alist): New variable.
12836 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12837 Warn about unknown charsets.
12838
12839 2005-10-04 David Hansen <david.hansen@gmx.net>
12840
12841 * nnrss.el (nnrss-request-article): Add support for the comments tag.
12842 (nnrss-check-group): Ditto.
12843
12844 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
12845
12846 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12847 Rename x-gnus-verbatim to x-verbatim.
12848 (mm-uu-type-alist): Fix regexp for verbatim-marks.
12849
12850 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12851 x-verbatim.
12852
12853 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12854
12855 * gnus-util.el (gnus-remove-duplicates): Remove.
12856
12857 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12858 instead of gnus-remove-duplicates.
12859
12860 * message.el (message-remove-duplicates): Remove.
12861 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12862 message-remove-duplicates.
12863
12864 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12865 available, else use implementation from `delete-dups'.
12866
12867 * message.el (message-insert-expires): New function.
12868 (message-mode-map): Add key binding.
12869 (message-mode-field-menu): Add menu entry.
12870 (message-mode): Document it.
12871 (message-make-expires-date): Use `message-make-date'.
12872
12873 2005-10-04 Josh Huber <huber@alum.wpi.edu>
12874
12875 * message.el (message-make-expires-date): New function.
12876
12877 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * time-date.el: Autoload parse-time-string, XEmacs needs it.
12880
12881 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
12882
12883 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12884 function rather than the diff-mode.el package.
12885 (mm-display-external): Use with-current-buffer.
12886 (mm-viewer-completion-map, mm-viewer-completion-map):
12887 Move initialization inside declaration.
12888
12889 2005-09-29 Simon Josefsson <jas@extundo.com>
12890
12891 * spam.el: Load hashcash when compiling, to avoid warnings.
12892 Don't autoload mail-check-payment.
12893 (spam-check-hashcash): Define unconditionally, since hashcash.el
12894 is part of Gnus now. Ignore errors from payment checking.
12895
12896 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
12897
12898 * message.el (message-bold-region, message-unbold-region):
12899 Rename from `bold-region' and `unbold-region'.
12900
12901 * message.el: Remove useless autoloads.
12902
12903 2005-09-28 Simon Josefsson <jas@extundo.com>
12904
12905 * message.el (message-use-idna): Default to t.
12906 (message-use-idna): Test whether encoding works too. Doc fix.
12907
12908 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
12909
12910 * nntp.el (nntp-warn-about-losing-connection): Remove.
12911
12912 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
12913
12914 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12915 customizable. Change default value.
12916 (mm-uu-diff-groups-regexp): Change default value.
12917 (mm-uu-type-alist): Add doc string.
12918 (mm-uu-configure): Add doc string. Make it interactive.
12919 (mm-uu-tex-groups-regexp): New variable.
12920 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12921 (mm-uu-type-alist): Add LaTeX documents.
12922 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12923 of "text/verbatim".
12924 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12925
12926 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12927 instead of "text/verbatim".
12928
12929 * message.el (message-mark-inserted-region)
12930 (message-mark-insert-file): Use slrn style marks when called with
12931 prefix argument.
12932
12933 2005-09-27 Simon Josefsson <jas@extundo.com>
12934
12935 * message.el (message-idna-to-ascii-rhs-1): Reformat.
12936
12937 2005-09-27 Arne Jørgensen <arne@arnested.dk>
12938
12939 * message.el (message-remove-duplicates): New function.
12940 Implementation borrowed from `gnus-remove-duplicates'.
12941 (message-idna-to-ascii-rhs): Also encode idna addresses in
12942 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12943 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12944 only ask about the same idna domain once per header and also tell
12945 in what header to replace the idna domain.
12946
12947 * gnus-art.el (article-decode-idna-rhs): Also decode idna
12948 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12949 (article-decode-idna-rhs): Fix regexp so that all idna-address in
12950 a header is decoded and not just the last one.
12951
12952 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
12953
12954 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12955 has been decoded.
12956
12957 * mm-decode.el (mm-automatic-display): Add text/verbatim.
12958 (mm-insert-part): Don't modify text if it has been decoded.
12959
12960 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12961 decoded.
12962
12963 * mm-view.el (mm-inline-text): Don't strip text props unless
12964 decoding enriched or richtext parts.
12965
12966 2005-09-25 Romain Francoise <romain@orebokech.com>
12967
12968 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12969 * gnus-start.el (gnus-subscribe-interactively):
12970 * gnus-uu.el (gnus-uu-grab-articles):
12971 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12972 space.
12973
12974 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
12975
12976 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12977 * mm-view.el (mm-view-pkcs7-decrypt):
12978 * gnus-sum.el (gnus-summary-limit-to-extra)
12979 (gnus-summary-respool-article, gnus-read-move-group-name):
12980 * gnus-score.el (gnus-summary-increase-score):
12981 * gnus-util.el (gnus-completing-read-with-default):
12982 * gnus-art.el (gnus-read-save-file-name)
12983 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12984 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12985 * message.el (message-check-news-header-syntax):
12986 Follow convention for reading with the minibuffer.
12987
12988 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
12989
12990 * spam-report.el (spam-report-url-ping-plain):
12991 Use gnus-extended-version as User-Agent.
12992
12993 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12994 default value is nil.
12995
12996 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12997 (mm-uu-verbatim-marks-extract): New function.
12998 (mm-uu-extract): New face.
12999 (mm-uu-copy-to-buffer): Use it.
13000
13001 * spam-report.el (spam-report-gmane-ham): Rename from
13002 `spam-report-gmane-unspam'.
13003 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13004 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
13005
13006 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13007 Autoload.
13008 (spam-report-gmane-unregister-routine):
13009 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13010
13011 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
13012
13013 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13014 (spam-report-gmane-unregister-routine): Add support for gmane
13015 unregistration.
13016
13017 * spam-report.el (spam-report-gmane-unspam)
13018 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13019 (spam-report-gmane): Change to take a single article and do unspam
13020 registration.
13021
13022 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13023
13024 * mm-url.el (mm-url-decode-entities): Fix regexp.
13025
13026 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
13027
13028 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13029 default to nil, to be able to use Gnus at all. If the default
13030 switches to something else, then the function should be fixed not
13031 be exceedingly slow.
13032
13033 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
13034
13035 * gnus-start.el (gnus-activate-group): If the server is nil, don't
13036 fail hard.
13037
13038 * spam-report.el: Add better Keywords line.
13039
13040 * spam.el: Add Maintainer and better Keywords line.
13041
13042 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
13043
13044 * gnus-art.el (gnus-article-replace-part)
13045 (gnus-mime-replace-part): New functions.
13046 (gnus-mime-action-alist, gnus-mime-button-commands)
13047 (gnus-mime-save-part-and-strip): Add file argument.
13048 (gnus-article-part-wrapper): Add interactive argument.
13049
13050 * gnus-sum.el (gnus-summary-mime-map):
13051 Add `gnus-article-replace-part'.
13052
13053 2005-09-19 Didier Verna <didier@xemacs.org>
13054
13055 The nnml compaction feature:
13056 * nnml.el (nnml-request-compact-group): New function.
13057 * nnml.el (nnml-request-compact): New function.
13058 * gnus-int.el (gnus-request-compact-group): New function.
13059 * gnus-int.el (gnus-request-compact): New function.
13060 * gnus-group.el (gnus-group-compact-group): New function.
13061 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13062 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13063 * gnus-srvr.el (gnus-server-compact-server): New function.
13064 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13065 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13066
13067 2005-09-18 Deepak Goel <deego@gnufans.org>
13068
13069 * sieve.el (sieve-help): Fix `message' call: first arg should be a
13070 format spec.
13071
13072 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
13073
13074 * gnus.el (gnus-group-startup-message): Bind image-load-path.
13075
13076 2005-09-15 Romain Francoise <romain@orebokech.com>
13077
13078 * message.el (message-fill-paragraph): Clarify docstring.
13079
13080 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
13081
13082 * gnus-art.el (gnus-mime-display-part): Protect against broken
13083 MIME messages.
13084
13085 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
13086
13087 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13088 before parsing header.
13089
13090 2005-09-11 Jari Aalto <jari.aalto@cante.net>
13091
13092 * html2text.el (html2text-replace-list): Add new entities.
13093
13094 2005-09-11 Romain Francoise <romain@orebokech.com>
13095
13096 * message.el (message-alternative-emails): Improve docstring.
13097 (message-setup-1): Call `message-use-alternative-email-as-from'
13098 after `message-setup-hook' to give it precedence over posting
13099 styles, etc.
13100 (message-use-alternative-email-as-from): Add docstring.
13101 Remove the original From header if present.
13102
13103 * nnml.el (nnml-compressed-files-size-threshold): New variable.
13104 (nnml-save-mail): Use it.
13105
13106 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13107 articles. Add new argument `silent'.
13108 (gnus-uu-mark-all): Report the total number of marked articles.
13109
13110 2005-09-10 Romain Francoise <romain@orebokech.com>
13111
13112 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13113 (gnus-uu-mark-series): Likewise.
13114
13115 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
13116
13117 * spam-report.el (spam-report-gmane): Fix generation of spam
13118 report URL.
13119
13120 2005-09-10 Simon Josefsson <jas@extundo.com>
13121
13122 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13123 t, based on discussion on the ding list with Robert Epprecht
13124 <epprecht@solnet.ch>.
13125
13126 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
13127
13128 * spam-report.el (spam-report-gmane): Make it work without
13129 X-Report-Spam header. Gmane now only provides Archived-At.
13130 This is only used if `spam-report-gmane-use-article-number' is nil.
13131 (spam-report-gmane-spam-header): Remove. Not used anymore.
13132
13133 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13134 make `gnus-summary-sort-by-recipient' work with threading.
13135
13136 * nnweb.el (nnweb-google-wash-article): Print a message if article
13137 is not available.
13138
13139 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
13140
13141 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13142 change. Decode text/* parts content before displaying.
13143
13144 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
13145
13146 * mml-smime.el: Remove defvar of gnus-extract-address-components.
13147
13148 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
13149
13150 * mm-view.el (mm-display-inline-fontify): Disable support modes.
13151
13152 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
13153
13154 * message.el (message-tab-body-function): Fix mismatched custom type.
13155
13156 * gnus.el (gnus-group-change-level-function): Ditto.
13157
13158 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13159
13160 * gnus-art.el (gnus-signature-limit)
13161 (gnus-article-mime-part-function): Ditto.
13162
13163 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
13164
13165 * mml.el (mml-mode): Silence the byte compiler.
13166
13167 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13168 using `(sit-for 0)' before moving the point to the specified part;
13169 skip unbuttonized parts.
13170 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13171 return to the summary window if gnus-auto-select-part is non-nil.
13172
13173 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
13174
13175 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13176 New variables.
13177 (mml-dnd-attach-file, mml-mode): Use them.
13178
13179 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13180 Make fetching article by MID work again for Google Groups.
13181 Add FIXME concerning gnus-group-make-web-group.
13182
13183 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13184 Don't depend on Gnus by using mail-extract-address-components if
13185 gnus-extract-address-components is not bound.
13186
13187 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13188
13189 * gnus-art.el (gnus-mime-display-security): Don't display the
13190 signature, but only the signed part.
13191
13192 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
13193
13194 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13195
13196 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13197 list, not listp.
13198
13199 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
13200
13201 * mm-encode.el (mm-encode-content-transfer-encoding):
13202 Likewise when encoding.
13203
13204 * mm-bodies.el (mm-decode-content-transfer-encoding):
13205 De-canonicalize CRLF for all text content types, not just
13206 text/plain.
13207
13208 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
13209
13210 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13211 valid article; point arrow and cursor at the MIME button.
13212
13213 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
13214
13215 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13216 Suggested by Dan Christensen <jdc@uwo.ca>.
13217
13218 * mm-decode.el (mm-save-part): Enable change of prompt.
13219
13220 2005-08-29 Jari Aalto <jari.aalto@cante.net>
13221
13222 * gnus-msg.el (gnus-inews-add-send-actions):
13223 Make `message-post-method' lambda parameter ARG `&optional'.
13224
13225 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13226
13227 * gnus-sum.el (gnus-summary-mime-map):
13228 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13229 gnus-article-jump-to-part.
13230
13231 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13232 (gnus-article-edit-part): Use it.
13233 (gnus-article-part-wrapper): Add no-handle argument.
13234 (gnus-article-save-part-and-strip, gnus-article-delete-part):
13235 New functions.
13236
13237 2005-08-29 Romain Francoise <romain@orebokech.com>
13238
13239 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13240 docstring.
13241 (gnus-face-from-file): Likewise.
13242
13243 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
13244
13245 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13246 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13247 non-nil.
13248 (gnus-auto-select-part): New variable.
13249 (gnus-article-jump-to-part): New function.
13250 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13251 (gnus-mime-delete-part): Allow selecting specified part after
13252 deleting or stripping parts.
13253 (gnus-article-jump-to-part): Don't use `read-number'. Use last
13254 part if argument is bogus.
13255
13256 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
13257
13258 * gnus-art.el (w3m-minor-mode-map):
13259 * gnus-spec.el (gnus-newsrc-file-version):
13260 * gnus-util.el (nnmail-active-file-coding-system)
13261 (gnus-original-article-buffer, gnus-user-agent):
13262 * gnus.el (gnus-ham-process-destinations)
13263 (gnus-parameter-ham-marks-alist)
13264 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13265 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13266 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13267 * mm-decode.el (gnus-current-window-configuration):
13268 * mm-extern.el (gnus-article-mime-handles):
13269 * mm-url.el (url-current-object, url-package-name)
13270 (url-package-version):
13271 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13272 (smime-keys, w3m-cid-retrieve-function-alist)
13273 (w3m-current-buffer, w3m-display-inline-images)
13274 (w3m-minor-mode-map):
13275 * mml-smime.el (gnus-extract-address-components):
13276 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13277 (gnus-newsrc-hashtb, message-default-charset)
13278 (message-deletable-headers, message-options)
13279 (message-posting-charset, message-required-mail-headers)
13280 (message-required-news-headers):
13281 * mml1991.el (mc-pgp-always-sign):
13282 * mml2015.el (mc-pgp-always-sign):
13283 * nnheader.el (nnmail-extra-headers):
13284 * rfc1843.el (gnus-decode-encoded-word-function)
13285 (gnus-decode-header-function, gnus-newsgroup-name):
13286 * spam-stat.el (gnus-original-article-buffer): Add defvars.
13287
13288 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
13289
13290 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13291 the end of the date treatments.
13292
13293 2005-08-15 Simon Josefsson <jas@extundo.com>
13294
13295 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13296 it in url-handlers.el and XEmacs in url.el. Reported by Luca
13297 Capello and Romain Francoise.
13298 (pgg-fetch-key-function): Remove, not used?
13299 (pgg-insert-url-with-w3): Require url, to get
13300 url-insert-file-contents regardless of where it is defined.
13301
13302 2005-08-13 Romain Francoise <romain@orebokech.com>
13303
13304 * message.el (message-cite-original-1): New function.
13305 (message-cite-original): Use it.
13306 (message-cite-original-without-signature): Ditto.
13307
13308 2005-08-08 Romain Francoise <romain@orebokech.com>
13309
13310 * message.el (message-yank-empty-prefix): New variable.
13311 (message-indent-citation): Use it.
13312 (message-cite-original-without-signature): Respect X-No-Archive.
13313
13314 2005-08-08 Simon Josefsson <jas@extundo.com>
13315
13316 * pgg.el: Autoload url-insert-file-contents instead of loading
13317 w3/url.
13318 (pgg-insert-url-with-w3): Don't load url here.
13319
13320 2005-08-07 Jesper Harder <harder@phys.au.dk>
13321
13322 * message.el (message-kill-to-signature): Don't insert newline at
13323 bol.
13324 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13325
13326 2005-08-06 Romain Francoise <romain@orebokech.com>
13327
13328 * message.el (message-user-fqdn): Fix typo in docstring.
13329
13330 2005-08-05 Daiki Ueno <ueno@unixuser.org>
13331
13332 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13333
13334 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13335
13336 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
13337
13338 * mm-bodies.el (mm-encode-body): Use coding system rather than
13339 charset to encode text.
13340
13341 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13342 number of charsets if utf-8 is available (XEmacs).
13343
13344 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
13345
13346 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13347 taken from `gnus-button-mid-or-mail-regexp'.
13348 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13349 (gnus-button-alist): Improve regexp for domain part of the MIDs
13350 for news:localpart@domain buttons.
13351 (gnus-button-ctan-directory-regexp): Update.
13352
13353 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
13354
13355 * sieve-manage.el (sieve-manage-interactive-login):
13356 Use make-local-variable rather than make-variable-buffer-local.
13357 (sieve-manage-open): Ditto.
13358 (sieve-manage-authenticate): Ditto.
13359
13360 * mml.el (mml-generate-mime-1): Make the content type default to
13361 text/plain if the filename is not specified.
13362
13363 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
13364
13365 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13366 instead of insert-buffer.
13367
13368 * message.el (message-yank-original): Ditto; set the mark at the
13369 end of the yanked message.
13370
13371 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
13372
13373 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13374 lines to scroll rather than to stop it.
13375
13376 * mml.el (mml-generate-default-type): Add doc string.
13377 (mml-generate-mime-1): Use mm-default-file-encoding or make it
13378 default to application/octet-stream when determining the content
13379 type if it is not specified for the part or the mml contents; add
13380 a comment about mml-generate-default-type.
13381
13382 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
13383
13384 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13385 make it default to application/octet-stream when determining the
13386 content type if it is not specified for the external contents.
13387
13388 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
13389
13390 * rfc2231.el (rfc2231-parse-string): Take care that not only a
13391 segmented parameter but also other parameters might be there.
13392
13393 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
13394
13395 * mm-decode.el (mm-display-external): Delete temp file, directory
13396 and buffer immediately if the external process is exited.
13397
13398 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
13399
13400 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13401 fewer lines than that of scroll-margin.
13402 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13403
13404 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
13405
13406 * gnus-art.el (gnus-article-next-page): Revert.
13407 (gnus-article-beginning-of-window): New macro.
13408 (gnus-article-next-page-1): Use it.
13409 (gnus-article-prev-page): Ditto.
13410 (gnus-article-edit-part): Use insert-buffer-substring instead of
13411 insert-buffer.
13412 (gnus-article-edit-exit): Ditto.
13413
13414 * gnus-util.el (gnus-beginning-of-window): Remove.
13415 (gnus-end-of-window): Remove.
13416
13417 2005-07-25 Simon Josefsson <jas@extundo.com>
13418
13419 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13420 to have the url package without w3. Reported by Daiki Ueno
13421 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13422
13423 2005-07-20 Didier Verna <didier@xemacs.org>
13424
13425 * gnus-diary.el: Remove the description comment (nndiary is now
13426 properly documented in the Gnus manual).
13427 Fix the spelling of "Back End".
13428 * nndiary.el: Ditto.
13429 Fix the copyright notice.
13430
13431 2005-07-18 Romain Francoise <romain@orebokech.com>
13432
13433 * gnus-sum.el (gnus-summary-to-prefix)
13434 (gnus-summary-newsgroup-prefix): New variables.
13435 (gnus-summary-from-or-to-or-newsgroups): Use them.
13436
13437 2005-07-17 Romain Francoise <romain@orebokech.com>
13438
13439 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13440 space as it's generally not especially interesting to the user.
13441
13442 2005-07-16 Romain Francoise <romain@orebokech.com>
13443
13444 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13445 nil to avoid prompting and file modification if one of the
13446 messages at the top of the nnfolder file contains a copyright
13447 notice.
13448 Update copyright notice.
13449
13450 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13451 instead of `current-time-string' as the latter creates a time
13452 string that is not RFC 2822 compliant (it lacks the zone).
13453 Update copyright notice.
13454
13455 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13458 for text/rtf. Display default in prompt. Pass default for M-n.
13459
13460 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13461
13462 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13463
13464 * gnus-msg.el (gnus-button-mailto):
13465 Remove save-selected-window-window hackery because it relies on
13466 save-selected-window internals.
13467
13468 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
13469
13470 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13471 (gnus-article-next-page-1): Use gnus-beginning-of-window.
13472 (gnus-article-prev-page): Ditto.
13473
13474 * gnus-util.el (gnus-beginning-of-window): New function.
13475 (gnus-end-of-window): New function.
13476
13477 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
13478
13479 * gnus-score.el (gnus-score-edit-all-score):
13480 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13481 gnus-message.
13482
13483 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13484
13485 * gnus-msg.el (gnus-button-mailto):
13486 Remove save-selected-window-window hackery because it relies on
13487 save-selected-window internals.
13488
13489 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
13490
13491 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13492 add-minor-mode.
13493 (gnus-binary-mode): Ditto.
13494
13495 * gnus-topic.el (gnus-topic-mode): Ditto.
13496
13497 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
13498
13499 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13500 (gnus-article-prev-page): Take scroll-margin into consideration.
13501
13502 2005-07-04 Lute Kamstra <lute@gnu.org>
13503
13504 Update FSF's address in GPL notices.
13505
13506 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13507
13508 * gnus.el (gnus-exit):
13509 * gnus-group.el (gnus-group-icons):
13510 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13511
13512 * gnus-nocem.el (gnus-nocem):
13513 * message.el (message-various, message-buffers, message-sending)
13514 (message-interface, message-forwarding, message-insertion)
13515 (message-headers, message-news, message-mail):
13516 * pgg-gpg.el (pgg-gpg):
13517 * pgg-parse.el (pgg-parse):
13518 * pgg-pgp.el (pgg-pgp):
13519 * pgg-pgp5.el (pgg-pgp5):
13520 * pop3.el (pop3): Finish `defgroup' description with period.
13521
13522 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13523
13524 * gnus-art.el (article-display-face): Improve the efficiency.
13525 (article-display-x-face): Ditto; remove grey x-face stuff.
13526
13527 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
13528
13529 * gnus-art.el (article-display-face): Correct the position in
13530 which Faces are inserted.
13531
13532 2005-06-29 Didier Verna <didier@xemacs.org>
13533
13534 * gnus-art.el (article-display-face): Display faces in correct
13535 order.
13536
13537 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
13538
13539 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13540 (gnus-fill-real-hashtb): Use hash table instead of obarray.
13541 (gnus-nocem-check-article): Fetch the Type header.
13542 (gnus-nocem-message-wanted-p): Fix the way to examine types.
13543 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13544 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13545 make sure gnus-nocem-hashtb is initialized.
13546 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13547 (gnus-nocem-unwanted-article-p): Ditto.
13548
13549 * pgg.el (pgg-verify): Return the verification result.
13550
13551 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13552
13553 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13554 is ascii.
13555
13556 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13557
13558 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13559 `show-nonbreak-escape'.
13560
13561 2005-06-23 Lute Kamstra <lute@gnu.org>
13562
13563 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13564
13565 * dig.el (dig-mode):
13566 * smime.el (smime-mode): Use gnus-run-mode-hooks.
13567
13568 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13569
13570 * nnimap.el (nnimap-split-download-body): Fix spellings.
13571
13572 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * gnus-art.el (gnus-article-encrypt-body):
13575 * gnus-cus.el (gnus-score-customize):
13576 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13577 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13578
13579 2005-06-16 Arne Jørgensen <arne@arnested.dk>
13580
13581 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13582 header by looking for magic "MII" at the beginnig.
13583
13584 2005-06-16 Miles Bader <miles@gnu.org>
13585
13586 * assistant.el (assistant-field): Remove "-face" suffix from face name.
13587 (assistant-field-face): New backward-compatibility alias for renamed
13588 face.
13589 (assistant-render-text): Use renamed assistant-field face.
13590
13591 * spam.el (spam): Remove "-face" suffix from face name.
13592 (spam-face): New backward-compatibility alias for renamed face.
13593 (spam-face, spam-initialize): Use renamed spam face.
13594
13595 * message.el (message-header-to, message-header-cc)
13596 (message-header-subject, message-header-newsgroups)
13597 (message-header-other, message-header-name)
13598 (message-header-xheader, message-separator, message-cited-text)
13599 (message-mml): Remove "-face" suffix from face names.
13600 (message-header-to-face, message-header-cc-face)
13601 (message-header-subject-face, message-header-newsgroups-face)
13602 (message-header-other-face, message-header-name-face)
13603 (message-header-xheader-face, message-separator-face)
13604 (message-cited-text-face, message-mml-face):
13605 New backward-compatibility aliases for renamed faces.
13606 (message-font-lock-keywords): Use renamed message faces.
13607
13608 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13609 (sieve-test-commands, sieve-tagged-arguments):
13610 Remove "-face" suffix from face names.
13611 (sieve-control-commands-face, sieve-action-commands-face)
13612 (sieve-test-commands-face, sieve-tagged-arguments-face):
13613 New backward-compatibility aliases for renamed faces.
13614 (sieve-control-commands-face, sieve-action-commands-face)
13615 (sieve-test-commands-face, sieve-tagged-arguments-face):
13616 Use renamed sieve faces.
13617
13618 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13619 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13620 (gnus-group-news-3-empty, gnus-group-news-4)
13621 (gnus-group-news-4-empty, gnus-group-news-5)
13622 (gnus-group-news-5-empty, gnus-group-news-6)
13623 (gnus-group-news-6-empty, gnus-group-news-low)
13624 (gnus-group-news-low-empty, gnus-group-mail-1)
13625 (gnus-group-mail-1-empty, gnus-group-mail-2)
13626 (gnus-group-mail-2-empty, gnus-group-mail-3)
13627 (gnus-group-mail-3-empty, gnus-group-mail-low)
13628 (gnus-group-mail-low-empty, gnus-summary-selected)
13629 (gnus-summary-cancelled, gnus-summary-high-ticked)
13630 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13631 (gnus-summary-high-ancient, gnus-summary-low-ancient)
13632 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13633 (gnus-summary-low-undownloaded)
13634 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13635 (gnus-summary-low-unread, gnus-summary-normal-unread)
13636 (gnus-summary-high-read, gnus-summary-low-read)
13637 (gnus-summary-normal-read, gnus-splash):
13638 Remove "-face" suffix from face names.
13639 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13640 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13641 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13642 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13643 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13644 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13645 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13646 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13647 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13648 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13649 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13650 (gnus-summary-selected-face, gnus-summary-cancelled-face)
13651 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13652 (gnus-summary-normal-ticked-face)
13653 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13654 (gnus-summary-normal-ancient-face)
13655 (gnus-summary-high-undownloaded-face)
13656 (gnus-summary-low-undownloaded-face)
13657 (gnus-summary-normal-undownloaded-face)
13658 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13659 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13660 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13661 (gnus-splash-face):
13662 New backward-compatibility aliases for renamed faces.
13663 (gnus-group-startup-message): Use renamed gnus faces.
13664
13665 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13666 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13667 (gnus-server-agent): Remove "-face" suffix from face names.
13668 (gnus-server-agent-face, gnus-server-opened-face)
13669 (gnus-server-closed-face, gnus-server-denied-face)
13670 (gnus-server-offline-face):
13671 New backward-compatibility aliases for renamed faces.
13672 (gnus-server-agent-face, gnus-server-opened-face)
13673 (gnus-server-closed-face, gnus-server-denied-face)
13674 (gnus-server-offline-face): Use renamed gnus faces.
13675
13676 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13677 Remove "-face" suffix from face names.
13678 (gnus-picon-xbm-face, gnus-picon-face):
13679 New backward-compatibility aliases for renamed faces.
13680
13681 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13682 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13683 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13684 (gnus-cite-11): Remove "-face" suffix from face names.
13685 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13686 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13687 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13688 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13689 New backward-compatibility aliases for renamed faces.
13690 (gnus-cite-attribution-face, gnus-cite-face-list)
13691 (gnus-article-boring-faces): Use renamed gnus faces.
13692
13693 * gnus-art.el (gnus-signature, gnus-header-from)
13694 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13695 (gnus-header-content): Remove "-face" suffix from face names.
13696 (gnus-signature-face, gnus-header-from-face)
13697 (gnus-header-subject-face, gnus-header-newsgroups-face)
13698 (gnus-header-name-face, gnus-header-content-face):
13699 New backward-compatibility aliases for renamed faces.
13700 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13701
13702 * gnus-sum.el (gnus-summary-selected-face)
13703 (gnus-summary-highlight): Use renamed gnus faces.
13704 * gnus-group.el (gnus-group-highlight): Likewise.
13705
13706 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13707
13708 * gnus-sieve.el (gnus-sieve-article-add-rule):
13709 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13710 * spam-stat.el (spam-stat-buffer-change-to-spam)
13711 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13712
13713 * message.el (message-is-yours-p):
13714 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13715
13716 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
13717
13718 * mm-view.el (mm-inline-text): Withdraw the last change.
13719
13720 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
13721
13722 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13723 executing enriched-decode.
13724
13725 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
13726
13727 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13728 charset of tar files.
13729
13730 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
13731
13732 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13733
13734 2005-06-04 Lute Kamstra <lute@gnu.org>
13735
13736 * nnfolder.el (nnfolder-read-folder): Make sure that undo
13737 information is never recorded.
13738
13739 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13742
13743 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
13744
13745 * pop3.el (pop3-apop): Run md5 in the binary mode.
13746
13747 * starttls.el (starttls-set-process-query-on-exit-flag):
13748 Use eval-and-compile.
13749
13750 2005-05-31 Simon Josefsson <jas@extundo.com>
13751
13752 * smime.el (smime-replace-in-string): Define.
13753 (smime-cert-by-ldap-1): Use it.
13754
13755 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
13756
13757 * gnus-art.el (article-display-x-face): Replace
13758 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13759
13760 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13761 set-process-query-on-exit-flag or process-kill-without-query.
13762
13763 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13764 loop instead of replace-regexp.
13765
13766 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13767 instead of process-kill-without-query if it is available.
13768
13769 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13770 instead of find-file-hooks if it is available.
13771
13772 * mml1991.el: Bind pgg-default-user-id when compiling.
13773
13774 * mml2015.el: Bind pgg-default-user-id when compiling.
13775
13776 * nndraft.el (nndraft-request-associate-buffer):
13777 Use write-contents-functions instead of write-contents-hooks if it is
13778 available.
13779
13780 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13781 instead of find-file-hooks if it is available.
13782
13783 * nntp.el (nntp-open-connection): Replace
13784 process-kill-without-query by gnus-set-process-query-on-exit-flag.
13785 (nntp-open-ssl-stream): Ditto.
13786 (nntp-open-tls-stream): Ditto.
13787
13788 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13789 set-process-query-on-exit-flag or process-kill-without-query.
13790 (starttls-open-stream-gnutls): Use it instead of
13791 process-kill-without-query.
13792 (starttls-open-stream): Ditto.
13793
13794 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
13795
13796 * smime.el (smime-cert-by-ldap-1): Don't use
13797 replace-regexp-in-string.
13798
13799 2005-05-31 Arne Jørgensen <arne@arnested.dk>
13800
13801 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13802
13803 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13804 in PEM format. Adjust to the XEmacs compability.
13805
13806 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
13807
13808 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13809 by `string-to-number'.
13810 * gnus-agent.el (gnus-agent-regenerate-group)
13811 (gnus-agent-fetch-articles): Ditto.
13812 * gnus-art.el (gnus-button-fetch-group): Ditto.
13813 * gnus-cache.el (gnus-cache-generate-active)
13814 (gnus-cache-articles-in-group): Ditto.
13815 * gnus-group.el (gnus-group-set-current-level)
13816 (gnus-group-insert-group-line): Ditto.
13817 * gnus-score.el (gnus-score-set-expunge-below)
13818 (gnus-score-set-mark-below, gnus-summary-score-effect)
13819 (gnus-summary-score-entry): Ditto.
13820 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13821 (gnus-soup-pack): Ditto.
13822 * gnus-spec.el (gnus-xmas-format): Ditto.
13823 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13824 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13825 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13826 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13827 * nndb.el (nndb-get-remote-expire-response): Ditto.
13828 * nndiary.el (nndiary-parse-schedule-value)
13829 (nndiary-string-to-number, nndiary-request-replace-article)
13830 (nndiary-request-article): Ditto.
13831 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13832 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13833 * nneething.el (nneething-make-head): Ditto.
13834 * nnfolder.el (nnfolder-request-article)
13835 (nnfolder-retrieve-headers): Ditto.
13836 * nnheader.el (nnheader-file-to-number): Ditto.
13837 * nnkiboze.el (nnkiboze-request-article): Ditto.
13838 * nnmail.el (nnmail-process-unix-mail-format)
13839 (nnmail-process-babyl-mail-format): Ditto.
13840 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13841 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13842 (nnmh-request-create-group, nnmh-request-list-1)
13843 (nnmh-request-group, nnmh-request-article): Ditto.
13844 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13845 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13846 * nnsoup.el (nnsoup-make-active): Ditto.
13847 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13848 * nntp.el (nntp-find-group-and-number)
13849 (nntp-retrieve-headers-with-xover): Ditto.
13850 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13851 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13852 (pgg-format-key-identifier): Ditto.
13853 * pop3.el (pop3-last, pop3-stat): Ditto.
13854 * qp.el (quoted-printable-decode-region): Ditto.
13855
13856 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13857 of concat.
13858
13859 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
13860
13861 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13862
13863 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13864
13865 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13866
13867 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13868
13869 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13870
13871 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13872
13873 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13874 (gnus-carpal-mode): Ditto.
13875
13876 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13877 (gnus-browse-mode): Ditto.
13878
13879 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13880
13881 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13882
13883 2005-05-29 Richard M. Stallman <rms@gnu.org>
13884
13885 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13886
13887 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
13888
13889 * gnus-util.el (gnus-run-mode-hooks): New function.
13890
13891 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13892
13893 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
13894
13895 * gnus-agent.el (gnus-agent-make-mode-line-string):
13896 Use mode-line-highlight as mouse-face.
13897
13898 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
13899
13900 * canlock.el (canlock): Change the parent group to news.
13901
13902 * deuglify.el (gnus-outlook-deuglify): Add :group.
13903
13904 * dig.el (dig): Add :group.
13905
13906 * dns-mode.el (dns-mode): Add :group.
13907
13908 * encrypt.el (encrypt): Add :group.
13909
13910 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13911 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13912 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13913 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13914 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13915
13916 * gnus-diary.el (gnus-diary): Add :group.
13917
13918 * gnus.el (gnus-group-news-1-face): Add :group.
13919 (gnus-group-news-1-empty-face): Ditto.
13920 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13921 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13922 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13923 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13924 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13925 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13926 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13927 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13928 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13929 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13930 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13931 (gnus-summary-high-ticked-face): Ditto.
13932 (gnus-summary-low-ticked-face): Ditto.
13933 (gnus-summary-normal-ticked-face): Ditto.
13934 (gnus-summary-high-ancient-face): Ditto.
13935 (gnus-summary-low-ancient-face): Ditto.
13936 (gnus-summary-normal-ancient-face): Ditto.
13937 (gnus-summary-high-undownloaded-face): Ditto.
13938 (gnus-summary-low-undownloaded-face): Ditto.
13939 (gnus-summary-normal-undownloaded-face): Ditto.
13940 (gnus-summary-high-unread-face): Ditto.
13941 (gnus-summary-low-unread-face): Ditto.
13942 (gnus-summary-normal-unread-face): Ditto.
13943 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13944 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13945
13946 * hashcash.el (hashcash): New custom group.
13947 (hashcash-default-payment): Add :group.
13948 (hashcash-payment-alist): Ditto.
13949 (hashcash-default-accept-payment): Ditto.
13950 (hashcash-accept-resources): Ditto.
13951 (hashcash-path): Ditto.
13952 (hashcash-extra-generate-parameters): Ditto.
13953 (hashcash-double-spend-database): Ditto.
13954 (hashcash-in-news): Ditto.
13955
13956 * message.el (message-minibuffer-local-map): Add :group.
13957
13958 * netrc.el (netrc): Add :group.
13959
13960 * sieve-manage.el (sieve-manage-log): Add :group.
13961 (sieve-manage-default-user): Diito.
13962 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13963 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13964 (sieve-manage-authenticators): Ditto.
13965 (sieve-manage-authenticator-alist): Ditto.
13966 (sieve-manage-default-port): Ditto.
13967
13968 * sieve-mode.el (sieve-control-commands-face): Add :group.
13969 (sieve-action-commands-face): Ditto.
13970 (sieve-test-commands-face): Ditto.
13971 (sieve-tagged-arguments-face): Ditto.
13972
13973 * smime.el (smime): Add :group.
13974
13975 * spam-report.el (spam-report): Add :group.
13976
13977 * spam.el (spam, spam-face): Add :group.
13978
13979 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
13980
13981 * nntp.el (nntp-next-result-arrived-p): Some news servers may
13982 return \n.\n.\n at the end of articles. Protect against that.
13983 (nntp-with-open-group): Allow debugging.
13984
13985 * nnheader.el (mail-header-set-extra): Make into a function
13986 because I just could't understand how to quote the list properly.
13987
13988 * dns.el (query-dns-cached): New function.
13989
13990 2005-05-26 Lute Kamstra <lute@gnu.org>
13991
13992 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13993
13994 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
13995
13996 * gnus-art.el: Don't autoload mail-extract-address-components.
13997
13998 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13999 eval-and-compile to evaluate it.
14000
14001 * hashcash.el: Don't autoload executable-find.
14002
14003 * nndb.el: Don't declare the nndb back end two or more times; don't
14004 autoload news-reply-mode, news-setup, cancel-timer and telnet.
14005
14006 * nntp.el: Autoload format-spec instead of format; use
14007 eval-and-compile to evaluate autoload forms.
14008
14009 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
14010
14011 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14012
14013 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14014
14015 * gnus.el (gnus-version-number): Bump version.
14016
14017 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14018
14019 * gnus.el: No Gnus v0.3 is released.
14020
14021 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
14022
14023 * gnus-art.el (gnus-article-edit-part): Disable undo.
14024
14025 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14026
14027 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14028 gnus-article-date-lapsed-new-header is t if date timer is active;
14029 skip headers in which the original date value is empty.
14030 (gnus-article-save-original-date): Redefine it as a macro.
14031 (gnus-display-mime): Use it.
14032
14033 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
14034
14035 * gnus-art.el (article-date-ut): Support converting date in
14036 forwarded parts as well.
14037 (gnus-article-save-original-date): New function.
14038 (gnus-display-mime): Use it.
14039
14040 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
14041
14042 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14043 enclosure element of <item>.
14044
14045 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
14046
14047 * message.el (message-kill-buffer-query): Rename from
14048 `message-kill-buffer-query-if-modified'. Add :version.
14049
14050 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14051
14052 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14053 window layout.
14054
14055 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14056
14057 * mml.el: Autoload dnd when compiling.
14058
14059 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
14060
14061 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14062 x-dnd-*.
14063
14064 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
14065
14066 * qp.el (quoted-printable-encode-region): Save excursion.
14067
14068 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
14069
14070 * message.el (message-kill-buffer-query-if-modified): Add new variable
14071 so the user can kill a modified message buffer quickly.
14072 (message-kill-buffer): Use it.
14073
14074 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
14075
14076 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14077 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14078
14079 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
14080
14081 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14082 contained in text because xml.el decodes entities) with LFs.
14083
14084 2005-04-11 Lute Kamstra <lute@gnu.org>
14085
14086 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14087 differently.
14088
14089 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14090
14091 * mm-util.el (mm-detect-coding-region): Typo.
14092
14093 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
14094
14095 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14096
14097 2005-04-06 Deepak Goel <deego@gnufans.org>
14098
14099 * spam-stat.el (spam-stat-score-buffer): Add a call to a
14100 user-function allow user modifications of the scores.
14101 (spam-stat-score-buffer-user): New function, to allow
14102 user-computed modifications to the score.
14103 (spam-stat-score-buffer-user-functions): List of additional
14104 scoring functions.
14105 (spam-stat-error-holder): Global temporary error holder.
14106 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14107 variable.
14108
14109 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
14110
14111 * gnus-registry.el (gnus-registry-clean-empty-function)
14112 (gnus-registry-trim, gnus-registry-fetch-groups)
14113 (gnus-registry-delete-group): Groups that match
14114 `gnus-registry-ignored-groups' are removed from the registry
14115 entries, not just ignored for splitting. This helps clean up the
14116 registry. Also, `gnus-registry-fetch-groups' is a convenient way
14117 to get all the groups a message ID is in.
14118
14119 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14120 (spam-stat-split-fancy): Change "threshhold" to "threshold".
14121 (spam-stat-score-buffer-user-functions): Add :number custom type.
14122
14123 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14124
14125 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14126 argument in XEmacs.
14127
14128 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14129 (nnrss-request-group): Decode group name first.
14130 (nnrss-request-article): Make a text/plain article if mml-to-mime
14131 failed.
14132 (nnrss-get-encoding): Return a compatible encoding according to
14133 nnrss-compatible-encoding-alist.
14134 (nnrss-find-el): Use consp instead of listp.
14135 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14136
14137 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
14138
14139 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14140 which Emacs 20 doesn't support.
14141 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14142
14143 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
14144
14145 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14146 silence the byte compiler inside the defun.
14147
14148 * gnus-demon.el (parse-time-string): Add autoload.
14149
14150 * gnus-delay.el (parse-time-string): Add autoload.
14151
14152 * gnus-art.el (parse-time-string): Add autoload.
14153
14154 * nnultimate.el (parse-time): Require for `parse-time-string'.
14155
14156 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
14157
14158 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14159
14160 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14161
14162 * smime.el (smime-ldap-host-list): Add :version.
14163
14164 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
14165
14166 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14167 pass it to `gnus-browse-read-group'.
14168 (gnus-browse-read-group): Add NUMBER argument and pass it to
14169 `gnus-group-read-ephemeral-group'.
14170
14171 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14172 argument and pass it to `gnus-group-read-group'.
14173
14174 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
14175
14176 * mm-util.el (mm-xemacs-find-mime-charset): Only call
14177 mm-xemacs-find-mime-charset-1 if we have the mule feature
14178 available at runtime.
14179
14180 2005-03-25 Werner Lemberg <wl@gnu.org>
14181
14182 * nnmaildir.el: Replace `illegal' with `invalid'.
14183
14184 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * gnus-start.el (gnus-display-time-event-handler):
14187 Check display-time-timer at runtime rather than only at load time
14188 in case display-time-mode is turned off in the mean time.
14189
14190 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
14191
14192 * nnimap.el (nnimap-open-connection): Print which authinfo file is
14193 used.
14194
14195 * nneething.el (nneething-map-file-directory): Derive from
14196 `gnus-directory'.
14197
14198 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14199 the To/Cc button.
14200
14201 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
14202
14203 * nnmaildir.el (nnmaildir-request-accept-article):
14204 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14205
14206 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14207
14208 * gnus-async.el: Require timer-funcs at compile time when in
14209 XEmacs for `run-with-idle-timer'.
14210
14211 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
14212
14213 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14214 autoloaded function.
14215
14216 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14219
14220 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
14221
14222 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14223
14224 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
14225
14226 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14227 Add gnus-expert-user to default.
14228
14229 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
14230
14231 * nnimap.el (nnimap-open-server): Ditto.
14232
14233 * imap.el (imap-authenticate): Fix typo.
14234
14235 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
14236
14237 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14238 buffer (since IMAP server might return FETCH response out of
14239 order, and the nntp buffer must be sorted).
14240
14241 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
14242
14243 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14244 comparison on string.
14245
14246 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14247 (gnus-agent-score): Rename category keywords to match gnus-cus.
14248 (gnus-agent-summary-fetch-series): Modify to protect against
14249 gnus-agent-summary-fetch-group clearing processable flags.
14250 (gnus-agent-synchronize-group-flags): Update live group buffer as
14251 synchronization may occur due to the user toggle the plugged
14252 status.
14253 (gnus-agent-fetch-group-1): Clear downloadable flag when article
14254 successfully downloaded.
14255 (gnus-agent-expire-group-1): Avoid using markers when the overview
14256 is in ascending order; greatly improves performance.
14257 (gnus-agent-regenerate-group):
14258 Use gnus-agent-synchronize-group-flags to reset read status in both
14259 gnus and server.
14260 (gnus-agent-update-files-total-fetched-for): Fix initial size.
14261
14262 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14263
14264 * message.el: Don't autoload former message-utils variables.
14265 (message-strip-subject-trailing-was): Change doc string.
14266
14267 * nnweb.el: Fixes for `gnus-group-make-web-group'.
14268 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
14269 (nnweb-google-search): Add "hl=en" here.
14270 (nnweb-google-parse-1, nnweb-google-create-mapping):
14271 Don't hardcode URL.
14272
14273 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
14274
14275 * message.el (message-get-reply-headers, message-followup):
14276 Mention related variables `message-use-followup-to' and
14277 `message-use-mail-followup-to', in the information buffer.
14278
14279 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14280 of broken groups(-beta).google.com.
14281
14282 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
14283
14284 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14285 parameter to invoked gnus-request-move-article; remove the
14286 redundant gnus-sum-hint-move-is-internal variable; apply the marks
14287 all at once instead of once per article.
14288 (gnus-summary-remove-process-mark): Accept a list of articles as
14289 well as a single article for processing.
14290
14291 * gnus-int.el (gnus-request-move-article): Add move-is-internal
14292 parameter.
14293
14294 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14295
14296 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14297
14298 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14299 parameter.
14300
14301 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14302 parameter.
14303
14304 * nnimap.el (nnimap-request-move-article): Add move-is-internal
14305 parameter and remove the gnus-sum-hint-move-is-internal variable.
14306
14307 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14308 parameter.
14309
14310 * nndraft.el (nndraft-request-move-article): Add move-is-internal
14311 parameter.
14312
14313 * nndiary.el (nndiary-request-move-article): Add move-is-internal
14314 parameter.
14315
14316 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14317
14318 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14319 parameter.
14320
14321 * nnagent.el (nnagent-request-move-article): Add move-is-internal
14322 parameter.
14323
14324 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14325
14326 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14327 a more conservative way.
14328
14329 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14332 buffer, so it moves the window's cursor.
14333
14334 2005-02-26 Arne Jørgensen <arne@arnested.dk>
14335
14336 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14337 `mm-dissect-multipart' and receive the from field as an (optional)
14338 argument from `mm-dissect-multipart'.
14339 (mm-dissect-multipart): Receive the from field as an argument and
14340 pass it on when we call `mm-dissect-buffer' on MIME parts.
14341 Fixes verification/decryption of signed/encrypted MIME parts.
14342
14343 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
14344
14345 * gnus-sum.el (gnus-summary-move-article):
14346 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14347 whatever it calls (right now, only nnimap-request-move article
14348 respects it).
14349
14350 * nnimap.el (nnimap-request-move-article):
14351 When gnus-sum-hint-move-is-internal is set, don't do the extra
14352 nnimap-request-article.
14353
14354 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
14355
14356 * nnheader.el (nnheader-find-file-noselect): Add doc string.
14357
14358 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14359 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14360
14361 * gnus-sum.el (gnus-summary-caesar-message):
14362 Apply `gnus-treat-article' after rotation.
14363
14364 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14365 doc string.
14366
14367 2005-02-22 Simon Josefsson <jas@extundo.com>
14368
14369 * encrypt.el (encrypt-password-cache-expiry): Remove (use
14370 `password-cache-expiry' instead). Reported by Arne Jørgensen
14371 <arne@arnested.dk>.
14372 (encrypt): Add password-cache and password-cache-expiry as group
14373 members.
14374
14375 2005-02-22 Arne Jørgensen <arne@arnested.dk>
14376
14377 * smime.el (smime-ldap-host-list): Doc fix.
14378 (smime-ask-passphrase): Use `password-read-and-add' to read (and
14379 cache) password.
14380 (smime-sign-region): Use it.
14381 (smime-decrypt-region): Use it.
14382 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14383 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14384 fails.
14385 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14386 certificate from DER to PEM format rather than calling openssl.
14387
14388 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14389
14390 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14391 for signing/encryption.
14392
14393 * mml.el (mml-parse-1): Use them.
14394
14395 2005-02-21 Arne Jørgensen <arne@arnested.dk>
14396
14397 * nnrss.el (nnrss-verbose): Remove.
14398 (nnrss-request-group): Use `nnheader-message' instead.
14399
14400 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
14401
14402 * nnrss.el (nnrss-verbose): New variable.
14403 (nnrss-request-group): Make it say nnrss is requesting a group.
14404
14405 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
14406
14407 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14408 Handle news URL with given port correctly.
14409
14410 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
14411
14412 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14413 containing special characters.
14414
14415 * gnus-sum.el (gnus-summary-edit-article): Ditto.
14416
14417 * mml.el (mime-to-mml): Ditto.
14418
14419 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14420 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14421 (rfc2047-decode-region): Quote decoded words containing special
14422 characters when rfc2047-quote-decoded-words-containing-tspecials
14423 is non-nil.
14424
14425 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
14426
14427 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14428
14429 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14430
14431 2005-02-15 Simon Josefsson <jas@extundo.com>
14432
14433 * nnimap.el (nnimap-debug): Doc fix.
14434
14435 * imap.el (imap-debug): Doc fix.
14436
14437 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
14438
14439 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14440
14441 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
14442
14443 * gnus.el (spam-contents): Improve docs for spam-contents
14444 parameter in its variable incarnation.
14445
14446 2005-02-14 Simon Josefsson <jas@extundo.com>
14447
14448 * smime-ldap.el: Use require instead of load-library for ldap.
14449 (smime-ldap-search): Indent.
14450 (smime-ldap-search-internal): Shorten line.
14451
14452 * smime.el (smime-cert-by-dns): Add doc-string.
14453 (smime-cert-by-ldap-1): Indent.
14454
14455 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14456 mml-smime-get-dns-ldap.
14457 (mml-smime-encrypt-query): Use new function. Default to ldap.
14458
14459 2005-02-14 Arne Jørgensen <arne@arnested.dk>
14460
14461 * smime.el: Require smime-ldap.
14462 (smime-ldap-host-list): New variable.
14463 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14464
14465 * mml-smime.el (mml-smime-encrypt-query): New function.
14466 (mml-smime-encrypt-query): Use it.
14467
14468 * smime-ldap.el: New file.
14469
14470 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
14471
14472 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14473
14474 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
14475
14476 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14477 argument in doc string. Make query for type more clear.
14478
14479 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
14480
14481 * gnus.el (gnus-group-startup-message): Search for gnus images in
14482 etc/images/gnus.
14483 * mm-util.el (mm-image-load-path): Likewise.
14484 * smiley.el (smiley-data-directory): Search for smilies in
14485 etc/images/smilies.
14486
14487 2005-02-09 Kim F. Storm <storm@cua.dk>
14488
14489 Change Emacs release version from 21.4 to 22.1 throughout.
14490 Change Emacs development version from 21.3.50 to 22.0.50.
14491
14492 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
14493
14494 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14495
14496 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14497 non-Mule XEmacs as well.
14498 (mm-decompress-buffer): Signal an error intentionally if it does
14499 not decompress compressed data because auto-compression-mode is
14500 disabled.
14501
14502 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
14503
14504 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14505 an ID in the registry even if it has no groups.
14506
14507 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
14508
14509 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14510 merge it into mm-decompress-buffer.
14511 (gnus-mime-copy-part): Use the MIME part charset, the value which
14512 a user specified or gnus-newsgroup-charset for decoding, like
14513 gnus-mime-inline-part does; set buffer-file-coding-system to tell
14514 save-buffer what was used. Suggested by Kevin Ryde
14515 <user42@zip.com.au>.
14516 (gnus-mime-inline-part): Allow the name parameter as well as the
14517 filename parameter; force decompressing of compressed data; always
14518 display contents being not decoded as unibyte.
14519
14520 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14521 as well as the filename parameter.
14522
14523 * mm-util.el (mm-decompress-buffer):
14524 Merge gnus-mime-jka-compr-maybe-uncompress.
14525 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14526 of compressed data.
14527
14528 2005-02-08 Simon Josefsson <jas@extundo.com>
14529
14530 * imap.el (imap-log): Doc fix.
14531
14532 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
14533
14534 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14535 the coding cookies; decompress compressed parts.
14536
14537 * mml.el (mml-generate-mime-1): Add the charset parameter according
14538 to the value which a user specified manually or the coding cookie.
14539
14540 * mm-util.el (mm-string-to-multibyte): New function.
14541 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14542 (mm-coding-system-to-mime-charset): New function.
14543 (mm-decompress-buffer): New function.
14544 (mm-find-buffer-file-coding-system): New function.
14545
14546 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14547 (mm-display-inline-fontify): Rewrite for decoding and decompressing
14548 parts.
14549
14550 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
14551
14552 * mm-view.el (mm-display-inline-fontify): Decode a part according
14553 to the charset parameter.
14554
14555 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
14556
14557 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14558 prefix arg is neither nil nor a number, as info specifies.
14559
14560 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
14561
14562 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14563 timestamps.
14564
14565 2005-02-02 Jari Aalto <jari.aalto@cante.net>
14566
14567 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14568 groups error checking and notify user.
14569
14570 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
14571
14572 * message.el (message-send-mail-function): Check existence of
14573 sendmail-program first before using default value
14574 `message-send-mail-with-sendmail'. Otherwise use more generic
14575 `smtpmail-send-it'.
14576
14577 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
14578
14579 * nntp.el (nntp-request-update-info): Always return nil.
14580
14581 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14584
14585 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * message.el (message-beginning-of-line): Change the behavior when
14588 invoked between BOL and : so that it first moves backward.
14589
14590 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14591
14592 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14593 article buffer when editing of the article is discarded.
14594 (gnus-article-prepare): Revert.
14595
14596 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
14597
14598 * gnus-art.el (gnus-article-prepare):
14599 Remove message-strip-forbidden-properties from the local hook.
14600
14601 2005-01-27 Simon Josefsson <jas@extundo.com>
14602
14603 * password.el (password-cache-add): Only start one timer per key.
14604 Reported by Derek Atkins <warlord@MIT.EDU>.
14605
14606 2005-01-26 Steve Youngs <steve@sxemacs.org>
14607
14608 * run-at-time.el: Remove. It is no longer needed as
14609 timer-funcs.el in the xemacs-base package has a working version of
14610 `run-at-time'.
14611
14612 * password.el: Require timer-funcs instead of run-at-time in
14613 XEmacs.
14614 Remove `password-run-at-time' macro.
14615 (password-cache-add): Use `run-at-time' instead of
14616 `password-run-at-time'.
14617
14618 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14619 for `run-with-idle-timer'.
14620
14621 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14622 for `run-at-time'.
14623
14624 * mm-url.el: Require timer-funcs at compile time when in XEmacs
14625 for `with-timeout'.
14626
14627 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
14628
14629 * mml.el (mml-generate-mime-1): Convert string into unibyte when
14630 inserting " *mml*" buffer's contents into a unibyte temp buffer.
14631
14632 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
14633
14634 * mail-source.el (mail-source-fetch-imap): Search for ^From case
14635 sensitively.
14636
14637 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
14638
14639 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14640
14641 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
14642
14643 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14644 which will be inserted according to the multibyteness of a buffer
14645 rather than the type of contents. Suggested by ARISAWA Akihiro
14646 <ari@mbf.ocn.ne.jp>.
14647
14648 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14649 of string which old xml.el may return rather than a string.
14650
14651 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
14652
14653 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14654
14655 2005-01-16 Simon Josefsson <jas@extundo.com>
14656
14657 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14658 idn/idna.el isn't available.
14659 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
14660 <michael@waxrat.com>.
14661
14662 * hashcash.el: Remove non-FSF copyright header.
14663
14664 * hashcash.el (hashcash-extra-generate-parameters): New variable.
14665 (hashcash-generate-payment): Use it.
14666 (hashcash-generate-payment-async): Use it.
14667
14668 2005-01-15 Simon Josefsson <jas@extundo.com>
14669
14670 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14671 Suggested by Raymond Scholz <ray-2005@zonix.de>.
14672
14673 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14674 gnus-summary-idna-message.
14675 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14676 (gnus-summary-idna-message): New function.
14677
14678 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
14679
14680 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14681 gnus-novice-user.
14682
14683 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
14684
14685 * nnrss.el (nnrss-request-delete-group): Delete entries in
14686 nnrss-group-alist as well.
14687 (nnrss-save-server-data): Insert newline.
14688
14689 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
14690
14691 * gnus.el (gnus-user-agent): Use list of symbols instead of
14692 symbols. Display full version number for (S)XEmacs.
14693 Optionally display (S)XEmacs codename.
14694
14695 * gnus-util.el (gnus-emacs-version): Update for new
14696 `gnus-user-agent'.
14697
14698 * gnus-msg.el (gnus-extended-version): Make it possible to omit
14699 Gnus version.
14700
14701 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
14702
14703 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
14704 which is unreadable in some setups.
14705
14706 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
14707
14708 * gnus-spec.el (gnus-update-format-specifications): Flush the
14709 group format spec cache if it doesn't support decoded group names.
14710
14711 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
14712
14713 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14714 Allow to apply decay on score files matching a regexp.
14715
14716 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
14717
14718 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14719 compatibility in %g and %c.
14720
14721 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
14722
14723 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14724 name for only %g and %c.
14725 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14726 of gnus-tmp-group to decoded group name.
14727 (gnus-group-make-rss-group): Exclude `/'s from group names.
14728
14729 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
14730
14731 * nnrss.el (nnrss-get-encoding): Fix regexp.
14732
14733 2004-12-27 Simon Josefsson <jas@extundo.com>
14734
14735 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14736 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14737 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
14738
14739 2004-12-17 Kim F. Storm <storm@cua.dk>
14740
14741 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14742
14743 * gnus-sum.el (gnus-summary-mode-map): Likewise.
14744
14745 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14746
14747 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14748
14749 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
14750
14751 * nnrss.el: Require rfc2047 and mml.
14752 (nnrss-file-coding-system): New variable.
14753 (nnrss-format-string): Redefine it as an inline function.
14754 (nnrss-decode-group-name): New function.
14755 (nnrss-string-as-multibyte): Remove.
14756 (nnrss-retrieve-headers): Decode group name; don't use
14757 nnrss-format-string.
14758 (nnrss-request-group): Decode group name.
14759 (nnrss-request-article): Decode group name; allow a Message-ID as
14760 well as an article number; don't use nnrss-format-string; encode a
14761 Message-ID string which may contain non-ASCII characters; use
14762 mml-to-mime to compose a MIME article.
14763 (nnrss-request-expire-articles): Decode group name.
14764 (nnrss-request-delete-group): Decode group name.
14765 (nnrss-fetch): Clarify error message.
14766 (nnrss-read-server-data): Use insert-file-contents instead of load;
14767 bind file-name-coding-system; use multibyte buffer.
14768 (nnrss-save-server-data): Bind coding-system-for-write to the
14769 value of nnrss-file-coding-system; bind file-name-coding-system;
14770 add coding cookie.
14771 (nnrss-read-group-data): Use insert-file-contents instead of load;
14772 bind file-name-coding-system; use multibyte buffer.
14773 (nnrss-save-group-data): Bind coding-system-for-write to the
14774 value of nnrss-file-coding-system; bind file-name-coding-system.
14775 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14776 make it work with non-ASCII text.
14777 (nnrss-find-el): Make it work with old xml.el as well.
14778
14779 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
14780
14781 * nnrss.el (nnrss-get-encoding): New function.
14782 (nnrss-fetch): Use unibyte buffer initially; bind
14783 coding-system-for-read while performing mm-url-insert; remove ^Ms;
14784 decode contents according to the encoding attribute.
14785 (nnrss-save-group-data): Add coding cookie.
14786 (nnrss-mime-encode-string): New function.
14787 (nnrss-check-group): Use it to encode subject and author.
14788
14789 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
14790
14791 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14792 imaginary variable.
14793
14794 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14795
14796 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14797 correctly even if there are wide characters.
14798
14799 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14800
14801 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14802 downcased symbol names; make a new cache instead of reusing
14803 bbdb-hashtable.
14804
14805 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
14806
14807 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14808 concatenating segments rather than before concatenating them.
14809 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14810
14811 * message.el (message-get-reply-headers): Bind `extra'.
14812
14813 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14814
14815 * message.el (message-extra-wide-headers): New variable.
14816 (message-get-reply-headers): Use it.
14817
14818 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
14819
14820 * gnus-agent.el (gnus-agent-group-path): Decode group name.
14821 (gnus-agent-group-pathname): Ditto.
14822
14823 * gnus-cache.el (gnus-cache-file-name): Decode group name.
14824
14825 * gnus-group.el (gnus-group-make-group): Decode group name.
14826 (gnus-group-make-rss-group): Register the group data after opening
14827 the nnrss group.
14828
14829 2004-12-17 Paul Jarc <prj@po.cwru.edu>
14830
14831 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14832 by expiry now get marked as read.
14833
14834 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14835
14836 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14837
14838 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
14839
14840 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14841 unify Latin characters in XEmacs.
14842 (mm-find-mime-charset-region): Use it.
14843
14844 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
14845
14846 * gnus-util.el (gnus-delete-directory): New function.
14847
14848 * gnus-agent.el (gnus-agent-delete-group): Use it.
14849
14850 * gnus-cache.el (gnus-cache-delete-group): Use it.
14851
14852 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
14853
14854 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14855 names.
14856
14857 2004-12-16 Simon Josefsson <jas@extundo.com>
14858
14859 * hashcash.el (hashcash-payment-alist): Fix custom :type.
14860
14861 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
14862
14863 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14864
14865 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14866 (gnus-group-set-current-level): Decode group name.
14867
14868 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
14869
14870 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14871 failed.
14872
14873 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
14874
14875 * gnus-group.el (gnus-group-delete-group): Decode group name.
14876 (gnus-group-make-rss-group): Encode group name.
14877 (gnus-group-catchup-current): Decode group name.
14878 (gnus-group-kill-group): Decode group name.
14879
14880 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14883
14884 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
14885
14886 * gnus-group.el (gnus-group-make-rss-group):
14887 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14888
14889 * gnus-start.el (gnus-setup-news): Honor user's setting to
14890 gnus-message-archive-method. Suggested by Lute Kamstra
14891 <lute@gnu.org>.
14892
14893 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
14894
14895 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14896 global counterparts of the buffer-local variables.
14897
14898 2004-11-16 Romain Francoise <romain@orebokech.com>
14899
14900 * gnus-sum.el (gnus-summary-exit): Don't clear the global
14901 counterparts of the buffer-local variables.
14902
14903 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14904
14905 * message.el (message-forbidden-properties): Fix typo in doc
14906 string.
14907
14908 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
14909
14910 * gnus-util.el (gnus-replace-in-string): Add doc string.
14911
14912 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14913 to avoid problems when splitting mails with many recipients.
14914
14915 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14918 pop-to-buffer, covered by the subsequent gnus-configure-windows.
14919
14920 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
14921
14922 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14923 if there is no hashtable in memory or file modification time is
14924 newer than cached timestamp.
14925
14926 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
14927
14928 * gnus-sum.el (gnus-summary-limit-to-recipient):
14929 Implement not-matching option.
14930
14931 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
14932
14933 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14934 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14935 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14936 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14937 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
14938 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14939
14940 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
14941
14942 * message.el (message-forward-make-body-mml): Remove headers
14943 according to message-forward-ignored-headers if a message is decoded.
14944
14945 2004-12-02 Romain Francoise <romain@orebokech.com>
14946
14947 * message.el (message-forward-make-body-plain): Always remove
14948 headers according to message-forward-ignored-headers.
14949
14950 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
14951
14952 * spam.el (spam-summary-prepare-exit): Remove the
14953 gnus-summary-limit pop for now, it has problems with ham marks for
14954 me.
14955
14956 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
14957
14958 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14959 correctly.
14960
14961 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
14962
14963 * format-spec.el (format-spec): Message the char.
14964
14965 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
14966
14967 * gnus-art.el (gnus-split-methods): Reformat comments.
14968
14969 * spam.el (spam-summary-prepare-exit): Remove article limits
14970 before exiting the summary buffer.
14971
14972 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14973
14974 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14975 order to silence the byte compiler.
14976
14977 * spam.el: Fix the way to silence the byte compiler, which
14978 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14979 bbdb-search-simple, spam-BBDB-register-routine,
14980 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14981 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14982 spam-stat-buffer-is-spam, spam-stat-load,
14983 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14984 spam-stat-save and spam-stat-split-fancy.
14985
14986 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
14987
14988 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14989 which may confuse users.
14990 (canlock-password-for-verify): Ditto.
14991
14992 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14993
14994 * gnus-art.el (gnus-emphasis-alist): Ditto.
14995
14996 * gnus-registry.el (gnus-registry-max-entries): Ditto.
14997
14998 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14999
15000 * gnus-start.el (gnus-save-killed-list): Ditto.
15001
15002 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15003 (gnus-sum-thread-tree-root): Ditto.
15004 (gnus-sum-thread-tree-false-root): Ditto.
15005 (gnus-sum-thread-tree-single-indent): Ditto.
15006
15007 * message.el (message-courtesy-message): Ditto.
15008 (message-archive-note): Ditto.
15009 (message-subscribed-address-file): Ditto.
15010 (message-user-fqdn): Ditto.
15011
15012 * spam-report.el (spam-report-gmane-regex): Ditto.
15013
15014 * spam.el (spam-blackhole-good-server-regex): Ditto.
15015
15016 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15017
15018 * mml.el (mml-preview): Widen the message buffer before copying
15019 the contents to the preview buffer; sort headers before previewing.
15020
15021 * message.el (message-hidden-headers): Fix the way to avoid a bug
15022 in the `repeat' widget in Emacs 21.3 or earlier.
15023
15024 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
15025
15026 * message.el (message-hidden-headers): Default to "^References:".
15027 Improve customization type. Suggested by Reiner Steib
15028 <Reiner.Steib@gmx.de>.
15029
15030 2004-11-25 Romain Francoise <romain@orebokech.com>
15031
15032 * message.el (message-strip-forbidden-properties): Remove check for
15033 obsolete `message-hidden' text property, hidden headers are not
15034 accessible in the buffer anymore.
15035
15036 2004-11-22 Romain Francoise <romain@orebokech.com>
15037
15038 * message.el (message-header-format-alist): Add `From' in list
15039 so that it can be sorted.
15040 (message-fix-before-sending): Widen and sort headers before
15041 sending.
15042 (message-hide-headers): Use narrowing to hide headers by moving
15043 them to the top of the buffer and narrowing to the region
15044 underneath.
15045
15046 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15047
15048 * message.el (message-strip-forbidden-properties):
15049 Bind buffer-read-only (etc) to nil.
15050
15051 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
15052
15053 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15054 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15055
15056 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
15057
15058 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15059
15060 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15061
15062 * dns.el (query-dns): Use sit-for to time instead of
15063 accept-process-output, since that doesn't seem to work on udp
15064 sockets.
15065
15066 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
15067
15068 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15069
15070 2004-11-15 Jesper Harder <harder@ifa.au.dk>
15071
15072 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15073 doc string. Improve doc string.
15074
15075 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
15076
15077 * nntp.el (nntp-request-update-info): Return nil if
15078 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15079 may not call gnus-activate-group which uselessly issues the GROUP
15080 commands for all nntp groups and wastes time. Reported by Romain
15081 Francoise <romain@orebokech.com>.
15082
15083 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15084
15085 2004-11-15 Simon Josefsson <jas@extundo.com>
15086
15087 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15088 headers separately.
15089 (gnus-button-openpgp): New function, inspired by Jochen Küpper
15090 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15091
15092 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15093
15094 * gnus-start.el (gnus-convert-old-newsrc):
15095 Assign legacy-gnus-agent to 5.10.7.
15096
15097 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15098
15099 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15100 start of the lines.
15101
15102 2004-11-14 Magnus Henoch <mange@freemail.hu>
15103
15104 * hashcash.el (hashcash-default-payment): Change default to 20.
15105 (hashcash-default-accept-payment): Change default to 20.
15106 (hashcash-process-alist): New variable.
15107 (hashcash-generate-payment-async): Add.
15108 (hashcash-already-paid-p): Add.
15109 (hashcash-insert-payment): Don't generate payments twice.
15110 (hashcash-insert-payment-async): Add.
15111 (hashcash-insert-payment-async-2): Add.
15112 (hashcash-cancel-async): Add.
15113 (hashcash-wait-async): Add.
15114 (hashcash-processes-running-p): Add.
15115 (hashcash-wait-or-cancel): Add.
15116 (mail-add-payment): New optional argument. Conditionally start
15117 asynchronous calculation.
15118 (mail-add-payment-async): Add.
15119
15120 * message.el (message-send-mail): Wait for asynchronous hashcash
15121 results. Don't clobber existing X-Hashcash headers.
15122 (message-setup-1): Call mail-add-payment-async when
15123 message-generate-hashcash is non-nil.
15124
15125 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
15126
15127 * message.el (message-use-alternative-email-as-from): Examine the
15128 From header as well; use message-make-from in order to include a
15129 user's full name.
15130
15131 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15132
15133 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15134 default; improve customization type.
15135 (gnus-emphasis-custom-with-format): New macro.
15136 (gnus-emphasis-custom-value-to-external): New function.
15137 (gnus-emphasis-custom-value-to-internal): New function.
15138
15139 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
15140
15141 * dns.el (query-dns): Resolve reverse addresses.
15142
15143 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15144
15145 * gnus-group.el (gnus-group-get-new-news): Use it.
15146
15147 * gnus-start.el (gnus-check-reasonable-setup): New function.
15148
15149 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
15150
15151 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15152 "Args out of range" error. Reported by Arnaud Giersch
15153 <arnaud.giersch@free.fr>.
15154
15155 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
15156
15157 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15158
15159 2004-11-04 Richard M. Stallman <rms@gnu.org>
15160
15161 * spam.el (spam group): Add :version.
15162
15163 * pgg-def.el (pgg group): Add :version.
15164
15165 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
15166
15167 * gnus-art.el (gnus-article-edit-article): Don't associate the
15168 article buffer with a draft file. This is a temporary measure
15169 against the 2004-08-22 change to gnus-article-edit-mode.
15170
15171 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
15172
15173 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15174 (html2text-format-tags): Remove unused variable `attr'.
15175
15176 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15177
15178 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15179
15180 * spam-stat.el (spam-stat): Add :version.
15181
15182 * sieve.el (sieve): Add :version.
15183
15184 * sha1.el (sha1): Add :version.
15185 (sha1-use-external): Remove redundant version.
15186
15187 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15188 (nnmail-cache-ignore-groups, nnmail-spool-hook)
15189 (nnmail-split-fancy-match-partial-words)
15190 (nnmail-split-lowercase-expanded): Add :version.
15191
15192 * nndiary.el (nndiary): Add :version.
15193
15194 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15195
15196 * mml-sec.el (mml-default-sign-method)
15197 (mml-default-encrypt-method, mml-signencrypt-style-alist):
15198 Add :version.
15199
15200 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15201
15202 * mm-url.el (mm-url-use-external, mm-url-program)
15203 (mm-url-arguments): Add :version.
15204
15205 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15206 (mm-attachment-file-modes, mm-decrypt-option)
15207 (mm-w3m-safe-url-regexp): Add :version.
15208
15209 * message.el (message-cite-prefix-regexp)
15210 (message-sendmail-envelope-from, message-minibuffer-local-map)
15211 (message-user-fqdn, message-completion-alist): Add :version.
15212
15213 * gnus-win.el (gnus-configure-windows-hook)
15214 (gnus-use-frames-on-any-display): Add :version.
15215
15216 * gnus-art.el (gnus-article-address-banner-alist)
15217 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15218 (gnus-treat-from-picon, gnus-treat-mail-picon)
15219 (gnus-treat-x-pgp-sig): Add :version.
15220
15221 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15222 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15223 (gnus-summary-article-delete-hook)
15224 (gnus-summary-display-while-building): Add :version.
15225
15226 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15227 (gnus-get-top-new-news-hook): Add :version.
15228
15229 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15230 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15231
15232 * gnus-registry.el (gnus-registry): Add :version.
15233
15234 * gnus-spec.el (gnus-use-correct-string-widths)
15235 (gnus-make-format-preserve-properties): Add :version.
15236
15237 * gnus.el (gnus-group-charter-alist)
15238 (gnus-group-fetch-control-use-browse-url)
15239 (gnus-install-group-spam-parameters): Add :version.
15240
15241 * gnus-diary.el (gnus-diary): Add :version.
15242
15243 * gnus-delay.el (gnus-delay): Add :version.
15244
15245 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15246 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15247 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15248 Add :version.
15249
15250 * gnus-agent.el (gnus-agent-max-fetch-size)
15251 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15252 (gnus-agent-prompt-send-queue): Add :version.
15253
15254 * deuglify.el (gnus-outlook-deuglify): Add :version.
15255
15256 * html2text.el: Beautify code. Improve doc strings.
15257 Some checkdoc cleanup.
15258 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15259
15260 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
15261
15262 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15263
15264 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
15265
15266 * gnus-registry.el (gnus-registry-hashtb): Create the registry
15267 when package is loaded.
15268
15269 * spam.el (spam-summary-score-preferred-header): Add global preference
15270 for people who want to override the default SpamAssassin over
15271 Bogofilter preference (when both are set).
15272 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15273 (spam-user-format-function-S):
15274 Check spam-summary-score-preferred-header.
15275 (spam-extra-header-to-number): Add X-Bogosity header parsing.
15276 (spam-user-format-function-S): Format the score correctly.
15277
15278 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15279
15280 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15281 signature file. Suggested by Manoj Srivastava
15282 <srivasta@golden-gryphon.com>.
15283
15284 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15285 iso-2022-jp even in the Japanese language environment.
15286 Suggested by Jason Rumney <jasonr@gnu.org>.
15287
15288 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
15289
15290 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15291 use the same characters as the dummy marks; make it free from
15292 getting affected by the language environment.
15293 (gnus-summary-read-group-1): Update mark positions only when the
15294 format spec is updated.
15295
15296 * gnus-spec.el (gnus-update-format-specifications): Return a list
15297 of updated types.
15298
15299 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
15300
15301 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15302 of boundp to check if display-warning is available.
15303
15304 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
15305
15306 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15307
15308 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
15309
15310 * nnspool.el (nnspool-spool-directory): Use news-path if the
15311 news-directory variable is not bound.
15312
15313 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15314 function instead of display-warning if it is not available.
15315
15316 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15317
15318 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15319 v5-10: Use `point-at-bol'.
15320
15321 2004-10-26 Simon Josefsson <jas@extundo.com>
15322
15323 * hashcash.el: Fix URL in comment, reported by Cheng Gao
15324 <chenggao@gmail.com>.
15325
15326 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
15327
15328 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
15329 instead.
15330
15331 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
15332
15333 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15334 to remove a server from the nnimap-server-buffer-alist.
15335 (nnimap-open-connection, nnimap-close-server): Use it.
15336
15337 * gnus-encrypt.el: Remove file in favor of encrypt.el.
15338
15339 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
15340
15341 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15342 running the major-mode function.
15343
15344 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15345
15346 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15347 dummy marks in the right way.
15348
15349 2004-10-18 David Edmondson <dme@dme.org>
15350
15351 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15352 excessively.
15353
15354 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
15355
15356 * gnus-util.el (gnus-split-references): Accept a nil references
15357 string and go on blissfully.
15358
15359 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15360 cases where the references string is non-nil but has no references.
15361
15362 * encrypt.el: Add autoload tags.
15363
15364 * spam.el (spam-resolve-registrations-routine): Remove article
15365 from unregistration list too. Reported by David Hanak
15366 <dhanak@isis.vanderbilt.edu>
15367
15368 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
15369
15370 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15371 nil. Change custom type.
15372
15373 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
15374
15375 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15376
15377 * gnus-sum.el (gnus-summary-move-article): Use it.
15378
15379 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
15380
15381 * encrypt.el: Add autoload cookies.
15382
15383 * spam.el (spam-backend-article-list-property)
15384 (spam-backend-get-article-todo-list)
15385 (spam-backend-put-article-todo-list)
15386 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15387 Resolve registrations separately.
15388 (spam-register-routine): Format comments.
15389 (spam-unregister-routine, spam-register-routine): Always call with
15390 specific-articles, no default list.
15391 (spam-summary-prepare-exit): Use the spam-classifications function.
15392
15393 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15394 gnus-encrypt.el.
15395
15396 * encrypt.el: Copied from gnus-encrypt.el.
15397
15398 * gnus-encrypt.el: Commented that it's obsolete.
15399
15400 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15401
15402 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15403 (gnus-score-save): Use it.
15404
15405 * message.el (message-bury): Use `window-dedicated-p'.
15406
15407 2004-10-15 Simon Josefsson <jas@extundo.com>
15408
15409 * pop3.el (top-level): Don't require nnheader.
15410 (pop3-read-timeout): Add.
15411 (pop3-accept-process-output): Add.
15412 (pop3-read-response, pop3-retr): Use it.
15413
15414 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
15415
15416 * spam.el (spam-register-routine): Move comment.
15417 (spam-verify-bogofilter): Use 'unknown for the initial
15418 spam-bogofilter-valid state, not 'never.
15419
15420 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15421 for netrc-machine.
15422
15423 * nnimap.el (nnimap-open-connection):
15424 Use netrc-machine-user-or-password.
15425
15426 2004-10-17 Richard M. Stallman <rms@gnu.org>
15427
15428 * gnus-registry.el (gnus-registry-unload-hook):
15429 Set as a variable with add-hook.
15430
15431 * nnspool.el (nnspool-spool-directory): Use news-directory instead
15432 of news-path.
15433
15434 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15435
15436 * spam.el: Delete duplicate `provide'.
15437 (spam-unload-hook): Set as a variable with add-hook.
15438
15439 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
15440
15441 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15442 in the doc string.
15443
15444 * message.el (message-ignored-news-headers)
15445 (message-ignored-supersedes-headers)
15446 (message-ignored-resent-headers)
15447 (message-forward-ignored-headers): Improve custom type.
15448
15449 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
15450
15451 * message.el (message-tokenize-header): Fix 2004-09-06 change
15452 which used point-min in the wrong place.
15453
15454 2004-10-12 Simon Josefsson <jas@extundo.com>
15455
15456 * tls.el (tls-certtool-program): New variable.
15457 (tls-certificate-information): New function, based on
15458 ssl-certificate-information.
15459
15460 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
15461
15462 * compface.el: Move the version of ELisp-based uncompface program
15463 to the contrib directory because of the copyright problem.
15464
15465 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
15466
15467 * message.el (message-kill-buffer): Raise the current frame.
15468
15469 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15470
15471 * gnus-sum.el: Mention that multibyte characters don't work as marks.
15472
15473 * gnus.el (message-y-or-n-p): Autoload.
15474
15475 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15476 (pop3-password-required, pop3-authentication-scheme)
15477 (pop3-leave-mail-on-server): Make customizable.
15478 (pop3): New custom group.
15479 (pop3-retr): Remove `sleep-for' statements.
15480 Suggested by Dave Love <fx@gnu.org>.
15481
15482 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15483 Windows/DOS.
15484
15485 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15486 (imap-parse-body): Fix incorrect use of `assert'.
15487 Suggested by Dave Love <fx@gnu.org>.
15488
15489 * mml.el (mml-minibuffer-read-disposition): Require match.
15490 Suggested by Dave Love <fx@gnu.org>.
15491
15492 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
15493
15494 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
15495 doc string.
15496
15497 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
15498
15499 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15500
15501 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15502
15503 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15504 instead of calling `mm-insert-inline', to decode text/* parts
15505 before displaying them.
15506
15507 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
15508
15509 * mm-uu.el (mm-uu-text-plain-type): New variable.
15510 (mm-uu-pgp-signed-extract-1): Use it.
15511 (mm-uu-pgp-encrypted-extract-1): Use it.
15512 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15513 bind mm-uu-text-plain-type with that value.
15514 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15515 mm-uu-dissect.
15516
15517 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15518
15519 * gnus-group.el (gnus-update-group-mark-positions):
15520 * gnus-sum.el (gnus-update-summary-mark-positions):
15521 * message.el (message-check-news-body-syntax):
15522 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15523 of string-as-multibyte.
15524
15525 2004-10-05 Juri Linkov <juri@jurta.org>
15526
15527 * gnus-group.el (gnus-update-group-mark-positions):
15528 * gnus-sum.el (gnus-update-summary-mark-positions):
15529 * message.el (message-check-news-body-syntax):
15530 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15531 8-bit unibyte values to a multibyte string for search functions.
15532
15533 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
15534
15535 * mm-uu.el (mm-uu-dissect): Allow optional arg.
15536 (mm-uu-dissect-text-parts): New function.
15537
15538 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15539 dissect text parts.
15540
15541 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15542 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15543
15544 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15545
15546 * gnus-topic.el (gnus-topic-hierarchical-parameters):
15547 Use gnus-current-topics instead of gnus-current-topic.
15548
15549 2004-10-06 Jesper Harder <harder@ifa.au.dk>
15550
15551 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15552
15553 2004-10-05 Jesper Harder <harder@ifa.au.dk>
15554
15555 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15556 where approriate.
15557
15558 * nnml.el (nnml-generate-active-info): do.
15559
15560 * nndiary.el (nndiary-generate-active-info): do.
15561
15562 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15563 (gnus-topic-move): do.
15564
15565 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15566 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15567
15568 * gnus-srvr.el (gnus-server-prepare)
15569 (gnus-server-open-all-servers): do.
15570
15571 * gnus-msg.el (gnus-summary-cancel-article)
15572 (gnus-summary-resend-message)
15573 (gnus-summary-mail-crosspost-complaint): do.
15574
15575 * gnus-move.el (gnus-change-server): do.
15576
15577 * gnus-group.el (gnus-group-unmark-all-groups)
15578 (gnus-group-set-current-level): do.
15579
15580 2004-10-04 Simon Josefsson <jas@extundo.com>
15581
15582 * message.el (message-generate-hashcash): Doc fix.
15583
15584 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
15585
15586 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15587 avoid infinite recursion via gnus-get-function.
15588
15589 2004-10-02 Jesper Harder <harder@ifa.au.dk>
15590
15591 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15592
15593 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15594
15595 * nnmail.el (nnmail-split-history): do.
15596
15597 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15598 (nnml-request-delete-group): do.
15599
15600 * nnslashdot.el (nnslashdot-read-groups): do.
15601
15602 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15603 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15604
15605 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15606 (nnspool-sift-nov-with-sed): Use last.
15607 (nnspool-retrieve-headers-with-nov): Use mapc.
15608 (nnspool-request-newgroups): Use dolist.
15609 (nnspool-request-group): Use last.
15610
15611 * nntp.el (nntp-read-server-type): Use dolist.
15612
15613 * nnvirtual.el (nnvirtual-create-mapping)
15614 (nnvirtual-update-read-and-marked): Use dolist.
15615 (nnvirtual-convert-headers): Simplify.
15616
15617 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15618
15619 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15620 Add support for sync'ing tick marks.
15621
15622 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
15623
15624 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15625 there's no visible header.
15626
15627 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
15628
15629 * gnus-agent.el (gnus-agent-synchronize-group-flags):
15630 When necessary, pass full group name to gnus-request-set-marks.
15631
15632 2004-10-01 Simon Josefsson <jas@extundo.com>
15633
15634 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
15635 acroread.
15636
15637 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15638
15639 * spam-report.el (spam-report-gmane): Fix interactive.
15640
15641 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15642
15643 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15644 when writing file.
15645 (gnus-agent-synchronize-flags): Don't default to being
15646 interactive.
15647
15648 2004-09-30 Simon Josefsson <jas@extundo.com>
15649
15650 * message.el (message-generate-hashcash): Add.
15651 (message-send-mail): Use it, call mail-add-payment.
15652
15653 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15654
15655 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15656
15657 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
15658
15659 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15660 gnus-requst-update-info with explicit code to sync the in-memory
15661 info read flags with the marks being sync'd to the backend.
15662
15663 *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15664
15665 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15666
15667 * spam.el (spam-verify-bogofilter): Add new function.
15668 (spam-check-bogofilter)
15669 (spam-bogofilter-register-with-bogofilter): Use it.
15670 (spam-verify-bogofilter): Add small fixes.
15671
15672 2004-09-28 Simon Josefsson <jas@extundo.com>
15673
15674 * hashcash.el (hashcash-generate-payment): Revert.
15675
15676 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15677
15678 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15679 Use gnus-extract-references instead of gnus-split-references.
15680
15681 * gnus-util.el (gnus-extract-references): Add new function, analogous
15682 to gnus-split-references but extracts only the message-ID without
15683 anything extra.
15684
15685 * hashcash.el (hashcash-generate-payment)
15686 (hashcash-check-payment): Do the right thing if hashcash-path is
15687 nil (because the hashcash program could not be found).
15688
15689 * spam.el (spam-use-hashcash): Remove comment.
15690
15691 2004-09-27 Jesper Harder <harder@ifa.au.dk>
15692
15693 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15694 (gnus-cache-enter-article, gnus-cache-remove-article)
15695 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15696
15697 * gnus-async.el (gnus-async-prefetch-remove-group): do.
15698
15699 * gnus-art.el (article-hide-boring-headers)
15700 (article-translate-strings, article-display-face)
15701 (gnus-article-mime-match-handle-first)
15702 (gnus-article-highlight-headers)
15703 (gnus-article-add-buttons-to-head): do.
15704
15705 2004-09-27 Simon Josefsson <jas@extundo.com>
15706
15707 * hashcash.el: New version, from
15708 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
15709 ../contrib/.
15710
15711 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
15712
15713 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15714
15715 2004-09-26 Jesper Harder <harder@ifa.au.dk>
15716
15717 * gnus-dup.el (gnus-dup-open): Use mapc.
15718 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15719
15720 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15721 Reported by Stefan Wiens <s.wi@gmx.net>.
15722
15723 * gnus.el (gnus-shutdown): Use dolist.
15724
15725 * gnus-undo.el (gnus-undo): Use mapc.
15726
15727 * nnrss.el (nnrss-generate-active): do.
15728
15729 * message.el (message-cite-original-without-signature)
15730 (message-cite-original): Use mapc.
15731 (message-do-actions, message-make-forward-subject): Use dolist.
15732
15733 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15734
15735 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15736 deletion to remove entire duplicate line. Fixes merged article
15737 number bug.
15738
15739 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
15740
15741 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15742 servers that are offline. Avoids having gnus-agent-toggle-plugged
15743 first ask if you want to open a server and then, even when you
15744 responded with no, asking if you want to synchronize the server's
15745 flags.
15746 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15747 multi-line expressions.
15748 (gnus-agent-synchronize-group-flags): New internal function.
15749 Updates marks in memory (in the info structure) AND in the
15750 backend.
15751
15752 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15753
15754 * nnagent.el (nnagent-request-set-mark):
15755 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15756 method, to ensure that synchronization updates marks in the
15757 backend and in the info (in memory) structure.
15758
15759 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
15760
15761 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15762 convention fully; don't miss the root article of a thread; make
15763 the X-Draft-From header with correct article numbers.
15764
15765 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
15766
15767 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15768 unless plugged. Disable the agent so that an open failure causes
15769 an error.
15770
15771 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15772 Revert 2004-09-21 change. The backend must be opened while
15773 synchronizing flags even when the backend stores the flags
15774 locally.
15775
15776 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
15777
15778 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15779 in `header' match. Reported by Svend Tollak Munkejord.
15780
15781 * message.el (message-cite-original): Fix use of
15782 `message-cite-articles-with-x-no-archive'.
15783
15784 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
15785
15786 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15787 (gnus-window-to-buffer): Ditto.
15788
15789 * mml.el (mml-preview-buffer): New variable.
15790 (mml-preview): Manage window layout with gnus-buffer-configuration.
15791
15792 * gnus-msg.el (gnus-setup-message): Put article numbers into the
15793 X-Draft-From header even if those articles aren't quoted.
15794
15795 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
15796
15797 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15798 (gnus-request-set-mark, gnus-request-update-mark): Use new
15799 g-s-t-u-l-m to decide to use backend even when unplugged.
15800
15801 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
15802
15803 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15804 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
15805
15806 2004-09-20 Simon Josefsson <jas@extundo.com>
15807
15808 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15809 "utf-16-le".
15810
15811 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
15812
15813 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15814
15815 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
15816
15817 * uudecode.el (uudecode-use-external): Add :version.
15818
15819 * smime.el (smime-CA-file, smime-encrypt-cipher)
15820 (smime-dns-server): Add :version.
15821
15822 * smiley.el (gnus-smiley-file-types): Add :version.
15823
15824 * sha1.el (sha1-use-external): Add :version.
15825
15826 * pgg-def.el (pgg-query-keyserver): Add :version.
15827
15828 * nnmail.el (nnmail-fancy-expiry-targets)
15829 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15830 Add :version.
15831
15832 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15833 (nnimap-retrieve-groups-asynchronous): Add :version.
15834 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
15835
15836 * mml.el (mml-content-disposition-parameters)
15837 (mml-insert-mime-headers-always): Add :version.
15838
15839 * mm-util.el (mm-coding-system-priorities): Add :version.
15840
15841 * mm-decode.el (mm-inline-text-html-with-images)
15842 (mm-keep-viewer-alive-types, mm-external-terminal-program)
15843 (mm-verify-option): Add :version.
15844 (mm-text-html-renderer): Change :version.
15845
15846 * message.el (message-fcc-externalize-attachments)
15847 (message-required-headers, message-draft-headers)
15848 (message-subject-trailing-was-query)
15849 (message-subject-trailing-was-ask-regexp)
15850 (message-subject-trailing-was-regexp, message-mark-insert-begin)
15851 (message-mark-insert-end, message-archive-header)
15852 (message-archive-note, message-cross-post-default)
15853 (message-cross-post-note, message-followup-to-note)
15854 (message-cross-post-note-function, message-use-mail-followup-to)
15855 (message-subscribed-address-functions)
15856 (message-subscribed-address-file, message-subscribed-addresses)
15857 (message-subscribed-regexps, message-allow-no-recipients)
15858 (message-yank-cited-prefix, message-signature-insert-empty-line)
15859 (message-hidden-headers, message-hierarchical-addresses)
15860 (message-mail-user-agent, message-use-idna)
15861 (message-valid-fqdn-regexp)
15862 (message-strip-special-text-properties, message-header-synonyms)
15863 (message-beginning-of-line, message-tab-body-function): Add :version.
15864 (message-insert-canlock, message-wide-reply-confirm-recipients):
15865 Change :version.
15866
15867 * mail-source.el (mail-source-ignore-errors): Add :group, :type
15868 and :version.
15869 (mail-source-delete-old-incoming-confirm)
15870 (mail-source-movemail-program): Add :version.
15871
15872 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15873 (gnus-agent-cache, gnus-agent): Change :version.
15874
15875 * gnus-util.el (gnus-use-byte-compile): Change :version.
15876
15877 * gnus-sum.el (gnus-summary-make-false-root-always)
15878 (gnus-summary-default-high-score)
15879 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15880 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15881 (gnus-read-all-available-headers, gnus-article-emulate-mime)
15882 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15883 (gnus-sum-thread-tree-single-indent)
15884 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15885 (gnus-sum-thread-tree-leaf-with-other)
15886 (gnus-sum-thread-tree-single-leaf): Add :version.
15887 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15888 (gnus-article-loose-mime): Change :version.
15889
15890 * gnus-start.el (gnus-backup-startup-file)
15891 (gnus-save-startup-file-via-temp-buffer): Add :version.
15892
15893 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15894 (gnus-server-offline-face): Add :version.
15895
15896 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15897
15898 * gnus-msg.el (gnus-gcc-externalize-attachments)
15899 (gnus-debug-files, gnus-debug-exclude-variables)
15900 (gnus-discouraged-post-methods): Change :version.
15901 (gnus-confirm-mail-reply-to-news)
15902 (gnus-confirm-treat-mail-like-news): Add :version.
15903
15904 * gnus-int.el (gnus-server-unopen-status): Add :version.
15905
15906 * gnus-group.el (gnus-group-jump-to-group-prompt)
15907 (gnus-large-ephemeral-newsgroup)
15908 (gnus-fetch-old-ephemeral-headers): Add :version.
15909
15910 * gnus-fun.el (gnus-x-face-directory)
15911 (gnus-convert-pbm-to-x-face-command)
15912 (gnus-convert-image-to-x-face-command)
15913 (gnus-convert-image-to-face-command): Add :version.
15914
15915 * gnus-delay.el (gnus-delay-default-hour): Add :version.
15916
15917 * gnus-cite.el (gnus-cite-blank-line-after-header)
15918 (gnus-article-boring-faces): Add :version.
15919
15920 * gnus-art.el (gnus-buttonized-mime-types)
15921 (gnus-inhibit-mime-unbuttonizing)
15922 (gnus-treat-display-face)
15923 (gnus-treat-body-boundary): Change :version.
15924 (gnus-body-boundary-delimiter, gnus-picon-databases)
15925 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15926 (gnus-treat-date-english, gnus-treat-fold-headers)
15927 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15928 (gnus-treat-mail-picon, gnus-treat-wash-html)
15929 (gnus-article-encrypt-protocol)
15930 (gnus-use-idna, gnus-article-over-scroll)
15931 (gnus-mime-display-multipart-alternative-as-mixed)
15932 (gnus-mime-display-multipart-related-as-mixed)
15933 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15934 (gnus-ctan-url, gnus-button-ctan-handler)
15935 (gnus-button-handle-ctan-bogus-regexp)
15936 (gnus-button-ctan-directory-regexp)
15937 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15938 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15939 (gnus-button-man-level, gnus-button-emacs-level)
15940 (gnus-button-message-level, gnus-button-browse-level): Add :version.
15941
15942 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15943 (gnus-agent-go-online): Change :version.
15944 (gnus-agent-expire-unagentized-dirs)
15945 (gnus-agent-auto-agentize-methods): Add :version.
15946
15947 * flow-fill.el (fill-flowed-display-column)
15948 (fill-flowed-encode-column): Add :version.
15949
15950 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15951 (gnus-outlook-deuglify-unwrap-max)
15952 (gnus-outlook-deuglify-cite-marks)
15953 (gnus-outlook-deuglify-unwrap-stop-chars)
15954 (gnus-outlook-deuglify-no-wrap-chars)
15955 (gnus-outlook-deuglify-attrib-cut-regexp)
15956 (gnus-outlook-deuglify-attrib-verb-regexp)
15957 (gnus-outlook-deuglify-attrib-end-regexp)
15958 (gnus-outlook-display-hook): Add :version.
15959
15960 * binhex.el (binhex-use-external): Add :version.
15961
15962 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
15963
15964 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15965 and `invisible'.
15966
15967 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
15968
15969 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15970 in gnus-registry-trim.
15971
15972 2004-09-13 Simon Josefsson <jas@extundo.com>
15973
15974 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15975
15976 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15977
15978 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15979 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15980 <yamaoka@jpl.org>.
15981 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15982 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15983 <yamaoka@jpl.org>.
15984
15985 * sieve.el (sieve-manage-mode): Ditto.
15986
15987 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
15988
15989 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15990
15991 2004-09-11 Simon Josefsson <jas@extundo.com>
15992
15993 * dns-mode.el: Add.
15994
15995 * mm-view.el (mm-display-dns-inline): Add.
15996
15997 * mm-decode.el (mm-inline-media-tests): Add text/dns.
15998 (mm-automatic-display): Ditto.
15999
16000 * mailcap.el (mailcap-mime-data): Add text/dns.
16001 (mailcap-mime-extensions): Map .soa to text/dns.
16002
16003 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
16004
16005 * gnus-art.el (article-decode-mime-words, article-babel)
16006 (gnus-article-highlight-signature, gnus-article-add-buttons)
16007 (gnus-signature-toggle): Remove unnecessary bindings of
16008 `inhibit-read-only' inherited from v5.10 merge.
16009
16010 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16011
16012 * nntp.el (nntp): New customization group.
16013 (nntp-authinfo-file): Add customization group.
16014
16015 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16016
16017 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16018
16019 * gnus.el (to-address, to-list, subscribed)
16020 (large-newsgroup-initial): Ditto.
16021
16022 * flow-fill.el (fill-flowed-display-column)
16023 (fill-flowed-encode-column): Ditto.
16024
16025 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16026
16027 * message.el (message-tokenize-header, message-send-mail-with-qmail):
16028 Use point-min rather than 1.
16029 (message-send-mail): Use buffer-size rather than point-max.
16030
16031 * gnus-sum.el (gnus-summary-search-article-forward):
16032 Signal a specific `search-failed' rather than a generic `error'.
16033
16034 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16035 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16036 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16037
16038 2004-09-10 Simon Josefsson <jas@extundo.com>
16039
16040 * nndb.el (require): Remove tcp and duplicate cl.
16041
16042 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
16043
16044 * gnus-agent.el (directory-files-and-attributes): Move forward.
16045
16046 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16047
16048 * gnus-agent.el (directory-files-and-attributes):
16049 Optionally defined to support XEmacs.
16050
16051 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
16052
16053 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16054 to avoid run-time CL dependencies.
16055 (gnus-agent-unfetch-articles): New function.
16056 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16057 article numbers even when local .overview file is missing.
16058 (gnus-agent-read-article-number): New function. Only accepts
16059 27-bit article numbers.
16060 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16061 Use gnus-agent-read-article-number.
16062 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16063 from backend while recognizing that article numbers in .overview
16064 must be valid.
16065 (gnus-agent-update-files-total-fetched-for):
16066 Use directory-files-and-attributes to improve performance.
16067 * gnus-int.el (gnus-request-move-article):
16068 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16069 improve performance.
16070
16071 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16072 some users confused by references to .newsrc when they only have a
16073 .newsrc.eld file.
16074 (gnus-convert-mark-converter-prompt)
16075 (gnus-convert-converter-needs-prompt): Fix use of property list.
16076 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16077 New function. Used internally to only display 'gnus converting
16078 files' message when actually necessary.
16079
16080 * gnus-sum.el (): Remove (require 'gnus-agent) as required
16081 methods now autoloaded.
16082
16083 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
16084
16085 * gnus-sum.el (gnus-summary-insert-subject): Remove list
16086 identifiers.
16087
16088 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
16089
16090 * gnus-picon.el: Fix indentation and closing parenthesis.
16091
16092 2004-09-01 Simon Josefsson <jas@extundo.com>
16093
16094 * message.el (message-canlock-generate): Require sha1, not
16095 sha1-el. (Can we get rid of this require altogether? It is ugly
16096 to require within a function. Sadly, if sha1.el isn't loaded, the
16097 let binding in m-c-g will hide the defcustom definition, which is
16098 bad.)
16099
16100 * canlock.el: Require sha1, not sha1-el.
16101
16102 * message.el: Don't autoload sha1 (there is a autoload cookie in
16103 sha1.el).
16104
16105 * sha1-el.el: Rename to sha1.el.
16106
16107 2004-08-30 Juanma Barranquero <lektu@terra.es>
16108
16109 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16110
16111 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
16112
16113 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16114
16115 2004-08-30 Kim F. Storm <storm@cua.dk>
16116
16117 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16118
16119 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16120 Add :group 'nnimap.
16121
16122 2004-08-30 Andreas Schwab <schwab@suse.de>
16123
16124 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16125 ?* and ?\;.
16126
16127 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16128 and ?\' to symbol instead of whitespace.
16129
16130 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
16131
16132 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16133
16134 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16135 instead of re-search-forward.
16136
16137 * gnus-uu.el (gnus-uu-save-article): Ditto.
16138 (gnus-uu-post-encode-uuencode): Ditto.
16139
16140 * html2text.el (html2text-clean-list-items): Ditto.
16141 (html2text-clean-dtdd): Ditto.
16142 (html2text-format-tags): Ditto.
16143
16144 * message.el (message-send-mail-with-sendmail): Fix regexp.
16145 (message-fill-field-general): Use search-forward instead of
16146 re-search-forward.
16147 (unbold-region): Ditto.
16148
16149 * nnrss.el (nnrss-request-article): Ditto.
16150
16151 * nnslashdot.el (nnslashdot-request-article): Ditto.
16152
16153 * nnweb.el (nnweb-gmane-wash-article): Ditto.
16154
16155 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16156 "Unrecognized menu descriptor" error in XEmacs.
16157
16158 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
16159
16160 * gnus-sum.el (gnus-read-header): Don't remove a header for the
16161 parent article of a sparse article in the thread hashtb.
16162
16163 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
16164
16165 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16166 (nnmail-expand-newtext): Lowercase expanded entries if
16167 nnmail-split-lowercase-expanded is non-nil.
16168
16169 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
16170
16171 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16172
16173 * gnus-group.el (gnus-group-line-format-alist): Convert the value
16174 of gnus-tmp-news-method into string under XEmacs. It will be
16175 passed to gnus-correct-length which takes only a string argument.
16176
16177 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
16178
16179 * gnus-util.el (gnus-bind-print-variables): New macro.
16180 (gnus-prin1): Use it.
16181 (gnus-prin1-to-string): Use it.
16182 (gnus-pp): New function.
16183 (gnus-pp-to-string): New function.
16184
16185 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16186 Replace pp-to-string with gnus-pp-to-string.
16187 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16188 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16189 * gnus-msg.el (gnus-debug): Ditto.
16190 * gnus-score.el (gnus-score-save): Ditto.
16191 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16192 gnus-pp-to-string.
16193 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16194 with gnus-pp.
16195 * score-mode.el (gnus-score-pretty-print): Ditto.
16196 * webmail.el (webmail-debug): Ditto.
16197
16198 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
16199
16200 * gnus-art.el (article-display-face, article-display-x-face):
16201 Use buffer-read-only.
16202
16203 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
16204
16205 * gnus-art.el (article-hide-list-identifiers):
16206 Bind inhibit-read-only as t.
16207
16208 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
16209
16210 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16211
16212 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16215 (gnus-narrow-to-page): Don't assume point-min == 1.
16216 (gnus-article-edit-mode): Derive from message-mode.
16217
16218 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16219 point-min == 1.
16220
16221 * imap.el (imap-parse-address-list, imap-parse-body-ext):
16222 Disable incorrect use of `assert'.
16223
16224 * message.el (message-mode): Set comment-start-skip.
16225
16226 2004-08-22 Sam Steingold <sds@gnu.org>
16227
16228 * pop3.el (pop3-leave-mail-on-server): New user variable.
16229 (pop3-movemail): Delete mail only when it is nil.
16230
16231 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
16232
16233 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16234
16235 * mml.el (mml-preview): Use `pop-to-buffer'.
16236
16237 * message.el (message-goto-mail-followup-to): Insert after "To".
16238 (message-carefully-insert-headers): Add comment.
16239
16240 * gnus.el: Remove unused variable `gnus-article-check-size'.
16241
16242 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16243
16244 * gnus-art.el (gnus-button-alist):
16245 Improve `gnus-button-handle-library' entry.
16246
16247 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
16248
16249 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16250 Use downcase, since XEmacs capitalizes error messages differently.
16251
16252 2004-08-18 Jesper Harder <harder@ifa.au.dk>
16253
16254 * nntp.el: Add (require 'gnus) due to reference to
16255 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
16256
16257 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
16258
16259 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16260 Bind `mm-fill-flowed'.
16261
16262 * mm-decode.el (mm-dissect-singlepart): Check it.
16263
16264 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
16265
16266 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16267 'imap' for netrc parsing.
16268
16269 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
16270
16271 * mailcap.el (mailcap-mime-data): Mark as risky.
16272
16273 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
16274
16275 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16276 may be included in the encoded word.
16277 (rfc2047-encode): Don't append a space if the encoded word
16278 includes close parenthesis.
16279
16280 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
16281
16282 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16283 of text within parentheses.
16284
16285 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
16286
16287 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16288 (gnus-encrypt-write-file-contents): Make the password key the file
16289 name PLUS the cipher, not just the cipher. Also remove failed
16290 passwords from the cache.
16291
16292 2004-08-06 Simon Josefsson <jas@extundo.com>
16293
16294 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16295 Doc fix.
16296
16297 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
16298
16299 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16300 LWSP.
16301
16302 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
16303
16304 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16305 Try to append in-reply-to: data to the references: header.
16306
16307 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16308 (netrc-parse): Use gnus-encrypt.el functions.
16309
16310 * gnus-encrypt.el: Add new file for encryption support; currently
16311 does only a few GPG ciphers and an internal XOR cipher.
16312
16313 * password.el: Add comments on using password-read-and-add.
16314 (password-read-and-add): Add function to read and add the
16315 password to the cache at once.
16316
16317 2004-07-28 Simon Josefsson <jas@extundo.com>
16318
16319 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16320 parameter (but don't use it, for now).
16321
16322 * imap.el (imap-ssl-open): Use imap-process-connection-type,
16323 instead of hard coding to nil.
16324
16325 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16326
16327 * mm-view.el (mm-inline-image-emacs): Open lines under an image
16328 as mm-inline-image-xemacs does.
16329
16330 2004-07-26 Simon Josefsson <jas@extundo.com>
16331
16332 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16333 Revert part of 2004-07-17 change below.
16334
16335 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
16336
16337 * rfc2047.el (rfc2047-encode-region): Don't infloop.
16338 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16339
16340 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
16341
16342 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16343 quotes that actually start with ">" at the beginning of the
16344 lines.
16345
16346 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
16347
16348 * rfc2047.el (rfc2047-encode-region): Fix last change.
16349 (rfc2047-encode-parameter): Remove useless concat.
16350
16351 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
16352
16353 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16354 encode special characters; fix some kind of misconfigured headers;
16355 signal a real error if debug-on-quit or debug-on-error is non-nil.
16356 (rfc2047-encode-max-chars): New variable.
16357 (rfc2047-encode-1): Use it.
16358 (rfc2047-encode-parameter): New function.
16359
16360 * mml.el (mml-insert-parameter): Remove an excessive space.
16361
16362 2004-07-17 Simon Josefsson <jas@extundo.com>
16363
16364 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16365 Kai Grossjohann <kai@emptydomain.de>.
16366 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16367 (gnus-group-make-menu-bar): Ditto.
16368
16369 * gnus-util.el (gnus-group-server): Add.
16370
16371 2004-07-16 Jesper Harder <harder@ifa.au.dk>
16372
16373 * message.el (message-clone-locals): Clone sendmail and smtp
16374 variables.
16375
16376 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16377
16378 * rfc2047.el (rfc2047-encode-region): Fix last change.
16379
16380 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
16381
16382 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16383 characters as non-special.
16384
16385 2004-07-09 Simon Josefsson <jas@extundo.com>
16386
16387 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16388 Users will lose all flag changes made while unplugged with
16389 e.g. nntp unless flag synchronization happens, thus `nil' is not a
16390 good default. See numerous reports on ding mailing list.
16391
16392 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
16393
16394 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16395 add generate-head-function and generate-article-function to the
16396 rfc822-forward entry.
16397 (nndoc-rfc822-forward-generate-article): New function.
16398 (nndoc-rfc822-forward-generate-head): New function.
16399
16400 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16401
16402 2004-07-06 Dan Christensen <jdc@uwo.ca>
16403
16404 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16405 respect display group parameter and gnus-summary-expunge-below.
16406 (gnus-articles-to-read): Remove unused reference to display group
16407 parameter.
16408
16409 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16410
16411 * nnheader.el (nnheader-uniquify-message-id): New experimental
16412 variable.
16413 (nnheader-nov-read-message-id): Use it.
16414
16415 * spam-report.el (spam-report-gmane): Add interactive.
16416
16417 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
16418
16419 * mm-encode.el (mm-content-transfer-encoding-defaults):
16420 Use qp-or-base64 for the application/* types.
16421
16422 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
16423
16424 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16425
16426 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
16427
16428 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16429 trim value.
16430
16431 2004-01-25 Paul Jarc <prj@po.cwru.edu>
16432
16433 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16434 New macro and function.
16435 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16436
16437 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16438
16439 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16440 after-load-alist.
16441
16442 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16443
16444 * gnus-group.el (gnus-group-get-new-news-this-group):
16445 Don't update info that isn't there.
16446
16447 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
16448
16449 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16450 entry.
16451
16452 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
16453
16454 * mm-view.el (mm-inline-render-with-function): Use multibyte
16455 buffer; decode html source by charset.
16456
16457 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16458
16459 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16460 Mule-UCS is loaded under XEmacs.
16461 (mm-mime-mule-charset-alist): Avoid duplicated entries.
16462
16463 2004-06-28 Jesper Harder <harder@ifa.au.dk>
16464
16465 * nnheader.el (nnheader-max-head-length): Increase to 8192.
16466
16467 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
16468
16469 * mm-util.el (mm-coding-system-p): Return a coding-system.
16470 (mm-mime-mule-charset-alist): Use shift_jis instead of
16471 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16472 entries for the mime charsets iso-2022-jp-3 and shift_jis.
16473 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16474 instead of japanese-shift-jis and iso-latin-1 respectively in
16475 order to share the default value with both Emacs and XEmacs-mule.
16476 (mm-mule-charset-to-mime-charset):
16477 Make mm-coding-system-priorities effective.
16478 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16479 while predicating of candidates upon the priorities.
16480
16481 2004-06-27 Jesper Harder <harder@ifa.au.dk>
16482
16483 * gnus-sum.el (gnus-summary-make-menu-bar):
16484 Add gnus-uu-invert-processable.
16485
16486 * gnus.el: Autoload gnus-uu-invert-processable.
16487
16488 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
16489
16490 * mm-util.el (mm-with-multibyte-buffer): New macro.
16491
16492 * rfc2047.el (rfc2047-encode-string): Use it.
16493 (rfc2047-encode-region): Move point to the end of the region after
16494 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16495
16496 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16497
16498 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16499 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16500
16501 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
16502
16503 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16504 (gnus-cite-parse): Ignore quoted envelope From_.
16505 Suggested by Karl Chen <quarl@nospam.quarl.org>.
16506
16507 2004-06-23 Jesper Harder <harder@ifa.au.dk>
16508
16509 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16510 invalid addresses.
16511
16512 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
16513
16514 * spam.el: Change section markers, revise TODO list.
16515 (spam-backends): Make new master list of all installed backends.
16516 (spam-summary-exit-behavior): Add new variable to determine how
16517 messages moves are done at summary exit.
16518 (spam-move-spam-nonspam-groups-only)
16519 (spam-process-ham-in-nonham-groups)
16520 (spam-process-ham-in-spam-groups): Remove variables, the
16521 spam-summary-exit-behavior variable should be used to manage this
16522 behavior.
16523 (spam-old-ham-articles, spam-old-spam-articles): Remove.
16524 (spam-old-articles): Add variable, replacing spam-old-ham-articles
16525 and spam-old-spam-articles.
16526 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16527 Add empty variables, placeholders for the backends they represent.
16528 (spam-set-difference): Move, unchanged.
16529 (spam-list-of-processors): Declare OBSOLETE, not used anymore
16530 unless the user has a processor variable.
16531 (spam-classifications, spam-classification-valid-p)
16532 (spam-backend-properties, spam-backend-property-valid-p)
16533 (spam-backend-function-type-valid-p)
16534 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16535 (spam-report-articles-gmane, spam-report-articles-resend):
16536 Remove functions, they are not needed.
16537 (spam-install-backend-super, spam-backend-list)
16538 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16539 (spam-backend-function, spam-backend-ham-registration-function)
16540 (spam-backend-spam-registration-function)
16541 (spam-backend-ham-unregistration-function)
16542 (spam-backend-spam-unregistration-function)
16543 (spam-backend-statistical-p, spam-backend-mover-p)
16544 (spam-install-backend-alias, spam-install-checkonly-backend)
16545 (spam-install-mover-backend, spam-install-nocheck-backend)
16546 (spam-install-backend, spam-install-statistical-backend)
16547 (spam-install-statistical-checkonly-backend): Add backend installation
16548 support.
16549 (spam-summary-prepare-exit): Rewrite to use the new backend code.
16550 (spam-group-processor-p): Use the new backend code and respect the
16551 summary exit behavior.
16552 (spam-mark-spam-as-expired-and-move-routine): Remove.
16553 (spam-summary-prepare): Change to use the new spam-old-articles
16554 variable.
16555 (spam-copy-or-move-routine, spam-copy-spam-routine)
16556 (spam-move-spam-routine, spam-copy-ham-routine)
16557 (spam-move-ham-routine): Add code to copy/move ham or spam.
16558 (spam-fetch-field-fast): Improve doc and code, plus allow the
16559 'number request.
16560 (spam-list-of-checks, spam-list-of-statistical-checks):
16561 Remove variables.
16562 (spam-split, spam-find-spam): Use the new backend code.
16563 (spam-registration-functions): Remove variable.
16564 (spam-unregister-routine): Add convenience wrapper.
16565 (spam-log-undo-registration, spam-register-routine)
16566 (spam-log-processing-to-registry)
16567 (spam-log-unregistration-needed-p): Rename "check" to "backend"
16568 where possible.
16569 (spam-check-gmane-xref, spam-check-regex-headers)
16570 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16571 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16572 (spam-check-bogofilter-headers, spam-check-spamoracle)
16573 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16574 (spam-check-crm114-headers): Use the spam-split-group that
16575 spam-split prepares, no need to determine it every time.
16576
16577 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16578 to the nnheader-parse-naked-head call.
16579
16580 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16581
16582 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16583 the nnheader-nov-read-message-id call.
16584
16585 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
16586
16587 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16588 gnus-activate-group twice. Suggested by Markus Peter
16589 <warp@spin.de>.
16590
16591 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
16592
16593 * gnus-art.el (gnus-article-time-format): Exchange the order of
16594 day and month in the default value; fix customization type.
16595 (article-date-ut): Use add-text-properties.
16596 (article-make-date-line): Use message-make-date instead of
16597 current-time-string.
16598
16599 * message.el (message-fetch-field): Don't use set-text-properties.
16600 (message-make-date): Simplify.
16601
16602 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
16603
16604 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16605 (rfc2047-encode-region): Treat text within parentheses as special;
16606 show the original text when error has occurred.
16607
16608 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16609 already-computed method to gnus-activate-group.
16610
16611 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16612 same select-methods identical Lisp objects.
16613
16614 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16615 object when modifying the info.
16616
16617 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16618
16619 * gnus-srvr.el (gnus-server-set-info): Remove the server from
16620 gnus-opened-servers since it has never been opened with the new
16621 configuration yet.
16622
16623 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
16624
16625 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16626 arg to nnheader-generate-fake-message-id.
16627
16628 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
16629
16630 * nnheader.el (nnheader-generate-fake-message-id): Accept a
16631 number and build a fake message ID localized to a group and
16632 article number (so it's repeatable from that point on).
16633 (nnheader-fake-message-id-p): Change regex to accommodate new fake
16634 ID format.
16635
16636 * gnus-sum.el (gnus-get-newsgroup-headers):
16637 Call nnheader-generate-fake-message-id with the article number.
16638
16639 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
16640
16641 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16642 end-of-buffer.
16643
16644 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16645
16646 * message.el (message-ignored-supersedes-headers): Add Approved.
16647
16648 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16649
16650 * rfc2047.el (rfc2047-encode-message-header): Remove useless
16651 goto-char.
16652 (rfc2047-encode): Fold the line before encoding.
16653
16654 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16655
16656 * rfc2047.el (rfc2047-encode-message-header): Disabled header
16657 folding -- not all headers can be folded, and this should be done
16658 by the message composition mode. Probably. I think.
16659
16660 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
16661
16662 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16663 fast.
16664
16665 * gnus-ems.el (gnus-remove-image): Don't use
16666 message-text-with-property; remove only the image found first.
16667
16668 2004-06-09 Jesper Harder <harder@ifa.au.dk>
16669
16670 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16671
16672 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
16673
16674 * message.el (message-text-with-property): Make it fast and accept
16675 optional arguments.
16676 (message-strip-forbidden-properties): Use it.
16677 (message-fix-before-sending): Follow the m-t-w-p change.
16678
16679 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16680
16681 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
16682
16683 * gnus-art.el (article-hide-headers): Don't change the buffer
16684 mistakenly when performing mml-preview even if
16685 gnus-single-article-buffer is nil.
16686
16687 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
16688
16689 * message.el (message-expand-name-databases): New user option.
16690 (message-expand-name): Use it.
16691
16692 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
16693
16694 * spam.el (spam-report-articles-resend)
16695 (spam-report-resend-register-routine): Allow ham reporting.
16696 (spam-report-resend-register-ham-routine): Add wrapper.
16697 (spam-registration-functions): Add ham resending functions.
16698 (spam-list-of-processors): Add ham resend processor.
16699
16700 * gnus.el (ham-resend-to): Add new group parameter.
16701 (spam-process): Add ham resend option.
16702
16703 * spam-report.el (spam-report-resend): Allow reporting ham.
16704 (spam-report-resend-ham): Add wrapper.
16705
16706 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16707
16708 * message.el (message-cite-articles-with-x-no-archive):
16709 New variable.
16710 (message-cite-original): Use it.
16711
16712 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16713
16714 * message.el (message-cite-original): Respect X-No-Archive.
16715
16716 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
16717
16718 * gnus-art.el (article-hide-headers): Refer to the values for
16719 gnus-ignored-headers and gnus-visible-headers in the summary
16720 buffer since a user may have set them as group parameters.
16721
16722 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
16723
16724 * assistant.el (assistant-node-name): Add convenience function.
16725 (assistant-render-text, assistant-render-node): Add error handling,
16726 plus handle multiple next nodes.
16727 (assistant-find-next-node): Comment out for now.
16728 (assistant-find-next-nodes): Add function, returns list of next
16729 nodes.
16730
16731 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
16732
16733 * mail-source.el (mail-source-directory): Fix doc-string.
16734
16735 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
16736
16737 * assistant.el (assistant-render-text, assistant-eval): Add :set
16738 widget type, which is different because it takes and returns a
16739 list. Much hilarity ensues.
16740
16741 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
16742
16743 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16744
16745 * gnus-group.el (gnus-group-get-new-news-this-group):
16746 Add doc-string.
16747
16748 * gnus-start.el (gnus-activate-group): Add doc-string.
16749
16750 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
16751
16752 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16753
16754 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
16755
16756 * assistant.el (assistant-render-text): Try to add a :set
16757 widget, more to come.
16758
16759 * spam.el (spam-group-spam-contents-p): Handle empty groupname
16760 strings.
16761 (spam-report-articles-resend)
16762 (spam-register-routine): Do registration iff any articles warrant
16763 it.
16764 (spam-summary-prepare-exit): Change log message for nil group
16765 destinations.
16766
16767 2004-05-27 Daniel Pittman <daniel@rimspace.net>
16768
16769 * spam.el (spam-report-resend-register-routine):
16770 Allow spam-report-resend-to to be a group parameter or a global value.
16771
16772 2004-05-26 Simon Josefsson <jas@extundo.com>
16773
16774 * starttls.el: Merge with my GNUTLS based starttls.el.
16775 (starttls-gnutls-program, starttls-use-gnutls)
16776 (starttls-extra-arguments, starttls-process-connection-type)
16777 (starttls-connect, starttls-failure, starttls-success):
16778 New variables.
16779 (starttls-program, starttls-extra-args): Doc fix.
16780 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16781 New functions.
16782 (starttls-negotiate, starttls-open-stream):
16783 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16784 function if it is set.
16785
16786 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
16787
16788 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16789 structured fields.
16790
16791 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16792
16793 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16794
16795 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
16796
16797 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16798 Add variable.
16799 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
16800 assigning the spam-mark to new messages.
16801
16802 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
16803
16804 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16805
16806 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16807
16808 * rfc2047.el (rfc2047-encodable-p): Don't move point.
16809 (rfc2047-decode): Treat the ascii coding-system as raw-text by
16810 default.
16811
16812 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
16813
16814 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16815 correct data.
16816
16817 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
16818
16819 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16820 (spam-group-processor-p): Fix function.
16821 (spam-group-processor-multiple-p)
16822 (spam-group-spam-processor-report-gmane-p)
16823 (spam-group-spam-processor-report-resend-p)
16824 (spam-group-spam-processor-bogofilter-p)
16825 (spam-group-spam-processor-blacklist-p)
16826 (spam-group-spam-processor-ifile-p)
16827 (spam-group-ham-processor-ifile-p)
16828 (spam-group-spam-processor-spamoracle-p)
16829 (spam-group-spam-processor-crm114-p)
16830 (spam-group-ham-processor-bogofilter-p)
16831 (spam-group-spam-processor-stat-p)
16832 (spam-group-ham-processor-stat-p)
16833 (spam-group-ham-processor-whitelist-p)
16834 (spam-group-ham-processor-BBDB-p)
16835 (spam-group-ham-processor-spamoracle-p)
16836 (spam-group-ham-processor-copy-p): Remove functions with some
16837 prejudice against unneeded code.
16838 (spam-report-articles-resend)
16839 (spam-report-resend-register-routine): Allow the group/topic
16840 spam-resend-to value to override spam-report-resend-to.
16841 (spam-summary-prepare-exit): Invoke spam-group-processor-p
16842 properly now.
16843
16844 * gnus.el (spam-resend-to): Add group/topic parameter.
16845 (spam-process): Move the OBSOLETE processors to the end of the
16846 choices.
16847
16848 2004-05-24 Daniel Pittman <daniel@rimspace.net>
16849
16850 * spam-report.el (spam-report-resend-to, spam-report-resend):
16851 Start with resend-to set to nil, and then ask the user if necessary.
16852 (spam-report-resend): spam-report-resend takes a list of articles, not
16853 separate article numbers.
16854
16855 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
16856
16857 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16858 addition to emacs-w3m.
16859
16860 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16861
16862 * assistant.el (assistant-authinfo-data): New function.
16863 (assistant-eval): Eval for entire assistant.
16864
16865 * netrc.el (netrc-services-file): New variable.
16866 (netrc-parse-services): New function.
16867 (netrc-find-service-name): New function.
16868 (netrc-find-service-number): New function.
16869 (netrc-port-equal): New function.
16870 (netrc-machine): Use it.
16871
16872 * nnimap.el (nnimap-open-connection): Use netrc.
16873
16874 * gnus-util.el (gnus-netrc-get): Remove aliases.
16875
16876 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16877
16878 * assistant.el (wid-edit): Fix compilation.
16879
16880 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16881
16882 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
16883
16884 * gnus-util.el (gnus-set-file-modes): New function. (small
16885 patch).
16886
16887 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16888
16889 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16890
16891 * assistant.el (assistant-render-node): Fix up rendering and
16892 read-only text.
16893 (assistant-render-node): Reset.
16894 (assistant-make-read-only): Not sticky.
16895
16896 2004-05-20 Danny Siu <dsiu@adobe.com>
16897
16898 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16899 centered even when gnus-auto-center-summary is t
16900
16901 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16902
16903 * dns.el (dns-get-txt-answer): New function.
16904 (dns-read-txt): Ditto.
16905 (query-dns): Use it.
16906
16907 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
16908
16909 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16910 active for foreign groups even if the group level is higher than
16911 the specified value.
16912
16913 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16914
16915 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16916 non-active groups.
16917
16918 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16919
16920 2004-05-20 Magnus Henoch <mange@freemail.hu>
16921
16922 * dns.el (dns-read-type): Add support for SVR. (small patch)
16923
16924 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
16925
16926 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16927 (spam-crm114-header, spam-crm114-spam-switch)
16928 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16929 (spam-crm114-positive-spam-header)
16930 (spam-crm114-database-directory, spam-list-of-processors)
16931 (spam-group-spam-processor-crm114-p)
16932 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16933 (spam-generic-score, spam-list-of-checks)
16934 (spam-list-of-statistical-checks, spam-registration-functions)
16935 (spam-check-crm114-headers, spam-crm114-score)
16936 (spam-check-crm114, spam-crm114-register-with-crm114)
16937 (spam-crm114-register-spam-routine)
16938 (spam-crm114-unregister-spam-routine)
16939 (spam-crm114-register-ham-routine)
16940 (spam-crm114-unregister-ham-routine): Add CRM114 support.
16941 From asjo@koldfront.dk (Adam Sjøgren).
16942
16943 * gnus.el: Add spam-use-crm114.
16944
16945 * spam.el (spam-list-of-processors, spam-registration-functions):
16946 Add spam-use-resend.
16947 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16948 (spam-report-articles-gmane): Add doc fix.
16949 (spam-report-articles-resend, spam-report-resend-register-routine):
16950 Add wrappers around spam-report-resend-to.
16951
16952 * spam-report.el (spam-report-resend-to, spam-report-resend):
16953 Add support for resending spam.
16954 (spam-report-gmane): Fix line length >80.
16955
16956 * gnus.el (spam-process): Add spam-use-resend.
16957
16958 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
16959
16960 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16961 number of processed spam messages.
16962 (spam-ham-copy-or-move-routine): Return the number of processed
16963 ham messages.
16964 (spam-summary-prepare-exit): Use the above values to decide
16965 whether status messages shouled be displayed.
16966
16967 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
16968
16969 * rfc2047.el (rfc2047-encode-function-alist): Rename from
16970 `rfc2047-encoding-function-alist' in order to avoid conflicting
16971 with the old version.
16972 (rfc2047-encode-region): Concatenate words containing non-ASCII
16973 characters in structured fields; don't encode space-delimited
16974 ASCII words even in unstructured fields; don't break words at
16975 char-category boundaries.
16976 (rfc2047-encode-1): New function.
16977 (rfc2047-encode): Use it; encode text so that it occupies the
16978 maximum width within 76-column; work correctly on Q encoding for
16979 iso-2022-* charsets.
16980 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16981 sure not to break a line just after the header name.
16982 (rfc2047-b-encode-region): Remove.
16983 (rfc2047-b-encode-string): New function.
16984 (rfc2047-q-encode-region): Remove.
16985 (rfc2047-q-encode-string): New function.
16986
16987 * mm-util.el (mm-replace-in-string): New function.
16988
16989 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
16990
16991 * gnus-msg.el (gnus-inews-make-draft-meta-information):
16992 Really get it right.
16993 (gnus-inews-make-draft): Really.
16994
16995 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
16996
16997 * nnmh.el (nnmh-request-list-1): Don't check the link count
16998 before descending. (small patch)
16999
17000 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17001
17002 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17003 stuff.
17004
17005 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17006 Match on real group name.
17007
17008 * gnus-art.el (gnus-signature-limit): Doc fix.
17009
17010 * gnus-msg.el (gnus-inews-make-draft): Quote list.
17011
17012 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
17013
17014 * gnus-draft.el (gnus-draft-send):
17015 Bind rfc2047-encode-encoded-words.
17016
17017 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17018 (rfc2047-encodable-p): Say that =? needs encoding.
17019 (rfc2047-encode-encoded-words): New variable.
17020
17021 * gnus-group.el (gnus-group-select-group): Doc fix.
17022
17023 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17024
17025 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17026 to nil.
17027
17028 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17029
17030 * nnheader.el (nnheader-get-lines-and-char): New function.
17031
17032 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
17033
17034 * gnus-msg.el (gnus-summary-followup-with-original):
17035 Document yanking of region when active.
17036
17037 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
17038
17039 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17040 groups if the group level is higher than the specified value.
17041
17042 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17043
17044 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17045 (gnus-group-jump-to-group): Add prefix argument using
17046 `gnus-group-jump-to-group-prompt'. Query before jumping to
17047 non-active group.
17048
17049 * compface.el (uncompface): Be verbose when changing
17050 `uncompface-use-external'.
17051
17052 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17053 handle manual section.
17054
17055 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17056
17057 * gnus-art.el (gnus-button-alist): Revert previous change.
17058
17059 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17060
17061 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17062
17063 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17064
17065 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17066 whether backend can accept message.
17067
17068 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17069
17070 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
17071
17072 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17073 Avoid creating directory when nntp-marks-is-evil is true.
17074 Reported by Reiner Steib.
17075
17076 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
17077
17078 * gnus-picon.el (gnus-picon-style): New variable.
17079 (gnus-picon-insert-glyph): Add optional `nostring' argument.
17080 (gnus-picon-transform-address): Support `gnus-picon-style'.
17081 From Jesper Harder <harder@ifa.au.dk>.
17082
17083 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17084
17085 * message.el (message-fill-field): Return point.
17086 (message-generate-headers): Go to end of field.
17087
17088 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17089 stuff for non-living groups.
17090
17091 2004-05-18 Jesper Harder <harder@ifa.au.dk>
17092
17093 * gnus-art.el (gnus-article-followup-with-original)
17094 (gnus-article-reply-with-original): gnus-mark-active-p ->
17095 gnus-region-active-p.
17096
17097 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
17098
17099 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17100 only when there is spam or ham to be processed.
17101
17102 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17103
17104 * mail-source.el (mail-source-delete-crash-box): Refactor.
17105 (mail-source-fetch): Use it.
17106 (mail-source-fetch-file): Ditto.
17107 (mail-source-fetch-directory): Run postscript in loop.
17108 (mail-source-fetch-pop): Delete.
17109 (mail-source-fetch-maildir): Ditto.
17110 (mail-source-fetch-imap): Ditto.
17111
17112 * imap.el (imap-authenticators): Comment out sasl.
17113
17114 * message.el (message-skip-to-next-address): New function.
17115 (message-fill-header-address): Refactor.
17116 (message-fill-address): Use it.
17117 (message-delete-address): Use it.
17118 (message-fill-header-general): Refactor.
17119 (message-fill-field-address): Rename.
17120 (message-narrow-to-field): Find the start of the header.
17121 (message-header-format-alist): Don't pre-fill.
17122 (message-fill-header): Remove.
17123 (message-insert-header): New function.
17124 (message-shorten-references): Use it.
17125
17126 * rfc2047.el (rfc2047-field-value): Strip props.
17127
17128 * mail-parse.el (mail-header-make-address): New alias.
17129
17130 * ietf-drums.el (ietf-drums-make-address): New function.
17131
17132 * imap.el: Add compiler directives.
17133
17134 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17135
17136 * gnus-art.el (article-decode-idna-rhs): Don't use
17137 message-idna-inside-rhs-p.
17138
17139 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17140
17141 * message.el (message-idna-inside-rhs-p): Remove.
17142 (message-idna-to-ascii-rhs-1): Use proper address parsing.
17143
17144 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17145 false positives.
17146
17147 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17148
17149 * imap.el (imap-sasl-make-mechanisms): Use sasl.
17150
17151 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
17152
17153 * nneething.el (nneething-file-name): Don't create spurious
17154 files.
17155
17156 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17157 (gnus-inews-do-gcc): Remove sleep.
17158
17159 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17160 part under point.
17161
17162 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17163 (gnus-agent-regenerate-group): Using nil messages aren't valid.
17164
17165 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
17166
17167 * spam.el (spam-summary-prepare-exit): Fix (length).
17168
17169 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
17170
17171 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17172 as expired without moving it" message when there are spam
17173 messages left.
17174
17175 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
17176
17177 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17178 header is not nil.
17179
17180 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
17181
17182 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17183 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17184 (nntp-marks-changed-p): New arg SERVER.
17185 (nntp-request-update-info): Adjust caller.
17186
17187 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
17188
17189 * nntp.el (nntp-save-marks): Pass missing arg.
17190
17191 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17192
17193 * nntp.el: Support marks.
17194 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17195 (nntp-marks-modtime, nntp-marks-directory): New variables.
17196 (nntp-request-set-mark, nntp-request-update-info)
17197 (nntp-possibly-create-directory, nntp-marks-changed-p)
17198 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17199 New functions.
17200
17201 2004-05-12 Jesper Harder <harder@ifa.au.dk>
17202
17203 * gnus-score.el (gnus-score-insert-help):
17204 Use gnus-select-lowest-window.
17205
17206 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17207 appt-select-lowest-window and rename to gnus-select-lowest-window.
17208
17209 * gnus.el: do.
17210
17211 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17212
17213 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17214 encodings of MIME-encoded words, in order to improve
17215 interoperability with several broken MUAs.
17216
17217 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17218
17219 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17220 tags, only when charsets are not specified in headers.
17221 (mm-inline-text-html-render-with-w3m): Ditto.
17222
17223 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17224
17225 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17226 instead of MIME-decoded from fields when checking
17227 `gnus-article-address-banner-alist'.
17228
17229 2004-05-03 Jesper Harder <harder@ifa.au.dk>
17230
17231 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17232 description rather than subject.
17233
17234 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17235
17236 * gnus.el (gnus-version-number): Bump.
17237
17238 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
17239
17240 * gnus.el: No Gnus v0.2 is released.
17241
17242 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
17243
17244 * gnus-agent.el (gnus-agent-read-agentview):
17245 Inline gnus-uncompress-range.
17246
17247 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17248
17249 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17250 `exec-installed-p'.
17251
17252 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
17253
17254 * gnus.el (spam-process, spam-autodetect-methods):
17255 Add bsfilter and bsfilter-headers.
17256
17257 * spam.el (spam-bsfilter): New customize group.
17258 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17259 (spam-bsfilter-header, spam-bsfilter-probability-header)
17260 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17261 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17262 (spam-bsfilter-database-directory): New options.
17263 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17264 (spam-list-of-statistical-checks, spam-registration-functions):
17265 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17266 (spam-bsfilter-score): New command.
17267 (spam-check-bsfilter-headers, spam-check-bsfilter)
17268 (spam-bsfilter-register-with-bsfilter)
17269 (spam-bsfilter-register-spam-routine)
17270 (spam-bsfilter-unregister-spam-routine)
17271 (spam-bsfilter-register-ham-routine)
17272 (spam-bsfilter-unregister-ham-routine): New functions.
17273 (spam-generic-score): Support bsfilter; Accept an optional argument
17274 to recalcurate spam score even if scoring header has already been
17275 added.
17276 (spam-bogofilter-score, spam-spamassassin-score): Accept an
17277 optional argument to recalcurate spam score even if scoring header
17278 has already been added.
17279
17280 2004-04-29 Jesper Harder <harder@ifa.au.dk>
17281
17282 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17283 strings! Reported by David D. Smith <davidsmith@acm.org>.
17284 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17285 link is missing.
17286
17287 2004-04-28 Jesper Harder <harder@ifa.au.dk>
17288
17289 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17290 (html2text-get-attr): Rewrite.
17291
17292 * message.el (message-setup-1): Remove redundant put-text-property
17293 on mail-header-separator.
17294
17295 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
17296
17297 * gnus-registry.el (gnus-registry-cache-whitespace)
17298 (gnus-registry-action, gnus-registry-spool-action)
17299 (gnus-registry-split-fancy-with-parent): Change message levels
17300 from 5 to 3 or 7, as needed.
17301
17302 * spam.el (spam-summary-prepare-exit)
17303 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17304 (spam-split, spam-find-spam, spam-log-undo-registration)
17305 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17306 level from 5 to 6.
17307
17308 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
17309
17310 * gnus-ems.el: Autoload appt-select-lowest-window (revert
17311 2004-03-04 change).
17312
17313 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17314
17315 * sieve-manage.el (sieve-manage-open):
17316 * nnweb.el (nnweb-insert-html):
17317 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17318 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17319 * nnspool.el (nnspool-request-group):
17320 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17321 * nnml.el (nnml-request-update-info):
17322 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17323 (nnmh-request-create-group, nnmh-update-gnus-unreads):
17324 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17325 (nnimap-request-set-mark):
17326 * nnfolder.el (nnfolder-request-update-info):
17327 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17328 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17329 * gnus-uu.el (gnus-uu-find-articles-matching):
17330 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17331 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17332 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17333 * gnus-nocem.el (gnus-nocem-scan-groups):
17334 * gnus-int.el (gnus-start-news-server):
17335 * gnus-group.el (gnus-group-make-kiboze-group)
17336 (gnus-group-browse-foreign-server):
17337 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17338 Use mapc when appropriate.
17339
17340 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
17341
17342 FIXME: Make separate entries for each person.
17343
17344 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17345 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17346 <shields@msrl.com>:
17347
17348 * spam.el (spam-necessary-extra-headers): Get the extra headers we
17349 may need for spam sorting and scoring.
17350 (spam-user-format-function-S): Add user format function suitable for
17351 general use.
17352 (spam-article-sort-by-spam-status): Add sorting function for summary
17353 sorting.
17354 (spam-extra-header-to-number): Add function to get a score from a
17355 header.
17356 (spam-summary-score): Add function to get a numeric score from the
17357 headers.
17358 (spam-generic-score): Fix function doc, was in wrong place.
17359 (spam-initialize): Take symbols when it's run, and install the
17360 extra headers that spam-necessary-extra-headers thinks we need.
17361
17362 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17363
17364 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17365 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
17366
17367 2004-04-17 Jesper Harder <harder@ifa.au.dk>
17368
17369 * gnus-sum.el (gnus-set-global-variables)
17370 (gnus-build-all-threads, gnus-get-newsgroup-headers)
17371 (gnus-article-get-xrefs, gnus-summary-best-group)
17372 (gnus-summary-next-article, gnus-summary-enter-digest-group)
17373 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17374 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17375 Use with-current-buffer.
17376
17377 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
17378
17379 * spam.el (spam-summary-prepare-exit): Simplify logic.
17380 (spam-fetch-article-header): Read the article header if it's not
17381 available.
17382 (spam-list-articles): Simplify logic.
17383 (spam-filelist-register-routine): Fix bug with unregister-list.
17384
17385 * gnus-registry.el: Fix comments at beginning.
17386
17387 2004-04-16 Jesper Harder <harder@ifa.au.dk>
17388
17389 * message.el (message-cater-to-broken-inn): Remove.
17390 (message-shorten-references): Make sure the total folded length of
17391 References is shorter than 998 characters to cater to a bug in INN
17392 2.3. Also, don't pretend that references aren't folded -- this
17393 hasn't worked for a while.
17394
17395 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17396
17397 * gnus-agent.el (gnus-agentize):
17398 gnus-agent-send-mail-real-function no longer set to current value
17399 of message-send-mail-function but rather a lambda that calls
17400 message-send-mail-function. The change makes the agent real-time
17401 responsive to user changes to message-send-mail-function.
17402
17403 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
17404
17405 * legacy-gnus-agent.el
17406 (gnus-agent-convert-to-compressed-agentview): Fix typos with
17407 help from Florian Weimer <fw@deneb.enyo.de>
17408
17409 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
17410
17411 * nnmail.el (nnmail-cache-insert): Revert last change.
17412
17413 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
17414
17415 * nnmail.el (nnmail-cache-insert): Always check whether
17416 nnmail-cache-ignore-groups matches a group name.
17417
17418 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
17419
17420 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17421 (spam-find-spam, spam-log-processing-to-registry)
17422 (spam-log-registered-p, spam-log-unregistration-needed-p)
17423 (spam-log-undo-registration): Use gnus-message instead of
17424 gnus-error, none of these errors are fatal.
17425
17426 * gnus-registry.el (gnus-registry-clean-empty-function)
17427 (gnus-registry-clean-empty): Remove only empty entries without
17428 extra data.
17429
17430 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
17431
17432 * spam-stat.el (spam-stat-buffer-change-to-spam)
17433 (spam-stat-buffer-change-to-non-spam): Change (error) to
17434 (gnus-message 8) invocation.
17435
17436 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17437
17438 * nntp.el (nntp-via-netcat-command): New variable.
17439 (nntp-via-netcat-switches): New variable.
17440 (nntp-open-via-rlogin-and-netcat): New function.
17441 (nntp-open-connection-function): Doc fix.
17442 (nntp-telnet-command): Doc fix.
17443 (nntp-end-of-line): Doc fix.
17444 (nntp-via-rlogin-command): Doc fix.
17445 (nntp-via-user-name): Doc fix.
17446 (nntp-via-address): Doc fix.
17447
17448 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
17449
17450 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17451 error in Emacs 21.1.
17452
17453 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
17454
17455 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17456
17457 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
17458
17459 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17460 (gnus-agent-with-refreshed-group): New macro.
17461 (gnus-agent-rename-group): New function.
17462 (gnus-agent-delete-group): New function.
17463 (gnus-agent-save-group-info): Use gnus-command-method when
17464 `method' parameter is nil. Don't write nil entries into the
17465 active file.
17466 (gnus-agent-get-group-info): New function.
17467 (gnus-agent-fetch-articles):
17468 Use gnus-agent-update-files-total-fetched-for to increment disk space
17469 used.
17470 (gnus-agent-fetch-headers, gnus-agent-save-alist):
17471 Use gnus-agent-update-view-total-fetched-for to increment disk space
17472 used.
17473 (gnus-agent-get-local): Add optional parameters to avoid calling
17474 gnus-group-real-name and gnus-find-method-for-group.
17475 (gnus-agent-set-local): Delete stored entry if either min, or max,
17476 are nil.
17477 (gnus-agent-fetch-session): Reworded error/quit messages.
17478 On quit, use gnus-agent-regenerate-group to record existence of any
17479 articles fetched to disk before the quit occurred.
17480 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17481 gnus-agent-update-view-total-fetched-for, and
17482 gnus-agent-update-files-total-fetched-for to decrement disk space
17483 used.
17484 (gnus-agent-retrieve-headers):
17485 Use gnus-agent-update-view-total-fetched-for to increment disk space
17486 used.
17487 (gnus-agent-regenerate-group): Replace gnus-group-update-group
17488 with gnus-agent-update-files-total-fetched-for to decrement disk
17489 space and fresh group buffer.
17490 (gnus-agent-inhibit-update-total-fetched-for): New variable.
17491 (gnus-agent-need-update-total-fetched-for): New variable.
17492 (gnus-agent-update-files-total-fetched-for): New function.
17493 (gnus-agent-update-view-total-fetched-for): New function.
17494 (gnus-agent-total-fetched-for): New function.
17495
17496 * gnus-cache.el (gnus-cache-save-buffers):
17497 Use gnus-cache-update-overview-total-fetched-for to change disk space
17498 used by this group.
17499 (gnus-cache-possibly-enter-article):
17500 Use gnus-cache-update-file-total-fetched-for to increment disk space
17501 used by this group.
17502 (gnus-cache-possibly-remove-article):
17503 Use gnus-cache-update-file-total-fetched-for to decrement disk space
17504 used by this group.
17505 (gnus-cache-generate-nov-databases): Purge total fetched cache.
17506 (gnus-cache-rename-group): New function.
17507 (gnus-cache-delete-group): New function.
17508 (gnus-cache-inhibit-update-total-fetched-for): New variable.
17509 (gnus-cache-need-update-total-fetched-for): New variable.
17510 (gnus-cache-with-refreshed-group): New macro.
17511 (gnus-cache-update-file-total-fetched-for): New function.
17512 (gnus-cache-update-overview-total-fetched-for): New function.
17513 (gnus-cache-rename-group-total-fetched-for): New function.
17514 (gnus-cache-delete-group-total-fetched-for): New function.
17515 (gnus-cache-total-fetched-for): New function.
17516
17517 * gnus-group.el: Require gnus-sum and autoload functions to
17518 resolve warnings when gnus-group.el compiled alone.
17519 (gnus-group-line-format): Documented new %F.
17520 (size of Fetched data) group line format; identifies disk space
17521 used by agent and cache.
17522 (gnus-group-line-format-alist): Defined new F format.
17523 (gnus-total-fetched-for): New function.
17524 (gnus-group-delete-group): No longer update
17525 gnus-cache-active-altered as gnus-request-delete-group now keeps
17526 the cache in sync.
17527 (gnus-group-list-active): Let the agent store a server's active
17528 list if currently plugged.
17529
17530 * gnus-int.el (gnus-request-delete-group):
17531 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17532 local disk in sync with the server.
17533 (gnus-request-rename-group):
17534 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17535 local disk in sync with the server.
17536
17537 * gnus-start.el (gnus-get-unread-articles):
17538 Cosmetic simplification to logic.
17539
17540 * gnus-util.el (gnus-rename-file): New function.
17541
17542 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
17543
17544 * mm-util.el (mm-image-load-path): Handle nil in load-path.
17545
17546 2004-04-07 Jesper Harder <harder@ifa.au.dk>
17547
17548 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17549 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
17550
17551 2004-04-06 Jesper Harder <harder@ifa.au.dk>
17552
17553 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17554 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
17555
17556 2004-04-03 Jesper Harder <harder@ifa.au.dk>
17557
17558 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17559
17560 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
17561
17562 * spam.el (spam-set-difference): Add function to replace
17563 gnus-set-difference in spam.el.
17564 (spam-summary-prepare-exit): Use spam-set-difference.
17565
17566 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17567
17568 * gnus-registry.el (gnus-registry-cache-file): Update to use
17569 gnus-dribble-directory OR gnus-home-directory OR ~.
17570 (gnus-registry-split-fancy-with-parent): Fix doc.
17571
17572 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
17573
17574 * message.el (message-exchange-point-and-mark):
17575 Use message-mark-active-p. Suggested by Jesper Harder
17576 <harder@ifa.au.dk>.
17577
17578 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
17579
17580 * message.el (message-exchange-point-and-mark): Don't activate
17581 region if it was inactive. Suggested by Hiroshi Fujishima
17582 <pooh@nature.tsukuba.ac.jp>.
17583
17584 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
17585
17586 * gnus-art.el (article-display-face): Display Faces in the same
17587 order as X-Faces.
17588
17589 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
17590
17591 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17592
17593 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17594
17595 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17596 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17597 (gnus-article-mime-hierarchy): Remove.
17598 (gnus-article-mime-hierarchy-next): Remove.
17599 (gnus-article-mode): Revert 2004-03-19 change.
17600 (gnus-article-setup-buffer): Revert 2004-03-19 change.
17601 (gnus-insert-mime-button): Revert 2004-03-19 change.
17602 (gnus-mime-accumulate-hierarchy): Remove.
17603 (gnus-mime-enter-multipart): Remove.
17604 (gnus-mime-leave-multipart): Remove.
17605 (gnus-mime-display-part): Revert 2004-03-19 change.
17606 (gnus-mime-display-alternative): Revert 2004-03-19 change.
17607
17608 * mml.el (mml-preview): Revert 2004-03-19 change.
17609
17610 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
17611
17612 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17613
17614 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17615
17616 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17617 t while entering a file name using the mm-with-multibyte macro.
17618 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17619
17620 * mm-util.el (mm-with-multibyte): New macro.
17621
17622 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
17623
17624 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17625 New user option.
17626 (gnus-mime-multipart-functions): Doc and customization fix.
17627 (gnus-article-mime-hierarchy): New variable.
17628 (gnus-article-mime-hierarchy-next): New variable.
17629 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17630 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17631 gnus-article-mime-hierarchy-next to nil.
17632 (gnus-insert-mime-button): Show hierarchy numbers.
17633 (gnus-mime-accumulate-hierarchy): New function.
17634 (gnus-mime-enter-multipart): New function.
17635 (gnus-mime-leave-multipart): New function.
17636 (gnus-mime-display-part): Recompute hierarchical MIME structure.
17637 (gnus-mime-display-alternative): Show hierarchy numbers.
17638
17639 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17640 gnus-article-mime-hierarchy-next to nil.
17641
17642 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
17643
17644 * dns.el: Don't require gnus-xmas.
17645
17646 2004-03-17 Jesper Harder <harder@ifa.au.dk>
17647
17648 * mml.el (mml-generate-mime-1): Don't use format=flowed with
17649 inline PGP.
17650 (mml-menu): Disable mml-quote-region if mark is inactive.
17651
17652 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17653
17654 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17655 when the group's active is not available.
17656
17657 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
17658
17659 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17660 error.
17661
17662 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
17663
17664 * imap.el (imap-store-password): New variable.
17665 (imap-interactive-login): Use it.
17666 Suggested by Mark Plaksin <happy@mcplaksin.org>.
17667
17668 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
17669
17670 * gnus-art.el (gnus-article-read-summary-keys): Restore new
17671 window-start and hscroll to summary window.
17672
17673 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
17674
17675 * gnus-start.el (gnus-convert-old-newsrc): Only write the
17676 conversion message to newsrc-dribble when an actual conversion is
17677 performed.
17678
17679 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
17680
17681 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17682
17683 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17684
17685 * mm-decode.el (mm-complicated-handles): New function reviving
17686 former definition of mm-multiple-handles.
17687
17688 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17689 (gnus-mime-delete-part): Use it.
17690
17691 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
17692
17693 * gnus-agent.el (gnus-agent-read-local):
17694 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17695 avoid the implicit assumption that they will always be equal.
17696 (gnus-agent-save-local): Bind buffer-file-coding-system, not
17697 coding-system-for-write, as the with-temp-file macro first prints
17698 to a buffer then saves the buffer.
17699
17700 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
17701
17702 * gnus-art.el (gnus-article-edit-part): New function.
17703 (gnus-mime-save-part-and-strip): Use it; do query instead of
17704 signaling an error; don't use mm-multiple-handles.
17705 (gnus-mime-delete-part): Ditto.
17706
17707 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
17708
17709 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17710 old file versions.
17711 (gnus-group-prepare-hook): Remove function that converted list
17712 form of gnus-agent-expire-days to group properties.
17713
17714 * gnus-int.el: Autoload gnus-agent-regenerate-group.
17715 (gnus-request-accept-article): Re-indented.
17716
17717 * gnus-start.el (gnus-convert-old-newsrc): Registered new
17718 converters to handle old agent file formats. Add logic for a
17719 "backup before upgrading warning".
17720 (gnus-convert-mark-converter-prompt): Developers can mark
17721 functions as needing (default), or not needing,
17722 gnus-convert-old-newsrc's "backup before upgrading warning".
17723 (gnus-convert-converter-needs-prompt): Tests whether the user
17724 should be protected from potentially irreversable changes by the
17725 function.
17726
17727 * legacy-gnus-agent.el: New. Provides converters that are only
17728 loaded when gnus-convert-old-newsrc needs to call them.
17729
17730 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17731
17732 * mail-source.el (mail-source-touch-pop): Doc fix.
17733
17734 * message.el (message-smtpmail-send-it): Doc fix.
17735
17736 2004-03-05 Jesper Harder <harder@ifa.au.dk>
17737
17738 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17739
17740 * nnmail.el (nnmail-split-fancy): do.
17741
17742 * gnus-kill.el (gnus-kill, gnus-execute): do.
17743
17744 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
17745
17746 * gnus-sum.el (gnus-widget-reversible-match)
17747 (gnus-widget-reversible-to-internal)
17748 (gnus-widget-reversible-to-external): New functions.
17749 (gnus-widget-reversible): New widget.
17750 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17751
17752 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
17753
17754 * gnus-sum.el (gnus-thread-sort-functions)
17755 (gnus-article-sort-functions): Document `(not F)' items.
17756
17757 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
17758
17759 * spam.el (spam-use-gmane-xref): Add new backend.
17760 (spam-gmane-xref-spam-group): Add variable to control the name of the
17761 Gmane spam group.
17762 (spam-blackhole-servers, spam-blackhole-good-server-regex)
17763 (spam-regex-headers-spam, spam-regex-headers-ham)
17764 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17765 (spam-list-of-checks): Add spam-use-gmane-xref to list of
17766 backends and checks.
17767 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17768
17769 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17770 an autodetect method.
17771
17772 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17773
17774 * gnus-int.el (gnus-request-accept-article): Inform the agent that
17775 articles are being added to a group.
17776 (gnus-request-replace-article): Inform the agent that articles
17777 need to be uncached as the cached contents are no longer valid.
17778
17779 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17780
17781 * binhex.el: Don't autoload executable-find.
17782
17783 * canlock.el: Don't autoload mail-fetch-field.
17784
17785 * gnus-ems.el: Don't autoload appt-select-lowest-window.
17786
17787 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17788 rmail-dont-reply-to and rmail-output.
17789
17790 * gnus-score.el: Don't autoload ffap-string-at-point.
17791
17792 * gnus-setup.el: Don't autoload sc-cite-original.
17793
17794 * imap.el: Don't autoload base64-decode-string,
17795 base64-encode-string and md5.
17796
17797 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17798 and rmail-msg-restore-non-pruned-header.
17799
17800 * mm-decode.el: Don't autoload executable-find.
17801
17802 * mm-url.el: Don't autoload executable-find.
17803
17804 * mm-view.el: Don't autoload diff-mode.
17805
17806 * nndb.el: Don't autoload news-reply-mode, news-setup,
17807 cancel-timer and telnet.
17808
17809 * password.el: Don't autoload run-at-time for Emacs.
17810
17811 * sha1-el.el: Don't autoload executable-find.
17812
17813 * sieve-mode.el: Don't autoload c-mode.
17814
17815 * uudecode.el: Don't autoload executable-find.
17816
17817 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
17818
17819 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17820 (gnus-agent-possibly-alter-active): Avoid null in numeric
17821 comparison.
17822 (gnus-agent-set-local): Refuse to save null in local object table.
17823 (gnus-agent-regenerate-group): The REREAD parameter can now be a
17824 list of articles that will be marked as unread.
17825
17826 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
17827
17828 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17829
17830 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17831
17832 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17833 language tags.
17834
17835 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
17836
17837 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17838 Don't bind "obarray".
17839
17840 * gnus-sum.el (gnus-thread-sort-functions):
17841 Add `gnus-thread-sort-by-most-recent-number' and
17842 `gnus-thread-sort-by-most-recent-date'.
17843 Reported by Kai Grossjohann <kai@emptydomain.de>.
17844
17845 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17846
17847 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17848
17849 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
17850
17851 * gnus-cus.el (gnus-agent-customize-category):
17852 Remove ignore-errors macro reference that required cl to be loaded at
17853 run-time.
17854
17855 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17856 single-interval range of the form (min . max). Previously the
17857 range had to look like ((min . max)). Likewise, return
17858 (min . max) rather than ((min . max)).
17859 (gnus-range-map): Use gnus-range-normalize to accept
17860 single-interval range.
17861
17862 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17863 the cache, but not the agent, now appear with their usual face.
17864
17865 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
17866
17867 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17868 w3m-safe-url-regexp variable buffer-local.
17869
17870 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17871
17872 2004-02-27 Simon Josefsson <jas@extundo.com>
17873
17874 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17875 gnus-group-real-prefix.
17876 (gnus-summary-move-article): Use it, instead of
17877 gnus-group-real-prefix.
17878
17879 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
17880
17881 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17882 w3m-safe-url-regexp variable buffer-local and set it as the value
17883 of mm-w3m-safe-url-regexp.
17884
17885 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17886
17887 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17888 parsing gnus-posting-styles when the message is not for replying.
17889
17890 * nnrss.el (nnrss-opml-export):
17891 Use mm-set-buffer-file-coding-system instead of
17892 set-buffer-file-coding-system.
17893
17894 2004-02-27 Jesper Harder <harder@ifa.au.dk>
17895
17896 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17897 of checkdoc.el).
17898 * nnrss.el: do.
17899 * gnus-mlspl.el: do.
17900 * gnus-ml.el: do.
17901 * gnus-srvr.el: do.
17902
17903 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17904
17905 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
17906
17907 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17908 Corrections to custom-manual links.
17909
17910 * gnus-art.el (gnus-article): Ditto.
17911
17912 * mm-decode.el (mime-display, mime-security): Ditto.
17913
17914 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17915
17916 * flow-fill.el: Typo.
17917
17918 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
17919
17920 * spam-wash.el: New file.
17921
17922 2004-02-26 Mark A. Hershberger <mah@everybody.org>
17923
17924 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17925
17926 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
17927
17928 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17929 to be run with new-articles as LIST1, not LIST2.
17930 (spam-registration-functions): Add spam-use-ham-copy as a nil
17931 registration backend.
17932
17933 2004-02-26 Jesper Harder <harder@ifa.au.dk>
17934
17935 * spam-stat.el (spam-stat-washing-hook): New option.
17936 (spam-stat-buffer-words): Use it.
17937 (spam-stat-process-directory, spam-stat-test-directory):
17938 Use insert-file-contents-literally.
17939 (spam-stat-coding-system): New variable.
17940 (spam-stat-load, spam-stat-save): Use it.
17941
17942 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
17943
17944 * spam-report.el (spam-report-plug-agent):
17945 Quote spam-report-url-to-file and spam-report-url-ping-plain.
17946
17947 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
17948
17949 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17950 Allow / in mailto URLs.
17951
17952 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17953
17954 * spam-report.el (spam-report-process-queue): Fix interactive use.
17955 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17956 (spam-report-unplug-agent): Doc fixes.
17957 (spam-report-url-ping-mm-url, spam-report-url-to-file)
17958 (spam-report-agentize, spam-report-deagentize):
17959 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
17960
17961 * message.el (message-setup-fill-variables): Add mml tags to
17962 paragraph-start and paragraph-separate. Suggested by Andrew Korty
17963 <ajk@iu.edu>.
17964 (message-mode): Don't modify paragraph-separate there.
17965
17966 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17967
17968 * compface.el (uncompface-use-external): Default to undecided.
17969 (uncompface-use-external-threshold): New variable.
17970 (uncompface-float-time): New macro.
17971 (uncompface): Determine whether to use the external decoder if
17972 uncompface-use-external is undecided.
17973
17974 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17975
17976 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17977 after images.
17978
17979 * gnus-art.el (gnus-mime-display-single): Remove dead code.
17980
17981 2004-02-14 Jesper Harder <harder@ifa.au.dk>
17982
17983 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17984
17985 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17986
17987 * gnus-sum.el (gnus-summary-limit-to-age)
17988 (gnus-summary-limit-children): do.
17989
17990 * gnus-int.el (gnus-request-scan): do.
17991
17992 * gnus-group.el (gnus-group-suspend): do.
17993
17994 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17995
17996 * gnus-cite.el (gnus-cite-parse-attributions): do.
17997
17998 * gnus-agent.el (gnus-summary-set-agent-mark)
17999 (gnus-agent-regenerate-group): do.
18000
18001 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18002
18003 * binhex.el (binhex-decode-region-internal): do.
18004
18005 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
18006
18007 * gnus-fun.el (gnus-face-properties-alist): New user option.
18008 (gnus-display-x-face-in-from): Use it.
18009
18010 * gnus-art.el (article-display-face): Ditto.
18011
18012 * compface.el (uncompface-use-external): Default to nil.
18013
18014 2004-02-12 Jesper Harder <harder@ifa.au.dk>
18015
18016 * nntp.el (nntp-erase-buffer): New function.
18017 (nntp-retrieve-data, nntp-send-command)
18018 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18019 (nntp-possibly-change-group): Use it.
18020
18021 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18022 Use with-current-buffer.
18023
18024 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
18025
18026 * compface.el: Merge the ELisp-based uncompface program.
18027 (compface): New customization group.
18028 (uncompface-use-external): New user option.
18029 (uncompface): Call uncompface-internal if uncompface-use-external
18030 is nil.
18031 (uncompface-internal): New function. Note that there are also
18032 some other functions and variables added for this function.
18033
18034 2004-02-10 Jesper Harder <harder@ifa.au.dk>
18035
18036 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18037 if necessary.
18038
18039 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
18040
18041 * spam-report.el (spam-report-unplug-agent)
18042 (spam-report-plug-agent, spam-report-deagentize)
18043 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18044 Add support for the Agent in spam-report: when unplugged, report to a
18045 file; when plugged, submit all the requests.
18046
18047 * spam.el (spam-register-routine): Fix message about
18048 registration.
18049
18050 2004-02-09 Jesper Harder <harder@ifa.au.dk>
18051
18052 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18053 dependencies.
18054 (rfc2047-encode): Use it.
18055
18056 * gnus-art.el (gnus-button-marker-list): Move before first
18057 reference.
18058
18059 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18060 (imap-parse-body): Fix format string mismatch.
18061
18062 * gnus-score.el (gnus-summary-increase-score): do.
18063
18064 * nnrss.el (nnrss-close): New function.
18065
18066 2004-02-08 Jesper Harder <harder@ifa.au.dk>
18067
18068 * nnrss.el (nnrss-make-filename): New function.
18069 (nnrss-request-delete-group, nnrss-read-server-data)
18070 (nnrss-save-server-data, nnrss-read-group-data)
18071 (nnrss-save-group-data): Use it.
18072 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18073 (nnrss-read-server-data, nnrss-read-group-data): Use load.
18074 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18075
18076 2004-02-07 Jesper Harder <harder@ifa.au.dk>
18077
18078 * mml.el (mml-compute-boundary-1): Don't uncompress files.
18079
18080 2004-02-06 Jesper Harder <harder@ifa.au.dk>
18081
18082 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18083 files.
18084
18085 * message.el (message-generate-headers-first): Don't quote nil
18086 and t in docstrings.
18087
18088 * imap.el (imap-id): do.
18089
18090 * gnus-agent.el (gnus-agent-consider-all-articles)
18091 (gnus-agent-queue-mail): do.
18092
18093 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
18094
18095 * spam-report.el (spam-report-process-queue): New function.
18096 Process requests from `spam-report-requests-file'.
18097 (spam-report-process-queue): Doc fix.
18098
18099 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
18100
18101 * spam.el (spam-register-routine)
18102 (spam-log-processing-to-registry, spam-log-registered-p)
18103 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18104 Change "check" to "spam-check" for semi-clarity.
18105
18106 2004-02-05 Jesper Harder <harder@ifa.au.dk>
18107
18108 * pop3.el: Require nnheader.
18109
18110 * mml-smime.el: Require cl. Autoload message-fetch-field.
18111
18112 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18113
18114 * gnus-picon.el: Require cl.
18115
18116 * gnus-fun.el: Require gnus-ems and gnus-util.
18117
18118 * gnus.el (gnus-method-to-server): Move defsubst before first use.
18119
18120 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18121
18122 * gnus-art.el (gnus-article-edit-mode): Define before first
18123 reference.
18124
18125 2004-02-04 Jesper Harder <harder@ifa.au.dk>
18126
18127 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18128 (gnus-uu-post-encoded): Use point-at-bol.
18129
18130 * gnus-topic.el (gnus-group-active-topic-p): do.
18131
18132 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18133
18134 * gnus-group.el (gnus-group-kill-region): do.
18135
18136 * gnus-art.el (article-date-ut): do.
18137
18138 * message.el (message-fetch-field): Remove redundant
18139 case-fold-search binding.
18140 (message-narrow-to-field): Simplify.
18141
18142 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
18143
18144 * spam.el (spam-directory): Derive from `gnus-directory'.
18145
18146 * spam-report.el (spam-report-url-to-file)
18147 (spam-report-requests-file): New function and variable for offline
18148 reporting.
18149 (spam-report-url-ping-function): Add `spam-report-url-to-file'
18150 and user defined function.
18151 (spam-report-url-ping-mm-url): Remove doubled slash.
18152
18153 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
18154
18155 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18156
18157 2004-02-03 Jesper Harder <harder@ifa.au.dk>
18158
18159 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18160 Fix format string mismatch.
18161
18162 * sieve.el (sieve-deactivate-all): do.
18163
18164 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18165
18166 * nnlistserv.el (nnlistserv-kk-wash-article): do.
18167
18168 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18169
18170 * mm-bodies.el (mm-7bit-chars): Don't include \r.
18171
18172 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
18173
18174 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18175 the list of checks.
18176
18177 2004-01-31 Jesper Harder <harder@ifa.au.dk>
18178
18179 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18180 padding.
18181
18182 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
18183
18184 * mm-view.el (mm-fill-flowed): New variable.
18185 (mm-inline-text): Use it.
18186
18187 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
18188
18189 * spam.el (spam-spamassassin-register-ham-routine)
18190 (spam-spamassassin-register-spam-routine): Fix function names.
18191
18192 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
18193
18194 * gnus.el (gnus-tmp-grouplens): Remove.
18195 (gnus-summary-line-format): Remove grouplens.
18196
18197 * gnus-group.el (gnus-group-line-format): Ditto.
18198
18199 * gnus-spec.el (gnus-format-specs): Ditto.
18200 (gnus-update-format-specifications): Flush the group format spec
18201 cache if there's the grouplens stuff.
18202 (gnus-parse-simple-format): Replace %l with the empty string.
18203
18204 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
18205
18206 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18207 omission.
18208
18209 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
18210
18211 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18212 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18213
18214 2004-01-25 Paul Jarc <prj@po.cwru.edu>
18215
18216 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18217 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18218 New macros and functions.
18219 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18220 Handle > NLINK_MAX messages.
18221 * nnmaildir.el (nnmaildir-request-set-mark):
18222 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18223
18224 2004-01-25 Alex Schroeder <alex@gnu.org>
18225
18226 * spam-stat.el (spam-stat-process-directory-age): New option.
18227 (spam-stat-process-directory): Use it.
18228
18229 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
18230
18231 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18232 (spam-stat-save): Accept prefix argument.
18233
18234 2004-01-23 Paul Jarc <prj@po.cwru.edu>
18235
18236 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18237 links" error.
18238
18239 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18240
18241 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18242 compatibility with old .newsrc.eld files.
18243
18244 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18245
18246 * gnus-start.el (gnus-1): do.
18247
18248 * gnus-group.el (gnus-group-line-format-alist): do.
18249
18250 * gnus.el (gnus-use-grouplens, gnus-visual): do.
18251
18252 * gnus-gl.el: Remove.
18253
18254 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
18255
18256 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18257 marks consisting of a single range {for example, (3 . 5)} rather
18258 than a list of a single range { ((3 . 5)) }.
18259
18260 2004-01-23 Jesper Harder <harder@ifa.au.dk>
18261
18262 * spam-stat.el (spam-stat-store-gnus-article-buffer):
18263 Use with-current-buffer.
18264 (spam-stat-store-current-buffer): Use insert-buffer-substring to
18265 avoid consing a string.
18266
18267 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18268 Remove obsolete entries for big5 and gb2312.
18269
18270 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
18271
18272 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18273 uncompressed list.
18274
18275 2004-01-22 Jesper Harder <harder@ifa.au.dk>
18276
18277 * spam-stat.el (spam-stat-strip-xref): New function.
18278 (spam-stat-process-directory): Use it.
18279
18280 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18281 here -- it's done in message-fetch-field.
18282
18283 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
18284
18285 * gnus-agent.el (gnus-agent-queue-mail)
18286 (gnus-agent-prompt-send-queue): New variables.
18287 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18288 * gnus-draft.el (gnus-group-send-queue): Pass the group name
18289 "nndraft:queue" along to gnus-draft-send.
18290 Use gnus-agent-prompt-send-queue.
18291 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18292 is "nndraft:queue". Suggested by Gaute Strokkenes
18293 <gs234@srcf.ucam.org>
18294
18295 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18296 (agent-enable-undownloaded-faces): Add.
18297 (gnus-agent-cat-groups): Use eval-and-compile, not
18298 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18299 method of gnus-agent-cat-groups even when the buffer has been
18300 evaled.
18301 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18302 delete gnus-agent-save-active-1.
18303 (gnus-agent-save-groups): Delete. Identical to
18304 gnus-agent-save-active.
18305 (gnus-agent-write-active): No longer adjust agent's copy of active
18306 file as agent's adjustments are now stored in their own
18307 file. Remove optional parameter.
18308 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18309 servers. Add use of min/max range limits from server's local
18310 file.
18311 (gnus-agent-save-alist): Remove unused optional argument.
18312 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18313 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18314 (gnus-agent-set-local): A per-server file that keeps min/max range
18315 limits for articles known to the agent. Provides a fast mechanism
18316 for altering many active ranges.
18317 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18318 active file (local makes it unnecessary).
18319 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18320
18321 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18322 (agent-enable-undownloaded-faces): Add.
18323
18324 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18325 disable it when sending to "nndraft:queue".
18326 (gnus-group-send-queue): Add safety check to avoid sending queue
18327 when unplugged.
18328
18329 * gnus-group.el (gnus-group-catchup): Use new
18330 gnus-sequence-of-unread-articles, not
18331 gnus-list-of-unread-articles, to avoid exhausting memory with huge
18332 numbers of articles. Use gnus-range-map to avoid having to
18333 uncompress the unread list.
18334 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18335 Fix invalid ange-ftp reference.
18336
18337 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18338 (gnus-sorted-range-intersection): Intersection of two ranges
18339 without requiring that they first be uncompressed.
18340
18341 * gnus-start.el (gnus-activate-group): Unless blocked by the
18342 caller, possibly expand the active range to include both cached
18343 and agentized articles.
18344 (gnus-convert-old-newsrc): Rewrote in anticipation of having
18345 multiple version-dependent converters.
18346 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18347 gnus-agent-save-active.
18348 (gnus-save-newsrc-file): Save dirty agent range limits.
18349
18350 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18351 gnus-agent-possibly-alter-active.
18352 (gnus-adjust-marked-articles): Faster handling of simple lists
18353
18354 2004-01-21 Jesper Harder <harder@ifa.au.dk>
18355
18356 * spam-stat.el (spam-stat-test-directory): New optional argument
18357 displays a list of files detected. Suggested by Andrew Cohen
18358 <cohen@andy.bu.edu>.
18359 (spam-stat-buffer-words-with-scores): Don't narrow and change
18360 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
18361
18362 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
18363
18364 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18365 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18366 (spam-spamassassin-arguments)
18367 (spam-spamassassin-spam-flag-header)
18368 (spam-spamassassin-positive-spam-flag-header)
18369 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18370 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18371 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18372 (spam-list-of-processors, spam-list-of-checks)
18373 (spam-list-of-statistical-checks, spam-registration-functions)
18374 (spam-check-spamassassin-headers, spam-check-spamassassin)
18375 (spam-spamassassin-score)
18376 (spam-spamassassin-register-with-sa-learn)
18377 (spam-spamassassin-register-spam-routine)
18378 (spam-spamassassin-register-ham-routine)
18379 (spam-assassin-register-spam-routine)
18380 (spam-assassin-register-ham-routine): Add SpamAssassin support.
18381 (spam-bogofilter-score): Fix to show article before scoring.
18382
18383 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
18384
18385 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18386 default scoring function.
18387 (spam-generic-score): Call spam-spamassassin-score if
18388 spam-use-spamassassin or spam-use-spamassassin-headers is on;
18389 spam-bogofilter-score otherwise.
18390
18391 * gnus.el (spam-process, spam-autodetect-methods):
18392 Add spamassassin and spamassassin-headers.
18393
18394 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
18395
18396 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18397 Suppress unnecessary messages.
18398
18399 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18400
18401 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18402 make-hash-table.
18403
18404 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18405
18406 * canlock.el (base64-encode-string): Don't autoload it.
18407
18408 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18409
18410 * run-at-time.el: Remove useless (require 'itimer),
18411 eval-and-compile and (featurep 'xemacs).
18412
18413 2004-01-16 Jesper Harder <harder@ifa.au.dk>
18414
18415 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18416 GROUP is a virtual group.
18417
18418 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
18419
18420 * gnus.el: Autoload `message-y-or-n-p'.
18421
18422 2004-01-15 Jesper Harder <harder@ifa.au.dk>
18423
18424 * pgg-parse.el: Remove unnecessary (require 'custom).
18425
18426 * pgg-def.el: do.
18427
18428 * nnmail.el: do.
18429
18430 * gnus-undo.el: do.
18431
18432 * gnus-picon.el: do.
18433
18434 * gnus-util.el: do.
18435
18436 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
18437
18438 * gnus-sum.el (gnus-pick-line-number): Add autoload.
18439
18440 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
18441
18442 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18443 handle, as well as a list.
18444
18445 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18446 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18447 (mm-w3m-cid-retrieve): Simplify.
18448
18449 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
18450
18451 * message.el (message-kill-to-signature): Allow prefix arg to
18452 specify number of lines to keep before signature.
18453
18454 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
18455
18456 * message.el (message-kill-to-signature): Change docstring.
18457
18458 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
18459
18460 * canlock.el: Always require sha1-el.
18461 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18462
18463 * message.el: Autoload sha1 only when compiling.
18464
18465 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18466
18467 * message.el (message-canlock-generate): Require sha1-el.
18468
18469 2004-01-13 Jesper Harder <harder@ifa.au.dk>
18470
18471 * message.el (message-expand-name): Silence the byte compiler.
18472
18473 2004-01-13 Simon Josefsson <jas@extundo.com>
18474
18475 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18476 Invoke gnus-score-mode.
18477 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18478
18479 * gnus-range.el (gnus-compress-sequence): Doc fix.
18480 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18481
18482 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18483
18484 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18485
18486 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
18487
18488 * spam.el (spam-get-article-as-string): Update to use
18489 gnus-request-article-this-buffer, much simpler.
18490 (spam-get-article-as-buffer): Remove.
18491
18492 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
18493
18494 * message.el (message-expand-name): Use EUDC if the user uses that.
18495
18496 2004-01-12 Jesper Harder <harder@ifa.au.dk>
18497
18498 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18499 character for the encoding to avoid consing a string.
18500
18501 * rfc2047.el (rfc2047-decode-string): Don't cons a string
18502 unnecessarily.
18503
18504 * mm-util.el (mm-replace-chars-in-string): Remove.
18505
18506 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18507 of mm-replace-chars-in-string.
18508
18509 2004-01-11 Jesper Harder <harder@ifa.au.dk>
18510
18511 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18512
18513 * mm-util.el (mm-subst-char-in-string): Support inplace.
18514
18515 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18516 a new string in every iteration. Use shy groups.
18517
18518 2004-01-10 Jesper Harder <harder@ifa.au.dk>
18519
18520 * gnus-srvr.el (gnus-browse-unsubscribe-group):
18521 * gnus-soup.el (gnus-soup-group-brew):
18522 * gnus-msg.el (gnus-put-message):
18523 * gnus-move.el (gnus-group-move-group-to-server):
18524 * gnus-kill.el (gnus-batch-score):
18525 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18526 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18527 (gnus-group-update-group, gnus-group-read-group)
18528 (gnus-group-make-group, gnus-group-make-help-group)
18529 (gnus-group-make-archive-group, gnus-group-make-directory-group)
18530 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18531 (gnus-group-sort-by-unread, gnus-group-catchup)
18532 (gnus-group-unsubscribe-group, gnus-group-kill-group)
18533 (gnus-group-yank-group, gnus-group-set-info)
18534 (gnus-group-list-groups):
18535 * gnus.el (gnus-generate-new-group-name):
18536 * gnus-delay.el (gnus-delay-send-queue):
18537 * nnvirtual.el (nnvirtual-catchup-group):
18538 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18539 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18540 (gnus-group-prepare-topics, gnus-topic-check-topology):
18541 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18542 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18543 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18544 (gnus-group-make-articles-read):
18545 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18546 (gnus-group-change-level, gnus-kill-newsgroup)
18547 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18548 (gnus-get-unread-articles, gnus-make-articles-unread)
18549 (gnus-make-ascending-articles-unread): Use accessor
18550 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18551 to get group information for improved readability.
18552
18553 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18554
18555 * gnus-art.el (article-decode-mime-words, article-babel)
18556 (gnus-article-highlight-signature, gnus-article-add-buttons)
18557 (gnus-signature-toggle): Use gnus-with-article-buffer.
18558
18559 * gnus-art.el (gnus-article-highlight-headers)
18560 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18561
18562 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18563 (gnus-article-set-globals, gnus-request-article-this-buffer)
18564 (gnus-button-message-id, gnus-article-maybe-hide-headers)
18565 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18566 (gnus-mime-display-alternative): Use with-current-buffer.
18567
18568 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18569
18570 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18571 also under 80 char limit, and call gnus-error if needed.
18572 (spam-fetch-article-header): Fix - it was a
18573 buffer-local variable (gnus-newsgroup-data).
18574 (spam-find-spam): Use spam-generate-fake-headers, forget about
18575 spam-insert-fake-headers.
18576 (spam-insert-fake-headers): Remove.
18577
18578 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18579
18580 * deuglify.el (gnus-article-outlook-unwrap-lines)
18581 (gnus-outlook-rearrange-article)
18582 (gnus-outlook-repair-attribution-outlook)
18583 (gnus-outlook-repair-attribution-block)
18584 (gnus-outlook-repair-attribution-other): Remove redundant
18585 save-excursion.
18586
18587 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
18588
18589 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18590 (spam-fetch-field-subject-fast)
18591 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18592 (spam-fetch-article-header): Add functions to deal with Gnus
18593 internals for fast retrieval of article header data.
18594 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18595
18596 2004-01-09 Jesper Harder <harder@ifa.au.dk>
18597
18598 * pop3.el (pop3-md5): Remove.
18599 (pop3-apop): Replace pop3-md5 with md5.
18600
18601 * mm-bodies.el: base64 is always built-in.
18602
18603 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18604 Use with-current-buffer.
18605
18606 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
18607
18608 * canlock.el (canlock-insert-header): Remove excessive grouping in
18609 regexp.
18610
18611 * gnus-sum.el (gnus-summary-read-document): Ditto.
18612
18613 * gnus-uu.el (gnus-uu-part-number): Ditto.
18614
18615 * html2text.el (html2text-remove-tags): Ditto.
18616 (html2text-format-tags): Ditto.
18617 (html2text-format-single-elements): Ditto.
18618
18619 * mml.el (mml-parse-1): Ditto.
18620
18621 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18622
18623 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18624
18625 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18626
18627 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18628
18629 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18630
18631 2003-11-15 Simon Josefsson <jas@extundo.com>
18632
18633 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18634 (pgg-gpg-lookup-key): Use regexp match instead of
18635 split-string (split-string is different between emacs 21.2 and
18636 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
18637
18638 2004-01-08 Jesper Harder <harder@ifa.au.dk>
18639
18640 * gnus-art.el (gnus-mime-view-all-parts)
18641 (gnus-article-part-wrapper, gnus-article-view-part):
18642 Use with-current-buffer.
18643
18644 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18645
18646 * spam.el (spam-disable-spam-split-during-ham-respool)
18647 (spam-spamoracle-database, spam-cache-lookups)
18648 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18649 (spam-group-ham-mark-p, spam-group-spam-mark-p)
18650 (spam-group-ham-marks, spam-group-spam-marks)
18651 (spam-group-spam-contents-p, spam-group-ham-contents-p)
18652 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18653 also add spam-use-blackholes to the statistical checks.
18654 (spam-fetch-field-fast): Add interface to fetching fields, may
18655 become a macro.
18656 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18657 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18658 (spam-insert-fake-headers): Fake an article when needed.
18659 (spam-find-spam): Fake article when possible.
18660 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18661 (spam-check-bogofilter-headers): Use message-fetch-field instead
18662 of nnmail-fetch-field.
18663
18664 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
18665
18666 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18667
18668 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
18669
18670 * spam.el (spam-split): Do not require spam-use-CHECK to be
18671 enabled if that check is passed to spam-split explicitly; also
18672 fix so 'spam doesn't get converted to spam-split-group when
18673 spam-split-symbolic-return is t.
18674 (spam-find-spam): Find registrations of the article and use those
18675 instead of re-running spam-split to find the spam/ham
18676 classification of the article.
18677 (spam-log-processing-to-registry, spam-log-registered-p)
18678 (spam-log-unregistration-needed-p, spam-log-undo-registration):
18679 Use gnus-error instead of gnus-message.
18680 (spam-log-registration-type): Add function to determine the
18681 classification of a message based on registry entries; will
18682 return nil if both 'spam and 'ham are found.
18683 (spam-check-BBDB): Expand all the BBDB macros here so we can have
18684 a reasonably fast local cache without the loading errors.
18685 (spam-cache-lookups): Set to t by default.
18686 (spam-find-spam): Don't try to guess spam-cache-lookups.
18687 (spam-enter-whitelist, spam-enter-blacklist): Clear the
18688 spam-caches entry.
18689 (spam-filelist-build-cache, spam-filelist-check-cache):
18690 Fix caching of whitelist/blacklist entries.
18691 (spam-check-whitelist, spam-check-blacklist):
18692 Invoke spam-from-listed-p with a type, not a cache variable.
18693 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18694
18695 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18696
18697 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18698
18699 * nnmail.el (nnmail-split-fancy): do.
18700
18701 * mml.el (mml-parse): do.
18702
18703 * gnus-score.el (gnus-enter-score-words-into-hashtb)
18704 (gnus-score-adaptive): do.
18705
18706 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18707
18708 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18709 (gnus-mime-button-map): Don't set keymap parent.
18710 (gnus-button-ctan-directory-regexp): Use shy grouping.
18711 (gnus-prev-page-map): Don't set keymap parent.
18712 (gnus-prev-page-map): Remove duplicated one.
18713 (gnus-next-page-map): Don't set keymap parent.
18714 (gnus-mime-security-button-map): Ditto.
18715
18716 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18717 version number.
18718
18719 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18720
18721 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18722
18723 * canlock.el (canlock-sha1-function): Remove.
18724 (canlock-sha1-function-for-verify): Remove.
18725 (canlock-openssl-program): Remove.
18726 (canlock-openssl-args): Remove.
18727 (canlock-ignore-errors): Remove.
18728 (canlock-sha1-with-openssl): Remove.
18729 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18730 (canlock-verify): Don't use canlock-ignore-errors.
18731
18732 * sha1-el.el (sha1-string-external): Make it can return a string
18733 in binary form.
18734 (sha1-region-external): Ditto.
18735 (sha1-string-internal): Ditto.
18736 (sha1-region-internal): Ditto.
18737 (sha1-region): Ditto.
18738 (sha1-string): Ditto.
18739 (sha1): Ditto.
18740
18741 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18742
18743 * spam.el (spam-report-articles-gmane): New command.
18744
18745 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
18746
18747 * gnus.el: Don't make unnecessary *Group* buffer when loading.
18748
18749 * run-at-time.el (run-at-time-saved): Remove.
18750 (run-at-time): Doc fix.
18751
18752 2004-01-07 Jesper Harder <harder@ifa.au.dk>
18753
18754 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18755 (gnus-summary-limit-map): Add it.
18756 (gnus-summary-make-menu-bar): do.
18757
18758 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
18759
18760 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18761 Make attempt at some caching support (done for BBDB only now).
18762 (spam-find-spam): Set spam-cache-lookups if there are more than 2
18763 addresses to be checked.
18764 (spam-clear-cache-BBDB): Add function, to be invoked by
18765 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18766 (spam-check-BBDB): Check and use the caches, if
18767 spam-cache-lookups is on, remove superfluous (provide).
18768
18769 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
18770
18771 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18772
18773 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
18774
18775 * run-at-time.el (run-at-time-saved): Move to after the definition
18776 of `run-at-time'.
18777
18778 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
18779
18780 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18781 mm-w3m-local-map-property.
18782
18783 * mm-view.el (mm-w3m-mode-map): Remove.
18784 (mm-w3m-local-map-property): Remove.
18785 (mm-inline-text-html-render-with-w3m): Don't use
18786 mm-w3m-local-map-property.
18787
18788 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
18789
18790 * run-at-time.el: New file.
18791
18792 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18793 of gnus-set-text-properties.
18794
18795 * gnus-uu.el (gnus-uu-save-article): Ditto.
18796
18797 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18798
18799 * gnus-cite.el (gnus-cite-parse): Ditto.
18800
18801 * gnus-art.el (gnus-button-push): Use set-text-properties instead
18802 of gnus-.
18803
18804 * gnus.el: Change calls to nnheader-run-at-time and
18805 password-run-at-time throughout to use run-at-time directly.
18806
18807 * password.el: Remove definition of run-at-time.
18808
18809 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
18810
18811 * mml.el (mml-minibuffer-read-disposition): Show attachment type
18812 in prompt.
18813
18814 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18815
18816 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18817 XEmacs version.
18818
18819 * dns.el (dns-make-network-process): Use `open-network-stream'
18820 instead of `gnus-xmas-open-network-stream'.
18821
18822 * .cvsignore: Add auto-autoloads.el, custom-load.el.
18823
18824 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18825
18826 * gnus-art.el (gnus-mime-display-alternative)
18827 (gnus-insert-mime-button, gnus-insert-mime-security-button)
18828 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18829 Don't use gnus-local-map-property.
18830
18831 * gnus-util.el (gnus-local-map-property): Remove.
18832
18833 * mm-view.el (mm-view-pkcs7-decrypt):
18834 Replace gnus-completing-read-maybe-default with completing-read.
18835
18836 * gnus-util.el (gnus-completing-read): do.
18837 (gnus-completing-read-maybe-default): Remove.
18838
18839 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
18840
18841 * password.el: Only autoload `run-at-time' if not XEmacs.
18842 Only autoload the itimer functions if XEmacs.
18843
18844 2004-01-06 Jesper Harder <harder@ifa.au.dk>
18845
18846 * gnus-art.el (gnus-read-string): Remove.
18847 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18848 read-string.
18849
18850 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
18851
18852 * netrc.el: Autoload password-read.
18853 (netrc): Add configuration group.
18854 (netrc-encoding-method, netrc-openssl-path):
18855 Add variables for encoding and decoding of files with symmetric
18856 ciphers.
18857 (netrc-encode): Add assistant function to encode a file with
18858 netrc-encoding-method.
18859 (netrc-parse): Add interactive parameter, added optional
18860 decoding if netrc-encoding-method is non-nil but otherwise
18861 behavior is standard.
18862 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18863 Do s/encode/encrypt/ everywhere.
18864
18865 * spam.el: Remove executable-find autoload.
18866
18867 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18868
18869 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18870
18871 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18872
18873 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18874
18875 * gnus-art.el (gnus-treat-ansi-sequences)
18876 (article-treat-ansi-sequences): New variable and function.
18877 Suggested by Dan Jacobson <jidanni@jidanni.org>.
18878
18879 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18880 Use it.
18881
18882 2004-01-05 Jesper Harder <harder@ifa.au.dk>
18883
18884 * mm-util.el (mm-quote-arg): Remove.
18885
18886 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18887 shell-quote-argument.
18888
18889 * gnus-uu.el (gnus-uu-command): do.
18890
18891 * gnus-sum.el (gnus-summary-insert-pseudos): do.
18892
18893 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18894 with make-char.
18895
18896 * mm-util.el (mm-make-char): Remove.
18897
18898 * mml.el (mml-mode): Replace gnus-add-minor-mode with
18899 add-minor-mode.
18900
18901 * gnus-undo.el (gnus-undo-mode): do.
18902
18903 * gnus-topic.el (gnus-topic-mode): do.
18904
18905 * gnus-sum.el (gnus-dead-summary-mode): do.
18906
18907 * gnus-start.el (gnus-slave-mode): do.
18908
18909 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18910
18911 * gnus-ml.el (gnus-mailing-list-mode): do.
18912
18913 * gnus-gl.el (gnus-grouplens-mode): do.
18914
18915 * gnus-draft.el (gnus-draft-mode): do.
18916
18917 * gnus-dired.el (gnus-dired-mode): do.
18918
18919 * gnus-ems.el (gnus-add-minor-mode): Remove.
18920
18921 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18922 Replace gnus-char-width with char-width.
18923
18924 * gnus-ems.el (gnus-char-width): Remove.
18925
18926 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18927 Replace gnus-char-width with char-width.
18928
18929 * gnus-ems.el (gnus-char-width): Remove.
18930
18931 * spam-stat.el (with-syntax-table): Remove with-syntax-table
18932 definition.
18933 Remove Emacs 20 hash table compatibility code.
18934
18935 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18936 20 compatibility code.
18937
18938 * spam.el (spam-point-at-eol): Replace with point-at-eol.
18939
18940 * smime.el (smime-point-at-eol): Replace with point-at-eol.
18941
18942 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18943 Replace with point-at-{eol,bol}.
18944
18945 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18946
18947 * imap.el (imap-point-at-eol): Replace with point-at-eol.
18948
18949 * flow-fill.el (fill-flowed-point-at-bol)
18950 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18951
18952 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18953 Replace with point-at-{eol,bol} throughout all files.
18954
18955 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18956
18957 * ntlm.el (ntlm-string-as-unibyte): New macro.
18958 (ntlm-build-auth-response): Use it.
18959
18960 Remove Emacs 20 stuff:
18961 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18962 of delq and copy-sequence.
18963 * gnus-art.el (popup-menu): Remove the compiler macro.
18964 * nnmail.el (nnmail-split-fancy): Don't support customizing with
18965 Emacs 20.
18966
18967 2004-01-05 Simon Josefsson <jas@extundo.com>
18968
18969 * ntlm.el: Fix namespace. Change smb-passwd-hash into
18970 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18971 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18972 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18973 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18974 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18975 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18976 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18977 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18978 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18979 ntlm-string-permute, string-lshift into ntlm-string-lshift,
18980 string-xor into ntlm-string-xor.
18981 Suggested by Jesper Harder <harder@myrealbox.com>.
18982
18983 * ntlm.el: Don't include poem.
18984
18985 * md4.el (print-int32, print-string-hexa): Remove.
18986 Suggested by Jesper Harder <harder@myrealbox.com>.
18987
18988 * sasl-ntlm.el, ntlm.el, md4.el: New files.
18989
18990 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
18991 probably breaks emacs with DL patch, but do we care? Is anyone
18992 still using the DL stuff?)
18993
18994 * sieve-manage.el: Use the password package.
18995 (sieve-manage-read-passwd): Remove.
18996 (sieve-manage-interactive-login): Use password. Re-add
18997 condition-case around loop.
18998
18999 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19000 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19001 Use the password package.
19002
19003 2003-02-19 Simon Josefsson <jas@extundo.com>
19004
19005 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19006 token.
19007
19008 2002-08-07 Simon Josefsson <jas@extundo.com>
19009
19010 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19011 (sieve-manage-authenticators):
19012 (sieve-manage-authenticator-alist): Add some SASL mechs.
19013 (sieve-sasl-auth): New function.
19014 (sieve-manage-cram-md5-auth):
19015 (sieve-manage-plain-auth): Rewrite using SASL library.
19016 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19017 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19018 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19019 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19020
19021 2004-01-05 Simon Josefsson <jas@extundo.com>
19022
19023 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19024 New files.
19025
19026 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19027
19028 * gnus-group.el (gnus-no-groups-message): Update.
19029
19030 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19031
19032 2003-11-09 Simon Josefsson <jas@extundo.com>
19033
19034 * imap.el: Support for ID IMAP extension (RFC 2971).
19035 (imap-local-variables): Add imap-id.
19036 (imap-id): New variable.
19037 (imap-id): New function.
19038 (imap-parse-response): Parse untagged ID response.
19039 * nnimap.el (nnimap-id): New variable.
19040 (nnimap-open-connection): Use it.
19041
19042 2003-12-28 Simon Josefsson <jas@extundo.com>
19043
19044 * gnus-score.el (gnus-score-edit-all-score): New.
19045 * gnus-group.el (gnus-group-score-map): Bind it to W e.
19046
19047 2004-01-04 Simon Josefsson <jas@extundo.com>
19048
19049 * password.el: Add.
19050
19051 2004-01-04 Mario Lang <lang@zid.tugraz.at>
19052
19053 * dns.el (dns-query-types): Fix typo.
19054 (dns-query-types): New function.
19055 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
19056 PTR and SOA replies, see RFC 1035.
19057
19058 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19059
19060 * gnus.el (gnus-logo-color-style): Change colors to `no'.
19061
19062 * Move to Changelog.2.
19063
19064 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19065
19066 * gnus.el (gnus-version-number): Bump version.
19067
19068 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19069
19070 * gnus.el: No Gnus v0.1 is released.
19071
19072 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19073
19074 * gnus.el: No Gnus v0.0 is released.
19075
19076 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19077
19078 * gnus.el (gnus-version-number): Bump.
19079 (gnus-version): No.
19080
19081 See ChangeLog.2 for earlier changes.
19082
19083 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
19084 Free Software Foundation, Inc.
19085
19086 This file is part of GNU Emacs.
19087
19088 GNU Emacs is free software: you can redistribute it and/or modify
19089 it under the terms of the GNU General Public License as published by
19090 the Free Software Foundation, either version 3 of the License, or
19091 (at your option) any later version.
19092
19093 GNU Emacs is distributed in the hope that it will be useful,
19094 but WITHOUT ANY WARRANTY; without even the implied warranty of
19095 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19096 GNU General Public License for more details.
19097
19098 You should have received a copy of the GNU General Public License
19099 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19100
19101 ;; Local Variables:
19102 ;; coding: utf-8
19103 ;; fill-column: 79
19104 ;; add-log-time-zone-rule: t
19105 ;; End: