0eef4da707c906c50b25272f3b672defa4b2a889
[gnus] / lisp / ChangeLog
1 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4         unexpired articles.  This fixes the regression that led expiry marks to
5         disappear from nnfolder groups.
6
7 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8
9         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
10         Don't confuse the "ret" of "retrograde" with RET.
11
12 2011-01-21  Julien Danjou  <julien@danjou.info>
13
14         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
15         than mm-insert-inline.
16
17 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
20         Widen article buffer.
21
22 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23
24         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
25         the temp buffer.
26         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
27
28 2011-01-20  Julien Danjou  <julien@danjou.info>
29
30         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
31
32         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
33         than mm-insert-inline to insert inline part: this respect
34         mm-inline-media-tests displayers.
35
36         * mm-view.el (mm-display-shell-script-inline): New function.
37
38         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
39
40         * mm-uu.el (mm-uu-type-alist): Add org block.
41         (mm-uu-org-src-code-block-extract): New function.
42
43         * mm-view.el (mm-display-org-inline): New function.
44
45         * mm-decode.el (mm-automatic-display): Add text/org.
46
47         * mailcap.el (mailcap-mime-extensions): Add .org.
48
49 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-art.el (gnus-article-highlight): Remove argument passed to
52         gnus-article-add-buttons.
53
54 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
55
56         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
57         From header with a date and "nobody" as the sender.
58
59 2011-01-19  Julien Danjou  <julien@danjou.info>
60
61         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
62         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
63         if you have the same regexp several times.
64         (gnus-button-push): Fix matching when regexp is symbol.
65
66 2011-01-15  Glenn Morris  <rgm@gnu.org>
67
68         * message.el (message-mail): A compose-mail function should
69         accept headers as strings.
70
71 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
72
73         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
74         :vert-only tags.
75         (message-mail): New arg RETURN-ACTION.
76         (message-return-action): New var.
77         (message-bury): Use it.
78         (message-mode): Make it buffer-local.
79         (message-send-and-exit): Always call message-bury.
80
81         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
82         message-mail.
83
84 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * nnimap.el (nnimap-convert-partial-article): Protect against
87         zero-length body parts.
88
89         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
90         showing empty parts.
91
92         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
93         and stuff if the backend didn't return the article number.  This fixes
94         an Exchange-related nnimap bug.
95
96         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
97         group window, because it does the wrong thing when a separate frame
98         displays the group buffer.
99
100         * proto-stream.el (open-protocol-stream): Protect against the low-level
101         transport functions returning nil.
102
103 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
104
105         * mml2015.el (epg-sub-key-fingerprint): Autoload.
106         (mml2015-epg-find-usable-secret-key): New function.
107         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
108         mml2015-epg-find-usable-key (Bug#7797).
109         (mml2015-epg-encrypt): Ditto.
110
111 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * dgnushack.el (rot13-string): Fix the way to get the argument.
114
115 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
118
119 2011-01-03  Glenn Morris  <rgm@gnu.org>
120
121         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
122
123         * sieve.el (sieve-open-server): Give a more explicit error if
124         sieve-manage-open returns nil.  (Bug#7720)
125
126 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
127
128         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
129
130 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
133         This avoids sending passwords in plain text over non-encrypted
134         channels.
135
136         * shr.el (shr-rescale-image): Display all GIF images as animated images.
137
138         * nnimap.el (nnimap-login): Refactored out into own function, and
139         implement CRAM-MD5.
140         (nnimap-wait-for-line): Refactored out.
141
142         * mm-view.el (mml-smime): Require.
143
144 2010-12-20  David Engster  <deng@eml.cc>
145
146         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
147         use EPG to decrypt S/MIME messages instead of openssl.
148
149 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
152
153         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
154         status is the group clearly is unreachable.
155
156         * auth-source.el (auth-source-create): Add the optional second
157         parameter to `local-variable-p' to be compatible with XEmacs.
158
159 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
160
161         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
162         work when using a compressed nnml folder.
163
164 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
167         backends after sanitising on entry, because this never makes sense:
168         If the articles have gone missing, then the data no longer exists on
169         the backend, and if they haven't, then Gnus is wrong, and shouldn't
170         overwrite anything anyway.
171
172         * shr.el (shr-insert-document): Bind shr-width dynamically to
173         window-width if it's nil.
174
175 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
176
177         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
178         with the meaning of using the full emacs window width for rendering.
179
180 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
181
182         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
183         case when sender is not given.
184
185 2010-12-23  Julien Danjou  <julien@danjou.info>
186
187         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
188         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
189         the addresses, otherwise we might misplaced the gravatar.
190
191 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
192
193         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
194         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
195         obsolete in Emacs.
196
197 2010-12-20  Julien Danjou  <julien@danjou.info>
198
199         * gnus-util.el (gnus-rescale-image): Revert last change.
200
201 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
202
203         * binhex.el: Improve commentary (Bug#7482).
204
205 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus-group.el (gnus-group-delete-articles): New command.
208
209 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
210
211         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
212
213 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
216         here, since it's up to the backends to do CRLF removal if their
217         protocol has it.
218
219         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
220
221 2010-12-17  Julien Danjou  <julien@danjou.info>
222
223         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
224         they are from file. Can also scale up.
225
226 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
227
228         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
229         gnus-use-agent.
230         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
231
232         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
233
234 2010-12-17  Julien Danjou  <julien@danjou.info>
235
236         * gravatar.el (gravatar-retrieve-synchronously): New function.
237         (gravatar-get-data): Make more robust.
238
239 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
242
243 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
246         to really consider the last line.
247
248 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
249
250         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
251         list of recipient keys, or use symmetric encryption if not a list.
252         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
253         EPA override, replacing the call to `netrc-store-data'.
254
255 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
256
257         * gnus-srvr.el: Avoid passing nil regexp argument to
258         delete-matching-lines.
259
260 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
263         fetching stops when Gnus exits.
264
265         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
266         function.
267         (nnfolder-request-expire-articles): Save all the buffers after doing
268         expiry.
269
270         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
271         the last article", since that led to serious performance regressions
272         when expiring nnml groups.
273
274 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
275
276         * nnir.el: Improve customizations.
277
278 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
281
282         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
283         group has been killed.
284         (gnus-group-yank-group): Ditto.
285
286         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
287
288         * nnimap.el (nnimap-request-update-group-status): New function.
289
290         * gnus-int.el (gnus-request-update-group-status): New interface
291         function.
292
293         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
294         copying read-ness to the backends.
295
296         * nnimap.el (nnimap-quirk): New function.
297         (nnimap-retrieve-group-data-early): Use it.
298         (nnimap-quirks): New alist.
299
300 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * shr.el (shr-insert): Set shr-start after deleting trailing space;
303         don't delete it within indentation.
304
305 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
308         previous line.
309
310 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
311
312         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
313         QRESYNC command by deleting a superfluous space which broke Cyrus
314         servers.  This change will break other servers that are buggy the other
315         way around.
316
317 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
318
319         * spam.el: Reindent and fix long lines.
320         (spam-copy-or-move-routine): Exclude invalid move destinations.
321
322 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
323
324         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
325         installed the registry.
326
327 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
330
331 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
334         groupname doesn't contain "gmane".
335
336 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
339         and netrc-bound-and-true-p bindings.
340         (netrc-parse): Cache the netrc contents.
341
342         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
343         (gnus-1): Don't create the nndrafts group twice.
344         (gnus-setup-news): There's no need to read the active file here, since
345         that's done again later on a per-backend basis.
346         (gnus-start-draft-setup): Make sure that the new group is started out
347         empty.
348
349         * gnus-agent.el (gnus-agentize): Don't create the queue group
350         automatically on startup.  It'll be created later, if needed.
351
352         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
353         of automatically subscribed groups.
354         (gnus-auto-subscribed-categories): New variable.
355         (gnus-matches-options-n): Use it.
356         (gnus-default-subscribed-newsgroups): Remove unused variable.
357         (gnus-start-draft-setup): Message a bit less.
358
359 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
360
361         * nnir.el (nnir-run-imap): Return article list in order of increasing
362         UID.
363
364 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
367         gnus-auto-select-on-ephemeral-exit.
368
369         * proto-stream.el (proto-stream-open-network-only): Fix the calling
370         convention of the network-only option.
371
372 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * proto-stream.el (proto-stream-open-network-only): New function to
375         have a way to specify non-STARTTLS upgrade connections.
376
377 2010-12-10  Julien Danjou  <julien@danjou.info>
378
379         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
380         email address is nil.
381
382         * message.el (message-bogus-recipient-p): Set address to "" if nil.
383
384 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
385
386         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
387         deletion.
388         (nnir-run-imap): Only need to parse list once.
389
390 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391
392         * shr.el (shr-tag-script): Ignore <script>.
393         (shr-tag-label): Add <label> support.
394
395 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
398
399         * shr.el (shr-image-displayer): Work for images lined side by side.
400
401 2010-12-08  Robert Pluim  <rpluim@gmail.com>
402
403         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
404         parameter, since XEmacs doesn't accept t as a parameter.
405
406 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
407
408         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
409         ids.
410         (nnir-run-gmane): Simplify groupspec formatting.
411         (nnir-request-expire-articles): New function.
412
413 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
416         overflow, possibly.
417
418         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
419         (shr-render-td): Handle td style="" better.
420         (shr-tag-table): Use the color from the style sheet.
421         (shr-render-td): Make sure we copy over all the overlays, too.
422
423 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
424
425         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
426         (nnir-request-article): Improve article retrieval.
427
428 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * mm-util.el (mm-extra-numeric-entities): New variable.
431
432         * mm-url.el (mm-url-decode-entities):
433         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
434
435         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
436
437 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
438
439         * message.el: Use completion-at-point.
440         (message-completion-function): New fun, extracted from message-tab.
441         (message-mode): Use it for completion-at-point-functions.
442         (message-tab): Use it and completion-at-point.
443
444 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
447         character if a non-breakable character follows.
448
449 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
452         any stream.
453
454         * shr.el (shr-tag-font): Colorize the region.
455         (shr-tag-body): Ditto.
456         (shr-tag-font): Actually let the styles be inherited instead of
457         overwriting them.
458         (shr-tag-font): Get the background color right.
459         (shr-tag-style): Ignore all <style> tags for the moment.
460
461         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
462         a Message-ID to avoid having nnimap depend on gnus-sum.
463
464         * shr.el (shr-descend): Only colorize something if we have a node that
465         sets colors.
466
467 2010-12-06  Julien Danjou  <julien@danjou.info>
468
469         * shr.el (shr-render-td): Render td content with shr-descend, so style
470         will be applied to <td> too.
471         (shr-colorize-region): Colorize region even if we only have a background.
472         (shr-tag-body): Fix color and background color inheritance.
473         Do not recolorize after shr-generic.
474         (shr-tag-font): Let shr-generic colorize via inheritance.
475
476 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
479
480 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
481
482         * nnir.el (nnir-request-move-article): Remove obsolete code.
483
484 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
485
486         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
487
488 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus-sum.el (gnus-summary-respool-article): The completion function
491         expects a list instead of an alist.
492
493         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
494         string as the parameter.
495
496         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
497
498         * shr.el (shr-stylesheet): New dynamic variable for cascading the
499         styles.
500         (shr-colorize-region): New function.
501         (shr-insert-background-overlay): Remove.
502         (shr-render-td): Background setting should be taken care of on a higher
503         level.
504         (shr-tag-body): Use post-hoc colorizations.
505         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
506         (shr-put-color-1): Don't overwrite old colors.
507         (shr-colorize-region): When the background color isn't explicit, use
508         a fixed background.
509
510         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
511         nnmail variables.
512
513 2010-12-05  Bjørn Mork  <bjorn@mork.no>
514
515         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
516         unless necessary.
517
518 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
519
520         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
521         server.
522
523 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
526         so that TAB works.
527
528         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
529         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
530
531         * shr.el (shr-urlify): Show the URL before the title to avoid
532         misleading URLs.
533
534 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
535
536         * shr.el (shr-urlify): Display the title in <a> tags.
537
538 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
539
540         * nnir.el (nnir-categorize): Replace mapcar with mapc.
541
542 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
543
544         * nnir.el: Rearrange code to allow macros to be autoloaded by
545         gnus-sum.el.
546         (nnir-retrieve-headers-override-function): Make this variable
547         customizable.
548         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
549
550         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
551         from nnir.el.
552
553 2010-12-03  Julien Danjou  <julien@danjou.info>
554
555         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
556
557 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
560         allow optional argument `environment'.
561
562 2010-12-03  Glenn Morris  <rgm@gnu.org>
563
564         * mm-extern.el (message-goto-body): Update declaration.
565
566 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-util.el (gnus-macroexpand-all): New function.
569
570         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
571         instead of macroexpand-all that is unavailable in XEmacs.
572
573 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
574
575         * nnir.el (nnir-summary-line-format): New variable.
576         (nnir-mode): Use it.
577         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
578         (nnir-article-ids): Reimplement as defsubst.
579         (nnir-retrieve-headers): Don't mangle the subject header.
580         (nnir-run-imap): Use 100 as RSV score.
581         (nnir-run-find-grep): Fix for full server searching.
582         (nnir-run-gmane): Better restriction to gmane groups.
583
584         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
585         summary buffers.
586
587 2010-12-02  Julien Danjou  <julien@danjou.info>
588
589         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
590
591         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
592
593         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
594         support.
595
596 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
597
598         * nnir.el: Update to handle the registry better.
599         (autoload): Silence byte-compiler.
600         (nnir-open-server): Add a hook for nnir groups.
601         (nnir-request-move-article): Don't mangle the header. Better to use
602         formating variables (which will be added in the future).
603         (nnir-registry-action): Update the registry using the original article
604         group name.
605         (nnir-mode): Install nnir-specific hooks for updating the registry.
606
607         * gnus-sum.el
608         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
609         obsolete variables.
610         (gnus-summary-move-article): Remove use of obsolete variables.
611         (gnus-summary-local-variables): Make move and delete hooks local to
612         summary buffers.
613
614 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * rtree.el: New file.
617
618 2010-12-01  Julien Danjou  <julien@danjou.info>
619
620         * message.el (message-user-organization): Do not use
621         gnus-local-organization.
622
623         * gnus.el: Remove gnus-local-organization.
624
625         * gnus-msg.el: Remove nastygram thing.
626
627 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
630         funcall.
631
632 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
633
634         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
635         names.
636
637         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
638         characters.
639
640         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
641         to t of inhibit-read-only since it is inside gnus-with-article-headers.
642         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
643         (gnus-gravatar-transform-address): Use mail-extract-address-components
644         that supports non-ASCII names rather than mail-header-parse-addresses.
645
646 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * proto-stream.el (open-protocol-stream): All starttls connections are
649         handled by the network handler.
650
651 2010-11-30  Julien Danjou  <julien@danjou.info>
652
653         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
654         (nnimap-open-connection-1): Fix PREAUTH.
655
656         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
657
658 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
661         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
662         (shr-insert): Use them.
663         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
664
665 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnir.el (nnir-request-move-article): Bail out if original group
668         doesn't support article moves.
669         (nnir-get-active): Improve active list retrieval.
670
671 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * shr.el (shr-find-fill-point): Don't break before apostrophes.
674
675 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
676
677         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
678         seem to accept strings-with-numbers as port numbers,
679
680 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
681
682         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
683         change the registry.
684
685 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
686
687         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
688         delete-dups that is not available in XEmacs 21.4.
689
690         * mm-util.el (mm-delete-duplicates): Add comment.
691
692 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
693
694         * nnir.el (nnir-ignored-newsgroups): New variable.
695         (nnir-get-active): Use it.
696
697 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * proto-stream.el (proto-stream-open-network): Add some comments.
700
701         * nntp.el (nntp-open-connection): Provide a :success condition.
702
703         * nnimap.el (nnimap-open-connection-1): Ditto.
704
705         * proto-stream.el (proto-stream-open-network): See what the response to
706         the STARTTLS command is.
707
708         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
709         backwards compatibility).
710         (nnimap-open-connection-1): Really respect nnimap-server-port.
711
712         * proto-stream.el (proto-stream-open-network): When doing opportunistic
713         TLS upgrades we don't really care about the identity of the peer.
714         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
715         that what we've checked for.
716         (proto-stream-always-use-starttls): Only default to t if
717         open-gnutls-stream exists.
718         (proto-stream-open-network): If STARTTLS failed, then just open a
719         normal connection.
720         (proto-stream-open-network): Wait until the greeting before doing
721         STARTTLS.
722
723         * nntp.el (nntp-open-connection): Report what the connection error is.
724
725         * proto-stream.el (open-protocol-stream): Renamed from
726         open-proto-stream.
727
728 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729
730         * nnimap.el (nnimap-stream): Change default to `undecided'.
731         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
732         first, and then network.
733         (nnimap-open-connection-1): Respect nnimap-server-port.
734         (nnimap-open-connection): Be more backwards-compatible.
735
736         * proto-stream.el (proto-stream-always-use-starttls): New variable.
737         (proto-stream-open-starttls): De-duplicate the starttls code.
738         (proto-stream-open-starttls): Folded back into the main function.
739         (proto-stream-open-network): Fix typo in the gnutls path.
740         (proto-stream-command): Refactor out.
741
742         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
743
744         * proto-stream.el (proto-stream-open-starttls): Actually implement the
745         starttls.el STARTTLS.
746
747         * color.el (color-lab->srgb): Fix function call name.
748
749         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
750         if we're using tls.el.
751         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
752         built in, then don't try to establish a STARTTLS connection.
753
754         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
755         servers.
756
757         * proto-stream.el (open-proto-stream): Use network, not stream.
758         (open-proto-stream): Add a way to specify what the end of a command is.
759
760         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
761         connections types.
762         (nntp-open-network-stream): Remove.
763         (nntp-open-ssl-stream): Remove.
764         (nntp-open-tls-stream): Remove.
765         (nntp-ssl-program): Remove.
766
767         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
768
769 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
770
771         * nnir.el: Fix typos.
772         (nnir-retrieve-headers-override-function): Rename variable to reflect
773         new semantics.
774         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
775         macros.
776         (nnir-request-article, nnir-request-move-article): Use them.
777         (nnir-categorize): New function.
778         (nnir-run-query): Use it.
779         (nnir-retrieve-headers): Rewrite to batch header retrieval.
780         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
781         sorted.
782         (nnir-group-full-name): Use gnus-group-full-name instead.
783         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
784         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
785
786 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
789
790         * proto-stream.el: New library to provide protocol-specific
791         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
792         protocols.
793         (open-proto-stream): Complete the documentation.
794         (proto-stream-open-network): Fix some typos.
795
796         * nnimap.el (nnimap-open-connection): Use it.
797
798 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
799
800         * pop3.el (pop3-open-server): Read server greeting before starting TLS
801         negotiation.
802
803 2010-11-26  Julien Danjou  <julien@danjou.info>
804
805         * color.el: Rename various rgb functions to srgb.
806
807 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
810         names.
811
812 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * shr.el (shr-insert): Revert last change.
815         (shr-find-fill-point): Never leave point being at bol;
816         relax the kinsoku limitation when rendering tables.
817
818 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
821         results from -accept-article.
822
823         * shr-color.el: Require cl when compiling.
824
825         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
826         checkin.
827
828         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
829
830         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
831
832         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
833         'add and 'delete to set backend marks.
834
835         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
836
837         * nnheader.el (nnheader-update-marks-actions): Refactor out.
838
839         * nntp.el (nntp-request-set-mark): Use it.
840
841         * nnfolder.el (nnfolder-request-set-mark): Ditto.
842
843         * nnml.el (nnml-request-set-mark): Ditto.
844
845         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
846         introduces regressions in article selection.
847         (nnimap-find-uid-response): New function.
848         (nnimap-request-accept-article): Use the UID returned, if any.
849         (nnimap-request-move-article): Use the UID returned, if any.
850         (nnimap-get-groups): Reimplement to work with folded lines.
851         (nnimap-find-uid-response): The UID is the last element in the list.
852         (nnimap-request-set-mark): Extend syntax with 'set.
853
854         * nnml.el (nnml-request-set-mark): Ditto.
855
856         * nnfolder.el (nnfolder-request-set-mark): Ditto.
857
858         * nntp.el (nntp-request-set-mark): Ditto.
859
860 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
861
862         * message.el (message-called-interactively-p): A temporary macro.
863         (message-goto-body): Use it temporarily.
864
865 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
868         (nnimap-last-response-string): Unfold quoted lines, if they exist.
869         (nnimap-last-response-string): Fix last unfolding fix.
870
871 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * shr.el (shr-insert): Fix the way to fold lines.
874
875 2010-11-25  Julien Danjou  <julien@danjou.info>
876
877         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
878
879         * color.el: Rename from color-lab.el
880         (color-rgb->hex): Add.
881         (color-complement): Add.
882         (color-complement-hex): Add.
883
884         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
885
886 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * shr-color.el (shr-color-visible): Don't bug out if the colour names
889         don't exist.
890
891 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
894         assuming that article displaying or another mml-preview may be
895         interrupted for an error or for the like.
896
897         * shr.el (shr-get-background): Fix argument name.
898
899 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
902
903         * gnus-sum.el (gnus-summary-include-articles): New function.
904
905         * message.el (message-goto-body): called-interactively-p needs a
906         parameter, so use `any'.
907
908         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
909         clear marks before moving, since they're synced from the Gnus side
910         first.
911
912         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
913         (gnus-summary-move-article): Copy over all marks before moving, so that
914         IMAP doesn't think a new article has arrived.
915
916 2010-11-24  Julien Danjou  <julien@danjou.info>
917
918         * shr.el (shr-insert-background-overlay): Fix typo.
919         (shr-render-td): Copy the background before rendering.
920
921         * shr-color.el (shr-color-visible): Fix docstring.
922
923         * shr.el (shr-tag-table): Add bgcolor support.
924         (shr-render-td): Add bgcolor support.
925         (shr-get-background): Add.
926         (shr-insert-foreground-overlay): Use shr-get-background.
927
928         * message.el (message-goto-body): Use called-interactively-p.
929         (message-in-body-p): message-goto-body returns point.
930
931 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
934         Fixes something or other in Emacs 23, and is backwards compatible.
935
936         * message.el (message-goto-body): Remove the <#secure special-casing,
937         which is too special.
938
939         * shr.el (shr-parse-style): Drop !important from styles.
940
941 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
942
943         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
944         this function to return incorrect results when calling it with an
945         explicit article argument different from
946         (gnus-summary-article-number).
947
948 2010-11-24  Julien Danjou  <julien@danjou.info>
949
950         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
951         (shr-tag-body): Add background support.
952         (shr-descend): Add background support.
953         (shr-tag-title): Add.
954
955         * shr-color.el (shr-color-visible): Really return original background
956         if fixed.
957
958 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * shr.el (shr-color-check): Protect against non-existant colour names.
961
962 2010-11-24  Julien Danjou  <julien@danjou.info>
963
964         * color-lab.el: Require 'cl when compiling.
965
966         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
967
968         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
969         matched part.
970
971         * color-lab.el: Fix all expt calls to use float type.
972
973 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
976         expression to shr-color-check as is.
977
978         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
979
980         * color-lab.el: Add coding cookie.
981         (float-pi): Use eval-and-compile.
982
983         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
984         compiled for Emacsen having no `libxml-parse-html-region' support.
985
986 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * shr.el (shr-insert-color-overlay): Split stuff like
989         "#444444 !important" to find the real colour.
990         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
991         parse <font color="red"> entries.
992
993 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
994
995         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
996         point when parsing headers.
997
998         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
999         is positioned properly when parsing headers.
1000
1001 2010-11-23  Julien Danjou  <julien@danjou.info>
1002
1003         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1004
1005         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1006
1007         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1008
1009         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
1010         shr-color-hue-to-rgb.
1011         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1012
1013 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * shr.el (shr-color->hexadecimal): Autoload.
1016         (shr-descend): Add color to all tags.
1017
1018 2010-11-22  Julien Danjou  <julien@danjou.info>
1019
1020         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1021         shr-color->hexadecimal.
1022
1023         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1024         RGB() or HSL() color representation.
1025
1026         * shr.el (shr-tag-font): Add.
1027         (shr-tag-color-check): New function to get better colors.
1028         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1029         tag-span.
1030
1031         * shr-color.el: New file.
1032
1033         * color-lab.el: New file.
1034
1035         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1036
1037 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1038
1039         * nnir.el: Fix typo in comments.
1040         (nnir-run-imap): Simplify code. No need to reverse artlist.
1041         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1042
1043 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1046
1047         * nnimap.el (nnimap-get-capabilities): Refactor out.
1048         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1049
1050 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1051
1052         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1053         appearing when `mm-uu-hide-markers' is nil.
1054
1055 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * nnimap.el (nnimap-unselect-group): Make into its own function.
1058         (nnimap-request-rename-group): Unselect group before renaming.
1059         This had gotten lost somewhere.
1060         (nnimap-request-accept-article): Keep track of examined groups, and
1061         unselect the group before APPENDing to read-only groups.
1062         (nnimap-request-move-article): Clear flags before moving so that they
1063         can be re-set later.
1064
1065 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1068         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1069
1070 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-art.el (gnus-mime-display-single)
1073         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1074         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1075         parameter.
1076
1077 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1080         (shr-table-vertical-line): New variable.
1081         (shr-insert-table): Use it.
1082
1083 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * gnus-html.el (gnus-html-wash-images): Don't display images if
1086         gnus-inhibit-images is non-nil; register displayer for cid images.
1087         (gnus-html-display-image): Work for cid image.
1088         (gnus-html-insert-image): Allow arguments.
1089         (gnus-html-put-image): Inhibit read-only.
1090         (gnus-html-prefetch-images): Don't prefetch images if
1091         gnus-inhibit-images is non-nil.
1092
1093 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * shr.el (shr-put-image): Break lines when inserting big pictures.
1096
1097 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1098
1099         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1100         sender, thanks Katsumi Yamaoka.
1101
1102 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1103
1104         * nnir.el (nnir-run-imap): Reverse the article list for each group
1105         rather than the whole list.
1106
1107 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1108
1109         * shr.el (shr-image-displayer): Protect function against non-existent
1110         image source.
1111
1112         * gnus-art.el (gnus-inhibit-images): New user option.
1113         (gnus-mime-display-single): Don't display image if it is non-nil.
1114
1115         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1116         gnus-inhibit-images.
1117
1118         * shr.el (shr-image-displayer): New function.
1119         (shr-tag-img): Use it.
1120
1121 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1122
1123         * mml2015.el (mml2015-epg-sign): Use From header.
1124
1125 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1128
1129         * gnus-util.el (gnus-find-text-property-region): Return markers.
1130
1131         * shr.el (shr-tag-img): Put a displayer in the text property.
1132
1133         * gnus-util.el (gnus-find-text-property-region): New utility function.
1134
1135         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1136         (gnus-html-show-images): Remove.
1137
1138         * gnus-art.el (gnus-article-show-images): New, more general function.
1139
1140         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1141         image url text properties.
1142
1143         * shr.el: Ditto.
1144
1145         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1146         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1147
1148 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1151         work for two or more articles.
1152
1153 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1154
1155         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1156         divide an image that's in an html article to two or more when washing
1157         non-ASCII characters in alt text of it.
1158
1159 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1162         smime-decrypt-region using function argument.
1163         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1164
1165         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1166
1167         * smime.el (smime-decrypt-region): Catch it.
1168
1169 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1170
1171         * smime.el (smime-mode-map): Move initialization into declaration.
1172         (gnus-run-mode-hooks): Don't autoload.
1173         (smime-mode): Use define-derived-mode.
1174
1175 2010-11-11  Glenn Morris  <rgm@gnu.org>
1176
1177         * smime.el (from): Restrict declaration to XEmacs.
1178
1179         * nnir.el (gnus-group-topic-name): Autoload.
1180
1181 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * shr.el (shr-insert): Don't break long line if it is because of
1184         kinsoku-bol characters in the line end.
1185
1186 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1187
1188         * nnir.el (nnir-request-move-article): Fix to provide original group
1189         and subject.
1190         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1191         been retrieved.
1192
1193         * gnus-sum.el (gnus-summary-move-article): Use original group and
1194         subject for virtual articles such as those in an nnir summary buffer.
1195
1196 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1199         least 21.5).
1200
1201         * smime.el (from): Declare it again for XEmacs.
1202
1203 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1204
1205         * message.el (message-resend): Don't disable encoding unless it's
1206         already encoded.
1207
1208         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1209         low-numbered articles.
1210
1211 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * rfc2047.el (rfc2047-syntax-table): Simplify.
1214
1215         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1216
1217         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1218         set-char-table-range for XEmacs.
1219
1220 2010-11-10  Glenn Morris  <rgm@gnu.org>
1221
1222         * time-date.el (time-to-seconds): Always an alias on Emacs,
1223         never a real function.
1224         (with-no-warnings): Remove compat stub, now unused.
1225         (time-less-p): Doc fix.
1226         (time-to-number-of-days): Simplify.
1227
1228         * smime.el (from): Remove unused declaration.
1229
1230         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1231         (gnus-float-time): On Emacs, always an alias.
1232
1233         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1234         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1235
1236 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1237
1238         * dgnushack.el: Don't use ignore-errors in the top level form since it
1239         is unavailable in XEmacs even if cl is loaded.
1240
1241         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1242
1243 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * shr.el (browse-url-mailto): Autoload.
1246
1247         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1248
1249         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1250         regexp doesn't need quoting.
1251
1252 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1253
1254         * message.el (message-subject-trailing-was-ask-regexp)
1255         (message-subject-trailing-was-regexp): Match was: in addition to was.
1256
1257 2010-11-09  Glenn Morris  <rgm@gnu.org>
1258
1259         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1260         (nnbabyl-check-mbox): Use point-at-bol.
1261
1262 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1265
1266         * message.el (message-mailto): New function.
1267         (message-mailto): Should accept other parameters.
1268         (message-mailto): Remove since it duplicates browse-url-mailto
1269         functionality.
1270
1271 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1274         methods.
1275         (gnus-read-active-file): Ditto.
1276
1277         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1278         ": " from the prompt.
1279         (gnus-group-make-group): Ditto.
1280
1281 2010-11-07  Glenn Morris  <rgm@gnu.org>
1282
1283         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1284         (gnus-bookmark-kill-line): Use point-at-eol.
1285
1286 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1289         asterisks in From header.
1290
1291 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1294         string to avoid making the From headers syntactically invalid.
1295
1296         * message.el (message-send-mail): Don't insert courtesy messages if the
1297         message already has List-Post and List-ID messages.
1298
1299 2010-11-06  Glenn Morris  <rgm@gnu.org>
1300
1301         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1302         `condition', `type', `length' a prefix.
1303         (gnus-treat-predicate): Update for above name changes.
1304
1305 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1306
1307         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1308         binding.  Handled by `gnus-summary-refer-thread' instead.
1309         (nnir-warp-to-article): New backend function.
1310
1311         * nnimap.el (nnimap-request-thread): Force dependency updating.
1312
1313         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1314         (gnus-summary-refer-thread): Rework to improve thread-referral.
1315
1316         * gnus-int.el (gnus-warp-to-article): New function.
1317
1318         * gnus-sum.el (gnus-summary-article-map): Bind it.
1319
1320 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1321
1322         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1323         gnus-summary-refer-thread.
1324
1325         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1326         headers.
1327         (gnus-summary-limit-include-thread): Prevent articles in thread from
1328         being cut in gnus-cut-threads.
1329         (gnus-summary-refer-thread): Limit retrieved headers to those in
1330         thread.
1331
1332 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * message.el (message-send-mail): Use the value of
1335         message-courtesy-message from the message buffer.
1336
1337         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1338
1339         * shr.el (shr-browse-url): Implement mailto: URLs.
1340
1341         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1342         "raw".
1343
1344         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1345         if it's already selected.
1346
1347         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1348
1349 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1350
1351         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1352         to measure the length and truncate alt text.
1353
1354 2010-11-03  Glenn Morris  <rgm@gnu.org>
1355
1356         * nndiary.el (nndiary-generate-nov-databases-1)
1357         (nndiary-generate-active-info): Rename dynamic variable `files' to
1358         something less generic.
1359
1360 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1361
1362         * nnir.el (nnir-request-move-article): Call the underlying backend to
1363         move articles from nnir.
1364
1365 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366
1367         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1368
1369 2010-11-02  Julien Danjou  <julien@danjou.info>
1370
1371         * nnir.el: Remove wais support.
1372
1373 2010-11-02  Glenn Morris  <rgm@gnu.org>
1374
1375         * gnus-html.el: Reorder requirements to quieten compiler.
1376
1377 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1380         properly for XEmacs as well.
1381         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1382         (gnus-article-natural-long-line-p): Use window-width rather than
1383         frame-width.
1384
1385 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1386
1387         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1388         (nnir-read-parms): Don't modify query.
1389         (nnir-run-query): Add ability to search topic on current line.
1390         (nnir-get-active): Clean up.
1391
1392 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1395         degenerate articles.
1396
1397         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1398         (gnus-print-buffer): Just print the buffer as is, without any copying
1399         to a buffer and then re-highlighting.
1400
1401         * nnimap.el (nnimap-request-group): Store the new updated info.
1402         (nnimap-request-group): Select the group when we don't know whether it
1403         exists or not.
1404
1405         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1406         groups.
1407
1408         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1409         groups.
1410
1411         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1412         groups.
1413
1414         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1415         long-lines case by only filling the long lines.
1416
1417         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1418         (bug #7311).
1419
1420 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * shr.el: No need to declare `declare-function' since shr.el is for
1423         only Emacsen that provide `libxml-parse-html-region'.
1424
1425         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1426         effective only in a file it is referred to.
1427
1428 2010-11-01  Glenn Morris  <rgm@gnu.org>
1429
1430         * mm-util.el (gnus-completing-read): Autoload.
1431         (mm-read-coding-system): Simplify Emacs definition.
1432
1433         * nnmail.el (gnus-activate-group):
1434         * nnimap.el (gnutls-negotiate):
1435         * nntp.el (netrc-parse): Fix declarations.
1436
1437 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1440         string-match-p in Emacs >=23.
1441
1442         * gnus-msg.el (gnus-configure-posting-styles)
1443         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1444
1445 2010-11-01  Glenn Morris  <rgm@gnu.org>
1446
1447         * nnir.el (declare-function): Add compat stub.
1448         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1449         (nnir-run-gmane): Require 'mm-url.
1450
1451         * mm-util.el (mm-string-to-multibyte): Simplify.
1452
1453         * shr.el (declare-function): Add compat stub.
1454         (url-cache-create-filename): Declare.
1455         (mm-disable-multibyte, widget-convert-button): Autoload.
1456
1457         * smime.el (ldap-search): Declare.
1458         (smime-cert-by-ldap-1): Require ldap on Emacs.
1459
1460         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1461         (nnimap-keepalive): Use gnus-float-time.
1462
1463         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1464         (mail-source-delete-crash-box): Use gnus-float-time.
1465
1466         * gnus-dired.el (gnus-completing-read): Autoload.
1467
1468         * mm-view.el (gnus-rescale-image): Autoload.
1469
1470         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1471
1472         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1473
1474         * sieve-manage.el: Require 'cl when compiling.
1475
1476         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1477         (gnus-iswitchb-completing-read): Require iswitchb.
1478         (gnus-select-frame-set-input-focus): Silence compiler.
1479
1480 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * message.el (message-subject-trailing-was-query): Change default to t,
1483         since I think that's what most people want.
1484
1485         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1486         appending for easier debugging.
1487         (nnimap-wait-for-connection): Take a regexp.
1488         (nnimap-request-accept-article): Wait for the continuation line before
1489         sending anything unless we're streaming.
1490
1491         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1492         leave the header washing to take place.
1493
1494 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1495
1496         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1497         regular expression match and replace in posting styles.
1498
1499 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1500
1501         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1502         an entire server.
1503         (nnir-get-active): New function.
1504         (nnir-run-imap): Use it.
1505         (nnir-run-gmane): Who knew, gmane search returns an article score!
1506
1507         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1508         server on the current line with nnir.
1509
1510 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1513         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1514         left edge.
1515         (gnus-article-foldable-buffer): Skip past the prefix when determining
1516         raggedness.
1517
1518         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1519         the raw article, and change `C-u g' to show the article without doing
1520         treatments.
1521
1522         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1523         on to `gnus-treat-article'.
1524         (gnus-inhibit-article-treatments): New variable.
1525
1526         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1527
1528         * gnus-art.el (gnus-treatment-function-alist): Have
1529         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1530         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1531         sections.
1532
1533         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1534         parameter.
1535         (gnus-article-fill-cited-long-lines): New function.
1536         (gnus-article-fill-cited-article): Allow filling only long sections.
1537
1538         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1539         and non-punctuation (like after the apostrophe in "'We").
1540
1541         * gnus-sum.el (gnus-summary-select-article): Make sure
1542         gnus-original-article-buffer is alive.
1543
1544         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1545         reflect the order they're in in the digest.
1546
1547         * gnus.el (gnus-group-startup-message): Move point to the start of the
1548         buffer.
1549
1550         * nnimap.el (nnimap-capability): New function.
1551         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1552         is set.
1553
1554 2010-10-31  David Engster  <dengste@eml.cc>
1555
1556         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1557         conform with changes to gnus-completing-read.
1558
1559 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1562
1563 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1564
1565         * nnir.el: Move defvar, defcustom around to keep file organized
1566         and keep byte-compiler quiet.
1567         (nnir-read-parms): Accept search-engine as arg.
1568         (nnir-run-query): Pass search-engine as arg.
1569         (nnir-search-engine): Remove.
1570
1571 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * shr.el (shr-generic): The text nodes should be text, not :text.
1574
1575         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1576         later in the file.
1577
1578 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1579
1580         * nnir.el: General clean up.  Allow searching with multiple engines.
1581         Allow separate extra-parameters for each engine.
1582         Batch queries when possible.
1583         (nnir-imap-default-search-key,nnir-method-default-engines):
1584         Add customize interface.
1585         (nnir-run-gmane): New engine.
1586         (nnir-engines): Use it.  Qualify all prompts with engine name.
1587         (nnir-search-engine): Remove global variable.
1588         (nnir-run-hyrex): Restore for now.
1589         (nnir-extra-parms,nnir-search-history): New variables.
1590         (gnus-group-make-nnir-group): Use them.
1591         (nnir-group-server): Remove in favor of gnus-group-server.
1592         (nnir-request-group): Avoid searching twice.
1593         (nnir-sort-groups-by-server): New function.
1594
1595 2010-10-30  Julien Danjou  <julien@danjou.info>
1596
1597         * gnus-group.el: Remove gnus-group-fetch-control.
1598
1599         * gnus-start.el (gnus-find-new-newsgroups):
1600         Remove gnus-check-first-time-used.
1601
1602         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1603
1604 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1605
1606         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1607         set on groups that don't have \* permanentflags.
1608
1609 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1612         control the background color.
1613         (shr-tag-img): Ignore very small web bug type images.
1614         (shr-put-image): Add help-echo alt texts to the images.
1615         (shr-tag-video): Show the video poster image.
1616
1617 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1618
1619         * shr.el (shr-table-depth): New variable.
1620         (shr-tag-table-1): Only insert the images after the top-level table.
1621
1622         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1623
1624         * gnus-util.el (gnus-list-memq-of-list): New function.
1625
1626         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1627         selected.
1628         (nnimap-unsplittable-articles): New slot.
1629         (nnimap-new-articles): Use it.
1630
1631 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1632
1633         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1634         move to the previous line on `M-g'.
1635
1636 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1639         *-request-group, which seems unnecessary.
1640
1641         * nnimap.el (nnimap-quote-specials): Function copied over from
1642         imap.el.
1643         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1644         they support that.  Suggested by Tom Regner.
1645
1646 2010-10-29  Julien Danjou  <julien@danjou.info>
1647
1648         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1649         defalias.
1650         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1651
1652         * gnus.el: Remove `gnus-nntp-service' variable.
1653         (gnus-secondary-servers): Make obsolete.
1654         (gnus-nntp-server): Make obsolete.
1655
1656         * gnus-start.el (gnus-1): Remove x-splash calls.
1657
1658         * gnus-ems.el (gnus-x-splash): Remove.
1659
1660         * gnus.el (gnus-group-startup-message): Simplify/update code.
1661
1662         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1663         definition.
1664
1665         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1666         capability before doing anything.
1667         (gnus-group-insert-group-line): Remove useless
1668         gnus-group-remove-excess-properties.
1669
1670 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1673
1674 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1677         config after reselecting.
1678
1679 2010-10-28  Julien Danjou  <julien@danjou.info>
1680
1681         * shr.el (shr-put-image): Use point even if only inserting text.
1682         (shr-put-image): Save excursion when inserting alt text on non-graphic
1683         display, so the behaviour is the same when we are on a graphic display.
1684
1685         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1686
1687 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1690         (gnus-mime-copy-part): Check coding system, not charset.
1691         (gnus-mime-view-part-externally): Never remove part.
1692         (gnus-mime-view-part-internally): Don't remove part here.
1693         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1694         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1695         multipart/alternative.
1696
1697         * mm-decode.el (mm-display-part): Take optional arg `force'.
1698
1699 2010-10-26  Julien Danjou  <julien@danjou.info>
1700
1701         * gnus-group.el (gnus-group-default-list-level): Add this function to
1702         compute the default list level.
1703         (gnus-group-default-list-level): Add possibility to use a function.
1704
1705 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1708
1709         * gnus-group.el (gnus-group-completing-read)
1710         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1711         gnus-replace-in-string.
1712
1713 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1714
1715         * shr.el (shr-tag-div): Add.
1716
1717         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1718
1719 2010-10-25  Julien Danjou  <julien@danjou.info>
1720
1721         * gnus-util.el: Remove `gnus-with-local-quit'.
1722
1723         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1724
1725 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1728         the original article buffer.
1729
1730 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * nnimap.el (nnimap-request-head): New function.
1733         (nnimap-request-move-article): Try to be slighly faster by not
1734         requesting the entire message when moving.
1735         (nnimap-transform-headers): Don't bug out on bodiless articles.
1736         (nnimap-send-command): Have no outstanding messages if the IMAP server
1737         doesn't support streaming.
1738         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1739
1740 2010-10-24  Julien Danjou  <julien@danjou.info>
1741
1742         * message.el (message-default-headers): Fix type.
1743
1744 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1747         prefetching images.
1748
1749         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1750         backend for unknown groups.  This is mainly useful for nnimap groups.
1751
1752         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1753         group isn't covered by the agent.
1754
1755 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1756
1757         * nnir.el (nnir-method-default-engines): New variable.
1758         (nnir-run-query): Use it.
1759         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1760         (gnus-summary-nnir-goto-thread): Change group if needed.
1761
1762         * gnus-group.el (gnus-group-group-map): Add key binding for
1763         gnus-group-make-nnir-group.
1764
1765 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * shr.el (shr-tag-object): Add.
1768
1769         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1770         original article buffer live.
1771         (gnus-summary-select-article-buffer):
1772         Mention gnus-widen-article-buffer.
1773
1774 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * shr.el (shr-tag-strong): Add.
1777
1778 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1781         group names.  They mess up the group buffer badly.
1782
1783         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1784
1785         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1786         instead of the summary one.
1787
1788 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * mml.el (mml-preview): Work properly when editing article.
1791
1792         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1793         gnus-have-read-active-file if it's already been in.
1794
1795 2010-10-22  Tom Tromey  <tromey@redhat.com>
1796
1797         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1798         gnus-group-completing-read.
1799
1800 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * message.el (message-mode-map): Don't bind M-; to comment region, to
1803         allow the global comment-dwim to work.
1804
1805 2010-10-21  Julien Danjou  <julien@danjou.info>
1806
1807         * message.el (message-setup-1): Allow message-default-headers to be a
1808         function.
1809
1810 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * shr.el (shr-tag-table): Simplify.
1813
1814 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1817         to avoid trying to snarf invalid stuff.
1818
1819         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1820
1821         * gnus.el (gnus-message-archive-group): Quote value.
1822         (gnus-message-archive-group): Mark as changed.
1823
1824         * shr.el (shr-add-font): Don't put the font properties on the newline
1825         or the indentation.
1826
1827         * message.el (message-fix-before-sending): Change options when sending
1828         non-printable characters.
1829
1830         * gnus.el (gnus-message-archive-method): Change the default to
1831         monthly outgoing groups.
1832
1833         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1834         that have gotten new numbers.
1835
1836         * nnimap.el (nnimap-request-replace-article): New function.
1837
1838 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1841         (nnrss-request-article): Don't use special html washing code.
1842
1843 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1844
1845         * shr.el (shr-tag-table): Remove useless nconc.
1846
1847 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * gnus-art.el (article-wash-html): Simplify and remove the charset
1850         stuff.  Use the normal html rendering code instead of the special html
1851         washing code.
1852
1853         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1854         `gnus-w3m' symbols.
1855         (mm-text-html-washer-alist): Remove.
1856
1857         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1858         (mm-inline-media-tests): Remove use.
1859         (mm-text-html-renderer): Change default to the `shr' symbol.
1860
1861         * mm-view.el (mm-inline-text-html): Remove use.
1862
1863         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1864         `gnus-blocked-images' to be a function.
1865         (gnus-article-wash-function): Remove.
1866
1867 2010-10-20  Julien Danjou  <julien@danjou.info>
1868
1869         * spam.el (spam-list-of-processors): Mark as obsolete.
1870
1871         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1872         (nnimap-insert-partial-structure): Fix boundary detection.
1873
1874 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1875
1876         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1877         run file-truename on remote files.  This can be expensive and even
1878         prevent one from editing drafts if some unrelated buffer has a stale
1879         connection.
1880
1881 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1882
1883         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1884         kinsoku-eol regardless of shr-kinsoku-shorten.
1885         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1886         (shr-tag-table): Support caption, thead, and tfoot.
1887
1888 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1891         lines.
1892         (shr-save-contents): New command and keystroke.
1893
1894         * nndoc.el (nndoc-type-alist): Add git support.
1895         (nndoc-git-type-p): New function.
1896         (nndoc-transform-git-article): Ditto.
1897         (nndoc-transform-git-headers): Ditto.
1898         (nndoc-transform-git-headers): Generate Subject headers.
1899
1900         * shr.el (shr-parse-style): New function.
1901         (shr-tag-span): Ditto.
1902
1903         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1904         to `G G' to avoid collisions.
1905
1906 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * shr.el: Load kinsoku if necessary.
1909         (shr-kinsoku-shorten): New internal variable.
1910         (shr-find-fill-point): Make kinsoku shorten text line if
1911         shr-kinsoku-shorten is bound to non-nil.
1912         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1913         shr-indentation too when testing if table is wider than frame width.
1914         (shr-insert-table): Use `string-width' instead of `length' to measure
1915         text width.
1916         (shr-insert-table-ruler): Make sure indentation is done at bol.
1917
1918 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1919
1920         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1921         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1922         undecoded network data.
1923
1924 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925
1926         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1927         name in the mode line spec so that the mode line menu works
1928         (bug #2431).
1929
1930         * message.el (message-get-reply-headers): If we're fed `to-address',
1931         then always use that.
1932
1933         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1934         aren't so wide as to need to switch off the edit menu.
1935
1936         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1937         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1938
1939         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1940         `M-g'.
1941         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1942         the permanent marks.
1943
1944 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1945
1946         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1947         Splitting according to references/in-reply-to obeys the ignore-groups
1948         variable, while splitting by sender and subject do not.
1949
1950 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951
1952         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1953         alist, so that we can look for non-Unicode chars.
1954         (article-translate-strings): Allow both character and string maps.
1955
1956 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * shr.el (shr-insert): Don't insert space behind a wide character
1959         categorized as kinsoku-bol, or between characters both categorized as
1960         nospace.
1961
1962 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1963
1964         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1965         headers to gnus-newsgroup-headers.
1966
1967 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * shr.el (shr-tag-img): Don't align images -- since we're not
1970         rescaling, this often leads to ugly displays.
1971
1972 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1973
1974         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1975         duplicates.
1976
1977 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1978
1979         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1980         call.
1981
1982 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus.el: Autoload gnus-html-show-images.
1985
1986         * nnimap.el: Use nnheader-message throughout.
1987
1988         * shr.el (shr-tag-img): Ignore images with no data.
1989
1990 2010-10-15  Julien Danjou  <julien@danjou.info>
1991
1992         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1993         a possibility to disable format=flow encoding when using hard newlines.
1994
1995 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1996
1997         * shr.el (shr-insert): Remove space inserted before or after a
1998         breakable character or at the beginning or the end of a line.
1999         (shr-find-fill-point): Do kinsoku; find the second best point or give
2000         it up if there's no breakable point.
2001
2002 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003
2004         * nnimap.el (nnimap-open-connection): Message when opening connection
2005         for debugging purposes.
2006
2007         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2008         on every setup buffer call to allow this to change from article to
2009         article.
2010
2011         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2012         buffers where we have a wide table.
2013
2014 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2015
2016         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2017         uses *-request-thread.
2018
2019 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2022         incantation, which is no longer valid.
2023
2024 2010-10-14  Julien Danjou  <julien@danjou.info>
2025
2026         * shr.el: Fix defcustom type (char -> character).
2027
2028 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2031         programs.
2032
2033 2010-10-14  Julien Danjou  <julien@danjou.info>
2034
2035         * shr.el (shr-tag-a): Use url-link as widget type.
2036
2037         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2038         `gnus-group-get-icon'.
2039
2040 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2043         This should make server editing work better.
2044
2045         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2046
2047         * tls.el (tls-program): Remove spurious %s from openssl.
2048
2049         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2050         (nnimap-parse-flags): Fix regexp.
2051
2052         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2053         probably work for CJVK text, too.
2054
2055         * nnimap.el (nnimap-extend-tls-programs): Remove.
2056         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2057
2058         * tls.el (tls-starttls-switches): Remove starttls hack.
2059         (open-tls-stream): Ditto.
2060         (tls-find-starttls-argument): Ditto.
2061
2062 2010-10-13  Julien Danjou  <julien@danjou.info>
2063
2064         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2065         responses.
2066
2067 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2070
2071         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2072         anything in Emacs.
2073
2074         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2075
2076 2010-10-13  Julien Danjou  <julien@danjou.info>
2077
2078         * shr.el (shr-width): Make shr-width a defcustom with default to
2079         fill-column.
2080         (shr-tag-img): Use shr-width rather than fill-column.
2081
2082 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * dgnushack.el (byte-optimize-apply)
2085         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2086
2087         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2088         position when (X-)Faces exist.
2089         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2090         avatars when called interactively.
2091
2092 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2095         gnus-article-x-face-too-ugly is bound.
2096
2097 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2100
2101         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2102         mailbox that doesn't exist.
2103
2104 2010-10-12  Julien Danjou  <julien@danjou.info>
2105
2106         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2107         (shr-get-image-data): Encode URL properly when fetching from cache.
2108         (shr-tag-img): Use aligned-to spaces to align correctly images.
2109
2110         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2111         before inserting the Gravatar.
2112
2113         * shr.el (shr-tag-img): Add align attribute support for <img>.
2114
2115 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-gravatar.el (gnus-art): Require.
2118
2119         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2120         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2121         Remove long obsoleted functions.
2122
2123 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2124
2125         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2126
2127         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2128
2129         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2130         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2131         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2132         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2133         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2134         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2135         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2136
2137 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * nnimap.el (nnimap-request-rename-group): Select group read-only
2140         before renaming it.
2141
2142         * shr.el (shr-insert): Fix up the white space only regexp.
2143
2144         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2145         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2146
2147         * shr.el (shr-current-column): New function.
2148         (shr-find-fill-point): New function.
2149
2150 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2151
2152         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2153         numbers.
2154
2155 2010-10-11  Julien Danjou  <julien@danjou.info>
2156
2157         * shr.el (shr-hr-line): Add.
2158         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2159         display hr lines.
2160         (shr-max-columns): Do not change state to nil if we just inserting
2161         spaces.
2162
2163 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2166         select the last group.
2167
2168 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2169
2170         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2171
2172 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2173
2174         * dig.el (dig-mode-map): Declare and define in one step.
2175
2176 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2177
2178         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2179         for Gnus.
2180         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2181         (nnimap-update-qresync-info): Mark \Seen articles as read.
2182
2183         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2184         non-variable, too.
2185
2186         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2187         available.
2188         (nnimap-update-info): Rely more on the current active than the param
2189         active to avoid marking articles as read too much.
2190
2191         * auth-source.el (auth-source-create): Use (user-login-name) for the
2192         user name default.
2193
2194         * nnimap.el (nnimap-update-info): If the server doesn't return any
2195         useful info, just use the previous info.
2196         (nnimap-update-info): Prefer old info over start-article.
2197         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2198
2199 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2200
2201         * nnir.el (autoload): Clean up autoloads.
2202         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2203         Use key rather than value.
2204         (nnir-imap-search-other): New variable.
2205         (nnir-read-parm): Use it.
2206         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2207         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2208
2209 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2210
2211         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2212         the process, too.
2213
2214 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * spam.el (gnus-summary-mode-map): Bind to "$".
2217         Suggested by Russ Allbery.
2218
2219         * shr.el: Rework the way things are indented by <li> slightly.
2220
2221         * gnus.el (gnus-group-set-parameter): Fix typo.
2222
2223         * nnimap.el: Start implementing QRESYNC support.
2224
2225 2010-10-09  Julien Danjou  <julien@danjou.info>
2226
2227         * nnir.el (nnir-engines): Fix too many arguments.
2228
2229 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2232         group is the "last", so that the backends like nnfolder actually save
2233         their folders.
2234
2235         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2236         try to use that for the tls stream.
2237         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2238         UIDVALIDITY and find out which groups are read-only and not.
2239         (nnimap-get-flags): Use the same marks parsing code as the rest of
2240         nnimap.
2241
2242 2010-10-09  Julien Danjou  <julien@danjou.info>
2243
2244         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2245
2246         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2247         retrieving gravatars.
2248
2249         * shr.el (shr-table-corner): Add.
2250         (shr-table-line): Add.
2251         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2252
2253 2010-10-08  Julien Danjou  <julien@danjou.info>
2254
2255         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2256
2257 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2258
2259         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2260
2261         * gnus-sum.el (gnus-mark-article-as-unread)
2262         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2263         (gnus-summary-set-bookmark): Use it.
2264
2265         * gnus-msg.el (gnus-setup-message): Use it.
2266
2267         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2268
2269         * gnus.el (gnus-group-remove-parameter): Use it.
2270
2271         * gnus-group.el (gnus-group-make-web-group): Use it.
2272
2273         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2274
2275         * nnregistry.el: Update docs to mention manual.
2276
2277         * gnus-registry.el: Update docs to mention nnregistry.el.
2278         (gnus-registry-initialize): Don't install nnregistry refer method
2279         automatically.
2280         (gnus-registry-install-nnregistry): Remove it.
2281
2282 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * shr.el (shr-insert): Don't insert double spaces.
2285
2286 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * gnus-gravatar.el (gnus-treat-from-gravatar)
2289         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2290         called interactively.
2291
2292         * gnus-art.el (gnus-mime-view-part-externally)
2293         (gnus-mime-view-part-internally): Make predicate function passed to
2294         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2295         of a mime type.
2296
2297         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2298
2299 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * shr.el (require): Require cl when compiling.
2302         (shr-tag-hr): New function.
2303
2304         * nnimap.el (nnimap-update-info): Remove double setting of high.
2305         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2306         This makes nnimap work properly on Courier again.
2307
2308         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2309         the variable for backwards compatability.
2310
2311         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2312         the file name before using to avoid setting mm-default-directory to
2313         nil.
2314
2315         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2316         bidning gnus-agent variables.
2317
2318         * shr.el (shr-render-td): Use a cache for the table rendering function
2319         to avoid getting an exponential rendering behaviour in nested tables.
2320         (shr-insert): Rework the line-breaking algorithm.
2321         (shr-insert): Don't leave trailing spaces.
2322         (shr-insert-table): Also insert empty TDs.
2323         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2324
2325 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2326
2327         * gnus-sum.el (gnus-number): Rename from `number'.
2328         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2329         (gnus-summary-limit-children): Update uses correspondingly.
2330
2331 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2332
2333         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2334         (gnus-gravatar-transform-address): Don't show avatars of people of
2335         which mail addresses match gnus-gravatar-too-ugly.
2336
2337 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * shr.el (shr-table-widths): Expand TD elements to fill available
2340         space.
2341
2342 2010-10-07  Julien Danjou  <julien@danjou.info>
2343
2344         * nnimap.el (nnimap-request-rename-group): Add this method.
2345
2346 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2349         name from XEmacs' function-arglist.
2350
2351         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2352         gravatar under XEmacs.
2353
2354 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2355
2356         * auth-source.el: Update docs with TODO items.
2357
2358         * gnus-sync.el: Update docs to explain state and plans.
2359
2360         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2361         Hooks for mark updates.
2362         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2363
2364         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2365         hooks with arguments, which is needed for mark update hooks.
2366
2367 2010-10-06  Julien Danjou  <julien@danjou.info>
2368
2369         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2370         was matched.
2371
2372         * sieve-manage.el: Update example in `Commentary'.
2373
2374         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2375
2376         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2377         not 2000.
2378         (sieve-manage-authenticate): Re-add function.
2379
2380 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * shr.el (shr-insert): Get 'space transition right.
2383         (shr-render-td): Only delete space at the end of the TD.
2384
2385         * nnimap.el (nnimap-open-connection): Prepare to support
2386         open-gnutls-stream.
2387
2388         * shr.el: Rearrange function order to be more logical.
2389
2390 2010-10-06  Julien Danjou  <julien@danjou.info>
2391
2392         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2393         (nnrss-discover-feed): Remove 404 URL in docstring.
2394
2395         * nnir.el: Fix Swish-E URL.
2396         Fix Namazu URL.
2397
2398         * message.el (message-change-subject): Remove 404 URL in a comment.
2399
2400 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2403         called interactively.
2404
2405         * gnus-util.el (gnus-remove-if): Allow hash table.
2406         (gnus-remove-if-not): New function.
2407
2408         * gnus-art.el (gnus-mime-view-part-as-type)
2409         * gnus-score.el (gnus-summary-score-effect)
2410         * gnus-sum.el (gnus-read-move-group-name):
2411         Replace remove-if-not with gnus-remove-if-not.
2412
2413         * gnus-group.el (gnus-group-completing-read):
2414         Regard collection as a hash table if it is not a list.
2415
2416 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2419
2420         * shr.el: Document the table-rendering algorithm.
2421
2422 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2425         for Emacsen having no `libxml-parse-html-region' support.
2426
2427 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2430         invalid URLs.
2431
2432         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2433         line-broken.
2434         (shr-tag-img): Ignore image fetching errors.
2435         (shr-overlays-in-region): Compute overlay positions correctly.
2436
2437         * mm-decode.el (mm-shr): Require shr.
2438
2439         * gnus-art.el (gnus-blocked-images): Move variable here.
2440
2441         * shr.el (shr-insert-table): Bind free variable.
2442
2443         * mm-decode.el (mm-shr): Bind shr-content-function.
2444
2445         * shr.el (shr-content-function): New variable.
2446
2447         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2448         added for symmetry.
2449
2450         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2451
2452         * gnus-group.el (gnus-group-make-group): Doc fix.
2453
2454         * nnimap.el (nnimap-request-newgroups): Return success.
2455
2456         * shr.el (shr-find-elements): New function.
2457         (shr-tag-table): Put all the images after the table.
2458         (shr-tag-table): Really inhibit images inside the table.
2459         (shr-collect-overlays): Copy over overlays from the TD elements to the
2460         main document.
2461
2462         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2463         gnus-blocked-images.
2464
2465 2010-10-05  Julien Danjou  <julien@danjou.info>
2466
2467         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2468
2469         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2470         (gnus-html-maximum-image-size): Add this function.
2471         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2472
2473         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2474         server-value of the capability is nil.
2475
2476 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * shr.el (shr-tag-em): Add <EM> tag.
2479
2480 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2481
2482         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2483         customizable.
2484
2485         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2486         handing broken links to browse-url.
2487
2488 2010-10-05  Julien Danjou  <julien@danjou.info>
2489
2490         * gnus-util.el (gnus-emacs-completing-read)
2491         (gnus-iswitchb-completing-read): Use autoload rather than require.
2492
2493 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2496         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2497         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2498         iswitchb-temp-buflist for XEmacs.
2499
2500         * gnus-util.el (gnus-completing-read-function): Exclude
2501         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2502         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2503         XEmacs.
2504
2505         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2506         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2507
2508         * gnus-html.el: Don't require help-fns under XEmacs.
2509         (gnus-html-schedule-image-fetching): Work for XEmacs.
2510
2511         * mm-decode.el (mm-shr): Decode contents by charset.
2512
2513 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2516         unknown.
2517
2518         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2519         (shr-get-image-data): Ensure against the cache file missing.
2520
2521         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2522         for data.
2523
2524         * spam-report.el (spam-report-url-ping-plain): Don't query about
2525         killing the process.
2526
2527         * shr.el (shr-render-td): Protect against too-wide text.
2528
2529 2010-10-04  Julien Danjou  <julien@danjou.info>
2530
2531         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2532         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2533
2534         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2535         retrieved.
2536
2537 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * shr.el (browse-url): Require.
2540         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2541         lines.
2542         (shr-show-alt-text, shr-browse-image): New commands.
2543         (shr-browse-url, shr-copy-url): New commands.
2544
2545         * gnus-sum.el (gnus-widen-article-window): New variable.
2546         (gnus-summary-select-article-buffer): Use it.
2547
2548         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2549         without @ signs.
2550
2551 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2552
2553         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2554
2555 2010-10-04  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2558         for XEmacs.
2559
2560 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561
2562         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2563
2564         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2565         (nnimap-close-server): Implement.
2566
2567         * dgnushack.el (iswitchb): Require to shut up the compiler.
2568
2569         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2570         (shr-insert): Tweak line breaking.
2571         (shr-insert): Handle <pre> better.
2572         (shr-tag-li): Get <li> indentation right.
2573         (shr-tag-li): Get <li> indentation even righter.
2574         (shr-tag-blockquote): Ensure paragraph start.
2575         (shr-make-table): Tweak table generation.
2576         (shr-make-table): Fix typo.
2577
2578         * shr.el: Implement table rendering.
2579
2580 2010-10-04  Julien Danjou  <julien@danjou.info>
2581
2582         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2583
2584 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * shr.el (shr-insert): Use string anchors instead of line anchors.
2587
2588 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * shr.el: Add headings.
2591         (shr-ensure-paragraph): Actually work.
2592         (shr-tag-li): Make <ul> prettier.
2593         (shr-insert): Get white space at the beginning/end of elements right.
2594         (shr-tag-p): Collapse subsequent <p>s.
2595         (shr-ensure-paragraph): Don't insert double line feeds after blank
2596         lines.
2597         (shr-insert): \t is also space.
2598         (shr-tag-s): Fix "s" tag name function.
2599         (shr-tag-s): Fix face prop name.
2600
2601 2010-10-03  Julien Danjou  <julien@danjou.info>
2602
2603         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2604
2605         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2606         gnus-window-inside-pixel-edges.
2607
2608         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2609         gnus-ems.
2610
2611         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2612
2613         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2614         function.
2615
2616         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2617         resize choice.
2618
2619 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2620
2621         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2622         beginning of the buffer.
2623
2624         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2625         article buffer again.
2626
2627         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2628
2629         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2630         when it's at the start of the buffer.
2631
2632         * shr.el (shr-tag-blockquote): Convert name.
2633         (shr-rescale-image): Use the right image-size variant.
2634
2635         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2636         buffer isn't shown, then select the current article first instead of
2637         bugging out.
2638         (gnus-summary-select-article-buffer): Show both the article and summary
2639         buffers again.
2640
2641         * shr.el (shr-fontize-cont): Protect against regions with no text.
2642         Rename tag functions to shr-tag-* for enhanced security.
2643         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2644
2645 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2646
2647         * shr.el (shr-insert):
2648         * pop3.el (pop3-movemail):
2649         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2650         loaded.
2651
2652 2010-10-03  Glenn Morris  <rgm@gnu.org>
2653
2654         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2655
2656         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2657
2658         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2659
2660         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2661
2662         * gnus-util.el (gnus-make-local-hook): Simplify.
2663
2664 2010-10-02  Julien Danjou  <julien@danjou.info>
2665
2666         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2667         (gnus-ido-completing-read): New function.
2668         (gnus-emacs-completing-read): New function.
2669         (gnus-completing-read): Use gnus-completing-read-function.
2670         Add gnus-completing-read-function.
2671
2672 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * shr.el (shr-insert-document): Autoload.
2675         (shr-img): Be silent.
2676         (shr-insert): Add a newline after every picture before text.
2677         (shr-add-font): Use overlays for combining faces.
2678         (shr-insert): Pass upwards the text start point.
2679
2680         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2681         possible.
2682         (mm-shr): New function.
2683
2684 2010-10-02  Julien Danjou  <julien@danjou.info>
2685
2686         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2687         should go backward.
2688
2689 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2690
2691         * shr.el (shr): Fix typo in provide call.
2692
2693 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * shr.el: New file.
2696
2697         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2698
2699         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2700         completing read.
2701
2702 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2705         we're being queried about.  Suggested by Dan Jacobson.
2706
2707         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2708         Suggested by Jason Eisner.
2709
2710         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2711         table, too.  Suggested by Stefan Wiens.
2712         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2713         the table unnecessary.  Suggested by Stefan Wiens.
2714
2715         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2716         longer needed, and probably doesn't work either, as pointed out by
2717         Stefan Wiens.
2718         (gnus-summary-exit): Remove call to the clearing function.
2719         (gnus-summary-exit-no-update): Ditto.
2720
2721         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2722         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2723         Reported by Stefan Monnier.
2724         (gnus-summary-save-in-rmail): Ditto.
2725
2726         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2727         article buffer, instead of both the article buffer and the summary
2728         buffer.  Sort of suggested by Dan Jacobson.
2729
2730         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2731
2732         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2733         Suggested by Dan Jacobson.
2734
2735         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2736         documentation clearer.
2737
2738         * message.el (message-shorten-references): Comment on the number "21".
2739         Suggested by Stefan Monnier.
2740
2741         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2742         Suggested by Dan Jacobson.
2743
2744         * gnus.el (gnus-large-newsgroup):
2745         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2746
2747         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2748         externalize attachments.  Bug reported by Steve Wen.
2749
2750         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2751         really message anything to the user.
2752
2753         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2754         directly.
2755
2756         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2757         messages in empty groups.
2758
2759 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2760
2761         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2762         non-UIDNEXT group.
2763
2764 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2765
2766         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2767         not the value from the collection.
2768
2769         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2770         values.  This sometimes happens on some groups that have no info.
2771         (nnimap-request-newgroups): New function.
2772
2773 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2774
2775         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2776         check into `gnus-registry-initialize'.
2777         (gnus-registry-initialize): Ditto.
2778         Fix and extend header docs.
2779
2780 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2783         regexp backtrace overflows.
2784
2785         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2786         for starttls that tls.el implements; i.e. openssl.
2787
2788         * tls.el (tls-starttls-switches): Give up on using starttls with
2789         gnutls-cli.
2790         (tls-program): Add --insecure to be consistent with the defaults from
2791         openssl s_client.  Now all three commands are insecure.
2792
2793 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * lpath.el: Bind completion-styles-alist for XEmacs.
2796
2797         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2798         (gravatar-create-image): New function that's an alias to
2799         gnus-xmas-create-image, gnus-create-image, or create-image.
2800         (gravatar-data->image): Use it.
2801
2802 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2803
2804         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2805         install the nnregistry refer method.
2806         (gnus-registry-install-hooks): Use it.
2807         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2808         unfollowed groups.
2809
2810 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2811
2812         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2813         expanding threads.
2814
2815 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * nnir.el: Use the server names without suffixes (bug #7009).
2818
2819         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2820         unencrypted to STARTTLS, if possible.
2821
2822 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2823
2824         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2825         headers before superseding.
2826
2827 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * nnrss.el (nnrss-use-local): Add documentation.
2830
2831         * nnimap.el (nnimap-extend-tls-programs): New function.
2832         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2833         (nnimap-wait-for-connection): Accept the greeting from the stupid
2834         output from openssl s_client -starttls, too.
2835
2836         * tls.el (tls-starttls-switches): New variable.
2837         (tls-find-starttls-argument): Use it.
2838         (open-tls-stream): Ditto.
2839
2840         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2841         (netrc-machine): Ditto.
2842
2843         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2844         article number.
2845         (nnimap-split-fancy): New variable.
2846         (nnimap-split-incoming-mail): Use it.
2847
2848         * nntp.el (nntp-server-list-active-group): Document.
2849
2850         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2851         SELECT to get the message-id.
2852
2853         * mail-source.el (mail-sources): Remove webmail support.
2854         (defvar): Ditto.
2855         (mail-source-fetcher-alist): Ditto.
2856         (mail-source-fetch-webmail): Remove.
2857
2858         * webmail.el: Remove -- doesn't seem relevant any more.
2859
2860         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2861
2862         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2863         the \r.
2864
2865 2010-09-30  Julien Danjou  <julien@danjou.info>
2866
2867         * gnus-agent.el (gnus-agent-add-group): Fix call to
2868         gnus-completing-read.
2869
2870 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nndoc.el (nndoc-retrieve-groups): New function.
2873
2874         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2875         `default', use nnmail-split-methods.
2876         (nnimap-request-article): Downcase the NILs so that they are nil.
2877
2878         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2879         symbol.
2880
2881         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2882         code, since if the user has requested network, that's what they ought
2883         to get.
2884         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2885         (nnimap-split-rule): Mark as obsolete.
2886
2887         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2888         New variable.
2889
2890         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2891         correct slot, too.
2892
2893 2010-09-29  Julien Danjou  <julien@danjou.info>
2894
2895         * gnus.el (gnus-local-domain): Declare variable obsolete.
2896
2897         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2898         Fix history computing.
2899         (gnus-ido-completing-read): Require ido.
2900
2901 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2904         build Gnus.
2905
2906         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2907         when interpreting the structures.
2908         (nnimap-request-accept-article): Add \r\n to the lines to make this
2909         work with Cyrus.
2910
2911         * nndraft.el (nndraft-request-expire-articles): Use the group name
2912         instead if "nndraft".  Fix found by Nils Ackermann.
2913
2914 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2915
2916         * nnregistry.el: Add.
2917
2918 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * nnmail.el (group, group-art-list, group-art):
2921         Remove unneeded directives.
2922
2923 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2924
2925         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2926         (mm-mime-charset)
2927         * rfc2047.el (rfc2047-syntax-table)
2928         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2929
2930         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2931         rather than `insert-file-contents' and `eval-region'.
2932
2933         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2934         construction.
2935
2936         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2937
2938         * time-date.el: No need to require cl for Emacs 21.
2939
2940 2010-09-29  Julien Danjou  <julien@danjou.info>
2941
2942         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2943         replacement of `gnus-gravatar-relief' to mimic
2944         `gnus-faces-properties-alist'.
2945         Add :version property.
2946
2947 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mail-source.el (mail-source-report-new-mail)
2950         * message.el (message-default-mail-headers)
2951         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2952
2953         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2954
2955 2010-09-28  Julien Danjou  <julien@danjou.info>
2956
2957         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2958         mail-address contains the same string as real-name.
2959
2960         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2961         non-blank in header, otherwise it'll get stripped.
2962
2963         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2964         real-name, and then for mail address rather than doing : or , search.
2965
2966 2010-09-27  Julien Danjou  <julien@danjou.info>
2967
2968         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2969         right completing-read function.
2970         (gnus-use-ido): New variable
2971         (gnus-completing-read-with-default): Remove.
2972         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2973         (gnus-agent-add-group):
2974         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2975         * mm-view.el (mm-view-pkcs7-decrypt):
2976         * mm-util.el (mm-codepage-setup):
2977         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2978         * mml-smime.el (mml-smime-openssl-sign-query):
2979         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2980         (mml-insert-multipart):
2981         * gnus-msg.el (gnus-summary-yank-message):
2982         * gnus-int.el (gnus-start-news-server):
2983         * mm-decode.el (mm-interactively-view-part):
2984         * gnus-dired.el (gnus-dired-attach):
2985         * gnus.el (gnus-read-method):
2986         * gnus-bookmark.el (gnus-bookmark-jump):
2987         * gnus-art.el (gnus-mime-view-part-as-type)
2988         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2989         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2990         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2991         * nnmairix.el (nnmairix-create-server-and-default-group)
2992         (nnmairix-update-groups, nnmairix-get-server)
2993         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2994         (nnmairix-get-group-from-file-path):
2995         * nnrss.el (nnrss-find-rss-via-syndic8):
2996         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2997         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2998         (gnus-group-browse-foreign-server):
2999         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3000         (gnus-summary-execute-command, gnus-summary-respool-article)
3001         (gnus-read-move-group-name):
3002         * gnus-score.el (gnus-summary-increase-score)
3003         (gnus-summary-score-effect):
3004         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3005
3006 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3009         x-focus-frame.
3010
3011         * nnimap.el (auth-source-forget-user-or-password)
3012         (auth-source-user-or-password): Autoload.
3013
3014         * message.el (message-from-style, message-interactive)
3015         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3016         (message-yank-prefix, message-indentation-spaces, message-signature)
3017         (message-signature-file): Add comment.
3018
3019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3022         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3023         new articles.
3024
3025         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3026         parts.
3027         (nnimap-request-article): Work with the t setting, too.
3028
3029         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3030         that you don't get flashes of other buffers.
3031         (gnus-summary-show-complete-article): Intern before setting.
3032
3033 2010-09-27  David Engster  <dengste@eml.cc>
3034
3035         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3036         well as HEADERS.
3037         (nnmairix-retrieve-headers): Provide new argument for the above.
3038
3039 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * gnus-sum.el (gnus-summary-move-article): Don't alter
3042         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3043         group.
3044
3045         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3046
3047         * message.el (message-cite-prefix-regexp): Revert my last edit.
3048
3049         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3050         variable instead of the Gnus variable.
3051
3052         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3053
3054         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3055
3056         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3057         since some servers don't like it.
3058         (nnimap-open-connection): Forget credentials if the server says the
3059         password was wrong.
3060         (nnimap-parse-line): Protect against invalid data.
3061
3062         * gnus-sum.el (gnus-summary-move-article): Add comment.
3063         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3064         nothing alters it while scanning for new messages.
3065
3066         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3067         which may or may not help.
3068         (nnimap-open-connection): If we're doing a stream connection, and then
3069         discover we're on a STARTTLS-capable server, then open a STARTTLS
3070         connection instead.
3071
3072 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073
3074         * nnimap.el (utf7): Require.
3075
3076         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3077         prefix.
3078
3079 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3080
3081         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3082
3083 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * nnimap.el (nnimap-request-accept-article): Message the error on
3086         error.
3087
3088 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3091
3092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3093
3094         * nndoc.el (nndoc-request-list): Return success always.
3095
3096         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3097         `fetch-old' -- we only want to fetch the articles we've requested.
3098         The rest are in the agent, probably.
3099         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3100         disappeared server" to something low.  It's not important.
3101
3102         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3103         arrived before the FETCH data.
3104
3105         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3106         target here, because we don't know the Gnus name of the group.
3107
3108         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3109         for the correct group.
3110
3111         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3112
3113         * gnus.el (gnus): Give a final warning after startup.
3114
3115         * gnus-util.el (gnus-action-message-log): New variable.
3116         (gnus-message): Use it.
3117         (gnus-final-warning): New function.
3118
3119         * nnimap.el (nnimap-open-connection): Record the greeting.
3120         (nnimap): Add greeting.
3121
3122 2010-09-26  Julien Danjou  <julien@danjou.info>
3123
3124         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3125         arguments.
3126         (gnus-html-wash-images): Fix spec computing to include start/end.
3127
3128         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3129
3130 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3133         deletion.
3134         (nnimap-retrieve-headers): Don't select the group, because that's
3135         already done by nnimap-possibly-change-group.
3136
3137         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3138         (gnus-picon-transform-address): Use it.
3139
3140         * mail-source.el (mail-source-value): Revert previous patch.
3141
3142         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3143         on failure.
3144         (nnimap-open-connection): Look up both virtual and physical server name
3145         credentials.
3146
3147         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3148
3149 2009-02-07  Dave Love  <fx@gnu.org>
3150
3151         * tls.el (open-tls-stream): Don't query killing process.
3152
3153 2009-02-08  Dave Love  <fx@gnu.org>
3154
3155         * gnus-win.el (gnus-window-to-buffer-helper)
3156         (gnus-all-windows-visible-p): Function needn't be a symbol.
3157
3158         * mail-source.el (mail-source-value): Function needn't be a symbol.
3159
3160 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * message.el (message-cite-prefix-regexp): Remove } from the cite
3163         prefix.
3164
3165         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3166         highlight again, so that the highlight is correct.
3167
3168         * gnus-picon.el (gnus-picon): Remove again.
3169         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3170
3171         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3172         doing the header highlightling, so that the background colour of the
3173         picon is correct.
3174
3175         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3176         (gnus-picon): Ditto.
3177         (gnus-picon): Reinstate.  The background colour for picons is white.
3178         (gnus-picon-insert-glyph): Make the background white.
3179
3180         * nnml.el (nnml-open-nov): Don't return dead buffers.
3181
3182         * auth-source.el (auth-source-create): Query the user for whether to
3183         store the credentials.
3184
3185         * netrc.el (netrc-store-data): New function.
3186
3187         * auth-source.el (auth-source-user-or-password): Use the existing auth
3188         sources, if any, for creation.
3189
3190         * gnus.el (gnus-group-fast-parameter): Return the last matching
3191         parameter instead of the first matching parameter.
3192
3193 2010-09-26  Julien Danjou  <julien@danjou.info>
3194
3195         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3196
3197 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * mml2015.el (mml2015-use): Remove gpg support.
3200
3201         * mml1991.el (mml1991-function-alist): Remove gpg function.
3202         (mml1991-gpg-sign): Remove.
3203
3204 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3205
3206         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3207         (gnus-browse-unsubscribe-current-group): Document it.
3208         (gnus-browse-unsubscribe-group): Use it.
3209
3210 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3211
3212         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3213         address to the To list for easier response.
3214
3215         * gnus.el (gnus-play-startup-jingle): Remove.
3216         (gnus-splash): Don't play jingle.
3217         (gnus): Silence gnus-load message.
3218
3219         * gnus-art.el (gnus-treat-play-sounds): Remove.
3220
3221         * gnus.el (gnus-play-jingle): Remove audio support.
3222
3223         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3224
3225         * earcon.el: Remove -- no users.
3226
3227         * gnus-audio.el: Remove -- no users of this package.
3228
3229         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3230
3231         * gnus-start.el (gnus-setup-news): Remove nocem support.
3232
3233         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3234
3235         * gnus.el (gnus-use-nocem): Remove.
3236
3237         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3238         Remove.
3239
3240         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3241         uses NoCeM any more.
3242
3243         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3244         (gnus-button-ctan-handler): Ditto.
3245         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3246         (gnus-button-ctan-directory-regexp): Ditto.
3247         (gnus-button-handle-ctan): Ditto.
3248         (gnus-button-tex-level): Ditto.
3249         (gnus-button-alist): Remove CTAN stuff.
3250
3251 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3254         nnimap-streaming test.
3255
3256         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3257         servers twice.
3258
3259         * nnimap.el (nnimap-open-connection): Add more error reporting when
3260         nnimap fails early.
3261
3262         * nnheader.el (nnheader-get-report-string): New function.
3263         (nnheader-get-report): Use it.
3264
3265         * gnus-int.el (gnus-check-server): Say what the error was when opening
3266         failed.
3267
3268         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3269         using streaming.
3270
3271 2010-09-25  Julien Danjou  <julien@danjou.info>
3272
3273         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3274         gnus-window-inside-pixel-edges.
3275
3276 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3277
3278         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3279
3280         * mm-decode.el (mm-save-part): Allow saving to other directories the
3281         normal Emacs way.
3282
3283         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3284         Suggested by Jay Berkenbilt.
3285
3286         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3287         there isn't a single byte.
3288
3289         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3290         just do it.  It doesn't really seem to matter what the user responds
3291         here, I think, so it's just a confusing question.
3292
3293         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3294         non-streaming case.
3295
3296         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3297         (gnus-article-encrypt-body): Use it.
3298
3299         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3300         keystroke.
3301
3302         * nnimap.el (nnimap-find-wanted-parts-1):
3303         Use gnus-fetch-partial-articles.
3304
3305         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3306
3307         * nnimap.el (nnimap-insert-partial-structure): New function.
3308         (nnimap-get-partial-article): New function.
3309         (nnimap-request-article): Use it.
3310         (nnimap-wait-for-response): Return whether the wait was successful.
3311         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3312         retrieval wasn't successful.
3313         (nnimap-retrieve-group-data-early): Allow throttling servers.
3314         (nnimap-streaming): New variable.
3315         (nnimap-fetch-partial-articles): Remove.
3316
3317         * mm-decode.el (mm-with-part): Protect against killed buffers.
3318
3319         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3320         for prettier summary display.
3321
3322 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3323
3324         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3325
3326 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3329         apparently third-party libraries depend on it.
3330
3331         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3332         before starting negotiation.
3333
3334         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3335         privacy reasons.
3336         (gnus-treat-mail-gravatar): Ditto.
3337
3338         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3339         buffer when inserting images.  Inserting text into the headers, for
3340         instance, can make them invalid.
3341
3342 2010-09-25  Julien Danjou  <julien@danjou.info>
3343
3344         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3345         variables.
3346
3347         * nnheader.el: Remove useless variables news-reply-yank-from and
3348         news-reply-yank-message-id.
3349
3350         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3351         variables.
3352
3353         * mml1991.el: Remove useless mml1991-verbose.
3354
3355         * gnus.el: Remove useless variable gnus-use-generic-from.
3356         Remove obsolete variable gnus-topic-indentation.
3357
3358         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3359
3360         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3361
3362         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3363
3364         * gnus-group.el: Remove useless gnus-group-icon-cache.
3365         Remove useless gnus-ephemeral-group-server.
3366
3367         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3368
3369         * mml2015.el: Remove useless mml2015-verbose.
3370
3371         * mml-smime.el: Remove useless mml-smime-verbose.
3372
3373         * gnus.el: Remove useless gnus-local-domain.
3374
3375         * gnus-gravatar.el (gnus-gravatar-transform-address):
3376         Use gnus-gravatar-size.
3377
3378         * gnus-art.el: Remove useless gnus-treat-translate.
3379
3380 2010-09-24  Julien Danjou  <julien@danjou.info>
3381
3382         * gnus-sum.el: Add support for Gravatars.
3383
3384         * gnus-art.el: Add support for Gravatars.
3385
3386         * gnus-gravatar.el: Add this file.
3387
3388         * gravatar.el: Add this file.
3389
3390 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3393
3394         * gnus-group.el (gnus-group-fetch-faq): Remove.
3395
3396         * gnus.el (gnus-group-faq-directory): Remove.
3397
3398         * gnus-group.el (gnus-group-fetch-charter): Remove.
3399
3400         * gnus.el (gnus-group-charter-alist): Remove.
3401
3402         * gnus-group.el (gnus-group-archive-directory): Remove.
3403         (gnus-group-recent-archive-directory): Ditto.
3404         (gnus-group-make-archive-group): Remove.
3405
3406         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3407
3408         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3409         use the same article number for all the cached articles.
3410
3411         * nnimap.el (nnimap-command): Register the last command time so
3412         that we can use it for idling NOOPs.
3413         (nnimap-open-connection): Start the keeplive timer.
3414         (nnimap-make-process-buffer): Store all the process buffers.
3415         (nnimap-keepalive): New function.
3416
3417         * starttls.el (starttls-open-stream): Add autoload cookie.
3418
3419 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3420
3421         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3422         handling.
3423
3424 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3427         its data structures.
3428
3429         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3430         instead of the cl.el copy-list.
3431         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3432         equalp.
3433
3434 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3437         and tool-bar-local-item-from-menu.
3438
3439         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3440         mode-line-highlight face for Emacs.
3441
3442         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3443         loading gnus-sum.elc; fix comment for canlock-verify.
3444         (gnus-article-jump-to-part): Use read-number.
3445         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3446         Remove Emacs pre-21 compatible code for help-echo.
3447         (gnus-article-next-page-1): No need to adjust the number of lines.
3448         (gnus-article-describe-bindings): Always use help-buffer.
3449
3450         * gnus-audio.el (gnus-audio-inline-sound)
3451         * gnus-cus.el (gnus-custom-mode)
3452         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3453
3454         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3455
3456         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3457         compatible code.
3458
3459 2010-09-24  Glenn Morris  <rgm@gnu.org>
3460
3461         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3462         visiting the fcc file in rmail-mode.
3463
3464         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3465
3466 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * nnir.el: Silence the byte compiler.
3469
3470         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3471         alias to browse-url-url-encode-chars if any.
3472         (gnus-html-encode-url): Use it.
3473
3474 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-start.el (gnus-use-backend-marks): New variable.
3477         (gnus-get-unread-articles-in-group): Use it.
3478
3479         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3480         makeover.
3481
3482 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3483
3484         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3485
3486 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3489         Remove.
3490         (gnus-setup-news-hook):
3491         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3492
3493         * gnus-int.el (gnus-request-update-info): Protect against backends not
3494         having the function.
3495
3496         * nnimap.el (nnimap-stream): Mention starttls.
3497         (nnimap-open-connection): Add starttls support.
3498
3499 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3500
3501         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3502
3503 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3506         BODYSTRUCTUREs.
3507         (nnimap-transform-headers): Unfold quoted {42} headers.
3508
3509         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3510         the info.
3511         (gnus-get-unread-articles): Only call updatep on backends that support
3512         it.
3513
3514         * nnweb.el (nnweb-request-update-info): NOOP.
3515
3516         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3517
3518         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3519         since it only deals with marks.
3520
3521         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3522         gnus-request-marks, and make a new gnus-request-update-info.
3523
3524         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3525         the active instead of the high number, which is usually too low.
3526
3527 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3528
3529         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3530         * encrypt.el: Remove.
3531
3532 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3535         server in symbolic form.
3536
3537         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3538
3539 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3542         (nnimap-update-info): Fix up code slightly.
3543
3544         * gnus-int.el (gnus-open-server): Add tracing for performance
3545         debugging.
3546
3547         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3548         (gnus-group-insert-group-line): Pass the real group name so that it
3549         gets the right data.
3550
3551         * gnus-start.el (gnus-get-unread-articles): Don't have
3552         `gnus-get-unread-articles-in-group' update info, since that can be
3553         really slow and doesn't seem to be needed?
3554
3555 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3556
3557         * time-date.el (date-to-time): Try using parse-time-string first before
3558         using the slower timezone-make-date-arpa-standard.
3559
3560 2010-09-22  Julien Danjou  <julien@danjou.info>
3561
3562         * gnus-group.el (gnus-group-insert-group-line):
3563         Call gnus-group-highlight-line.
3564         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3565         default hook list.
3566         (gnus-group-update-eval-form): Add new function.
3567         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3568         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3569
3570 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3573         immediate, then expire all articles.
3574         (nnimap-update-info): Fix off-by-one errors.
3575         (nnimap-flags-to-marks): Would return no marks lists for group with no
3576         flags.  Instead return the other data.
3577
3578 2010-09-22  Julien Danjou  <julien@danjou.info>
3579
3580         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3581         Only return an icon.
3582         (gnus-group-insert-group-line): Compute icon to return.
3583
3584         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3585         (gnus-html-image-fetched): Only cache if
3586         gnus-html-image-automatic-caching is set.
3587         (gnus-html-image-fetched): Check for errors.
3588
3589 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3592         once per method on `g'.  This ensures that backends like nnfolder don't
3593         open all their folders.
3594
3595         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3596         (nnimap-request-list): Nix out group in the correct buffer.
3597         (nnimap-parse-flags): Implement by using `read' instead of
3598         hand-parsing.
3599         (nnimap-flags-to-marks): Pass on permanent-flags.
3600         (nnimap-make-process-buffer): Record the server name.
3601         (nnimap-parse-flags): Fix typo.
3602         (nnimap-request-scan): Run split on the server in general, not just a
3603         single group.
3604
3605         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3606         parameter, and propagate this downwards.
3607
3608         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3609         since EXAMINE changes it on the server.
3610
3611         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3612         this command might take a while.
3613
3614 2010-09-22  Julien Danjou  <julien@danjou.info>
3615
3616         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3617         harmful if you have 2 images side-by-side, they can't be properly
3618         update on text deletion.  Using text-property is safer here.
3619         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3620         data.
3621
3622 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * nnimap.el (nnimap-expunge-inbox): Remove.
3625         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3626         (nnimap-expunge): Flip default to t.
3627
3628         * gnus.el (gnus-method-to-server): Don't push things to the cache
3629         unless it's unique.
3630         (gnus-server-to-method): Ditto.
3631
3632 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3633
3634         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3635
3636 2010-09-22  Julien Danjou  <julien@danjou.info>
3637
3638         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3639         get the start of data.
3640         (gnus-html-encode-url): Add this function to encode special chars in
3641         URL.
3642         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3643         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3644
3645         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3646         default.
3647         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3648
3649         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3650         images alt-text.
3651         (gnus-html-put-image): Put alt-text as help-echo.
3652
3653 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3656         * mm-util.el (mm-decompress-buffer)
3657         * nnir.el (nnir-run-find-grep)
3658         * pop3.el (pop3-list): Use 3rd arg of split-string.
3659
3660         * time-date.el (format-seconds): Comment fix.
3661
3662         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3663         and byte-optimize-form-code-walker.
3664         (dgnushack-make-auto-load): Don't advise make-autoload.
3665
3666         * lpath.el: Remove Emacs 21 stuff.
3667
3668 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3671         outside the active range.  Suggested by Dan Christensen.
3672
3673         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3674         slightly later to avoid double-getting it.
3675
3676         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3677         previous patch.
3678
3679         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3680
3681 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3682
3683         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3684
3685 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-int.el (gnus-open-server): Give a better error message in the
3688         "go offline" case.
3689
3690         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3691         marks for nnimap, which is seldom the right thing to do.
3692
3693         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3694         (gnus-same-method-different-name): New function.
3695
3696         * nnimap.el (parse-time): Require.
3697
3698         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3699         method in the presence of many similar methods.
3700
3701         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3702
3703         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3704         nnml-inhibit-expiry.
3705
3706         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3707         find out whether methods are equal.
3708
3709         * nnimap.el (nnimap-find-expired-articles): New function.
3710         (nnimap-process-expiry-targets): New function.
3711         (nnimap-request-move-article): Request the article before looking at
3712         what the Message-ID is.  Fix found by Andrew Cohen.
3713         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3714
3715         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3716         for oldness in addition to being a predicate.
3717
3718         * nnimap.el (nnimap-request-group): When we have zero articles, return
3719         the right data to Gnus.
3720         (nnimap-request-expire-articles): Only delete articles immediately if
3721         the target is 'delete.
3722
3723         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3724         method, this would bug out.
3725
3726         * gnus-group.el (gnus-group-expunge-group): Rename from
3727         gnus-group-nnimap-expunge, and implemented as a normal interface
3728         function.
3729
3730         * gnus-int.el (gnus-request-expunge-group): New function.
3731
3732         * nnimap.el (nnimap-request-create-group): Implement.
3733         (nnimap-request-expunge-group): New function.
3734
3735 2010-09-21  Julien Danjou  <julien@danjou.info>
3736
3737         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3738         (gnus-html-cache-expired): Add new function.
3739         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3740         wethever we should display image for fetch it.
3741         Compute alt-text earlier to pass it to the fetching function too.
3742         (gnus-html-schedule-image-fetching): Change function argument to only
3743         get one image at a time, not a list.
3744         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3745         cache.
3746         (gnus-html-get-image-data): New function to retrieve image data from
3747         cache.
3748         (gnus-html-put-image): Change buffer argument to use image data rather
3749         than file, and place image above region rather than inserting a new
3750         one.  Do not take alt-text as argument, since it's useless now: we place
3751         the image above alt-text.
3752         (gnus-html-prune-cache): Remove.
3753         (gnus-html-show-images): Start to fetch image when we find one, do not
3754         push into a temporary list.
3755         (gnus-html-prefetch-images): Only fetch image if they have expired.
3756         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3757         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3758
3759 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3762
3763 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3766         spec inser "*" if the group isn't active instead of 0.
3767
3768         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3769         opening the server.
3770         (nnimap-request-delete-group): Implement group deletion.
3771         (nnimap-transform-headers): Return the size of the entire message in
3772         the Bytes header, not just the size of the first part.
3773         (nnimap-request-move-article): When moving an article from nnimap,
3774         request the article first so the accepting form has an article to
3775         accept.  Reported by Dan Christensen.
3776         (nnimap-command): Make sure that the error message doesn't error out.
3777
3778 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3779
3780         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3781         we haven't requested anything.
3782
3783 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3786         "".  Fix found by Andrew Cohen.
3787
3788         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3789         instead of -encode-string.
3790
3791 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3792
3793         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3794
3795         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3796         by mm-subst-char-in-string.
3797
3798 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3801         waiting for the connection string.
3802
3803         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3804         arriving.
3805
3806         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3807         bogus characters.  This allows selecting certain Gmail groups.
3808
3809         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3810         (nnimap-fetch-partial-articles): New variable.
3811         (nnimap-open-connection): When looking for credentials, also use the
3812         nnimap-server-port.
3813         (nnimap-request-article): Return the group/article number, so that Gnus
3814         `^' works as expected.
3815         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3816
3817         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3818         comments.
3819         (gnus-methods-sloppily-equal): New function.
3820         (gnus): When using the development version of Gnus, load the gnus-load
3821         file.
3822
3823         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3824         `gnus-open-server' on each method before trying to scan them etc.
3825         This ensures that all the backend parameters are set correctly.
3826
3827         * nnimap.el (nnimap-authenticator): New variable.
3828         (nnimap-open-connection): Allow anonymous login.
3829         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3830         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3831
3832         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3833         patch, found by Knut Anders Hatlen.
3834
3835 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3836
3837         * gnus-agent.el (gnus-agent-batch-confirmation)
3838         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3839         to gnus-message.
3840         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3841         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3842         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3843         * gnus-int.el (gnus-open-server): Likewise.
3844         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3845         (gnus-score-check-syntax): Likewise.
3846         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3847         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3848         Likewise.
3849         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3850
3851 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3854         calling conventions so that prefetch doesn't bug out.
3855
3856 2010-09-19  Julien Danjou  <julien@danjou.info>
3857
3858         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3859         rather than `subst-char-in-region' in order to be able to replace ASCII
3860         char by UTF-8 ones.
3861
3862         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3863         than curl.
3864         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3865         the right URL and ALT text on images.
3866         (gnus-html-wash-tags): Fix tag case.
3867         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3868         (gnus-article-html): Add -o display_ins_del=2 option.
3869         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3870
3871 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3874         the extra mail headers, which sometimes seem to happen for unknown
3875         reasons.
3876
3877         * mail-parse.el (mail-header-encode-parameter): Define as
3878         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3879         (or most, perhaps?) mail readers don't understand the latter, but do
3880         understand the former.
3881
3882         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3883         to nil, so that no methods are automatically agentized.  I think this
3884         is probably what most users want.
3885
3886         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3887         from url-retrieve, for instance about invalid URLs.
3888
3889         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3890         groups that have no articles.
3891         (nnimap-request-article): Check that we really got an article when we
3892         requested one.
3893
3894         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3895         doesn't exist.
3896
3897         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3898         nntp buffer so the agent can save it.
3899         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3900         that CRLF doesn't get translated to \n.
3901         (nnimap-open-connection): Don't make 'shell commands only send \n.
3902
3903 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3904
3905         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3906         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3907         Update var name.
3908         (nnml-generate-nov-file): Use dolist.
3909         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3910         Use with-current-buffer.
3911
3912 2010-09-18  Julien Danjou  <julien@danjou.info>
3913
3914         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3915         parallel.
3916
3917 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3920         the range update right.
3921         (nnimap-request-group): Don't make `M-g' bug out on group with no
3922         marks.
3923         (nnoo): Require, so that other packages can require nnimap.
3924         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3925         command we're looking for.  This helps when the server sends more
3926         responses after we've gotten everything we expected.
3927         (nnimap): Add a `newlinep' field to keep track of end-of-line
3928         conventions.
3929         Don't send CRLF to things that don't want it.
3930         (nnimap-request-accept-article): Ditto.
3931
3932 2010-09-18  Julien Danjou  <julien@danjou.info>
3933
3934         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3935         than curl to retrieve images.
3936
3937 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3940         the marks.
3941         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3942         (nnimap-wait-for-connection): New function.
3943         (nnimap-open-connection): If we have PREAUTH, don't query for login
3944         credentials.
3945         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3946         when doing a partial update.
3947
3948 2010-09-18  Julien Danjou  <julien@danjou.info>
3949
3950         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3951         tags.
3952
3953 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3954
3955         * nnimap.el (nnimap-credentials): New function.
3956         (nnimap-open-connection): Use the new function to look for credentials
3957         also on the numeric equivalents of "imap" and "imaps".
3958
3959         * gnus-start.el (gnus-activate-group): Send the info to
3960         gnus-request-group.
3961
3962         * nnimap.el (nnimap-request-group): Have the "check" version of the
3963         function parse flags and update the info, so that a `M-g' get a total
3964         resync of all flags from the group.
3965
3966         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3967         to allow backends to alter the info on group selection.  Also alter all
3968         the backend -request-group functions to take the parameter.
3969
3970         * nnimap.el (nnimap-store-info): New function.
3971         (nnimap-update-info): Store the info for later usage.
3972         (nnimap-request-group): Use the stored info for the dont-check case, so
3973         that we don't retrieve all marks when we enter a group.
3974
3975         * nnimap.el: Use deffoo instead of defun for interface functions.
3976
3977         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3978         update the group info.  This makes the nndraft groups, for instance, go
3979         back to their old behaviour.
3980
3981         * gnus-sum.el (gnus-select-newsgroup): Indent.
3982
3983         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3984         in.
3985         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3986         nothing.
3987
3988         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3989         from methods that are denied.
3990
3991         * gnus-int.el (gnus-method-denied-p): New function.
3992
3993         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3994         store the password instead of netrc.
3995         (nnimap-open-connection): Don't error out when we can't make a
3996         connections.
3997
3998         * auth-source.el (auth-source-create): In the password prompt, say what
3999         we're querying for.  Also prompt for user name if that hasn't been
4000         given.
4001
4002         * nnimap.el (nnimap-with-process-buffer): Remove.
4003
4004 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005
4006         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4007         method when we're reading from the agent.
4008
4009         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4010
4011         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4012         that's probably most useful for users.
4013
4014         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4015         "failed" all the time.
4016
4017         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4018         ...)) with (with-current-buffer ... ).
4019
4020         * nntp.el (nntp-open-server): Return whether the open was successful or
4021         not.
4022
4023         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4024         select an unread unseen article first.
4025
4026         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4027         /etc/services, supply some sensible port defaults.
4028
4029         * dgnushack.el: Define netrc-credentials.
4030
4031 2010-09-17  Julien Danjou  <julien@danjou.info>
4032
4033         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4034
4035 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4036
4037         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4038         doesn't have any parameters.
4039
4040 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4043         only upcased checks.
4044
4045         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4046
4047         * nnimap.el (nnimap-open-shell-stream): New function.
4048         (nnimap-open-connection): Use it.
4049         (nnimap-transform-headers): Get the number of lines in each message.
4050         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4051         number of lines.
4052         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4053         problem.
4054
4055         * utf7.el (utf7-encode): Autoload.
4056
4057         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4058         to allow the mail splitting to not return a default group.  This is
4059         useful for nnimap, which will leave unmatched mail in the inbox.
4060
4061         * nnimap.el: Rewritten.
4062
4063         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4064         nnimap usage.
4065
4066         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4067         if the move is internal, so that nnimap can do fast internal moves.
4068
4069         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4070         data.
4071         (gnus-read-active-for-groups): Support finishing the early retrieval of
4072         data.
4073
4074         * gnus-range.el (gnus-range-nconcat): New function.
4075
4076         * gnus-int.el (gnus-finish-retrieve-group-infos)
4077         (gnus-retrieve-group-data-early): New functions.
4078
4079 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4080
4081         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4082         (nnrss-retrieve-groups):
4083         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4084         (pop3-quit): Use with-current-buffer.
4085
4086 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4089         instead of nnheader-accept-process-output.
4090
4091         * dgnushack.el (dgnushack-compile): Add comment.
4092
4093         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4094
4095         * gnus-html.el (gnus-html-schedule-image-fetching)
4096         (gnus-html-prefetch-images): Replace process-kill-without-query by
4097         gnus-set-process-query-on-exit-flag.
4098
4099 2010-09-16  Romain Francoise  <romain@orebokech.com>
4100
4101         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4102
4103 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4104
4105         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4106         parameter to unintern is mandatory-ish in Emacs 24.
4107
4108         * gnus-html.el (gnus-html-schedule-image-fetching)
4109         (gnus-html-prefetch-images): Check for curl before using it.
4110
4111         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4112         depend on curl, which isn't essential.
4113
4114         * imap.el: Revert back to version
4115         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4116         seem problematic.
4117
4118 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4119
4120         * gnus-registry.el (gnus-registry-install-shortcuts):
4121         Explicitly pass `obarray' to `unintern' to avoid a warning.
4122
4123 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4126         change.
4127
4128         * nnrss.el (nnrss-request-list): Remove this function and related
4129         functions, including the moreover stuff.
4130
4131 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * nnrss.el (nnrss-retrieve-groups): New function.
4134
4135 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4136
4137         * .dir-locals.el: Add no-byte-compile cookie.
4138
4139 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * time-date.el (format-seconds): Comment fix.
4142
4143         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4144         for back end that doesn't support request-scan.
4145
4146 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4149         then do request scans from the backends.
4150
4151         * netrc.el (netrc-credentials): New conveniency function.
4152
4153         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4154         avoid running a hook per line, since this takes a lot of time,
4155         profiling shows.
4156         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4157         directly if gnus-visual-p is true.
4158
4159 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4162         groups; replace mapcar with dolist which is a bit faster; pass groups
4163         info to gnus-read-active-file-1.
4164         (gnus-read-active-file-1): Scan only specified groups if the new
4165         optional arg `infos' is given.
4166
4167 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4170
4171         * pop3.el (pop3-movemail): Remove.
4172         (pop3-streaming-movemail): Rename to pop3-movemail.
4173
4174         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4175         don't restrict end-tag searches to the end of the line.
4176
4177 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4180         articles of every unchecked group to t, which means unknown since the
4181         server has never been opened.
4182
4183 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * gnus-html.el (gnus-html-show-alt-text): New command.
4186         (gnus-html-browse-image): Ditto.
4187         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4188         to browse the image directly.
4189         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4190         better.
4191
4192         * gnus-async.el (gnus-async-article-callback):
4193         Call `gnus-html-prefetch-images' unconditionally.
4194
4195         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4196         before feeding URLs to curl.
4197
4198 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4201         internal images as deletable by `W D D'.
4202
4203         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4204         (gnus-async-article-callback): Fix typo.
4205
4206 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4207
4208         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4209         current line to work around bugs in the output from w3m.
4210
4211         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4212         for groups that want that.
4213
4214         * nntp.el (nntp-wait-for-string): Supply a timeout for
4215         accept-process-output to ensure progress.
4216
4217         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4218         level to get unread articles from, then use that for foreign groups,
4219         too.
4220
4221         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4222         confuses the rest of the function.
4223
4224         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4225         for the methods that support -retrieve-groups, too.
4226
4227         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4228
4229 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4232         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4233
4234         * pop3.el: Require cl when compiling.
4235         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4236
4237 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4240         that aren't going to be activated.
4241         (gnus-get-unread-articles): Fix up the last commit.
4242
4243         * gnus-html.el (gnus-article-html): Allow calling without specifying
4244         the handle.  In that case, dissect the buffer first.
4245
4246         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4247
4248         * nnimap.el (nnimap-open-connection): Revert the change that would look
4249         into authinfo for imaps instead of imap.
4250
4251         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4252         say that you don't want to call gnus-request-group with don-check, but
4253         do check the reponse.  This is for virtual groups only.
4254         (gnus-get-unread-articles): Count the archive groups as secondary, so
4255         that they're activated the same way as before.
4256
4257         * imap.el (imap-message-map): Removed optional buffer parameter, since
4258         no callers use it.
4259         (imap-message-get): Ditto.
4260         (imap-message-put): Ditto.
4261         (imap-mailbox-map): Ditto.
4262         (imap-mailbox-put): Ditto.
4263         (imap-mailbox-get): Ditto.
4264         (imap-mailbox-get): Revert last change for this function.
4265
4266         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4267         case-insensitively.
4268         (nnimap-debug): Remove.
4269
4270         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4271         to use `imap-fetch' instead.  According to the comments, this should be
4272         safe, since all other IMAP clients use the 1:* syntax.
4273         (imap-enable-exchange-bug-workaround): Removed.
4274         (imap-debug): Removed -- doesn't seem very useful.
4275
4276         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4277         mail from a file, and the file doesn't exist.
4278
4279         * imap.el (imap-log): New convenience function used throughout instead
4280         of repeating the same code all over the place.
4281
4282         * pop3.el (pop3-streaming-movemail): Return t for success.
4283
4284         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4285         .authinfo if we're using ssl connection.
4286
4287         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4288         already have if we're in a main Gnus `g' run.
4289
4290         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4291
4292 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4295
4296         * nnmh.el (nnmh-request-list-1): Bind `file'.
4297
4298         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4299         alias to set-process-query-on-exit-flag or process-kill-without-query.
4300         (pop3-open-server): Use it.
4301
4302 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4303
4304         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4305         box to the Incoming file.  Fixes mistake in previous checkin.
4306
4307         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4308         request loop (for debugging purposes) removed.
4309
4310         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4311         culprit is more visible.
4312         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4313         (nnml-add-incremental-nov): New functions to do "incremental" nov
4314         updates, where we just append to the end of the existing nov files
4315         without reading/writing them in full.
4316
4317         * mail-source.el (mail-source-delete-crash-box): Really only check the
4318         incoming files once in a while.
4319
4320         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4321
4322         * mail-source.el (mail-source-delete-crash-box): Only check the
4323         incoming files for deletion once per day to save a lot of file
4324         accesses.
4325
4326         * pop3.el (pop3-logon): Fix up unbound variable typo.
4327
4328         * mail-source.el (pop3-streaming-movemail): Autoload.
4329
4330         * pop3.el (pop3-streaming-movemail):
4331         Respect pop3-leave-mail-on-server.
4332
4333         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4334         retrieval.
4335
4336         * pop3.el (pop3-process-filter): Remove unused function.
4337         (pop3-streaming-movemail, pop3-send-streaming-command)
4338         (pop3-wait-for-messages, pop3-write-to-file)
4339         (pop3-number-of-responses): New functions for streaming pop3
4340         retrieval.
4341
4342         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4343         come from no known methods.
4344         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4345         list.
4346
4347         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4348         message sizes.
4349         (pop3-movemail): Use erase-buffer instead of looping and deleting
4350         regions, which seems rather odd.
4351
4352         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4353         file once per `g' run.
4354
4355         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4356         directories.  This makes the draft queue directory work.
4357
4358         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4359         data from the backends, so that we only request the list of groups from
4360         each method once.  This should speed things up considerably.
4361
4362         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4363         detect that it's not implemented.
4364
4365         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4366         we actually do recurse down into the tree, but don't stat all leaf
4367         nodes.
4368
4369         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4370         then say so instead of bugging out.
4371
4372         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4373         files exist before trying to read them.
4374
4375         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4376         around <pre_int>.
4377
4378         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4379
4380         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4381
4382 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * mm-util.el (mm-image-load-path): Just return the image directories,
4385         not all directories in the path in addition to the image directories.
4386         (mm-image-load-path): Maintain a cache of the image directories so that
4387         the `g' command in Gnus doesn't have to stat dozens of directories each
4388         time.
4389
4390         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4391         (gnus-html-wash-tags): Add a new `i' command to insert images.
4392         (gnus-html-insert-image): New command and keystroke.
4393         (gnus-html-redisplay-with-images): New command and keystroke.
4394         (gnus-html-show-images): Rename command.
4395         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4396         spacers.
4397         (gnus-html-wash-tags): Decode entities at the end, so that entities
4398         inside the tags don't mess up the rest of the "parsing".
4399
4400         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4401         so that nnimap methods aren't agentized by default.  There's apparently
4402         many problems related to agent/imap behaviour.
4403
4404         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4405
4406         * gnus-html.el: Doc fix.
4407
4408 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4411         specifier-spec-list for Emacs 21.
4412
4413         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4414         glyph-width and glyph-height instead of display-graphic-p and
4415         image-size; make avoidance of displaying small images work for XEmacs.
4416
4417         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4418         for XEmacs.
4419
4420         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4421         of symbol that holds plist data.
4422         (gnus-process-plist): Remove plist of process after getting it.
4423
4424 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * message.el (message-generate-hashcash): Change default to
4427         'opportunistic if hashcash is installed.
4428
4429         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4430         (gnus-html-put-image): Only call image-size once, since it's somewhat
4431         time-consuming on remote X servers.
4432
4433 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4434
4435         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4436         type on data, not a file name.
4437
4438         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4439         window-pixel-edges for Emacs 21.
4440
4441         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4442         decoded contents.
4443         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4444
4445 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4448         group line format, since it isn't very interesting.
4449
4450         * gnus-agent.el (gnus-agent-short-article),
4451         (gnus-agent-long-article): Increase values for these two variables,
4452         since most people are likely to have more network connection and
4453         storage than before.
4454
4455         * gnus.el (gnus-refer-article-method): Change default to 'current.
4456         When referring an article, the common behaviour is to refer it from the
4457         current select method, not the native select method.  The chances of
4458         the native select method having the message in question is rather slim
4459         these days.
4460
4461         * gnus-sum.el (gnus-auto-select-subject): Change default to
4462         `unseen-or-unread'.  I think it's likely that most people want to
4463         select an unseen article over a previously seen, but unread one.
4464
4465         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4466         means that in the article buffer none of the minor mode elements will
4467         be shown, usually, and this is not desirable in most cases.
4468
4469         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4470         that commands like `d' (and the like) go to the next line in the
4471         buffer, instead of the next unread article.  I think this is the
4472         behaviour that is most natural for most users.
4473         (gnus-single-article-buffer): Change default to nil, so that people can
4474         have as many article buffers open as they have summary buffer.  I think
4475         this is the most natural way for the groups to behave.
4476
4477         * message.el (message-generate-new-buffers): Change default to
4478         `unsent', so that all new message buffers start their names with the
4479         string "*unsent", and it's easier to find the buffers if you move from
4480         them.
4481
4482 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4483
4484         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4485         small.  They're probably tracking images.
4486         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4487         (gnus-html-rescale-image): Yet another try at getting the image sizing
4488         right.
4489
4490         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4491         nntp-marks-file-name is nil.
4492
4493 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4494
4495         * gnus-html.el (gnus-html-wash-tags)
4496         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4497         Better logging.
4498
4499 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4502
4503         * gnus-html.el (gnus-html-wash-tags): Check the value of
4504         gnus-blocked-images in the summary buffer.
4505
4506 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4507
4508         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4509
4510 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4513         like "a", it seems like.
4514         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4515         since it needs to be picked from the correct buffer.
4516
4517         * nnwfm.el: Remove.
4518
4519         * nnlistserv.el: Remove.
4520
4521 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4522
4523         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4524         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4525
4526 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4527
4528         * nnkiboze.el: Remove.
4529
4530         * nndb.el: Remove.
4531
4532         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4533         alt text.
4534         (gnus-html-rescale-image): Try to get the rescaling logic right for
4535         images that are just wide and not tall.
4536
4537         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4538         overshadow variable bindings.
4539
4540 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4541
4542         * gnus-html.el (gnus-html-wash-tags)
4543         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4544         Add extra logging.
4545
4546 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4549         (gnus-max-image-proportion): New variable.
4550         (gnus-html-rescale-image): New function.
4551         (gnus-html-put-image): Rescale images.
4552
4553 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4554
4555         Fix up some byte-compiler warnings.
4556         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4557         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4558         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4559         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4560         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4561         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4562         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4563
4564 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-html.el (gnus-article-html): Decode contents by charset.
4567
4568 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4571         (gnus-html-frame-width, gnus-blocked-images)
4572         * message.el (message-prune-recipient-rules): Add custom version.
4573         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4574
4575         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4576         functions.
4577
4578         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4579         gnus-process-get.
4580
4581 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4582
4583         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4584         instead of lsub directly.
4585
4586 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * nnwarchive.el: Remove.
4589
4590         * gnus-soup.el: Remove.
4591
4592         * nnsoup.el: Remove.
4593
4594         * nnultimate.el: Remove.
4595
4596         * gnus-html.el (gnus-blocked-images): New variable.
4597
4598         * message.el (message-prune-recipients): New function.
4599         (message-prune-recipient-rules): New variable.
4600
4601         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4602         guess whether a long line is natural text or not.
4603
4604         * gnus-html.el (gnus-html-schedule-image-fetching):
4605         Use gnus-process-plist and friends for compatibility.
4606
4607 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4608
4609         * gnus-html.el: Require packages that define macros used in this file.
4610         (gnus-article-mouse-face): Declare to silence byte-compiler.
4611         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4612         process-get.
4613         (gnus-html-put-image): Use plist-get to avoid getf.
4614         (gnus-html-prefetch-images): Use with-current-buffer.
4615
4616 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4617
4618         * gnus-ems.el: Provide compatibility functions for
4619         gnus-set-process-plist.
4620
4621         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4622         header-line-format for XEmacs 21.4.
4623
4624         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4625         * gnus.el (gnus-valid-select-methods)
4626         * message.el (message-send-mail-partially-limit)
4627         * mm-decode.el (mm-text-html-renderer)
4628         * mml.el (mml-insert-mime-headers-always)
4629         * smiley.el (smiley-regexp-alist): Bump custom version.
4630
4631 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4632
4633         * gnus-html.el: require mm-url.
4634         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4635         with the url to `url'.
4636         (gnus-html-wash-tags): Support cid: URLs/images.
4637
4638 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4641         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4642         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4643
4644         * gnus-move.el: Remove file, since it doesn't really work.
4645
4646         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4647         UTF-8.  This seems to fix problems with some German web feeds.
4648
4649         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4650         at the top so that the proper colours are applied.
4651
4652         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4653         don't have dots in their names.
4654
4655         * gnus-art.el (gnus-article-view-part): Doc fix.
4656
4657         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4658         XEmacs-compatible.
4659         (gnus-html-put-image): Don't do images on non-graphic displays.
4660
4661         * nnslashdot.el: Remove this unused backend.
4662
4663         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4664         actions.
4665         (gnus-undo-register-1): Revert last change.
4666
4667         * gnus-group.el (gnus-group-completing-read): Protect against not
4668         having completion-styles bound.
4669
4670         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4671         make broken recipients happier.
4672
4673         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4674
4675         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4676         point parameter.
4677
4678         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4679
4680         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4681         completion-styles for group selection.
4682
4683 2009-02-04  Andreas Schwab  <schwab@suse.de>
4684
4685         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4686         headers and regexp-quote the match if necessary.
4687
4688 2009-03-24  Miles Bader  <miles@gnu.org>
4689
4690         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4691         the blinking smiley.
4692
4693 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4694
4695         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4696         blink smiley.
4697
4698 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4701         where the dribbel file lives exists.
4702
4703         * message.el (message-send-mail-partially-limit): Change the default to
4704         nil, since most people don't want this.
4705
4706         * mm-url.el (mm-url-decode-entities): Also decode entities like
4707         &#x3212.
4708
4709 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4710
4711         * gnus-sum.el (gnus-summary-idna-message):
4712         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4713         Hyperlink urls in docstrings with URL `...'.
4714
4715 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4716
4717         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4718         functions.
4719
4720 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4723         say what the mouseover text should be.
4724
4725         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4726         version of the mm-w3m-safe-url-regexp variable to only download images
4727         in the groups where we want that to happen.
4728
4729         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4730
4731         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4732         easier debugging.
4733         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4734         big pictures in the article buffer.
4735
4736         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4737         gnus-article-html.
4738         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4739         w3m.
4740
4741         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4742
4743 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4746         which doesn't exist.
4747
4748         * message.el (message-inhibit-ecomplete): New variable to allow some
4749         function to inhibit ecomplete address storage.
4750         (message-resend): Disable ecomplete message storage when resending
4751         messages.
4752
4753         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4754
4755 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4758         Save excursion while copying, moving, and deleting articles in order to
4759         prevent the cursor from jumping to unforeseen place.
4760
4761 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * lpath.el: No need to bind bookmark-current-buffer,
4764         bookmark-yank-point and bookmark-make-record-function.
4765
4766 2010-08-17  Glenn Morris  <rgm@gnu.org>
4767
4768         * gnus-sync.el: Require gnus components whose functions are used.
4769
4770         * gnus-art.el (bookmark-make-record-function):
4771         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4772         Declare for compiler.
4773
4774         * mm-url.el (mml-compute-boundary): Autoload.
4775
4776 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4779
4780 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         Typo fix "hoo4a" -> "hook".
4783
4784         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4785
4786 2010-08-14  Glenn Morris  <rgm@gnu.org>
4787
4788         * gnus-sync.el (gnus-sync): Fix defgroup version.
4789
4790 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4793
4794         * gnus-sync.el: Fix docs.
4795         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4796         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4797
4798 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         Optimizations for gnus-sync.el.
4801
4802         * gnus-sync.el: Add docs about gnus-sync-backend
4803         possibilities.
4804         (gnus-sync-save): Remove unnecessary message.
4805         (gnus-sync-read): Optimize and show what groups were skipped.
4806
4807 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4808
4809         Minor bug fixes for gnus-sync.el.
4810
4811         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4812         Don't read the sync on get-new-news.
4813
4814         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4815         quiet.
4816
4817         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4818         (fix typo).
4819
4820 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4821
4822         Make saving and restoring of hidden threads work with overlays.
4823         Patch applied by Ted Zlatanov.
4824
4825         * gnus-sum.el (gnus-hidden-threads-configuration)
4826         (gnus-restore-hidden-threads-configuration): Update to deal with text
4827         properties, rather than searching for a magic character.
4828
4829 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4830
4831         New gnus-sync.el library for synchronization of marks.
4832
4833         * gnus-sync.el: New library for synchronization of marks.
4834
4835         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4836         renamed from `gnus-registry-grep-in-list'.
4837
4838         * gnus-registry.el (gnus-registry-follow-group-p):
4839         Use `gnus-grep-in-list'.
4840
4841         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4842
4843 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4846         determining charset of text fails.
4847
4848 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * nnmail.el (nnmail-get-new-mail-1): Revert.
4851
4852         * nnml.el (nnml-active-number): Make sure names of newly created groups
4853         in nnml-group-alist are encoded.
4854
4855 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4858         containing non-ASCII characters in active file for nnml back end.
4859
4860 2010-07-24  David Engster  <dengste@eml.cc>
4861
4862         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4863         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4864
4865 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4866
4867         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4868         tag (Bug#6654).
4869
4870 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4873         the article buffer, not the summary buffer.
4874
4875 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4878         Emacs 23 as well.
4879
4880 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4881
4882         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4883         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4884
4885 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4886
4887         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4888         Patch applied by Karl Fogel.
4889
4890         * gnus-sum.el (gnus-summary-bookmark-make-record):
4891         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4892
4893 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4894
4895         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4896         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4897         C-w still not working correctly from Article buffers; Thierry's
4898         patch to fix that will be applied after this.
4899
4900         * gnus-art.el (bookmark-make-record-function): New local variable.
4901
4902         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4903         article buffer.
4904         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4905
4906 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4907
4908         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4909         on changes in bookmark.el.
4910
4911 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4914         `no-log' instead of message not to log prompt string.
4915
4916 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4917
4918         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4919         the *other* type of HTML form submission.
4920
4921 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4922
4923         * auth-source.el (auth-source-pick): If choice does not contain a
4924         questioned keyword, set the check to t.
4925
4926 2010-06-12  Romain Francoise  <romain@orebokech.com>
4927
4928         * gnus-util.el (gnus-date-get-time): Move up before first use.
4929
4930 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4933         (gnus-article-edit-part): Bind it to make last part that is substituted
4934         or deleted visible.
4935         (gnus-mime-display-single): Buttonize part of which id equals to
4936         gnus-mime-buttonized-part-id.
4937
4938 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4939
4940         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4941         (gnus-dd-mmm): Use gnus-date-get-time.
4942         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4943         simplify logic.
4944         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4945         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4946
4947 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4948
4949         * auth-source.el (top): Autoload `secrets-list-collections',
4950         `secrets-create-item', `secrets-delete-item'.
4951         (auth-sources): Fix tag string.
4952         (auth-get-source, auth-source-retrieve, auth-source-create)
4953         (auth-source-delete): New defuns.
4954         (auth-source-pick): Rewrite in order to avoid 2 passes.
4955         (auth-source-forget-user-or-password): New parameter USERNAME.
4956         (auth-source-user-or-password): New parameters CREATE-MISSING and
4957         DELETE-EXISTING.  Retrieve password interactively, if needed.
4958
4959 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4960
4961         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4962         deleting unused directories when gnus-expert-user is t.
4963
4964 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4967         for each temp file when gnus-article-browse-delete-temp is ask.
4968
4969 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4970
4971         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4972         Lisp calls to delete-backward-char by calls to delete-char.
4973
4974 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4975
4976         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4977
4978 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4979
4980         * password-cache.el (password-cache-remove): Fix docstring.
4981
4982 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4985         article unless decoding article to be saved.
4986
4987 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4990         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4991         generated within the mm-with-unibyte-current-buffer macro.
4992
4993 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4996         to nil when we're in a mml-preview buffer and no group is selected.
4997
4998 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4999
5000         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5001         when catching the `C-g'.  Reported by "Leo".
5002
5003 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * message.el (message-forward-make-body-plain)
5006         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5007         multibyte-string-p.
5008
5009         * lpath.el: Revert.
5010
5011 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5012
5013         * message.el (message-forward-make-body-mml): Assume original message
5014         is multibyte string; error on unibyte.
5015         (message-forward-make-body-plain): Ditto; don't add excessive newline
5016         in body end.
5017
5018         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5019
5020 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5021
5022         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5023         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5024
5025 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * mm-extern.el (mm-extern-url): Don't use
5028         mm-with-unibyte-current-buffer.
5029         (mm-extern-cache-contents): Use with-current-buffer instead of
5030         save-excursion + set-buffer.
5031
5032 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5033
5034         * mm-util.el (mm-emacs-mule): Remove.
5035
5036 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5037
5038         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5039         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5040         change.
5041
5042 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5045         bind the default value of enable-multibyte-characters to nil.
5046
5047 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * message.el (message-forward-make-body-plain)
5050         (message-forward-make-body-mml):
5051         Don't use mm-with-unibyte-current-buffer.
5052
5053 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5054
5055         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5056
5057 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5058
5059         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5060         (Bug#5592).
5061
5062 2010-05-07  Julien Danjou  <julien@danjou.info>
5063
5064         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5065         it to mm-pipe-part.
5066
5067         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5068         it is given.
5069
5070 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5071
5072         * binhex.el (binhex-decode-region-internal)
5073         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5074         (dns-query)
5075         * nnweb.el (nnweb-gmane-search)
5076         * pgg-parse.el (pgg-parse-armor)
5077         * pgg.el (pgg-verify-region)
5078         * sha1.el (sha1-string-external)
5079         * uudecode.el (uudecode-decode-region-internal)
5080         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5081         XEmacs.
5082
5083         * gnus-art.el (gnus-article-browse-html-parts)
5084         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5085         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5086         make-temp-file.
5087
5088         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5089         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5090         compiling.
5091
5092         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5093         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5094         XEmacs when compiling.
5095
5096         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5097         gnus-pick-mode-off-hook for XEmacs when compiling.
5098         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5099         gnus-binary-mode-off-hook for XEmacs when compiling.
5100
5101         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5102         Return nil if char-charset is not available.
5103
5104         * imap.el (imap-disable-multibyte)
5105         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5106         macros.
5107
5108         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5109         instead of encode-coding-string.
5110
5111         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5112         'xemacs) instead of mm-emacs-mule to switch function definitions.
5113         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5114
5115         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5116         bind temporary-file-directory for XEmacs;
5117         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5118         timer-set-function for XEmacs 21.4 and SXEmacs;
5119         bind timer-list for XEmacs 21.4 and SXEmacs;
5120         fbind char-charset and find-charset-region for non-Mule XEmacs;
5121         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5122         encode-coding-region and encode-coding-string for XEmacs having no
5123         file-coding feature.
5124
5125 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5126
5127         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5128
5129 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5130
5131         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5132         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5133
5134 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5135
5136         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5137         alias `jka-compr-delete-temp-file' no longer exists.
5138
5139 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5140
5141         Use define-minor-mode in Gnus where applicable.
5142         * mml.el (mml-mode): Use define-minor-mode.
5143         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5144         (gnus-undo-mode): Use define-minor-mode.
5145         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5146         (gnus-dead-summary-mode): Use define-minor-mode.
5147         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5148         Initialize in declaration.
5149         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5150         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5151         (gnus-mailing-list-mode): Use define-minor-mode.
5152         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5153         (gnus-draft-mode): Use define-minor-mode.
5154         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5155         (gnus-dired-mode): Use define-minor-mode.
5156
5157 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5158
5159         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5160         handles on recursive mml-to-mime translation and check them for
5161         boundary delimiter collisions.  Reported by Greg Troxel.
5162
5163 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5166
5167 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5168
5169         * mm-util.el (mm-find-buffer-file-coding-system):
5170         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5171
5172 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5173
5174         * message.el (message-generate-headers): Record insertion of optional
5175         headers as well.  Otherwise the check to prevent repeated insertion of
5176         optional headers is a no-op.
5177
5178 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * smime.el: Don't mention CVS.
5181
5182         * nnrss.el (nnrss-fetch): Don't mention CVS.
5183
5184         * nnir.el: Don't mention CVS.
5185
5186 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * gnus-sum.el (gnus-summary-bookmark-make-record):
5189         Add `location' field.
5190
5191 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * lpath.el: Fbind bookmark-default-handler,
5194         bookmark-get-bookmark-record, bookmark-make-record-default,
5195         bookmark-prop-get for Emacs <23 and XEmacs.
5196
5197 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5198
5199         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5200         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5201         Use with-current-buffer to silence the byte-compiler.
5202         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5203         bother to require `gnus'.
5204         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5205
5206 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5207
5208         * gnus-sum.el (gnus-summary-bookmark-make-record)
5209         (gnus-summary-bookmark-jump): New functions.
5210         (gnus-summary-mode): Setup bookmark support.
5211
5212 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5213
5214         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5215         if set.
5216
5217 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5220         gnus-article-browse-html-save-cid-image; make it work recursively for
5221         forwarded messages as well.
5222         (gnus-article-browse-html-parts): Work when prefix arg is given.
5223         (gnus-article-browse-html-article): Doc fix.
5224
5225 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5226
5227         * message.el (message-default-mail-headers):
5228         (message-default-headers): Carry the value mail-default-headers over
5229         into message-default-mail-headers, rather than message-default-headers.
5230
5231 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5232
5233         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5234         charset.
5235
5236         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5237         charset into the <meta> tag when the article is encoded to utf-8.
5238
5239 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-art.el (gnus-article-browse-delete-temp-files):
5242         Delete directories as well.
5243         (gnus-article-browse-html-parts): Work for images that do not specify
5244         file names; delete temp directory when quitting; insert header at the
5245         right place; use file: scheme for image files.
5246
5247 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5248
5249         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5250         (gnus-article-browse-html-parts): Use it to make temporary cid image
5251         files in addition to html file so that browser may display them.
5252
5253 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5256
5257 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5258
5259         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5260
5261 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * auth-source.el (auth-sources): Change default to be simpler.
5264         Explain about Secret Service API sources.  Improve Customize options.
5265         (auth-source-pick): Change to accept any number of search parameters.
5266         Implement fallbacks iteratively, not recursively.  Add scoring on the
5267         second pass and sort by score.  Call Secret Service API when needed.
5268         (auth-source-user-or-password): Use it.  Call Secret Service API
5269         directly when needed to get the user name and the password.
5270
5271 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5272
5273         * message.el (message-interactive): Doc fix.
5274         (message-qmail-inject-args): Reflow.
5275         (message-kill-to-signature): Fix typo in docstring.
5276
5277         * smiley.el (smiley-buffer): Fix typo in docstring.
5278
5279 2010-03-24  Glenn Morris  <rgm@gnu.org>
5280
5281         * mail-source.el (gnus-message): Declare.
5282         (mail-source-delete-old-incoming): Require gnus-util.
5283
5284 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5285
5286         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5287
5288         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5289
5290         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5291         password-cache's default if it is not bound.
5292         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5293         password-cache-expiry's default if it is not bound.
5294
5295         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5296         available in Emacs 21.
5297
5298         * lpath.el: Suppress compiler warnings for:
5299         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5300         XEmacs;
5301         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5302         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5303         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5304
5305 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5306
5307         * auth-source.el (auth-sources): Fix up definition so extra parameters
5308         are always inline.
5309
5310 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5311
5312         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5313         wasn't updated after mismatch.  Clear cached mailbox info correctly
5314         when uidvalidity changes.
5315         (nnimap-group-prefixed-name): New function to avoid some code
5316         duplication.
5317         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5318         (nnimap-request-group): Use it.
5319         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5320         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5321         with many imap folders.  This is done by caching the group status from
5322         the imap server persistently in a group parameter `imap-status'.  (This
5323         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5324         but not persistently, so every Gnus startup was still very slow.)
5325
5326 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5327
5328         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5329         delete the extra newline.  Otherwise editing of :string and :number
5330         types don't work.
5331
5332 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5333
5334         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5335         secrets.el dependency.
5336         (auth-sources): Add optional user name.  Add secrets.el configuration
5337         choice (unused right now).
5338
5339 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5340
5341         * gnus-sum.el (gnus-summary-make-menu-bar):
5342         Let `gnus-registry-install-shortcuts' fill in the functions.
5343
5344         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5345         warnings.
5346         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5347         (gnus-registry-install-shortcuts): Populate and use it in a
5348         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5349
5350 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5351
5352         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5353         In-place substitutions for the group name encoding/decoding.
5354         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5355         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5356         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5357         (nnimap-update-unseen, nnimap-request-list)
5358         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5359         (nnimap-request-set-mark, nnimap-split-to-groups)
5360         (nnimap-split-articles, nnimap-request-newgroups)
5361         (nnimap-request-create-group, nnimap-request-accept-article)
5362         (nnimap-request-delete-group, nnimap-request-rename-group)
5363         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5364         `encoded-mbx' for consistency.
5365         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5366         variable `imap-current-mailbox'.
5367
5368         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5369         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5370
5371 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5372
5373         * pop3.el (pop3-display-message-size-flag): Display message size byte
5374         counts during POP3 download.
5375         (pop3-movemail): Use it.
5376         (pop3-list): Implement listing of available messages.
5377
5378 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5379
5380         * nnir.el (nnir-get-article-nov-override-function): New function to
5381         override the normal NOV retrieval.
5382         (nnir-retrieve-headers): Use it.
5383
5384 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5385
5386         * auth-source.el (netrc-machine-user-or-password): Autoload.
5387
5388 2010-03-19  Glenn Morris  <rgm@gnu.org>
5389
5390         Stop message.el from loading about 40 libraries it doesn't always need.
5391         The general approach is to autoload rather than require, and to
5392         require in the specific functions rather than the file.  (Bug#5642)
5393
5394         * gmm-utils.el: Don't require wid-edit.
5395         (widget-create-child-value, widget-convert, widget-default-get):
5396         Autoload.
5397
5398         * gnus-util.el: Don't require time-date, netrc.
5399         (message-fetch-field, gnus-group-name-decode): Declare rather than
5400         autoloading.
5401         (gnus-fetch-field): Require message.
5402         (gnus-decode-newsgroups): Require gnus-group.
5403
5404         * ietf-drums.el: Don't require time-date.
5405
5406         * message.el: Don't require hashcash, canlock, ecomplete.
5407         Do require mail-utils.  Require nnheader only when compiling.
5408         (smtpmail-default-smtp-server): Remove declaration.
5409         (message-send-mail-function): Check smtpmail-default-smtp-server
5410         is bound rather than requiring smtpmail.
5411         (message-auto-save-directory, message-insert-signature):
5412         Use expand-file-name rather than nnheader-concat.
5413         (nnheader-insert-file-contents): Autoload.
5414         (hashcash-wait-async): Declare.
5415         (message-send-mail): Only call gnus-setup-posting-charset if
5416         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5417         (message-send-mail-with-sendmail): Require sendmail.
5418         (canlock-password, canlock-password-for-verify): Declare.
5419         (message-canlock-password): Require canlock.
5420         (nnheader-get-report): Autoload.
5421         (gnus-setup-posting-charset): Declare.
5422         (message-send-news): Require gnus-msg.
5423         (message-make-references, message-make-in-reply-to): Use mail-header-id
5424         rather than the alias mail-header-message-id.
5425         (ecomplete-add-item, ecomplete-save): Declare.
5426         (message-put-addresses-in-ecomplete): Require ecomplete.
5427         (ecomplete-display-matches): Autoload.
5428
5429         * mm-decode.el: Don't require mailcap, gnus-util.
5430         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5431         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5432         Autoload.
5433         (mailcap-mime-extensions): Declare.
5434
5435         * mm-encode.el: Don't require mailcap.
5436         (mailcap-extension-to-mime): Autoload.
5437
5438         * mml-sec.el: Don't require password-cache.
5439
5440         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5441         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5442         (mml-minibuffer-read-type): Require mailcap.
5443         (mml-preview): Require gnus-msg.
5444
5445         * mml1991.el: Require password-cache.
5446         (password-cache-expiry): Remove declaration.
5447
5448         * mml2015.el: Require password-cache.
5449         (password-cache-expiry): Remove declaration.
5450
5451         * nneething.el (mailcap): Require mailcap.
5452
5453         * nnheader.el (declare-function): Add compatibility stub.
5454         (message-remove-header): Declare rather than autoload.
5455         (nnheader-replace-header): Require message.
5456
5457         * nnimap.el (declare-function): Add compatibility stub.
5458         (netrc-parse, netrc-machine-user-or-password): Declare.
5459         (nnimap-open-connection): Require netrc.
5460
5461         * nntp.el (declare-function): Add compatibility stub.
5462         (netrc-parse, netrc-machine, netrc-get): Declare.
5463         (nntp-send-authinfo): Require netrc.
5464
5465         * rfc2047.el: Don't require qp.
5466         (quoted-printable-encode-region, quoted-printable-decode-string):
5467         Autoload.
5468
5469         * sieve-mode.el: Don't require easymenu.
5470         (easy-menu-add-item): Autoload it.
5471
5472         * spam-stat.el (time-to-number-of-days): Autoload it.
5473
5474 2010-03-19  Glenn Morris  <rgm@gnu.org>
5475
5476         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5477
5478 2010-03-18  Glenn Morris  <rgm@gnu.org>
5479
5480         * hashcash.el (declare-function): Remove duplicate definition.
5481
5482 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5483
5484         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5485         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5486         value if any backslash escapes).
5487
5488 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5491         if it is available.  (bug#5647)
5492
5493         * lpath.el: Suppress compiler warning for coding-system-from-name for
5494         Emacs 21 and XEmacs.
5495
5496 2010-03-14  Juri Linkov  <juri@jurta.org>
5497
5498         * hmac-def.el:
5499         * hmac-md5.el:
5500         * netrc.el: Fix keywords.
5501
5502 2010-02-26  Glenn Morris  <rgm@gnu.org>
5503
5504         * message.el (message-send-mail-function): Change the default, so that
5505         it inherits from a customized send-mail-function.  (Bug#5643)
5506
5507 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5508
5509         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5510         shell-command-to-string signals an error (bug#5299).
5511
5512 2010-02-24  Glenn Morris  <rgm@gnu.org>
5513
5514         * message.el (message-smtpmail-send-it)
5515         (message-send-mail-with-mailclient): Doc fixes.
5516
5517 2010-02-16  Glenn Morris  <rgm@gnu.org>
5518
5519         * message.el (message-default-mail-headers): Change the default value
5520         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5521
5522 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5525         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5526
5527 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5528
5529         * time-date.el (date-to-time): Doc fix (Bug#5408).
5530
5531 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5532
5533         * message.el (message-mail): Just pass yank-action on to message-setup.
5534         (message-setup): Handle (FUN . ARGS) form of yank-action.
5535         (message-with-reply-buffer, message-widen-reply)
5536         (message-yank-original): Handle non-buffer values of
5537         message-reply-buffer (Bug#4080).
5538         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5539
5540 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5541
5542         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5543         Fix typo in docstring.
5544
5545 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5546
5547         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5548         response.
5549
5550 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5553
5554         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5555
5556         * message.el (message-check-news-header-syntax): Protect against a
5557         string that `rfc822-addresses' returns when parsing fails.
5558
5559 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5562         (gnus-previous-char-property-change): New functions.
5563
5564         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5565
5566 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5567
5568         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5569         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5570
5571 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5572
5573         * message.el (message-exchange-point-and-mark): Rework last change to
5574         avoid using optional arg of exchange-point-and-mark, for backward
5575         compatibility.
5576
5577 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5578
5579         * message.el (message-exchange-point-and-mark):
5580         Call exchange-point-and-mark with an argument rather than setting
5581         mark-active by hand (Bug#5175).
5582
5583 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * nntp.el (nntp-service-to-port): Work for service expressed with
5586         numeric string; replace [:digit:] with [0-9] for XEmacs.
5587
5588 2009-12-17  Glenn Morris  <rgm@gnu.org>
5589
5590         * gnus-group.el (gnus-bug-group-download-format-alist):
5591         Change emacs entry to debbugs.gnu.org.  Bump :version.
5592
5593 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5594
5595         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5596
5597 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * message.el (message-info): Explain why we use `Info-goto-node'.
5600
5601 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5604
5605 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5606
5607         * message.el (message-completion-in-region): New compatibility function.
5608         (message-expand-group): Use it.
5609
5610 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5613         with no unread article should be listed if the 2nd arg `predicate' is
5614         given.
5615
5616 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5619
5620 2009-11-29  Juri Linkov  <juri@jurta.org>
5621
5622         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5623         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5624         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5625
5626 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5627
5628         * sha1.el (sha1-string-external): default-directory "/" in case
5629         otherwise non-existent.  process-connection-type pipe for touch of
5630         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5631
5632 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5633
5634         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5635         it's comms related and sgml-mode.el has "comm" on that basis too.
5636
5637 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5640         containing tspecial characters if they have been already quoted.
5641
5642 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5643
5644         * dns-mode.el (auto-mode-alist): Purecopy string.
5645
5646 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5647
5648         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5649
5650 2009-10-24  Glenn Morris  <rgm@gnu.org>
5651
5652         * gnus-art.el (help-xref-stack-item): Define for compiler.
5653
5654 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5655
5656         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5657
5658 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5661
5662 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5663
5664         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5665         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5666
5667 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5670         (gnus-overlays-in): New alias to overlays-in.
5671
5672         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5673         gnus-overlay-get, and gnus-delete-overlay.
5674         (gnus-summary-show-thread): Make it work as well for systems in which
5675         next-single-char-property-change is not available.
5676         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5677
5678         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5679         (gnus-overlay-get): New alias to extent-property.
5680         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5681
5682         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5683         SXEmacs.
5684
5685         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5686         SXEmacs.
5687
5688 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5689
5690         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5691
5692 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5693
5694         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5695         and XEmacs that don't have `remove-overlays'.
5696
5697 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5698
5699         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5700         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5701         selective display.  Use overlays instead.
5702
5703 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5704
5705         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5706
5707 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5708
5709         * spam-stat.el (spam-stat-load): Fix typo in message.
5710
5711 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5712
5713         * dig.el (dig-invoke): Fix typo in docstring.
5714         (query-dig): Reflow docstring.
5715
5716 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5717
5718         * gnus-art.el (gnus-article-encrypt-body):
5719         * message.el (message-check-recipients):
5720         * mm-util.el (mm-codepage-setup):
5721         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5722         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5723
5724 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5725
5726         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5727         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5728         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5729         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5730         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5731
5732 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5733
5734         * dig.el: Add "Keywords: comm", as per net-utils.el.
5735
5736 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5737
5738         * dig.el (dig-mode): Use define-derived-mode.
5739
5740 2009-09-19  Glenn Morris  <rgm@gnu.org>
5741
5742         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5743
5744 2009-09-18  Glenn Morris  <rgm@gnu.org>
5745
5746         * gnus-diary.el (gnus-diary-check-message):
5747         * message.el (message-insert-formatted-citation-line):
5748         * nnbabyl.el (top-level):
5749         * nndiary.el (nndiary-schedule):
5750         Fix typos in condition-case handlers.
5751
5752 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5755         configuration that provides the sole article window in a frame;
5756         position point correctly after deleting a part.
5757
5758 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5759
5760         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5761         (spam-resolve-registrations-routine): Use it to unregister articles
5762         that change status.
5763
5764 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5767         with XEmacs.
5768         (parse-time-string-chars): Use it.
5769
5770 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * imap.el (imap-interactive-login): Better messages.
5773         (imap-open): Fix bug with renamed buffer on reconnect.
5774         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5775         for easier debugging and cleaner code.  On successful (guessed based on
5776         server capabilities) secondary authentication, set imap-state
5777         correctly.
5778         (imap-last-authenticator): Define imap-last-authenticator as a variable
5779         to avoid warnings.
5780
5781 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5782
5783         * nnrss.el (nnrss-request-article): Remove binding of
5784         default-enable-multibyte-characters that has gotten needless by
5785         the 2007-07-13 change in rfc2047-encode-message-header.
5786
5787         * mml.el (mml-insert-multipart): Error on the message header.
5788         (mml-insert-part): Error on the message header; position point at
5789         the end of a MIME tag.
5790
5791 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * time-date.el (autoload): Expand define-obsolete-function-alias into
5794         defalias and make-obsolete for old Emacsen that Gnus supports.
5795         (with-no-warnings): Define it for old Emacsen.
5796         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5797         is available.
5798         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5799         float-time is available; suppress compile warning for time-to-seconds.
5800
5801         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5802         (gnus-float-time): Alias to float-time if it exists.
5803
5804         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5805         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5806         float-time is available; suppress compile warning for time-to-seconds.
5807
5808         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5809         XEmacs.
5810
5811 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5812
5813         * imap.el (imap-message-map): Docstring fix.
5814
5815 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5818         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5819         Add the optional argument `encoding' that overrides the default.
5820
5821         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5822         mm-encode-buffer.
5823
5824 2009-09-04  Glenn Morris  <rgm@gnu.org>
5825
5826         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5827         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5828         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5829         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5830         * mm-util.el (mm-with-unibyte-current-buffer)
5831         (mm-find-buffer-file-coding-system):
5832         * yenc.el (yenc-decode-region): Use default-value rather than
5833         default-enable-multibyte-characters.
5834
5835 2009-09-03  Glenn Morris  <rgm@gnu.org>
5836
5837         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5838         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5839         than default-enable-multibyte-characters.
5840
5841 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5842
5843         * gnus-art.el (gnus-article-read-summary-keys):
5844         Fix gnus-buffer-configuration's value temporarily used.
5845
5846 2009-09-02  Glenn Morris  <rgm@gnu.org>
5847
5848         * gnus-util.el (gnus-float-time): New function.
5849         * gnus-delay.el (gnus-delay-article):
5850         * gnus-sum.el (gnus-thread-latest-date):
5851         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5852         * nnspool.el (nnspool-request-newgroups):
5853         Use gnus-float-time rather than time-to-seconds.
5854         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5855
5856         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5857         (gnus-header-subject-face, gnus-header-newsgroups-face)
5858         (gnus-header-name-face, gnus-header-content-face):
5859         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5860         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5861         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5862         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5863         (gnus-cite-face-11):
5864         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5865         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5866         (gnus-server-closed-face, gnus-server-denied-face)
5867         (gnus-server-offline-face):
5868         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5869         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5870         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5871         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5872         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5873         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5874         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5875         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5876         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5877         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5878         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5879         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5880         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5881         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5882         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5883         (gnus-summary-high-undownloaded-face)
5884         (gnus-summary-low-undownloaded-face)
5885         (gnus-summary-normal-undownloaded-face)
5886         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5887         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5888         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5889         (gnus-splash-face):
5890         * message.el (message-header-to-face, message-header-cc-face)
5891         (message-header-subject-face, message-header-newsgroups-face)
5892         (message-header-other-face, message-header-name-face)
5893         (message-header-xheader-face, message-separator-face)
5894         (message-cited-text-face, message-mml-face):
5895         * sieve-mode.el (sieve-control-commands-face)
5896         (sieve-action-commands-face, sieve-test-commands-face)
5897         (sieve-tagged-arguments-face):
5898         * spam.el (spam-face):
5899         Mark face aliases with "-face" in the name as obsolete.
5900
5901 2009-09-01  Glenn Morris  <rgm@gnu.org>
5902
5903         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5904         than goto-line.
5905
5906 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5909         Don't move point if the command is invoked inside the message header.
5910
5911 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5912
5913         * imap.el (imap-send-command): Simplify.
5914         (imap-wait-for-tag): point-max -> buffer-size.
5915
5916 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5917
5918         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5919         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5920         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5921         * nnir.el (nnir-swish-e-index-file):
5922         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5923         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5924         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5925         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5926         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5927         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5928
5929 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5932         Don't save excursion.
5933
5934 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5935
5936         * nnheader.el (nnheader-find-file-noselect):
5937         * mm-util.el (mm-insert-file-contents):
5938         Use (default-value 'major-mode) instead of default-major-mode.
5939
5940 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5943
5944 2009-08-26  Glenn Morris  <rgm@gnu.org>
5945
5946         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5947         than placing in files.el.
5948
5949 2009-08-25  Glenn Morris  <rgm@gnu.org>
5950
5951         * nnir.el (top-level): Don't require cl at run-time.
5952         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5953         Replace cl-function substitute with gnus-replace-in-string.
5954         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5955         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5956         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5957         simplified expansions.
5958
5959 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5960
5961         * dig.el (dig): Add autoload cookie.
5962
5963 2009-08-22  Glenn Morris  <rgm@gnu.org>
5964
5965         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5966         goto-line.
5967
5968 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5969
5970         * parse-time.el (parse-time-string-chars): Save match data.
5971
5972 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5973
5974         * parse-time.el (parse-time-string-chars): Compute using character
5975         classes, to handle non-ascii characters (Bug#3190).
5976
5977 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5980
5981         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5982         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5983         (gnus-mm-display-part, gnus-mime-display-single)
5984         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5985         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5986
5987         * gnus-sum.el
5988         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5989         (gnus-summary-move-article): Add expirable mark to articles copied or
5990         moved to group that has auto-expire turned on if the option is non-nil.
5991
5992 2009-07-24  Glenn Morris  <rgm@gnu.org>
5993
5994         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5995         Fix typo.  (Bug#3903)
5996
5997 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6000         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6001         that should not be used for draft articles.
6002         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6003         that has no concern in minor mode keys.
6004         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6005         Abolish.
6006
6007 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6010         article without making inquiry to a user for unknown encoding.
6011
6012         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6013         (nnmaildir--scan): Assume i-node and device number that file-attributes
6014         returns might be cons-cell.
6015
6016         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6017
6018         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6019
6020 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * auth-source.el: Remove docs now in auth.texi.  Don't use
6023         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6024         `auth-source-hide-passwords' and use them.
6025
6026 2009-07-15  Glenn Morris  <rgm@gnu.org>
6027
6028         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6029
6030 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6033         excessive whitespace from the default values of title and description.
6034
6035 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6036
6037         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6038         mail-fetch-field to fetch Content-Description header in order to
6039         exclude newlines.
6040
6041 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6042
6043         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6044         format used by GnuPG 2.0.11.
6045
6046 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6049         to deleted part.
6050
6051 2009-05-30  David Engster  <dengste@eml.cc>
6052
6053         * nnmairix.el: Remove old documentation in the commentary block.
6054         (nnmairix-request-group): Do not update active file for nnml back ends.
6055         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6056         end so that overview files are ignored.
6057         (nnmairix-update-groups): Make updating the groups more robust by using
6058         marks.
6059         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6060         with dollar characters in message-id.
6061
6062 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6065         2008-12-25 in dns.el.
6066
6067 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6068
6069         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6070         could happen if the text is only composed of spaces and/or tabs.
6071
6072 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6073
6074         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6075         when sending a queued message to avoid extra mml tags.
6076
6077 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6080
6081 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6084         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6085         rmail-toggle-header for XEmacs;
6086         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6087
6088 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-dired.el: Remove autoload for gnus-setup-message.
6091         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6092         displaying Gnus logo; always use compose-mail.
6093
6094 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6097
6098 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6101         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6102         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6103         available.
6104         (gnus-nocem-epg-verify): New function.
6105
6106 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6109
6110 2009-02-15  Glenn Morris  <rgm@gnu.org>
6111
6112         * gnus-util.el (rmail-insert-rmail-file-header)
6113         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6114         autoloads.
6115         (rmail-default-rmail-file): Remove unnecessary declaration.
6116         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6117
6118 2009-02-14  Glenn Morris  <rgm@gnu.org>
6119
6120         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6121         variable (only used in gnus-util, which declares it anyway).
6122         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6123         which was only needed by gnus-art (changed to not use it any more).
6124         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6125         only used in gnus-util, which autoloads it itself.
6126         (rmail-update-summary): Fix autoload.
6127
6128         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6129         rather than rmail-output-to-rmail-file.
6130
6131 2009-02-07  Glenn Morris  <rgm@gnu.org>
6132
6133         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6134         autoload of function that no longer exists.
6135         (rmail-toggle-header): Declare.
6136         (message-forward-rmail-make-body): Handle mbox Rmail.
6137
6138 2009-01-31  Glenn Morris  <rgm@gnu.org>
6139
6140         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6141         2009-01-09 change.
6142
6143 2009-01-31  Dave Love  <fx@gnu.org>
6144
6145         * imap.el (imap-fetch-safe): Bind debug-on-error.
6146         (imap-debug): Add imap-fetch-safe.
6147
6148 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6149
6150         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6151         (auth-source-forget-all-cached): New convenience function.
6152         (auth-source-user-or-password): Accept list of modes or a single mode.
6153
6154         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6155         auth-source modes.
6156
6157         * netrc.el (netrc-machine-user-or-password): Use list of
6158         auth-source modes.
6159
6160         * nnimap.el (nnimap-open-connection): Use list of
6161         auth-source modes.
6162
6163         * nntp.el (nntp-send-authinfo): Use list of
6164         auth-source modes.
6165
6166 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6167
6168         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6169         now.
6170
6171 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6174         coding system in XEmacs; add a workaround for XEmacs.
6175
6176         * lpath.el: Fbind coding-system-aliasee.
6177
6178 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6181         of current-language-environment.
6182
6183 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6184
6185         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6186         available at runtime.
6187
6188 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6191
6192 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6193
6194         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6195         the greatest positive fixnum value doesn't work under an XEmacs with
6196         bignum support; use the most-positive-fixnum constant instead,
6197         available since Emacs 21.1 with cl and XEmacs 21.1.
6198
6199 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6202         XEmacs gets not to work.
6203
6204 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * mm-util.el (mm-coding-system-priorities): Allow the value like
6207         "Japanese (UTF-8)" of current-language-environment.
6208
6209 2009-01-09  Glenn Morris  <rgm@gnu.org>
6210
6211         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6212         with last-command-event.
6213
6214 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6217         in the doc string.
6218
6219         * message.el (message-fix-before-sending): Amend comment.
6220
6221 2009-01-08  Dave Love  <fx@gnu.org>
6222
6223         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6224
6225 2009-01-07  David Engster  <dengste@eml.cc>
6226
6227         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6228         simplified server definitions by converting it via
6229         gnus-server-to-method.
6230
6231 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6234         parameter's operands.
6235
6236 2009-01-06  David Engster  <dengste@eml.cc>
6237
6238         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6239         primary select method (for gnus-group-mark-article-as-read).
6240
6241 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6242
6243         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6244         `(gnus)Face', not `(gnus)X-Face'.
6245
6246 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * mm-util.el (mm-ucs-to-char): New function.
6249
6250         * mm-url.el (mm-url-decode-entities): Use it.
6251
6252         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6253         unicode-to-char.
6254
6255 2009-01-05  Dave Love  <fx@gnu.org>
6256
6257         * time-date.el: Require cl for `declare'.
6258
6259 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6260
6261         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6262         Dave Love.
6263
6264 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6265
6266         * message.el (message-fix-before-sending): Add `eight-bit' to
6267         illegible-text check.
6268
6269 2009-01-03  Michael Olson  <mwolson@gnu.org>
6270
6271         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6272         `headers' is nil.  This can occur if the IMAP server does not have
6273         permissions to read messages from a folder, but can write new messages
6274         to the folder.
6275         (nnimap-request-article-part): Do not insert `data' if it is nil.
6276
6277         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6278         characters which will confuse `read', so skip past them.
6279
6280 2009-01-01  Dave Love  <fx@gnu.org>
6281
6282         * imap.el (imap-string-to-integer): Fix typo.
6283         (imap-fetch-safe): New function.
6284         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6285
6286         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6287
6288         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6289         (imap-parse-greeting): Fix doc strings.
6290         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6291         (imap-parse-flag-list): Make messages unique.
6292         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6293
6294         * nnimap.el: Fix author email.
6295         (nnimap-split-rule): Add FIXME comment.
6296         (nnimap-debug): Fix doc string.
6297
6298 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6301
6302 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6305         nslookup if resolv.conf isn't available.
6306         (dns-query): Rename from query-dns.
6307         (dns-query-cached): Rename from query-dns-cached.
6308
6309 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6312         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6313         to check if those variables exist (first appeared in Emacs 18.50).
6314
6315 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mm-util.el (mm-line-number-at-pos): New function.
6318
6319         * spam-report.el (spam-report-process-queue): Use it.
6320
6321 2008-12-24  David Engster  <dengste@eml.cc>
6322
6323         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6324         parameters that haven't existed as variables as buffer-local variables.
6325
6326 2008-12-23  Dave Love  <fx@gnu.org>
6327
6328         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6329         cadar.
6330
6331         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6332         imap-starttls-p.
6333         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6334
6335 2008-12-22  Dave Love  <fx@gnu.org>
6336
6337         * imap.el: Fix author email.  Doc fixes.
6338         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6339         reply.
6340
6341 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * spam-report.el (spam-report-gmane-max-requests): New constant.
6344         (spam-report-gmane-wait): New variable.
6345         (spam-report-gmane-ham, spam-report-gmane-spam)
6346         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6347         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6348         the server.
6349
6350         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6351         Add explanations.
6352
6353         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6354         nnheader-accept-process-output and nnheader-read-timeout if available.
6355         (pop3-movemail): Use it.
6356
6357         * message.el (message-check-news-body-syntax): Fix signature check if
6358         there's an attachment.
6359
6360 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * mm-util.el: Add comments to the mm- emulating functions.
6363
6364 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6365
6366         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6367         Reported by Stephen Berman <stephen.berman@gmx.net>.
6368
6369 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * mm-util.el (mm-substring-no-properties): New function.
6372         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6373         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6374         (mm-string-to-multibyte): Doc fix.
6375
6376         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6377
6378 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6379
6380         * mml.el (mml-attach-file): Strip text properties from file name.
6381         (Bug#1574)
6382
6383 2008-12-16  Glenn Morris  <rgm@gnu.org>
6384
6385         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6386
6387 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6390         knows since the charset specified might be a bogus alias that
6391         mm-charset-synonym-alist provides.
6392
6393 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6394
6395         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6396         "ISO_8859-1".
6397
6398         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6399
6400 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * mm-util.el (mm-charset-eval-alist):
6403         Define it before mm-charset-to-coding-system.
6404         (mm-charset-to-coding-system): Add optional argument `silent';
6405         define it before mm-charset-override-alist.
6406         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6407         default value if it can be used in Emacs currently running;
6408         silence mm-charset-to-coding-system.
6409
6410 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6413         `allow-override' which says whether to use `mm-charset-override-alist'.
6414         (rfc2047-decode-encoded-words): Use it.
6415
6416         * mm-util.el (mm-charset-override-alist): Fix custom type;
6417         add `(gb2312 . gbk)' to choices.
6418
6419 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6422         fast.
6423
6424         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6425
6426         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6427
6428 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6429
6430         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6431         on links.
6432
6433         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6434
6435 2008-12-03  Lute Kamstra  <lute@gnu.org>
6436
6437         * sha1.el: Remove leading * from docstrings of defcustoms,
6438         deffaces, defconsts and defuns.
6439
6440 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6441
6442         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6443         users' addresses that don't have domain parts.
6444         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6445         rather than message-narrow-to-head since there will be the message
6446         header separator.
6447
6448 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6449
6450         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6451         since the result is inserted in a unibyte buffer anyway.
6452         (nnimap-demule-use-string-to-multibyte): Remove.
6453         (nnimap-demule): Alias it to mm-string-to-multibyte.
6454
6455 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6458         variable for debugging bug#464 and bug#1174.
6459         (nnimap-demule): Use it.
6460
6461 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6464         score calculation correctly.
6465
6466 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6467
6468         * message.el (message-send-mail): Just set the buffer to unibyte
6469         rather than use mm-with-unibyte-current-buffer which does a lot more.
6470         (message-send-mail-partially): Don't bother with
6471         mm-with-unibyte-current-buffer since it's already been made unibyte by
6472         message-send-mail.
6473
6474 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6475
6476         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6477
6478 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6481
6482 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6485         require itself and to remove `with-no-warnings'.
6486
6487 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6488
6489         * starttls.el (starttls-any-program-available): Get the name of the
6490         available TLS layer program.
6491         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6492         well as the host name in the "opening" message.
6493
6494         * auth-source.el (auth-source-cache, auth-source-do-cache)
6495         (auth-source-user-or-password): Cache passwords and logins by default,
6496         allow override with `auth-source-do-cache'.
6497         (auth-source-forget-user-or-password): Allow users to remove cache
6498         entries if needed.
6499
6500 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6501
6502         * md4.el (md4-buffer): Fix typo in docstring.
6503         (md4, md4-64): Doc fixes.
6504         (md4-pack-int32): Reflow docstring.
6505
6506 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6507
6508         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6509         condition-case to only the forward-sexp call.
6510
6511 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6512
6513         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6514         quotes contained.  Make it more robust regardless by an extra
6515         condition-case wrapper.
6516
6517 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6520
6521 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * nnml.el (nnml-request-expire-articles): Check if the function set to
6524         `nnmail-expiry-target' returns the symbol `delete'.
6525
6526         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6527
6528         * nnmail.el (nnmail-expiry-target): Fix custom type.
6529
6530 2008-10-02  Glenn Morris  <rgm@gnu.org>
6531
6532         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6533         Silence compiler warning.
6534
6535 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6536
6537         * tls.el (open-tls-stream): Show the actual command being
6538         executed, instead of the format string.
6539
6540 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6541
6542         * lpath.el: Fbind codepage-setup for Emacs 23.
6543
6544 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6545
6546         * mml.el (mml-menu): Don't assume mml2015 is bound.
6547
6548 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6551         exists.
6552
6553 2008-09-27  Glenn Morris  <rgm@gnu.org>
6554
6555         * gnus-util.el (mail-header-remove-comments): Autoload it.
6556
6557 2008-09-27  Andreas Schwab  <schwab@suse.de>
6558
6559         * gnus-util.el (gnus-split-references): Strip comments.
6560         (gnus-parent-id): Likewise.
6561
6562 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6563
6564         * message.el (message-confirm-send): Fix version.
6565
6566 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * message.el (message-idna-to-ascii-rhs-1): Use
6569         mail-extract-address-components rather than mail-header-parse-addresses
6570         that is an alias by default to ietf-drums-parse-addresses that does not
6571         support non-ASCII names in headers' contents.
6572
6573 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6574
6575         * message.el (message-confirm-send): Fix variable documentation to
6576         avoid the "y/n" wording.
6577
6578 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6579
6580         * message.el (message-set-auto-save-file-name): Save to a different
6581         filename so multiple messages (especially drafts) can be recovered.
6582
6583 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6584
6585         * message.el (message-confirm-send): Add appropriate version.
6586
6587 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6590         defvar.
6591
6592 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6593
6594         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6595         (mm-pkcs7-enveloped-magic): Ditto.
6596
6597 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6598
6599         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6600         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6601
6602 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6605         default, it's better.
6606
6607 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6608
6609         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6610         summary line gnus-number property and ignore them (with a warning
6611         message).
6612
6613 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6616         macro caddr in the interactive form since it won't be expanded.
6617
6618 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6619
6620         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6621         `charset'; fix name of function called recursively.
6622         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6623
6624 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6625
6626         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6627         (gnus-mime-set-charset-parameters): New function.
6628         (gnus-mime-view-part-as-charset): Use it to correctly display part
6629         specifying wrong charset.
6630
6631 2008-09-08  David Engster  <dengste@eml.cc>
6632
6633         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6634         in completing-read for back end server.
6635
6636 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * message.el (message-confirm-send): New variable to confirm sending a
6639         message.
6640         (message-send): Use it.
6641
6642 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6643
6644         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6645
6646 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6649
6650 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6651
6652         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6653         prevent tracking too many groups.
6654         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6655         Use it.
6656
6657 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6658
6659         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6660         moving point to the bottom of the window in order to avoid recentering.
6661
6662 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6665
6666         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6667         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6668         (gnus-article-beginning-of-window): Fix calculation.
6669
6670 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-msg.el (gnus-summary-supersede-article)
6673         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6674         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6675         message header.
6676
6677 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6678
6679         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6680         pending output coming after the status change.
6681
6682 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6683
6684         * message.el:
6685         * gnus-start.el:
6686         * gnus-registry.el: Remove VMS support.
6687
6688 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6691         macro.
6692         (rfc2104-hash): Use it.
6693
6694 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6697         (gnus-summary-sort-by-most-recent-date): New commands.
6698         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6699         and menu entries.
6700
6701 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6704         don't redisplay article for raw contents; remove plural articles stuff.
6705
6706         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6707         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6708         on gnus-summary-save-article; display results properly.
6709
6710 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * lpath.el: No need to fbind ns-focus-frame.
6713
6714 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6717
6718 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-art.el (gnus-summary-save-in-pipe):
6721         Consider gnus-save-all-headers.
6722
6723 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6724
6725         * gnus-util.el (ns-focus-frame): Remove declaration.
6726         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6727         like x.
6728
6729 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6730
6731         * rfc2104.el (rfc2104-zero): Delete defconst.
6732         (rfc2104-hex-alist): Likewise.
6733         (rfc2104-hex-to-int): Delete func.
6734         (rfc2104-hexstring-to-bitstring): Likewise.
6735         (rfc2104-nybbles): New defconst.
6736         (rfc2104-hash): Rewrite for speed.
6737
6738 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * tls.el (open-tls-stream): Make it work with the 2nd argument
6741         BUFFER that is a string but does not exist as a buffer object, as
6742         mentioned in the doc-string.
6743
6744 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6747         SXEmacs.
6748
6749 2008-07-16  Glenn Morris  <rgm@gnu.org>
6750
6751         * gnus-util.el (ns-focus-frame): Declare for compiler.
6752
6753 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6756         set as a group parameter.
6757         (gnus-summary-save-in-pipe): Work when it is called independently.
6758         (gnus-summary-pipe-to-muttprint): Don't modify
6759         gnus-summary-pipe-output-default-command.
6760
6761 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6762
6763         * message.el (message-send-mail-with-sendmail):
6764         Display the error message.
6765
6766 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * gnus-art.el (gnus-default-article-saver):
6769         Add gnus-summary-save-in-pipe to choices.
6770         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6771         gnus-summary-pipe-output-default-command as the default command.
6772         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6773         instead of gnus-last-shell-command.
6774
6775         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6776         New user option.
6777         (gnus-summary-muttprint-program): Mention the value will be changed.
6778         (gnus-summary-save-article): Force showing of all headers.
6779         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6780
6781 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6782
6783         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6784
6785 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6786
6787         * nnimap.el (nnimap-id):
6788         * sieve-manage.el (sieve-manage-open): Doc fixes.
6789
6790 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6791
6792         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6793         if available.
6794
6795 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6796
6797         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6798
6799         * nnkiboze.el (nnkiboze-generate-group):
6800         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6801
6802         * nnmairix.el: Require CL.
6803
6804 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * dgnushack.el: Autoload get-display-table and put-display-table for
6807         XEmacs 21.5.
6808
6809         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6810         21.4 and SXEmacs.
6811
6812 2008-06-15  David Engster  <dengste@eml.cc>
6813
6814         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6815
6816 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6817
6818         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6819         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6820         runtime choice under XEmacs.
6821
6822         * gnus-sum.el (gnus-summary-set-display-table):
6823         Use `gnus-put-display-table', `gnus-get-display-table',
6824         `gnus-set-display-table' for the display table, instead of `aset'.
6825
6826         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6827         Use `gnus-put-display-table', `gnus-get-display-table',
6828         `gnus-set-display-table' for the display table.
6829
6830 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * nnmairix.el: Add autoloads.
6833
6834 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6835
6836         * nnmairix.el (nnmairix-delete-recreate-group)
6837         (nnmairix-update-and-clear-marks): Fix error messages.
6838
6839 2008-06-14  David Engster  <dengste@eml.cc>
6840
6841         * nnmairix.el: Upgrade to version 0.6.
6842         (nnmairix-group-toggle-propmarks-this-group)
6843         (nnmairix-group-toggle-readmarks-this-group)
6844         (nnmairix-group-delete-recreate-this-group)
6845         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6846         (nnmairix-remove-tick-mark-original-article): New commands.
6847         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6848         (nnmairix-propagate-marks-to-nnmairix-groups)
6849         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6850         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6851         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6852         functions needed for marks propagation and manipulation of read marks.
6853         (nnmairix-update-groups): New function.
6854         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6855         (nnmairix-determine-original-group-from-registry)
6856         (nnmairix-determine-original-group-from-path)
6857         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6858         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6859         New helper functions.
6860         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6861         keystrokes for new commands.
6862         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6863         (nnmairix-request-group): Check allow-fast group parameter.
6864         (nnmairix-request-create-group): Set allow-fast group parameter if
6865         nnmairix-allowfast-default is set.
6866         (nnmairix-close-group): Propagate marks upon closing if needed.
6867         (nnmairix-group-toggle-threads-this-group): Use new.
6868         nnmairix-group-toggle-parameter helper function.
6869         (nnmairix-search): Better check for empty search result.
6870         (nnmairix-goto-original-article): Use new helper functions for
6871         determining original article.
6872         (nnmairix-show-original-article): Make sure message-id is in brackets.
6873         (nnmairix-call-mairix-binary): Change variable name.
6874         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6875         helper function.
6876         (nnmairix-widget-toggle-activate): Fix doc string.
6877
6878 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * nnir.el: Require edmacro when compiling with XEmacs.
6881         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6882         available in Emacs 21.
6883
6884 2008-06-11  Glenn Morris  <rgm@gnu.org>
6885
6886         * gnus-util.el (x-focus-frame):
6887         * gnus.el (image-size):
6888         * mm-decode.el (image-size): Declare.
6889
6890         * gnus-picon.el (declare-function): Add compat definition.
6891         (image-size): Declare.
6892
6893         * gnus-group.el (tool-bar-map):
6894         * gnus-sum.el (tool-bar-map): Define for compiler.
6895
6896         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6897
6898         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6899
6900         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6901         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6902         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6903         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6904         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6905         * sieve-manage.el, spam-report.el, spam.el:
6906         Remove unnecessary eval-and-compile of autoloads.
6907
6908 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6909
6910         * auth-source.el: Precise Tramp doc.
6911
6912 2008-06-07  Glenn Morris  <rgm@gnu.org>
6913
6914         * nnmairix.el: Remove unnecessary eval-when-compile.
6915
6916 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * lpath.el: Fbind propertize for XEmacs 21.4.
6919
6920 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * nnir.el: Move here from ../contrib.
6923
6924 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6925
6926         * gnus-util.el (gnus-read-shell-command): New function.
6927         * mm-decode.el (mm-pipe-part):
6928         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6929
6930 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6933
6934 2008-06-03  Glenn Morris  <rgm@gnu.org>
6935
6936         * pop3.el (nnheader-accept-process-output): Autoload it.
6937
6938 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6941         are not 2-digit hexadecimal characters that follow `%'s.
6942
6943 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * message.el (message-bogus-recipient-p): Fix type in doc string.
6946         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6947         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6948         Improve custom options.
6949         (message-bogus-recipient-p): Adjust accordingly.
6950
6951 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6952
6953         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6954         long-form month and day names.
6955
6956 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * dgnushack.el: Autoload debug, eudc-expand-inline and
6959         pgg-snarf-keys-region for XEmacs.
6960
6961         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6962
6963         * nnmairix.el: Require edmacro when compiling with XEmacs.
6964
6965 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6968         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6969
6970 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6971
6972         * auth-source.el: Add more docs.
6973
6974         * netrc.el (netrc-machine): Always match if the port is not given.
6975
6976 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6979         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6980         retrieval faster in some cases, but might make CPU usage larger.
6981         If this has any bad side effects, we might revert this change.
6982
6983         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6984         seems to make mail retrieval much, much faster.
6985         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6986         unconditionally.
6987
6988         * gnus-draft.el (gnus-group-send-queue):
6989         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6990
6991 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6994
6995         * message.el (message-bogus-address-regexp): Fix and improve custom
6996         type.
6997         (message-setup-hook): Add message-check-recipients as custom option.
6998
6999 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * message.el (message-cite-function): Remove bogus autoload which crept
7002         in during merge from v5-10.
7003
7004 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7005
7006         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7007
7008         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7009
7010         * auth-source.el: Preliminary Tramp docs.
7011         (auth-sources): Change the default auth-sources to use
7012         EPA .gpg files.
7013
7014 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7015
7016         * nntp.el: Autoload `auth-source-user-or-password'.
7017         (nntp-send-authinfo): Use it.
7018
7019         * nnimap.el: Autoload `auth-source-user-or-password'.
7020         (nnimap-open-connection): Use it.
7021
7022         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7023         for the gnus-message function.
7024         (auth-source-user-or-password): Use it.
7025
7026 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7027
7028         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7029         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7030         (rfc2104-hash): Use it.
7031
7032 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7033
7034         * gnus-art.el (gnus-article-toggle-truncate-lines):
7035         Don't use `iff' in docstring.
7036
7037 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7038
7039         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7040
7041         * gnus-util.el (gnus-extract-address-component-name)
7042         (gnus-extract-address-component-email): Convenience functions around
7043         `gnus-extract-address-components'.
7044
7045         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7046         Use `gnus-extract-address-component-email' to fix bug of comparing full
7047         sender name to `user-mail-address'.
7048
7049 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7050
7051         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7052         catch/throw to optimize.
7053         (gnus-registry-find-keywords): Just use member to find a keyword.
7054
7055 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7056
7057         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7058         is current before calling gnus-server-prepare.
7059         (gnus-server-setup-buffer, gnus-server-update-server)
7060         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7061
7062 2008-05-04  Juri Linkov  <juri@jurta.org>
7063
7064         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7065         (mailcap-file-default-commands): Use mailcap-replace-in-string
7066         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7067         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7068
7069 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7070
7071         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7072
7073 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7074
7075         * gnus.el: Bump version to 0.11.
7076
7077 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7078
7079         * gnus.el: No Gnus v0.10 is released.
7080
7081 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7082
7083         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7084         hooks.
7085         (gnus-update-read-articles): Speed up non-marks-using users.
7086         (gnus-use-marks): Define gnus-use-marks.
7087         (gnus-propagate-marks): Rename variable to something more sensible.
7088
7089 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7090
7091         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7092         (gmm-image-load-path-for-library): Fix typos in docstrings.
7093         (gmm-message): Reflow docstring.
7094
7095 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7096
7097         * mail-source.el (mail-source-set-1, mail-source-bind):
7098         Move auth-source code out of the macro to clean it up and fix bugs.
7099
7100 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7103         by sender if it's equal to user-mail-address, it's likely to be
7104         useless.
7105
7106         * mail-source.el (mail-source-bind): Don't use user or password if they
7107         are not bound.  Unintern them if they are nil.  Don't use server unless
7108         it's bound, and default it to empty string otherwise.
7109
7110 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * mail-source.el: Load auth-source.el.
7113         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7114         get user name or password, if auth-sources is set up.
7115
7116         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7117         strategy of splitting with parent.
7118         (gnus-registry-split-fancy-with-parent)
7119         (gnus-registry-post-process-groups): Use it and fix prior
7120         bug (returning a list as the split result).
7121
7122         * auth-source.el (auth-sources): Remove server parameter.
7123         (auth-source-pick, auth-source-user-or-password)
7124         (auth-source-user-or-password-imap)
7125         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7126         (auth-source-user-or-password-sftp)
7127         (auth-source-user-or-password-smtp): Remove server parameter.
7128
7129 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7130
7131         * smime.el (smime-sign-region, smime-encrypt-region)
7132         (smime-decrypt-region):
7133         Remove redundant calls to `generate-new-buffer-name'.
7134
7135 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7136
7137         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7138         Don't use QP for message/rfc822.
7139         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7140
7141 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7142
7143         * sieve-manage.el (sieve-string-bytes): Remove.
7144         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7145         correct byte-length only if the process's coding-system is the same as
7146         the one used internally by Emacs to represent strings.
7147
7148 2008-04-22  Juri Linkov  <juri@jurta.org>
7149
7150         * mailcap.el (mailcap-file-default-commands): New function.
7151
7152 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * message.el (message-signature-separator, message-cite-function):
7155         Change custom version.
7156
7157 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7158
7159         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7160         commands.
7161         (tls-checktrust): Ditto.
7162
7163 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * mm-decode.el (mm-display-external): Make temp file read-only.
7166
7167 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7170         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7171         `C-c C-f d'.
7172
7173 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7174
7175         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7176
7177 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7178
7179         * gnus.el: Bump version to 0.9.
7180
7181 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7182
7183         * gnus.el: No Gnus v0.8 is released.
7184
7185 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7186
7187         * mail-source.el (mail-source-value):
7188         Prefer fboundp to functionp so it works with macros as well.
7189
7190 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7191
7192         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7193         Fix last change in case the element is not even a symbol.
7194
7195 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7196
7197         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7198         Prefer fboundp to functionp so it works with macros as well.
7199
7200 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7201
7202         * auth-source.el: Add docs.
7203         (auth-sources): Modify format to support server.
7204         (auth-source-pick, auth-source-user-or-password)
7205         (auth-source-user-or-password-imap)
7206         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7207         (auth-source-user-or-password-sftp)
7208         (auth-source-user-or-password-smtp): Add server parameter.
7209
7210 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * gnus-registry.el: Initialize the registry when gnus-registry-install
7213         is t.
7214
7215 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * compface.el (uncompface): Make buffer unibyte.
7218
7219 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7220
7221         * mail-source.el (mail-source-value):
7222         Prefer fboundp to functionp so it works with macros as well.
7223
7224 2008-04-05  Glenn Morris  <rgm@gnu.org>
7225
7226         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7227
7228 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7229
7230         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7231         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7232
7233         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7234         multibyteness after rather than before erasing it.
7235
7236         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7237         mm-with-multibyte.
7238         (gnus-request-article-this-buffer): Make sure the proper decoding is
7239         used if gnus-original-article-buffer happens to be unibyte.
7240
7241         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7242         default-enable-multibyte-characters.
7243
7244         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7245         default-enable-multibyte-characters.
7246
7247         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7248
7249         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7250
7251 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7252
7253         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7254         Fix last change in case the element is not even a symbol.
7255
7256 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7257
7258         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7259         (imap-message-copyuid-1): Use it.
7260         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7261         J. Williams in
7262         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7263
7264         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7265         imap-enable-exchange-bug-workaround.
7266         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7267
7268 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7269
7270         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7271         a 100 byte status-checks into a 2-3MB transfer for each group.
7272         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7273         to enable bug workaround or not.
7274         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7275
7276 2008-03-31  Glenn Morris  <rgm@gnu.org>
7277
7278         * message.el (mml2015-use): Declare for compiler.
7279         (message-info): Require mml2015 when appropriate.
7280
7281 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7284         whitespace.
7285
7286 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7287
7288         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7289         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7290         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7291         (nntp-service-to-port): New function.
7292         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7293         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7294         (nntp-open-netcat-stream): New function.
7295         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7296
7297 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7298
7299         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7300
7301 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7304
7305 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7306
7307         * dns.el (dns-write): Use set-buffer-multibyte.
7308
7309 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7310
7311         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7312
7313 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * message.el (message-signature-separator): Change default.
7316         Improve custom type.
7317         (message-cite-function): Change default to
7318         message-cite-original-without-signature.
7319
7320         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7321         toggle.
7322
7323         * message.el (message-check-news-body-syntax): Fix signature check.
7324         (message-setup-1): Mark buffer as unmodified _after_ running
7325         message-setup-hook and handling message-alternative-emails.
7326         (message-shorten-references): Be more strict when building list of
7327         valid references to comply with GNKSA.
7328
7329         * gnus-group.el (gnus-read-ephemeral-bug-group)
7330         (gnus-read-ephemeral-debian-bug-group)
7331         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7332
7333         * message.el (message-info): Don't use booleanp which isn't supported
7334         in Emacs 21 and XEmacs.
7335
7336 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7337
7338         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7339         gnus-group-gmane-group-download-format.
7340         (gnus-group-read-ephemeral-gmane-group): Rename from
7341         gnus-group-read-ephemeral-gmane-group.
7342         (gnus-read-ephemeral-gmane-group-url): Rename from
7343         gnus-group-read-ephemeral-gmane-group-url.
7344         (gnus-bug-group-download-format-alist): New variable.
7345         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7346         (gnus-read-ephemeral-emacs-bug-group): New commands.
7347
7348 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7349
7350         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7351         (gnus-visible-headers): Improve custom type.
7352
7353 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * mml.el (mml-menu): Add workarounds for XEmacs.
7356
7357         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7358         X-Boundary header.
7359
7360         * message.el (message-simplify-recipients): Fix previous commit.
7361
7362 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7363
7364         * mm-util.el (mm-set-buffer-multibyte): New function.
7365         * mm-decode.el (mm-copy-to-buffer): Use it.
7366
7367         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7368         Prefer fboundp to functionp so it works with macros as well.
7369
7370 2008-03-19  Glenn Morris  <rgm@gnu.org>
7371
7372         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7373         Accidentally removed in the sync process with Emacs.
7374
7375 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * message.el (message-alter-recipients-discard-bogus-full-name):
7378         New function.
7379         (message-alter-recipients-function): New variable.
7380         (message-get-reply-headers): Use it.
7381         (message-replace-header): New helper function.
7382         (message-recipients-without-full-name): New variable.
7383         (message-simplify-recipients): New command.
7384
7385         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7386
7387         * message.el (message-info): Handle EasyPG manual.
7388
7389         * mml.el (mml-menu): Add entry for EasyPG.
7390
7391 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7392
7393         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7394         parameter.
7395
7396         * message.el (message-disassociate-draft): Specify drafts group name
7397         fully.
7398
7399 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7400
7401         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7402         Eliminate unnecessary duplicates from the match list.
7403
7404 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7407
7408         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7409
7410         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7411         args of `how-many' of which the XEmacs version doesn't take; declare
7412         Info-index-next as function.
7413
7414 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7415
7416         * gnus-score.el (gnus-score-headers): Fix handling of
7417         gnus-inhibit-slow-scoring.
7418
7419         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7420         string.
7421         (gnus-button-url-regexp): Improve handling of parenthesis.
7422         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7423         (gnus-button-handle-info-keystrokes): Handle index entries.
7424
7425 2008-03-15  Glenn Morris  <rgm@gnu.org>
7426
7427         * parse-time.el (parse-time-string): Simplify.
7428
7429 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7432         Incoming* files.
7433
7434 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7435
7436         * auth-source.el (auth-sources): Rename from auth-source-choices.
7437         (auth-source-pick): Use it.
7438
7439 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7440
7441         * binhex.el (binhex-decode-region-internal):
7442         * uudecode.el (uudecode-decode-region-internal):
7443         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7444         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7445         setting default-enable-multibyte-characters.
7446
7447 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7448
7449         * auth-source.el (auth-source-protocols)
7450         (auth-source-protocols-customize, auth-source-choices): Add and
7451         modified variable customizations and defaults.
7452         (auth-source-pick, auth-source-user-or-password)
7453         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7454         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7455         (auth-source-user-or-password-sftp)
7456         (auth-source-user-or-password-smtp): Use new variables and provide an
7457         interface to netrc.el.
7458
7459 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7462         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7463         Make sure the nntp port to specify is a string.
7464
7465 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7466
7467         * nntp.el: Use with-current-buffer.
7468         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7469         dubious mm-with-unibyte-current-buffer.
7470         (nntp-with-open-group-function): New function extracted from
7471         nntp-with-open-group macro.
7472         (nntp-with-open-group): Use the function, so it's easier to debug.
7473         Add indentation and debugging info.
7474         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7475         Recommend the use of the netcat alternatives.
7476
7477         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7478         Avoid mm-string-as-multibyte as well.
7479
7480         * nnweb.el (nnweb-insert-html):
7481         Remove use of nnheader-string-as-multibyte.
7482
7483         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7484         (nnheader-string-as-multibyte): Remove.
7485
7486         * mm-view.el: Use inhibit-read-only.
7487         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7488         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7489         or unibyte-string.
7490
7491         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7492         (mm-uu-yenc-extract): Use with-current-buffer.
7493
7494         * gnus-soup.el (gnus-soup-send-packet): Don't use
7495         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7496
7497         * nnmh.el: Use with-current-buffer.
7498         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7499         mm-string-as-multibyte on the output of mm-encode-coding-string.
7500
7501         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7502         (nnimap-request-move-article): Use with-current-buffer.
7503
7504         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7505         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7506         conversion uses string-make-unibyte rather than string-as-unibyte.
7507
7508         * gnus-msg.el: Use with-current-buffer.
7509
7510         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7511
7512 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7513
7514         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7515         string for caching if it is 'PIN.
7516
7517 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * lpath.el: Consider the case without Emacs/W3.
7520
7521 2008-03-08  Glenn Morris  <rgm@gnu.org>
7522
7523         * time-date.el (date-to-time, time-subtract, time-add)
7524         (safe-date-to-time): Doc fixes.
7525
7526 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7527
7528         * mail-source.el (mail-source-delete-old-incoming-confirm):
7529         Change default to nil.
7530         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7531
7532 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * lpath.el: Rearrange.
7535
7536         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7537         (gnus-article-goto-prev-page): Work for articles having ^L's.
7538
7539         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7540
7541         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7542
7543 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7544
7545         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7546         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7547         (gnus-bookmark-jump): Adjust some variable names.
7548
7549 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7550
7551         * auth-source.el: New package.
7552         (auth-source-choices): Add customization entry point variable.
7553
7554         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7555         bug.
7556
7557 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7558
7559         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7560         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7561         (gnus-registry-install-shortcuts): Rename from
7562         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7563         the `gnus-registry-mark-map' keymap dynamically from
7564         `gnus-registry-marks'.  The generated functions update the summary line
7565         when a registry mark is added or deleted, and will call
7566         `gnus-registry-install-p' (see the comments in the code).
7567         (gnus-registry-user-format-function-M): Use concat intelligently.
7568
7569         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7570         the registry mark functions.
7571
7572 2008-03-05  Glenn Morris  <rgm@gnu.org>
7573
7574         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7575         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7576         gnus-art.
7577         (top-level): No need to load own source when compiling.
7578
7579 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7582         Suggested by <chris.anderton@zetnet.co.uk>.
7583
7584 2008-03-04  Glenn Morris  <rgm@gnu.org>
7585
7586         * gnus-sum.el (top-level): No need to require gnus when compiling,
7587         since unconditionally required near start of file.
7588         (gnus-summary-display-while-building): Move definition before use.
7589
7590 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7591
7592         * gnus-registry.el (gnus-registry-user-format-function-M):
7593         Add formatting function.
7594
7595 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7596
7597         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7598         with plists.
7599         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7600         Use new format.
7601
7602 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7605         `where-is-internal' that returns a range of key sequences.
7606
7607 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7608
7609         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7610
7611         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7612         (gnus-summary-jump-to-group): Consider windows on other displayed
7613         frames as well.  Similar changes might be needed elsewhere, but that's
7614         the one I've bumped into during my use.
7615
7616         * nndoc.el (nndoc-oe-dbx-type-p):
7617         * gnus-msg.el (gnus-debug):
7618         * gnus-group.el (gnus-update-group-mark-positions):
7619         Use mm-string-to-multibyte.
7620
7621 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7624         doesn't handle NotDashEscaped.
7625
7626         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7627         (mml-dnd-attach-options): Fix typo in custom choice.
7628
7629         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7630         Change nndoc-article-type to mbox.
7631         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7632
7633         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7634         to nil, instead of html2text.
7635
7636         * imap.el (imap-debug): Add `imap-ping-server'.
7637
7638         * gnus-bookmark.el: Add FIXMEs.
7639
7640         * message.el (message-form-letter-separator)
7641         (message-send-form-letter-delay): New variables.
7642         (message-send-form-letter): Use them.  New command to send form
7643         letters.  Requested by Uwe Siart.
7644         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7645
7646 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7647
7648         * Update copyright years.
7649
7650 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         Sync from EMACS_22_BASE.
7653
7654         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7655
7656 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7657
7658         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7659         empty author.
7660
7661 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * gnus-registry.el (gnus-registry-marks): Add variable for
7664         customization of marks and their appearance.
7665         (gnus-registry-read-mark): Use it.
7666         (gnus-registry-do-marks): Add utility function to loop through
7667         `gnus-registry-marks'.
7668         (gnus-registry-install-shortcuts-and-menus): Add function to install
7669         shortcuts and menus.
7670         (gnus-registry-initialize): Use it.
7671         (gnus-registry-default-mark): Clarify documentation.
7672
7673 2008-02-29  Glenn Morris  <rgm@gnu.org>
7674
7675         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7676         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7677         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7678         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7679         Change defcustom :version from 23.0 to 23.1.
7680
7681 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7682
7683         * gnus-registry.el (gnus-registry-follow-group-p)
7684         (gnus-registry-post-process-groups): Add functions to aid registry
7685         splitting and improve logging.  Clarify behavior in function
7686         documentation.
7687         (gnus-registry-split-fancy-with-parent): Use them.
7688
7689 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7690
7691         * gnus-art.el: Use with-current-buffer.
7692
7693 2008-02-27  David Engster  <dengste@eml.cc>
7694
7695         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7696         Express real group name in the response.
7697
7698 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7701         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7702         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7703         autoload gnus-registry-fetch-group when compiling.
7704         (nnmairix-request-group-with-article-number-correction):
7705         Remove unreferenced argument passed to nnmairix-call-backend.
7706
7707 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7710         (mm-uu-extract): Improve face for low color ttys.
7711         Reported by Sascha Wilde.
7712
7713 2008-02-27  Glenn Morris  <rgm@gnu.org>
7714
7715         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7716         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7717         variables to defconsts.  Convert comments to doc-strings.
7718         (nnmairix-last-server, nnmairix-current-server): Convert from free
7719         variables to defvars.  Convert comments to doc-strings.
7720         (gnus-registry-fetch-group): Autoload.
7721         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7722         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7723         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7724         caddr.
7725         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7726         nnmairix-request-group-with-article-number-correction call.
7727         (nnmairix-fast, nnmairix-group): New, less general names, for free
7728         variables passed from nnmairix-request-group to
7729         nnmairix-request-group-with-article-number-correction.  Declare.
7730         (nnmairix-request-group-with-article-number-correction):
7731         Use nnmairix-fast, nnmairix-group rather than fast, group.
7732
7733 2008-02-26  David Engster  <dengste@eml.cc>
7734
7735         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7736         version 0.5.
7737
7738 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7741         instead of making an extra function call.  Don't add the current group
7742         to articles only when they have the group.  Use
7743         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7744         Reported by David <de_bb@arcor.de>.
7745
7746 2008-02-24  Miles Bader  <miles@gnu.org>
7747
7748         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7749         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7750         (mm-find-mime-charset-region):
7751         * mm-bodies.el (mm-encode-body):
7752         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7753
7754 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7755
7756         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7757         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7758
7759 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * mail-source.el (mail-source-delete-incoming): Change default.
7762         Supplement doc string.
7763
7764         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7765
7766 2008-02-14  Glenn Morris  <rgm@gnu.org>
7767
7768         * time-date.el (format-seconds): New function.
7769
7770 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7771
7772         * nnmail.el (nnmail-message-id-cache-file): Derive from
7773         `gnus-home-directory'.
7774
7775 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7778         Document negative prefix.
7779
7780         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7781
7782 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7783
7784         * message.el (message-unsent-separator): Add the Exim bounce
7785         separator.
7786
7787 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7788
7789         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7790         list.
7791         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7792         recipient/signer list.
7793
7794 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * Makefile.in (datarootdir): Define.
7797         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7798         name that might contain whitespace.
7799
7800 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7803         fbound (Emacs 23 unicode), signal an error.
7804
7805 2008-02-08  Glenn Morris  <rgm@gnu.org>
7806
7807         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7808
7809 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7810
7811         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7812         ports to the calls to `netrc-machine-user-or-password' in addition to
7813         "imap" and "imaps".
7814
7815 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7816
7817         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7818
7819         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7820
7821 2008-02-01  Kenichi Handa  <handa@m17n.org>
7822
7823         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7824         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7825         (rfc2104-hash): Convert the result of concat to unibyte string.
7826
7827 2008-02-01  Dave Love  <fx@gnu.org>
7828
7829         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7830         coding-system-for-read.
7831         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7832
7833 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7836         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7837         <hanche@math.ntnu.no>.
7838
7839 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7842
7843         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7844
7845 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7846
7847         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7848         * message.el (message-beginning-of-line): Use featurep instead of bound
7849         tests in order to resolve conditionals at compile time.
7850
7851 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7852
7853         * mail-source.el (mail-sources): Add `group' choice.
7854
7855         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7856         parameter `in-group' to control into which group the articles go.
7857         Add treatment of `group' mail-source.
7858
7859 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7862
7863         * mm-decode.el (mm-dissect-buffer): Decode description.
7864
7865         * mml.el (mml-to-mime): Encode message header first.
7866
7867 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7870         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7871
7872         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7873         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7874
7875 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7878
7879 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7882         prefix keys.
7883         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7884         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7885         gnus-xmas.el.
7886
7887         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7888         (gnus-xmas-article-describe-bindings): New function.
7889         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7890         gnus-xmas-article-describe-bindings.
7891
7892         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7893
7894 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7895
7896         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7897         Add new variables for article mark management.
7898         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7899         list of extra data entries which, when present, will indicate that the
7900         article ID should not be trimmed from the registry.
7901         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7902         functions.
7903         (gnus-registry-read-mark): New function to read a mark name from the
7904         user.
7905         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7906         (gnus-registry-set-article-mark-internal): New functions to add and
7907         remove marks.
7908         (gnus-registry-get-article-marks): New function to show the marks for
7909         an article, or retrieve them for further use.
7910
7911 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7914         keys when no argument is given.
7915
7916 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * imap.el (imap-ping-server): New variable.
7919         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7920         (imap-ping-server): Minor doc string fixes.
7921
7922 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7923
7924         * imap.el (imap-ping-server): New function.
7925         (imap-opened): Call imap-ping-server.
7926
7927 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * gnus-sum.el (gnus-article-sort-by-random)
7930         (gnus-thread-sort-by-random): Fix doc strings.
7931         Reported by jidanni@jidanni.org.
7932
7933 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-article-describe-bindings): New function.
7936         (gnus-article-read-summary-keys): Use it.
7937         (gnus-article-mode-map): Bind `C-h b' to it.
7938
7939 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7942         XEmacs.
7943         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7944         Protect against non-character events.
7945
7946         * lpath.el: Fbind map-keymap for Emacs 21.
7947
7948 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7949
7950         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7951         New command.
7952         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7953         instead of END.  Change name of the temp file.
7954         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7955         customizable.
7956
7957 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7960         bind `S W' to gnus-article-wide-reply-with-original; set default
7961         binding to gnus-article-read-summary-send-keys.
7962         (gnus-article-read-summary-keys): Fix the order of keys; display
7963         continuation keys correctly in the echo area; describe bindings
7964         correctly when keys end with `C-h'.
7965         (gnus-article-read-summary-send-keys): New function.
7966         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7967         Work for gnus-article-read-summary-send-keys; display continuation keys
7968         correctly in the echo area.
7969         (gnus-article-reply-with-original): Ignore prefix argument.
7970         (gnus-article-wide-reply-with-original): New function.
7971
7972         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7973         Emacs 21.
7974
7975 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7976
7977         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7978         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7979
7980 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7981
7982         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7983         (gnus-group-read-ephemeral-gmane-group): New command.
7984
7985 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7986
7987         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7988
7989 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * message.el (message-send-mail-function): Increase custom version.
7992
7993         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7994         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7995
7996 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7997
7998         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7999         for the cases where imap-authenticate is called with a nil buffer
8000         parameter.
8001
8002 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8005         html parts correctly; support forwarded messages.
8006         (gnus-article-browse-html-article): Remove work buffers.
8007
8008         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8009         compiling.
8010         (netrc-bound-and-true-p): New macro.
8011         (netrc-parse): Use it instead of bound-and-true-p that is not available
8012         in XEmacs 21.4.
8013
8014 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8015
8016         * gnus-registry.el (gnus-registry-mark-article)
8017         (gnus-registry-article-marks): Add functionality to mark articles
8018         through the Gnus registry.
8019
8020         * encrypt.el: Clarify documentation for the new pgg method.
8021         (encrypt-file-alist): Add PGG option.
8022         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8023         functionality.  Abstract password key and messaging to external
8024         functions.
8025         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8026         (encrypt-message-method-and-cipher): Add new convenience external
8027         functions.
8028         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8029         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8030
8031         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8032         (netrc-parse): Use encrypt-file-alist to determine if
8033         encrypt-find-model or encrypt-insert-file-contents should be used.
8034
8035         * encrypt.el: Clarify documentation.  Load password-cache or
8036         password, whichever one is found first, instead of autoloading.
8037
8038 2007-12-19  Glenn Morris  <rgm@gnu.org>
8039
8040         * mml.el (message-options-set, message-narrow-to-head)
8041         (message-in-body-p, message-mail-p, message-encode-message-body):
8042         Autoload.
8043         (message-remove-header, message-narrow-to-headers-or-head)
8044         (message-subscribed-p, message-make-mail-followup-to)
8045         (message-position-on-field, message-news-p)
8046         (message-options-set-recipient, message-generate-headers)
8047         (message-sort-headers): Declare as functions.
8048
8049 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8050
8051         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8052         convention in doc string.
8053
8054 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8057         title to html parts.
8058         (gnus-article-browse-html-article): Pass message header to it.
8059
8060         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8061
8062 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8065         or password compatible with XEmacs.
8066
8067 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8068
8069         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8070         format document.
8071         (gnus-mime-delete-part): Don't write description line if empty.
8072         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8073
8074 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8075
8076         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8077         (gnus-summary-mark-read-and-unread-as-read)
8078         (gnus-summary-mark-current-read-and-unread-as-read)
8079         (gnus-summary-mark-unread-as-ticked): Doc fix.
8080         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8081
8082 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8085         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8086
8087 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8088
8089         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8090         yes-or-no-p.
8091
8092 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mm-decode.el (mm-add-meta-html-tag): New function.
8095         (mm-save-part-to-file, mm-pipe-part): Use it.
8096
8097         * gnus-art.el (gnus-article-browse-delete-temp-files):
8098         Use gnus-y-or-n-p instead of y-or-n-p.
8099         (gnus-article-browse-html-parts): Work with message/external-body; use
8100         mm-add-meta-html-tag.
8101
8102 2007-12-11  Glenn Morris  <rgm@gnu.org>
8103
8104         * gnus-cache.el: Require gnus-sum not just when compiling.
8105
8106         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8107
8108         * gnus-int.el (gnus-server-opened, gnus-status-message):
8109         Move definitions before use.
8110
8111         * mm-decode.el: Require gnus-util.
8112         (mm-remove-part): Only call delete-annotation on XEmacs.
8113
8114         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8115
8116         * nnmail.el: Require gnus-int.
8117
8118         * spam.el: Move `require's before `eval-when-compile's.
8119
8120         * gnus-ems.el (gnus-alive-p):
8121         * gnus-fun.el (message-goto-eoh):
8122         * gnus-util.el (gnus-group-name-decode):
8123         * mail-source.el (gnus-compress-sequence):
8124         * message.el (Info-goto-node, format-spec):
8125         * mm-bodies.el (message-options-get):
8126         * mm-decode.el (mm-view-pkcs7):
8127         * mm-util.el (gmm-write-region):
8128         * mml-smime.el (mml-compute-boundary)
8129         (gnus-completing-read-with-default):
8130         * mml.el (widget-button-press, gnus-make-hashtable):
8131         * mml1991.el (mm-decode-content-transfer-encoding)
8132         (mm-encode-content-transfer-encoding)
8133         (message-options-get, message-options-set):
8134         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8135         * nnfolder.el (gnus-request-group):
8136         * nnheader.el (ietf-drums-unfold-fws):
8137         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8138         * smime.el (gnus-run-mode-hooks):
8139         * spam-stat.el (gnus-message): Autoload.
8140
8141         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8142         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8143         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8144         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8145         Add declare-function compatibility definition.
8146
8147         * gnus-cache.el (nnvirtual-find-group-art):
8148         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8149         (gnus-add-image, gnus-add-wash-type):
8150         * gnus-group.el (nnkiboze-score-file):
8151         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8152         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8153         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8154         (message-tokenize-header, gnus-get-buffer-create)
8155         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8156         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8157         * gnus.el (gnus-group-decoded-name):
8158         * mail-source.el (imap-capability):
8159         * mm-bodies.el (message-options-set):
8160         * mm-decode.el (gnus-configure-windows):
8161         * mm-extern.el (message-goto-body):
8162         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8163         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8164         (epg-sub-key-validity, message-options-set):
8165         * mml.el (widget-event-point, gnus-configure-windows):
8166         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8167         * mml2015.el (epg-check-configuration, epg-configuration)
8168         (message-options-set):
8169         * nndb.el (nndb-request-article):
8170         * nnfolder.el (gnus-request-create-group):
8171         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8172         * nnmaildir.el (gnus-group-mark-article-read):
8173         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8174         * rfc1843.el (message-fetch-field):
8175         * spam.el (gnus-extract-address-components):
8176         Declare as functions.
8177
8178 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8181
8182         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8183
8184         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8185         bind show-trailing-whitespace for XEmacs.
8186
8187 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8190         new no-op macro for backward compatibility.
8191
8192         * imap.el (imap-string-to-integer): New function.
8193
8194 2007-12-09  Glenn Morris  <rgm@gnu.org>
8195
8196         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8197
8198         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8199         * message.el, mm-view.el, sieve-manage.el, smime.el:
8200         Add declare-function compatibility definition.
8201
8202         * gnus-art.el (w3-region, w3m-region, Info-menu):
8203         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8204         * gnus-sum.el (gnus-get-predicate):
8205         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8206         * message.el (mail-abbrev-in-expansion-header-p):
8207         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8208         (w3m-detect-meta-charset, w3m-region):
8209         * sieve-manage.el (password-read, password-cache-add)
8210         (password-cache-remove):
8211         * smime.el (password-read-and-add): Declare as functions.
8212
8213 2007-12-08  David Kastrup  <dak@gnu.org>
8214
8215         * gnus-sum.el (gnus-summary-simplify-subject-query):
8216         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8217         `message'.
8218
8219 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8222         it to bind idna-program, installation-directory, defined-colors, and
8223         face-attribute for XEmacs of the version that compiles defcustom forms.
8224
8225 2007-12-07  Glenn Morris  <rgm@gnu.org>
8226
8227         * gnus-art.el (article-make-date-line): Revert previous change.
8228
8229 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8232
8233 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8234
8235         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8236         Call gnus-add-to-range ranges only once with a prepared article-list.
8237
8238 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8239
8240         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8241         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8242         group names with backslashes.
8243         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8244
8245 2007-12-06  Deepak Goel  <deego3@gmail.com>
8246
8247         * gnus-art.el (article-make-date-line):
8248         * gnus-start.el (gnus-load):
8249         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8250
8251 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-art.el (gnus-use-idna)
8254         * gnus-start.el (gnus-site-init-file)
8255         * message.el (message-use-idna)
8256         * mm-uu.el (mm-uu-hide-markers)
8257         * smiley.el (smiley-style): Revert changes that suppress warnings.
8258
8259 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8260
8261         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8262         specify charset to html source.
8263         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8264
8265 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8268         idna-program in order to suppress byte compile warning issued by XEmacs
8269         that came to byte compile the default value section of defcustom forms
8270         recently.
8271
8272         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8273         value of installation-directory.
8274
8275         * message.el (message-use-idna): Don't directly refer to the value of
8276         idna-program.
8277
8278         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8279
8280         * smiley.el (smiley-style): Don't directly call face-attribute.
8281
8282 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8285
8286         * gnus-dired.el: Reduce Gnus dependencies.
8287         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8288         Don't require.  Use autoloads instead.
8289         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8290         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8291         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8292         (gnus-dired-mode): Adjust doc string.
8293         (gnus-dired-mail-mode): New variable.
8294         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8295         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8296         (gnus-dired-mail-buffers): New function.  Return mail or message
8297         composition buffers.
8298         (gnus-dired-attach): Use it.
8299         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8300         NO-DECODE.
8301         (gnus-dired-print): Use `gnus-print-buffer' depending on
8302         `gnus-dired-mail-mode'.
8303
8304 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8305
8306         * rfc2047.el (rfc2047-encoded-word-regexp)
8307         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8308         explaining what regexp patterns are for.
8309
8310 2007-12-04  Glenn Morris  <rgm@gnu.org>
8311
8312         * password.el: Move to password-cache.el.
8313
8314         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8315         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8316         * mml-smime.el (password-read, password-cache-add)
8317         (password-cache-remove):
8318         No need to autoload, since mml-sec requires password.
8319
8320         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8321         * message.el (gnus-extract-address-components):
8322         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8323
8324         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8325         password.
8326
8327 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * mailcap.el: Reduce dependencies.
8330         (mail-header-parse-content-type): Autoload.
8331         (mailcap-delete-duplicates): New alias.
8332         (mailcap-mime-info): Add optional argument NO-DECODE.
8333         (mailcap-mime-types): Use mailcap-delete-duplicates.
8334
8335         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8336
8337 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8338
8339         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8340         (imap-parse-status): Upcase status-att for servers that sends them
8341         lower-case (e.g., MS Exchange 2007).
8342
8343 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8344
8345         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8346         function.
8347
8348         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8349         (gnus-uu-yenc-article): New function.
8350
8351         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8352
8353         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8354
8355 2007-12-02  Glenn Morris  <rgm@gnu.org>
8356
8357         * binhex.el (binhex): New custom group.
8358         (binhex-decoder-program, binhex-decoder-switches)
8359         (binhex-use-external): Move to the binhex custom group.
8360
8361         * uudecode.el (uudecode): New custom group.
8362         (uudecode-decoder-program, uudecode-decoder-switches)
8363         (uudecode-use-external): Move to the uudecode custom group.
8364
8365         * netrc.el (top-level): Don't load `encrypt' features.
8366         (netrc-parse): Don't use encrypt.
8367         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8368
8369         * encrypt.el: Remove file.
8370
8371 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8372
8373         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8374         matches on patches.
8375
8376         * gnus-art.el (gnus-article-browse-html-article):
8377         Mention `mm-text-html-renderer' in the doc string.
8378
8379         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8380         string.  Add comments.
8381
8382         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8383         if rhs is ASCII.
8384
8385 2007-12-01  Glenn Morris  <rgm@gnu.org>
8386
8387         * mail-source.el (top-level): Require format-spec before
8388         eval-when-compile.
8389
8390 2007-11-30  Glenn Morris  <rgm@gnu.org>
8391
8392         * encrypt.el: Require password, rather than autoloading password-read.
8393
8394 2007-11-29  Glenn Morris  <rgm@gnu.org>
8395
8396         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8397         (sasl-make-client, sasl-next-step, sasl-step-data)
8398         (sasl-step-set-data): Declare as functions.
8399
8400 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8403
8404 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8405
8406         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8407         certs should be verified and what is to be done in the event of a
8408         verification failure.
8409
8410         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8411         caller can indicate whether the cache should be disregarded for this
8412         call.  This way the result of the call is reproducible at all times and
8413         can be considered a canonical server name for the supplied method.
8414         (gnus-agent-method-p): Canonicalize server names by pushing their
8415         method through `gnus-method-to-server' using the no-cache argument.
8416
8417         * gnus-srvr.el (gnus-server-insert-server-line):
8418         Call `gnus-method-to-server' with `no-cache' argument.
8419
8420         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8421         gnus-agent-possibly-synchronize-flags as this should be called when the
8422         server is actually being opened.
8423         (gnus-agent-possibly-synchronize-flags)
8424         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8425         flags file of an agentized server to the latter function.
8426
8427         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8428         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8429         after a connection has been established successfully.
8430
8431 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (article-display-face): Force to display face if called
8434         interactively; check if gnus-article-x-face-too-ugly matches author.
8435         (article-display-x-face): Display face even if From header is missing
8436         as article-display-face does.
8437
8438 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8439
8440         * hashcash.el (message-narrow-to-headers-or-head)
8441         (message-fetch-field, message-goto-eoh)
8442         (message-narrow-to-headers): Declare as functions.
8443
8444 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * mail-source.el (mail-sources): Default to fetch from file for
8447         compatibility with default of nnmail-spool-file.
8448
8449 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8450
8451         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8452         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8453         to look for encoded word that should be encoded again.
8454         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8455         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8456         encoding pattern.
8457         (rfc2047-decode-region): Switch strict regexp and loose one according
8458         to rfc2047-allow-irregular-q-encoded-words.
8459
8460 2007-11-25  Romain Francoise  <romain@orebokech.com>
8461
8462         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8463
8464 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * tls.el (tls-program): Provide more custom choices from
8467         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8468         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8469
8470 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8473         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8474
8475         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8476         `nnmail-spool-file'.
8477
8478         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8479         `nnmail-spool-file'.
8480
8481         * gnus-move.el (gnus-change-server): Ditto.
8482
8483         * gnus-kill.el (gnus-batch-score): Ditto.
8484
8485         * gnus-cache.el (gnus-jog-cache): Ditto.
8486
8487         * gnus-msg.el (gnus-summary-reply):
8488         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8489
8490 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8493         version.  Minor improvement to doc strings.
8494         (tls-program): Add comment.
8495
8496 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8497
8498         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8499         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8500         mismatch between the hostname provided in the certificate and the name
8501         of the host connnecting to.
8502         (open-tls-stream): Use them.  Check certificates against trusted root
8503         certificates.
8504
8505 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gnus-cache.el (gnus-cache-generate-nov-databases):
8508         Use nnml-generate-nov-databases-directory instead of
8509         nnml-generate-nov-databases-1.
8510
8511 2007-11-24  Glenn Morris  <rgm@gnu.org>
8512
8513         * message.el (message-tool-bar-retro): Update for rename
8514         mail_send.xpm->mail-send.xpm.
8515
8516 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8519         `smime-ldap-search' for Emacs 22 and up.
8520
8521 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8522
8523         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8524
8525         * message.el (message-send-mail-function): Fix error convention.
8526         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8527         (message-widen-reply, message-send-mail, message-talkative-question)
8528         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8529         (message-clone-locals, message-send-news): Use with-current-buffer.
8530         (message-insert-or-toggle-importance): Remove unused var `valid'.
8531         (message-make-references): Remove unused var `new-references'.
8532         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8533
8534 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8535
8536         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8537         (spam-split-symbolic-return-positive): Reflow docstring.
8538         (spam-backends, spam-summary-exit-behavior)
8539         (spam-mark-ham-unread-before-move-from-spam-group)
8540         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8541         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8542         (spam-clear-cache, spam-backend-check, spam-install-backend)
8543         (spam-install-statistical-backend, spam-list-of-processors)
8544         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8545         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8546         (spam-check-crm114, spam-initialize, spam-unload-hook):
8547         Fix typos in docstrings.
8548
8549 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8552         been checked if they have never been read and those group levels are
8553         higher than the one that a user specified.
8554
8555 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8556
8557         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8558         foreign groups unless a group level is specified by a user.
8559         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8560
8561 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * message.el (message-send-mail-function): Require sendmail.
8564
8565 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * message.el (message-send-mail-function): Check for smtpmail too.
8568
8569         * utf7.el (utf7-encode, utf7-decode): Use coding system
8570         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8571
8572         * message.el (message-send-mail-function): New function.
8573         (message-send-mail-function): Set default using
8574         message-send-mail-function.  Adjust doc string.
8575         (message-send-mail-with-mailclient): New function.
8576
8577 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8578
8579         * smime.el (from):
8580         * rfc2047.el (message-posting-charset):
8581         * qp.el (mm-use-ultra-safe-encoding):
8582         * pop3.el (parse-time-months):
8583         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8584         * nnml.el (files):
8585         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8586         (jka-compr-compression-info-list, ange-ftp-path-format)
8587         (efs-path-regexp):
8588         * nndiary.el (files):
8589         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8590         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8591         (epg-digest-algorithm-alist, inhibit-redisplay)
8592         (password-cache-expiry):
8593         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8594         (pgg-output-buffer, password-cache-expiry):
8595         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8596         (efs-path-regexp):
8597         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8598         (inhibit-redisplay):
8599         * mm-uu.el (file-name, start-point, end-point, entry)
8600         (gnus-newsgroup-name, gnus-newsgroup-charset):
8601         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8602         (latin-unity-ucs-list):
8603         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8604         (mm-uu-binhex-decode-function):
8605         * message.el (gnus-message-group-art, gnus-list-identifiers)
8606         (rmail-enable-mime-composing, gnus-local-organization)
8607         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8608         (gnus-read-active-file, facemenu-add-face-function)
8609         (facemenu-remove-face-function, gnus-article-decoded-p)
8610         (tool-bar-mode):
8611         * mail-source.el (display-time-mail-function):
8612         * gnus-util.el (nnmail-pathname-coding-system)
8613         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8614         (gnus-original-article-buffer, gnus-user-agent)
8615         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8616         (xemacs-codename, sxemacs-codename, emacs-program-version):
8617         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8618         * gnus-start.el (gnus-agent-covered-methods)
8619         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8620         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8621         (gnus-newsgroup-headers, gnus-group-list-mode)
8622         (gnus-group-mark-positions, gnus-newsgroup-data)
8623         (gnus-newsgroup-unreads, nnoo-state-alist)
8624         (gnus-current-select-method, mail-sources)
8625         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8626         (nnmail-spool-file, gnus-cache-active-hashtb):
8627         * gnus-mh.el (mh-lib-progs):
8628         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8629         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8630         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8631         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8632         (gnus-group-buffer):
8633         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8634         (font-lock-set-defaults):
8635         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8636         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8637         (gnus-summary-post-menu, total-parts, type, condition, length):
8638         * gnus-agent.el (gnus-agent-read-agentview):
8639         * flow-fill.el (show-trailing-whitespace):
8640         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8641         eval-and-compile wrappers for byte compiler pacifiers.
8642
8643         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8644         (mm-display-inline-fontify): Check for featurep 'xemacs not
8645         extent-list.
8646
8647         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8648         itimer-list.
8649         (mm-create-image-xemacs): Only do something for XEmacs.
8650         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8651
8652         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8653
8654         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8655         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8656
8657 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8658
8659         * nnimap.el (nnimap-split-download-body):
8660         * gnus-demon.el (gnus-demon):
8661         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8662
8663 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8666         New macros.
8667         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8668         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8669         copy data from unibyte buffer to multibyte current buffer.
8670         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8671         to copy data from unibyte current buffer to multibyte buffer.
8672         (nntp-make-process-buffer): Make process buffer unibyte.
8673
8674         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8675
8676 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8677
8678         * pop3.el (pop3-open-server): Accept and process data more robustly at
8679         connexion start to avoid spurious "POP SSL connexion failed" errors.
8680
8681 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8684         read group names.
8685
8686 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8689
8690 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8693         (nnmail-save-active): Use a unibyte buffer when saving active file,
8694         which may contain non-ASCII group names.
8695
8696         * nnml.el (nnml-request-group): Decode group names in messages.
8697
8698 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * message.el (message-citation-line-function)
8701         (message-insert-formatted-citation-line): Fix spelling of
8702         `message-insert-formated-citation-line'.
8703
8704 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8707
8708 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8711         nnmail-pathname-coding-system.
8712
8713         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8714         that a user enters; decode group names in messages.
8715
8716         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8717
8718 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8721
8722         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8723
8724         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8725         risky local variable.
8726
8727         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8728
8729 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * encrypt.el: Improve documentation to fix function name typo.
8732         Reported by Daiki Ueno <ueno@unixuser.org>.
8733
8734 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8737         even if the point is not in the last page of an article.
8738         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8739         back to the previous page.
8740
8741 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8744
8745 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8748
8749 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8750
8751         * message.el (message-check-news-body-syntax):
8752         Avoid mm-string-as-multibyte.
8753         (message-hide-headers): Don't assume (point-min)==1.
8754
8755 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8756
8757         * message.el (message-remove-blank-cited-lines): Fix if remove is
8758         given.
8759         (message-bogus-address-regexp): New variable.
8760         (message-bogus-recipient-p): New function.
8761         (message-check-recipients): New command.
8762         (message-syntax-checks): Add `bogus-recipient'.
8763         (message-fix-before-sending): Add `bogus-recipient'.
8764
8765         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8766         (gnus-treat-body-boundary): Don't test window-system.
8767
8768 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8769
8770         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8771
8772 2007-10-28  Miles Bader  <miles@gnu.org>
8773
8774         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8775         at compile-time too.
8776
8777 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * gnus-msg.el (gnus-message-setup-hook):
8780         Add `message-remove-blank-cited-lines' to options.
8781
8782 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * message.el (message-remove-blank-cited-lines): New function.
8785         Suggested by Karl Plästerer.
8786
8787 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8790         mapc.
8791
8792         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8793         (top-level): Use mapc to set functions to be traced for debugging.
8794
8795         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8796         called for effect with while loop.
8797
8798         * message.el (message-talkative-question): Replace mapcar called for
8799         effect with mapc.
8800
8801         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8802         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8803         called for effect with dolist.
8804
8805         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8806
8807         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8808         gnus-extra-headers and nnmail-extra-headers.
8809
8810         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8811         called for effect with dolist.
8812         (top-level): Use mapc to set functions to be traced for debugging.
8813
8814         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8815         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8816         dolist.
8817
8818         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8819         Replace mapcar called for effect with mapc.
8820         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8821         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8822         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8823         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8824
8825         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8826         remove-if that's a cl function.
8827
8828         * webmail.el (webmail-debug): Replace mapcar called for effect with
8829         dolist.
8830
8831         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8832         with mapc.
8833
8834 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8837         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8838         with while loop.
8839
8840         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8841         functions from article-* functions.
8842         (gnus-multi-decode-header): Replace mapcar called for effect with
8843         dolist.
8844
8845         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8846         (gnus-bookmark-show-details): Replace mapcar called for effect with
8847         while loop.
8848
8849         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8850         called for effect with while loop.
8851
8852         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8853         with dolist.
8854
8855         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8856         Replace mapcar called for effect with dolist.
8857
8858         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8859
8860         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8861         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8862         Replace mapcar called for effect with dolist.
8863         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8864         mapc.
8865
8866         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8867         Replace mapcar called for effect with dolist.
8868         (gnus-topic-list): Replace mapcar called for effect with mapc.
8869
8870         * gnus.el: Use mapc instead of mapcar to add autoloads.
8871
8872 2007-10-23  Richard Stallman  <rms@gnu.org>
8873
8874         * gnus-group.el (gnus-group-highlight): Mark as risky.
8875
8876 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus.el (gnus-server-to-method): Return method found first in
8879         gnus-newsrc-alist.
8880
8881         * gnus-art.el (gnus-article-highlight-signature)
8882         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8883         button overlay without the front stickiness.
8884
8885 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8886
8887         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8888         overview buffer needed a catch to receive its throw.
8889         (gnus-agent-flush-cache): Declare as interactive to make this function
8890         easier to use.
8891
8892 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8893
8894         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8895         `next-line'.
8896
8897 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8900         exclude address matching message-dont-reply-to-names.
8901
8902 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-util.el (gnus-string<): New function.
8905
8906         * gnus-sum.el (gnus-article-sort-by-author)
8907         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8908
8909 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8912         the frame-focus tag is set in gnus-buffer-configuration.
8913
8914 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8917         the front stickiness.
8918
8919 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8922         url pattern; remove duplicate one.
8923         (gnus-article-extend-url-button): New function.
8924         (gnus-article-add-buttons): Use it.
8925         (gnus-button-push): Use concatenated url that it makes.
8926
8927 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8928
8929         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8930
8931 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8932
8933         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8934         Don't hardcode point-min==1.
8935
8936 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8939         Fix comment about "iso8859-1".
8940
8941 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8942
8943         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8944         ones returned from the verify-function.
8945
8946         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8947         Call mml2015-extract-cleartext-signature if extraction failed.
8948
8949 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8950
8951         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8952         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8953         failed.
8954
8955 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8958
8959 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8960
8961         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8962         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8963         recommends to use EasyPG instead of PGG.
8964
8965         * pgg.el: Revert to revision 6.23.2.16.
8966
8967         * pgg-def.el: Revert to revision 6.6.2.14.
8968
8969         * pgg-gpg.el: Revert to revision 6.23.2.34.
8970
8971 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8972
8973         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8974         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8975         thread for both the null and zero (kill/expire thread) universal prefix
8976         cases.
8977         (gnus-summary-expire-thread): Add new function to expire a thread,
8978         using gnus-summary-kill-thread.
8979         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8980         shortcuts for gnus-summary-expire-thread.
8981         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8982         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8983
8984 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8985
8986         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8987         extras value, so an extras entry can be deleted.
8988         (gnus-registry-delete-extra-entry): Use it.
8989         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8990         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8991         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8992         storage through the gnus-registry, and provide an appropriate API for
8993         it.
8994
8995 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8998         Suggested by Leo <sdl.web@gmail.com>.
8999
9000         * gnus.el: Do.
9001
9002 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9005         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9006
9007         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9008
9009         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9010         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9011
9012 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9015         newline.
9016         (nnmbox-request-accept-article): Don't change article in source buffer;
9017         narrow to header to use message-fetch-field rather than
9018         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9019         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9020         as delimiters; make sure article ends with newline.
9021         (nnmbox-delete-mail): Correct last position of article to be deleted;
9022         ignore X-Gnus-Newsgroup header in article body.
9023         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9024         positions; make sure article ends with newline.
9025
9026         * message.el (message-display-abbrev): Don't infloop when a user
9027         inserts SPC in the beginning of header.
9028
9029         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9030         coding-system-for-read and coding-system-for-write for XEmacs having no
9031         file-coding feature.
9032
9033         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9034
9035 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9036
9037         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9038         list of groups not followed by default.  Fix type to be regexp.
9039         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9040
9041 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9042
9043         * hmac-def.el (define-hmac-function): Switch from old-style to
9044         new-style backquotes.
9045
9046         * md4.el (md4-make-step): Likewise.
9047
9048 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9051         raw-text coding system when saving .newsrc file, which may contain
9052         non-ASCII group names.
9053
9054 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-cus.el (gnus-score-extra): New widget.
9057         (gnus-score-extra-convert): New function.
9058         (gnus-score-customize): Use it for Extra.
9059
9060 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9061
9062         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9063         (mml2015-mailcrypt-clear-verify): Use it.
9064         (mml2015-gpg-clear-verify): Use it.
9065         (mml2015-pgg-clear-verify): Use it.
9066         (mml2015-epg-clear-verify): Replace the current part with the output
9067         from GnuPG; don't extract the plaintext by itself.
9068
9069         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9070         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9071         mml2015-clear-verify-function; don't touch the armor headers or
9072         dash-escaped text here.
9073
9074 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9077         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9078         parts, or application/octet-stream as a last resort.
9079         (gnus-mime-view-part-as-type): Don't toggle display.
9080         (gnus-mime-view-part-as-charset): Don't turn off display before
9081         querying charset.
9082
9083         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9084         stuff to undisplayer function in Emacs.
9085         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9086
9087         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9088         text/calendar parts.
9089
9090 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9093         decoding text/calendar parts.
9094
9095         * message.el (message-forward-make-body-mime): Always mark body as
9096         having no illegible text; remove signed-or-encrypted argument.
9097         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9098
9099         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9100         (mml-generate-mime-1): Don't encode body if it is specified to be in
9101         raw form; don't make buffer be unibyte when inserting multibyte string.
9102
9103 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9104
9105         * sha1.el: Fix up comment style.
9106         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9107         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9108
9109         * hex-util.el: Fix up comment style.
9110         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9111
9112         * gnus-salt.el: Use with-current-buffer.
9113         (gnus-pick-setup-message): Fix long-standing typo.
9114
9115 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * imap.el (imap-logout-timeout): New variable.
9118         (imap-logout, imap-logout-wait): New functions.
9119         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9120
9121         * nnimap.el (nnimap-logout-timeout): New server variable.
9122         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9123         nnimap-logout-timeout.
9124
9125         * gnus-art.el (gnus-article-summary-command-nosave)
9126         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9127
9128 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9129
9130         * gnus.el (gnus-maximum-newsgroup): New variable.
9131
9132         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9133         according to gnus-maximum-newsgroup.
9134
9135         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9136         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9137         Limit the range of articles according to gnus-maximum-newsgroup.
9138
9139 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9140
9141         * gnus-art.el (gnus-sticky-article): Fix problems described in
9142         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9143         Don't perform gnus-configure-windows here; reuse existing sticky
9144         article buffer.
9145
9146         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9147         it doesn't exist in gnus-article-mode.
9148
9149 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9152         (gnus-agent-decoded-group-name): New function.
9153         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9154         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9155
9156 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9157
9158         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9159         Add binding for gnus-sticky-article.
9160         (gnus-summary-exit): Don't kill sticky article buffers.
9161
9162         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9163         article buffer.
9164         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9165         (gnus-kill-sticky-article-buffers): New commands.
9166
9167 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * nntp.el (nntp-xref-number-is-evil): New server variable.
9170         (nntp-find-group-and-number): If it is non-nil, don't trust article
9171         numbers in the Xref header.
9172
9173 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-agent.el (gnus-agent-read-group): New function.
9176         (gnus-agent-flush-group, gnus-agent-expire-group)
9177         (gnus-agent-regenerate-group): Use it.
9178         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9179         nnmail-pathname-coding-system.
9180
9181 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9184
9185         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9186         that are unread as unread, and also as selected so that information of
9187         marks having been changed by a user may be updated when exiting group.
9188
9189 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9192
9193 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9196         calculated ignoring signature parts to gnus-treat-article.
9197
9198 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9201         a point here in order to keep the window start.
9202         (gnus-insert-mime-security-button): Make a button overlay without the
9203         front stickiness.
9204         (gnus-mime-display-security): Goto the end of a button.
9205
9206         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9207
9208 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9209
9210         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9211         group-name-at-point.
9212         (gnus-group-completing-read): New function that offers decoded
9213         non-ASCII group names for completion.
9214         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9215         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9216         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9217         (gnus-group-fetch-control): Use it.
9218         (gnus-fetch-group): Use group-name-at-point for the initial value
9219         rather than the default value; use gnus-alive-p.
9220
9221         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9222         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9223         (gnus-summary-post-news): Use gnus-group-completing-read.
9224
9225         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9226         (gnus-read-move-group-name): Decode group name for completion.
9227
9228 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9229
9230         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9231         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9232         Yamaoka slightly modified the code).
9233
9234 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9237         (nnmail-split-incoming): Bind it.
9238
9239         * nnml.el (nnml-group-name-charset): New function.
9240         (nnml-decoded-group-name): Use it; don't decode group name if
9241         nnmail-group-names-not-encoded-p is non-nil.
9242         (nnml-encoded-group-name): New function.
9243         (nnml-group-pathname): Inline nnml-decoded-group-name.
9244         (nnml-request-expire-articles): Decode group name in message.
9245         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9246         nnmail-pathname-coding-system.
9247         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9248         not decoded ones according to nnmail-group-names-not-encoded-p.
9249         (nnml-generate-active-info): Use nnml-encoded-group-name.
9250
9251 2007-08-08  Glenn Morris  <rgm@gnu.org>
9252
9253         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9254         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9255         doc-strings and comments.
9256
9257 2007-07-25  Glenn Morris  <rgm@gnu.org>
9258
9259         * Relicense all FSF files to GPLv3 or later.
9260
9261 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-sum.el (gnus-summary-move-article):
9264         Make gnus-summary-respool-article work.
9265
9266 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9267
9268         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9269         string.
9270
9271 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9272
9273         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9274         that should be ignored when comparing distant RSS articles with local
9275         ones.
9276         (nnrss-make-hash-index): New function.  Create a hash index according
9277         to the ignored fields.
9278         (nnrss-check-group): Use it.
9279
9280 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9283
9284         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9285
9286         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9287         the new optional argument ENCODED is non-nil.
9288         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9289         coding system for encoding group name.
9290         (gnus-group-make-rss-group): Pass un-encoded group name to
9291         gnus-group-make-group.
9292         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9293         encoded.
9294
9295         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9296         Encode group name to which articles are moved or copied.
9297         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9298         coding system for encoding Newsgroup, Followup-To and Xref headers.
9299
9300         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9301         marks; use nnheader-file-coding-system to write a file.
9302         (nnagent-retrieve-headers): Bind file-name-coding-system to
9303         nnmail-pathname-coding-system.
9304
9305         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9306
9307         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9308         (nnml-request-article, nnml-request-create-group)
9309         (nnml-request-rename-group, nnml-find-id)
9310         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9311         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9312         (nnml-save-marks): Use nnml-group-pathname instead of
9313         nnmail-group-pathname.
9314
9315         (nnml-request-create-group, nnml-request-expire-articles)
9316         (nnml-request-move-article, nnml-request-delete-group)
9317         (nnml-deletable-article-p, nnml-possibly-create-directory)
9318         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9319         (nnml-open-marks): Bind file-name-coding-system to
9320         nnmail-pathname-coding-system.
9321
9322         (nnml-request-article): Pass server argument to nnml-find-group-number.
9323         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9324         Pass server argument to nnml-possibly-create-directory.
9325         (nnml-request-accept-article): Pass server argument to
9326         nnml-active-number and nnml-save-mail.
9327         (nnml-find-group-number): Pass server argument to nnml-find-id.
9328         (nnml-request-update-info): Pass server argument to
9329         nnml-marks-changed-p.
9330
9331         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9332         (nnml-save-mail, nnml-active-number): Add server argument.
9333
9334         (nnml-request-delete-group): Warn if group is missing.
9335         (nnml-get-nov-buffer): Decode group name.
9336         (nnml-generate-active-info): Encode group name.
9337         (nnml-open-marks): Decode group name in messages.
9338
9339 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9342         if it is not specified.
9343         (gnus-article-pipe-part, gnus-article-save-part)
9344         (gnus-article-interactively-view-part, gnus-article-copy-part)
9345         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9346         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9347         (gnus-article-replace-part, gnus-article-delete-part)
9348         (gnus-article-view-part-as-type): Pass raw prefix argument to
9349         gnus-article-part-wrapper.
9350
9351 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * gnus-agent.el (gnus-agent-save-active):
9354         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9355
9356         * gnus-cache.el (gnus-cache-save-buffers)
9357         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9358         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9359         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9360         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9361         (gnus-cache-generate-active, gnus-cache-rename-group)
9362         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9363         (gnus-cache-update-overview-total-fetched-for):
9364         Bind file-name-coding-system to nnmail-pathname-coding-system.
9365         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9366         New variables.
9367         (gnus-cache-decoded-group-name): New function.
9368         (gnus-cache-file-name): Use it.
9369         (gnus-cache-generate-active): Use non-decoded group name for active.
9370
9371         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9372         right place.
9373         (gnus-write-active-file): Don't break non-ASCII group names.
9374
9375         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9376         nnmail-pathname-coding-system.
9377
9378         * lpath.el: Bind default-file-name-coding-system,
9379         file-name-coding-system and language-info-alist for XEmacs.
9380
9381         * gnus-uu.el (gnus-uu-decode-save): Typo.
9382
9383 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9384
9385         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9386
9387 2007-07-14  David Kastrup  <dak@gnu.org>
9388
9389         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9390         finishing actions if we did not edit the article.
9391
9392 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9395         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9396         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9397         (gnus-agent-flush-group, gnus-agent-flush-cache)
9398         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9399         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9400         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9401         (gnus-agent-regenerate-group)
9402         (gnus-agent-update-files-total-fetched-for)
9403         (gnus-agent-update-view-total-fetched-for):
9404         Bind file-name-coding-system to nnmail-pathname-coding-system.
9405         (gnus-agent-group-pathname): Don't encode file names by
9406         nnmail-pathname-coding-system.
9407         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9408         coding-system-for-write instead of buffer-file-coding-system to
9409         gnus-agent-file-coding-system.
9410
9411         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9412         Decode group name.
9413
9414         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9415
9416         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9417         (gnus-read-newsrc-el-file): Make group names unibyte.
9418
9419         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9420         nnmail-pathname-coding-system.
9421
9422         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9423         (nnrss-request-delete-group): Bind file-name-coding-system to
9424         nnmail-pathname-coding-system.
9425         (nnrss-read-server-data, nnrss-read-group-data):
9426         Bind file-name-coding-system correctly.
9427         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9428
9429         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9430         (nntp-server-to-method-cache): New variable.
9431         (nntp-group-pathname): New function that decodes non-ASCII group names.
9432         (nntp-possibly-create-directory, nntp-marks-changed-p)
9433         (nntp-save-marks, nntp-open-marks): Use it.
9434         (nntp-possibly-create-directory, nntp-open-marks):
9435         Bind file-name-coding-system to nnmail-pathname-coding-system.
9436         (nntp-open-marks): Decode group names when bootstrapping marks.
9437
9438         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9439         Newsgroups and Folowup-To headers.
9440
9441 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9444         (gnus-server-closed-face, gnus-server-denied-face)
9445         (gnus-server-offline-face): Remove variable.
9446         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9447
9448         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9449         of modifying message-stack directly for XEmacs.
9450
9451         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9452         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9453         if the coding-system argument is nil for XEmacs.
9454
9455         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9456         mm-charset-override-alist.
9457
9458         * rfc2047.el: Don't require base64; require rfc2045 for the function
9459         rfc2045-encode-string.
9460         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9461         to quote the parameter value.
9462
9463 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9466         form in gnus-group-name-charset-method-alist.
9467
9468         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9469         overrides the default layout edit-form.
9470
9471         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9472
9473         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9474
9475 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9478         as unfetched articles.
9479
9480 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9481
9482         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9483
9484 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9487         original back end that keeps marks in the local system.
9488
9489 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9490
9491         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9492         arg of pop-to-buffer for XEmacs.
9493         (gnus-article-read-summary-keys): Ditto; don't restore window
9494         configuration if summary command ends up with neither article buffer
9495         nor summary buffer; describe bindings if summary keys end with C-h.
9496
9497 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * message.el (message-fix-before-sending): Skip raw message part to be
9500         forwarded while checking illegible text.
9501         (message-forward-make-body-mime, message-forward-make-body):
9502         Mark signed or encrypted raw message as having no illegible text.
9503
9504 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9507         (gnus-message-with-timestamp-1): New macro.
9508         (gnus-message-with-timestamp): New function.
9509         (gnus-message): Use them.
9510
9511         * nnheader.el (nnheader-message): Use them.
9512
9513 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9516         .newsrc.eld file.
9517
9518 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-agent.el (gnus-agent-fetch-headers)
9521         (gnus-agent-retrieve-headers):
9522         Bind gnus-decode-encoded-address-function to identity.
9523
9524         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9525         available also when the server returns simply a dot.
9526
9527         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9528
9529 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9530
9531         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9532
9533 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * gnus-ems.el (gnus-x-splash): Make it work.
9536
9537         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9538         from being used.
9539
9540         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9541
9542 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9545         4th and the 5th arguments.
9546
9547         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9548         the front stickiness.
9549         (gnus-article-summary-command-nosave): Correct the order of the
9550         arguments passed to pop-to-buffer.
9551         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9552         summary command ends up with the article buffer.
9553
9554         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9555         the same faces.
9556
9557 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9558
9559         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9560
9561 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9562
9563         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9564         * gnus-sum.el (gnus-summary-highlight):
9565         * pgg.el (pgg-sign-region, pgg-sign):
9566         * mail-source.el (mail-source-delete-old-incoming-confirm):
9567         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9568
9569 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-art.el (gnus-mime-view-part-externally)
9572         (gnus-mime-view-part-internally): Fix predicate function passed to
9573         completing-read.
9574
9575         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9576
9577         * gnus.el (gnus-update-message-archive-method): Add :version.
9578
9579 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus.el (gnus-update-message-archive-method): New variable.
9582
9583         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9584         according to gnus-message-archive-method if
9585         gnus-update-message-archive-method is non-nil.
9586
9587 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9590         Suggested by Loic Dachary <loic@dachary.org>.
9591         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9592
9593 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9594
9595         * message.el (message-pop-to-buffer): Add switch-function argument.
9596         (message-mail): Pass switch-function argument to it.
9597
9598 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9599
9600         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9601         Improve doc string.
9602
9603 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9606         (gnus-header-content)
9607         * gnus-cite.el (gnus-cite-10)
9608         * gnus-srvr.el (gnus-server-closed)
9609         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9610         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9611         (gnus-group-mail-3-empty, gnus-group-mail-low)
9612         (gnus-group-mail-low-empty, gnus-splash)
9613         * message.el (message-header-to, message-header-cc)
9614         (message-header-subject, message-header-other, message-header-name)
9615         (message-header-xheader, message-separator, message-cited-text)
9616         (message-mml): Lighten colors of faces used for dark background.
9617
9618 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9619
9620         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9621         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9622
9623 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * message.el (message-narrow-to-headers-or-head):
9626         Ignore mail-header-separator in the body.
9627
9628 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9631         same as window size.
9632
9633 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9634
9635         * message.el (message-font-lock-keywords): Use message-header-xheader
9636         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9637         ahead of the anything pattern, to get it recognised.
9638
9639 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9642         spam.el loads uses it in the compiled defadvice form.
9643
9644 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9645
9646         * gnus-sum.el (gnus-articles-to-read)
9647         (gnus-summary-insert-old-articles): Don't truncate group name for
9648         `read-string'.
9649
9650         * gnus-util.el (gnus-limit-string): Delete this function.
9651
9652         * gnus-sum.el (gnus-simplify-subject-fully):
9653         Use `truncate-string-to-width' instead.
9654
9655 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9656
9657         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9658         Tell if, on summary exit, the next group has to be selected.
9659         (gnus-summary-exit): Use it.
9660
9661 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9664         non-break space.
9665
9666 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9669         Check if group is not a directory.
9670         (nnfolder-request-expire-articles): Don't delete articles if the target
9671         group is not available.
9672
9673         * nnml.el (nnml-request-create-group): Properly check if group is not a
9674         file.
9675         (nnml-request-expire-articles): Don't delete articles if the target
9676         group is not available.
9677
9678         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9679         Don't quote characters that are within parentheses.
9680
9681 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9684         (gnus-handle-ephemeral-exit): Select article according to it.
9685
9686 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * message.el (message-insert-formated-citation-line): Remove newline.
9689         (message-citation-line-format): Add final \n here so that the user can
9690         avoid a blank line.
9691
9692 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9693
9694         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9695         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9696         Update lanl/arXiv support.
9697
9698 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus.el: Bump version number.
9701
9702 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * gnus.el (gnus-version-number): Bump version.
9705
9706 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9707
9708         * gnus.el: No Gnus v0.6 is released.
9709
9710 2007-04-27  Didier Verna  <didier@xemacs.org>
9711
9712         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9713         * gmm-utils.el (gmm-regexp-concat): ... here.
9714         * message.el: Don't require 'gnus-util.
9715         (message-dont-reply-to-names): Handle name change above.
9716         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9717
9718 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9721         since the initial value varies according to the system.
9722
9723 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9726
9727 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9728
9729         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9730
9731 2007-04-24  Didier Verna  <didier@xemacs.org>
9732
9733         Improve the type of gnus-ignored-from-addresses.
9734         * gnus-util.el (gnus-orify-regexp): New function.
9735         * message.el (gnus-util): Require it.
9736         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9737         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9738         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9739
9740 2007-04-24  Didier Verna  <didier@xemacs.org>
9741
9742         * gnus-sum.el:
9743         * gnus-utils.el: Fix some trailing whitespaces.
9744
9745 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9748         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9749         article's Message-ID; refer parent article in summary buffer.
9750
9751         * message.el (message-bounce): Call mime-to-mml.
9752
9753         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9754         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9755         optimize and/or forms properly.
9756
9757 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9760         URL.
9761
9762 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9765
9766 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9769         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9770         displayed of multipart/alternative part if it is invoked from summary
9771         buffer.
9772
9773         * mm-view.el (mm-inline-text-html-render-with-w3m)
9774         (mm-inline-text-html-render-with-w3m-standalone)
9775         (mm-inline-render-with-function): Use mail-parse-charset by default.
9776
9777 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9778
9779         * parse-time.el (parse-time-string-chars): Check if CHAR
9780         is less than the length of parse-time-syntax.
9781
9782 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9783
9784         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9785         from gnus-newsgroup-processable.
9786
9787 2007-04-16  Didier Verna  <didier@xemacs.org>
9788
9789         * gnus-msg.el (gnus-configure-posting-styles):
9790         Handle message-signature-directory properly with :file syntax.
9791         Reported by "Leo".
9792
9793 2007-04-11  Didier Verna  <didier@xemacs.org>
9794
9795         New user option: message-signature-directory.
9796         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9797         * message.el (message-insert-signature): Ditto.
9798         * message.el (message-signature-file): Doc update.
9799         * message.el (message-signature-directory): New.
9800
9801 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-msg.el (gnus-inews-yank-articles):
9804         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9805
9806 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * message.el (message-yank-original): Make sure cited text ends with
9809         newline; don't exchange point and mark.
9810
9811 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9812
9813         * tls.el (open-tls-stream): Properly handle case where there
9814         is no associated buffer.
9815
9816 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9817
9818         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9819         message-yank-original, make sure (< mark TEXT point).
9820
9821 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9822
9823         * message.el (message-fill-column): New variable.
9824         (message-mode): Use it.  Add comment on a possible new hook.
9825
9826         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9827         (nnmail-get-new-mail): Reformat.
9828
9829         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9830
9831         * gmm-utils.el: Fix Commentary.
9832         (gmm-tool-bar-from-list): Fix typo in doc string.
9833
9834 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9835
9836         * message.el (message-yank-original): Don't switch point and mark
9837         unnecessarily to put point and mark as documented.
9838
9839 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9842         from the message heads.
9843
9844 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9845
9846         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9847         article buffer does not have a window.  This may not be the best
9848         solution but is certainly better than setting the start of the null,
9849         that is the current, window.
9850
9851 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9852
9853         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9854         (gnus-draft-setup): Run it.
9855
9856         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9857         gnus-score-fast-scoring.  Allow regexp.
9858         (gnus-score-headers): Use it.
9859
9860         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9861         XEmacs.
9862
9863         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9864         string.
9865         (gnus-button-alist): Also catch `<f1> k ...'.
9866         (gnus-treat-display-x-face): Fix doc string.
9867
9868 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9869
9870         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9871         evaluation of gnus-extended-version to ensure correct generation of the
9872         User-Agent header when message-generate-headers-first is used.
9873
9874 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9875
9876         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9877         hashcash-path is nil.  Don't call callback with incorrect number of
9878         parameters if val is 0.
9879
9880 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9881
9882         * message.el (message-required-news-headers):
9883         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9884
9885 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9886
9887         * tls.el (open-tls-stream): In handshake-waiting loop,
9888         don't wait more if there is output available to process.
9889
9890 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9891
9892         * tls.el (tls-program): Doc fix.
9893
9894 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * message.el (message-generate-new-buffers): Change the meaning of the
9897         nil value; add `standard' to the choices; treat t as `unique'; improve
9898         doc string.
9899         (gnus-select-frame-set-input-focus): Autoload.
9900         (message-buffer-name): Search for the existing message buffer if
9901         message-generate-new-buffers is nil or `standard'; treat the value t of
9902         message-generate-new-buffers as `unique'.
9903         (message-pop-to-buffer): Raise the frame already displaying the message
9904         buffer; clear the echo area after querying.
9905         (message-setup): Pass the `continue' argument to compose-mail.
9906         (message-mail): Prefer `switch-function' if it is given; search for the
9907         existing message buffer if the `continue' argument is non-nil; pass
9908         continue and switch-function arguments to compose-mail by way of
9909         message-setup.
9910         (message-mail-other-window): Adjust argument of message-setup.
9911         (message-mail-other-frame): Ditto.
9912
9913 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9916         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9917         to turn font-lock on when turning gnus-message-citation-mode on.
9918
9919 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9922         (mml-smime-function-alist): New variable; add epg as the backend.
9923         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9924         mml-smime- functions instead.
9925         * mm-view.el: Require smime.
9926
9927 2007-03-05  Didier Verna  <didier@xemacs.org>
9928
9929         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9930         instead of just inheritance for posting styles.
9931         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9932
9933 2007-02-24  Chris Moore  <dooglus@gmail.com>
9934
9935         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9936         * pgg-pgp.el (pgg-pgp-encrypt-region):
9937         * pgg-gpg.el (pgg-gpg-encrypt-region):
9938         Check pgg-encrypt-for-me if no other recipients.
9939
9940 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9941
9942         * tls.el (tls-certtool-program): Fix custom type.
9943
9944 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9947         and point-at-eol instead of line-(beginning|end)-position.
9948
9949         * assistant.el (assistant-parse-buffer): Ditto.
9950
9951         * netrc.el (netrc-parse-services): Ditto.
9952
9953 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9954
9955         * mml2015.el (mml2015-epg-find-usable-key): New function.
9956         (mml2015-epg-sign): Use it.
9957         (mml2015-epg-encrypt): Use it.
9958
9959 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * message.el (message-make-in-reply-to): Quote name containing
9962         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9963         if there are special characters.  Reported by NAKAJI Hiroyuki
9964         <nakaji@jp.freebsd.org>.
9965
9966 2007-02-27  Didier Verna  <didier@xemacs.org>
9967
9968         Include the group parameters as well as the topic ones in the
9969         inheritance filter process.
9970         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9971         argument GROUP-PARAMS-LIST.
9972         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9973
9974 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * nntp.el (nntp-never-echoes-commands)
9977         (nntp-open-connection-functions-never-echo-commands): New variables.
9978         (nntp-send-command): Use them.
9979
9980 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9981
9982         * mml2015.el (mml2015-epg-verify): Simplify.
9983
9984 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * mml.el (mml-content-disposition-alist): New user option.
9987         (mml-content-disposition): New function.
9988         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9989         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9990
9991 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9992
9993         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9994         verification.
9995
9996 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9997
9998         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9999         articles posted in the last 24 hours.
10000
10001 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10002
10003         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10004
10005 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10006
10007         * nntp.el (nntp-send-command): Don't wait for echoes when
10008         nntp-open-ssl-stream is used.
10009
10010 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10013         (gnus-message-add-citation-keywords)
10014         (gnus-message-remove-citation-keywords): Remove.
10015         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10016         directly, make the variables in font-lock-defaults buffer-local, add
10017         gnus-message-citation-keywords to them and then update the value of
10018         font-lock-keywords.
10019
10020 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * message.el (message-cite-original-1): Don't call
10023         gnus-article-highlight-citation.
10024
10025         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10026         citations; fix line count.
10027
10028 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10031         (gnus-message-add-citation-keywords)
10032         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10033         versions of font-lock-add-keywords and font-lock-remove-keywords to
10034         work with XEmacs correctly.
10035
10036 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * gnus-cite.el (gnus-cite-face-list): Set the values of
10039         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10040         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10041         (gnus-message-cite-prefix-regexp): New variable.
10042         (gnus-message-search-citation-line): Use it; protect against long
10043         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10044         the 0th match data for Emacs.
10045         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10046         (gnus-message-add-citation-keywords): Append keywords rather than
10047         prepending; emulate font-lock-add-keywords if it is not available.
10048         (gnus-message-remove-citation-keywords):
10049         Emulate font-lock-remove-keywords if it is not available.
10050
10051         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10052
10053         * message.el (message-cite-prefix-regexp): Set the value of
10054         gnus-message-cite-prefix-regexp.
10055
10056 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10057
10058         * nnweb.el (nnweb-google-parse-1): Update parser.
10059
10060 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10061
10062         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10063
10064 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10065
10066         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10067         regexp.
10068
10069 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10072         string-to-multibyte.
10073         (uudecode-decode-region-internal): Use it.
10074
10075         * lpath.el: Fbind string-as-multibyte for XEmacs.
10076
10077 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10080         Fix custom choice.
10081
10082         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10083
10084 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10085
10086         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10087
10088         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10089         `write-region' to respect `mm-inhibit-file-name-handlers'.
10090
10091 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10094         Use gnus-home-directory instead of "~/" or "$HOME".
10095
10096 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10097
10098         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10099         to mention filename.
10100         Add comments at beginning regarding usage.
10101         (encrypt-write-file-contents): Change interactive so a string is
10102         acceptable.  If the file has no associated model, show an error instead
10103         of a nonsense prompt.
10104
10105 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10106
10107         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10108         Thanks to Yoshihiko Yamada for kind notification of this typo.
10109
10110 2007-01-12  Kenichi Handa  <handa@m17n.org>
10111
10112         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10113         multibyte buffer.
10114
10115 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-score.el (gnus-score-fast-scoring): New variable.
10118         (gnus-score-headers): Use it.
10119
10120         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10121
10122         * message.el (message-cite-original-1):
10123         Call gnus-article-highlight-citation if requested.
10124         (message-make-from): Allow name and address as optional arguments.
10125
10126         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10127
10128         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10129         bugs to doc string.
10130         (gnus-button-alist): Add mid\\|message-id.
10131         (gnus-button-fetch-group): Extend for use in
10132         `browse-url-browser-function'.
10133         (gnus-button-url-regexp): Try to catch paired parentheses like in
10134         Wikipedia URLs.
10135
10136         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10137         Suggested by Simon Krahnke <overlord@gmx.li>.
10138
10139 2007-01-13  Romain Francoise  <romain@orebokech.com>
10140
10141         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10142         Update copyright.
10143
10144 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10145
10146         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10147
10148 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10149
10150         * gnus-registry.el (gnus-registry-unfollowed-groups)
10151         (gnus-registry-split-fancy-with-parent): Fix documentation.
10152
10153 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10154
10155         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10156         from nnweb groups.
10157
10158 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159
10160         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10161         Xref urls.  Erase buffer before requesting head.
10162
10163         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10164
10165 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10168         customizable.
10169
10170 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10171
10172         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10173         no signing key is found.
10174         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10175         no encrypting and/or signing key is found.
10176
10177 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10180
10181 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10182
10183         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10184         headers read from disk with the ones newly found in the current search.
10185         This should no longer cause problems, because the article numbers in
10186         Gmane's `nov.php' output are ignored since the previous change.
10187
10188 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10189
10190         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10191
10192 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10195         replace-regexp-in-string; bind url-version; fbind display-images-p and
10196         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10197         find-face and set-itimer-function for Emacs; bind itimer-list for
10198         Emacs.
10199
10200         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10201
10202 2007-01-01  Romain Francoise  <romain@orebokech.com>
10203
10204         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10205
10206 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10207
10208         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10209         `define-minor-mode' macro definition expanded properly.
10210         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10211         exclude it there.
10212
10213         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10214         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10215         `fboundp' test.
10216         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10217         This is OK to autoload in (S)XEmacs now.
10218
10219 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10220
10221         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10222         keystroke.
10223         (gnus-summary-limit-to-singletons): Fix typo.
10224
10225         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10226         else fails.
10227
10228 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10229
10230         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10231         docstring.
10232
10233         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10234         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10235         (gnus-summary-insert-dormant-articles): Fix typo in message.
10236
10237 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10240         nil for XEmacs.
10241         (gnus-message-citation-mode): Don't autoload in XEmacs.
10242
10243         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10244
10245 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10246
10247         * nnimap.el (nnimap-expunge-search-string):
10248         Mention nnimap-search-uids-not-since-is-evil in docstring.
10249
10250 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10251
10252         * spam.el: Revert to make-obsolete-variable because
10253         define-obsolete-variable-alias is not supported in Emacs 21.
10254
10255         * spam.el (spam-ifile-path, spam-ifile-database-path)
10256         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10257         make-obsolete-variable.
10258         (spam-bsfilter-path, spam-bsfilter-program)
10259         (spam-spamassassin-path, spam-spamassassin-program)
10260         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10261         Don't use "path" inappropriately.
10262         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10263         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10264         variable names.
10265
10266 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10267
10268         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10269         summary buffer.
10270
10271         * password.el (password-cache-remove): Use clear-string to burn
10272         password, if available.
10273
10274 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10277
10278         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10279
10280         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10281         (gnus-message-highlight-citation): Move defcustom here from
10282         gnus-cite.el.
10283         (gnus-message-citation-mode): Autoload.
10284
10285         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10286         checks to make it compile with XEmacs.
10287         (gnus-message-citation-mode): New minor mode.
10288         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10289         (gnus-message-highlight-citation): New variables.
10290         (gnus-message-search-citation-line)
10291         (gnus-message-add-citation-keywords)
10292         (gnus-message-remove-citation-keywords)
10293         (turn-on-gnus-message-citation-mode)
10294         (turn-off-gnus-message-citation-mode): New functions.
10295
10296 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10297
10298         * gnus-cite.el: Enable highlighting of different citation levels in
10299         message-mode.
10300
10301 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * message.el (message-make-fqdn): Fix comment.
10304         (message-bogus-system-names): Add ".local".
10305
10306         * spam.el (spam-ifile-path, spam-ifile-program)
10307         (spam-ifile-database-path, spam-ifile-database)
10308         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10309         Don't use "path" inappropriately.
10310         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10311         strings.
10312         (spam-check-ifile, spam-ifile-register-with-ifile)
10313         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10314         Use new variable names.
10315
10316         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10317         (gnus-treat-display-smileys): Simplify using
10318         gnus-image-type-available-p.
10319
10320         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10321         available.
10322
10323         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10324         Use `display-images-p' if available.
10325
10326 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10329         one after turning on the buffer's multibyteness instead of decoding
10330         them directly in the unibyte buffer that causes unexpected conversion
10331         in Emacs 23 (unicode).
10332
10333 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10334
10335         * message.el (message-generate-hashcash): Fix custom type.
10336
10337 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10340
10341 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10344         disconnect icons.  Add help text.
10345
10346 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10347
10348         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10349         negated to be consistent with the others we handle.
10350
10351 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10352
10353         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10354         version of gnus-summary-buffer to something, so that we can use two
10355         article buffers at the same time.
10356
10357 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10358
10359         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10360         trigger all the extra headers.
10361         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10362         sorting.
10363
10364 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10367         solid groups.
10368
10369 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10370
10371         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10372
10373 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * legacy-gnus-agent.el: Add Copyright notice.
10376
10377 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10378
10379         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10380
10381 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10382
10383         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10384
10385         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10386         to make it work reliably in CVS Emacs.
10387         (gnus-summary-limit-strange-charsets-predicate)
10388         (gnus-summary-limit-to-predicate): New functions.
10389
10390 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10391
10392         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10393         specifying array size.
10394         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10395         array if it is too small.
10396         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10397         (gnus-sort-threads-loop): New function.
10398
10399 2006-12-06  Chris Moore  <dooglus@gmail.com>
10400
10401         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10402         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10403
10404 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10405
10406         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10407         options.
10408
10409 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10410
10411         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10412         DOS-ing the recipient.
10413
10414         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10415         the headers when creating the mapping to avoid mismappings.
10416         (nnweb-gmane-create-mapping): Always nix out old mapping.
10417
10418 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10421         and mm-verify-option to never.
10422
10423 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * message.el (message-signed-or-encrypted-p): New function.
10426         (message-forward-make-body): Use it.
10427
10428         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10429         Replace encode-coding-string with mm-encode-coding-string.
10430
10431 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * nneething.el (nneething-decode-file-name):
10434         Replace decode-coding-string with mm-decode-coding-string.
10435
10436         * gnus-int.el (gnus-open-server): Say failed server's name.
10437
10438 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10439
10440         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10441         strings to a single string.  Quote `errors-file-name'.
10442         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10443         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10444         Adjust calls.  Use `shell-quote-argument'.
10445
10446 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10447
10448         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10449         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10450
10451         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10452         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10453         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10454         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10455         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10456         (gnus-subscribe-newsgroup, gnus-1):
10457         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10458         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10459         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10460         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10461
10462 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463
10464         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10465         keystroke.
10466         (gnus-summary-limit-to-bodies): Implement headersp.
10467
10468 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10469
10470         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10471
10472 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10475
10476 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * message.el (message-generate-hashcash): Expand range of values to
10479         include `opportunistic'.
10480         (message-send-mail): Use it.
10481
10482 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10483
10484         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10485         and comment it.
10486
10487         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10488
10489 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10490
10491         * gnus-util.el (gnus-extract-address-components): Improve comment.
10492
10493 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-util.el (gnus-extract-address-components): Work with address in
10496         which the name portion contains @.
10497
10498         * lpath.el: Fbind custom-autoload.
10499
10500 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus.el (gnus-start): Move custom group up.
10503         (gnus-select-method): Don't autoload, but make it available for
10504         `customize-variable'.
10505         (gnus-getenv-nntpserver): Don't autoload.
10506
10507 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10508
10509         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10510
10511 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * message.el (message-sendmail-extra-arguments): New variable.
10514         (message-send-mail-with-sendmail): Use it.
10515
10516 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10519         mm-with-unibyte-current-buffer to make string unibyte.
10520
10521         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10522         mm-string-as-multibyte.
10523
10524 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10525
10526         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10527         Reported by Werner Koch <wk@gnupg.org>.
10528
10529 2006-11-14  Daiki Ueno  <ueno@p360>
10530
10531         * mml2015.el: Autoload epa-select-keys when compiling.
10532
10533 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10534
10535         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10536         message-options.
10537         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10538
10539 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10540
10541         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10542         EasyPG (< 0.0.6).
10543         (mml2015-always-trust): New user option.
10544         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10545         prompt.
10546
10547 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10548
10549         * nntp.el (nntp-authinfo-force): New variable.
10550         (nntp-send-authinfo): Use it.
10551
10552 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10555         decode encoded words.  Improve prompt.  Add comment about forwarding.
10556         (message-replacement-char): Move up.
10557
10558 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10559
10560         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10561         instead of gnus-intersection because arguments of gnus-sorted-nunion
10562         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10563
10564 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10565
10566         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10567         (message-simplify-subject-functions):
10568         Enable message-strip-subject-encoded-words by default.
10569
10570 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * message.el (message-strip-subject-encoded-words): New function.
10573         (message-simplify-subject-functions): New variable.
10574         (message-simplify-subject): Use it.  Fix typo in doc string.
10575         Support message-strip-subject-encoded-words.
10576
10577 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10578
10579         * gnus-diary.el (gnus-diary-delay-format-function):
10580         * nndiary.el (nndiary-reminders):
10581         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10582
10583 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10584
10585         * gnus-art.el (article-hide-boring-headers): Fetch date from
10586         gnus-original-article-buffer to avoid problems with localized date
10587         strings.
10588
10589 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10592
10593 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10596         New variables.
10597         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10598         (mm-charset-synonym-alist): Move some entries to
10599         mm-codepage-iso-8859-list.
10600         (mm-charset-synonym-alist, mm-charset-override-alist):
10601         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10602
10603 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10606
10607 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10608
10609         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10610         with Emacs 21 and XEmacs.
10611
10612 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10613
10614         * spam.el (spam-parse-address): New function for better parsing,
10615         catching errors, etc.
10616         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10617
10618 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * mm-view.el: Add interactive arg to html2text autoload.
10621
10622 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10625
10626 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10629         New variables.
10630         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10631         (mm-charset-synonym-alist): Move some entries to
10632         mm-codepage-iso-8859-list.
10633
10634         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10635
10636 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * message.el (message-citation-line-format)
10639         (message-insert-formated-citation-line): Fix implementation of %E, %N
10640         and %n according to the doc string.
10641
10642 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10645         Use car-safe to avoid bad parses.
10646
10647 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10650         names.
10651
10652         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10653
10654 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10655
10656         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10657         header.
10658
10659         * message.el (message-draft-headers): Add Date.
10660         (message-headers-to-generate): Fix typo in docstring.
10661
10662         * nndraft.el (nndraft-required-headers): New variable.
10663         (nndraft-generate-headers): Use it.
10664
10665         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10666
10667 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10668
10669         * gnus-registry.el (gnus-registry-wash-for-keywords)
10670         (gnus-registry-find-keywords): New functions to allow easy searching of
10671         articles that are in the registry.
10672
10673 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10676         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10677         Reported by Damien Elmes <damien@repose.cx>.
10678
10679 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * gnus.el (gnus-mime): Remove unused custom group.
10682
10683 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10684
10685         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10686         "blank line" when searching for end of armor headers.
10687
10688 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gmm-utils.el (gmm-write-region): Fix variable name.
10691
10692 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gmm-utils.el (gmm-write-region): New function based on compatibility
10695         code from `mm-make-temp-file'.
10696
10697         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10698
10699         * nnmaildir.el (nnmaildir--update-nov)
10700         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10701         Use `gmm-write-region'.
10702
10703 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10706         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10707
10708         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10709
10710         * message.el (message-replacement-char): New variable.
10711         (message-fix-before-sending): Use it.
10712         (message-simplify-subject): New function to remove duplicate code.
10713         (message-reply, message-followup): Use it.
10714
10715         * gnus-sum.el (gnus-summary-make-menu-bar):
10716         Clarify gnus-summary-limit-to-articles.
10717
10718 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-util.el (gnus-with-local-quit): New macro.
10721
10722         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10723
10724 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10725
10726         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10727         ignore non-string data.
10728
10729 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10730
10731         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10732         non-string data (needs to be done in the registry too).
10733
10734 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10737         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10738         (gnus-registry-split-fancy-with-parent)
10739         (gnus-registry-fetch-simplified-message-subject-fast)
10740         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10741         Remove text properties on ingress into the registry and when it's saved.
10742         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10743         registry from entries with no groups.
10744
10745 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10746
10747         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10748         function to remove string properties.
10749
10750 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10751
10752         * gmm-utils.el (gmm): Adjust custom version.
10753
10754         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10755         Adjust custom version.
10756
10757         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10758
10759 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10760
10761         * gnus-art.el (gnus-insert-prev-page-button)
10762         (gnus-insert-next-page-button): Simplify.  Reformat.
10763
10764 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10765
10766         * gnus-art.el (gnus-insert-prev-page-button)
10767         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10768
10769 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10770
10771         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10772
10773 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10774
10775         * gnus-art.el (gnus-insert-mime-button)
10776         (gnus-insert-mime-security-button):
10777         Apply gnus-article-button-face to MIME and security buttons.
10778
10779 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10782         readable.
10783
10784 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10787
10788 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10789
10790         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10791         `browse-url-of-file' instead of `browse-url'.
10792
10793 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10794
10795         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10796         regexp.  Articles containing quotation were cut prematurely.
10797
10798 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * message.el (message-cite-original-1): Use nobody by default for the
10801         value of From header.
10802         (message-reply): Ditto.
10803
10804 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10805
10806         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10807         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10808         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10809
10810 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10813         mails in the doc string.  Add some URLs in comment.
10814         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10815
10816 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10819         backslashes handling and the way to find boundaries of quoted strings.
10820
10821 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10822
10823         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10824         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10825         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10826         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10827
10828 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10831         doc string.
10832         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10833
10834 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * lpath.el: Fbind epg-check-configuration.
10837
10838 2006-09-06  Simon Josefsson  <jas@extundo.com>
10839
10840         * mml2015.el (mml2015-use): Doc fix, mention epg.
10841
10842 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10843
10844         * mml2015.el (mml2015-use): Default to epg, if available.
10845
10846 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10847
10848         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10849         message-sender.
10850         (mml1991-epg-encrypt): Ditto.
10851         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10852         message-sender.
10853         (mml2015-epg-encrypt): Ditto.
10854
10855 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10856
10857         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10858         several common directories.
10859
10860 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10861
10862         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10863         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10864
10865 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-art.el (article-decode-encoded-words): Make it fast.
10868
10869 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10872
10873         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10874         in quoted string into `\'.
10875
10876 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10879         Use standard-syntax-table.
10880
10881 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10882
10883         * gnus-art.el (gnus-decode-address-function): New variable.
10884         (article-decode-encoded-words): Use it to decode headers which are
10885         assumed to contain addresses.
10886         (gnus-mime-delete-part): Remove useless `or'.
10887
10888         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10889         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10890         (gnus-nov-parse-line): Use it to decode From header.
10891         (gnus-get-newsgroup-headers): Ditto.
10892         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10893
10894         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10895         (mail-decode-encoded-address-string): New alias.
10896
10897         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10898         New function.
10899         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10900         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10901         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10902         (rfc2047-decode-string): Ditto.
10903         (rfc2047-decode-address-region): New function.
10904         (rfc2047-decode-address-string): New function.
10905
10906 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * message.el (message-caesar-buffer-body): Allow rotating headers.
10909
10910         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10911
10912         * message.el (message-insert-formated-citation-line): Fix %f.
10913         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10914
10915 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10918         (gnus-bookmark-mouse-available-p): New macro.
10919         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10920         (gnus-bookmark-bmenu-show-infos): Use it.
10921         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10922         (gnus-bookmark-bmenu-hide-infos): Ditto.
10923         (gnus-bookmark-remove-properties): New function.
10924         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10925         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10926         (gnus-bookmark-write-file): Bind coding-system-for-write.
10927         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10928         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10929         group before selecting it.
10930         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10931         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10932         quit-window if it is not available; use gnus-mouse-2 and bind it to
10933         gnus-bookmark-bmenu-select-by-mouse.
10934         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10935         (gnus-bookmark-bmenu-select-by-mouse): New function.
10936
10937 2006-08-13  Romain Francoise  <romain@orebokech.com>
10938
10939         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10940         space.
10941
10942 2006-08-10  Romain Francoise  <romain@orebokech.com>
10943
10944         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10945         (dns-mode-soa-auto-increment-serial): New user option.
10946         (dns-mode-soa-maybe-increment-serial): New function.
10947         (dns-mode): Add the latter to `write-contents-functions'.
10948
10949 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * compface.el (uncompface): Use binary rather than raw-text-unix.
10952
10953 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * compface.el (uncompface): Make sure the eol conversion doesn't take
10956         place when communicating with the external programs.
10957         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10958
10959 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10962
10963 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10964
10965         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10966         Make it more robust by parsing author and date independently.
10967
10968 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10971
10972 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10973
10974         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10975         first matching secret key.
10976         (mml2015-epg-encrypt): Ditto.
10977
10978         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10979         first matching secret key.
10980         (mml1991-epg-encrypt): Ditto.
10981
10982         * mml2015.el (mml2015-encrypt-to-self): New user option.
10983         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10984         mml2015-epg-encrypt-to-self is set.
10985
10986         * mml1991.el (mml1991-encrypt-to-self): New variable.
10987         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10988         mml1991-epg-encrypt-to-self is set.
10989
10990         * mml2015.el (mml2015-signers): New user option.
10991         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10992         (mml2015-epg-encrypt): Allow to select signing keys.
10993
10994         * mml1991.el (mml1991-signers): New variable.
10995         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10996         (mml1991-epg-encrypt): Allow to select signing keys.
10997
10998 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * nnheader.el (nnheader-insert-head): Make it work even if the file
11001         uses CRLF for the line-break code.
11002
11003 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11004
11005         * mml2015.el: Require mml-sec instead of password.
11006         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11007         (mml2015-cache-passphrase): Inherit the default value from
11008         mml-secure-cache-passphrase.
11009         (mml2015-passphrase-cache-expiry): Inherit the default value from
11010         mml-secure-passphrase-cache-expiry.
11011
11012         * mml1991.el: Require mml-sec instead of password.
11013         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11014         (mml1991-cache-passphrase): Inherit the default value from
11015         mml-secure-cache-passphrase.
11016         (mml1991-passphrase-cache-expiry): Inherit the default value from
11017         mml-secure-passphrase-cache-expiry.
11018
11019         * mml-sec.el: Require password.
11020         (mml-secure-verbose): New user option.
11021         (mml-secure-cache-passphrase): New user option.
11022         (mml-secure-passphrase-cache-expiry): New user option.
11023
11024 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11025
11026         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11027         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11028         andreas@altroot.de (Andreas Vögele).
11029
11030         FIXME: Use `tiny change'?
11031
11032 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033
11034         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11035         workaround for the url package included with Emacs.
11036
11037         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11038
11039 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11042         correctly.  This fixes a bug caused by the 2006-05-12 change.
11043
11044 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11045
11046         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11047         some information about the error when saying that the `bogus' mail
11048         group will be used.
11049
11050 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11053         string.
11054
11055 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11056
11057         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11058
11059 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11060
11061         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11062
11063 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11064
11065         * mml1991.el (mml1991-function-alist): Add epg.
11066         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11067         (mml1991-epg-encrypt): New functions.
11068
11069 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11070
11071         * mml2015.el (mml2015-verbose): New variable.
11072         (mml2015-cache-passphrase): Ditto.
11073         (mml2015-passphrase-cache-expiry): Ditto.
11074         (mml2015-function-alist): Add epg.
11075         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11076         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11077         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11078         New functions.
11079
11080 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11081
11082         * message.el (message-cite-original-1): Preserve region when removing
11083         quoted text due to X-No-Archive in order to avoid bogus attribution
11084         when citing multiple messages.
11085
11086 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11087
11088         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11089         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11090
11091 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-diary.el (gnus-user-format-function-d)
11094         (gnus-user-format-function-D): Autoload.
11095
11096         * imap.el (Commentary): Fix typo.
11097
11098         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11099         2006-04-22 contribution.
11100
11101 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11102
11103         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11104         It didn't really fix the bogosity I'm seeing with solid web groups.
11105
11106 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11107
11108         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11109         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11110         created using server names.  If we use the feature without declaring
11111         it, Gnus does not properly manage server and group state.
11112
11113         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11114         bound.
11115
11116 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11117
11118         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11119         looking up the method using GROUP's prefix before inventing a new one.
11120         It is used on killed/unknown groups in various places where returning
11121         an all-new method isn't expected by the caller.
11122
11123         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11124         and match semantics of gnus-group-real-prefix.
11125
11126 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * nnmail.el (nnmail-broken-references-mailers): New variable.
11129         (nnmail-ignore-broken-references): New function generalizing
11130         nnmail-fix-eudora-headers.
11131         (nnmail-fix-eudora-headers): Now obsolete.
11132
11133         * gnus-art.el (gnus-button-handle-custom):
11134         Support `customize-apropos*'.
11135
11136 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11139
11140         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11141         articles.
11142
11143 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * message.el (message-cite-reply-above): New variable.
11146         (message-yank-original): Use it.
11147
11148 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11151
11152 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11153
11154         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11155         as read.
11156
11157         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11158
11159 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11162         (gnus-bookmark-default-file): Use gnus-directory.
11163         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11164         Remove "*" in doc string.
11165         (gnus-bookmark-write-file): Simplify.
11166         (gnus-bookmark-maybe-sort-alist): Use `when'.
11167         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11168         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11169         Add FIXME about Emacs 21 and XEmacs compatibility.
11170         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11171         compatibility.
11172         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11173         compatibility.
11174         (gnus-bookmark-menu-heading): Fix version.
11175
11176 2006-06-19  Bastien Guerry  <bzg@altern.org>
11177
11178         * gnus-bookmark.el: New file.
11179
11180 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * message.el (message-syntax-checks): Doc fix.
11183
11184 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11185
11186         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11187         unsubscribed groups as if they were killed ones.  It causes duplicate
11188         entries in gnus-newsrc-alist.
11189
11190 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * message.el (message-syntax-checks): Doc fix.
11193         (message-send-mail): Add check for continuation headers.
11194         (message-check-news-header-syntax): Fix regexp used to check for
11195         continuation headers.
11196
11197 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11200
11201 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11202
11203         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11204
11205 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11208         default-truncate-lines.
11209
11210 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11213         to fill the utf-8 entry.
11214
11215         * lpath.el: Fbind unicode-precedence-list.
11216
11217 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11218
11219         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11220
11221 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11222
11223         * gnus-agent.el (directory-files-and-attributes): Move all the way
11224         forward (the third and final move).
11225         (gnus-agent-read-agentview): Trap reconstruction errors due to
11226         nonexistent directory.  Handle by returning nil.
11227
11228 2006-05-30  Didier Verna  <didier@xemacs.org>
11229
11230         * message.el (message-dont-reply-to-names): Update the custom type.
11231         * message.el (message-dont-reply-to-names): New defsubst: potentially
11232         convert a list of regexps into a single one.
11233         * message.el (message-get-reply-headers): Use it.
11234         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11235
11236 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-agent.el (directory-files-and-attributes): Move forward.
11239
11240 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus-ml.el (gnus-mailing-list-subscribe)
11243         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11244         (gnus-mailing-list-message): Fix doc strings.
11245
11246 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11247
11248         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11249         of doing it manually.
11250
11251 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11254         comment.
11255
11256 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11257
11258         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11259         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11260         (gnus-agent-read-local): All symbols allocated in my-obarray.
11261         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11262         (gnus-agent-regenerate-group): Check numeric names to see if they are
11263         messages or groups.
11264         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11265         better way of do this...)
11266
11267         * gnus-cache.el (gnus-agent-total-fetched-for):
11268         Ignore 'dummy.group' (there should be a better way of do this...)
11269
11270 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11273         (gnus-saved-headers): Ditto.
11274         (gnus-default-article-saver): Mention functions may have properties.
11275         (gnus-article-save): Override gnus-save-all-headers and
11276         gnus-saved-headers by :headers property which saver function may have.
11277         (gnus-summary-save-in-file): Add :headers property.
11278         (gnus-summary-write-to-file): Ditto.
11279
11280         * gnus-sum.el (gnus-summary-save-article): Bind
11281         gnus-prompt-before-saving to t when saving many articles in a file;
11282         always show all headers.
11283
11284         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11285
11286 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11289         marks.
11290
11291         * message.el (message-indent-citation): Add optional arguments to allow
11292         using it outside of message buffers.
11293
11294         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11295         (gnus-article-treat-unfold-headers): Use it.
11296         (gnus-article-truncate-lines): New variable.
11297         (gnus-article-mode): Use it.
11298         (gnus-article-toggle-truncate-lines): New function.
11299
11300         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11301         Add gnus-article-toggle-truncate-lines.
11302
11303         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11304         coding system in XEmacs, use binary.
11305
11306 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11307
11308         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11309         after-load-alist.
11310
11311         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11312         this function should save decoded articles.
11313         (gnus-summary-write-to-file): Use property to specify this function
11314         should save decoded articles and specify gnus-summary-save-in-file
11315         should be used to save articles other than the first one when saving
11316         many articles.
11317         (gnus-summary-save-body-in-file): Use property to specify this
11318         function should save decoded articles.
11319         (gnus-summary-write-body-to-file): Use property to specify this
11320         function should save decoded articles and specify
11321         gnus-summary-save-body-in-file should be used to save articles other
11322         than the first one when saving many articles.
11323
11324         * gnus-sum.el (gnus-summary-save-article): Simplify.
11325
11326 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * gnus-art.el (gnus-default-article-saver):
11329         Add gnus-summary-write-body-to-file.
11330         (gnus-article-save-coding-system): Don't use coding system object
11331         in XEmacs.
11332         (gnus-read-save-file-name): Add optional `dir-var' argument which
11333         specifies directory in which files are saved; work even if optional
11334         `variable' argument is not specified.
11335         (gnus-summary-write-to-file): Read file name.
11336         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11337         (gnus-summary-write-body-to-file): New function.
11338
11339         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11340         (gnus-summary-local-variables): Add it.
11341         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11342         (gnus-summary-save-article): Remove optional `decode' argument;
11343         determine whether to decode articles by the value of
11344         gnus-default-article-saver; when saving many files using
11345         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11346         it first and use gnus-summary-save-in-file or
11347         gnus-summary-save-body-in-file thereafter unless
11348         gnus-prompt-before-saving is always; move point to article which
11349         will be saved.
11350         (gnus-summary-save-article-file): Revert.
11351         (gnus-summary-write-article-file): Revert.
11352         (gnus-summary-save-article-body-file): Revert.
11353         (gnus-summary-write-article-body-file): New function.
11354
11355 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * gnus-art.el (gnus-default-article-saver): Doc fix.
11358         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11359         from gnus-summary-save-article-coding-system, and default to a
11360         certain coding system.
11361         (gnus-output-to-file): Add coding cookie and encode text according
11362         to gnus-article-save-coding-system; don't use mm-append-to-file.
11363
11364         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11365         gnus-art.el and rename to gnus-article-save-coding-system.
11366         (gnus-summary-save-article): Require gnus-art; don't show all
11367         headers if it decodes articles; don't add coding cookie here;
11368         don't bind mm-text-coding-system-for-write.
11369         (gnus-summary-save-article-file): Save decoded articles.
11370         (gnus-summary-write-article-file): When saving many files, use
11371         gnus-summary-write-to-file first and gnus-summary-save-in-file
11372         thereafter unless gnus-prompt-before-saving is always.
11373         (gnus-summary-save-article-body-file): Save decoded articles.
11374
11375         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11376
11377 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * nnrss.el (nnrss-check-group): Bind hash-index.
11380
11381 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11382
11383         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11384         its hash index.  Store this hash in `nnrss-group-data'.
11385         (nnrss-read-group-data): Update accordingly.
11386
11387 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11390         entry.
11391
11392         * gnus-sum.el (gnus-summary-make-menu-bar):
11393         Add gnus-article-browse-html-article.
11394
11395 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11396
11397         * gnus-sum.el (gnus-summary-mime-map):
11398         Add gnus-article-browse-html-article.
11399
11400         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11401
11402 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11405         suitable coding systems in customize.
11406
11407 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * mail-source.el (mail-sources): Fix custom type.
11410
11411 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11414         (gnus-summary-expire-articles-now): Shorten prompt.
11415
11416         * gmm-utils.el (wid-edit): Require.
11417         (defun-gmm): Rename from `gmm-defun-compat'.
11418         (gmm-image-search-load-path): Use it.
11419         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11420
11421 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus-sum.el (gnus-summary-save-article-coding-system):
11424         New variable.
11425         (gnus-summary-save-article): Add optional `decode' argument.
11426         If it is set and gnus-summary-save-article-coding-system is non-nil,
11427         save decoded article.
11428         (gnus-summary-write-article-file): Save decoded article if
11429         gnus-summary-save-article-coding-system is non-nil.
11430
11431         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11432         type.
11433
11434 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11437
11438 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11441         first to test gnus-single-article-buffer which may be buffer-local.
11442
11443         * gnus-sum.el (gnus-summary-setup-buffer):
11444         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11445         group; make gnus-article-buffer, gnus-article-current, and
11446         gnus-original-article-buffer always buffer-local.
11447         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11448         group.
11449         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11450
11451 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * nnml.el (nnml-request-compact-group): Compressed files might not
11454         have .gz extension.
11455
11456 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11457
11458         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11459         (mm-copy-to-buffer): Use with-current-buffer.
11460         (mm-display-part): Simplify.
11461         (mm-inlinable-p): Add optional arg `type'.
11462
11463 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11464
11465         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11466         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11467         Try harder to show the attachment internally or externally using
11468         gnus-mime-view-part-as-type.
11469
11470 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * message.el (message-from-style, message-signature-separator)
11473         (message-user-organization-file, message-send-mail-function)
11474         (message-citation-line-function, message-yank-prefix)
11475         (message-indent-citation-function, message-signature)
11476         (message-signature-file, message-signature-insert-empty-line):
11477         Remove autoloads.
11478
11479         * gnus-art.el (gnus-buttonized-mime-types):
11480         Remove "multipart/signed".  Revert 2006-04-26 change.
11481
11482 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * gnus.el (gnus-version-number): Bump version.
11485
11486 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11487
11488         * gnus.el: No Gnus v0.5 is released.
11489
11490 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11491
11492         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11493         fetching articles by message-id.
11494
11495 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * message.el (hashcash): Require hashcash as normal.
11498
11499         * ecomplete.el (ecomplete-highlight-match-line):
11500         Use point-at-eol.
11501         (ecomplete-highlight-match-line): Use `highlight', because that
11502         face exists in both Emacs and XEmacs.
11503
11504         * message.el (message-display-abbrev): Use point-at-bol.
11505
11506         * mail-source.el: Don't require timer/timer-funcs.
11507
11508         * gnus-async.el: Ditto.
11509
11510         * password.el: Ditto.
11511
11512         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11513
11514         * mm-url.el: Ditto.
11515
11516         * gnus-xmas.el: Don't require timer-funcs.
11517
11518         * mm-util.el: Require timer/timer-funcs.
11519
11520 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11521
11522         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11523         Close.
11524
11525 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11528         unibyte after clear-decrypt function runs.
11529
11530         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11531         returns as a unibyte string.
11532
11533 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * lpath.el: Revert.
11536
11537         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11538         (pgg-gpg-process-sentinel): Revert.
11539
11540         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11541         (pgg-pgp-lookup-key): Revert.
11542
11543         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11544         (pgg-pgp5-lookup-key): Revert.
11545
11546         * pgg.el (pgg-fetch-key): Revert.
11547
11548 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * lpath.el: Fbind string-as-multibyte for XEmacs.
11551
11552         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11553         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11554         (mml1991-pgg-encrypt): Ditto.
11555
11556         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11557         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11558         a multibyte buffer.
11559
11560         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11561         (pgg-pgp-lookup-key): Ditto.
11562
11563         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11564         (pgg-pgp5-lookup-key): Ditto.
11565
11566         * pgg.el (pgg-fetch-key): Ditto.
11567
11568 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * message.el (message-user-organization-file): Check several
11571         locations of the organization file.
11572
11573         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11574         Add gnus-article-view-part-as-type.
11575
11576         * gnus-art.el (gnus-article-view-part-as-type): New function.
11577
11578         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11579         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11580
11581         * mml.el: Simplify autoload.
11582         (mml-mode): defvar dnd-protocol-alist instead of using
11583         symbol-value.
11584         (mml-default-directory): New variable.
11585         (mml-minibuffer-read-file): Use it.
11586         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11587
11588         * message.el (message-citation-line-format): New variable.
11589         (message-insert-formated-citation-line): New function.
11590         (message-citation-line-function):
11591         Add `message-insert-formated-citation-line' to custom type.
11592
11593         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11594         to doc string.
11595
11596         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11597         depending on mm-verify-option.
11598
11599 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11602         binding pgg-* variables; reimplement the section which prevents
11603         MIME header from being signed.
11604         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11605         pgg-text-mode; remove a blank line at the top of body.
11606
11607         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11608         lines at the top of body; use gnus-newsgroup-charset if there's no
11609         Charset header.
11610
11611 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * message.el (message-self-insert-commands): Doc fix.
11614
11615         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11616         (mm-uu-pgp-encrypted-test): Ditto.
11617         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11618         between header and body; return application/pgp-encrypted handle
11619         if decryption failed; decode decrypted body by charset.
11620
11621         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11622         element match to application/pgp-*.
11623
11624 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11625
11626         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11627         HTML.
11628
11629 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11630
11631         * mail-source.el (mail-source-call-script): Message the error
11632         string.
11633
11634 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635
11636         * gnus-util.el (gnus-byte-compile): Use it.
11637
11638 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11639
11640         * gnus-util.el (kill-empty-logs): New function.
11641
11642 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * message.el (message-mail-alias-type): Doc fix.
11645         (message-mail-alias-type-p): New function.
11646         (message-send): Use it.
11647         (message-mode): Ditto.
11648         (message-strip-forbidden-properties): Ditto.
11649
11650         * ecomplete.el (ecomplete-database-file-coding-system):
11651         New variable.
11652         (ecomplete-save): Use it.
11653         (ecomplete-setup): Use it.
11654
11655 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11656
11657         * message.el (message-self-insert-commands): New variable.
11658         (message-strip-forbidden-properties): Use it.
11659
11660 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11663         that doesn't make XEmacs choke.
11664
11665 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus-util.el (gnus-replace-in-string):
11668         Prefer replace-regexp-in-string over of replace-in-string.
11669
11670 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-util.el (gnus-select-frame-set-input-focus):
11673         Use select-frame-set-input-focus if it is available in XEmacs; use
11674         definition defined in Emacs 22 for old Emacsen.
11675
11676         * dgnushack.el: Autoload unmorse-region for XEmacs.
11677
11678         * lpath.el: Bind cursor-in-non-selected-windows and
11679         select-frame-set-input-focus for XEmacs.
11680
11681 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11684
11685 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11686
11687         * gnus-registry.el (gnus-registry-cache-save): Remove text
11688         properties when saving via the temp buffer.
11689
11690 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * message.el (message-generate-hashcash): Honor custom type.
11693
11694 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11695
11696         * message.el (message-generate-hashcash): Default to non-nil when
11697         hashcash is found.
11698
11699         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11700         (gnus-refer-thread-limit): Increase default to 500.
11701
11702         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11703
11704         * flow-fill.el (fill-flowed): Allow delete-space.
11705
11706 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11709         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11710         Remove autoloads.
11711
11712 2006-04-18  Simon Josefsson  <jas@extundo.com>
11713
11714         * message.el (message-generate-hashcash): Default to.
11715
11716 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11719         concatenating segments rather than before concatenating them.
11720
11721 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11724
11725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11726
11727         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11728
11729         * message.el (message-forward-make-body-plain):
11730         Allow message-forward-ignored-headers to be a list.
11731         (message-remove-ignored-headers): Factor out into function.
11732         (message-forward-make-body-mml): Use it.
11733
11734         * imap.el (imap-quote-specials): New function.
11735         (imap-login-auth): Quote specials.
11736
11737         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11738         (rfc2231-parse-string): Allow concatanation of parameters that
11739         aren't contiguous.  The test case is
11740           (mail-header-parse-content-type "message/external-body;
11741             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11742             access-type=LOCAL-FILE;
11743             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11744
11745 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11746
11747         * nntp.el (nntp-accept-process-output): Return the value of
11748         `nnheader-accept-process-output'.
11749
11750 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11751
11752         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11753         (gnus-button-alist): Recognize more diff formats.
11754         (gnus-button-patch): Strip directory.
11755
11756 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11759         Emacs 22 when setting focus.
11760
11761 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762
11763         * gnus-art.el (gnus-article-treat-types): Do treatment of
11764         text/x-verbatim parts.
11765         (gnus-button-patch): New command.
11766
11767         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11768         addresses that contain invalid characters.
11769
11770 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771
11772         * message.el (message-put-addresses-in-ecomplete):
11773         Use gnus-replace-in-string.
11774         (message-is-yours-p): Use the more correct
11775         mail-header-parse-address instead of
11776         mail-extract-address-components.
11777         (message-put-addresses-in-ecomplete): Fix typo.
11778
11779         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11780         keystroke.
11781
11782         * gnus-art.el (gnus-treatment-function-alist): Change order of
11783         newsgroups/generic header folding to avoid double-folding.
11784
11785         * message.el (message-hidden-headers): Add X-Draft-From.
11786
11787         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11788         New command.
11789         (gnus-summary-repeat-search-article-backward): New command.
11790
11791         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11792         groups in the parent topic.
11793
11794 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11795
11796         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11797         (spam-extra-header-to-number): Return the CRM114 number as a
11798         number instead of a string.
11799
11800 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801
11802         * gnus-art.el (gnus-face-properties-alist): Move here from
11803         gnus-fun.
11804
11805         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11806
11807 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * message.el (message-strip-forbidden-properties): Only display on
11810         self-insert-command.
11811
11812         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11813         reindent.
11814         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11815
11816 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11817
11818         * smiley.el (smiley-style): Fix typo.
11819
11820 2006-03-23  Kenichi Handa  <handa@m17n.org>
11821
11822         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11823         instead of set-buffer-multibyte.
11824
11825 2006-03-23  Kenichi Handa  <handa@m17n.org>
11826
11827         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11828         buffer and then decode the buffer text if necessary.
11829         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11830         first, and after mm-encode-body, change the buffer to unibyte.
11831
11832 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11833
11834         * hashcash.el (hashcash-insert-payment-async-2):
11835         Use message-goto-eoh instead of doing it manually.
11836         (mail-add-payment): Use message-narrow-to-header instead of trying
11837         to do the same itself.
11838
11839         * message.el (message-hidden-headers): Add Face.
11840
11841         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11842         reparenting code.
11843         (gnus-summary-reparent-children): Refactored out code.
11844         (gnus-summary-thread-map): New keystroke.
11845         (gnus-summary-reparent-children): Make into command.
11846
11847         * smiley.el (smiley-style): Default to `medium' if using a large
11848         font.
11849
11850         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11851         does it itself.
11852
11853         * message.el (message-point-in-header-p): Simplify definition.
11854
11855 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11856
11857         * nnagent.el (nnagent-request-set-mark): Silence log file
11858         writing.
11859         (nnagent-request-set-mark): Use write-region instead of
11860         append-to-file.
11861
11862         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11863         strange select method.
11864
11865         * ecomplete.el (ecomplete-display-matches): Get highlightling
11866         right.
11867         (ecomplete-display-matches): Use literals.
11868         (ecomplete-display-matches): Disable message logging.
11869
11870         * message.el (message-display-abbrev): Small optimization.
11871
11872         * ecomplete.el (ecomplete-display-matches): Allow automatic
11873         display.
11874
11875         * message.el (message-strip-forbidden-properties):
11876         Display abbrevs.
11877         (message-display-abbrev): Get automatic display right.
11878
11879         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11880         keystrokes.
11881
11882 2006-04-13  Romain Francoise  <romain@orebokech.com>
11883
11884         TODO: Backport to v5-10!
11885
11886         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11887         Move here (and rename) from gnus-registry.el.
11888
11889         * gnus-registry.el: Require gnus-util.
11890         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11891
11892 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893
11894         * gnus-group.el (gnus-group-catchup-current):
11895         Change if-then-else-if-then-else into cond.
11896         (gnus-group-catchup): Indent.
11897         (group-name-at-point): New function.
11898         (gnus-fetch-group): Provide default from thing at point.
11899
11900 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11901
11902         * message.el (message-display-abbrev): Fix regexp.
11903
11904         * ecomplete.el (ecomplete-highlight-match-line):
11905         Reimplement choosing.
11906         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11907         dead variables.
11908
11909         * message.el (message-newline-and-indent): Remove debugging.
11910         (message-display-abbrev): Use new implementation.
11911
11912 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11913
11914         * gnus-art.el (gnus-article-mode):
11915         Set cursor-in-non-selected-windows to nil.
11916
11917         * smiley.el: Revert previous change.
11918         (smiley-data-directory): defvar it before using it in the
11919         defcustom of `smiley-style'.
11920
11921 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11922
11923         * message.el (message-newline-and-indent): New function.
11924
11925         * ecomplete.el: Implement more bits.
11926
11927         * message.el (message-put-addresses-in-ecomplete): Clean up the
11928         string.
11929
11930         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11931
11932         * gnus-sum.el (gnus-summary-save-parts):
11933         Bind gnus-summary-save-parts-counter and use it to make unique file
11934         names.
11935
11936         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11937
11938         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11939         parameter to say whether to actually parse the individual
11940         addresses.
11941
11942         * message.el (message-put-addresses-in-ecomplete): New function.
11943         (ecomplete): Require.
11944         (message-mail-alias-type): Add ecomplete as an option.
11945
11946 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11947
11948         * flow-fill.el (fill-flowed): Remove trailing space from blank
11949         quoted lines.
11950
11951 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11952
11953         * smiley.el (smiley-style): Move definition later to avoid a
11954         compilation warning.
11955
11956 2006-04-12  Kenichi Handa  <handa@m17n.org>
11957
11958         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11959         buffer and then decode the buffer text if necessary.
11960         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11961         first, and after mm-encode-body, change the buffer to unibyte.
11962         Use mm-disable-multibyte instead of set-buffer-multibyte.
11963
11964 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11967         Content-Type header instead of Content-Disposition header.
11968         (gnus-mime-inline-part): Ditto.
11969         (gnus-mime-view-part-as-charset): Ignore charset that the part
11970         specifies.
11971
11972         * mm-decode.el (mm-display-part): Work with external parts and
11973         usual parts similarly.
11974
11975         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11976         instead of gnus-display-mime.
11977
11978         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11979         instead of with-temp-buffer.
11980
11981         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11982         tag to summarized topics part in order to encode non-ASCII text.
11983
11984 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11985
11986         * smiley.el (smiley-style): New variable.
11987         (smiley-directory): New function.
11988         (smiley-data-directory): Derive from `smiley-style' using
11989         `smiley-directory'.
11990         (smiley-regexp-alist): Add new entries.
11991
11992         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11993         (gnus-article-browse-delete-temp): Add :version.
11994
11995 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11996
11997         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11998         the sieve region.
11999
12000 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus.el (gnus-version-number): Bump version.
12003
12004 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * gnus.el: No Gnus v0.4 is released.
12007
12008 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12009
12010         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12011         layout.
12012
12013         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12014         unknown charset.
12015
12016         * message.el (message-header-synonyms): Add Original-To to the
12017         default.
12018
12019         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12020         optional parameter.
12021
12022 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus-fun.el (gnus): Require it for gnus-directory.
12025
12026 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12029
12030 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12031
12032         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12033
12034 2006-04-05  Simon Josefsson  <jas@extundo.com>
12035
12036         * password.el (password-reset): New function.
12037
12038 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12039
12040         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12041         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12042
12043 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12044
12045         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12046         Some whitespace was matched into the url, which broke browsing hits
12047         > 100 when mm-url-use-external was nil.
12048
12049 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12052         Check gnus-extra-headers for 'Newsgroups.
12053
12054         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12055         bound.
12056
12057 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12058
12059         * pgg-gpg.el: Clean up process buffers every time gpg processes
12060         complete.
12061
12062 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12063
12064         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12065         doc string.
12066
12067 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12068
12069         * pgg-gpg.el (pgg-gpg-process-filter)
12070         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12071
12072         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12073         lines, temporary fix.
12074
12075 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12078
12079 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12080
12081         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12082         default-enable-multibyte-characters.  This reverts the change from
12083         revision 6.17 which is no longer necessary because the passphrase
12084         is sent separately now.  GnuPG messages are unreadable under
12085         multibyte locales with default-enable-multibyte-characters set to
12086         nil.
12087
12088 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * message.el (message-tool-bar-gnome): Move "spell".
12091
12092 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12095         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12096         instead.
12097
12098 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12099
12100         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12101         Improve newsgroups handling for NNTP overviews which don't include
12102         Newsgroups.
12103
12104 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12105
12106         * message.el (message-resend): Bind message-generate-hashcash to nil.
12107
12108 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12109
12110         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12111         when searching for already-paid recipients.
12112
12113 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12114
12115         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12116         passphrases when it is not needed.
12117         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12118         passphrase stuff from gpg, should only be necessary when you use
12119         gpg with a smartcard.
12120
12121 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mml.el (mml-insert-mime): Ignore cached contents of
12124         message/external-body part.
12125
12126         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12127         (mm-insert-part): Ditto.
12128
12129 2006-03-23  Simon Josefsson  <jas@extundo.com>
12130
12131         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12132         Reiner.
12133         (pgg-gpg-use-agent-p): Use it again.
12134
12135 2006-03-23  Simon Josefsson  <jas@extundo.com>
12136
12137         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12138         older emacsen.
12139         (pgg-gpg-use-agent-p): Don't use it.
12140
12141 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12142
12143         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12144         if we can.
12145
12146 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12147
12148         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12149         (pgg-gpg-update-agent): New function.
12150         (pgg-gpg-use-agent-p): New function.
12151         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12152         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12153         (pgg-gpg-sign-region): Use it.
12154
12155 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12158         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12159
12160 2006-03-21  Simon Josefsson  <jas@extundo.com>
12161
12162         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12163         <wilde@sha-bang.de>.
12164         (pgg-gpg-use-agent): New variable.
12165         (pgg-gpg-process-region): Use it.
12166         (pgg-gpg-encrypt-region): Likewise.
12167         (pgg-gpg-encrypt-symmetric-region): Likewise.
12168         (pgg-gpg-decrypt-region): Likewise.
12169         (pgg-gpg-sign-region): Likewise.
12170         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12171
12172 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12175
12176         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12177         Add comment on version.
12178
12179 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * smiley.el: Add missing test smiley.
12182
12183 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * mm-decode.el (mm-with-part): New macro.
12186         (mm-get-part): Use it; work with message/external-body as well.
12187         (mm-save-part): Treat name and filename equally.
12188
12189         * mm-extern.el (mm-extern-cache-contents): New function.
12190         (mm-inline-external-body): Use it; force the part to be displayed;
12191         move undisplayer added to the cached handle to the parent.
12192
12193         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12194         (gnus-mime-view-part-as-type): Work with message/external-body.
12195
12196         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12197
12198 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12201         images in image-load-path.  [Sync with image.el, revision 1.60, in
12202         Emacs.]
12203
12204 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12207         path rather than symbol.  Always return list of directories.
12208         Guarantee that image directory comes first.  [Sync with image.el,
12209         revision 1.59, in Emacs.]
12210
12211         * message.el (message-make-tool-bar): Adjust to new API of
12212         `gmm-image-load-path-for-library'.
12213
12214         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12215
12216         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12217
12218 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12219
12220         * gnus-art.el (gnus-article-only-boring-p):
12221         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12222         intangible text.
12223         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12224
12225 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12226
12227         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12228         Use `defun' instead of `gmm-defun-compat'.
12229
12230 2006-03-14  Simon Josefsson  <jas@extundo.com>
12231
12232         * message.el (message-unique-id): Don't use message-number-base36
12233         if (user-uid) is a float.
12234         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12235
12236 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12239
12240         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12241         empty line between a part and a message part.
12242
12243 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * smiley.el: Add more test smileys.
12246         (smiley-data-directory, smiley-regexp-alist)
12247         (gnus-smiley-file-types): Fix doc strings.
12248         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12249         adding new elements.
12250         (smiley-mouse-map): Unused code.  Make it a comment.
12251
12252 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12255         scan latest NoCeM messages instead of old ones.
12256         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12257         delimiters that are recently used.
12258         (gnus-nocem-load-cache): Add autoload cookie.
12259
12260         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12261
12262         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12263         level which is larger than gnus-use-nocem is specified.
12264
12265         * gnus-group.el (gnus-group-get-new-news): Ditto.
12266
12267 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-util.el (gnus-tool-bar-update): New function.
12270
12271         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12272         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12273
12274         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12275
12276         * gnus-group.el (gnus-group-redraw-when-idle)
12277         (gnus-group-redraw-check): Remove.
12278         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12279
12280 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12283         if optional last element is specified in splits (FIELD VALUE...).
12284
12285 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12288         to gmm-image-load-path-for-library.  Call with no-error argument.
12289         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12290
12291         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12292
12293         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12294
12295         * gmm-utils.el (gmm-image-load-path): Remove alias.
12296
12297 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12298
12299         * gmm-utils.el (gmm-image-load-path): Add alias.
12300
12301         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12302         nnml-generate-nov-databases-1.
12303         (nnml-generate-nov-databases): Use it.
12304         (nnml-generate-nov-databases-directory): Document no-active
12305         argument.
12306
12307         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12308         directory if path is t.  Add no-error.
12309
12310         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12311         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12312
12313         * gnus-art.el (gnus-article-browse-delete-temp-files):
12314         Simplify resetting gnus-article-browse-html-temp-list.
12315
12316         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12317         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12318         Add example to docstring.  Rename local variables.  Move error
12319         checks to default case in cond and simplify.
12320
12321 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12324         handle is multipart when calling it recursively.
12325         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12326
12327 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12328
12329         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12330         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12331
12332 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12335         is loaded.
12336
12337         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12338         loaded.
12339
12340 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12343         to "Emacs 23 (unicode)" in doc string.
12344
12345         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12346         "Emacs 23 (unicode)" in comment.
12347
12348 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12351
12352         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12353         characters 160 through 255 in Emacs 23.
12354
12355 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12358         gnus-article-browse-html-temp.
12359         (gnus-article-browse-delete-temp): Make it customizable.
12360         Add `file'.  Adjust doc string.
12361         (gnus-article-browse-delete-temp-files): Add argument.
12362         Allow query for each file.  Adjust doc string.
12363         (gnus-article-browse-html-parts):
12364         Add `gnus-article-browse-delete-temp-files' to
12365         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12366
12367 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12368
12369         * gnus-art.el (gnus-article-browse-html-temp)
12370         (gnus-article-browse-delete-temp): New variables.
12371         (gnus-article-browse-delete-temp-files): New function.
12372         (gnus-article-browse-html-parts): Use it.
12373
12374 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12375
12376         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12377
12378         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12379         string.
12380
12381         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12382         gnus-summary-insert-new-articles when unplugged.
12383         Remove gnus-summary-search-article-forward.
12384
12385         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12386         display-visual-class instead of display-color-cells.
12387
12388 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * dgnushack.el: Autoload customize-group for XEmacs.
12391
12392         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12393         message/* containing non-ASCII text properly.
12394
12395 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12396
12397         * message.el: Require gmm-utils, remove autoloads.
12398         (message-tool-bar): Set default based on
12399         gmm-tool-bar-style.
12400         (message-tool-bar-gnome): Add gmm-customize-mode.
12401
12402         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12403         gmm-tool-bar-style.
12404         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12405
12406         * gnus-group.el (gnus-group-tool-bar): Set default based on
12407         gmm-tool-bar-style.
12408         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12409
12410         * gmm-utils.el (gmm-image-directory): Rename variable from
12411         gmm-image-load-path.
12412         (gmm-image-load-path): Use gmm-image-directory.
12413         (gmm-customize-mode): New function.
12414         (gmm-tool-bar-style): New variable.
12415
12416         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12417         gnus-group-redraw-line-number.
12418         (gnus-group-redraw-check): Simplify.
12419         (gnus-group-tool-bar-update): Remove redraw check.
12420         (gnus-group-make-tool-bar): Add redraw check.
12421
12422 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12423
12424         * gnus-art.el (gnus-button): Add missing parentheses.
12425
12426 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * lpath.el: Fbind line-number-at-pos.
12429
12430 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12433
12434 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-art.el (gnus-button): New face.
12437         (gnus-article-button-face): Use it.
12438
12439         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12440         Add gnus-summary-next-page.  Re-order.
12441
12442         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12443         next-node are now included.
12444         (gnus-group-redraw-line-number): New internal variable.
12445         (gnus-group-redraw-check): Helper function for updating the tool
12446         bar.
12447         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12448
12449         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12450
12451         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12452         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12453         Use it to match format of Spamassassin 3.0 and later.
12454         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12455         (spam-check-bogofilter)
12456         (spam-bogofilter-register-with-bogofilter): Fix args of
12457         `gnus-error' calls.
12458
12459 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12462         unnecessary interaction when sending queued mails.
12463         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12464
12465 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12468         first or last are nil.
12469
12470 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12471
12472         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12473
12474 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12477
12478 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * dns.el (query-dns): Protect more against buggy tcp output.
12481
12482 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12485         nov.php.
12486
12487 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12488
12489         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12490         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12491         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12492         output on the server side.
12493         (nnweb-google-create-mapping): Update regexps and add some
12494         progress indication.
12495
12496 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-group.el (gnus-group-tool-bar-gnome):
12499         Fix gnus-agent-toggle-plugged.  Re-order icons.
12500         (gnus-group-tool-bar-gnome):
12501         Add gnus-group-{prev,next}-unread-group.
12502         (gnus-group-tool-bar-gnome): Re-order icons.
12503
12504         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12505         Move gnus-summary-insert-new-articles.
12506
12507         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12508         Fix comments.
12509
12510         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12511         also available in Emacs 21.3.
12512
12513         * message.el (message-fix-before-sending): Change "Emacs 22" to
12514         "Emacs 23 (unicode)" in comment.
12515
12516         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12517         "Emacs 23 (unicode)" in comment.
12518
12519         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12520         comment.
12521         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12522
12523         * mm-view.el (mm-fill-flowed): Add :version.
12524
12525 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12528         and load-path.
12529
12530 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * message.el: Autoload gmm-image-load-path.
12533         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12534         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12535         consitency.
12536
12537         * gmm-utils.el (gmm-image-load-path): Also search in
12538         "../etc/images".  Don't set gmm-image-load-path if we don't find
12539         the image.
12540
12541 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * gmm-utils.el (gmm-image-load-path): Don't make
12544         `gmm-image-load-path' include subdirectories which the second arg
12545         `image' might specify.
12546
12547         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12548         subdirectory to icon file names.
12549
12550         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12551
12552 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12555         gmm-image-load-path calls.
12556
12557         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12558
12559         * message.el (message-make-tool-bar): Ditto.
12560
12561         * mml.el (mml-preview): Add comment concerning tool bar icons.
12562
12563         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12564         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12565
12566         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12567         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12568
12569         * message.el (message-tool-bar-gnome): Use new icon names.
12570         (message-make-tool-bar): Use `gmm-image-load-path'.
12571
12572         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12573         New functions from MH-E.
12574         (gmm-image-load-path): New variable from MH-E.
12575         (gmm-image-load-path): New function from MH-E.  Add arguments
12576         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12577         *-image-load-path-called-flag.
12578
12579 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12580
12581         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12582
12583 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12584
12585         * nnimap.el (nnimap-request-move-article): Change folder back to
12586         source group before deleting.
12587
12588 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12591
12592         * gnus-art.el (mm-url-insert-file-contents-external):
12593         Autoload mm-url.
12594
12595         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12596
12597 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12600         coding system which mm-charset-to-coding-system returns for a
12601         given charset is valid.
12602
12603 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12604
12605         * html2text.el (html2text-remove-tag-list):
12606         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12607
12608 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12609
12610         * gnus-cus.el: Revert 2005-10-17 change.
12611
12612 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * gnus-art.el (article-strip-banner):
12615         Call article-really-strip-banner only when the regexp match is made.
12616
12617 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el (article-strip-banner):
12620         Use gnus-extract-address-components instead of
12621         mail-header-parse-addresses to make it work with non-ASCII text;
12622         remove mail-encode-encoded-word-string.
12623
12624         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12625         values which are surrounded with \"...\"; make it never cause a
12626         Lisp error; give up parsing of parameters if it failed in
12627         extracting type.
12628
12629 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12630
12631         * smime.el (smime-cert-by-ldap-1): Fix bug where
12632         `smime-ldap-search' returns results without userCertificates.
12633
12634 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12637
12638 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * spam.el (spam-check-spamassassin-headers): Adapt format for
12641         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12642         <ari@mbf.ocn.ne.jp>.
12643         (spam-list-of-processors): Add spam-use-gmane.
12644
12645 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12646
12647         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12648         make-temp-file; make it work with XEmacs as well.
12649
12650         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12651         mm-make-temp-file.
12652
12653         * mm-decode.el (mm-display-external): Use the 3rd arg of
12654         mm-make-temp-file.
12655         (mm-create-image-xemacs): Ditto.
12656
12657 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12660         with message-narrow-to-headers.
12661         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12662         (gnus-draft-check-draft-articles): New function.
12663         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12664
12665 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12666
12667         * gnus-art.el (gnus-article-browse-html-parts):
12668         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12669         Don't use suffix argument for mm-make-temp-file for Emacs 21
12670         compatibility.  Remove useless `format'.
12671
12672 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12673
12674         * nnweb.el (nnweb-google-wash-article): Update regexps.
12675         (nnweb-group-alist): Use defvoo instead of defvar.
12676
12677 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12680         re-loading nn* modules.
12681
12682 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12683
12684         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12685         for `tool-bar-mode' and don't check it's default-value.
12686
12687         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12688
12689         * message.el (message-make-tool-bar): Ditto.
12690
12691         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12692         `substring'.  Shorten tmp-file name.
12693
12694         * gnus.el: Remove bogus comment.
12695
12696 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12697
12698         * gnus-art.el (gnus-article-browse-html-parts): New function.
12699         (gnus-article-browse-html-article): New function for viewing html
12700         articles with a browser.
12701
12702 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12703
12704         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12705         in elisp.
12706         (pgg-gpg-encrypt-symmetric-region): Ditto.
12707         (pgg-gpg-sign-region): Ditto.
12708
12709         * pgg-def.el (pgg-text-mode): New variable.
12710
12711         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12712         (mml2015-pgg-encrypt): Ditto.
12713
12714         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12715         (mml1991-pgg-encrypt): Ditto.
12716
12717 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12718
12719         * nnfolder.el (nnfolder-insert-newsgroup-line):
12720         Use message-make-date instead of current-time-string.
12721
12722         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12723         to gnus-decoded which mm-uu might set.
12724
12725 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12728         don't decode quoted parameters; remove misimported Emacs code.
12729         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12730         (rfc2231-decode-encoded-string): Don't use split-string which
12731         behaves differently according to Emacs version; use
12732         mm-decode-coding-region to convert charset to coding-system.
12733         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12734         (rfc2231-encode-string): Remove misimported Emacs code.
12735
12736 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12739         when calling mail-header-parse-content-type.
12740         (article-de-quoted-unreadable): Ditto.
12741         (article-de-base64-unreadable): Ditto.
12742         (article-wash-html): Ditto.
12743
12744         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12745         calling mail-header-parse-content-type and
12746         mail-header-parse-content-disposition.
12747         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12748         mail-header-parse-content-type.
12749
12750         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12751         insert charset and format parameters; encode description after
12752         inserting it to buffer.
12753         (mml-insert-parameter): Fold lines properly even if a parameter is
12754         segmented into two or more lines; change the max column to 76.
12755
12756         * rfc1843.el (rfc1843-decode-article-body): Don't use
12757         ignore-errors when calling mail-header-parse-content-type.
12758
12759         * rfc2231.el (rfc2231-parse-string): Return at least type if
12760         possible; don't cause an error even if it fails in parsing of
12761         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12762         (rfc2231-encode-string): Don't break lines at the beginning, leave
12763         it to mml-insert-parameter.
12764
12765         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12766         calling mail-header-parse-content-type.
12767
12768 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * spam-report.el (spam-report-gmane-use-article-number):
12771         Improve doc string.
12772         (spam-report-gmane-internal): Check if a suitable header was found
12773         in the article.
12774
12775 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12778         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12779
12780 2006-02-05  Romain Francoise  <romain@orebokech.com>
12781
12782         Update copyright notices of all files in the gnus directory.
12783
12784 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12785
12786         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12787
12788 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12789
12790         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12791         segmented lines of parameter value to cope with Thunderbird 1.5
12792         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12793         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12794         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12795
12796 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12797
12798         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12799         parts.
12800
12801 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12802
12803         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12804         there's only one active file for all servers.
12805         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12806         solid groups.  Gnus might have used a FAST request to select the group.
12807         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12808         and nnweb-search redundantly in the active file.
12809         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12810         (nnweb-request-create-group): Don't use ARGS.
12811         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12812         initialisations.  Let nnoo do the work.
12813
12814 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12817         Say the part has been decoded.
12818
12819         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12820
12821 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12822
12823         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12824         mailcap-viewer-test-cache when there's no 'test clause, since that
12825         will invert the meaning of a "nil" test previously determined by
12826         mailcap-mailcap-entry-passes-test.
12827
12828 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12831         compiling.
12832
12833         * gnus-sum.el: Ditto.
12834
12835         * message.el: Don't bind tool-bar-map when compiling.
12836
12837 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12840
12841 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12842
12843         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12844         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12845         current Google Groups.
12846
12847 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12850         and tool-bar-mode.
12851
12852         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12853         and tool-bar-mode.
12854
12855         * message.el (message-tool-bar-update): Simplify.
12856         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12857
12858         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12859         gnus-summary-buffer.
12860         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12861         gnus-summary-reply.
12862
12863         * gmm-utils.el (gmm): Add :version.
12864
12865 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * Makefile.in (clean): New rule.
12868         (distclean): Use it.
12869
12870 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12871
12872         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12873         Don't autoload.
12874
12875 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gmm-utils.el (gmm-verbose): Add :group.
12878
12879 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * message.el: Change some comments WRT tool-bars.
12882
12883         * gnus-sum.el (gnus-summary-tool-bar)
12884         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12885         (gnus-summary-tool-bar-zap-list): New variables.
12886         (gnus-summary-make-tool-bar): Complete rewrite using
12887         `gmm-tool-bar-from-list'.
12888
12889         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12890         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12891         New variables.
12892         (gnus-group-make-tool-bar): Complete rewrite using
12893         `gmm-tool-bar-from-list'.
12894         (gnus-group-tool-bar-update): New function.
12895
12896         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12897
12898 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12901         is dissected into a single part of which the type is the same as
12902         the given one; decode charset.
12903
12904 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12905
12906         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12907         into alists as symbol not string, since that's what
12908         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12909         look for.
12910
12911 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12914         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12915
12916         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12917
12918 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12921         (gnus-xmas-mime-security-button-menu): New function.
12922
12923         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12924         (gnus-mime-security-button-menu): New definition.
12925         (gnus-mime-security-button-map): Use them.
12926         (gnus-mime-security-button-menu): New function.
12927         (gnus-insert-mime-security-button): Addition to help echo.
12928         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12929         (gnus-mime-security-pipe-part): New functions.
12930
12931         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12932         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12933
12934         * mm-decode.el (mm-handle-set-disposition): Remove.
12935         (mm-handle-set-description): Remove.
12936
12937 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12940         (mm-w3m-standalone-supports-m17n-p): New function.
12941         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12942         w3m usage.
12943
12944         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12945         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12946
12947 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * message.el (message-tool-bar-zap-list):
12950         Use gmm-tool-bar-zap-list as custom type.
12951         (message-tool-bar-update): New function.
12952         (message-tool-bar, message-tool-bar-gnome)
12953         (message-tool-bar-retro): Add message-tool-bar-update.
12954         (message-tool-bar-gnome): Add flyspell-buffer.
12955
12956         * gnus-util.el (gnus-error): Describe `args'.
12957
12958         * gmm-utils.el (gmm-error): Describe `args'.
12959         (gmm-tool-bar-zap-list): New widget.
12960         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12961
12962 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12965         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12966         the number of recursive calls.
12967
12968         * mm-decode.el (mm-handle-set-disposition): New macro.
12969         (mm-handle-set-description): New macro.
12970
12971 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12974         encoding.
12975
12976 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * message.el (message-tool-bar-zap-list, message-tool-bar)
12979         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12980         (message-tool-bar-local-item-from-menu): Remove.
12981         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12982         (message-make-tool-bar): New function.
12983         (message-mode): Use `message-make-tool-bar'.
12984
12985         * gmm-utils.el: New file.
12986         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12987         (gmm-lazy): New widget copied from `nnmail.el'.
12988         (gmm-tool-bar-from-list): New function for creating customizable
12989         tool bars.
12990         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12991         output.
12992         (gmm): Add :prefix to defgroup.
12993
12994 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12995
12996         * gmm-utils.el (gmm-widget-p): New function.
12997
12998 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * mml.el (mml-attach-file): Describe `description' in doc string.
13001         (mml-menu): Add Emacs MIME manual and PGG manual.
13002
13003 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13004
13005         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13006
13007 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13008
13009         * nntp.el (nntp-end-of-line): Doc fix.
13010
13011 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13012
13013         * imap.el (imap-open): Handle case where buffer is a buffer
13014         object.
13015
13016 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13017
13018         * gnus-delay.el (gnus-delay): Don't autoload.
13019         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13020         to be re-loaded when customizing the `gnus-delay' group.
13021
13022 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13023
13024         * message.el (message-insert-citation-line): Use newlines.
13025
13026 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13027
13028         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13029         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13030         these routines, so the passphrase can be managed externally and
13031         passed in to the system.
13032         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13033         pgg-add-passphrase-to-cache function.
13034
13035         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13036         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13037         these routines, so the passphrase can be managed externally and
13038         passed in to the system.
13039         (pgg-pgp5-sign-region): Use new name of
13040         pgg-add-passphrase-to-cache function.
13041
13042 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13043
13044         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13045         part of the decoded armor to find the key-identifier.
13046         (pgg-gpg-lookup-key-owner): New function to return the
13047         human-readable identifier of a key owner.
13048         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13049         itself.
13050         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13051         the key value) if we have a key and can match it against a secret
13052         key.  Also, added a note pointing out fact that the prompt only
13053         indicates the first matching key.
13054
13055         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13056         pgg-decrypt-region.
13057         (pgg-add-passphrase-to-cache): Rename from
13058         `pgg-add-passphrase-cache' to reduce confusion (all callers
13059         changed).
13060         (pgg-remove-passphrase-from-cache): Rename from
13061         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13062         changed).
13063         (pgg-read-passphrase, pgg-add-passphrase-cache)
13064         (pgg-remove-passphrase-cache): Add informative docstrings.
13065         (pgg-decrypt): Convey provided passphrase in subordinate call to
13066         pgg-decrypt-region.
13067
13068 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13069
13070         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13071         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13072         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13073         'passphrase' argument, so the passphrase can be managed externally
13074         and then passed in to the system.
13075
13076         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13077         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13078         so the passphrase cache can be used reliably with identifiers
13079         besides a pgp packet's key id.
13080
13081         * pgg-gpg.el (pgg-gpg-encrypt-region)
13082         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13083         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13084         these routines, so the passphrase can be managed externally and
13085         passed in to the system.
13086
13087         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13088         'notruncate' argument, so the passphrase cache can be used
13089         reliably with identifiers besides a pgp packet's key id.
13090
13091 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13092
13093         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13094         symmetric encryption.
13095         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13096         encrypted session key.
13097         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13098         message ask for the passphrase in a proper way.
13099
13100         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13101         New user commands for symmetric encryption.
13102
13103 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13106
13107         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13108
13109 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13110
13111         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13112
13113 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13114
13115         * mm-decode.el (mm-inlined-types): Add application/pgp.
13116         (mm-automatic-display): Ditto.
13117
13118         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13119         part as text.
13120
13121 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * nnrss.el: Update copyright.
13124         (nnrss-opml-import): Query whether to subscribe to each entry.
13125
13126         * gnus-art.el:
13127         * gnus-sum.el:
13128         * gnus-xmas.el:
13129         * messagexmas.el:
13130         * mm-uu.el:
13131         * mm-view.el: Update copyright.
13132
13133 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * message.el (message-info): New function.
13136         (message-mode-menu): Add it.
13137         Update copyright.
13138
13139         * ChangeLog: Fix and update copyright.
13140
13141 2006-01-13  Romain Francoise  <romain@orebokech.com>
13142
13143         * message.el (message-forward-subject-name-subject): Prefer the
13144         address to 'nowhere' if the sender has no name.
13145         Fix typo.  Update copyright year.
13146
13147 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * gnus-art.el (article-wash-html):
13150         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13151         (gnus-article-wash-html-with-w3m-standalone): New function.
13152
13153         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13154         mm-inline-text-html-render-with-w3m-standalone.
13155         (mm-text-html-washer-alist): Map w3m-standalone to
13156         gnus-article-wash-html-with-w3m-standalone.
13157         (mm-inline-text-html-render-with-w3m-standalone): New function.
13158
13159 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13162         Improve LaTeX.
13163
13164 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13167         (nnrss-request-article): Render text/plain parts as HTML.
13168
13169         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13170         the buffer.
13171
13172 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13175         custom definition of `gnus-posting-styles'.
13176
13177         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13178         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13179
13180 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13183         Use nntp for bug archive.
13184
13185 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13188         parts.
13189         (nnrss-normalize-date): New function converts ISO 8601 date into
13190         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13191         (nnrss-check-group): Use it.
13192
13193 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13196
13197         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13198         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13199         (nnrss-insert-w3): Ditto.
13200
13201 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13204         the articles to be forwarded including the case where neither a
13205         number of articles nor a region is specified.
13206
13207 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13208
13209         * nnrss.el (nnrss-request-article): Fix last change; fill
13210         text/plain parts.
13211
13212 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13215         in text/plain part.
13216         (nnrss-check-group): Don't add excessive newline to dc:subject.
13217
13218 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13219
13220         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13221         article.
13222
13223 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13224
13225         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13226         (nnml-use-compressed-files, nnml-save-mail): Support other
13227         comression programs such as bzip2.
13228
13229 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13230
13231         * dns.el (query-dns): Make sure we check the buffer size before
13232         removing tcp headers.
13233
13234 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13237         remove MIME buttons associated with multipart/alternative parts.
13238         (gnus-mime-display-alternative): Tag buttons using `article-type'
13239         text property.
13240
13241         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13242         associated with multipart/alternative parts.
13243
13244         * gnus-art.el (gnus-signature-separator): Fix custom type.
13245
13246         * mm-decode.el (mm-inlined-types): Fix custom type.
13247         (mm-keep-viewer-alive-types): Ditto.
13248         (mm-automatic-display): Ditto.
13249         (mm-attachment-override-types): Ditto.
13250         (mm-inline-override-types): Ditto.
13251         (mm-automatic-external-display): Ditto.
13252
13253 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * spam-report.el (spam-report-user-mail-address)
13256         (spam-report-user-agent): New variables.
13257         (spam-report-url-ping-plain): Use spam-report-user-agent.
13258
13259 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13260
13261         * gnus-art.el (gnus-button-handle-custom): Do not just use
13262         `customize-apropos' for any "M-x customize-*" button but the
13263         function called for.  Accept both the function name and its
13264         argument in order to achieve this.
13265         (gnus-button-alist): Remove support for "custom:" URL's.
13266         Pass function name to `gnus-button-handle-custom' in case of "M-x
13267         customize-*" buttons.
13268
13269 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13272         multipart/alternative and add xref to mm-discouraged-alternatives
13273         in doc string.
13274
13275         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13276         gnus-buttonized-mime-types in doc string.
13277
13278 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13279
13280         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13281         Suggest image/.* in the doc string.
13282
13283 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13286         message-marks (Debian bug #342521).
13287
13288 2005-12-12  Simon Josefsson  <jas@extundo.com>
13289
13290         * password.el (password-read-from-cache): Add.
13291         (password-read): Use it.
13292
13293 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * rfc2047.el (rfc2047-charset-to-coding-system):
13296         Recognize us-ascii as a MIME charset.
13297
13298         * mm-bodies.el (mm-decode-content-transfer-encoding):
13299         Protect against the case where the 2nd arg TYPE is nil.
13300
13301 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * pop3.el (pop3-stream-type): Fix custom version.
13304
13305         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13306
13307 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13308
13309         * mm-decode.el (mm-display-external): Add missing cdr.
13310
13311 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13314         RFC1524) if it is in mailcap or add a suffix according to
13315         mailcap-mime-extensions when generating a temp filename; postpone
13316         deleting a temp file for 2 seconds for some wrappers, shell
13317         scripts, and so on, which might exit right after having started a
13318         viewer command as a background job.
13319
13320 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * nntp.el (nntp-marks-directory): Fix custom group.
13323
13324         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13325         steps when < 10.
13326
13327         * gnus-start.el (gnus-no-server-1):
13328         Mention `gnus-level-default-subscribed' in doc string.
13329
13330 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13331
13332         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13333         parens.
13334
13335 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-xmas.el (gnus-use-toolbar): Revert.
13338         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13339         gnus-use-toolbar is default.
13340
13341         * messagexmas.el (message-use-toolbar): Revert.
13342         (message-setup-toolbar): Use global default-toolbar if
13343         message-use-toolbar is default.
13344
13345 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13348         according to default-toolbar-visible-p.
13349
13350         * messagexmas.el (message-use-toolbar): Ditto.
13351
13352 2005-11-26  Dave Love  <fx@gnu.org>
13353
13354         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13355         (tls-program, tls-success): Provide openssl alternative.
13356
13357         * starttls.el: Doc fixes.
13358         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13359         SERVICE to PORT.
13360
13361         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13362         port null or service name.
13363         (starttls-negotiate): Autoload.
13364
13365 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * message.el (message-kill-to-signature): Fix interactive spec.
13368
13369 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * pop3.el (pop3-open-server): Recognize a string as a service name.
13372
13373 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13374
13375         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13376
13377 2005-11-23  Dave Love  <fx@gnu.org>
13378
13379         Add pop3s, pop3/starttls.
13380
13381         * pop3.el (pop3-authentication-scheme): Clarify doc.
13382         (open-tls-stream, starttls-open-stream): Autoload.
13383         (pop3-stream-type): New.
13384         (pop3-open-server): Use it.
13385
13386         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13387         for POP.
13388         (mail-source-keyword-map): Add :stream for POP.
13389         (mail-source-fetch-pop): Use pop3-stream-type.
13390
13391 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13394         of current-time-string.
13395
13396 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13397
13398         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13399         date header.
13400
13401 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13402
13403         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13404         it can seriously impact performance as it bypasses the agent's
13405         local caches.
13406
13407 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13408
13409         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13410         must be explicitly online rather than "not explicitly offline" for
13411         its flags to be synchronized.
13412
13413         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13414         that gnus-uu-unmark-thread will function correctly.
13415
13416         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13417         1024K is instead displayed as 1M.
13418
13419 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13422
13423 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13424
13425         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13426
13427 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13428
13429         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13430         error message to display actual error condition.
13431         (gnus-agent-save-local): Avoid saving symbols that are bound to
13432         nil as they simply result in a warning message in
13433         gnus-agent-read-local.
13434
13435 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13436
13437         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13438         rather than make-variable-buffer-local for file-precious-flag.
13439
13440 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13441
13442         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13443         for duplicates which are removed.  The invalid sort check then
13444         triggers a rescan after the sort as sorting may have moved
13445         duplicate entries such that they can be cheaply detected.
13446
13447 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13450
13451 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13452
13453         * gnus-agent.el (gnus-agent-article-alist-save-format):
13454         Change internal variable to a custom variable.  Change default value
13455         from compressed(2) to uncompressed(1).
13456         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13457         support for uncompressed agentview files.  Taken together, reading
13458         the agentview file should now be 6-7 times faster.
13459
13460 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13461
13462         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13463         as a buffer-local variable.  This avoids creating truncated
13464         dribble files as a result of a hang up, eg.
13465
13466 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13467
13468         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13469         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13470         XEmacs.
13471
13472 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-start.el (gnus-start-draft-setup):
13475         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13476
13477         * gnus.el (gnus-splash): Change custom group.
13478         (gnus-group-get-parameter, gnus-group-parameter-value):
13479         Describe allow-list argument.
13480
13481         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13482         string.
13483
13484 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus-art.el (gnus-default-article-saver): Add user-defined
13487         `function' to custom type.
13488
13489 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13490
13491         * imap.el (imap-open): Handle case where buffer is a buffer
13492         object.
13493
13494 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13497         long lines.
13498         (gnus-cache-delete-group): Wrap doc strings.
13499
13500         * gnus-agent.el (gnus-agent-rename-group)
13501         (gnus-agent-delete-group): Wrap doc strings.
13502
13503 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * messagexmas.el (message-use-toolbar): Change the valid values
13506         into default, top, bottom, left, and right.
13507         (message-toolbar-thickness): New variable.
13508         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13509         well.
13510         (message-setup-toolbar): Make it work.
13511
13512         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13513         (gnus-use-toolbar): Change the valid values into default, top,
13514         bottom, left, and right.
13515         (gnus-toolbar-thickness): New variable.
13516         (gnus-xmas-setup-toolbar): New function.
13517         (gnus-xmas-setup-group-toolbar): Use it.
13518         (gnus-xmas-setup-summary-toolbar): Use it.
13519
13520 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * gnus-start.el (gnus-1): Add "native" to
13523         gnus-predefined-server-alist.
13524
13525         * gnus.el (gnus-method-to-server): Don't add "native" to the
13526         lists here, because that leads to problems when
13527         gnus-select-method is bound.
13528
13529 2005-11-09  Simon Josefsson  <jas@extundo.com>
13530
13531         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13532         use (not sort-by-date) instead.
13533
13534 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13535
13536         * gnus-delay.el (gnus-delay-group): Don't autoload.
13537         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13538         to be re-loaded when customizing the `gnus-delay' group.
13539
13540 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13541
13542         * message.el: Revert last changes.
13543         (message-insert-citation-line): Use newlines.
13544
13545 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13546
13547         * message.el (message-courtesy-message)
13548         (message-mark-insert-begin, message-mark-insert-end)
13549         (message-elide-ellipsis, message-cancel-message)
13550         (message-add-header, message-change-subject)
13551         (message-cross-post-followup-to-header)
13552         (message-cross-post-insert-note, message-reduce-to-to-cc)
13553         (message-widen-reply, message-delete-not-region)
13554         (message-kill-to-signature, message-insert-signature)
13555         (message-insert-importance-high, message-insert-importance-low)
13556         (message-insert-or-toggle-importance)
13557         (message-insert-disposition-notification-to)
13558         (message-indent-citation, message-yank-original)
13559         (message-cite-original-without-signature, message-cite-original)
13560         (message-insert-citation-line, message-position-on-field)
13561         (message-fix-before-sending, message-send-mail-partially)
13562         (message-send-mail, message-send-mail-with-sendmail)
13563         (message-send-mail-with-qmail, message-send-news)
13564         (message-check-news-header-syntax, message-generate-headers)
13565         (message-insert-courtesy-copy, message-fill-address)
13566         (message-fill-header, message-shorten-references)
13567         (message-setup-1, message-cancel-news)
13568         (message-forward-make-body-plain, message-forward-make-body-mime)
13569         (message-forward-make-body-mml, message-encode-message-body)
13570         (message-forward-make-body-digest-plain)
13571         (message-forward-make-body-digest-mime)
13572         (message-use-alternative-email-as-from): Insert `hard-newline'
13573         instead of ordinary newlines.
13574
13575 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * message.el (message-generate-headers): Downcase the argument
13578         given to message-check-element.
13579
13580 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13581
13582         * nntp.el (nntp-authinfo-rejected): New error condition.
13583         (nntp-wait-for): Use new error condition to signal authentication
13584         error.
13585         (nntp-retrieve-data): Rethrow new error condition to break out of
13586         recursive call to nntp-send-authinfo.
13587
13588 2005-11-08  Romain Francoise  <romain@orebokech.com>
13589
13590         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13591         (gnus-summary-exit-map): Bind to `Z p'.
13592         (gnus-summary-make-menu-bar): Add menu item.
13593
13594 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13597         (gnus-treat-*): Add `first' in all doc strings.
13598
13599         * gnus-group.el (gnus-group-compact-group): Fix typo.
13600
13601 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus.el (gnus-parameters-case-fold-search): New variable.
13604         (gnus-parameters-get-parameter): Use it.
13605
13606         * gnus-score.el (gnus-home-score-file): Doc fix.
13607
13608 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13609
13610         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13611
13612 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13613
13614         * mm-util.el (mm-special-display-p): New function.
13615
13616         * mml.el (mml-preview): Use it; doc fix.
13617
13618 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13619
13620         * imap.el (imap-open): Handle case where buffer is a buffer object.
13621
13622 2005-10-29  Romain Francoise  <romain@orebokech.com>
13623
13624         * message.el (message-fix-before-sending): Fix comment.
13625
13626 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13627
13628         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13629
13630 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13631
13632         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13633         Used in gnus-score.el.
13634
13635 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13638
13639 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13640
13641         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13642         whitespace removed in revision 7.8.  Use concatenated string to
13643         protect trailing whitespace.
13644
13645 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13646
13647         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13648         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13649         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13650         Courier IMAP ("some version from 2004").  Mostly based on similar
13651         code in the same function.
13652
13653 2005-10-26  Didier Verna  <didier@xemacs.org>
13654
13655         * gnus-group.el (gnus-group-compact-group): Invalidate original
13656         article buffer.
13657         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13658         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13659         NOV database and in article itself.
13660         Invalidate article backlog.
13661
13662 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13665
13666 2005-10-26  Simon Josefsson  <jas@extundo.com>
13667
13668         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13669         part of 2004-07-25 change.
13670
13671 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * message.el (message-display-completion-list): New function.
13674         (message-expand-group): Use it; make sure the Completions buffer
13675         is modifiable.
13676 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13677
13678         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13679         user-mail-name is an empty string.
13680
13681 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13682
13683         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13684         depending on gnus-score-decay-constant.
13685
13686         * encrypt.el (encrypt-insert-file-contents)
13687         (encrypt-write-file-contents): Don't use `gnus-message'.
13688
13689         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13690         arguments.
13691         (mm-uu-type-alist): Add message-marks and insert-marks.
13692         Pass arguments to mm-uu-verbatim-marks-extract.
13693         (mm-uu-hide-markers): New variable.
13694         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13695
13696         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13697         (gnus-convert-image-to-face-command): Use "convert" by default to
13698         allow other input image formats.
13699         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13700         accordingly.
13701
13702 2005-10-23  Simon Josefsson  <jas@extundo.com>
13703
13704         * imap.el (imap-gssapi-program): Align command line parameters
13705         with latest GNU SASL.
13706         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13707
13708 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13709
13710         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13711         HTML.
13712         (nnslashdot-request-article): Ditto.
13713
13714         * lpath.el (featurep): Add nobreak-char-display.
13715
13716 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13717
13718         * mail-source.el (mail-source-fetch-pop): Require pop3.
13719         (mail-source-check-pop): Ditto.
13720
13721 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13724         errors.
13725
13726 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13729         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13730
13731         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13732
13733         * mm-bodies.el (mm-decode-string):
13734         Call `mm-charset-to-coding-system' with allow-override argument.
13735
13736 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13739         (rfc2047-charset-to-coding-system): New function.
13740         (rfc2047-decode-encoded-words): New function.
13741         (rfc2047-decode-region): Use them.
13742         (rfc2047-decode-cte): Remove.
13743         (rfc2047-parse-and-decode): Remove.
13744         (rfc2047-decode): Remove.
13745
13746 2005-10-15  Kenichi Handa  <handa@m17n.org>
13747
13748         * rfc2047.el (rfc2047-decode-cte): New function.
13749         (rfc2047-decode-region): Change the way to decode successive
13750         encoded-words: decode B- or Q-encoding in each encoded-word,
13751         concatenate them, and decode it as charset.
13752
13753 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * lpath.el: Fbind codepage-setup for XEmacs.
13756
13757 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13758
13759         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13760         widget-move-and-invoke.
13761         (gnus-custom-mode): Use gnus-custom-map.
13762
13763 2005-10-15  Bill Wohler  <wohler@newt.com>
13764
13765         * message.el (message-tool-bar-map): Rename image file from
13766         mail_send to mail/send.
13767
13768 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13769
13770         * message.el (message-expand-group): Pass the common
13771         prefix substring of completion to `display-completion-list'.
13772
13773 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13774
13775         * mml-sec.el (mml-secure-method): New internal variable.
13776         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13777         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13778         New functions using mml-secure-method.
13779
13780         * mml.el (mml-mode-map): Add key bindings for those functions.
13781         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13782         Harder <harder@myrealbox.com>.
13783         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13784         Goto end of message if point is the headers of the message.
13785
13786         * message.el (message-in-body-p): New function.
13787
13788         * assistant.el: Autoload gnus-util and netrc.
13789
13790         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13791         Use `mm-charset-override-alist' only when decoding.
13792
13793         * mm-bodies.el (mm-decode-body):
13794         Call `mm-charset-to-coding-system' with allow-override argument.
13795
13796         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13797         `filename' from Content-Disposition if Content-Type doesn't
13798         provide `name'.
13799         (gnus-mime-view-part-as-type): Set default instead of
13800         initial-input.
13801
13802 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13803
13804         * format-spec.el (format-spec): Propagate text properties of % spec.
13805
13806 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13807
13808         * gnus-art.el (gnus-treat-predicate): Add `first'.
13809
13810 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13811
13812         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13813         (mm-charset-override-alist): New variable.
13814         (mm-charset-to-coding-system): Use it.
13815         (mm-codepage-setup): New helper function.
13816         (mm-charset-eval-alist): New variable.
13817         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13818         Warn about unknown charsets.
13819
13820         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13821
13822 2005-10-04  David Hansen  <david.hansen@gmx.net>
13823
13824         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13825         (nnrss-check-group): Ditto.
13826
13827 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13830         Rename x-gnus-verbatim to x-verbatim.
13831         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13832
13833         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13834         x-verbatim.
13835
13836         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13837
13838         * gnus-util.el (gnus-remove-duplicates): Remove.
13839
13840         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13841         instead of gnus-remove-duplicates.
13842
13843         * message.el (message-remove-duplicates): Remove.
13844         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13845         message-remove-duplicates.
13846
13847         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13848         available, else use implementation from `delete-dups'.
13849
13850         * message.el (message-insert-expires): New function.
13851         (message-mode-map): Add key binding.
13852         (message-mode-field-menu): Add menu entry.
13853         (message-mode): Document it.
13854         (message-make-expires-date): Use `message-make-date'.
13855
13856 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13857
13858         * message.el (message-make-expires-date): New function.
13859
13860 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * Makefile.in (list-installed-shadows): New entry.
13863         (install): Use it.
13864         (remove-installed-shadows): New entry.
13865
13866         * dgnushack.el (dgnushack-default-load-path): New variable.
13867         (dgnushack-find-lisp-shadows): New function.
13868         (dgnushack-remove-lisp-shadows): New function.
13869
13870 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * Makefile.in (install-el-elc): New entry.
13873         (install): Use it so that .el files are necessarily installed.
13874
13875 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13878
13879 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13880
13881         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13882         function rather than the diff-mode.el package.
13883         (mm-display-external): Use with-current-buffer.
13884         (mm-viewer-completion-map, mm-viewer-completion-map):
13885         Move initialization inside declaration.
13886
13887 2005-09-29  Simon Josefsson  <jas@extundo.com>
13888
13889         * spam.el: Load hashcash when compiling, to avoid warnings.
13890         Don't autoload mail-check-payment.
13891         (spam-check-hashcash): Define unconditionally, since hashcash.el
13892         is part of Gnus now.  Ignore errors from payment checking.
13893
13894 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13895
13896         * message.el (message-bold-region, message-unbold-region):
13897         Rename from `bold-region' and `unbold-region'.
13898
13899         * message.el: Remove useless autoloads.
13900
13901 2005-09-28  Simon Josefsson  <jas@extundo.com>
13902
13903         * message.el (message-use-idna): Default to t.
13904         (message-use-idna): Test whether encoding works too.  Doc fix.
13905
13906 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * nntp.el (nntp-warn-about-losing-connection): Remove.
13909
13910 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13913         customizable.  Change default value.
13914         (mm-uu-diff-groups-regexp): Change default value.
13915         (mm-uu-type-alist): Add doc string.
13916         (mm-uu-configure): Add doc string.  Make it interactive.
13917         (mm-uu-tex-groups-regexp): New variable.
13918         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13919         (mm-uu-type-alist): Add LaTeX documents.
13920         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13921         of "text/verbatim".
13922         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13923
13924         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13925         instead of "text/verbatim".
13926
13927         * message.el (message-mark-inserted-region)
13928         (message-mark-insert-file): Use slrn style marks when called with
13929         prefix argument.
13930
13931 2005-09-27  Simon Josefsson  <jas@extundo.com>
13932
13933         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13934
13935 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13936
13937         * message.el (message-remove-duplicates): New function.
13938         Implementation borrowed from `gnus-remove-duplicates'.
13939         (message-idna-to-ascii-rhs): Also encode idna addresses in
13940         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13941         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13942         only ask about the same idna domain once per header and also tell
13943         in what header to replace the idna domain.
13944
13945         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13946         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13947         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13948         a header is decoded and not just the last one.
13949
13950 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13953         has been decoded.
13954
13955         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13956         (mm-insert-part): Don't modify text if it has been decoded.
13957
13958         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13959         decoded.
13960
13961         * mm-view.el (mm-inline-text): Don't strip text props unless
13962         decoding enriched or richtext parts.
13963
13964 2005-09-25  Romain Francoise  <romain@orebokech.com>
13965
13966         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13967         * gnus-start.el (gnus-subscribe-interactively):
13968         * gnus-uu.el (gnus-uu-grab-articles):
13969         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13970         space.
13971
13972 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13973
13974         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13975         * mm-view.el (mm-view-pkcs7-decrypt):
13976         * gnus-sum.el (gnus-summary-limit-to-extra)
13977         (gnus-summary-respool-article, gnus-read-move-group-name):
13978         * gnus-score.el (gnus-summary-increase-score):
13979         * gnus-util.el (gnus-completing-read-with-default):
13980         * gnus-art.el (gnus-read-save-file-name)
13981         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13982         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13983         * message.el (message-check-news-header-syntax):
13984         Follow convention for reading with the minibuffer.
13985
13986 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13987
13988         * spam-report.el (spam-report-url-ping-plain):
13989         Use gnus-extended-version as User-Agent.
13990
13991         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13992         default value is nil.
13993
13994         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13995         (mm-uu-verbatim-marks-extract): New function.
13996         (mm-uu-extract): New face.
13997         (mm-uu-copy-to-buffer): Use it.
13998
13999         * spam-report.el (spam-report-gmane-ham): Rename from
14000         `spam-report-gmane-unspam'.
14001         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14002         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14003
14004         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14005         Autoload.
14006         (spam-report-gmane-unregister-routine):
14007         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14008
14009 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14010
14011         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14012         (spam-report-gmane-unregister-routine): Add support for gmane
14013         unregistration.
14014
14015         * spam-report.el (spam-report-gmane-unspam)
14016         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14017         (spam-report-gmane): Change to take a single article and do unspam
14018         registration.
14019
14020 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14021
14022         * mm-url.el (mm-url-decode-entities): Fix regexp.
14023
14024 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14025
14026         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14027         default to nil, to be able to use Gnus at all.  If the default
14028         switches to something else, then the function should be fixed not
14029         be exceedingly slow.
14030
14031 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14032
14033         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14034         fail hard.
14035
14036         * spam-report.el: Add better Keywords line.
14037
14038         * spam.el: Add Maintainer and better Keywords line.
14039
14040 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14041
14042         * gnus-art.el (gnus-article-replace-part)
14043         (gnus-mime-replace-part): New functions.
14044         (gnus-mime-action-alist, gnus-mime-button-commands)
14045         (gnus-mime-save-part-and-strip): Add file argument.
14046         (gnus-article-part-wrapper): Add interactive argument.
14047
14048         * gnus-sum.el (gnus-summary-mime-map):
14049         Add `gnus-article-replace-part'.
14050
14051 2005-09-19  Didier Verna  <didier@xemacs.org>
14052
14053         The nnml compaction feature:
14054         * nnml.el (nnml-request-compact-group): New function.
14055         * nnml.el (nnml-request-compact): New function.
14056         * gnus-int.el (gnus-request-compact-group): New function.
14057         * gnus-int.el (gnus-request-compact): New function.
14058         * gnus-group.el (gnus-group-compact-group): New function.
14059         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14060         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14061         * gnus-srvr.el (gnus-server-compact-server): New function.
14062         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14063         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14064
14065 2005-09-18  Deepak Goel  <deego@gnufans.org>
14066
14067         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14068         format spec.
14069
14070 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14073
14074 2005-09-15  Romain Francoise  <romain@orebokech.com>
14075
14076         * message.el (message-fill-paragraph): Clarify docstring.
14077
14078 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14079
14080         * gnus-art.el (gnus-mime-display-part): Protect against broken
14081         MIME messages.
14082
14083 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14086         before parsing header.
14087
14088 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14089
14090         * html2text.el (html2text-replace-list): Add new entities.
14091
14092 2005-09-11  Romain Francoise  <romain@orebokech.com>
14093
14094         * message.el (message-alternative-emails): Improve docstring.
14095         (message-setup-1): Call `message-use-alternative-email-as-from'
14096         after `message-setup-hook' to give it precedence over posting
14097         styles, etc.
14098         (message-use-alternative-email-as-from): Add docstring.
14099         Remove the original From header if present.
14100
14101         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14102         (nnml-save-mail): Use it.
14103
14104         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14105         articles.  Add new argument `silent'.
14106         (gnus-uu-mark-all): Report the total number of marked articles.
14107
14108 2005-09-10  Romain Francoise  <romain@orebokech.com>
14109
14110         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14111         (gnus-uu-mark-series): Likewise.
14112
14113 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * spam-report.el (spam-report-gmane): Fix generation of spam
14116         report URL.
14117
14118 2005-09-10  Simon Josefsson  <jas@extundo.com>
14119
14120         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14121         t, based on discussion on the ding list with Robert Epprecht
14122         <epprecht@solnet.ch>.
14123
14124 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * spam-report.el (spam-report-gmane): Make it work without
14127         X-Report-Spam header.  Gmane now only provides Archived-At.
14128         This is only used if `spam-report-gmane-use-article-number' is nil.
14129         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14130
14131         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14132         make `gnus-summary-sort-by-recipient' work with threading.
14133
14134         * nnweb.el (nnweb-google-wash-article): Print a message if article
14135         is not available.
14136
14137 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14138
14139         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14140         change.  Decode text/* parts content before displaying.
14141
14142 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14145
14146 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14149
14150         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14151         url-package-name, url-package-version,
14152         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14153         w3m-display-inline-images, and w3m-minor-mode-map.
14154
14155 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * message.el (message-tab-body-function): Fix mismatched custom type.
14158
14159         * gnus.el (gnus-group-change-level-function): Ditto.
14160
14161         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14162
14163         * gnus-art.el (gnus-signature-limit)
14164         (gnus-article-mime-part-function): Ditto.
14165
14166 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * mml.el (mml-mode): Silence the byte compiler.
14169
14170         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14171         using `(sit-for 0)' before moving the point to the specified part;
14172         skip unbuttonized parts.
14173         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14174         return to the summary window if gnus-auto-select-part is non-nil.
14175
14176 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14177
14178         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14179         New variables.
14180         (mml-dnd-attach-file, mml-mode): Use them.
14181
14182         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14183         Make fetching article by MID work again for Google Groups.
14184         Add FIXME concerning gnus-group-make-web-group.
14185
14186         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14187         Don't depend on Gnus by using mail-extract-address-components if
14188         gnus-extract-address-components is not bound.
14189
14190 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191
14192         * gnus-art.el (gnus-mime-display-security): Don't display the
14193         signature, but only the signed part.
14194
14195 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14196
14197         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14198
14199         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14200         list, not listp.
14201
14202 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14203
14204         * mm-encode.el (mm-encode-content-transfer-encoding):
14205         Likewise when encoding.
14206
14207         * mm-bodies.el (mm-decode-content-transfer-encoding):
14208         De-canonicalize CRLF for all text content types, not just
14209         text/plain.
14210
14211 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14212
14213         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14214         valid article; point arrow and cursor at the MIME button.
14215
14216 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14219         Suggested by Dan Christensen <jdc@uwo.ca>.
14220
14221         * mm-decode.el (mm-save-part): Enable change of prompt.
14222
14223 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14224
14225         * gnus-msg.el (gnus-inews-add-send-actions):
14226         Make `message-post-method' lambda parameter ARG `&optional'.
14227
14228 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14229
14230         * gnus-sum.el (gnus-summary-mime-map):
14231         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14232         gnus-article-jump-to-part.
14233
14234         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14235         (gnus-article-edit-part): Use it.
14236         (gnus-article-part-wrapper): Add no-handle argument.
14237         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14238         New functions.
14239
14240 2005-08-29  Romain Francoise  <romain@orebokech.com>
14241
14242         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14243         docstring.
14244         (gnus-face-from-file): Likewise.
14245
14246 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14249         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14250         non-nil.
14251         (gnus-auto-select-part): New variable.
14252         (gnus-article-jump-to-part): New function.
14253         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14254         (gnus-mime-delete-part): Allow selecting specified part after
14255         deleting or stripping parts.
14256         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14257         part if argument is bogus.
14258
14259 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14260
14261         * gnus-art.el (w3m-minor-mode-map):
14262         * gnus-spec.el (gnus-newsrc-file-version):
14263         * gnus-util.el (nnmail-active-file-coding-system)
14264         (gnus-original-article-buffer, gnus-user-agent):
14265         * gnus.el (gnus-ham-process-destinations)
14266         (gnus-parameter-ham-marks-alist)
14267         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14268         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14269         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14270         * mm-decode.el (gnus-current-window-configuration):
14271         * mm-extern.el (gnus-article-mime-handles):
14272         * mm-url.el (url-current-object, url-package-name)
14273         (url-package-version):
14274         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14275         (smime-keys, w3m-cid-retrieve-function-alist)
14276         (w3m-current-buffer, w3m-display-inline-images)
14277         (w3m-minor-mode-map):
14278         * mml-smime.el (gnus-extract-address-components):
14279         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14280         (gnus-newsrc-hashtb, message-default-charset)
14281         (message-deletable-headers, message-options)
14282         (message-posting-charset, message-required-mail-headers)
14283         (message-required-news-headers):
14284         * mml1991.el (mc-pgp-always-sign):
14285         * mml2015.el (mc-pgp-always-sign):
14286         * nnheader.el (nnmail-extra-headers):
14287         * rfc1843.el (gnus-decode-encoded-word-function)
14288         (gnus-decode-header-function, gnus-newsgroup-name):
14289         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14290
14291 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14292
14293         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14294         the end of the date treatments.
14295
14296 2005-08-15  Simon Josefsson  <jas@extundo.com>
14297
14298         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14299         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14300         Capello and Romain Francoise.
14301         (pgg-fetch-key-function): Remove, not used?
14302         (pgg-insert-url-with-w3): Require url, to get
14303         url-insert-file-contents regardless of where it is defined.
14304
14305 2005-08-13  Romain Francoise  <romain@orebokech.com>
14306
14307         * message.el (message-cite-original-1): New function.
14308         (message-cite-original): Use it.
14309         (message-cite-original-without-signature): Ditto.
14310
14311 2005-08-08  Romain Francoise  <romain@orebokech.com>
14312
14313         * message.el (message-yank-empty-prefix): New variable.
14314         (message-indent-citation): Use it.
14315         (message-cite-original-without-signature): Respect X-No-Archive.
14316
14317 2005-08-08  Simon Josefsson  <jas@extundo.com>
14318
14319         * pgg.el: Autoload url-insert-file-contents instead of loading
14320         w3/url.
14321         (pgg-insert-url-with-w3): Don't load url here.
14322
14323 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14324
14325         * message.el (message-kill-to-signature): Don't insert newline at
14326         bol.
14327         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14328
14329 2005-08-06  Romain Francoise  <romain@orebokech.com>
14330
14331         * message.el (message-user-fqdn): Fix typo in docstring.
14332
14333 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14334
14335         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14336
14337         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14338
14339 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * mm-bodies.el (mm-encode-body): Use coding system rather than
14342         charset to encode text.
14343
14344         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14345         number of charsets if utf-8 is available (XEmacs).
14346
14347 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14348
14349         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14350         taken from `gnus-button-mid-or-mail-regexp'.
14351         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14352         (gnus-button-alist): Improve regexp for domain part of the MIDs
14353         for news:localpart@domain buttons.
14354         (gnus-button-ctan-directory-regexp): Update.
14355
14356 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14357
14358         * sieve-manage.el (sieve-manage-interactive-login):
14359         Use make-local-variable rather than make-variable-buffer-local.
14360         (sieve-manage-open): Ditto.
14361         (sieve-manage-authenticate): Ditto.
14362
14363         * mml.el (mml-generate-mime-1): Make the content type default to
14364         text/plain if the filename is not specified.
14365
14366 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14369         instead of insert-buffer.
14370
14371         * message.el (message-yank-original): Ditto; set the mark at the
14372         end of the yanked message.
14373
14374 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14377         lines to scroll rather than to stop it.
14378
14379         * mml.el (mml-generate-default-type): Add doc string.
14380         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14381         default to application/octet-stream when determining the content
14382         type if it is not specified for the part or the mml contents; add
14383         a comment about mml-generate-default-type.
14384
14385 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14388         make it default to application/octet-stream when determining the
14389         content type if it is not specified for the external contents.
14390
14391 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14392
14393         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14394         segmented parameter but also other parameters might be there.
14395
14396 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14397
14398         * mm-decode.el (mm-display-external): Delete temp file, directory
14399         and buffer immediately if the external process is exited.
14400
14401 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14404         fewer lines than that of scroll-margin.
14405         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14406
14407 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-art.el (gnus-article-next-page): Revert.
14410         (gnus-article-beginning-of-window): New macro.
14411         (gnus-article-next-page-1): Use it.
14412         (gnus-article-prev-page): Ditto.
14413         (gnus-article-edit-part): Use insert-buffer-substring instead of
14414         insert-buffer.
14415         (gnus-article-edit-exit): Ditto.
14416
14417         * gnus-util.el (gnus-beginning-of-window): Remove.
14418         (gnus-end-of-window): Remove.
14419
14420         * lpath.el: Don't bind header-line-format and scroll-margin.
14421
14422 2005-07-25  Simon Josefsson  <jas@extundo.com>
14423
14424         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14425         to have the url package without w3.  Reported by Daiki Ueno
14426         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14427
14428 2005-07-20  Didier Verna  <didier@xemacs.org>
14429
14430         * gnus-diary.el: Remove the description comment (nndiary is now
14431         properly documented in the Gnus manual).
14432         Fix the spelling of "Back End".
14433         * nndiary.el: Ditto.
14434         Fix the copyright notice.
14435
14436 2005-07-18  Romain Francoise  <romain@orebokech.com>
14437
14438         * gnus-sum.el (gnus-summary-to-prefix)
14439         (gnus-summary-newsgroup-prefix): New variables.
14440         (gnus-summary-from-or-to-or-newsgroups): Use them.
14441
14442 2005-07-17  Romain Francoise  <romain@orebokech.com>
14443
14444         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14445         space as it's generally not especially interesting to the user.
14446
14447 2005-07-16  Romain Francoise  <romain@orebokech.com>
14448
14449         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14450         nil to avoid prompting and file modification if one of the
14451         messages at the top of the nnfolder file contains a copyright
14452         notice.
14453         Update copyright notice.
14454
14455         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14456         instead of `current-time-string' as the latter creates a time
14457         string that is not RFC 2822 compliant (it lacks the zone).
14458         Update copyright notice.
14459
14460 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14461
14462         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14463         for text/rtf.  Display default in prompt.  Pass default for M-n.
14464
14465         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14466
14467 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468
14469         * gnus-msg.el (gnus-button-mailto):
14470         Remove save-selected-window-window hackery because it relies on
14471         save-selected-window internals.
14472
14473 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14476         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14477         (gnus-article-prev-page): Ditto.
14478
14479         * gnus-util.el (gnus-beginning-of-window): New function.
14480         (gnus-end-of-window): New function.
14481
14482         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14483
14484 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14485
14486         * gnus-score.el (gnus-score-edit-all-score):
14487         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14488         gnus-message.
14489
14490 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14491
14492         * gnus-msg.el (gnus-button-mailto):
14493         Remove save-selected-window-window hackery because it relies on
14494         save-selected-window internals.
14495
14496 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14499         add-minor-mode.
14500         (gnus-binary-mode): Ditto.
14501
14502         * gnus-topic.el (gnus-topic-mode): Ditto.
14503
14504 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14505
14506         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14507         (gnus-article-prev-page): Take scroll-margin into consideration.
14508
14509 2005-07-04  Lute Kamstra  <lute@gnu.org>
14510
14511         Update FSF's address in GPL notices.
14512
14513 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14514
14515         * gnus.el (gnus-exit):
14516         * gnus-group.el (gnus-group-icons):
14517         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14518
14519         * gnus-nocem.el (gnus-nocem):
14520         * message.el (message-various, message-buffers, message-sending)
14521         (message-interface, message-forwarding, message-insertion)
14522         (message-headers, message-news, message-mail):
14523         * pgg-gpg.el (pgg-gpg):
14524         * pgg-parse.el (pgg-parse):
14525         * pgg-pgp.el (pgg-pgp):
14526         * pgg-pgp5.el (pgg-pgp5):
14527         * pop3.el (pop3): Finish `defgroup' description with period.
14528
14529 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * gnus-art.el (article-display-face): Improve the efficiency.
14532         (article-display-x-face): Ditto; remove grey x-face stuff.
14533
14534 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-art.el (article-display-face): Correct the position in
14537         which Faces are inserted.
14538
14539 2005-06-29  Didier Verna  <didier@xemacs.org>
14540
14541         * gnus-art.el (article-display-face): Display faces in correct
14542         order.
14543
14544 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14545
14546         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14547         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14548         (gnus-nocem-check-article): Fetch the Type header.
14549         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14550         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14551         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14552         make sure gnus-nocem-hashtb is initialized.
14553         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14554         (gnus-nocem-unwanted-article-p): Ditto.
14555
14556         * pgg.el (pgg-verify): Return the verification result.
14557
14558 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14559
14560         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14561         is ascii.
14562
14563 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14564
14565         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14566         `show-nonbreak-escape'.
14567
14568 2005-06-23  Lute Kamstra  <lute@gnu.org>
14569
14570         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14571
14572         * dig.el (dig-mode):
14573         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14574
14575 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14576
14577         * nnimap.el (nnimap-split-download-body): Fix spellings.
14578
14579 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14580
14581         * gnus-art.el (gnus-article-encrypt-body):
14582         * gnus-cus.el (gnus-score-customize):
14583         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14584         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14585
14586 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14587
14588         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14589         header by looking for magic "MII" at the beginnig.
14590
14591 2005-06-16  Miles Bader  <miles@gnu.org>
14592
14593         * gnus-xmas.el (gnus-xmas-group-startup-message):
14594         Use renamed gnus-splash face.
14595
14596         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14597         (assistant-field-face): New backward-compatibility alias for renamed
14598         face.
14599         (assistant-render-text): Use renamed assistant-field face.
14600
14601         * spam.el (spam): Remove "-face" suffix from face name.
14602         (spam-face): New backward-compatibility alias for renamed face.
14603         (spam-face, spam-initialize): Use renamed spam face.
14604
14605         * message.el (message-header-to, message-header-cc)
14606         (message-header-subject, message-header-newsgroups)
14607         (message-header-other, message-header-name)
14608         (message-header-xheader, message-separator, message-cited-text)
14609         (message-mml): Remove "-face" suffix from face names.
14610         (message-header-to-face, message-header-cc-face)
14611         (message-header-subject-face, message-header-newsgroups-face)
14612         (message-header-other-face, message-header-name-face)
14613         (message-header-xheader-face, message-separator-face)
14614         (message-cited-text-face, message-mml-face):
14615         New backward-compatibility aliases for renamed faces.
14616         (message-font-lock-keywords): Use renamed message faces.
14617
14618         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14619         (sieve-test-commands, sieve-tagged-arguments):
14620         Remove "-face" suffix from face names.
14621         (sieve-control-commands-face, sieve-action-commands-face)
14622         (sieve-test-commands-face, sieve-tagged-arguments-face):
14623         New backward-compatibility aliases for renamed faces.
14624         (sieve-control-commands-face, sieve-action-commands-face)
14625         (sieve-test-commands-face, sieve-tagged-arguments-face):
14626         Use renamed sieve faces.
14627
14628         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14629         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14630         (gnus-group-news-3-empty, gnus-group-news-4)
14631         (gnus-group-news-4-empty, gnus-group-news-5)
14632         (gnus-group-news-5-empty, gnus-group-news-6)
14633         (gnus-group-news-6-empty, gnus-group-news-low)
14634         (gnus-group-news-low-empty, gnus-group-mail-1)
14635         (gnus-group-mail-1-empty, gnus-group-mail-2)
14636         (gnus-group-mail-2-empty, gnus-group-mail-3)
14637         (gnus-group-mail-3-empty, gnus-group-mail-low)
14638         (gnus-group-mail-low-empty, gnus-summary-selected)
14639         (gnus-summary-cancelled, gnus-summary-high-ticked)
14640         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14641         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14642         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14643         (gnus-summary-low-undownloaded)
14644         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14645         (gnus-summary-low-unread, gnus-summary-normal-unread)
14646         (gnus-summary-high-read, gnus-summary-low-read)
14647         (gnus-summary-normal-read, gnus-splash):
14648         Remove "-face" suffix from face names.
14649         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14650         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14651         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14652         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14653         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14654         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14655         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14656         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14657         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14658         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14659         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14660         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14661         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14662         (gnus-summary-normal-ticked-face)
14663         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14664         (gnus-summary-normal-ancient-face)
14665         (gnus-summary-high-undownloaded-face)
14666         (gnus-summary-low-undownloaded-face)
14667         (gnus-summary-normal-undownloaded-face)
14668         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14669         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14670         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14671         (gnus-splash-face):
14672         New backward-compatibility aliases for renamed faces.
14673         (gnus-group-startup-message): Use renamed gnus faces.
14674
14675         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14676         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14677         (gnus-server-agent): Remove "-face" suffix from face names.
14678         (gnus-server-agent-face, gnus-server-opened-face)
14679         (gnus-server-closed-face, gnus-server-denied-face)
14680         (gnus-server-offline-face):
14681         New backward-compatibility aliases for renamed faces.
14682         (gnus-server-agent-face, gnus-server-opened-face)
14683         (gnus-server-closed-face, gnus-server-denied-face)
14684         (gnus-server-offline-face): Use renamed gnus faces.
14685
14686         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14687         Remove "-face" suffix from face names.
14688         (gnus-picon-xbm-face, gnus-picon-face):
14689         New backward-compatibility aliases for renamed faces.
14690
14691         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14692         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14693         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14694         (gnus-cite-11): Remove "-face" suffix from face names.
14695         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14696         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14697         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14698         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14699         New backward-compatibility aliases for renamed faces.
14700         (gnus-cite-attribution-face, gnus-cite-face-list)
14701         (gnus-article-boring-faces): Use renamed gnus faces.
14702
14703         * gnus-art.el (gnus-signature, gnus-header-from)
14704         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14705         (gnus-header-content): Remove "-face" suffix from face names.
14706         (gnus-signature-face, gnus-header-from-face)
14707         (gnus-header-subject-face, gnus-header-newsgroups-face)
14708         (gnus-header-name-face, gnus-header-content-face):
14709         New backward-compatibility aliases for renamed faces.
14710         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14711
14712         * gnus-sum.el (gnus-summary-selected-face)
14713         (gnus-summary-highlight): Use renamed gnus faces.
14714         * gnus-group.el (gnus-group-highlight): Likewise.
14715
14716 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14717
14718         * gnus-sieve.el (gnus-sieve-article-add-rule):
14719         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14720         * spam-stat.el (spam-stat-buffer-change-to-spam)
14721         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14722
14723         * message.el (message-is-yours-p):
14724         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14725
14726 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * mm-view.el (mm-inline-text): Withdraw the last change.
14729
14730 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14733         executing enriched-decode.
14734
14735 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14738         charset of tar files.
14739
14740 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14741
14742         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14743
14744 2005-06-04  Lute Kamstra  <lute@gnu.org>
14745
14746         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14747         information is never recorded.
14748
14749 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14750
14751         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14752
14753 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14754
14755         * pop3.el (pop3-apop): Run md5 in the binary mode.
14756
14757         * starttls.el (starttls-set-process-query-on-exit-flag):
14758         Use eval-and-compile.
14759
14760 2005-05-31  Simon Josefsson  <jas@extundo.com>
14761
14762         * smime.el (smime-replace-in-string): Define.
14763         (smime-cert-by-ldap-1): Use it.
14764
14765 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-art.el (article-display-x-face): Replace
14768         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14769
14770         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14771         set-process-query-on-exit-flag or process-kill-without-query.
14772
14773         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14774         loop instead of replace-regexp.
14775
14776         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14777         instead of process-kill-without-query if it is available.
14778
14779         * lpath.el: Fbind ldap-search-entries.
14780
14781         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14782         instead of find-file-hooks if it is available.
14783
14784         * mml1991.el: Bind pgg-default-user-id when compiling.
14785
14786         * mml2015.el: Bind pgg-default-user-id when compiling.
14787
14788         * nndraft.el (nndraft-request-associate-buffer):
14789         Use write-contents-functions instead of write-contents-hooks if it is
14790         available.
14791
14792         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14793         instead of find-file-hooks if it is available.
14794
14795         * nntp.el (nntp-open-connection): Replace
14796         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14797         (nntp-open-ssl-stream): Ditto.
14798         (nntp-open-tls-stream): Ditto.
14799
14800         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14801         set-process-query-on-exit-flag or process-kill-without-query.
14802         (starttls-open-stream-gnutls): Use it instead of
14803         process-kill-without-query.
14804         (starttls-open-stream): Ditto.
14805
14806 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14807
14808         * smime.el (smime-cert-by-ldap-1): Don't use
14809         replace-regexp-in-string.
14810
14811 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14812
14813         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14814
14815         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14816         in PEM format.  Adjust to the XEmacs compability.
14817
14818 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14819
14820         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14821         by `string-to-number'.
14822         * gnus-agent.el (gnus-agent-regenerate-group)
14823         (gnus-agent-fetch-articles): Ditto.
14824         * gnus-art.el (gnus-button-fetch-group): Ditto.
14825         * gnus-cache.el (gnus-cache-generate-active)
14826         (gnus-cache-articles-in-group): Ditto.
14827         * gnus-group.el (gnus-group-set-current-level)
14828         (gnus-group-insert-group-line): Ditto.
14829         * gnus-score.el (gnus-score-set-expunge-below)
14830         (gnus-score-set-mark-below, gnus-summary-score-effect)
14831         (gnus-summary-score-entry): Ditto.
14832         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14833         (gnus-soup-pack): Ditto.
14834         * gnus-spec.el (gnus-xmas-format): Ditto.
14835         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14836         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14837         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14838         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14839         * nndb.el (nndb-get-remote-expire-response): Ditto.
14840         * nndiary.el (nndiary-parse-schedule-value)
14841         (nndiary-string-to-number, nndiary-request-replace-article)
14842         (nndiary-request-article): Ditto.
14843         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14844         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14845         * nneething.el (nneething-make-head): Ditto.
14846         * nnfolder.el (nnfolder-request-article)
14847         (nnfolder-retrieve-headers): Ditto.
14848         * nnheader.el (nnheader-file-to-number): Ditto.
14849         * nnkiboze.el (nnkiboze-request-article): Ditto.
14850         * nnmail.el (nnmail-process-unix-mail-format)
14851         (nnmail-process-babyl-mail-format): Ditto.
14852         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14853         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14854         (nnmh-request-create-group, nnmh-request-list-1)
14855         (nnmh-request-group, nnmh-request-article): Ditto.
14856         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14857         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14858         * nnsoup.el (nnsoup-make-active): Ditto.
14859         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14860         * nntp.el (nntp-find-group-and-number)
14861         (nntp-retrieve-headers-with-xover): Ditto.
14862         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14863         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14864         (pgg-format-key-identifier): Ditto.
14865         * pop3.el (pop3-last, pop3-stat): Ditto.
14866         * qp.el (quoted-printable-decode-region): Ditto.
14867
14868         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14869         of concat.
14870
14871 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14874
14875         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14876
14877         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14878
14879         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14880
14881         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14882
14883         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14884
14885         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14886         (gnus-carpal-mode): Ditto.
14887
14888         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14889         (gnus-browse-mode): Ditto.
14890
14891         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14892
14893         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14894
14895 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14896
14897         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14898
14899 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * gnus-util.el (gnus-run-mode-hooks): New function.
14902
14903         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14904
14905         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14906         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14907
14908 2005-05-27  Lute Kamstra  <lute@gnu.org>
14909
14910         * dns-mode.el (dns-mode): Specify customization group.
14911
14912 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14913
14914         * gnus-agent.el (gnus-agent-make-mode-line-string):
14915         Use mode-line-highlight as mouse-face.
14916
14917 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * canlock.el (canlock): Change the parent group to news.
14920
14921         * deuglify.el (gnus-outlook-deuglify): Add :group.
14922
14923         * dig.el (dig): Add :group.
14924
14925         * dns-mode.el (dns-mode): Add :group.
14926
14927         * encrypt.el (encrypt): Add :group.
14928
14929         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14930         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14931         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14932         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14933         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14934
14935         * gnus-diary.el (gnus-diary): Add :group.
14936
14937         * gnus.el (gnus-group-news-1-face): Add :group.
14938         (gnus-group-news-1-empty-face): Ditto.
14939         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14940         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14941         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14942         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14943         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14944         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14945         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14946         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14947         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14948         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14949         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14950         (gnus-summary-high-ticked-face): Ditto.
14951         (gnus-summary-low-ticked-face): Ditto.
14952         (gnus-summary-normal-ticked-face): Ditto.
14953         (gnus-summary-high-ancient-face): Ditto.
14954         (gnus-summary-low-ancient-face): Ditto.
14955         (gnus-summary-normal-ancient-face): Ditto.
14956         (gnus-summary-high-undownloaded-face): Ditto.
14957         (gnus-summary-low-undownloaded-face): Ditto.
14958         (gnus-summary-normal-undownloaded-face): Ditto.
14959         (gnus-summary-high-unread-face): Ditto.
14960         (gnus-summary-low-unread-face): Ditto.
14961         (gnus-summary-normal-unread-face): Ditto.
14962         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14963         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14964
14965         * hashcash.el (hashcash): New custom group.
14966         (hashcash-default-payment): Add :group.
14967         (hashcash-payment-alist): Ditto.
14968         (hashcash-default-accept-payment): Ditto.
14969         (hashcash-accept-resources): Ditto.
14970         (hashcash-path): Ditto.
14971         (hashcash-extra-generate-parameters): Ditto.
14972         (hashcash-double-spend-database): Ditto.
14973         (hashcash-in-news): Ditto.
14974
14975         * message.el (message-minibuffer-local-map): Add :group.
14976
14977         * netrc.el (netrc): Add :group.
14978
14979         * sieve-manage.el (sieve-manage-log): Add :group.
14980         (sieve-manage-default-user): Diito.
14981         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14982         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14983         (sieve-manage-authenticators): Ditto.
14984         (sieve-manage-authenticator-alist): Ditto.
14985         (sieve-manage-default-port): Ditto.
14986
14987         * sieve-mode.el (sieve-control-commands-face): Add :group.
14988         (sieve-action-commands-face): Ditto.
14989         (sieve-test-commands-face): Ditto.
14990         (sieve-tagged-arguments-face): Ditto.
14991
14992         * smime.el (smime): Add :group.
14993
14994         * spam-report.el (spam-report): Add :group.
14995
14996         * spam.el (spam, spam-face): Add :group.
14997
14998 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15001         return \n.\n.\n at the end of articles.  Protect against that.
15002         (nntp-with-open-group): Allow debugging.
15003
15004         * nnheader.el (mail-header-set-extra): Make into a function
15005         because I just could't understand how to quote the list properly.
15006
15007         * dns.el (query-dns-cached): New function.
15008
15009 2005-05-26  Lute Kamstra  <lute@gnu.org>
15010
15011         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15012
15013 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15016
15017         * gnus-art.el: Don't autoload mail-extract-address-components.
15018
15019         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15020         eval-and-compile to evaluate it.
15021
15022         * hashcash.el: Don't autoload executable-find.
15023
15024         * nndb.el: Don't declare the nndb back end two or more times; don't
15025         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15026
15027         * nntp.el: Autoload format-spec instead of format; use
15028         eval-and-compile to evaluate autoload forms.
15029
15030 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15031
15032         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15033
15034 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15035
15036         * gnus.el (gnus-version-number): Bump version.
15037
15038 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15039
15040         * gnus.el: No Gnus v0.3 is released.
15041
15042 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * lpath.el (featurep): Bind show-nonbreak-escape.
15045
15046 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-article-edit-part): Disable undo.
15049
15050 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15053         gnus-article-date-lapsed-new-header is t if date timer is active;
15054         skip headers in which the original date value is empty.
15055         (gnus-article-save-original-date): Redefine it as a macro.
15056         (gnus-display-mime): Use it.
15057
15058 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * gnus-art.el (article-date-ut): Support converting date in
15061         forwarded parts as well.
15062         (gnus-article-save-original-date): New function.
15063         (gnus-display-mime): Use it.
15064
15065 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15066
15067         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15068         enclosure element of <item>.
15069
15070 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * message.el (message-kill-buffer-query): Rename from
15073         `message-kill-buffer-query-if-modified'.  Add :version.
15074
15075 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15078         window layout.
15079
15080 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * mml.el: Autoload dnd when compiling.
15083
15084 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15085
15086         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15087         x-dnd-*.
15088
15089 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * qp.el (quoted-printable-encode-region): Save excursion.
15092
15093 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15094
15095         * message.el (message-kill-buffer-query-if-modified): Add new variable
15096         so the user can kill a modified message buffer quickly.
15097         (message-kill-buffer): Use it.
15098
15099 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * lpath.el: Fbind display-time-event-handler; don't fbind
15102         string-to-multibyte.
15103
15104         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15105
15106 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15109         contained in text because xml.el decodes entities) with LFs.
15110
15111 2005-04-11  Lute Kamstra  <lute@gnu.org>
15112
15113         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15114         differently.
15115
15116 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15117
15118         * mm-util.el (mm-detect-coding-region): Typo.
15119
15120 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15123
15124 2005-04-06  Deepak Goel  <deego@gnufans.org>
15125
15126         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15127         user-function allow user modifications of the scores.
15128         (spam-stat-score-buffer-user): New function, to allow
15129         user-computed modifications to the score.
15130         (spam-stat-score-buffer-user-functions): List of additional
15131         scoring functions.
15132         (spam-stat-error-holder): Global temporary error holder.
15133         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15134         variable.
15135
15136 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * gnus-registry.el (gnus-registry-clean-empty-function)
15139         (gnus-registry-trim, gnus-registry-fetch-groups)
15140         (gnus-registry-delete-group): Groups that match
15141         `gnus-registry-ignored-groups' are removed from the registry
15142         entries, not just ignored for splitting.  This helps clean up the
15143         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15144         to get all the groups a message ID is in.
15145
15146         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15147         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15148         (spam-stat-score-buffer-user-functions): Add :number custom type.
15149
15150 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15151
15152         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15153         argument in XEmacs.
15154
15155         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15156         (nnrss-request-group): Decode group name first.
15157         (nnrss-request-article): Make a text/plain article if mml-to-mime
15158         failed.
15159         (nnrss-get-encoding): Return a compatible encoding according to
15160         nnrss-compatible-encoding-alist.
15161         (nnrss-find-el): Use consp instead of listp.
15162         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15163
15164 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15167         which Emacs 20 doesn't support.
15168         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15169
15170 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15171
15172         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15173         silence the byte compiler inside the defun.
15174
15175         * gnus-demon.el (parse-time-string): Add autoload.
15176
15177         * gnus-delay.el (parse-time-string): Add autoload.
15178
15179         * gnus-art.el (parse-time-string): Add autoload.
15180
15181         * nnultimate.el (parse-time): Require for `parse-time-string'.
15182
15183 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15184
15185         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15186
15187         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15188
15189         * smime.el (smime-ldap-host-list): Add :version.
15190
15191 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15194         pass it to `gnus-browse-read-group'.
15195         (gnus-browse-read-group): Add NUMBER argument and pass it to
15196         `gnus-group-read-ephemeral-group'.
15197
15198         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15199         argument and pass it to `gnus-group-read-group'.
15200
15201 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15202
15203         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15204         mm-xemacs-find-mime-charset-1 if we have the mule feature
15205         available at runtime.
15206
15207 2005-03-25  Werner Lemberg  <wl@gnu.org>
15208
15209         * nnmaildir.el: Replace `illegal' with `invalid'.
15210
15211 2005-03-23  Lute Kamstra  <lute@gnu.org>
15212
15213         * time-date.el: Add comment on time value formats.
15214         Don't require parse-time.
15215         (with-decoded-time-value): New macro.
15216         (encode-time-value): New function.
15217         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15218         (days-to-time): Return a valid time value when arg is huge.
15219         (time-since): Use time-subtract.
15220         (time-to-number-of-days): Use time-to-seconds.
15221
15222 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15223
15224         * gnus-start.el (gnus-display-time-event-handler):
15225         Check display-time-timer at runtime rather than only at load time
15226         in case display-time-mode is turned off in the mean time.
15227
15228 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15229
15230         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15231         used.
15232
15233         * nneething.el (nneething-map-file-directory): Derive from
15234         `gnus-directory'.
15235
15236         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15237         the To/Cc button.
15238
15239 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15240
15241         * nnmaildir.el (nnmaildir-request-accept-article):
15242         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15243
15244 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15245
15246         * gnus-async.el: Require timer-funcs at compile time when in
15247         XEmacs for `run-with-idle-timer'.
15248
15249 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15250
15251         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15252         autoloaded function.
15253
15254 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15255
15256         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15257
15258 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15259
15260         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15261
15262 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15263
15264         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15265         Add gnus-expert-user to default.
15266
15267 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15268
15269         * nnimap.el (nnimap-open-server): Ditto.
15270
15271         * imap.el (imap-authenticate): Fix typo.
15272
15273 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15274
15275         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15276         buffer (since IMAP server might return FETCH response out of
15277         order, and the nntp buffer must be sorted).
15278
15279 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15280
15281         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15282         comparison on string.
15283
15284         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15285         (gnus-agent-score): Rename category keywords to match gnus-cus.
15286         (gnus-agent-summary-fetch-series): Modify to protect against
15287         gnus-agent-summary-fetch-group clearing processable flags.
15288         (gnus-agent-synchronize-group-flags): Update live group buffer as
15289         synchronization may occur due to the user toggle the plugged
15290         status.
15291         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15292         successfully downloaded.
15293         (gnus-agent-expire-group-1): Avoid using markers when the overview
15294         is in ascending order; greatly improves performance.
15295         (gnus-agent-regenerate-group):
15296         Use gnus-agent-synchronize-group-flags to reset read status in both
15297         gnus and server.
15298         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15299
15300 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15301
15302         * message.el: Don't autoload former message-utils variables.
15303         (message-strip-subject-trailing-was): Change doc string.
15304
15305         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15306         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15307         (nnweb-google-search): Add "hl=en" here.
15308         (nnweb-google-parse-1, nnweb-google-create-mapping):
15309         Don't hardcode URL.
15310
15311 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * message.el (message-get-reply-headers, message-followup):
15314         Mention related variables `message-use-followup-to' and
15315         `message-use-mail-followup-to', in the information buffer.
15316
15317         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15318         of broken groups(-beta).google.com.
15319
15320 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15321
15322         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15323         parameter to invoked gnus-request-move-article; remove the
15324         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15325         all at once instead of once per article.
15326         (gnus-summary-remove-process-mark): Accept a list of articles as
15327         well as a single article for processing.
15328
15329         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15330         parameter.
15331
15332         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15333
15334         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15335
15336         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15337         parameter.
15338
15339         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15340         parameter.
15341
15342         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15343         parameter and remove the gnus-sum-hint-move-is-internal variable.
15344
15345         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15346         parameter.
15347
15348         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15349         parameter.
15350
15351         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15352         parameter.
15353
15354         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15355
15356         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15357         parameter.
15358
15359         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15360         parameter.
15361
15362 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15363
15364         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15365         a more conservative way.
15366
15367 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15368
15369         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15370         buffer, so it moves the window's cursor.
15371
15372 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15373
15374         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15375         `mm-dissect-multipart' and receive the from field as an (optional)
15376         argument from `mm-dissect-multipart'.
15377         (mm-dissect-multipart): Receive the from field as an argument and
15378         pass it on when we call `mm-dissect-buffer' on MIME parts.
15379         Fixes verification/decryption of signed/encrypted MIME parts.
15380
15381 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15382
15383         * gnus-sum.el (gnus-summary-move-article):
15384         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15385         whatever it calls (right now, only nnimap-request-move article
15386         respects it).
15387
15388         * nnimap.el (nnimap-request-move-article):
15389         When gnus-sum-hint-move-is-internal is set, don't do the extra
15390         nnimap-request-article.
15391
15392 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15393
15394         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15395
15396         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15397         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15398
15399         * gnus-sum.el (gnus-summary-caesar-message):
15400         Apply `gnus-treat-article' after rotation.
15401
15402         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15403         doc string.
15404
15405 2005-02-22  Simon Josefsson  <jas@extundo.com>
15406
15407         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15408         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15409         <arne@arnested.dk>.
15410         (encrypt): Add password-cache and password-cache-expiry as group
15411         members.
15412
15413 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15414
15415         * smime.el (smime-ldap-host-list): Doc fix.
15416         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15417         cache) password.
15418         (smime-sign-region): Use it.
15419         (smime-decrypt-region): Use it.
15420         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15421         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15422         fails.
15423         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15424         certificate from DER to PEM format rather than calling openssl.
15425
15426         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15427
15428         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15429         for signing/encryption.
15430
15431         * mml.el (mml-parse-1): Use them.
15432
15433 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15434
15435         * nnrss.el (nnrss-verbose): Remove.
15436         (nnrss-request-group): Use `nnheader-message' instead.
15437
15438 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15439
15440         * nnrss.el (nnrss-verbose): New variable.
15441         (nnrss-request-group): Make it say nnrss is requesting a group.
15442
15443 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15444
15445         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15446         Handle news URL with given port correctly.
15447
15448 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15451         containing special characters.
15452
15453         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15454
15455         * mml.el (mime-to-mml): Ditto.
15456
15457         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15458         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15459         (rfc2047-decode-region): Quote decoded words containing special
15460         characters when rfc2047-quote-decoded-words-containing-tspecials
15461         is non-nil.
15462
15463 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15466
15467         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15468
15469 2005-02-15  Simon Josefsson  <jas@extundo.com>
15470
15471         * nnimap.el (nnimap-debug): Doc fix.
15472
15473         * imap.el (imap-debug): Doc fix.
15474
15475 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15478
15479 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15480
15481         * gnus.el (spam-contents): Improve docs for spam-contents
15482         parameter in its variable incarnation.
15483
15484 2005-02-14  Simon Josefsson  <jas@extundo.com>
15485
15486         * smime-ldap.el: Use require instead of load-library for ldap.
15487         (smime-ldap-search): Indent.
15488         (smime-ldap-search-internal): Shorten line.
15489
15490         * smime.el (smime-cert-by-dns): Add doc-string.
15491         (smime-cert-by-ldap-1): Indent.
15492
15493         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15494         mml-smime-get-dns-ldap.
15495         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15496
15497 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15498
15499         * smime.el: Require smime-ldap.
15500         (smime-ldap-host-list): New variable.
15501         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15502
15503         * mml-smime.el (mml-smime-encrypt-query): New function.
15504         (mml-smime-encrypt-query): Use it.
15505
15506         * smime-ldap.el: New file.
15507
15508 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15509
15510         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15511
15512 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15515         argument in doc string.  Make query for type more clear.
15516
15517 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15518
15519         * gnus.el (gnus-group-startup-message): Search for gnus images in
15520         etc/images/gnus.
15521         * mm-util.el (mm-image-load-path): Likewise.
15522         * smiley.el (smiley-data-directory): Search for smilies in
15523         etc/images/smilies.
15524
15525 2005-02-09  Kim F. Storm  <storm@cua.dk>
15526
15527         Change Emacs release version from 21.4 to 22.1 throughout.
15528         Change Emacs development version from 21.3.50 to 22.0.50.
15529
15530 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15533
15534         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15535         non-Mule XEmacs as well.
15536         (mm-decompress-buffer): Signal an error intentionally if it does
15537         not decompress compressed data because auto-compression-mode is
15538         disabled.
15539
15540 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15541
15542         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15543         an ID in the registry even if it has no groups.
15544
15545 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15548         merge it into mm-decompress-buffer.
15549         (gnus-mime-copy-part): Use the MIME part charset, the value which
15550         a user specified or gnus-newsgroup-charset for decoding, like
15551         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15552         save-buffer what was used.  Suggested by Kevin Ryde
15553         <user42@zip.com.au>.
15554         (gnus-mime-inline-part): Allow the name parameter as well as the
15555         filename parameter; force decompressing of compressed data; always
15556         display contents being not decoded as unibyte.
15557
15558         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15559         as well as the filename parameter.
15560
15561         * mm-util.el (mm-decompress-buffer):
15562         Merge gnus-mime-jka-compr-maybe-uncompress.
15563         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15564         of compressed data.
15565
15566 2005-02-08  Simon Josefsson  <jas@extundo.com>
15567
15568         * imap.el (imap-log): Doc fix.
15569
15570 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15573         the coding cookies; decompress compressed parts.
15574
15575         * mml.el (mml-generate-mime-1): Add the charset parameter according
15576         to the value which a user specified manually or the coding cookie.
15577
15578         * mm-util.el (mm-string-to-multibyte): New function.
15579         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15580         (mm-coding-system-to-mime-charset): New function.
15581         (mm-decompress-buffer): New function.
15582         (mm-find-buffer-file-coding-system): New function.
15583
15584         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15585         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15586         parts.
15587
15588 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15589
15590         * mm-view.el (mm-display-inline-fontify): Decode a part according
15591         to the charset parameter.
15592
15593 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15596         prefix arg is neither nil nor a number, as info specifies.
15597
15598 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15601         timestamps.
15602
15603 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15604
15605         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15606         groups error checking and notify user.
15607
15608 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15609
15610         * message.el (message-send-mail-function): Check existence of
15611         sendmail-program first before using default value
15612         `message-send-mail-with-sendmail'.  Otherwise use more generic
15613         `smtpmail-send-it'.
15614
15615 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * nntp.el (nntp-request-update-info): Always return nil.
15618
15619 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15620
15621         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15622
15623 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15624
15625         * message.el (message-beginning-of-line): Change the behavior when
15626         invoked between BOL and : so that it first moves backward.
15627
15628 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15631         article buffer when editing of the article is discarded.
15632         (gnus-article-prepare): Revert.
15633
15634 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15635
15636         * gnus-art.el (gnus-article-prepare):
15637         Remove message-strip-forbidden-properties from the local hook.
15638
15639 2005-01-27  Simon Josefsson  <jas@extundo.com>
15640
15641         * password.el (password-cache-add): Only start one timer per key.
15642         Reported by Derek Atkins <warlord@MIT.EDU>.
15643
15644 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15645
15646         * run-at-time.el: Remove.  It is no longer needed as
15647         timer-funcs.el in the xemacs-base package has a working version of
15648         `run-at-time'.
15649
15650         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15651
15652         * password.el: Require timer-funcs instead of run-at-time in
15653         XEmacs.
15654         Remove `password-run-at-time' macro.
15655         (password-cache-add): Use `run-at-time' instead of
15656         `password-run-at-time'.
15657
15658         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15659         Remove `nnheader-cancel-function-timers' alias,
15660         `cancel-function-timers' exists in XEmacs in timer-funcs.
15661
15662         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15663         for `run-with-idle-timer'.
15664
15665         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15666         for `run-at-time'.
15667
15668         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15669         for `with-timeout'.
15670
15671         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15672         the same as for XEmacs 21.4.
15673         No need to ignore `run-with-idle-timer', this function exists in
15674         XEmacs now in timer-funcs.el in the xemacs-base package.
15675         (dgnushack-compile): No need to delete
15676         run-at-time.el from the list of files to compile because it
15677         doesn't exist anymore.
15678
15679 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15682         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15683
15684 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15685
15686         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15687         sensitively.
15688
15689 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15690
15691         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15692
15693 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15696         which will be inserted according to the multibyteness of a buffer
15697         rather than the type of contents.  Suggested by ARISAWA Akihiro
15698         <ari@mbf.ocn.ne.jp>.
15699
15700         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15701         of string which old xml.el may return rather than a string.
15702
15703 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15706
15707 2005-01-16  Simon Josefsson  <jas@extundo.com>
15708
15709         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15710         idn/idna.el isn't available.
15711         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15712         <michael@waxrat.com>.
15713
15714         * hashcash.el: Remove non-FSF copyright header.
15715
15716         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15717         (hashcash-generate-payment): Use it.
15718         (hashcash-generate-payment-async): Use it.
15719
15720 2005-01-15  Simon Josefsson  <jas@extundo.com>
15721
15722         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15723         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15724
15725         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15726         gnus-summary-idna-message.
15727         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15728         (gnus-summary-idna-message): New function.
15729
15730 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15731
15732         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15733         gnus-novice-user.
15734
15735 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * nnrss.el (nnrss-request-delete-group): Delete entries in
15738         nnrss-group-alist as well.
15739         (nnrss-save-server-data): Insert newline.
15740
15741 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15742
15743         * gnus.el (gnus-user-agent): Use list of symbols instead of
15744         symbols.  Display full version number for (S)XEmacs.
15745         Optionally display (S)XEmacs codename.
15746
15747         * gnus-util.el (gnus-emacs-version): Update for new
15748         `gnus-user-agent'.
15749
15750         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15751         Gnus version.
15752
15753 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15756         which is unreadable in some setups.
15757
15758 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * gnus-spec.el (gnus-update-format-specifications): Flush the
15761         group format spec cache if it doesn't support decoded group names.
15762
15763 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15764
15765         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15766         Allow to apply decay on score files matching a regexp.
15767
15768 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15771         compatibility in %g and %c.
15772
15773 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15776         name for only %g and %c.
15777         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15778         of gnus-tmp-group to decoded group name.
15779         (gnus-group-make-rss-group): Exclude `/'s from group names.
15780
15781 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * nnrss.el (nnrss-get-encoding): Fix regexp.
15784
15785 2004-12-27  Simon Josefsson  <jas@extundo.com>
15786
15787         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15788         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15789         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15790
15791 2004-12-17  Kim F. Storm  <storm@cua.dk>
15792
15793         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15794
15795         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15796
15797 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15798
15799         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15800
15801 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * nnrss.el: Require rfc2047 and mml.
15804         (nnrss-file-coding-system): New variable.
15805         (nnrss-format-string): Redefine it as an inline function.
15806         (nnrss-decode-group-name): New function.
15807         (nnrss-string-as-multibyte): Remove.
15808         (nnrss-retrieve-headers): Decode group name; don't use
15809         nnrss-format-string.
15810         (nnrss-request-group): Decode group name.
15811         (nnrss-request-article): Decode group name; allow a Message-ID as
15812         well as an article number; don't use nnrss-format-string; encode a
15813         Message-ID string which may contain non-ASCII characters; use
15814         mml-to-mime to compose a MIME article.
15815         (nnrss-request-expire-articles): Decode group name.
15816         (nnrss-request-delete-group): Decode group name.
15817         (nnrss-fetch): Clarify error message.
15818         (nnrss-read-server-data): Use insert-file-contents instead of load;
15819         bind file-name-coding-system; use multibyte buffer.
15820         (nnrss-save-server-data): Bind coding-system-for-write to the
15821         value of nnrss-file-coding-system; bind file-name-coding-system;
15822         add coding cookie.
15823         (nnrss-read-group-data): Use insert-file-contents instead of load;
15824         bind file-name-coding-system; use multibyte buffer.
15825         (nnrss-save-group-data): Bind coding-system-for-write to the
15826         value of nnrss-file-coding-system; bind file-name-coding-system.
15827         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15828         make it work with non-ASCII text.
15829         (nnrss-find-el): Make it work with old xml.el as well.
15830
15831 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15832
15833         * nnrss.el (nnrss-get-encoding): New function.
15834         (nnrss-fetch): Use unibyte buffer initially; bind
15835         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15836         decode contents according to the encoding attribute.
15837         (nnrss-save-group-data): Add coding cookie.
15838         (nnrss-mime-encode-string): New function.
15839         (nnrss-check-group): Use it to encode subject and author.
15840
15841 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15844         imaginary variable.
15845
15846 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15847
15848         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15849         correctly even if there are wide characters.
15850
15851 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15854         downcased symbol names; make a new cache instead of reusing
15855         bbdb-hashtable.
15856
15857 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15860         concatenating segments rather than before concatenating them.
15861         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15862
15863         * message.el (message-get-reply-headers): Bind `extra'.
15864
15865 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15866
15867         * message.el (message-extra-wide-headers): New variable.
15868         (message-get-reply-headers): Use it.
15869
15870 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15873         (gnus-agent-group-pathname): Ditto.
15874
15875         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15876
15877         * gnus-group.el (gnus-group-make-group): Decode group name.
15878         (gnus-group-make-rss-group): Register the group data after opening
15879         the nnrss group.
15880
15881 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15882
15883         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15884         by expiry now get marked as read.
15885
15886 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15889
15890 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15891
15892         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15893         unify Latin characters in XEmacs.
15894         (mm-find-mime-charset-region): Use it.
15895
15896 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * gnus-util.el (gnus-delete-directory): New function.
15899
15900         * gnus-agent.el (gnus-agent-delete-group): Use it.
15901
15902         * gnus-cache.el (gnus-cache-delete-group): Use it.
15903
15904 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15907         names.
15908
15909 2004-12-16  Simon Josefsson  <jas@extundo.com>
15910
15911         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15912
15913 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15916
15917         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15918         (gnus-group-set-current-level): Decode group name.
15919
15920 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15921
15922         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15923         failed.
15924
15925 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-group.el (gnus-group-delete-group): Decode group name.
15928         (gnus-group-make-rss-group): Encode group name.
15929         (gnus-group-catchup-current): Decode group name.
15930         (gnus-group-kill-group): Decode group name.
15931
15932 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15933
15934         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15935
15936 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15937
15938         * gnus-group.el (gnus-group-make-rss-group):
15939         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15940
15941         * gnus-start.el (gnus-setup-news): Honor user's setting to
15942         gnus-message-archive-method.  Suggested by Lute Kamstra
15943         <lute@gnu.org>.
15944
15945 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15946
15947         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15948         global counterparts of the buffer-local variables.
15949
15950 2004-11-16  Romain Francoise  <romain@orebokech.com>
15951
15952         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15953         counterparts of the buffer-local variables.
15954
15955 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * message.el (message-forbidden-properties): Fix typo in doc
15958         string.
15959
15960 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15961
15962         * gnus-util.el (gnus-replace-in-string): Add doc string.
15963
15964         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15965         to avoid problems when splitting mails with many recipients.
15966
15967 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15968
15969         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15970         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15971
15972 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15973
15974         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15975         if there is no hashtable in memory or file modification time is
15976         newer than cached timestamp.
15977
15978 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * gnus-sum.el (gnus-summary-limit-to-recipient):
15981         Implement not-matching option.
15982
15983 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15984
15985         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15986         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15987         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15988         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15989         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15990         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15991
15992 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * message.el (message-forward-make-body-mml): Remove headers
15995         according to message-forward-ignored-headers if a message is decoded.
15996
15997 2004-12-02  Romain Francoise  <romain@orebokech.com>
15998
15999         * message.el (message-forward-make-body-plain): Always remove
16000         headers according to message-forward-ignored-headers.
16001
16002 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16003
16004         * spam.el (spam-summary-prepare-exit): Remove the
16005         gnus-summary-limit pop for now, it has problems with ham marks for
16006         me.
16007
16008 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16009
16010         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16011         correctly.
16012
16013 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16014
16015         * format-spec.el (format-spec): Message the char.
16016
16017 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16018
16019         * gnus-art.el (gnus-split-methods): Reformat comments.
16020
16021         * spam.el (spam-summary-prepare-exit): Remove article limits
16022         before exiting the summary buffer.
16023
16024 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16027         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16028
16029         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16030         order to silence the byte compiler.
16031
16032         * spam.el: Fix the way to silence the byte compiler, which
16033         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16034         bbdb-search-simple, spam-BBDB-register-routine,
16035         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16036         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16037         spam-stat-buffer-is-spam, spam-stat-load,
16038         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16039         spam-stat-save and spam-stat-split-fancy.
16040
16041 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16044         which may confuse users.
16045         (canlock-password-for-verify): Ditto.
16046
16047         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16048
16049         * gnus-art.el (gnus-emphasis-alist): Ditto.
16050
16051         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16052
16053         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16054
16055         * gnus-start.el (gnus-save-killed-list): Ditto.
16056
16057         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16058         (gnus-sum-thread-tree-root): Ditto.
16059         (gnus-sum-thread-tree-false-root): Ditto.
16060         (gnus-sum-thread-tree-single-indent): Ditto.
16061
16062         * message.el (message-courtesy-message): Ditto.
16063         (message-archive-note): Ditto.
16064         (message-subscribed-address-file): Ditto.
16065         (message-user-fqdn): Ditto.
16066
16067         * spam-report.el (spam-report-gmane-regex): Ditto.
16068
16069         * spam.el (spam-blackhole-good-server-regex): Ditto.
16070
16071 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * mml.el (mml-preview): Widen the message buffer before copying
16074         the contents to the preview buffer; sort headers before previewing.
16075
16076         * message.el (message-hidden-headers): Fix the way to avoid a bug
16077         in the `repeat' widget in Emacs 21.3 or earlier.
16078
16079 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * message.el (message-hidden-headers): Default to "^References:".
16082         Improve customization type.  Suggested by Reiner Steib
16083         <Reiner.Steib@gmx.de>.
16084
16085 2004-11-25  Romain Francoise  <romain@orebokech.com>
16086
16087         * message.el (message-strip-forbidden-properties): Remove check for
16088         obsolete `message-hidden' text property, hidden headers are not
16089         accessible in the buffer anymore.
16090
16091 2004-11-22  Romain Francoise  <romain@orebokech.com>
16092
16093         * message.el (message-header-format-alist): Add `From' in list
16094         so that it can be sorted.
16095         (message-fix-before-sending): Widen and sort headers before
16096         sending.
16097         (message-hide-headers): Use narrowing to hide headers by moving
16098         them to the top of the buffer and narrowing to the region
16099         underneath.
16100
16101 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16102
16103         * message.el (message-strip-forbidden-properties):
16104         Bind buffer-read-only (etc) to nil.
16105
16106 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16109         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16110
16111 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16112
16113         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16114
16115 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16116
16117         * dns.el (query-dns): Use sit-for to time instead of
16118         accept-process-output, since that doesn't seem to work on udp
16119         sockets.
16120
16121 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16122
16123         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16124
16125 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16126
16127         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16128         doc string.  Improve doc string.
16129
16130 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * nntp.el (nntp-request-update-info): Return nil if
16133         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16134         may not call gnus-activate-group which uselessly issues the GROUP
16135         commands for all nntp groups and wastes time.  Reported by Romain
16136         Francoise <romain@orebokech.com>.
16137
16138         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16139
16140 2004-11-15  Simon Josefsson  <jas@extundo.com>
16141
16142         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16143         headers separately.
16144         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16145         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16146
16147 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16148
16149         * gnus-start.el (gnus-convert-old-newsrc):
16150         Assign legacy-gnus-agent to 5.10.7.
16151
16152 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16153
16154         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16155         start of the lines.
16156
16157 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16158
16159         * hashcash.el (hashcash-default-payment): Change default to 20.
16160         (hashcash-default-accept-payment): Change default to 20.
16161         (hashcash-process-alist): New variable.
16162         (hashcash-generate-payment-async): Add.
16163         (hashcash-already-paid-p): Add.
16164         (hashcash-insert-payment): Don't generate payments twice.
16165         (hashcash-insert-payment-async): Add.
16166         (hashcash-insert-payment-async-2): Add.
16167         (hashcash-cancel-async): Add.
16168         (hashcash-wait-async): Add.
16169         (hashcash-processes-running-p): Add.
16170         (hashcash-wait-or-cancel): Add.
16171         (mail-add-payment): New optional argument.  Conditionally start
16172         asynchronous calculation.
16173         (mail-add-payment-async): Add.
16174
16175         * message.el (message-send-mail): Wait for asynchronous hashcash
16176         results.  Don't clobber existing X-Hashcash headers.
16177         (message-setup-1): Call mail-add-payment-async when
16178         message-generate-hashcash is non-nil.
16179
16180 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16181
16182         * message.el (message-use-alternative-email-as-from): Examine the
16183         From header as well; use message-make-from in order to include a
16184         user's full name.
16185
16186 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16189         default; improve customization type.
16190         (gnus-emphasis-custom-with-format): New macro.
16191         (gnus-emphasis-custom-value-to-external): New function.
16192         (gnus-emphasis-custom-value-to-internal): New function.
16193
16194 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195
16196         * dns.el (query-dns): Resolve reverse addresses.
16197
16198 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16199
16200         * gnus-group.el (gnus-group-get-new-news): Use it.
16201
16202         * gnus-start.el (gnus-check-reasonable-setup): New function.
16203
16204 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16207         "Args out of range" error.  Reported by Arnaud Giersch
16208         <arnaud.giersch@free.fr>.
16209
16210 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16211
16212         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16213
16214 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16215
16216         * spam.el (spam group): Add :version.
16217
16218         * pgg-def.el (pgg group): Add :version.
16219
16220 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-art.el (gnus-article-edit-article): Don't associate the
16223         article buffer with a draft file.  This is a temporary measure
16224         against the 2004-08-22 change to gnus-article-edit-mode.
16225
16226 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16229         (html2text-format-tags): Remove unused variable `attr'.
16230
16231 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16232
16233         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16234
16235         * tls.el (tls-process-connection-type, tls-success)
16236         (tls-certtool-program): Add :version.
16237
16238         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16239         (starttls-extra-arguments, starttls-process-connection-type)
16240         (starttls-connect, starttls-failure, starttls-success): Add :version.
16241
16242         * spam-stat.el (spam-stat): Add :version.
16243
16244         * sieve.el (sieve): Add :version.
16245
16246         * sha1.el (sha1): Add :version.
16247         (sha1-use-external): Remove redundant version.
16248
16249         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16250         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16251         (nnmail-split-fancy-match-partial-words)
16252         (nnmail-split-lowercase-expanded): Add :version.
16253
16254         * nndiary.el (nndiary): Add :version.
16255
16256         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16257
16258         * mml-sec.el (mml-default-sign-method)
16259         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16260         Add :version.
16261
16262         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16263
16264         * mm-url.el (mm-url-use-external, mm-url-program)
16265         (mm-url-arguments): Add :version.
16266
16267         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16268         (mm-attachment-file-modes, mm-decrypt-option)
16269         (mm-w3m-safe-url-regexp): Add :version.
16270
16271         * message.el (message-cite-prefix-regexp)
16272         (message-sendmail-envelope-from, message-minibuffer-local-map)
16273         (message-user-fqdn, message-completion-alist): Add :version.
16274
16275         * gnus-win.el (gnus-configure-windows-hook)
16276         (gnus-use-frames-on-any-display): Add :version.
16277
16278         * gnus-art.el (gnus-article-address-banner-alist)
16279         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16280         (gnus-treat-from-picon, gnus-treat-mail-picon)
16281         (gnus-treat-x-pgp-sig): Add :version.
16282
16283         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16284         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16285         (gnus-summary-article-delete-hook)
16286         (gnus-summary-display-while-building): Add :version.
16287
16288         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16289         (gnus-get-top-new-news-hook): Add :version.
16290
16291         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16292         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16293
16294         * gnus-registry.el (gnus-registry): Add :version.
16295
16296         * gnus-spec.el (gnus-use-correct-string-widths)
16297         (gnus-make-format-preserve-properties): Add :version.
16298
16299         * gnus.el (gnus-group-charter-alist)
16300         (gnus-group-fetch-control-use-browse-url)
16301         (gnus-install-group-spam-parameters): Add :version.
16302
16303         * gnus-diary.el (gnus-diary): Add :version.
16304
16305         * gnus-delay.el (gnus-delay): Add :version.
16306
16307         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16308         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16309         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16310         Add :version.
16311
16312         * gnus-agent.el (gnus-agent-max-fetch-size)
16313         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16314         (gnus-agent-prompt-send-queue): Add :version.
16315
16316         * deuglify.el (gnus-outlook-deuglify): Add :version.
16317
16318         * html2text.el: Beautify code.  Improve doc strings.
16319         Some checkdoc cleanup.
16320         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16321
16322 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16323
16324         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16325
16326 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16327
16328         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16329         when package is loaded.
16330
16331         * spam.el (spam-summary-score-preferred-header): Add global preference
16332         for people who want to override the default SpamAssassin over
16333         Bogofilter preference (when both are set).
16334         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16335         (spam-user-format-function-S):
16336         Check spam-summary-score-preferred-header.
16337         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16338         (spam-user-format-function-S): Format the score correctly.
16339
16340 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16343         signature file.  Suggested by Manoj Srivastava
16344         <srivasta@golden-gryphon.com>.
16345
16346         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16347         iso-2022-jp even in the Japanese language environment.
16348         Suggested by Jason Rumney <jasonr@gnu.org>.
16349
16350 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16353         use the same characters as the dummy marks; make it free from
16354         getting affected by the language environment.
16355         (gnus-summary-read-group-1): Update mark positions only when the
16356         format spec is updated.
16357
16358         * gnus-spec.el (gnus-update-format-specifications): Return a list
16359         of updated types.
16360
16361 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16364         of boundp to check if display-warning is available.
16365
16366 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16367
16368         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16369
16370 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * nnspool.el (nnspool-spool-directory): Use news-path if the
16373         news-directory variable is not bound.
16374
16375         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16376         function instead of display-warning if it is not available.
16377
16378 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16381         v5-10: Use `point-at-bol'.
16382
16383 2004-10-26  Simon Josefsson  <jas@extundo.com>
16384
16385         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16386         <chenggao@gmail.com>.
16387
16388 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16391         instead.
16392
16393 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16394
16395         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16396         to remove a server from the nnimap-server-buffer-alist.
16397         (nnimap-open-connection, nnimap-close-server): Use it.
16398
16399         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16400
16401 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16404         running the major-mode function.
16405
16406 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16409         dummy marks in the right way.
16410
16411 2004-10-18  David Edmondson  <dme@dme.org>
16412
16413         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16414         excessively.
16415
16416 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16417
16418         * gnus-util.el (gnus-split-references): Accept a nil references
16419         string and go on blissfully.
16420
16421         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16422         cases where the references string is non-nil but has no references.
16423
16424         * encrypt.el: Add autoload tags.
16425
16426         * spam.el (spam-resolve-registrations-routine): Remove article
16427         from unregistration list too.  Reported by David Hanak
16428         <dhanak@isis.vanderbilt.edu>
16429
16430 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16431
16432         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16433         nil.  Change custom type.
16434
16435 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16438
16439         * gnus-sum.el (gnus-summary-move-article): Use it.
16440
16441 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16442
16443         * encrypt.el: Add autoload cookies.
16444
16445         * spam.el (spam-backend-article-list-property)
16446         (spam-backend-get-article-todo-list)
16447         (spam-backend-put-article-todo-list)
16448         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16449         Resolve registrations separately.
16450         (spam-register-routine): Format comments.
16451         (spam-unregister-routine, spam-register-routine): Always call with
16452         specific-articles, no default list.
16453         (spam-summary-prepare-exit): Use the spam-classifications function.
16454
16455         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16456         gnus-encrypt.el.
16457
16458         * encrypt.el: Copied from gnus-encrypt.el.
16459
16460         * gnus-encrypt.el: Commented that it's obsolete.
16461
16462 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16463
16464         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16465         (gnus-score-save): Use it.
16466
16467         * message.el (message-bury): Use `window-dedicated-p'.
16468
16469 2004-10-15  Simon Josefsson  <jas@extundo.com>
16470
16471         * pop3.el (top-level): Don't require nnheader.
16472         (pop3-read-timeout): Add.
16473         (pop3-accept-process-output): Add.
16474         (pop3-read-response, pop3-retr): Use it.
16475
16476 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16477
16478         * spam.el (spam-register-routine): Move comment.
16479         (spam-verify-bogofilter): Use 'unknown for the initial
16480         spam-bogofilter-valid state, not 'never.
16481
16482         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16483         for netrc-machine.
16484
16485         * nnimap.el (nnimap-open-connection):
16486         Use netrc-machine-user-or-password.
16487
16488 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16489
16490         * gnus-registry.el (gnus-registry-unload-hook):
16491         Set as a variable with add-hook.
16492
16493         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16494         of news-path.
16495
16496         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16497
16498         * spam.el: Delete duplicate `provide'.
16499         (spam-unload-hook): Set as a variable with add-hook.
16500
16501 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16504         in the doc string.
16505
16506         * message.el (message-ignored-news-headers)
16507         (message-ignored-supersedes-headers)
16508         (message-ignored-resent-headers)
16509         (message-forward-ignored-headers): Improve custom type.
16510
16511 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * message.el (message-tokenize-header): Fix 2004-09-06 change
16514         which used point-min in the wrong place.
16515
16516 2004-10-12  Simon Josefsson  <jas@extundo.com>
16517
16518         * tls.el (tls-certtool-program): New variable.
16519         (tls-certificate-information): New function, based on
16520         ssl-certificate-information.
16521
16522 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * compface.el: Move the version of ELisp-based uncompface program
16525         to the contrib directory because of the copyright problem.
16526
16527 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16528
16529         * message.el (message-kill-buffer): Raise the current frame.
16530
16531 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16534
16535         * gnus.el (message-y-or-n-p): Autoload.
16536
16537         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16538         (pop3-password-required, pop3-authentication-scheme)
16539         (pop3-leave-mail-on-server): Make customizable.
16540         (pop3): New custom group.
16541         (pop3-retr): Remove `sleep-for' statements.
16542         Suggested by Dave Love <fx@gnu.org>.
16543
16544         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16545         Windows/DOS.
16546
16547         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16548         (imap-parse-body): Fix incorrect use of `assert'.
16549         Suggested by Dave Love <fx@gnu.org>.
16550
16551         * mml.el (mml-minibuffer-read-disposition): Require match.
16552         Suggested by Dave Love <fx@gnu.org>.
16553
16554 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16555
16556         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16557         doc string.
16558
16559 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16562
16563 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16564
16565         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16566         instead of calling `mm-insert-inline', to decode text/* parts
16567         before displaying them.
16568
16569 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16570
16571         * mm-uu.el (mm-uu-text-plain-type): New variable.
16572         (mm-uu-pgp-signed-extract-1): Use it.
16573         (mm-uu-pgp-encrypted-extract-1): Use it.
16574         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16575         bind mm-uu-text-plain-type with that value.
16576         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16577         mm-uu-dissect.
16578
16579 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-group.el (gnus-update-group-mark-positions):
16582         * gnus-sum.el (gnus-update-summary-mark-positions):
16583         * message.el (message-check-news-body-syntax):
16584         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16585         of string-as-multibyte.
16586
16587 2004-10-05  Juri Linkov  <juri@jurta.org>
16588
16589         * gnus-group.el (gnus-update-group-mark-positions):
16590         * gnus-sum.el (gnus-update-summary-mark-positions):
16591         * message.el (message-check-news-body-syntax):
16592         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16593         8-bit unibyte values to a multibyte string for search functions.
16594
16595 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16598         (mm-uu-dissect-text-parts): New function.
16599
16600         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16601         dissect text parts.
16602
16603         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16604         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16605
16606         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16607
16608         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16609         Use gnus-current-topics instead of gnus-current-topic.
16610
16611 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16612
16613         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16614
16615 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16616
16617         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16618         where approriate.
16619
16620         * nnml.el (nnml-generate-active-info): do.
16621
16622         * nndiary.el (nndiary-generate-active-info): do.
16623
16624         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16625         (gnus-topic-move): do.
16626
16627         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16628         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16629
16630         * gnus-srvr.el (gnus-server-prepare)
16631         (gnus-server-open-all-servers): do.
16632
16633         * gnus-msg.el (gnus-summary-cancel-article)
16634         (gnus-summary-resend-message)
16635         (gnus-summary-mail-crosspost-complaint): do.
16636
16637         * gnus-move.el (gnus-change-server): do.
16638
16639         * gnus-group.el (gnus-group-unmark-all-groups)
16640         (gnus-group-set-current-level): do.
16641
16642 2004-10-04  Simon Josefsson  <jas@extundo.com>
16643
16644         * message.el (message-generate-hashcash): Doc fix.
16645
16646 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16647
16648         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16649         avoid infinite recursion via gnus-get-function.
16650
16651 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16652
16653         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16654
16655         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16656
16657         * nnmail.el (nnmail-split-history): do.
16658
16659         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16660         (nnml-request-delete-group): do.
16661
16662         * nnslashdot.el (nnslashdot-read-groups): do.
16663
16664         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16665         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16666
16667         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16668         (nnspool-sift-nov-with-sed): Use last.
16669         (nnspool-retrieve-headers-with-nov): Use mapc.
16670         (nnspool-request-newgroups): Use dolist.
16671         (nnspool-request-group): Use last.
16672
16673         * nntp.el (nntp-read-server-type): Use dolist.
16674
16675         * nnvirtual.el (nnvirtual-create-mapping)
16676         (nnvirtual-update-read-and-marked): Use dolist.
16677         (nnvirtual-convert-headers): Simplify.
16678
16679 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16680
16681         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16682         Add support for sync'ing tick marks.
16683
16684 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16687         there's no visible header.
16688
16689 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16690
16691         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16692         When necessary, pass full group name to gnus-request-set-marks.
16693
16694 2004-10-01  Simon Josefsson  <jas@extundo.com>
16695
16696         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16697         acroread.
16698
16699 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700
16701         * spam-report.el (spam-report-gmane): Fix interactive.
16702
16703         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16704
16705         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16706         when writing file.
16707         (gnus-agent-synchronize-flags): Don't default to being
16708         interactive.
16709
16710 2004-09-30  Simon Josefsson  <jas@extundo.com>
16711
16712         * message.el (message-generate-hashcash): Add.
16713         (message-send-mail): Use it, call mail-add-payment.
16714
16715 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16716
16717         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16718
16719 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16720
16721         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16722         gnus-requst-update-info with explicit code to sync the in-memory
16723         info read flags with the marks being sync'd to the backend.
16724
16725         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16726
16727 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16728
16729         * spam.el (spam-verify-bogofilter): Add new function.
16730         (spam-check-bogofilter)
16731         (spam-bogofilter-register-with-bogofilter): Use it.
16732         (spam-verify-bogofilter): Add small fixes.
16733
16734 2004-09-28  Simon Josefsson  <jas@extundo.com>
16735
16736         * hashcash.el (hashcash-generate-payment): Revert.
16737
16738 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16739
16740         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16741         Use gnus-extract-references instead of gnus-split-references.
16742
16743         * gnus-util.el (gnus-extract-references): Add new function, analogous
16744         to gnus-split-references but extracts only the message-ID without
16745         anything extra.
16746
16747         * hashcash.el (hashcash-generate-payment)
16748         (hashcash-check-payment): Do the right thing if hashcash-path is
16749         nil (because the hashcash program could not be found).
16750
16751         * spam.el (spam-use-hashcash): Remove comment.
16752
16753 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16754
16755         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16756         (gnus-cache-enter-article, gnus-cache-remove-article)
16757         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16758
16759         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16760
16761         * gnus-art.el (article-hide-boring-headers)
16762         (article-translate-strings, article-display-face)
16763         (gnus-article-mime-match-handle-first)
16764         (gnus-article-highlight-headers)
16765         (gnus-article-add-buttons-to-head): do.
16766
16767 2004-09-27  Simon Josefsson  <jas@extundo.com>
16768
16769         * hashcash.el: New version, from
16770         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16771         ../contrib/.
16772
16773 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16776
16777 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16778
16779         * gnus-dup.el (gnus-dup-open): Use mapc.
16780         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16781
16782         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16783         Reported by Stefan Wiens <s.wi@gmx.net>.
16784
16785         * gnus.el (gnus-shutdown): Use dolist.
16786
16787         * gnus-undo.el (gnus-undo): Use mapc.
16788
16789         * nnrss.el (nnrss-generate-active): do.
16790
16791         * message.el (message-cite-original-without-signature)
16792         (message-cite-original): Use mapc.
16793         (message-do-actions, message-make-forward-subject): Use dolist.
16794
16795 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16796
16797         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16798         deletion to remove entire duplicate line.  Fixes merged article
16799         number bug.
16800
16801 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16802
16803         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16804         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16805         first ask if you want to open a server and then, even when you
16806         responded with no, asking if you want to synchronize the server's
16807         flags.
16808         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16809         multi-line expressions.
16810         (gnus-agent-synchronize-group-flags): New internal function.
16811         Updates marks in memory (in the info structure) AND in the
16812         backend.
16813
16814         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16815
16816         * nnagent.el (nnagent-request-set-mark):
16817         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16818         method, to ensure that synchronization updates marks in the
16819         backend and in the info (in memory) structure.
16820
16821 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16824         convention fully; don't miss the root article of a thread; make
16825         the X-Draft-From header with correct article numbers.
16826
16827 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16828
16829         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16830         unless plugged.  Disable the agent so that an open failure causes
16831         an error.
16832
16833         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16834         Revert 2004-09-21 change.  The backend must be opened while
16835         synchronizing flags even when the backend stores the flags
16836         locally.
16837
16838 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16839
16840         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16841         in `header' match.  Reported by Svend Tollak Munkejord.
16842
16843         * message.el (message-cite-original): Fix use of
16844         `message-cite-articles-with-x-no-archive'.
16845
16846 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16849         (gnus-window-to-buffer): Ditto.
16850
16851         * mml.el (mml-preview-buffer): New variable.
16852         (mml-preview): Manage window layout with gnus-buffer-configuration.
16853
16854         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16855         X-Draft-From header even if those articles aren't quoted.
16856
16857 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16858
16859         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16860         (gnus-request-set-mark, gnus-request-update-mark): Use new
16861         g-s-t-u-l-m to decide to use backend even when unplugged.
16862
16863 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16864
16865         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16866         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16867
16868 2004-09-20  Simon Josefsson  <jas@extundo.com>
16869
16870         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16871         "utf-16-le".
16872
16873 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16874
16875         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16876
16877 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * uudecode.el (uudecode-use-external): Add :version.
16880
16881         * smime.el (smime-CA-file, smime-encrypt-cipher)
16882         (smime-dns-server): Add :version.
16883
16884         * smiley.el (gnus-smiley-file-types): Add :version.
16885
16886         * sha1.el (sha1-use-external): Add :version.
16887
16888         * pgg-def.el (pgg-query-keyserver): Add :version.
16889
16890         * nnmail.el (nnmail-fancy-expiry-targets)
16891         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16892         Add :version.
16893
16894         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16895         (nnimap-retrieve-groups-asynchronous): Add :version.
16896         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16897
16898         * mml.el (mml-content-disposition-parameters)
16899         (mml-insert-mime-headers-always): Add :version.
16900
16901         * mm-util.el (mm-coding-system-priorities): Add :version.
16902
16903         * mm-decode.el (mm-inline-text-html-with-images)
16904         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16905         (mm-verify-option): Add :version.
16906         (mm-text-html-renderer): Change :version.
16907
16908         * message.el (message-fcc-externalize-attachments)
16909         (message-required-headers, message-draft-headers)
16910         (message-subject-trailing-was-query)
16911         (message-subject-trailing-was-ask-regexp)
16912         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16913         (message-mark-insert-end, message-archive-header)
16914         (message-archive-note, message-cross-post-default)
16915         (message-cross-post-note, message-followup-to-note)
16916         (message-cross-post-note-function, message-use-mail-followup-to)
16917         (message-subscribed-address-functions)
16918         (message-subscribed-address-file, message-subscribed-addresses)
16919         (message-subscribed-regexps, message-allow-no-recipients)
16920         (message-yank-cited-prefix, message-signature-insert-empty-line)
16921         (message-hidden-headers, message-hierarchical-addresses)
16922         (message-mail-user-agent, message-use-idna)
16923         (message-valid-fqdn-regexp)
16924         (message-strip-special-text-properties, message-header-synonyms)
16925         (message-beginning-of-line, message-tab-body-function): Add :version.
16926         (message-insert-canlock, message-wide-reply-confirm-recipients):
16927         Change :version.
16928
16929         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16930         and :version.
16931         (mail-source-delete-old-incoming-confirm)
16932         (mail-source-movemail-program): Add :version.
16933
16934         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16935         (gnus-agent-cache, gnus-agent): Change :version.
16936
16937         * gnus-util.el (gnus-use-byte-compile): Change :version.
16938
16939         * gnus-sum.el (gnus-summary-make-false-root-always)
16940         (gnus-summary-default-high-score)
16941         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16942         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16943         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16944         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16945         (gnus-sum-thread-tree-single-indent)
16946         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16947         (gnus-sum-thread-tree-leaf-with-other)
16948         (gnus-sum-thread-tree-single-leaf): Add :version.
16949         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16950         (gnus-article-loose-mime): Change :version.
16951
16952         * gnus-start.el (gnus-backup-startup-file)
16953         (gnus-save-startup-file-via-temp-buffer): Add :version.
16954
16955         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16956         (gnus-server-offline-face): Add :version.
16957
16958         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16959
16960         * gnus-msg.el (gnus-gcc-externalize-attachments)
16961         (gnus-debug-files, gnus-debug-exclude-variables)
16962         (gnus-discouraged-post-methods): Change :version.
16963         (gnus-confirm-mail-reply-to-news)
16964         (gnus-confirm-treat-mail-like-news): Add :version.
16965
16966         * gnus-int.el (gnus-server-unopen-status): Add :version.
16967
16968         * gnus-group.el (gnus-group-jump-to-group-prompt)
16969         (gnus-large-ephemeral-newsgroup)
16970         (gnus-fetch-old-ephemeral-headers): Add :version.
16971
16972         * gnus-fun.el (gnus-x-face-directory)
16973         (gnus-convert-pbm-to-x-face-command)
16974         (gnus-convert-image-to-x-face-command)
16975         (gnus-convert-image-to-face-command): Add :version.
16976
16977         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16978
16979         * gnus-cite.el (gnus-cite-blank-line-after-header)
16980         (gnus-article-boring-faces): Add :version.
16981
16982         * gnus-art.el (gnus-buttonized-mime-types)
16983         (gnus-inhibit-mime-unbuttonizing)
16984         (gnus-treat-display-face)
16985         (gnus-treat-body-boundary): Change :version.
16986         (gnus-body-boundary-delimiter, gnus-picon-databases)
16987         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16988         (gnus-treat-date-english, gnus-treat-fold-headers)
16989         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16990         (gnus-treat-mail-picon, gnus-treat-wash-html)
16991         (gnus-article-encrypt-protocol)
16992         (gnus-use-idna, gnus-article-over-scroll)
16993         (gnus-mime-display-multipart-alternative-as-mixed)
16994         (gnus-mime-display-multipart-related-as-mixed)
16995         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16996         (gnus-ctan-url, gnus-button-ctan-handler)
16997         (gnus-button-handle-ctan-bogus-regexp)
16998         (gnus-button-ctan-directory-regexp)
16999         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17000         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17001         (gnus-button-man-level, gnus-button-emacs-level)
17002         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17003
17004         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17005         (gnus-agent-go-online): Change :version.
17006         (gnus-agent-expire-unagentized-dirs)
17007         (gnus-agent-auto-agentize-methods): Add :version.
17008
17009         * flow-fill.el (fill-flowed-display-column)
17010         (fill-flowed-encode-column): Add :version.
17011
17012         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17013         (gnus-outlook-deuglify-unwrap-max)
17014         (gnus-outlook-deuglify-cite-marks)
17015         (gnus-outlook-deuglify-unwrap-stop-chars)
17016         (gnus-outlook-deuglify-no-wrap-chars)
17017         (gnus-outlook-deuglify-attrib-cut-regexp)
17018         (gnus-outlook-deuglify-attrib-verb-regexp)
17019         (gnus-outlook-deuglify-attrib-end-regexp)
17020         (gnus-outlook-display-hook): Add :version.
17021
17022         * binhex.el (binhex-use-external): Add :version.
17023
17024 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17027         and `invisible'.
17028
17029 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17032         in gnus-registry-trim.
17033
17034 2004-09-13  Simon Josefsson  <jas@extundo.com>
17035
17036         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17037
17038         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17039
17040         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17041         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17042         <yamaoka@jpl.org>.
17043         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17044         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17045         <yamaoka@jpl.org>.
17046
17047         * sieve.el (sieve-manage-mode): Ditto.
17048
17049 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17050
17051         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17052
17053 2004-09-11  Simon Josefsson  <jas@extundo.com>
17054
17055         * dns-mode.el: Add.
17056
17057         * mm-view.el (mm-display-dns-inline): Add.
17058
17059         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17060         (mm-automatic-display): Ditto.
17061
17062         * mailcap.el (mailcap-mime-data): Add text/dns.
17063         (mailcap-mime-extensions): Map .soa to text/dns.
17064
17065 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17066
17067         * gnus-art.el (article-decode-mime-words, article-babel)
17068         (gnus-article-highlight-signature, gnus-article-add-buttons)
17069         (gnus-signature-toggle): Remove unnecessary bindings of
17070         `inhibit-read-only' inherited from v5.10 merge.
17071
17072 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * nntp.el (nntp): New customization group.
17075         (nntp-authinfo-file): Add customization group.
17076
17077         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17078
17079         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17080
17081         * gnus.el (to-address, to-list, subscribed)
17082         (large-newsgroup-initial): Ditto.
17083
17084         * flow-fill.el (fill-flowed-display-column)
17085         (fill-flowed-encode-column): Ditto.
17086
17087 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17088
17089         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17090         Use point-min rather than 1.
17091         (message-send-mail): Use buffer-size rather than point-max.
17092
17093         * gnus-sum.el (gnus-summary-search-article-forward):
17094         Signal a specific `search-failed' rather than a generic `error'.
17095
17096         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17097         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17098         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17099
17100 2004-09-10  Simon Josefsson  <jas@extundo.com>
17101
17102         * nndb.el (require): Remove tcp and duplicate cl.
17103
17104 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * gnus-agent.el (directory-files-and-attributes): Move forward.
17107
17108 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17109
17110         * gnus-agent.el (directory-files-and-attributes):
17111         Optionally defined to support XEmacs.
17112
17113 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17114
17115         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17116         to avoid run-time CL dependencies.
17117         (gnus-agent-unfetch-articles): New function.
17118         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17119         article numbers even when local .overview file is missing.
17120         (gnus-agent-read-article-number): New function.  Only accepts
17121         27-bit article numbers.
17122         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17123         Use gnus-agent-read-article-number.
17124         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17125         from backend while recognizing that article numbers in .overview
17126         must be valid.
17127         (gnus-agent-update-files-total-fetched-for):
17128         Use directory-files-and-attributes to improve performance.
17129         * gnus-int.el (gnus-request-move-article):
17130         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17131         improve performance.
17132
17133         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17134         some users confused by references to .newsrc when they only have a
17135         .newsrc.eld file.
17136         (gnus-convert-mark-converter-prompt)
17137         (gnus-convert-converter-needs-prompt): Fix use of property list.
17138         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17139         New function.  Used internally to only display 'gnus converting
17140         files' message when actually necessary.
17141
17142         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17143         methods now autoloaded.
17144
17145 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17148         identifiers.
17149
17150 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * gnus-picon.el: Fix indentation and closing parenthesis.
17153
17154 2004-09-01  Simon Josefsson  <jas@extundo.com>
17155
17156         * message.el (message-canlock-generate): Require sha1, not
17157         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17158         to require within a function.  Sadly, if sha1.el isn't loaded, the
17159         let binding in m-c-g will hide the defcustom definition, which is
17160         bad.)
17161
17162         * canlock.el: Require sha1, not sha1-el.
17163
17164         * message.el: Don't autoload sha1 (there is a autoload cookie in
17165         sha1.el).
17166
17167         * sha1-el.el: Rename to sha1.el.
17168
17169 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17170
17171         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17172
17173 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17174
17175         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17176
17177 2004-08-30  Kim F. Storm  <storm@cua.dk>
17178
17179         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17180
17181         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17182         Add :group 'nnimap.
17183
17184 2004-08-30  Andreas Schwab  <schwab@suse.de>
17185
17186         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17187         ?* and ?\;.
17188
17189         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17190         and ?\' to symbol instead of whitespace.
17191
17192 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17195
17196         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17197         instead of re-search-forward.
17198
17199         * gnus-uu.el (gnus-uu-save-article): Ditto.
17200         (gnus-uu-post-encode-uuencode): Ditto.
17201
17202         * html2text.el (html2text-clean-list-items): Ditto.
17203         (html2text-clean-dtdd): Ditto.
17204         (html2text-format-tags): Ditto.
17205
17206         * message.el (message-send-mail-with-sendmail): Fix regexp.
17207         (message-fill-field-general): Use search-forward instead of
17208         re-search-forward.
17209         (unbold-region): Ditto.
17210
17211         * nnrss.el (nnrss-request-article): Ditto.
17212
17213         * nnslashdot.el (nnslashdot-request-article): Ditto.
17214
17215         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17216
17217         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17218         "Unrecognized menu descriptor" error in XEmacs.
17219
17220 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17221
17222         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17223         parent article of a sparse article in the thread hashtb.
17224
17225 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17226
17227         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17228         (nnmail-expand-newtext): Lowercase expanded entries if
17229         nnmail-split-lowercase-expanded is non-nil.
17230
17231 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17234
17235         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17236         of gnus-tmp-news-method into string under XEmacs.  It will be
17237         passed to gnus-correct-length which takes only a string argument.
17238
17239 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-util.el (gnus-bind-print-variables): New macro.
17242         (gnus-prin1): Use it.
17243         (gnus-prin1-to-string): Use it.
17244         (gnus-pp): New function.
17245         (gnus-pp-to-string): New function.
17246
17247         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17248         Replace pp-to-string with gnus-pp-to-string.
17249         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17250         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17251         * gnus-msg.el (gnus-debug): Ditto.
17252         * gnus-score.el (gnus-score-save): Ditto.
17253         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17254         gnus-pp-to-string.
17255         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17256         with gnus-pp.
17257         * score-mode.el (gnus-score-pretty-print): Ditto.
17258         * webmail.el (webmail-debug): Ditto.
17259
17260 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * gnus-art.el (article-display-face, article-display-x-face):
17263         Use buffer-read-only.
17264
17265 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-art.el (article-hide-list-identifiers):
17268         Bind inhibit-read-only as t.
17269
17270 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17273
17274 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17275
17276         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17277         (gnus-narrow-to-page): Don't assume point-min == 1.
17278         (gnus-article-edit-mode): Derive from message-mode.
17279
17280         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17281         point-min == 1.
17282
17283         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17284         Disable incorrect use of `assert'.
17285
17286         * message.el (message-mode): Set comment-start-skip.
17287
17288
17289 2004-08-22  Sam Steingold  <sds@gnu.org>
17290
17291         * pop3.el (pop3-leave-mail-on-server): New user variable.
17292         (pop3-movemail): Delete mail only when it is nil.
17293
17294 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17297
17298         * mml.el (mml-preview): Use `pop-to-buffer'.
17299
17300         * message.el (message-goto-mail-followup-to): Insert after "To".
17301         (message-carefully-insert-headers): Add comment.
17302
17303         * gnus.el: Remove unused variable `gnus-article-check-size'.
17304
17305         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17306
17307         * gnus-art.el (gnus-button-alist):
17308         Improve `gnus-button-handle-library' entry.
17309
17310 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17311
17312         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17313         Use downcase, since XEmacs capitalizes error messages differently.
17314
17315 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * nntp.el: Add (require 'gnus) due to reference to
17318         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17319
17320 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17321
17322         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17323         Bind `mm-fill-flowed'.
17324
17325         * mm-decode.el (mm-dissect-singlepart): Check it.
17326
17327 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17328
17329         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17330         'imap' for netrc parsing.
17331
17332 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * mailcap.el (mailcap-mime-data): Mark as risky.
17335
17336 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17339         may be included in the encoded word.
17340         (rfc2047-encode): Don't append a space if the encoded word
17341         includes close parenthesis.
17342
17343 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17346         of text within parentheses.
17347
17348 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17351         (gnus-encrypt-write-file-contents): Make the password key the file
17352         name PLUS the cipher, not just the cipher.  Also remove failed
17353         passwords from the cache.
17354
17355 2004-08-06  Simon Josefsson  <jas@extundo.com>
17356
17357         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17358         Doc fix.
17359
17360 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17363         LWSP.
17364
17365 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17366
17367         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17368         Try to append in-reply-to: data to the references: header.
17369
17370         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17371         (netrc-parse): Use gnus-encrypt.el functions.
17372
17373         * gnus-encrypt.el: Add new file for encryption support; currently
17374         does only a few GPG ciphers and an internal XOR cipher.
17375
17376         * password.el: Add comments on using password-read-and-add.
17377         (password-read-and-add): Add function to read and add the
17378         password to the cache at once.
17379
17380 2004-07-28  Simon Josefsson  <jas@extundo.com>
17381
17382         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17383         parameter (but don't use it, for now).
17384
17385         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17386         instead of hard coding to nil.
17387
17388 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17391         as mm-inline-image-xemacs does.
17392
17393 2004-07-26  Simon Josefsson  <jas@extundo.com>
17394
17395         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17396         Revert part of 2004-07-17 change below.
17397
17398 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17399
17400         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17401         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17402
17403 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17404
17405         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17406         quotes that actually start with ">" at the beginning of the
17407         lines.
17408
17409 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * rfc2047.el (rfc2047-encode-region): Fix last change.
17412         (rfc2047-encode-parameter): Remove useless concat.
17413
17414 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17417         encode special characters; fix some kind of misconfigured headers;
17418         signal a real error if debug-on-quit or debug-on-error is non-nil.
17419         (rfc2047-encode-max-chars): New variable.
17420         (rfc2047-encode-1): Use it.
17421         (rfc2047-encode-parameter): New function.
17422
17423         * mml.el (mml-insert-parameter): Remove an excessive space.
17424
17425 2004-07-17  Simon Josefsson  <jas@extundo.com>
17426
17427         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17428         Kai Grossjohann <kai@emptydomain.de>.
17429         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17430         (gnus-group-make-menu-bar): Ditto.
17431
17432         * gnus-util.el (gnus-group-server): Add.
17433
17434 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * message.el (message-clone-locals): Clone sendmail and smtp
17437         variables.
17438
17439 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17440
17441         * rfc2047.el (rfc2047-encode-region): Fix last change.
17442
17443 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17446         characters as non-special.
17447
17448 2004-07-09  Simon Josefsson  <jas@extundo.com>
17449
17450         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17451         Users will lose all flag changes made while unplugged with
17452         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17453         good default.  See numerous reports on ding mailing list.
17454
17455 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17458         add generate-head-function and generate-article-function to the
17459         rfc822-forward entry.
17460         (nndoc-rfc822-forward-generate-article): New function.
17461         (nndoc-rfc822-forward-generate-head): New function.
17462
17463         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17464
17465 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17466
17467         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17468         respect display group parameter and gnus-summary-expunge-below.
17469         (gnus-articles-to-read): Remove unused reference to display group
17470         parameter.
17471
17472 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * nnheader.el (nnheader-uniquify-message-id): New experimental
17475         variable.
17476         (nnheader-nov-read-message-id): Use it.
17477
17478         * spam-report.el (spam-report-gmane): Add interactive.
17479
17480 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17481
17482         * mm-encode.el (mm-content-transfer-encoding-defaults):
17483         Use qp-or-base64 for the application/* types.
17484
17485 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17486
17487         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17488
17489 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17490
17491         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17492         trim value.
17493
17494 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17495
17496         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17497         New macro and function.
17498         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17499
17500 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17503         after-load-alist.
17504
17505 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17506
17507         * gnus-group.el (gnus-group-get-new-news-this-group):
17508         Don't update info that isn't there.
17509
17510 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17511
17512         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17513         entry.
17514
17515 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17516
17517         * mm-view.el (mm-inline-render-with-function): Use multibyte
17518         buffer; decode html source by charset.
17519
17520         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17521
17522         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17523         Mule-UCS is loaded under XEmacs.
17524         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17525
17526 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17527
17528         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17529
17530 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * mm-util.el (mm-coding-system-p): Return a coding-system.
17533         (mm-mime-mule-charset-alist): Use shift_jis instead of
17534         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17535         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17536         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17537         instead of japanese-shift-jis and iso-latin-1 respectively in
17538         order to share the default value with both Emacs and XEmacs-mule.
17539         (mm-mule-charset-to-mime-charset):
17540         Make mm-coding-system-priorities effective.
17541         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17542         while predicating of candidates upon the priorities.
17543
17544 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17545
17546         * gnus-sum.el (gnus-summary-make-menu-bar):
17547         Add gnus-uu-invert-processable.
17548
17549         * gnus.el: Autoload gnus-uu-invert-processable.
17550
17551 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * mm-util.el (mm-with-multibyte-buffer): New macro.
17554
17555         * rfc2047.el (rfc2047-encode-string): Use it.
17556         (rfc2047-encode-region): Move point to the end of the region after
17557         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17558
17559 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17562         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17563
17564 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17565
17566         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17567         (gnus-cite-parse): Ignore quoted envelope From_.
17568         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17569
17570 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17571
17572         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17573         invalid addresses.
17574
17575 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17576
17577         * spam.el: Change section markers, revise TODO list.
17578         (spam-backends): Make new master list of all installed backends.
17579         (spam-summary-exit-behavior): Add new variable to determine how
17580         messages moves are done at summary exit.
17581         (spam-move-spam-nonspam-groups-only)
17582         (spam-process-ham-in-nonham-groups)
17583         (spam-process-ham-in-spam-groups): Remove variables, the
17584         spam-summary-exit-behavior variable should be used to manage this
17585         behavior.
17586         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17587         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17588         and spam-old-spam-articles.
17589         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17590         Add empty variables, placeholders for the backends they represent.
17591         (spam-set-difference): Move, unchanged.
17592         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17593         unless the user has a processor variable.
17594         (spam-classifications, spam-classification-valid-p)
17595         (spam-backend-properties, spam-backend-property-valid-p)
17596         (spam-backend-function-type-valid-p)
17597         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17598         (spam-report-articles-gmane, spam-report-articles-resend):
17599         Remove functions, they are not needed.
17600         (spam-install-backend-super, spam-backend-list)
17601         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17602         (spam-backend-function, spam-backend-ham-registration-function)
17603         (spam-backend-spam-registration-function)
17604         (spam-backend-ham-unregistration-function)
17605         (spam-backend-spam-unregistration-function)
17606         (spam-backend-statistical-p, spam-backend-mover-p)
17607         (spam-install-backend-alias, spam-install-checkonly-backend)
17608         (spam-install-mover-backend, spam-install-nocheck-backend)
17609         (spam-install-backend, spam-install-statistical-backend)
17610         (spam-install-statistical-checkonly-backend): Add backend installation
17611         support.
17612         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17613         (spam-group-processor-p): Use the new backend code and respect the
17614         summary exit behavior.
17615         (spam-mark-spam-as-expired-and-move-routine): Remove.
17616         (spam-summary-prepare): Change to use the new spam-old-articles
17617         variable.
17618         (spam-copy-or-move-routine, spam-copy-spam-routine)
17619         (spam-move-spam-routine, spam-copy-ham-routine)
17620         (spam-move-ham-routine): Add code to copy/move ham or spam.
17621         (spam-fetch-field-fast): Improve doc and code, plus allow the
17622         'number request.
17623         (spam-list-of-checks, spam-list-of-statistical-checks):
17624         Remove variables.
17625         (spam-split, spam-find-spam): Use the new backend code.
17626         (spam-registration-functions): Remove variable.
17627         (spam-unregister-routine): Add convenience wrapper.
17628         (spam-log-undo-registration, spam-register-routine)
17629         (spam-log-processing-to-registry)
17630         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17631         where possible.
17632         (spam-check-gmane-xref, spam-check-regex-headers)
17633         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17634         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17635         (spam-check-bogofilter-headers, spam-check-spamoracle)
17636         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17637         (spam-check-crm114-headers): Use the spam-split-group that
17638         spam-split prepares, no need to determine it every time.
17639
17640         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17641         to the nnheader-parse-naked-head call.
17642
17643         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17644
17645         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17646         the nnheader-nov-read-message-id call.
17647
17648 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17649
17650         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17651         gnus-activate-group twice.  Suggested by Markus Peter
17652         <warp@spin.de>.
17653
17654 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-art.el (gnus-article-time-format): Exchange the order of
17657         day and month in the default value; fix customization type.
17658         (article-date-ut): Use add-text-properties.
17659         (article-make-date-line): Use message-make-date instead of
17660         current-time-string.
17661
17662         * message.el (message-fetch-field): Don't use set-text-properties.
17663         (message-make-date): Simplify.
17664
17665         * messagexmas.el (message-xmas-make-date): New function.
17666         (message-xmas-redefine): Defalias message-make-date to it.
17667
17668 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17671         (rfc2047-encode-region): Treat text within parentheses as special;
17672         show the original text when error has occurred.
17673
17674         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17675         already-computed method to gnus-activate-group.
17676
17677         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17678         same select-methods identical Lisp objects.
17679
17680         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17681         object when modifying the info.
17682
17683 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17684
17685         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17686         gnus-opened-servers since it has never been opened with the new
17687         configuration yet.
17688
17689 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17692         arg to nnheader-generate-fake-message-id.
17693
17694 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17695
17696         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17697         number and build a fake message ID localized to a group and
17698         article number (so it's repeatable from that point on).
17699         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17700         ID format.
17701
17702         * gnus-sum.el (gnus-get-newsgroup-headers):
17703         Call nnheader-generate-fake-message-id with the article number.
17704
17705 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17706
17707         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17708         end-of-buffer.
17709
17710 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17711
17712         * message.el (message-ignored-supersedes-headers): Add Approved.
17713
17714 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17717         goto-char.
17718         (rfc2047-encode): Fold the line before encoding.
17719
17720 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17721
17722         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17723         folding -- not all headers can be folded, and this should be done
17724         by the message composition mode.  Probably.  I think.
17725
17726 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17729         fast.
17730
17731         * gnus-ems.el (gnus-remove-image): Don't use
17732         message-text-with-property; remove only the image found first.
17733
17734         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17735         found first.
17736
17737 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17738
17739         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17740
17741 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * message.el (message-text-with-property): Make it fast and accept
17744         optional arguments.
17745         (message-strip-forbidden-properties): Use it.
17746         (message-fix-before-sending): Follow the m-t-w-p change.
17747
17748         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17749
17750 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17751
17752         * gnus-art.el (article-hide-headers): Don't change the buffer
17753         mistakenly when performing mml-preview even if
17754         gnus-single-article-buffer is nil.
17755
17756 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17757
17758         * message.el (message-expand-name-databases): New user option.
17759         (message-expand-name): Use it.
17760
17761 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17762
17763         * spam.el (spam-report-articles-resend)
17764         (spam-report-resend-register-routine): Allow ham reporting.
17765         (spam-report-resend-register-ham-routine): Add wrapper.
17766         (spam-registration-functions): Add ham resending functions.
17767         (spam-list-of-processors): Add ham resend processor.
17768
17769         * gnus.el (ham-resend-to): Add new group parameter.
17770         (spam-process): Add ham resend option.
17771
17772         * spam-report.el (spam-report-resend): Allow reporting ham.
17773         (spam-report-resend-ham): Add wrapper.
17774
17775 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17776
17777         * message.el (message-cite-articles-with-x-no-archive):
17778         New variable.
17779         (message-cite-original): Use it.
17780
17781 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782
17783         * message.el (message-cite-original): Respect X-No-Archive.
17784
17785 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17786
17787         * gnus-art.el (article-hide-headers): Refer to the values for
17788         gnus-ignored-headers and gnus-visible-headers in the summary
17789         buffer since a user may have set them as group parameters.
17790
17791 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17792
17793         * assistant.el (assistant-node-name): Add convenience function.
17794         (assistant-render-text, assistant-render-node): Add error handling,
17795         plus handle multiple next nodes.
17796         (assistant-find-next-node): Comment out for now.
17797         (assistant-find-next-nodes): Add function, returns list of next
17798         nodes.
17799
17800 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17801
17802         * mail-source.el (mail-source-directory): Fix doc-string.
17803
17804 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17805
17806         * assistant.el (assistant-render-text, assistant-eval): Add :set
17807         widget type, which is different because it takes and returns a
17808         list.  Much hilarity ensues.
17809
17810 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17813
17814         * gnus-group.el (gnus-group-get-new-news-this-group):
17815         Add doc-string.
17816
17817         * gnus-start.el (gnus-activate-group): Add doc-string.
17818
17819 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17822
17823 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17824
17825         * assistant.el (assistant-render-text): Try to add a :set
17826         widget, more to come.
17827
17828         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17829         strings.
17830         (spam-report-articles-resend)
17831         (spam-register-routine): Do registration iff any articles warrant
17832         it.
17833         (spam-summary-prepare-exit): Change log message for nil group
17834         destinations.
17835
17836 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17837
17838         * spam.el (spam-report-resend-register-routine):
17839         Allow spam-report-resend-to to be a group parameter or a global value.
17840
17841 2004-05-26  Simon Josefsson  <jas@extundo.com>
17842
17843         * starttls.el: Merge with my GNUTLS based starttls.el.
17844         (starttls-gnutls-program, starttls-use-gnutls)
17845         (starttls-extra-arguments, starttls-process-connection-type)
17846         (starttls-connect, starttls-failure, starttls-success):
17847         New variables.
17848         (starttls-program, starttls-extra-args): Doc fix.
17849         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17850         New functions.
17851         (starttls-negotiate, starttls-open-stream):
17852         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17853         function if it is set.
17854
17855 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17858         structured fields.
17859
17860 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17863
17864 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17867         Add variable.
17868         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17869         assigning the spam-mark to new messages.
17870
17871 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17872
17873         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17874
17875 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17878
17879         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17880         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17881         default.
17882
17883 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17884
17885         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17886         correct data.
17887
17888 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17889
17890         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17891         (spam-group-processor-p): Fix function.
17892         (spam-group-processor-multiple-p)
17893         (spam-group-spam-processor-report-gmane-p)
17894         (spam-group-spam-processor-report-resend-p)
17895         (spam-group-spam-processor-bogofilter-p)
17896         (spam-group-spam-processor-blacklist-p)
17897         (spam-group-spam-processor-ifile-p)
17898         (spam-group-ham-processor-ifile-p)
17899         (spam-group-spam-processor-spamoracle-p)
17900         (spam-group-spam-processor-crm114-p)
17901         (spam-group-ham-processor-bogofilter-p)
17902         (spam-group-spam-processor-stat-p)
17903         (spam-group-ham-processor-stat-p)
17904         (spam-group-ham-processor-whitelist-p)
17905         (spam-group-ham-processor-BBDB-p)
17906         (spam-group-ham-processor-spamoracle-p)
17907         (spam-group-ham-processor-copy-p): Remove functions with some
17908         prejudice against unneeded code.
17909         (spam-report-articles-resend)
17910         (spam-report-resend-register-routine): Allow the group/topic
17911         spam-resend-to value to override spam-report-resend-to.
17912         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17913         properly now.
17914
17915         * gnus.el (spam-resend-to): Add group/topic parameter.
17916         (spam-process): Move the OBSOLETE processors to the end of the
17917         choices.
17918
17919 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17920
17921         * spam-report.el (spam-report-resend-to, spam-report-resend):
17922         Start with resend-to set to nil, and then ask the user if necessary.
17923         (spam-report-resend): spam-report-resend takes a list of articles, not
17924         separate article numbers.
17925
17926 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17927
17928         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17929         addition to emacs-w3m.
17930
17931 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17932
17933         * assistant.el (assistant-authinfo-data): New function.
17934         (assistant-eval): Eval for entire assistant.
17935
17936         * netrc.el (netrc-services-file): New variable.
17937         (netrc-parse-services): New function.
17938         (netrc-find-service-name): New function.
17939         (netrc-find-service-number): New function.
17940         (netrc-port-equal): New function.
17941         (netrc-machine): Use it.
17942
17943         * nnimap.el (nnimap-open-connection): Use netrc.
17944
17945         * gnus-util.el (gnus-netrc-get): Remove aliases.
17946
17947         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17948
17949         * assistant.el (wid-edit): Fix compilation.
17950
17951         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17952
17953 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17954
17955         * gnus-util.el (gnus-set-file-modes): New function.  (small
17956         patch).
17957
17958 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17959
17960         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17961
17962         * assistant.el (assistant-render-node): Fix up rendering and
17963         read-only text.
17964         (assistant-render-node): Reset.
17965         (assistant-make-read-only): Not sticky.
17966
17967 2004-05-20  Danny Siu  <dsiu@adobe.com>
17968
17969         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17970         centered even when gnus-auto-center-summary is t.
17971
17972 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * dns.el (dns-get-txt-answer): New function.
17975         (dns-read-txt): Ditto.
17976         (query-dns): Use it.
17977
17978 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17981         active for foreign groups even if the group level is higher than
17982         the specified value.
17983
17984 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17985
17986         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17987         non-active groups.
17988
17989         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17990
17991 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17992
17993         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17994
17995 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17998         (spam-crm114-header, spam-crm114-spam-switch)
17999         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18000         (spam-crm114-positive-spam-header)
18001         (spam-crm114-database-directory, spam-list-of-processors)
18002         (spam-group-spam-processor-crm114-p)
18003         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18004         (spam-generic-score, spam-list-of-checks)
18005         (spam-list-of-statistical-checks, spam-registration-functions)
18006         (spam-check-crm114-headers, spam-crm114-score)
18007         (spam-check-crm114, spam-crm114-register-with-crm114)
18008         (spam-crm114-register-spam-routine)
18009         (spam-crm114-unregister-spam-routine)
18010         (spam-crm114-register-ham-routine)
18011         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18012         From asjo@koldfront.dk (Adam Sjøgren).
18013
18014         * gnus.el: Add spam-use-crm114.
18015
18016         * spam.el (spam-list-of-processors, spam-registration-functions):
18017         Add spam-use-resend.
18018         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18019         (spam-report-articles-gmane): Add doc fix.
18020         (spam-report-articles-resend, spam-report-resend-register-routine):
18021         Add wrappers around spam-report-resend-to.
18022
18023         * spam-report.el (spam-report-resend-to, spam-report-resend):
18024         Add support for resending spam.
18025         (spam-report-gmane): Fix line length >80.
18026
18027         * gnus.el (spam-process): Add spam-use-resend.
18028
18029 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18030
18031         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18032         number of processed spam messages.
18033         (spam-ham-copy-or-move-routine): Return the number of processed
18034         ham messages.
18035         (spam-summary-prepare-exit): Use the above values to decide
18036         whether status messages shouled be displayed.
18037
18038 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18041         `rfc2047-encoding-function-alist' in order to avoid conflicting
18042         with the old version.
18043         (rfc2047-encode-region): Concatenate words containing non-ASCII
18044         characters in structured fields; don't encode space-delimited
18045         ASCII words even in unstructured fields; don't break words at
18046         char-category boundaries.
18047         (rfc2047-encode-1): New function.
18048         (rfc2047-encode): Use it; encode text so that it occupies the
18049         maximum width within 76-column; work correctly on Q encoding for
18050         iso-2022-* charsets.
18051         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18052         sure not to break a line just after the header name.
18053         (rfc2047-b-encode-region): Remove.
18054         (rfc2047-b-encode-string): New function.
18055         (rfc2047-q-encode-region): Remove.
18056         (rfc2047-q-encode-string): New function.
18057
18058         * mm-util.el (mm-replace-in-string): New function.
18059
18060 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18061
18062         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18063         Really get it right.
18064         (gnus-inews-make-draft): Really.
18065
18066 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18067
18068         * nnmh.el (nnmh-request-list-1): Don't check the link count
18069         before descending.  (small patch)
18070
18071 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18072
18073         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18074         stuff.
18075
18076         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18077         Match on real group name.
18078
18079         * gnus-art.el (gnus-signature-limit): Doc fix.
18080
18081         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18082
18083         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18084
18085 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18086
18087         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18088         isn't a string.
18089
18090 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18091
18092         * gnus-draft.el (gnus-draft-send):
18093         Bind rfc2047-encode-encoded-words.
18094
18095         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18096         (rfc2047-encodable-p): Say that =? needs encoding.
18097         (rfc2047-encode-encoded-words): New variable.
18098
18099         * gnus-group.el (gnus-group-select-group): Doc fix.
18100
18101         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18102
18103         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18104         to nil.
18105
18106         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18107
18108         * nnheader.el (nnheader-get-lines-and-char): New function.
18109
18110 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18111
18112         * gnus-msg.el (gnus-summary-followup-with-original):
18113         Document yanking of region when active.
18114
18115 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18116
18117         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18118         groups if the group level is higher than the specified value.
18119
18120 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18121
18122         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18123         (gnus-group-jump-to-group): Add prefix argument using
18124         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18125         non-active group.
18126
18127         * compface.el (uncompface): Be verbose when changing
18128         `uncompface-use-external'.
18129
18130         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18131         handle manual section.
18132
18133 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18134
18135         * gnus-art.el (gnus-button-alist): Revert previous change.
18136
18137 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18140
18141 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18144         whether backend can accept message.
18145
18146         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18147
18148 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18149
18150         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18151         Avoid creating directory when nntp-marks-is-evil is true.
18152         Reported by Reiner Steib.
18153
18154 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18155
18156         * gnus-picon.el (gnus-picon-style): New variable.
18157         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18158         (gnus-picon-transform-address): Support `gnus-picon-style'.
18159         From Jesper Harder <harder@ifa.au.dk>.
18160
18161 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18162
18163         * message.el (message-fill-field): Return point.
18164         (message-generate-headers): Go to end of field.
18165
18166         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18167         stuff for non-living groups.
18168
18169 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18170
18171         * gnus-art.el (gnus-article-followup-with-original)
18172         (gnus-article-reply-with-original): gnus-mark-active-p ->
18173         gnus-region-active-p.
18174
18175 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18176
18177         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18178         only when there is spam or ham to be processed.
18179
18180 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18181
18182         * mail-source.el (mail-source-delete-crash-box): Refactor.
18183         (mail-source-fetch): Use it.
18184         (mail-source-fetch-file): Ditto.
18185         (mail-source-fetch-directory): Run postscript in loop.
18186         (mail-source-fetch-pop): Delete.
18187         (mail-source-fetch-maildir): Ditto.
18188         (mail-source-fetch-imap): Ditto.
18189
18190         * imap.el (imap-authenticators): Comment out sasl.
18191
18192         * message.el (message-skip-to-next-address): New function.
18193         (message-fill-header-address): Refactor.
18194         (message-fill-address): Use it.
18195         (message-delete-address): Use it.
18196         (message-fill-header-general): Refactor.
18197         (message-fill-field-address): Rename.
18198         (message-narrow-to-field): Find the start of the header.
18199         (message-header-format-alist): Don't pre-fill.
18200         (message-fill-header): Remove.
18201         (message-insert-header): New function.
18202         (message-shorten-references): Use it.
18203
18204         * rfc2047.el (rfc2047-field-value): Strip props.
18205
18206         * mail-parse.el (mail-header-make-address): New alias.
18207
18208         * ietf-drums.el (ietf-drums-make-address): New function.
18209
18210         * imap.el: Add compiler directives.
18211
18212         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18213
18214         * gnus-art.el (article-decode-idna-rhs): Don't use
18215         message-idna-inside-rhs-p.
18216
18217 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * message.el (message-idna-inside-rhs-p): Remove.
18220         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18221
18222         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18223         false positives.
18224
18225 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18226
18227         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18228
18229 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18230
18231         * nneething.el (nneething-file-name): Don't create spurious
18232         files.
18233
18234         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18235         (gnus-inews-do-gcc): Remove sleep.
18236
18237         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18238         part under point.
18239
18240         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18241         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18242
18243 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18244
18245         * spam.el (spam-summary-prepare-exit): Fix (length).
18246
18247 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18248
18249         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18250         as expired without moving it" message when there are spam
18251         messages left.
18252
18253 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18254
18255         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18256         header is not nil.
18257
18258 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18259
18260         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18261         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18262         (nntp-marks-changed-p): New arg SERVER.
18263         (nntp-request-update-info): Adjust caller.
18264
18265 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18266
18267         * nntp.el (nntp-save-marks): Pass missing arg.
18268
18269 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18270
18271         * nntp.el: Support marks.
18272         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18273         (nntp-marks-modtime, nntp-marks-directory): New variables.
18274         (nntp-request-set-mark, nntp-request-update-info)
18275         (nntp-possibly-create-directory, nntp-marks-changed-p)
18276         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18277         New functions.
18278
18279 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18280
18281         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18282         (gnus-xmas-redefine): Rename.
18283
18284         * gnus-score.el (gnus-score-insert-help):
18285         Use gnus-select-lowest-window.
18286
18287         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18288         appt-select-lowest-window and rename to gnus-select-lowest-window.
18289
18290         * gnus.el: do.
18291
18292 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18293
18294         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18295         encodings of MIME-encoded words, in order to improve
18296         interoperability with several broken MUAs.
18297
18298 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18299
18300         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18301         tags, only when charsets are not specified in headers.
18302         (mm-inline-text-html-render-with-w3m): Ditto.
18303
18304         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18305         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18306
18307 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18308
18309         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18310         instead of MIME-decoded from fields when checking
18311         `gnus-article-address-banner-alist'.
18312
18313 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18314
18315         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18316         description rather than subject.
18317
18318 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18319
18320         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18321
18322 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18323
18324         * gnus.el (gnus-version-number): Bump.
18325
18326 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18327
18328         * gnus.el: No Gnus v0.2 is released.
18329
18330 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18331
18332         * gnus-agent.el (gnus-agent-read-agentview):
18333         Inline gnus-uncompress-range.
18334
18335 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18336
18337         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18338         `exec-installed-p'.
18339
18340 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18341
18342         * gnus.el (spam-process, spam-autodetect-methods):
18343         Add bsfilter and bsfilter-headers.
18344
18345         * spam.el (spam-bsfilter): New customize group.
18346         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18347         (spam-bsfilter-header, spam-bsfilter-probability-header)
18348         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18349         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18350         (spam-bsfilter-database-directory): New options.
18351         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18352         (spam-list-of-statistical-checks, spam-registration-functions):
18353         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18354         (spam-bsfilter-score): New command.
18355         (spam-check-bsfilter-headers, spam-check-bsfilter)
18356         (spam-bsfilter-register-with-bsfilter)
18357         (spam-bsfilter-register-spam-routine)
18358         (spam-bsfilter-unregister-spam-routine)
18359         (spam-bsfilter-register-ham-routine)
18360         (spam-bsfilter-unregister-ham-routine): New functions.
18361         (spam-generic-score): Support bsfilter; Accept an optional argument
18362         to recalcurate spam score even if scoring header has already been
18363         added.
18364         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18365         optional argument to recalcurate spam score even if scoring header
18366         has already been added.
18367
18368 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18369
18370         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18371         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18372         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18373         link is missing.
18374
18375 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18378         (html2text-get-attr): Rewrite.
18379
18380         * message.el (message-setup-1): Remove redundant put-text-property
18381         on mail-header-separator.
18382
18383 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18384
18385         * gnus-registry.el (gnus-registry-cache-whitespace)
18386         (gnus-registry-action, gnus-registry-spool-action)
18387         (gnus-registry-split-fancy-with-parent): Change message levels
18388         from 5 to 3 or 7, as needed.
18389
18390         * spam.el (spam-summary-prepare-exit)
18391         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18392         (spam-split, spam-find-spam, spam-log-undo-registration)
18393         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18394         level from 5 to 6.
18395
18396 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18399         2004-03-04 change).
18400
18401 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18402
18403         * sieve-manage.el (sieve-manage-open):
18404         * nnweb.el (nnweb-insert-html):
18405         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18406         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18407         * nnspool.el (nnspool-request-group):
18408         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18409         * nnml.el (nnml-request-update-info):
18410         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18411         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18412         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18413         (nnimap-request-set-mark):
18414         * nnfolder.el (nnfolder-request-update-info):
18415         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18416         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18417         * gnus-uu.el (gnus-uu-find-articles-matching):
18418         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18419         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18420         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18421         * gnus-nocem.el (gnus-nocem-scan-groups):
18422         * gnus-int.el (gnus-start-news-server):
18423         * gnus-group.el (gnus-group-make-kiboze-group)
18424         (gnus-group-browse-foreign-server):
18425         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18426         Use mapc when appropriate.
18427
18428 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18429
18430         FIXME: Make separate entries for each person.
18431
18432         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18433         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18434         <shields@msrl.com>:
18435
18436         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18437         may need for spam sorting and scoring.
18438         (spam-user-format-function-S): Add user format function suitable for
18439         general use.
18440         (spam-article-sort-by-spam-status): Add sorting function for summary
18441         sorting.
18442         (spam-extra-header-to-number): Add function to get a score from a
18443         header.
18444         (spam-summary-score): Add function to get a numeric score from the
18445         headers.
18446         (spam-generic-score): Fix function doc, was in wrong place.
18447         (spam-initialize): Take symbols when it's run, and install the
18448         extra headers that spam-necessary-extra-headers thinks we need.
18449
18450 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18451
18452         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18453         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18454
18455 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * gnus-sum.el (gnus-set-global-variables)
18458         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18459         (gnus-article-get-xrefs, gnus-summary-best-group)
18460         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18461         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18462         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18463         Use with-current-buffer.
18464
18465 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * spam.el (spam-summary-prepare-exit): Simplify logic.
18468         (spam-fetch-article-header): Read the article header if it's not
18469         available.
18470         (spam-list-articles): Simplify logic.
18471         (spam-filelist-register-routine): Fix bug with unregister-list.
18472
18473         * gnus-registry.el: Fix comments at beginning.
18474
18475 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18476
18477         * message.el (message-cater-to-broken-inn): Remove.
18478         (message-shorten-references): Make sure the total folded length of
18479         References is shorter than 998 characters to cater to a bug in INN
18480         2.3.  Also, don't pretend that references aren't folded -- this
18481         hasn't worked for a while.
18482
18483 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18484
18485         * gnus-agent.el (gnus-agentize):
18486         gnus-agent-send-mail-real-function no longer set to current value
18487         of message-send-mail-function but rather a lambda that calls
18488         message-send-mail-function.  The change makes the agent real-time
18489         responsive to user changes to message-send-mail-function.
18490
18491 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18492
18493         * legacy-gnus-agent.el
18494         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18495         help from Florian Weimer <fw@deneb.enyo.de>
18496
18497 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * nnmail.el (nnmail-cache-insert): Revert last change.
18500
18501 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * nnmail.el (nnmail-cache-insert): Always check whether
18504         nnmail-cache-ignore-groups matches a group name.
18505
18506 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18509         (spam-find-spam, spam-log-processing-to-registry)
18510         (spam-log-registered-p, spam-log-unregistration-needed-p)
18511         (spam-log-undo-registration): Use gnus-message instead of
18512         gnus-error, none of these errors are fatal.
18513
18514         * gnus-registry.el (gnus-registry-clean-empty-function)
18515         (gnus-registry-clean-empty): Remove only empty entries without
18516         extra data.
18517
18518 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18519
18520         * spam-stat.el (spam-stat-buffer-change-to-spam)
18521         (spam-stat-buffer-change-to-non-spam): Change (error) to
18522         (gnus-message 8) invocation.
18523
18524 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * nntp.el (nntp-via-netcat-command): New variable.
18527         (nntp-via-netcat-switches): New variable.
18528         (nntp-open-via-rlogin-and-netcat): New function.
18529         (nntp-open-connection-function): Doc fix.
18530         (nntp-telnet-command): Doc fix.
18531         (nntp-end-of-line): Doc fix.
18532         (nntp-via-rlogin-command): Doc fix.
18533         (nntp-via-user-name): Doc fix.
18534         (nntp-via-address): Doc fix.
18535
18536 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18537
18538         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18539         error in Emacs 21.1.
18540
18541 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18542
18543         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18544
18545 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18546
18547         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18548         (gnus-agent-with-refreshed-group): New macro.
18549         (gnus-agent-rename-group): New function.
18550         (gnus-agent-delete-group): New function.
18551         (gnus-agent-save-group-info): Use gnus-command-method when
18552         `method' parameter is nil.  Don't write nil entries into the
18553         active file.
18554         (gnus-agent-get-group-info): New function.
18555         (gnus-agent-fetch-articles):
18556         Use gnus-agent-update-files-total-fetched-for to increment disk space
18557         used.
18558         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18559         Use gnus-agent-update-view-total-fetched-for to increment disk space
18560         used.
18561         (gnus-agent-get-local): Add optional parameters to avoid calling
18562         gnus-group-real-name and gnus-find-method-for-group.
18563         (gnus-agent-set-local): Delete stored entry if either min, or max,
18564         are nil.
18565         (gnus-agent-fetch-session): Reworded error/quit messages.
18566         On quit, use gnus-agent-regenerate-group to record existance of any
18567         articles fetched to disk before the quit occurred.
18568         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18569         gnus-agent-update-view-total-fetched-for, and
18570         gnus-agent-update-files-total-fetched-for to decrement disk space
18571         used.
18572         (gnus-agent-retrieve-headers):
18573         Use gnus-agent-update-view-total-fetched-for to increment disk space
18574         used.
18575         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18576         with gnus-agent-update-files-total-fetched-for to decrement disk
18577         space and fresh group buffer.
18578         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18579         (gnus-agent-need-update-total-fetched-for): New variable.
18580         (gnus-agent-update-files-total-fetched-for): New function.
18581         (gnus-agent-update-view-total-fetched-for): New function.
18582         (gnus-agent-total-fetched-for): New function.
18583
18584         * gnus-cache.el (gnus-cache-save-buffers):
18585         Use gnus-cache-update-overview-total-fetched-for to change disk space
18586         used by this group.
18587         (gnus-cache-possibly-enter-article):
18588         Use gnus-cache-update-file-total-fetched-for to increment disk space
18589         used by this group.
18590         (gnus-cache-possibly-remove-article):
18591         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18592         used by this group.
18593         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18594         (gnus-cache-rename-group): New function.
18595         (gnus-cache-delete-group): New function.
18596         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18597         (gnus-cache-need-update-total-fetched-for): New variable.
18598         (gnus-cache-with-refreshed-group): New macro.
18599         (gnus-cache-update-file-total-fetched-for): New function.
18600         (gnus-cache-update-overview-total-fetched-for): New function.
18601         (gnus-cache-rename-group-total-fetched-for): New function.
18602         (gnus-cache-delete-group-total-fetched-for): New function.
18603         (gnus-cache-total-fetched-for): New function.
18604
18605         * gnus-group.el: Require gnus-sum and autoload functions to
18606         resolve warnings when gnus-group.el compiled alone.
18607         (gnus-group-line-format): Documented new %F.
18608         (size of Fetched data) group line format; identifies disk space
18609         used by agent and cache.
18610         (gnus-group-line-format-alist): Defined new F format.
18611         (gnus-total-fetched-for): New function.
18612         (gnus-group-delete-group): No longer update
18613         gnus-cache-active-altered as gnus-request-delete-group now keeps
18614         the cache in sync.
18615         (gnus-group-list-active): Let the agent store a server's active
18616         list if currently plugged.
18617
18618         * gnus-int.el (gnus-request-delete-group):
18619         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18620         local disk in sync with the server.
18621         (gnus-request-rename-group):
18622         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18623         local disk in sync with the server.
18624
18625         * gnus-start.el (gnus-get-unread-articles):
18626         Cosmetic simplification to logic.
18627
18628         * gnus-util.el (gnus-rename-file): New function.
18629
18630 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18631
18632         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18633
18634 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18635
18636         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18637         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18638
18639 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18642         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18643
18644 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18647
18648 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * spam.el (spam-set-difference): Add function to replace
18651         gnus-set-difference in spam.el.
18652         (spam-summary-prepare-exit): Use spam-set-difference.
18653
18654 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18655
18656         * gnus-registry.el (gnus-registry-cache-file): Update to use
18657         gnus-dribble-directory OR gnus-home-directory OR ~.
18658         (gnus-registry-split-fancy-with-parent): Fix doc.
18659
18660 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18661
18662         * message.el (message-exchange-point-and-mark):
18663         Use message-mark-active-p.  Suggested by Jesper Harder
18664         <harder@ifa.au.dk>.
18665
18666 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * message.el (message-exchange-point-and-mark): Don't activate
18669         region if it was inactive.  Suggested by Hiroshi Fujishima
18670         <pooh@nature.tsukuba.ac.jp>.
18671
18672 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18673
18674         * gnus-art.el (article-display-face): Display Faces in the same
18675         order as X-Faces.
18676
18677 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18678
18679         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18680
18681 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18684         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18685         (gnus-article-mime-hierarchy): Remove.
18686         (gnus-article-mime-hierarchy-next): Remove.
18687         (gnus-article-mode): Revert 2004-03-19 change.
18688         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18689         (gnus-insert-mime-button): Revert 2004-03-19 change.
18690         (gnus-mime-accumulate-hierarchy): Remove.
18691         (gnus-mime-enter-multipart): Remove.
18692         (gnus-mime-leave-multipart): Remove.
18693         (gnus-mime-display-part): Revert 2004-03-19 change.
18694         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18695
18696         * mml.el (mml-preview): Revert 2004-03-19 change.
18697
18698 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18699
18700         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18701
18702 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18705         t while entering a file name using the mm-with-multibyte macro.
18706         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18707
18708         * mm-util.el (mm-with-multibyte): New macro.
18709
18710 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18713         New user option.
18714         (gnus-mime-multipart-functions): Doc and customization fix.
18715         (gnus-article-mime-hierarchy): New variable.
18716         (gnus-article-mime-hierarchy-next): New variable.
18717         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18718         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18719         gnus-article-mime-hierarchy-next to nil.
18720         (gnus-insert-mime-button): Show hierarchy numbers.
18721         (gnus-mime-accumulate-hierarchy): New function.
18722         (gnus-mime-enter-multipart): New function.
18723         (gnus-mime-leave-multipart): New function.
18724         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18725         (gnus-mime-display-alternative): Show hierarchy numbers.
18726
18727         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18728         gnus-article-mime-hierarchy-next to nil.
18729
18730 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18731
18732         * dns.el: Don't require gnus-xmas.
18733
18734 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18735
18736         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18737         inline PGP.
18738         (mml-menu): Disable mml-quote-region if mark is inactive.
18739
18740 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18743         when the group's active is not available.
18744
18745 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18748         error.
18749
18750 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18751
18752         * imap.el (imap-store-password): New variable.
18753         (imap-interactive-login): Use it.
18754         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18755
18756 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18757
18758         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18759         window-start and hscroll to summary window.
18760
18761 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18762
18763         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18764         conversion message to newsrc-dribble when an actual conversion is
18765         performed.
18766
18767 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18768
18769         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18770
18771 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * mm-decode.el (mm-complicated-handles): New function reviving
18774         former definition of mm-multiple-handles.
18775
18776         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18777         (gnus-mime-delete-part): Use it.
18778
18779 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18780
18781         * gnus-agent.el (gnus-agent-read-local):
18782         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18783         avoid the implicit assumption that they will always be equal.
18784         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18785         coding-system-for-write, as the with-temp-file macro first prints
18786         to a buffer then saves the buffer.
18787
18788 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18789
18790         * gnus-art.el (gnus-article-edit-part): New function.
18791         (gnus-mime-save-part-and-strip): Use it; do query instead of
18792         signaling an error; don't use mm-multiple-handles.
18793         (gnus-mime-delete-part): Ditto.
18794
18795 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18796
18797         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18798         old file versions.
18799         (gnus-group-prepare-hook): Remove function that converted list
18800         form of gnus-agent-expire-days to group properties.
18801
18802         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18803         (gnus-request-accept-article): Re-indented.
18804
18805         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18806         converters to handle old agent file formats.  Add logic for a
18807         "backup before upgrading warning".
18808         (gnus-convert-mark-converter-prompt): Developers can mark
18809         functions as needing (default), or not needing,
18810         gnus-convert-old-newsrc's "backup before upgrading warning".
18811         (gnus-convert-converter-needs-prompt): Tests whether the user
18812         should be protected from potentially irreversable changes by the
18813         function.
18814
18815         * legacy-gnus-agent.el: New.  Provides converters that are only
18816         loaded when gnus-convert-old-newsrc needs to call them.
18817
18818 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18819
18820         * mail-source.el (mail-source-touch-pop): Doc fix.
18821
18822         * message.el (message-smtpmail-send-it): Doc fix.
18823
18824 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18825
18826         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18827
18828         * nnmail.el (nnmail-split-fancy): do.
18829
18830         * gnus-kill.el (gnus-kill, gnus-execute): do.
18831
18832 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18833
18834         * gnus-sum.el (gnus-widget-reversible-match)
18835         (gnus-widget-reversible-to-internal)
18836         (gnus-widget-reversible-to-external): New functions.
18837         (gnus-widget-reversible): New widget.
18838         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18839
18840 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18841
18842         * gnus-sum.el (gnus-thread-sort-functions)
18843         (gnus-article-sort-functions): Document `(not F)' items.
18844
18845 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18846
18847         * spam.el (spam-use-gmane-xref): Add new backend.
18848         (spam-gmane-xref-spam-group): Add variable to control the name of the
18849         Gmane spam group.
18850         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18851         (spam-regex-headers-spam, spam-regex-headers-ham)
18852         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18853         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18854         backends and checks.
18855         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18856
18857         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18858         an autodetect method.
18859
18860 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18861
18862         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18863         articles are being added to a group.
18864         (gnus-request-replace-article): Inform the agent that articles
18865         need to be uncached as the cached contents are no longer valid.
18866
18867 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18868
18869         * binhex.el: Don't autoload executable-find.
18870
18871         * canlock.el: Don't autoload mail-fetch-field.
18872
18873         * dgnushack.el: Autoload c-mode for XEmacs.
18874
18875         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18876
18877         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18878         rmail-dont-reply-to and rmail-output.
18879
18880         * gnus-score.el: Don't autoload ffap-string-at-point.
18881
18882         * gnus-setup.el: Don't autoload sc-cite-original.
18883
18884         * imap.el: Don't autoload base64-decode-string,
18885         base64-encode-string and md5.
18886
18887         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18888         and rmail-msg-restore-non-pruned-header.
18889
18890         * mm-decode.el: Don't autoload executable-find.
18891
18892         * mm-url.el: Don't autoload executable-find.
18893
18894         * mm-view.el: Don't autoload diff-mode.
18895
18896         * nndb.el: Don't autoload news-reply-mode, news-setup,
18897         cancel-timer and telnet.
18898
18899         * password.el: Don't autoload run-at-time for Emacs.
18900
18901         * sha1-el.el: Don't autoload executable-find.
18902
18903         * sieve-mode.el: Don't autoload c-mode.
18904
18905         * uudecode.el: Don't autoload executable-find.
18906
18907 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18908
18909         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18910         (gnus-agent-possibly-alter-active): Avoid null in numeric
18911         comparison.
18912         (gnus-agent-set-local): Refuse to save null in local object table.
18913         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18914         list of articles that will be marked as unread.
18915
18916 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18917
18918         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18919
18920 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18921
18922         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18923         language tags.
18924
18925 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18926
18927         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18928         Don't bind "obarray".
18929
18930         * gnus-sum.el (gnus-thread-sort-functions):
18931         Add `gnus-thread-sort-by-most-recent-number' and
18932         `gnus-thread-sort-by-most-recent-date'.
18933         Reported by Kai Grossjohann <kai@emptydomain.de>.
18934
18935 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18936
18937         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18938
18939 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18940
18941         * gnus-cus.el (gnus-agent-customize-category):
18942         Remove ignore-errors macro reference that required cl to be loaded at
18943         run-time.
18944
18945         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18946         single-interval range of the form (min . max).  Previously the
18947         range had to look like ((min . max)).  Likewise, return
18948         (min . max) rather than ((min . max)).
18949         (gnus-range-map): Use gnus-range-normalize to accept
18950         single-interval range.
18951
18952         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18953         the cache, but not the agent, now appear with their usual face.
18954
18955         * dgnushack.el (loaddir): New variable that is bound to the
18956         directory containing the dgnushack.el file. Use loaddir, rather
18957         than srcdir, to update load-path. Change lets dgnushack compile
18958         code in directories other than GNUS/lisp.
18959
18960 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * lpath.el: Don't bind w3m-safe-url-regexp.
18963
18964         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18965         w3m-safe-url-regexp variable buffer-local.
18966
18967         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18968
18969 2004-02-27  Simon Josefsson  <jas@extundo.com>
18970
18971         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18972         gnus-group-real-prefix.
18973         (gnus-summary-move-article): Use it, instead of
18974         gnus-group-real-prefix.
18975
18976 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * lpath.el: Bind w3m-safe-url-regexp.
18979
18980         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18981         w3m-safe-url-regexp variable buffer-local and set it as the value
18982         of mm-w3m-safe-url-regexp.
18983
18984         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18985
18986         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18987         parsing gnus-posting-styles when the message is not for replying.
18988
18989         * dgnushack.el: Autoload sgml-mode for XEmacs.
18990
18991         * nnrss.el (nnrss-opml-export):
18992         Use mm-set-buffer-file-coding-system instead of
18993         set-buffer-file-coding-system.
18994
18995 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18996
18997         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18998         of checkdoc.el).
18999         * nnrss.el: do.
19000         * gnus-mlspl.el: do.
19001         * gnus-ml.el: do.
19002         * gnus-srvr.el: do.
19003
19004         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19005
19006 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19007
19008         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19009         Corrections to custom-manual links.
19010
19011         * gnus-art.el (gnus-article): Ditto.
19012
19013         * mm-decode.el (mime-display, mime-security): Ditto.
19014
19015 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19016
19017         * flow-fill.el: Typo.
19018
19019 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19020
19021         * spam-wash.el: New file.
19022
19023 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19024
19025         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19026
19027 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19028
19029         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19030         to be run with new-articles as LIST1, not LIST2.
19031         (spam-registration-functions): Add spam-use-ham-copy as a nil
19032         registration backend.
19033
19034 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19035
19036         * spam-stat.el (spam-stat-washing-hook): New option.
19037         (spam-stat-buffer-words): Use it.
19038         (spam-stat-process-directory, spam-stat-test-directory):
19039         Use insert-file-contents-literally.
19040         (spam-stat-coding-system): New variable.
19041         (spam-stat-load, spam-stat-save): Use it.
19042
19043 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * spam-report.el (spam-report-plug-agent):
19046         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19047
19048 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19049
19050         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19051         Allow / in mailto URLs.
19052
19053 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19054
19055         * spam-report.el (spam-report-process-queue): Fix interactive use.
19056         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19057         (spam-report-unplug-agent): Doc fixes.
19058         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19059         (spam-report-agentize, spam-report-deagentize): Autoload.
19060
19061 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19064
19065         * message.el (message-setup-fill-variables): Add mml tags to
19066         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19067         <ajk@iu.edu>.
19068         (message-mode): Don't modify paragraph-separate there.
19069
19070 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19071
19072         * compface.el (uncompface-use-external): Default to undecided.
19073         (uncompface-use-external-threshold): New variable.
19074         (uncompface-float-time): New macro.
19075         (uncompface): Determine whether to use the external decoder if
19076         uncompface-use-external is undecided.
19077
19078 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19079
19080         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19081         after images.
19082
19083         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19084
19085 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19086
19087         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19088
19089         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19090
19091         * gnus-sum.el (gnus-summary-limit-to-age)
19092         (gnus-summary-limit-children): do.
19093
19094         * gnus-int.el (gnus-request-scan): do.
19095
19096         * gnus-group.el (gnus-group-suspend): do.
19097
19098         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19099
19100         * gnus-cite.el (gnus-cite-parse-attributions): do.
19101
19102         * gnus-agent.el (gnus-summary-set-agent-mark)
19103         (gnus-agent-regenerate-group): do.
19104
19105         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19106
19107         * binhex.el (binhex-decode-region-internal): do.
19108
19109 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19110
19111         * gnus-fun.el (gnus-face-properties-alist): New user option.
19112         (gnus-display-x-face-in-from): Use it.
19113
19114         * gnus-art.el (article-display-face): Ditto.
19115
19116         * compface.el (uncompface-use-external): Default to nil.
19117
19118 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * nntp.el (nntp-erase-buffer): New function.
19121         (nntp-retrieve-data, nntp-send-command)
19122         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19123         (nntp-possibly-change-group): Use it.
19124
19125         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19126         Use with-current-buffer.
19127
19128 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19129
19130         * compface.el: Merge the ELisp-based uncompface program.
19131         (compface): New customization group.
19132         (uncompface-use-external): New user option.
19133         (uncompface): Call uncompface-internal if uncompface-use-external
19134         is nil.
19135         (uncompface-internal): New function.  Note that there are also
19136         some other functions and variables added for this function.
19137
19138 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19139
19140         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19141         if necessary.
19142
19143 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         * spam-report.el (spam-report-unplug-agent)
19146         (spam-report-plug-agent, spam-report-deagentize)
19147         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19148         Add support for the Agent in spam-report: when unplugged, report to a
19149         file; when plugged, submit all the requests.
19150
19151         * spam.el (spam-register-routine): Fix message about
19152         registration.
19153
19154 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19155
19156         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19157         dependencies.
19158         (rfc2047-encode): Use it.
19159
19160         * gnus-art.el (gnus-button-marker-list): Move before first
19161         reference.
19162
19163         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19164         (imap-parse-body): Fix format string mismatch.
19165
19166         * gnus-score.el (gnus-summary-increase-score): do.
19167
19168         * nnrss.el (nnrss-close): New function.
19169
19170 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * nnrss.el (nnrss-make-filename): New function.
19173         (nnrss-request-delete-group, nnrss-read-server-data)
19174         (nnrss-save-server-data, nnrss-read-group-data)
19175         (nnrss-save-group-data): Use it.
19176         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19177         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19178         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19179
19180 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19181
19182         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19183
19184 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19187         files.
19188
19189         * message.el (message-generate-headers-first): Don't quote nil
19190         and t in docstrings.
19191
19192         * imap.el (imap-id): do.
19193
19194         * gnus-agent.el (gnus-agent-consider-all-articles)
19195         (gnus-agent-queue-mail): do.
19196
19197 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19198
19199         * spam-report.el (spam-report-process-queue): New function.
19200         Process requests from `spam-report-requests-file'.
19201         (spam-report-process-queue): Doc fix.
19202
19203 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * spam.el (spam-register-routine)
19206         (spam-log-processing-to-registry, spam-log-registered-p)
19207         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19208         Change "check" to "spam-check" for semi-clarity.
19209
19210 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19211
19212         * pop3.el: Require nnheader.
19213
19214         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19215
19216         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19217
19218         * gnus-picon.el: Require cl.
19219
19220         * gnus-fun.el: Require gnus-ems and gnus-util.
19221
19222         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19223
19224         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19225
19226         * gnus-art.el (gnus-article-edit-mode): Define before first
19227         reference.
19228
19229 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19230
19231         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19232         (gnus-uu-post-encoded): Use point-at-bol.
19233
19234         * gnus-topic.el (gnus-group-active-topic-p): do.
19235
19236         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19237
19238         * gnus-group.el (gnus-group-kill-region): do.
19239
19240         * gnus-art.el (article-date-ut): do.
19241
19242         * message.el (message-fetch-field): Remove redundant
19243         case-fold-search binding.
19244         (message-narrow-to-field): Simplify.
19245
19246 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19247
19248         * spam.el (spam-directory): Derive from `gnus-directory'.
19249
19250         * spam-report.el (spam-report-url-to-file)
19251         (spam-report-requests-file): New function and variable for offline
19252         reporting.
19253         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19254         and user defined function.
19255         (spam-report-url-ping-mm-url): Remove doubled slash.
19256
19257 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19258
19259         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19260
19261 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19262
19263         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19264         Fix format string mismatch.
19265
19266         * sieve.el (sieve-deactivate-all): do.
19267
19268         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19269
19270         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19271
19272         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19273
19274         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19275
19276 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19277
19278         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19279         the list of checks.
19280
19281 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19282
19283         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19284         padding.
19285
19286 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19287
19288         * mm-view.el (mm-fill-flowed): New variable.
19289         (mm-inline-text): Use it.
19290
19291 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19292
19293         * spam.el (spam-spamassassin-register-ham-routine)
19294         (spam-spamassassin-register-spam-routine): Fix function names.
19295
19296 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19297
19298         * gnus.el (gnus-tmp-grouplens): Remove.
19299         (gnus-summary-line-format): Remove grouplens.
19300
19301         * gnus-group.el (gnus-group-line-format): Ditto.
19302
19303         * gnus-spec.el (gnus-format-specs): Ditto.
19304         (gnus-update-format-specifications): Flush the group format spec
19305         cache if there's the grouplens stuff.
19306         (gnus-parse-simple-format): Replace %l with the empty string.
19307
19308 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19309
19310         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19311         omission.
19312
19313 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19314
19315         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19316         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19317
19318 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19319
19320         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19321         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19322         New macros and functions.
19323         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19324         Handle > NLINK_MAX messages.
19325         * nnmaildir.el (nnmaildir-request-set-mark):
19326         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19327
19328 2004-01-25  Alex Schroeder  <alex@gnu.org>
19329
19330         * spam-stat.el (spam-stat-process-directory-age): New option.
19331         (spam-stat-process-directory): Use it.
19332
19333 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19334
19335         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19336         (spam-stat-save): Accept prefix argument.
19337
19338 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19339
19340         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19341         links" error.
19342
19343 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19344
19345         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19346         the rest of the and/or forms.
19347
19348 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19349
19350         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19351         compatibility with old .newsrc.eld files.
19352
19353         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19354
19355         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19356
19357         * gnus-start.el (gnus-1): do.
19358
19359         * gnus-group.el (gnus-group-line-format-alist): do.
19360
19361         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19362
19363         * gnus-gl.el: Remove.
19364
19365 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19366
19367         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19368         marks consisting of a single range {for example, (3 . 5)} rather
19369         than a list of a single range { ((3 . 5)) }.
19370
19371 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19372
19373         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19374         Use with-current-buffer.
19375         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19376         avoid consing a string.
19377
19378         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19379         Remove obsolete entries for big5 and gb2312.
19380
19381 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19382
19383         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19384         uncompressed list.
19385
19386 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19387
19388         * spam-stat.el (spam-stat-strip-xref): New function.
19389         (spam-stat-process-directory): Use it.
19390
19391         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19392         here -- it's done in message-fetch-field.
19393
19394 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19395
19396         * gnus-agent.el (gnus-agent-queue-mail)
19397         (gnus-agent-prompt-send-queue): New variables.
19398         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19399         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19400         "nndraft:queue" along to gnus-draft-send.
19401         Use gnus-agent-prompt-send-queue.
19402         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19403         is "nndraft:queue".  Suggested by Gaute Strokkenes
19404         <gs234@srcf.ucam.org>
19405
19406         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19407         (agent-enable-undownloaded-faces): Add.
19408         (gnus-agent-cat-groups): Use eval-and-compile, not
19409         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19410         method of gnus-agent-cat-groups even when the buffer has been
19411         evaled.
19412         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19413         delete gnus-agent-save-active-1.
19414         (gnus-agent-save-groups): Delete.  Identical to
19415         gnus-agent-save-active.
19416         (gnus-agent-write-active): No longer adjust agent's copy of active
19417         file as agent's adjustments are now stored in their own
19418         file.  Remove optional parameter.
19419         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19420         servers.  Add use of min/max range limits from server's local
19421         file.
19422         (gnus-agent-save-alist): Remove unused optional argument.
19423         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19424         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19425         (gnus-agent-set-local): A per-server file that keeps min/max range
19426         limits for articles known to the agent.  Provides a fast mechanism
19427         for altering many active ranges.
19428         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19429         active file (local makes it unnecessary).
19430         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19431
19432         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19433         (agent-enable-undownloaded-faces): Add.
19434
19435         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19436         disable it when sending to "nndraft:queue".
19437         (gnus-group-send-queue): Add safety check to avoid sending queue
19438         when unplugged.
19439
19440         * gnus-group.el (gnus-group-catchup): Use new
19441         gnus-sequence-of-unread-articles, not
19442         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19443         numbers of articles.  Use gnus-range-map to avoid having to
19444         uncompress the unread list.
19445         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19446         Fix invalid ange-ftp reference.
19447
19448         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19449         (gnus-sorted-range-intersection): Intersection of two ranges
19450         without requiring that they first be uncompressed.
19451
19452         * gnus-start.el (gnus-activate-group): Unless blocked by the
19453         caller, possibly expand the active range to include both cached
19454         and agentized articles.
19455         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19456         multiple version-dependent converters.
19457         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19458         gnus-agent-save-active.
19459         (gnus-save-newsrc-file): Save dirty agent range limits.
19460
19461         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19462         gnus-agent-possibly-alter-active.
19463         (gnus-adjust-marked-articles): Faster handling of simple lists.
19464
19465 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19466
19467         * spam-stat.el (spam-stat-test-directory): New optional argument
19468         displays a list of files detected.  Suggested by Andrew Cohen
19469         <cohen@andy.bu.edu>.
19470         (spam-stat-buffer-words-with-scores): Don't narrow and change
19471         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19472
19473 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19474
19475         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19476         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19477         (spam-spamassassin-arguments)
19478         (spam-spamassassin-spam-flag-header)
19479         (spam-spamassassin-positive-spam-flag-header)
19480         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19481         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19482         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19483         (spam-list-of-processors, spam-list-of-checks)
19484         (spam-list-of-statistical-checks, spam-registration-functions)
19485         (spam-check-spamassassin-headers, spam-check-spamassassin)
19486         (spam-spamassassin-score)
19487         (spam-spamassassin-register-with-sa-learn)
19488         (spam-spamassassin-register-spam-routine)
19489         (spam-spamassassin-register-ham-routine)
19490         (spam-assassin-register-spam-routine)
19491         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19492         (spam-bogofilter-score): Fix to show article before scoring.
19493
19494 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19495
19496         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19497         default scoring function.
19498         (spam-generic-score): Call spam-spamassassin-score if
19499         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19500         spam-bogofilter-score otherwise.
19501
19502         * gnus.el (spam-process, spam-autodetect-methods):
19503         Add spamassassin and spamassassin-headers.
19504
19505 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19506
19507         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19508         Suppress unnecessary messages.
19509
19510 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19511
19512         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19513         make-hash-table.
19514
19515 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * canlock.el (base64-encode-string): Don't autoload it.
19518
19519 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * run-at-time.el: Remove useless (require 'itimer),
19522         eval-and-compile and (featurep 'xemacs).
19523
19524 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19525
19526         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19527         GROUP is a virtual group.
19528
19529 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19530
19531         * gnus.el: Autoload `message-y-or-n-p'.
19532
19533 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19534
19535         * pgg-parse.el: Remove unnecessary (require 'custom).
19536
19537         * pgg-def.el: do.
19538
19539         * nnmail.el: do.
19540
19541         * gnus-undo.el: do.
19542
19543         * gnus-picon.el: do.
19544
19545         * gnus-util.el: do.
19546
19547 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19548
19549         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19550
19551 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19552
19553         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19554         handle, as well as a list.
19555
19556         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19557         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19558         (mm-w3m-cid-retrieve): Simplify.
19559
19560 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19561
19562         * message.el (message-kill-to-signature): Allow prefix arg to
19563         specify number of lines to keep before signature.
19564
19565 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19566
19567         * message.el (message-kill-to-signature): Change docstring.
19568
19569 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * canlock.el: Always require sha1-el.
19572         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19573
19574         * message.el: Autoload sha1 only when compiling.
19575
19576         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19577         eudc-expand-inline for XEmacs.
19578
19579 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * message.el (message-canlock-generate): Require sha1-el.
19582
19583 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19584
19585         * message.el (message-expand-name): Silence the byte compiler.
19586
19587         * lpath.el: Add detect-coding-system.
19588
19589         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19590         cus-edit.
19591
19592 2004-01-13  Simon Josefsson  <jas@extundo.com>
19593
19594         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19595         Invoke gnus-score-mode.
19596         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19597
19598         * gnus-range.el (gnus-compress-sequence): Doc fix.
19599         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19600
19601 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19604
19605 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19606
19607         * spam.el (spam-get-article-as-string): Update to use
19608         gnus-request-article-this-buffer, much simpler.
19609         (spam-get-article-as-buffer): Remove.
19610
19611 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19612
19613         * message.el (message-expand-name): Use EUDC if the user uses that.
19614
19615 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19618         character for the encoding to avoid consing a string.
19619
19620         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19621         unnecessarily.
19622
19623         * mm-util.el (mm-replace-chars-in-string): Remove.
19624
19625         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19626         of mm-replace-chars-in-string.
19627
19628 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19629
19630         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19631
19632         * mm-util.el (mm-subst-char-in-string): Support inplace.
19633
19634         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19635         a new string in every iteration.  Use shy groups.
19636
19637 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19638
19639         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19640         * gnus-soup.el (gnus-soup-group-brew):
19641         * gnus-msg.el (gnus-put-message):
19642         * gnus-move.el (gnus-group-move-group-to-server):
19643         * gnus-kill.el (gnus-batch-score):
19644         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19645         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19646         (gnus-group-update-group, gnus-group-read-group)
19647         (gnus-group-make-group, gnus-group-make-help-group)
19648         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19649         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19650         (gnus-group-sort-by-unread, gnus-group-catchup)
19651         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19652         (gnus-group-yank-group, gnus-group-set-info)
19653         (gnus-group-list-groups):
19654         * gnus.el (gnus-generate-new-group-name):
19655         * gnus-delay.el (gnus-delay-send-queue):
19656         * nnvirtual.el (nnvirtual-catchup-group):
19657         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19658         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19659         (gnus-group-prepare-topics, gnus-topic-check-topology):
19660         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19661         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19662         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19663         (gnus-group-make-articles-read):
19664         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19665         (gnus-group-change-level, gnus-kill-newsgroup)
19666         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19667         (gnus-get-unread-articles, gnus-make-articles-unread)
19668         (gnus-make-ascending-articles-unread): Use accessor
19669         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19670         to get group information for improved readability.
19671
19672
19673 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19674
19675         * gnus-art.el (article-decode-mime-words, article-babel)
19676         (gnus-article-highlight-signature, gnus-article-add-buttons)
19677         (gnus-signature-toggle): Use gnus-with-article-buffer.
19678
19679         * gnus-art.el (gnus-article-highlight-headers)
19680         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19681
19682         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19683         (gnus-article-set-globals, gnus-request-article-this-buffer)
19684         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19685         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19686         (gnus-mime-display-alternative): Use with-current-buffer.
19687
19688 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19689
19690         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19691         also under 80 char limit, and call gnus-error if needed.
19692         (spam-fetch-article-header): Fix - it was a
19693         buffer-local variable (gnus-newsgroup-data).
19694         (spam-find-spam): Use spam-generate-fake-headers, forget about
19695         spam-insert-fake-headers.
19696         (spam-insert-fake-headers): Remove.
19697
19698 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19699
19700         * deuglify.el (gnus-article-outlook-unwrap-lines)
19701         (gnus-outlook-rearrange-article)
19702         (gnus-outlook-repair-attribution-outlook)
19703         (gnus-outlook-repair-attribution-block)
19704         (gnus-outlook-repair-attribution-other): Remove redundant
19705         save-excursion.
19706
19707 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19708
19709         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19710         (spam-fetch-field-subject-fast)
19711         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19712         (spam-fetch-article-header): Add functions to deal with Gnus
19713         internals for fast retrieval of article header data.
19714         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19715
19716 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19717
19718         * pop3.el (pop3-md5): Remove.
19719         (pop3-apop): Replace pop3-md5 with md5.
19720
19721         * mm-bodies.el: base64 is always built-in.
19722
19723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19724         Use with-current-buffer.
19725
19726 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * canlock.el (canlock-insert-header): Remove excessive grouping in
19729         regexp.
19730
19731         * gnus-sum.el (gnus-summary-read-document): Ditto.
19732
19733         * gnus-uu.el (gnus-uu-part-number): Ditto.
19734
19735         * html2text.el (html2text-remove-tags): Ditto.
19736         (html2text-format-tags): Ditto.
19737         (html2text-format-single-elements): Ditto.
19738
19739         * mml.el (mml-parse-1): Ditto.
19740
19741 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19742
19743         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19744
19745         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19746
19747         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19748
19749         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19750
19751 2003-11-15  Simon Josefsson  <jas@extundo.com>
19752
19753         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19754         (pgg-gpg-lookup-key): Use regexp match instead of
19755         split-string (split-string is different between emacs 21.2 and
19756         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19757
19758 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * gnus-art.el (gnus-mime-view-all-parts)
19761         (gnus-article-part-wrapper, gnus-article-view-part):
19762         Use with-current-buffer.
19763
19764 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19765
19766         * spam.el (spam-disable-spam-split-during-ham-respool)
19767         (spam-spamoracle-database, spam-cache-lookups)
19768         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19769         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19770         (spam-group-ham-marks, spam-group-spam-marks)
19771         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19772         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19773         also add spam-use-blackholes to the statistical checks.
19774         (spam-fetch-field-fast): Add interface to fetching fields, may
19775         become a macro.
19776         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19777         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19778         (spam-insert-fake-headers): Fake an article when needed.
19779         (spam-find-spam): Fake article when possible.
19780         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19781         (spam-check-bogofilter-headers): Use message-fetch-field instead
19782         of nnmail-fetch-field.
19783
19784 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19785
19786         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19787
19788 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19789
19790         * spam.el (spam-split): Do not require spam-use-CHECK to be
19791         enabled if that check is passed to spam-split explicitly; also
19792         fix so 'spam doesn't get converted to spam-split-group when
19793         spam-split-symbolic-return is t.
19794         (spam-find-spam): Find registrations of the article and use those
19795         instead of re-running spam-split to find the spam/ham
19796         classification of the article.
19797         (spam-log-processing-to-registry, spam-log-registered-p)
19798         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19799         Use gnus-error instead of gnus-message.
19800         (spam-log-registration-type): Add function to determine the
19801         classification of a message based on registry entries; will
19802         return nil if both 'spam and 'ham are found.
19803         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19804         a reasonably fast local cache without the loading errors.
19805         (spam-cache-lookups): Set to t by default.
19806         (spam-find-spam): Don't try to guess spam-cache-lookups.
19807         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19808         spam-caches entry.
19809         (spam-filelist-build-cache, spam-filelist-check-cache):
19810         Fix caching of whitelist/blacklist entries.
19811         (spam-check-whitelist, spam-check-blacklist):
19812         Invoke spam-from-listed-p with a type, not a cache variable.
19813         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19814
19815 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19816
19817         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19818
19819         * nnmail.el (nnmail-split-fancy): do.
19820
19821         * mml.el (mml-parse): do.
19822
19823         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19824         (gnus-score-adaptive): do.
19825
19826 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19827
19828         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19829         (gnus-mime-button-map): Don't set keymap parent.
19830         (gnus-button-ctan-directory-regexp): Use shy grouping.
19831         (gnus-prev-page-map): Don't set keymap parent.
19832         (gnus-prev-page-map): Remove duplicated one.
19833         (gnus-next-page-map): Don't set keymap parent.
19834         (gnus-mime-security-button-map): Ditto.
19835
19836         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19837         version number.
19838
19839         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19840
19841 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * canlock.el (canlock-sha1-function): Remove.
19844         (canlock-sha1-function-for-verify): Remove.
19845         (canlock-openssl-program): Remove.
19846         (canlock-openssl-args): Remove.
19847         (canlock-ignore-errors): Remove.
19848         (canlock-sha1-with-openssl): Remove.
19849         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19850         (canlock-verify): Don't use canlock-ignore-errors.
19851
19852         * sha1-el.el (sha1-string-external): Make it can return a string
19853         in binary form.
19854         (sha1-region-external): Ditto.
19855         (sha1-string-internal): Ditto.
19856         (sha1-region-internal): Ditto.
19857         (sha1-region): Ditto.
19858         (sha1-string): Ditto.
19859         (sha1): Ditto.
19860
19861 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19862
19863         * spam.el (spam-report-articles-gmane): New command.
19864
19865 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19868
19869         * run-at-time.el (run-at-time-saved): Remove.
19870         (run-at-time): Doc fix.
19871
19872 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19873
19874         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19875         (gnus-summary-limit-map): Add it.
19876         (gnus-summary-make-menu-bar): do.
19877
19878 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19879
19880         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19881         Make attempt at some caching support (done for BBDB only now).
19882         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19883         addresses to be checked.
19884         (spam-clear-cache-BBDB): Add function, to be invoked by
19885         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19886         (spam-check-BBDB): Check and use the caches, if
19887         spam-cache-lookups is on, remove superfluous (provide).
19888
19889 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19890
19891         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19892
19893 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19894
19895         * run-at-time.el (run-at-time-saved): Move to after the definition
19896         of `run-at-time'.
19897
19898         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19899
19900 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19903         mm-w3m-local-map-property.
19904
19905         * mm-view.el (mm-w3m-mode-map): Remove.
19906         (mm-w3m-local-map-property): Remove.
19907         (mm-inline-text-html-render-with-w3m): Don't use
19908         mm-w3m-local-map-property.
19909
19910 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19911
19912         * run-at-time.el: New file.
19913
19914         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19915         under Emacs.
19916
19917         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19918         of gnus-set-text-properties.
19919
19920         * gnus-uu.el (gnus-uu-save-article): Ditto.
19921
19922         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19923
19924         * gnus-cite.el (gnus-cite-parse): Ditto.
19925
19926         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19927         of gnus-.
19928
19929         * gnus-xmas.el (run-at-time): Require run-at-time.
19930
19931         * gnus.el: Change calls to nnheader-run-at-time and
19932         password-run-at-time throughout to use run-at-time directly.
19933
19934         * password.el: Remove definition of run-at-time.
19935
19936         * nnheaderxm.el: Remove definition of run-at-time.
19937
19938 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19939
19940         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19941         in prompt.
19942
19943 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19944
19945         * messagexmas.el (message-xmas-redefine): Alias
19946         `message-make-caesar-translation-table' to
19947         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19948         version.
19949
19950         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19951         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19952         `gnus-xmas-set-text-properties'.
19953         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19954         `gnus-xmas-completing-read'.
19955         (gnus-xmas-completing-read): Removed.
19956         (gnus-xmas-open-network-stream): Removed.
19957
19958         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19959         XEmacs version.
19960
19961         * dns.el (dns-make-network-process): Use `open-network-stream'
19962         instead of `gnus-xmas-open-network-stream'.
19963
19964         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19965
19966         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19967
19968 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19969
19970         * gnus-art.el (gnus-mime-display-alternative)
19971         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19972         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19973         Don't use gnus-local-map-property.
19974
19975         * gnus-util.el (gnus-local-map-property): Remove.
19976
19977         * mm-view.el (mm-view-pkcs7-decrypt):
19978         Replace gnus-completing-read-maybe-default with completing-read.
19979
19980         * gnus-util.el (gnus-completing-read): do.
19981         (gnus-completing-read-maybe-default): Remove.
19982
19983 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19984
19985         * password.el: Only autoload `run-at-time' if not XEmacs.
19986         Only autoload the itimer functions if XEmacs.
19987
19988 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19989
19990         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19991         XEmacsen.
19992
19993         * dgnushack.el: Autoload executable-find for XEmacs.
19994
19995 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19996
19997         * gnus-art.el (gnus-read-string): Remove.
19998         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19999         read-string.
20000
20001 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20002
20003         * netrc.el: Autoload password-read.
20004         (netrc): Add configuration group.
20005         (netrc-encoding-method, netrc-openssl-path):
20006         Add variables for encoding and decoding of files with symmetric
20007         ciphers.
20008         (netrc-encode): Add assistant function to encode a file with
20009         netrc-encoding-method.
20010         (netrc-parse): Add interactive parameter, added optional
20011         decoding if netrc-encoding-method is non-nil but otherwise
20012         behavior is standard.
20013         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20014         Do s/encode/encrypt/ everywhere.
20015
20016         * spam.el: Remove executable-find autoload.
20017
20018 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20019
20020         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20021
20022         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20023
20024 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20025
20026         * gnus-art.el (gnus-treat-ansi-sequences)
20027         (article-treat-ansi-sequences): New variable and function.
20028         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20029
20030         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20031         Use it.
20032
20033 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20034
20035         * mm-util.el (mm-quote-arg): Remove.
20036
20037         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20038         shell-quote-argument.
20039
20040         * gnus-uu.el (gnus-uu-command): do.
20041
20042         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20043
20044         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20045         with make-char.
20046
20047         * mm-util.el (mm-make-char): Remove.
20048
20049         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20050         add-minor-mode.
20051
20052         * gnus-undo.el (gnus-undo-mode): do.
20053
20054         * gnus-topic.el (gnus-topic-mode): do.
20055
20056         * gnus-sum.el (gnus-dead-summary-mode): do.
20057
20058         * gnus-start.el (gnus-slave-mode): do.
20059
20060         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20061
20062         * gnus-ml.el (gnus-mailing-list-mode): do.
20063
20064         * gnus-gl.el (gnus-grouplens-mode): do.
20065
20066         * gnus-draft.el (gnus-draft-mode): do.
20067
20068         * gnus-dired.el (gnus-dired-mode): do.
20069
20070         * gnus-ems.el (gnus-add-minor-mode): Remove.
20071
20072         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20073         Replace gnus-char-width with char-width.
20074
20075         * gnus-ems.el (gnus-char-width): Remove.
20076
20077         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20078         Replace gnus-char-width with char-width.
20079
20080         * gnus-ems.el (gnus-char-width): Remove.
20081
20082         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20083         definition.
20084         Remove Emacs 20 hash table compatibility code.
20085
20086         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20087         20 compatibility code.
20088
20089         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20090
20091         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20092
20093         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20094         Replace with point-at-{eol,bol}.
20095
20096         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20097
20098         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20099
20100         * flow-fill.el (fill-flowed-point-at-bol)
20101         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20102
20103         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20104         Replace with point-at-{eol,bol} throughout all files.
20105
20106 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20107
20108         * ntlm.el (ntlm-string-as-unibyte): New macro.
20109         (ntlm-build-auth-response): Use it.
20110
20111         Remove Emacs 20 stuff:
20112         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20113         (butlast, mapc, remove): Remove the compiler macros.
20114         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20115         of delq and copy-sequence.
20116         * gnus-art.el (popup-menu): Remove the compiler macro.
20117         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20118         Emacs 20.
20119
20120 2004-01-05  Simon Josefsson  <jas@extundo.com>
20121
20122         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20123         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20124         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20125         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20126         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20127         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20128         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20129         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20130         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20131         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20132         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20133         string-xor into ntlm-string-xor.
20134         Suggested by Jesper Harder <harder@myrealbox.com>.
20135
20136         * ntlm.el: Don't include poem.
20137
20138         * md4.el (print-int32, print-string-hexa): Remove.
20139         Suggested by Jesper Harder <harder@myrealbox.com>.
20140
20141         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20142
20143         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20144         probably breaks emacs with DL patch, but do we care? Is anyone
20145         still using the DL stuff?)
20146
20147         * sieve-manage.el: Use the password package.
20148         (sieve-manage-read-passwd): Remove.
20149         (sieve-manage-interactive-login): Use password.  Re-add
20150         condition-case around loop.
20151
20152         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20153         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20154         Use the password package.
20155
20156 2003-02-19  Simon Josefsson  <jas@extundo.com>
20157
20158         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20159         token.
20160
20161 2002-08-07  Simon Josefsson  <jas@extundo.com>
20162
20163         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20164         (sieve-manage-authenticators):
20165         (sieve-manage-authenticator-alist): Add some SASL mechs.
20166         (sieve-sasl-auth): New function.
20167         (sieve-manage-cram-md5-auth):
20168         (sieve-manage-plain-auth): Rewrite using SASL library.
20169         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20170         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20171         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20172         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20173
20174 2004-01-05  Simon Josefsson  <jas@extundo.com>
20175
20176         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20177         New files.
20178
20179 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20180
20181         * gnus-group.el (gnus-no-groups-message): Update.
20182
20183         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20184
20185 2003-11-09  Simon Josefsson  <jas@extundo.com>
20186
20187         * imap.el: Support for ID IMAP extension (RFC 2971).
20188         (imap-local-variables): Add imap-id.
20189         (imap-id): New variable.
20190         (imap-id): New function.
20191         (imap-parse-response): Parse untagged ID response.
20192         * nnimap.el (nnimap-id): New variable.
20193         (nnimap-open-connection): Use it.
20194
20195 2003-12-28  Simon Josefsson  <jas@extundo.com>
20196
20197         * gnus-score.el (gnus-score-edit-all-score): New.
20198         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20199
20200 2004-01-04  Simon Josefsson  <jas@extundo.com>
20201
20202         * password.el: Add.
20203
20204 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20205
20206         * dns.el (dns-query-types): Fix typo.
20207         (dns-query-types): New function.
20208         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20209         PTR and SOA replies, see RFC 1035.
20210
20211 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20212
20213         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20214
20215         * Move to Changelog.2.
20216
20217 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20218
20219         * gnus.el (gnus-version-number): Bump version.
20220
20221 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20222
20223         * gnus.el: No Gnus v0.1 is released.
20224
20225 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20226
20227         * gnus.el: No Gnus v0.0 is released.
20228
20229 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20230
20231         * gnus.el (gnus-version-number): Bump.
20232         (gnus-version): No.
20233
20234 See ChangeLog.2 for earlier changes.
20235
20236   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20237     Free Software Foundation, Inc.
20238
20239   This file is part of GNU Emacs.
20240
20241   GNU Emacs is free software: you can redistribute it and/or modify
20242   it under the terms of the GNU General Public License as published by
20243   the Free Software Foundation, either version 3 of the License, or
20244   (at your option) any later version.
20245
20246   GNU Emacs is distributed in the hope that it will be useful,
20247   but WITHOUT ANY WARRANTY; without even the implied warranty of
20248   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20249   GNU General Public License for more details.
20250
20251   You should have received a copy of the GNU General Public License
20252   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20253
20254 ;; Local Variables:
20255 ;; coding: utf-8
20256 ;; fill-column: 79
20257 ;; add-log-time-zone-rule: t
20258 ;; End: