gnus-art.el (gnus-article-highlight): Remove argument passed to gnus-article-add...
[gnus] / lisp / ChangeLog
1 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4         gnus-article-add-buttons.
5
6 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
7
8         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
9         From header with a date and "nobody" as the sender.
10
11 2011-01-19  Julien Danjou  <julien@danjou.info>
12
13         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
14         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
15         if you have the same regexp several times.
16         (gnus-button-push): Fix matching when regexp is symbol.
17
18 2011-01-15  Glenn Morris  <rgm@gnu.org>
19
20         * message.el (message-mail): A compose-mail function should
21         accept headers as strings.
22
23 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
24
25         * message.el (message-tool-bar-gnome): Tweak tool-bar items.  Add
26         :vert-only tags.
27         (message-mail): New arg RETURN-ACTION.
28         (message-return-action): New var.
29         (message-bury): Use it.
30         (message-mode): Make it buffer-local.
31         (message-send-and-exit): Always call message-bury.
32
33         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
34         message-mail.
35
36 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nnimap.el (nnimap-convert-partial-article): Protect against
39         zero-length body parts.
40
41         * mm-decode.el (mm-preferred-alternative-precedence): Discourage
42         showing empty parts.
43
44         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
45         and stuff if the backend didn't return the article number.  This fixes
46         an Exchange-related nnimap bug.
47
48         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
49         group window, because it does the wrong thing when a separate frame
50         displays the group buffer.
51
52         * proto-stream.el (open-protocol-stream): Protect against the low-level
53         transport functions returning nil.
54
55 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
56
57         * mml2015.el (epg-sub-key-fingerprint): Autoload.
58         (mml2015-epg-find-usable-secret-key): New function.
59         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
60         mml2015-epg-find-usable-key (Bug#7797).
61         (mml2015-epg-encrypt): Ditto.
62
63 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
64
65         * dgnushack.el (rot13-string): Fix the way to get the argument.
66
67 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
70
71 2011-01-03  Glenn Morris  <rgm@gnu.org>
72
73         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
74
75         * sieve.el (sieve-open-server): Give a more explicit error if
76         sieve-manage-open returns nil.  (Bug#7720)
77
78 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
79
80         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
81
82 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
85         This avoids sending passwords in plain text over non-encrypted
86         channels.
87
88         * shr.el (shr-rescale-image): Display all GIF images as animated images.
89
90         * nnimap.el (nnimap-login): Refactored out into own function, and
91         implement CRAM-MD5.
92         (nnimap-wait-for-line): Refactored out.
93
94         * mm-view.el (mml-smime): Require.
95
96 2010-12-20  David Engster  <deng@eml.cc>
97
98         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
99         use EPG to decrypt S/MIME messages instead of openssl.
100
101 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
104
105         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
106         status is the group clearly is unreachable.
107
108         * auth-source.el (auth-source-create): Add the optional second
109         parameter to `local-variable-p' to be compatible with XEmacs.
110
111 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
112
113         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
114         work when using a compressed nnml folder.
115
116 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
119         backends after sanitising on entry, because this never makes sense:
120         If the articles have gone missing, then the data no longer exists on
121         the backend, and if they haven't, then Gnus is wrong, and shouldn't
122         overwrite anything anyway.
123
124         * shr.el (shr-insert-document): Bind shr-width dynamically to
125         window-width if it's nil.
126
127 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
128
129         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
130         with the meaning of using the full emacs window width for rendering.
131
132 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
133
134         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
135         case when sender is not given.
136
137 2010-12-23  Julien Danjou  <julien@danjou.info>
138
139         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
140         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
141         the addresses, otherwise we might misplaced the gravatar.
142
143 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
144
145         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
146         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
147         obsolete in Emacs.
148
149 2010-12-20  Julien Danjou  <julien@danjou.info>
150
151         * gnus-util.el (gnus-rescale-image): Revert last change.
152
153 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
154
155         * binhex.el: Improve commentary (Bug#7482).
156
157 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-group.el (gnus-group-delete-articles): New command.
160
161 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
162
163         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
164
165 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166
167         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
168         here, since it's up to the backends to do CRLF removal if their
169         protocol has it.
170
171         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
172
173 2010-12-17  Julien Danjou  <julien@danjou.info>
174
175         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
176         they are from file. Can also scale up.
177
178 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
179
180         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
181         gnus-use-agent.
182         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
183
184         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
185
186 2010-12-17  Julien Danjou  <julien@danjou.info>
187
188         * gravatar.el (gravatar-retrieve-synchronously): New function.
189         (gravatar-get-data): Make more robust.
190
191 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
192
193         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
194
195 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
198         to really consider the last line.
199
200 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
201
202         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
203         list of recipient keys, or use symmetric encryption if not a list.
204         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
205         EPA override, replacing the call to `netrc-store-data'.
206
207 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
208
209         * gnus-srvr.el: Avoid passing nil regexp argument to
210         delete-matching-lines.
211
212 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
215         fetching stops when Gnus exits.
216
217         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
218         function.
219         (nnfolder-request-expire-articles): Save all the buffers after doing
220         expiry.
221
222         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
223         the last article", since that led to serious performance regressions
224         when expiring nnml groups.
225
226 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
227
228         * nnir.el: Improve customizations.
229
230 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
233
234         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
235         group has been killed.
236         (gnus-group-yank-group): Ditto.
237
238         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
239
240         * nnimap.el (nnimap-request-update-group-status): New function.
241
242         * gnus-int.el (gnus-request-update-group-status): New interface
243         function.
244
245         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
246         copying read-ness to the backends.
247
248         * nnimap.el (nnimap-quirk): New function.
249         (nnimap-retrieve-group-data-early): Use it.
250         (nnimap-quirks): New alist.
251
252 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * shr.el (shr-insert): Set shr-start after deleting trailing space;
255         don't delete it within indentation.
256
257 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
260         previous line.
261
262 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
265         QRESYNC command by deleting a superfluous space which broke Cyrus
266         servers.  This change will break other servers that are buggy the other
267         way around.
268
269 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * spam.el: Reindent and fix long lines.
272         (spam-copy-or-move-routine): Exclude invalid move destinations.
273
274 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
275
276         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
277         installed the registry.
278
279 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
282
283 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
284
285         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
286         groupname doesn't contain "gmane".
287
288 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
291         and netrc-bound-and-true-p bindings.
292         (netrc-parse): Cache the netrc contents.
293
294         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
295         (gnus-1): Don't create the nndrafts group twice.
296         (gnus-setup-news): There's no need to read the active file here, since
297         that's done again later on a per-backend basis.
298         (gnus-start-draft-setup): Make sure that the new group is started out
299         empty.
300
301         * gnus-agent.el (gnus-agentize): Don't create the queue group
302         automatically on startup.  It'll be created later, if needed.
303
304         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
305         of automatically subscribed groups.
306         (gnus-auto-subscribed-categories): New variable.
307         (gnus-matches-options-n): Use it.
308         (gnus-default-subscribed-newsgroups): Remove unused variable.
309         (gnus-start-draft-setup): Message a bit less.
310
311 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
312
313         * nnir.el (nnir-run-imap): Return article list in order of increasing
314         UID.
315
316 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * gnus-sum.el (gnus-summary-enter-digest-group): Mention
319         gnus-auto-select-on-ephemeral-exit.
320
321         * proto-stream.el (proto-stream-open-network-only): Fix the calling
322         convention of the network-only option.
323
324 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * proto-stream.el (proto-stream-open-network-only): New function to
327         have a way to specify non-STARTTLS upgrade connections.
328
329 2010-12-10  Julien Danjou  <julien@danjou.info>
330
331         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
332         email address is nil.
333
334         * message.el (message-bogus-recipient-p): Set address to "" if nil.
335
336 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
337
338         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
339         deletion.
340         (nnir-run-imap): Only need to parse list once.
341
342 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * shr.el (shr-tag-script): Ignore <script>.
345         (shr-tag-label): Add <label> support.
346
347 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
350
351         * shr.el (shr-image-displayer): Work for images lined side by side.
352
353 2010-12-08  Robert Pluim  <rpluim@gmail.com>
354
355         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
356         parameter, since XEmacs doesn't accept t as a parameter.
357
358 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
361         ids.
362         (nnir-run-gmane): Simplify groupspec formatting.
363         (nnir-request-expire-articles): New function.
364
365 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
368         overflow, possibly.
369
370         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
371         (shr-render-td): Handle td style="" better.
372         (shr-tag-table): Use the color from the style sheet.
373         (shr-render-td): Make sure we copy over all the overlays, too.
374
375 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
376
377         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
378         (nnir-request-article): Improve article retrieval.
379
380 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * mm-util.el (mm-extra-numeric-entities): New variable.
383
384         * mm-url.el (mm-url-decode-entities):
385         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
386
387         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
388
389 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
390
391         * message.el: Use completion-at-point.
392         (message-completion-function): New fun, extracted from message-tab.
393         (message-mode): Use it for completion-at-point-functions.
394         (message-tab): Use it and completion-at-point.
395
396 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
399         character if a non-breakable character follows.
400
401 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
404         any stream.
405
406         * shr.el (shr-tag-font): Colorize the region.
407         (shr-tag-body): Ditto.
408         (shr-tag-font): Actually let the styles be inherited instead of
409         overwriting them.
410         (shr-tag-font): Get the background color right.
411         (shr-tag-style): Ignore all <style> tags for the moment.
412
413         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
414         a Message-ID to avoid having nnimap depend on gnus-sum.
415
416         * shr.el (shr-descend): Only colorize something if we have a node that
417         sets colors.
418
419 2010-12-06  Julien Danjou  <julien@danjou.info>
420
421         * shr.el (shr-render-td): Render td content with shr-descend, so style
422         will be applied to <td> too.
423         (shr-colorize-region): Colorize region even if we only have a background.
424         (shr-tag-body): Fix color and background color inheritance.
425         Do not recolorize after shr-generic.
426         (shr-tag-font): Let shr-generic colorize via inheritance.
427
428 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
431
432 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
433
434         * nnir.el (nnir-request-move-article): Remove obsolete code.
435
436 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
439
440 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * gnus-sum.el (gnus-summary-respool-article): The completion function
443         expects a list instead of an alist.
444
445         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
446         string as the parameter.
447
448         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
449
450         * shr.el (shr-stylesheet): New dynamic variable for cascading the
451         styles.
452         (shr-colorize-region): New function.
453         (shr-insert-background-overlay): Remove.
454         (shr-render-td): Background setting should be taken care of on a higher
455         level.
456         (shr-tag-body): Use post-hoc colorizations.
457         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
458         (shr-put-color-1): Don't overwrite old colors.
459         (shr-colorize-region): When the background color isn't explicit, use
460         a fixed background.
461
462         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
463         nnmail variables.
464
465 2010-12-05  Bjørn Mork  <bjorn@mork.no>
466
467         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
468         unless necessary.
469
470 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
473         server.
474
475 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
478         so that TAB works.
479
480         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
481         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
482
483         * shr.el (shr-urlify): Show the URL before the title to avoid
484         misleading URLs.
485
486 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
487
488         * shr.el (shr-urlify): Display the title in <a> tags.
489
490 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
491
492         * nnir.el (nnir-categorize): Replace mapcar with mapc.
493
494 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnir.el: Rearrange code to allow macros to be autoloaded by
497         gnus-sum.el.
498         (nnir-retrieve-headers-override-function): Make this variable
499         customizable.
500         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
501
502         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
503         from nnir.el.
504
505 2010-12-03  Julien Danjou  <julien@danjou.info>
506
507         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
508
509 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
510
511         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
512         allow optional argument `environment'.
513
514 2010-12-03  Glenn Morris  <rgm@gnu.org>
515
516         * mm-extern.el (message-goto-body): Update declaration.
517
518 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * gnus-util.el (gnus-macroexpand-all): New function.
521
522         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
523         instead of macroexpand-all that is unavailable in XEmacs.
524
525 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
526
527         * nnir.el (nnir-summary-line-format): New variable.
528         (nnir-mode): Use it.
529         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
530         (nnir-article-ids): Reimplement as defsubst.
531         (nnir-retrieve-headers): Don't mangle the subject header.
532         (nnir-run-imap): Use 100 as RSV score.
533         (nnir-run-find-grep): Fix for full server searching.
534         (nnir-run-gmane): Better restriction to gmane groups.
535
536         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
537         summary buffers.
538
539 2010-12-02  Julien Danjou  <julien@danjou.info>
540
541         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
542
543         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
544
545         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
546         support.
547
548 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
549
550         * nnir.el: Update to handle the registry better.
551         (autoload): Silence byte-compiler.
552         (nnir-open-server): Add a hook for nnir groups.
553         (nnir-request-move-article): Don't mangle the header. Better to use
554         formating variables (which will be added in the future).
555         (nnir-registry-action): Update the registry using the original article
556         group name.
557         (nnir-mode): Install nnir-specific hooks for updating the registry.
558
559         * gnus-sum.el
560         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
561         obsolete variables.
562         (gnus-summary-move-article): Remove use of obsolete variables.
563         (gnus-summary-local-variables): Make move and delete hooks local to
564         summary buffers.
565
566 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * rtree.el: New file.
569
570 2010-12-01  Julien Danjou  <julien@danjou.info>
571
572         * message.el (message-user-organization): Do not use
573         gnus-local-organization.
574
575         * gnus.el: Remove gnus-local-organization.
576
577         * gnus-msg.el: Remove nastygram thing.
578
579 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
582         funcall.
583
584 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
587         names.
588
589         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
590         characters.
591
592         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
593         to t of inhibit-read-only since it is inside gnus-with-article-headers.
594         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
595         (gnus-gravatar-transform-address): Use mail-extract-address-components
596         that supports non-ASCII names rather than mail-header-parse-addresses.
597
598 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * proto-stream.el (open-protocol-stream): All starttls connections are
601         handled by the network handler.
602
603 2010-11-30  Julien Danjou  <julien@danjou.info>
604
605         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
606         (nnimap-open-connection-1): Fix PREAUTH.
607
608         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
609
610 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
611
612         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
613         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
614         (shr-insert): Use them.
615         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
616
617 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
618
619         * nnir.el (nnir-request-move-article): Bail out if original group
620         doesn't support article moves.
621         (nnir-get-active): Improve active list retrieval.
622
623 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * shr.el (shr-find-fill-point): Don't break before apostrophes.
626
627 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
628
629         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
630         seem to accept strings-with-numbers as port numbers,
631
632 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
633
634         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
635         change the registry.
636
637 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
638
639         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
640         delete-dups that is not available in XEmacs 21.4.
641
642         * mm-util.el (mm-delete-duplicates): Add comment.
643
644 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
645
646         * nnir.el (nnir-ignored-newsgroups): New variable.
647         (nnir-get-active): Use it.
648
649 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650
651         * proto-stream.el (proto-stream-open-network): Add some comments.
652
653         * nntp.el (nntp-open-connection): Provide a :success condition.
654
655         * nnimap.el (nnimap-open-connection-1): Ditto.
656
657         * proto-stream.el (proto-stream-open-network): See what the response to
658         the STARTTLS command is.
659
660         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
661         backwards compatibility).
662         (nnimap-open-connection-1): Really respect nnimap-server-port.
663
664         * proto-stream.el (proto-stream-open-network): When doing opportunistic
665         TLS upgrades we don't really care about the identity of the peer.
666         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
667         that what we've checked for.
668         (proto-stream-always-use-starttls): Only default to t if
669         open-gnutls-stream exists.
670         (proto-stream-open-network): If STARTTLS failed, then just open a
671         normal connection.
672         (proto-stream-open-network): Wait until the greeting before doing
673         STARTTLS.
674
675         * nntp.el (nntp-open-connection): Report what the connection error is.
676
677         * proto-stream.el (open-protocol-stream): Renamed from
678         open-proto-stream.
679
680 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * nnimap.el (nnimap-stream): Change default to `undecided'.
683         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
684         first, and then network.
685         (nnimap-open-connection-1): Respect nnimap-server-port.
686         (nnimap-open-connection): Be more backwards-compatible.
687
688         * proto-stream.el (proto-stream-always-use-starttls): New variable.
689         (proto-stream-open-starttls): De-duplicate the starttls code.
690         (proto-stream-open-starttls): Folded back into the main function.
691         (proto-stream-open-network): Fix typo in the gnutls path.
692         (proto-stream-command): Refactor out.
693
694         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
695
696         * proto-stream.el (proto-stream-open-starttls): Actually implement the
697         starttls.el STARTTLS.
698
699         * color.el (color-lab->srgb): Fix function call name.
700
701         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
702         if we're using tls.el.
703         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
704         built in, then don't try to establish a STARTTLS connection.
705
706         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
707         servers.
708
709         * proto-stream.el (open-proto-stream): Use network, not stream.
710         (open-proto-stream): Add a way to specify what the end of a command is.
711
712         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
713         connections types.
714         (nntp-open-network-stream): Remove.
715         (nntp-open-ssl-stream): Remove.
716         (nntp-open-tls-stream): Remove.
717         (nntp-ssl-program): Remove.
718
719         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
720
721 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
722
723         * nnir.el: Fix typos.
724         (nnir-retrieve-headers-override-function): Rename variable to reflect
725         new semantics.
726         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
727         macros.
728         (nnir-request-article, nnir-request-move-article): Use them.
729         (nnir-categorize): New function.
730         (nnir-run-query): Use it.
731         (nnir-retrieve-headers): Rewrite to batch header retrieval.
732         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
733         sorted.
734         (nnir-group-full-name): Use gnus-group-full-name instead.
735         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
736         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
737
738 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
739
740         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
741
742         * proto-stream.el: New library to provide protocol-specific
743         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
744         protocols.
745         (open-proto-stream): Complete the documentation.
746         (proto-stream-open-network): Fix some typos.
747
748         * nnimap.el (nnimap-open-connection): Use it.
749
750 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
751
752         * pop3.el (pop3-open-server): Read server greeting before starting TLS
753         negotiation.
754
755 2010-11-26  Julien Danjou  <julien@danjou.info>
756
757         * color.el: Rename various rgb functions to srgb.
758
759 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
762         names.
763
764 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         * shr.el (shr-insert): Revert last change.
767         (shr-find-fill-point): Never leave point being at bol;
768         relax the kinsoku limitation when rendering tables.
769
770 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
773         results from -accept-article.
774
775         * shr-color.el: Require cl when compiling.
776
777         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
778         checkin.
779
780         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
781
782         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
783
784         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
785         'add and 'delete to set backend marks.
786
787         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
788
789         * nnheader.el (nnheader-update-marks-actions): Refactor out.
790
791         * nntp.el (nntp-request-set-mark): Use it.
792
793         * nnfolder.el (nnfolder-request-set-mark): Ditto.
794
795         * nnml.el (nnml-request-set-mark): Ditto.
796
797         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
798         introduces regressions in article selection.
799         (nnimap-find-uid-response): New function.
800         (nnimap-request-accept-article): Use the UID returned, if any.
801         (nnimap-request-move-article): Use the UID returned, if any.
802         (nnimap-get-groups): Reimplement to work with folded lines.
803         (nnimap-find-uid-response): The UID is the last element in the list.
804         (nnimap-request-set-mark): Extend syntax with 'set.
805
806         * nnml.el (nnml-request-set-mark): Ditto.
807
808         * nnfolder.el (nnfolder-request-set-mark): Ditto.
809
810         * nntp.el (nntp-request-set-mark): Ditto.
811
812 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * message.el (message-called-interactively-p): A temporary macro.
815         (message-goto-body): Use it temporarily.
816
817 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
818
819         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
820         (nnimap-last-response-string): Unfold quoted lines, if they exist.
821         (nnimap-last-response-string): Fix last unfolding fix.
822
823 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * shr.el (shr-insert): Fix the way to fold lines.
826
827 2010-11-25  Julien Danjou  <julien@danjou.info>
828
829         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
830
831         * color.el: Rename from color-lab.el
832         (color-rgb->hex): Add.
833         (color-complement): Add.
834         (color-complement-hex): Add.
835
836         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
837
838 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * shr-color.el (shr-color-visible): Don't bug out if the colour names
841         don't exist.
842
843 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
846         assuming that article displaying or another mml-preview may be
847         interrupted for an error or for the like.
848
849         * shr.el (shr-get-background): Fix argument name.
850
851 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852
853         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
854
855         * gnus-sum.el (gnus-summary-include-articles): New function.
856
857         * message.el (message-goto-body): called-interactively-p needs a
858         parameter, so use `any'.
859
860         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
861         clear marks before moving, since they're synced from the Gnus side
862         first.
863
864         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
865         (gnus-summary-move-article): Copy over all marks before moving, so that
866         IMAP doesn't think a new article has arrived.
867
868 2010-11-24  Julien Danjou  <julien@danjou.info>
869
870         * shr.el (shr-insert-background-overlay): Fix typo.
871         (shr-render-td): Copy the background before rendering.
872
873         * shr-color.el (shr-color-visible): Fix docstring.
874
875         * shr.el (shr-tag-table): Add bgcolor support.
876         (shr-render-td): Add bgcolor support.
877         (shr-get-background): Add.
878         (shr-insert-foreground-overlay): Use shr-get-background.
879
880         * message.el (message-goto-body): Use called-interactively-p.
881         (message-in-body-p): message-goto-body returns point.
882
883 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884
885         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
886         Fixes something or other in Emacs 23, and is backwards compatible.
887
888         * message.el (message-goto-body): Remove the <#secure special-casing,
889         which is too special.
890
891         * shr.el (shr-parse-style): Drop !important from styles.
892
893 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
894
895         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
896         this function to return incorrect results when calling it with an
897         explicit article argument different from
898         (gnus-summary-article-number).
899
900 2010-11-24  Julien Danjou  <julien@danjou.info>
901
902         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
903         (shr-tag-body): Add background support.
904         (shr-descend): Add background support.
905         (shr-tag-title): Add.
906
907         * shr-color.el (shr-color-visible): Really return original background
908         if fixed.
909
910 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * shr.el (shr-color-check): Protect against non-existant colour names.
913
914 2010-11-24  Julien Danjou  <julien@danjou.info>
915
916         * color-lab.el: Require 'cl when compiling.
917
918         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
919
920         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
921         matched part.
922
923         * color-lab.el: Fix all expt calls to use float type.
924
925 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
928         expression to shr-color-check as is.
929
930         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
931
932         * color-lab.el: Add coding cookie.
933         (float-pi): Use eval-and-compile.
934
935         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
936         compiled for Emacsen having no `libxml-parse-html-region' support.
937
938 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * shr.el (shr-insert-color-overlay): Split stuff like
941         "#444444 !important" to find the real colour.
942         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
943         parse <font color="red"> entries.
944
945 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
946
947         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
948         point when parsing headers.
949
950         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
951         is positioned properly when parsing headers.
952
953 2010-11-23  Julien Danjou  <julien@danjou.info>
954
955         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
956
957         * shr-color.el (shr-color->hexadecimal): Add support for color names.
958
959         * shr.el (shr-parse-style): Replace \n with space in style parsing.
960
961         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
962         shr-color-hue-to-rgb.
963         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
964
965 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * shr.el (shr-color->hexadecimal): Autoload.
968         (shr-descend): Add color to all tags.
969
970 2010-11-22  Julien Danjou  <julien@danjou.info>
971
972         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
973         shr-color->hexadecimal.
974
975         * shr-color.el (shr-color->hexadecimal): Add converting functions for
976         RGB() or HSL() color representation.
977
978         * shr.el (shr-tag-font): Add.
979         (shr-tag-color-check): New function to get better colors.
980         (shr-tag-insert-color-overlay): Factorize code between tag-font and
981         tag-span.
982
983         * shr-color.el: New file.
984
985         * color-lab.el: New file.
986
987         * gnus-art.el (gnus-url-mailto): Do not downcase args.
988
989 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
990
991         * nnir.el: Fix typo in comments.
992         (nnir-run-imap): Simplify code. No need to reverse artlist.
993         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
994
995 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
996
997         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
998
999         * nnimap.el (nnimap-get-capabilities): Refactor out.
1000         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1001
1002 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1003
1004         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1005         appearing when `mm-uu-hide-markers' is nil.
1006
1007 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008
1009         * nnimap.el (nnimap-unselect-group): Make into its own function.
1010         (nnimap-request-rename-group): Unselect group before renaming.
1011         This had gotten lost somewhere.
1012         (nnimap-request-accept-article): Keep track of examined groups, and
1013         unselect the group before APPENDing to read-only groups.
1014         (nnimap-request-move-article): Clear flags before moving so that they
1015         can be re-set later.
1016
1017 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1020         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1021
1022 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-mime-display-single)
1025         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1026         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1027         parameter.
1028
1029 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1032         (shr-table-vertical-line): New variable.
1033         (shr-insert-table): Use it.
1034
1035 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-html.el (gnus-html-wash-images): Don't display images if
1038         gnus-inhibit-images is non-nil; register displayer for cid images.
1039         (gnus-html-display-image): Work for cid image.
1040         (gnus-html-insert-image): Allow arguments.
1041         (gnus-html-put-image): Inhibit read-only.
1042         (gnus-html-prefetch-images): Don't prefetch images if
1043         gnus-inhibit-images is non-nil.
1044
1045 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046
1047         * shr.el (shr-put-image): Break lines when inserting big pictures.
1048
1049 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1050
1051         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1052         sender, thanks Katsumi Yamaoka.
1053
1054 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1055
1056         * nnir.el (nnir-run-imap): Reverse the article list for each group
1057         rather than the whole list.
1058
1059 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * shr.el (shr-image-displayer): Protect function against non-existent
1062         image source.
1063
1064         * gnus-art.el (gnus-inhibit-images): New user option.
1065         (gnus-mime-display-single): Don't display image if it is non-nil.
1066
1067         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1068         gnus-inhibit-images.
1069
1070         * shr.el (shr-image-displayer): New function.
1071         (shr-tag-img): Use it.
1072
1073 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1074
1075         * mml2015.el (mml2015-epg-sign): Use From header.
1076
1077 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1080
1081         * gnus-util.el (gnus-find-text-property-region): Return markers.
1082
1083         * shr.el (shr-tag-img): Put a displayer in the text property.
1084
1085         * gnus-util.el (gnus-find-text-property-region): New utility function.
1086
1087         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1088         (gnus-html-show-images): Remove.
1089
1090         * gnus-art.el (gnus-article-show-images): New, more general function.
1091
1092         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1093         image url text properties.
1094
1095         * shr.el: Ditto.
1096
1097         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1098         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1099
1100 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1103         work for two or more articles.
1104
1105 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1108         divide an image that's in an html article to two or more when washing
1109         non-ASCII characters in alt text of it.
1110
1111 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1114         smime-decrypt-region using function argument.
1115         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1116
1117         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1118
1119         * smime.el (smime-decrypt-region): Catch it.
1120
1121 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1122
1123         * smime.el (smime-mode-map): Move initialization into declaration.
1124         (gnus-run-mode-hooks): Don't autoload.
1125         (smime-mode): Use define-derived-mode.
1126
1127 2010-11-11  Glenn Morris  <rgm@gnu.org>
1128
1129         * smime.el (from): Restrict declaration to XEmacs.
1130
1131         * nnir.el (gnus-group-topic-name): Autoload.
1132
1133 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * shr.el (shr-insert): Don't break long line if it is because of
1136         kinsoku-bol characters in the line end.
1137
1138 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1139
1140         * nnir.el (nnir-request-move-article): Fix to provide original group
1141         and subject.
1142         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1143         been retrieved.
1144
1145         * gnus-sum.el (gnus-summary-move-article): Use original group and
1146         subject for virtual articles such as those in an nnir summary buffer.
1147
1148 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1151         least 21.5).
1152
1153         * smime.el (from): Declare it again for XEmacs.
1154
1155 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1156
1157         * message.el (message-resend): Don't disable encoding unless it's
1158         already encoded.
1159
1160         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1161         low-numbered articles.
1162
1163 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * rfc2047.el (rfc2047-syntax-table): Simplify.
1166
1167         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1168
1169         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1170         set-char-table-range for XEmacs.
1171
1172 2010-11-10  Glenn Morris  <rgm@gnu.org>
1173
1174         * time-date.el (time-to-seconds): Always an alias on Emacs,
1175         never a real function.
1176         (with-no-warnings): Remove compat stub, now unused.
1177         (time-less-p): Doc fix.
1178         (time-to-number-of-days): Simplify.
1179
1180         * smime.el (from): Remove unused declaration.
1181
1182         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1183         (gnus-float-time): On Emacs, always an alias.
1184
1185         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1186         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1187
1188 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * dgnushack.el: Don't use ignore-errors in the top level form since it
1191         is unavailable in XEmacs even if cl is loaded.
1192
1193         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1194
1195 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1196
1197         * shr.el (browse-url-mailto): Autoload.
1198
1199         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1200
1201         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1202         regexp doesn't need quoting.
1203
1204 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1205
1206         * message.el (message-subject-trailing-was-ask-regexp)
1207         (message-subject-trailing-was-regexp): Match was: in addition to was.
1208
1209 2010-11-09  Glenn Morris  <rgm@gnu.org>
1210
1211         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1212         (nnbabyl-check-mbox): Use point-at-bol.
1213
1214 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1215
1216         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1217
1218         * message.el (message-mailto): New function.
1219         (message-mailto): Should accept other parameters.
1220         (message-mailto): Remove since it duplicates browse-url-mailto
1221         functionality.
1222
1223 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1224
1225         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1226         methods.
1227         (gnus-read-active-file): Ditto.
1228
1229         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1230         ": " from the prompt.
1231         (gnus-group-make-group): Ditto.
1232
1233 2010-11-07  Glenn Morris  <rgm@gnu.org>
1234
1235         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1236         (gnus-bookmark-kill-line): Use point-at-eol.
1237
1238 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1241         asterisks in From header.
1242
1243 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1246         string to avoid making the From headers syntactically invalid.
1247
1248         * message.el (message-send-mail): Don't insert courtesy messages if the
1249         message already has List-Post and List-ID messages.
1250
1251 2010-11-06  Glenn Morris  <rgm@gnu.org>
1252
1253         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1254         `condition', `type', `length' a prefix.
1255         (gnus-treat-predicate): Update for above name changes.
1256
1257 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1258
1259         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1260         binding.  Handled by `gnus-summary-refer-thread' instead.
1261         (nnir-warp-to-article): New backend function.
1262
1263         * nnimap.el (nnimap-request-thread): Force dependency updating.
1264
1265         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1266         (gnus-summary-refer-thread): Rework to improve thread-referral.
1267
1268         * gnus-int.el (gnus-warp-to-article): New function.
1269
1270         * gnus-sum.el (gnus-summary-article-map): Bind it.
1271
1272 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1275         gnus-summary-refer-thread.
1276
1277         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1278         headers.
1279         (gnus-summary-limit-include-thread): Prevent articles in thread from
1280         being cut in gnus-cut-threads.
1281         (gnus-summary-refer-thread): Limit retrieved headers to those in
1282         thread.
1283
1284 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * message.el (message-send-mail): Use the value of
1287         message-courtesy-message from the message buffer.
1288
1289         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1290
1291         * shr.el (shr-browse-url): Implement mailto: URLs.
1292
1293         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1294         "raw".
1295
1296         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1297         if it's already selected.
1298
1299         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1300
1301 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1304         to measure the length and truncate alt text.
1305
1306 2010-11-03  Glenn Morris  <rgm@gnu.org>
1307
1308         * nndiary.el (nndiary-generate-nov-databases-1)
1309         (nndiary-generate-active-info): Rename dynamic variable `files' to
1310         something less generic.
1311
1312 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1313
1314         * nnir.el (nnir-request-move-article): Call the underlying backend to
1315         move articles from nnir.
1316
1317 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318
1319         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1320
1321 2010-11-02  Julien Danjou  <julien@danjou.info>
1322
1323         * nnir.el: Remove wais support.
1324
1325 2010-11-02  Glenn Morris  <rgm@gnu.org>
1326
1327         * gnus-html.el: Reorder requirements to quieten compiler.
1328
1329 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1332         properly for XEmacs as well.
1333         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1334         (gnus-article-natural-long-line-p): Use window-width rather than
1335         frame-width.
1336
1337 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1338
1339         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1340         (nnir-read-parms): Don't modify query.
1341         (nnir-run-query): Add ability to search topic on current line.
1342         (nnir-get-active): Clean up.
1343
1344 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1347         degenerate articles.
1348
1349         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1350         (gnus-print-buffer): Just print the buffer as is, without any copying
1351         to a buffer and then re-highlighting.
1352
1353         * nnimap.el (nnimap-request-group): Store the new updated info.
1354         (nnimap-request-group): Select the group when we don't know whether it
1355         exists or not.
1356
1357         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1358         groups.
1359
1360         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1361         groups.
1362
1363         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1364         groups.
1365
1366         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1367         long-lines case by only filling the long lines.
1368
1369         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1370         (bug #7311).
1371
1372 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * shr.el: No need to declare `declare-function' since shr.el is for
1375         only Emacsen that provide `libxml-parse-html-region'.
1376
1377         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1378         effective only in a file it is referred to.
1379
1380 2010-11-01  Glenn Morris  <rgm@gnu.org>
1381
1382         * mm-util.el (gnus-completing-read): Autoload.
1383         (mm-read-coding-system): Simplify Emacs definition.
1384
1385         * nnmail.el (gnus-activate-group):
1386         * nnimap.el (gnutls-negotiate):
1387         * nntp.el (netrc-parse): Fix declarations.
1388
1389 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1392         string-match-p in Emacs >=23.
1393
1394         * gnus-msg.el (gnus-configure-posting-styles)
1395         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1396
1397 2010-11-01  Glenn Morris  <rgm@gnu.org>
1398
1399         * nnir.el (declare-function): Add compat stub.
1400         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1401         (nnir-run-gmane): Require 'mm-url.
1402
1403         * mm-util.el (mm-string-to-multibyte): Simplify.
1404
1405         * shr.el (declare-function): Add compat stub.
1406         (url-cache-create-filename): Declare.
1407         (mm-disable-multibyte, widget-convert-button): Autoload.
1408
1409         * smime.el (ldap-search): Declare.
1410         (smime-cert-by-ldap-1): Require ldap on Emacs.
1411
1412         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1413         (nnimap-keepalive): Use gnus-float-time.
1414
1415         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1416         (mail-source-delete-crash-box): Use gnus-float-time.
1417
1418         * gnus-dired.el (gnus-completing-read): Autoload.
1419
1420         * mm-view.el (gnus-rescale-image): Autoload.
1421
1422         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1423
1424         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1425
1426         * sieve-manage.el: Require 'cl when compiling.
1427
1428         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1429         (gnus-iswitchb-completing-read): Require iswitchb.
1430         (gnus-select-frame-set-input-focus): Silence compiler.
1431
1432 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * message.el (message-subject-trailing-was-query): Change default to t,
1435         since I think that's what most people want.
1436
1437         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1438         appending for easier debugging.
1439         (nnimap-wait-for-connection): Take a regexp.
1440         (nnimap-request-accept-article): Wait for the continuation line before
1441         sending anything unless we're streaming.
1442
1443         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1444         leave the header washing to take place.
1445
1446 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1447
1448         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1449         regular expression match and replace in posting styles.
1450
1451 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1452
1453         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1454         an entire server.
1455         (nnir-get-active): New function.
1456         (nnir-run-imap): Use it.
1457         (nnir-run-gmane): Who knew, gmane search returns an article score!
1458
1459         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1460         server on the current line with nnir.
1461
1462 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1465         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1466         left edge.
1467         (gnus-article-foldable-buffer): Skip past the prefix when determining
1468         raggedness.
1469
1470         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1471         the raw article, and change `C-u g' to show the article without doing
1472         treatments.
1473
1474         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1475         on to `gnus-treat-article'.
1476         (gnus-inhibit-article-treatments): New variable.
1477
1478         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1479
1480         * gnus-art.el (gnus-treatment-function-alist): Have
1481         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1482         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1483         sections.
1484
1485         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1486         parameter.
1487         (gnus-article-fill-cited-long-lines): New function.
1488         (gnus-article-fill-cited-article): Allow filling only long sections.
1489
1490         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1491         and non-punctuation (like after the apostrophe in "'We").
1492
1493         * gnus-sum.el (gnus-summary-select-article): Make sure
1494         gnus-original-article-buffer is alive.
1495
1496         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1497         reflect the order they're in in the digest.
1498
1499         * gnus.el (gnus-group-startup-message): Move point to the start of the
1500         buffer.
1501
1502         * nnimap.el (nnimap-capability): New function.
1503         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1504         is set.
1505
1506 2010-10-31  David Engster  <dengste@eml.cc>
1507
1508         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1509         conform with changes to gnus-completing-read.
1510
1511 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1514
1515 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1516
1517         * nnir.el: Move defvar, defcustom around to keep file organized
1518         and keep byte-compiler quiet.
1519         (nnir-read-parms): Accept search-engine as arg.
1520         (nnir-run-query): Pass search-engine as arg.
1521         (nnir-search-engine): Remove.
1522
1523 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * shr.el (shr-generic): The text nodes should be text, not :text.
1526
1527         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1528         later in the file.
1529
1530 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1531
1532         * nnir.el: General clean up.  Allow searching with multiple engines.
1533         Allow separate extra-parameters for each engine.
1534         Batch queries when possible.
1535         (nnir-imap-default-search-key,nnir-method-default-engines):
1536         Add customize interface.
1537         (nnir-run-gmane): New engine.
1538         (nnir-engines): Use it.  Qualify all prompts with engine name.
1539         (nnir-search-engine): Remove global variable.
1540         (nnir-run-hyrex): Restore for now.
1541         (nnir-extra-parms,nnir-search-history): New variables.
1542         (gnus-group-make-nnir-group): Use them.
1543         (nnir-group-server): Remove in favor of gnus-group-server.
1544         (nnir-request-group): Avoid searching twice.
1545         (nnir-sort-groups-by-server): New function.
1546
1547 2010-10-30  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus-group.el: Remove gnus-group-fetch-control.
1550
1551         * gnus-start.el (gnus-find-new-newsgroups):
1552         Remove gnus-check-first-time-used.
1553
1554         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1555
1556 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1557
1558         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1559         set on groups that don't have \* permanentflags.
1560
1561 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1564         control the background color.
1565         (shr-tag-img): Ignore very small web bug type images.
1566         (shr-put-image): Add help-echo alt texts to the images.
1567         (shr-tag-video): Show the video poster image.
1568
1569 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * shr.el (shr-table-depth): New variable.
1572         (shr-tag-table-1): Only insert the images after the top-level table.
1573
1574         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1575
1576         * gnus-util.el (gnus-list-memq-of-list): New function.
1577
1578         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1579         selected.
1580         (nnimap-unsplittable-articles): New slot.
1581         (nnimap-new-articles): Use it.
1582
1583 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1584
1585         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1586         move to the previous line on `M-g'.
1587
1588 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1591         *-request-group, which seems unnecessary.
1592
1593         * nnimap.el (nnimap-quote-specials): Function copied over from
1594         imap.el.
1595         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1596         they support that.  Suggested by Tom Regner.
1597
1598 2010-10-29  Julien Danjou  <julien@danjou.info>
1599
1600         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1601         defalias.
1602         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1603
1604         * gnus.el: Remove `gnus-nntp-service' variable.
1605         (gnus-secondary-servers): Make obsolete.
1606         (gnus-nntp-server): Make obsolete.
1607
1608         * gnus-start.el (gnus-1): Remove x-splash calls.
1609
1610         * gnus-ems.el (gnus-x-splash): Remove.
1611
1612         * gnus.el (gnus-group-startup-message): Simplify/update code.
1613
1614         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1615         definition.
1616
1617         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1618         capability before doing anything.
1619         (gnus-group-insert-group-line): Remove useless
1620         gnus-group-remove-excess-properties.
1621
1622 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1625
1626 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1629         config after reselecting.
1630
1631 2010-10-28  Julien Danjou  <julien@danjou.info>
1632
1633         * shr.el (shr-put-image): Use point even if only inserting text.
1634         (shr-put-image): Save excursion when inserting alt text on non-graphic
1635         display, so the behaviour is the same when we are on a graphic display.
1636
1637         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1638
1639 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1642         (gnus-mime-copy-part): Check coding system, not charset.
1643         (gnus-mime-view-part-externally): Never remove part.
1644         (gnus-mime-view-part-internally): Don't remove part here.
1645         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1646         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1647         multipart/alternative.
1648
1649         * mm-decode.el (mm-display-part): Take optional arg `force'.
1650
1651 2010-10-26  Julien Danjou  <julien@danjou.info>
1652
1653         * gnus-group.el (gnus-group-default-list-level): Add this function to
1654         compute the default list level.
1655         (gnus-group-default-list-level): Add possibility to use a function.
1656
1657 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1658
1659         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1660
1661         * gnus-group.el (gnus-group-completing-read)
1662         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1663         gnus-replace-in-string.
1664
1665 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * shr.el (shr-tag-div): Add.
1668
1669         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1670
1671 2010-10-25  Julien Danjou  <julien@danjou.info>
1672
1673         * gnus-util.el: Remove `gnus-with-local-quit'.
1674
1675         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1676
1677 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1680         the original article buffer.
1681
1682 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * nnimap.el (nnimap-request-head): New function.
1685         (nnimap-request-move-article): Try to be slighly faster by not
1686         requesting the entire message when moving.
1687         (nnimap-transform-headers): Don't bug out on bodiless articles.
1688         (nnimap-send-command): Have no outstanding messages if the IMAP server
1689         doesn't support streaming.
1690         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1691
1692 2010-10-24  Julien Danjou  <julien@danjou.info>
1693
1694         * message.el (message-default-headers): Fix type.
1695
1696 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1699         prefetching images.
1700
1701         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1702         backend for unknown groups.  This is mainly useful for nnimap groups.
1703
1704         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1705         group isn't covered by the agent.
1706
1707 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1708
1709         * nnir.el (nnir-method-default-engines): New variable.
1710         (nnir-run-query): Use it.
1711         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1712         (gnus-summary-nnir-goto-thread): Change group if needed.
1713
1714         * gnus-group.el (gnus-group-group-map): Add key binding for
1715         gnus-group-make-nnir-group.
1716
1717 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * shr.el (shr-tag-object): Add.
1720
1721         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1722         original article buffer live.
1723         (gnus-summary-select-article-buffer):
1724         Mention gnus-widen-article-buffer.
1725
1726 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * shr.el (shr-tag-strong): Add.
1729
1730 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1733         group names.  They mess up the group buffer badly.
1734
1735         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1736
1737         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1738         instead of the summary one.
1739
1740 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * mml.el (mml-preview): Work properly when editing article.
1743
1744         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1745         gnus-have-read-active-file if it's already been in.
1746
1747 2010-10-22  Tom Tromey  <tromey@redhat.com>
1748
1749         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1750         gnus-group-completing-read.
1751
1752 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * message.el (message-mode-map): Don't bind M-; to comment region, to
1755         allow the global comment-dwim to work.
1756
1757 2010-10-21  Julien Danjou  <julien@danjou.info>
1758
1759         * message.el (message-setup-1): Allow message-default-headers to be a
1760         function.
1761
1762 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * shr.el (shr-tag-table): Simplify.
1765
1766 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1769         to avoid trying to snarf invalid stuff.
1770
1771         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1772
1773         * gnus.el (gnus-message-archive-group): Quote value.
1774         (gnus-message-archive-group): Mark as changed.
1775
1776         * shr.el (shr-add-font): Don't put the font properties on the newline
1777         or the indentation.
1778
1779         * message.el (message-fix-before-sending): Change options when sending
1780         non-printable characters.
1781
1782         * gnus.el (gnus-message-archive-method): Change the default to
1783         monthly outgoing groups.
1784
1785         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1786         that have gotten new numbers.
1787
1788         * nnimap.el (nnimap-request-replace-article): New function.
1789
1790 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1793         (nnrss-request-article): Don't use special html washing code.
1794
1795 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * shr.el (shr-tag-table): Remove useless nconc.
1798
1799 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-art.el (article-wash-html): Simplify and remove the charset
1802         stuff.  Use the normal html rendering code instead of the special html
1803         washing code.
1804
1805         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1806         `gnus-w3m' symbols.
1807         (mm-text-html-washer-alist): Remove.
1808
1809         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1810         (mm-inline-media-tests): Remove use.
1811         (mm-text-html-renderer): Change default to the `shr' symbol.
1812
1813         * mm-view.el (mm-inline-text-html): Remove use.
1814
1815         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1816         `gnus-blocked-images' to be a function.
1817         (gnus-article-wash-function): Remove.
1818
1819 2010-10-20  Julien Danjou  <julien@danjou.info>
1820
1821         * spam.el (spam-list-of-processors): Mark as obsolete.
1822
1823         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1824         (nnimap-insert-partial-structure): Fix boundary detection.
1825
1826 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1827
1828         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1829         run file-truename on remote files.  This can be expensive and even
1830         prevent one from editing drafts if some unrelated buffer has a stale
1831         connection.
1832
1833 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1836         kinsoku-eol regardless of shr-kinsoku-shorten.
1837         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1838         (shr-tag-table): Support caption, thead, and tfoot.
1839
1840 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1841
1842         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1843         lines.
1844         (shr-save-contents): New command and keystroke.
1845
1846         * nndoc.el (nndoc-type-alist): Add git support.
1847         (nndoc-git-type-p): New function.
1848         (nndoc-transform-git-article): Ditto.
1849         (nndoc-transform-git-headers): Ditto.
1850         (nndoc-transform-git-headers): Generate Subject headers.
1851
1852         * shr.el (shr-parse-style): New function.
1853         (shr-tag-span): Ditto.
1854
1855         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1856         to `G G' to avoid collisions.
1857
1858 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * shr.el: Load kinsoku if necessary.
1861         (shr-kinsoku-shorten): New internal variable.
1862         (shr-find-fill-point): Make kinsoku shorten text line if
1863         shr-kinsoku-shorten is bound to non-nil.
1864         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1865         shr-indentation too when testing if table is wider than frame width.
1866         (shr-insert-table): Use `string-width' instead of `length' to measure
1867         text width.
1868         (shr-insert-table-ruler): Make sure indentation is done at bol.
1869
1870 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1871
1872         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1873         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1874         undecoded network data.
1875
1876 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1879         name in the mode line spec so that the mode line menu works
1880         (bug #2431).
1881
1882         * message.el (message-get-reply-headers): If we're fed `to-address',
1883         then always use that.
1884
1885         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1886         aren't so wide as to need to switch off the edit menu.
1887
1888         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1889         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1890
1891         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1892         `M-g'.
1893         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1894         the permanent marks.
1895
1896 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1897
1898         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1899         Splitting according to references/in-reply-to obeys the ignore-groups
1900         variable, while splitting by sender and subject do not.
1901
1902 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1905         alist, so that we can look for non-Unicode chars.
1906         (article-translate-strings): Allow both character and string maps.
1907
1908 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * shr.el (shr-insert): Don't insert space behind a wide character
1911         categorized as kinsoku-bol, or between characters both categorized as
1912         nospace.
1913
1914 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1915
1916         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1917         headers to gnus-newsgroup-headers.
1918
1919 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (shr-tag-img): Don't align images -- since we're not
1922         rescaling, this often leads to ugly displays.
1923
1924 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1925
1926         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1927         duplicates.
1928
1929 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1930
1931         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1932         call.
1933
1934 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * gnus.el: Autoload gnus-html-show-images.
1937
1938         * nnimap.el: Use nnheader-message throughout.
1939
1940         * shr.el (shr-tag-img): Ignore images with no data.
1941
1942 2010-10-15  Julien Danjou  <julien@danjou.info>
1943
1944         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1945         a possibility to disable format=flow encoding when using hard newlines.
1946
1947 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * shr.el (shr-insert): Remove space inserted before or after a
1950         breakable character or at the beginning or the end of a line.
1951         (shr-find-fill-point): Do kinsoku; find the second best point or give
1952         it up if there's no breakable point.
1953
1954 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * nnimap.el (nnimap-open-connection): Message when opening connection
1957         for debugging purposes.
1958
1959         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1960         on every setup buffer call to allow this to change from article to
1961         article.
1962
1963         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1964         buffers where we have a wide table.
1965
1966 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1967
1968         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1969         uses *-request-thread.
1970
1971 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1974         incantation, which is no longer valid.
1975
1976 2010-10-14  Julien Danjou  <julien@danjou.info>
1977
1978         * shr.el: Fix defcustom type (char -> character).
1979
1980 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1983         programs.
1984
1985 2010-10-14  Julien Danjou  <julien@danjou.info>
1986
1987         * shr.el (shr-tag-a): Use url-link as widget type.
1988
1989         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1990         `gnus-group-get-icon'.
1991
1992 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1995         This should make server editing work better.
1996
1997         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1998
1999         * tls.el (tls-program): Remove spurious %s from openssl.
2000
2001         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2002         (nnimap-parse-flags): Fix regexp.
2003
2004         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2005         probably work for CJVK text, too.
2006
2007         * nnimap.el (nnimap-extend-tls-programs): Remove.
2008         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2009
2010         * tls.el (tls-starttls-switches): Remove starttls hack.
2011         (open-tls-stream): Ditto.
2012         (tls-find-starttls-argument): Ditto.
2013
2014 2010-10-13  Julien Danjou  <julien@danjou.info>
2015
2016         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2017         responses.
2018
2019 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2022
2023         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2024         anything in Emacs.
2025
2026         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2027
2028 2010-10-13  Julien Danjou  <julien@danjou.info>
2029
2030         * shr.el (shr-width): Make shr-width a defcustom with default to
2031         fill-column.
2032         (shr-tag-img): Use shr-width rather than fill-column.
2033
2034 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * dgnushack.el (byte-optimize-apply)
2037         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2038
2039         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2040         position when (X-)Faces exist.
2041         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2042         avatars when called interactively.
2043
2044 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2047         gnus-article-x-face-too-ugly is bound.
2048
2049 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2052
2053         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2054         mailbox that doesn't exist.
2055
2056 2010-10-12  Julien Danjou  <julien@danjou.info>
2057
2058         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2059         (shr-get-image-data): Encode URL properly when fetching from cache.
2060         (shr-tag-img): Use aligned-to spaces to align correctly images.
2061
2062         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2063         before inserting the Gravatar.
2064
2065         * shr.el (shr-tag-img): Add align attribute support for <img>.
2066
2067 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * gnus-gravatar.el (gnus-art): Require.
2070
2071         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2072         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2073         Remove long obsoleted functions.
2074
2075 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2078
2079         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2080
2081         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2082         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2083         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2084         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2085         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2086         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2087         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
2088
2089 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * nnimap.el (nnimap-request-rename-group): Select group read-only
2092         before renaming it.
2093
2094         * shr.el (shr-insert): Fix up the white space only regexp.
2095
2096         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2097         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2098
2099         * shr.el (shr-current-column): New function.
2100         (shr-find-fill-point): New function.
2101
2102 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2103
2104         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2105         numbers.
2106
2107 2010-10-11  Julien Danjou  <julien@danjou.info>
2108
2109         * shr.el (shr-hr-line): Add.
2110         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2111         display hr lines.
2112         (shr-max-columns): Do not change state to nil if we just inserting
2113         spaces.
2114
2115 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2118         select the last group.
2119
2120 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2121
2122         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2123
2124 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2125
2126         * dig.el (dig-mode-map): Declare and define in one step.
2127
2128 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2131         for Gnus.
2132         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2133         (nnimap-update-qresync-info): Mark \Seen articles as read.
2134
2135         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2136         non-variable, too.
2137
2138         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2139         available.
2140         (nnimap-update-info): Rely more on the current active than the param
2141         active to avoid marking articles as read too much.
2142
2143         * auth-source.el (auth-source-create): Use (user-login-name) for the
2144         user name default.
2145
2146         * nnimap.el (nnimap-update-info): If the server doesn't return any
2147         useful info, just use the previous info.
2148         (nnimap-update-info): Prefer old info over start-article.
2149         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2150
2151 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2152
2153         * nnir.el (autoload): Clean up autoloads.
2154         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2155         Use key rather than value.
2156         (nnir-imap-search-other): New variable.
2157         (nnir-read-parm): Use it.
2158         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2159         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2160
2161 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2164         the process, too.
2165
2166 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * spam.el (gnus-summary-mode-map): Bind to "$".
2169         Suggested by Russ Allbery.
2170
2171         * shr.el: Rework the way things are indented by <li> slightly.
2172
2173         * gnus.el (gnus-group-set-parameter): Fix typo.
2174
2175         * nnimap.el: Start implementing QRESYNC support.
2176
2177 2010-10-09  Julien Danjou  <julien@danjou.info>
2178
2179         * nnir.el (nnir-engines): Fix too many arguments.
2180
2181 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2184         group is the "last", so that the backends like nnfolder actually save
2185         their folders.
2186
2187         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2188         try to use that for the tls stream.
2189         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2190         UIDVALIDITY and find out which groups are read-only and not.
2191         (nnimap-get-flags): Use the same marks parsing code as the rest of
2192         nnimap.
2193
2194 2010-10-09  Julien Danjou  <julien@danjou.info>
2195
2196         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2197
2198         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2199         retrieving gravatars.
2200
2201         * shr.el (shr-table-corner): Add.
2202         (shr-table-line): Add.
2203         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2204
2205 2010-10-08  Julien Danjou  <julien@danjou.info>
2206
2207         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2208
2209 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2210
2211         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2212
2213         * gnus-sum.el (gnus-mark-article-as-unread)
2214         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2215         (gnus-summary-set-bookmark): Use it.
2216
2217         * gnus-msg.el (gnus-setup-message): Use it.
2218
2219         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2220
2221         * gnus.el (gnus-group-remove-parameter): Use it.
2222
2223         * gnus-group.el (gnus-group-make-web-group): Use it.
2224
2225         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2226
2227         * nnregistry.el: Update docs to mention manual.
2228
2229         * gnus-registry.el: Update docs to mention nnregistry.el.
2230         (gnus-registry-initialize): Don't install nnregistry refer method
2231         automatically.
2232         (gnus-registry-install-nnregistry): Remove it.
2233
2234 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * shr.el (shr-insert): Don't insert double spaces.
2237
2238 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-gravatar.el (gnus-treat-from-gravatar)
2241         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2242         called interactively.
2243
2244         * gnus-art.el (gnus-mime-view-part-externally)
2245         (gnus-mime-view-part-internally): Make predicate function passed to
2246         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2247         of a mime type.
2248
2249         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2250
2251 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * shr.el (require): Require cl when compiling.
2254         (shr-tag-hr): New function.
2255
2256         * nnimap.el (nnimap-update-info): Remove double setting of high.
2257         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2258         This makes nnimap work properly on Courier again.
2259
2260         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2261         the variable for backwards compatability.
2262
2263         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2264         the file name before using to avoid setting mm-default-directory to
2265         nil.
2266
2267         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2268         bidning gnus-agent variables.
2269
2270         * shr.el (shr-render-td): Use a cache for the table rendering function
2271         to avoid getting an exponential rendering behaviour in nested tables.
2272         (shr-insert): Rework the line-breaking algorithm.
2273         (shr-insert): Don't leave trailing spaces.
2274         (shr-insert-table): Also insert empty TDs.
2275         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2276
2277 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2278
2279         * gnus-sum.el (gnus-number): Rename from `number'.
2280         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2281         (gnus-summary-limit-children): Update uses correspondingly.
2282
2283 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2286         (gnus-gravatar-transform-address): Don't show avatars of people of
2287         which mail addresses match gnus-gravatar-too-ugly.
2288
2289 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * shr.el (shr-table-widths): Expand TD elements to fill available
2292         space.
2293
2294 2010-10-07  Julien Danjou  <julien@danjou.info>
2295
2296         * nnimap.el (nnimap-request-rename-group): Add this method.
2297
2298 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2301         name from XEmacs' function-arglist.
2302
2303         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2304         gravatar under XEmacs.
2305
2306 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * auth-source.el: Update docs with TODO items.
2309
2310         * gnus-sync.el: Update docs to explain state and plans.
2311
2312         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2313         Hooks for mark updates.
2314         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2315
2316         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2317         hooks with arguments, which is needed for mark update hooks.
2318
2319 2010-10-06  Julien Danjou  <julien@danjou.info>
2320
2321         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2322         was matched.
2323
2324         * sieve-manage.el: Update example in `Commentary'.
2325
2326         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2327
2328         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2329         not 2000.
2330         (sieve-manage-authenticate): Re-add function.
2331
2332 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * shr.el (shr-insert): Get 'space transition right.
2335         (shr-render-td): Only delete space at the end of the TD.
2336
2337         * nnimap.el (nnimap-open-connection): Prepare to support
2338         open-gnutls-stream.
2339
2340         * shr.el: Rearrange function order to be more logical.
2341
2342 2010-10-06  Julien Danjou  <julien@danjou.info>
2343
2344         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2345         (nnrss-discover-feed): Remove 404 URL in docstring.
2346
2347         * nnir.el: Fix Swish-E URL.
2348         Fix Namazu URL.
2349
2350         * message.el (message-change-subject): Remove 404 URL in a comment.
2351
2352 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2355         called interactively.
2356
2357         * gnus-util.el (gnus-remove-if): Allow hash table.
2358         (gnus-remove-if-not): New function.
2359
2360         * gnus-art.el (gnus-mime-view-part-as-type)
2361         * gnus-score.el (gnus-summary-score-effect)
2362         * gnus-sum.el (gnus-read-move-group-name):
2363         Replace remove-if-not with gnus-remove-if-not.
2364
2365         * gnus-group.el (gnus-group-completing-read):
2366         Regard collection as a hash table if it is not a list.
2367
2368 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369
2370         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2371
2372         * shr.el: Document the table-rendering algorithm.
2373
2374 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2377         for Emacsen having no `libxml-parse-html-region' support.
2378
2379 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2382         invalid URLs.
2383
2384         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2385         line-broken.
2386         (shr-tag-img): Ignore image fetching errors.
2387         (shr-overlays-in-region): Compute overlay positions correctly.
2388
2389         * mm-decode.el (mm-shr): Require shr.
2390
2391         * gnus-art.el (gnus-blocked-images): Move variable here.
2392
2393         * shr.el (shr-insert-table): Bind free variable.
2394
2395         * mm-decode.el (mm-shr): Bind shr-content-function.
2396
2397         * shr.el (shr-content-function): New variable.
2398
2399         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2400         added for symmetry.
2401
2402         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2403
2404         * gnus-group.el (gnus-group-make-group): Doc fix.
2405
2406         * nnimap.el (nnimap-request-newgroups): Return success.
2407
2408         * shr.el (shr-find-elements): New function.
2409         (shr-tag-table): Put all the images after the table.
2410         (shr-tag-table): Really inhibit images inside the table.
2411         (shr-collect-overlays): Copy over overlays from the TD elements to the
2412         main document.
2413
2414         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2415         gnus-blocked-images.
2416
2417 2010-10-05  Julien Danjou  <julien@danjou.info>
2418
2419         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2420
2421         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2422         (gnus-html-maximum-image-size): Add this function.
2423         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2424
2425         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2426         server-value of the capability is nil.
2427
2428 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * shr.el (shr-tag-em): Add <EM> tag.
2431
2432 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2433
2434         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2435         customizable.
2436
2437         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2438         handing broken links to browse-url.
2439
2440 2010-10-05  Julien Danjou  <julien@danjou.info>
2441
2442         * gnus-util.el (gnus-emacs-completing-read)
2443         (gnus-iswitchb-completing-read): Use autoload rather than require.
2444
2445 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2448         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2449         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2450         iswitchb-temp-buflist for XEmacs.
2451
2452         * gnus-util.el (gnus-completing-read-function): Exclude
2453         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2454         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2455         XEmacs.
2456
2457         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2458         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2459
2460         * gnus-html.el: Don't require help-fns under XEmacs.
2461         (gnus-html-schedule-image-fetching): Work for XEmacs.
2462
2463         * mm-decode.el (mm-shr): Decode contents by charset.
2464
2465 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2468         unknown.
2469
2470         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2471         (shr-get-image-data): Ensure against the cache file missing.
2472
2473         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2474         for data.
2475
2476         * spam-report.el (spam-report-url-ping-plain): Don't query about
2477         killing the process.
2478
2479         * shr.el (shr-render-td): Protect against too-wide text.
2480
2481 2010-10-04  Julien Danjou  <julien@danjou.info>
2482
2483         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2484         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2485
2486         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2487         retrieved.
2488
2489 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * shr.el (browse-url): Require.
2492         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2493         lines.
2494         (shr-show-alt-text, shr-browse-image): New commands.
2495         (shr-browse-url, shr-copy-url): New commands.
2496
2497         * gnus-sum.el (gnus-widen-article-window): New variable.
2498         (gnus-summary-select-article-buffer): Use it.
2499
2500         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2501         without @ signs.
2502
2503 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2504
2505         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2506
2507 2010-10-04  Julien Danjou  <julien@danjou.info>
2508
2509         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2510         for XEmacs.
2511
2512 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2513
2514         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2515
2516         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2517         (nnimap-close-server): Implement.
2518
2519         * dgnushack.el (iswitchb): Require to shut up the compiler.
2520
2521         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2522         (shr-insert): Tweak line breaking.
2523         (shr-insert): Handle <pre> better.
2524         (shr-tag-li): Get <li> indentation right.
2525         (shr-tag-li): Get <li> indentation even righter.
2526         (shr-tag-blockquote): Ensure paragraph start.
2527         (shr-make-table): Tweak table generation.
2528         (shr-make-table): Fix typo.
2529
2530         * shr.el: Implement table rendering.
2531
2532 2010-10-04  Julien Danjou  <julien@danjou.info>
2533
2534         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2535
2536 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * shr.el (shr-insert): Use string anchors instead of line anchors.
2539
2540 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * shr.el: Add headings.
2543         (shr-ensure-paragraph): Actually work.
2544         (shr-tag-li): Make <ul> prettier.
2545         (shr-insert): Get white space at the beginning/end of elements right.
2546         (shr-tag-p): Collapse subsequent <p>s.
2547         (shr-ensure-paragraph): Don't insert double line feeds after blank
2548         lines.
2549         (shr-insert): \t is also space.
2550         (shr-tag-s): Fix "s" tag name function.
2551         (shr-tag-s): Fix face prop name.
2552
2553 2010-10-03  Julien Danjou  <julien@danjou.info>
2554
2555         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2556
2557         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2558         gnus-window-inside-pixel-edges.
2559
2560         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2561         gnus-ems.
2562
2563         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2564
2565         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2566         function.
2567
2568         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2569         resize choice.
2570
2571 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2574         beginning of the buffer.
2575
2576         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2577         article buffer again.
2578
2579         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2580
2581         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2582         when it's at the start of the buffer.
2583
2584         * shr.el (shr-tag-blockquote): Convert name.
2585         (shr-rescale-image): Use the right image-size variant.
2586
2587         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2588         buffer isn't shown, then select the current article first instead of
2589         bugging out.
2590         (gnus-summary-select-article-buffer): Show both the article and summary
2591         buffers again.
2592
2593         * shr.el (shr-fontize-cont): Protect against regions with no text.
2594         Rename tag functions to shr-tag-* for enhanced security.
2595         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2596
2597 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2598
2599         * shr.el (shr-insert):
2600         * pop3.el (pop3-movemail):
2601         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2602         loaded.
2603
2604 2010-10-03  Glenn Morris  <rgm@gnu.org>
2605
2606         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2607
2608         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2609
2610         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2611
2612         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2613
2614         * gnus-util.el (gnus-make-local-hook): Simplify.
2615
2616 2010-10-02  Julien Danjou  <julien@danjou.info>
2617
2618         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2619         (gnus-ido-completing-read): New function.
2620         (gnus-emacs-completing-read): New function.
2621         (gnus-completing-read): Use gnus-completing-read-function.
2622         Add gnus-completing-read-function.
2623
2624 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * shr.el (shr-insert-document): Autoload.
2627         (shr-img): Be silent.
2628         (shr-insert): Add a newline after every picture before text.
2629         (shr-add-font): Use overlays for combining faces.
2630         (shr-insert): Pass upwards the text start point.
2631
2632         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2633         possible.
2634         (mm-shr): New function.
2635
2636 2010-10-02  Julien Danjou  <julien@danjou.info>
2637
2638         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2639         should go backward.
2640
2641 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2642
2643         * shr.el (shr): Fix typo in provide call.
2644
2645 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * shr.el: New file.
2648
2649         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2650
2651         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2652         completing read.
2653
2654 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2655
2656         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2657         we're being queried about.  Suggested by Dan Jacobson.
2658
2659         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2660         Suggested by Jason Eisner.
2661
2662         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2663         table, too.  Suggested by Stefan Wiens.
2664         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2665         the table unnecessary.  Suggested by Stefan Wiens.
2666
2667         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2668         longer needed, and probably doesn't work either, as pointed out by
2669         Stefan Wiens.
2670         (gnus-summary-exit): Remove call to the clearing function.
2671         (gnus-summary-exit-no-update): Ditto.
2672
2673         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2674         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2675         Reported by Stefan Monnier.
2676         (gnus-summary-save-in-rmail): Ditto.
2677
2678         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2679         article buffer, instead of both the article buffer and the summary
2680         buffer.  Sort of suggested by Dan Jacobson.
2681
2682         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2683
2684         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2685         Suggested by Dan Jacobson.
2686
2687         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2688         documentation clearer.
2689
2690         * message.el (message-shorten-references): Comment on the number "21".
2691         Suggested by Stefan Monnier.
2692
2693         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2694         Suggested by Dan Jacobson.
2695
2696         * gnus.el (gnus-large-newsgroup):
2697         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2698
2699         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2700         externalize attachments.  Bug reported by Steve Wen.
2701
2702         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2703         really message anything to the user.
2704
2705         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2706         directly.
2707
2708         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2709         messages in empty groups.
2710
2711 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2712
2713         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2714         non-UIDNEXT group.
2715
2716 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2719         not the value from the collection.
2720
2721         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2722         values.  This sometimes happens on some groups that have no info.
2723         (nnimap-request-newgroups): New function.
2724
2725 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2726
2727         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2728         check into `gnus-registry-initialize'.
2729         (gnus-registry-initialize): Ditto.
2730         Fix and extend header docs.
2731
2732 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2733
2734         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2735         regexp backtrace overflows.
2736
2737         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2738         for starttls that tls.el implements; i.e. openssl.
2739
2740         * tls.el (tls-starttls-switches): Give up on using starttls with
2741         gnutls-cli.
2742         (tls-program): Add --insecure to be consistent with the defaults from
2743         openssl s_client.  Now all three commands are insecure.
2744
2745 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * lpath.el: Bind completion-styles-alist for XEmacs.
2748
2749         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2750         (gravatar-create-image): New function that's an alias to
2751         gnus-xmas-create-image, gnus-create-image, or create-image.
2752         (gravatar-data->image): Use it.
2753
2754 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2757         install the nnregistry refer method.
2758         (gnus-registry-install-hooks): Use it.
2759         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2760         unfollowed groups.
2761
2762 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2763
2764         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2765         expanding threads.
2766
2767 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * nnir.el: Use the server names without suffixes (bug #7009).
2770
2771         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2772         unencrypted to STARTTLS, if possible.
2773
2774 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2775
2776         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2777         headers before superseding.
2778
2779 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2780
2781         * nnrss.el (nnrss-use-local): Add documentation.
2782
2783         * nnimap.el (nnimap-extend-tls-programs): New function.
2784         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2785         (nnimap-wait-for-connection): Accept the greeting from the stupid
2786         output from openssl s_client -starttls, too.
2787
2788         * tls.el (tls-starttls-switches): New variable.
2789         (tls-find-starttls-argument): Use it.
2790         (open-tls-stream): Ditto.
2791
2792         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2793         (netrc-machine): Ditto.
2794
2795         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2796         article number.
2797         (nnimap-split-fancy): New variable.
2798         (nnimap-split-incoming-mail): Use it.
2799
2800         * nntp.el (nntp-server-list-active-group): Document.
2801
2802         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2803         SELECT to get the message-id.
2804
2805         * mail-source.el (mail-sources): Remove webmail support.
2806         (defvar): Ditto.
2807         (mail-source-fetcher-alist): Ditto.
2808         (mail-source-fetch-webmail): Remove.
2809
2810         * webmail.el: Remove -- doesn't seem relevant any more.
2811
2812         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2813
2814         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2815         the \r.
2816
2817 2010-09-30  Julien Danjou  <julien@danjou.info>
2818
2819         * gnus-agent.el (gnus-agent-add-group): Fix call to
2820         gnus-completing-read.
2821
2822 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2823
2824         * nndoc.el (nndoc-retrieve-groups): New function.
2825
2826         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2827         `default', use nnmail-split-methods.
2828         (nnimap-request-article): Downcase the NILs so that they are nil.
2829
2830         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2831         symbol.
2832
2833         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2834         code, since if the user has requested network, that's what they ought
2835         to get.
2836         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2837         (nnimap-split-rule): Mark as obsolete.
2838
2839         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2840         New variable.
2841
2842         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2843         correct slot, too.
2844
2845 2010-09-29  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus.el (gnus-local-domain): Declare variable obsolete.
2848
2849         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2850         Fix history computing.
2851         (gnus-ido-completing-read): Require ido.
2852
2853 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2856         build Gnus.
2857
2858         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2859         when interpreting the structures.
2860         (nnimap-request-accept-article): Add \r\n to the lines to make this
2861         work with Cyrus.
2862
2863         * nndraft.el (nndraft-request-expire-articles): Use the group name
2864         instead if "nndraft".  Fix found by Nils Ackermann.
2865
2866 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2867
2868         * nnregistry.el: Add.
2869
2870 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * nnmail.el (group, group-art-list, group-art):
2873         Remove unneeded directives.
2874
2875 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2878         (mm-mime-charset)
2879         * rfc2047.el (rfc2047-syntax-table)
2880         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2881
2882         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2883         rather than `insert-file-contents' and `eval-region'.
2884
2885         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2886         construction.
2887
2888         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2889
2890         * time-date.el: No need to require cl for Emacs 21.
2891
2892 2010-09-29  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2895         replacement of `gnus-gravatar-relief' to mimic
2896         `gnus-faces-properties-alist'.
2897         Add :version property.
2898
2899 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * mail-source.el (mail-source-report-new-mail)
2902         * message.el (message-default-mail-headers)
2903         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2904
2905         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2906
2907 2010-09-28  Julien Danjou  <julien@danjou.info>
2908
2909         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2910         mail-address contains the same string as real-name.
2911
2912         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2913         non-blank in header, otherwise it'll get stripped.
2914
2915         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2916         real-name, and then for mail address rather than doing : or , search.
2917
2918 2010-09-27  Julien Danjou  <julien@danjou.info>
2919
2920         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2921         right completing-read function.
2922         (gnus-use-ido): New variable
2923         (gnus-completing-read-with-default): Remove.
2924         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2925         (gnus-agent-add-group):
2926         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2927         * mm-view.el (mm-view-pkcs7-decrypt):
2928         * mm-util.el (mm-codepage-setup):
2929         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2930         * mml-smime.el (mml-smime-openssl-sign-query):
2931         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2932         (mml-insert-multipart):
2933         * gnus-msg.el (gnus-summary-yank-message):
2934         * gnus-int.el (gnus-start-news-server):
2935         * mm-decode.el (mm-interactively-view-part):
2936         * gnus-dired.el (gnus-dired-attach):
2937         * gnus.el (gnus-read-method):
2938         * gnus-bookmark.el (gnus-bookmark-jump):
2939         * gnus-art.el (gnus-mime-view-part-as-type)
2940         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2941         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2942         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2943         * nnmairix.el (nnmairix-create-server-and-default-group)
2944         (nnmairix-update-groups, nnmairix-get-server)
2945         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2946         (nnmairix-get-group-from-file-path):
2947         * nnrss.el (nnrss-find-rss-via-syndic8):
2948         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2949         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2950         (gnus-group-browse-foreign-server):
2951         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2952         (gnus-summary-execute-command, gnus-summary-respool-article)
2953         (gnus-read-move-group-name):
2954         * gnus-score.el (gnus-summary-increase-score)
2955         (gnus-summary-score-effect):
2956         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2957
2958 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2961         x-focus-frame.
2962
2963         * nnimap.el (auth-source-forget-user-or-password)
2964         (auth-source-user-or-password): Autoload.
2965
2966         * message.el (message-from-style, message-interactive)
2967         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2968         (message-yank-prefix, message-indentation-spaces, message-signature)
2969         (message-signature-file): Add comment.
2970
2971 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2974         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2975         new articles.
2976
2977         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2978         parts.
2979         (nnimap-request-article): Work with the t setting, too.
2980
2981         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2982         that you don't get flashes of other buffers.
2983         (gnus-summary-show-complete-article): Intern before setting.
2984
2985 2010-09-27  David Engster  <dengste@eml.cc>
2986
2987         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2988         well as HEADERS.
2989         (nnmairix-retrieve-headers): Provide new argument for the above.
2990
2991 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-sum.el (gnus-summary-move-article): Don't alter
2994         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2995         group.
2996
2997         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2998
2999         * message.el (message-cite-prefix-regexp): Revert my last edit.
3000
3001         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3002         variable instead of the Gnus variable.
3003
3004         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3005
3006         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3007
3008         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3009         since some servers don't like it.
3010         (nnimap-open-connection): Forget credentials if the server says the
3011         password was wrong.
3012         (nnimap-parse-line): Protect against invalid data.
3013
3014         * gnus-sum.el (gnus-summary-move-article): Add comment.
3015         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3016         nothing alters it while scanning for new messages.
3017
3018         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3019         which may or may not help.
3020         (nnimap-open-connection): If we're doing a stream connection, and then
3021         discover we're on a STARTTLS-capable server, then open a STARTTLS
3022         connection instead.
3023
3024 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3025
3026         * nnimap.el (utf7): Require.
3027
3028         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3029         prefix.
3030
3031 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3032
3033         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3034
3035 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036
3037         * nnimap.el (nnimap-request-accept-article): Message the error on
3038         error.
3039
3040 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3043
3044 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * nndoc.el (nndoc-request-list): Return success always.
3047
3048         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3049         `fetch-old' -- we only want to fetch the articles we've requested.
3050         The rest are in the agent, probably.
3051         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3052         disappeared server" to something low.  It's not important.
3053
3054         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3055         arrived before the FETCH data.
3056
3057         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3058         target here, because we don't know the Gnus name of the group.
3059
3060         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3061         for the correct group.
3062
3063         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3064
3065         * gnus.el (gnus): Give a final warning after startup.
3066
3067         * gnus-util.el (gnus-action-message-log): New variable.
3068         (gnus-message): Use it.
3069         (gnus-final-warning): New function.
3070
3071         * nnimap.el (nnimap-open-connection): Record the greeting.
3072         (nnimap): Add greeting.
3073
3074 2010-09-26  Julien Danjou  <julien@danjou.info>
3075
3076         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3077         arguments.
3078         (gnus-html-wash-images): Fix spec computing to include start/end.
3079
3080         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3081
3082 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3085         deletion.
3086         (nnimap-retrieve-headers): Don't select the group, because that's
3087         already done by nnimap-possibly-change-group.
3088
3089         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3090         (gnus-picon-transform-address): Use it.
3091
3092         * mail-source.el (mail-source-value): Revert previous patch.
3093
3094         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3095         on failure.
3096         (nnimap-open-connection): Look up both virtual and physical server name
3097         credentials.
3098
3099         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3100
3101 2009-02-07  Dave Love  <fx@gnu.org>
3102
3103         * tls.el (open-tls-stream): Don't query killing process.
3104
3105 2009-02-08  Dave Love  <fx@gnu.org>
3106
3107         * gnus-win.el (gnus-window-to-buffer-helper)
3108         (gnus-all-windows-visible-p): Function needn't be a symbol.
3109
3110         * mail-source.el (mail-source-value): Function needn't be a symbol.
3111
3112 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * message.el (message-cite-prefix-regexp): Remove } from the cite
3115         prefix.
3116
3117         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3118         highlight again, so that the highlight is correct.
3119
3120         * gnus-picon.el (gnus-picon): Remove again.
3121         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3122
3123         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3124         doing the header highlightling, so that the background colour of the
3125         picon is correct.
3126
3127         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3128         (gnus-picon): Ditto.
3129         (gnus-picon): Reinstate.  The background colour for picons is white.
3130         (gnus-picon-insert-glyph): Make the background white.
3131
3132         * nnml.el (nnml-open-nov): Don't return dead buffers.
3133
3134         * auth-source.el (auth-source-create): Query the user for whether to
3135         store the credentials.
3136
3137         * netrc.el (netrc-store-data): New function.
3138
3139         * auth-source.el (auth-source-user-or-password): Use the existing auth
3140         sources, if any, for creation.
3141
3142         * gnus.el (gnus-group-fast-parameter): Return the last matching
3143         parameter instead of the first matching parameter.
3144
3145 2010-09-26  Julien Danjou  <julien@danjou.info>
3146
3147         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3148
3149 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * mml2015.el (mml2015-use): Remove gpg support.
3152
3153         * mml1991.el (mml1991-function-alist): Remove gpg function.
3154         (mml1991-gpg-sign): Remove.
3155
3156 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3157
3158         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3159         (gnus-browse-unsubscribe-current-group): Document it.
3160         (gnus-browse-unsubscribe-group): Use it.
3161
3162 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3165         address to the To list for easier response.
3166
3167         * gnus.el (gnus-play-startup-jingle): Remove.
3168         (gnus-splash): Don't play jingle.
3169         (gnus): Silence gnus-load message.
3170
3171         * gnus-art.el (gnus-treat-play-sounds): Remove.
3172
3173         * gnus.el (gnus-play-jingle): Remove audio support.
3174
3175         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3176
3177         * earcon.el: Remove -- no users.
3178
3179         * gnus-audio.el: Remove -- no users of this package.
3180
3181         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3182
3183         * gnus-start.el (gnus-setup-news): Remove nocem support.
3184
3185         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3186
3187         * gnus.el (gnus-use-nocem): Remove.
3188
3189         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3190         Remove.
3191
3192         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3193         uses NoCeM any more.
3194
3195         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3196         (gnus-button-ctan-handler): Ditto.
3197         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3198         (gnus-button-ctan-directory-regexp): Ditto.
3199         (gnus-button-handle-ctan): Ditto.
3200         (gnus-button-tex-level): Ditto.
3201         (gnus-button-alist): Remove CTAN stuff.
3202
3203 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3204
3205         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3206         nnimap-streaming test.
3207
3208         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3209         servers twice.
3210
3211         * nnimap.el (nnimap-open-connection): Add more error reporting when
3212         nnimap fails early.
3213
3214         * nnheader.el (nnheader-get-report-string): New function.
3215         (nnheader-get-report): Use it.
3216
3217         * gnus-int.el (gnus-check-server): Say what the error was when opening
3218         failed.
3219
3220         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3221         using streaming.
3222
3223 2010-09-25  Julien Danjou  <julien@danjou.info>
3224
3225         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3226         gnus-window-inside-pixel-edges.
3227
3228 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3231
3232         * mm-decode.el (mm-save-part): Allow saving to other directories the
3233         normal Emacs way.
3234
3235         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3236         Suggested by Jay Berkenbilt.
3237
3238         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3239         there isn't a single byte.
3240
3241         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3242         just do it.  It doesn't really seem to matter what the user responds
3243         here, I think, so it's just a confusing question.
3244
3245         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3246         non-streaming case.
3247
3248         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3249         (gnus-article-encrypt-body): Use it.
3250
3251         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3252         keystroke.
3253
3254         * nnimap.el (nnimap-find-wanted-parts-1):
3255         Use gnus-fetch-partial-articles.
3256
3257         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3258
3259         * nnimap.el (nnimap-insert-partial-structure): New function.
3260         (nnimap-get-partial-article): New function.
3261         (nnimap-request-article): Use it.
3262         (nnimap-wait-for-response): Return whether the wait was successful.
3263         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3264         retrieval wasn't successful.
3265         (nnimap-retrieve-group-data-early): Allow throttling servers.
3266         (nnimap-streaming): New variable.
3267         (nnimap-fetch-partial-articles): Remove.
3268
3269         * mm-decode.el (mm-with-part): Protect against killed buffers.
3270
3271         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3272         for prettier summary display.
3273
3274 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3275
3276         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3277
3278 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3281         apparently third-party libraries depend on it.
3282
3283         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3284         before starting negotiation.
3285
3286         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3287         privacy reasons.
3288         (gnus-treat-mail-gravatar): Ditto.
3289
3290         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3291         buffer when inserting images.  Inserting text into the headers, for
3292         instance, can make them invalid.
3293
3294 2010-09-25  Julien Danjou  <julien@danjou.info>
3295
3296         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3297         variables.
3298
3299         * nnheader.el: Remove useless variables news-reply-yank-from and
3300         news-reply-yank-message-id.
3301
3302         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3303         variables.
3304
3305         * mml1991.el: Remove useless mml1991-verbose.
3306
3307         * gnus.el: Remove useless variable gnus-use-generic-from.
3308         Remove obsolete variable gnus-topic-indentation.
3309
3310         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3311
3312         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3313
3314         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3315
3316         * gnus-group.el: Remove useless gnus-group-icon-cache.
3317         Remove useless gnus-ephemeral-group-server.
3318
3319         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3320
3321         * mml2015.el: Remove useless mml2015-verbose.
3322
3323         * mml-smime.el: Remove useless mml-smime-verbose.
3324
3325         * gnus.el: Remove useless gnus-local-domain.
3326
3327         * gnus-gravatar.el (gnus-gravatar-transform-address):
3328         Use gnus-gravatar-size.
3329
3330         * gnus-art.el: Remove useless gnus-treat-translate.
3331
3332 2010-09-24  Julien Danjou  <julien@danjou.info>
3333
3334         * gnus-sum.el: Add support for Gravatars.
3335
3336         * gnus-art.el: Add support for Gravatars.
3337
3338         * gnus-gravatar.el: Add this file.
3339
3340         * gravatar.el: Add this file.
3341
3342 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3345
3346         * gnus-group.el (gnus-group-fetch-faq): Remove.
3347
3348         * gnus.el (gnus-group-faq-directory): Remove.
3349
3350         * gnus-group.el (gnus-group-fetch-charter): Remove.
3351
3352         * gnus.el (gnus-group-charter-alist): Remove.
3353
3354         * gnus-group.el (gnus-group-archive-directory): Remove.
3355         (gnus-group-recent-archive-directory): Ditto.
3356         (gnus-group-make-archive-group): Remove.
3357
3358         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3359
3360         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3361         use the same article number for all the cached articles.
3362
3363         * nnimap.el (nnimap-command): Register the last command time so
3364         that we can use it for idling NOOPs.
3365         (nnimap-open-connection): Start the keeplive timer.
3366         (nnimap-make-process-buffer): Store all the process buffers.
3367         (nnimap-keepalive): New function.
3368
3369         * starttls.el (starttls-open-stream): Add autoload cookie.
3370
3371 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3372
3373         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3374         handling.
3375
3376 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3379         its data structures.
3380
3381         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3382         instead of the cl.el copy-list.
3383         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3384         equalp.
3385
3386 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3389         and tool-bar-local-item-from-menu.
3390
3391         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3392         mode-line-highlight face for Emacs.
3393
3394         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3395         loading gnus-sum.elc; fix comment for canlock-verify.
3396         (gnus-article-jump-to-part): Use read-number.
3397         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3398         Remove Emacs pre-21 compatible code for help-echo.
3399         (gnus-article-next-page-1): No need to adjust the number of lines.
3400         (gnus-article-describe-bindings): Always use help-buffer.
3401
3402         * gnus-audio.el (gnus-audio-inline-sound)
3403         * gnus-cus.el (gnus-custom-mode)
3404         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3405
3406         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3407
3408         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3409         compatible code.
3410
3411 2010-09-24  Glenn Morris  <rgm@gnu.org>
3412
3413         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3414         visiting the fcc file in rmail-mode.
3415
3416         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3417
3418 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * nnir.el: Silence the byte compiler.
3421
3422         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3423         alias to browse-url-url-encode-chars if any.
3424         (gnus-html-encode-url): Use it.
3425
3426 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-start.el (gnus-use-backend-marks): New variable.
3429         (gnus-get-unread-articles-in-group): Use it.
3430
3431         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3432         makeover.
3433
3434 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3435
3436         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3437
3438 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3441         Remove.
3442         (gnus-setup-news-hook):
3443         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3444
3445         * gnus-int.el (gnus-request-update-info): Protect against backends not
3446         having the function.
3447
3448         * nnimap.el (nnimap-stream): Mention starttls.
3449         (nnimap-open-connection): Add starttls support.
3450
3451 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3452
3453         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3454
3455 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3458         BODYSTRUCTUREs.
3459         (nnimap-transform-headers): Unfold quoted {42} headers.
3460
3461         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3462         the info.
3463         (gnus-get-unread-articles): Only call updatep on backends that support
3464         it.
3465
3466         * nnweb.el (nnweb-request-update-info): NOOP.
3467
3468         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3469
3470         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3471         since it only deals with marks.
3472
3473         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3474         gnus-request-marks, and make a new gnus-request-update-info.
3475
3476         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3477         the active instead of the high number, which is usually too low.
3478
3479 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3480
3481         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3482         * encrypt.el: Remove.
3483
3484 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3487         server in symbolic form.
3488
3489         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3490
3491 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3494         (nnimap-update-info): Fix up code slightly.
3495
3496         * gnus-int.el (gnus-open-server): Add tracing for performance
3497         debugging.
3498
3499         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3500         (gnus-group-insert-group-line): Pass the real group name so that it
3501         gets the right data.
3502
3503         * gnus-start.el (gnus-get-unread-articles): Don't have
3504         `gnus-get-unread-articles-in-group' update info, since that can be
3505         really slow and doesn't seem to be needed?
3506
3507 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3508
3509         * time-date.el (date-to-time): Try using parse-time-string first before
3510         using the slower timezone-make-date-arpa-standard.
3511
3512 2010-09-22  Julien Danjou  <julien@danjou.info>
3513
3514         * gnus-group.el (gnus-group-insert-group-line):
3515         Call gnus-group-highlight-line.
3516         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3517         default hook list.
3518         (gnus-group-update-eval-form): Add new function.
3519         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3520         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3521
3522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3525         immediate, then expire all articles.
3526         (nnimap-update-info): Fix off-by-one errors.
3527         (nnimap-flags-to-marks): Would return no marks lists for group with no
3528         flags.  Instead return the other data.
3529
3530 2010-09-22  Julien Danjou  <julien@danjou.info>
3531
3532         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3533         Only return an icon.
3534         (gnus-group-insert-group-line): Compute icon to return.
3535
3536         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3537         (gnus-html-image-fetched): Only cache if
3538         gnus-html-image-automatic-caching is set.
3539         (gnus-html-image-fetched): Check for errors.
3540
3541 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3542
3543         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3544         once per method on `g'.  This ensures that backends like nnfolder don't
3545         open all their folders.
3546
3547         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3548         (nnimap-request-list): Nix out group in the correct buffer.
3549         (nnimap-parse-flags): Implement by using `read' instead of
3550         hand-parsing.
3551         (nnimap-flags-to-marks): Pass on permanent-flags.
3552         (nnimap-make-process-buffer): Record the server name.
3553         (nnimap-parse-flags): Fix typo.
3554         (nnimap-request-scan): Run split on the server in general, not just a
3555         single group.
3556
3557         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3558         parameter, and propagate this downwards.
3559
3560         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3561         since EXAMINE changes it on the server.
3562
3563         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3564         this command might take a while.
3565
3566 2010-09-22  Julien Danjou  <julien@danjou.info>
3567
3568         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3569         harmful if you have 2 images side-by-side, they can't be properly
3570         update on text deletion.  Using text-property is safer here.
3571         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3572         data.
3573
3574 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * nnimap.el (nnimap-expunge-inbox): Remove.
3577         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3578         (nnimap-expunge): Flip default to t.
3579
3580         * gnus.el (gnus-method-to-server): Don't push things to the cache
3581         unless it's unique.
3582         (gnus-server-to-method): Ditto.
3583
3584 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3585
3586         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3587
3588 2010-09-22  Julien Danjou  <julien@danjou.info>
3589
3590         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3591         get the start of data.
3592         (gnus-html-encode-url): Add this function to encode special chars in
3593         URL.
3594         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3595         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3596
3597         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3598         default.
3599         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3600
3601         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3602         images alt-text.
3603         (gnus-html-put-image): Put alt-text as help-echo.
3604
3605 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3608         * mm-util.el (mm-decompress-buffer)
3609         * nnir.el (nnir-run-find-grep)
3610         * pop3.el (pop3-list): Use 3rd arg of split-string.
3611
3612         * time-date.el (format-seconds): Comment fix.
3613
3614         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3615         and byte-optimize-form-code-walker.
3616         (dgnushack-make-auto-load): Don't advise make-autoload.
3617
3618         * lpath.el: Remove Emacs 21 stuff.
3619
3620 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3621
3622         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3623         outside the active range.  Suggested by Dan Christensen.
3624
3625         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3626         slightly later to avoid double-getting it.
3627
3628         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3629         previous patch.
3630
3631         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3632
3633 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3634
3635         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3636
3637 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-int.el (gnus-open-server): Give a better error message in the
3640         "go offline" case.
3641
3642         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3643         marks for nnimap, which is seldom the right thing to do.
3644
3645         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3646         (gnus-same-method-different-name): New function.
3647
3648         * nnimap.el (parse-time): Require.
3649
3650         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3651         method in the presence of many similar methods.
3652
3653         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3654
3655         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3656         nnml-inhibit-expiry.
3657
3658         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3659         find out whether methods are equal.
3660
3661         * nnimap.el (nnimap-find-expired-articles): New function.
3662         (nnimap-process-expiry-targets): New function.
3663         (nnimap-request-move-article): Request the article before looking at
3664         what the Message-ID is.  Fix found by Andrew Cohen.
3665         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3666
3667         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3668         for oldness in addition to being a predicate.
3669
3670         * nnimap.el (nnimap-request-group): When we have zero articles, return
3671         the right data to Gnus.
3672         (nnimap-request-expire-articles): Only delete articles immediately if
3673         the target is 'delete.
3674
3675         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3676         method, this would bug out.
3677
3678         * gnus-group.el (gnus-group-expunge-group): Rename from
3679         gnus-group-nnimap-expunge, and implemented as a normal interface
3680         function.
3681
3682         * gnus-int.el (gnus-request-expunge-group): New function.
3683
3684         * nnimap.el (nnimap-request-create-group): Implement.
3685         (nnimap-request-expunge-group): New function.
3686
3687 2010-09-21  Julien Danjou  <julien@danjou.info>
3688
3689         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3690         (gnus-html-cache-expired): Add new function.
3691         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3692         wethever we should display image for fetch it.
3693         Compute alt-text earlier to pass it to the fetching function too.
3694         (gnus-html-schedule-image-fetching): Change function argument to only
3695         get one image at a time, not a list.
3696         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3697         cache.
3698         (gnus-html-get-image-data): New function to retrieve image data from
3699         cache.
3700         (gnus-html-put-image): Change buffer argument to use image data rather
3701         than file, and place image above region rather than inserting a new
3702         one.  Do not take alt-text as argument, since it's useless now: we place
3703         the image above alt-text.
3704         (gnus-html-prune-cache): Remove.
3705         (gnus-html-show-images): Start to fetch image when we find one, do not
3706         push into a temporary list.
3707         (gnus-html-prefetch-images): Only fetch image if they have expired.
3708         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3709         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3710
3711 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3714
3715 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3718         spec inser "*" if the group isn't active instead of 0.
3719
3720         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3721         opening the server.
3722         (nnimap-request-delete-group): Implement group deletion.
3723         (nnimap-transform-headers): Return the size of the entire message in
3724         the Bytes header, not just the size of the first part.
3725         (nnimap-request-move-article): When moving an article from nnimap,
3726         request the article first so the accepting form has an article to
3727         accept.  Reported by Dan Christensen.
3728         (nnimap-command): Make sure that the error message doesn't error out.
3729
3730 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3731
3732         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3733         we haven't requested anything.
3734
3735 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3738         "".  Fix found by Andrew Cohen.
3739
3740         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3741         instead of -encode-string.
3742
3743 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3746
3747         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3748         by mm-subst-char-in-string.
3749
3750 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3753         waiting for the connection string.
3754
3755         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3756         arriving.
3757
3758         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3759         bogus characters.  This allows selecting certain Gmail groups.
3760
3761         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3762         (nnimap-fetch-partial-articles): New variable.
3763         (nnimap-open-connection): When looking for credentials, also use the
3764         nnimap-server-port.
3765         (nnimap-request-article): Return the group/article number, so that Gnus
3766         `^' works as expected.
3767         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3768
3769         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3770         comments.
3771         (gnus-methods-sloppily-equal): New function.
3772         (gnus): When using the development version of Gnus, load the gnus-load
3773         file.
3774
3775         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3776         `gnus-open-server' on each method before trying to scan them etc.
3777         This ensures that all the backend parameters are set correctly.
3778
3779         * nnimap.el (nnimap-authenticator): New variable.
3780         (nnimap-open-connection): Allow anonymous login.
3781         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3782         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3783
3784         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3785         patch, found by Knut Anders Hatlen.
3786
3787 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3788
3789         * gnus-agent.el (gnus-agent-batch-confirmation)
3790         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3791         to gnus-message.
3792         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3793         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3794         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3795         * gnus-int.el (gnus-open-server): Likewise.
3796         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3797         (gnus-score-check-syntax): Likewise.
3798         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3799         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3800         Likewise.
3801         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3802
3803 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3806         calling conventions so that prefetch doesn't bug out.
3807
3808 2010-09-19  Julien Danjou  <julien@danjou.info>
3809
3810         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3811         rather than `subst-char-in-region' in order to be able to replace ASCII
3812         char by UTF-8 ones.
3813
3814         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3815         than curl.
3816         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3817         the right URL and ALT text on images.
3818         (gnus-html-wash-tags): Fix tag case.
3819         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3820         (gnus-article-html): Add -o display_ins_del=2 option.
3821         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3822
3823 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824
3825         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3826         the extra mail headers, which sometimes seem to happen for unknown
3827         reasons.
3828
3829         * mail-parse.el (mail-header-encode-parameter): Define as
3830         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3831         (or most, perhaps?) mail readers don't understand the latter, but do
3832         understand the former.
3833
3834         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3835         to nil, so that no methods are automatically agentized.  I think this
3836         is probably what most users want.
3837
3838         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3839         from url-retrieve, for instance about invalid URLs.
3840
3841         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3842         groups that have no articles.
3843         (nnimap-request-article): Check that we really got an article when we
3844         requested one.
3845
3846         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3847         doesn't exist.
3848
3849         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3850         nntp buffer so the agent can save it.
3851         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3852         that CRLF doesn't get translated to \n.
3853         (nnimap-open-connection): Don't make 'shell commands only send \n.
3854
3855 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3856
3857         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3858         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3859         Update var name.
3860         (nnml-generate-nov-file): Use dolist.
3861         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3862         Use with-current-buffer.
3863
3864 2010-09-18  Julien Danjou  <julien@danjou.info>
3865
3866         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3867         parallel.
3868
3869 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3870
3871         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3872         the range update right.
3873         (nnimap-request-group): Don't make `M-g' bug out on group with no
3874         marks.
3875         (nnoo): Require, so that other packages can require nnimap.
3876         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3877         command we're looking for.  This helps when the server sends more
3878         responses after we've gotten everything we expected.
3879         (nnimap): Add a `newlinep' field to keep track of end-of-line
3880         conventions.
3881         Don't send CRLF to things that don't want it.
3882         (nnimap-request-accept-article): Ditto.
3883
3884 2010-09-18  Julien Danjou  <julien@danjou.info>
3885
3886         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3887         than curl to retrieve images.
3888
3889 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3892         the marks.
3893         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3894         (nnimap-wait-for-connection): New function.
3895         (nnimap-open-connection): If we have PREAUTH, don't query for login
3896         credentials.
3897         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3898         when doing a partial update.
3899
3900 2010-09-18  Julien Danjou  <julien@danjou.info>
3901
3902         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3903         tags.
3904
3905 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * nnimap.el (nnimap-credentials): New function.
3908         (nnimap-open-connection): Use the new function to look for credentials
3909         also on the numeric equivalents of "imap" and "imaps".
3910
3911         * gnus-start.el (gnus-activate-group): Send the info to
3912         gnus-request-group.
3913
3914         * nnimap.el (nnimap-request-group): Have the "check" version of the
3915         function parse flags and update the info, so that a `M-g' get a total
3916         resync of all flags from the group.
3917
3918         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3919         to allow backends to alter the info on group selection.  Also alter all
3920         the backend -request-group functions to take the parameter.
3921
3922         * nnimap.el (nnimap-store-info): New function.
3923         (nnimap-update-info): Store the info for later usage.
3924         (nnimap-request-group): Use the stored info for the dont-check case, so
3925         that we don't retrieve all marks when we enter a group.
3926
3927         * nnimap.el: Use deffoo instead of defun for interface functions.
3928
3929         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3930         update the group info.  This makes the nndraft groups, for instance, go
3931         back to their old behaviour.
3932
3933         * gnus-sum.el (gnus-select-newsgroup): Indent.
3934
3935         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3936         in.
3937         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3938         nothing.
3939
3940         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3941         from methods that are denied.
3942
3943         * gnus-int.el (gnus-method-denied-p): New function.
3944
3945         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3946         store the password instead of netrc.
3947         (nnimap-open-connection): Don't error out when we can't make a
3948         connections.
3949
3950         * auth-source.el (auth-source-create): In the password prompt, say what
3951         we're querying for.  Also prompt for user name if that hasn't been
3952         given.
3953
3954         * nnimap.el (nnimap-with-process-buffer): Remove.
3955
3956 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3957
3958         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3959         method when we're reading from the agent.
3960
3961         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3962
3963         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3964         that's probably most useful for users.
3965
3966         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3967         "failed" all the time.
3968
3969         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3970         ...)) with (with-current-buffer ... ).
3971
3972         * nntp.el (nntp-open-server): Return whether the open was successful or
3973         not.
3974
3975         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3976         select an unread unseen article first.
3977
3978         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3979         /etc/services, supply some sensible port defaults.
3980
3981         * dgnushack.el: Define netrc-credentials.
3982
3983 2010-09-17  Julien Danjou  <julien@danjou.info>
3984
3985         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3986
3987 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3988
3989         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3990         doesn't have any parameters.
3991
3992 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3993
3994         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3995         only upcased checks.
3996
3997         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3998
3999         * nnimap.el (nnimap-open-shell-stream): New function.
4000         (nnimap-open-connection): Use it.
4001         (nnimap-transform-headers): Get the number of lines in each message.
4002         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4003         number of lines.
4004         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4005         problem.
4006
4007         * utf7.el (utf7-encode): Autoload.
4008
4009         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4010         to allow the mail splitting to not return a default group.  This is
4011         useful for nnimap, which will leave unmatched mail in the inbox.
4012
4013         * nnimap.el: Rewritten.
4014
4015         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4016         nnimap usage.
4017
4018         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4019         if the move is internal, so that nnimap can do fast internal moves.
4020
4021         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4022         data.
4023         (gnus-read-active-for-groups): Support finishing the early retrieval of
4024         data.
4025
4026         * gnus-range.el (gnus-range-nconcat): New function.
4027
4028         * gnus-int.el (gnus-finish-retrieve-group-infos)
4029         (gnus-retrieve-group-data-early): New functions.
4030
4031 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4032
4033         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4034         (nnrss-retrieve-groups):
4035         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4036         (pop3-quit): Use with-current-buffer.
4037
4038 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4041         instead of nnheader-accept-process-output.
4042
4043         * dgnushack.el (dgnushack-compile): Add comment.
4044
4045         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4046
4047         * gnus-html.el (gnus-html-schedule-image-fetching)
4048         (gnus-html-prefetch-images): Replace process-kill-without-query by
4049         gnus-set-process-query-on-exit-flag.
4050
4051 2010-09-16  Romain Francoise  <romain@orebokech.com>
4052
4053         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4054
4055 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056
4057         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4058         parameter to unintern is mandatory-ish in Emacs 24.
4059
4060         * gnus-html.el (gnus-html-schedule-image-fetching)
4061         (gnus-html-prefetch-images): Check for curl before using it.
4062
4063         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4064         depend on curl, which isn't essential.
4065
4066         * imap.el: Revert back to version
4067         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4068         seem problematic.
4069
4070 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4071
4072         * gnus-registry.el (gnus-registry-install-shortcuts):
4073         Explicitly pass `obarray' to `unintern' to avoid a warning.
4074
4075 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4078         change.
4079
4080         * nnrss.el (nnrss-request-list): Remove this function and related
4081         functions, including the moreover stuff.
4082
4083 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4084
4085         * nnrss.el (nnrss-retrieve-groups): New function.
4086
4087 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4088
4089         * .dir-locals.el: Add no-byte-compile cookie.
4090
4091 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * time-date.el (format-seconds): Comment fix.
4094
4095         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4096         for back end that doesn't support request-scan.
4097
4098 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4101         then do request scans from the backends.
4102
4103         * netrc.el (netrc-credentials): New conveniency function.
4104
4105         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4106         avoid running a hook per line, since this takes a lot of time,
4107         profiling shows.
4108         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4109         directly if gnus-visual-p is true.
4110
4111 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4114         groups; replace mapcar with dolist which is a bit faster; pass groups
4115         info to gnus-read-active-file-1.
4116         (gnus-read-active-file-1): Scan only specified groups if the new
4117         optional arg `infos' is given.
4118
4119 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120
4121         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4122
4123         * pop3.el (pop3-movemail): Remove.
4124         (pop3-streaming-movemail): Rename to pop3-movemail.
4125
4126         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4127         don't restrict end-tag searches to the end of the line.
4128
4129 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4132         articles of every unchecked group to t, which means unknown since the
4133         server has never been opened.
4134
4135 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-html.el (gnus-html-show-alt-text): New command.
4138         (gnus-html-browse-image): Ditto.
4139         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4140         to browse the image directly.
4141         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4142         better.
4143
4144         * gnus-async.el (gnus-async-article-callback):
4145         Call `gnus-html-prefetch-images' unconditionally.
4146
4147         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4148         before feeding URLs to curl.
4149
4150 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4153         internal images as deletable by `W D D'.
4154
4155         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4156         (gnus-async-article-callback): Fix typo.
4157
4158 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4161         current line to work around bugs in the output from w3m.
4162
4163         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4164         for groups that want that.
4165
4166         * nntp.el (nntp-wait-for-string): Supply a timeout for
4167         accept-process-output to ensure progress.
4168
4169         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4170         level to get unread articles from, then use that for foreign groups,
4171         too.
4172
4173         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4174         confuses the rest of the function.
4175
4176         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4177         for the methods that support -retrieve-groups, too.
4178
4179         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4180
4181 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4184         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4185
4186         * pop3.el: Require cl when compiling.
4187         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4188
4189 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4192         that aren't going to be activated.
4193         (gnus-get-unread-articles): Fix up the last commit.
4194
4195         * gnus-html.el (gnus-article-html): Allow calling without specifying
4196         the handle.  In that case, dissect the buffer first.
4197
4198         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4199
4200         * nnimap.el (nnimap-open-connection): Revert the change that would look
4201         into authinfo for imaps instead of imap.
4202
4203         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4204         say that you don't want to call gnus-request-group with don-check, but
4205         do check the reponse.  This is for virtual groups only.
4206         (gnus-get-unread-articles): Count the archive groups as secondary, so
4207         that they're activated the same way as before.
4208
4209         * imap.el (imap-message-map): Removed optional buffer parameter, since
4210         no callers use it.
4211         (imap-message-get): Ditto.
4212         (imap-message-put): Ditto.
4213         (imap-mailbox-map): Ditto.
4214         (imap-mailbox-put): Ditto.
4215         (imap-mailbox-get): Ditto.
4216         (imap-mailbox-get): Revert last change for this function.
4217
4218         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4219         case-insensitively.
4220         (nnimap-debug): Remove.
4221
4222         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4223         to use `imap-fetch' instead.  According to the comments, this should be
4224         safe, since all other IMAP clients use the 1:* syntax.
4225         (imap-enable-exchange-bug-workaround): Removed.
4226         (imap-debug): Removed -- doesn't seem very useful.
4227
4228         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4229         mail from a file, and the file doesn't exist.
4230
4231         * imap.el (imap-log): New convenience function used throughout instead
4232         of repeating the same code all over the place.
4233
4234         * pop3.el (pop3-streaming-movemail): Return t for success.
4235
4236         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4237         .authinfo if we're using ssl connection.
4238
4239         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4240         already have if we're in a main Gnus `g' run.
4241
4242         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4243
4244 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4247
4248         * nnmh.el (nnmh-request-list-1): Bind `file'.
4249
4250         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4251         alias to set-process-query-on-exit-flag or process-kill-without-query.
4252         (pop3-open-server): Use it.
4253
4254 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4257         box to the Incoming file.  Fixes mistake in previous checkin.
4258
4259         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4260         request loop (for debugging purposes) removed.
4261
4262         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4263         culprit is more visible.
4264         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4265         (nnml-add-incremental-nov): New functions to do "incremental" nov
4266         updates, where we just append to the end of the existing nov files
4267         without reading/writing them in full.
4268
4269         * mail-source.el (mail-source-delete-crash-box): Really only check the
4270         incoming files once in a while.
4271
4272         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4273
4274         * mail-source.el (mail-source-delete-crash-box): Only check the
4275         incoming files for deletion once per day to save a lot of file
4276         accesses.
4277
4278         * pop3.el (pop3-logon): Fix up unbound variable typo.
4279
4280         * mail-source.el (pop3-streaming-movemail): Autoload.
4281
4282         * pop3.el (pop3-streaming-movemail):
4283         Respect pop3-leave-mail-on-server.
4284
4285         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4286         retrieval.
4287
4288         * pop3.el (pop3-process-filter): Remove unused function.
4289         (pop3-streaming-movemail, pop3-send-streaming-command)
4290         (pop3-wait-for-messages, pop3-write-to-file)
4291         (pop3-number-of-responses): New functions for streaming pop3
4292         retrieval.
4293
4294         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4295         come from no known methods.
4296         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4297         list.
4298
4299         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4300         message sizes.
4301         (pop3-movemail): Use erase-buffer instead of looping and deleting
4302         regions, which seems rather odd.
4303
4304         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4305         file once per `g' run.
4306
4307         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4308         directories.  This makes the draft queue directory work.
4309
4310         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4311         data from the backends, so that we only request the list of groups from
4312         each method once.  This should speed things up considerably.
4313
4314         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4315         detect that it's not implemented.
4316
4317         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4318         we actually do recurse down into the tree, but don't stat all leaf
4319         nodes.
4320
4321         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4322         then say so instead of bugging out.
4323
4324         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4325         files exist before trying to read them.
4326
4327         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4328         around <pre_int>.
4329
4330         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4331
4332         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4333
4334 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * mm-util.el (mm-image-load-path): Just return the image directories,
4337         not all directories in the path in addition to the image directories.
4338         (mm-image-load-path): Maintain a cache of the image directories so that
4339         the `g' command in Gnus doesn't have to stat dozens of directories each
4340         time.
4341
4342         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4343         (gnus-html-wash-tags): Add a new `i' command to insert images.
4344         (gnus-html-insert-image): New command and keystroke.
4345         (gnus-html-redisplay-with-images): New command and keystroke.
4346         (gnus-html-show-images): Rename command.
4347         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4348         spacers.
4349         (gnus-html-wash-tags): Decode entities at the end, so that entities
4350         inside the tags don't mess up the rest of the "parsing".
4351
4352         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4353         so that nnimap methods aren't agentized by default.  There's apparently
4354         many problems related to agent/imap behaviour.
4355
4356         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4357
4358         * gnus-html.el: Doc fix.
4359
4360 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4363         specifier-spec-list for Emacs 21.
4364
4365         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4366         glyph-width and glyph-height instead of display-graphic-p and
4367         image-size; make avoidance of displaying small images work for XEmacs.
4368
4369         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4370         for XEmacs.
4371
4372         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4373         of symbol that holds plist data.
4374         (gnus-process-plist): Remove plist of process after getting it.
4375
4376 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * message.el (message-generate-hashcash): Change default to
4379         'opportunistic if hashcash is installed.
4380
4381         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4382         (gnus-html-put-image): Only call image-size once, since it's somewhat
4383         time-consuming on remote X servers.
4384
4385 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4388         type on data, not a file name.
4389
4390         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4391         window-pixel-edges for Emacs 21.
4392
4393         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4394         decoded contents.
4395         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4396
4397 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4400         group line format, since it isn't very interesting.
4401
4402         * gnus-agent.el (gnus-agent-short-article),
4403         (gnus-agent-long-article): Increase values for these two variables,
4404         since most people are likely to have more network connection and
4405         storage than before.
4406
4407         * gnus.el (gnus-refer-article-method): Change default to 'current.
4408         When referring an article, the common behaviour is to refer it from the
4409         current select method, not the native select method.  The chances of
4410         the native select method having the message in question is rather slim
4411         these days.
4412
4413         * gnus-sum.el (gnus-auto-select-subject): Change default to
4414         `unseen-or-unread'.  I think it's likely that most people want to
4415         select an unseen article over a previously seen, but unread one.
4416
4417         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4418         means that in the article buffer none of the minor mode elements will
4419         be shown, usually, and this is not desirable in most cases.
4420
4421         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4422         that commands like `d' (and the like) go to the next line in the
4423         buffer, instead of the next unread article.  I think this is the
4424         behaviour that is most natural for most users.
4425         (gnus-single-article-buffer): Change default to nil, so that people can
4426         have as many article buffers open as they have summary buffer.  I think
4427         this is the most natural way for the groups to behave.
4428
4429         * message.el (message-generate-new-buffers): Change default to
4430         `unsent', so that all new message buffers start their names with the
4431         string "*unsent", and it's easier to find the buffers if you move from
4432         them.
4433
4434 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4437         small.  They're probably tracking images.
4438         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4439         (gnus-html-rescale-image): Yet another try at getting the image sizing
4440         right.
4441
4442         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4443         nntp-marks-file-name is nil.
4444
4445 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * gnus-html.el (gnus-html-wash-tags)
4448         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4449         Better logging.
4450
4451 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4454
4455         * gnus-html.el (gnus-html-wash-tags): Check the value of
4456         gnus-blocked-images in the summary buffer.
4457
4458 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4461
4462 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4463
4464         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4465         like "a", it seems like.
4466         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4467         since it needs to be picked from the correct buffer.
4468
4469         * nnwfm.el: Remove.
4470
4471         * nnlistserv.el: Remove.
4472
4473 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4476         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4477
4478 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * nnkiboze.el: Remove.
4481
4482         * nndb.el: Remove.
4483
4484         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4485         alt text.
4486         (gnus-html-rescale-image): Try to get the rescaling logic right for
4487         images that are just wide and not tall.
4488
4489         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4490         overshadow variable bindings.
4491
4492 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4493
4494         * gnus-html.el (gnus-html-wash-tags)
4495         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4496         Add extra logging.
4497
4498 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4501         (gnus-max-image-proportion): New variable.
4502         (gnus-html-rescale-image): New function.
4503         (gnus-html-put-image): Rescale images.
4504
4505 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4506
4507         Fix up some byte-compiler warnings.
4508         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4509         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4510         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4511         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4512         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4513         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4514         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4515
4516 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4517
4518         * gnus-html.el (gnus-article-html): Decode contents by charset.
4519
4520 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4523         (gnus-html-frame-width, gnus-blocked-images)
4524         * message.el (message-prune-recipient-rules): Add custom version.
4525         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4526
4527         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4528         functions.
4529
4530         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4531         gnus-process-get.
4532
4533 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4534
4535         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4536         instead of lsub directly.
4537
4538 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * nnwarchive.el: Remove.
4541
4542         * gnus-soup.el: Remove.
4543
4544         * nnsoup.el: Remove.
4545
4546         * nnultimate.el: Remove.
4547
4548         * gnus-html.el (gnus-blocked-images): New variable.
4549
4550         * message.el (message-prune-recipients): New function.
4551         (message-prune-recipient-rules): New variable.
4552
4553         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4554         guess whether a long line is natural text or not.
4555
4556         * gnus-html.el (gnus-html-schedule-image-fetching):
4557         Use gnus-process-plist and friends for compatibility.
4558
4559 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4560
4561         * gnus-html.el: Require packages that define macros used in this file.
4562         (gnus-article-mouse-face): Declare to silence byte-compiler.
4563         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4564         process-get.
4565         (gnus-html-put-image): Use plist-get to avoid getf.
4566         (gnus-html-prefetch-images): Use with-current-buffer.
4567
4568 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4569
4570         * gnus-ems.el: Provide compatibility functions for
4571         gnus-set-process-plist.
4572
4573         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4574         header-line-format for XEmacs 21.4.
4575
4576         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4577         * gnus.el (gnus-valid-select-methods)
4578         * message.el (message-send-mail-partially-limit)
4579         * mm-decode.el (mm-text-html-renderer)
4580         * mml.el (mml-insert-mime-headers-always)
4581         * smiley.el (smiley-regexp-alist): Bump custom version.
4582
4583 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4584
4585         * gnus-html.el: require mm-url.
4586         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4587         with the url to `url'.
4588         (gnus-html-wash-tags): Support cid: URLs/images.
4589
4590 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591
4592         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4593         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4594         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4595
4596         * gnus-move.el: Remove file, since it doesn't really work.
4597
4598         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4599         UTF-8.  This seems to fix problems with some German web feeds.
4600
4601         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4602         at the top so that the proper colours are applied.
4603
4604         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4605         don't have dots in their names.
4606
4607         * gnus-art.el (gnus-article-view-part): Doc fix.
4608
4609         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4610         XEmacs-compatible.
4611         (gnus-html-put-image): Don't do images on non-graphic displays.
4612
4613         * nnslashdot.el: Remove this unused backend.
4614
4615         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4616         actions.
4617         (gnus-undo-register-1): Revert last change.
4618
4619         * gnus-group.el (gnus-group-completing-read): Protect against not
4620         having completion-styles bound.
4621
4622         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4623         make broken recipients happier.
4624
4625         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4626
4627         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4628         point parameter.
4629
4630         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4631
4632         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4633         completion-styles for group selection.
4634
4635 2009-02-04  Andreas Schwab  <schwab@suse.de>
4636
4637         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4638         headers and regexp-quote the match if necessary.
4639
4640 2009-03-24  Miles Bader  <miles@gnu.org>
4641
4642         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4643         the blinking smiley.
4644
4645 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4646
4647         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4648         blink smiley.
4649
4650 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4653         where the dribbel file lives exists.
4654
4655         * message.el (message-send-mail-partially-limit): Change the default to
4656         nil, since most people don't want this.
4657
4658         * mm-url.el (mm-url-decode-entities): Also decode entities like
4659         &#x3212.
4660
4661 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4662
4663         * gnus-sum.el (gnus-summary-idna-message):
4664         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4665         Hyperlink urls in docstrings with URL `...'.
4666
4667 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4668
4669         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4670         functions.
4671
4672 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4675         say what the mouseover text should be.
4676
4677         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4678         version of the mm-w3m-safe-url-regexp variable to only download images
4679         in the groups where we want that to happen.
4680
4681         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4682
4683         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4684         easier debugging.
4685         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4686         big pictures in the article buffer.
4687
4688         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4689         gnus-article-html.
4690         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4691         w3m.
4692
4693         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4694
4695 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4698         which doesn't exist.
4699
4700         * message.el (message-inhibit-ecomplete): New variable to allow some
4701         function to inhibit ecomplete address storage.
4702         (message-resend): Disable ecomplete message storage when resending
4703         messages.
4704
4705         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4706
4707 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4710         Save excursion while copying, moving, and deleting articles in order to
4711         prevent the cursor from jumping to unforeseen place.
4712
4713 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4714
4715         * lpath.el: No need to bind bookmark-current-buffer,
4716         bookmark-yank-point and bookmark-make-record-function.
4717
4718 2010-08-17  Glenn Morris  <rgm@gnu.org>
4719
4720         * gnus-sync.el: Require gnus components whose functions are used.
4721
4722         * gnus-art.el (bookmark-make-record-function):
4723         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4724         Declare for compiler.
4725
4726         * mm-url.el (mml-compute-boundary): Autoload.
4727
4728 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4731
4732 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4733
4734         Typo fix "hoo4a" -> "hook".
4735
4736         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4737
4738 2010-08-14  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-sync.el (gnus-sync): Fix defgroup version.
4741
4742 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4743
4744         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4745
4746         * gnus-sync.el: Fix docs.
4747         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4748         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4749
4750 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4751
4752         Optimizations for gnus-sync.el.
4753
4754         * gnus-sync.el: Add docs about gnus-sync-backend
4755         possibilities.
4756         (gnus-sync-save): Remove unnecessary message.
4757         (gnus-sync-read): Optimize and show what groups were skipped.
4758
4759 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4760
4761         Minor bug fixes for gnus-sync.el.
4762
4763         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4764         Don't read the sync on get-new-news.
4765
4766         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4767         quiet.
4768
4769         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4770         (fix typo).
4771
4772 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4773
4774         Make saving and restoring of hidden threads work with overlays.
4775         Patch applied by Ted Zlatanov.
4776
4777         * gnus-sum.el (gnus-hidden-threads-configuration)
4778         (gnus-restore-hidden-threads-configuration): Update to deal with text
4779         properties, rather than searching for a magic character.
4780
4781 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4782
4783         New gnus-sync.el library for synchronization of marks.
4784
4785         * gnus-sync.el: New library for synchronization of marks.
4786
4787         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4788         renamed from `gnus-registry-grep-in-list'.
4789
4790         * gnus-registry.el (gnus-registry-follow-group-p):
4791         Use `gnus-grep-in-list'.
4792
4793         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4794
4795 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4798         determining charset of text fails.
4799
4800 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * nnmail.el (nnmail-get-new-mail-1): Revert.
4803
4804         * nnml.el (nnml-active-number): Make sure names of newly created groups
4805         in nnml-group-alist are encoded.
4806
4807 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4810         containing non-ASCII characters in active file for nnml back end.
4811
4812 2010-07-24  David Engster  <dengste@eml.cc>
4813
4814         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4815         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4816
4817 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4818
4819         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4820         tag (Bug#6654).
4821
4822 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4825         the article buffer, not the summary buffer.
4826
4827 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4830         Emacs 23 as well.
4831
4832 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4833
4834         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4835         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4836
4837 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4838
4839         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4840         Patch applied by Karl Fogel.
4841
4842         * gnus-sum.el (gnus-summary-bookmark-make-record):
4843         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4844
4845 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4846
4847         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4848         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4849         C-w still not working correctly from Article buffers; Thierry's
4850         patch to fix that will be applied after this.
4851
4852         * gnus-art.el (bookmark-make-record-function): New local variable.
4853
4854         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4855         article buffer.
4856         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4857
4858 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4859
4860         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4861         on changes in bookmark.el.
4862
4863 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4866         `no-log' instead of message not to log prompt string.
4867
4868 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4869
4870         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4871         the *other* type of HTML form submission.
4872
4873 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4874
4875         * auth-source.el (auth-source-pick): If choice does not contain a
4876         questioned keyword, set the check to t.
4877
4878 2010-06-12  Romain Francoise  <romain@orebokech.com>
4879
4880         * gnus-util.el (gnus-date-get-time): Move up before first use.
4881
4882 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4885         (gnus-article-edit-part): Bind it to make last part that is substituted
4886         or deleted visible.
4887         (gnus-mime-display-single): Buttonize part of which id equals to
4888         gnus-mime-buttonized-part-id.
4889
4890 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4891
4892         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4893         (gnus-dd-mmm): Use gnus-date-get-time.
4894         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4895         simplify logic.
4896         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4897         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4898
4899 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4900
4901         * auth-source.el (top): Autoload `secrets-list-collections',
4902         `secrets-create-item', `secrets-delete-item'.
4903         (auth-sources): Fix tag string.
4904         (auth-get-source, auth-source-retrieve, auth-source-create)
4905         (auth-source-delete): New defuns.
4906         (auth-source-pick): Rewrite in order to avoid 2 passes.
4907         (auth-source-forget-user-or-password): New parameter USERNAME.
4908         (auth-source-user-or-password): New parameters CREATE-MISSING and
4909         DELETE-EXISTING.  Retrieve password interactively, if needed.
4910
4911 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4912
4913         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4914         deleting unused directories when gnus-expert-user is t.
4915
4916 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4919         for each temp file when gnus-article-browse-delete-temp is ask.
4920
4921 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4924         Lisp calls to delete-backward-char by calls to delete-char.
4925
4926 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4927
4928         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4929
4930 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4931
4932         * password-cache.el (password-cache-remove): Fix docstring.
4933
4934 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4937         article unless decoding article to be saved.
4938
4939 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4942         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4943         generated within the mm-with-unibyte-current-buffer macro.
4944
4945 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4946
4947         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4948         to nil when we're in a mml-preview buffer and no group is selected.
4949
4950 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4951
4952         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4953         when catching the `C-g'.  Reported by "Leo".
4954
4955 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * message.el (message-forward-make-body-plain)
4958         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4959         multibyte-string-p.
4960
4961         * lpath.el: Revert.
4962
4963 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4964
4965         * message.el (message-forward-make-body-mml): Assume original message
4966         is multibyte string; error on unibyte.
4967         (message-forward-make-body-plain): Ditto; don't add excessive newline
4968         in body end.
4969
4970         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4971
4972 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4973
4974         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4975         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4976
4977 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4978
4979         * mm-extern.el (mm-extern-url): Don't use
4980         mm-with-unibyte-current-buffer.
4981         (mm-extern-cache-contents): Use with-current-buffer instead of
4982         save-excursion + set-buffer.
4983
4984 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * mm-util.el (mm-emacs-mule): Remove.
4987
4988 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4989
4990         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4991         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4992         change.
4993
4994 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4997         bind the default value of enable-multibyte-characters to nil.
4998
4999 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5000
5001         * message.el (message-forward-make-body-plain)
5002         (message-forward-make-body-mml):
5003         Don't use mm-with-unibyte-current-buffer.
5004
5005 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5006
5007         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5008
5009 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5010
5011         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5012         (Bug#5592).
5013
5014 2010-05-07  Julien Danjou  <julien@danjou.info>
5015
5016         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5017         it to mm-pipe-part.
5018
5019         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5020         it is given.
5021
5022 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * binhex.el (binhex-decode-region-internal)
5025         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5026         (dns-query)
5027         * nnweb.el (nnweb-gmane-search)
5028         * pgg-parse.el (pgg-parse-armor)
5029         * pgg.el (pgg-verify-region)
5030         * sha1.el (sha1-string-external)
5031         * uudecode.el (uudecode-decode-region-internal)
5032         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5033         XEmacs.
5034
5035         * gnus-art.el (gnus-article-browse-html-parts)
5036         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5037         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5038         make-temp-file.
5039
5040         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5041         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5042         compiling.
5043
5044         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5045         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5046         XEmacs when compiling.
5047
5048         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5049         gnus-pick-mode-off-hook for XEmacs when compiling.
5050         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5051         gnus-binary-mode-off-hook for XEmacs when compiling.
5052
5053         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5054         Return nil if char-charset is not available.
5055
5056         * imap.el (imap-disable-multibyte)
5057         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5058         macros.
5059
5060         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5061         instead of encode-coding-string.
5062
5063         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5064         'xemacs) instead of mm-emacs-mule to switch function definitions.
5065         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5066
5067         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5068         bind temporary-file-directory for XEmacs;
5069         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5070         timer-set-function for XEmacs 21.4 and SXEmacs;
5071         bind timer-list for XEmacs 21.4 and SXEmacs;
5072         fbind char-charset and find-charset-region for non-Mule XEmacs;
5073         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5074         encode-coding-region and encode-coding-string for XEmacs having no
5075         file-coding feature.
5076
5077 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5078
5079         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5080
5081 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5084         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5085
5086 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5087
5088         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5089         alias `jka-compr-delete-temp-file' no longer exists.
5090
5091 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5092
5093         Use define-minor-mode in Gnus where applicable.
5094         * mml.el (mml-mode): Use define-minor-mode.
5095         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5096         (gnus-undo-mode): Use define-minor-mode.
5097         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5098         (gnus-dead-summary-mode): Use define-minor-mode.
5099         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5100         Initialize in declaration.
5101         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5102         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5103         (gnus-mailing-list-mode): Use define-minor-mode.
5104         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5105         (gnus-draft-mode): Use define-minor-mode.
5106         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5107         (gnus-dired-mode): Use define-minor-mode.
5108
5109 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5110
5111         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5112         handles on recursive mml-to-mime translation and check them for
5113         boundary delimiter collisions.  Reported by Greg Troxel.
5114
5115 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5118
5119 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5120
5121         * mm-util.el (mm-find-buffer-file-coding-system):
5122         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5123
5124 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5125
5126         * message.el (message-generate-headers): Record insertion of optional
5127         headers as well.  Otherwise the check to prevent repeated insertion of
5128         optional headers is a no-op.
5129
5130 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5131
5132         * smime.el: Don't mention CVS.
5133
5134         * nnrss.el (nnrss-fetch): Don't mention CVS.
5135
5136         * nnir.el: Don't mention CVS.
5137
5138 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5139
5140         * gnus-sum.el (gnus-summary-bookmark-make-record):
5141         Add `location' field.
5142
5143 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * lpath.el: Fbind bookmark-default-handler,
5146         bookmark-get-bookmark-record, bookmark-make-record-default,
5147         bookmark-prop-get for Emacs <23 and XEmacs.
5148
5149 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5150
5151         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5152         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5153         Use with-current-buffer to silence the byte-compiler.
5154         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5155         bother to require `gnus'.
5156         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5157
5158 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5159
5160         * gnus-sum.el (gnus-summary-bookmark-make-record)
5161         (gnus-summary-bookmark-jump): New functions.
5162         (gnus-summary-mode): Setup bookmark support.
5163
5164 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5165
5166         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5167         if set.
5168
5169 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5172         gnus-article-browse-html-save-cid-image; make it work recursively for
5173         forwarded messages as well.
5174         (gnus-article-browse-html-parts): Work when prefix arg is given.
5175         (gnus-article-browse-html-article): Doc fix.
5176
5177 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5178
5179         * message.el (message-default-mail-headers):
5180         (message-default-headers): Carry the value mail-default-headers over
5181         into message-default-mail-headers, rather than message-default-headers.
5182
5183 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5184
5185         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5186         charset.
5187
5188         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5189         charset into the <meta> tag when the article is encoded to utf-8.
5190
5191 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-art.el (gnus-article-browse-delete-temp-files):
5194         Delete directories as well.
5195         (gnus-article-browse-html-parts): Work for images that do not specify
5196         file names; delete temp directory when quitting; insert header at the
5197         right place; use file: scheme for image files.
5198
5199 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5200
5201         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5202         (gnus-article-browse-html-parts): Use it to make temporary cid image
5203         files in addition to html file so that browser may display them.
5204
5205 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5206
5207         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5208
5209 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5210
5211         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5212
5213 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5214
5215         * auth-source.el (auth-sources): Change default to be simpler.
5216         Explain about Secret Service API sources.  Improve Customize options.
5217         (auth-source-pick): Change to accept any number of search parameters.
5218         Implement fallbacks iteratively, not recursively.  Add scoring on the
5219         second pass and sort by score.  Call Secret Service API when needed.
5220         (auth-source-user-or-password): Use it.  Call Secret Service API
5221         directly when needed to get the user name and the password.
5222
5223 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5224
5225         * message.el (message-interactive): Doc fix.
5226         (message-qmail-inject-args): Reflow.
5227         (message-kill-to-signature): Fix typo in docstring.
5228
5229         * smiley.el (smiley-buffer): Fix typo in docstring.
5230
5231 2010-03-24  Glenn Morris  <rgm@gnu.org>
5232
5233         * mail-source.el (gnus-message): Declare.
5234         (mail-source-delete-old-incoming): Require gnus-util.
5235
5236 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5239
5240         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5241
5242         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5243         password-cache's default if it is not bound.
5244         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5245         password-cache-expiry's default if it is not bound.
5246
5247         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5248         available in Emacs 21.
5249
5250         * lpath.el: Suppress compiler warnings for:
5251         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5252         XEmacs;
5253         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5254         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5255         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5256
5257 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5258
5259         * auth-source.el (auth-sources): Fix up definition so extra parameters
5260         are always inline.
5261
5262 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5263
5264         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5265         wasn't updated after mismatch.  Clear cached mailbox info correctly
5266         when uidvalidity changes.
5267         (nnimap-group-prefixed-name): New function to avoid some code
5268         duplication.
5269         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5270         (nnimap-request-group): Use it.
5271         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5272         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5273         with many imap folders.  This is done by caching the group status from
5274         the imap server persistently in a group parameter `imap-status'.  (This
5275         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5276         but not persistently, so every Gnus startup was still very slow.)
5277
5278 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5281         delete the extra newline.  Otherwise editing of :string and :number
5282         types don't work.
5283
5284 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5285
5286         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5287         secrets.el dependency.
5288         (auth-sources): Add optional user name.  Add secrets.el configuration
5289         choice (unused right now).
5290
5291 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5292
5293         * gnus-sum.el (gnus-summary-make-menu-bar):
5294         Let `gnus-registry-install-shortcuts' fill in the functions.
5295
5296         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5297         warnings.
5298         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5299         (gnus-registry-install-shortcuts): Populate and use it in a
5300         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5301
5302 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5303
5304         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5305         In-place substitutions for the group name encoding/decoding.
5306         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5307         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5308         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5309         (nnimap-update-unseen, nnimap-request-list)
5310         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5311         (nnimap-request-set-mark, nnimap-split-to-groups)
5312         (nnimap-split-articles, nnimap-request-newgroups)
5313         (nnimap-request-create-group, nnimap-request-accept-article)
5314         (nnimap-request-delete-group, nnimap-request-rename-group)
5315         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5316         `encoded-mbx' for consistency.
5317         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5318         variable `imap-current-mailbox'.
5319
5320         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5321         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5322
5323 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5324
5325         * pop3.el (pop3-display-message-size-flag): Display message size byte
5326         counts during POP3 download.
5327         (pop3-movemail): Use it.
5328         (pop3-list): Implement listing of available messages.
5329
5330 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5331
5332         * nnir.el (nnir-get-article-nov-override-function): New function to
5333         override the normal NOV retrieval.
5334         (nnir-retrieve-headers): Use it.
5335
5336 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5337
5338         * auth-source.el (netrc-machine-user-or-password): Autoload.
5339
5340 2010-03-19  Glenn Morris  <rgm@gnu.org>
5341
5342         Stop message.el from loading about 40 libraries it doesn't always need.
5343         The general approach is to autoload rather than require, and to
5344         require in the specific functions rather than the file.  (Bug#5642)
5345
5346         * gmm-utils.el: Don't require wid-edit.
5347         (widget-create-child-value, widget-convert, widget-default-get):
5348         Autoload.
5349
5350         * gnus-util.el: Don't require time-date, netrc.
5351         (message-fetch-field, gnus-group-name-decode): Declare rather than
5352         autoloading.
5353         (gnus-fetch-field): Require message.
5354         (gnus-decode-newsgroups): Require gnus-group.
5355
5356         * ietf-drums.el: Don't require time-date.
5357
5358         * message.el: Don't require hashcash, canlock, ecomplete.
5359         Do require mail-utils.  Require nnheader only when compiling.
5360         (smtpmail-default-smtp-server): Remove declaration.
5361         (message-send-mail-function): Check smtpmail-default-smtp-server
5362         is bound rather than requiring smtpmail.
5363         (message-auto-save-directory, message-insert-signature):
5364         Use expand-file-name rather than nnheader-concat.
5365         (nnheader-insert-file-contents): Autoload.
5366         (hashcash-wait-async): Declare.
5367         (message-send-mail): Only call gnus-setup-posting-charset if
5368         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5369         (message-send-mail-with-sendmail): Require sendmail.
5370         (canlock-password, canlock-password-for-verify): Declare.
5371         (message-canlock-password): Require canlock.
5372         (nnheader-get-report): Autoload.
5373         (gnus-setup-posting-charset): Declare.
5374         (message-send-news): Require gnus-msg.
5375         (message-make-references, message-make-in-reply-to): Use mail-header-id
5376         rather than the alias mail-header-message-id.
5377         (ecomplete-add-item, ecomplete-save): Declare.
5378         (message-put-addresses-in-ecomplete): Require ecomplete.
5379         (ecomplete-display-matches): Autoload.
5380
5381         * mm-decode.el: Don't require mailcap, gnus-util.
5382         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5383         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5384         Autoload.
5385         (mailcap-mime-extensions): Declare.
5386
5387         * mm-encode.el: Don't require mailcap.
5388         (mailcap-extension-to-mime): Autoload.
5389
5390         * mml-sec.el: Don't require password-cache.
5391
5392         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5393         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5394         (mml-minibuffer-read-type): Require mailcap.
5395         (mml-preview): Require gnus-msg.
5396
5397         * mml1991.el: Require password-cache.
5398         (password-cache-expiry): Remove declaration.
5399
5400         * mml2015.el: Require password-cache.
5401         (password-cache-expiry): Remove declaration.
5402
5403         * nneething.el (mailcap): Require mailcap.
5404
5405         * nnheader.el (declare-function): Add compatibility stub.
5406         (message-remove-header): Declare rather than autoload.
5407         (nnheader-replace-header): Require message.
5408
5409         * nnimap.el (declare-function): Add compatibility stub.
5410         (netrc-parse, netrc-machine-user-or-password): Declare.
5411         (nnimap-open-connection): Require netrc.
5412
5413         * nntp.el (declare-function): Add compatibility stub.
5414         (netrc-parse, netrc-machine, netrc-get): Declare.
5415         (nntp-send-authinfo): Require netrc.
5416
5417         * rfc2047.el: Don't require qp.
5418         (quoted-printable-encode-region, quoted-printable-decode-string):
5419         Autoload.
5420
5421         * sieve-mode.el: Don't require easymenu.
5422         (easy-menu-add-item): Autoload it.
5423
5424         * spam-stat.el (time-to-number-of-days): Autoload it.
5425
5426 2010-03-19  Glenn Morris  <rgm@gnu.org>
5427
5428         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5429
5430 2010-03-18  Glenn Morris  <rgm@gnu.org>
5431
5432         * hashcash.el (declare-function): Remove duplicate definition.
5433
5434 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5435
5436         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5437         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5438         value if any backslash escapes).
5439
5440 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5443         if it is available.  (bug#5647)
5444
5445         * lpath.el: Suppress compiler warning for coding-system-from-name for
5446         Emacs 21 and XEmacs.
5447
5448 2010-03-14  Juri Linkov  <juri@jurta.org>
5449
5450         * hmac-def.el:
5451         * hmac-md5.el:
5452         * netrc.el: Fix keywords.
5453
5454 2010-02-26  Glenn Morris  <rgm@gnu.org>
5455
5456         * message.el (message-send-mail-function): Change the default, so that
5457         it inherits from a customized send-mail-function.  (Bug#5643)
5458
5459 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5460
5461         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5462         shell-command-to-string signals an error (bug#5299).
5463
5464 2010-02-24  Glenn Morris  <rgm@gnu.org>
5465
5466         * message.el (message-smtpmail-send-it)
5467         (message-send-mail-with-mailclient): Doc fixes.
5468
5469 2010-02-16  Glenn Morris  <rgm@gnu.org>
5470
5471         * message.el (message-default-mail-headers): Change the default value
5472         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5473
5474 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5477         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5478
5479 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5480
5481         * time-date.el (date-to-time): Doc fix (Bug#5408).
5482
5483 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5484
5485         * message.el (message-mail): Just pass yank-action on to message-setup.
5486         (message-setup): Handle (FUN . ARGS) form of yank-action.
5487         (message-with-reply-buffer, message-widen-reply)
5488         (message-yank-original): Handle non-buffer values of
5489         message-reply-buffer (Bug#4080).
5490         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5491
5492 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5493
5494         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5495         Fix typo in docstring.
5496
5497 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5498
5499         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5500         response.
5501
5502 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5505
5506         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5507
5508         * message.el (message-check-news-header-syntax): Protect against a
5509         string that `rfc822-addresses' returns when parsing fails.
5510
5511 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5514         (gnus-previous-char-property-change): New functions.
5515
5516         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5517
5518 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5519
5520         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5521         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5522
5523 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5524
5525         * message.el (message-exchange-point-and-mark): Rework last change to
5526         avoid using optional arg of exchange-point-and-mark, for backward
5527         compatibility.
5528
5529 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5530
5531         * message.el (message-exchange-point-and-mark):
5532         Call exchange-point-and-mark with an argument rather than setting
5533         mark-active by hand (Bug#5175).
5534
5535 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * nntp.el (nntp-service-to-port): Work for service expressed with
5538         numeric string; replace [:digit:] with [0-9] for XEmacs.
5539
5540 2009-12-17  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-group.el (gnus-bug-group-download-format-alist):
5543         Change emacs entry to debbugs.gnu.org.  Bump :version.
5544
5545 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5548
5549 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * message.el (message-info): Explain why we use `Info-goto-node'.
5552
5553 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5556
5557 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5558
5559         * message.el (message-completion-in-region): New compatibility function.
5560         (message-expand-group): Use it.
5561
5562 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5565         with no unread article should be listed if the 2nd arg `predicate' is
5566         given.
5567
5568 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5569
5570         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5571
5572 2009-11-29  Juri Linkov  <juri@jurta.org>
5573
5574         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5575         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5576         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5577
5578 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5579
5580         * sha1.el (sha1-string-external): default-directory "/" in case
5581         otherwise non-existent.  process-connection-type pipe for touch of
5582         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5583
5584 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5585
5586         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5587         it's comms related and sgml-mode.el has "comm" on that basis too.
5588
5589 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5592         containing tspecial characters if they have been already quoted.
5593
5594 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5595
5596         * dns-mode.el (auto-mode-alist): Purecopy string.
5597
5598 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5601
5602 2009-10-24  Glenn Morris  <rgm@gnu.org>
5603
5604         * gnus-art.el (help-xref-stack-item): Define for compiler.
5605
5606 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5607
5608         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5609
5610 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5613
5614 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5617         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5618
5619 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5620
5621         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5622         (gnus-overlays-in): New alias to overlays-in.
5623
5624         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5625         gnus-overlay-get, and gnus-delete-overlay.
5626         (gnus-summary-show-thread): Make it work as well for systems in which
5627         next-single-char-property-change is not available.
5628         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5629
5630         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5631         (gnus-overlay-get): New alias to extent-property.
5632         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5633
5634         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5635         SXEmacs.
5636
5637         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5638         SXEmacs.
5639
5640 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5641
5642         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5643
5644 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5645
5646         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5647         and XEmacs that don't have `remove-overlays'.
5648
5649 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5652         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5653         selective display.  Use overlays instead.
5654
5655 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5656
5657         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5658
5659 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5660
5661         * spam-stat.el (spam-stat-load): Fix typo in message.
5662
5663 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5664
5665         * dig.el (dig-invoke): Fix typo in docstring.
5666         (query-dig): Reflow docstring.
5667
5668 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5669
5670         * gnus-art.el (gnus-article-encrypt-body):
5671         * message.el (message-check-recipients):
5672         * mm-util.el (mm-codepage-setup):
5673         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5674         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5675
5676 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5677
5678         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5679         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5680         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5681         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5682         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5683
5684 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5685
5686         * dig.el: Add "Keywords: comm", as per net-utils.el.
5687
5688 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5689
5690         * dig.el (dig-mode): Use define-derived-mode.
5691
5692 2009-09-19  Glenn Morris  <rgm@gnu.org>
5693
5694         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5695
5696 2009-09-18  Glenn Morris  <rgm@gnu.org>
5697
5698         * gnus-diary.el (gnus-diary-check-message):
5699         * message.el (message-insert-formatted-citation-line):
5700         * nnbabyl.el (top-level):
5701         * nndiary.el (nndiary-schedule):
5702         Fix typos in condition-case handlers.
5703
5704 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5707         configuration that provides the sole article window in a frame;
5708         position point correctly after deleting a part.
5709
5710 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5711
5712         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5713         (spam-resolve-registrations-routine): Use it to unregister articles
5714         that change status.
5715
5716 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5719         with XEmacs.
5720         (parse-time-string-chars): Use it.
5721
5722 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * imap.el (imap-interactive-login): Better messages.
5725         (imap-open): Fix bug with renamed buffer on reconnect.
5726         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5727         for easier debugging and cleaner code.  On successful (guessed based on
5728         server capabilities) secondary authentication, set imap-state
5729         correctly.
5730         (imap-last-authenticator): Define imap-last-authenticator as a variable
5731         to avoid warnings.
5732
5733 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * nnrss.el (nnrss-request-article): Remove binding of
5736         default-enable-multibyte-characters that has gotten needless by
5737         the 2007-07-13 change in rfc2047-encode-message-header.
5738
5739         * mml.el (mml-insert-multipart): Error on the message header.
5740         (mml-insert-part): Error on the message header; position point at
5741         the end of a MIME tag.
5742
5743 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5744
5745         * time-date.el (autoload): Expand define-obsolete-function-alias into
5746         defalias and make-obsolete for old Emacsen that Gnus supports.
5747         (with-no-warnings): Define it for old Emacsen.
5748         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5749         is available.
5750         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5751         float-time is available; suppress compile warning for time-to-seconds.
5752
5753         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5754         (gnus-float-time): Alias to float-time if it exists.
5755
5756         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5757         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5758         float-time is available; suppress compile warning for time-to-seconds.
5759
5760         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5761         XEmacs.
5762
5763 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5764
5765         * imap.el (imap-message-map): Docstring fix.
5766
5767 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5770         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5771         Add the optional argument `encoding' that overrides the default.
5772
5773         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5774         mm-encode-buffer.
5775
5776 2009-09-04  Glenn Morris  <rgm@gnu.org>
5777
5778         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5779         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5780         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5781         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5782         * mm-util.el (mm-with-unibyte-current-buffer)
5783         (mm-find-buffer-file-coding-system):
5784         * yenc.el (yenc-decode-region): Use default-value rather than
5785         default-enable-multibyte-characters.
5786
5787 2009-09-03  Glenn Morris  <rgm@gnu.org>
5788
5789         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5790         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5791         than default-enable-multibyte-characters.
5792
5793 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5794
5795         * gnus-art.el (gnus-article-read-summary-keys):
5796         Fix gnus-buffer-configuration's value temporarily used.
5797
5798 2009-09-02  Glenn Morris  <rgm@gnu.org>
5799
5800         * gnus-util.el (gnus-float-time): New function.
5801         * gnus-delay.el (gnus-delay-article):
5802         * gnus-sum.el (gnus-thread-latest-date):
5803         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5804         * nnspool.el (nnspool-request-newgroups):
5805         Use gnus-float-time rather than time-to-seconds.
5806         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5807
5808         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5809         (gnus-header-subject-face, gnus-header-newsgroups-face)
5810         (gnus-header-name-face, gnus-header-content-face):
5811         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5812         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5813         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5814         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5815         (gnus-cite-face-11):
5816         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5817         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5818         (gnus-server-closed-face, gnus-server-denied-face)
5819         (gnus-server-offline-face):
5820         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5821         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5822         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5823         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5824         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5825         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5826         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5827         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5828         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5829         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5830         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5831         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5832         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5833         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5834         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5835         (gnus-summary-high-undownloaded-face)
5836         (gnus-summary-low-undownloaded-face)
5837         (gnus-summary-normal-undownloaded-face)
5838         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5839         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5840         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5841         (gnus-splash-face):
5842         * message.el (message-header-to-face, message-header-cc-face)
5843         (message-header-subject-face, message-header-newsgroups-face)
5844         (message-header-other-face, message-header-name-face)
5845         (message-header-xheader-face, message-separator-face)
5846         (message-cited-text-face, message-mml-face):
5847         * sieve-mode.el (sieve-control-commands-face)
5848         (sieve-action-commands-face, sieve-test-commands-face)
5849         (sieve-tagged-arguments-face):
5850         * spam.el (spam-face):
5851         Mark face aliases with "-face" in the name as obsolete.
5852
5853 2009-09-01  Glenn Morris  <rgm@gnu.org>
5854
5855         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5856         than goto-line.
5857
5858 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5861         Don't move point if the command is invoked inside the message header.
5862
5863 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         * imap.el (imap-send-command): Simplify.
5866         (imap-wait-for-tag): point-max -> buffer-size.
5867
5868 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5869
5870         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5871         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5872         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5873         * nnir.el (nnir-swish-e-index-file):
5874         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5875         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5876         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5877         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5878         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5879         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5880
5881 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5884         Don't save excursion.
5885
5886 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5887
5888         * nnheader.el (nnheader-find-file-noselect):
5889         * mm-util.el (mm-insert-file-contents):
5890         Use (default-value 'major-mode) instead of default-major-mode.
5891
5892 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5893
5894         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5895
5896 2009-08-26  Glenn Morris  <rgm@gnu.org>
5897
5898         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5899         than placing in files.el.
5900
5901 2009-08-25  Glenn Morris  <rgm@gnu.org>
5902
5903         * nnir.el (top-level): Don't require cl at run-time.
5904         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5905         Replace cl-function substitute with gnus-replace-in-string.
5906         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5907         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5908         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5909         simplified expansions.
5910
5911 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5912
5913         * dig.el (dig): Add autoload cookie.
5914
5915 2009-08-22  Glenn Morris  <rgm@gnu.org>
5916
5917         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5918         goto-line.
5919
5920 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5921
5922         * parse-time.el (parse-time-string-chars): Save match data.
5923
5924 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5925
5926         * parse-time.el (parse-time-string-chars): Compute using character
5927         classes, to handle non-ascii characters (Bug#3190).
5928
5929 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5932
5933         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5934         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5935         (gnus-mm-display-part, gnus-mime-display-single)
5936         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5937         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5938
5939         * gnus-sum.el
5940         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5941         (gnus-summary-move-article): Add expirable mark to articles copied or
5942         moved to group that has auto-expire turned on if the option is non-nil.
5943
5944 2009-07-24  Glenn Morris  <rgm@gnu.org>
5945
5946         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5947         Fix typo.  (Bug#3903)
5948
5949 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5952         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5953         that should not be used for draft articles.
5954         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5955         that has no concern in minor mode keys.
5956         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5957         Abolish.
5958
5959 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5962         article without making inquiry to a user for unknown encoding.
5963
5964         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5965         (nnmaildir--scan): Assume i-node and device number that file-attributes
5966         returns might be cons-cell.
5967
5968         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5969
5970         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5971
5972 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * auth-source.el: Remove docs now in auth.texi.  Don't use
5975         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5976         `auth-source-hide-passwords' and use them.
5977
5978 2009-07-15  Glenn Morris  <rgm@gnu.org>
5979
5980         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5981
5982 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5985         excessive whitespace from the default values of title and description.
5986
5987 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5988
5989         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5990         mail-fetch-field to fetch Content-Description header in order to
5991         exclude newlines.
5992
5993 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5994
5995         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5996         format used by GnuPG 2.0.11.
5997
5998 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6001         to deleted part.
6002
6003 2009-05-30  David Engster  <dengste@eml.cc>
6004
6005         * nnmairix.el: Remove old documentation in the commentary block.
6006         (nnmairix-request-group): Do not update active file for nnml back ends.
6007         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6008         end so that overview files are ignored.
6009         (nnmairix-update-groups): Make updating the groups more robust by using
6010         marks.
6011         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6012         with dollar characters in message-id.
6013
6014 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6017         2008-12-25 in dns.el.
6018
6019 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6020
6021         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6022         could happen if the text is only composed of spaces and/or tabs.
6023
6024 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6025
6026         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6027         when sending a queued message to avoid extra mml tags.
6028
6029 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6032
6033 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6036         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6037         rmail-toggle-header for XEmacs;
6038         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6039
6040 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-dired.el: Remove autoload for gnus-setup-message.
6043         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6044         displaying Gnus logo; always use compose-mail.
6045
6046 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6047
6048         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6049
6050 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6053         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6054         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6055         available.
6056         (gnus-nocem-epg-verify): New function.
6057
6058 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6061
6062 2009-02-15  Glenn Morris  <rgm@gnu.org>
6063
6064         * gnus-util.el (rmail-insert-rmail-file-header)
6065         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6066         autoloads.
6067         (rmail-default-rmail-file): Remove unnecessary declaration.
6068         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6069
6070 2009-02-14  Glenn Morris  <rgm@gnu.org>
6071
6072         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6073         variable (only used in gnus-util, which declares it anyway).
6074         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6075         which was only needed by gnus-art (changed to not use it any more).
6076         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6077         only used in gnus-util, which autoloads it itself.
6078         (rmail-update-summary): Fix autoload.
6079
6080         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6081         rather than rmail-output-to-rmail-file.
6082
6083 2009-02-07  Glenn Morris  <rgm@gnu.org>
6084
6085         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6086         autoload of function that no longer exists.
6087         (rmail-toggle-header): Declare.
6088         (message-forward-rmail-make-body): Handle mbox Rmail.
6089
6090 2009-01-31  Glenn Morris  <rgm@gnu.org>
6091
6092         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6093         2009-01-09 change.
6094
6095 2009-01-31  Dave Love  <fx@gnu.org>
6096
6097         * imap.el (imap-fetch-safe): Bind debug-on-error.
6098         (imap-debug): Add imap-fetch-safe.
6099
6100 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6101
6102         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6103         (auth-source-forget-all-cached): New convenience function.
6104         (auth-source-user-or-password): Accept list of modes or a single mode.
6105
6106         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6107         auth-source modes.
6108
6109         * netrc.el (netrc-machine-user-or-password): Use list of
6110         auth-source modes.
6111
6112         * nnimap.el (nnimap-open-connection): Use list of
6113         auth-source modes.
6114
6115         * nntp.el (nntp-send-authinfo): Use list of
6116         auth-source modes.
6117
6118 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6119
6120         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6121         now.
6122
6123 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6126         coding system in XEmacs; add a workaround for XEmacs.
6127
6128         * lpath.el: Fbind coding-system-aliasee.
6129
6130 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6133         of current-language-environment.
6134
6135 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6138         available at runtime.
6139
6140 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6143
6144 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6145
6146         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6147         the greatest positive fixnum value doesn't work under an XEmacs with
6148         bignum support; use the most-positive-fixnum constant instead,
6149         available since Emacs 21.1 with cl and XEmacs 21.1.
6150
6151 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6154         XEmacs gets not to work.
6155
6156 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6157
6158         * mm-util.el (mm-coding-system-priorities): Allow the value like
6159         "Japanese (UTF-8)" of current-language-environment.
6160
6161 2009-01-09  Glenn Morris  <rgm@gnu.org>
6162
6163         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6164         with last-command-event.
6165
6166 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6169         in the doc string.
6170
6171         * message.el (message-fix-before-sending): Amend comment.
6172
6173 2009-01-08  Dave Love  <fx@gnu.org>
6174
6175         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6176
6177 2009-01-07  David Engster  <dengste@eml.cc>
6178
6179         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6180         simplified server definitions by converting it via
6181         gnus-server-to-method.
6182
6183 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6186         parameter's operands.
6187
6188 2009-01-06  David Engster  <dengste@eml.cc>
6189
6190         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6191         primary select method (for gnus-group-mark-article-as-read).
6192
6193 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6194
6195         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6196         `(gnus)Face', not `(gnus)X-Face'.
6197
6198 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * mm-util.el (mm-ucs-to-char): New function.
6201
6202         * mm-url.el (mm-url-decode-entities): Use it.
6203
6204         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6205         unicode-to-char.
6206
6207 2009-01-05  Dave Love  <fx@gnu.org>
6208
6209         * time-date.el: Require cl for `declare'.
6210
6211 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6214         Dave Love.
6215
6216 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * message.el (message-fix-before-sending): Add `eight-bit' to
6219         illegible-text check.
6220
6221 2009-01-03  Michael Olson  <mwolson@gnu.org>
6222
6223         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6224         `headers' is nil.  This can occur if the IMAP server does not have
6225         permissions to read messages from a folder, but can write new messages
6226         to the folder.
6227         (nnimap-request-article-part): Do not insert `data' if it is nil.
6228
6229         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6230         characters which will confuse `read', so skip past them.
6231
6232 2009-01-01  Dave Love  <fx@gnu.org>
6233
6234         * imap.el (imap-string-to-integer): Fix typo.
6235         (imap-fetch-safe): New function.
6236         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6237
6238         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6239
6240         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6241         (imap-parse-greeting): Fix doc strings.
6242         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6243         (imap-parse-flag-list): Make messages unique.
6244         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6245
6246         * nnimap.el: Fix author email.
6247         (nnimap-split-rule): Add FIXME comment.
6248         (nnimap-debug): Fix doc string.
6249
6250 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6253
6254 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6255
6256         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6257         nslookup if resolv.conf isn't available.
6258         (dns-query): Rename from query-dns.
6259         (dns-query-cached): Rename from query-dns-cached.
6260
6261 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6262
6263         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6264         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6265         to check if those variables exist (first appeared in Emacs 18.50).
6266
6267 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * mm-util.el (mm-line-number-at-pos): New function.
6270
6271         * spam-report.el (spam-report-process-queue): Use it.
6272
6273 2008-12-24  David Engster  <dengste@eml.cc>
6274
6275         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6276         parameters that haven't existed as variables as buffer-local variables.
6277
6278 2008-12-23  Dave Love  <fx@gnu.org>
6279
6280         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6281         cadar.
6282
6283         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6284         imap-starttls-p.
6285         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6286
6287 2008-12-22  Dave Love  <fx@gnu.org>
6288
6289         * imap.el: Fix author email.  Doc fixes.
6290         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6291         reply.
6292
6293 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * spam-report.el (spam-report-gmane-max-requests): New constant.
6296         (spam-report-gmane-wait): New variable.
6297         (spam-report-gmane-ham, spam-report-gmane-spam)
6298         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6299         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6300         the server.
6301
6302         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6303         Add explanations.
6304
6305         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6306         nnheader-accept-process-output and nnheader-read-timeout if available.
6307         (pop3-movemail): Use it.
6308
6309         * message.el (message-check-news-body-syntax): Fix signature check if
6310         there's an attachment.
6311
6312 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * mm-util.el: Add comments to the mm- emulating functions.
6315
6316 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6319         Reported by Stephen Berman <stephen.berman@gmx.net>.
6320
6321 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * mm-util.el (mm-substring-no-properties): New function.
6324         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6325         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6326         (mm-string-to-multibyte): Doc fix.
6327
6328         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6329
6330 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * mml.el (mml-attach-file): Strip text properties from file name.
6333         (Bug#1574)
6334
6335 2008-12-16  Glenn Morris  <rgm@gnu.org>
6336
6337         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6338
6339 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6342         knows since the charset specified might be a bogus alias that
6343         mm-charset-synonym-alist provides.
6344
6345 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6348         "ISO_8859-1".
6349
6350         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6351
6352 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * mm-util.el (mm-charset-eval-alist):
6355         Define it before mm-charset-to-coding-system.
6356         (mm-charset-to-coding-system): Add optional argument `silent';
6357         define it before mm-charset-override-alist.
6358         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6359         default value if it can be used in Emacs currently running;
6360         silence mm-charset-to-coding-system.
6361
6362 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6363
6364         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6365         `allow-override' which says whether to use `mm-charset-override-alist'.
6366         (rfc2047-decode-encoded-words): Use it.
6367
6368         * mm-util.el (mm-charset-override-alist): Fix custom type;
6369         add `(gb2312 . gbk)' to choices.
6370
6371 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6374         fast.
6375
6376         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6377
6378         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6379
6380 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6381
6382         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6383         on links.
6384
6385         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6386
6387 2008-12-03  Lute Kamstra  <lute@gnu.org>
6388
6389         * sha1.el: Remove leading * from docstrings of defcustoms,
6390         deffaces, defconsts and defuns.
6391
6392 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6395         users' addresses that don't have domain parts.
6396         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6397         rather than message-narrow-to-head since there will be the message
6398         header separator.
6399
6400 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6401
6402         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6403         since the result is inserted in a unibyte buffer anyway.
6404         (nnimap-demule-use-string-to-multibyte): Remove.
6405         (nnimap-demule): Alias it to mm-string-to-multibyte.
6406
6407 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6410         variable for debugging bug#464 and bug#1174.
6411         (nnimap-demule): Use it.
6412
6413 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6414
6415         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6416         score calculation correctly.
6417
6418 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6419
6420         * message.el (message-send-mail): Just set the buffer to unibyte
6421         rather than use mm-with-unibyte-current-buffer which does a lot more.
6422         (message-send-mail-partially): Don't bother with
6423         mm-with-unibyte-current-buffer since it's already been made unibyte by
6424         message-send-mail.
6425
6426 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6427
6428         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6429
6430 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6431
6432         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6433
6434 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6437         require itself and to remove `with-no-warnings'.
6438
6439 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * starttls.el (starttls-any-program-available): Get the name of the
6442         available TLS layer program.
6443         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6444         well as the host name in the "opening" message.
6445
6446         * auth-source.el (auth-source-cache, auth-source-do-cache)
6447         (auth-source-user-or-password): Cache passwords and logins by default,
6448         allow override with `auth-source-do-cache'.
6449         (auth-source-forget-user-or-password): Allow users to remove cache
6450         entries if needed.
6451
6452 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6453
6454         * md4.el (md4-buffer): Fix typo in docstring.
6455         (md4, md4-64): Doc fixes.
6456         (md4-pack-int32): Reflow docstring.
6457
6458 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6461         condition-case to only the forward-sexp call.
6462
6463 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6464
6465         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6466         quotes contained.  Make it more robust regardless by an extra
6467         condition-case wrapper.
6468
6469 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6472
6473 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * nnml.el (nnml-request-expire-articles): Check if the function set to
6476         `nnmail-expiry-target' returns the symbol `delete'.
6477
6478         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6479
6480         * nnmail.el (nnmail-expiry-target): Fix custom type.
6481
6482 2008-10-02  Glenn Morris  <rgm@gnu.org>
6483
6484         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6485         Silence compiler warning.
6486
6487 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6488
6489         * tls.el (open-tls-stream): Show the actual command being
6490         executed, instead of the format string.
6491
6492 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * lpath.el: Fbind codepage-setup for Emacs 23.
6495
6496 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6497
6498         * mml.el (mml-menu): Don't assume mml2015 is bound.
6499
6500 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6503         exists.
6504
6505 2008-09-27  Glenn Morris  <rgm@gnu.org>
6506
6507         * gnus-util.el (mail-header-remove-comments): Autoload it.
6508
6509 2008-09-27  Andreas Schwab  <schwab@suse.de>
6510
6511         * gnus-util.el (gnus-split-references): Strip comments.
6512         (gnus-parent-id): Likewise.
6513
6514 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * message.el (message-confirm-send): Fix version.
6517
6518 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * message.el (message-idna-to-ascii-rhs-1): Use
6521         mail-extract-address-components rather than mail-header-parse-addresses
6522         that is an alias by default to ietf-drums-parse-addresses that does not
6523         support non-ASCII names in headers' contents.
6524
6525 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6526
6527         * message.el (message-confirm-send): Fix variable documentation to
6528         avoid the "y/n" wording.
6529
6530 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6531
6532         * message.el (message-set-auto-save-file-name): Save to a different
6533         filename so multiple messages (especially drafts) can be recovered.
6534
6535 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * message.el (message-confirm-send): Add appropriate version.
6538
6539 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6542         defvar.
6543
6544 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6545
6546         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6547         (mm-pkcs7-enveloped-magic): Ditto.
6548
6549 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6550
6551         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6552         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6553
6554 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6555
6556         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6557         default, it's better.
6558
6559 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6560
6561         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6562         summary line gnus-number property and ignore them (with a warning
6563         message).
6564
6565 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6568         macro caddr in the interactive form since it won't be expanded.
6569
6570 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6573         `charset'; fix name of function called recursively.
6574         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6575
6576 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6579         (gnus-mime-set-charset-parameters): New function.
6580         (gnus-mime-view-part-as-charset): Use it to correctly display part
6581         specifying wrong charset.
6582
6583 2008-09-08  David Engster  <dengste@eml.cc>
6584
6585         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6586         in completing-read for back end server.
6587
6588 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6589
6590         * message.el (message-confirm-send): New variable to confirm sending a
6591         message.
6592         (message-send): Use it.
6593
6594 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6597
6598 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6601
6602 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6605         prevent tracking too many groups.
6606         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6607         Use it.
6608
6609 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6610
6611         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6612         moving point to the bottom of the window in order to avoid recentering.
6613
6614 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6617
6618         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6619         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6620         (gnus-article-beginning-of-window): Fix calculation.
6621
6622 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-msg.el (gnus-summary-supersede-article)
6625         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6626         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6627         message header.
6628
6629 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6630
6631         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6632         pending output coming after the status change.
6633
6634 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6635
6636         * message.el:
6637         * gnus-start.el:
6638         * gnus-registry.el: Remove VMS support.
6639
6640 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6643         macro.
6644         (rfc2104-hash): Use it.
6645
6646 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6647
6648         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6649         (gnus-summary-sort-by-most-recent-date): New commands.
6650         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6651         and menu entries.
6652
6653 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6656         don't redisplay article for raw contents; remove plural articles stuff.
6657
6658         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6659         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6660         on gnus-summary-save-article; display results properly.
6661
6662 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * lpath.el: No need to fbind ns-focus-frame.
6665
6666 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6669
6670 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-art.el (gnus-summary-save-in-pipe):
6673         Consider gnus-save-all-headers.
6674
6675 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6676
6677         * gnus-util.el (ns-focus-frame): Remove declaration.
6678         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6679         like x.
6680
6681 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6682
6683         * rfc2104.el (rfc2104-zero): Delete defconst.
6684         (rfc2104-hex-alist): Likewise.
6685         (rfc2104-hex-to-int): Delete func.
6686         (rfc2104-hexstring-to-bitstring): Likewise.
6687         (rfc2104-nybbles): New defconst.
6688         (rfc2104-hash): Rewrite for speed.
6689
6690 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * tls.el (open-tls-stream): Make it work with the 2nd argument
6693         BUFFER that is a string but does not exist as a buffer object, as
6694         mentioned in the doc-string.
6695
6696 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6699         SXEmacs.
6700
6701 2008-07-16  Glenn Morris  <rgm@gnu.org>
6702
6703         * gnus-util.el (ns-focus-frame): Declare for compiler.
6704
6705 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6708         set as a group parameter.
6709         (gnus-summary-save-in-pipe): Work when it is called independently.
6710         (gnus-summary-pipe-to-muttprint): Don't modify
6711         gnus-summary-pipe-output-default-command.
6712
6713 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6714
6715         * message.el (message-send-mail-with-sendmail):
6716         Display the error message.
6717
6718 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-art.el (gnus-default-article-saver):
6721         Add gnus-summary-save-in-pipe to choices.
6722         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6723         gnus-summary-pipe-output-default-command as the default command.
6724         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6725         instead of gnus-last-shell-command.
6726
6727         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6728         New user option.
6729         (gnus-summary-muttprint-program): Mention the value will be changed.
6730         (gnus-summary-save-article): Force showing of all headers.
6731         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6732
6733 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6734
6735         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6736
6737 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6738
6739         * nnimap.el (nnimap-id):
6740         * sieve-manage.el (sieve-manage-open): Doc fixes.
6741
6742 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6743
6744         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6745         if available.
6746
6747 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6748
6749         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6750
6751         * nnkiboze.el (nnkiboze-generate-group):
6752         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6753
6754         * nnmairix.el: Require CL.
6755
6756 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * dgnushack.el: Autoload get-display-table and put-display-table for
6759         XEmacs 21.5.
6760
6761         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6762         21.4 and SXEmacs.
6763
6764 2008-06-15  David Engster  <dengste@eml.cc>
6765
6766         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6767
6768 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6769
6770         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6771         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6772         runtime choice under XEmacs.
6773
6774         * gnus-sum.el (gnus-summary-set-display-table):
6775         Use `gnus-put-display-table', `gnus-get-display-table',
6776         `gnus-set-display-table' for the display table, instead of `aset'.
6777
6778         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6779         Use `gnus-put-display-table', `gnus-get-display-table',
6780         `gnus-set-display-table' for the display table.
6781
6782 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * nnmairix.el: Add autoloads.
6785
6786 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * nnmairix.el (nnmairix-delete-recreate-group)
6789         (nnmairix-update-and-clear-marks): Fix error messages.
6790
6791 2008-06-14  David Engster  <dengste@eml.cc>
6792
6793         * nnmairix.el: Upgrade to version 0.6.
6794         (nnmairix-group-toggle-propmarks-this-group)
6795         (nnmairix-group-toggle-readmarks-this-group)
6796         (nnmairix-group-delete-recreate-this-group)
6797         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6798         (nnmairix-remove-tick-mark-original-article): New commands.
6799         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6800         (nnmairix-propagate-marks-to-nnmairix-groups)
6801         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6802         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6803         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6804         functions needed for marks propagation and manipulation of read marks.
6805         (nnmairix-update-groups): New function.
6806         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6807         (nnmairix-determine-original-group-from-registry)
6808         (nnmairix-determine-original-group-from-path)
6809         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6810         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6811         New helper functions.
6812         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6813         keystrokes for new commands.
6814         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6815         (nnmairix-request-group): Check allow-fast group parameter.
6816         (nnmairix-request-create-group): Set allow-fast group parameter if
6817         nnmairix-allowfast-default is set.
6818         (nnmairix-close-group): Propagate marks upon closing if needed.
6819         (nnmairix-group-toggle-threads-this-group): Use new.
6820         nnmairix-group-toggle-parameter helper function.
6821         (nnmairix-search): Better check for empty search result.
6822         (nnmairix-goto-original-article): Use new helper functions for
6823         determining original article.
6824         (nnmairix-show-original-article): Make sure message-id is in brackets.
6825         (nnmairix-call-mairix-binary): Change variable name.
6826         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6827         helper function.
6828         (nnmairix-widget-toggle-activate): Fix doc string.
6829
6830 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * nnir.el: Require edmacro when compiling with XEmacs.
6833         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6834         available in Emacs 21.
6835
6836 2008-06-11  Glenn Morris  <rgm@gnu.org>
6837
6838         * gnus-util.el (x-focus-frame):
6839         * gnus.el (image-size):
6840         * mm-decode.el (image-size): Declare.
6841
6842         * gnus-picon.el (declare-function): Add compat definition.
6843         (image-size): Declare.
6844
6845         * gnus-group.el (tool-bar-map):
6846         * gnus-sum.el (tool-bar-map): Define for compiler.
6847
6848         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6849
6850         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6851
6852         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6853         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6854         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6855         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6856         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6857         * sieve-manage.el, spam-report.el, spam.el:
6858         Remove unnecessary eval-and-compile of autoloads.
6859
6860 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6861
6862         * auth-source.el: Precise Tramp doc.
6863
6864 2008-06-07  Glenn Morris  <rgm@gnu.org>
6865
6866         * nnmairix.el: Remove unnecessary eval-when-compile.
6867
6868 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * lpath.el: Fbind propertize for XEmacs 21.4.
6871
6872 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * nnir.el: Move here from ../contrib.
6875
6876 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6877
6878         * gnus-util.el (gnus-read-shell-command): New function.
6879         * mm-decode.el (mm-pipe-part):
6880         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6881
6882 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6883
6884         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6885
6886 2008-06-03  Glenn Morris  <rgm@gnu.org>
6887
6888         * pop3.el (nnheader-accept-process-output): Autoload it.
6889
6890 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6893         are not 2-digit hexadecimal characters that follow `%'s.
6894
6895 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6896
6897         * message.el (message-bogus-recipient-p): Fix type in doc string.
6898         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6899         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6900         Improve custom options.
6901         (message-bogus-recipient-p): Adjust accordingly.
6902
6903 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6904
6905         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6906         long-form month and day names.
6907
6908 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * dgnushack.el: Autoload debug, eudc-expand-inline and
6911         pgg-snarf-keys-region for XEmacs.
6912
6913         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6914
6915         * nnmairix.el: Require edmacro when compiling with XEmacs.
6916
6917 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6920         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6921
6922 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6923
6924         * auth-source.el: Add more docs.
6925
6926         * netrc.el (netrc-machine): Always match if the port is not given.
6927
6928 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6931         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6932         retrieval faster in some cases, but might make CPU usage larger.
6933         If this has any bad side effects, we might revert this change.
6934
6935         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6936         seems to make mail retrieval much, much faster.
6937         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6938         unconditionally.
6939
6940         * gnus-draft.el (gnus-group-send-queue):
6941         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6942
6943 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6946
6947         * message.el (message-bogus-address-regexp): Fix and improve custom
6948         type.
6949         (message-setup-hook): Add message-check-recipients as custom option.
6950
6951 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6952
6953         * message.el (message-cite-function): Remove bogus autoload which crept
6954         in during merge from v5-10.
6955
6956 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6957
6958         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6959
6960         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6961
6962         * auth-source.el: Preliminary Tramp docs.
6963         (auth-sources): Change the default auth-sources to use
6964         EPA .gpg files.
6965
6966 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6967
6968         * nntp.el: Autoload `auth-source-user-or-password'.
6969         (nntp-send-authinfo): Use it.
6970
6971         * nnimap.el: Autoload `auth-source-user-or-password'.
6972         (nnimap-open-connection): Use it.
6973
6974         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6975         for the gnus-message function.
6976         (auth-source-user-or-password): Use it.
6977
6978 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6979
6980         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6981         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6982         (rfc2104-hash): Use it.
6983
6984 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6985
6986         * gnus-art.el (gnus-article-toggle-truncate-lines):
6987         Don't use `iff' in docstring.
6988
6989 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6990
6991         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6992
6993         * gnus-util.el (gnus-extract-address-component-name)
6994         (gnus-extract-address-component-email): Convenience functions around
6995         `gnus-extract-address-components'.
6996
6997         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6998         Use `gnus-extract-address-component-email' to fix bug of comparing full
6999         sender name to `user-mail-address'.
7000
7001 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7004         catch/throw to optimize.
7005         (gnus-registry-find-keywords): Just use member to find a keyword.
7006
7007 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7008
7009         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7010         is current before calling gnus-server-prepare.
7011         (gnus-server-setup-buffer, gnus-server-update-server)
7012         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7013
7014 2008-05-04  Juri Linkov  <juri@jurta.org>
7015
7016         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7017         (mailcap-file-default-commands): Use mailcap-replace-in-string
7018         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7019         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7020
7021 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7022
7023         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7024
7025 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7026
7027         * gnus.el: Bump version to 0.11.
7028
7029 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7030
7031         * gnus.el: No Gnus v0.10 is released.
7032
7033 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7034
7035         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7036         hooks.
7037         (gnus-update-read-articles): Speed up non-marks-using users.
7038         (gnus-use-marks): Define gnus-use-marks.
7039         (gnus-propagate-marks): Rename variable to something more sensible.
7040
7041 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7042
7043         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7044         (gmm-image-load-path-for-library): Fix typos in docstrings.
7045         (gmm-message): Reflow docstring.
7046
7047 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7048
7049         * mail-source.el (mail-source-set-1, mail-source-bind):
7050         Move auth-source code out of the macro to clean it up and fix bugs.
7051
7052 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7053
7054         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7055         by sender if it's equal to user-mail-address, it's likely to be
7056         useless.
7057
7058         * mail-source.el (mail-source-bind): Don't use user or password if they
7059         are not bound.  Unintern them if they are nil.  Don't use server unless
7060         it's bound, and default it to empty string otherwise.
7061
7062 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7063
7064         * mail-source.el: Load auth-source.el.
7065         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7066         get user name or password, if auth-sources is set up.
7067
7068         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7069         strategy of splitting with parent.
7070         (gnus-registry-split-fancy-with-parent)
7071         (gnus-registry-post-process-groups): Use it and fix prior
7072         bug (returning a list as the split result).
7073
7074         * auth-source.el (auth-sources): Remove server parameter.
7075         (auth-source-pick, auth-source-user-or-password)
7076         (auth-source-user-or-password-imap)
7077         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7078         (auth-source-user-or-password-sftp)
7079         (auth-source-user-or-password-smtp): Remove server parameter.
7080
7081 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7082
7083         * smime.el (smime-sign-region, smime-encrypt-region)
7084         (smime-decrypt-region):
7085         Remove redundant calls to `generate-new-buffer-name'.
7086
7087 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7088
7089         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7090         Don't use QP for message/rfc822.
7091         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7092
7093 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7094
7095         * sieve-manage.el (sieve-string-bytes): Remove.
7096         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7097         correct byte-length only if the process's coding-system is the same as
7098         the one used internally by Emacs to represent strings.
7099
7100 2008-04-22  Juri Linkov  <juri@jurta.org>
7101
7102         * mailcap.el (mailcap-file-default-commands): New function.
7103
7104 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * message.el (message-signature-separator, message-cite-function):
7107         Change custom version.
7108
7109 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7110
7111         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7112         commands.
7113         (tls-checktrust): Ditto.
7114
7115 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7116
7117         * mm-decode.el (mm-display-external): Make temp file read-only.
7118
7119 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7122         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7123         `C-c C-f d'.
7124
7125 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7126
7127         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7128
7129 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus.el: Bump version to 0.9.
7132
7133 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * gnus.el: No Gnus v0.8 is released.
7136
7137 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7138
7139         * mail-source.el (mail-source-value):
7140         Prefer fboundp to functionp so it works with macros as well.
7141
7142 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7143
7144         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7145         Fix last change in case the element is not even a symbol.
7146
7147 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7148
7149         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7150         Prefer fboundp to functionp so it works with macros as well.
7151
7152 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * auth-source.el: Add docs.
7155         (auth-sources): Modify format to support server.
7156         (auth-source-pick, auth-source-user-or-password)
7157         (auth-source-user-or-password-imap)
7158         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7159         (auth-source-user-or-password-sftp)
7160         (auth-source-user-or-password-smtp): Add server parameter.
7161
7162 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7163
7164         * gnus-registry.el: Initialize the registry when gnus-registry-install
7165         is t.
7166
7167 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * compface.el (uncompface): Make buffer unibyte.
7170
7171 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7172
7173         * mail-source.el (mail-source-value):
7174         Prefer fboundp to functionp so it works with macros as well.
7175
7176 2008-04-05  Glenn Morris  <rgm@gnu.org>
7177
7178         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7179
7180 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7181
7182         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7183         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7184
7185         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7186         multibyteness after rather than before erasing it.
7187
7188         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7189         mm-with-multibyte.
7190         (gnus-request-article-this-buffer): Make sure the proper decoding is
7191         used if gnus-original-article-buffer happens to be unibyte.
7192
7193         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7194         default-enable-multibyte-characters.
7195
7196         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7197         default-enable-multibyte-characters.
7198
7199         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7200
7201         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7202
7203 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7204
7205         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7206         Fix last change in case the element is not even a symbol.
7207
7208 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7209
7210         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7211         (imap-message-copyuid-1): Use it.
7212         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7213         J. Williams in
7214         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7215
7216         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7217         imap-enable-exchange-bug-workaround.
7218         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7219
7220 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7221
7222         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7223         a 100 byte status-checks into a 2-3MB transfer for each group.
7224         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7225         to enable bug workaround or not.
7226         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7227
7228 2008-03-31  Glenn Morris  <rgm@gnu.org>
7229
7230         * message.el (mml2015-use): Declare for compiler.
7231         (message-info): Require mml2015 when appropriate.
7232
7233 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7234
7235         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7236         whitespace.
7237
7238 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7239
7240         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7241         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7242         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7243         (nntp-service-to-port): New function.
7244         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7245         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7246         (nntp-open-netcat-stream): New function.
7247         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7248
7249 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7250
7251         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7252
7253 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7254
7255         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7256
7257 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7258
7259         * dns.el (dns-write): Use set-buffer-multibyte.
7260
7261 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7262
7263         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7264
7265 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * message.el (message-signature-separator): Change default.
7268         Improve custom type.
7269         (message-cite-function): Change default to
7270         message-cite-original-without-signature.
7271
7272         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7273         toggle.
7274
7275         * message.el (message-check-news-body-syntax): Fix signature check.
7276         (message-setup-1): Mark buffer as unmodified _after_ running
7277         message-setup-hook and handling message-alternative-emails.
7278         (message-shorten-references): Be more strict when building list of
7279         valid references to comply with GNKSA.
7280
7281         * gnus-group.el (gnus-read-ephemeral-bug-group)
7282         (gnus-read-ephemeral-debian-bug-group)
7283         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7284
7285         * message.el (message-info): Don't use booleanp which isn't supported
7286         in Emacs 21 and XEmacs.
7287
7288 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7291         gnus-group-gmane-group-download-format.
7292         (gnus-group-read-ephemeral-gmane-group): Rename from
7293         gnus-group-read-ephemeral-gmane-group.
7294         (gnus-read-ephemeral-gmane-group-url): Rename from
7295         gnus-group-read-ephemeral-gmane-group-url.
7296         (gnus-bug-group-download-format-alist): New variable.
7297         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7298         (gnus-read-ephemeral-emacs-bug-group): New commands.
7299
7300 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7303         (gnus-visible-headers): Improve custom type.
7304
7305 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * mml.el (mml-menu): Add workarounds for XEmacs.
7308
7309         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7310         X-Boundary header.
7311
7312         * message.el (message-simplify-recipients): Fix previous commit.
7313
7314 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7315
7316         * mm-util.el (mm-set-buffer-multibyte): New function.
7317         * mm-decode.el (mm-copy-to-buffer): Use it.
7318
7319         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7320         Prefer fboundp to functionp so it works with macros as well.
7321
7322 2008-03-19  Glenn Morris  <rgm@gnu.org>
7323
7324         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7325         Accidentally removed in the sync process with Emacs.
7326
7327 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * message.el (message-alter-recipients-discard-bogus-full-name):
7330         New function.
7331         (message-alter-recipients-function): New variable.
7332         (message-get-reply-headers): Use it.
7333         (message-replace-header): New helper function.
7334         (message-recipients-without-full-name): New variable.
7335         (message-simplify-recipients): New command.
7336
7337         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7338
7339         * message.el (message-info): Handle EasyPG manual.
7340
7341         * mml.el (mml-menu): Add entry for EasyPG.
7342
7343 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7344
7345         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7346         parameter.
7347
7348         * message.el (message-disassociate-draft): Specify drafts group name
7349         fully.
7350
7351 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7354         Eliminate unnecessary duplicates from the match list.
7355
7356 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7359
7360         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7361
7362         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7363         args of `how-many' of which the XEmacs version doesn't take; declare
7364         Info-index-next as function.
7365
7366 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * gnus-score.el (gnus-score-headers): Fix handling of
7369         gnus-inhibit-slow-scoring.
7370
7371         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7372         string.
7373         (gnus-button-url-regexp): Improve handling of parenthesis.
7374         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7375         (gnus-button-handle-info-keystrokes): Handle index entries.
7376
7377 2008-03-15  Glenn Morris  <rgm@gnu.org>
7378
7379         * parse-time.el (parse-time-string): Simplify.
7380
7381 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7384         Incoming* files.
7385
7386 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7387
7388         * auth-source.el (auth-sources): Rename from auth-source-choices.
7389         (auth-source-pick): Use it.
7390
7391 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7392
7393         * binhex.el (binhex-decode-region-internal):
7394         * uudecode.el (uudecode-decode-region-internal):
7395         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7396         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7397         setting default-enable-multibyte-characters.
7398
7399 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7400
7401         * auth-source.el (auth-source-protocols)
7402         (auth-source-protocols-customize, auth-source-choices): Add and
7403         modified variable customizations and defaults.
7404         (auth-source-pick, auth-source-user-or-password)
7405         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7406         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7407         (auth-source-user-or-password-sftp)
7408         (auth-source-user-or-password-smtp): Use new variables and provide an
7409         interface to netrc.el.
7410
7411 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7414         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7415         Make sure the nntp port to specify is a string.
7416
7417 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7418
7419         * nntp.el: Use with-current-buffer.
7420         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7421         dubious mm-with-unibyte-current-buffer.
7422         (nntp-with-open-group-function): New function extracted from
7423         nntp-with-open-group macro.
7424         (nntp-with-open-group): Use the function, so it's easier to debug.
7425         Add indentation and debugging info.
7426         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7427         Recommend the use of the netcat alternatives.
7428
7429         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7430         Avoid mm-string-as-multibyte as well.
7431
7432         * nnweb.el (nnweb-insert-html):
7433         Remove use of nnheader-string-as-multibyte.
7434
7435         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7436         (nnheader-string-as-multibyte): Remove.
7437
7438         * mm-view.el: Use inhibit-read-only.
7439         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7440         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7441         or unibyte-string.
7442
7443         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7444         (mm-uu-yenc-extract): Use with-current-buffer.
7445
7446         * gnus-soup.el (gnus-soup-send-packet): Don't use
7447         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7448
7449         * nnmh.el: Use with-current-buffer.
7450         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7451         mm-string-as-multibyte on the output of mm-encode-coding-string.
7452
7453         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7454         (nnimap-request-move-article): Use with-current-buffer.
7455
7456         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7457         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7458         conversion uses string-make-unibyte rather than string-as-unibyte.
7459
7460         * gnus-msg.el: Use with-current-buffer.
7461
7462         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7463
7464 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7465
7466         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7467         string for caching if it is 'PIN.
7468
7469 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * lpath.el: Consider the case without Emacs/W3.
7472
7473 2008-03-08  Glenn Morris  <rgm@gnu.org>
7474
7475         * time-date.el (date-to-time, time-subtract, time-add)
7476         (safe-date-to-time): Doc fixes.
7477
7478 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * mail-source.el (mail-source-delete-old-incoming-confirm):
7481         Change default to nil.
7482         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7483
7484 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * lpath.el: Rearrange.
7487
7488         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7489         (gnus-article-goto-prev-page): Work for articles having ^L's.
7490
7491         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7492
7493         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7494
7495 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7496
7497         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7498         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7499         (gnus-bookmark-jump): Adjust some variable names.
7500
7501 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7502
7503         * auth-source.el: New package.
7504         (auth-source-choices): Add customization entry point variable.
7505
7506         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7507         bug.
7508
7509 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7512         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7513         (gnus-registry-install-shortcuts): Rename from
7514         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7515         the `gnus-registry-mark-map' keymap dynamically from
7516         `gnus-registry-marks'.  The generated functions update the summary line
7517         when a registry mark is added or deleted, and will call
7518         `gnus-registry-install-p' (see the comments in the code).
7519         (gnus-registry-user-format-function-M): Use concat intelligently.
7520
7521         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7522         the registry mark functions.
7523
7524 2008-03-05  Glenn Morris  <rgm@gnu.org>
7525
7526         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7527         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7528         gnus-art.
7529         (top-level): No need to load own source when compiling.
7530
7531 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7532
7533         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7534         Suggested by <chris.anderton@zetnet.co.uk>.
7535
7536 2008-03-04  Glenn Morris  <rgm@gnu.org>
7537
7538         * gnus-sum.el (top-level): No need to require gnus when compiling,
7539         since unconditionally required near start of file.
7540         (gnus-summary-display-while-building): Move definition before use.
7541
7542 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7543
7544         * gnus-registry.el (gnus-registry-user-format-function-M):
7545         Add formatting function.
7546
7547 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7548
7549         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7550         with plists.
7551         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7552         Use new format.
7553
7554 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7557         `where-is-internal' that returns a range of key sequences.
7558
7559 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7560
7561         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7562
7563         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7564         (gnus-summary-jump-to-group): Consider windows on other displayed
7565         frames as well.  Similar changes might be needed elsewhere, but that's
7566         the one I've bumped into during my use.
7567
7568         * nndoc.el (nndoc-oe-dbx-type-p):
7569         * gnus-msg.el (gnus-debug):
7570         * gnus-group.el (gnus-update-group-mark-positions):
7571         Use mm-string-to-multibyte.
7572
7573 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7576         doesn't handle NotDashEscaped.
7577
7578         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7579         (mml-dnd-attach-options): Fix typo in custom choice.
7580
7581         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7582         Change nndoc-article-type to mbox.
7583         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7584
7585         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7586         to nil, instead of html2text.
7587
7588         * imap.el (imap-debug): Add `imap-ping-server'.
7589
7590         * gnus-bookmark.el: Add FIXMEs.
7591
7592         * message.el (message-form-letter-separator)
7593         (message-send-form-letter-delay): New variables.
7594         (message-send-form-letter): Use them.  New command to send form
7595         letters.  Requested by Uwe Siart.
7596         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7597
7598 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * Update copyright years.
7601
7602 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         Sync from EMACS_22_BASE.
7605
7606         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7607
7608 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7609
7610         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7611         empty author.
7612
7613 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7614
7615         * gnus-registry.el (gnus-registry-marks): Add variable for
7616         customization of marks and their appearance.
7617         (gnus-registry-read-mark): Use it.
7618         (gnus-registry-do-marks): Add utility function to loop through
7619         `gnus-registry-marks'.
7620         (gnus-registry-install-shortcuts-and-menus): Add function to install
7621         shortcuts and menus.
7622         (gnus-registry-initialize): Use it.
7623         (gnus-registry-default-mark): Clarify documentation.
7624
7625 2008-02-29  Glenn Morris  <rgm@gnu.org>
7626
7627         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7628         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7629         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7630         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7631         Change defcustom :version from 23.0 to 23.1.
7632
7633 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7634
7635         * gnus-registry.el (gnus-registry-follow-group-p)
7636         (gnus-registry-post-process-groups): Add functions to aid registry
7637         splitting and improve logging.  Clarify behavior in function
7638         documentation.
7639         (gnus-registry-split-fancy-with-parent): Use them.
7640
7641 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7642
7643         * gnus-art.el: Use with-current-buffer.
7644
7645 2008-02-27  David Engster  <dengste@eml.cc>
7646
7647         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7648         Express real group name in the response.
7649
7650 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7653         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7654         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7655         autoload gnus-registry-fetch-group when compiling.
7656         (nnmairix-request-group-with-article-number-correction):
7657         Remove unreferenced argument passed to nnmairix-call-backend.
7658
7659 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7662         (mm-uu-extract): Improve face for low color ttys.
7663         Reported by Sascha Wilde.
7664
7665 2008-02-27  Glenn Morris  <rgm@gnu.org>
7666
7667         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7668         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7669         variables to defconsts.  Convert comments to doc-strings.
7670         (nnmairix-last-server, nnmairix-current-server): Convert from free
7671         variables to defvars.  Convert comments to doc-strings.
7672         (gnus-registry-fetch-group): Autoload.
7673         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7674         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7675         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7676         caddr.
7677         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7678         nnmairix-request-group-with-article-number-correction call.
7679         (nnmairix-fast, nnmairix-group): New, less general names, for free
7680         variables passed from nnmairix-request-group to
7681         nnmairix-request-group-with-article-number-correction.  Declare.
7682         (nnmairix-request-group-with-article-number-correction):
7683         Use nnmairix-fast, nnmairix-group rather than fast, group.
7684
7685 2008-02-26  David Engster  <dengste@eml.cc>
7686
7687         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7688         version 0.5.
7689
7690 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7691
7692         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7693         instead of making an extra function call.  Don't add the current group
7694         to articles only when they have the group.  Use
7695         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7696         Reported by David <de_bb@arcor.de>.
7697
7698 2008-02-24  Miles Bader  <miles@gnu.org>
7699
7700         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7701         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7702         (mm-find-mime-charset-region):
7703         * mm-bodies.el (mm-encode-body):
7704         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7705
7706 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7707
7708         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7709         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7710
7711 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * mail-source.el (mail-source-delete-incoming): Change default.
7714         Supplement doc string.
7715
7716         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7717
7718 2008-02-14  Glenn Morris  <rgm@gnu.org>
7719
7720         * time-date.el (format-seconds): New function.
7721
7722 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7723
7724         * nnmail.el (nnmail-message-id-cache-file): Derive from
7725         `gnus-home-directory'.
7726
7727 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7730         Document negative prefix.
7731
7732         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7733
7734 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * message.el (message-unsent-separator): Add the Exim bounce
7737         separator.
7738
7739 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7740
7741         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7742         list.
7743         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7744         recipient/signer list.
7745
7746 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7747
7748         * Makefile.in (datarootdir): Define.
7749         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7750         name that might contain whitespace.
7751
7752 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7755         fbound (Emacs 23 unicode), signal an error.
7756
7757 2008-02-08  Glenn Morris  <rgm@gnu.org>
7758
7759         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7760
7761 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7762
7763         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7764         ports to the calls to `netrc-machine-user-or-password' in addition to
7765         "imap" and "imaps".
7766
7767 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7768
7769         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7770
7771         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7772
7773 2008-02-01  Kenichi Handa  <handa@m17n.org>
7774
7775         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7776         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7777         (rfc2104-hash): Convert the result of concat to unibyte string.
7778
7779 2008-02-01  Dave Love  <fx@gnu.org>
7780
7781         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7782         coding-system-for-read.
7783         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7784
7785 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7788         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7789         <hanche@math.ntnu.no>.
7790
7791 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7794
7795         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7796
7797 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7798
7799         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7800         * message.el (message-beginning-of-line): Use featurep instead of bound
7801         tests in order to resolve conditionals at compile time.
7802
7803 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7804
7805         * mail-source.el (mail-sources): Add `group' choice.
7806
7807         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7808         parameter `in-group' to control into which group the articles go.
7809         Add treatment of `group' mail-source.
7810
7811 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7814
7815         * mm-decode.el (mm-dissect-buffer): Decode description.
7816
7817         * mml.el (mml-to-mime): Encode message header first.
7818
7819 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7822         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7823
7824         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7825         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7826
7827 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7830
7831 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7834         prefix keys.
7835         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7836         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7837         gnus-xmas.el.
7838
7839         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7840         (gnus-xmas-article-describe-bindings): New function.
7841         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7842         gnus-xmas-article-describe-bindings.
7843
7844         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7845
7846 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7849         Add new variables for article mark management.
7850         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7851         list of extra data entries which, when present, will indicate that the
7852         article ID should not be trimmed from the registry.
7853         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7854         functions.
7855         (gnus-registry-read-mark): New function to read a mark name from the
7856         user.
7857         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7858         (gnus-registry-set-article-mark-internal): New functions to add and
7859         remove marks.
7860         (gnus-registry-get-article-marks): New function to show the marks for
7861         an article, or retrieve them for further use.
7862
7863 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7866         keys when no argument is given.
7867
7868 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * imap.el (imap-ping-server): New variable.
7871         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7872         (imap-ping-server): Minor doc string fixes.
7873
7874 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7875
7876         * imap.el (imap-ping-server): New function.
7877         (imap-opened): Call imap-ping-server.
7878
7879 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * gnus-sum.el (gnus-article-sort-by-random)
7882         (gnus-thread-sort-by-random): Fix doc strings.
7883         Reported by jidanni@jidanni.org.
7884
7885 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-art.el (gnus-article-describe-bindings): New function.
7888         (gnus-article-read-summary-keys): Use it.
7889         (gnus-article-mode-map): Bind `C-h b' to it.
7890
7891 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7894         XEmacs.
7895         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7896         Protect against non-character events.
7897
7898         * lpath.el: Fbind map-keymap for Emacs 21.
7899
7900 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7903         New command.
7904         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7905         instead of END.  Change name of the temp file.
7906         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7907         customizable.
7908
7909 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7912         bind `S W' to gnus-article-wide-reply-with-original; set default
7913         binding to gnus-article-read-summary-send-keys.
7914         (gnus-article-read-summary-keys): Fix the order of keys; display
7915         continuation keys correctly in the echo area; describe bindings
7916         correctly when keys end with `C-h'.
7917         (gnus-article-read-summary-send-keys): New function.
7918         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7919         Work for gnus-article-read-summary-send-keys; display continuation keys
7920         correctly in the echo area.
7921         (gnus-article-reply-with-original): Ignore prefix argument.
7922         (gnus-article-wide-reply-with-original): New function.
7923
7924         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7925         Emacs 21.
7926
7927 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7930         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7931
7932 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7935         (gnus-group-read-ephemeral-gmane-group): New command.
7936
7937 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7938
7939         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7940
7941 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * message.el (message-send-mail-function): Increase custom version.
7944
7945         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7946         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7947
7948 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7951         for the cases where imap-authenticate is called with a nil buffer
7952         parameter.
7953
7954 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7957         html parts correctly; support forwarded messages.
7958         (gnus-article-browse-html-article): Remove work buffers.
7959
7960         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7961         compiling.
7962         (netrc-bound-and-true-p): New macro.
7963         (netrc-parse): Use it instead of bound-and-true-p that is not available
7964         in XEmacs 21.4.
7965
7966 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7967
7968         * gnus-registry.el (gnus-registry-mark-article)
7969         (gnus-registry-article-marks): Add functionality to mark articles
7970         through the Gnus registry.
7971
7972         * encrypt.el: Clarify documentation for the new pgg method.
7973         (encrypt-file-alist): Add PGG option.
7974         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7975         functionality.  Abstract password key and messaging to external
7976         functions.
7977         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7978         (encrypt-message-method-and-cipher): Add new convenience external
7979         functions.
7980         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7981         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7982
7983         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7984         (netrc-parse): Use encrypt-file-alist to determine if
7985         encrypt-find-model or encrypt-insert-file-contents should be used.
7986
7987         * encrypt.el: Clarify documentation.  Load password-cache or
7988         password, whichever one is found first, instead of autoloading.
7989
7990 2007-12-19  Glenn Morris  <rgm@gnu.org>
7991
7992         * mml.el (message-options-set, message-narrow-to-head)
7993         (message-in-body-p, message-mail-p, message-encode-message-body):
7994         Autoload.
7995         (message-remove-header, message-narrow-to-headers-or-head)
7996         (message-subscribed-p, message-make-mail-followup-to)
7997         (message-position-on-field, message-news-p)
7998         (message-options-set-recipient, message-generate-headers)
7999         (message-sort-headers): Declare as functions.
8000
8001 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8002
8003         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8004         convention in doc string.
8005
8006 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8009         title to html parts.
8010         (gnus-article-browse-html-article): Pass message header to it.
8011
8012         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8013
8014 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8017         or password compatible with XEmacs.
8018
8019 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8022         format document.
8023         (gnus-mime-delete-part): Don't write description line if empty.
8024         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8025
8026 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8027
8028         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8029         (gnus-summary-mark-read-and-unread-as-read)
8030         (gnus-summary-mark-current-read-and-unread-as-read)
8031         (gnus-summary-mark-unread-as-ticked): Doc fix.
8032         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8033
8034 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8037         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8038
8039 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8040
8041         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8042         yes-or-no-p.
8043
8044 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * mm-decode.el (mm-add-meta-html-tag): New function.
8047         (mm-save-part-to-file, mm-pipe-part): Use it.
8048
8049         * gnus-art.el (gnus-article-browse-delete-temp-files):
8050         Use gnus-y-or-n-p instead of y-or-n-p.
8051         (gnus-article-browse-html-parts): Work with message/external-body; use
8052         mm-add-meta-html-tag.
8053
8054 2007-12-11  Glenn Morris  <rgm@gnu.org>
8055
8056         * gnus-cache.el: Require gnus-sum not just when compiling.
8057
8058         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8059
8060         * gnus-int.el (gnus-server-opened, gnus-status-message):
8061         Move definitions before use.
8062
8063         * mm-decode.el: Require gnus-util.
8064         (mm-remove-part): Only call delete-annotation on XEmacs.
8065
8066         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8067
8068         * nnmail.el: Require gnus-int.
8069
8070         * spam.el: Move `require's before `eval-when-compile's.
8071
8072         * gnus-ems.el (gnus-alive-p):
8073         * gnus-fun.el (message-goto-eoh):
8074         * gnus-util.el (gnus-group-name-decode):
8075         * mail-source.el (gnus-compress-sequence):
8076         * message.el (Info-goto-node, format-spec):
8077         * mm-bodies.el (message-options-get):
8078         * mm-decode.el (mm-view-pkcs7):
8079         * mm-util.el (gmm-write-region):
8080         * mml-smime.el (mml-compute-boundary)
8081         (gnus-completing-read-with-default):
8082         * mml.el (widget-button-press, gnus-make-hashtable):
8083         * mml1991.el (mm-decode-content-transfer-encoding)
8084         (mm-encode-content-transfer-encoding)
8085         (message-options-get, message-options-set):
8086         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8087         * nnfolder.el (gnus-request-group):
8088         * nnheader.el (ietf-drums-unfold-fws):
8089         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8090         * smime.el (gnus-run-mode-hooks):
8091         * spam-stat.el (gnus-message): Autoload.
8092
8093         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8094         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8095         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8096         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8097         Add declare-function compatibility definition.
8098
8099         * gnus-cache.el (nnvirtual-find-group-art):
8100         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8101         (gnus-add-image, gnus-add-wash-type):
8102         * gnus-group.el (nnkiboze-score-file):
8103         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8104         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8105         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8106         (message-tokenize-header, gnus-get-buffer-create)
8107         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8108         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8109         * gnus.el (gnus-group-decoded-name):
8110         * mail-source.el (imap-capability):
8111         * mm-bodies.el (message-options-set):
8112         * mm-decode.el (gnus-configure-windows):
8113         * mm-extern.el (message-goto-body):
8114         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8115         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8116         (epg-sub-key-validity, message-options-set):
8117         * mml.el (widget-event-point, gnus-configure-windows):
8118         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8119         * mml2015.el (epg-check-configuration, epg-configuration)
8120         (message-options-set):
8121         * nndb.el (nndb-request-article):
8122         * nnfolder.el (gnus-request-create-group):
8123         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8124         * nnmaildir.el (gnus-group-mark-article-read):
8125         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8126         * rfc1843.el (message-fetch-field):
8127         * spam.el (gnus-extract-address-components):
8128         Declare as functions.
8129
8130 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8133
8134         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8135
8136         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8137         bind show-trailing-whitespace for XEmacs.
8138
8139 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8142         new no-op macro for backward compatibility.
8143
8144         * imap.el (imap-string-to-integer): New function.
8145
8146 2007-12-09  Glenn Morris  <rgm@gnu.org>
8147
8148         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8149
8150         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8151         * message.el, mm-view.el, sieve-manage.el, smime.el:
8152         Add declare-function compatibility definition.
8153
8154         * gnus-art.el (w3-region, w3m-region, Info-menu):
8155         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8156         * gnus-sum.el (gnus-get-predicate):
8157         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8158         * message.el (mail-abbrev-in-expansion-header-p):
8159         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8160         (w3m-detect-meta-charset, w3m-region):
8161         * sieve-manage.el (password-read, password-cache-add)
8162         (password-cache-remove):
8163         * smime.el (password-read-and-add): Declare as functions.
8164
8165 2007-12-08  David Kastrup  <dak@gnu.org>
8166
8167         * gnus-sum.el (gnus-summary-simplify-subject-query):
8168         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8169         `message'.
8170
8171 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8172
8173         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8174         it to bind idna-program, installation-directory, defined-colors, and
8175         face-attribute for XEmacs of the version that compiles defcustom forms.
8176
8177 2007-12-07  Glenn Morris  <rgm@gnu.org>
8178
8179         * gnus-art.el (article-make-date-line): Revert previous change.
8180
8181 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8184
8185 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8186
8187         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8188         Call gnus-add-to-range ranges only once with a prepared article-list.
8189
8190 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8191
8192         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8193         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8194         group names with backslashes.
8195         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8196
8197 2007-12-06  Deepak Goel  <deego3@gmail.com>
8198
8199         * gnus-art.el (article-make-date-line):
8200         * gnus-start.el (gnus-load):
8201         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8202
8203 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (gnus-use-idna)
8206         * gnus-start.el (gnus-site-init-file)
8207         * message.el (message-use-idna)
8208         * mm-uu.el (mm-uu-hide-markers)
8209         * smiley.el (smiley-style): Revert changes that suppress warnings.
8210
8211 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8214         specify charset to html source.
8215         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8216
8217 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8218
8219         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8220         idna-program in order to suppress byte compile warning issued by XEmacs
8221         that came to byte compile the default value section of defcustom forms
8222         recently.
8223
8224         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8225         value of installation-directory.
8226
8227         * message.el (message-use-idna): Don't directly refer to the value of
8228         idna-program.
8229
8230         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8231
8232         * smiley.el (smiley-style): Don't directly call face-attribute.
8233
8234 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8235
8236         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8237
8238         * gnus-dired.el: Reduce Gnus dependencies.
8239         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8240         Don't require.  Use autoloads instead.
8241         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8242         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8243         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8244         (gnus-dired-mode): Adjust doc string.
8245         (gnus-dired-mail-mode): New variable.
8246         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8247         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8248         (gnus-dired-mail-buffers): New function.  Return mail or message
8249         composition buffers.
8250         (gnus-dired-attach): Use it.
8251         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8252         NO-DECODE.
8253         (gnus-dired-print): Use `gnus-print-buffer' depending on
8254         `gnus-dired-mail-mode'.
8255
8256 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * rfc2047.el (rfc2047-encoded-word-regexp)
8259         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8260         explaining what regexp patterns are for.
8261
8262 2007-12-04  Glenn Morris  <rgm@gnu.org>
8263
8264         * password.el: Move to password-cache.el.
8265
8266         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8267         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8268         * mml-smime.el (password-read, password-cache-add)
8269         (password-cache-remove):
8270         No need to autoload, since mml-sec requires password.
8271
8272         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8273         * message.el (gnus-extract-address-components):
8274         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8275
8276         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8277         password.
8278
8279 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * mailcap.el: Reduce dependencies.
8282         (mail-header-parse-content-type): Autoload.
8283         (mailcap-delete-duplicates): New alias.
8284         (mailcap-mime-info): Add optional argument NO-DECODE.
8285         (mailcap-mime-types): Use mailcap-delete-duplicates.
8286
8287         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8288
8289 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8290
8291         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8292         (imap-parse-status): Upcase status-att for servers that sends them
8293         lower-case (e.g., MS Exchange 2007).
8294
8295 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296
8297         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8298         function.
8299
8300         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8301         (gnus-uu-yenc-article): New function.
8302
8303         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8304
8305         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8306
8307 2007-12-02  Glenn Morris  <rgm@gnu.org>
8308
8309         * binhex.el (binhex): New custom group.
8310         (binhex-decoder-program, binhex-decoder-switches)
8311         (binhex-use-external): Move to the binhex custom group.
8312
8313         * uudecode.el (uudecode): New custom group.
8314         (uudecode-decoder-program, uudecode-decoder-switches)
8315         (uudecode-use-external): Move to the uudecode custom group.
8316
8317         * netrc.el (top-level): Don't load `encrypt' features.
8318         (netrc-parse): Don't use encrypt.
8319         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8320
8321         * encrypt.el: Remove file.
8322
8323 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8326         matches on patches.
8327
8328         * gnus-art.el (gnus-article-browse-html-article):
8329         Mention `mm-text-html-renderer' in the doc string.
8330
8331         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8332         string.  Add comments.
8333
8334         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8335         if rhs is ASCII.
8336
8337 2007-12-01  Glenn Morris  <rgm@gnu.org>
8338
8339         * mail-source.el (top-level): Require format-spec before
8340         eval-when-compile.
8341
8342 2007-11-30  Glenn Morris  <rgm@gnu.org>
8343
8344         * encrypt.el: Require password, rather than autoloading password-read.
8345
8346 2007-11-29  Glenn Morris  <rgm@gnu.org>
8347
8348         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8349         (sasl-make-client, sasl-next-step, sasl-step-data)
8350         (sasl-step-set-data): Declare as functions.
8351
8352 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8353
8354         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8355
8356 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8357
8358         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8359         certs should be verified and what is to be done in the event of a
8360         verification failure.
8361
8362         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8363         caller can indicate whether the cache should be disregarded for this
8364         call.  This way the result of the call is reproducible at all times and
8365         can be considered a canonical server name for the supplied method.
8366         (gnus-agent-method-p): Canonicalize server names by pushing their
8367         method through `gnus-method-to-server' using the no-cache argument.
8368
8369         * gnus-srvr.el (gnus-server-insert-server-line):
8370         Call `gnus-method-to-server' with `no-cache' argument.
8371
8372         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8373         gnus-agent-possibly-synchronize-flags as this should be called when the
8374         server is actually being opened.
8375         (gnus-agent-possibly-synchronize-flags)
8376         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8377         flags file of an agentized server to the latter function.
8378
8379         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8380         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8381         after a connection has been established successfully.
8382
8383 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8384
8385         * gnus-art.el (article-display-face): Force to display face if called
8386         interactively; check if gnus-article-x-face-too-ugly matches author.
8387         (article-display-x-face): Display face even if From header is missing
8388         as article-display-face does.
8389
8390 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8391
8392         * hashcash.el (message-narrow-to-headers-or-head)
8393         (message-fetch-field, message-goto-eoh)
8394         (message-narrow-to-headers): Declare as functions.
8395
8396 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8397
8398         * mail-source.el (mail-sources): Default to fetch from file for
8399         compatibility with default of nnmail-spool-file.
8400
8401 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8404         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8405         to look for encoded word that should be encoded again.
8406         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8407         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8408         encoding pattern.
8409         (rfc2047-decode-region): Switch strict regexp and loose one according
8410         to rfc2047-allow-irregular-q-encoded-words.
8411
8412 2007-11-25  Romain Francoise  <romain@orebokech.com>
8413
8414         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8415
8416 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * tls.el (tls-program): Provide more custom choices from
8419         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8420         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8421
8422 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8425         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8426
8427         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8428         `nnmail-spool-file'.
8429
8430         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8431         `nnmail-spool-file'.
8432
8433         * gnus-move.el (gnus-change-server): Ditto.
8434
8435         * gnus-kill.el (gnus-batch-score): Ditto.
8436
8437         * gnus-cache.el (gnus-jog-cache): Ditto.
8438
8439         * gnus-msg.el (gnus-summary-reply):
8440         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8441
8442 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8443
8444         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8445         version.  Minor improvement to doc strings.
8446         (tls-program): Add comment.
8447
8448 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8449
8450         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8451         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8452         mismatch between the hostname provided in the certificate and the name
8453         of the host connnecting to.
8454         (open-tls-stream): Use them.  Check certificates against trusted root
8455         certificates.
8456
8457 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gnus-cache.el (gnus-cache-generate-nov-databases):
8460         Use nnml-generate-nov-databases-directory instead of
8461         nnml-generate-nov-databases-1.
8462
8463 2007-11-24  Glenn Morris  <rgm@gnu.org>
8464
8465         * message.el (message-tool-bar-retro): Update for rename
8466         mail_send.xpm->mail-send.xpm.
8467
8468 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8471         `smime-ldap-search' for Emacs 22 and up.
8472
8473 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8474
8475         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8476
8477         * message.el (message-send-mail-function): Fix error convention.
8478         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8479         (message-widen-reply, message-send-mail, message-talkative-question)
8480         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8481         (message-clone-locals, message-send-news): Use with-current-buffer.
8482         (message-insert-or-toggle-importance): Remove unused var `valid'.
8483         (message-make-references): Remove unused var `new-references'.
8484         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8485
8486 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8487
8488         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8489         (spam-split-symbolic-return-positive): Reflow docstring.
8490         (spam-backends, spam-summary-exit-behavior)
8491         (spam-mark-ham-unread-before-move-from-spam-group)
8492         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8493         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8494         (spam-clear-cache, spam-backend-check, spam-install-backend)
8495         (spam-install-statistical-backend, spam-list-of-processors)
8496         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8497         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8498         (spam-check-crm114, spam-initialize, spam-unload-hook):
8499         Fix typos in docstrings.
8500
8501 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8504         been checked if they have never been read and those group levels are
8505         higher than the one that a user specified.
8506
8507 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8510         foreign groups unless a group level is specified by a user.
8511         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8512
8513 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * message.el (message-send-mail-function): Require sendmail.
8516
8517 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         * message.el (message-send-mail-function): Check for smtpmail too.
8520
8521         * utf7.el (utf7-encode, utf7-decode): Use coding system
8522         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8523
8524         * message.el (message-send-mail-function): New function.
8525         (message-send-mail-function): Set default using
8526         message-send-mail-function.  Adjust doc string.
8527         (message-send-mail-with-mailclient): New function.
8528
8529 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8530
8531         * smime.el (from):
8532         * rfc2047.el (message-posting-charset):
8533         * qp.el (mm-use-ultra-safe-encoding):
8534         * pop3.el (parse-time-months):
8535         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8536         * nnml.el (files):
8537         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8538         (jka-compr-compression-info-list, ange-ftp-path-format)
8539         (efs-path-regexp):
8540         * nndiary.el (files):
8541         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8542         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8543         (epg-digest-algorithm-alist, inhibit-redisplay)
8544         (password-cache-expiry):
8545         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8546         (pgg-output-buffer, password-cache-expiry):
8547         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8548         (efs-path-regexp):
8549         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8550         (inhibit-redisplay):
8551         * mm-uu.el (file-name, start-point, end-point, entry)
8552         (gnus-newsgroup-name, gnus-newsgroup-charset):
8553         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8554         (latin-unity-ucs-list):
8555         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8556         (mm-uu-binhex-decode-function):
8557         * message.el (gnus-message-group-art, gnus-list-identifiers)
8558         (rmail-enable-mime-composing, gnus-local-organization)
8559         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8560         (gnus-read-active-file, facemenu-add-face-function)
8561         (facemenu-remove-face-function, gnus-article-decoded-p)
8562         (tool-bar-mode):
8563         * mail-source.el (display-time-mail-function):
8564         * gnus-util.el (nnmail-pathname-coding-system)
8565         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8566         (gnus-original-article-buffer, gnus-user-agent)
8567         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8568         (xemacs-codename, sxemacs-codename, emacs-program-version):
8569         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8570         * gnus-start.el (gnus-agent-covered-methods)
8571         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8572         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8573         (gnus-newsgroup-headers, gnus-group-list-mode)
8574         (gnus-group-mark-positions, gnus-newsgroup-data)
8575         (gnus-newsgroup-unreads, nnoo-state-alist)
8576         (gnus-current-select-method, mail-sources)
8577         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8578         (nnmail-spool-file, gnus-cache-active-hashtb):
8579         * gnus-mh.el (mh-lib-progs):
8580         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8581         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8582         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8583         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8584         (gnus-group-buffer):
8585         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8586         (font-lock-set-defaults):
8587         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8588         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8589         (gnus-summary-post-menu, total-parts, type, condition, length):
8590         * gnus-agent.el (gnus-agent-read-agentview):
8591         * flow-fill.el (show-trailing-whitespace):
8592         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8593         eval-and-compile wrappers for byte compiler pacifiers.
8594
8595         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8596         (mm-display-inline-fontify): Check for featurep 'xemacs not
8597         extent-list.
8598
8599         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8600         itimer-list.
8601         (mm-create-image-xemacs): Only do something for XEmacs.
8602         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8603
8604         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8605
8606         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8607         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8608
8609 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8610
8611         * nnimap.el (nnimap-split-download-body):
8612         * gnus-demon.el (gnus-demon):
8613         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8614
8615 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8618         New macros.
8619         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8620         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8621         copy data from unibyte buffer to multibyte current buffer.
8622         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8623         to copy data from unibyte current buffer to multibyte buffer.
8624         (nntp-make-process-buffer): Make process buffer unibyte.
8625
8626         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8627
8628 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8629
8630         * pop3.el (pop3-open-server): Accept and process data more robustly at
8631         connexion start to avoid spurious "POP SSL connexion failed" errors.
8632
8633 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8636         read group names.
8637
8638 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8641
8642 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8645         (nnmail-save-active): Use a unibyte buffer when saving active file,
8646         which may contain non-ASCII group names.
8647
8648         * nnml.el (nnml-request-group): Decode group names in messages.
8649
8650 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8651
8652         * message.el (message-citation-line-function)
8653         (message-insert-formatted-citation-line): Fix spelling of
8654         `message-insert-formated-citation-line'.
8655
8656 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8659
8660 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8663         nnmail-pathname-coding-system.
8664
8665         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8666         that a user enters; decode group names in messages.
8667
8668         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8669
8670 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8673
8674         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8675
8676         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8677         risky local variable.
8678
8679         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8680
8681 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8682
8683         * encrypt.el: Improve documentation to fix function name typo.
8684         Reported by Daiki Ueno <ueno@unixuser.org>.
8685
8686 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8689         even if the point is not in the last page of an article.
8690         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8691         back to the previous page.
8692
8693 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8696
8697 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8700
8701 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8702
8703         * message.el (message-check-news-body-syntax):
8704         Avoid mm-string-as-multibyte.
8705         (message-hide-headers): Don't assume (point-min)==1.
8706
8707 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * message.el (message-remove-blank-cited-lines): Fix if remove is
8710         given.
8711         (message-bogus-address-regexp): New variable.
8712         (message-bogus-recipient-p): New function.
8713         (message-check-recipients): New command.
8714         (message-syntax-checks): Add `bogus-recipient'.
8715         (message-fix-before-sending): Add `bogus-recipient'.
8716
8717         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8718         (gnus-treat-body-boundary): Don't test window-system.
8719
8720 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8721
8722         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8723
8724 2007-10-28  Miles Bader  <miles@gnu.org>
8725
8726         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8727         at compile-time too.
8728
8729 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8730
8731         * gnus-msg.el (gnus-message-setup-hook):
8732         Add `message-remove-blank-cited-lines' to options.
8733
8734 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * message.el (message-remove-blank-cited-lines): New function.
8737         Suggested by Karl Plästerer.
8738
8739 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8742         mapc.
8743
8744         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8745         (top-level): Use mapc to set functions to be traced for debugging.
8746
8747         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8748         called for effect with while loop.
8749
8750         * message.el (message-talkative-question): Replace mapcar called for
8751         effect with mapc.
8752
8753         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8754         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8755         called for effect with dolist.
8756
8757         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8758
8759         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8760         gnus-extra-headers and nnmail-extra-headers.
8761
8762         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8763         called for effect with dolist.
8764         (top-level): Use mapc to set functions to be traced for debugging.
8765
8766         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8767         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8768         dolist.
8769
8770         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8771         Replace mapcar called for effect with mapc.
8772         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8773         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8774         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8775         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8776
8777         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8778         remove-if that's a cl function.
8779
8780         * webmail.el (webmail-debug): Replace mapcar called for effect with
8781         dolist.
8782
8783         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8784         with mapc.
8785
8786 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8789         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8790         with while loop.
8791
8792         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8793         functions from article-* functions.
8794         (gnus-multi-decode-header): Replace mapcar called for effect with
8795         dolist.
8796
8797         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8798         (gnus-bookmark-show-details): Replace mapcar called for effect with
8799         while loop.
8800
8801         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8802         called for effect with while loop.
8803
8804         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8805         with dolist.
8806
8807         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8808         Replace mapcar called for effect with dolist.
8809
8810         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8811
8812         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8813         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8814         Replace mapcar called for effect with dolist.
8815         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8816         mapc.
8817
8818         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8819         Replace mapcar called for effect with dolist.
8820         (gnus-topic-list): Replace mapcar called for effect with mapc.
8821
8822         * gnus.el: Use mapc instead of mapcar to add autoloads.
8823
8824 2007-10-23  Richard Stallman  <rms@gnu.org>
8825
8826         * gnus-group.el (gnus-group-highlight): Mark as risky.
8827
8828 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus.el (gnus-server-to-method): Return method found first in
8831         gnus-newsrc-alist.
8832
8833         * gnus-art.el (gnus-article-highlight-signature)
8834         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8835         button overlay without the front stickiness.
8836
8837 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8838
8839         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8840         overview buffer needed a catch to receive its throw.
8841         (gnus-agent-flush-cache): Declare as interactive to make this function
8842         easier to use.
8843
8844 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8847         `next-line'.
8848
8849 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8852         exclude address matching message-dont-reply-to-names.
8853
8854 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8855
8856         * gnus-util.el (gnus-string<): New function.
8857
8858         * gnus-sum.el (gnus-article-sort-by-author)
8859         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8860
8861 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8862
8863         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8864         the frame-focus tag is set in gnus-buffer-configuration.
8865
8866 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8867
8868         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8869         the front stickiness.
8870
8871 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8874         url pattern; remove duplicate one.
8875         (gnus-article-extend-url-button): New function.
8876         (gnus-article-add-buttons): Use it.
8877         (gnus-button-push): Use concatenated url that it makes.
8878
8879 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8880
8881         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8882
8883 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8884
8885         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8886         Don't hardcode point-min==1.
8887
8888 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8889
8890         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8891         Fix comment about "iso8859-1".
8892
8893 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8894
8895         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8896         ones returned from the verify-function.
8897
8898         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8899         Call mml2015-extract-cleartext-signature if extraction failed.
8900
8901 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8902
8903         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8904         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8905         failed.
8906
8907 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8910
8911 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8914         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8915         recommends to use EasyPG instead of PGG.
8916
8917         * pgg.el: Revert to revision 6.23.2.16.
8918
8919         * pgg-def.el: Revert to revision 6.6.2.14.
8920
8921         * pgg-gpg.el: Revert to revision 6.23.2.34.
8922
8923 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8924
8925         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8926         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8927         thread for both the null and zero (kill/expire thread) universal prefix
8928         cases.
8929         (gnus-summary-expire-thread): Add new function to expire a thread,
8930         using gnus-summary-kill-thread.
8931         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8932         shortcuts for gnus-summary-expire-thread.
8933         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8934         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8935
8936 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8937
8938         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8939         extras value, so an extras entry can be deleted.
8940         (gnus-registry-delete-extra-entry): Use it.
8941         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8942         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8943         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8944         storage through the gnus-registry, and provide an appropriate API for
8945         it.
8946
8947 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8950         Suggested by Leo <sdl.web@gmail.com>.
8951
8952         * gnus.el: Do.
8953
8954 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8957         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8958
8959         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8960
8961         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8962         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8963
8964 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8967         newline.
8968         (nnmbox-request-accept-article): Don't change article in source buffer;
8969         narrow to header to use message-fetch-field rather than
8970         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8971         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8972         as delimiters; make sure article ends with newline.
8973         (nnmbox-delete-mail): Correct last position of article to be deleted;
8974         ignore X-Gnus-Newsgroup header in article body.
8975         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8976         positions; make sure article ends with newline.
8977
8978         * message.el (message-display-abbrev): Don't infloop when a user
8979         inserts SPC in the beginning of header.
8980
8981         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8982         coding-system-for-read and coding-system-for-write for XEmacs having no
8983         file-coding feature.
8984
8985         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8986
8987 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8988
8989         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8990         list of groups not followed by default.  Fix type to be regexp.
8991         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8992
8993 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8994
8995         * hmac-def.el (define-hmac-function): Switch from old-style to
8996         new-style backquotes.
8997
8998         * md4.el (md4-make-step): Likewise.
8999
9000 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9001
9002         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9003         raw-text coding system when saving .newsrc file, which may contain
9004         non-ASCII group names.
9005
9006 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9007
9008         * gnus-cus.el (gnus-score-extra): New widget.
9009         (gnus-score-extra-convert): New function.
9010         (gnus-score-customize): Use it for Extra.
9011
9012 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9013
9014         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9015         (mml2015-mailcrypt-clear-verify): Use it.
9016         (mml2015-gpg-clear-verify): Use it.
9017         (mml2015-pgg-clear-verify): Use it.
9018         (mml2015-epg-clear-verify): Replace the current part with the output
9019         from GnuPG; don't extract the plaintext by itself.
9020
9021         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9022         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9023         mml2015-clear-verify-function; don't touch the armor headers or
9024         dash-escaped text here.
9025
9026 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9029         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9030         parts, or application/octet-stream as a last resort.
9031         (gnus-mime-view-part-as-type): Don't toggle display.
9032         (gnus-mime-view-part-as-charset): Don't turn off display before
9033         querying charset.
9034
9035         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9036         stuff to undisplayer function in Emacs.
9037         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9038
9039         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9040         text/calendar parts.
9041
9042 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9045         decoding text/calendar parts.
9046
9047         * message.el (message-forward-make-body-mime): Always mark body as
9048         having no illegible text; remove signed-or-encrypted argument.
9049         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9050
9051         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9052         (mml-generate-mime-1): Don't encode body if it is specified to be in
9053         raw form; don't make buffer be unibyte when inserting multibyte string.
9054
9055 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9056
9057         * sha1.el: Fix up comment style.
9058         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9059         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9060
9061         * hex-util.el: Fix up comment style.
9062         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9063
9064         * gnus-salt.el: Use with-current-buffer.
9065         (gnus-pick-setup-message): Fix long-standing typo.
9066
9067 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9068
9069         * imap.el (imap-logout-timeout): New variable.
9070         (imap-logout, imap-logout-wait): New functions.
9071         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9072
9073         * nnimap.el (nnimap-logout-timeout): New server variable.
9074         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9075         nnimap-logout-timeout.
9076
9077         * gnus-art.el (gnus-article-summary-command-nosave)
9078         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9079
9080 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9081
9082         * gnus.el (gnus-maximum-newsgroup): New variable.
9083
9084         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9085         according to gnus-maximum-newsgroup.
9086
9087         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9088         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9089         Limit the range of articles according to gnus-maximum-newsgroup.
9090
9091 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9092
9093         * gnus-art.el (gnus-sticky-article): Fix problems described in
9094         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9095         Don't perform gnus-configure-windows here; reuse existing sticky
9096         article buffer.
9097
9098         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9099         it doesn't exist in gnus-article-mode.
9100
9101 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9104         (gnus-agent-decoded-group-name): New function.
9105         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9106         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9107
9108 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9109
9110         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9111         Add binding for gnus-sticky-article.
9112         (gnus-summary-exit): Don't kill sticky article buffers.
9113
9114         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9115         article buffer.
9116         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9117         (gnus-kill-sticky-article-buffers): New commands.
9118
9119 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * nntp.el (nntp-xref-number-is-evil): New server variable.
9122         (nntp-find-group-and-number): If it is non-nil, don't trust article
9123         numbers in the Xref header.
9124
9125 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-agent.el (gnus-agent-read-group): New function.
9128         (gnus-agent-flush-group, gnus-agent-expire-group)
9129         (gnus-agent-regenerate-group): Use it.
9130         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9131         nnmail-pathname-coding-system.
9132
9133 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9134
9135         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9136
9137         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9138         that are unread as unread, and also as selected so that information of
9139         marks having been changed by a user may be updated when exiting group.
9140
9141 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9142
9143         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9144
9145 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9148         calculated ignoring signature parts to gnus-treat-article.
9149
9150 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9153         a point here in order to keep the window start.
9154         (gnus-insert-mime-security-button): Make a button overlay without the
9155         front stickiness.
9156         (gnus-mime-display-security): Goto the end of a button.
9157
9158         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9159
9160 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9163         group-name-at-point.
9164         (gnus-group-completing-read): New function that offers decoded
9165         non-ASCII group names for completion.
9166         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9167         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9168         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9169         (gnus-group-fetch-control): Use it.
9170         (gnus-fetch-group): Use group-name-at-point for the initial value
9171         rather than the default value; use gnus-alive-p.
9172
9173         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9174         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9175         (gnus-summary-post-news): Use gnus-group-completing-read.
9176
9177         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9178         (gnus-read-move-group-name): Decode group name for completion.
9179
9180 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9181
9182         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9183         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9184         Yamaoka slightly modified the code).
9185
9186 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9189         (nnmail-split-incoming): Bind it.
9190
9191         * nnml.el (nnml-group-name-charset): New function.
9192         (nnml-decoded-group-name): Use it; don't decode group name if
9193         nnmail-group-names-not-encoded-p is non-nil.
9194         (nnml-encoded-group-name): New function.
9195         (nnml-group-pathname): Inline nnml-decoded-group-name.
9196         (nnml-request-expire-articles): Decode group name in message.
9197         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9198         nnmail-pathname-coding-system.
9199         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9200         not decoded ones according to nnmail-group-names-not-encoded-p.
9201         (nnml-generate-active-info): Use nnml-encoded-group-name.
9202
9203 2007-08-08  Glenn Morris  <rgm@gnu.org>
9204
9205         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9206         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9207         doc-strings and comments.
9208
9209 2007-07-25  Glenn Morris  <rgm@gnu.org>
9210
9211         * Relicense all FSF files to GPLv3 or later.
9212
9213 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-sum.el (gnus-summary-move-article):
9216         Make gnus-summary-respool-article work.
9217
9218 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9219
9220         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9221         string.
9222
9223 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9224
9225         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9226         that should be ignored when comparing distant RSS articles with local
9227         ones.
9228         (nnrss-make-hash-index): New function.  Create a hash index according
9229         to the ignored fields.
9230         (nnrss-check-group): Use it.
9231
9232 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9235
9236         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9237
9238         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9239         the new optional argument ENCODED is non-nil.
9240         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9241         coding system for encoding group name.
9242         (gnus-group-make-rss-group): Pass un-encoded group name to
9243         gnus-group-make-group.
9244         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9245         encoded.
9246
9247         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9248         Encode group name to which articles are moved or copied.
9249         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9250         coding system for encoding Newsgroup, Followup-To and Xref headers.
9251
9252         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9253         marks; use nnheader-file-coding-system to write a file.
9254         (nnagent-retrieve-headers): Bind file-name-coding-system to
9255         nnmail-pathname-coding-system.
9256
9257         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9258
9259         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9260         (nnml-request-article, nnml-request-create-group)
9261         (nnml-request-rename-group, nnml-find-id)
9262         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9263         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9264         (nnml-save-marks): Use nnml-group-pathname instead of
9265         nnmail-group-pathname.
9266
9267         (nnml-request-create-group, nnml-request-expire-articles)
9268         (nnml-request-move-article, nnml-request-delete-group)
9269         (nnml-deletable-article-p, nnml-possibly-create-directory)
9270         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9271         (nnml-open-marks): Bind file-name-coding-system to
9272         nnmail-pathname-coding-system.
9273
9274         (nnml-request-article): Pass server argument to nnml-find-group-number.
9275         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9276         Pass server argument to nnml-possibly-create-directory.
9277         (nnml-request-accept-article): Pass server argument to
9278         nnml-active-number and nnml-save-mail.
9279         (nnml-find-group-number): Pass server argument to nnml-find-id.
9280         (nnml-request-update-info): Pass server argument to
9281         nnml-marks-changed-p.
9282
9283         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9284         (nnml-save-mail, nnml-active-number): Add server argument.
9285
9286         (nnml-request-delete-group): Warn if group is missing.
9287         (nnml-get-nov-buffer): Decode group name.
9288         (nnml-generate-active-info): Encode group name.
9289         (nnml-open-marks): Decode group name in messages.
9290
9291 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9294         if it is not specified.
9295         (gnus-article-pipe-part, gnus-article-save-part)
9296         (gnus-article-interactively-view-part, gnus-article-copy-part)
9297         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9298         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9299         (gnus-article-replace-part, gnus-article-delete-part)
9300         (gnus-article-view-part-as-type): Pass raw prefix argument to
9301         gnus-article-part-wrapper.
9302
9303 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * gnus-agent.el (gnus-agent-save-active):
9306         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9307
9308         * gnus-cache.el (gnus-cache-save-buffers)
9309         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9310         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9311         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9312         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9313         (gnus-cache-generate-active, gnus-cache-rename-group)
9314         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9315         (gnus-cache-update-overview-total-fetched-for):
9316         Bind file-name-coding-system to nnmail-pathname-coding-system.
9317         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9318         New variables.
9319         (gnus-cache-decoded-group-name): New function.
9320         (gnus-cache-file-name): Use it.
9321         (gnus-cache-generate-active): Use non-decoded group name for active.
9322
9323         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9324         right place.
9325         (gnus-write-active-file): Don't break non-ASCII group names.
9326
9327         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9328         nnmail-pathname-coding-system.
9329
9330         * lpath.el: Bind default-file-name-coding-system,
9331         file-name-coding-system and language-info-alist for XEmacs.
9332
9333         * gnus-uu.el (gnus-uu-decode-save): Typo.
9334
9335 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9336
9337         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9338
9339 2007-07-14  David Kastrup  <dak@gnu.org>
9340
9341         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9342         finishing actions if we did not edit the article.
9343
9344 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9347         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9348         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9349         (gnus-agent-flush-group, gnus-agent-flush-cache)
9350         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9351         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9352         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9353         (gnus-agent-regenerate-group)
9354         (gnus-agent-update-files-total-fetched-for)
9355         (gnus-agent-update-view-total-fetched-for):
9356         Bind file-name-coding-system to nnmail-pathname-coding-system.
9357         (gnus-agent-group-pathname): Don't encode file names by
9358         nnmail-pathname-coding-system.
9359         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9360         coding-system-for-write instead of buffer-file-coding-system to
9361         gnus-agent-file-coding-system.
9362
9363         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9364         Decode group name.
9365
9366         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9367
9368         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9369         (gnus-read-newsrc-el-file): Make group names unibyte.
9370
9371         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9372         nnmail-pathname-coding-system.
9373
9374         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9375         (nnrss-request-delete-group): Bind file-name-coding-system to
9376         nnmail-pathname-coding-system.
9377         (nnrss-read-server-data, nnrss-read-group-data):
9378         Bind file-name-coding-system correctly.
9379         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9380
9381         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9382         (nntp-server-to-method-cache): New variable.
9383         (nntp-group-pathname): New function that decodes non-ASCII group names.
9384         (nntp-possibly-create-directory, nntp-marks-changed-p)
9385         (nntp-save-marks, nntp-open-marks): Use it.
9386         (nntp-possibly-create-directory, nntp-open-marks):
9387         Bind file-name-coding-system to nnmail-pathname-coding-system.
9388         (nntp-open-marks): Decode group names when bootstrapping marks.
9389
9390         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9391         Newsgroups and Folowup-To headers.
9392
9393 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9396         (gnus-server-closed-face, gnus-server-denied-face)
9397         (gnus-server-offline-face): Remove variable.
9398         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9399
9400         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9401         of modifying message-stack directly for XEmacs.
9402
9403         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9404         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9405         if the coding-system argument is nil for XEmacs.
9406
9407         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9408         mm-charset-override-alist.
9409
9410         * rfc2047.el: Don't require base64; require rfc2045 for the function
9411         rfc2045-encode-string.
9412         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9413         to quote the parameter value.
9414
9415 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9418         form in gnus-group-name-charset-method-alist.
9419
9420         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9421         overrides the default layout edit-form.
9422
9423         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9424
9425         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9426
9427 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9428
9429         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9430         as unfetched articles.
9431
9432 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9435
9436 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9439         original back end that keeps marks in the local system.
9440
9441 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9444         arg of pop-to-buffer for XEmacs.
9445         (gnus-article-read-summary-keys): Ditto; don't restore window
9446         configuration if summary command ends up with neither article buffer
9447         nor summary buffer; describe bindings if summary keys end with C-h.
9448
9449 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * message.el (message-fix-before-sending): Skip raw message part to be
9452         forwarded while checking illegible text.
9453         (message-forward-make-body-mime, message-forward-make-body):
9454         Mark signed or encrypted raw message as having no illegible text.
9455
9456 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9459         (gnus-message-with-timestamp-1): New macro.
9460         (gnus-message-with-timestamp): New function.
9461         (gnus-message): Use them.
9462
9463         * nnheader.el (nnheader-message): Use them.
9464
9465 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9468         .newsrc.eld file.
9469
9470 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9471
9472         * gnus-agent.el (gnus-agent-fetch-headers)
9473         (gnus-agent-retrieve-headers):
9474         Bind gnus-decode-encoded-address-function to identity.
9475
9476         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9477         available also when the server returns simply a dot.
9478
9479         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9480
9481 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9482
9483         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9484
9485 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9486
9487         * gnus-ems.el (gnus-x-splash): Make it work.
9488
9489         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9490         from being used.
9491
9492         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9493
9494 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9497         4th and the 5th arguments.
9498
9499         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9500         the front stickiness.
9501         (gnus-article-summary-command-nosave): Correct the order of the
9502         arguments passed to pop-to-buffer.
9503         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9504         summary command ends up with the article buffer.
9505
9506         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9507         the same faces.
9508
9509 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9510
9511         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9512
9513 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9514
9515         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9516         * gnus-sum.el (gnus-summary-highlight):
9517         * pgg.el (pgg-sign-region, pgg-sign):
9518         * mail-source.el (mail-source-delete-old-incoming-confirm):
9519         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9520
9521 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9522
9523         * gnus-art.el (gnus-mime-view-part-externally)
9524         (gnus-mime-view-part-internally): Fix predicate function passed to
9525         completing-read.
9526
9527         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9528
9529         * gnus.el (gnus-update-message-archive-method): Add :version.
9530
9531 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9532
9533         * gnus.el (gnus-update-message-archive-method): New variable.
9534
9535         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9536         according to gnus-message-archive-method if
9537         gnus-update-message-archive-method is non-nil.
9538
9539 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9542         Suggested by Loic Dachary <loic@dachary.org>.
9543         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9544
9545 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * message.el (message-pop-to-buffer): Add switch-function argument.
9548         (message-mail): Pass switch-function argument to it.
9549
9550 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9553         Improve doc string.
9554
9555 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9558         (gnus-header-content)
9559         * gnus-cite.el (gnus-cite-10)
9560         * gnus-srvr.el (gnus-server-closed)
9561         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9562         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9563         (gnus-group-mail-3-empty, gnus-group-mail-low)
9564         (gnus-group-mail-low-empty, gnus-splash)
9565         * message.el (message-header-to, message-header-cc)
9566         (message-header-subject, message-header-other, message-header-name)
9567         (message-header-xheader, message-separator, message-cited-text)
9568         (message-mml): Lighten colors of faces used for dark background.
9569
9570 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9571
9572         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9573         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9574
9575 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * message.el (message-narrow-to-headers-or-head):
9578         Ignore mail-header-separator in the body.
9579
9580 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9583         same as window size.
9584
9585 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9586
9587         * message.el (message-font-lock-keywords): Use message-header-xheader
9588         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9589         ahead of the anything pattern, to get it recognised.
9590
9591 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9594         spam.el loads uses it in the compiled defadvice form.
9595
9596 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9597
9598         * gnus-sum.el (gnus-articles-to-read)
9599         (gnus-summary-insert-old-articles): Don't truncate group name for
9600         `read-string'.
9601
9602         * gnus-util.el (gnus-limit-string): Delete this function.
9603
9604         * gnus-sum.el (gnus-simplify-subject-fully):
9605         Use `truncate-string-to-width' instead.
9606
9607 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9608
9609         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9610         Tell if, on summary exit, the next group has to be selected.
9611         (gnus-summary-exit): Use it.
9612
9613 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9616         non-break space.
9617
9618 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9621         Check if group is not a directory.
9622         (nnfolder-request-expire-articles): Don't delete articles if the target
9623         group is not available.
9624
9625         * nnml.el (nnml-request-create-group): Properly check if group is not a
9626         file.
9627         (nnml-request-expire-articles): Don't delete articles if the target
9628         group is not available.
9629
9630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9631         Don't quote characters that are within parentheses.
9632
9633 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9636         (gnus-handle-ephemeral-exit): Select article according to it.
9637
9638 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * message.el (message-insert-formated-citation-line): Remove newline.
9641         (message-citation-line-format): Add final \n here so that the user can
9642         avoid a blank line.
9643
9644 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9645
9646         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9647         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9648         Update lanl/arXiv support.
9649
9650 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus.el: Bump version number.
9653
9654 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * gnus.el (gnus-version-number): Bump version.
9657
9658 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9659
9660         * gnus.el: No Gnus v0.6 is released.
9661
9662 2007-04-27  Didier Verna  <didier@xemacs.org>
9663
9664         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9665         * gmm-utils.el (gmm-regexp-concat): ... here.
9666         * message.el: Don't require 'gnus-util.
9667         (message-dont-reply-to-names): Handle name change above.
9668         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9669
9670 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9673         since the initial value varies according to the system.
9674
9675 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9678
9679 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9680
9681         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9682
9683 2007-04-24  Didier Verna  <didier@xemacs.org>
9684
9685         Improve the type of gnus-ignored-from-addresses.
9686         * gnus-util.el (gnus-orify-regexp): New function.
9687         * message.el (gnus-util): Require it.
9688         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9689         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9690         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9691
9692 2007-04-24  Didier Verna  <didier@xemacs.org>
9693
9694         * gnus-sum.el:
9695         * gnus-utils.el: Fix some trailing whitespaces.
9696
9697 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9700         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9701         article's Message-ID; refer parent article in summary buffer.
9702
9703         * message.el (message-bounce): Call mime-to-mml.
9704
9705         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9706         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9707         optimize and/or forms properly.
9708
9709 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9710
9711         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9712         URL.
9713
9714 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9715
9716         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9717
9718 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9721         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9722         displayed of multipart/alternative part if it is invoked from summary
9723         buffer.
9724
9725         * mm-view.el (mm-inline-text-html-render-with-w3m)
9726         (mm-inline-text-html-render-with-w3m-standalone)
9727         (mm-inline-render-with-function): Use mail-parse-charset by default.
9728
9729 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9730
9731         * parse-time.el (parse-time-string-chars): Check if CHAR
9732         is less than the length of parse-time-syntax.
9733
9734 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9737         from gnus-newsgroup-processable.
9738
9739 2007-04-16  Didier Verna  <didier@xemacs.org>
9740
9741         * gnus-msg.el (gnus-configure-posting-styles):
9742         Handle message-signature-directory properly with :file syntax.
9743         Reported by "Leo".
9744
9745 2007-04-11  Didier Verna  <didier@xemacs.org>
9746
9747         New user option: message-signature-directory.
9748         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9749         * message.el (message-insert-signature): Ditto.
9750         * message.el (message-signature-file): Doc update.
9751         * message.el (message-signature-directory): New.
9752
9753 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-msg.el (gnus-inews-yank-articles):
9756         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9757
9758 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9759
9760         * message.el (message-yank-original): Make sure cited text ends with
9761         newline; don't exchange point and mark.
9762
9763 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9764
9765         * tls.el (open-tls-stream): Properly handle case where there
9766         is no associated buffer.
9767
9768 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9769
9770         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9771         message-yank-original, make sure (< mark TEXT point).
9772
9773 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9774
9775         * message.el (message-fill-column): New variable.
9776         (message-mode): Use it.  Add comment on a possible new hook.
9777
9778         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9779         (nnmail-get-new-mail): Reformat.
9780
9781         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9782
9783         * gmm-utils.el: Fix Commentary.
9784         (gmm-tool-bar-from-list): Fix typo in doc string.
9785
9786 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9787
9788         * message.el (message-yank-original): Don't switch point and mark
9789         unnecessarily to put point and mark as documented.
9790
9791 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9794         from the message heads.
9795
9796 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9797
9798         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9799         article buffer does not have a window.  This may not be the best
9800         solution but is certainly better than setting the start of the null,
9801         that is the current, window.
9802
9803 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9806         (gnus-draft-setup): Run it.
9807
9808         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9809         gnus-score-fast-scoring.  Allow regexp.
9810         (gnus-score-headers): Use it.
9811
9812         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9813         XEmacs.
9814
9815         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9816         string.
9817         (gnus-button-alist): Also catch `<f1> k ...'.
9818         (gnus-treat-display-x-face): Fix doc string.
9819
9820 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9821
9822         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9823         evaluation of gnus-extended-version to ensure correct generation of the
9824         User-Agent header when message-generate-headers-first is used.
9825
9826 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9827
9828         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9829         hashcash-path is nil.  Don't call callback with incorrect number of
9830         parameters if val is 0.
9831
9832 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9833
9834         * message.el (message-required-news-headers):
9835         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9836
9837 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9838
9839         * tls.el (open-tls-stream): In handshake-waiting loop,
9840         don't wait more if there is output available to process.
9841
9842 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9843
9844         * tls.el (tls-program): Doc fix.
9845
9846 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * message.el (message-generate-new-buffers): Change the meaning of the
9849         nil value; add `standard' to the choices; treat t as `unique'; improve
9850         doc string.
9851         (gnus-select-frame-set-input-focus): Autoload.
9852         (message-buffer-name): Search for the existing message buffer if
9853         message-generate-new-buffers is nil or `standard'; treat the value t of
9854         message-generate-new-buffers as `unique'.
9855         (message-pop-to-buffer): Raise the frame already displaying the message
9856         buffer; clear the echo area after querying.
9857         (message-setup): Pass the `continue' argument to compose-mail.
9858         (message-mail): Prefer `switch-function' if it is given; search for the
9859         existing message buffer if the `continue' argument is non-nil; pass
9860         continue and switch-function arguments to compose-mail by way of
9861         message-setup.
9862         (message-mail-other-window): Adjust argument of message-setup.
9863         (message-mail-other-frame): Ditto.
9864
9865 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9866
9867         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9868         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9869         to turn font-lock on when turning gnus-message-citation-mode on.
9870
9871 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9872
9873         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9874         (mml-smime-function-alist): New variable; add epg as the backend.
9875         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9876         mml-smime- functions instead.
9877         * mm-view.el: Require smime.
9878
9879 2007-03-05  Didier Verna  <didier@xemacs.org>
9880
9881         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9882         instead of just inheritance for posting styles.
9883         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9884
9885 2007-02-24  Chris Moore  <dooglus@gmail.com>
9886
9887         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9888         * pgg-pgp.el (pgg-pgp-encrypt-region):
9889         * pgg-gpg.el (pgg-gpg-encrypt-region):
9890         Check pgg-encrypt-for-me if no other recipients.
9891
9892 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9893
9894         * tls.el (tls-certtool-program): Fix custom type.
9895
9896 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9899         and point-at-eol instead of line-(beginning|end)-position.
9900
9901         * assistant.el (assistant-parse-buffer): Ditto.
9902
9903         * netrc.el (netrc-parse-services): Ditto.
9904
9905 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9906
9907         * mml2015.el (mml2015-epg-find-usable-key): New function.
9908         (mml2015-epg-sign): Use it.
9909         (mml2015-epg-encrypt): Use it.
9910
9911 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * message.el (message-make-in-reply-to): Quote name containing
9914         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9915         if there are special characters.  Reported by NAKAJI Hiroyuki
9916         <nakaji@jp.freebsd.org>.
9917
9918 2007-02-27  Didier Verna  <didier@xemacs.org>
9919
9920         Include the group parameters as well as the topic ones in the
9921         inheritance filter process.
9922         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9923         argument GROUP-PARAMS-LIST.
9924         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9925
9926 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * nntp.el (nntp-never-echoes-commands)
9929         (nntp-open-connection-functions-never-echo-commands): New variables.
9930         (nntp-send-command): Use them.
9931
9932 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * mml2015.el (mml2015-epg-verify): Simplify.
9935
9936 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * mml.el (mml-content-disposition-alist): New user option.
9939         (mml-content-disposition): New function.
9940         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9941         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9942
9943 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9944
9945         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9946         verification.
9947
9948 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9949
9950         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9951         articles posted in the last 24 hours.
9952
9953 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9954
9955         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9956
9957 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9958
9959         * nntp.el (nntp-send-command): Don't wait for echoes when
9960         nntp-open-ssl-stream is used.
9961
9962 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9965         (gnus-message-add-citation-keywords)
9966         (gnus-message-remove-citation-keywords): Remove.
9967         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9968         directly, make the variables in font-lock-defaults buffer-local, add
9969         gnus-message-citation-keywords to them and then update the value of
9970         font-lock-keywords.
9971
9972 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * message.el (message-cite-original-1): Don't call
9975         gnus-article-highlight-citation.
9976
9977         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9978         citations; fix line count.
9979
9980 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9983         (gnus-message-add-citation-keywords)
9984         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9985         versions of font-lock-add-keywords and font-lock-remove-keywords to
9986         work with XEmacs correctly.
9987
9988 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus-cite.el (gnus-cite-face-list): Set the values of
9991         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9992         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9993         (gnus-message-cite-prefix-regexp): New variable.
9994         (gnus-message-search-citation-line): Use it; protect against long
9995         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9996         the 0th match data for Emacs.
9997         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9998         (gnus-message-add-citation-keywords): Append keywords rather than
9999         prepending; emulate font-lock-add-keywords if it is not available.
10000         (gnus-message-remove-citation-keywords):
10001         Emulate font-lock-remove-keywords if it is not available.
10002
10003         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10004
10005         * message.el (message-cite-prefix-regexp): Set the value of
10006         gnus-message-cite-prefix-regexp.
10007
10008 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10009
10010         * nnweb.el (nnweb-google-parse-1): Update parser.
10011
10012 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10013
10014         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10015
10016 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10019         regexp.
10020
10021 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10024         string-to-multibyte.
10025         (uudecode-decode-region-internal): Use it.
10026
10027         * lpath.el: Fbind string-as-multibyte for XEmacs.
10028
10029 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10032         Fix custom choice.
10033
10034         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10035
10036 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10037
10038         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10039
10040         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10041         `write-region' to respect `mm-inhibit-file-name-handlers'.
10042
10043 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10044
10045         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10046         Use gnus-home-directory instead of "~/" or "$HOME".
10047
10048 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10049
10050         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10051         to mention filename.
10052         Add comments at beginning regarding usage.
10053         (encrypt-write-file-contents): Change interactive so a string is
10054         acceptable.  If the file has no associated model, show an error instead
10055         of a nonsense prompt.
10056
10057 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10058
10059         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10060         Thanks to Yoshihiko Yamada for kind notification of this typo.
10061
10062 2007-01-12  Kenichi Handa  <handa@m17n.org>
10063
10064         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10065         multibyte buffer.
10066
10067 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10068
10069         * gnus-score.el (gnus-score-fast-scoring): New variable.
10070         (gnus-score-headers): Use it.
10071
10072         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10073
10074         * message.el (message-cite-original-1):
10075         Call gnus-article-highlight-citation if requested.
10076         (message-make-from): Allow name and address as optional arguments.
10077
10078         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10079
10080         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10081         bugs to doc string.
10082         (gnus-button-alist): Add mid\\|message-id.
10083         (gnus-button-fetch-group): Extend for use in
10084         `browse-url-browser-function'.
10085         (gnus-button-url-regexp): Try to catch paired parentheses like in
10086         Wikipedia URLs.
10087
10088         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10089         Suggested by Simon Krahnke <overlord@gmx.li>.
10090
10091 2007-01-13  Romain Francoise  <romain@orebokech.com>
10092
10093         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10094         Update copyright.
10095
10096 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10097
10098         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10099
10100 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10101
10102         * gnus-registry.el (gnus-registry-unfollowed-groups)
10103         (gnus-registry-split-fancy-with-parent): Fix documentation.
10104
10105 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106
10107         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10108         from nnweb groups.
10109
10110 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10111
10112         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10113         Xref urls.  Erase buffer before requesting head.
10114
10115         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10116
10117 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10120         customizable.
10121
10122 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10123
10124         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10125         no signing key is found.
10126         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10127         no encrypting and/or signing key is found.
10128
10129 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10132
10133 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10134
10135         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10136         headers read from disk with the ones newly found in the current search.
10137         This should no longer cause problems, because the article numbers in
10138         Gmane's `nov.php' output are ignored since the previous change.
10139
10140 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10141
10142         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10143
10144 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10147         replace-regexp-in-string; bind url-version; fbind display-images-p and
10148         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10149         find-face and set-itimer-function for Emacs; bind itimer-list for
10150         Emacs.
10151
10152         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10153
10154 2007-01-01  Romain Francoise  <romain@orebokech.com>
10155
10156         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10157
10158 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10159
10160         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10161         `define-minor-mode' macro definition expanded properly.
10162         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10163         exclude it there.
10164
10165         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10166         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10167         `fboundp' test.
10168         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10169         This is OK to autoload in (S)XEmacs now.
10170
10171 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10174         keystroke.
10175         (gnus-summary-limit-to-singletons): Fix typo.
10176
10177         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10178         else fails.
10179
10180 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10181
10182         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10183         docstring.
10184
10185         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10186         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10187         (gnus-summary-insert-dormant-articles): Fix typo in message.
10188
10189 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10190
10191         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10192         nil for XEmacs.
10193         (gnus-message-citation-mode): Don't autoload in XEmacs.
10194
10195         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10196
10197 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10198
10199         * nnimap.el (nnimap-expunge-search-string):
10200         Mention nnimap-search-uids-not-since-is-evil in docstring.
10201
10202 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * spam.el: Revert to make-obsolete-variable because
10205         define-obsolete-variable-alias is not supported in Emacs 21.
10206
10207         * spam.el (spam-ifile-path, spam-ifile-database-path)
10208         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10209         make-obsolete-variable.
10210         (spam-bsfilter-path, spam-bsfilter-program)
10211         (spam-spamassassin-path, spam-spamassassin-program)
10212         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10213         Don't use "path" inappropriately.
10214         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10215         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10216         variable names.
10217
10218 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10219
10220         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10221         summary buffer.
10222
10223         * password.el (password-cache-remove): Use clear-string to burn
10224         password, if available.
10225
10226 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10229
10230         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10231
10232         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10233         (gnus-message-highlight-citation): Move defcustom here from
10234         gnus-cite.el.
10235         (gnus-message-citation-mode): Autoload.
10236
10237         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10238         checks to make it compile with XEmacs.
10239         (gnus-message-citation-mode): New minor mode.
10240         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10241         (gnus-message-highlight-citation): New variables.
10242         (gnus-message-search-citation-line)
10243         (gnus-message-add-citation-keywords)
10244         (gnus-message-remove-citation-keywords)
10245         (turn-on-gnus-message-citation-mode)
10246         (turn-off-gnus-message-citation-mode): New functions.
10247
10248 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10249
10250         * gnus-cite.el: Enable highlighting of different citation levels in
10251         message-mode.
10252
10253 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10254
10255         * message.el (message-make-fqdn): Fix comment.
10256         (message-bogus-system-names): Add ".local".
10257
10258         * spam.el (spam-ifile-path, spam-ifile-program)
10259         (spam-ifile-database-path, spam-ifile-database)
10260         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10261         Don't use "path" inappropriately.
10262         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10263         strings.
10264         (spam-check-ifile, spam-ifile-register-with-ifile)
10265         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10266         Use new variable names.
10267
10268         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10269         (gnus-treat-display-smileys): Simplify using
10270         gnus-image-type-available-p.
10271
10272         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10273         available.
10274
10275         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10276         Use `display-images-p' if available.
10277
10278 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10281         one after turning on the buffer's multibyteness instead of decoding
10282         them directly in the unibyte buffer that causes unexpected conversion
10283         in Emacs 23 (unicode).
10284
10285 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10286
10287         * message.el (message-generate-hashcash): Fix custom type.
10288
10289 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10292
10293 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10296         disconnect icons.  Add help text.
10297
10298 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10299
10300         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10301         negated to be consistent with the others we handle.
10302
10303 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10304
10305         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10306         version of gnus-summary-buffer to something, so that we can use two
10307         article buffers at the same time.
10308
10309 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10310
10311         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10312         trigger all the extra headers.
10313         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10314         sorting.
10315
10316 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10317
10318         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10319         solid groups.
10320
10321 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10322
10323         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10324
10325 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10326
10327         * legacy-gnus-agent.el: Add Copyright notice.
10328
10329 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10330
10331         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10332
10333 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10334
10335         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10336
10337         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10338         to make it work reliably in CVS Emacs.
10339         (gnus-summary-limit-strange-charsets-predicate)
10340         (gnus-summary-limit-to-predicate): New functions.
10341
10342 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10343
10344         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10345         specifying array size.
10346         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10347         array if it is too small.
10348         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10349         (gnus-sort-threads-loop): New function.
10350
10351 2006-12-06  Chris Moore  <dooglus@gmail.com>
10352
10353         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10354         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10355
10356 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10357
10358         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10359         options.
10360
10361 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10362
10363         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10364         DOS-ing the recipient.
10365
10366         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10367         the headers when creating the mapping to avoid mismappings.
10368         (nnweb-gmane-create-mapping): Always nix out old mapping.
10369
10370 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10373         and mm-verify-option to never.
10374
10375 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * message.el (message-signed-or-encrypted-p): New function.
10378         (message-forward-make-body): Use it.
10379
10380         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10381         Replace encode-coding-string with mm-encode-coding-string.
10382
10383 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nneething.el (nneething-decode-file-name):
10386         Replace decode-coding-string with mm-decode-coding-string.
10387
10388         * gnus-int.el (gnus-open-server): Say failed server's name.
10389
10390 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10391
10392         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10393         strings to a single string.  Quote `errors-file-name'.
10394         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10395         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10396         Adjust calls.  Use `shell-quote-argument'.
10397
10398 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10399
10400         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10401         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10402
10403         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10404         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10405         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10406         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10407         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10408         (gnus-subscribe-newsgroup, gnus-1):
10409         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10410         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10411         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10412         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10413
10414 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415
10416         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10417         keystroke.
10418         (gnus-summary-limit-to-bodies): Implement headersp.
10419
10420 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10421
10422         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10423
10424 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10427
10428 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * message.el (message-generate-hashcash): Expand range of values to
10431         include `opportunistic'.
10432         (message-send-mail): Use it.
10433
10434 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10435
10436         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10437         and comment it.
10438
10439         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10440
10441 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-util.el (gnus-extract-address-components): Improve comment.
10444
10445 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-util.el (gnus-extract-address-components): Work with address in
10448         which the name portion contains @.
10449
10450         * lpath.el: Fbind custom-autoload.
10451
10452 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10453
10454         * gnus.el (gnus-start): Move custom group up.
10455         (gnus-select-method): Don't autoload, but make it available for
10456         `customize-variable'.
10457         (gnus-getenv-nntpserver): Don't autoload.
10458
10459 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10460
10461         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10462
10463 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * message.el (message-sendmail-extra-arguments): New variable.
10466         (message-send-mail-with-sendmail): Use it.
10467
10468 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10471         mm-with-unibyte-current-buffer to make string unibyte.
10472
10473         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10474         mm-string-as-multibyte.
10475
10476 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10477
10478         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10479         Reported by Werner Koch <wk@gnupg.org>.
10480
10481 2006-11-14  Daiki Ueno  <ueno@p360>
10482
10483         * mml2015.el: Autoload epa-select-keys when compiling.
10484
10485 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10486
10487         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10488         message-options.
10489         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10490
10491 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10492
10493         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10494         EasyPG (< 0.0.6).
10495         (mml2015-always-trust): New user option.
10496         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10497         prompt.
10498
10499 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10500
10501         * nntp.el (nntp-authinfo-force): New variable.
10502         (nntp-send-authinfo): Use it.
10503
10504 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10505
10506         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10507         decode encoded words.  Improve prompt.  Add comment about forwarding.
10508         (message-replacement-char): Move up.
10509
10510 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10511
10512         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10513         instead of gnus-intersection because arguments of gnus-sorted-nunion
10514         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10515
10516 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10517
10518         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10519         (message-simplify-subject-functions):
10520         Enable message-strip-subject-encoded-words by default.
10521
10522 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * message.el (message-strip-subject-encoded-words): New function.
10525         (message-simplify-subject-functions): New variable.
10526         (message-simplify-subject): Use it.  Fix typo in doc string.
10527         Support message-strip-subject-encoded-words.
10528
10529 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10530
10531         * gnus-diary.el (gnus-diary-delay-format-function):
10532         * nndiary.el (nndiary-reminders):
10533         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10534
10535 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10536
10537         * gnus-art.el (article-hide-boring-headers): Fetch date from
10538         gnus-original-article-buffer to avoid problems with localized date
10539         strings.
10540
10541 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10544
10545 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10548         New variables.
10549         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10550         (mm-charset-synonym-alist): Move some entries to
10551         mm-codepage-iso-8859-list.
10552         (mm-charset-synonym-alist, mm-charset-override-alist):
10553         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10554
10555 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10558
10559 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10562         with Emacs 21 and XEmacs.
10563
10564 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10565
10566         * spam.el (spam-parse-address): New function for better parsing,
10567         catching errors, etc.
10568         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10569
10570 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * mm-view.el: Add interactive arg to html2text autoload.
10573
10574 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10577
10578 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10581         New variables.
10582         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10583         (mm-charset-synonym-alist): Move some entries to
10584         mm-codepage-iso-8859-list.
10585
10586         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10587
10588 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10589
10590         * message.el (message-citation-line-format)
10591         (message-insert-formated-citation-line): Fix implementation of %E, %N
10592         and %n according to the doc string.
10593
10594 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10595
10596         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10597         Use car-safe to avoid bad parses.
10598
10599 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10602         names.
10603
10604         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10605
10606 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10609         header.
10610
10611         * message.el (message-draft-headers): Add Date.
10612         (message-headers-to-generate): Fix typo in docstring.
10613
10614         * nndraft.el (nndraft-required-headers): New variable.
10615         (nndraft-generate-headers): Use it.
10616
10617         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10618
10619 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10620
10621         * gnus-registry.el (gnus-registry-wash-for-keywords)
10622         (gnus-registry-find-keywords): New functions to allow easy searching of
10623         articles that are in the registry.
10624
10625 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10626
10627         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10628         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10629         Reported by Damien Elmes <damien@repose.cx>.
10630
10631 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10632
10633         * gnus.el (gnus-mime): Remove unused custom group.
10634
10635 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10636
10637         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10638         "blank line" when searching for end of armor headers.
10639
10640 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gmm-utils.el (gmm-write-region): Fix variable name.
10643
10644 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10645
10646         * gmm-utils.el (gmm-write-region): New function based on compatibility
10647         code from `mm-make-temp-file'.
10648
10649         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10650
10651         * nnmaildir.el (nnmaildir--update-nov)
10652         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10653         Use `gmm-write-region'.
10654
10655 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10656
10657         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10658         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10659
10660         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10661
10662         * message.el (message-replacement-char): New variable.
10663         (message-fix-before-sending): Use it.
10664         (message-simplify-subject): New function to remove duplicate code.
10665         (message-reply, message-followup): Use it.
10666
10667         * gnus-sum.el (gnus-summary-make-menu-bar):
10668         Clarify gnus-summary-limit-to-articles.
10669
10670 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * gnus-util.el (gnus-with-local-quit): New macro.
10673
10674         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10675
10676 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10677
10678         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10679         ignore non-string data.
10680
10681 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10682
10683         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10684         non-string data (needs to be done in the registry too).
10685
10686 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10687
10688         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10689         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10690         (gnus-registry-split-fancy-with-parent)
10691         (gnus-registry-fetch-simplified-message-subject-fast)
10692         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10693         Remove text properties on ingress into the registry and when it's saved.
10694         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10695         registry from entries with no groups.
10696
10697 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10698
10699         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10700         function to remove string properties.
10701
10702 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * gmm-utils.el (gmm): Adjust custom version.
10705
10706         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10707         Adjust custom version.
10708
10709         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10710
10711 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus-art.el (gnus-insert-prev-page-button)
10714         (gnus-insert-next-page-button): Simplify.  Reformat.
10715
10716 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10717
10718         * gnus-art.el (gnus-insert-prev-page-button)
10719         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10720
10721 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10722
10723         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10724
10725 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10726
10727         * gnus-art.el (gnus-insert-mime-button)
10728         (gnus-insert-mime-security-button):
10729         Apply gnus-article-button-face to MIME and security buttons.
10730
10731 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10734         readable.
10735
10736 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10739
10740 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10741
10742         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10743         `browse-url-of-file' instead of `browse-url'.
10744
10745 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10746
10747         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10748         regexp.  Articles containing quotation were cut prematurely.
10749
10750 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * message.el (message-cite-original-1): Use nobody by default for the
10753         value of From header.
10754         (message-reply): Ditto.
10755
10756 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10757
10758         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10759         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10760         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10761
10762 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10765         mails in the doc string.  Add some URLs in comment.
10766         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10767
10768 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10771         backslashes handling and the way to find boundaries of quoted strings.
10772
10773 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10774
10775         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10776         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10777         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10778         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10779
10780 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10781
10782         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10783         doc string.
10784         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10785
10786 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10787
10788         * lpath.el: Fbind epg-check-configuration.
10789
10790 2006-09-06  Simon Josefsson  <jas@extundo.com>
10791
10792         * mml2015.el (mml2015-use): Doc fix, mention epg.
10793
10794 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10795
10796         * mml2015.el (mml2015-use): Default to epg, if available.
10797
10798 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10799
10800         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10801         message-sender.
10802         (mml1991-epg-encrypt): Ditto.
10803         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10804         message-sender.
10805         (mml2015-epg-encrypt): Ditto.
10806
10807 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10808
10809         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10810         several common directories.
10811
10812 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10813
10814         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10815         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10816
10817 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * gnus-art.el (article-decode-encoded-words): Make it fast.
10820
10821 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10824
10825         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10826         in quoted string into `\'.
10827
10828 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10831         Use standard-syntax-table.
10832
10833 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-art.el (gnus-decode-address-function): New variable.
10836         (article-decode-encoded-words): Use it to decode headers which are
10837         assumed to contain addresses.
10838         (gnus-mime-delete-part): Remove useless `or'.
10839
10840         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10841         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10842         (gnus-nov-parse-line): Use it to decode From header.
10843         (gnus-get-newsgroup-headers): Ditto.
10844         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10845
10846         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10847         (mail-decode-encoded-address-string): New alias.
10848
10849         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10850         New function.
10851         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10852         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10853         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10854         (rfc2047-decode-string): Ditto.
10855         (rfc2047-decode-address-region): New function.
10856         (rfc2047-decode-address-string): New function.
10857
10858 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * message.el (message-caesar-buffer-body): Allow rotating headers.
10861
10862         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10863
10864         * message.el (message-insert-formated-citation-line): Fix %f.
10865         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10866
10867 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10870         (gnus-bookmark-mouse-available-p): New macro.
10871         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10872         (gnus-bookmark-bmenu-show-infos): Use it.
10873         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10874         (gnus-bookmark-bmenu-hide-infos): Ditto.
10875         (gnus-bookmark-remove-properties): New function.
10876         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10877         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10878         (gnus-bookmark-write-file): Bind coding-system-for-write.
10879         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10880         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10881         group before selecting it.
10882         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10883         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10884         quit-window if it is not available; use gnus-mouse-2 and bind it to
10885         gnus-bookmark-bmenu-select-by-mouse.
10886         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10887         (gnus-bookmark-bmenu-select-by-mouse): New function.
10888
10889 2006-08-13  Romain Francoise  <romain@orebokech.com>
10890
10891         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10892         space.
10893
10894 2006-08-10  Romain Francoise  <romain@orebokech.com>
10895
10896         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10897         (dns-mode-soa-auto-increment-serial): New user option.
10898         (dns-mode-soa-maybe-increment-serial): New function.
10899         (dns-mode): Add the latter to `write-contents-functions'.
10900
10901 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * compface.el (uncompface): Use binary rather than raw-text-unix.
10904
10905 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * compface.el (uncompface): Make sure the eol conversion doesn't take
10908         place when communicating with the external programs.
10909         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10910
10911 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10912
10913         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10914
10915 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10916
10917         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10918         Make it more robust by parsing author and date independently.
10919
10920 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10921
10922         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10923
10924 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10925
10926         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10927         first matching secret key.
10928         (mml2015-epg-encrypt): Ditto.
10929
10930         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10931         first matching secret key.
10932         (mml1991-epg-encrypt): Ditto.
10933
10934         * mml2015.el (mml2015-encrypt-to-self): New user option.
10935         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10936         mml2015-epg-encrypt-to-self is set.
10937
10938         * mml1991.el (mml1991-encrypt-to-self): New variable.
10939         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10940         mml1991-epg-encrypt-to-self is set.
10941
10942         * mml2015.el (mml2015-signers): New user option.
10943         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10944         (mml2015-epg-encrypt): Allow to select signing keys.
10945
10946         * mml1991.el (mml1991-signers): New variable.
10947         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10948         (mml1991-epg-encrypt): Allow to select signing keys.
10949
10950 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nnheader.el (nnheader-insert-head): Make it work even if the file
10953         uses CRLF for the line-break code.
10954
10955 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10956
10957         * mml2015.el: Require mml-sec instead of password.
10958         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10959         (mml2015-cache-passphrase): Inherit the default value from
10960         mml-secure-cache-passphrase.
10961         (mml2015-passphrase-cache-expiry): Inherit the default value from
10962         mml-secure-passphrase-cache-expiry.
10963
10964         * mml1991.el: Require mml-sec instead of password.
10965         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10966         (mml1991-cache-passphrase): Inherit the default value from
10967         mml-secure-cache-passphrase.
10968         (mml1991-passphrase-cache-expiry): Inherit the default value from
10969         mml-secure-passphrase-cache-expiry.
10970
10971         * mml-sec.el: Require password.
10972         (mml-secure-verbose): New user option.
10973         (mml-secure-cache-passphrase): New user option.
10974         (mml-secure-passphrase-cache-expiry): New user option.
10975
10976 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10977
10978         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10979         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10980         andreas@altroot.de (Andreas Vögele).
10981
10982         FIXME: Use `tiny change'?
10983
10984 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10985
10986         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10987         workaround for the url package included with Emacs.
10988
10989         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10990
10991 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10994         correctly.  This fixes a bug caused by the 2006-05-12 change.
10995
10996 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10997
10998         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10999         some information about the error when saying that the `bogus' mail
11000         group will be used.
11001
11002 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11003
11004         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11005         string.
11006
11007 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11008
11009         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11010
11011 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11012
11013         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11014
11015 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11016
11017         * mml1991.el (mml1991-function-alist): Add epg.
11018         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11019         (mml1991-epg-encrypt): New functions.
11020
11021 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11022
11023         * mml2015.el (mml2015-verbose): New variable.
11024         (mml2015-cache-passphrase): Ditto.
11025         (mml2015-passphrase-cache-expiry): Ditto.
11026         (mml2015-function-alist): Add epg.
11027         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11028         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11029         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11030         New functions.
11031
11032 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033
11034         * message.el (message-cite-original-1): Preserve region when removing
11035         quoted text due to X-No-Archive in order to avoid bogus attribution
11036         when citing multiple messages.
11037
11038 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11039
11040         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11041         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11042
11043 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus-diary.el (gnus-user-format-function-d)
11046         (gnus-user-format-function-D): Autoload.
11047
11048         * imap.el (Commentary): Fix typo.
11049
11050         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11051         2006-04-22 contribution.
11052
11053 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054
11055         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11056         It didn't really fix the bogosity I'm seeing with solid web groups.
11057
11058 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11059
11060         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11061         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11062         created using server names.  If we use the feature without declaring
11063         it, Gnus does not properly manage server and group state.
11064
11065         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11066         bound.
11067
11068 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11069
11070         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11071         looking up the method using GROUP's prefix before inventing a new one.
11072         It is used on killed/unknown groups in various places where returning
11073         an all-new method isn't expected by the caller.
11074
11075         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11076         and match semantics of gnus-group-real-prefix.
11077
11078 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11079
11080         * nnmail.el (nnmail-broken-references-mailers): New variable.
11081         (nnmail-ignore-broken-references): New function generalizing
11082         nnmail-fix-eudora-headers.
11083         (nnmail-fix-eudora-headers): Now obsolete.
11084
11085         * gnus-art.el (gnus-button-handle-custom):
11086         Support `customize-apropos*'.
11087
11088 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11089
11090         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11091
11092         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11093         articles.
11094
11095 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * message.el (message-cite-reply-above): New variable.
11098         (message-yank-original): Use it.
11099
11100 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11103
11104 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11107         as read.
11108
11109         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11110
11111 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11114         (gnus-bookmark-default-file): Use gnus-directory.
11115         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11116         Remove "*" in doc string.
11117         (gnus-bookmark-write-file): Simplify.
11118         (gnus-bookmark-maybe-sort-alist): Use `when'.
11119         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11120         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11121         Add FIXME about Emacs 21 and XEmacs compatibility.
11122         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11123         compatibility.
11124         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11125         compatibility.
11126         (gnus-bookmark-menu-heading): Fix version.
11127
11128 2006-06-19  Bastien Guerry  <bzg@altern.org>
11129
11130         * gnus-bookmark.el: New file.
11131
11132 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * message.el (message-syntax-checks): Doc fix.
11135
11136 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11137
11138         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11139         unsubscribed groups as if they were killed ones.  It causes duplicate
11140         entries in gnus-newsrc-alist.
11141
11142 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * message.el (message-syntax-checks): Doc fix.
11145         (message-send-mail): Add check for continuation headers.
11146         (message-check-news-header-syntax): Fix regexp used to check for
11147         continuation headers.
11148
11149 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11152
11153 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11156
11157 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11158
11159         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11160         default-truncate-lines.
11161
11162 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11165         to fill the utf-8 entry.
11166
11167         * lpath.el: Fbind unicode-precedence-list.
11168
11169 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11170
11171         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11172
11173 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11174
11175         * gnus-agent.el (directory-files-and-attributes): Move all the way
11176         forward (the third and final move).
11177         (gnus-agent-read-agentview): Trap reconstruction errors due to
11178         nonexistent directory.  Handle by returning nil.
11179
11180 2006-05-30  Didier Verna  <didier@xemacs.org>
11181
11182         * message.el (message-dont-reply-to-names): Update the custom type.
11183         * message.el (message-dont-reply-to-names): New defsubst: potentially
11184         convert a list of regexps into a single one.
11185         * message.el (message-get-reply-headers): Use it.
11186         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11187
11188 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-agent.el (directory-files-and-attributes): Move forward.
11191
11192 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * gnus-ml.el (gnus-mailing-list-subscribe)
11195         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11196         (gnus-mailing-list-message): Fix doc strings.
11197
11198 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11199
11200         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11201         of doing it manually.
11202
11203 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11204
11205         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11206         comment.
11207
11208 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11209
11210         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11211         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11212         (gnus-agent-read-local): All symbols allocated in my-obarray.
11213         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11214         (gnus-agent-regenerate-group): Check numeric names to see if they are
11215         messages or groups.
11216         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11217         better way of do this...)
11218
11219         * gnus-cache.el (gnus-agent-total-fetched-for):
11220         Ignore 'dummy.group' (there should be a better way of do this...)
11221
11222 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11225         (gnus-saved-headers): Ditto.
11226         (gnus-default-article-saver): Mention functions may have properties.
11227         (gnus-article-save): Override gnus-save-all-headers and
11228         gnus-saved-headers by :headers property which saver function may have.
11229         (gnus-summary-save-in-file): Add :headers property.
11230         (gnus-summary-write-to-file): Ditto.
11231
11232         * gnus-sum.el (gnus-summary-save-article): Bind
11233         gnus-prompt-before-saving to t when saving many articles in a file;
11234         always show all headers.
11235
11236         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11237
11238 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11241         marks.
11242
11243         * message.el (message-indent-citation): Add optional arguments to allow
11244         using it outside of message buffers.
11245
11246         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11247         (gnus-article-treat-unfold-headers): Use it.
11248         (gnus-article-truncate-lines): New variable.
11249         (gnus-article-mode): Use it.
11250         (gnus-article-toggle-truncate-lines): New function.
11251
11252         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11253         Add gnus-article-toggle-truncate-lines.
11254
11255         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11256         coding system in XEmacs, use binary.
11257
11258 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11261         after-load-alist.
11262
11263         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11264         this function should save decoded articles.
11265         (gnus-summary-write-to-file): Use property to specify this function
11266         should save decoded articles and specify gnus-summary-save-in-file
11267         should be used to save articles other than the first one when saving
11268         many articles.
11269         (gnus-summary-save-body-in-file): Use property to specify this
11270         function should save decoded articles.
11271         (gnus-summary-write-body-to-file): Use property to specify this
11272         function should save decoded articles and specify
11273         gnus-summary-save-body-in-file should be used to save articles other
11274         than the first one when saving many articles.
11275
11276         * gnus-sum.el (gnus-summary-save-article): Simplify.
11277
11278 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * gnus-art.el (gnus-default-article-saver):
11281         Add gnus-summary-write-body-to-file.
11282         (gnus-article-save-coding-system): Don't use coding system object
11283         in XEmacs.
11284         (gnus-read-save-file-name): Add optional `dir-var' argument which
11285         specifies directory in which files are saved; work even if optional
11286         `variable' argument is not specified.
11287         (gnus-summary-write-to-file): Read file name.
11288         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11289         (gnus-summary-write-body-to-file): New function.
11290
11291         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11292         (gnus-summary-local-variables): Add it.
11293         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11294         (gnus-summary-save-article): Remove optional `decode' argument;
11295         determine whether to decode articles by the value of
11296         gnus-default-article-saver; when saving many files using
11297         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11298         it first and use gnus-summary-save-in-file or
11299         gnus-summary-save-body-in-file thereafter unless
11300         gnus-prompt-before-saving is always; move point to article which
11301         will be saved.
11302         (gnus-summary-save-article-file): Revert.
11303         (gnus-summary-write-article-file): Revert.
11304         (gnus-summary-save-article-body-file): Revert.
11305         (gnus-summary-write-article-body-file): New function.
11306
11307 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * gnus-art.el (gnus-default-article-saver): Doc fix.
11310         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11311         from gnus-summary-save-article-coding-system, and default to a
11312         certain coding system.
11313         (gnus-output-to-file): Add coding cookie and encode text according
11314         to gnus-article-save-coding-system; don't use mm-append-to-file.
11315
11316         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11317         gnus-art.el and rename to gnus-article-save-coding-system.
11318         (gnus-summary-save-article): Require gnus-art; don't show all
11319         headers if it decodes articles; don't add coding cookie here;
11320         don't bind mm-text-coding-system-for-write.
11321         (gnus-summary-save-article-file): Save decoded articles.
11322         (gnus-summary-write-article-file): When saving many files, use
11323         gnus-summary-write-to-file first and gnus-summary-save-in-file
11324         thereafter unless gnus-prompt-before-saving is always.
11325         (gnus-summary-save-article-body-file): Save decoded articles.
11326
11327         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11328
11329 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * nnrss.el (nnrss-check-group): Bind hash-index.
11332
11333 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11334
11335         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11336         its hash index.  Store this hash in `nnrss-group-data'.
11337         (nnrss-read-group-data): Update accordingly.
11338
11339 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11342         entry.
11343
11344         * gnus-sum.el (gnus-summary-make-menu-bar):
11345         Add gnus-article-browse-html-article.
11346
11347 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11348
11349         * gnus-sum.el (gnus-summary-mime-map):
11350         Add gnus-article-browse-html-article.
11351
11352         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11353
11354 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11357         suitable coding systems in customize.
11358
11359 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * mail-source.el (mail-sources): Fix custom type.
11362
11363 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11366         (gnus-summary-expire-articles-now): Shorten prompt.
11367
11368         * gmm-utils.el (wid-edit): Require.
11369         (defun-gmm): Rename from `gmm-defun-compat'.
11370         (gmm-image-search-load-path): Use it.
11371         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11372
11373 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * gnus-sum.el (gnus-summary-save-article-coding-system):
11376         New variable.
11377         (gnus-summary-save-article): Add optional `decode' argument.
11378         If it is set and gnus-summary-save-article-coding-system is non-nil,
11379         save decoded article.
11380         (gnus-summary-write-article-file): Save decoded article if
11381         gnus-summary-save-article-coding-system is non-nil.
11382
11383         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11384         type.
11385
11386 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11389
11390 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11393         first to test gnus-single-article-buffer which may be buffer-local.
11394
11395         * gnus-sum.el (gnus-summary-setup-buffer):
11396         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11397         group; make gnus-article-buffer, gnus-article-current, and
11398         gnus-original-article-buffer always buffer-local.
11399         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11400         group.
11401         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11402
11403 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * nnml.el (nnml-request-compact-group): Compressed files might not
11406         have .gz extension.
11407
11408 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11409
11410         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11411         (mm-copy-to-buffer): Use with-current-buffer.
11412         (mm-display-part): Simplify.
11413         (mm-inlinable-p): Add optional arg `type'.
11414
11415 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11416
11417         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11418         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11419         Try harder to show the attachment internally or externally using
11420         gnus-mime-view-part-as-type.
11421
11422 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * message.el (message-from-style, message-signature-separator)
11425         (message-user-organization-file, message-send-mail-function)
11426         (message-citation-line-function, message-yank-prefix)
11427         (message-indent-citation-function, message-signature)
11428         (message-signature-file, message-signature-insert-empty-line):
11429         Remove autoloads.
11430
11431         * gnus-art.el (gnus-buttonized-mime-types):
11432         Remove "multipart/signed".  Revert 2006-04-26 change.
11433
11434 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * gnus.el (gnus-version-number): Bump version.
11437
11438 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11439
11440         * gnus.el: No Gnus v0.5 is released.
11441
11442 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11443
11444         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11445         fetching articles by message-id.
11446
11447 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11448
11449         * message.el (hashcash): Require hashcash as normal.
11450
11451         * ecomplete.el (ecomplete-highlight-match-line):
11452         Use point-at-eol.
11453         (ecomplete-highlight-match-line): Use `highlight', because that
11454         face exists in both Emacs and XEmacs.
11455
11456         * message.el (message-display-abbrev): Use point-at-bol.
11457
11458         * mail-source.el: Don't require timer/timer-funcs.
11459
11460         * gnus-async.el: Ditto.
11461
11462         * password.el: Ditto.
11463
11464         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11465
11466         * mm-url.el: Ditto.
11467
11468         * gnus-xmas.el: Don't require timer-funcs.
11469
11470         * mm-util.el: Require timer/timer-funcs.
11471
11472 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11473
11474         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11475         Close.
11476
11477 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11480         unibyte after clear-decrypt function runs.
11481
11482         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11483         returns as a unibyte string.
11484
11485 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * lpath.el: Revert.
11488
11489         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11490         (pgg-gpg-process-sentinel): Revert.
11491
11492         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11493         (pgg-pgp-lookup-key): Revert.
11494
11495         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11496         (pgg-pgp5-lookup-key): Revert.
11497
11498         * pgg.el (pgg-fetch-key): Revert.
11499
11500 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11501
11502         * lpath.el: Fbind string-as-multibyte for XEmacs.
11503
11504         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11505         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11506         (mml1991-pgg-encrypt): Ditto.
11507
11508         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11509         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11510         a multibyte buffer.
11511
11512         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11513         (pgg-pgp-lookup-key): Ditto.
11514
11515         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11516         (pgg-pgp5-lookup-key): Ditto.
11517
11518         * pgg.el (pgg-fetch-key): Ditto.
11519
11520 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * message.el (message-user-organization-file): Check several
11523         locations of the organization file.
11524
11525         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11526         Add gnus-article-view-part-as-type.
11527
11528         * gnus-art.el (gnus-article-view-part-as-type): New function.
11529
11530         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11531         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11532
11533         * mml.el: Simplify autoload.
11534         (mml-mode): defvar dnd-protocol-alist instead of using
11535         symbol-value.
11536         (mml-default-directory): New variable.
11537         (mml-minibuffer-read-file): Use it.
11538         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11539
11540         * message.el (message-citation-line-format): New variable.
11541         (message-insert-formated-citation-line): New function.
11542         (message-citation-line-function):
11543         Add `message-insert-formated-citation-line' to custom type.
11544
11545         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11546         to doc string.
11547
11548         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11549         depending on mm-verify-option.
11550
11551 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11554         binding pgg-* variables; reimplement the section which prevents
11555         MIME header from being signed.
11556         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11557         pgg-text-mode; remove a blank line at the top of body.
11558
11559         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11560         lines at the top of body; use gnus-newsgroup-charset if there's no
11561         Charset header.
11562
11563 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * message.el (message-self-insert-commands): Doc fix.
11566
11567         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11568         (mm-uu-pgp-encrypted-test): Ditto.
11569         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11570         between header and body; return application/pgp-encrypted handle
11571         if decryption failed; decode decrypted body by charset.
11572
11573         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11574         element match to application/pgp-*.
11575
11576 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11577
11578         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11579         HTML.
11580
11581 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11582
11583         * mail-source.el (mail-source-call-script): Message the error
11584         string.
11585
11586 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587
11588         * gnus-util.el (gnus-byte-compile): Use it.
11589
11590 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11591
11592         * gnus-util.el (kill-empty-logs): New function.
11593
11594 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11595
11596         * message.el (message-mail-alias-type): Doc fix.
11597         (message-mail-alias-type-p): New function.
11598         (message-send): Use it.
11599         (message-mode): Ditto.
11600         (message-strip-forbidden-properties): Ditto.
11601
11602         * ecomplete.el (ecomplete-database-file-coding-system):
11603         New variable.
11604         (ecomplete-save): Use it.
11605         (ecomplete-setup): Use it.
11606
11607 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * message.el (message-self-insert-commands): New variable.
11610         (message-strip-forbidden-properties): Use it.
11611
11612 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11615         that doesn't make XEmacs choke.
11616
11617 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-util.el (gnus-replace-in-string):
11620         Prefer replace-regexp-in-string over of replace-in-string.
11621
11622 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-util.el (gnus-select-frame-set-input-focus):
11625         Use select-frame-set-input-focus if it is available in XEmacs; use
11626         definition defined in Emacs 22 for old Emacsen.
11627
11628         * dgnushack.el: Autoload unmorse-region for XEmacs.
11629
11630         * lpath.el: Bind cursor-in-non-selected-windows and
11631         select-frame-set-input-focus for XEmacs.
11632
11633 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11636
11637 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11638
11639         * gnus-registry.el (gnus-registry-cache-save): Remove text
11640         properties when saving via the temp buffer.
11641
11642 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * message.el (message-generate-hashcash): Honor custom type.
11645
11646 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * message.el (message-generate-hashcash): Default to non-nil when
11649         hashcash is found.
11650
11651         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11652         (gnus-refer-thread-limit): Increase default to 500.
11653
11654         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11655
11656         * flow-fill.el (fill-flowed): Allow delete-space.
11657
11658 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11661         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11662         Remove autoloads.
11663
11664 2006-04-18  Simon Josefsson  <jas@extundo.com>
11665
11666         * message.el (message-generate-hashcash): Default to.
11667
11668 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11671         concatenating segments rather than before concatenating them.
11672
11673 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11676
11677 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11678
11679         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11680
11681         * message.el (message-forward-make-body-plain):
11682         Allow message-forward-ignored-headers to be a list.
11683         (message-remove-ignored-headers): Factor out into function.
11684         (message-forward-make-body-mml): Use it.
11685
11686         * imap.el (imap-quote-specials): New function.
11687         (imap-login-auth): Quote specials.
11688
11689         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11690         (rfc2231-parse-string): Allow concatanation of parameters that
11691         aren't contiguous.  The test case is
11692           (mail-header-parse-content-type "message/external-body;
11693             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11694             access-type=LOCAL-FILE;
11695             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11696
11697 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11698
11699         * nntp.el (nntp-accept-process-output): Return the value of
11700         `nnheader-accept-process-output'.
11701
11702 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11705         (gnus-button-alist): Recognize more diff formats.
11706         (gnus-button-patch): Strip directory.
11707
11708 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11711         Emacs 22 when setting focus.
11712
11713 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11714
11715         * gnus-art.el (gnus-article-treat-types): Do treatment of
11716         text/x-verbatim parts.
11717         (gnus-button-patch): New command.
11718
11719         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11720         addresses that contain invalid characters.
11721
11722 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11723
11724         * message.el (message-put-addresses-in-ecomplete):
11725         Use gnus-replace-in-string.
11726         (message-is-yours-p): Use the more correct
11727         mail-header-parse-address instead of
11728         mail-extract-address-components.
11729         (message-put-addresses-in-ecomplete): Fix typo.
11730
11731         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11732         keystroke.
11733
11734         * gnus-art.el (gnus-treatment-function-alist): Change order of
11735         newsgroups/generic header folding to avoid double-folding.
11736
11737         * message.el (message-hidden-headers): Add X-Draft-From.
11738
11739         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11740         New command.
11741         (gnus-summary-repeat-search-article-backward): New command.
11742
11743         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11744         groups in the parent topic.
11745
11746 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11747
11748         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11749         (spam-extra-header-to-number): Return the CRM114 number as a
11750         number instead of a string.
11751
11752 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11753
11754         * gnus-art.el (gnus-face-properties-alist): Move here from
11755         gnus-fun.
11756
11757         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11758
11759 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * message.el (message-strip-forbidden-properties): Only display on
11762         self-insert-command.
11763
11764         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11765         reindent.
11766         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11767
11768 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11769
11770         * smiley.el (smiley-style): Fix typo.
11771
11772 2006-03-23  Kenichi Handa  <handa@m17n.org>
11773
11774         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11775         instead of set-buffer-multibyte.
11776
11777 2006-03-23  Kenichi Handa  <handa@m17n.org>
11778
11779         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11780         buffer and then decode the buffer text if necessary.
11781         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11782         first, and after mm-encode-body, change the buffer to unibyte.
11783
11784 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785
11786         * hashcash.el (hashcash-insert-payment-async-2):
11787         Use message-goto-eoh instead of doing it manually.
11788         (mail-add-payment): Use message-narrow-to-header instead of trying
11789         to do the same itself.
11790
11791         * message.el (message-hidden-headers): Add Face.
11792
11793         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11794         reparenting code.
11795         (gnus-summary-reparent-children): Refactored out code.
11796         (gnus-summary-thread-map): New keystroke.
11797         (gnus-summary-reparent-children): Make into command.
11798
11799         * smiley.el (smiley-style): Default to `medium' if using a large
11800         font.
11801
11802         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11803         does it itself.
11804
11805         * message.el (message-point-in-header-p): Simplify definition.
11806
11807 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * nnagent.el (nnagent-request-set-mark): Silence log file
11810         writing.
11811         (nnagent-request-set-mark): Use write-region instead of
11812         append-to-file.
11813
11814         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11815         strange select method.
11816
11817         * ecomplete.el (ecomplete-display-matches): Get highlightling
11818         right.
11819         (ecomplete-display-matches): Use literals.
11820         (ecomplete-display-matches): Disable message logging.
11821
11822         * message.el (message-display-abbrev): Small optimization.
11823
11824         * ecomplete.el (ecomplete-display-matches): Allow automatic
11825         display.
11826
11827         * message.el (message-strip-forbidden-properties):
11828         Display abbrevs.
11829         (message-display-abbrev): Get automatic display right.
11830
11831         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11832         keystrokes.
11833
11834 2006-04-13  Romain Francoise  <romain@orebokech.com>
11835
11836         TODO: Backport to v5-10!
11837
11838         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11839         Move here (and rename) from gnus-registry.el.
11840
11841         * gnus-registry.el: Require gnus-util.
11842         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11843
11844 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11845
11846         * gnus-group.el (gnus-group-catchup-current):
11847         Change if-then-else-if-then-else into cond.
11848         (gnus-group-catchup): Indent.
11849         (group-name-at-point): New function.
11850         (gnus-fetch-group): Provide default from thing at point.
11851
11852 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11853
11854         * message.el (message-display-abbrev): Fix regexp.
11855
11856         * ecomplete.el (ecomplete-highlight-match-line):
11857         Reimplement choosing.
11858         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11859         dead variables.
11860
11861         * message.el (message-newline-and-indent): Remove debugging.
11862         (message-display-abbrev): Use new implementation.
11863
11864 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * gnus-art.el (gnus-article-mode):
11867         Set cursor-in-non-selected-windows to nil.
11868
11869         * smiley.el: Revert previous change.
11870         (smiley-data-directory): defvar it before using it in the
11871         defcustom of `smiley-style'.
11872
11873 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11874
11875         * message.el (message-newline-and-indent): New function.
11876
11877         * ecomplete.el: Implement more bits.
11878
11879         * message.el (message-put-addresses-in-ecomplete): Clean up the
11880         string.
11881
11882         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11883
11884         * gnus-sum.el (gnus-summary-save-parts):
11885         Bind gnus-summary-save-parts-counter and use it to make unique file
11886         names.
11887
11888         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11889
11890         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11891         parameter to say whether to actually parse the individual
11892         addresses.
11893
11894         * message.el (message-put-addresses-in-ecomplete): New function.
11895         (ecomplete): Require.
11896         (message-mail-alias-type): Add ecomplete as an option.
11897
11898 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11899
11900         * flow-fill.el (fill-flowed): Remove trailing space from blank
11901         quoted lines.
11902
11903 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * smiley.el (smiley-style): Move definition later to avoid a
11906         compilation warning.
11907
11908 2006-04-12  Kenichi Handa  <handa@m17n.org>
11909
11910         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11911         buffer and then decode the buffer text if necessary.
11912         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11913         first, and after mm-encode-body, change the buffer to unibyte.
11914         Use mm-disable-multibyte instead of set-buffer-multibyte.
11915
11916 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11919         Content-Type header instead of Content-Disposition header.
11920         (gnus-mime-inline-part): Ditto.
11921         (gnus-mime-view-part-as-charset): Ignore charset that the part
11922         specifies.
11923
11924         * mm-decode.el (mm-display-part): Work with external parts and
11925         usual parts similarly.
11926
11927         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11928         instead of gnus-display-mime.
11929
11930         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11931         instead of with-temp-buffer.
11932
11933         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11934         tag to summarized topics part in order to encode non-ASCII text.
11935
11936 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11937
11938         * smiley.el (smiley-style): New variable.
11939         (smiley-directory): New function.
11940         (smiley-data-directory): Derive from `smiley-style' using
11941         `smiley-directory'.
11942         (smiley-regexp-alist): Add new entries.
11943
11944         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11945         (gnus-article-browse-delete-temp): Add :version.
11946
11947 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11948
11949         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11950         the sieve region.
11951
11952 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11953
11954         * gnus.el (gnus-version-number): Bump version.
11955
11956 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus.el: No Gnus v0.4 is released.
11959
11960 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11961
11962         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11963         layout.
11964
11965         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11966         unknown charset.
11967
11968         * message.el (message-header-synonyms): Add Original-To to the
11969         default.
11970
11971         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11972         optional parameter.
11973
11974 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-fun.el (gnus): Require it for gnus-directory.
11977
11978 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11981
11982 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11983
11984         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11985
11986 2006-04-05  Simon Josefsson  <jas@extundo.com>
11987
11988         * password.el (password-reset): New function.
11989
11990 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11991
11992         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11993         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11994
11995 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11996
11997         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11998         Some whitespace was matched into the url, which broke browsing hits
11999         > 100 when mm-url-use-external was nil.
12000
12001 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12004         Check gnus-extra-headers for 'Newsgroups.
12005
12006         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12007         bound.
12008
12009 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12010
12011         * pgg-gpg.el: Clean up process buffers every time gpg processes
12012         complete.
12013
12014 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12017         doc string.
12018
12019 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12020
12021         * pgg-gpg.el (pgg-gpg-process-filter)
12022         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12023
12024         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12025         lines, temporary fix.
12026
12027 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12028
12029         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12030
12031 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12032
12033         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12034         default-enable-multibyte-characters.  This reverts the change from
12035         revision 6.17 which is no longer necessary because the passphrase
12036         is sent separately now.  GnuPG messages are unreadable under
12037         multibyte locales with default-enable-multibyte-characters set to
12038         nil.
12039
12040 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12041
12042         * message.el (message-tool-bar-gnome): Move "spell".
12043
12044 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12045
12046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12047         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12048         instead.
12049
12050 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12051
12052         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12053         Improve newsgroups handling for NNTP overviews which don't include
12054         Newsgroups.
12055
12056 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12057
12058         * message.el (message-resend): Bind message-generate-hashcash to nil.
12059
12060 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12061
12062         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12063         when searching for already-paid recipients.
12064
12065 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12066
12067         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12068         passphrases when it is not needed.
12069         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12070         passphrase stuff from gpg, should only be necessary when you use
12071         gpg with a smartcard.
12072
12073 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mml.el (mml-insert-mime): Ignore cached contents of
12076         message/external-body part.
12077
12078         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12079         (mm-insert-part): Ditto.
12080
12081 2006-03-23  Simon Josefsson  <jas@extundo.com>
12082
12083         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12084         Reiner.
12085         (pgg-gpg-use-agent-p): Use it again.
12086
12087 2006-03-23  Simon Josefsson  <jas@extundo.com>
12088
12089         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12090         older emacsen.
12091         (pgg-gpg-use-agent-p): Don't use it.
12092
12093 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12096         if we can.
12097
12098 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12099
12100         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12101         (pgg-gpg-update-agent): New function.
12102         (pgg-gpg-use-agent-p): New function.
12103         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12104         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12105         (pgg-gpg-sign-region): Use it.
12106
12107 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12108
12109         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12110         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12111
12112 2006-03-21  Simon Josefsson  <jas@extundo.com>
12113
12114         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12115         <wilde@sha-bang.de>.
12116         (pgg-gpg-use-agent): New variable.
12117         (pgg-gpg-process-region): Use it.
12118         (pgg-gpg-encrypt-region): Likewise.
12119         (pgg-gpg-encrypt-symmetric-region): Likewise.
12120         (pgg-gpg-decrypt-region): Likewise.
12121         (pgg-gpg-sign-region): Likewise.
12122         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12123
12124 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12127
12128         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12129         Add comment on version.
12130
12131 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * smiley.el: Add missing test smiley.
12134
12135 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * mm-decode.el (mm-with-part): New macro.
12138         (mm-get-part): Use it; work with message/external-body as well.
12139         (mm-save-part): Treat name and filename equally.
12140
12141         * mm-extern.el (mm-extern-cache-contents): New function.
12142         (mm-inline-external-body): Use it; force the part to be displayed;
12143         move undisplayer added to the cached handle to the parent.
12144
12145         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12146         (gnus-mime-view-part-as-type): Work with message/external-body.
12147
12148         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12149
12150 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12151
12152         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12153         images in image-load-path.  [Sync with image.el, revision 1.60, in
12154         Emacs.]
12155
12156 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12159         path rather than symbol.  Always return list of directories.
12160         Guarantee that image directory comes first.  [Sync with image.el,
12161         revision 1.59, in Emacs.]
12162
12163         * message.el (message-make-tool-bar): Adjust to new API of
12164         `gmm-image-load-path-for-library'.
12165
12166         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12167
12168         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12169
12170 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12171
12172         * gnus-art.el (gnus-article-only-boring-p):
12173         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12174         intangible text.
12175         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12176
12177 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12180         Use `defun' instead of `gmm-defun-compat'.
12181
12182 2006-03-14  Simon Josefsson  <jas@extundo.com>
12183
12184         * message.el (message-unique-id): Don't use message-number-base36
12185         if (user-uid) is a float.
12186         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12187
12188 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12191
12192         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12193         empty line between a part and a message part.
12194
12195 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12196
12197         * smiley.el: Add more test smileys.
12198         (smiley-data-directory, smiley-regexp-alist)
12199         (gnus-smiley-file-types): Fix doc strings.
12200         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12201         adding new elements.
12202         (smiley-mouse-map): Unused code.  Make it a comment.
12203
12204 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12207         scan latest NoCeM messages instead of old ones.
12208         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12209         delimiters that are recently used.
12210         (gnus-nocem-load-cache): Add autoload cookie.
12211
12212         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12213
12214         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12215         level which is larger than gnus-use-nocem is specified.
12216
12217         * gnus-group.el (gnus-group-get-new-news): Ditto.
12218
12219 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * gnus-util.el (gnus-tool-bar-update): New function.
12222
12223         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12224         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12225
12226         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12227
12228         * gnus-group.el (gnus-group-redraw-when-idle)
12229         (gnus-group-redraw-check): Remove.
12230         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12231
12232 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12235         if optional last element is specified in splits (FIELD VALUE...).
12236
12237 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12240         to gmm-image-load-path-for-library.  Call with no-error argument.
12241         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12242
12243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12244
12245         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12246
12247         * gmm-utils.el (gmm-image-load-path): Remove alias.
12248
12249 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * gmm-utils.el (gmm-image-load-path): Add alias.
12252
12253         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12254         nnml-generate-nov-databases-1.
12255         (nnml-generate-nov-databases): Use it.
12256         (nnml-generate-nov-databases-directory): Document no-active
12257         argument.
12258
12259         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12260         directory if path is t.  Add no-error.
12261
12262         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12263         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12264
12265         * gnus-art.el (gnus-article-browse-delete-temp-files):
12266         Simplify resetting gnus-article-browse-html-temp-list.
12267
12268         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12269         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12270         Add example to docstring.  Rename local variables.  Move error
12271         checks to default case in cond and simplify.
12272
12273 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12276         handle is multipart when calling it recursively.
12277         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12278
12279 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12280
12281         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12282         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12283
12284 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12285
12286         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12287         is loaded.
12288
12289         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12290         loaded.
12291
12292 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12295         to "Emacs 23 (unicode)" in doc string.
12296
12297         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12298         "Emacs 23 (unicode)" in comment.
12299
12300 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12303
12304         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12305         characters 160 through 255 in Emacs 23.
12306
12307 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12310         gnus-article-browse-html-temp.
12311         (gnus-article-browse-delete-temp): Make it customizable.
12312         Add `file'.  Adjust doc string.
12313         (gnus-article-browse-delete-temp-files): Add argument.
12314         Allow query for each file.  Adjust doc string.
12315         (gnus-article-browse-html-parts):
12316         Add `gnus-article-browse-delete-temp-files' to
12317         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12318
12319 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12320
12321         * gnus-art.el (gnus-article-browse-html-temp)
12322         (gnus-article-browse-delete-temp): New variables.
12323         (gnus-article-browse-delete-temp-files): New function.
12324         (gnus-article-browse-html-parts): Use it.
12325
12326 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12329
12330         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12331         string.
12332
12333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12334         gnus-summary-insert-new-articles when unplugged.
12335         Remove gnus-summary-search-article-forward.
12336
12337         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12338         display-visual-class instead of display-color-cells.
12339
12340 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * dgnushack.el: Autoload customize-group for XEmacs.
12343
12344         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12345         message/* containing non-ASCII text properly.
12346
12347 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12348
12349         * message.el: Require gmm-utils, remove autoloads.
12350         (message-tool-bar): Set default based on
12351         gmm-tool-bar-style.
12352         (message-tool-bar-gnome): Add gmm-customize-mode.
12353
12354         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12355         gmm-tool-bar-style.
12356         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12357
12358         * gnus-group.el (gnus-group-tool-bar): Set default based on
12359         gmm-tool-bar-style.
12360         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12361
12362         * gmm-utils.el (gmm-image-directory): Rename variable from
12363         gmm-image-load-path.
12364         (gmm-image-load-path): Use gmm-image-directory.
12365         (gmm-customize-mode): New function.
12366         (gmm-tool-bar-style): New variable.
12367
12368         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12369         gnus-group-redraw-line-number.
12370         (gnus-group-redraw-check): Simplify.
12371         (gnus-group-tool-bar-update): Remove redraw check.
12372         (gnus-group-make-tool-bar): Add redraw check.
12373
12374 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12375
12376         * gnus-art.el (gnus-button): Add missing parentheses.
12377
12378 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * lpath.el: Fbind line-number-at-pos.
12381
12382 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12385
12386 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * gnus-art.el (gnus-button): New face.
12389         (gnus-article-button-face): Use it.
12390
12391         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12392         Add gnus-summary-next-page.  Re-order.
12393
12394         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12395         next-node are now included.
12396         (gnus-group-redraw-line-number): New internal variable.
12397         (gnus-group-redraw-check): Helper function for updating the tool
12398         bar.
12399         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12400
12401         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12402
12403         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12404         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12405         Use it to match format of Spamassassin 3.0 and later.
12406         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12407         (spam-check-bogofilter)
12408         (spam-bogofilter-register-with-bogofilter): Fix args of
12409         `gnus-error' calls.
12410
12411 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12414         unnecessary interaction when sending queued mails.
12415         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12416
12417 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12420         first or last are nil.
12421
12422 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12423
12424         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12425
12426 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12429
12430 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * dns.el (query-dns): Protect more against buggy tcp output.
12433
12434 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12437         nov.php.
12438
12439 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12440
12441         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12442         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12443         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12444         output on the server side.
12445         (nnweb-google-create-mapping): Update regexps and add some
12446         progress indication.
12447
12448 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12449
12450         * gnus-group.el (gnus-group-tool-bar-gnome):
12451         Fix gnus-agent-toggle-plugged.  Re-order icons.
12452         (gnus-group-tool-bar-gnome):
12453         Add gnus-group-{prev,next}-unread-group.
12454         (gnus-group-tool-bar-gnome): Re-order icons.
12455
12456         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12457         Move gnus-summary-insert-new-articles.
12458
12459         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12460         Fix comments.
12461
12462         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12463         also available in Emacs 21.3.
12464
12465         * message.el (message-fix-before-sending): Change "Emacs 22" to
12466         "Emacs 23 (unicode)" in comment.
12467
12468         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12469         "Emacs 23 (unicode)" in comment.
12470
12471         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12472         comment.
12473         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12474
12475         * mm-view.el (mm-fill-flowed): Add :version.
12476
12477 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12478
12479         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12480         and load-path.
12481
12482 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * message.el: Autoload gmm-image-load-path.
12485         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12486         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12487         consitency.
12488
12489         * gmm-utils.el (gmm-image-load-path): Also search in
12490         "../etc/images".  Don't set gmm-image-load-path if we don't find
12491         the image.
12492
12493 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gmm-utils.el (gmm-image-load-path): Don't make
12496         `gmm-image-load-path' include subdirectories which the second arg
12497         `image' might specify.
12498
12499         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12500         subdirectory to icon file names.
12501
12502         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12503
12504 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12507         gmm-image-load-path calls.
12508
12509         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12510
12511         * message.el (message-make-tool-bar): Ditto.
12512
12513         * mml.el (mml-preview): Add comment concerning tool bar icons.
12514
12515         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12516         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12517
12518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12519         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12520
12521         * message.el (message-tool-bar-gnome): Use new icon names.
12522         (message-make-tool-bar): Use `gmm-image-load-path'.
12523
12524         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12525         New functions from MH-E.
12526         (gmm-image-load-path): New variable from MH-E.
12527         (gmm-image-load-path): New function from MH-E.  Add arguments
12528         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12529         *-image-load-path-called-flag.
12530
12531 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12532
12533         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12534
12535 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12536
12537         * nnimap.el (nnimap-request-move-article): Change folder back to
12538         source group before deleting.
12539
12540 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12543
12544         * gnus-art.el (mm-url-insert-file-contents-external):
12545         Autoload mm-url.
12546
12547         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12548
12549 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12552         coding system which mm-charset-to-coding-system returns for a
12553         given charset is valid.
12554
12555 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12556
12557         * html2text.el (html2text-remove-tag-list):
12558         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12559
12560 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12561
12562         * gnus-cus.el: Revert 2005-10-17 change.
12563
12564 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-art.el (article-strip-banner):
12567         Call article-really-strip-banner only when the regexp match is made.
12568
12569 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-art.el (article-strip-banner):
12572         Use gnus-extract-address-components instead of
12573         mail-header-parse-addresses to make it work with non-ASCII text;
12574         remove mail-encode-encoded-word-string.
12575
12576         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12577         values which are surrounded with \"...\"; make it never cause a
12578         Lisp error; give up parsing of parameters if it failed in
12579         extracting type.
12580
12581 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12582
12583         * smime.el (smime-cert-by-ldap-1): Fix bug where
12584         `smime-ldap-search' returns results without userCertificates.
12585
12586 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12587
12588         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12589
12590 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * spam.el (spam-check-spamassassin-headers): Adapt format for
12593         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12594         <ari@mbf.ocn.ne.jp>.
12595         (spam-list-of-processors): Add spam-use-gmane.
12596
12597 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12600         make-temp-file; make it work with XEmacs as well.
12601
12602         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12603         mm-make-temp-file.
12604
12605         * mm-decode.el (mm-display-external): Use the 3rd arg of
12606         mm-make-temp-file.
12607         (mm-create-image-xemacs): Ditto.
12608
12609 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12610
12611         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12612         with message-narrow-to-headers.
12613         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12614         (gnus-draft-check-draft-articles): New function.
12615         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12616
12617 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12618
12619         * gnus-art.el (gnus-article-browse-html-parts):
12620         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12621         Don't use suffix argument for mm-make-temp-file for Emacs 21
12622         compatibility.  Remove useless `format'.
12623
12624 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12625
12626         * nnweb.el (nnweb-google-wash-article): Update regexps.
12627         (nnweb-group-alist): Use defvoo instead of defvar.
12628
12629 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12632         re-loading nn* modules.
12633
12634 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12637         for `tool-bar-mode' and don't check it's default-value.
12638
12639         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12640
12641         * message.el (message-make-tool-bar): Ditto.
12642
12643         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12644         `substring'.  Shorten tmp-file name.
12645
12646         * gnus.el: Remove bogus comment.
12647
12648 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12649
12650         * gnus-art.el (gnus-article-browse-html-parts): New function.
12651         (gnus-article-browse-html-article): New function for viewing html
12652         articles with a browser.
12653
12654 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12655
12656         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12657         in elisp.
12658         (pgg-gpg-encrypt-symmetric-region): Ditto.
12659         (pgg-gpg-sign-region): Ditto.
12660
12661         * pgg-def.el (pgg-text-mode): New variable.
12662
12663         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12664         (mml2015-pgg-encrypt): Ditto.
12665
12666         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12667         (mml1991-pgg-encrypt): Ditto.
12668
12669 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * nnfolder.el (nnfolder-insert-newsgroup-line):
12672         Use message-make-date instead of current-time-string.
12673
12674         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12675         to gnus-decoded which mm-uu might set.
12676
12677 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12680         don't decode quoted parameters; remove misimported Emacs code.
12681         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12682         (rfc2231-decode-encoded-string): Don't use split-string which
12683         behaves differently according to Emacs version; use
12684         mm-decode-coding-region to convert charset to coding-system.
12685         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12686         (rfc2231-encode-string): Remove misimported Emacs code.
12687
12688 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12691         when calling mail-header-parse-content-type.
12692         (article-de-quoted-unreadable): Ditto.
12693         (article-de-base64-unreadable): Ditto.
12694         (article-wash-html): Ditto.
12695
12696         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12697         calling mail-header-parse-content-type and
12698         mail-header-parse-content-disposition.
12699         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12700         mail-header-parse-content-type.
12701
12702         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12703         insert charset and format parameters; encode description after
12704         inserting it to buffer.
12705         (mml-insert-parameter): Fold lines properly even if a parameter is
12706         segmented into two or more lines; change the max column to 76.
12707
12708         * rfc1843.el (rfc1843-decode-article-body): Don't use
12709         ignore-errors when calling mail-header-parse-content-type.
12710
12711         * rfc2231.el (rfc2231-parse-string): Return at least type if
12712         possible; don't cause an error even if it fails in parsing of
12713         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12714         (rfc2231-encode-string): Don't break lines at the beginning, leave
12715         it to mml-insert-parameter.
12716
12717         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12718         calling mail-header-parse-content-type.
12719
12720 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * spam-report.el (spam-report-gmane-use-article-number):
12723         Improve doc string.
12724         (spam-report-gmane-internal): Check if a suitable header was found
12725         in the article.
12726
12727 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12730         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12731
12732 2006-02-05  Romain Francoise  <romain@orebokech.com>
12733
12734         Update copyright notices of all files in the gnus directory.
12735
12736 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12737
12738         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12739
12740 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12743         segmented lines of parameter value to cope with Thunderbird 1.5
12744         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12745         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12746         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12747
12748 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12749
12750         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12751         parts.
12752
12753 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12754
12755         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12756         there's only one active file for all servers.
12757         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12758         solid groups.  Gnus might have used a FAST request to select the group.
12759         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12760         and nnweb-search redundantly in the active file.
12761         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12762         (nnweb-request-create-group): Don't use ARGS.
12763         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12764         initialisations.  Let nnoo do the work.
12765
12766 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12767
12768         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12769         Say the part has been decoded.
12770
12771         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12772
12773 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12774
12775         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12776         mailcap-viewer-test-cache when there's no 'test clause, since that
12777         will invert the meaning of a "nil" test previously determined by
12778         mailcap-mailcap-entry-passes-test.
12779
12780 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12783         compiling.
12784
12785         * gnus-sum.el: Ditto.
12786
12787         * message.el: Don't bind tool-bar-map when compiling.
12788
12789 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12792
12793 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12794
12795         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12796         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12797         current Google Groups.
12798
12799 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12802         and tool-bar-mode.
12803
12804         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12805         and tool-bar-mode.
12806
12807         * message.el (message-tool-bar-update): Simplify.
12808         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12809
12810         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12811         gnus-summary-buffer.
12812         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12813         gnus-summary-reply.
12814
12815         * gmm-utils.el (gmm): Add :version.
12816
12817 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * Makefile.in (clean): New rule.
12820         (distclean): Use it.
12821
12822 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12823
12824         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12825         Don't autoload.
12826
12827 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gmm-utils.el (gmm-verbose): Add :group.
12830
12831 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * message.el: Change some comments WRT tool-bars.
12834
12835         * gnus-sum.el (gnus-summary-tool-bar)
12836         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12837         (gnus-summary-tool-bar-zap-list): New variables.
12838         (gnus-summary-make-tool-bar): Complete rewrite using
12839         `gmm-tool-bar-from-list'.
12840
12841         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12842         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12843         New variables.
12844         (gnus-group-make-tool-bar): Complete rewrite using
12845         `gmm-tool-bar-from-list'.
12846         (gnus-group-tool-bar-update): New function.
12847
12848         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12849
12850 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12853         is dissected into a single part of which the type is the same as
12854         the given one; decode charset.
12855
12856 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12857
12858         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12859         into alists as symbol not string, since that's what
12860         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12861         look for.
12862
12863 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12866         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12867
12868         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12869
12870 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12873         (gnus-xmas-mime-security-button-menu): New function.
12874
12875         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12876         (gnus-mime-security-button-menu): New definition.
12877         (gnus-mime-security-button-map): Use them.
12878         (gnus-mime-security-button-menu): New function.
12879         (gnus-insert-mime-security-button): Addition to help echo.
12880         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12881         (gnus-mime-security-pipe-part): New functions.
12882
12883         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12884         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12885
12886         * mm-decode.el (mm-handle-set-disposition): Remove.
12887         (mm-handle-set-description): Remove.
12888
12889 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12892         (mm-w3m-standalone-supports-m17n-p): New function.
12893         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12894         w3m usage.
12895
12896         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12897         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12898
12899 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12900
12901         * message.el (message-tool-bar-zap-list):
12902         Use gmm-tool-bar-zap-list as custom type.
12903         (message-tool-bar-update): New function.
12904         (message-tool-bar, message-tool-bar-gnome)
12905         (message-tool-bar-retro): Add message-tool-bar-update.
12906         (message-tool-bar-gnome): Add flyspell-buffer.
12907
12908         * gnus-util.el (gnus-error): Describe `args'.
12909
12910         * gmm-utils.el (gmm-error): Describe `args'.
12911         (gmm-tool-bar-zap-list): New widget.
12912         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12913
12914 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12917         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12918         the number of recursive calls.
12919
12920         * mm-decode.el (mm-handle-set-disposition): New macro.
12921         (mm-handle-set-description): New macro.
12922
12923 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12926         encoding.
12927
12928 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * message.el (message-tool-bar-zap-list, message-tool-bar)
12931         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12932         (message-tool-bar-local-item-from-menu): Remove.
12933         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12934         (message-make-tool-bar): New function.
12935         (message-mode): Use `message-make-tool-bar'.
12936
12937         * gmm-utils.el: New file.
12938         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12939         (gmm-lazy): New widget copied from `nnmail.el'.
12940         (gmm-tool-bar-from-list): New function for creating customizable
12941         tool bars.
12942         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12943         output.
12944         (gmm): Add :prefix to defgroup.
12945
12946 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12947
12948         * gmm-utils.el (gmm-widget-p): New function.
12949
12950 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * mml.el (mml-attach-file): Describe `description' in doc string.
12953         (mml-menu): Add Emacs MIME manual and PGG manual.
12954
12955 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12956
12957         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12958
12959 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12960
12961         * nntp.el (nntp-end-of-line): Doc fix.
12962
12963 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12964
12965         * imap.el (imap-open): Handle case where buffer is a buffer
12966         object.
12967
12968 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12969
12970         * gnus-delay.el (gnus-delay): Don't autoload.
12971         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12972         to be re-loaded when customizing the `gnus-delay' group.
12973
12974 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12975
12976         * message.el (message-insert-citation-line): Use newlines.
12977
12978 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12979
12980         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12981         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12982         these routines, so the passphrase can be managed externally and
12983         passed in to the system.
12984         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12985         pgg-add-passphrase-to-cache function.
12986
12987         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12988         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12989         these routines, so the passphrase can be managed externally and
12990         passed in to the system.
12991         (pgg-pgp5-sign-region): Use new name of
12992         pgg-add-passphrase-to-cache function.
12993
12994 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12995
12996         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12997         part of the decoded armor to find the key-identifier.
12998         (pgg-gpg-lookup-key-owner): New function to return the
12999         human-readable identifier of a key owner.
13000         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13001         itself.
13002         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13003         the key value) if we have a key and can match it against a secret
13004         key.  Also, added a note pointing out fact that the prompt only
13005         indicates the first matching key.
13006
13007         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13008         pgg-decrypt-region.
13009         (pgg-add-passphrase-to-cache): Rename from
13010         `pgg-add-passphrase-cache' to reduce confusion (all callers
13011         changed).
13012         (pgg-remove-passphrase-from-cache): Rename from
13013         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13014         changed).
13015         (pgg-read-passphrase, pgg-add-passphrase-cache)
13016         (pgg-remove-passphrase-cache): Add informative docstrings.
13017         (pgg-decrypt): Convey provided passphrase in subordinate call to
13018         pgg-decrypt-region.
13019
13020 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13021
13022         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13023         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13024         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13025         'passphrase' argument, so the passphrase can be managed externally
13026         and then passed in to the system.
13027
13028         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13029         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13030         so the passphrase cache can be used reliably with identifiers
13031         besides a pgp packet's key id.
13032
13033         * pgg-gpg.el (pgg-gpg-encrypt-region)
13034         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13035         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13036         these routines, so the passphrase can be managed externally and
13037         passed in to the system.
13038
13039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13040         'notruncate' argument, so the passphrase cache can be used
13041         reliably with identifiers besides a pgp packet's key id.
13042
13043 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13044
13045         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13046         symmetric encryption.
13047         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13048         encrypted session key.
13049         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13050         message ask for the passphrase in a proper way.
13051
13052         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13053         New user commands for symmetric encryption.
13054
13055 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13058
13059         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13060
13061 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13062
13063         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13064
13065 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * mm-decode.el (mm-inlined-types): Add application/pgp.
13068         (mm-automatic-display): Ditto.
13069
13070         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13071         part as text.
13072
13073 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13074
13075         * nnrss.el: Update copyright.
13076         (nnrss-opml-import): Query whether to subscribe to each entry.
13077
13078         * gnus-art.el:
13079         * gnus-sum.el:
13080         * gnus-xmas.el:
13081         * messagexmas.el:
13082         * mm-uu.el:
13083         * mm-view.el: Update copyright.
13084
13085 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * message.el (message-info): New function.
13088         (message-mode-menu): Add it.
13089         Update copyright.
13090
13091         * ChangeLog: Fix and update copyright.
13092
13093 2006-01-13  Romain Francoise  <romain@orebokech.com>
13094
13095         * message.el (message-forward-subject-name-subject): Prefer the
13096         address to 'nowhere' if the sender has no name.
13097         Fix typo.  Update copyright year.
13098
13099 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13100
13101         * gnus-art.el (article-wash-html):
13102         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13103         (gnus-article-wash-html-with-w3m-standalone): New function.
13104
13105         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13106         mm-inline-text-html-render-with-w3m-standalone.
13107         (mm-text-html-washer-alist): Map w3m-standalone to
13108         gnus-article-wash-html-with-w3m-standalone.
13109         (mm-inline-text-html-render-with-w3m-standalone): New function.
13110
13111 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13114         Improve LaTeX.
13115
13116 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13117
13118         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13119         (nnrss-request-article): Render text/plain parts as HTML.
13120
13121         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13122         the buffer.
13123
13124 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13127         custom definition of `gnus-posting-styles'.
13128
13129         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13130         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13131
13132 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13135         Use nntp for bug archive.
13136
13137 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13138
13139         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13140         parts.
13141         (nnrss-normalize-date): New function converts ISO 8601 date into
13142         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13143         (nnrss-check-group): Use it.
13144
13145 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13148
13149         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13150         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13151         (nnrss-insert-w3): Ditto.
13152
13153 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13156         the articles to be forwarded including the case where neither a
13157         number of articles nor a region is specified.
13158
13159 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * nnrss.el (nnrss-request-article): Fix last change; fill
13162         text/plain parts.
13163
13164 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13167         in text/plain part.
13168         (nnrss-check-group): Don't add excessive newline to dc:subject.
13169
13170 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13171
13172         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13173         article.
13174
13175 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13178         (nnml-use-compressed-files, nnml-save-mail): Support other
13179         comression programs such as bzip2.
13180
13181 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13182
13183         * dns.el (query-dns): Make sure we check the buffer size before
13184         removing tcp headers.
13185
13186 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13189         remove MIME buttons associated with multipart/alternative parts.
13190         (gnus-mime-display-alternative): Tag buttons using `article-type'
13191         text property.
13192
13193         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13194         associated with multipart/alternative parts.
13195
13196         * gnus-art.el (gnus-signature-separator): Fix custom type.
13197
13198         * mm-decode.el (mm-inlined-types): Fix custom type.
13199         (mm-keep-viewer-alive-types): Ditto.
13200         (mm-automatic-display): Ditto.
13201         (mm-attachment-override-types): Ditto.
13202         (mm-inline-override-types): Ditto.
13203         (mm-automatic-external-display): Ditto.
13204
13205 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * spam-report.el (spam-report-user-mail-address)
13208         (spam-report-user-agent): New variables.
13209         (spam-report-url-ping-plain): Use spam-report-user-agent.
13210
13211 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13212
13213         * gnus-art.el (gnus-button-handle-custom): Do not just use
13214         `customize-apropos' for any "M-x customize-*" button but the
13215         function called for.  Accept both the function name and its
13216         argument in order to achieve this.
13217         (gnus-button-alist): Remove support for "custom:" URL's.
13218         Pass function name to `gnus-button-handle-custom' in case of "M-x
13219         customize-*" buttons.
13220
13221 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13224         multipart/alternative and add xref to mm-discouraged-alternatives
13225         in doc string.
13226
13227         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13228         gnus-buttonized-mime-types in doc string.
13229
13230 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13233         Suggest image/.* in the doc string.
13234
13235 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13238         message-marks (Debian bug #342521).
13239
13240 2005-12-12  Simon Josefsson  <jas@extundo.com>
13241
13242         * password.el (password-read-from-cache): Add.
13243         (password-read): Use it.
13244
13245 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * rfc2047.el (rfc2047-charset-to-coding-system):
13248         Recognize us-ascii as a MIME charset.
13249
13250         * mm-bodies.el (mm-decode-content-transfer-encoding):
13251         Protect against the case where the 2nd arg TYPE is nil.
13252
13253 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * pop3.el (pop3-stream-type): Fix custom version.
13256
13257         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13258
13259 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13260
13261         * mm-decode.el (mm-display-external): Add missing cdr.
13262
13263 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13266         RFC1524) if it is in mailcap or add a suffix according to
13267         mailcap-mime-extensions when generating a temp filename; postpone
13268         deleting a temp file for 2 seconds for some wrappers, shell
13269         scripts, and so on, which might exit right after having started a
13270         viewer command as a background job.
13271
13272 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * nntp.el (nntp-marks-directory): Fix custom group.
13275
13276         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13277         steps when < 10.
13278
13279         * gnus-start.el (gnus-no-server-1):
13280         Mention `gnus-level-default-subscribed' in doc string.
13281
13282 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13283
13284         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13285         parens.
13286
13287 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13288
13289         * gnus-xmas.el (gnus-use-toolbar): Revert.
13290         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13291         gnus-use-toolbar is default.
13292
13293         * messagexmas.el (message-use-toolbar): Revert.
13294         (message-setup-toolbar): Use global default-toolbar if
13295         message-use-toolbar is default.
13296
13297 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13300         according to default-toolbar-visible-p.
13301
13302         * messagexmas.el (message-use-toolbar): Ditto.
13303
13304 2005-11-26  Dave Love  <fx@gnu.org>
13305
13306         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13307         (tls-program, tls-success): Provide openssl alternative.
13308
13309         * starttls.el: Doc fixes.
13310         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13311         SERVICE to PORT.
13312
13313         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13314         port null or service name.
13315         (starttls-negotiate): Autoload.
13316
13317 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * message.el (message-kill-to-signature): Fix interactive spec.
13320
13321 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * pop3.el (pop3-open-server): Recognize a string as a service name.
13324
13325 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13326
13327         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13328
13329 2005-11-23  Dave Love  <fx@gnu.org>
13330
13331         Add pop3s, pop3/starttls.
13332
13333         * pop3.el (pop3-authentication-scheme): Clarify doc.
13334         (open-tls-stream, starttls-open-stream): Autoload.
13335         (pop3-stream-type): New.
13336         (pop3-open-server): Use it.
13337
13338         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13339         for POP.
13340         (mail-source-keyword-map): Add :stream for POP.
13341         (mail-source-fetch-pop): Use pop3-stream-type.
13342
13343 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13346         of current-time-string.
13347
13348 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13349
13350         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13351         date header.
13352
13353 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13354
13355         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13356         it can seriously impact performance as it bypasses the agent's
13357         local caches.
13358
13359 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13360
13361         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13362         must be explicitly online rather than "not explicitly offline" for
13363         its flags to be synchronized.
13364
13365         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13366         that gnus-uu-unmark-thread will function correctly.
13367
13368         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13369         1024K is instead displayed as 1M.
13370
13371 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13372
13373         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13374
13375 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13376
13377         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13378
13379 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13380
13381         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13382         error message to display actual error condition.
13383         (gnus-agent-save-local): Avoid saving symbols that are bound to
13384         nil as they simply result in a warning message in
13385         gnus-agent-read-local.
13386
13387 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13390         rather than make-variable-buffer-local for file-precious-flag.
13391
13392 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13393
13394         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13395         for duplicates which are removed.  The invalid sort check then
13396         triggers a rescan after the sort as sorting may have moved
13397         duplicate entries such that they can be cheaply detected.
13398
13399 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13402
13403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13404
13405         * gnus-agent.el (gnus-agent-article-alist-save-format):
13406         Change internal variable to a custom variable.  Change default value
13407         from compressed(2) to uncompressed(1).
13408         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13409         support for uncompressed agentview files.  Taken together, reading
13410         the agentview file should now be 6-7 times faster.
13411
13412 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13413
13414         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13415         as a buffer-local variable.  This avoids creating truncated
13416         dribble files as a result of a hang up, eg.
13417
13418 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13419
13420         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13421         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13422         XEmacs.
13423
13424 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-start.el (gnus-start-draft-setup):
13427         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13428
13429         * gnus.el (gnus-splash): Change custom group.
13430         (gnus-group-get-parameter, gnus-group-parameter-value):
13431         Describe allow-list argument.
13432
13433         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13434         string.
13435
13436 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * gnus-art.el (gnus-default-article-saver): Add user-defined
13439         `function' to custom type.
13440
13441 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13442
13443         * imap.el (imap-open): Handle case where buffer is a buffer
13444         object.
13445
13446 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13447
13448         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13449         long lines.
13450         (gnus-cache-delete-group): Wrap doc strings.
13451
13452         * gnus-agent.el (gnus-agent-rename-group)
13453         (gnus-agent-delete-group): Wrap doc strings.
13454
13455 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * messagexmas.el (message-use-toolbar): Change the valid values
13458         into default, top, bottom, left, and right.
13459         (message-toolbar-thickness): New variable.
13460         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13461         well.
13462         (message-setup-toolbar): Make it work.
13463
13464         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13465         (gnus-use-toolbar): Change the valid values into default, top,
13466         bottom, left, and right.
13467         (gnus-toolbar-thickness): New variable.
13468         (gnus-xmas-setup-toolbar): New function.
13469         (gnus-xmas-setup-group-toolbar): Use it.
13470         (gnus-xmas-setup-summary-toolbar): Use it.
13471
13472 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-start.el (gnus-1): Add "native" to
13475         gnus-predefined-server-alist.
13476
13477         * gnus.el (gnus-method-to-server): Don't add "native" to the
13478         lists here, because that leads to problems when
13479         gnus-select-method is bound.
13480
13481 2005-11-09  Simon Josefsson  <jas@extundo.com>
13482
13483         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13484         use (not sort-by-date) instead.
13485
13486 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13487
13488         * gnus-delay.el (gnus-delay-group): Don't autoload.
13489         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13490         to be re-loaded when customizing the `gnus-delay' group.
13491
13492 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13493
13494         * message.el: Revert last changes.
13495         (message-insert-citation-line): Use newlines.
13496
13497 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13498
13499         * message.el (message-courtesy-message)
13500         (message-mark-insert-begin, message-mark-insert-end)
13501         (message-elide-ellipsis, message-cancel-message)
13502         (message-add-header, message-change-subject)
13503         (message-cross-post-followup-to-header)
13504         (message-cross-post-insert-note, message-reduce-to-to-cc)
13505         (message-widen-reply, message-delete-not-region)
13506         (message-kill-to-signature, message-insert-signature)
13507         (message-insert-importance-high, message-insert-importance-low)
13508         (message-insert-or-toggle-importance)
13509         (message-insert-disposition-notification-to)
13510         (message-indent-citation, message-yank-original)
13511         (message-cite-original-without-signature, message-cite-original)
13512         (message-insert-citation-line, message-position-on-field)
13513         (message-fix-before-sending, message-send-mail-partially)
13514         (message-send-mail, message-send-mail-with-sendmail)
13515         (message-send-mail-with-qmail, message-send-news)
13516         (message-check-news-header-syntax, message-generate-headers)
13517         (message-insert-courtesy-copy, message-fill-address)
13518         (message-fill-header, message-shorten-references)
13519         (message-setup-1, message-cancel-news)
13520         (message-forward-make-body-plain, message-forward-make-body-mime)
13521         (message-forward-make-body-mml, message-encode-message-body)
13522         (message-forward-make-body-digest-plain)
13523         (message-forward-make-body-digest-mime)
13524         (message-use-alternative-email-as-from): Insert `hard-newline'
13525         instead of ordinary newlines.
13526
13527 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * message.el (message-generate-headers): Downcase the argument
13530         given to message-check-element.
13531
13532 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13533
13534         * nntp.el (nntp-authinfo-rejected): New error condition.
13535         (nntp-wait-for): Use new error condition to signal authentication
13536         error.
13537         (nntp-retrieve-data): Rethrow new error condition to break out of
13538         recursive call to nntp-send-authinfo.
13539
13540 2005-11-08  Romain Francoise  <romain@orebokech.com>
13541
13542         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13543         (gnus-summary-exit-map): Bind to `Z p'.
13544         (gnus-summary-make-menu-bar): Add menu item.
13545
13546 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13549         (gnus-treat-*): Add `first' in all doc strings.
13550
13551         * gnus-group.el (gnus-group-compact-group): Fix typo.
13552
13553 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus.el (gnus-parameters-case-fold-search): New variable.
13556         (gnus-parameters-get-parameter): Use it.
13557
13558         * gnus-score.el (gnus-home-score-file): Doc fix.
13559
13560 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13561
13562         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13563
13564 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mm-util.el (mm-special-display-p): New function.
13567
13568         * mml.el (mml-preview): Use it; doc fix.
13569
13570 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13571
13572         * imap.el (imap-open): Handle case where buffer is a buffer object.
13573
13574 2005-10-29  Romain Francoise  <romain@orebokech.com>
13575
13576         * message.el (message-fix-before-sending): Fix comment.
13577
13578 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13579
13580         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13581
13582 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13583
13584         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13585         Used in gnus-score.el.
13586
13587 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13588
13589         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13590
13591 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13592
13593         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13594         whitespace removed in revision 7.8.  Use concatenated string to
13595         protect trailing whitespace.
13596
13597 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13598
13599         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13600         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13601         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13602         Courier IMAP ("some version from 2004").  Mostly based on similar
13603         code in the same function.
13604
13605 2005-10-26  Didier Verna  <didier@xemacs.org>
13606
13607         * gnus-group.el (gnus-group-compact-group): Invalidate original
13608         article buffer.
13609         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13610         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13611         NOV database and in article itself.
13612         Invalidate article backlog.
13613
13614 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13615
13616         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13617
13618 2005-10-26  Simon Josefsson  <jas@extundo.com>
13619
13620         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13621         part of 2004-07-25 change.
13622
13623 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * message.el (message-display-completion-list): New function.
13626         (message-expand-group): Use it; make sure the Completions buffer
13627         is modifiable.
13628 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13629
13630         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13631         user-mail-name is an empty string.
13632
13633 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13636         depending on gnus-score-decay-constant.
13637
13638         * encrypt.el (encrypt-insert-file-contents)
13639         (encrypt-write-file-contents): Don't use `gnus-message'.
13640
13641         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13642         arguments.
13643         (mm-uu-type-alist): Add message-marks and insert-marks.
13644         Pass arguments to mm-uu-verbatim-marks-extract.
13645         (mm-uu-hide-markers): New variable.
13646         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13647
13648         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13649         (gnus-convert-image-to-face-command): Use "convert" by default to
13650         allow other input image formats.
13651         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13652         accordingly.
13653
13654 2005-10-23  Simon Josefsson  <jas@extundo.com>
13655
13656         * imap.el (imap-gssapi-program): Align command line parameters
13657         with latest GNU SASL.
13658         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13659
13660 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13661
13662         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13663         HTML.
13664         (nnslashdot-request-article): Ditto.
13665
13666         * lpath.el (featurep): Add nobreak-char-display.
13667
13668 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13669
13670         * mail-source.el (mail-source-fetch-pop): Require pop3.
13671         (mail-source-check-pop): Ditto.
13672
13673 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13676         errors.
13677
13678 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13679
13680         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13681         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13682
13683         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13684
13685         * mm-bodies.el (mm-decode-string):
13686         Call `mm-charset-to-coding-system' with allow-override argument.
13687
13688 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13691         (rfc2047-charset-to-coding-system): New function.
13692         (rfc2047-decode-encoded-words): New function.
13693         (rfc2047-decode-region): Use them.
13694         (rfc2047-decode-cte): Remove.
13695         (rfc2047-parse-and-decode): Remove.
13696         (rfc2047-decode): Remove.
13697
13698 2005-10-15  Kenichi Handa  <handa@m17n.org>
13699
13700         * rfc2047.el (rfc2047-decode-cte): New function.
13701         (rfc2047-decode-region): Change the way to decode successive
13702         encoded-words: decode B- or Q-encoding in each encoded-word,
13703         concatenate them, and decode it as charset.
13704
13705 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13706
13707         * lpath.el: Fbind codepage-setup for XEmacs.
13708
13709 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13710
13711         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13712         widget-move-and-invoke.
13713         (gnus-custom-mode): Use gnus-custom-map.
13714
13715 2005-10-15  Bill Wohler  <wohler@newt.com>
13716
13717         * message.el (message-tool-bar-map): Rename image file from
13718         mail_send to mail/send.
13719
13720 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13721
13722         * message.el (message-expand-group): Pass the common
13723         prefix substring of completion to `display-completion-list'.
13724
13725 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * mml-sec.el (mml-secure-method): New internal variable.
13728         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13729         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13730         New functions using mml-secure-method.
13731
13732         * mml.el (mml-mode-map): Add key bindings for those functions.
13733         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13734         Harder <harder@myrealbox.com>.
13735         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13736         Goto end of message if point is the headers of the message.
13737
13738         * message.el (message-in-body-p): New function.
13739
13740         * assistant.el: Autoload gnus-util and netrc.
13741
13742         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13743         Use `mm-charset-override-alist' only when decoding.
13744
13745         * mm-bodies.el (mm-decode-body):
13746         Call `mm-charset-to-coding-system' with allow-override argument.
13747
13748         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13749         `filename' from Content-Disposition if Content-Type doesn't
13750         provide `name'.
13751         (gnus-mime-view-part-as-type): Set default instead of
13752         initial-input.
13753
13754 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13755
13756         * format-spec.el (format-spec): Propagate text properties of % spec.
13757
13758 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13759
13760         * gnus-art.el (gnus-treat-predicate): Add `first'.
13761
13762 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13763
13764         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13765         (mm-charset-override-alist): New variable.
13766         (mm-charset-to-coding-system): Use it.
13767         (mm-codepage-setup): New helper function.
13768         (mm-charset-eval-alist): New variable.
13769         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13770         Warn about unknown charsets.
13771
13772         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13773
13774 2005-10-04  David Hansen  <david.hansen@gmx.net>
13775
13776         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13777         (nnrss-check-group): Ditto.
13778
13779 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13780
13781         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13782         Rename x-gnus-verbatim to x-verbatim.
13783         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13784
13785         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13786         x-verbatim.
13787
13788         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13789
13790         * gnus-util.el (gnus-remove-duplicates): Remove.
13791
13792         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13793         instead of gnus-remove-duplicates.
13794
13795         * message.el (message-remove-duplicates): Remove.
13796         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13797         message-remove-duplicates.
13798
13799         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13800         available, else use implementation from `delete-dups'.
13801
13802         * message.el (message-insert-expires): New function.
13803         (message-mode-map): Add key binding.
13804         (message-mode-field-menu): Add menu entry.
13805         (message-mode): Document it.
13806         (message-make-expires-date): Use `message-make-date'.
13807
13808 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13809
13810         * message.el (message-make-expires-date): New function.
13811
13812 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * Makefile.in (list-installed-shadows): New entry.
13815         (install): Use it.
13816         (remove-installed-shadows): New entry.
13817
13818         * dgnushack.el (dgnushack-default-load-path): New variable.
13819         (dgnushack-find-lisp-shadows): New function.
13820         (dgnushack-remove-lisp-shadows): New function.
13821
13822 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * Makefile.in (install-el-elc): New entry.
13825         (install): Use it so that .el files are necessarily installed.
13826
13827 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13830
13831 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13832
13833         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13834         function rather than the diff-mode.el package.
13835         (mm-display-external): Use with-current-buffer.
13836         (mm-viewer-completion-map, mm-viewer-completion-map):
13837         Move initialization inside declaration.
13838
13839 2005-09-29  Simon Josefsson  <jas@extundo.com>
13840
13841         * spam.el: Load hashcash when compiling, to avoid warnings.
13842         Don't autoload mail-check-payment.
13843         (spam-check-hashcash): Define unconditionally, since hashcash.el
13844         is part of Gnus now.  Ignore errors from payment checking.
13845
13846 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * message.el (message-bold-region, message-unbold-region):
13849         Rename from `bold-region' and `unbold-region'.
13850
13851         * message.el: Remove useless autoloads.
13852
13853 2005-09-28  Simon Josefsson  <jas@extundo.com>
13854
13855         * message.el (message-use-idna): Default to t.
13856         (message-use-idna): Test whether encoding works too.  Doc fix.
13857
13858 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * nntp.el (nntp-warn-about-losing-connection): Remove.
13861
13862 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13863
13864         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13865         customizable.  Change default value.
13866         (mm-uu-diff-groups-regexp): Change default value.
13867         (mm-uu-type-alist): Add doc string.
13868         (mm-uu-configure): Add doc string.  Make it interactive.
13869         (mm-uu-tex-groups-regexp): New variable.
13870         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13871         (mm-uu-type-alist): Add LaTeX documents.
13872         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13873         of "text/verbatim".
13874         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13875
13876         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13877         instead of "text/verbatim".
13878
13879         * message.el (message-mark-inserted-region)
13880         (message-mark-insert-file): Use slrn style marks when called with
13881         prefix argument.
13882
13883 2005-09-27  Simon Josefsson  <jas@extundo.com>
13884
13885         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13886
13887 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13888
13889         * message.el (message-remove-duplicates): New function.
13890         Implementation borrowed from `gnus-remove-duplicates'.
13891         (message-idna-to-ascii-rhs): Also encode idna addresses in
13892         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13893         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13894         only ask about the same idna domain once per header and also tell
13895         in what header to replace the idna domain.
13896
13897         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13898         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13899         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13900         a header is decoded and not just the last one.
13901
13902 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13905         has been decoded.
13906
13907         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13908         (mm-insert-part): Don't modify text if it has been decoded.
13909
13910         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13911         decoded.
13912
13913         * mm-view.el (mm-inline-text): Don't strip text props unless
13914         decoding enriched or richtext parts.
13915
13916 2005-09-25  Romain Francoise  <romain@orebokech.com>
13917
13918         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13919         * gnus-start.el (gnus-subscribe-interactively):
13920         * gnus-uu.el (gnus-uu-grab-articles):
13921         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13922         space.
13923
13924 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13925
13926         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13927         * mm-view.el (mm-view-pkcs7-decrypt):
13928         * gnus-sum.el (gnus-summary-limit-to-extra)
13929         (gnus-summary-respool-article, gnus-read-move-group-name):
13930         * gnus-score.el (gnus-summary-increase-score):
13931         * gnus-util.el (gnus-completing-read-with-default):
13932         * gnus-art.el (gnus-read-save-file-name)
13933         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13934         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13935         * message.el (message-check-news-header-syntax):
13936         Follow convention for reading with the minibuffer.
13937
13938 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * spam-report.el (spam-report-url-ping-plain):
13941         Use gnus-extended-version as User-Agent.
13942
13943         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13944         default value is nil.
13945
13946         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13947         (mm-uu-verbatim-marks-extract): New function.
13948         (mm-uu-extract): New face.
13949         (mm-uu-copy-to-buffer): Use it.
13950
13951         * spam-report.el (spam-report-gmane-ham): Rename from
13952         `spam-report-gmane-unspam'.
13953         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13954         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13955
13956         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13957         Autoload.
13958         (spam-report-gmane-unregister-routine):
13959         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13960
13961 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13962
13963         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13964         (spam-report-gmane-unregister-routine): Add support for gmane
13965         unregistration.
13966
13967         * spam-report.el (spam-report-gmane-unspam)
13968         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13969         (spam-report-gmane): Change to take a single article and do unspam
13970         registration.
13971
13972 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13973
13974         * mm-url.el (mm-url-decode-entities): Fix regexp.
13975
13976 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977
13978         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13979         default to nil, to be able to use Gnus at all.  If the default
13980         switches to something else, then the function should be fixed not
13981         be exceedingly slow.
13982
13983 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13984
13985         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13986         fail hard.
13987
13988         * spam-report.el: Add better Keywords line.
13989
13990         * spam.el: Add Maintainer and better Keywords line.
13991
13992 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13993
13994         * gnus-art.el (gnus-article-replace-part)
13995         (gnus-mime-replace-part): New functions.
13996         (gnus-mime-action-alist, gnus-mime-button-commands)
13997         (gnus-mime-save-part-and-strip): Add file argument.
13998         (gnus-article-part-wrapper): Add interactive argument.
13999
14000         * gnus-sum.el (gnus-summary-mime-map):
14001         Add `gnus-article-replace-part'.
14002
14003 2005-09-19  Didier Verna  <didier@xemacs.org>
14004
14005         The nnml compaction feature:
14006         * nnml.el (nnml-request-compact-group): New function.
14007         * nnml.el (nnml-request-compact): New function.
14008         * gnus-int.el (gnus-request-compact-group): New function.
14009         * gnus-int.el (gnus-request-compact): New function.
14010         * gnus-group.el (gnus-group-compact-group): New function.
14011         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14012         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14013         * gnus-srvr.el (gnus-server-compact-server): New function.
14014         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14015         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14016
14017 2005-09-18  Deepak Goel  <deego@gnufans.org>
14018
14019         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14020         format spec.
14021
14022 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14025
14026 2005-09-15  Romain Francoise  <romain@orebokech.com>
14027
14028         * message.el (message-fill-paragraph): Clarify docstring.
14029
14030 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * gnus-art.el (gnus-mime-display-part): Protect against broken
14033         MIME messages.
14034
14035 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14038         before parsing header.
14039
14040 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14041
14042         * html2text.el (html2text-replace-list): Add new entities.
14043
14044 2005-09-11  Romain Francoise  <romain@orebokech.com>
14045
14046         * message.el (message-alternative-emails): Improve docstring.
14047         (message-setup-1): Call `message-use-alternative-email-as-from'
14048         after `message-setup-hook' to give it precedence over posting
14049         styles, etc.
14050         (message-use-alternative-email-as-from): Add docstring.
14051         Remove the original From header if present.
14052
14053         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14054         (nnml-save-mail): Use it.
14055
14056         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14057         articles.  Add new argument `silent'.
14058         (gnus-uu-mark-all): Report the total number of marked articles.
14059
14060 2005-09-10  Romain Francoise  <romain@orebokech.com>
14061
14062         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14063         (gnus-uu-mark-series): Likewise.
14064
14065 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * spam-report.el (spam-report-gmane): Fix generation of spam
14068         report URL.
14069
14070 2005-09-10  Simon Josefsson  <jas@extundo.com>
14071
14072         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14073         t, based on discussion on the ding list with Robert Epprecht
14074         <epprecht@solnet.ch>.
14075
14076 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14077
14078         * spam-report.el (spam-report-gmane): Make it work without
14079         X-Report-Spam header.  Gmane now only provides Archived-At.
14080         This is only used if `spam-report-gmane-use-article-number' is nil.
14081         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14082
14083         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14084         make `gnus-summary-sort-by-recipient' work with threading.
14085
14086         * nnweb.el (nnweb-google-wash-article): Print a message if article
14087         is not available.
14088
14089 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14090
14091         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14092         change.  Decode text/* parts content before displaying.
14093
14094 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14097
14098 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14101
14102         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14103         url-package-name, url-package-version,
14104         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14105         w3m-display-inline-images, and w3m-minor-mode-map.
14106
14107 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * message.el (message-tab-body-function): Fix mismatched custom type.
14110
14111         * gnus.el (gnus-group-change-level-function): Ditto.
14112
14113         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14114
14115         * gnus-art.el (gnus-signature-limit)
14116         (gnus-article-mime-part-function): Ditto.
14117
14118 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14119
14120         * mml.el (mml-mode): Silence the byte compiler.
14121
14122         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14123         using `(sit-for 0)' before moving the point to the specified part;
14124         skip unbuttonized parts.
14125         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14126         return to the summary window if gnus-auto-select-part is non-nil.
14127
14128 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14131         New variables.
14132         (mml-dnd-attach-file, mml-mode): Use them.
14133
14134         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14135         Make fetching article by MID work again for Google Groups.
14136         Add FIXME concerning gnus-group-make-web-group.
14137
14138         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14139         Don't depend on Gnus by using mail-extract-address-components if
14140         gnus-extract-address-components is not bound.
14141
14142 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14143
14144         * gnus-art.el (gnus-mime-display-security): Don't display the
14145         signature, but only the signed part.
14146
14147 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14150
14151         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14152         list, not listp.
14153
14154 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14155
14156         * mm-encode.el (mm-encode-content-transfer-encoding):
14157         Likewise when encoding.
14158
14159         * mm-bodies.el (mm-decode-content-transfer-encoding):
14160         De-canonicalize CRLF for all text content types, not just
14161         text/plain.
14162
14163 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14166         valid article; point arrow and cursor at the MIME button.
14167
14168 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14171         Suggested by Dan Christensen <jdc@uwo.ca>.
14172
14173         * mm-decode.el (mm-save-part): Enable change of prompt.
14174
14175 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14176
14177         * gnus-msg.el (gnus-inews-add-send-actions):
14178         Make `message-post-method' lambda parameter ARG `&optional'.
14179
14180 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * gnus-sum.el (gnus-summary-mime-map):
14183         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14184         gnus-article-jump-to-part.
14185
14186         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14187         (gnus-article-edit-part): Use it.
14188         (gnus-article-part-wrapper): Add no-handle argument.
14189         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14190         New functions.
14191
14192 2005-08-29  Romain Francoise  <romain@orebokech.com>
14193
14194         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14195         docstring.
14196         (gnus-face-from-file): Likewise.
14197
14198 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14201         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14202         non-nil.
14203         (gnus-auto-select-part): New variable.
14204         (gnus-article-jump-to-part): New function.
14205         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14206         (gnus-mime-delete-part): Allow selecting specified part after
14207         deleting or stripping parts.
14208         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14209         part if argument is bogus.
14210
14211 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14212
14213         * gnus-art.el (w3m-minor-mode-map):
14214         * gnus-spec.el (gnus-newsrc-file-version):
14215         * gnus-util.el (nnmail-active-file-coding-system)
14216         (gnus-original-article-buffer, gnus-user-agent):
14217         * gnus.el (gnus-ham-process-destinations)
14218         (gnus-parameter-ham-marks-alist)
14219         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14220         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14221         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14222         * mm-decode.el (gnus-current-window-configuration):
14223         * mm-extern.el (gnus-article-mime-handles):
14224         * mm-url.el (url-current-object, url-package-name)
14225         (url-package-version):
14226         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14227         (smime-keys, w3m-cid-retrieve-function-alist)
14228         (w3m-current-buffer, w3m-display-inline-images)
14229         (w3m-minor-mode-map):
14230         * mml-smime.el (gnus-extract-address-components):
14231         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14232         (gnus-newsrc-hashtb, message-default-charset)
14233         (message-deletable-headers, message-options)
14234         (message-posting-charset, message-required-mail-headers)
14235         (message-required-news-headers):
14236         * mml1991.el (mc-pgp-always-sign):
14237         * mml2015.el (mc-pgp-always-sign):
14238         * nnheader.el (nnmail-extra-headers):
14239         * rfc1843.el (gnus-decode-encoded-word-function)
14240         (gnus-decode-header-function, gnus-newsgroup-name):
14241         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14242
14243 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14244
14245         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14246         the end of the date treatments.
14247
14248 2005-08-15  Simon Josefsson  <jas@extundo.com>
14249
14250         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14251         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14252         Capello and Romain Francoise.
14253         (pgg-fetch-key-function): Remove, not used?
14254         (pgg-insert-url-with-w3): Require url, to get
14255         url-insert-file-contents regardless of where it is defined.
14256
14257 2005-08-13  Romain Francoise  <romain@orebokech.com>
14258
14259         * message.el (message-cite-original-1): New function.
14260         (message-cite-original): Use it.
14261         (message-cite-original-without-signature): Ditto.
14262
14263 2005-08-08  Romain Francoise  <romain@orebokech.com>
14264
14265         * message.el (message-yank-empty-prefix): New variable.
14266         (message-indent-citation): Use it.
14267         (message-cite-original-without-signature): Respect X-No-Archive.
14268
14269 2005-08-08  Simon Josefsson  <jas@extundo.com>
14270
14271         * pgg.el: Autoload url-insert-file-contents instead of loading
14272         w3/url.
14273         (pgg-insert-url-with-w3): Don't load url here.
14274
14275 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14276
14277         * message.el (message-kill-to-signature): Don't insert newline at
14278         bol.
14279         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14280
14281 2005-08-06  Romain Francoise  <romain@orebokech.com>
14282
14283         * message.el (message-user-fqdn): Fix typo in docstring.
14284
14285 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14286
14287         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14288
14289         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14290
14291 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * mm-bodies.el (mm-encode-body): Use coding system rather than
14294         charset to encode text.
14295
14296         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14297         number of charsets if utf-8 is available (XEmacs).
14298
14299 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14300
14301         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14302         taken from `gnus-button-mid-or-mail-regexp'.
14303         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14304         (gnus-button-alist): Improve regexp for domain part of the MIDs
14305         for news:localpart@domain buttons.
14306         (gnus-button-ctan-directory-regexp): Update.
14307
14308 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * sieve-manage.el (sieve-manage-interactive-login):
14311         Use make-local-variable rather than make-variable-buffer-local.
14312         (sieve-manage-open): Ditto.
14313         (sieve-manage-authenticate): Ditto.
14314
14315         * mml.el (mml-generate-mime-1): Make the content type default to
14316         text/plain if the filename is not specified.
14317
14318 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14319
14320         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14321         instead of insert-buffer.
14322
14323         * message.el (message-yank-original): Ditto; set the mark at the
14324         end of the yanked message.
14325
14326 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14329         lines to scroll rather than to stop it.
14330
14331         * mml.el (mml-generate-default-type): Add doc string.
14332         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14333         default to application/octet-stream when determining the content
14334         type if it is not specified for the part or the mml contents; add
14335         a comment about mml-generate-default-type.
14336
14337 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14340         make it default to application/octet-stream when determining the
14341         content type if it is not specified for the external contents.
14342
14343 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14346         segmented parameter but also other parameters might be there.
14347
14348 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14349
14350         * mm-decode.el (mm-display-external): Delete temp file, directory
14351         and buffer immediately if the external process is exited.
14352
14353 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14356         fewer lines than that of scroll-margin.
14357         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14358
14359 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-art.el (gnus-article-next-page): Revert.
14362         (gnus-article-beginning-of-window): New macro.
14363         (gnus-article-next-page-1): Use it.
14364         (gnus-article-prev-page): Ditto.
14365         (gnus-article-edit-part): Use insert-buffer-substring instead of
14366         insert-buffer.
14367         (gnus-article-edit-exit): Ditto.
14368
14369         * gnus-util.el (gnus-beginning-of-window): Remove.
14370         (gnus-end-of-window): Remove.
14371
14372         * lpath.el: Don't bind header-line-format and scroll-margin.
14373
14374 2005-07-25  Simon Josefsson  <jas@extundo.com>
14375
14376         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14377         to have the url package without w3.  Reported by Daiki Ueno
14378         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14379
14380 2005-07-20  Didier Verna  <didier@xemacs.org>
14381
14382         * gnus-diary.el: Remove the description comment (nndiary is now
14383         properly documented in the Gnus manual).
14384         Fix the spelling of "Back End".
14385         * nndiary.el: Ditto.
14386         Fix the copyright notice.
14387
14388 2005-07-18  Romain Francoise  <romain@orebokech.com>
14389
14390         * gnus-sum.el (gnus-summary-to-prefix)
14391         (gnus-summary-newsgroup-prefix): New variables.
14392         (gnus-summary-from-or-to-or-newsgroups): Use them.
14393
14394 2005-07-17  Romain Francoise  <romain@orebokech.com>
14395
14396         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14397         space as it's generally not especially interesting to the user.
14398
14399 2005-07-16  Romain Francoise  <romain@orebokech.com>
14400
14401         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14402         nil to avoid prompting and file modification if one of the
14403         messages at the top of the nnfolder file contains a copyright
14404         notice.
14405         Update copyright notice.
14406
14407         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14408         instead of `current-time-string' as the latter creates a time
14409         string that is not RFC 2822 compliant (it lacks the zone).
14410         Update copyright notice.
14411
14412 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14413
14414         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14415         for text/rtf.  Display default in prompt.  Pass default for M-n.
14416
14417         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14418
14419 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14420
14421         * gnus-msg.el (gnus-button-mailto):
14422         Remove save-selected-window-window hackery because it relies on
14423         save-selected-window internals.
14424
14425 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14428         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14429         (gnus-article-prev-page): Ditto.
14430
14431         * gnus-util.el (gnus-beginning-of-window): New function.
14432         (gnus-end-of-window): New function.
14433
14434         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14435
14436 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14437
14438         * gnus-score.el (gnus-score-edit-all-score):
14439         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14440         gnus-message.
14441
14442 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * gnus-msg.el (gnus-button-mailto):
14445         Remove save-selected-window-window hackery because it relies on
14446         save-selected-window internals.
14447
14448 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14451         add-minor-mode.
14452         (gnus-binary-mode): Ditto.
14453
14454         * gnus-topic.el (gnus-topic-mode): Ditto.
14455
14456 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14457
14458         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14459         (gnus-article-prev-page): Take scroll-margin into consideration.
14460
14461 2005-07-04  Lute Kamstra  <lute@gnu.org>
14462
14463         Update FSF's address in GPL notices.
14464
14465 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14466
14467         * gnus.el (gnus-exit):
14468         * gnus-group.el (gnus-group-icons):
14469         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14470
14471         * gnus-nocem.el (gnus-nocem):
14472         * message.el (message-various, message-buffers, message-sending)
14473         (message-interface, message-forwarding, message-insertion)
14474         (message-headers, message-news, message-mail):
14475         * pgg-gpg.el (pgg-gpg):
14476         * pgg-parse.el (pgg-parse):
14477         * pgg-pgp.el (pgg-pgp):
14478         * pgg-pgp5.el (pgg-pgp5):
14479         * pop3.el (pop3): Finish `defgroup' description with period.
14480
14481 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * gnus-art.el (article-display-face): Improve the efficiency.
14484         (article-display-x-face): Ditto; remove grey x-face stuff.
14485
14486 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (article-display-face): Correct the position in
14489         which Faces are inserted.
14490
14491 2005-06-29  Didier Verna  <didier@xemacs.org>
14492
14493         * gnus-art.el (article-display-face): Display faces in correct
14494         order.
14495
14496 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14499         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14500         (gnus-nocem-check-article): Fetch the Type header.
14501         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14502         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14503         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14504         make sure gnus-nocem-hashtb is initialized.
14505         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14506         (gnus-nocem-unwanted-article-p): Ditto.
14507
14508         * pgg.el (pgg-verify): Return the verification result.
14509
14510 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511
14512         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14513         is ascii.
14514
14515 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14516
14517         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14518         `show-nonbreak-escape'.
14519
14520 2005-06-23  Lute Kamstra  <lute@gnu.org>
14521
14522         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14523
14524         * dig.el (dig-mode):
14525         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14526
14527 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14528
14529         * nnimap.el (nnimap-split-download-body): Fix spellings.
14530
14531 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14532
14533         * gnus-art.el (gnus-article-encrypt-body):
14534         * gnus-cus.el (gnus-score-customize):
14535         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14536         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14537
14538 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14539
14540         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14541         header by looking for magic "MII" at the beginnig.
14542
14543 2005-06-16  Miles Bader  <miles@gnu.org>
14544
14545         * gnus-xmas.el (gnus-xmas-group-startup-message):
14546         Use renamed gnus-splash face.
14547
14548         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14549         (assistant-field-face): New backward-compatibility alias for renamed
14550         face.
14551         (assistant-render-text): Use renamed assistant-field face.
14552
14553         * spam.el (spam): Remove "-face" suffix from face name.
14554         (spam-face): New backward-compatibility alias for renamed face.
14555         (spam-face, spam-initialize): Use renamed spam face.
14556
14557         * message.el (message-header-to, message-header-cc)
14558         (message-header-subject, message-header-newsgroups)
14559         (message-header-other, message-header-name)
14560         (message-header-xheader, message-separator, message-cited-text)
14561         (message-mml): Remove "-face" suffix from face names.
14562         (message-header-to-face, message-header-cc-face)
14563         (message-header-subject-face, message-header-newsgroups-face)
14564         (message-header-other-face, message-header-name-face)
14565         (message-header-xheader-face, message-separator-face)
14566         (message-cited-text-face, message-mml-face):
14567         New backward-compatibility aliases for renamed faces.
14568         (message-font-lock-keywords): Use renamed message faces.
14569
14570         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14571         (sieve-test-commands, sieve-tagged-arguments):
14572         Remove "-face" suffix from face names.
14573         (sieve-control-commands-face, sieve-action-commands-face)
14574         (sieve-test-commands-face, sieve-tagged-arguments-face):
14575         New backward-compatibility aliases for renamed faces.
14576         (sieve-control-commands-face, sieve-action-commands-face)
14577         (sieve-test-commands-face, sieve-tagged-arguments-face):
14578         Use renamed sieve faces.
14579
14580         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14581         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14582         (gnus-group-news-3-empty, gnus-group-news-4)
14583         (gnus-group-news-4-empty, gnus-group-news-5)
14584         (gnus-group-news-5-empty, gnus-group-news-6)
14585         (gnus-group-news-6-empty, gnus-group-news-low)
14586         (gnus-group-news-low-empty, gnus-group-mail-1)
14587         (gnus-group-mail-1-empty, gnus-group-mail-2)
14588         (gnus-group-mail-2-empty, gnus-group-mail-3)
14589         (gnus-group-mail-3-empty, gnus-group-mail-low)
14590         (gnus-group-mail-low-empty, gnus-summary-selected)
14591         (gnus-summary-cancelled, gnus-summary-high-ticked)
14592         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14593         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14594         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14595         (gnus-summary-low-undownloaded)
14596         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14597         (gnus-summary-low-unread, gnus-summary-normal-unread)
14598         (gnus-summary-high-read, gnus-summary-low-read)
14599         (gnus-summary-normal-read, gnus-splash):
14600         Remove "-face" suffix from face names.
14601         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14602         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14603         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14604         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14605         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14606         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14607         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14608         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14609         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14610         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14611         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14612         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14613         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14614         (gnus-summary-normal-ticked-face)
14615         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14616         (gnus-summary-normal-ancient-face)
14617         (gnus-summary-high-undownloaded-face)
14618         (gnus-summary-low-undownloaded-face)
14619         (gnus-summary-normal-undownloaded-face)
14620         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14621         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14622         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14623         (gnus-splash-face):
14624         New backward-compatibility aliases for renamed faces.
14625         (gnus-group-startup-message): Use renamed gnus faces.
14626
14627         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14628         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14629         (gnus-server-agent): Remove "-face" suffix from face names.
14630         (gnus-server-agent-face, gnus-server-opened-face)
14631         (gnus-server-closed-face, gnus-server-denied-face)
14632         (gnus-server-offline-face):
14633         New backward-compatibility aliases for renamed faces.
14634         (gnus-server-agent-face, gnus-server-opened-face)
14635         (gnus-server-closed-face, gnus-server-denied-face)
14636         (gnus-server-offline-face): Use renamed gnus faces.
14637
14638         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14639         Remove "-face" suffix from face names.
14640         (gnus-picon-xbm-face, gnus-picon-face):
14641         New backward-compatibility aliases for renamed faces.
14642
14643         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14644         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14645         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14646         (gnus-cite-11): Remove "-face" suffix from face names.
14647         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14648         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14649         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14650         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14651         New backward-compatibility aliases for renamed faces.
14652         (gnus-cite-attribution-face, gnus-cite-face-list)
14653         (gnus-article-boring-faces): Use renamed gnus faces.
14654
14655         * gnus-art.el (gnus-signature, gnus-header-from)
14656         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14657         (gnus-header-content): Remove "-face" suffix from face names.
14658         (gnus-signature-face, gnus-header-from-face)
14659         (gnus-header-subject-face, gnus-header-newsgroups-face)
14660         (gnus-header-name-face, gnus-header-content-face):
14661         New backward-compatibility aliases for renamed faces.
14662         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14663
14664         * gnus-sum.el (gnus-summary-selected-face)
14665         (gnus-summary-highlight): Use renamed gnus faces.
14666         * gnus-group.el (gnus-group-highlight): Likewise.
14667
14668 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14669
14670         * gnus-sieve.el (gnus-sieve-article-add-rule):
14671         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14672         * spam-stat.el (spam-stat-buffer-change-to-spam)
14673         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14674
14675         * message.el (message-is-yours-p):
14676         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14677
14678 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * mm-view.el (mm-inline-text): Withdraw the last change.
14681
14682 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14683
14684         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14685         executing enriched-decode.
14686
14687 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14690         charset of tar files.
14691
14692 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14693
14694         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14695
14696 2005-06-04  Lute Kamstra  <lute@gnu.org>
14697
14698         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14699         information is never recorded.
14700
14701 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14702
14703         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14704
14705 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * pop3.el (pop3-apop): Run md5 in the binary mode.
14708
14709         * starttls.el (starttls-set-process-query-on-exit-flag):
14710         Use eval-and-compile.
14711
14712 2005-05-31  Simon Josefsson  <jas@extundo.com>
14713
14714         * smime.el (smime-replace-in-string): Define.
14715         (smime-cert-by-ldap-1): Use it.
14716
14717 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-art.el (article-display-x-face): Replace
14720         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14721
14722         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14723         set-process-query-on-exit-flag or process-kill-without-query.
14724
14725         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14726         loop instead of replace-regexp.
14727
14728         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14729         instead of process-kill-without-query if it is available.
14730
14731         * lpath.el: Fbind ldap-search-entries.
14732
14733         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14734         instead of find-file-hooks if it is available.
14735
14736         * mml1991.el: Bind pgg-default-user-id when compiling.
14737
14738         * mml2015.el: Bind pgg-default-user-id when compiling.
14739
14740         * nndraft.el (nndraft-request-associate-buffer):
14741         Use write-contents-functions instead of write-contents-hooks if it is
14742         available.
14743
14744         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14745         instead of find-file-hooks if it is available.
14746
14747         * nntp.el (nntp-open-connection): Replace
14748         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14749         (nntp-open-ssl-stream): Ditto.
14750         (nntp-open-tls-stream): Ditto.
14751
14752         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14753         set-process-query-on-exit-flag or process-kill-without-query.
14754         (starttls-open-stream-gnutls): Use it instead of
14755         process-kill-without-query.
14756         (starttls-open-stream): Ditto.
14757
14758 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14759
14760         * smime.el (smime-cert-by-ldap-1): Don't use
14761         replace-regexp-in-string.
14762
14763 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14764
14765         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14766
14767         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14768         in PEM format.  Adjust to the XEmacs compability.
14769
14770 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14773         by `string-to-number'.
14774         * gnus-agent.el (gnus-agent-regenerate-group)
14775         (gnus-agent-fetch-articles): Ditto.
14776         * gnus-art.el (gnus-button-fetch-group): Ditto.
14777         * gnus-cache.el (gnus-cache-generate-active)
14778         (gnus-cache-articles-in-group): Ditto.
14779         * gnus-group.el (gnus-group-set-current-level)
14780         (gnus-group-insert-group-line): Ditto.
14781         * gnus-score.el (gnus-score-set-expunge-below)
14782         (gnus-score-set-mark-below, gnus-summary-score-effect)
14783         (gnus-summary-score-entry): Ditto.
14784         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14785         (gnus-soup-pack): Ditto.
14786         * gnus-spec.el (gnus-xmas-format): Ditto.
14787         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14788         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14789         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14790         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14791         * nndb.el (nndb-get-remote-expire-response): Ditto.
14792         * nndiary.el (nndiary-parse-schedule-value)
14793         (nndiary-string-to-number, nndiary-request-replace-article)
14794         (nndiary-request-article): Ditto.
14795         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14796         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14797         * nneething.el (nneething-make-head): Ditto.
14798         * nnfolder.el (nnfolder-request-article)
14799         (nnfolder-retrieve-headers): Ditto.
14800         * nnheader.el (nnheader-file-to-number): Ditto.
14801         * nnkiboze.el (nnkiboze-request-article): Ditto.
14802         * nnmail.el (nnmail-process-unix-mail-format)
14803         (nnmail-process-babyl-mail-format): Ditto.
14804         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14805         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14806         (nnmh-request-create-group, nnmh-request-list-1)
14807         (nnmh-request-group, nnmh-request-article): Ditto.
14808         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14809         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14810         * nnsoup.el (nnsoup-make-active): Ditto.
14811         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14812         * nntp.el (nntp-find-group-and-number)
14813         (nntp-retrieve-headers-with-xover): Ditto.
14814         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14815         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14816         (pgg-format-key-identifier): Ditto.
14817         * pop3.el (pop3-last, pop3-stat): Ditto.
14818         * qp.el (quoted-printable-decode-region): Ditto.
14819
14820         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14821         of concat.
14822
14823 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14826
14827         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14828
14829         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14830
14831         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14832
14833         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14834
14835         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14836
14837         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14838         (gnus-carpal-mode): Ditto.
14839
14840         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14841         (gnus-browse-mode): Ditto.
14842
14843         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14844
14845         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14846
14847 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14848
14849         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14850
14851 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14852
14853         * gnus-util.el (gnus-run-mode-hooks): New function.
14854
14855         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14856
14857         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14858         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14859
14860 2005-05-27  Lute Kamstra  <lute@gnu.org>
14861
14862         * dns-mode.el (dns-mode): Specify customization group.
14863
14864 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14865
14866         * gnus-agent.el (gnus-agent-make-mode-line-string):
14867         Use mode-line-highlight as mouse-face.
14868
14869 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * canlock.el (canlock): Change the parent group to news.
14872
14873         * deuglify.el (gnus-outlook-deuglify): Add :group.
14874
14875         * dig.el (dig): Add :group.
14876
14877         * dns-mode.el (dns-mode): Add :group.
14878
14879         * encrypt.el (encrypt): Add :group.
14880
14881         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14882         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14883         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14884         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14885         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14886
14887         * gnus-diary.el (gnus-diary): Add :group.
14888
14889         * gnus.el (gnus-group-news-1-face): Add :group.
14890         (gnus-group-news-1-empty-face): Ditto.
14891         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14892         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14893         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14894         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14895         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14896         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14897         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14898         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14899         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14900         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14901         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14902         (gnus-summary-high-ticked-face): Ditto.
14903         (gnus-summary-low-ticked-face): Ditto.
14904         (gnus-summary-normal-ticked-face): Ditto.
14905         (gnus-summary-high-ancient-face): Ditto.
14906         (gnus-summary-low-ancient-face): Ditto.
14907         (gnus-summary-normal-ancient-face): Ditto.
14908         (gnus-summary-high-undownloaded-face): Ditto.
14909         (gnus-summary-low-undownloaded-face): Ditto.
14910         (gnus-summary-normal-undownloaded-face): Ditto.
14911         (gnus-summary-high-unread-face): Ditto.
14912         (gnus-summary-low-unread-face): Ditto.
14913         (gnus-summary-normal-unread-face): Ditto.
14914         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14915         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14916
14917         * hashcash.el (hashcash): New custom group.
14918         (hashcash-default-payment): Add :group.
14919         (hashcash-payment-alist): Ditto.
14920         (hashcash-default-accept-payment): Ditto.
14921         (hashcash-accept-resources): Ditto.
14922         (hashcash-path): Ditto.
14923         (hashcash-extra-generate-parameters): Ditto.
14924         (hashcash-double-spend-database): Ditto.
14925         (hashcash-in-news): Ditto.
14926
14927         * message.el (message-minibuffer-local-map): Add :group.
14928
14929         * netrc.el (netrc): Add :group.
14930
14931         * sieve-manage.el (sieve-manage-log): Add :group.
14932         (sieve-manage-default-user): Diito.
14933         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14934         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14935         (sieve-manage-authenticators): Ditto.
14936         (sieve-manage-authenticator-alist): Ditto.
14937         (sieve-manage-default-port): Ditto.
14938
14939         * sieve-mode.el (sieve-control-commands-face): Add :group.
14940         (sieve-action-commands-face): Ditto.
14941         (sieve-test-commands-face): Ditto.
14942         (sieve-tagged-arguments-face): Ditto.
14943
14944         * smime.el (smime): Add :group.
14945
14946         * spam-report.el (spam-report): Add :group.
14947
14948         * spam.el (spam, spam-face): Add :group.
14949
14950 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14951
14952         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14953         return \n.\n.\n at the end of articles.  Protect against that.
14954         (nntp-with-open-group): Allow debugging.
14955
14956         * nnheader.el (mail-header-set-extra): Make into a function
14957         because I just could't understand how to quote the list properly.
14958
14959         * dns.el (query-dns-cached): New function.
14960
14961 2005-05-26  Lute Kamstra  <lute@gnu.org>
14962
14963         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14964
14965 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14968
14969         * gnus-art.el: Don't autoload mail-extract-address-components.
14970
14971         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14972         eval-and-compile to evaluate it.
14973
14974         * hashcash.el: Don't autoload executable-find.
14975
14976         * nndb.el: Don't declare the nndb back end two or more times; don't
14977         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14978
14979         * nntp.el: Autoload format-spec instead of format; use
14980         eval-and-compile to evaluate autoload forms.
14981
14982 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14983
14984         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14985
14986 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987
14988         * gnus.el (gnus-version-number): Bump version.
14989
14990 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14991
14992         * gnus.el: No Gnus v0.3 is released.
14993
14994 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14995
14996         * lpath.el (featurep): Bind show-nonbreak-escape.
14997
14998 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-art.el (gnus-article-edit-part): Disable undo.
15001
15002 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15005         gnus-article-date-lapsed-new-header is t if date timer is active;
15006         skip headers in which the original date value is empty.
15007         (gnus-article-save-original-date): Redefine it as a macro.
15008         (gnus-display-mime): Use it.
15009
15010 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-art.el (article-date-ut): Support converting date in
15013         forwarded parts as well.
15014         (gnus-article-save-original-date): New function.
15015         (gnus-display-mime): Use it.
15016
15017 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15018
15019         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15020         enclosure element of <item>.
15021
15022 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * message.el (message-kill-buffer-query): Rename from
15025         `message-kill-buffer-query-if-modified'.  Add :version.
15026
15027 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15030         window layout.
15031
15032 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * mml.el: Autoload dnd when compiling.
15035
15036 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15037
15038         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15039         x-dnd-*.
15040
15041 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * qp.el (quoted-printable-encode-region): Save excursion.
15044
15045 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15046
15047         * message.el (message-kill-buffer-query-if-modified): Add new variable
15048         so the user can kill a modified message buffer quickly.
15049         (message-kill-buffer): Use it.
15050
15051 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * lpath.el: Fbind display-time-event-handler; don't fbind
15054         string-to-multibyte.
15055
15056         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15057
15058 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15061         contained in text because xml.el decodes entities) with LFs.
15062
15063 2005-04-11  Lute Kamstra  <lute@gnu.org>
15064
15065         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15066         differently.
15067
15068 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15069
15070         * mm-util.el (mm-detect-coding-region): Typo.
15071
15072 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15075
15076 2005-04-06  Deepak Goel  <deego@gnufans.org>
15077
15078         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15079         user-function allow user modifications of the scores.
15080         (spam-stat-score-buffer-user): New function, to allow
15081         user-computed modifications to the score.
15082         (spam-stat-score-buffer-user-functions): List of additional
15083         scoring functions.
15084         (spam-stat-error-holder): Global temporary error holder.
15085         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15086         variable.
15087
15088 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15089
15090         * gnus-registry.el (gnus-registry-clean-empty-function)
15091         (gnus-registry-trim, gnus-registry-fetch-groups)
15092         (gnus-registry-delete-group): Groups that match
15093         `gnus-registry-ignored-groups' are removed from the registry
15094         entries, not just ignored for splitting.  This helps clean up the
15095         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15096         to get all the groups a message ID is in.
15097
15098         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15099         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15100         (spam-stat-score-buffer-user-functions): Add :number custom type.
15101
15102 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15105         argument in XEmacs.
15106
15107         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15108         (nnrss-request-group): Decode group name first.
15109         (nnrss-request-article): Make a text/plain article if mml-to-mime
15110         failed.
15111         (nnrss-get-encoding): Return a compatible encoding according to
15112         nnrss-compatible-encoding-alist.
15113         (nnrss-find-el): Use consp instead of listp.
15114         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15115
15116 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15119         which Emacs 20 doesn't support.
15120         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15121
15122 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15123
15124         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15125         silence the byte compiler inside the defun.
15126
15127         * gnus-demon.el (parse-time-string): Add autoload.
15128
15129         * gnus-delay.el (parse-time-string): Add autoload.
15130
15131         * gnus-art.el (parse-time-string): Add autoload.
15132
15133         * nnultimate.el (parse-time): Require for `parse-time-string'.
15134
15135 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15138
15139         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15140
15141         * smime.el (smime-ldap-host-list): Add :version.
15142
15143 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15146         pass it to `gnus-browse-read-group'.
15147         (gnus-browse-read-group): Add NUMBER argument and pass it to
15148         `gnus-group-read-ephemeral-group'.
15149
15150         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15151         argument and pass it to `gnus-group-read-group'.
15152
15153 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15154
15155         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15156         mm-xemacs-find-mime-charset-1 if we have the mule feature
15157         available at runtime.
15158
15159 2005-03-25  Werner Lemberg  <wl@gnu.org>
15160
15161         * nnmaildir.el: Replace `illegal' with `invalid'.
15162
15163 2005-03-23  Lute Kamstra  <lute@gnu.org>
15164
15165         * time-date.el: Add comment on time value formats.
15166         Don't require parse-time.
15167         (with-decoded-time-value): New macro.
15168         (encode-time-value): New function.
15169         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15170         (days-to-time): Return a valid time value when arg is huge.
15171         (time-since): Use time-subtract.
15172         (time-to-number-of-days): Use time-to-seconds.
15173
15174 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15175
15176         * gnus-start.el (gnus-display-time-event-handler):
15177         Check display-time-timer at runtime rather than only at load time
15178         in case display-time-mode is turned off in the mean time.
15179
15180 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15181
15182         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15183         used.
15184
15185         * nneething.el (nneething-map-file-directory): Derive from
15186         `gnus-directory'.
15187
15188         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15189         the To/Cc button.
15190
15191 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15192
15193         * nnmaildir.el (nnmaildir-request-accept-article):
15194         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15195
15196 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15197
15198         * gnus-async.el: Require timer-funcs at compile time when in
15199         XEmacs for `run-with-idle-timer'.
15200
15201 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15202
15203         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15204         autoloaded function.
15205
15206 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15207
15208         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15209
15210 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15211
15212         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15213
15214 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215
15216         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15217         Add gnus-expert-user to default.
15218
15219 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15220
15221         * nnimap.el (nnimap-open-server): Ditto.
15222
15223         * imap.el (imap-authenticate): Fix typo.
15224
15225 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15226
15227         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15228         buffer (since IMAP server might return FETCH response out of
15229         order, and the nntp buffer must be sorted).
15230
15231 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15232
15233         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15234         comparison on string.
15235
15236         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15237         (gnus-agent-score): Rename category keywords to match gnus-cus.
15238         (gnus-agent-summary-fetch-series): Modify to protect against
15239         gnus-agent-summary-fetch-group clearing processable flags.
15240         (gnus-agent-synchronize-group-flags): Update live group buffer as
15241         synchronization may occur due to the user toggle the plugged
15242         status.
15243         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15244         successfully downloaded.
15245         (gnus-agent-expire-group-1): Avoid using markers when the overview
15246         is in ascending order; greatly improves performance.
15247         (gnus-agent-regenerate-group):
15248         Use gnus-agent-synchronize-group-flags to reset read status in both
15249         gnus and server.
15250         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15251
15252 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * message.el: Don't autoload former message-utils variables.
15255         (message-strip-subject-trailing-was): Change doc string.
15256
15257         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15258         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15259         (nnweb-google-search): Add "hl=en" here.
15260         (nnweb-google-parse-1, nnweb-google-create-mapping):
15261         Don't hardcode URL.
15262
15263 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15264
15265         * message.el (message-get-reply-headers, message-followup):
15266         Mention related variables `message-use-followup-to' and
15267         `message-use-mail-followup-to', in the information buffer.
15268
15269         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15270         of broken groups(-beta).google.com.
15271
15272 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15273
15274         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15275         parameter to invoked gnus-request-move-article; remove the
15276         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15277         all at once instead of once per article.
15278         (gnus-summary-remove-process-mark): Accept a list of articles as
15279         well as a single article for processing.
15280
15281         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15282         parameter.
15283
15284         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15285
15286         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15287
15288         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15289         parameter.
15290
15291         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15292         parameter.
15293
15294         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15295         parameter and remove the gnus-sum-hint-move-is-internal variable.
15296
15297         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15298         parameter.
15299
15300         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15301         parameter.
15302
15303         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15304         parameter.
15305
15306         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15307
15308         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15309         parameter.
15310
15311         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15312         parameter.
15313
15314 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15315
15316         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15317         a more conservative way.
15318
15319 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15320
15321         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15322         buffer, so it moves the window's cursor.
15323
15324 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15325
15326         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15327         `mm-dissect-multipart' and receive the from field as an (optional)
15328         argument from `mm-dissect-multipart'.
15329         (mm-dissect-multipart): Receive the from field as an argument and
15330         pass it on when we call `mm-dissect-buffer' on MIME parts.
15331         Fixes verification/decryption of signed/encrypted MIME parts.
15332
15333 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * gnus-sum.el (gnus-summary-move-article):
15336         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15337         whatever it calls (right now, only nnimap-request-move article
15338         respects it).
15339
15340         * nnimap.el (nnimap-request-move-article):
15341         When gnus-sum-hint-move-is-internal is set, don't do the extra
15342         nnimap-request-article.
15343
15344 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15347
15348         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15349         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15350
15351         * gnus-sum.el (gnus-summary-caesar-message):
15352         Apply `gnus-treat-article' after rotation.
15353
15354         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15355         doc string.
15356
15357 2005-02-22  Simon Josefsson  <jas@extundo.com>
15358
15359         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15360         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15361         <arne@arnested.dk>.
15362         (encrypt): Add password-cache and password-cache-expiry as group
15363         members.
15364
15365 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15366
15367         * smime.el (smime-ldap-host-list): Doc fix.
15368         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15369         cache) password.
15370         (smime-sign-region): Use it.
15371         (smime-decrypt-region): Use it.
15372         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15373         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15374         fails.
15375         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15376         certificate from DER to PEM format rather than calling openssl.
15377
15378         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15379
15380         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15381         for signing/encryption.
15382
15383         * mml.el (mml-parse-1): Use them.
15384
15385 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15386
15387         * nnrss.el (nnrss-verbose): Remove.
15388         (nnrss-request-group): Use `nnheader-message' instead.
15389
15390 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15391
15392         * nnrss.el (nnrss-verbose): New variable.
15393         (nnrss-request-group): Make it say nnrss is requesting a group.
15394
15395 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15398         Handle news URL with given port correctly.
15399
15400 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15401
15402         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15403         containing special characters.
15404
15405         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15406
15407         * mml.el (mime-to-mml): Ditto.
15408
15409         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15410         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15411         (rfc2047-decode-region): Quote decoded words containing special
15412         characters when rfc2047-quote-decoded-words-containing-tspecials
15413         is non-nil.
15414
15415 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15416
15417         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15418
15419         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15420
15421 2005-02-15  Simon Josefsson  <jas@extundo.com>
15422
15423         * nnimap.el (nnimap-debug): Doc fix.
15424
15425         * imap.el (imap-debug): Doc fix.
15426
15427 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15428
15429         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15430
15431 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15432
15433         * gnus.el (spam-contents): Improve docs for spam-contents
15434         parameter in its variable incarnation.
15435
15436 2005-02-14  Simon Josefsson  <jas@extundo.com>
15437
15438         * smime-ldap.el: Use require instead of load-library for ldap.
15439         (smime-ldap-search): Indent.
15440         (smime-ldap-search-internal): Shorten line.
15441
15442         * smime.el (smime-cert-by-dns): Add doc-string.
15443         (smime-cert-by-ldap-1): Indent.
15444
15445         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15446         mml-smime-get-dns-ldap.
15447         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15448
15449 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15450
15451         * smime.el: Require smime-ldap.
15452         (smime-ldap-host-list): New variable.
15453         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15454
15455         * mml-smime.el (mml-smime-encrypt-query): New function.
15456         (mml-smime-encrypt-query): Use it.
15457
15458         * smime-ldap.el: New file.
15459
15460 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15463
15464 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15467         argument in doc string.  Make query for type more clear.
15468
15469 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * gnus.el (gnus-group-startup-message): Search for gnus images in
15472         etc/images/gnus.
15473         * mm-util.el (mm-image-load-path): Likewise.
15474         * smiley.el (smiley-data-directory): Search for smilies in
15475         etc/images/smilies.
15476
15477 2005-02-09  Kim F. Storm  <storm@cua.dk>
15478
15479         Change Emacs release version from 21.4 to 22.1 throughout.
15480         Change Emacs development version from 21.3.50 to 22.0.50.
15481
15482 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15485
15486         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15487         non-Mule XEmacs as well.
15488         (mm-decompress-buffer): Signal an error intentionally if it does
15489         not decompress compressed data because auto-compression-mode is
15490         disabled.
15491
15492 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15493
15494         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15495         an ID in the registry even if it has no groups.
15496
15497 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15498
15499         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15500         merge it into mm-decompress-buffer.
15501         (gnus-mime-copy-part): Use the MIME part charset, the value which
15502         a user specified or gnus-newsgroup-charset for decoding, like
15503         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15504         save-buffer what was used.  Suggested by Kevin Ryde
15505         <user42@zip.com.au>.
15506         (gnus-mime-inline-part): Allow the name parameter as well as the
15507         filename parameter; force decompressing of compressed data; always
15508         display contents being not decoded as unibyte.
15509
15510         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15511         as well as the filename parameter.
15512
15513         * mm-util.el (mm-decompress-buffer):
15514         Merge gnus-mime-jka-compr-maybe-uncompress.
15515         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15516         of compressed data.
15517
15518 2005-02-08  Simon Josefsson  <jas@extundo.com>
15519
15520         * imap.el (imap-log): Doc fix.
15521
15522 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15525         the coding cookies; decompress compressed parts.
15526
15527         * mml.el (mml-generate-mime-1): Add the charset parameter according
15528         to the value which a user specified manually or the coding cookie.
15529
15530         * mm-util.el (mm-string-to-multibyte): New function.
15531         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15532         (mm-coding-system-to-mime-charset): New function.
15533         (mm-decompress-buffer): New function.
15534         (mm-find-buffer-file-coding-system): New function.
15535
15536         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15537         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15538         parts.
15539
15540 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15541
15542         * mm-view.el (mm-display-inline-fontify): Decode a part according
15543         to the charset parameter.
15544
15545 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15548         prefix arg is neither nil nor a number, as info specifies.
15549
15550 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15553         timestamps.
15554
15555 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15556
15557         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15558         groups error checking and notify user.
15559
15560 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15561
15562         * message.el (message-send-mail-function): Check existence of
15563         sendmail-program first before using default value
15564         `message-send-mail-with-sendmail'.  Otherwise use more generic
15565         `smtpmail-send-it'.
15566
15567 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * nntp.el (nntp-request-update-info): Always return nil.
15570
15571 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15572
15573         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15574
15575 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15576
15577         * message.el (message-beginning-of-line): Change the behavior when
15578         invoked between BOL and : so that it first moves backward.
15579
15580 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15581
15582         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15583         article buffer when editing of the article is discarded.
15584         (gnus-article-prepare): Revert.
15585
15586 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-art.el (gnus-article-prepare):
15589         Remove message-strip-forbidden-properties from the local hook.
15590
15591 2005-01-27  Simon Josefsson  <jas@extundo.com>
15592
15593         * password.el (password-cache-add): Only start one timer per key.
15594         Reported by Derek Atkins <warlord@MIT.EDU>.
15595
15596 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15597
15598         * run-at-time.el: Remove.  It is no longer needed as
15599         timer-funcs.el in the xemacs-base package has a working version of
15600         `run-at-time'.
15601
15602         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15603
15604         * password.el: Require timer-funcs instead of run-at-time in
15605         XEmacs.
15606         Remove `password-run-at-time' macro.
15607         (password-cache-add): Use `run-at-time' instead of
15608         `password-run-at-time'.
15609
15610         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15611         Remove `nnheader-cancel-function-timers' alias,
15612         `cancel-function-timers' exists in XEmacs in timer-funcs.
15613
15614         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15615         for `run-with-idle-timer'.
15616
15617         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15618         for `run-at-time'.
15619
15620         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15621         for `with-timeout'.
15622
15623         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15624         the same as for XEmacs 21.4.
15625         No need to ignore `run-with-idle-timer', this function exists in
15626         XEmacs now in timer-funcs.el in the xemacs-base package.
15627         (dgnushack-compile): No need to delete
15628         run-at-time.el from the list of files to compile because it
15629         doesn't exist anymore.
15630
15631 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15632
15633         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15634         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15635
15636 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15637
15638         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15639         sensitively.
15640
15641 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15642
15643         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15644
15645 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15648         which will be inserted according to the multibyteness of a buffer
15649         rather than the type of contents.  Suggested by ARISAWA Akihiro
15650         <ari@mbf.ocn.ne.jp>.
15651
15652         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15653         of string which old xml.el may return rather than a string.
15654
15655 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15658
15659 2005-01-16  Simon Josefsson  <jas@extundo.com>
15660
15661         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15662         idn/idna.el isn't available.
15663         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15664         <michael@waxrat.com>.
15665
15666         * hashcash.el: Remove non-FSF copyright header.
15667
15668         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15669         (hashcash-generate-payment): Use it.
15670         (hashcash-generate-payment-async): Use it.
15671
15672 2005-01-15  Simon Josefsson  <jas@extundo.com>
15673
15674         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15675         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15676
15677         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15678         gnus-summary-idna-message.
15679         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15680         (gnus-summary-idna-message): New function.
15681
15682 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15683
15684         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15685         gnus-novice-user.
15686
15687 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15688
15689         * nnrss.el (nnrss-request-delete-group): Delete entries in
15690         nnrss-group-alist as well.
15691         (nnrss-save-server-data): Insert newline.
15692
15693 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * gnus.el (gnus-user-agent): Use list of symbols instead of
15696         symbols.  Display full version number for (S)XEmacs.
15697         Optionally display (S)XEmacs codename.
15698
15699         * gnus-util.el (gnus-emacs-version): Update for new
15700         `gnus-user-agent'.
15701
15702         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15703         Gnus version.
15704
15705 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15708         which is unreadable in some setups.
15709
15710 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-spec.el (gnus-update-format-specifications): Flush the
15713         group format spec cache if it doesn't support decoded group names.
15714
15715 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15718         Allow to apply decay on score files matching a regexp.
15719
15720 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15723         compatibility in %g and %c.
15724
15725 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15728         name for only %g and %c.
15729         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15730         of gnus-tmp-group to decoded group name.
15731         (gnus-group-make-rss-group): Exclude `/'s from group names.
15732
15733 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * nnrss.el (nnrss-get-encoding): Fix regexp.
15736
15737 2004-12-27  Simon Josefsson  <jas@extundo.com>
15738
15739         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15740         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15741         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15742
15743 2004-12-17  Kim F. Storm  <storm@cua.dk>
15744
15745         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15746
15747         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15748
15749 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15750
15751         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15752
15753 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15754
15755         * nnrss.el: Require rfc2047 and mml.
15756         (nnrss-file-coding-system): New variable.
15757         (nnrss-format-string): Redefine it as an inline function.
15758         (nnrss-decode-group-name): New function.
15759         (nnrss-string-as-multibyte): Remove.
15760         (nnrss-retrieve-headers): Decode group name; don't use
15761         nnrss-format-string.
15762         (nnrss-request-group): Decode group name.
15763         (nnrss-request-article): Decode group name; allow a Message-ID as
15764         well as an article number; don't use nnrss-format-string; encode a
15765         Message-ID string which may contain non-ASCII characters; use
15766         mml-to-mime to compose a MIME article.
15767         (nnrss-request-expire-articles): Decode group name.
15768         (nnrss-request-delete-group): Decode group name.
15769         (nnrss-fetch): Clarify error message.
15770         (nnrss-read-server-data): Use insert-file-contents instead of load;
15771         bind file-name-coding-system; use multibyte buffer.
15772         (nnrss-save-server-data): Bind coding-system-for-write to the
15773         value of nnrss-file-coding-system; bind file-name-coding-system;
15774         add coding cookie.
15775         (nnrss-read-group-data): Use insert-file-contents instead of load;
15776         bind file-name-coding-system; use multibyte buffer.
15777         (nnrss-save-group-data): Bind coding-system-for-write to the
15778         value of nnrss-file-coding-system; bind file-name-coding-system.
15779         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15780         make it work with non-ASCII text.
15781         (nnrss-find-el): Make it work with old xml.el as well.
15782
15783 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15784
15785         * nnrss.el (nnrss-get-encoding): New function.
15786         (nnrss-fetch): Use unibyte buffer initially; bind
15787         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15788         decode contents according to the encoding attribute.
15789         (nnrss-save-group-data): Add coding cookie.
15790         (nnrss-mime-encode-string): New function.
15791         (nnrss-check-group): Use it to encode subject and author.
15792
15793 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15794
15795         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15796         imaginary variable.
15797
15798 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15801         correctly even if there are wide characters.
15802
15803 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15804
15805         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15806         downcased symbol names; make a new cache instead of reusing
15807         bbdb-hashtable.
15808
15809 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15812         concatenating segments rather than before concatenating them.
15813         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15814
15815         * message.el (message-get-reply-headers): Bind `extra'.
15816
15817 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15818
15819         * message.el (message-extra-wide-headers): New variable.
15820         (message-get-reply-headers): Use it.
15821
15822 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15825         (gnus-agent-group-pathname): Ditto.
15826
15827         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15828
15829         * gnus-group.el (gnus-group-make-group): Decode group name.
15830         (gnus-group-make-rss-group): Register the group data after opening
15831         the nnrss group.
15832
15833 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15834
15835         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15836         by expiry now get marked as read.
15837
15838 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15841
15842 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15843
15844         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15845         unify Latin characters in XEmacs.
15846         (mm-find-mime-charset-region): Use it.
15847
15848 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-util.el (gnus-delete-directory): New function.
15851
15852         * gnus-agent.el (gnus-agent-delete-group): Use it.
15853
15854         * gnus-cache.el (gnus-cache-delete-group): Use it.
15855
15856 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15859         names.
15860
15861 2004-12-16  Simon Josefsson  <jas@extundo.com>
15862
15863         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15864
15865 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15868
15869         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15870         (gnus-group-set-current-level): Decode group name.
15871
15872 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15873
15874         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15875         failed.
15876
15877 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15878
15879         * gnus-group.el (gnus-group-delete-group): Decode group name.
15880         (gnus-group-make-rss-group): Encode group name.
15881         (gnus-group-catchup-current): Decode group name.
15882         (gnus-group-kill-group): Decode group name.
15883
15884 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15885
15886         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15887
15888 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * gnus-group.el (gnus-group-make-rss-group):
15891         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15892
15893         * gnus-start.el (gnus-setup-news): Honor user's setting to
15894         gnus-message-archive-method.  Suggested by Lute Kamstra
15895         <lute@gnu.org>.
15896
15897 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15898
15899         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15900         global counterparts of the buffer-local variables.
15901
15902 2004-11-16  Romain Francoise  <romain@orebokech.com>
15903
15904         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15905         counterparts of the buffer-local variables.
15906
15907 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * message.el (message-forbidden-properties): Fix typo in doc
15910         string.
15911
15912 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15913
15914         * gnus-util.el (gnus-replace-in-string): Add doc string.
15915
15916         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15917         to avoid problems when splitting mails with many recipients.
15918
15919 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15920
15921         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15922         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15923
15924 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15925
15926         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15927         if there is no hashtable in memory or file modification time is
15928         newer than cached timestamp.
15929
15930 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15931
15932         * gnus-sum.el (gnus-summary-limit-to-recipient):
15933         Implement not-matching option.
15934
15935 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15938         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15939         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15940         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15941         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15942         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15943
15944 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * message.el (message-forward-make-body-mml): Remove headers
15947         according to message-forward-ignored-headers if a message is decoded.
15948
15949 2004-12-02  Romain Francoise  <romain@orebokech.com>
15950
15951         * message.el (message-forward-make-body-plain): Always remove
15952         headers according to message-forward-ignored-headers.
15953
15954 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15955
15956         * spam.el (spam-summary-prepare-exit): Remove the
15957         gnus-summary-limit pop for now, it has problems with ham marks for
15958         me.
15959
15960 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15961
15962         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15963         correctly.
15964
15965 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15966
15967         * format-spec.el (format-spec): Message the char.
15968
15969 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15970
15971         * gnus-art.el (gnus-split-methods): Reformat comments.
15972
15973         * spam.el (spam-summary-prepare-exit): Remove article limits
15974         before exiting the summary buffer.
15975
15976 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15977
15978         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15979         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15980
15981         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15982         order to silence the byte compiler.
15983
15984         * spam.el: Fix the way to silence the byte compiler, which
15985         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15986         bbdb-search-simple, spam-BBDB-register-routine,
15987         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15988         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15989         spam-stat-buffer-is-spam, spam-stat-load,
15990         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15991         spam-stat-save and spam-stat-split-fancy.
15992
15993 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15994
15995         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15996         which may confuse users.
15997         (canlock-password-for-verify): Ditto.
15998
15999         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16000
16001         * gnus-art.el (gnus-emphasis-alist): Ditto.
16002
16003         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16004
16005         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16006
16007         * gnus-start.el (gnus-save-killed-list): Ditto.
16008
16009         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16010         (gnus-sum-thread-tree-root): Ditto.
16011         (gnus-sum-thread-tree-false-root): Ditto.
16012         (gnus-sum-thread-tree-single-indent): Ditto.
16013
16014         * message.el (message-courtesy-message): Ditto.
16015         (message-archive-note): Ditto.
16016         (message-subscribed-address-file): Ditto.
16017         (message-user-fqdn): Ditto.
16018
16019         * spam-report.el (spam-report-gmane-regex): Ditto.
16020
16021         * spam.el (spam-blackhole-good-server-regex): Ditto.
16022
16023 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * mml.el (mml-preview): Widen the message buffer before copying
16026         the contents to the preview buffer; sort headers before previewing.
16027
16028         * message.el (message-hidden-headers): Fix the way to avoid a bug
16029         in the `repeat' widget in Emacs 21.3 or earlier.
16030
16031 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * message.el (message-hidden-headers): Default to "^References:".
16034         Improve customization type.  Suggested by Reiner Steib
16035         <Reiner.Steib@gmx.de>.
16036
16037 2004-11-25  Romain Francoise  <romain@orebokech.com>
16038
16039         * message.el (message-strip-forbidden-properties): Remove check for
16040         obsolete `message-hidden' text property, hidden headers are not
16041         accessible in the buffer anymore.
16042
16043 2004-11-22  Romain Francoise  <romain@orebokech.com>
16044
16045         * message.el (message-header-format-alist): Add `From' in list
16046         so that it can be sorted.
16047         (message-fix-before-sending): Widen and sort headers before
16048         sending.
16049         (message-hide-headers): Use narrowing to hide headers by moving
16050         them to the top of the buffer and narrowing to the region
16051         underneath.
16052
16053 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16054
16055         * message.el (message-strip-forbidden-properties):
16056         Bind buffer-read-only (etc) to nil.
16057
16058 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16061         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16062
16063 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16064
16065         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16066
16067 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068
16069         * dns.el (query-dns): Use sit-for to time instead of
16070         accept-process-output, since that doesn't seem to work on udp
16071         sockets.
16072
16073 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16074
16075         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16076
16077 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16078
16079         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16080         doc string.  Improve doc string.
16081
16082 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * nntp.el (nntp-request-update-info): Return nil if
16085         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16086         may not call gnus-activate-group which uselessly issues the GROUP
16087         commands for all nntp groups and wastes time.  Reported by Romain
16088         Francoise <romain@orebokech.com>.
16089
16090         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16091
16092 2004-11-15  Simon Josefsson  <jas@extundo.com>
16093
16094         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16095         headers separately.
16096         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16097         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16098
16099 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-start.el (gnus-convert-old-newsrc):
16102         Assign legacy-gnus-agent to 5.10.7.
16103
16104 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105
16106         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16107         start of the lines.
16108
16109 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16110
16111         * hashcash.el (hashcash-default-payment): Change default to 20.
16112         (hashcash-default-accept-payment): Change default to 20.
16113         (hashcash-process-alist): New variable.
16114         (hashcash-generate-payment-async): Add.
16115         (hashcash-already-paid-p): Add.
16116         (hashcash-insert-payment): Don't generate payments twice.
16117         (hashcash-insert-payment-async): Add.
16118         (hashcash-insert-payment-async-2): Add.
16119         (hashcash-cancel-async): Add.
16120         (hashcash-wait-async): Add.
16121         (hashcash-processes-running-p): Add.
16122         (hashcash-wait-or-cancel): Add.
16123         (mail-add-payment): New optional argument.  Conditionally start
16124         asynchronous calculation.
16125         (mail-add-payment-async): Add.
16126
16127         * message.el (message-send-mail): Wait for asynchronous hashcash
16128         results.  Don't clobber existing X-Hashcash headers.
16129         (message-setup-1): Call mail-add-payment-async when
16130         message-generate-hashcash is non-nil.
16131
16132 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16133
16134         * message.el (message-use-alternative-email-as-from): Examine the
16135         From header as well; use message-make-from in order to include a
16136         user's full name.
16137
16138 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16141         default; improve customization type.
16142         (gnus-emphasis-custom-with-format): New macro.
16143         (gnus-emphasis-custom-value-to-external): New function.
16144         (gnus-emphasis-custom-value-to-internal): New function.
16145
16146 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147
16148         * dns.el (query-dns): Resolve reverse addresses.
16149
16150 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151
16152         * gnus-group.el (gnus-group-get-new-news): Use it.
16153
16154         * gnus-start.el (gnus-check-reasonable-setup): New function.
16155
16156 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16157
16158         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16159         "Args out of range" error.  Reported by Arnaud Giersch
16160         <arnaud.giersch@free.fr>.
16161
16162 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16163
16164         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16165
16166 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16167
16168         * spam.el (spam group): Add :version.
16169
16170         * pgg-def.el (pgg group): Add :version.
16171
16172 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-art.el (gnus-article-edit-article): Don't associate the
16175         article buffer with a draft file.  This is a temporary measure
16176         against the 2004-08-22 change to gnus-article-edit-mode.
16177
16178 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16181         (html2text-format-tags): Remove unused variable `attr'.
16182
16183 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16186
16187         * tls.el (tls-process-connection-type, tls-success)
16188         (tls-certtool-program): Add :version.
16189
16190         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16191         (starttls-extra-arguments, starttls-process-connection-type)
16192         (starttls-connect, starttls-failure, starttls-success): Add :version.
16193
16194         * spam-stat.el (spam-stat): Add :version.
16195
16196         * sieve.el (sieve): Add :version.
16197
16198         * sha1.el (sha1): Add :version.
16199         (sha1-use-external): Remove redundant version.
16200
16201         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16202         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16203         (nnmail-split-fancy-match-partial-words)
16204         (nnmail-split-lowercase-expanded): Add :version.
16205
16206         * nndiary.el (nndiary): Add :version.
16207
16208         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16209
16210         * mml-sec.el (mml-default-sign-method)
16211         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16212         Add :version.
16213
16214         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16215
16216         * mm-url.el (mm-url-use-external, mm-url-program)
16217         (mm-url-arguments): Add :version.
16218
16219         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16220         (mm-attachment-file-modes, mm-decrypt-option)
16221         (mm-w3m-safe-url-regexp): Add :version.
16222
16223         * message.el (message-cite-prefix-regexp)
16224         (message-sendmail-envelope-from, message-minibuffer-local-map)
16225         (message-user-fqdn, message-completion-alist): Add :version.
16226
16227         * gnus-win.el (gnus-configure-windows-hook)
16228         (gnus-use-frames-on-any-display): Add :version.
16229
16230         * gnus-art.el (gnus-article-address-banner-alist)
16231         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16232         (gnus-treat-from-picon, gnus-treat-mail-picon)
16233         (gnus-treat-x-pgp-sig): Add :version.
16234
16235         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16236         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16237         (gnus-summary-article-delete-hook)
16238         (gnus-summary-display-while-building): Add :version.
16239
16240         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16241         (gnus-get-top-new-news-hook): Add :version.
16242
16243         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16244         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16245
16246         * gnus-registry.el (gnus-registry): Add :version.
16247
16248         * gnus-spec.el (gnus-use-correct-string-widths)
16249         (gnus-make-format-preserve-properties): Add :version.
16250
16251         * gnus.el (gnus-group-charter-alist)
16252         (gnus-group-fetch-control-use-browse-url)
16253         (gnus-install-group-spam-parameters): Add :version.
16254
16255         * gnus-diary.el (gnus-diary): Add :version.
16256
16257         * gnus-delay.el (gnus-delay): Add :version.
16258
16259         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16260         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16261         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16262         Add :version.
16263
16264         * gnus-agent.el (gnus-agent-max-fetch-size)
16265         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16266         (gnus-agent-prompt-send-queue): Add :version.
16267
16268         * deuglify.el (gnus-outlook-deuglify): Add :version.
16269
16270         * html2text.el: Beautify code.  Improve doc strings.
16271         Some checkdoc cleanup.
16272         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16273
16274 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16275
16276         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16277
16278 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16281         when package is loaded.
16282
16283         * spam.el (spam-summary-score-preferred-header): Add global preference
16284         for people who want to override the default SpamAssassin over
16285         Bogofilter preference (when both are set).
16286         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16287         (spam-user-format-function-S):
16288         Check spam-summary-score-preferred-header.
16289         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16290         (spam-user-format-function-S): Format the score correctly.
16291
16292 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16295         signature file.  Suggested by Manoj Srivastava
16296         <srivasta@golden-gryphon.com>.
16297
16298         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16299         iso-2022-jp even in the Japanese language environment.
16300         Suggested by Jason Rumney <jasonr@gnu.org>.
16301
16302 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16305         use the same characters as the dummy marks; make it free from
16306         getting affected by the language environment.
16307         (gnus-summary-read-group-1): Update mark positions only when the
16308         format spec is updated.
16309
16310         * gnus-spec.el (gnus-update-format-specifications): Return a list
16311         of updated types.
16312
16313 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16316         of boundp to check if display-warning is available.
16317
16318 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16319
16320         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16321
16322 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * nnspool.el (nnspool-spool-directory): Use news-path if the
16325         news-directory variable is not bound.
16326
16327         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16328         function instead of display-warning if it is not available.
16329
16330 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16331
16332         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16333         v5-10: Use `point-at-bol'.
16334
16335 2004-10-26  Simon Josefsson  <jas@extundo.com>
16336
16337         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16338         <chenggao@gmail.com>.
16339
16340 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16341
16342         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16343         instead.
16344
16345 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16348         to remove a server from the nnimap-server-buffer-alist.
16349         (nnimap-open-connection, nnimap-close-server): Use it.
16350
16351         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16352
16353 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16356         running the major-mode function.
16357
16358 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16361         dummy marks in the right way.
16362
16363 2004-10-18  David Edmondson  <dme@dme.org>
16364
16365         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16366         excessively.
16367
16368 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16369
16370         * gnus-util.el (gnus-split-references): Accept a nil references
16371         string and go on blissfully.
16372
16373         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16374         cases where the references string is non-nil but has no references.
16375
16376         * encrypt.el: Add autoload tags.
16377
16378         * spam.el (spam-resolve-registrations-routine): Remove article
16379         from unregistration list too.  Reported by David Hanak
16380         <dhanak@isis.vanderbilt.edu>
16381
16382 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16385         nil.  Change custom type.
16386
16387 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16390
16391         * gnus-sum.el (gnus-summary-move-article): Use it.
16392
16393 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16394
16395         * encrypt.el: Add autoload cookies.
16396
16397         * spam.el (spam-backend-article-list-property)
16398         (spam-backend-get-article-todo-list)
16399         (spam-backend-put-article-todo-list)
16400         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16401         Resolve registrations separately.
16402         (spam-register-routine): Format comments.
16403         (spam-unregister-routine, spam-register-routine): Always call with
16404         specific-articles, no default list.
16405         (spam-summary-prepare-exit): Use the spam-classifications function.
16406
16407         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16408         gnus-encrypt.el.
16409
16410         * encrypt.el: Copied from gnus-encrypt.el.
16411
16412         * gnus-encrypt.el: Commented that it's obsolete.
16413
16414 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16415
16416         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16417         (gnus-score-save): Use it.
16418
16419         * message.el (message-bury): Use `window-dedicated-p'.
16420
16421 2004-10-15  Simon Josefsson  <jas@extundo.com>
16422
16423         * pop3.el (top-level): Don't require nnheader.
16424         (pop3-read-timeout): Add.
16425         (pop3-accept-process-output): Add.
16426         (pop3-read-response, pop3-retr): Use it.
16427
16428 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16429
16430         * spam.el (spam-register-routine): Move comment.
16431         (spam-verify-bogofilter): Use 'unknown for the initial
16432         spam-bogofilter-valid state, not 'never.
16433
16434         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16435         for netrc-machine.
16436
16437         * nnimap.el (nnimap-open-connection):
16438         Use netrc-machine-user-or-password.
16439
16440 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16441
16442         * gnus-registry.el (gnus-registry-unload-hook):
16443         Set as a variable with add-hook.
16444
16445         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16446         of news-path.
16447
16448         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16449
16450         * spam.el: Delete duplicate `provide'.
16451         (spam-unload-hook): Set as a variable with add-hook.
16452
16453 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16454
16455         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16456         in the doc string.
16457
16458         * message.el (message-ignored-news-headers)
16459         (message-ignored-supersedes-headers)
16460         (message-ignored-resent-headers)
16461         (message-forward-ignored-headers): Improve custom type.
16462
16463 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * message.el (message-tokenize-header): Fix 2004-09-06 change
16466         which used point-min in the wrong place.
16467
16468 2004-10-12  Simon Josefsson  <jas@extundo.com>
16469
16470         * tls.el (tls-certtool-program): New variable.
16471         (tls-certificate-information): New function, based on
16472         ssl-certificate-information.
16473
16474 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * compface.el: Move the version of ELisp-based uncompface program
16477         to the contrib directory because of the copyright problem.
16478
16479 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * message.el (message-kill-buffer): Raise the current frame.
16482
16483 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16484
16485         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16486
16487         * gnus.el (message-y-or-n-p): Autoload.
16488
16489         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16490         (pop3-password-required, pop3-authentication-scheme)
16491         (pop3-leave-mail-on-server): Make customizable.
16492         (pop3): New custom group.
16493         (pop3-retr): Remove `sleep-for' statements.
16494         Suggested by Dave Love <fx@gnu.org>.
16495
16496         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16497         Windows/DOS.
16498
16499         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16500         (imap-parse-body): Fix incorrect use of `assert'.
16501         Suggested by Dave Love <fx@gnu.org>.
16502
16503         * mml.el (mml-minibuffer-read-disposition): Require match.
16504         Suggested by Dave Love <fx@gnu.org>.
16505
16506 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16509         doc string.
16510
16511 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16514
16515 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16516
16517         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16518         instead of calling `mm-insert-inline', to decode text/* parts
16519         before displaying them.
16520
16521 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * mm-uu.el (mm-uu-text-plain-type): New variable.
16524         (mm-uu-pgp-signed-extract-1): Use it.
16525         (mm-uu-pgp-encrypted-extract-1): Use it.
16526         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16527         bind mm-uu-text-plain-type with that value.
16528         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16529         mm-uu-dissect.
16530
16531 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-group.el (gnus-update-group-mark-positions):
16534         * gnus-sum.el (gnus-update-summary-mark-positions):
16535         * message.el (message-check-news-body-syntax):
16536         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16537         of string-as-multibyte.
16538
16539 2004-10-05  Juri Linkov  <juri@jurta.org>
16540
16541         * gnus-group.el (gnus-update-group-mark-positions):
16542         * gnus-sum.el (gnus-update-summary-mark-positions):
16543         * message.el (message-check-news-body-syntax):
16544         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16545         8-bit unibyte values to a multibyte string for search functions.
16546
16547 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16550         (mm-uu-dissect-text-parts): New function.
16551
16552         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16553         dissect text parts.
16554
16555         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16556         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16557
16558         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16559
16560         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16561         Use gnus-current-topics instead of gnus-current-topic.
16562
16563 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16564
16565         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16566
16567 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16570         where approriate.
16571
16572         * nnml.el (nnml-generate-active-info): do.
16573
16574         * nndiary.el (nndiary-generate-active-info): do.
16575
16576         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16577         (gnus-topic-move): do.
16578
16579         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16580         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16581
16582         * gnus-srvr.el (gnus-server-prepare)
16583         (gnus-server-open-all-servers): do.
16584
16585         * gnus-msg.el (gnus-summary-cancel-article)
16586         (gnus-summary-resend-message)
16587         (gnus-summary-mail-crosspost-complaint): do.
16588
16589         * gnus-move.el (gnus-change-server): do.
16590
16591         * gnus-group.el (gnus-group-unmark-all-groups)
16592         (gnus-group-set-current-level): do.
16593
16594 2004-10-04  Simon Josefsson  <jas@extundo.com>
16595
16596         * message.el (message-generate-hashcash): Doc fix.
16597
16598 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16599
16600         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16601         avoid infinite recursion via gnus-get-function.
16602
16603 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16604
16605         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16606
16607         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16608
16609         * nnmail.el (nnmail-split-history): do.
16610
16611         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16612         (nnml-request-delete-group): do.
16613
16614         * nnslashdot.el (nnslashdot-read-groups): do.
16615
16616         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16617         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16618
16619         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16620         (nnspool-sift-nov-with-sed): Use last.
16621         (nnspool-retrieve-headers-with-nov): Use mapc.
16622         (nnspool-request-newgroups): Use dolist.
16623         (nnspool-request-group): Use last.
16624
16625         * nntp.el (nntp-read-server-type): Use dolist.
16626
16627         * nnvirtual.el (nnvirtual-create-mapping)
16628         (nnvirtual-update-read-and-marked): Use dolist.
16629         (nnvirtual-convert-headers): Simplify.
16630
16631 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16632
16633         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16634         Add support for sync'ing tick marks.
16635
16636 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16639         there's no visible header.
16640
16641 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16642
16643         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16644         When necessary, pass full group name to gnus-request-set-marks.
16645
16646 2004-10-01  Simon Josefsson  <jas@extundo.com>
16647
16648         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16649         acroread.
16650
16651 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * spam-report.el (spam-report-gmane): Fix interactive.
16654
16655         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16656
16657         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16658         when writing file.
16659         (gnus-agent-synchronize-flags): Don't default to being
16660         interactive.
16661
16662 2004-09-30  Simon Josefsson  <jas@extundo.com>
16663
16664         * message.el (message-generate-hashcash): Add.
16665         (message-send-mail): Use it, call mail-add-payment.
16666
16667 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16668
16669         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16670
16671 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16672
16673         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16674         gnus-requst-update-info with explicit code to sync the in-memory
16675         info read flags with the marks being sync'd to the backend.
16676
16677         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16678
16679 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16680
16681         * spam.el (spam-verify-bogofilter): Add new function.
16682         (spam-check-bogofilter)
16683         (spam-bogofilter-register-with-bogofilter): Use it.
16684         (spam-verify-bogofilter): Add small fixes.
16685
16686 2004-09-28  Simon Josefsson  <jas@extundo.com>
16687
16688         * hashcash.el (hashcash-generate-payment): Revert.
16689
16690 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16691
16692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16693         Use gnus-extract-references instead of gnus-split-references.
16694
16695         * gnus-util.el (gnus-extract-references): Add new function, analogous
16696         to gnus-split-references but extracts only the message-ID without
16697         anything extra.
16698
16699         * hashcash.el (hashcash-generate-payment)
16700         (hashcash-check-payment): Do the right thing if hashcash-path is
16701         nil (because the hashcash program could not be found).
16702
16703         * spam.el (spam-use-hashcash): Remove comment.
16704
16705 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16706
16707         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16708         (gnus-cache-enter-article, gnus-cache-remove-article)
16709         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16710
16711         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16712
16713         * gnus-art.el (article-hide-boring-headers)
16714         (article-translate-strings, article-display-face)
16715         (gnus-article-mime-match-handle-first)
16716         (gnus-article-highlight-headers)
16717         (gnus-article-add-buttons-to-head): do.
16718
16719 2004-09-27  Simon Josefsson  <jas@extundo.com>
16720
16721         * hashcash.el: New version, from
16722         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16723         ../contrib/.
16724
16725 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16728
16729 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16730
16731         * gnus-dup.el (gnus-dup-open): Use mapc.
16732         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16733
16734         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16735         Reported by Stefan Wiens <s.wi@gmx.net>.
16736
16737         * gnus.el (gnus-shutdown): Use dolist.
16738
16739         * gnus-undo.el (gnus-undo): Use mapc.
16740
16741         * nnrss.el (nnrss-generate-active): do.
16742
16743         * message.el (message-cite-original-without-signature)
16744         (message-cite-original): Use mapc.
16745         (message-do-actions, message-make-forward-subject): Use dolist.
16746
16747 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16748
16749         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16750         deletion to remove entire duplicate line.  Fixes merged article
16751         number bug.
16752
16753 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16754
16755         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16756         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16757         first ask if you want to open a server and then, even when you
16758         responded with no, asking if you want to synchronize the server's
16759         flags.
16760         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16761         multi-line expressions.
16762         (gnus-agent-synchronize-group-flags): New internal function.
16763         Updates marks in memory (in the info structure) AND in the
16764         backend.
16765
16766         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16767
16768         * nnagent.el (nnagent-request-set-mark):
16769         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16770         method, to ensure that synchronization updates marks in the
16771         backend and in the info (in memory) structure.
16772
16773 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16774
16775         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16776         convention fully; don't miss the root article of a thread; make
16777         the X-Draft-From header with correct article numbers.
16778
16779 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16780
16781         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16782         unless plugged.  Disable the agent so that an open failure causes
16783         an error.
16784
16785         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16786         Revert 2004-09-21 change.  The backend must be opened while
16787         synchronizing flags even when the backend stores the flags
16788         locally.
16789
16790 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16793         in `header' match.  Reported by Svend Tollak Munkejord.
16794
16795         * message.el (message-cite-original): Fix use of
16796         `message-cite-articles-with-x-no-archive'.
16797
16798 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16801         (gnus-window-to-buffer): Ditto.
16802
16803         * mml.el (mml-preview-buffer): New variable.
16804         (mml-preview): Manage window layout with gnus-buffer-configuration.
16805
16806         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16807         X-Draft-From header even if those articles aren't quoted.
16808
16809 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16810
16811         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16812         (gnus-request-set-mark, gnus-request-update-mark): Use new
16813         g-s-t-u-l-m to decide to use backend even when unplugged.
16814
16815 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16816
16817         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16818         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16819
16820 2004-09-20  Simon Josefsson  <jas@extundo.com>
16821
16822         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16823         "utf-16-le".
16824
16825 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16826
16827         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16828
16829 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16830
16831         * uudecode.el (uudecode-use-external): Add :version.
16832
16833         * smime.el (smime-CA-file, smime-encrypt-cipher)
16834         (smime-dns-server): Add :version.
16835
16836         * smiley.el (gnus-smiley-file-types): Add :version.
16837
16838         * sha1.el (sha1-use-external): Add :version.
16839
16840         * pgg-def.el (pgg-query-keyserver): Add :version.
16841
16842         * nnmail.el (nnmail-fancy-expiry-targets)
16843         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16844         Add :version.
16845
16846         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16847         (nnimap-retrieve-groups-asynchronous): Add :version.
16848         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16849
16850         * mml.el (mml-content-disposition-parameters)
16851         (mml-insert-mime-headers-always): Add :version.
16852
16853         * mm-util.el (mm-coding-system-priorities): Add :version.
16854
16855         * mm-decode.el (mm-inline-text-html-with-images)
16856         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16857         (mm-verify-option): Add :version.
16858         (mm-text-html-renderer): Change :version.
16859
16860         * message.el (message-fcc-externalize-attachments)
16861         (message-required-headers, message-draft-headers)
16862         (message-subject-trailing-was-query)
16863         (message-subject-trailing-was-ask-regexp)
16864         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16865         (message-mark-insert-end, message-archive-header)
16866         (message-archive-note, message-cross-post-default)
16867         (message-cross-post-note, message-followup-to-note)
16868         (message-cross-post-note-function, message-use-mail-followup-to)
16869         (message-subscribed-address-functions)
16870         (message-subscribed-address-file, message-subscribed-addresses)
16871         (message-subscribed-regexps, message-allow-no-recipients)
16872         (message-yank-cited-prefix, message-signature-insert-empty-line)
16873         (message-hidden-headers, message-hierarchical-addresses)
16874         (message-mail-user-agent, message-use-idna)
16875         (message-valid-fqdn-regexp)
16876         (message-strip-special-text-properties, message-header-synonyms)
16877         (message-beginning-of-line, message-tab-body-function): Add :version.
16878         (message-insert-canlock, message-wide-reply-confirm-recipients):
16879         Change :version.
16880
16881         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16882         and :version.
16883         (mail-source-delete-old-incoming-confirm)
16884         (mail-source-movemail-program): Add :version.
16885
16886         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16887         (gnus-agent-cache, gnus-agent): Change :version.
16888
16889         * gnus-util.el (gnus-use-byte-compile): Change :version.
16890
16891         * gnus-sum.el (gnus-summary-make-false-root-always)
16892         (gnus-summary-default-high-score)
16893         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16894         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16895         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16896         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16897         (gnus-sum-thread-tree-single-indent)
16898         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16899         (gnus-sum-thread-tree-leaf-with-other)
16900         (gnus-sum-thread-tree-single-leaf): Add :version.
16901         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16902         (gnus-article-loose-mime): Change :version.
16903
16904         * gnus-start.el (gnus-backup-startup-file)
16905         (gnus-save-startup-file-via-temp-buffer): Add :version.
16906
16907         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16908         (gnus-server-offline-face): Add :version.
16909
16910         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16911
16912         * gnus-msg.el (gnus-gcc-externalize-attachments)
16913         (gnus-debug-files, gnus-debug-exclude-variables)
16914         (gnus-discouraged-post-methods): Change :version.
16915         (gnus-confirm-mail-reply-to-news)
16916         (gnus-confirm-treat-mail-like-news): Add :version.
16917
16918         * gnus-int.el (gnus-server-unopen-status): Add :version.
16919
16920         * gnus-group.el (gnus-group-jump-to-group-prompt)
16921         (gnus-large-ephemeral-newsgroup)
16922         (gnus-fetch-old-ephemeral-headers): Add :version.
16923
16924         * gnus-fun.el (gnus-x-face-directory)
16925         (gnus-convert-pbm-to-x-face-command)
16926         (gnus-convert-image-to-x-face-command)
16927         (gnus-convert-image-to-face-command): Add :version.
16928
16929         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16930
16931         * gnus-cite.el (gnus-cite-blank-line-after-header)
16932         (gnus-article-boring-faces): Add :version.
16933
16934         * gnus-art.el (gnus-buttonized-mime-types)
16935         (gnus-inhibit-mime-unbuttonizing)
16936         (gnus-treat-display-face)
16937         (gnus-treat-body-boundary): Change :version.
16938         (gnus-body-boundary-delimiter, gnus-picon-databases)
16939         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16940         (gnus-treat-date-english, gnus-treat-fold-headers)
16941         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16942         (gnus-treat-mail-picon, gnus-treat-wash-html)
16943         (gnus-article-encrypt-protocol)
16944         (gnus-use-idna, gnus-article-over-scroll)
16945         (gnus-mime-display-multipart-alternative-as-mixed)
16946         (gnus-mime-display-multipart-related-as-mixed)
16947         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16948         (gnus-ctan-url, gnus-button-ctan-handler)
16949         (gnus-button-handle-ctan-bogus-regexp)
16950         (gnus-button-ctan-directory-regexp)
16951         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16952         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16953         (gnus-button-man-level, gnus-button-emacs-level)
16954         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16955
16956         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16957         (gnus-agent-go-online): Change :version.
16958         (gnus-agent-expire-unagentized-dirs)
16959         (gnus-agent-auto-agentize-methods): Add :version.
16960
16961         * flow-fill.el (fill-flowed-display-column)
16962         (fill-flowed-encode-column): Add :version.
16963
16964         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16965         (gnus-outlook-deuglify-unwrap-max)
16966         (gnus-outlook-deuglify-cite-marks)
16967         (gnus-outlook-deuglify-unwrap-stop-chars)
16968         (gnus-outlook-deuglify-no-wrap-chars)
16969         (gnus-outlook-deuglify-attrib-cut-regexp)
16970         (gnus-outlook-deuglify-attrib-verb-regexp)
16971         (gnus-outlook-deuglify-attrib-end-regexp)
16972         (gnus-outlook-display-hook): Add :version.
16973
16974         * binhex.el (binhex-use-external): Add :version.
16975
16976 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16979         and `invisible'.
16980
16981 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16982
16983         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16984         in gnus-registry-trim.
16985
16986 2004-09-13  Simon Josefsson  <jas@extundo.com>
16987
16988         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16989
16990         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16991
16992         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16993         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16994         <yamaoka@jpl.org>.
16995         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16996         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16997         <yamaoka@jpl.org>.
16998
16999         * sieve.el (sieve-manage-mode): Ditto.
17000
17001 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17002
17003         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17004
17005 2004-09-11  Simon Josefsson  <jas@extundo.com>
17006
17007         * dns-mode.el: Add.
17008
17009         * mm-view.el (mm-display-dns-inline): Add.
17010
17011         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17012         (mm-automatic-display): Ditto.
17013
17014         * mailcap.el (mailcap-mime-data): Add text/dns.
17015         (mailcap-mime-extensions): Map .soa to text/dns.
17016
17017 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17018
17019         * gnus-art.el (article-decode-mime-words, article-babel)
17020         (gnus-article-highlight-signature, gnus-article-add-buttons)
17021         (gnus-signature-toggle): Remove unnecessary bindings of
17022         `inhibit-read-only' inherited from v5.10 merge.
17023
17024 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17025
17026         * nntp.el (nntp): New customization group.
17027         (nntp-authinfo-file): Add customization group.
17028
17029         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17030
17031         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17032
17033         * gnus.el (to-address, to-list, subscribed)
17034         (large-newsgroup-initial): Ditto.
17035
17036         * flow-fill.el (fill-flowed-display-column)
17037         (fill-flowed-encode-column): Ditto.
17038
17039 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17040
17041         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17042         Use point-min rather than 1.
17043         (message-send-mail): Use buffer-size rather than point-max.
17044
17045         * gnus-sum.el (gnus-summary-search-article-forward):
17046         Signal a specific `search-failed' rather than a generic `error'.
17047
17048         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17049         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17050         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17051
17052 2004-09-10  Simon Josefsson  <jas@extundo.com>
17053
17054         * nndb.el (require): Remove tcp and duplicate cl.
17055
17056 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-agent.el (directory-files-and-attributes): Move forward.
17059
17060 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17061
17062         * gnus-agent.el (directory-files-and-attributes):
17063         Optionally defined to support XEmacs.
17064
17065 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17066
17067         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17068         to avoid run-time CL dependencies.
17069         (gnus-agent-unfetch-articles): New function.
17070         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17071         article numbers even when local .overview file is missing.
17072         (gnus-agent-read-article-number): New function.  Only accepts
17073         27-bit article numbers.
17074         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17075         Use gnus-agent-read-article-number.
17076         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17077         from backend while recognizing that article numbers in .overview
17078         must be valid.
17079         (gnus-agent-update-files-total-fetched-for):
17080         Use directory-files-and-attributes to improve performance.
17081         * gnus-int.el (gnus-request-move-article):
17082         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17083         improve performance.
17084
17085         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17086         some users confused by references to .newsrc when they only have a
17087         .newsrc.eld file.
17088         (gnus-convert-mark-converter-prompt)
17089         (gnus-convert-converter-needs-prompt): Fix use of property list.
17090         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17091         New function.  Used internally to only display 'gnus converting
17092         files' message when actually necessary.
17093
17094         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17095         methods now autoloaded.
17096
17097 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17100         identifiers.
17101
17102 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * gnus-picon.el: Fix indentation and closing parenthesis.
17105
17106 2004-09-01  Simon Josefsson  <jas@extundo.com>
17107
17108         * message.el (message-canlock-generate): Require sha1, not
17109         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17110         to require within a function.  Sadly, if sha1.el isn't loaded, the
17111         let binding in m-c-g will hide the defcustom definition, which is
17112         bad.)
17113
17114         * canlock.el: Require sha1, not sha1-el.
17115
17116         * message.el: Don't autoload sha1 (there is a autoload cookie in
17117         sha1.el).
17118
17119         * sha1-el.el: Rename to sha1.el.
17120
17121 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17122
17123         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17124
17125 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17126
17127         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17128
17129 2004-08-30  Kim F. Storm  <storm@cua.dk>
17130
17131         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17132
17133         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17134         Add :group 'nnimap.
17135
17136 2004-08-30  Andreas Schwab  <schwab@suse.de>
17137
17138         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17139         ?* and ?\;.
17140
17141         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17142         and ?\' to symbol instead of whitespace.
17143
17144 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17147
17148         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17149         instead of re-search-forward.
17150
17151         * gnus-uu.el (gnus-uu-save-article): Ditto.
17152         (gnus-uu-post-encode-uuencode): Ditto.
17153
17154         * html2text.el (html2text-clean-list-items): Ditto.
17155         (html2text-clean-dtdd): Ditto.
17156         (html2text-format-tags): Ditto.
17157
17158         * message.el (message-send-mail-with-sendmail): Fix regexp.
17159         (message-fill-field-general): Use search-forward instead of
17160         re-search-forward.
17161         (unbold-region): Ditto.
17162
17163         * nnrss.el (nnrss-request-article): Ditto.
17164
17165         * nnslashdot.el (nnslashdot-request-article): Ditto.
17166
17167         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17168
17169         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17170         "Unrecognized menu descriptor" error in XEmacs.
17171
17172 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17173
17174         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17175         parent article of a sparse article in the thread hashtb.
17176
17177 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17178
17179         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17180         (nnmail-expand-newtext): Lowercase expanded entries if
17181         nnmail-split-lowercase-expanded is non-nil.
17182
17183 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17184
17185         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17186
17187         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17188         of gnus-tmp-news-method into string under XEmacs.  It will be
17189         passed to gnus-correct-length which takes only a string argument.
17190
17191 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * gnus-util.el (gnus-bind-print-variables): New macro.
17194         (gnus-prin1): Use it.
17195         (gnus-prin1-to-string): Use it.
17196         (gnus-pp): New function.
17197         (gnus-pp-to-string): New function.
17198
17199         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17200         Replace pp-to-string with gnus-pp-to-string.
17201         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17202         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17203         * gnus-msg.el (gnus-debug): Ditto.
17204         * gnus-score.el (gnus-score-save): Ditto.
17205         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17206         gnus-pp-to-string.
17207         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17208         with gnus-pp.
17209         * score-mode.el (gnus-score-pretty-print): Ditto.
17210         * webmail.el (webmail-debug): Ditto.
17211
17212 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus-art.el (article-display-face, article-display-x-face):
17215         Use buffer-read-only.
17216
17217 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-art.el (article-hide-list-identifiers):
17220         Bind inhibit-read-only as t.
17221
17222 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17225
17226 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17227
17228         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17229         (gnus-narrow-to-page): Don't assume point-min == 1.
17230         (gnus-article-edit-mode): Derive from message-mode.
17231
17232         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17233         point-min == 1.
17234
17235         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17236         Disable incorrect use of `assert'.
17237
17238         * message.el (message-mode): Set comment-start-skip.
17239
17240
17241 2004-08-22  Sam Steingold  <sds@gnu.org>
17242
17243         * pop3.el (pop3-leave-mail-on-server): New user variable.
17244         (pop3-movemail): Delete mail only when it is nil.
17245
17246 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17249
17250         * mml.el (mml-preview): Use `pop-to-buffer'.
17251
17252         * message.el (message-goto-mail-followup-to): Insert after "To".
17253         (message-carefully-insert-headers): Add comment.
17254
17255         * gnus.el: Remove unused variable `gnus-article-check-size'.
17256
17257         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17258
17259         * gnus-art.el (gnus-button-alist):
17260         Improve `gnus-button-handle-library' entry.
17261
17262 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17263
17264         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17265         Use downcase, since XEmacs capitalizes error messages differently.
17266
17267 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17268
17269         * nntp.el: Add (require 'gnus) due to reference to
17270         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17271
17272 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17273
17274         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17275         Bind `mm-fill-flowed'.
17276
17277         * mm-decode.el (mm-dissect-singlepart): Check it.
17278
17279 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17280
17281         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17282         'imap' for netrc parsing.
17283
17284 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17285
17286         * mailcap.el (mailcap-mime-data): Mark as risky.
17287
17288 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17289
17290         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17291         may be included in the encoded word.
17292         (rfc2047-encode): Don't append a space if the encoded word
17293         includes close parenthesis.
17294
17295 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17298         of text within parentheses.
17299
17300 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17303         (gnus-encrypt-write-file-contents): Make the password key the file
17304         name PLUS the cipher, not just the cipher.  Also remove failed
17305         passwords from the cache.
17306
17307 2004-08-06  Simon Josefsson  <jas@extundo.com>
17308
17309         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17310         Doc fix.
17311
17312 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17315         LWSP.
17316
17317 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17320         Try to append in-reply-to: data to the references: header.
17321
17322         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17323         (netrc-parse): Use gnus-encrypt.el functions.
17324
17325         * gnus-encrypt.el: Add new file for encryption support; currently
17326         does only a few GPG ciphers and an internal XOR cipher.
17327
17328         * password.el: Add comments on using password-read-and-add.
17329         (password-read-and-add): Add function to read and add the
17330         password to the cache at once.
17331
17332 2004-07-28  Simon Josefsson  <jas@extundo.com>
17333
17334         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17335         parameter (but don't use it, for now).
17336
17337         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17338         instead of hard coding to nil.
17339
17340 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17343         as mm-inline-image-xemacs does.
17344
17345 2004-07-26  Simon Josefsson  <jas@extundo.com>
17346
17347         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17348         Revert part of 2004-07-17 change below.
17349
17350 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17351
17352         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17353         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17354
17355 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17356
17357         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17358         quotes that actually start with ">" at the beginning of the
17359         lines.
17360
17361 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17362
17363         * rfc2047.el (rfc2047-encode-region): Fix last change.
17364         (rfc2047-encode-parameter): Remove useless concat.
17365
17366 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17367
17368         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17369         encode special characters; fix some kind of misconfigured headers;
17370         signal a real error if debug-on-quit or debug-on-error is non-nil.
17371         (rfc2047-encode-max-chars): New variable.
17372         (rfc2047-encode-1): Use it.
17373         (rfc2047-encode-parameter): New function.
17374
17375         * mml.el (mml-insert-parameter): Remove an excessive space.
17376
17377 2004-07-17  Simon Josefsson  <jas@extundo.com>
17378
17379         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17380         Kai Grossjohann <kai@emptydomain.de>.
17381         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17382         (gnus-group-make-menu-bar): Ditto.
17383
17384         * gnus-util.el (gnus-group-server): Add.
17385
17386 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17387
17388         * message.el (message-clone-locals): Clone sendmail and smtp
17389         variables.
17390
17391 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * rfc2047.el (rfc2047-encode-region): Fix last change.
17394
17395 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17398         characters as non-special.
17399
17400 2004-07-09  Simon Josefsson  <jas@extundo.com>
17401
17402         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17403         Users will lose all flag changes made while unplugged with
17404         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17405         good default.  See numerous reports on ding mailing list.
17406
17407 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17410         add generate-head-function and generate-article-function to the
17411         rfc822-forward entry.
17412         (nndoc-rfc822-forward-generate-article): New function.
17413         (nndoc-rfc822-forward-generate-head): New function.
17414
17415         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17416
17417 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17418
17419         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17420         respect display group parameter and gnus-summary-expunge-below.
17421         (gnus-articles-to-read): Remove unused reference to display group
17422         parameter.
17423
17424 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17425
17426         * nnheader.el (nnheader-uniquify-message-id): New experimental
17427         variable.
17428         (nnheader-nov-read-message-id): Use it.
17429
17430         * spam-report.el (spam-report-gmane): Add interactive.
17431
17432 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * mm-encode.el (mm-content-transfer-encoding-defaults):
17435         Use qp-or-base64 for the application/* types.
17436
17437 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17438
17439         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17440
17441 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17444         trim value.
17445
17446 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17447
17448         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17449         New macro and function.
17450         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17451
17452 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17453
17454         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17455         after-load-alist.
17456
17457 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17458
17459         * gnus-group.el (gnus-group-get-new-news-this-group):
17460         Don't update info that isn't there.
17461
17462 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17463
17464         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17465         entry.
17466
17467 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17468
17469         * mm-view.el (mm-inline-render-with-function): Use multibyte
17470         buffer; decode html source by charset.
17471
17472         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17473
17474         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17475         Mule-UCS is loaded under XEmacs.
17476         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17477
17478 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17479
17480         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17481
17482 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17483
17484         * mm-util.el (mm-coding-system-p): Return a coding-system.
17485         (mm-mime-mule-charset-alist): Use shift_jis instead of
17486         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17487         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17488         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17489         instead of japanese-shift-jis and iso-latin-1 respectively in
17490         order to share the default value with both Emacs and XEmacs-mule.
17491         (mm-mule-charset-to-mime-charset):
17492         Make mm-coding-system-priorities effective.
17493         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17494         while predicating of candidates upon the priorities.
17495
17496 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17497
17498         * gnus-sum.el (gnus-summary-make-menu-bar):
17499         Add gnus-uu-invert-processable.
17500
17501         * gnus.el: Autoload gnus-uu-invert-processable.
17502
17503 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17504
17505         * mm-util.el (mm-with-multibyte-buffer): New macro.
17506
17507         * rfc2047.el (rfc2047-encode-string): Use it.
17508         (rfc2047-encode-region): Move point to the end of the region after
17509         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17510
17511 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17514         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17515
17516 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17517
17518         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17519         (gnus-cite-parse): Ignore quoted envelope From_.
17520         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17521
17522 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17525         invalid addresses.
17526
17527 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17528
17529         * spam.el: Change section markers, revise TODO list.
17530         (spam-backends): Make new master list of all installed backends.
17531         (spam-summary-exit-behavior): Add new variable to determine how
17532         messages moves are done at summary exit.
17533         (spam-move-spam-nonspam-groups-only)
17534         (spam-process-ham-in-nonham-groups)
17535         (spam-process-ham-in-spam-groups): Remove variables, the
17536         spam-summary-exit-behavior variable should be used to manage this
17537         behavior.
17538         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17539         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17540         and spam-old-spam-articles.
17541         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17542         Add empty variables, placeholders for the backends they represent.
17543         (spam-set-difference): Move, unchanged.
17544         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17545         unless the user has a processor variable.
17546         (spam-classifications, spam-classification-valid-p)
17547         (spam-backend-properties, spam-backend-property-valid-p)
17548         (spam-backend-function-type-valid-p)
17549         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17550         (spam-report-articles-gmane, spam-report-articles-resend):
17551         Remove functions, they are not needed.
17552         (spam-install-backend-super, spam-backend-list)
17553         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17554         (spam-backend-function, spam-backend-ham-registration-function)
17555         (spam-backend-spam-registration-function)
17556         (spam-backend-ham-unregistration-function)
17557         (spam-backend-spam-unregistration-function)
17558         (spam-backend-statistical-p, spam-backend-mover-p)
17559         (spam-install-backend-alias, spam-install-checkonly-backend)
17560         (spam-install-mover-backend, spam-install-nocheck-backend)
17561         (spam-install-backend, spam-install-statistical-backend)
17562         (spam-install-statistical-checkonly-backend): Add backend installation
17563         support.
17564         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17565         (spam-group-processor-p): Use the new backend code and respect the
17566         summary exit behavior.
17567         (spam-mark-spam-as-expired-and-move-routine): Remove.
17568         (spam-summary-prepare): Change to use the new spam-old-articles
17569         variable.
17570         (spam-copy-or-move-routine, spam-copy-spam-routine)
17571         (spam-move-spam-routine, spam-copy-ham-routine)
17572         (spam-move-ham-routine): Add code to copy/move ham or spam.
17573         (spam-fetch-field-fast): Improve doc and code, plus allow the
17574         'number request.
17575         (spam-list-of-checks, spam-list-of-statistical-checks):
17576         Remove variables.
17577         (spam-split, spam-find-spam): Use the new backend code.
17578         (spam-registration-functions): Remove variable.
17579         (spam-unregister-routine): Add convenience wrapper.
17580         (spam-log-undo-registration, spam-register-routine)
17581         (spam-log-processing-to-registry)
17582         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17583         where possible.
17584         (spam-check-gmane-xref, spam-check-regex-headers)
17585         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17586         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17587         (spam-check-bogofilter-headers, spam-check-spamoracle)
17588         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17589         (spam-check-crm114-headers): Use the spam-split-group that
17590         spam-split prepares, no need to determine it every time.
17591
17592         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17593         to the nnheader-parse-naked-head call.
17594
17595         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17596
17597         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17598         the nnheader-nov-read-message-id call.
17599
17600 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17601
17602         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17603         gnus-activate-group twice.  Suggested by Markus Peter
17604         <warp@spin.de>.
17605
17606 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17607
17608         * gnus-art.el (gnus-article-time-format): Exchange the order of
17609         day and month in the default value; fix customization type.
17610         (article-date-ut): Use add-text-properties.
17611         (article-make-date-line): Use message-make-date instead of
17612         current-time-string.
17613
17614         * message.el (message-fetch-field): Don't use set-text-properties.
17615         (message-make-date): Simplify.
17616
17617         * messagexmas.el (message-xmas-make-date): New function.
17618         (message-xmas-redefine): Defalias message-make-date to it.
17619
17620 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17623         (rfc2047-encode-region): Treat text within parentheses as special;
17624         show the original text when error has occurred.
17625
17626         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17627         already-computed method to gnus-activate-group.
17628
17629         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17630         same select-methods identical Lisp objects.
17631
17632         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17633         object when modifying the info.
17634
17635 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17638         gnus-opened-servers since it has never been opened with the new
17639         configuration yet.
17640
17641 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17644         arg to nnheader-generate-fake-message-id.
17645
17646 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17649         number and build a fake message ID localized to a group and
17650         article number (so it's repeatable from that point on).
17651         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17652         ID format.
17653
17654         * gnus-sum.el (gnus-get-newsgroup-headers):
17655         Call nnheader-generate-fake-message-id with the article number.
17656
17657 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17658
17659         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17660         end-of-buffer.
17661
17662 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17663
17664         * message.el (message-ignored-supersedes-headers): Add Approved.
17665
17666 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17667
17668         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17669         goto-char.
17670         (rfc2047-encode): Fold the line before encoding.
17671
17672 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17673
17674         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17675         folding -- not all headers can be folded, and this should be done
17676         by the message composition mode.  Probably.  I think.
17677
17678 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17679
17680         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17681         fast.
17682
17683         * gnus-ems.el (gnus-remove-image): Don't use
17684         message-text-with-property; remove only the image found first.
17685
17686         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17687         found first.
17688
17689 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17690
17691         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17692
17693 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17694
17695         * message.el (message-text-with-property): Make it fast and accept
17696         optional arguments.
17697         (message-strip-forbidden-properties): Use it.
17698         (message-fix-before-sending): Follow the m-t-w-p change.
17699
17700         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17701
17702 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * gnus-art.el (article-hide-headers): Don't change the buffer
17705         mistakenly when performing mml-preview even if
17706         gnus-single-article-buffer is nil.
17707
17708 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17709
17710         * message.el (message-expand-name-databases): New user option.
17711         (message-expand-name): Use it.
17712
17713 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17714
17715         * spam.el (spam-report-articles-resend)
17716         (spam-report-resend-register-routine): Allow ham reporting.
17717         (spam-report-resend-register-ham-routine): Add wrapper.
17718         (spam-registration-functions): Add ham resending functions.
17719         (spam-list-of-processors): Add ham resend processor.
17720
17721         * gnus.el (ham-resend-to): Add new group parameter.
17722         (spam-process): Add ham resend option.
17723
17724         * spam-report.el (spam-report-resend): Allow reporting ham.
17725         (spam-report-resend-ham): Add wrapper.
17726
17727 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17728
17729         * message.el (message-cite-articles-with-x-no-archive):
17730         New variable.
17731         (message-cite-original): Use it.
17732
17733 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17734
17735         * message.el (message-cite-original): Respect X-No-Archive.
17736
17737 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-art.el (article-hide-headers): Refer to the values for
17740         gnus-ignored-headers and gnus-visible-headers in the summary
17741         buffer since a user may have set them as group parameters.
17742
17743 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17744
17745         * assistant.el (assistant-node-name): Add convenience function.
17746         (assistant-render-text, assistant-render-node): Add error handling,
17747         plus handle multiple next nodes.
17748         (assistant-find-next-node): Comment out for now.
17749         (assistant-find-next-nodes): Add function, returns list of next
17750         nodes.
17751
17752 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17753
17754         * mail-source.el (mail-source-directory): Fix doc-string.
17755
17756 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17757
17758         * assistant.el (assistant-render-text, assistant-eval): Add :set
17759         widget type, which is different because it takes and returns a
17760         list.  Much hilarity ensues.
17761
17762 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17765
17766         * gnus-group.el (gnus-group-get-new-news-this-group):
17767         Add doc-string.
17768
17769         * gnus-start.el (gnus-activate-group): Add doc-string.
17770
17771 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17772
17773         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17774
17775 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17776
17777         * assistant.el (assistant-render-text): Try to add a :set
17778         widget, more to come.
17779
17780         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17781         strings.
17782         (spam-report-articles-resend)
17783         (spam-register-routine): Do registration iff any articles warrant
17784         it.
17785         (spam-summary-prepare-exit): Change log message for nil group
17786         destinations.
17787
17788 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17789
17790         * spam.el (spam-report-resend-register-routine):
17791         Allow spam-report-resend-to to be a group parameter or a global value.
17792
17793 2004-05-26  Simon Josefsson  <jas@extundo.com>
17794
17795         * starttls.el: Merge with my GNUTLS based starttls.el.
17796         (starttls-gnutls-program, starttls-use-gnutls)
17797         (starttls-extra-arguments, starttls-process-connection-type)
17798         (starttls-connect, starttls-failure, starttls-success):
17799         New variables.
17800         (starttls-program, starttls-extra-args): Doc fix.
17801         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17802         New functions.
17803         (starttls-negotiate, starttls-open-stream):
17804         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17805         function if it is set.
17806
17807 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17810         structured fields.
17811
17812 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17815
17816 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17817
17818         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17819         Add variable.
17820         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17821         assigning the spam-mark to new messages.
17822
17823 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17824
17825         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17826
17827 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17830
17831         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17832         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17833         default.
17834
17835 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17836
17837         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17838         correct data.
17839
17840 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17841
17842         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17843         (spam-group-processor-p): Fix function.
17844         (spam-group-processor-multiple-p)
17845         (spam-group-spam-processor-report-gmane-p)
17846         (spam-group-spam-processor-report-resend-p)
17847         (spam-group-spam-processor-bogofilter-p)
17848         (spam-group-spam-processor-blacklist-p)
17849         (spam-group-spam-processor-ifile-p)
17850         (spam-group-ham-processor-ifile-p)
17851         (spam-group-spam-processor-spamoracle-p)
17852         (spam-group-spam-processor-crm114-p)
17853         (spam-group-ham-processor-bogofilter-p)
17854         (spam-group-spam-processor-stat-p)
17855         (spam-group-ham-processor-stat-p)
17856         (spam-group-ham-processor-whitelist-p)
17857         (spam-group-ham-processor-BBDB-p)
17858         (spam-group-ham-processor-spamoracle-p)
17859         (spam-group-ham-processor-copy-p): Remove functions with some
17860         prejudice against unneeded code.
17861         (spam-report-articles-resend)
17862         (spam-report-resend-register-routine): Allow the group/topic
17863         spam-resend-to value to override spam-report-resend-to.
17864         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17865         properly now.
17866
17867         * gnus.el (spam-resend-to): Add group/topic parameter.
17868         (spam-process): Move the OBSOLETE processors to the end of the
17869         choices.
17870
17871 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17872
17873         * spam-report.el (spam-report-resend-to, spam-report-resend):
17874         Start with resend-to set to nil, and then ask the user if necessary.
17875         (spam-report-resend): spam-report-resend takes a list of articles, not
17876         separate article numbers.
17877
17878 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17879
17880         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17881         addition to emacs-w3m.
17882
17883 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17884
17885         * assistant.el (assistant-authinfo-data): New function.
17886         (assistant-eval): Eval for entire assistant.
17887
17888         * netrc.el (netrc-services-file): New variable.
17889         (netrc-parse-services): New function.
17890         (netrc-find-service-name): New function.
17891         (netrc-find-service-number): New function.
17892         (netrc-port-equal): New function.
17893         (netrc-machine): Use it.
17894
17895         * nnimap.el (nnimap-open-connection): Use netrc.
17896
17897         * gnus-util.el (gnus-netrc-get): Remove aliases.
17898
17899         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17900
17901         * assistant.el (wid-edit): Fix compilation.
17902
17903         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17904
17905 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17906
17907         * gnus-util.el (gnus-set-file-modes): New function.  (small
17908         patch).
17909
17910 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17911
17912         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17913
17914         * assistant.el (assistant-render-node): Fix up rendering and
17915         read-only text.
17916         (assistant-render-node): Reset.
17917         (assistant-make-read-only): Not sticky.
17918
17919 2004-05-20  Danny Siu  <dsiu@adobe.com>
17920
17921         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17922         centered even when gnus-auto-center-summary is t.
17923
17924 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17925
17926         * dns.el (dns-get-txt-answer): New function.
17927         (dns-read-txt): Ditto.
17928         (query-dns): Use it.
17929
17930 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17933         active for foreign groups even if the group level is higher than
17934         the specified value.
17935
17936 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17937
17938         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17939         non-active groups.
17940
17941         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17942
17943 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17944
17945         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17946
17947 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17948
17949         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17950         (spam-crm114-header, spam-crm114-spam-switch)
17951         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17952         (spam-crm114-positive-spam-header)
17953         (spam-crm114-database-directory, spam-list-of-processors)
17954         (spam-group-spam-processor-crm114-p)
17955         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17956         (spam-generic-score, spam-list-of-checks)
17957         (spam-list-of-statistical-checks, spam-registration-functions)
17958         (spam-check-crm114-headers, spam-crm114-score)
17959         (spam-check-crm114, spam-crm114-register-with-crm114)
17960         (spam-crm114-register-spam-routine)
17961         (spam-crm114-unregister-spam-routine)
17962         (spam-crm114-register-ham-routine)
17963         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17964         From asjo@koldfront.dk (Adam Sjøgren).
17965
17966         * gnus.el: Add spam-use-crm114.
17967
17968         * spam.el (spam-list-of-processors, spam-registration-functions):
17969         Add spam-use-resend.
17970         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17971         (spam-report-articles-gmane): Add doc fix.
17972         (spam-report-articles-resend, spam-report-resend-register-routine):
17973         Add wrappers around spam-report-resend-to.
17974
17975         * spam-report.el (spam-report-resend-to, spam-report-resend):
17976         Add support for resending spam.
17977         (spam-report-gmane): Fix line length >80.
17978
17979         * gnus.el (spam-process): Add spam-use-resend.
17980
17981 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17982
17983         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17984         number of processed spam messages.
17985         (spam-ham-copy-or-move-routine): Return the number of processed
17986         ham messages.
17987         (spam-summary-prepare-exit): Use the above values to decide
17988         whether status messages shouled be displayed.
17989
17990 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17993         `rfc2047-encoding-function-alist' in order to avoid conflicting
17994         with the old version.
17995         (rfc2047-encode-region): Concatenate words containing non-ASCII
17996         characters in structured fields; don't encode space-delimited
17997         ASCII words even in unstructured fields; don't break words at
17998         char-category boundaries.
17999         (rfc2047-encode-1): New function.
18000         (rfc2047-encode): Use it; encode text so that it occupies the
18001         maximum width within 76-column; work correctly on Q encoding for
18002         iso-2022-* charsets.
18003         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18004         sure not to break a line just after the header name.
18005         (rfc2047-b-encode-region): Remove.
18006         (rfc2047-b-encode-string): New function.
18007         (rfc2047-q-encode-region): Remove.
18008         (rfc2047-q-encode-string): New function.
18009
18010         * mm-util.el (mm-replace-in-string): New function.
18011
18012 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18013
18014         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18015         Really get it right.
18016         (gnus-inews-make-draft): Really.
18017
18018 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18019
18020         * nnmh.el (nnmh-request-list-1): Don't check the link count
18021         before descending.  (small patch)
18022
18023 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18026         stuff.
18027
18028         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18029         Match on real group name.
18030
18031         * gnus-art.el (gnus-signature-limit): Doc fix.
18032
18033         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18034
18035         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18036
18037 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18038
18039         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18040         isn't a string.
18041
18042 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18043
18044         * gnus-draft.el (gnus-draft-send):
18045         Bind rfc2047-encode-encoded-words.
18046
18047         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18048         (rfc2047-encodable-p): Say that =? needs encoding.
18049         (rfc2047-encode-encoded-words): New variable.
18050
18051         * gnus-group.el (gnus-group-select-group): Doc fix.
18052
18053         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18054
18055         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18056         to nil.
18057
18058         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18059
18060         * nnheader.el (nnheader-get-lines-and-char): New function.
18061
18062 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18063
18064         * gnus-msg.el (gnus-summary-followup-with-original):
18065         Document yanking of region when active.
18066
18067 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18070         groups if the group level is higher than the specified value.
18071
18072 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18073
18074         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18075         (gnus-group-jump-to-group): Add prefix argument using
18076         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18077         non-active group.
18078
18079         * compface.el (uncompface): Be verbose when changing
18080         `uncompface-use-external'.
18081
18082         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18083         handle manual section.
18084
18085 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * gnus-art.el (gnus-button-alist): Revert previous change.
18088
18089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18092
18093 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18094
18095         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18096         whether backend can accept message.
18097
18098         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18099
18100 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18101
18102         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18103         Avoid creating directory when nntp-marks-is-evil is true.
18104         Reported by Reiner Steib.
18105
18106 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus-picon.el (gnus-picon-style): New variable.
18109         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18110         (gnus-picon-transform-address): Support `gnus-picon-style'.
18111         From Jesper Harder <harder@ifa.au.dk>.
18112
18113 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18114
18115         * message.el (message-fill-field): Return point.
18116         (message-generate-headers): Go to end of field.
18117
18118         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18119         stuff for non-living groups.
18120
18121 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * gnus-art.el (gnus-article-followup-with-original)
18124         (gnus-article-reply-with-original): gnus-mark-active-p ->
18125         gnus-region-active-p.
18126
18127 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18128
18129         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18130         only when there is spam or ham to be processed.
18131
18132 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18133
18134         * mail-source.el (mail-source-delete-crash-box): Refactor.
18135         (mail-source-fetch): Use it.
18136         (mail-source-fetch-file): Ditto.
18137         (mail-source-fetch-directory): Run postscript in loop.
18138         (mail-source-fetch-pop): Delete.
18139         (mail-source-fetch-maildir): Ditto.
18140         (mail-source-fetch-imap): Ditto.
18141
18142         * imap.el (imap-authenticators): Comment out sasl.
18143
18144         * message.el (message-skip-to-next-address): New function.
18145         (message-fill-header-address): Refactor.
18146         (message-fill-address): Use it.
18147         (message-delete-address): Use it.
18148         (message-fill-header-general): Refactor.
18149         (message-fill-field-address): Rename.
18150         (message-narrow-to-field): Find the start of the header.
18151         (message-header-format-alist): Don't pre-fill.
18152         (message-fill-header): Remove.
18153         (message-insert-header): New function.
18154         (message-shorten-references): Use it.
18155
18156         * rfc2047.el (rfc2047-field-value): Strip props.
18157
18158         * mail-parse.el (mail-header-make-address): New alias.
18159
18160         * ietf-drums.el (ietf-drums-make-address): New function.
18161
18162         * imap.el: Add compiler directives.
18163
18164         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18165
18166         * gnus-art.el (article-decode-idna-rhs): Don't use
18167         message-idna-inside-rhs-p.
18168
18169 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18170
18171         * message.el (message-idna-inside-rhs-p): Remove.
18172         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18173
18174         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18175         false positives.
18176
18177 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18178
18179         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18180
18181 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18182
18183         * nneething.el (nneething-file-name): Don't create spurious
18184         files.
18185
18186         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18187         (gnus-inews-do-gcc): Remove sleep.
18188
18189         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18190         part under point.
18191
18192         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18193         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18194
18195 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18196
18197         * spam.el (spam-summary-prepare-exit): Fix (length).
18198
18199 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18200
18201         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18202         as expired without moving it" message when there are spam
18203         messages left.
18204
18205 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18206
18207         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18208         header is not nil.
18209
18210 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18211
18212         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18213         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18214         (nntp-marks-changed-p): New arg SERVER.
18215         (nntp-request-update-info): Adjust caller.
18216
18217 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18218
18219         * nntp.el (nntp-save-marks): Pass missing arg.
18220
18221 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18222
18223         * nntp.el: Support marks.
18224         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18225         (nntp-marks-modtime, nntp-marks-directory): New variables.
18226         (nntp-request-set-mark, nntp-request-update-info)
18227         (nntp-possibly-create-directory, nntp-marks-changed-p)
18228         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18229         New functions.
18230
18231 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18234         (gnus-xmas-redefine): Rename.
18235
18236         * gnus-score.el (gnus-score-insert-help):
18237         Use gnus-select-lowest-window.
18238
18239         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18240         appt-select-lowest-window and rename to gnus-select-lowest-window.
18241
18242         * gnus.el: do.
18243
18244 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18245
18246         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18247         encodings of MIME-encoded words, in order to improve
18248         interoperability with several broken MUAs.
18249
18250 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18251
18252         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18253         tags, only when charsets are not specified in headers.
18254         (mm-inline-text-html-render-with-w3m): Ditto.
18255
18256         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18257         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18258
18259 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18260
18261         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18262         instead of MIME-decoded from fields when checking
18263         `gnus-article-address-banner-alist'.
18264
18265 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18266
18267         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18268         description rather than subject.
18269
18270 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18271
18272         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18273
18274 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18275
18276         * gnus.el (gnus-version-number): Bump.
18277
18278 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18279
18280         * gnus.el: No Gnus v0.2 is released.
18281
18282 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18283
18284         * gnus-agent.el (gnus-agent-read-agentview):
18285         Inline gnus-uncompress-range.
18286
18287 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18288
18289         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18290         `exec-installed-p'.
18291
18292 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18293
18294         * gnus.el (spam-process, spam-autodetect-methods):
18295         Add bsfilter and bsfilter-headers.
18296
18297         * spam.el (spam-bsfilter): New customize group.
18298         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18299         (spam-bsfilter-header, spam-bsfilter-probability-header)
18300         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18301         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18302         (spam-bsfilter-database-directory): New options.
18303         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18304         (spam-list-of-statistical-checks, spam-registration-functions):
18305         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18306         (spam-bsfilter-score): New command.
18307         (spam-check-bsfilter-headers, spam-check-bsfilter)
18308         (spam-bsfilter-register-with-bsfilter)
18309         (spam-bsfilter-register-spam-routine)
18310         (spam-bsfilter-unregister-spam-routine)
18311         (spam-bsfilter-register-ham-routine)
18312         (spam-bsfilter-unregister-ham-routine): New functions.
18313         (spam-generic-score): Support bsfilter; Accept an optional argument
18314         to recalcurate spam score even if scoring header has already been
18315         added.
18316         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18317         optional argument to recalcurate spam score even if scoring header
18318         has already been added.
18319
18320 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18323         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18324         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18325         link is missing.
18326
18327 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18328
18329         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18330         (html2text-get-attr): Rewrite.
18331
18332         * message.el (message-setup-1): Remove redundant put-text-property
18333         on mail-header-separator.
18334
18335 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18336
18337         * gnus-registry.el (gnus-registry-cache-whitespace)
18338         (gnus-registry-action, gnus-registry-spool-action)
18339         (gnus-registry-split-fancy-with-parent): Change message levels
18340         from 5 to 3 or 7, as needed.
18341
18342         * spam.el (spam-summary-prepare-exit)
18343         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18344         (spam-split, spam-find-spam, spam-log-undo-registration)
18345         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18346         level from 5 to 6.
18347
18348 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18349
18350         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18351         2004-03-04 change).
18352
18353 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18354
18355         * sieve-manage.el (sieve-manage-open):
18356         * nnweb.el (nnweb-insert-html):
18357         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18358         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18359         * nnspool.el (nnspool-request-group):
18360         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18361         * nnml.el (nnml-request-update-info):
18362         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18363         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18364         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18365         (nnimap-request-set-mark):
18366         * nnfolder.el (nnfolder-request-update-info):
18367         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18368         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18369         * gnus-uu.el (gnus-uu-find-articles-matching):
18370         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18371         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18372         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18373         * gnus-nocem.el (gnus-nocem-scan-groups):
18374         * gnus-int.el (gnus-start-news-server):
18375         * gnus-group.el (gnus-group-make-kiboze-group)
18376         (gnus-group-browse-foreign-server):
18377         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18378         Use mapc when appropriate.
18379
18380 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18381
18382         FIXME: Make separate entries for each person.
18383
18384         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18385         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18386         <shields@msrl.com>:
18387
18388         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18389         may need for spam sorting and scoring.
18390         (spam-user-format-function-S): Add user format function suitable for
18391         general use.
18392         (spam-article-sort-by-spam-status): Add sorting function for summary
18393         sorting.
18394         (spam-extra-header-to-number): Add function to get a score from a
18395         header.
18396         (spam-summary-score): Add function to get a numeric score from the
18397         headers.
18398         (spam-generic-score): Fix function doc, was in wrong place.
18399         (spam-initialize): Take symbols when it's run, and install the
18400         extra headers that spam-necessary-extra-headers thinks we need.
18401
18402 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18403
18404         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18405         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18406
18407 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * gnus-sum.el (gnus-set-global-variables)
18410         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18411         (gnus-article-get-xrefs, gnus-summary-best-group)
18412         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18413         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18414         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18415         Use with-current-buffer.
18416
18417 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18418
18419         * spam.el (spam-summary-prepare-exit): Simplify logic.
18420         (spam-fetch-article-header): Read the article header if it's not
18421         available.
18422         (spam-list-articles): Simplify logic.
18423         (spam-filelist-register-routine): Fix bug with unregister-list.
18424
18425         * gnus-registry.el: Fix comments at beginning.
18426
18427 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * message.el (message-cater-to-broken-inn): Remove.
18430         (message-shorten-references): Make sure the total folded length of
18431         References is shorter than 998 characters to cater to a bug in INN
18432         2.3.  Also, don't pretend that references aren't folded -- this
18433         hasn't worked for a while.
18434
18435 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18436
18437         * gnus-agent.el (gnus-agentize):
18438         gnus-agent-send-mail-real-function no longer set to current value
18439         of message-send-mail-function but rather a lambda that calls
18440         message-send-mail-function.  The change makes the agent real-time
18441         responsive to user changes to message-send-mail-function.
18442
18443 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18444
18445         * legacy-gnus-agent.el
18446         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18447         help from Florian Weimer <fw@deneb.enyo.de>
18448
18449 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18450
18451         * nnmail.el (nnmail-cache-insert): Revert last change.
18452
18453 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * nnmail.el (nnmail-cache-insert): Always check whether
18456         nnmail-cache-ignore-groups matches a group name.
18457
18458 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18459
18460         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18461         (spam-find-spam, spam-log-processing-to-registry)
18462         (spam-log-registered-p, spam-log-unregistration-needed-p)
18463         (spam-log-undo-registration): Use gnus-message instead of
18464         gnus-error, none of these errors are fatal.
18465
18466         * gnus-registry.el (gnus-registry-clean-empty-function)
18467         (gnus-registry-clean-empty): Remove only empty entries without
18468         extra data.
18469
18470 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18471
18472         * spam-stat.el (spam-stat-buffer-change-to-spam)
18473         (spam-stat-buffer-change-to-non-spam): Change (error) to
18474         (gnus-message 8) invocation.
18475
18476 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18477
18478         * nntp.el (nntp-via-netcat-command): New variable.
18479         (nntp-via-netcat-switches): New variable.
18480         (nntp-open-via-rlogin-and-netcat): New function.
18481         (nntp-open-connection-function): Doc fix.
18482         (nntp-telnet-command): Doc fix.
18483         (nntp-end-of-line): Doc fix.
18484         (nntp-via-rlogin-command): Doc fix.
18485         (nntp-via-user-name): Doc fix.
18486         (nntp-via-address): Doc fix.
18487
18488 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18491         error in Emacs 21.1.
18492
18493 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18494
18495         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18496
18497 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18498
18499         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18500         (gnus-agent-with-refreshed-group): New macro.
18501         (gnus-agent-rename-group): New function.
18502         (gnus-agent-delete-group): New function.
18503         (gnus-agent-save-group-info): Use gnus-command-method when
18504         `method' parameter is nil.  Don't write nil entries into the
18505         active file.
18506         (gnus-agent-get-group-info): New function.
18507         (gnus-agent-fetch-articles):
18508         Use gnus-agent-update-files-total-fetched-for to increment disk space
18509         used.
18510         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18511         Use gnus-agent-update-view-total-fetched-for to increment disk space
18512         used.
18513         (gnus-agent-get-local): Add optional parameters to avoid calling
18514         gnus-group-real-name and gnus-find-method-for-group.
18515         (gnus-agent-set-local): Delete stored entry if either min, or max,
18516         are nil.
18517         (gnus-agent-fetch-session): Reworded error/quit messages.
18518         On quit, use gnus-agent-regenerate-group to record existance of any
18519         articles fetched to disk before the quit occurred.
18520         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18521         gnus-agent-update-view-total-fetched-for, and
18522         gnus-agent-update-files-total-fetched-for to decrement disk space
18523         used.
18524         (gnus-agent-retrieve-headers):
18525         Use gnus-agent-update-view-total-fetched-for to increment disk space
18526         used.
18527         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18528         with gnus-agent-update-files-total-fetched-for to decrement disk
18529         space and fresh group buffer.
18530         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18531         (gnus-agent-need-update-total-fetched-for): New variable.
18532         (gnus-agent-update-files-total-fetched-for): New function.
18533         (gnus-agent-update-view-total-fetched-for): New function.
18534         (gnus-agent-total-fetched-for): New function.
18535
18536         * gnus-cache.el (gnus-cache-save-buffers):
18537         Use gnus-cache-update-overview-total-fetched-for to change disk space
18538         used by this group.
18539         (gnus-cache-possibly-enter-article):
18540         Use gnus-cache-update-file-total-fetched-for to increment disk space
18541         used by this group.
18542         (gnus-cache-possibly-remove-article):
18543         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18544         used by this group.
18545         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18546         (gnus-cache-rename-group): New function.
18547         (gnus-cache-delete-group): New function.
18548         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18549         (gnus-cache-need-update-total-fetched-for): New variable.
18550         (gnus-cache-with-refreshed-group): New macro.
18551         (gnus-cache-update-file-total-fetched-for): New function.
18552         (gnus-cache-update-overview-total-fetched-for): New function.
18553         (gnus-cache-rename-group-total-fetched-for): New function.
18554         (gnus-cache-delete-group-total-fetched-for): New function.
18555         (gnus-cache-total-fetched-for): New function.
18556
18557         * gnus-group.el: Require gnus-sum and autoload functions to
18558         resolve warnings when gnus-group.el compiled alone.
18559         (gnus-group-line-format): Documented new %F.
18560         (size of Fetched data) group line format; identifies disk space
18561         used by agent and cache.
18562         (gnus-group-line-format-alist): Defined new F format.
18563         (gnus-total-fetched-for): New function.
18564         (gnus-group-delete-group): No longer update
18565         gnus-cache-active-altered as gnus-request-delete-group now keeps
18566         the cache in sync.
18567         (gnus-group-list-active): Let the agent store a server's active
18568         list if currently plugged.
18569
18570         * gnus-int.el (gnus-request-delete-group):
18571         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18572         local disk in sync with the server.
18573         (gnus-request-rename-group):
18574         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18575         local disk in sync with the server.
18576
18577         * gnus-start.el (gnus-get-unread-articles):
18578         Cosmetic simplification to logic.
18579
18580         * gnus-util.el (gnus-rename-file): New function.
18581
18582 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18583
18584         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18585
18586 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18589         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18590
18591 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18592
18593         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18594         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18595
18596 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18597
18598         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18599
18600 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18601
18602         * spam.el (spam-set-difference): Add function to replace
18603         gnus-set-difference in spam.el.
18604         (spam-summary-prepare-exit): Use spam-set-difference.
18605
18606 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18607
18608         * gnus-registry.el (gnus-registry-cache-file): Update to use
18609         gnus-dribble-directory OR gnus-home-directory OR ~.
18610         (gnus-registry-split-fancy-with-parent): Fix doc.
18611
18612 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18613
18614         * message.el (message-exchange-point-and-mark):
18615         Use message-mark-active-p.  Suggested by Jesper Harder
18616         <harder@ifa.au.dk>.
18617
18618 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18619
18620         * message.el (message-exchange-point-and-mark): Don't activate
18621         region if it was inactive.  Suggested by Hiroshi Fujishima
18622         <pooh@nature.tsukuba.ac.jp>.
18623
18624 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * gnus-art.el (article-display-face): Display Faces in the same
18627         order as X-Faces.
18628
18629 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18630
18631         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18632
18633 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18636         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18637         (gnus-article-mime-hierarchy): Remove.
18638         (gnus-article-mime-hierarchy-next): Remove.
18639         (gnus-article-mode): Revert 2004-03-19 change.
18640         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18641         (gnus-insert-mime-button): Revert 2004-03-19 change.
18642         (gnus-mime-accumulate-hierarchy): Remove.
18643         (gnus-mime-enter-multipart): Remove.
18644         (gnus-mime-leave-multipart): Remove.
18645         (gnus-mime-display-part): Revert 2004-03-19 change.
18646         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18647
18648         * mml.el (mml-preview): Revert 2004-03-19 change.
18649
18650 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18651
18652         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18653
18654 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18657         t while entering a file name using the mm-with-multibyte macro.
18658         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18659
18660         * mm-util.el (mm-with-multibyte): New macro.
18661
18662 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18663
18664         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18665         New user option.
18666         (gnus-mime-multipart-functions): Doc and customization fix.
18667         (gnus-article-mime-hierarchy): New variable.
18668         (gnus-article-mime-hierarchy-next): New variable.
18669         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18670         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18671         gnus-article-mime-hierarchy-next to nil.
18672         (gnus-insert-mime-button): Show hierarchy numbers.
18673         (gnus-mime-accumulate-hierarchy): New function.
18674         (gnus-mime-enter-multipart): New function.
18675         (gnus-mime-leave-multipart): New function.
18676         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18677         (gnus-mime-display-alternative): Show hierarchy numbers.
18678
18679         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18680         gnus-article-mime-hierarchy-next to nil.
18681
18682 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18683
18684         * dns.el: Don't require gnus-xmas.
18685
18686 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18689         inline PGP.
18690         (mml-menu): Disable mml-quote-region if mark is inactive.
18691
18692 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18695         when the group's active is not available.
18696
18697 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18700         error.
18701
18702 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18703
18704         * imap.el (imap-store-password): New variable.
18705         (imap-interactive-login): Use it.
18706         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18707
18708 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18709
18710         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18711         window-start and hscroll to summary window.
18712
18713 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18714
18715         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18716         conversion message to newsrc-dribble when an actual conversion is
18717         performed.
18718
18719 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18720
18721         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18722
18723 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * mm-decode.el (mm-complicated-handles): New function reviving
18726         former definition of mm-multiple-handles.
18727
18728         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18729         (gnus-mime-delete-part): Use it.
18730
18731 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18732
18733         * gnus-agent.el (gnus-agent-read-local):
18734         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18735         avoid the implicit assumption that they will always be equal.
18736         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18737         coding-system-for-write, as the with-temp-file macro first prints
18738         to a buffer then saves the buffer.
18739
18740 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * gnus-art.el (gnus-article-edit-part): New function.
18743         (gnus-mime-save-part-and-strip): Use it; do query instead of
18744         signaling an error; don't use mm-multiple-handles.
18745         (gnus-mime-delete-part): Ditto.
18746
18747 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18748
18749         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18750         old file versions.
18751         (gnus-group-prepare-hook): Remove function that converted list
18752         form of gnus-agent-expire-days to group properties.
18753
18754         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18755         (gnus-request-accept-article): Re-indented.
18756
18757         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18758         converters to handle old agent file formats.  Add logic for a
18759         "backup before upgrading warning".
18760         (gnus-convert-mark-converter-prompt): Developers can mark
18761         functions as needing (default), or not needing,
18762         gnus-convert-old-newsrc's "backup before upgrading warning".
18763         (gnus-convert-converter-needs-prompt): Tests whether the user
18764         should be protected from potentially irreversable changes by the
18765         function.
18766
18767         * legacy-gnus-agent.el: New.  Provides converters that are only
18768         loaded when gnus-convert-old-newsrc needs to call them.
18769
18770 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18771
18772         * mail-source.el (mail-source-touch-pop): Doc fix.
18773
18774         * message.el (message-smtpmail-send-it): Doc fix.
18775
18776 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18777
18778         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18779
18780         * nnmail.el (nnmail-split-fancy): do.
18781
18782         * gnus-kill.el (gnus-kill, gnus-execute): do.
18783
18784 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18785
18786         * gnus-sum.el (gnus-widget-reversible-match)
18787         (gnus-widget-reversible-to-internal)
18788         (gnus-widget-reversible-to-external): New functions.
18789         (gnus-widget-reversible): New widget.
18790         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18791
18792 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18793
18794         * gnus-sum.el (gnus-thread-sort-functions)
18795         (gnus-article-sort-functions): Document `(not F)' items.
18796
18797 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18798
18799         * spam.el (spam-use-gmane-xref): Add new backend.
18800         (spam-gmane-xref-spam-group): Add variable to control the name of the
18801         Gmane spam group.
18802         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18803         (spam-regex-headers-spam, spam-regex-headers-ham)
18804         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18805         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18806         backends and checks.
18807         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18808
18809         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18810         an autodetect method.
18811
18812 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18813
18814         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18815         articles are being added to a group.
18816         (gnus-request-replace-article): Inform the agent that articles
18817         need to be uncached as the cached contents are no longer valid.
18818
18819 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18820
18821         * binhex.el: Don't autoload executable-find.
18822
18823         * canlock.el: Don't autoload mail-fetch-field.
18824
18825         * dgnushack.el: Autoload c-mode for XEmacs.
18826
18827         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18828
18829         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18830         rmail-dont-reply-to and rmail-output.
18831
18832         * gnus-score.el: Don't autoload ffap-string-at-point.
18833
18834         * gnus-setup.el: Don't autoload sc-cite-original.
18835
18836         * imap.el: Don't autoload base64-decode-string,
18837         base64-encode-string and md5.
18838
18839         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18840         and rmail-msg-restore-non-pruned-header.
18841
18842         * mm-decode.el: Don't autoload executable-find.
18843
18844         * mm-url.el: Don't autoload executable-find.
18845
18846         * mm-view.el: Don't autoload diff-mode.
18847
18848         * nndb.el: Don't autoload news-reply-mode, news-setup,
18849         cancel-timer and telnet.
18850
18851         * password.el: Don't autoload run-at-time for Emacs.
18852
18853         * sha1-el.el: Don't autoload executable-find.
18854
18855         * sieve-mode.el: Don't autoload c-mode.
18856
18857         * uudecode.el: Don't autoload executable-find.
18858
18859 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18860
18861         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18862         (gnus-agent-possibly-alter-active): Avoid null in numeric
18863         comparison.
18864         (gnus-agent-set-local): Refuse to save null in local object table.
18865         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18866         list of articles that will be marked as unread.
18867
18868 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18869
18870         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18871
18872 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18873
18874         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18875         language tags.
18876
18877 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18878
18879         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18880         Don't bind "obarray".
18881
18882         * gnus-sum.el (gnus-thread-sort-functions):
18883         Add `gnus-thread-sort-by-most-recent-number' and
18884         `gnus-thread-sort-by-most-recent-date'.
18885         Reported by Kai Grossjohann <kai@emptydomain.de>.
18886
18887 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18890
18891 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18892
18893         * gnus-cus.el (gnus-agent-customize-category):
18894         Remove ignore-errors macro reference that required cl to be loaded at
18895         run-time.
18896
18897         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18898         single-interval range of the form (min . max).  Previously the
18899         range had to look like ((min . max)).  Likewise, return
18900         (min . max) rather than ((min . max)).
18901         (gnus-range-map): Use gnus-range-normalize to accept
18902         single-interval range.
18903
18904         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18905         the cache, but not the agent, now appear with their usual face.
18906
18907         * dgnushack.el (loaddir): New variable that is bound to the
18908         directory containing the dgnushack.el file. Use loaddir, rather
18909         than srcdir, to update load-path. Change lets dgnushack compile
18910         code in directories other than GNUS/lisp.
18911
18912 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * lpath.el: Don't bind w3m-safe-url-regexp.
18915
18916         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18917         w3m-safe-url-regexp variable buffer-local.
18918
18919         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18920
18921 2004-02-27  Simon Josefsson  <jas@extundo.com>
18922
18923         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18924         gnus-group-real-prefix.
18925         (gnus-summary-move-article): Use it, instead of
18926         gnus-group-real-prefix.
18927
18928 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18929
18930         * lpath.el: Bind w3m-safe-url-regexp.
18931
18932         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18933         w3m-safe-url-regexp variable buffer-local and set it as the value
18934         of mm-w3m-safe-url-regexp.
18935
18936         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18937
18938         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18939         parsing gnus-posting-styles when the message is not for replying.
18940
18941         * dgnushack.el: Autoload sgml-mode for XEmacs.
18942
18943         * nnrss.el (nnrss-opml-export):
18944         Use mm-set-buffer-file-coding-system instead of
18945         set-buffer-file-coding-system.
18946
18947 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18948
18949         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18950         of checkdoc.el).
18951         * nnrss.el: do.
18952         * gnus-mlspl.el: do.
18953         * gnus-ml.el: do.
18954         * gnus-srvr.el: do.
18955
18956         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18957
18958 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18959
18960         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18961         Corrections to custom-manual links.
18962
18963         * gnus-art.el (gnus-article): Ditto.
18964
18965         * mm-decode.el (mime-display, mime-security): Ditto.
18966
18967 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18968
18969         * flow-fill.el: Typo.
18970
18971 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18972
18973         * spam-wash.el: New file.
18974
18975 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18976
18977         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18978
18979 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18980
18981         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18982         to be run with new-articles as LIST1, not LIST2.
18983         (spam-registration-functions): Add spam-use-ham-copy as a nil
18984         registration backend.
18985
18986 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18987
18988         * spam-stat.el (spam-stat-washing-hook): New option.
18989         (spam-stat-buffer-words): Use it.
18990         (spam-stat-process-directory, spam-stat-test-directory):
18991         Use insert-file-contents-literally.
18992         (spam-stat-coding-system): New variable.
18993         (spam-stat-load, spam-stat-save): Use it.
18994
18995 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * spam-report.el (spam-report-plug-agent):
18998         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18999
19000 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19001
19002         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19003         Allow / in mailto URLs.
19004
19005 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19006
19007         * spam-report.el (spam-report-process-queue): Fix interactive use.
19008         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19009         (spam-report-unplug-agent): Doc fixes.
19010         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19011         (spam-report-agentize, spam-report-deagentize): Autoload.
19012
19013 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19014
19015         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19016
19017         * message.el (message-setup-fill-variables): Add mml tags to
19018         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19019         <ajk@iu.edu>.
19020         (message-mode): Don't modify paragraph-separate there.
19021
19022 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * compface.el (uncompface-use-external): Default to undecided.
19025         (uncompface-use-external-threshold): New variable.
19026         (uncompface-float-time): New macro.
19027         (uncompface): Determine whether to use the external decoder if
19028         uncompface-use-external is undecided.
19029
19030 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19031
19032         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19033         after images.
19034
19035         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19036
19037 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19038
19039         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19040
19041         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19042
19043         * gnus-sum.el (gnus-summary-limit-to-age)
19044         (gnus-summary-limit-children): do.
19045
19046         * gnus-int.el (gnus-request-scan): do.
19047
19048         * gnus-group.el (gnus-group-suspend): do.
19049
19050         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19051
19052         * gnus-cite.el (gnus-cite-parse-attributions): do.
19053
19054         * gnus-agent.el (gnus-summary-set-agent-mark)
19055         (gnus-agent-regenerate-group): do.
19056
19057         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19058
19059         * binhex.el (binhex-decode-region-internal): do.
19060
19061 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * gnus-fun.el (gnus-face-properties-alist): New user option.
19064         (gnus-display-x-face-in-from): Use it.
19065
19066         * gnus-art.el (article-display-face): Ditto.
19067
19068         * compface.el (uncompface-use-external): Default to nil.
19069
19070 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * nntp.el (nntp-erase-buffer): New function.
19073         (nntp-retrieve-data, nntp-send-command)
19074         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19075         (nntp-possibly-change-group): Use it.
19076
19077         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19078         Use with-current-buffer.
19079
19080 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19081
19082         * compface.el: Merge the ELisp-based uncompface program.
19083         (compface): New customization group.
19084         (uncompface-use-external): New user option.
19085         (uncompface): Call uncompface-internal if uncompface-use-external
19086         is nil.
19087         (uncompface-internal): New function.  Note that there are also
19088         some other functions and variables added for this function.
19089
19090 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19093         if necessary.
19094
19095 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19096
19097         * spam-report.el (spam-report-unplug-agent)
19098         (spam-report-plug-agent, spam-report-deagentize)
19099         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19100         Add support for the Agent in spam-report: when unplugged, report to a
19101         file; when plugged, submit all the requests.
19102
19103         * spam.el (spam-register-routine): Fix message about
19104         registration.
19105
19106 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19107
19108         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19109         dependencies.
19110         (rfc2047-encode): Use it.
19111
19112         * gnus-art.el (gnus-button-marker-list): Move before first
19113         reference.
19114
19115         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19116         (imap-parse-body): Fix format string mismatch.
19117
19118         * gnus-score.el (gnus-summary-increase-score): do.
19119
19120         * nnrss.el (nnrss-close): New function.
19121
19122 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19123
19124         * nnrss.el (nnrss-make-filename): New function.
19125         (nnrss-request-delete-group, nnrss-read-server-data)
19126         (nnrss-save-server-data, nnrss-read-group-data)
19127         (nnrss-save-group-data): Use it.
19128         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19129         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19130         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19131
19132 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19133
19134         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19135
19136 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19137
19138         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19139         files.
19140
19141         * message.el (message-generate-headers-first): Don't quote nil
19142         and t in docstrings.
19143
19144         * imap.el (imap-id): do.
19145
19146         * gnus-agent.el (gnus-agent-consider-all-articles)
19147         (gnus-agent-queue-mail): do.
19148
19149 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19150
19151         * spam-report.el (spam-report-process-queue): New function.
19152         Process requests from `spam-report-requests-file'.
19153         (spam-report-process-queue): Doc fix.
19154
19155 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19156
19157         * spam.el (spam-register-routine)
19158         (spam-log-processing-to-registry, spam-log-registered-p)
19159         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19160         Change "check" to "spam-check" for semi-clarity.
19161
19162 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19163
19164         * pop3.el: Require nnheader.
19165
19166         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19167
19168         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19169
19170         * gnus-picon.el: Require cl.
19171
19172         * gnus-fun.el: Require gnus-ems and gnus-util.
19173
19174         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19175
19176         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19177
19178         * gnus-art.el (gnus-article-edit-mode): Define before first
19179         reference.
19180
19181 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19182
19183         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19184         (gnus-uu-post-encoded): Use point-at-bol.
19185
19186         * gnus-topic.el (gnus-group-active-topic-p): do.
19187
19188         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19189
19190         * gnus-group.el (gnus-group-kill-region): do.
19191
19192         * gnus-art.el (article-date-ut): do.
19193
19194         * message.el (message-fetch-field): Remove redundant
19195         case-fold-search binding.
19196         (message-narrow-to-field): Simplify.
19197
19198 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19199
19200         * spam.el (spam-directory): Derive from `gnus-directory'.
19201
19202         * spam-report.el (spam-report-url-to-file)
19203         (spam-report-requests-file): New function and variable for offline
19204         reporting.
19205         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19206         and user defined function.
19207         (spam-report-url-ping-mm-url): Remove doubled slash.
19208
19209 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19210
19211         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19212
19213 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19214
19215         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19216         Fix format string mismatch.
19217
19218         * sieve.el (sieve-deactivate-all): do.
19219
19220         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19221
19222         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19223
19224         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19225
19226         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19227
19228 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19229
19230         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19231         the list of checks.
19232
19233 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19236         padding.
19237
19238 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19239
19240         * mm-view.el (mm-fill-flowed): New variable.
19241         (mm-inline-text): Use it.
19242
19243 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19244
19245         * spam.el (spam-spamassassin-register-ham-routine)
19246         (spam-spamassassin-register-spam-routine): Fix function names.
19247
19248 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * gnus.el (gnus-tmp-grouplens): Remove.
19251         (gnus-summary-line-format): Remove grouplens.
19252
19253         * gnus-group.el (gnus-group-line-format): Ditto.
19254
19255         * gnus-spec.el (gnus-format-specs): Ditto.
19256         (gnus-update-format-specifications): Flush the group format spec
19257         cache if there's the grouplens stuff.
19258         (gnus-parse-simple-format): Replace %l with the empty string.
19259
19260 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19261
19262         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19263         omission.
19264
19265 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19268         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19269
19270 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19271
19272         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19273         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19274         New macros and functions.
19275         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19276         Handle > NLINK_MAX messages.
19277         * nnmaildir.el (nnmaildir-request-set-mark):
19278         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19279
19280 2004-01-25  Alex Schroeder  <alex@gnu.org>
19281
19282         * spam-stat.el (spam-stat-process-directory-age): New option.
19283         (spam-stat-process-directory): Use it.
19284
19285 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19286
19287         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19288         (spam-stat-save): Accept prefix argument.
19289
19290 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19291
19292         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19293         links" error.
19294
19295 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19298         the rest of the and/or forms.
19299
19300 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19301
19302         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19303         compatibility with old .newsrc.eld files.
19304
19305         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19306
19307         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19308
19309         * gnus-start.el (gnus-1): do.
19310
19311         * gnus-group.el (gnus-group-line-format-alist): do.
19312
19313         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19314
19315         * gnus-gl.el: Remove.
19316
19317 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19318
19319         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19320         marks consisting of a single range {for example, (3 . 5)} rather
19321         than a list of a single range { ((3 . 5)) }.
19322
19323 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19324
19325         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19326         Use with-current-buffer.
19327         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19328         avoid consing a string.
19329
19330         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19331         Remove obsolete entries for big5 and gb2312.
19332
19333 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19334
19335         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19336         uncompressed list.
19337
19338 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19339
19340         * spam-stat.el (spam-stat-strip-xref): New function.
19341         (spam-stat-process-directory): Use it.
19342
19343         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19344         here -- it's done in message-fetch-field.
19345
19346 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19347
19348         * gnus-agent.el (gnus-agent-queue-mail)
19349         (gnus-agent-prompt-send-queue): New variables.
19350         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19351         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19352         "nndraft:queue" along to gnus-draft-send.
19353         Use gnus-agent-prompt-send-queue.
19354         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19355         is "nndraft:queue".  Suggested by Gaute Strokkenes
19356         <gs234@srcf.ucam.org>
19357
19358         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19359         (agent-enable-undownloaded-faces): Add.
19360         (gnus-agent-cat-groups): Use eval-and-compile, not
19361         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19362         method of gnus-agent-cat-groups even when the buffer has been
19363         evaled.
19364         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19365         delete gnus-agent-save-active-1.
19366         (gnus-agent-save-groups): Delete.  Identical to
19367         gnus-agent-save-active.
19368         (gnus-agent-write-active): No longer adjust agent's copy of active
19369         file as agent's adjustments are now stored in their own
19370         file.  Remove optional parameter.
19371         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19372         servers.  Add use of min/max range limits from server's local
19373         file.
19374         (gnus-agent-save-alist): Remove unused optional argument.
19375         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19376         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19377         (gnus-agent-set-local): A per-server file that keeps min/max range
19378         limits for articles known to the agent.  Provides a fast mechanism
19379         for altering many active ranges.
19380         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19381         active file (local makes it unnecessary).
19382         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19383
19384         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19385         (agent-enable-undownloaded-faces): Add.
19386
19387         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19388         disable it when sending to "nndraft:queue".
19389         (gnus-group-send-queue): Add safety check to avoid sending queue
19390         when unplugged.
19391
19392         * gnus-group.el (gnus-group-catchup): Use new
19393         gnus-sequence-of-unread-articles, not
19394         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19395         numbers of articles.  Use gnus-range-map to avoid having to
19396         uncompress the unread list.
19397         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19398         Fix invalid ange-ftp reference.
19399
19400         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19401         (gnus-sorted-range-intersection): Intersection of two ranges
19402         without requiring that they first be uncompressed.
19403
19404         * gnus-start.el (gnus-activate-group): Unless blocked by the
19405         caller, possibly expand the active range to include both cached
19406         and agentized articles.
19407         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19408         multiple version-dependent converters.
19409         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19410         gnus-agent-save-active.
19411         (gnus-save-newsrc-file): Save dirty agent range limits.
19412
19413         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19414         gnus-agent-possibly-alter-active.
19415         (gnus-adjust-marked-articles): Faster handling of simple lists.
19416
19417 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19418
19419         * spam-stat.el (spam-stat-test-directory): New optional argument
19420         displays a list of files detected.  Suggested by Andrew Cohen
19421         <cohen@andy.bu.edu>.
19422         (spam-stat-buffer-words-with-scores): Don't narrow and change
19423         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19424
19425 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19426
19427         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19428         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19429         (spam-spamassassin-arguments)
19430         (spam-spamassassin-spam-flag-header)
19431         (spam-spamassassin-positive-spam-flag-header)
19432         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19433         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19434         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19435         (spam-list-of-processors, spam-list-of-checks)
19436         (spam-list-of-statistical-checks, spam-registration-functions)
19437         (spam-check-spamassassin-headers, spam-check-spamassassin)
19438         (spam-spamassassin-score)
19439         (spam-spamassassin-register-with-sa-learn)
19440         (spam-spamassassin-register-spam-routine)
19441         (spam-spamassassin-register-ham-routine)
19442         (spam-assassin-register-spam-routine)
19443         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19444         (spam-bogofilter-score): Fix to show article before scoring.
19445
19446 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19447
19448         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19449         default scoring function.
19450         (spam-generic-score): Call spam-spamassassin-score if
19451         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19452         spam-bogofilter-score otherwise.
19453
19454         * gnus.el (spam-process, spam-autodetect-methods):
19455         Add spamassassin and spamassassin-headers.
19456
19457 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19458
19459         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19460         Suppress unnecessary messages.
19461
19462 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19463
19464         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19465         make-hash-table.
19466
19467 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * canlock.el (base64-encode-string): Don't autoload it.
19470
19471 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * run-at-time.el: Remove useless (require 'itimer),
19474         eval-and-compile and (featurep 'xemacs).
19475
19476 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19477
19478         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19479         GROUP is a virtual group.
19480
19481 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19482
19483         * gnus.el: Autoload `message-y-or-n-p'.
19484
19485 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19486
19487         * pgg-parse.el: Remove unnecessary (require 'custom).
19488
19489         * pgg-def.el: do.
19490
19491         * nnmail.el: do.
19492
19493         * gnus-undo.el: do.
19494
19495         * gnus-picon.el: do.
19496
19497         * gnus-util.el: do.
19498
19499 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19500
19501         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19502
19503 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19506         handle, as well as a list.
19507
19508         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19509         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19510         (mm-w3m-cid-retrieve): Simplify.
19511
19512 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19513
19514         * message.el (message-kill-to-signature): Allow prefix arg to
19515         specify number of lines to keep before signature.
19516
19517 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19518
19519         * message.el (message-kill-to-signature): Change docstring.
19520
19521 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19522
19523         * canlock.el: Always require sha1-el.
19524         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19525
19526         * message.el: Autoload sha1 only when compiling.
19527
19528         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19529         eudc-expand-inline for XEmacs.
19530
19531 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * message.el (message-canlock-generate): Require sha1-el.
19534
19535 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19536
19537         * message.el (message-expand-name): Silence the byte compiler.
19538
19539         * lpath.el: Add detect-coding-system.
19540
19541         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19542         cus-edit.
19543
19544 2004-01-13  Simon Josefsson  <jas@extundo.com>
19545
19546         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19547         Invoke gnus-score-mode.
19548         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19549
19550         * gnus-range.el (gnus-compress-sequence): Doc fix.
19551         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19552
19553 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19554
19555         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19556
19557 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19558
19559         * spam.el (spam-get-article-as-string): Update to use
19560         gnus-request-article-this-buffer, much simpler.
19561         (spam-get-article-as-buffer): Remove.
19562
19563 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19564
19565         * message.el (message-expand-name): Use EUDC if the user uses that.
19566
19567 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19568
19569         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19570         character for the encoding to avoid consing a string.
19571
19572         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19573         unnecessarily.
19574
19575         * mm-util.el (mm-replace-chars-in-string): Remove.
19576
19577         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19578         of mm-replace-chars-in-string.
19579
19580 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19581
19582         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19583
19584         * mm-util.el (mm-subst-char-in-string): Support inplace.
19585
19586         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19587         a new string in every iteration.  Use shy groups.
19588
19589 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19590
19591         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19592         * gnus-soup.el (gnus-soup-group-brew):
19593         * gnus-msg.el (gnus-put-message):
19594         * gnus-move.el (gnus-group-move-group-to-server):
19595         * gnus-kill.el (gnus-batch-score):
19596         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19597         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19598         (gnus-group-update-group, gnus-group-read-group)
19599         (gnus-group-make-group, gnus-group-make-help-group)
19600         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19601         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19602         (gnus-group-sort-by-unread, gnus-group-catchup)
19603         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19604         (gnus-group-yank-group, gnus-group-set-info)
19605         (gnus-group-list-groups):
19606         * gnus.el (gnus-generate-new-group-name):
19607         * gnus-delay.el (gnus-delay-send-queue):
19608         * nnvirtual.el (nnvirtual-catchup-group):
19609         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19610         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19611         (gnus-group-prepare-topics, gnus-topic-check-topology):
19612         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19613         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19614         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19615         (gnus-group-make-articles-read):
19616         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19617         (gnus-group-change-level, gnus-kill-newsgroup)
19618         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19619         (gnus-get-unread-articles, gnus-make-articles-unread)
19620         (gnus-make-ascending-articles-unread): Use accessor
19621         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19622         to get group information for improved readability.
19623
19624
19625 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19626
19627         * gnus-art.el (article-decode-mime-words, article-babel)
19628         (gnus-article-highlight-signature, gnus-article-add-buttons)
19629         (gnus-signature-toggle): Use gnus-with-article-buffer.
19630
19631         * gnus-art.el (gnus-article-highlight-headers)
19632         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19633
19634         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19635         (gnus-article-set-globals, gnus-request-article-this-buffer)
19636         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19637         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19638         (gnus-mime-display-alternative): Use with-current-buffer.
19639
19640 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19641
19642         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19643         also under 80 char limit, and call gnus-error if needed.
19644         (spam-fetch-article-header): Fix - it was a
19645         buffer-local variable (gnus-newsgroup-data).
19646         (spam-find-spam): Use spam-generate-fake-headers, forget about
19647         spam-insert-fake-headers.
19648         (spam-insert-fake-headers): Remove.
19649
19650 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19651
19652         * deuglify.el (gnus-article-outlook-unwrap-lines)
19653         (gnus-outlook-rearrange-article)
19654         (gnus-outlook-repair-attribution-outlook)
19655         (gnus-outlook-repair-attribution-block)
19656         (gnus-outlook-repair-attribution-other): Remove redundant
19657         save-excursion.
19658
19659 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19660
19661         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19662         (spam-fetch-field-subject-fast)
19663         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19664         (spam-fetch-article-header): Add functions to deal with Gnus
19665         internals for fast retrieval of article header data.
19666         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19667
19668 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19669
19670         * pop3.el (pop3-md5): Remove.
19671         (pop3-apop): Replace pop3-md5 with md5.
19672
19673         * mm-bodies.el: base64 is always built-in.
19674
19675         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19676         Use with-current-buffer.
19677
19678 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19679
19680         * canlock.el (canlock-insert-header): Remove excessive grouping in
19681         regexp.
19682
19683         * gnus-sum.el (gnus-summary-read-document): Ditto.
19684
19685         * gnus-uu.el (gnus-uu-part-number): Ditto.
19686
19687         * html2text.el (html2text-remove-tags): Ditto.
19688         (html2text-format-tags): Ditto.
19689         (html2text-format-single-elements): Ditto.
19690
19691         * mml.el (mml-parse-1): Ditto.
19692
19693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19694
19695         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19696
19697         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19698
19699         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19700
19701         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19702
19703 2003-11-15  Simon Josefsson  <jas@extundo.com>
19704
19705         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19706         (pgg-gpg-lookup-key): Use regexp match instead of
19707         split-string (split-string is different between emacs 21.2 and
19708         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19709
19710 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * gnus-art.el (gnus-mime-view-all-parts)
19713         (gnus-article-part-wrapper, gnus-article-view-part):
19714         Use with-current-buffer.
19715
19716 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19717
19718         * spam.el (spam-disable-spam-split-during-ham-respool)
19719         (spam-spamoracle-database, spam-cache-lookups)
19720         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19721         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19722         (spam-group-ham-marks, spam-group-spam-marks)
19723         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19724         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19725         also add spam-use-blackholes to the statistical checks.
19726         (spam-fetch-field-fast): Add interface to fetching fields, may
19727         become a macro.
19728         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19729         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19730         (spam-insert-fake-headers): Fake an article when needed.
19731         (spam-find-spam): Fake article when possible.
19732         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19733         (spam-check-bogofilter-headers): Use message-fetch-field instead
19734         of nnmail-fetch-field.
19735
19736 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19739
19740 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19741
19742         * spam.el (spam-split): Do not require spam-use-CHECK to be
19743         enabled if that check is passed to spam-split explicitly; also
19744         fix so 'spam doesn't get converted to spam-split-group when
19745         spam-split-symbolic-return is t.
19746         (spam-find-spam): Find registrations of the article and use those
19747         instead of re-running spam-split to find the spam/ham
19748         classification of the article.
19749         (spam-log-processing-to-registry, spam-log-registered-p)
19750         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19751         Use gnus-error instead of gnus-message.
19752         (spam-log-registration-type): Add function to determine the
19753         classification of a message based on registry entries; will
19754         return nil if both 'spam and 'ham are found.
19755         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19756         a reasonably fast local cache without the loading errors.
19757         (spam-cache-lookups): Set to t by default.
19758         (spam-find-spam): Don't try to guess spam-cache-lookups.
19759         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19760         spam-caches entry.
19761         (spam-filelist-build-cache, spam-filelist-check-cache):
19762         Fix caching of whitelist/blacklist entries.
19763         (spam-check-whitelist, spam-check-blacklist):
19764         Invoke spam-from-listed-p with a type, not a cache variable.
19765         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19766
19767 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19768
19769         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19770
19771         * nnmail.el (nnmail-split-fancy): do.
19772
19773         * mml.el (mml-parse): do.
19774
19775         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19776         (gnus-score-adaptive): do.
19777
19778 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19779
19780         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19781         (gnus-mime-button-map): Don't set keymap parent.
19782         (gnus-button-ctan-directory-regexp): Use shy grouping.
19783         (gnus-prev-page-map): Don't set keymap parent.
19784         (gnus-prev-page-map): Remove duplicated one.
19785         (gnus-next-page-map): Don't set keymap parent.
19786         (gnus-mime-security-button-map): Ditto.
19787
19788         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19789         version number.
19790
19791         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19792
19793 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19794
19795         * canlock.el (canlock-sha1-function): Remove.
19796         (canlock-sha1-function-for-verify): Remove.
19797         (canlock-openssl-program): Remove.
19798         (canlock-openssl-args): Remove.
19799         (canlock-ignore-errors): Remove.
19800         (canlock-sha1-with-openssl): Remove.
19801         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19802         (canlock-verify): Don't use canlock-ignore-errors.
19803
19804         * sha1-el.el (sha1-string-external): Make it can return a string
19805         in binary form.
19806         (sha1-region-external): Ditto.
19807         (sha1-string-internal): Ditto.
19808         (sha1-region-internal): Ditto.
19809         (sha1-region): Ditto.
19810         (sha1-string): Ditto.
19811         (sha1): Ditto.
19812
19813 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19814
19815         * spam.el (spam-report-articles-gmane): New command.
19816
19817 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19818
19819         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19820
19821         * run-at-time.el (run-at-time-saved): Remove.
19822         (run-at-time): Doc fix.
19823
19824 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19825
19826         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19827         (gnus-summary-limit-map): Add it.
19828         (gnus-summary-make-menu-bar): do.
19829
19830 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19831
19832         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19833         Make attempt at some caching support (done for BBDB only now).
19834         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19835         addresses to be checked.
19836         (spam-clear-cache-BBDB): Add function, to be invoked by
19837         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19838         (spam-check-BBDB): Check and use the caches, if
19839         spam-cache-lookups is on, remove superfluous (provide).
19840
19841 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19842
19843         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19844
19845 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19846
19847         * run-at-time.el (run-at-time-saved): Move to after the definition
19848         of `run-at-time'.
19849
19850         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19851
19852 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19855         mm-w3m-local-map-property.
19856
19857         * mm-view.el (mm-w3m-mode-map): Remove.
19858         (mm-w3m-local-map-property): Remove.
19859         (mm-inline-text-html-render-with-w3m): Don't use
19860         mm-w3m-local-map-property.
19861
19862 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19863
19864         * run-at-time.el: New file.
19865
19866         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19867         under Emacs.
19868
19869         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19870         of gnus-set-text-properties.
19871
19872         * gnus-uu.el (gnus-uu-save-article): Ditto.
19873
19874         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19875
19876         * gnus-cite.el (gnus-cite-parse): Ditto.
19877
19878         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19879         of gnus-.
19880
19881         * gnus-xmas.el (run-at-time): Require run-at-time.
19882
19883         * gnus.el: Change calls to nnheader-run-at-time and
19884         password-run-at-time throughout to use run-at-time directly.
19885
19886         * password.el: Remove definition of run-at-time.
19887
19888         * nnheaderxm.el: Remove definition of run-at-time.
19889
19890 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19891
19892         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19893         in prompt.
19894
19895 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19896
19897         * messagexmas.el (message-xmas-redefine): Alias
19898         `message-make-caesar-translation-table' to
19899         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19900         version.
19901
19902         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19903         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19904         `gnus-xmas-set-text-properties'.
19905         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19906         `gnus-xmas-completing-read'.
19907         (gnus-xmas-completing-read): Removed.
19908         (gnus-xmas-open-network-stream): Removed.
19909
19910         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19911         XEmacs version.
19912
19913         * dns.el (dns-make-network-process): Use `open-network-stream'
19914         instead of `gnus-xmas-open-network-stream'.
19915
19916         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19917
19918         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19919
19920 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * gnus-art.el (gnus-mime-display-alternative)
19923         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19924         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19925         Don't use gnus-local-map-property.
19926
19927         * gnus-util.el (gnus-local-map-property): Remove.
19928
19929         * mm-view.el (mm-view-pkcs7-decrypt):
19930         Replace gnus-completing-read-maybe-default with completing-read.
19931
19932         * gnus-util.el (gnus-completing-read): do.
19933         (gnus-completing-read-maybe-default): Remove.
19934
19935 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19936
19937         * password.el: Only autoload `run-at-time' if not XEmacs.
19938         Only autoload the itimer functions if XEmacs.
19939
19940 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19941
19942         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19943         XEmacsen.
19944
19945         * dgnushack.el: Autoload executable-find for XEmacs.
19946
19947 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19948
19949         * gnus-art.el (gnus-read-string): Remove.
19950         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19951         read-string.
19952
19953 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19954
19955         * netrc.el: Autoload password-read.
19956         (netrc): Add configuration group.
19957         (netrc-encoding-method, netrc-openssl-path):
19958         Add variables for encoding and decoding of files with symmetric
19959         ciphers.
19960         (netrc-encode): Add assistant function to encode a file with
19961         netrc-encoding-method.
19962         (netrc-parse): Add interactive parameter, added optional
19963         decoding if netrc-encoding-method is non-nil but otherwise
19964         behavior is standard.
19965         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19966         Do s/encode/encrypt/ everywhere.
19967
19968         * spam.el: Remove executable-find autoload.
19969
19970 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19971
19972         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19973
19974         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19975
19976 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19977
19978         * gnus-art.el (gnus-treat-ansi-sequences)
19979         (article-treat-ansi-sequences): New variable and function.
19980         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19981
19982         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19983         Use it.
19984
19985 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * mm-util.el (mm-quote-arg): Remove.
19988
19989         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19990         shell-quote-argument.
19991
19992         * gnus-uu.el (gnus-uu-command): do.
19993
19994         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19995
19996         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19997         with make-char.
19998
19999         * mm-util.el (mm-make-char): Remove.
20000
20001         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20002         add-minor-mode.
20003
20004         * gnus-undo.el (gnus-undo-mode): do.
20005
20006         * gnus-topic.el (gnus-topic-mode): do.
20007
20008         * gnus-sum.el (gnus-dead-summary-mode): do.
20009
20010         * gnus-start.el (gnus-slave-mode): do.
20011
20012         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20013
20014         * gnus-ml.el (gnus-mailing-list-mode): do.
20015
20016         * gnus-gl.el (gnus-grouplens-mode): do.
20017
20018         * gnus-draft.el (gnus-draft-mode): do.
20019
20020         * gnus-dired.el (gnus-dired-mode): do.
20021
20022         * gnus-ems.el (gnus-add-minor-mode): Remove.
20023
20024         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20025         Replace gnus-char-width with char-width.
20026
20027         * gnus-ems.el (gnus-char-width): Remove.
20028
20029         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20030         Replace gnus-char-width with char-width.
20031
20032         * gnus-ems.el (gnus-char-width): Remove.
20033
20034         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20035         definition.
20036         Remove Emacs 20 hash table compatibility code.
20037
20038         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20039         20 compatibility code.
20040
20041         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20042
20043         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20044
20045         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20046         Replace with point-at-{eol,bol}.
20047
20048         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20049
20050         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20051
20052         * flow-fill.el (fill-flowed-point-at-bol)
20053         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20054
20055         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20056         Replace with point-at-{eol,bol} throughout all files.
20057
20058 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * ntlm.el (ntlm-string-as-unibyte): New macro.
20061         (ntlm-build-auth-response): Use it.
20062
20063         Remove Emacs 20 stuff:
20064         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20065         (butlast, mapc, remove): Remove the compiler macros.
20066         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20067         of delq and copy-sequence.
20068         * gnus-art.el (popup-menu): Remove the compiler macro.
20069         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20070         Emacs 20.
20071
20072 2004-01-05  Simon Josefsson  <jas@extundo.com>
20073
20074         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20075         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20076         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20077         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20078         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20079         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20080         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20081         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20082         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20083         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20084         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20085         string-xor into ntlm-string-xor.
20086         Suggested by Jesper Harder <harder@myrealbox.com>.
20087
20088         * ntlm.el: Don't include poem.
20089
20090         * md4.el (print-int32, print-string-hexa): Remove.
20091         Suggested by Jesper Harder <harder@myrealbox.com>.
20092
20093         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20094
20095         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20096         probably breaks emacs with DL patch, but do we care? Is anyone
20097         still using the DL stuff?)
20098
20099         * sieve-manage.el: Use the password package.
20100         (sieve-manage-read-passwd): Remove.
20101         (sieve-manage-interactive-login): Use password.  Re-add
20102         condition-case around loop.
20103
20104         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20105         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20106         Use the password package.
20107
20108 2003-02-19  Simon Josefsson  <jas@extundo.com>
20109
20110         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20111         token.
20112
20113 2002-08-07  Simon Josefsson  <jas@extundo.com>
20114
20115         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20116         (sieve-manage-authenticators):
20117         (sieve-manage-authenticator-alist): Add some SASL mechs.
20118         (sieve-sasl-auth): New function.
20119         (sieve-manage-cram-md5-auth):
20120         (sieve-manage-plain-auth): Rewrite using SASL library.
20121         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20122         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20123         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20124         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20125
20126 2004-01-05  Simon Josefsson  <jas@extundo.com>
20127
20128         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20129         New files.
20130
20131 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20132
20133         * gnus-group.el (gnus-no-groups-message): Update.
20134
20135         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20136
20137 2003-11-09  Simon Josefsson  <jas@extundo.com>
20138
20139         * imap.el: Support for ID IMAP extension (RFC 2971).
20140         (imap-local-variables): Add imap-id.
20141         (imap-id): New variable.
20142         (imap-id): New function.
20143         (imap-parse-response): Parse untagged ID response.
20144         * nnimap.el (nnimap-id): New variable.
20145         (nnimap-open-connection): Use it.
20146
20147 2003-12-28  Simon Josefsson  <jas@extundo.com>
20148
20149         * gnus-score.el (gnus-score-edit-all-score): New.
20150         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20151
20152 2004-01-04  Simon Josefsson  <jas@extundo.com>
20153
20154         * password.el: Add.
20155
20156 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20157
20158         * dns.el (dns-query-types): Fix typo.
20159         (dns-query-types): New function.
20160         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20161         PTR and SOA replies, see RFC 1035.
20162
20163 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20164
20165         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20166
20167         * Move to Changelog.2.
20168
20169 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20170
20171         * gnus.el (gnus-version-number): Bump version.
20172
20173 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20174
20175         * gnus.el: No Gnus v0.1 is released.
20176
20177 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20178
20179         * gnus.el: No Gnus v0.0 is released.
20180
20181 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20182
20183         * gnus.el (gnus-version-number): Bump.
20184         (gnus-version): No.
20185
20186 See ChangeLog.2 for earlier changes.
20187
20188   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
20189     Free Software Foundation, Inc.
20190
20191   This file is part of GNU Emacs.
20192
20193   GNU Emacs is free software: you can redistribute it and/or modify
20194   it under the terms of the GNU General Public License as published by
20195   the Free Software Foundation, either version 3 of the License, or
20196   (at your option) any later version.
20197
20198   GNU Emacs is distributed in the hope that it will be useful,
20199   but WITHOUT ANY WARRANTY; without even the implied warranty of
20200   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20201   GNU General Public License for more details.
20202
20203   You should have received a copy of the GNU General Public License
20204   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20205
20206 ;; Local Variables:
20207 ;; coding: utf-8
20208 ;; fill-column: 79
20209 ;; add-log-time-zone-rule: t
20210 ;; End: